/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs_mb_15 {
    margin-bottom: 15px;
}
.cs_mb_20 {
    margin-bottom: 20px;
}
.cs_mb_30 {
    margin-bottom: 30px;
}
.editor-hover-active {
    position: relative;
}
.editor-hover-active:after {
    content: "";
    height: 36px;
    width: 36px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"><rect fill="none" height="24" width="24"/><path d="M22,24H2v-4h20V24z M13.06,5.19l3.75,3.75L7.75,18H4v-3.75L13.06,5.19z M17.88,7.87l-3.75-3.75 l1.83-1.83c0.39-0.39,1.02-0.39,1.41,0l2.34,2.34c0.39,0.39,0.39,1.02,0,1.41L17.88,7.87z" enable-background="new"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #007aff;
    background-size: 60% 60%;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
}
.editor-hover-active:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid #007aff;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.editor-hover-active:hover:before,
.editor-hover-active:hover:after {
    opacity: 1;
}
.container-fluid {
    padding-left: 75px;
    padding-right: 75px;
    @media (max-width: 1400px) {
        padding-left: 50px;
        padding-right: 50px;
    }
    @media (max-width: 1199px) {
        padding-left: 30px;
        padding-right: 30px;
    }
    @media (max-width: 767px) {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.pr-0 {
    padding-right: 0;
}
@media (min-width: 992px) {
    .cs_pr_70 {
        padding-right: 50px;
    }
    .cs_pl_70 {
        padding-left: 50px;
    }
}
@media (min-width: 1400px) {
    .cs_pr_70 {
        padding-right: 70px;
    }
    .cs_pl_70 {
        padding-left: 70px;
    }
}
.cs_padding_120_120 {
    padding-left: 120px;
    padding-right: 120px;
    @media (max-width: 1600px) {
        padding-left: 70px;
        padding-right: 70px;
    }
    @media (max-width: 991px) {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.cs_fs_16 {
    font-size: 16px;
    line-height: 1.563em;
}
.cs_fs_18 {
    font-size: 18px;
    line-height: 1.5em;
}
.cs_fs_24 {
    font-size: 24px;
    line-height: 1.333em;
}
.cs_fs_30 {
    font-size: 30px;
    line-height: 1.167em;
}
.cs_fs_53 {
    font-size: 53px;
    line-height: 1.226em;
    @media (max-width: 1400px) {
        font-size: 50px;
    }
    @media (max-width: 1199px) {
        font-size: 46px;
    }
    @media (max-width: 575px) {
        font-size: 40px;
    }
}
.cs_fs_60 {
    font-size: 60px;
    line-height: 1.167em;
    @media (max-width: 1199px) {
        font-size: 46px;
    }
}
.cs_fs_120 {
    font-size: 120px;
    line-height: 1.083em;
    @media (max-width: 1550px) {
        font-size: 110px;
    }
    @media (max-width: 1400px) {
        font-size: 100px;
    }
    @media (max-width: 991px) {
        font-size: 70px;
    }
    @media (max-width: 575px) {
        font-size: 56px;
    }
    @media (max-width: 420px) {
        font-size: 48px;
    }
}
.cs_light {
    font-weight: 300;
}

.cs_normal {
    font-weight: 400;
}

.cs_medium {
    font-weight: 500;
}

.cs_semibold {
    font-weight: 600;
}

.cs_bold {
    font-weight: 700;
}

.cs_extra_bold {
    font-weight: 800;
}

.cs_black {
    font-weight: 900;
}

.cs_radius_3 {
    border-radius: 3px;
}

.cs_radius_5 {
    border-radius: 5px;
}

.cs_radius_7 {
    border-radius: 7px;
}

.cs_radius_10 {
    border-radius: 10px;
}

.cs_radius_15 {
    border-radius: 15px;
}
.cs_radius_100_0_0_0 {
    border-radius: 100px 0 0 0;
}
.cs_radius_50_0_0_0 {
    border-radius: 50px 0 0 0;
}
.cs_radius_50_50_0_0 {
    border-radius: 50px 50px 0 0;
    @media (max-width: 575px) {
        border-radius: 20px 20px 0 0;
    }
}

.cs_mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs_row_gap_60 {
    margin-left: -30px;
    margin-right: -30px;
    @media (max-width: 1400px) {
        margin-left: -20px;
        margin-right: -20px;
    }
    > * {
        padding-left: 30px;
        padding-right: 30px;
        @media (max-width: 1400px) {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
}
.cs_gap_y_24 {
    gap: 24px 0;
}
.cs_gap_y_30 {
    gap: 30px 0;
}
.cs_gap_y_35 {
    gap: 35px 0;
}
.cs_gap_y_40 {
    gap: 40px 0;
}
.cs_gap_y_45 {
    gap: 45px 0;
    @media (max-width: 1400px) {
        &.cs_iconbox_2_row {
            gap: 30px 0;
        }
    }
    @media (max-width: 991px) {
        gap: 35px 0;
    }
}
.cs_gap_y_50 {
    gap: 50px 0;
}
.cs_gap_y_60 {
    gap: 60px 0;
}
.cs_gap_y_65 {
    gap: 65px 0;
}
.cs_gap_y_80 {
    gap: 80px 0;
    @media (max-width: 991px) {
        gap: 40px 0;
    }
}
.cs_gap_y_100 {
    gap: 100px 0;
    @media (max-width: 991px) {
        gap: 60px 0;
    }
}

.cs_m0 {
    margin: 0;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #f2f1ff;
}

.cs_bg_filed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cs_bg_fixed {
    background-attachment: fixed;
    @media (max-width: 1370px) {
        background-attachment: initial;
    }
}

.cs_vertical_middle {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.cs_vertical_middle_in {
    flex: none;
    width: 100%;
}

.cs_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_white_color {
    color: var(--white);
}

.cs_primary_color {
    color: var(--primary);
}

.cs_secondary_color {
    color: var(--secondary);
}

.cs_ternary_color {
    color: var(--ternary);
}

.cs_accent_color {
    color: var(--accent);
}

.cs_white_bg {
    background-color: var(--white);
}

.cs_primary_bg {
    background-color: var(--primary);
}
.cs_primary_bg_2 {
    background-color: #13282f;
}

.cs_secondary_bg {
    background-color: var(--secondary);
}

.cs_ternary_bg {
    background-color: var(--ternary);
}
.cs_gray_bg {
    background-color: var(--gray);
}
.cs_gray_bg_2 {
    background-color: #f9f3eb;
}
.cs_gray_bg_3 {
    background-color: #f6f6f6;
}

.cs_accent_bg {
    background-color: var(--accent);
}
label {
    display: inline-block;
    margin-bottom: 7px;
    @media (max-width: 991px) {
        margin-bottom: 2px;
    }
}
.cs_menu_widget a,
.cs_text_widget a,
.cs_copyright a,
.cs_footer_links a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
    &:hover {
        background-size: 100% 1px;
        background-position: 0 calc(100% - 0px);
    }
}
.cs_form_field,
.cs_form_field_2 {
    border: 1px solid var(--ternary);
    display: block;
    width: 100%;
    border-radius: 15px;
    padding: 12px 20px;
    line-height: 1.5em;
    background-color: transparent;
    &:focus {
        outline: none;
        border-color: var(--accent);
    }
}
.cs_form_field_2 {
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 7px 0;
}
.cs_form_field_3 {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 25px;
    transition: all 0.3s ease;
}
.cs_contact_form_wrap {
    padding: 56px 56px 60px 56px;
    @media (max-width: 575px) {
        padding: 50px 24px 50px 24px;
    }
}
.cs_contact_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px 24px;
    @media (max-width: 991px) {
        gap: 30px 24px;
    }
    @media (max-width: 380px) {
        grid-template-columns: repeat(1, 1fr);
    }
    li {
        > p {
            &:first-child {
                border-bottom: 1px solid var(--border);
                padding-bottom: 10px;
            }
        }
        > * {
            margin-bottom: 10px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .cs_social_btns.cs_style_1 {
        font-size: 18px;
        gap: 10px 20px;
        color: var(--ternary);
        a {
            border: none;
            height: initial;
            width: initial;
        }
    }
}
.cs_btn.cs_style_1 {
    border: none;
    border-radius: 1.8em;
    padding: 14px 30px;
    line-height: 1.625em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    outline: none;
    transition: all 0.4s ease;
    @media (max-width: 991px) {
        padding: 12px 25px;
    }
    @media (max-width: 575px) {
        &:not(.cs_type_1, .cs_type_5, .cs_type_4) {
            width: 100%;
        }
    }
    span {
        display: flex;
        overflow: hidden;
        position: relative;
        width: 13px;
        svg {
            transform: rotate(45deg);
        }
    }
    i {
        transform: rotate(-45deg);
        transition: all 0.5s;
        color: inherit;
        &:last-child {
            position: absolute;
            content: "\f061";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            left: -19px;
            bottom: -21px;
            transform: translate(0, 0) rotate(-45deg);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
            color: currentColor;
        }
    }

    &:hover {
        background-color: var(--accent);
        color: #fff;
        i {
            &:first-child {
                transform: translate(20px, -20px) rotate(-45deg);
            }
            &:last-child {
                opacity: 1;
                visibility: visible;
                transform: translate(20px, -20px) rotate(-45deg);
            }
        }
    }
    &.cs_type_1 {
        border: none;
        padding: 0;
        background-color: transparent;
        span {
            color: var(--accent);
        }
        &:hover {
            background-color: transparent;
            color: var(--accent);
        }
    }
    &.cs_type_2 {
        span {
            color: var(--accent);
        }
        &:hover {
            background-color: var(--accent);
            border-color: var(--accent);
            span {
                color: #fff;
            }
        }
    }
    &.cs_type_3 {
        border: 1px solid var(--primary);
        padding: 13px 30px;
        &:hover {
            background-color: var(--primary);
        }
    }
    &.cs_type_4,
    &.cs_type_5 {
        border: none;
        padding: 0;
        background-color: transparent;
        position: relative;
        &::before {
            content: "";
            height: 2px;
            width: 100%;
            background-color: var(--ternary);
            position: absolute;
            left: 0;
            bottom: 0;
            width: calc(100% - 23px);
        }
        span {
            color: var(--accent);
        }
    }
    &.cs_type_4 {
        &:hover {
            background-color: transparent;
            color: var(--accent);
        }
    }
    &.cs_type_5 {
        &::before {
            width: 100%;
        }
        &:hover {
            color: var(--primary);
        }
    }
    &.cs_accent_bg {
        span {
            color: var(--primary);
        }
    }
}

.cs_text_btn {
    display: inline-flex;
    align-items: center;
    svg {
        margin-left: 15px;
    }
    span {
        display: inline-block;
        position: relative;
        &::before {
            content: "";
            position: absolute;
            height: 2px;
            width: 100%;
            bottom: 0;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: 0 50%;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            transition-duration: 0.6s;
            transition-timing-function: ease-out;
        }
    }
    &:hover {
        span {
            &::before {
                transform: scaleX(1);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }
        }
    }
    &.cs_type1 {
        svg {
            margin-left: 0px;
            margin-right: 15px;
        }
        span {
            &::before {
                left: initial;
                right: -100%;
                transform: scaleX(0) rotateY(180deg);
            }
        }
        &:hover {
            span {
                &::before {
                    transform: scaleX(1) rotateY(180deg);
                }
            }
        }
    }
}

/* Start Accordion */

.cs_accordians.cs_style_1 {
    .cs_accordian_title {
        margin-bottom: 0;
        transition: all 0.3s ease;
    }
    .cs_accordian_body_wrap {
        overflow: hidden;
        transition: height 0.3s;
    }
    .cs_accordian_body {
        padding: 0 30px 25px 0px;

        p {
            margin: 0;
        }
    }
    .cs_accordian_head {
        padding: 25px 30px 25px 0px;
        position: relative;
        cursor: pointer;
        &:hover {
            .cs_accordian_title {
                color: var(--accent);
            }
        }
    }
    .cs_accordian {
        border-bottom: 1px solid var(--ternary);
        &.active {
            .cs_accordian_head {
                pointer-events: none;
            }
            .cs_accordian_toggle {
                transform: rotate(180deg);
            }
            .cs_accordian_body_wrap {
                margin-top: -10px;
            }
        }
    }
    .cs_accordian_toggle {
        width: 0px;
        height: 0px;
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid var(--ternary);
        transition: all 0.3s ease;
        position: absolute;
        top: 36px;
        right: 10px;
    }
}
/* End Accordion */
.cs_section_heading.cs_style_1,
.cs_section_heading.cs_style_2,
.cs_section_heading.cs_style_3 {
    .cs_section_subtitle {
        position: relative;
        padding-left: 17px;
        margin-bottom: 12px;
        display: inline-block;
        &::before {
            content: "";
            height: 6px;
            width: 6px;
            background-color: var(--accent);
            position: absolute;
            top: 10px;
            left: 0;
        }
    }
    @media (max-width: 575px) {
        br {
            display: none;
        }
    }
}
.cs_section_heading.cs_style_1 {
    position: relative;
    @media (max-width: 991px) {
        br {
            display: none;
        }
    }
    .cs_shape_1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
        @media (max-width: 991px) {
            display: none;
        }
        img {
            animation: spinAnimaiton 6s linear infinite;
        }
    }
}
@keyframes spinAnimaiton {
    0% {
        transform: rotateY(0deg);
    }

    75% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.cs_section_heading.cs_style_2 {
    display: flex;
    align-items: center;
    @media (max-width: 991px) {
        flex-direction: column;
        .cs_section_heading_left {
            width: 100%;
        }
        .cs_section_heading_right {
            margin-top: 15px;
        }
    }

    @media (min-width: 992px) {
        .cs_section_heading_left {
            width: 58%;
            padding-right: 40px;
        }
        .cs_section_heading_right {
            width: 42%;
            padding: 8px 0 8px 40px;
            border-left: 1px solid var(--ternary);
        }
    }
    @media (min-width: 1200px) {
        .cs_section_heading_left {
            padding-right: 65px;
        }
        .cs_section_heading_right {
            padding: 8px 0 8px 65px;
        }
    }
    .cs_section_heading_right {
        .cs_section_heading_text + .cs_btn {
            margin-top: 12px;
        }
    }
}
.cs_section_heading.cs_style_3 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 20px;
        .cs_section_title {
            br {
                display: none;
            }
        }
    }
    @media (max-width: 1199px) {
        .cs_section_title {
            br {
                display: none;
            }
        }
    }
    .cs_section_heading_left {
        max-width: 57%;
        @media (max-width: 1400px) {
            max-width: 66%;
        }
        @media (max-width: 991px) {
            max-width: 100%;
            width: 100%;
        }
    }
    .cs_section_heading_right {
        padding-bottom: 17px;
        @media (max-width: 991px) {
            width: 100%;
            padding-bottom: 0;
        }
    }
}
.cs_primary_bg {
    .cs_section_subtitle,
    .cs_section_title,
    .cs_iconbox.cs_style_4 .cs_iconbox_title,
    .cs_iconbox.cs_style_4 .cs_btn.cs_style_1 {
        color: #fff;
    }
    .cs_section_heading_text {
        color: var(--ternary);
        border-color: #67797e;
    }
    .cs_iconbox.cs_style_4 .cs_iconbox_subtitle {
        color: var(--ternary);
    }
}
.cs_why_choose_us_1 {
    .cs_why_choose_us_thumb {
        height: 100%;
        min-height: 500px;
        width: 50vw;
        margin-left: calc(-50vw + 100%);
        padding-right: 55px;
        @media (max-width: 991px) {
            margin-left: 0;
            padding-right: 0;
            width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    .cs_why_choose_us_thumb_in {
        height: 100%;
        width: 100%;
        margin-right: 0;
    }
}
.cs_why_choose_us_2 {
    .cs_why_choose_us_thumb {
        height: 100%;
        min-height: 800px;
        width: 50vw;
        padding-left: 55px;
        @media (max-width: 1199px) {
            padding-left: 25px;
        }
        @media (max-width: 991px) {
            padding-left: 0px;
            width: 100%;
            height: 450px;
            min-height: initial;
        }
    }
    .cs_why_choose_us_thumb_in {
        height: 100%;
        width: 100%;
        margin-right: 0;
        min-height: inherit;
    }
    .container > .row > .col-lg-6:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.cs_shape_wrap_1 {
    position: relative;
    .cs_shape_1 {
        width: 448px;
        height: 448px;
        background: #000;
        border-radius: 50%;
        filter: blur(100px);
        position: absolute;
        right: 3%;
        top: 16%;
        opacity: 0.04;
    }
    > *:not(.cs_shape_1) {
        position: relative;
        z-index: 2;
    }
}
.cs_shape_wrap_2 {
    position: relative;
    .cs_shape_1 {
        background-color: #000;
        opacity: 0.04;
        height: 200px;
        width: 200px;
        transform: rotate(45deg);
        right: -120px;
        position: absolute;
        bottom: 23px;
        &.cs_position_left {
            right: initial;
            left: -120px;
        }
    }
    > *:not(.cs_shape_1) {
        position: relative;
        z-index: 2;
    }
    &.cs_primary_bg {
        .cs_shape_1 {
            background-color: #162e35;
        }
    }
    &.cs_gray_bg_2 {
        .cs_shape_1 {
            background-color: #fdeeda;
        }
    }
}

.cs_grid_style_1 {
    display: grid;
    grid-gap: 24px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;

    @media (min-width: 992px) {
        > .cs_double {
            grid-column: span 2;
        }
    }
    @media (max-width: 1400px) {
        .cs_video_block.cs_style_1 {
            height: 450px;
        }
    }
    @media (max-width: 1199px) {
        .cs_video_block.cs_style_1 {
            height: 350px;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
        > .cs_double {
            grid-column: span 1;
        }
    }
}

.cs_grid_style_2 {
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: initial;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px 0;
    }
    > .cs_double {
        grid-column: span 2;
    }
    > .cs_double_double {
        grid-column: span 2;
        grid-row: span 2;
    }
    .cs_grid_item {
        height: 470px;
        @media (max-width: 1400px) {
            height: 420px;
        }
        @media (max-width: 1199px) {
            height: 350px;
        }
        &.cs_double_double {
            height: 950px;
            @media (max-width: 1400px) {
                height: 850px;
            }
            @media (max-width: 1199px) {
                height: 710px;
            }
            @media (max-width: 991px) {
                height: 500px;
            }
        }
    }
    .cs_case_study.cs_style_1,
    .cs_video_block.cs_style_1 {
        height: 100%;
    }
}

.cs_grid_style_3 {
    display: flex;
    flex-wrap: wrap;
    @media (max-width: 991px) {
        flex-direction: column;
    }
    .cs_grid_item {
        &:first-child {
            width: 540px;
            @media (max-width: 1199px) {
                width: 400px;
            }
            @media (max-width: 991px) {
                width: 100%;
                padding-right: 12px;
            }
        }
        &:last-child {
            width: calc(100% - 540px);
            @media (max-width: 1199px) {
                width: calc(100% - 400px);
            }
            @media (max-width: 991px) {
                width: 100%;
            }
        }
        @media (max-width: 575px) {
            padding-right: 12px;
        }
    }

    .cs_video_block.cs_style_1,
    .cs_case_study.cs_style_1 {
        @media (max-width: 1400px) {
            height: 450px;
        }
        @media (max-width: 1199px) {
            // height: 400px;
        }
    }
}

.cs_grid_style_4 {
    display: grid;
    grid-gap: 75px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    padding-bottom: 60px;
    @media (max-width: 1400px) {
        grid-gap: 50px;
    }
    @media (max-width: 1199px) {
        grid-gap: 50px 24px;
    }
    @media (max-width: 991px) {
        display: block;
        padding-bottom: 0;
        .cs_grid_item {
            &:not(:last-child) {
                margin-bottom: 40px;
            }
        }
    }
    @media (min-width: 992px) {
        .cs_grid_item {
            &:nth-child(3n-1) {
                .cs_card.cs_style_1 {
                    position: relative;
                    top: 30px;
                }
            }
            &:nth-child(3n + 0) {
                position: relative;
                top: 60px;
            }
        }
    }
}
.cs_grid_style_5,
.cs_grid_style_6 {
    display: grid;
    grid-gap: 75px;
    grid-auto-rows: 1fr;
    grid-auto-flow: dense;
    padding-top: 50px;
    @media (max-width: 1400px) {
        grid-gap: 50px;
    }
    @media (max-width: 991px) {
        grid-gap: 24px;
        padding-top: 24px;
    }
    @media (max-width: 767px) {
        padding-top: 0;
    }
}
.cs_grid_style_5 {
    grid-template-columns: repeat(3, 1fr);

    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
    .cs_grid_item {
        &:nth-child(3n-1) {
            > * {
                margin-top: -50px;
                @media (max-width: 991px) {
                    margin-top: -24px;
                }
                @media (max-width: 767px) {
                    margin-top: 0px;
                }
            }
        }
    }
}
.cs_grid_style_6 {
    grid-template-columns: repeat(4, 1fr);
    @media (max-width: 1199px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 0;
    }
    .cs_grid_item {
        &:nth-child(2n-1) {
            > * {
                margin-top: -50px;
                @media (max-width: 991px) {
                    margin-top: -24px;
                }
                @media (max-width: 575px) {
                    margin-top: 0px;
                }
            }
        }
    }
}
.cs_full_screen_right {
    width: calc(100vw - ((100vw - 1320px) / 2));
    @media (max-width: 1400px) {
        width: calc(100vw - ((100vw - 1140px) / 2));
    }
    @media (max-width: 1199px) {
        width: calc(100vw - ((100vw - 960px) / 2));
    }
    @media (max-width: 991px) {
        width: calc(100vw - ((100vw - 720px) / 2));
    }
    @media (max-width: 767px) {
        width: 100%;
    }
}

.cs_video_block.cs_style_1 {
    display: block;
    height: 520px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    &::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        background-color: var(--primary);
        transition: all 0.4s ease;
    }
    &:hover {
        &::before {
            opacity: 0.4;
        }
    }
    &.cs_size_lg {
        height: 700px;
        @media (max-width: 991px) {
            height: 500px;
        }
    }
    &.cs_size_lg_1 {
        height: 650px;
        @media (max-width: 991px) {
            height: 500px;
        }
    }
    &.cs_radius_200_0 {
        border-radius: 200px 0;
        @media (max-width: 991px) {
            border-radius: 100px 0;
        }
    }
}

.cs_player_btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_player_btn:before,
.cs_player_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

.cs_player_btn:before {
    z-index: 0;
    animation: pulse-border 1500ms ease-out infinite;
}

.cs_player_btn:after {
    z-index: 1;
    transition: all 200ms;
}

.cs_player_btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid currentColor;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

@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;
    }
}
.cs_brand.cs_style_1 {
    img {
        display: inline-block;
    }
}
.cs_brand_2_wrap {
    display: flex;
    align-items: center;
    gap: 0 155px;
    margin: 0 77px;
    @media (max-width: 1400px) {
        gap: 0 60px;
        margin: 0 30px;
    }
    @media (max-width: 991px) {
        gap: 0 30px;
        margin: 0 30px;
    }
}
// Start Moving Section
.cs_moving_section_wrap {
    font-family: helvetica;
    overflow: hidden;
}
.cs_moving_section_in {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
    &:hover {
        .cs_moving_section {
            animation-play-state: paused;
        }
    }
    &.cs_fs_120 {
        @media (max-width: 991px) {
            font-size: 80px;
        }
    }
}
.cs_moving_section {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 2px 6px;
    animation: slideLeft 20s linear infinite;
}
.cs_moving_duration_40 {
    animation-duration: 40s;
}
.cs_moving_duration_50 {
    animation-duration: 50s;
}

.cs_reverse_animation {
    animation-direction: reverse !important;
}
.cs_outline_style {
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
.cs_gradient_style .cs_moving_section {
    background: linear-gradient(180deg, var(--primary) 0%, transparent 116.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cs_text_shadow_style {
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
}
@keyframes slideLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
// End Moving Section
.cs_rating {
    width: 92px;
    height: 14px;
    position: relative;
    font-size: 14px;
    display: flex;
    i {
        margin-right: 3px;
        &:nth-child(5) {
            margin-right: 0;
        }
    }
    .cs_rating_percentage {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        display: flex;
        overflow: hidden;
        &:nth-child(5) {
            margin-right: 0;
        }
    }
    .cs_rating_percentage {
        width: 50%;
    }
}
.cs_list.cs_style_1 {
    li {
        position: relative;
        padding-left: 38px;
        &:not(:last-child) {
            margin-bottom: 24px;
        }
        i {
            position: absolute;
            left: 0;
            top: 8px;
        }
        p {
            margin: 8px 0 0;
        }
    }
    &.cs_type_1 {
        li {
            padding-left: 45px;
            i {
                top: 1px;
            }
        }
    }
}
.cs_list.cs_style_2 {
    counter-reset: number-counter;
    li {
        position: relative;
        padding-left: 32px;

        &:not(:last-child) {
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: 1px solid #c2cfd4;
        }
        &::before {
            counter-increment: number-counter;
            content: counter(number-counter, decimal-leading-zero) ". ";
            font-weight: 500;
            color: var(--primary);
            position: absolute;
            left: 0px;
            top: 4px;
            font-size: 18px;
            line-height: 1.5em;
        }
    }
    .cs_btn.cs_style_1 {
        padding: 0;
        width: 100%;
        justify-content: space-between;

        &:hover {
            background-color: transparent;
            h2 {
                transition: all 0.3s ease;
                color: var(--accent);
            }
            span {
                color: var(--accent);
            }
        }
    }
}
.cs_list.cs_style_3 {
    counter-reset: number-counter;
    position: relative;
    &::before {
        content: "";
        height: 90%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 30px;
        background-image: linear-gradient(var(--accent) 33%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 1px 10px;
        background-repeat: repeat-y;
    }
    h2 {
        margin-bottom: 16px;
    }
    li {
        position: relative;
        padding-left: 87px;
        &::before {
            counter-increment: number-counter;
            content: counter(number-counter, decimal-leading-zero);
            font-weight: 400;
            color: var(--primary);
            position: absolute;
            left: 0px;
            top: 0px;
            font-size: 18px;
            line-height: 1.5em;
            height: 62px;
            width: 62px;
            background-color: var(--accent);
            color: #fff;
            font-size: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-family: var(--primary-font);
        }
        &:not(:last-child) {
            padding-bottom: 46px;
            @media (max-width: 1199px) {
                padding-bottom: 30px;
            }
        }
    }
}
.cs_list.cs_style_4 {
    li {
        padding-left: 38px;
        position: relative;
        &:not(:last-child) {
            margin-bottom: 26px;
        }
        h3 {
            margin-bottom: 10px;
        }
        i {
            position: absolute;
            left: 0;
            top: 7px;
            display: flex;
        }
    }
    @media (max-width: 1199px) {
        br {
            display: none;
        }
    }
}
.cs_list.cs_style_5 {
    counter-reset: number-counter;
    border-top: 1px solid var(--ternary);
    li {
        padding-left: 17.5%;
        padding-bottom: 35px;
        padding-top: 35px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        @media (max-width: 767px) {
            flex-direction: column;
            align-items: flex-start;
            padding-left: 50px;
        }
        &::before {
            counter-increment: number-counter;
            content: counter(number-counter, decimal-leading-zero) ". ";
            font-family: var(--primary-font);
            color: var(--primary);
            font-size: 53px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            @media (max-width: 767px) {
                transform: initial;
                top: 41px;
                font-size: 30px;
            }
        }
        border-bottom: 1px solid var(--ternary);
    }
    .cs_list_right {
        flex: none;
    }
    h2 {
        margin-bottom: 15px;
    }
    p {
        margin-bottom: 24px;
        max-width: 650px;
    }
    .cs_list_meta {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        i {
            display: flex;
        }
        span {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    }
}
.cs_right_full_width {
    height: 100%;
    width: 50vw;
    margin-left: -12px;
    position: relative;
    &.cs_space_120 {
        padding-left: 120px;
        @media (max-width: 1400px) {
            padding-left: 70px;
        }
        @media (max-width: 1199px) {
            padding-left: 20px;
        }
        @media (max-width: 991px) {
            padding-left: 0px;
        }
    }
    @media (max-width: 991px) {
        margin-left: 0;
        width: 100%;
    }
}
.cs_google_map {
    height: 536px;
    @media (max-width: 991px) {
        height: 450px;
    }
    iframe {
        height: 100%;
        display: block;
        border: none;
        width: 100%;
        filter: grayscale(100%);
    }
}
.cs_google_map_2 {
    height: 400px;
    iframe {
        height: 100%;
        display: block;
        border: none;
        width: 100%;
        filter: grayscale(100%);
        border-radius: 50px 0 0;
    }
}
.cs_image_card.cs_style_1 {
    position: relative;
    padding-left: 40px;
    @media (max-width: 991px) {
        padding-left: 0;
    }
    svg {
        position: absolute;
        opacity: 0.2;
        right: -70px;
        top: 24px;
        z-index: 1;
    }
}
.cs_image_card.cs_style_2 {
    padding-right: 65px;
    position: relative;
    @media (max-width: 1199px) {
        padding-right: 0;
    }
    .cs_image_card_in {
        padding: 40px;
        position: relative;
        @media (max-width: 1400px) {
            padding: 20px;
        }
        img {
            border: 8px solid #f7f7f7;
            position: relative;
            z-index: 1;
        }
        &::before,
        &::after {
            content: "";
            position: absolute;
            height: 190px;
            width: 190px;
            background-color: var(--accent);
        }
        &::before {
            left: 0;
            top: 0;
        }
        &::after {
            right: 0;
            bottom: 0;
        }
    }
    .cs_shape_1 {
        position: absolute;
        right: 35px;
        top: -23px;
        opacity: 0.2;
    }
    .cs_shape_2 {
        position: absolute;
        bottom: -25px;
        left: -30px;
        opacity: 0.2;
    }
}
.cs_tab {
    display: none;
    &.active {
        display: block;
    }
}
.cs_tab_links.cs_style_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    @media (max-width: 575px) {
        margin: 0;
    }
    li {
        width: 25%;
        padding: 10px;
        @media (max-width: 575px) {
            padding: 0;
        }
        &.active {
            .cs_avatar_box {
                background-color: #f7f7f7;
            }
        }
    }
}
.cs_avatar_box {
    display: flex;
    gap: 20px;
    background-color: transparent;
    border-radius: 5px;
    padding: 30px;
    cursor: pointer;
    @media (max-width: 1400px) {
        gap: 10px;
        padding: 15px;
    }
    @media (max-width: 1199px) {
        flex-direction: column;
        gap: 6px;
    }
    @media (max-width: 991px) {
        justify-content: center;
        align-items: center;
        .cs_avatar_box_right {
            display: none;
        }
    }
    @media (max-width: 575px) {
        padding: 10px;
    }
    img {
        flex: none;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        object-fit: cover;
        @media (max-width: 350px) {
            height: 50px;
            width: 50px;
        }
    }
}
.swiper-slide-thumb-active {
    .cs_avatar_box {
        background-color: #f7f7f7;
    }
}
.cs_progress_wrap.cs_style_1 {
    .cs_progress {
        height: 7px;
        background-color: #67797e;
        margin: 5px 0;
    }
    .cs_progress_in {
        height: 100%;
        position: relative;
        &::before {
            content: "";
            height: 17px;
            width: 17px;
            top: -5px;
            right: -5px;
            position: absolute;
            background-color: var(--accent);
            border-radius: 50%;
        }
    }
    .cs_progress_title {
        margin-bottom: 16px;
        margin-top: -5px;
    }
    .cs_progress_label {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px 20px;
        margin-top: 19px;
    }
}
.cs_insurance_input {
    width: 100%;
    display: block;
    height: 54px;
    border-radius: 50px;
    border: none;
    padding: 0 20px;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
}
textarea.cs_insurance_input {
    height: 120px;
    border-radius: 20px;
    padding-top: 10px;
    resize: none;
}
select.cs_insurance_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.cs_btn_group.cs_style_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    align-items: center;
    @media (max-width: 575px) {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.cs_experience_box.cs_style_1 {
    display: flex;
    align-items: center;
    padding: 30px 30px;
    bottom: 0;
    right: 14%;
    gap: 20px;
}
.cs_planing_wrap {
    height: 100%;
    .cs_planing_title {
        margin-bottom: 72px;
        @media (max-width: 991px) {
            margin-bottom: 40px;
        }
        span {
            display: inline-block;
            margin-right: 25px;
        }
    }
}
.cs_planing_list {
    li {
        &:not(:last-child) {
            margin-bottom: 42px;
        }
    }
}
.cs_planing_thumb {
    position: relative;
    &::before {
        content: "";
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30%;
        background-color: var(--primary);
        @media (max-width: 991px) {
            display: none;
        }
    }
    img {
        position: relative;
        z-index: 2;
        width: 100%;
    }
}

.cs_scroll_slide:first-child {
    top: 0 !important;
}

.cs_scroll_slide {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    &:nth-child(even) {
        background-color: #f7f7f7;
    }
    @media (max-width: 991px) {
        height: initial;
        padding-top: 70px;
        &:not(:last-child) {
            margin-bottom: 70px;
        }
    }
}
.cs_dark_section {
    color: var(--ternary);
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .cs_primary_color,
    .cs_list.cs_style_2 li::before {
        color: var(--white);
    }
    .cs_primary_bg {
        background-color: var(--white);
    }
    .cs_section_heading.cs_style_1 .cs_section_subtitle {
        color: var(--ternary);
    }
    .cs_btn.cs_style_1.cs_type_2 {
        color: var(--primary);
        &:hover {
            color: var(--white);
        }
    }
    .cs_form_field {
        background-color: transparent;
        color: var(--white);
        border-color: #67797e;
        &:focus {
            border-color: var(--accent);
        }
    }
    .cs_contact_info li > p:first-child {
        border-color: rgba(255, 255, 255, 0.3);
    }
    .cs_post.cs_style_2,
    .cs_iconbox.cs_style_3,
    .cs_list.cs_style_2 li:not(:last-child) {
        border-color: #67797e;
    }
    .cs_iconbox.cs_style_3 {
        &:hover {
            border-color: rgba(103, 121, 126, 0);
            background-color: rgba(103, 121, 126, 0.3);
        }
    }
    .cs_hero.cs_style_11 {
        .cs_btn.cs_style_1.cs_type_2.cs_primary_bg.cs_white_color {
            background-color: var(--primary);
            color: var(--white);
            &:hover {
                background-color: var(--accent);
            }
        }
    }
    .cs_slider_arrows.cs_style1 {
        .cs_left_arrow,
        .cs_right_arrow {
            &:hover {
                background-color: var(--secondary);
            }
        }
    }
    .cs_image_box_1_list li:not(:last-child),
    .cs_image_box_1_list_more_btn {
        border-color: #42585d;
    }
}
.cs_top_sticky_0 {
    position: sticky;
    top: 0;
}
.cs_top_sticky_100 {
    position: sticky;
    top: 100px;
}
.cs_fullscreen_slide {
    height: 100vh;
}
.cs_page_heading.cs_style_1 {
    padding: 152px 0 145px;
    @media (max-width: 991px) {
        padding: 100px 0;
    }
    &.cs_type_1 {
        padding: 60px 0 50px;
        // .cs_section_heading.cs_style_1 {
        //     display: flex;
        //     flex-direction: column-reverse;
        //     gap: 5px;
        // }
    }
    &.cs_type_2 {
        padding: 60px 0 50px;
    }
    .breadcrumb {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.75);
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.6);
    }
}
.cs_page_heading.cs_style_2 {
    padding: 250px 0 150px;
    position: relative;
    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .container {
        position: relative;

        z-index: 2;
    }
    .cs_page_heading_category {
        border: 1px solid rgb(255 255 255 / 40%);
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 1.2em;
        display: inline-block;
        padding: 5px 12px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .cs_post.cs_style_1 {
        opacity: 0.7;
        .cs_post_meta > span:not(:last-child)::before {
            background-color: #fff;
        }
    }
}
.cs_search_section {
    padding: 55px 0;
}
.cs_error {
    padding: 120px 0 150px;
    @media (max-width: 991px) {
        padding: 80px 0 100px;
    }
    h1 {
        text-shadow: 0px 4px 2px rgba(136, 165, 173, 0.8);
        margin-bottom: 34px;
    }
    h2 {
        margin-bottom: 18px;
    }
    p {
        margin-bottom: 25px;
    }
}
.cs_faq_heading {
    padding: 13px 20px;
    margin-bottom: 20px;
}
.cs_casestudy_details {
    padding-left: 45px;
    @media (max-width: 991px) {
        padding-left: 0px;
    }
    h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 18px;
        margin-top: 25px;
    }
    ol,
    ul {
        span {
            color: var(--primary);
        }
        li {
            &:not(:last-child) {
                margin-bottom: 8px;
            }
        }
    }
    p {
        margin-bottom: 16px;
    }
    > * {
        &:first-child {
            margin-top: 0;
        }
        &:last-child {
            margin-bottom: 0;
        }
    }
}
.cs_about_thumb_1 {
    height: 550px;
    @media (max-width: 991px) {
        height: 400px;
    }
}
.cs_team_details {
    h2 {
        margin-bottom: 8px;
    }
    ul {
        li {
            display: flex;
            align-items: center;
            gap: 10px;
            i {
                color: var(--primary);
            }
            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }
    }
    .cs_social_title {
        margin-bottom: 10px;
    }
}
.cs_half_white {
    position: relative;
    > * {
        position: relative;
        z-index: 2;
    }
    &::before {
        content: "";
        position: absolute;
        height: 50%;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: var(--white);
    }
}
.cs_blog_details:not(.cs_type_1) {
    > p:first-child:first-letter,
    > img:first-child + p:first-letter {
        float: left;
        font-size: 120px;
        line-height: 0.5em;
        font-weight: 400;
        margin: 18px 10px 0 0;
        text-transform: uppercase;
        font-style: normal;
        color: var(--primary);
        font-family: var(--primary-font);
    }
}
.cs_blog_details {
    font-size: 18px;
    line-height: 1.8em;
    padding-bottom: 70px;
    img {
        border-radius: 5px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 46px;
        font-weight: 400;
        margin-bottom: 15px;
        @media (max-width: 575px) {
            font-size: 40px;
        }
    }

    h3 {
        font-size: 30px;
        line-height: 1.167em;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 24px;
        line-height: 1.333em;
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 35px;
    }

    blockquote {
        border-left: 5px solid var(--ternary);
        font-size: 28px;
        line-height: 1.33em;
        font-style: italic;
        font-weight: 400;
        color: var(--primary);
        font-family: var(--primary-font);
        padding: 15px 30px 15px 30px;
        margin: 40px 0;
        p {
            margin: 0;
        }
        @media (max-width: 575px) {
            padding: 15px 0px 15px 20px;
        }
        svg {
            display: block;
            margin-bottom: 25px;
        }
        small {
            display: block;
            font-family: var(--secondary-font);
            font-style: initial;
            font-size: 16px;
            line-height: 1.5em;
            color: var(--secondary);
            margin-top: 18px;
        }
    }
    ul {
        list-style: disc;
        li {
            &:not(:last-child) {
                margin-bottom: 5px;
            }
        }
    }
    a {
        color: var(--accent);
        &:hover {
            text-decoration: underline;
        }
    }
    > * {
        margin-bottom: 0;
    }
}
.cs_post_share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 20px;
}
.cs_categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    a {
        display: inline-flex;
        background-color: rgba(136, 165, 173, 0.3);
        padding: 2px 15px;
        border-radius: 3px;
        &:hover {
            background-color: var(--ternary);
            color: var(--white);
        }
    }
}
.cs_author_card {
    border: 1px solid var(--ternary);
    border-right: 0;
    border-left: 0;
    padding: 40px;
    @media (max-width: 575px) {
        padding: 30px 20px;
        br {
            display: none;
        }
    }
    img {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    h3 {
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 25px;
    }
    .cs_social_btns.cs_style_1 {
        justify-content: center;
    }
}

.cs_hover_layer,
.cs_hover_layer_1,
.cs_hover_layer_2 {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
}

.cs_scrollup {
    position: fixed;
    bottom: -60px;
    right: 40px;
    color: var(--white);
    padding: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: var(--primary);
    color: var(--accent);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    &:hover {
        background-color: var(--accent);
        color: var(--white);
    }
}

.cs_scrollup.cs_scrollup_show {
    bottom: 50px;
}

.z-index-1 {
    z-index: 1;
}

.cs_case_study_details_thumb {
    overflow: hidden;
    @media (min-width: 992px) {
        height: calc(100vh - 100px);
    }
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.cs_fullscreen_section {
    height: 100vh;
    padding: 100px 0;
    @media (max-width: 991px) {
        padding: 100px 0 55px 0;
    }
    .cs_hero.cs_style_11 {
        padding-top: 0;
    }
    .cs_right_full_width {
        width: 100%;
    }
    .cs_fullscreen_slide_in {
        width: 100%;
        height: 100%;
        display: flex;
        overflow: auto;
        @media (max-width: 991px) {
            padding-bottom: 40px;
        }
        > * {
            margin-top: auto;
            margin-bottom: auto;
        }
    }
}

.cs_service_details_features {
    @media (max-width: 1400px) {
        .cs_gap_y_45 {
            gap: 30px 0;
        }
        .cs_pr_70 {
            padding-right: 30px;
        }
    }
    @media (max-width: 1199px) {
        .cs_gap_y_45 {
            gap: 30px 0;
        }
        .cs_pr_70 {
            padding-right: 0px;
            img {
                height: 500px;
                object-fit: cover;
            }
        }
    }
}

@media (max-width: 1199px) {
    .cs_site_header {
        .cs_hamburger_info_btn {
            display: none;
        }
    }
}
@media (max-width: 991px) {
    .cs_reverse_lg {
        flex-direction: column-reverse;
    }
    .cs_hide_lg {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .cs_w_100_sm {
        width: 100%;
    }
}
.cs_price_tab_btns {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: rgb(151 149 149 / 15%);
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 60px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
    .cs_price_tab_btn {
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 10px;
        color: var(--primary);
        padding: 12px 35px;
        @media (max-width: 991px) {
            padding: 8px 20px;
        }
        &.active {
            color: #fff;
            background-color: var(--accent);
        }
    }
}
.cs_gallery_item {
    height: 450px;
    border-radius: 0 100px 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    @media (max-width: 1400px) {
        height: 400px;
    }
    @media (max-width: 1199px) {
        height: 350px;
    }
    &:hover {
        .cs_gallery_hover {
            opacity: 1;
            span {
                &:before,
                &:after {
                    opacity: 1;
                }
                &:nth-child(1):before,
                &:nth-child(1):after {
                    width: 25px;
                }

                &:nth-child(2):before,
                &:nth-child(2):after {
                    height: 25px;
                }
            }
        }
    }
}
.cs_gallery_hover {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s ease-out;
    span {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0px;
        top: 0px;
        &:before,
        &:after {
            content: "";
            position: absolute;
            transition: all 0.3s ease-out;
            background: var(--primary);
            opacity: 0.2;
        }
        &:nth-child(1):before,
        &:nth-child(1):after {
            top: 50%;
            margin-top: -1px;
            width: 50%;
            height: 2px;
        }
        &:nth-child(1):after {
            left: 50%;
        }
        &:nth-child(1):before {
            right: 50%;
        }
        &:nth-child(2):before,
        &:nth-child(2):after {
            left: 50%;
            margin-left: -1px;
            width: 2px;
            height: 50%;
        }
        &:nth-child(2):after {
            top: 50%;
        }
        &:nth-child(2):before {
            bottom: 50%;
        }
    }
}
.cs_gallery.cs_style_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.cs_gallery.cs_style_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}
.cs_gallery.cs_style_3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    .cs_gallery_item {
        height: initial;
        img {
            width: 100%;
        }
    }
}
.cs_gallery.cs_style_4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    @media (min-width: 992px) {
        .cs_gallery_item {
            &:first-child,
            &:nth-child(7),
            &:nth-child(9) {
                grid-row: span 2;
                height: initial;
            }
            &:nth-child(4),
            &:nth-child(8),
            &:nth-child(12) {
                grid-column: span 2;
            }
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.cs_gallery_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    .swiper-slide {
        height: 100vh;
        padding: 50px;
        text-align: center;
    }
    .cs_gallery_modal_item {
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        img {
            max-height: 100%;
            display: inline-block;
        }
    }
    .swiper-pagination {
        bottom: initial;
        top: 0;
        left: 0;
        height: 50px;
        display: inline-flex;
        width: initial;
        align-items: center;
        padding-left: 15px;
        color: var(--primary);
        font-weight: 500;
    }
    .swiper-button-next,
    .swiper-button-prev {
        color: var(--primary);
        transition: all 0.3s ease;
        &:hover {
            opacity: 0.6;
        }
    }
    .cs_gallery_modal_title {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        line-height: 1.333em;
        margin-bottom: 0;
        min-height: 50px;
        display: flex;
        align-items: center;
        padding: 5px 12px;
    }
}
.cs_gallery_modal_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}
.cs_gallery_modal_slider_wrap {
    position: relative;
    z-index: 2;
}
.cs_gallery_controler {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
}

.cs_gallery_controler_btn {
    background-color: transparent;
    border: none;
    height: 50px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    color: var(--primary);
    &:hover {
        opacity: 0.6;
    }
}
.cs_case_study_video {
    height: 650px;
    position: relative;
    overflow: hidden;
    @media (max-width: 575px) {
        height: 450px;
    }
    .cs_video_bg {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .cs_video_bg {
        z-index: 1;
        .Player__videoInnerContainer___3idnr {
            height: 100%;
        }
        iframe {
            position: relative;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }
    }
}
.cs_project_details_wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    @media (max-width: 991px) {
        flex-direction: column;
    }
    .cs_project_details_info {
        flex: none;
        border: 1px solid var(--border);
        padding: 35px 30px 35px 30px;
        border-radius: 10px;
        width: 250px;
        position: sticky;
        top: 130px;
        @media (max-width: 991px) {
            width: 100%;
            position: initial;
        }
    }
}
.cs_project_details_info_list {
    li {
        position: relative;
        padding-left: 22px;
        &::before {
            content: "";
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: var(--accent);
            left: 0;
            top: 11px;
        }
        &:not(:last-child) {
            margin-bottom: 15px;
        }
    }
}
.cs_search_result {
    h3 {
        border-bottom: 1px solid var(--border);
        padding-bottom: 10px;
        margin-bottom: 16px;
        font-size: 28px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 6px;
        span {
            color: var(--secondary);
            font-weight: 400;
            font-size: 86%;
        }
    }
    &:not(:last-child) {
        margin-bottom: 40px;
    }
}
.cs_search_title {
    margin-bottom: 20px;
    color: var(--ternary);
}
.cs_search_result_list {
    list-style: none;
    margin: 0;
    padding: 0;
    h4 {
        font-family: var(--secondary-font);
        font-size: 16px;
        line-height: 1.3em;
        margin: 0;
        font-weight: 500;

        a {
            padding-left: 30px;
            display: inline-block;
            position: relative;
        }
        svg {
            position: absolute;
            left: 0;
            top: 0;
        }
    }
    li {
        &:not(:last-child) {
            margin-bottom: 14px;
        }
    }
}

.cs_page_navigation > div {
    position: relative;
}

.cs_page_navigation > div:not(:last-child) {
    margin-right: 21px;
    padding-right: 21px;
}

.cs_page_navigation > div:not(:last-child):after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: -1px;
    top: 3px;
    width: 2px;
}

.cs_pagination_box {
    gap: 12px;
}

.cs_pagination_item {
    background-color: var(--primary);
    border-radius: 7px;
    height: 40px;
    min-width: 40px;
    padding: 0 10px;
}

.cs_pagination_item.active {
    background-color: var(--accent);
    color: #fff;
    pointer-events: none;
}
///////////////////////

.comment-wrap .title {
    font-size: 22px;
    margin: 0 0 30px;
}

.blog-area ul {
    margin-bottom: 25px;
    margin-top: 0;
}

.list-wrap li {
    list-style: none;
}

.latest-comments ul li .comments-box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px;
    width: 95%;
}

.latest-comments ul li .comments-box .comments-avatar {
    flex: 0 0 80px;
    margin-right: 30px;
    width: 80px;
}

.latest-comments ul li .comments-box .comments-avatar img {
    border-radius: 50%;
}

.comment-text {
    flex-grow: 1;
    overflow: hidden;
}

.latest-comments ul li .comments-box .avatar-name {
    margin-bottom: 10px;
}

.latest-comments ul li .comments-box .comment-text > p {
    margin-bottom: 0;
}

.comment-text .avatar-name h6 {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.comment-reply-link {
    align-items: center;
    color: #161616;
    display: inline-flex;
    font-size: 16px;
    gap: 5px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.comment-reply-link:hover {
    color: var(--accent);
}

.no-results.not-found {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 7px;
    box-shadow: none;
    padding: 40px 80px;
    text-align: center;
}

.no-results.not-found .page-header {
    background: none;
    margin-bottom: 5px;
    padding: 0;
}

.page-header h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.pageontent.blog-search-content p {
    margin-bottom: 20px;
}

///////////////////////
.cs_checkbox_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 50px;
}
.cs_checkbox {
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;

    label {
        display: inline-block;
        position: relative;
        margin-bottom: 0;
        padding-left: 25px;

        &:before {
            border: 1px solid var(--accent);
            border-radius: 4px;
            content: "";
            height: 18px;
            left: 0;
            position: absolute;
            top: 3px;
            width: 18px;
        }

        &:after {
            background-color: var(--accent);
            border-radius: 2px;
            content: "";
            height: 12px;
            left: 3px;
            position: absolute;
            top: 6px;
            transform: scale(0);
            transition: all 0.3s ease;
            width: 12px;
        }
    }

    .form-check-input {
        cursor: pointer;
        height: 100%;
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;

        &:checked + label:after {
            transform: scale(1);
        }
    }
}
