﻿@font-face {
    font-family: IRANYekanXMedium;
    src: url('/fonts/IRANYekanX/IRANYekanXFaNum-Medium.ttf'), url('../fonts/IRANYekanX/IRANYekanXFaNum-Medium.woff');
}

@font-face {
    font-family: 'Kamal';
    src: url('/fonts/Kamal/KalamehWeb-Regular.9e0aee55.woff2') format('woff2'), url('/fonts/Kamal/KalamehWeb-Regular.6f7f376a.woff') format('woff'), url('/fonts/Kamal/KalamehWeb-Regular.76ce4f98.eot');
}

@font-face {
    font-family: 'Dana';
    src: url('/fonts/Dana/dana-regular.ea0de3b7.woff2') format('woff2'), url('/fonts/Dana/dana-regular.67e12559.woff') format('woff'), url('/fonts/Dana/dana-regular.165e9a20.eot');
}

@font-face {
    font-family: IRANYekanXHeavy;
    src: url('/fonts/IRANYekanX/IRANYekanXFaNum-Heavy.ttf'), url('../fonts/IRANYekanX/IRANYekanXFaNum-Heavy.woff');
}

body {
    font-family: "IRANYekanXMedium", sans-serif;
    direction: rtl;
}

html {
    font-size: 14px;
}
ul.sub_menu.active {
    display: block !important;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
}
:root {
    --dur: all 550ms ease-in-out;
    --dur-a: all 650ms ease-in-out;
    --dur-b: all 750ms ease-in-out;
    --title-font: "Dana", sans-serif;
    --body-font: "IRANYekanXMedium", sans-serif;
    --style-font: "Kamal", cursive;
}
body {
    scroll-behavior: smooth;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #94B0D5;
}

.common-color {
    color: #94B0D5;
}

.highlight h2 span {
    color: #CA9A67;
    position: relative;
}

.home1-txt1 {
    color: #FFF;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.highlight h2 span:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.underline {
    position: relative;
}

    .underline:after {
        position: absolute;
        content: '';
        border-bottom: 2px solid;
        bottom: 5px;
        left: 0;
        width: 100%;
    }

input.form-control.floating-placeholder:focus {
    outline: 0;
    box-shadow: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.color-blue {
    color: #0A1D35 !important;
}

.color-skyblue {
    color: #94B0D5 !important;
}

.color-dark-blue {
    color: #45566C;
}

.color-white {
    color: #ffffff !important;
}

.color-yellow {
    color: #CA9A67 !important;
}

.back-white {
    background: #ffffff !important;
}

.back-yellow {
    background: #CA9A67 !important;
}

.back-white-light {
    background: #F1F5F9;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

.carbon-blue {
    background: #0A1D35;
}

.main-body {
    overflow: hidden;
}

.img-100 {
    width: 100%;
}

.line-height-63 {
    line-height: 63px;
}

.line-height-24 {
    line-height: 24px;
}

a {
    color: #CA9A67;
    text-decoration: none;
}

.color-text span {
    color: #CA9A67;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--style-font);
    margin: 0;
}

h1 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    color: #ffffff;
}

h2 {
    font-family: var(--style-font), serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}

h3 {
    color: #0A1D35;
    font-family: var(--style-font);
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    display: unset;
}

h4 {
    color: #0A1D35;
    font-family: var(--style-font);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.text-left {
    text-align: left;
}

p {
    margin: 0;
}

.m-auto {
    margin: 0 auto;
}

.section-m-100 {
    margin: 100px 0;
}

.section-p-100 {
    padding: 100px 0;
}

.section-pb-100 {
    padding-bottom: 100px;
}

.section-mb-100 {
    margin-bottom: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.container-570 {
    max-width: 570px;
    width: 100%;
}

.container-430 {
    max-width: 430px;
    width: 100%;
}

.container-970 {
    max-width: 970px;
    width: 100%;
}

.container-770 {
    max-width: 770px;
    width: 100%;
}

.pt-20 {
    padding-top: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.shape-image {
    max-width: 276px !important;
}

.in-right {
    animation: fadeInRight 1s ease-in-out;
}

.text-right {
    text-align: right;
}

.hover-color a:hover {
    color: #CA9A67 !important;
}

/************************ Animation ***************************/
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes random {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes playJump {
    0% {
        transform: translate(-13px, 60%) scale(1.1, 0.7);
    }

    10% {
        transform: translate(-13px, 30%) scale(0.9, 1.2);
    }

    20% {
        transform: translate(-13px, 15%);
    }

    40% {
        transform: translate(-13px, 10%);
    }

    50% {
        transform: translate(-13px, 10%);
    }

    55% {
        transform: translate(-13px, 18%);
    }

    60% {
        transform: translate(-13px, 20%);
    }

    65% {
        transform: translate(-13px, 25%);
    }

    70% {
        transform: translate(-13px, 30%);
    }

    90% {
        transform: translate(-13px, 60%) scale(1.2, 0.7);
    }

    100% {
        transform: translate(-13px, 60%) scale(1.4, 0.7);
    }
}

@keyframes playJump {
    0% {
        transform: translate(-13px, 60%) scale(1.1, 0.7);
    }

    10% {
        transform: translate(-13px, 30%) scale(0.9, 1.2);
    }

    20% {
        transform: translate(-13px, 15%);
    }

    40% {
        transform: translate(-13px, 10%);
    }

    50% {
        transform: translate(-13px, 10%);
    }

    55% {
        transform: translate(-13px, 18%);
    }

    60% {
        transform: translate(-13px, 20%);
    }

    65% {
        transform: translate(-13px, 25%);
    }

    70% {
        transform: translate(-13px, 30%);
    }

    90% {
        transform: translate(-13px, 60%) scale(1.2, 0.7);
    }

    100% {
        transform: translate(-13px, 60%) scale(1.4, 0.7);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
    }
}

.in-left {
    animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
    }
}

.in-top {
    animation: fadeInTop 1s ease-in-out;
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
    }
}

.in-bottom {
    animation: fadeInBottom 1s ease-in-out;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(-200px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fixedheader {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes anime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes grow {
    0%, 10%, 90%, 100% {
        width: 0%;
    }

    50% {
        width: 100%;
    }
}
/************************ Image animation scroll ***************************/
section.sparkle-section,
section.meet-expert {
    border-top: 1px solid #ffffff;
    position: relative;
    top: -1px;
}

.image {
    display: block;
}

.splitting.cells img {
    display: block;
}

textarea:focus-visible {
    outline-offset: 0px !important;
}

textarea:focus {
    box-shadow: none !important;
}

@supports (display: grid) {
    .splitting.cells {
        position: relative;
        overflow: hidden;
        background-size: cover;
        visibility: hidden;
    }

    .splitting .cell-grid {
        background: inherit;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-grid;
        display: grid;
        grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
    }

    .blog1-iframe {
        width: 100%;
        height: 166px;
    }

    .splitting .cell {
        background: inherit;
        position: relative;
        display: block;
        overflow: hidden;
        opacity: 1;
    }

    .splitting .cell-inner {
        background: inherit;
        position: absolute;
        visibility: visible;
        width: calc(100% * var(--col-total));
        height: calc(100% * var(--row-total));
        left: calc(-100% * var(--col-index));
        top: calc(-100% * var(--row-index));
    }

    .hover-acting {
        background: no-repeat 0 80%;
        background-image: linear-gradient(#CA9A67, #CA9A67);
        background-size: 0 2px;
        transition: all .7s ease;
        margin: 0;
        background-position: 2% 100%;
    }
    /************************ 2. Button css ***************************/
    .sidebar-btn .button-wrap {
        padding: 20px 90px;
    }

    .home4-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .send-btn {
        display: flex;
    }

    .tes1-load-btn {
        display: flex;
        justify-content: center;
    }

    .form-button.text-center.tes1-load-btn1 {
        margin-top: 0 !important;
        margin-top: 60px !important;
    }

    .contact-iframe {
        width: 1170px;
        height: 600px;
    }

    .button-box,
    .button-box-body {
        line-height: 63px;
    }

    .form-button .button-box {
        line-height: 0;
    }

    .button-whole-wrap {
        line-height: 60px;
    }

    .button-wrap {
        cursor: pointer;
        background-color: #000;
        padding: 20px;
        position: relative;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 0;
        background: #CA9A67;
    }

    a.button-wrap.heder-btn {
        border: 1px solid transparent;
    }

        a.button-wrap.heder-btn:hover {
            border: 1px solid #CA9A67;
        }

    .button-wrap span {
        color: #fff;
        display: inline-block;
        transform-origin: center left;
        transition: color 0.3s ease;
        position: relative;
        z-index: 1;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .button-wrap:before,
    .button-wrap:after {
        content: '';
        background: #fff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .button-wrap:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .button-wrap:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .button-wrap:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .button-wrap:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .button-wrap:hover span,
    .button-wrap:hover i {
        color: #000;
    }

    .button-wrap i {
        color: #ffffff;
    }

    .white-hover .button-wrap:before,
    .white-hover .button-wrap:after {
        background: #ffffff !important;
    }

    .white-hover .button-wrap:hover span,
    .white-hover .button-wrap:hover i {
        color: #0A1D35 !important;
    }

    .btn-white .button-wrap {
        background: #ffffff;
        border: 2px solid #CA9A67;
    }

        .btn-white .button-wrap span,
        .btn-white .button-wrap i {
            color: #CA9A67;
        }

        .btn-white .button-wrap:before,
        .btn-white .button-wrap:after {
            background: #CA9A67;
        }

        .btn-white .button-wrap:hover span,
        .btn-white .button-wrap:hover i,
        .pricing-plan-col:hover .btn-white .button-wrap span,
        .pricing-plan-col:hover .btn-white .button-wrap i {
            color: #ffffff;
        }

    .pricing-plan-col:hover .btn-white .button-wrap {
        background: #CA9A67 !important;
    }

    .button-box.btn-white {
        display: block !important;
        margin-bottom: 0;
    }

    .accordion-button::after {
        content: "";
        background-image: url(../images/home/plus-icon.svg) !important;
        background-repeat: no-repeat;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/home/minus-icon.svg) !important;
    }

    .single-blog-mt {
        display: inline-block;
    }

        .single-blog-mt a {
            display: flex;
        }

    .blog-search:focus {
        box-shadow: none !important;
        border-color: #f1f5f9;
    }

    .blog-search:focus-visible {
        outline-offset: 0 !important;
        outline: 0 !important;
    }
    /************************ 3. Nav Menu ***************************/
    .fixed {
        position: fixed !important;
        backdrop-filter: blur(5px);
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
        animation: fixedheader 600ms ease 0ms 1 forwards;
    }

    .home-2-header.fixed {
        background: linear-gradient(344deg, rgb(202 154 103 / 10%) 0%, rgb(11 19 21) 100%) !important;
    }

    .home-3-header.fixed {
        background: white !important;
    }

    .home6-header.fixed {
        background: #0A1D35;
        z-index: 99;
    }

    .home-5-header .nav-menu > li > a {
        color: #ffffff !important;
    }

    header {
        z-index: 99998;
        position: relative;
    }

    .home-1-header .nav-menu > li > a {
        color: #94B0D5;
    }

    .home-1-header {
        border-bottom: 1px solid #45566C;
    }

        .home-1-header .nav-toggle:before {
            background-color: #ffffff;
            box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        }

    .common-header .submenu-indicator-chevron {
        border-color: #0A1D35;
    }

    .home6-title {
        display: none;
    }

    .home-6-header-offcanvas {
        justify-content: right;
    }
    /************************ inner page menu ***************************/
    .navigation {
        width: 100%;
        height: 100px;
        display: table;
        position: relative;
        font-family: inherit;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .navigation * {
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
            height: -webkit-fill-available;
        }

    .navigation-portrait {
        height: 48px;
    }

    .navigation-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 19998;
    }

    .navigation-hidden {
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-header {
        float: left;
    }

    .navigation-hidden .nav-header {
        display: none;
    }

    .nav-brand {
        line-height: 70px;
        padding: 0;
        color: #343a40;
        font-size: 24px;
        text-decoration: none !important;
    }

        .nav-brand:hover,
        .nav-brand:focus {
            color: #343a40;
        }

    .navigation-portrait .nav-brand {
        font-size: 18px;
        line-height: 48px;
    }

    .nav-logo > img {
        height: 48px;
        margin: 11px auto;
        padding: 0 15px;
        float: left;
    }

    .nav-logo:focus > img {
        outline: initial;
    }

    .navigation-portrait .nav-logo > img {
        height: 36px;
        margin: 6px auto 6px 15px;
        padding: 0;
    }

    .nav-toggle {
        width: 30px;
        height: 30px;
        padding: 6px 2px 0;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 0px;
        display: none;
        cursor: pointer;
    }

        .nav-toggle:before {
            content: "";
            position: absolute;
            width: 24px;
            height: 2px;
            background-color: #343a40;
            border-radius: 10px;
            box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
        }

    .navigation-portrait .nav-toggle {
        display: block;
    }

    .navigation-portrait .nav-menus-wrapper {
        width: 350px;
        height: 100vh;
        top: 0;
        left: -400px;
        position: fixed;
        background-color: #fff;
        z-index: 20000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition-duration: 0.2s;
        transition-timing-function: ease;
    }

        .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
            right: auto;
            left: -400px;
        }

        .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
            left: 0;
        }

        .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
            right: auto;
            left: 0;
        }

    .nav-menus-wrapper-close-button {
        width: 30px;
        height: 40px;
        margin: 10px 7px;
        display: none;
        float: right;
        color: #343a40;
        font-size: 26px;
        cursor: pointer;
    }

    .navigation-portrait .nav-menus-wrapper-close-button {
        display: block;
    }

    .nav-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
        font-size: 0;
    }

    .navigation-portrait .nav-menu {
        width: 100%;
    }

    .navigation-landscape .nav-menu.nav-menu-centered {
        float: none;
        text-align: center;
    }

        .navigation-landscape .nav-menu.nav-menu-centered > li {
            float: none;
        }

    .nav-menu > li {
        display: inline-block;
        float: left;
        text-align: left;
    }

    .navigation-portrait .nav-menu > li {
        width: 100%;
        position: relative;
        border-top: solid 1px #f0f0f0;
    }

        .navigation-portrait .nav-menu > li:last-child {
            border-bottom: solid 1px #f0f0f0;
        }

    .nav-menu + .nav-menu > li:first-child {
        border-top: none;
    }

    .nav-padding {
        padding: 0 50px;
    }

    .nav-menu > li > a {
        margin: 0px 15px;
        display: inline-block;
        text-decoration: none;
        transition: color 0.3s, background 0.3s;
        color: #0A1D35;
        font-family: var(--body-font);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100px;
        border-top: 6px solid transparent;
    }

    .navigation-portrait .nav-menu > li > a {
        width: 100%;
        height: auto;
        padding: 12px 15px 12px 26px;
    }

    .nav-menu > li:hover > a,
    .nav-menu > li.active > a,
    .nav-menu > li.focus > a {
        color: #CA9A67 !important;
        border-top: 6px solid #CA9A67;
    }

    .nav-menu > li > a > i,
    .nav-menu > li > a > [class*="ion-"] {
        width: 18px;
        height: 16px;
        line-height: 16px;
        transform: scale(1.4);
    }

    .nav-menu > li > a > [class*="ion-"] {
        width: 16px;
        display: inline-block;
        transform: scale(1.8);
    }

    .navigation-portrait .nav-menu.nav-menu-social {
        width: 100%;
        text-align: center;
    }

    .nav-menu.nav-menu-social > li {
        text-align: center;
        float: none;
        border: none !important;
    }

    .navigation-portrait .nav-menu.nav-menu-social > li {
        width: auto;
    }

    .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
        font-size: 12px;
    }

    .nav-menu.nav-menu-social > li > a > .fa {
        font-size: 14px;
    }

    .navigation-portrait .nav-menu.nav-menu-social > li > a {
        padding: 15px;
    }

    .submenu-indicator {
        margin-left: 12px;
        margin-top: -2px;
        float: right;
        transition: all 0.2s;
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
    }

    .navigation-portrait .submenu-indicator {
        width: 54px;
        height: 44px;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        z-index: 20000;
    }

    .submenu-indicator-chevron {
        height: 8px;
        width: 8px;
        display: block;
        border-style: solid;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        transition: border 0.2s;
    }

    .home-5-header .submenu-indicator-chevron {
        border-color: #ffffff;
    }

    .home-5-header .nav-submenu .submenu-indicator-chevron {
        border-color: #CA9A67;
    }

    .navigation-portrait .submenu-indicator-chevron {
        position: absolute;
        top: 18px;
        left: 24px;
    }

    .nav-menu > li:hover > a .submenu-indicator-chevron,
    .nav-menu > .active > a .submenu-indicator-chevron,
    .nav-menu > .focus > a .submenu-indicator-chevron {
        border-color: #CA9A67;
    }

    .navigation-portrait .submenu-indicator.submenu-indicator-up {
        transform: rotate(-180deg);
    }

    .nav-overlay-panel {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        display: none;
        z-index: 19999;
    }

    .no-scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .nav-search {
        height: 70px;
        float: right;
        z-index: 19998;
    }

    .navigation-portrait .nav-search {
        height: 48px;
        padding: 0 10px;
        margin-right: 52px;
    }

    .navigation-hidden .nav-search {
        display: none;
    }

    .nav-search-button {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        background-color: #fbfcfd;
    }

    .navigation-portrait .nav-search-button {
        width: 50px;
        height: 48px;
        line-height: 46px;
        font-size: 22px;
    }

    .nav-search-icon {
        width: 14px;
        height: 14px;
        margin: 2px 8px 8px 4px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #343a40;
        text-align: left;
        text-indent: -9999px;
        border: 2px solid;
        border-radius: 50%;
        transform: rotate(-45deg);
    }

        .nav-search-icon:after,
        .nav-search-icon:before {
            content: "";
            pointer-events: none;
        }

        .nav-search-icon:before {
            width: 2px;
            height: 11px;
            top: 11px;
            position: absolute;
            left: 50%;
            border-radius: 0 0 1px 1px;
            box-shadow: inset 0 0 0 32px;
            transform: translateX(-50%);
        }

    .nav-search-button:hover .nav-search-icon {
        color: #CA9A67;
    }

    .nav-search > form {
        width: 100%;
        height: 100%;
        padding: 0 auto;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
    }

    .nav-search-inner {
        width: 70%;
        height: 70px;
        margin: auto;
        display: table;
    }

    .navigation-portrait .nav-search-inner {
        height: 48px;
    }

    .nav-search-inner input[type="text"],
    .nav-search-inner input[type="search"] {
        height: 70px;
        width: 100%;
        margin: 0;
        padding: 0 12px;
        font-size: 26px;
        text-align: center;
        color: #343a40;
        outline: none;
        line-height: 70px;
        border: none;
        background-color: transparent;
        transition: all 0.3s;
    }

    .navigation-portrait .nav-search-inner input[type="text"],
    .navigation-portrait .nav-search-inner input[type="search"] {
        height: 48px;
        font-size: 18px;
        line-height: 48px;
    }

    .nav-search-close-button {
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        line-height: normal;
        color: #343a40;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
    }

    .navigation-portrait .nav-search-close-button {
        top: 10px;
        right: 14px;
    }

    .nav-button {
        margin: 18px 15px 0;
        padding: 8px 14px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
    }

        .nav-button:hover,
        .nav-button:focus {
            color: #fff;
            text-decoration: none;
        }

    .navigation-portrait .nav-button {
        width: calc(100% - 52px);
        margin: 17px 26px;
    }

    .nav-text {
        margin: 25px 15px;
        display: inline-block;
        color: #343a40;
        font-size: 14px;
    }

    .navigation-portrait .nav-text {
        width: calc(100% - 52px);
        margin: 12px 26px 0;
    }

        .navigation-portrait .nav-text + ul {
            margin-top: 15px;
        }

    .nav-dropdown {
        min-width: 180px;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        list-style: none;
        z-index: 98;
        white-space: nowrap;
    }

    .navigation-portrait .nav-dropdown {
        width: 100%;
        position: static;
        left: 0;
    }

    .nav-dropdown .nav-dropdown {
        left: 100%;
    }

    .nav-dropdown > li {
        width: 100%;
        float: left;
        clear: both;
        position: relative;
        text-align: left;
    }

        .nav-dropdown > li > a {
            width: 100%;
            padding: 16px 20px;
            display: inline-block;
            text-decoration: none;
            float: left;
            font-size: 16px;
            color: #343a40;
            background-color: #0A1D35;
        }

        .nav-dropdown > li:hover > a,
        .nav-dropdown > li.focus > a {
            color: #CA9A67;
        }

    .nav-dropdown.nav-dropdown-left {
        right: 0;
    }

    .nav-dropdown > li > .nav-dropdown-left {
        left: auto;
        right: 100%;
    }

    .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
        text-align: right;
    }

    .navigation-portrait .nav-dropdown > li > a {
        padding: 12px 20px 12px 30px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > a {
        padding-left: 50px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
        padding-left: 70px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
        padding-left: 90px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 110px;
    }

    .nav-dropdown .submenu-indicator {
        right: 15px;
        top: 19px;
        position: absolute;
    }

    .navigation-portrait .nav-dropdown .submenu-indicator {
        right: 0;
        top: 0;
    }

    .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        transform: rotate(-45deg);
        border-color: white;
    }

    .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        transform: rotate(45deg);
    }

    .nav-dropdown > li:hover > a .submenu-indicator-chevron {
        border-color: transparent #CA9A67 #CA9A67 transparent;
    }

    .nav-dropdown > .focus > a .submenu-indicator-chevron {
        color: white !important;
    }

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
        left: 10px;
    }

        .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
            transform: rotate(135deg);
        }

    .nav-dropdown-horizontal {
        width: 100%;
        left: 0;
        background-color: #fdfdfd;
        border-top: solid 1px #f0f0f0;
    }

        .nav-dropdown-horizontal .nav-dropdown-horizontal {
            width: 100%;
            top: 100%;
            left: 0;
        }

    .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
        border-top: none;
    }

    .nav-dropdown-horizontal > li {
        width: auto;
        clear: none;
        position: static;
    }

    .navigation-portrait .nav-dropdown-horizontal > li {
        width: 100%;
    }

    .nav-dropdown-horizontal > li > a {
        position: relative;
    }

    .nav-dropdown-horizontal .submenu-indicator {
        height: 18px;
        top: 11px;
        transform: rotate(90deg);
    }

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
        height: 42px;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
            transform: rotate(-180deg);
        }

    .megamenu-panel {
        width: 100%;
        padding: 15px;
        display: none;
        position: absolute;
        font-size: 14px;
        z-index: 98;
        text-align: left;
        color: inherit;
        border-top: solid 1px #f0f0f0;
        background-color: #fdfdfd;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    }

    .navigation-portrait .megamenu-panel {
        padding: 25px;
        position: static;
        display: block;
    }

    .megamenu-panel [class*="container"] {
        width: 100%;
    }

        .megamenu-panel [class*="container"] [class*="col-"] {
            padding: 0;
        }

    .megamenu-panel-half {
        width: 50%;
    }

    .megamenu-panel-quarter {
        width: 25%;
    }

    .navigation-portrait .megamenu-panel-half,
    .navigation-portrait .megamenu-panel-quarter {
        width: 100%;
    }

    .megamenu-panel-row {
        width: 100%;
    }

        .megamenu-panel-row:before,
        .megamenu-panel-row:after {
            content: "";
            display: table;
            line-height: 0;
        }

        .megamenu-panel-row:after {
            clear: both;
        }

        .megamenu-panel-row [class*="col-"] {
            display: block;
            min-height: 20px;
            float: left;
            margin-left: 3%;
        }

            .megamenu-panel-row [class*="col-"]:first-child {
                margin-left: 0;
            }

    .navigation-portrait .megamenu-panel-row [class*="col-"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
    }

    .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
        margin-top: 0;
    }

    .megamenu-panel-row .col-1 {
        width: 5.583333333333%;
    }

    .megamenu-panel-row .col-2 {
        width: 14.166666666666%;
    }

    .megamenu-panel-row .col-3 {
        width: 22.75%;
    }

    .megamenu-panel-row .col-4 {
        width: 31.333333333333%;
    }

    .megamenu-panel-row .col-5 {
        width: 39.916666666667%;
    }

    .megamenu-panel-row .col-6 {
        width: 48.5%;
    }

    .megamenu-panel-row .col-7 {
        width: 57.083333333333%;
    }

    .megamenu-panel-row .col-8 {
        width: 65.666666666667%;
    }

    .megamenu-panel-row .col-9 {
        width: 74.25%;
    }

    .megamenu-panel-row .col-10 {
        width: 82.833333333334%;
    }

    .megamenu-panel-row .col-11 {
        width: 91.416666666667%;
    }

    .megamenu-panel-row .col-12 {
        width: 100%;
    }

    .megamenu-list > li > a span {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #0A1D35;
    }

    .megamenu-list > li > a:hover span {
        color: #ffffff;
    }

    .megamenu-lists {
        width: 100%;
        display: table;
    }

    .megamenu-list {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
        display: inline-block;
        float: left;
        list-style: none;
    }

        .megamenu-list:last-child {
            margin: 0;
            border: none;
        }

    .navigation-landscape .megamenu-list {
        margin: -15px 0;
        padding: 20px 0;
    }

        .navigation-landscape .megamenu-list:last-child {
            border: none;
        }

    .megamenu-list > li > a {
        width: 100%;
        padding: 10px 15px;
        display: inline-block;
        color: #343a40;
        text-decoration: none;
        font-size: 13px;
    }

        .megamenu-list > li > a:hover {
            background-color: #CA9A67;
            color: #fff;
        }

    .megamenu-list > li.megamenu-list-title > a {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #343a40;
    }

        .megamenu-list > li.megamenu-list-title > a:hover {
            background-color: transparent;
        }

    .navigation-landscape .list-col-2 {
        width: 50%;
    }

    .navigation-landscape .list-col-3 {
        width: 33%;
    }

    .navigation-landscape .list-col-4 {
        width: 33.33%;
    }

    .page-header-v2 .list-col-4 {
        width: 33.33%;
    }

    .page-header-v2 .navigation-portrait .megamenu-panel {
        max-width: 1170px;
        margin: 0 auto;
    }

    .navigation-landscape .list-col-5 {
        width: 20%;
    }

    .nav-dropdown > li > a {
        color: white;
        padding: 10px 20px;
        border: 1px solid #ca9a67;
    }

    .nav-dropdown > li.active > a {
        color: #CA9A67;
    }

    .nav-dropdown > li > a:hover,
    .nav-dropdown > li > a:focus {
        color: #CA9A67;
    }

    .main_header_area.sticky {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    }

    .transparent-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .navigation-portrait .nav-menu > li > a {
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 30px;
    }

    .content-menu {
        position: relative;
    }

    .screen-menu {
        display: block;
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .screen-menu-2 img {
        bottom: -1923px !important;
    }

    .screen-menu-3 img {
        bottom: -1645px !important;
    }

    .screen-menu-4 img {
        bottom: -2212px !important;
    }

    .screen-menu img {
        bottom: -1980px;
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        margin: 0;
        padding: 0;
        -webkit-transition: top 5s;
        -moz-transition: top 5s;
        -ms-transition: top 5s;
        -o-transition: top 5s;
        transition: bottom 5s;
    }

    .screen-menu:hover img {
        bottom: 0 !important;
        -webkit-transition: all 5s;
        -moz-transition: all 5s;
        -ms-transition: all 5s;
        -o-transition: all 5s;
        transition: all 5s;
    }

    .page-header-v2 .navigation-portrait .nav-menus-wrapper {
        left: 0;
        width: 100%;
    }

    .page-header-v2 .navigation-portrait .nav-menus-wrapper {
        background-color: unset;
    }

    .page-header-v2 .navigation-portrait .nav-menu > li {
        border-top: solid 0px #f0f0f0;
    }

    .page-header-v2 .nav-menu > li {
        text-align: center;
    }

    .page-header-v2 .navigation-portrait .nav-menu > li:last-child {
        border: none;
        padding-left: 50px;
    }

    .page-header-v2 .navigation-portrait .nav-menu > li > a {
        width: auto;
        padding: 10px 0px 10px 0px;
        margin: 0 !important;
        position: relative;
    }

    .page-header-v2 .nav-dropdown > li > a {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        background-color: unset;
        border: none;
        padding: 12px 20px 12px 20px;
    }

    .page-header-v2 .nav-menu > li > .nav-dropdown {
        border: none;
    }

    .page-header-v2 .submenu-indicator {
        display: none;
    }

    .page-header-v2 .pages_v2,
    .page-header-v2 .pages_v3 {
        position: relative;
    }

        .page-header-v2 .pages_v2::after {
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
            position: absolute;
            left: 110%;
            padding-top: 5px;
        }

        .page-header-v2 .pages_v3::after {
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
            position: absolute;
            padding-left: 20px;
            padding-top: 5px;
        }

        .page-header-v2 .pages_v2.focus .pages_v2::after,
        .page-header-v2 .focus .pages_v2::after,
        .page-header-v2 .nav-submenu .focus > .pages_v3::after {
            content: "\f106";
        }

    .page-header-v2 .navigation-portrait .nav-dropdown > li > ul > li > a {
        padding: 12px 0px 12px 50px;
    }

    .page-header-v2 .nav-dropdown.nav-submenu li.focus > a {
        color: #CA9A67;
    }

    .page-header-v2 .nav-dropdown.nav-submenu li a:hover {
        color: #CA9A67;
    }
    /************************ 4. Hero section Home - V1 ***************************/
    .hero-sec {
        background: url(../images/home/BG-Vector.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .lawyer-col img {
        padding-top: 40px;
    }

    .hero-content-left {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }
    /* hero section version V3 */
    .slider {
        position: relative;
    }

    #slider {
        position: relative;
        overflow: hidden;
        width: 100% !important;
    }

        #slider ul {
            position: relative;
            margin: 0;
            padding: 0;
            height: 84vh;
            width: 99999px;
            overflow: hidden;
            list-style: none;
        }

            #slider ul li {
                position: relative;
                display: block;
                float: left;
                margin: 0;
                padding: 0;
                width: 100vw;
                height: 84vh;
                text-align: center;
            }

                #slider ul li .slide {
                    background-size: cover;
                    height: 84vh;
                }

    button.control_prev,
    button.control_next {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        border: none;
        width: 100px;
        height: 100px;
        background: #ffffff;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 40px;
        cursor: pointer;
        transform: translateY(0);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        button.control_prev:focus,
        button.control_next:focus {
            outline: none;
            border: 1px rgba(255, 255, 255, 0.5) solid;
        }

        button.control_prev:hover,
        button.control_next:hover {
            opacity: 1;
            -webkit-transition: all 0.2s ease;
        }

    button.control_prev {
        left: 0;
    }

    button.control_next {
        right: 0;
    }

    .progress {
        position: absolute;
        background: rgba(255, 255, 255, 0.3);
        height: 0.5rem;
        width: 100%;
        bottom: 0;
        border-top: 1px rgba(0, 0, 0, 0.15) solid;
        border-radius: 0;
    }

        .progress .bar {
            height: 100%;
            width: 0%;
            background: #fff;
        }

    .teaser {
        position: absolute;
        top: 50%;
        text-align: center;
        width: 100%;
        color: #fff;
        transform: translateY(-50%);
        z-index: 1;
        transition: all 2s;
        padding: 0 15px;
    }

        .teaser h1 {
            color: #FFF;
            font-size: 96px;
            font-weight: 400;
            line-height: normal;
        }

        .teaser p {
            color: #FFFFFF;
            text-align: center;
            font-family: var(--body-font);
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
        }

    .slide-1 {
        background: url(../images/home-slider/slide-5.jpg);
    }

    .slide-2 {
        background: url(../images/home-slider/slide-4.jpg);
    }

    .slide-3 {
        background: url(../images/home-slider/slide-3.jpg);
    }

    .actslide::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all .5s;
        background: rgb(10 29 53 / 70%);
    }

    .actslide .slide {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all 1s;
    }

    .dot-svg-1,
    .dot-svg-2 {
        position: absolute;
        top: 50%;
        z-index: 1;
        left: 187px;
        transform: translateY(-50%);
    }

        .dot-svg-1 path,
        .dot-svg-2 path {
            animation-name: loading;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-fill-mode: both;
        }

    .dot-svg-2 {
        bottom: 96px;
        right: 335px;
        left: auto;
        transform: none;
        top: auto;
    }

    .head-eclipse {
        background: url(../images/home-slider/heading-ellipse.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 650px 118px;
    }
    /* Home Version 4 hero section */
    .hero-V4 h1 {
        color: #CA9A67;
        font-size: 72px;
    }

    .hero-sec.hero-V4 {
        background: url(../images/home/BG-V4.jpg);
    }

    .sleepy-text li {
        display: inline;
        padding: 0 25px;
    }

        .sleepy-text li a {
            color: #0A1D35;
            text-transform: uppercase;
        }

    .sleepy-text {
        position: absolute;
        right: -150px;
        top: 50%;
        rotate: 90deg;
        transform: translateY(-50%);
        padding: 0;
        margin: 0;
    }

    li.twit-dots {
        position: relative;
        padding: 0 25px;
    }

        li.twit-dots::after {
            left: -8px;
            top: 6px;
        }

        li.twit-dots::before {
            right: -8px;
            top: 6px;
        }

        li.twit-dots::after,
        li.twit-dots::before {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #CA9A67;
            content: '';
            border-radius: 4px;
        }
    /************************ 5. Client logo ***************************/
    .clients-logo-wrap img {
        border: 2px solid #F1F5F9;
        width: 100%;
    }

        .clients-logo-wrap img:hover {
            background: #0A1D35;
        }

    .logoMarqueeSection {
        border-top: 2px solid #45566C;
        border-bottom: 2px solid #45566C;
        position: relative;
    }

    .brands__wrapper .inner img {
        transition: all .5s;
    }

    .brands__wrapper img:hover {
        filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(339deg) brightness(106%) contrast(106%);
        transition: all .5s;
    }

    .brands {
        position: relative;
        overflow: hidden;
        height: 104px;
    }

        .brands:hover .brands__wrapper,
        .brands:hover .brands__preWrapper {
            animation-play-state: paused;
        }

    .brands__preWrapper {
        position: relative;
        width: 100%;
        height: 104px;
        transform: translateX(0%);
        animation: scroll1 100s linear infinite;
        animation-delay: 2s;
        animation-direction: alternate;
        will-change: transform;
        top: 10px;
    }

    .brands__wrapper img {
        margin: 0 40px;
    }

    .brands__wrapper {
        position: absolute;
        white-space: nowrap;
        transform: translateX(0%) translateZ(0);
        animation: marquee 100s linear infinite;
        animation-delay: 2s;
        animation-direction: alternate;
        will-change: transform;
        display: flex;
    }
    /* Home Version 2 Marquee Text */
    .marquee {
        position: relative;
        width: 100vw;
        max-width: 100%;
        height: 100px;
        overflow-x: hidden;
    }

    .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 32s linear infinite;
    }

    .marquee .content {
        list-style: none;
        color: #ffffff;
        font-size: 48px;
        font-family: var(--style-font);
        font-weight: 400;
        line-height: 100px;
    }
    /* version 4 marquee logo  */
    .lm-version-4 .brands__wrapper img {
        filter: invert(70%) sepia(54%) saturate(204%) hue-rotate(175deg) brightness(90%) contrast(86%);
    }

        .lm-version-4 .brands__wrapper img:hover {
            filter: invert(0%) sepia(0%) saturate(13%) hue-rotate(235deg) brightness(105%) contrast(105%);
        }

    .logoMarqueeSection.lm-version-4 {
        border-top: 2px solid #F1F5F9;
        border-bottom: 2px solid #F1F5F9;
        position: relative;
    }
    /* SECTION VERTICAL TABS */
    .tab-container {
        overflow: hidden;
        height: 470px;
    }

    .tab-cont {
        float: left;
        width: 40%;
        height: 100%;
    }

        .tab-cont button {
            width: 100%;
            background-color: #ffffff;
            border: none;
            text-align: left;
            color: #0A1D35;
            font-size: 32px;
            font-family: var(--style-font);
            font-weight: 400;
            line-height: normal;
            margin-bottom: 40px;
            transition: all .5s;
        }

            .tab-cont button:last-child {
                margin-bottom: 0;
            }

    .tab-content {
        height: 100%;
        float: left;
        width: 60%;
        animation: anime 1s
    }

        .tab-content h2 {
            font-size: 24px;
            font-weight: 400;
            margin: 20px 0 10px 0;
        }

        .tab-content p {
            color: #45566C;
            padding: 20px;
            margin-right: 100px;
            position: relative;
            top: -50px;
            background: #ffffff;
        }

    .tab-cont .but.active,
    .tab-cont .but:hover {
        color: #CA9A67;
        transition: all .5s;
    }

    .tab-icon-block {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        background: #0A1D35;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        transition: all .5s;
    }

    .tab-cont .but.active .tab-icon-block,
    .tab-cont .but:hover .tab-icon-block {
        background: #CA9A67;
        transition: all .5s;
    }

    .tab-cont button img {
        display: block;
        width: 40px;
    }
    /* Version 4 */
    .reveal img {
        object-fit: cover;
        transform-origin: left;
    }

    .reveal {
        visibility: hidden;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .lawyers-advt {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .lawyers-advt li:before {
            content: "\eb7a";
            font-family: remixicon !important;
            color: #CA9A67;
            font-size: 24px;
            margin-right: 15px;
        }

    .rotating-div {
        position: relative;
    }

    #circle {
        position: absolute;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 100px;
        background: linear-gradient(135deg, rgba(10, 29, 53, 0.40) 0%, rgba(10, 29, 53, 0.20) 100%);
        backdrop-filter: blur(7.5px);
        bottom: 60px;
        left: -95px;
    }

        #circle svg {
            position: absolute;
            left: 0;
            top: 18px;
            width: 100%;
            -webkit-animation-name: rotate;
            -moz-animation-name: rotate;
            -ms-animation-name: rotate;
            -o-animation-name: rotate;
            animation-name: rotate;
            -webkit-animation-duration: 10s;
            -moz-animation-duration: 10s;
            -ms-animation-duration: 10s;
            -o-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -ms-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-timing-function: linear;
            -ms-animation-timing-function: linear;
            -o-animation-timing-function: linear;
            animation-timing-function: linear;
        }

    .inner-blue {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        position: absolute;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        background-image: url('../images/client/arrowin-rotate.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
    /************************ 6. Features css ***************************/
    .feature-section {
        border-top: 2px solid #45566C;
        border-bottom: 2px solid #45566C;
    }

    .feature-wrap img {
        margin-right: 20px;
    }

    .most-reliable-col {
        border-left: 2px solid #45566C;
        border-right: 2px solid #45566C;
    }

    .feature-wrapper {
        padding: 40px;
    }
    /************************ 7. What we Offer css ***************************/
    .offer-section {
        background: url(../images/offer/BG-Image.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

        .offer-section.services-offer {
            background-color: #0A1D35;
        }

    .offer-wrap a.offer-links,
    .offer-post-box {
        font-weight: 400;
        font-size: 48px;
        line-height: 64px;
        text-align: center;
        color: #FFFFFF;
        padding: 0 20px;
    }

        .offer-wrap a.offer-links:hover {
            color: #CA9A67;
        }

        .offer-post-box .blog-post-box {
            display: contents;
        }

    .offer-wrap h6 {
        color: #94B0D5;
    }
    /************************ 8. Video overlay ***************************/
    .video-wrapper {
        background: url(../images/home/youtube-back.jpg);
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        background-attachment: fixed;
    }

    .video-play-button {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
    }

        .video-play-button:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
            background: rgb(0 0 0 / 50%);
        }

        .video-play-button:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            transition: all 200ms;
            background: linear-gradient(135deg, rgba(10, 29, 53, 0.8) 0%, rgba(10, 29, 53, 0.2) 100%);
            backdrop-filter: blur(3px);
        }

        .video-play-button:hover:after {
            background-color: darken#fa183d, 10%;
        }

        .video-play-button img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        .video-play-button span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 32px solid #fff;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

    .video-overlay {
        position: fixed;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.80);
        opacity: 0;
        transition: all ease 500ms;
    }

        .video-overlay.open {
            position: fixed;
            z-index: 999999;
            opacity: 1;
        }

    .video-overlay-close {
        position: absolute;
        z-index: 1000;
        top: 15px;
        right: 20px;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        transition: all 200ms;
    }

        .video-overlay-close:hover {
            color: #fa183d;
        }

    .video-overlay iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
        max-width: 1170px;
        width: 100%;
        padding: 20px;
    }
    /* Youtube overlay version 4 */
    .content-yt {
        padding: 100px 0 200px 100px;
        margin-bottom: -100px;
    }

    .video-wrapper-v4 {
        background: url(../images/skills/skilll-back.jpg);
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 520px;
    }

    .overlay-video {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        transition: opacity 600ms ease-in;
        transition: opacity 0.6s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999999;
    }

    .o1 {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        transition: opacity 600ms ease-out;
        transition: opacity 0.6s;
    }

    .videoWrapperExt {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 982px;
        padding: 0 20px;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .close {
        position: absolute;
        top: -50px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        height: 40px;
        width: 40px;
        background-size: 40px;
    }

    .close {
        background: #CA9A67;
    }

        .close:hover {
            background: #0A1D35;
        }

        .close:after,
        .close:before {
            content: "" "";
            width: 55%;
            height: 2px;
            background: #fafafa;
            position: absolute;
            top: 48%;
            left: 22%;
            transform: rotate(-45deg);
            transition: 0.3s ease-out;
        }

        .close:after {
            transform: rotate(45deg);
            transition: 0.3s ease-out;
        }

        .close:hover:after,
        .close:hover:before {
            transform: rotate(180deg);
        }

    .start {
        text-align: center;
        font-size: 40px;
        text-decoration: underline;
        color: blue;
        text-transform: uppercase;
        cursor: pointer;
    }

    .circle {
        display: block;
        position: absolute;
        top: -4px;
        left: -4px;
        width: 120px;
        height: 120px;
        stroke-dasharray: 1000px;
        stroke-dashoffset: 0;
        transform-origin: 50% 50%;
        transition: all 0.8s linear 0.2s, opacity 0s linear 0s;
    }

    .button-play {
        display: block;
        position: relative;
        width: 100px;
        height: 100px;
        background-color: #CA9A67;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.465, 1.55) 0.2s, border-width 0.4s cubic-bezier(0.68, -0.55, 0.465, 1.55);
        margin-left: auto;
    }

        .button-play:before {
            display: block;
            position: absolute;
            content: "";
            bottom: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border: 30px solid transparent;
            border-width: 25px 0px 25px 40px;
            border-radius: 0;
            border-left-color: white;
            transform: translate(-18px, 50%);
        }

        .button-play:hover .circle,
        .button-play.active .circle {
            stroke-dasharray: -1000px;
            stroke-dashoffset: -500px;
            opacity: 0;
            transition: all 2s linear 0.3s, opacity 0.1s linear 2s;
        }

        .button-play:hover:before,
        .button-play.active:before {
            -webkit-animation: playJump 0.5s linear infinite;
            animation: playJump 0.5s linear infinite;
        }

    .home6-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .form-button.nopadding.mt-home3 {
        margin-top: 0 !important;
    }
    /************************ 9. Cases ***************************/
    .case-year {
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #CA9A67;
        width: 17%;
    }

    .case-name {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
        padding-right: 80px;
        width: 32%;
    }

        .case-name a {
            color: #ffffff;
        }

            .case-name a:hover {
                color: #CA9A67;
            }

                .case-name a:hover div {
                    text-decoration: underline;
                }

    .case-desc {
        font-size: 16px;
        padding-right: 10px;
        width: 50%;
    }

    .listing-table tr {
        padding: 30px 0;
        display: block;
        border-bottom: 1px solid #45566C;
    }

        .listing-table tr:last-child {
            border-bottom: none;
        }

        .listing-table tr:first-child {
            padding-top: 0;
        }

        .listing-table tr:last-child {
            padding-bottom: 0;
        }

    .listing-table table {
        margin-bottom: 100px;
    }
    /* Home V2 table */
    .v2-table {
        margin-top: 60px;
    }

    .cases-one {
        padding-right: 60px;
        width: 10%;
    }

    .cases-two {
        padding-right: 30px;
        width: 25%;
    }

    .cases-three {
        padding-right: 40px;
    }

    .listing-table .v2-table tr {
        padding: 40px 0;
        border-top: 2px solid #F1F5F9;
        border-bottom: none;
    }

        .listing-table .v2-table tr:last-child {
            border-bottom: 2px solid #F1F5F9;
        }

        .listing-table .v2-table tr img {
            transition: all .5s;
        }

        .listing-table .v2-table tr:hover img {
            transition: all .5s;
        }

        .listing-table .v2-table.v4-table tr:hover svg path,
        .listing-table .v2-table tr:hover svg path {
            fill: #CA9A67;
        }

    .hover-effect {
        max-width: 330px;
        width: 100%;
    }

    .arrow-box {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background: #F1F5F9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .listing-table .v2-table tr:hover .arrow-box {
        background: #CA9A67;
    }

    .listing-table .v2-table .blog-post-box {
        color: #0A1D35;
        font-size: 32px;
        font-family: var(--style-font);
        font-weight: 400;
        line-height: normal;
    }

    .listing-table .v2-table p {
        color: #45566C;
        font-size: 16px;
    }

    .listing-table .v2-table tr:hover .blog-post-box {
        text-decoration: underline;
        color: #CA9A67;
    }

    .cases-v2 .form-button {
        margin-top: 20px;
    }
    /* Version 4 Table */
    .listing-table .v2-table.v4-table tr {
        border-color: #45566C;
    }

    .listing-table .v2-table.v4-table .hover-effect .blog-post-box {
        color: #94B0D5;
    }

    .v4-table .arrow-box {
        background: #94B0D5;
    }

    .listing-table .v2-table.v4-table tr:hover .arrow-box {
        background: #ffffff;
    }

    .listing-table .v2-table.v4-table tr:hover .hover-effect .blog-post-box {
        color: #CA9A67;
    }

    .v4-table {
        margin-bottom: 200px !important;
    }

    .our-services-table {
        margin-bottom: 0 !important;
    }
    /************************ 10. Get free consulatation ***************************/
    .consult-col {
        margin-top: -100px;
    }

        .consult-col img {
            position: relative;
            z-index: 1;
        }

    .free-consultation-form {
        background: url(../images/consultation/Pattern.png);
        background-color: #ffffff;
        padding: 50px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .free-consultation-form h2,
        .free-consultation-form p {
            color: #0A1D35;
        }

    .input-block {
        position: relative;
    }

        .input-block input,
        .input-block textarea {
            padding: 18px 20px;
            border: 1px solid #94B0D5;
            border-radius: 0;
        }

        .input-block label {
            left: 0px;
            color: #94B0D5 !important;
            font-size: 18px !important;
            font-family: var(--body-font);
            font-weight: 500 !important;
            line-height: 24px;
        }

    .home-4-name::placeholder {
        color: #94B0D5 !important;
    }

    .home-4-name {
        color: #94B0D5 !important;
    }

    .form-button .button-wrap {
        transform: none;
    }

        .form-button .button-wrap:before,
        .form-button .button-wrap:after {
            background: #0A1D35;
        }

        .form-button .button-wrap:hover span,
        .form-button .button-wrap:hover i {
            color: #ffffff;
        }

    .contact-form {
        margin-left: 140px;
    }
    /* Form version 3 */
    .form-v3 .contact-form {
        margin-left: 0px;
    }

    .form-v3 .free-consultation-form {
        background: none;
        padding: 0px;
    }
    /* Newsletter V4 */
    .subscribe-wrap .container {
        padding: 0;
    }

    .subscribe-block {
        background-image: url('../images/consultation/parliament.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: -200px;
    }

        .subscribe-block .form-control {
            background-color: #45566C;
            border: 1px solid #45566C;
        }

        .subscribe-block .button-wrap {
            padding: 17px 20px;
        }
    /* Comment form */
    .comment-form .input-block input::placeholder,
    .comment-form .input-block textarea::placeholder,
    .comment-form .input-block label {
        color: #45566C !important;
        font-family: var(--body-font) !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }

    .comment-form .input-block input,
    .comment-form .input-block textarea {
        padding-right: 0;
        padding-left: 0;
        border: none;
        border-bottom: 1px solid #0A1D35;
    }

        .comment-form .input-block input[type="checkbox"] {
            margin-right: 10px;
        }
    /************************ 11. Featured Cases ***************************/
    figure.snip-case {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #000000;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        margin: 0;
    }

        figure.snip-case * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        figure.snip-case img {
            max-width: 100%;
            vertical-align: top;
            width: 100%;
        }

        figure.snip-case i {
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            font-size: 34px;
            color: #000000;
            width: 60px;
            height: 60px;
            line-height: 60px;
            background: #ffffff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
        }

        figure.snip-case a {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
        }

        figure.snip-case.case-yellow {
            background-color: #CA9A67;
        }

            figure.snip-case.case-yellow i {
                color: #CA9A67;
            }

    .case-card:hover img,
    .case-card.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .case-card:hover i,
    .case-card.hover i {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .case-card {
        position: relative;
    }

    .case-card-desc {
        position: relative;
        background: #ffffff;
        padding: 18px 10px;
        text-align: center;
        width: -webkit-fill-available;
        margin: 0 30px;
        margin-top: -52.4px;
    }

        .case-card-desc p {
            color: #45566C;
        }

        .case-card-desc h4 a {
            font-size: 24px;
            color: #0A1D35;
        }
    /* Case Card V2 */
    .case-card-v2 .case-card-desc {
        text-align: left;
        margin: 0;
    }

    .case-card-v2 .case-card-desc {
        padding: 0;
    }

    .case-card-v2 .case-card {
        margin-bottom: 40px;
        max-width: 370px;
        width: 370px;
    }

    .case-card-v2 .case-card-desc {
        padding-top: 20px;
    }
    /* Featured case V3 */
    .yellow-block {
        height: 60px;
        width: 140px;
        background: #CA9A67;
        rotate: 147deg;
        position: absolute;
        bottom: -32px;
        left: 80px;
    }

    .feature-img-item img {
        /*rotate: 13deg;*/
    }
    /* Version 4 */
    .container-yscroll {
        height: 60vh !important;
        width: 200vw !important;
        display: flex;
        list-style: none;
        top: 100px !important;
    }

    .thumbnail {
        margin-right: 30px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .container-yscroll .case-card-desc {
        background: transparent;
    }

        .container-yscroll .case-card-desc p {
            color: #94B0D5;
        }

        .container-yscroll .case-card-desc h4 a {
            color: #ffffff;
        }

    .container-yscroll .thumbnail {
        max-width: 370px;
        width: 370px;
    }

    .feature-gapping {
        padding: 284px 0 100px 0;
        overflow: hidden;
    }

        .feature-gapping.feature-gapping1 {
            padding-top: 100px !important;
        }

    .counter-section-v4 {
        margin-bottom: -182px;
        position: relative;
        z-index: 0;
    }

    .container-yscroll .case-card:hover .hover-acting {
        color: #CA9A67 !important;
        display: inline;
        background-size: 100% 2px;
    }

    .container-yscroll li.thumbnail:nth-child(odd) img {
        width: 370px;
        height: 370px;
        object-fit: cover;
    }

    .container-yscroll li.thumbnail:nth-child(even) img {
        width: 370px;
        height: 270px;
        object-fit: cover;
    }
    /************************12. Client Testimonial ***************************/
    .client-testimonial {
        background: radial-gradient(50% 50.00% at 50% 50.00%, #0A1D35 0%, rgba(10, 29, 53, 0.35) 0.01%, #0A1D35 100%), url(../images/testimonial/testimonial-back.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .testimonial-top-bar {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .testimonies-content .comment {
        line-height: 30px;
        font-size: 24px;
    }

    .author-img img {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }

    .author-box {
        gap: 20px;
    }

    .author-desc h5 {
        font-size: 24px;
        font-weight: 400;
        color: #ffffff;
        line-height: 30px;
    }

    .author-desc p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .testimonial-slide .client-thought {
        max-width: 500px;
    }

    .testimonial-slide .slick-slide {
        margin: 0 15px;
    }

    .testimonial-slide .slick-prev.slick-arrow {
        background-image: url('../images/testimonial/Button-Backward.png');
    }

    .testimonial-slide .slick-next.slick-arrow {
        background-image: url('../images/testimonial/Button-forward.png');
    }

    .testimonial-slide .slick-next.slick-arrow,
    .testimonial-slide .slick-prev.slick-arrow {
        right: -60px;
        font-size: 0;
        line-height: 0;
        top: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        outline: 0;
        position: absolute;
        display: block;
        padding: 0;
        background-color: transparent;
        border: none;
        transition: all .5s;
    }

    .testimonial-slide .slick-prev.slick-arrow {
        left: -60px;
    }

        .testimonial-slide .slick-prev.slick-arrow:hover {
            left: -40px;
            transition: all .5s;
        }

    .testimonial-slide .slick-next.slick-arrow:hover {
        right: -40px;
        transition: all .5s;
    }
    /* Client testimonial v2 */
    .client-testimonial-v2 .testimonies-content .comment,
    .client-testimonial-v2 .author-desc h5 {
        color: #0A1D35;
    }

    .client-testimonial-v2 .testimonial-slide .client-thought,
    .client-testimonial-v2 .author-desc p {
        color: #45566C;
    }

    .client-testimonial-v2 .testimonial-slide .slick-prev.slick-arrow {
        background-image: url('../images/testimonial/prev.png');
    }

    .client-testimonial-v2 .testimonial-slide .slick-next.slick-arrow {
        background-image: url('../images/testimonial/next.png');
    }
    /* Client testimonial V4 */
    .client-test-v4 {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), url(../images/testimonial/testimonial-back-2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .client-test-v4 .testimonial-slide .client-thought {
            max-width: 100%;
            text-align: center;
            display: block;
        }

        .client-test-v4 .testimonies-content {
            background-image: url('../images/testimonial/quoted.png');
            background-repeat: no-repeat;
            background-position: top 60px left;
        }

        .client-test-v4 .author-box {
            justify-content: center;
        }

        .client-test-v4 .designation-v4 {
            color: #45566C;
            margin-top: 5px;
        }

        .client-test-v4 .author-img img {
            border: 6px solid #000000;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        }

    .main-testimonials .client-thought {
        color: #45566C;
    }
    /************************ 13. Welcome-section ***************************/
    .btn-side-img {
        position: absolute;
        bottom: 0;
        left: 300px;
    }

    .case-abs {
        position: relative;
    }
    /************************ 14. Legal issue consultation ***************************/
    .leagal-consultation {
        background-image: url('../images/cases/Pattern.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-top: 2px solid #45566C;
        border-bottom: 2px solid #45566C;
    }

    .btn-call-wrap {
        display: flex;
        gap: 30px;
    }

    .call-box {
        line-height: 63px;
        position: relative;
        top: -3px;
    }

        .call-box:hover {
            cursor: pointer;
        }

        .call-box a {
            color: #94b0d5;
            font-size: 32px;
            font-family: var(--style-font);
            position: relative;
            top: 4px;
        }

        .call-box:hover a {
            color: #CA9A67 !important;
        }

        .call-box span:first-child {
            background-color: #94B0D5;
            border: 2px solid #94B0D5;
            padding: 18px;
        }

        .call-box:hover span:first-child,
        .call-box:hover span:last-child {
            border-color: #CA9A67 !important;
        }

        .call-box:hover span:first-child {
            background-color: #CA9A67 !important;
        }

        .call-box span:last-child {
            border: 2px solid #94B0D5;
            padding: 18px 15px 18px 15px;
            position: relative;
            left: -5px;
        }

    .left-consult-wrappper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-consult-wrap {
        padding-top: 24px;
        text-align: right;
    }
    /* Legal consultation V2 */
    .legal-consult-v2 {
        background-image: url('../images/cases/Pattern-v2.png');
        border: none;
        background-color: #F1F5F9;
    }

        .legal-consult-v2 .call-box span:first-child {
            background-color: #0A1D35;
            border: 2px solid #0A1D35;
        }

        .legal-consult-v2 .call-box span:last-child {
            border: 2px solid #0A1D35;
        }

        .legal-consult-v2 .call-box a {
            color: #0A1D35;
        }
    /************************ 15. Securing Justice ***************************/
    .secure-card-block {
        position: relative;
    }

    .secure-card {
        width: 270px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

        .secure-card .image {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border: 2px solid #94B0D5;
            border-radius: 50%;
        }

            .secure-card .image img {
                transition: .5s;
                width: 100%;
                height: 375px;
                object-fit: cover;
            }

        .secure-card .details {
            position: absolute;
            top: 0;
            overflow: hidden;
            right: 0;
            width: 135px;
            height: 375px;
            transition: .5s;
            transform-origin: right;
            transform: perspective(2000px) rotateY(-90deg);
        }

            .secure-card .details::before {
                content: '';
                width: 100%;
                height: 375px;
                right: 0;
                position: absolute;
                background: linear-gradient(rgba(148, 176, 213, 0.8), rgba(148, 176, 213, 0.2));
                border-radius: 0 100% 100% 0 / 50%;
            }

        .secure-card:hover .details {
            transform: perspective(2000px) rotateY(0deg);
        }

        .secure-card .details .center {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .secure-card .details .center h1 {
                margin: 0;
                padding: 0;
                color: #ff3636;
                line-height: 20px;
                font-size: 20px;
                text-transform: uppercase;
            }

                .secure-card .details .center h1 span {
                    font-size: 14px;
                    color: #262626;
                }

            .secure-card .details .center p {
                margin: 10px 0;
                padding: 0;
                color: #262626;
            }

            .secure-card .details .center ul {
                margin: 10px auto 0;
                padding: 0;
                display: table;
            }

                .secure-card .details .center ul li {
                    list-style: none;
                    margin: 0 0 25px;
                }

                    .secure-card .details .center ul li a {
                        display: block;
                        color: #fff;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        transform: .5s;
                    }

                        .secure-card .details .center ul li a i {
                            font-size: 24px;
                            transition: all .5s;
                        }

                        .secure-card .details .center ul li a:hover i {
                            color: #CA9A67;
                            transition: all .5s;
                        }

    .secure-card-info {
        padding-top: 20px;
    }

        .secure-card-info p {
            color: #94B0D5;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            text-transform: uppercase;
        }

        .secure-card-info a {
            color: #FFFFFF !important;
            font-size: 24px;
        }

    .secure-card:hover .secure-card-info a {
        color: #CA9A67 !important;
        text-decoration: underline;
    }

    .secure-card-slider img,
    .securecard-slick-slider img {
        filter: url(#colorFilter);
    }

    .secure-card-block:hover img,
    .securecard-slick-slider:hover img {
        filter: none;
    }

    .silk_slider_circular .slick-dots {
        display: flex !important;
        gap: 10px;
    }

    .secure-card-slider .slick-dots,
    .silk_slider_circular .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
    }

        .secure-card-slider .slick-dots li,
        .silk_slider_circular .secure-card-slider .slick-dots li {
            margin: 40px 4px 0;
        }

        .secure-card-slider .slick-dots button,
        .silk_slider_circular .slick-dots button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: rgb(202 154 103 / 50%);
            text-indent: -9999px;
        }

        .secure-card-slider .slick-dots li.slick-active button,
        .silk_slider_circular .slick-dots li.slick-active button {
            background-color: #CA9A67;
            width: 30px;
            border-radius: 5px;
        }
    /* Version 4 */
    .secure-justice-wrap {
        position: relative;
        z-index: 0;
    }

    .circular-img {
        width: 190px;
        height: 190px;
        border-radius: 95px;
        margin: 0 auto;
        border: 2px solid transparent;
        transition: all 0.5s ease;
    }

    .circular-secure-card:hover .circular-img > img {
        opacity: 0;
        transition: all 0.5s ease;
    }

    .circular-secure-card:hover .circular-img {
        border: 2px solid #ffffff;
        transition: all 0.5s ease;
    }

    .circular-secure-card:hover {
        background-size: auto;
        transition: all 0.5s ease;
    }

    .circular-content {
        position: relative;
        z-index: 12;
        bottom: 110px;
        margin-left: 20px;
        color: #45566C;
        transition: all 1s ease;
    }

    .circular-secure-card {
        position: relative;
        height: 375px;
        width: 275px;
        margin: 0 auto;
    }

        .circular-secure-card .arrow-box {
            background: #CA9A67;
            position: absolute;
            top: 145px;
            right: 40px;
            transition: all 0.5s ease;
            z-index: 10;
        }

        .circular-secure-card:hover .arrow-box {
            z-index: 12;
        }

        .circular-secure-card:hover .arrow-box {
            background: #ffffff;
        }

        .circular-secure-card .arrow-box img {
            filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(291deg) brightness(107%) contrast(105%);
            transition: all 0.5s ease;
        }

        .circular-secure-card:hover .arrow-box img {
            filter: invert(65%) sepia(58%) saturate(275%) hue-rotate(350deg) brightness(86%) contrast(99%);
        }

        .circular-secure-card:hover .circular-content {
            color: #94B0D5;
            transition: all 0.5s ease;
        }

            .circular-secure-card:hover .circular-content h4 {
                color: #ffffff;
                transition: all 0.5s ease;
            }



        .circular-secure-card .item {
            background: transparent;
            width: 100%;
            margin: 0 auto;
            height: 375px;
            position: relative;
            box-sizing: border-box;
            color: #fff;
        }

        .circular-secure-card .card {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: 10;
            width: 100%;
            height: 100%;
            overflow: hidden;
            -webkit-transition: var(--dur);
            -moz-transition: var(--dur);
            -ms-transition: var(--dur);
            -o-transition: var(--dur);
            transition: var(--dur);
            clip-path: circle(30.0% at 50% 30%);
            border-radius: 0;
        }

            .circular-secure-card .card img {
                position: absolute;
                top: 0%;
                right: 0;
                bottom: 0;
                left: 0%;
                margin: auto;
                z-index: 10;
                height: 100%;
                width: 100%;
                max-width: 9999px;
                overflow: hidden;
                object-fit: cover;
                -webkit-transition: var(--dur);
                -moz-transition: var(--dur);
                -ms-transition: var(--dur);
                -o-transition: var(--dur);
                transition: var(--dur);
                clip-path: circle(10 0.0% at 50% 50%);
            }

        .circular-secure-card:hover .circular-content {
            opacity: 1;
        }

        .circular-secure-card:hover .item .card img {
            clip-path: circle(100.0% at 50% 50%);
        }

        .circular-secure-card:hover .item .card {
            clip-path: circle(100.0% at 50% 50%);
            background: radial-gradient(65.47% 65.47% at 50% 34.53%, rgba(10, 29, 53, 0.00) 0%, #0A1D35 100%);
        }

        .circular-secure-card img {
            max-width: 100%;
            position: absolute;
            z-index: 3;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }

    span.circle-border {
        width: 190px;
        height: 190px;
        border-radius: 95px;
        content: '';
        position: relative;
        top: 20px;
        margin: 0 auto;
        border: 2px solid #ffffff;
        z-index: 10;
        font-size: 92px;
        opacity: 0;
    }

    .circular-secure-card:hover span.circle-border {
        opacity: 1;
    }

    .circular-secure-card::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
        width: 100%;
        height: 375px;
        opacity: 0.85;
        background: radial-gradient(65.47% 65.47% at 50% 34.53%, rgba(10, 29, 53, 0.00) 0%, #0A1D35 100%);
        display: inline-block;
        opacity: 0;
        transition: all 1s;
    }

    .circular-secure-card:hover::after {
        opacity: 1;
        transition: all 1s;
    }

    .silk_slider_circular .slick-slide {
        padding: 0px 15px;
    }

    .row.silk_slider_circular.slick-initialized.slick-slider {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .silk_slider_circular .slick-track {
        padding: 0px 0px 20px 0px;
    }
    /************************ 16. Counter section ***************************/
    .counter-section {
        background-image: url('../images/counter/Vector.jpg');
        padding: 60px 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .counter {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .border-counter li {
        border: none !important;
    }

    .counter li {
        flex: 1;
        text-align: center;
        border: 1px solid #F1F5F9;
    }

    .counter span.percent:after {
        content: "%";
        display: inline-block;
    }

    .counter span.plus:after {
        content: "+";
        display: inline-block;
    }

    .counter span.zero:before {
        content: "0";
        display: inline-block;
    }

    .counter-wrapper ul li span {
        display: block;
        color: #0A1D35;
        font-size: 64px;
        font-family: var(--style-font);
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 30px;
        line-height: normal;
    }

    .counter-wrapper ul li p {
        color: #45566C;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    /* Home V3 counter */
    .counter-section.counter-v3 {
        background-image: none;
        background-color: #ffffff;
        padding: 0;
        border: 1px solid #F1F5F9;
    }

        .counter-section.counter-v3 li {
            padding: 60px 0;
            position: relative;
            z-index: 0;
            transition: ease-in-out .5s;
        }

            .counter-section.counter-v3 li::after {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgb(241 245 249 / 89%);
                ;
                opacity: 0;
                z-index: -1;
                transition: ease-in-out .5s;
            }

    .cases-back::before {
        background-image: url('../images/counter/case-back.jpg');
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        transition: ease-in-out .5s;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .counter-section.counter-v3 li:hover:after,
    .counter-section.counter-v3 li:hover:before {
        opacity: 1;
        transition: ease-in-out .5s;
    }

    .cb-1::before {
        background-image: url('../images/counter/cases-back-1.jpg');
    }

    .cb-2::before {
        background-image: url('../images/counter/cases-back-2.jpg');
    }

    .cb-3::before {
        background-image: url('../images/counter/cases-back-3.jpg');
    }

    .cases-back:hover img {
        filter: brightness(0) saturate(100%) invert(8%) sepia(46%) saturate(1927%) hue-rotate(189deg) brightness(96%) contrast(96%);
    }
    /* Counter V4 */
    .counter-section-v4 .container {
        background-color: #F7F6F4;
        padding: 60px 0;
        background-image: url('../images/counter/vector-png.png');
    }
    /************************ 17. Blog section ***************************/
    .wakil-blog-layout .blog_image {
        position: relative;
    }

        .wakil-blog-layout .blog_image img {
            transition: all .3s ease;
            margin-bottom: 30px;
            width: 100%;
        }

    .wakil-blog-layout .blog_category h4 {
        color: #ffffff;
        background-color: #45566C;
        padding: 10px 15px;
        position: absolute;
        top: -12px;
        left: 15px;
        transition: all .3s ease;
        font-size: 18px;
        font-family: var(--body-font);
        line-height: 18px;
    }

    .blog_title h2 {
        line-height: 0;
    }

        .blog_title h2 a {
            color: #FFFFFF;
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 20px;
            transition: all .3s ease;
        }

    .wakil-blog-layout .blog__box:hover .blog_category h4 {
        top: 20px;
    }

    .wakil-blog-layout .blog__box:hover .blog_image img {
        border-radius: 20px;
    }

    .wakil-blog-layout .blog__box:hover .blog_title h2 a {
        color: #CA9A67;
        transition: all .3s ease;
    }

    .wakil-blog-layout .read_more_btn a:hover {
        color: #6F39FD;
        background-color: transparent;
        border: 2px solid #6F39FD;
    }
    /* Blog Layout V2 */
    .wakil-blog-layout.wakil-blog-layout-v2 .blog_category h4 {
        bottom: -16px;
        top: auto;
        background-color: #CA9A67;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog_image img {
        margin-bottom: 0;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog_bottom_content {
        background: #ffffff;
        padding: 50px 15px 30px 15px;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog_title h2 a {
        color: #0A1D35;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog_para p {
        color: #45566C;
    }

    .external {
        transition: all .2s ease-in-out;
    }

        .external span {
            color: #0A1D35;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
        }

    .fa-external-link {
        visibility: hidden;
        color: #0A1D35;
        font-size: 18px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .blog__box:hover .fa-external-link {
        visibility: visible;
        opacity: 1;
    }

    .blog__box:hover .external {
        text-decoration: underline;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog__box:hover .blog_image img {
        border-radius: 0px;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog__box:hover .blog_category h4 {
        top: auto;
        bottom: 15px;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog__box .blog_title h2 a {
        display: inline;
        background: no-repeat 0 80%;
        background-image: linear-gradient(#CA9A67, #CA9A67);
        background-size: 0 2px;
        transition: all .9s ease;
    }

    .wakil-blog-layout.wakil-blog-layout-v2 .blog__box:hover .blog_title h2 a {
        background-size: 100% 2px;
    }

    .hover-effect-blog a:before {
        color: #0A1D35 !important;
    }

    .blog__box {
        cursor: pointer;
    }
    /* Blog version 4 */
    .wakil-blog-layout-v4 .blog__box {
        border: 1px solid var(--6, #F1F5F9);
        background: var(--3, #FFF);
        box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.10);
        padding: 20px;
    }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog_category h4 {
        bottom: 10px;
        left: 10px;
        background-color: #0A1D35;
    }

        .wakil-blog-layout.wakil-blog-layout-v4 .blog_category h4::before {
            content: "\eb21";
            font-family: remixicon !important;
            color: #ffffff;
            font-size: 24px;
            margin-right: 15px;
        }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog-meta i {
        color: #CA9A67;
        font-size: 24px;
        margin-right: 10px;
    }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #F1F5F9;
    }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog_bottom_content {
        background: #ffffff;
        padding: 20px 0px 0px 0px;
    }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog_title h5 {
        padding-top: 20px;
        display: block;
        color: #0A1D35;
    }

        .wakil-blog-layout.wakil-blog-layout-v4 .blog_title h5 a {
            display: inline;
            background: no-repeat 0 80%;
            background-image: linear-gradient(#CA9A67, #CA9A67);
            background-size: 0 2px;
            transition: all .9s ease;
        }

    .wakil-blog-layout.wakil-blog-layout-v4 .blog__box:hover .blog_title h5 a {
        background-size: 100% 2px;
    }

    .hover01 figure {
        overflow: hidden;
        margin: 0;
    }

        .hover01 figure img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

    .blog__box:hover .hover01 img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: .5s ease-in-out;
    }
    /************************ 18. Footer Top ***************************/
    footer,
    .footer-top {
        overflow: hidden;
    }

    .footer-top {
        background-image: url('../images/footer/pattern.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .newsletter-footer h2 {
        color: #0A1D35;
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }
    /* Footer top V2 */
    .footer-top-v2 {
        background-image: url(../images/footer/pattern-back.jpg);
        height: 520px;
        background-attachment: fixed;
    }
    /************************ 19. Footer ***************************/
    .footer-block-home-1 {
        background: radial-gradient(50% 50.00% at 50% 50.00%, #0A1D35 0%, rgba(10, 29, 53, 0.80) 0.01%, #0A1D35 100%), url(../images/footer/court-hammer.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 100px 0 40px;
    }

    .subscribe-cap {
        color: #ffffff;
        font-size: 32px;
        font-family: var(--style-font);
        line-height: normal;
        margin-right: 30px;
    }

    .footer-newsletter {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .newsletter {
        margin-left: auto;
    }

        .newsletter .outer {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 370px;
            max-width: 100%;
            height: 40px;
            border: 1px solid #FFFFFF;
        }

        .newsletter input::placeholder {
            color: #94B0D5;
            font-size: 16px;
            font-family: var(--body-font);
            font-weight: 500;
            line-height: 24px;
        }

        .newsletter input[type="text"] {
            padding-left: 10px;
            border: transparent;
            color: white;
            background-color: transparent;
            flex-grow: 1;
        }

        .newsletter.newsletter2 .home-3-sub {
            color: #45566C !important;
            font-family: var(--body-font);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }

            .newsletter.newsletter2 .home-3-sub::placeholder {
                color: #45566C !important;
            }

        .newsletter input:focus-visible {
            outline-width: 0 !important;
            outline-offset: 0 !important;
        }

        .newsletter .inner {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #ffffff;
        }

        .newsletter button[type="submit"] {
            border: none;
            background-color: transparent;
            cursor: pointer;
            outline: none;
            padding: 0;
        }

        .newsletter img {
            display: block;
            width: 24px;
        }

    .wrapper .social {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 20px;
    }

        .wrapper .social li .social-item {
            display: table;
            color: #fff;
            width: 50px;
            height: 50px;
            font-size: 30px;
            text-align: center;
            border: 1px solid #fff;
            transition: all 0.3s ease-in-out;
            text-decoration: none;
        }

        .wrapper .social li:hover .social-item {
            background-color: #CA9A67;
            border-color: transparent !important;
        }

        .wrapper .social li .social-item i {
            display: table-cell;
            vertical-align: middle;
            color: #94B0D5;
            font-size: 24px;
        }

        .wrapper .social li:hover .social-item i {
            color: #ffffff;
        }

    .footer-list {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footer-V2 .footer-list {
        margin-bottom: 30px;
    }

    .footer-menu-list {
        line-height: 40px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer-menu-list a,
        .footer-bottom-copyright a,
        .hover-effect-blog a {
            color: #94B0D5;
            position: relative;
        }

            .footer-menu-list a:before,
            .footer-bottom-copyright a:before,
            .hover-effect-blog a:before {
                color: #CA9A67;
                content: attr(data-hover);
                position: absolute;
                opacity: 0;
                text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
                -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
                -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
                transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
                -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                transition: transform 0.3s, opacity 0.3s;
                pointer-events: none;
            }

            .footer-menu-list a:hover:before,
            .footer-menu-list a:focus:before,
            .footer-bottom-copyright a:hover:before,
            .footer-bottom-copyright a:focus:before,
            .blog__box:hover a:before,
            .blog__box:focus a:before {
                -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
                -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
                transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
                opacity: 1;
            }

    .footer-bottom-bar hr {
        margin: 40px 0 20px 0;
        border-color: #45566C;
        opacity: 1 !important;
    }

    .footer-bottom-copyright,
    .footer-bottom-copyright a {
        font-size: 16px;
        color: #94B0D5;
        transition: all .5s;
    }

    .footer-menu-last-list a,
    .contact-information a {
        color: #94B0D5;
        transition: all .5s;
    }

        .footer-menu-last-list a:hover,
        .contact-information a:hover {
            color: #CA9A67 !important;
            transition: all .5s;
        }
    /* Footer version 2 */
    .footer-V2 .wrapper .social {
        display: inline-block;
    }

    .footer-V2 ul.social li {
        display: inline-block;
        width: 50%;
        float: left;
    }

        .footer-V2 ul.social li:nth-child(1),
        .footer-V2 ul.social li:nth-child(2) {
            margin-bottom: 20px;
        }

    .footer-menu-last-list.menu-v2 a {
        color: #94B0D5;
    }

        .footer-menu-last-list.menu-v2 a:hover {
            color: #CA9A67;
        }
    /* Footer V3 */
    .footer-V3 {
        background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(241, 245, 249, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, #FFF 100%), url(../images/footer/footer-back-v3.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .footer-V3 .newsletter .outer,
        .footer-V3 .wrapper .social li .social-item {
            border: 1px solid #0A1D35;
        }

        .footer-V3 .newsletter .inner {
            background-color: #0A1D35;
        }

        .footer-V3 .newsletter input::placeholder,
        .footer-V3 .footer-menu-list a,
        .footer-V3 .footer-bottom-copyright a,
        .footer-V3 .hover-effect-blog a,
        .footer-V3 .footer-menu-last-list a,
        .footer-V3 .wrapper .social li .social-item i {
            color: #45566C;
        }

    .footer-menu-last-list a .footer-V3 .wrapper .social li:hover .social-item {
        background-color: #CA9A67;
        border-color: transparent;
    }

    .footer-V3 .wrapper .social li:hover .social-item i {
        color: #ffffff;
    }
    /************************ 20. Home V2 Menu ***************************/
    .page-header-v2 .checkbox {
        display: none;
    }

    .page-header-v2 .button {
        position: relative;
        background-color: #0A1D35;
        height: 100px;
        width: 100px;
        border-radius: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2000;
        text-align: center;
        cursor: pointer;
    }

    .page-header-v2 .background {
        height: 4rem;
        width: 4rem;
        border-radius: 50%;
        position: fixed;
        top: 0;
        right: 0;
        background: radial-gradient(50% 50.00% at 50% 50.00%, #fff 0%, rgba(10, 29, 53, 0.8) 0.08%, #CA9A67 100%);
        z-index: 1000;
        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        backdrop-filter: brightness(0.5);
    }

    .page-header-v2 .nav {
        height: 100vh;
        position: fixed;
        top: 0;
        right: -60vw;
        z-index: 1500;
        width: 0;
        transition: all 0.8s;
        display: none;
    }

    .page-header-v2 .list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        width: 100%;
    }

    .page-header-v2 .item {
        margin: 1rem;
        font-size: 36px;
    }

    .page-header-v2 .link:link,
    .page-header-v2 .link:visited {
        display: inline-block;
        font-size: 3rem;
        font-weight: 300;
        padding: 1rem 2rem;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
        background-size: 220%;
        transition: all 0.4s;
    }

    .page-header-v2 .link:hover,
    .page-header-v2 .link:active {
        color: lightgreen;
        cursor: pointer;
    }
    /* functionality */
    .page-header-v2 .checkbox:checked ~ .background {
        transform: scale(80);
    }

    .page-header-v2 .checkbox:checked ~ .nav {
        width: 100%;
        right: 0;
        display: block;
    }

    .page-header-v2 .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .page-header-v2 .icon,
        .page-header-v2 .icon::before,
        .page-header-v2 .icon::after {
            width: 30px;
            height: 3px;
            background-color: #ffffff;
            display: inline-block;
        }

            .page-header-v2 .icon::before,
            .page-header-v2 .icon::after {
                content: "";
                position: absolute;
                left: 0;
                transition: all 0.2s;
            }

            .page-header-v2 .icon::before {
                top: -0.8rem;
            }

            .page-header-v2 .icon::after {
                top: 0.8rem;
            }

    .page-header-v2 .button:hover icon:before {
        top: -1rem;
    }

    .page-header-v2 .button:hover icon::after {
        top: 1rem;
    }

    .page-header-v2 .checkbox:checked + .button .icon {
        background-color: transparent;
    }

        .page-header-v2 .checkbox:checked + .button .icon::before {
            top: 0;
            transform: rotate(135deg);
        }

        .page-header-v2 .checkbox:checked + .button .icon::after {
            top: 0;
            transform: rotate(-135deg);
        }

    .page-header-v2 {
        padding: 20px 0 20px 50px;
        position: relative;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 2px 2px 2px 1px #45566c14;
    }

    .home-1-header.fixed-header,
    .page-header-v2.fixed-header {
        background: #0A1D35;
    }

    .header-top-bar {
        padding: 9px 50px;
    }

    .top-bar-img a {
        padding-left: 35px;
        position: relative;
        color: #ffffff;
    }

    .top-bar-text a {
        color: #CA9A67;
        text-decoration: underline;
    }

        .top-bar-text a:hover {
            color: #ffffff;
        }

    .top-bar-img a::before {
        background: url(../images/header/dial-pad.png);
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 3px;
    }

    .page-header-v3 {
        padding: 0 !important;
    }

    .top-bar-mail a::before {
        background: url(../images/header/mail.png);
    }

    .page-header-v3 .form-button {
        margin-top: 0px;
    }

    .form-button {
        margin-top: 30px !important;
    }

    .page-header-v4 {
        border: none;
    }
    /* overlay menu */
    .menu.header-2-overlay {
        width: 100%;
        height: 100vh;
        background: none;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 1;
        visibility: visible;
        position: unset;
    }

        .menu.header-2-overlay ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .menu.header-2-overlay ul li a {
                padding-left: 0px;
                position: relative;
                font-size: 53px;
                line-height: 60px;
            }

        .menu.header-2-overlay > ul > li > a:after {
            position: absolute;
            top: 10px;
            right: -50px;
        }

        .menu.header-2-overlay > ul > li:last-child a {
            border-bottom: none;
        }

    .caret:after {
        content: "\ea4e";
        font-family: remixicon !important;
        color: #fff;
    }

    .menu.header-2-overlay ul ul {
        display: none;
    }

        .menu.header-2-overlay ul ul a {
            text-transform: none;
            font-size: 24px;
        }

    .page-header-v2 .carbon-blue {
        background: transparent;
    }

    .page-header-v2 .nav-menu > li > a {
        font-size: 53px;
    }

    .page-header-v2 ul.nav-menu.align-to-right {
        gap: 80px;
        align-items: center;
        height: 100%;
    }

    .page-header-v2 .nav-menu > li > a {
        color: #FFFFFF;
    }

    .page-header-v2 .submenu-indicator {
        margin-left: 25px;
        margin-top: -10px;
    }

    .page-header-v2 .submenu-indicator-chevron {
        height: 20px;
        width: 20px;
        border-color: #FFFFFF;
    }

    .page-header-v2 .navigation {
        justify-content: center;
        max-width: 1655px;
        margin: 0 auto;
    }

    .page-header-v2 .nav-menu > li:hover > a,
    .page-header-v2 .nav-menu > li.active > a,
    .page-header-v2 .nav-menu > li.focus > a,
    .page-header-v2 .nav-menu > li > a {
        border-top: none
    }

    .page-header-v2 .nav-dropdown li a .submenu-indicator-chevron {
        border-color: #000;
        height: 10px;
        width: 10px;
    }

    .page-header-v2 .nav-dropdown li a .submenu-indicator {
        margin-top: -2px;
    }

    .page-header-v2 .nav-dropdown li a .submenu-indicator-chevron {
        border-color: #FFF;
        height: 16px;
        width: 16px;
    }
    /************************ 21. Slider V2 ***************************/
    .hero-sec-v2 {
        height: 100vh;
    }

    .slider-v2 {
        position: relative;
        height: 100%;
    }

    .slider--control {
        z-index: 50;
        position: absolute;
        bottom: 0;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .slider--control.left {
            right: 100px;
            z-index: 99;
        }

        .slider--control.right {
            right: 0;
        }

        .slider--control:after {
            content: "";
            position: absolute;
            display: block;
            bottom: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: #ffffff;
        }

    .slider--el {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 2.8s, z-index 0.1s;
        overflow: hidden;
    }

        .slider--el.active {
            z-index: 10;
        }

            .slider--el.active .slider--el-bg {
                transform: scale(0.834);
            }

            .slider--el.active .slider--el-content {
                opacity: 1;
            }

        .slider--el.next {
            z-index: 5;
        }

            .slider--el.next .slider--el-bg {
                transform: scale(0.834);
            }

        .slider--el.anim-5parts .part {
            position: absolute;
            top: 0;
            width: 20.1%;
            height: 100%;
            overflow: hidden;
            will-change: transform;
        }

            .slider--el.anim-5parts .part:before {
                content: "";
                display: block;
                position: absolute;
                background-size: cover;
                top: 0;
                width: 500%;
                height: 100%;
                background-image: url("../images/home-slider/slide-1.jpg");
            }

            .slider--el.anim-5parts .part.part-1 {
                transition: transform 1.1s 0.3s;
                left: 0%;
            }

                .slider--el.anim-5parts .part.part-1:before {
                    left: 0%;
                }

            .slider--el.anim-5parts .part.part-2 {
                transition: transform 1.1s 0.5s;
                left: 20%;
            }

                .slider--el.anim-5parts .part.part-2:before {
                    left: -100%;
                }

            .slider--el.anim-5parts .part.part-3 {
                transition: transform 1.1s 0.7s;
                left: 40%;
            }

                .slider--el.anim-5parts .part.part-3:before {
                    left: -200%;
                }

            .slider--el.anim-5parts .part.part-4 {
                transition: transform 1.1s 0.5s;
                left: 60%;
            }

                .slider--el.anim-5parts .part.part-4:before {
                    left: -300%;
                }

            .slider--el.anim-5parts .part.part-5 {
                transition: transform 1.1s 0.3s;
                left: 80%;
            }

                .slider--el.anim-5parts .part.part-5:before {
                    left: -400%;
                }

        .slider--el.anim-5parts.removed .part {
            transform: translateY(100%);
        }

        .slider--el.anim-9parts .slider--el-bg {
            perspective: 2000;
        }

        .slider--el.anim-9parts .part {
            position: absolute;
            width: 33.5%;
            height: 33.5%;
            overflow: hidden;
            will-change: transform;
            transform-origin: 0% 100%;
        }

            .slider--el.anim-9parts .part:before {
                content: "";
                display: block;
                position: absolute;
                background-size: cover;
                width: 300%;
                height: 300%;
                background-image: url("../images/home-slider/slide-2.jpg");
            }

            .slider--el.anim-9parts .part.left-top {
                top: 0%;
                left: 0%;
                transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
            }

                .slider--el.anim-9parts .part.left-top:before {
                    top: 0%;
                    left: 0%;
                }

            .slider--el.anim-9parts .part.mid-top {
                top: 0%;
                left: 33.33333%;
                transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s;
            }

                .slider--el.anim-9parts .part.mid-top:before {
                    top: 0%;
                    left: -100%;
                }

            .slider--el.anim-9parts .part.right-top {
                top: 0%;
                left: 66.66667%;
                transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
            }

                .slider--el.anim-9parts .part.right-top:before {
                    top: 0%;
                    left: -200%;
                }

            .slider--el.anim-9parts .part.left-mid {
                top: 33.33333%;
                left: 0%;
                transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
            }

                .slider--el.anim-9parts .part.left-mid:before {
                    top: -100%;
                    left: 0%;
                }

            .slider--el.anim-9parts .part.mid-mid {
                top: 33.33333%;
                left: 33.33333%;
                transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s;
            }

                .slider--el.anim-9parts .part.mid-mid:before {
                    top: -100%;
                    left: -100%;
                }

            .slider--el.anim-9parts .part.right-mid {
                top: 33.33333%;
                left: 66.66667%;
                transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
            }

                .slider--el.anim-9parts .part.right-mid:before {
                    top: -100%;
                    left: -200%;
                }

            .slider--el.anim-9parts .part.left-bot {
                top: 66.66667%;
                left: 0%;
                transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
            }

                .slider--el.anim-9parts .part.left-bot:before {
                    top: -200%;
                    left: 0%;
                }

            .slider--el.anim-9parts .part.mid-bot {
                top: 66.66667%;
                left: 33.33333%;
                transition: transform 0.9s 0.8s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.2s;
            }

                .slider--el.anim-9parts .part.mid-bot:before {
                    top: -200%;
                    left: -100%;
                }

            .slider--el.anim-9parts .part.right-bot {
                top: 66.66667%;
                left: 66.66667%;
                transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
            }

                .slider--el.anim-9parts .part.right-bot:before {
                    top: -200%;
                    left: -200%;
                }

        .slider--el.anim-9parts.removed .part {
            transform: rotateX(90deg);
            opacity: 0;
        }

        .slider--el.anim-3parts .part {
            position: absolute;
            top: 0;
            width: 33.5%;
            height: 100%;
            overflow: hidden;
            transition: transform 1.5s 0.3s;
            will-change: transform;
        }

            .slider--el.anim-3parts .part:before {
                content: "";
                display: block;
                position: absolute;
                background-size: cover;
                width: 300%;
                height: 100%;
                background-image: url("../images/home-slider/slide-3.jpg");
            }

            .slider--el.anim-3parts .part.left {
                left: 0;
            }

                .slider--el.anim-3parts .part.left:before {
                    left: 0;
                }

            .slider--el.anim-3parts .part.mid {
                left: 33.33333%;
            }

                .slider--el.anim-3parts .part.mid:before {
                    left: -100%;
                }

            .slider--el.anim-3parts .part.right {
                left: 66.66667%;
            }

                .slider--el.anim-3parts .part.right:before {
                    left: -200%;
                }

        .slider--el.anim-3parts.removed .left {
            transform: translate3D(-100%, -33.333%, 0);
        }

        .slider--el.anim-3parts.removed .mid {
            transform: translate3D(0, 100%, 0);
        }

        .slider--el.anim-3parts.removed .right {
            transform: translate3D(100%, -33.333%, 0);
        }

        .slider--el.anim-4parts .part {
            position: absolute;
            width: 50.2%;
            height: 50.2%;
            overflow: hidden;
            will-change: transform;
        }

            .slider--el.anim-4parts .part:before {
                content: "";
                display: block;
                position: absolute;
                background-size: cover;
                width: 200%;
                height: 200%;
                background-image: url("../images/home-slider/slide-4.jpg");
            }

            .slider--el.anim-4parts .part.top {
                top: 0;
                transition: transform 1.3s 0.3s;
            }

                .slider--el.anim-4parts .part.top:before {
                    top: 0;
                }

            .slider--el.anim-4parts .part.bot {
                top: 50%;
                transition: transform 1.3s 0.5s;
            }

                .slider--el.anim-4parts .part.bot:before {
                    top: -100%;
                }

            .slider--el.anim-4parts .part.left {
                left: 0;
            }

                .slider--el.anim-4parts .part.left:before {
                    left: 0;
                }

            .slider--el.anim-4parts .part.right {
                left: 50%;
            }

                .slider--el.anim-4parts .part.right:before {
                    left: -100%;
                }

        .slider--el.anim-4parts.removed .left {
            transform: translateX(-100%);
        }

        .slider--el.anim-4parts.removed .right {
            transform: translateX(100%);
        }

    .slider--el-bg {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 120%;
        height: 120%;
        background-size: cover;
        transition: transform 1s 1s;
        will-change: transform;
    }

        .slider--el-bg .part:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.15);
        }

    .slider--el-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 20rem;
        transition: opacity 0.3s;
        opacity: 0;
        display: flex;
        align-items: center;
    }

    .slider--el-heading {
        font-size: 9rem;
        text-transform: uppercase;
        color: #fff;
    }

    .slider--el.removed .slider--el-content {
        opacity: 0;
    }

    .slider-v2 .hero-content {
        max-width: 670px;
        width: 100%;
    }

        .slider-v2 .hero-content h1 {
            color: #FFFFFF;
            font-size: 100px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 80px;
        }

    .slider--control i {
        color: #0A1D35;
        font-size: 30px;
        position: relative;
        z-index: 99999999;
    }
    /************************ 22. Fight Violence Section V3 ***************************/
    .violence-wrapper {
        background-image: url("../images/violence/Map-back.png");
        background-repeat: no-repeat;
        padding: 100px 0 0 0;
        background-position: top center;
        margin-bottom: -394px;
        position: relative;
        z-index: 1;
    }

    .violence-wrapper-2 {
        background-image: none;
        background-color: #ffffff;
        padding: 0 0 100px;
    }

    .violence-back {
        padding: 40px 20px;
        background: #ffffff;
        position: relative;
        z-index: 0;
        transition: ease-in-out .5s;
        text-align: center;
        border: 1px solid #F1F5F9;
    }

        .violence-back span {
            font-size: 32px !important;
            font-weight: 400 !important;
            line-height: normal !important;
            text-decoration: none !important;
            background: no-repeat 0 80%;
            background-image: linear-gradient(#CA9A67, #CA9A67);
            background-size: 0 2px;
            transition: all .7s ease;
            margin: 0;
            background-position: 2% 100%;
        }

        .violence-back div {
            color: #45566C;
            margin-top: 20px;
        }

        .violence-back:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgb(10 29 53 / 85%);
            opacity: 0;
            z-index: -1;
            transition: ease-in-out .5s;
        }

        .violence-back::before {
            background-image: url('../images/violence/violence-2.jpg');
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: -1;
            transition: ease-in-out .5s;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .violence-back:hover {
            border-color: #0A1D35 !important;
        }

        .violence-back img {
            filter: invert(71%) sepia(65%) saturate(312%) hue-rotate(342deg) brightness(81%) contrast(93%);
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }

        .violence-back:hover span {
            color: #CA9A67 !important;
            display: inline;
            line-height: 80px;
            background-size: 100% 2px;
        }

        .violence-back:hover div {
            color: #ffffff;
        }

        .violence-back:hover:after,
        .violence-back:hover:before {
            opacity: 1;
            transition: ease-in-out .5s;
        }

    .vb-2::before {
        background-image: url('../images/violence/violence-5.jpg');
    }

    .vb-3::before {
        background-image: url('../images/violence/violence-3.jpg');
    }

    .vb-4::before {
        background-image: url('../images/violence/violence-4.jpg');
    }

    .vb-5::before {
        background-image: url('../images/violence/violence-1.jpg');
    }

    .vb-6::before {
        background-image: url('../images/violence/violence-6.jpg');
    }

    .sparkle svg path {
        animation-name: random;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    section.sparkle-section {
        padding-top: 494px;
    }

    .animated-image {
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        bottom: 0;
    }

    .feature-ct td {
        padding: 20px;
    }

    .feature-ct tr {
        border-top: 2px solid #F1F5F9;
        background-image: linear-gradient(to left, transparent, transparent 50%, #F1F5F9 50%, #F1F5F9);
        background-position: 100% 0;
        background-size: 200% 100%;
        transition: all 0.25s ease-in;
    }

        .feature-ct tr:hover {
            background-position: 0 0;
        }

            .feature-ct tr:hover .feature-ct-title {
                color: #CA9A67;
            }

        .feature-ct tr:last-child {
            border-bottom: 2px solid #F1F5F9;
        }

    .feature-ct .case-name {
        width: 35%;
    }

    .feature-ct .case-desc {
        width: 65%;
    }

    .feature-ct td p {
        color: #45566C;
        font-family: var(--body-font);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .feature-ct td span.feature-ct-title {
        color: #0A1D35;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        font-family: var(--style-font);
        background: no-repeat 0 80%;
        background-image: linear-gradient(#CA9A67, #CA9A67);
        background-size: 0 2px;
        transition: all .7s ease;
        margin: 0;
        background-position: 2% 100%;
    }

    .feature-ct tr:hover span.feature-ct-title {
        background-size: 100% 2px;
    }
    /* 6 column wrapper css */
    .row-box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .column-box {
        display: flex;
        flex-direction: column;
        flex-basis: 33.33%;
    }

    .double-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }
    /* Version 4 */
    .wel-icon-box {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        background: #0A1D35;
        margin: 0 auto 40px auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .wel-icon-box img {
            filter: unset;
            margin-bottom: 0;
        }

    .violence-back:hover .wel-icon-box {
        background: transparent;
    }

    .vb-v4::before {
        background-image: url(../images/violence/violence-7.jpg);
    }
    /************************ 23. Meet Expert Section V3 ***************************/
    .team-img img {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        overflow: hidden;
        width: 100%;
    }

    .team-member,
    .team-img {
        position: relative;
        overflow: hidden;
    }

    .team-img {
        border: 2px solid #CA9A67;
        background: #F7F6F4;
    }

    .team-info {
        background: #0A1D35;
        margin: 0 25px;
        padding: 18px 5px;
        margin-top: -51px;
        position: relative;
        z-index: 0;
    }

    .overlay-team {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.20) 100%);
        backdrop-filter: blur(7.5px);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 135px;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    h6.team-title {
        color: #94B0D5;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .team-info span {
        color: #FFFfff;
        font-family: var(--style-font);
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        background: no-repeat 0 80%;
        background-image: linear-gradient(#CA9A67, #CA9A67);
        background-size: 0 2px;
        transition: all .7s ease;
        margin: 0;
        background-position: 2% 100%;
    }

    .team-member:hover .team-info span {
        background-size: 100% 2px;
        color: #CA9A67;
    }

    .team-details {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        padding: 5%;
        overflow: hidden;
        width: 100%;
        z-index: 2;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .team-details p {
            color: #fff;
        }

    .team-member:hover .team-details {
        opacity: 1;
        margin-top: -80px;
    }

    .team-member:hover .overlay-team {
        opacity: 1;
    }

    .socials a {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-color: transparent;
        margin: 0 15px;
    }

    .socials i {
        line-height: 37px;
        color: #616161;
        font-size: 24px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .team-details .socials i {
        color: #0A1D35;
    }

    .socials a:hover i {
        color: #ffffff;
    }

    .team-member:hover .team-img {
        background: #CA9A67;
        border: none;
    }
    /************************ 24. FAQ V3 ***************************/
    .faq-v3 .faq-wrapper {
        background: #ffffff;
        padding: 30px;
    }

    .faq-wrapper .accordion-button {
        padding: 12px 20px;
        color: #CA9A67;
        font-family: var(--style-font);
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        background: #0A1D35;
    }

    button.accordion-button.collapsed {
        background: #F1F5F9;
        color: #0A1D35;
    }

    .faq-wrapper .accordion-item,
    .faq-wrapper .accordion-body,
    .faq-wrapper .accordion-button.collapsed {
        border-radius: 0;
        border: 0;
    }

        .faq-wrapper .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

    .faq-wrapper .accordion-body {
        padding: 20px 0;
        color: #45566C;
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrapper .accordion-button:focus,
    .faq-wrapper .accordion-button:hover {
        border: none;
        box-shadow: none;
        background: #0A1D35;
        color: #CA9A67 !important;
    }

        .faq-wrapper .accordion-button:hover::after {
            filter: invert(50%) sepia(58%) saturate(343%) hue-rotate(344deg) brightness(82%) contrast(90%);
        }

    .faq-wrapper .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
        filter: invert(50%) sepia(58%) saturate(343%) hue-rotate(344deg) brightness(82%) contrast(90%);
    }

    .blog-sidebar-page textarea {
        box-shadow: none !important;
    }
    /* FAQ main page */
    .faq-acc .accordion-button {
        padding: 20px;
        background: #ffffff !important;
        border: 2px solid #F1F5F9 !important;
        box-shadow: none;
        line-height: 24px;
        color: #CA9A67 !important;
        font-size: 32px;
    }

        .faq-acc .accordion-button:hover {
            background: #0A1D35 !important;
            color: #CA9A67 !important;
        }

    .faq-acc .accordion-body {
        background: #F1F5F9;
        padding: 20px 20px 10px;
    }

    .faq-wrapper .accordion-body p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    button.accordion-button.collapsed {
        color: #0A1D35 !important;
    }
    /************************ 25. Timeline - V4 ***************************/
    .timeline {
        white-space: nowrap;
        overflow: hidden;
    }

        .timeline ol {
            font-size: 0;
            width: 100vw;
            padding: 70px 0 210px 0;
            transition: all 1s;
            margin: 0;
        }

            .timeline ol li {
                position: relative;
                display: inline-block;
                list-style-type: none;
                width: 390px;
                height: 2px;
                background: #F1F5F9;
            }

                .timeline ol li:last-child {
                    width: 390px;
                }

                .timeline ol li:not(:first-child) {
                    margin-left: 0px;
                }

                    .timeline ol li:not(:first-child)::after {
                        content: "";
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        width: 0;
                        height: 0;
                        display: block;
                        border-top: 18px solid #F1F5F9;
                    }

                .timeline ol li div {
                    text-align: left;
                    position: absolute;
                    left: calc(100% + 7px);
                    width: 370px;
                    padding: 45px 0px 0px;
                    font-size: 1rem;
                    white-space: normal;
                    color: #45566C;
                    background: white;
                    height: auto !important;
                }

                .timeline ol li:nth-child(odd) div {
                    top: 0px;
                }

                    .timeline ol li:nth-child(odd) div::before {
                        top: 100%;
                        border-width: 8px 8px 0 0;
                        border-color: white transparent transparent transparent;
                    }

                .timeline ol li:nth-child(even) div {
                    top: 0px;
                }

        .timeline time {
            display: block;
            margin-bottom: 20px;
            position: absolute;
            top: -60px;
            color: #CA9A67;
            font-family: var(--style-font);
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .arrows {
        visibility: hidden;
        height: 1px;
    }

    .timeline .time h5 {
        display: block;
        margin-bottom: 20px;
        position: absolute;
        top: -60px;
        color: #CA9A67;
    }
    /************************  26. Home - V5 ***************************/
    .appFrame {
        width: 100%;
        height: 90vh;
        margin-left: auto;
        margin-right: auto;
        background-color: #0A1D35;
    }

    article.accordion {
        display: block;
        width: 100%;
        margin: 0 auto;
        overflow: auto;
    }

        article.accordion section {
            position: relative;
            display: block;
            float: left;
            width: 200px;
            height: 90vh;
            color: #666;
            overflow: hidden;
            border-right: 2px solid #45566C;
        }

    :target .start1 {
        visibility: visible;
    }

    .start1 {
        visibility: hidden;
    }

    article.accordion section img {
        position: absolute;
        bottom: 80px;
        left: 0;
        padding: 0 0px 0 50px;
    }

    article.accordion section h2 {
        position: absolute;
        bottom: 0px;
        left: -56px;
        text-indent: 0;
        padding: 0;
        margin: 0;
        color: #ddd;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 110px 0 0;
    }

    article.accordion section:hover,
    article.accordion section:target {
        background: #ffffff;
    }

        article.accordion section:hover h2 a,
        article.accordion section:target h2 a {
            color: #CA9A67;
            text-decoration: underline;
        }

    article.accordion section h2 a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
        outline: 0 none;
        color: #94B0D5;
        font-family: var(--style-font);
        font-size: 32px;
        font-weight: 400;
        line-height: normal;
    }

    article.accordion section:target {
        width: 708px;
        height: 100vh;
        color: #333;
    }

    .stack-content {
        padding: 35px 40px 85px;
        background: #0A1D35;
    }

    article.accordion section:target img {
        position: unset;
        padding: 0;
        width: 100%;
        height: 520px;
        object-fit: cover;
    }

    article.accordion section:target h2,
    article.accordion section:target .stack-main img {
        display: none;
    }

    article.accordion section,
    article.accordion section h2 {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    /************************ 27. Home - V6 ***************************/
    .home-6-mainbody {
        position: absolute;
        bottom: 80px;
    }

    .left-menu-col {
        height: 100vh;
    }

    .header-width {
        background: #0A1D35;
        width: 85px;
        height: 100vh;
    }

    .home-6 .header-width img {
        padding-top: 20px;
        text-align: center;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    #burger-toggle {
        position: absolute;
        appearance: none;
        opacity: 0;
    }

        #burger-toggle:checked ~ .menu {
            opacity: 1;
            visibility: visible;
        }

            #burger-toggle:checked ~ .menu .menu-nav-link span div,
            #burger-toggle:checked ~ .menu img,
            #burger-toggle:checked ~ .menu .title p {
                transform: translateY(0);
                transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
            }

            #burger-toggle:checked ~ .menu .image-link:nth-child(1) img {
                transition-delay: 0.18s;
            }

            #burger-toggle:checked ~ .menu .image-link:nth-child(2) img {
                transition-delay: 0.26s;
            }

            #burger-toggle:checked ~ .menu .image-link:nth-child(3) img {
                transition-delay: 0.34s;
            }

            #burger-toggle:checked ~ .menu .image-link:nth-child(4) img {
                transition-delay: 0.42s;
            }

        #burger-toggle:checked ~ .burger-menu .line::after {
            transform: translateX(0);
        }

        #burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
            transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
        }

        #burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
            transform: scaleX(0);
        }

        #burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
            transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
        }

    .home-6-header {
        position: relative;
        top: 40.5%;
    }

    .header-mail {
        position: absolute;
        bottom: 0;
        left: 25px;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .burger-menu {
        --burger-menu-radius: 4em;
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
        display: block;
        width: 60px;
        height: 60px;
        outline: none;
        cursor: pointer;
        margin: 0 auto;
        text-align: center;
    }

    .homepage6-offcanvas .btn-close:focus {
        box-shadow: none !important;
    }

    .burger-menu .line {
        position: absolute;
        left: 9px;
        width: 40px;
        height: 3px;
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s;
    }

        .burger-menu .line:nth-child(1) {
            top: 0;
        }

        .burger-menu .line:nth-child(2) {
            top: 13px;
        }

        .burger-menu .line:nth-child(3) {
            top: 25px;
        }

        .burger-menu .line::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-color-darker);
            transform: translateX(-100%);
            transition: 0.25s;
        }

        .burger-menu .line:nth-child(2)::after {
            transition-delay: 0.1s;
        }

        .burger-menu .line:nth-child(3)::after {
            transition-delay: 0.2s;
        }

    .burger-menu:hover .line::after {
        transform: translateX(0);
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1a1e23;
        opacity: 0;
        overflow-x: hidden;
        visibility: hidden;
        transition: 0.3s;
        z-index: 1;
    }

    .menu-nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style-type: none;
    }

    .menu-nav-item {
        flex: 1;
    }

    .menu-nav-link {
        position: relative;
        display: inline-flex;
        font-size: 2rem;
        color: white;
        text-decoration: none;
    }

        .menu-nav-link span {
            overflow: hidden;
        }

            .menu-nav-link span div {
                transform: translateY(102%);
            }

        .menu-nav-link::after {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--primary-color);
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s;
        }

        .menu-nav-link:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }

    .menu .gallery {
        margin-top: 60px;
        text-align: center;
    }

    .menu .title {
        font-size: 24px;
        color: white;
        overflow: hidden;
    }

        .menu .title p {
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            transform: translateY(102%);
        }

    .menu .images {
        margin-top: 36px;
        display: flex;
        flex-wrap: wrap;
    }

        .menu .images .image-link {
            width: 15vw;
            margin: 0 12px;
            overflow: hidden;
        }

            .menu .images .image-link .image {
                position: relative;
                transition: 0.6s;
            }

                .menu .images .image-link .image::before {
                    position: absolute;
                    content: attr(data-label);
                    top: 0;
                    left: 0;
                    z-index: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: white;
                    background: rgba(0, 0, 0, 0.6);
                    opacity: 0;
                    transition: 0.4s;
                }

            .menu .images .image-link:hover .image {
                transform: scale(1.2);
            }

                .menu .images .image-link:hover .image::before {
                    opacity: 1;
                }

        .menu .images img {
            height: 250px;
            transform: translateY(102%);
        }

    .home-6-offerlinks a.offer-links {
        color: #0A1D35;
        font-family: var(--style-font);
        font-size: 32px;
        font-weight: 400;
        line-height: normal;
        position: relative;
        left: 80px;
    }

        .home-6-offerlinks a.offer-links img {
            padding-right: 40px;
        }

    .rotate-sleepy-text {
        flex: 1 1 0;
    }

    .rotate-sleepy-text {
        width: 0;
        border-left: 2px solid #F1F5F9;
    }

        .rotate-sleepy-text > div {
            transform: rotate(-90deg);
            height: 100vh;
            width: 50vw;
        }

    .stack-title {
        float: right;
        width: 330px;
        white-space: initial;
    }

    .home-6-offerlinks .rotate-sleepy-text:hover .blog-post-box svg path {
        fill: #CA9A67;
    }

    .home-6-offerlinks .rotate-sleepy-text:hover a.offer-links .stack-title {
        color: #CA9A67;
        text-decoration: underline;
    }
    /************************ 27. Header banner inner page  ***************************/
    .banner-header-section .page-thumbnails {
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

        .banner-header-section .page-thumbnails img {
            object-fit: cover;
            object-position: 50% 20%;
        }

    .banner-header-section .black-overlay {
        text-align: center;
        background: radial-gradient(50% 50.00% at 50% 50.00%, #0A1D35 0%, rgba(10, 29, 53, 0.70) 0.01%, #0A1D35 100%);
        background-blend-mode: multiply;
        color: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .banner-header-section h1.page-title {
        color: #FFFFFF;
        font-family: var(--style-font);
        font-size: 72px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .banner-header-content {
        position: absolute;
        width: 100%;
        max-width: 1200px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 15px;
    }

    .banner-header-section .black-overlay,
    .banner-header-section h1.page-title {
        transition: opacity .3s;
    }

    .crumb::after {
        content: "/";
        padding: 0 5px;
        color: #ffffff;
    }

    .crumb.current::after {
        content: none;
    }

    .breadcrumb li a,
    .breadcrumb li {
        cursor: pointer;
    }
    /************************ 28. Attorney Detail page ***************************/
    .lawyer-detail {
        padding: 40px 15px;
    }

        .lawyer-detail .wrapper .social {
            justify-content: center;
        }

            .lawyer-detail .wrapper .social li .social-item {
                display: contents;
            }

                .lawyer-detail .wrapper .social li .social-item i {
                    color: #0A1D35;
                }

    .detail-page-wrap .left-sidebar .image-box img {
        margin-right: 10px;
    }

    .list-right-col p::before {
        content: "+";
        font-size: 25px;
        font-weight: 700;
        color: #CA9A67;
        margin-right: 15px;
        line-height: 24px;
    }

    .list-right-col p {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .detail-counter ul li span {
        font-size: 40px;
        color: #ffffff;
        margin-top: 0 !important;
    }

    .detail-counter ul li p {
        color: #0A1D35;
    }

    .container-85 {
        width: 100%;
        max-width: 85px;
        margin: 0 auto;
    }

    .container-130 {
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
    }

    .detail-counter {
        background-image: url(../images/counter/State-back.jpg);
        margin: 80px 0;
        padding: 40px 0;
    }

    .graduate-wrap {
        position: relative;
    }

        .graduate-wrap::before {
            content: '';
            background-image: url(../images/counter/graduate-cap.png);
            width: 100%;
            position: absolute;
            height: 100%;
            background-repeat: no-repeat;
            top: 6px;
        }

        .graduate-wrap.graduate-home::before {
            background-image: url(../images/counter/graduate-home.png);
        }

        .graduate-wrap p {
            margin-left: 35px;
            color: #0A1D35;
            font-weight: 600;
            line-height: 30px;
        }

    .small-p-tag {
        font-size: 16px;
        line-height: 24px;
    }

    .attorney-content {
        margin-bottom: 80px;
    }

    .bordered-row {
        border: 1px solid #CA9A67;
        border-right: 0;
        border-left: 0;
        padding: 15px 0;
    }

    .att-2-container {
        background-image: url('../images/attorney-detail/pattern.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: #F1F5F9;
        padding: 30px 30px 150px;
        margin-top: 100px;
    }

    .att-detail-counter {
        margin: -102px 10px 60px 10px;
        background-image: url(../images/counter/State-back-blue.jpg);
        padding: 60px 0;
    }

    .att-2-spacing .right-content {
        margin-left: 40px;
    }
    /************************ 29. Pricing page CSS ***************************/
    .pricing-plan-col h6 {
        letter-spacing: normal;
        text-transform: capitalize;
    }

    .mb-60.color-yellow.head-eclipse.home3-txt1 {
        color: #CA9A67;
        font-family: var(--style-font);
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .currency {
        color: #0A1D35;
        font-family: var(--style-font);
        font-size: 32px;
        line-height: normal;
    }

    .price-no {
        color: #0A1D35;
        font-family: var(--style-font);
        font-size: 48px;
        line-height: normal;
    }

    .pricing-plan-col ul li::before {
        content: "\eb7b";
        font-family: remixicon !important;
        font-size: 24px;
        margin-right: 15px;
        position: relative;
        top: 3px;
    }

    .pricing-plan-col ul li:last-child {
        margin-bottom: 0;
    }

    .pricing-plan-col ul li {
        color: #45566C;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .pricing-plan-col {
        padding: 40px 30px 60px;
        background-image: linear-gradient(to left, transparent, transparent 50%, #0A1D35 50%, #0A1D35);
        background-position: 100% 0;
        background-size: 200% 100%;
        transition: all 0.25s ease-in;
        display: block;
    }

        .pricing-plan-col p {
            line-height: normal;
        }

        .pricing-plan-col hr {
            margin: 30px 0;
            border: 2px solid #fff;
            opacity: 1;
        }

        .pricing-plan-col:hover {
            background-position: 0 0;
        }

            .pricing-plan-col:hover ul li::before {
                color: #ffffff;
            }

            .pricing-plan-col:hover hr {
                border-color: #94B0D5;
            }

            .pricing-plan-col:hover p,
            .pricing-plan-col:hover ul li {
                color: #94B0D5;
            }

            .pricing-plan-col:hover span {
                color: #CA9A67;
            }

            .pricing-plan-col:hover h6 {
                color: #ffffff !important;
            }
    /************************ 30. Coming soon page CSS ***************************/
    section.countdown-timer {
        max-width: 1070px;
        width: 100%;
        margin: 0 auto;
    }

    .coming-soon-logo {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .countdown-timer input[type="email"]:focus {
        background: transparent !important;
    }

    .countdown-timer-wrapper {
        background-image: url('../images/banner/coming-soon-back.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .countdown-height {
        min-height: 140px;
        margin-bottom: 100px !important;
    }

    .countdown-width {
        max-width: 1028px;
        width: 100%;
        margin: 0 auto;
    }

    .cs-form form input::placeholder {
        color: #0A1D35;
        font-size: 16px;
        line-height: 24px;
    }

    .cs-form form input {
        border-bottom: 1px solid #0A1D35 !important;
        background: transparent;
        border: none;
        padding: 19px 0;
    }

    #countdown {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        #countdown .number {
            color: #0A1D35;
            font-family: var(--style-font);
            font-size: 100px;
            font-weight: 400;
            line-height: 100px;
            position: relative;
            width: 25%;
        }

            #countdown .number:not(:last-child)::after {
                content: ":";
                position: absolute;
                right: 0px;
                top: 25px;
                font-size: 60px;
                line-height: normal;
                color: #CA9A67;
            }

        #countdown .text {
            color: #0A1D35;
            text-align: center;
            font-family: var(--body-font);
            font-size: 24px;
            font-weight: 600;
            line-height: normal;
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
        }

    .bottom-p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 80px;
    }

    .countdown-timer-wrapper .footer-V3 {
        background: none;
    }
    /************************ 31. Error page CSS ***************************/
    .error h6 {
        font-weight: 500;
        line-height: normal;
        text-transform: none;
        letter-spacing: normal;
    }
    /************************ 32. Case evaluation CSS ***************************/
    #msform {
        text-align: center;
        position: relative;
    }

        #msform fieldset {
            background: white;
            border: 0 none;
            border-radius: 8px;
            padding: 40px 0px 0;
            box-sizing: border-box;
            position: relative !important;
            text-align: left;
        }

        #msform input[type="button"] {
            margin: 0 auto;
            display: block;
        }
        /*Hide all except first fieldset*/
        #msform fieldset label {
            color: #0A1D35;
            font-family: var(--style-font);
            font-size: 32px;
            line-height: normal;
            position: relative;
        }
        /*inputs*/
        #msform input,
        #msform textarea {
            padding: 15px;
            width: 100%;
        }

    #step-3 .page__main p {
        width: 100%;
    }

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline-width: 0;
        transition: All 0.5s ease-in;
        -webkit-transition: All 0.5s ease-in;
        -moz-transition: All 0.5s ease-in;
        -o-transition: All 0.5s ease-in;
    }

    .case-name1 {
        border: 2px solid #94B0D5 !important;
        color: #94B0D5 !important;
        font-family: var(--body-font);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

        .case-name1::placeholder {
            color: #94B0D5 !important;
            font-family: var(--body-font);
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
    /*buttons*/
    #msform .action-button {
        background: #CA9A67;
        color: #FFF;
        font-family: var(--body-font);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        padding: 18px 30px;
        width: 230px;
        border-radius: 0;
    }

    #radio-error,
    #radios-error,
    #radios4-error {
        position: absolute;
        width: 250px;
        left: 0px;
        bottom: 80px;
    }
    /*headings*/
    .fs-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }
    /*progressbar*/
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        counter-reset: step;
    }

        #progressbar button {
            list-style-type: none;
            color: #666;
            text-transform: uppercase;
            font-size: 9px;
            width: 16.66%;
            float: left;
            position: relative;
            letter-spacing: 1px;
            background: transparent;
        }

            #progressbar button:before {
                content: counter(step);
                counter-increment: step;
                width: 100px;
                height: 100px;
                line-height: 100px;
                display: block;
                font-size: 12px;
                color: #333;
                background: white;
                border-radius: 50px;
                border: 2px dashed #CA9A67;
                font-family: var(--style-font);
                font-size: 48px;
            }

    .form-select:focus {
        box-shadow: none !important;
    }

    #progressbar button:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #CA9A67;
        position: absolute;
        left: -50%;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        background-image: linear-gradient(90deg, #fff, #fff 50%, transparent 50%, transparent 50%);
        background-size: 10px 1px;
        border: none;
    }

    #progressbar button:first-child:after {
        content: none;
    }

    #progressbar button.active:before,
    #progressbar button.active:after {
        background: #CA9A67;
        color: white;
    }

    .mslabel:hover input ~ .checkmark {
        background-color: var(--gray-4);
    }

    .mslabel input:checked ~ .checkmark {
        background-color: #0A1D35;
        border-color: #0A1D35;
    }

        .mslabel input:checked ~ .checkmark:after {
            display: block;
        }

    .mslabel input:checked + .mslabel {
        background-color: #94B0D5;
    }

    .mslabel .checkmark::after {
        left: 14px;
        top: 8px;
        width: 8px;
        height: 16px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mslabel input {
        position: absolute;
        height: 0;
        width: 0;
        opacity: 0;
        cursor: pointer;
    }

    .checkmark {
        background-color: #ffffff;
        position: absolute;
        top: 13px;
        left: 10px;
        height: 40px;
        aspect-ratio: 1;
        border: 2px solid #94B0D5;
        border-radius: 50%;
    }

        .checkmark::after {
            content: "";
            position: absolute;
            display: none;
        }

    .mslabel.fixed-label {
        width: 170px;
        padding: 17px 10px 17px 60px;
        margin-bottom: 0;
    }

    .mslabel,
    #msform textarea {
        padding: 17px 15px 17px 60px;
        font-family: var(--body-font) !important;
        font-size: 24px !important;
        font-weight: 500;
        line-height: normal !important;
        border: 2px solid #94B0D5;
        margin-right: 24px;
        margin-bottom: 30px;
    }

    #msform textarea {
        margin-right: 0 !important;
        padding: 15px;
        margin-bottom: 0 !important;
    }

    #msform fieldset label:last-child {
        margin-right: 0;
    }

    label.mslabel.checked {
        background: #94B0D5;
    }

    .date-container {
        position: relative;
        float: left;
    }

        .date-container .date-text {
            position: absolute;
            top: 6px;
            left: 12px;
            color: #aaa;
        }

        .date-container .date-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            color: #aaa;
        }

    .main.page__main .wrapper textarea {
        color: #45566C;
        font-size: 20px !important;
    }

    .type-text {
        justify-content: space-between;
        gap: 30px;
    }

        .type-text label {
            color: #45566C !important;
            font-family: var(--body-font) !important;
            font-size: 16px !important;
            max-width: 370px;
            width: 100%;
        }

            .type-text label input::placeholder,
            .date-time-wrapper input::placeholder,
            .date-time-wrapper select::placeholder {
                color: #94B0D5 !important;
                font-size: 20px !important;
                font-weight: 500 !important;
                line-height: normal !important;
            }

            .type-text label input,
            .date-time-wrapper input,
            .date-time-wrapper select {
                border: 2px solid #94B0D5;
                margin-top: 10px;
            }

    .case-kind {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .date-time-wrap {
        flex-wrap: nowrap;
        gap: 15px;
    }

    #msform .case-kind label {
        flex-basis: calc(50% - 1rem);
        margin: 0 0 30px;
    }

    .date-time-wrapper {
        max-width: 570px;
        width: 100%;
    }

        .date-time-wrapper input,
        .date-time-wrapper select {
            margin: 0;
            padding: 18px 15px;
            border-radius: 0;
        }

    #msform fieldset input[type="button"],
    #msform fieldset input[type="submit"] {
        border: none;
        width: fit-content;
        display: inline-block;
        border: 2px solid #CA9A67;
    }

    #msform fieldset input[name="previous"] {
        background: transparent;
        border: 2px solid #CA9A67;
        color: #CA9A67;
    }

        #msform fieldset input[name="previous"]:hover {
            background: #CA9A67;
            color: #ffffff;
        }

    .step6-txt1 {
        display: inline-flex;
        position: relative;
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 4.8vw;
        line-height: 1.1;
        margin: 0;
        padding: 0;
        text-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
        color: #ca9a67 !important;
    }

        .step6-txt1::after {
            position: absolute;
            top: 0;
            bottom: -10px;
            left: 0;
            display: inline-block;
            overflow: hidden;
            width: 0%;
            white-space: pre;
            content: attr(data-text);
            animation: grow 3s cubic-bezier(0.86, 0, 0.07, 1) 0.4s infinite;
            font-family: var(--body-font);
        }

    .step6-txt3 {
        display: inline-block;
        -webkit-text-stroke: 1px rgb(202 154 103);
        -webkit-text-fill-color: transparent;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .step6-txt3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            display: inline-block;
            overflow: hidden;
            width: 0%;
            white-space: pre;
        }

    .step6-txt2 {
        text-align: center;
    }
    /************************ 33. Single Services CSS ***************************/
    .single-content-36 {
        font-size: 36px;
        line-height: normal;
        font-family: var(--style-font);
    }

    .single-content-30 {
        color: #0A1D35;
        font-family: var(--style-font);
        font-size: 30px;
        line-height: normal;
    }

    .arrow-right,
    .arrow-left {
        display: block;
    }

    .slick-custom-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        width: 60px;
        height: 120px;
        z-index: 1;
    }

    .slick-custom-arrow-left {
        left: 0;
    }

    .slick-custom-arrow-right {
        right: 0px;
    }

    .slick-custom-arrow i {
        font-size: 60px;
        line-height: normal;
        color: #0A1D35;
        position: relative;
        top: 26px;
    }

    .footer-menu-list.single-services-list a:hover:before,
    .footer-menu-list.single-services-list a:focus:before {
        left: 28px;
    }

    .footer-menu-list.single-services-list li a i {
        margin-right: 10px;
    }

    .footer-menu-list.single-services-list li:hover i {
        color: #CA9A67;
    }

    .right-bar-services {
        padding: 30px;
        background: #F1F5F9;
    }

        .right-bar-services .footer-list {
            margin-bottom: 10px;
        }

    .download-pdf {
        padding: 30px;
    }

    .download-btn {
        color: #94B0D5;
        font-size: 16px;
        margin-top: 5px;
    }

        .download-btn:hover {
            color: #CA9A67;
        }

    .download-icon {
        width: 54px;
        height: 54px;
        float: right;
        position: relative;
        top: -26px;
    }

    .assist-content {
        padding: 60px 30px 30px;
        background-image: url(../images/single-services/Vector.png);
        background-color: #0A1D35;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /************************ 34. Our cases-1 CSS ***************************/
    .our-cases-tabs-wrap .tab-content {
        width: 100%;
    }

        .our-cases-tabs-wrap .tab-content p {
            padding: 0;
            position: unset;
        }

    .our-cases-tabs-wrap .nav-tabs .nav-item.show .nav-link,
    .our-cases-tabs-wrap .nav-tabs .nav-link.active {
        border-bottom: 4px solid #CA9A67 !important;
        color: #CA9A67;
    }

    .our-cases-tabs-wrap .nav-tabs .nav-link {
        border: none;
        color: #45566C;
        font-weight: 600;
        line-height: 24px;
        margin: 0 25px;
        padding: 15px 5px;
        border-bottom: 4px solid transparent;
    }

    .our-cases-tabs-wrap .case-card {
        margin-bottom: 60px;
    }

    .our-cases-tabs-v3 {
        padding-right: 30px;
        padding-left: 30px;
    }

        .our-cases-tabs-v3 .case-card {
            padding: 0 30px;
        }

        .our-cases-tabs-v3 .nav-tabs,
        .our-cases-tabs-v4 .nav-tabs {
            max-width: 1170px;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

    .our-cases-tabs-v4 {
        padding-right: 15px;
        padding-left: 15px;
    }

        .our-cases-tabs-v4 .case-card {
            padding: 0 15px;
        }

    .five-column-cases .col-lg-2 {
        width: 20%;
    }

    .our-cases-tabs-wrapper .case-card {
        margin-bottom: 40px;
    }
    /************************ 35. Single cases CSS ***************************/
    .single-cases-row {
        background-image: url(../images/counter/State-back-blue.jpg);
        padding: 40px 0;
    }

        .single-cases-row p {
            font-weight: 600;
            line-height: 24px;
        }

    .add-to-any-share a {
        padding: 15px 70px;
        display: block;
        color: #ffffff;
    }

    .add-to-any-share .color-1 {
        background: #3B5998;
    }

    .add-to-any-share .color-2 {
        background: #1DA1F2;
    }

    .add-to-any-share .color-3 {
        background: #25D366;
    }

    .add-to-any-share .color-4 {
        background: #0077B5;
    }

    .add-to-any-share .color-5 {
        background: #CB2027;
    }

    .add-to-any-share .color-6 {
        background: #0A1D35;
    }

    .add-to-any-share .color-7 {
        background: #0084FF;
    }

    .add-to-any-share .color-8 {
        background: #848484;
    }

    .add-to-any-share a i {
        font-size: 24px;
    }

    .realted-post-cases .carbon-blue {
        background: #0A1D35 !important;
    }

    .realted-post-cases .common-color {
        color: #94B0D5;
    }

    .single-cases-row-2 {
        padding: 23px 0;
    }

        .single-cases-row-2 .col-6 {
            margin-bottom: 17px;
        }

    img.full-width-img {
        height: 380px;
        object-fit: cover;
    }

    .add-to-any-share-2 a {
        padding: 15px 28px !important;
    }

    .add-to-any-share-2 {
        gap: 20px;
    }

    .single-case-right-bar .single-cases-row {
        margin-left: 0;
        margin-right: 0;
    }

    .handler-imgbox {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        border-radius: 100px;
        overflow: hidden;
    }

    ul.handler-social {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        ul.handler-social li {
            list-style: none;
        }

            ul.handler-social li a {
                width: 48px;
                height: 48px;
                background-color: transparent;
                text-align: center;
                line-height: 45px;
                font-size: 24px;
                margin: 0 10px;
                display: block;
                border-radius: 50%;
                position: relative;
                overflow: hidden;
                border: 2px solid #45566C;
                z-index: 1;
            }

                ul.handler-social li a .icon {
                    position: relative;
                    transition: .5s;
                    z-index: 3;
                }

                ul.handler-social li a:hover {
                    border-color: transparent;
                }

                    ul.handler-social li a:hover .icon {
                        color: #fff;
                        transform: rotateY(360deg);
                    }

                ul.handler-social li a:before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #f00;
                    transition: .5s;
                    z-index: 2;
                }

                ul.handler-social li a:hover:before {
                    top: 0;
                }

            ul.handler-social li:nth-child(1) a:before {
                background: #3b5999;
            }

            ul.handler-social li:nth-child(2) a:before {
                background: #55acee;
            }

            ul.handler-social li:nth-child(3) a:before {
                background: #0077b5;
            }

            ul.handler-social li:nth-child(4) a:before {
                background: #25D366;
            }

    .add-to-any-3 {
        margin-bottom: 0 !important;
    }
    /************************ 36. Blog Grid pages CSS ***************************/
    .blog--normal .case-card:hover h2 a {
        color: #CA9A67 !important;
    }

    .blog--quote {
        padding: 40px;
    }

    .blog-quote-img {
        position: relative;
        padding-left: 80px;
    }

        .blog-quote-img::before {
            content: '';
            background: url(../images/blog/quote.png);
            width: 100%;
            height: 100%;
            position: absolute;
            background-repeat: no-repeat;
            left: 0;
        }

    .blog--normal .case-card {
        margin-bottom: 0;
    }

    .blog-link-img a {
        position: relative;
    }

    .blog-quote-img.blog-link-img::before {
        background: url(../images/blog/link.png);
        background-repeat: no-repeat;
    }

    .video-blog {
        background: url(../images/blog/blog-video.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 600px;
        display: block;
        position: relative;
        background-position: center center !important;
    }

    .b-pagination-outer {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        display: flex
    }

    #border-pagination {
        margin: 0 -10px;
        padding: 0;
        text-align: center
    }

        #border-pagination li {
            display: inline;
        }

            #border-pagination li:first-child a,
            #border-pagination li:last-child a {
                padding: 14px 17px;
            }

            #border-pagination li a {
                display: block;
                text-decoration: none;
                color: #000;
                padding: 14px 24px;
                border: 1px solid #0A1D35;
                float: left;
                margin: 0 10px;
            }

            #border-pagination li a {
                -webkit-transition: background-color 0.4s;
                transition: background-color 0.4s;
                font-size: 24px;
                line-height: normal;
            }

                #border-pagination li a.active {
                    background-color: #0A1D35;
                    color: #fff;
                }

                #border-pagination li a:hover:not(.active) {
                    background: #0A1D35;
                    color: #fff;
                }

    .mix-blog-grid-1-col .form-button {
        padding-top: 0 !important;
    }

    .blog--video--2 .video-blog {
        height: 500px;
    }

    .search-box input::placeholder {
        color: #45566C;
        font-family: var(--body-font);
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

    .search-box input {
        padding: 25px 30px 25px 30px;
        border: 2px solid #F1F5F9;
        border-radius: 0;
        border-right: 0;
    }

    .search-box .input-group-append span i {
        font-size: 24px;
    }

    .search-box .input-group-append span {
        border: 2px solid #F1F5F9;
        border-left: 0;
        background: none;
        padding: 22px 30px 22px 0;
        border-radius: 0;
    }

    .blog-categories li {
        position: relative;
    }

        .blog-categories li span.count-case {
            position: absolute;
            right: 0;
            color: #45566C;
        }

        .blog-categories li a {
            display: inline-block;
        }

    .search-right-sidebar .search-box {
        margin-top: 0;
    }

    .blog-with-categories li p {
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }

    .blog-with-categories li a p {
        color: #0A1D35;
        font-family: var(--style-font);
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 20px;
    }

    .blog-with-categories li:hover a p {
        color: #CA9A67;
    }

    .blog-with-categories li:last-child {
        margin-bottom: 0;
    }

        .blog-with-categories li:last-child a p {
            padding-bottom: 0;
        }

    .blog-with-categories li:not(:last-child) {
        border-bottom: 2px solid #ffffff;
    }

    .blog-twocol-grid .case-card-desc h4 a {
        font-size: 36px;
    }

    .blog-twocol-grid .case-card {
        margin-bottom: 60px;
    }

    .blog-two-col-sidebar .case-card-desc h4 a {
        font-size: 30px;
    }

    .tag-single-blog span {
        padding: 6px 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .single-sharer a {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #icon-chat {
        font-size: 30px;
    }

    .right-container .right-container-button {
        width: 60px;
        height: 60px;
        border: none;
        background-color: #ffffff;
        transition: all 300ms;
        cursor: pointer;
        padding: 10px;
        color: white;
        position: relative;
        border: 1px solid #0A1D35;
    }

        .right-container .right-container-button span {
            color: white;
            position: absolute;
            left: 15px;
            top: 15px;
        }

        .right-container .right-container-button:hover {
            transition: all 400ms cubic-bezier(.62, .1, .5, 1);
            width: 165px;
            background: #CA9A67;
            border-color: #CA9A67;
        }

            .right-container .right-container-button:hover span i {
                color: #ffffff !important;
            }

        .right-container .right-container-button .long-text {
            transition: opacity 1000ms;
            opacity: 0;
            color: white;
            white-space: nowrap;
            font-size: 0;
            width: 0;
            margin: 0;
        }

            .right-container .right-container-button .long-text.show-long-text {
                transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
                opacity: 1;
                margin-left: 45px;
                font-size: 20px;
                width: auto;
            }

    span.long-text.show-long-text.next-blog-1 {
        left: 60px;
        margin-left: 0 !important;
        text-align: left;
    }

    .right-container .right-container-button span.next-blog {
        right: 15px;
        top: 15px;
        left: auto;
    }

    .comment-sec-wrap {
        display: flex;
        flex-direction: column;
    }

        .comment-sec-wrap .comment-wrapping {
            display: grid;
            gap: 40px;
            user-select: none;
        }

            .comment-sec-wrap .comment-wrapping .wrap-blog-content {
                display: grid;
                grid-template-columns: auto 1fr;
                align-items: flex-start;
                gap: 16px;
                flex: 1;
            }

                .comment-sec-wrap .comment-wrapping .wrap-blog-content .avatar {
                    height: 100px;
                    width: 100px;
                }

                    .comment-sec-wrap .comment-wrapping .wrap-blog-content .avatar img {
                        max-width: 100%;
                    }

            .comment-sec-wrap .comment-wrapping .content-comment {
                flex: 1;
                display: block;
            }

                .comment-sec-wrap .comment-wrapping .content-comment .user {
                    gap: 12px;
                    align-items: center;
                    display: flex;
                    justify-content: space-between;
                }

    .is-mute {
        font-size: 16px;
    }

    .content-footer button {
        appearance: none;
        background: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        padding: 0 !important;
        font: inherit;
        cursor: pointer;
        user-select: none;
        transition: 0.2s ease;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

        .content-footer button i {
            padding-left: 2px;
            font-weight: 500;
        }

    .subcomment {
        margin-left: 115px;
    }

    .video-single-blog .video-blog {
        background: url(../images/blog/video-single.jpg);
        background-repeat: no-repeat;
        height: 450px;
    }

    .link-text-wrap {
        font-size: 32px;
    }
    /************************ 37. Contact Us CSS ***************************/
    .calls p a {
        color: #45566C;
    }

    .img-calls {
        margin-right: 20px;
    }

    .map iframe {
        -webkit-filter: grayscale(100%);
    }
    /************************ 38. Bottom to Top Button ***************************/
    .back-to-top,
    .back-to-top::after,
    .back-to-top-text {
        transition: all 0.25s ease-in-out;
    }

        .back-to-top,
        .back-to-top::after {
            position: fixed;
            height: 50px;
            width: 50px;
            color: #FFF;
            opacity: 0.75;
            padding: 3px 5px;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #CA9A67;
        }

    .back-to-top {
        right: 2.5%;
        bottom: -12%;
        z-index: 3;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background: #CA9A67;
        border-radius: 100%;
    }

    .back-to-top-text {
        font-size: 40px;
        line-height: 18px;
        font-weight: 400;
        color: #000000;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .back-to-top:hover,
    .back-to-top:hover::after,
    .back-to-top:hover .back-to-top-text {
        opacity: 1;
    }

    .show-back-to-top {
        bottom: 4%;
    }

    .row.sub_class_card.attorneys-1 {
        gap: 30px 0px;
    }

    .home-2-case-card {
        max-width: 100% !important;
        width: 100% !important;
    }

    .home-4-form-button {
        margin-top: 0px !important;
    }

        .home-4-form-button .form-button {
            margin-top: 0px !important;
        }

    .no-js .multi-step-form fieldset button,
    .no-js .multi-step-form h2,
    .multi-step-form.edit-form fieldset button,
    .multi-step-form.edit-form h2 {
        display: none !important;
    }

    .no-js .multi-step-form fieldset,
    .multi-step-form.edit-form fieldset {
        display: block !important;
    }

    .no-js .multi-step-form [type=submit],
    .no-js .multi-step-form [type=reset],
    .multi-step-form.edit-form [type=submit],
    .multi-step-form.edit-form [type=reset] {
        display: inline-block !important;
    }

    .no-js .multi-step-form .steps,
    .multi-step-form.edit-form .steps {
        display: none;
    }

    .multi-step-form fieldset {
        display: none;
    }

        .multi-step-form fieldset:first-of-type {
            display: block;
        }

        .multi-step-form fieldset.hidden {
            display: none;
        }

        .multi-step-form fieldset.visible {
            display: block;
        }

    .multi-step-form .steps button {
        border: 0;
    }

    .multi-step-form .steps [disabled] {
        background: none;
    }

    .multi-step-form .steps .active {
        background: none;
    }

    .error-text {
        color: red;
    }

    .case-center {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .case-back-btn {
        border: 2px solid #CA9A67 !important;
        background: transparent !important;
        color: #CA9A67 !important;
        font-family: var(--body-font);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        width: 136px !important;
        height: 60px;
    }

    .case-btn1 {
        display: flex;
        justify-content: center;
        column-gap: 30px;
    }

    .blog1-iframe1 {
        width: 770px;
        height: 450px;
    }
    /************************ Preloader Css ***************************/
    .preloader {
        background-color: #0A1D35;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        overflow: hidden;
    }

        .preloader .vertical-centered-box {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .preloader .vertical-centered-box:after {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -0.25em;
            }

            .preloader .vertical-centered-box .content {
                box-sizing: border-box;
                display: inline-block;
                vertical-align: middle;
                text-align: left;
                font-size: 0;
            }

        .preloader * {
            transition: all 0.3s;
        }

        .preloader .loader-circle {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
            margin-left: -60px;
            margin-top: -60px;
        }

        .preloader .loader-line-mask {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 60px;
            height: 120px;
            margin-left: -60px;
            margin-top: -60px;
            overflow: hidden;
            transform-origin: 60px 60px;
            -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
            animation: rotate1 1.2s infinite linear;
        }

            .preloader .loader-line-mask .loader-line {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
            }

        .preloader #particles-background,
        .preloader #particles-foreground {
            left: -51%;
            top: -51%;
            width: 202%;
            height: 202%;
            transform: scale3d(0.5, 0.5, 1);
        }

        .preloader #particles-background {
            background: #2c2d44;
            background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
        }

        .preloader lesshat-selector {
            -lh-property: 0;
        }

        .preloader [not-existing] {
            zoom: 1;
        }

        .preloader lesshat-selector {
            -lh-property: 0;
        }

        .preloader [not-existing] {
            zoom: 1;
        }

        .preloader lesshat-selector {
            -lh-property: 0;
        }
    /************************ Menu Css ***************************/
    ul,
    ol {
        list-style-type: none;
    }

    .home6-navbar {
        background: white;
        box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
        width: 100%;
        height: calc(100vh - 110px);
    }

    .logo a {
        font-size: 20px;
        font-weight: 700;
        color: #353535;
        text-transform: uppercase;
    }

    .main_menu > ul > li {
        position: relative;
        margin: 0 -2px;
    }

    .main_menu ul li {
        position: relative;
    }

        .main_menu ul li a {
            padding: 20px 25px;
            display: block;
            color: #0A1D35;
            font-family: var(--body-font);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
        }

        .main_menu ul li .active,
        .main_menu ul li:hover > a {
            color: #CA9A67;
        }

        .main_menu ul li ul {
            width: 200px;
            background: #fff;
            transition: 0.5s;
            box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
        }

            .main_menu ul li ul li a {
                padding: 10px 10px;
                font-size: 15px;
            }

                .main_menu ul li ul li a i {
                    float: right;
                }

    .mega_menu_dropdown {
        position: static !important;
    }

    .mega_menu {
        left: 0;
        right: 0;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        transition: 0.5s;
        box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    }

    .mega_menu_item {
        width: 25%;
        padding: 30px 20px;
    }

    .main_menu ul li .mega_menu_item a {
        padding: 10px 0;
    }

        .main_menu ul li .mega_menu_item a:hover {
            color: var(--hover-color);
        }

    .mega_menu_item h3 {
        margin-bottom: 15px;
    }

    .mega_menu_item img {
        width: 100%;
    }

    .mega_menu_demo_2 .mega_menu {
        left: 50%;
        transform: translateX(-50%);
        width: 1140px;
    }

    .mobile_btn {
        display: none;
    }

    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
        display: none;
    }

    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .offcanvas-body .home6-navbar {
        overflow-y: auto !important;
    }

    .main_menu ul {
        padding-left: 20px !important;
    }

    .underline1 {
        background: linear-gradient(90deg, #CA9A67, #CA9A67);
        background-size: 100% 3px, 0 3px;
        background-repeat: no-repeat;
        background-position: 100% 100%, 0 100%;
        transition: 0.5s all;
        color: #CA9A67;
    }

    .site-content {
        position: relative;
        overflow: hidden;
    }

    .nav-menu li a.active {
        color: yellow;
    }
    /************************ Responsive css ***************************/
    @media (min-width: 992px) and (max-width: 1199.98px) {
        .mega_menu_demo_2 .mega_menu {
            width: 940px;
        }

        .main_menu ul li a {
            border-bottom: 1px solid #ddd;
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .mega_menu_demo_2 .mega_menu {
            width: 700px;
        }

        .main_menu ul li a {
            font-size: 15px;
            padding: 20px 16px;
        }

        .main_menu ul li ul {
            width: 100%;
        }

        .main_menu ul li a {
            border-bottom: 1px solid #ddd;
        }
    }

    @media (max-width: 767.98px) {
        .mega_menu_demo_2 .mega_menu,
        .mobile_btn {
            cursor: pointer;
            display: block;
        }

        .main_menu {
            width: 100%;
        }

            .main_menu ul li {
                display: block;
            }

                .main_menu ul li a i {
                    float: right;
                }

                .main_menu ul li a {
                    border-bottom: 1px solid #ddd;
                }

                .main_menu ul li ul {
                    width: 100%;
                }

                    .main_menu ul li ul li ul {
                        left: 0;
                        top: auto;
                    }

        .mega_menu .mega_menu_item {
            width: 50%;
        }

        .main_menu ul li ul {
            display: none;
            transition: none;
        }

        .main_menu ul li .mega_menu {
            display: none;
            transition: none;
        }

        .mega_menu_demo_2 .mega_menu {
            transform: translateX(0);
        }
    }
    /************************ Datepiker CSS ***************************/
    #ui-datepicker-div {
        display: none;
        background-color: white;
        box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
        margin-top: 0.25rem;
        border-radius: 0.5rem;
        padding: 0.5rem;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .ui-datepicker-calendar thead th {
        padding: 0.25rem 0;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 400;
        color: #78909C;
    }

    .ui-datepicker-calendar tbody td {
        width: 2.5rem;
        text-align: center;
        padding: 0;
    }

        .ui-datepicker-calendar tbody td a {
            display: block;
            border-radius: 0.25rem;
            line-height: 2rem;
            transition: 0.3s all;
            color: #546E7A;
            font-size: 0.875rem;
            text-decoration: none;
        }

            .ui-datepicker-calendar tbody td a:hover {
                background-color: rgb(255 222 159 / 20%);
            }

            .ui-datepicker-calendar tbody td a.ui-state-active {
                background-color: #ffde9f;
                color: white;
            }

    .ui-datepicker-header a.ui-corner-all {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        margin: 0.5rem;
        border-radius: 0.25rem;
        transition: 0.3s all;
    }

        .ui-datepicker-header a.ui-corner-all:hover {
            background-color: #ECEFF1;
        }

    .ui-datepicker-header a.ui-datepicker-prev {
        left: 0;
        background: url(../images/cases/cal-icon.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 50%;
        transform: rotate(180deg);
    }

    .ui-datepicker-header a.ui-datepicker-next {
        right: 0;
        background: url(../images/cases/cal-icon.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 50%;
    }

    .ui-datepicker-header a > span {
        display: none;
    }

    .ui-datepicker-title {
        text-align: center;
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .ui-datepicker-week-col {
        color: #78909C;
        font-weight: 400;
        font-size: 0.75rem;
    }

    .custom-date::placeholder {
        color: #45566C;
        font-family: var(--body-font);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .custom-date {
        color: #45566C;
        font-family: var(--body-font);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .arrow-icon {
        background: url(../images/cases/cal-img.svg) no-repeat;
        background-position: 96% center;
        font-size: 18px;
        appearance: none;
    }

    .violence-back svg {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
    }

    .pbmit-animation-style3 {
        clip-path: inset(0 0 100% 0 );
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        width: 100%;
    }

        .pbmit-animation-style3.active {
            clip-path: inset(0 0 0 0 );
            transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        }

    .pbmit-animation-style1.active {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: -1;
    }

    .pbmit-animation-style1 {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .pbmit-animation-style2.active {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .pbmit-animation-style2 {
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
        position: relative;
        overflow: hidden;
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .home6-svg svg {
        margin-right: 40px;
    }

    .home5-body {
        overflow: hidden;
    }

    .service__img {
        transition: all 0.5s;
        opacity: 0;
        position: absolute;
        transform: rotate(0deg) translateX(-100px);
    }

        .service__img.active {
            opacity: 1;
            transform: rotate(15deg) translateX(30px) translateY(15px);
        }

    .feature-img-item div {
        position: absolute;
        width: 140px;
        height: 60px;
        background-color: #CA9A67;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-26deg) translate(-100%, -100%);
        transform: rotate(-26deg) translate(-100%, -100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        z-index: 1;
        opacity: 0;
    }

        .feature-img-item div.current {
            transform: rotate(-26deg) translate(70px, -50%);
            opacity: 1;
        }

    .feature-img-item {
        width: 100%;
        height: 100%;
    }

    .client-testimonial.client-test-v4.section-p-100.error-page {
        background: white !important;
    }



    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: var(--bs-secondary-color);
        text-align: end;
    }

    .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: var(--bs-secondary-color);
        text-align: end;
    }

    .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    .user-menu {
        position: relative;
        display: inline-block;
    }

    .dropdown-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 130px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        z-index: 1000;
    }

    .user-menu.open .dropdown-container {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    /* Dropdown content (ul) */
    .user-dropdown {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }
        /* Dropdown items */
        .user-dropdown li {
            border-bottom: 1px solid #eee;
        }

            .user-dropdown li:last-child {
                border-bottom: none;
            }
            /* Links and buttons */
            .user-dropdown li a,
            .user-dropdown li form button {
                display: block;
                width: 100%;
                padding: 10px 10px;
                background: none;
                border: none;
                text-align: right;
                color: #333;
                cursor: pointer;
                text-decoration: none;
                font-family: inherit;
                font-size: 14px;
            }

                .user-dropdown li a:hover,
                .user-dropdown li form button:hover {
                    background-color: #f5f5f5;
                }

            .user-dropdown li form button {
                box-shadow: none;
                outline: none;
            }

            .user-dropdown li::after,
            .user-dropdown li::before {
                content: none !important;
                display: none !important;
            }
    /*.hero-1 {
    aspect-ratio: 16 / 5 ;
}
*/

    .sidebar-gallery .gallery-thumb img {
        aspect-ratio: 1 / 1 !important;
        width: 100%;
        object-fit: cover;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #F8AA17;
    }

    .ui-menu .ui-menu-item-wrapper {
        font-family: 'Dana';
    }

    .flight-card {
        display: grid;
        grid-template-columns: 170px 1fr 20px 220px;
        gap: 16px;
        align-items: center;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 16px;
        box-shadow: 0 2px 10px rgba(0,0,0,.04);
    }

        .flight-card .fc-col {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

    .fc-airline .fc-logo {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eef2ff;
        color: #3b82f6;
        font-weight: 800;
        font-size: 18px;
        border: 1px solid #dbeafe;
        margin-bottom: 4px;
    }

    .fc-airline .fc-airline-name {
        font-weight: 700;
    }

    .fc-subtext {
        font-size: 12px;
        color: #6b7280;
    }

    .fc-route {
        align-items: center;
    }

    .fc-time .t {
        font-weight: 800;
        font-size: 20px;
    }

    .fc-time .c {
        font-size: 12px;
        color: #6b7280;
    }

    .fc-line {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .fc-line .dot {
            width: 8px;
            height: 8px;
            background: #3b82f6;
            border-radius: 50%;
        }

        .fc-line .bar {
            flex: 1;
            height: 2px;
            background: linear-gradient(90deg,#cfe2ff,#3b82f6);
            border-radius: 2px;
        }

    .fc-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 4px;
    }

    .badge.bg-outline {
        border: 1px dashed #3b82f6;
        color: #1f2937;
        background: transparent;
    }

    .fc-extras .fc-rules summary {
        cursor: pointer;
        color: #2563eb;
    }

    .fc-extras .fc-rules-body {
        padding-top: 6px;
        font-size: 12px;
        color: #374151;
    }

    .fc-price .amount {
        font-weight: 900;
        font-size: 22px;
        color: #0d6efd;
    }

    .fc-breakdown {
        display: flex;
        flex-direction: column;
        gap: 2px;
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 6px;
    }

    @media (max-width: 992px) {
        .flight-card {
            grid-template-columns: 1fr;
        }

        .fc-price .amount {
            font-size: 20px;
        }
    }

    .search-form-box {
        margin: 60px 0 20px 0;
    }
    /* دکمه بستن مودال در تم‌های سفارشی بعضاً مخفی می‌شود */
    .modal .btn-close {
        opacity: .75;
        background-image: var(--bs-btn-close-bg, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3E%3C/svg%3E"));
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1em;
    }

        .modal .btn-close:hover {
            opacity: 1;
        }

    .modal-header .btn-close {
        margin: 0;
    }
    /* نوار بج‌ها */
    .tour-box_img {
        position: relative;
    }

        .tour-box_img .badge-bar {
            position: absolute;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: .5rem;
            padding: .5rem .75rem;
            z-index: 5;
            pointer-events: none; /* کلیک روی تصویر از بین نره */
        }

            .tour-box_img .badge-bar.top {
                top: 12px;
            }

            .tour-box_img .badge-bar.bottom {
                bottom: 12px;
            }
            /* خودِ بج‌ها */
            .tour-box_img .badge-bar .badge {
                position: static; /* خنثی‌کردن هر absolute قبلی */
                display: inline-flex;
                align-items: center;
                font-weight: 500;
                font-size: 1rem;
                line-height: 1;
                border-radius: .5rem;
                padding: .25rem .5rem;
                box-shadow: 0 2px 6px rgba(0,0,0,.15);
                pointer-events: auto;
            }
            /* این کلاس، آیتم رو می‌فرسته انتهای ردیف (با احترام به RTL/LTR) */
            .tour-box_img .badge-bar .push-end {
                margin-inline-start: auto; /* استاندارد */
                margin-left: auto; /* فallback برای مرورگرهای قدیمی */
            }
    /* هدر پایین‌تر از مودال */
    .th-header, .menu-area, .sticky-wrapper {
        z-index: 1000 !important;
    }


    .modal-backdrop {
        z-index: 1050 !important;
    }

    .modal {
        z-index: 1060 !important;
    }

    .modal-content {
        padding: 30px;
    }
