:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.176);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.176);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222,226,230,.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222,226,230,.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255,255,255,.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,:after,:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.cs_preloader {
    background-color: var(--gray-color);
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.cs_preloader:before {
    content: "";
    background-color: var(--heading-color);
    opacity: .08;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_preloader .cs_preloader_shape {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 991px) {
    .cs_preloader .cs_preloader_shape {
        display:none
    }
}

.cs_preloader .cs_preloader_shape_2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 991px) {
    .cs_preloader .cs_preloader_shape_2 {
        display:none
    }
}

.cs_preloader_in {
    text-indent: -9999em;
    width: 65px;
    height: 65px;
    margin: -32px 0 0 -32px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateZ(0)
}

.cs_preloader_in span {
    background-color: var(--heading-color);
    float: none;
    opacity: .5;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation: 2s ease-in-out infinite ballPulseDouble;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.cs_preloader_in span:last-child {
    animation-delay: -1s
}

@keyframes ballPulseDouble {
    0%,to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.cs_preloader_text {
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%)
}

.cs_mb_1 {
    margin-bottom: 1px
}

.cs_mb_2 {
    margin-bottom: 2px
}

.cs_mb_3 {
    margin-bottom: 3px
}

.cs_mb_4 {
    margin-bottom: 4px
}

.cs_mb_5 {
    margin-bottom: 5px
}

.cs_mb_6 {
    margin-bottom: 6px
}

.cs_mb_7 {
    margin-bottom: 7px
}

.cs_mb_8 {
    margin-bottom: 8px
}

.cs_mb_9 {
    margin-bottom: 9px
}

.cs_mb_10 {
    margin-bottom: 10px
}

.cs_mb_11 {
    margin-bottom: 11px
}

.cs_mb_12 {
    margin-bottom: 12px
}

.cs_mb_13 {
    margin-bottom: 13px
}

.cs_mb_14 {
    margin-bottom: 14px
}

.cs_mb_15 {
    margin-bottom: 15px
}

.cs_mb_16 {
    margin-bottom: 16px
}

.cs_mb_17 {
    margin-bottom: 17px
}

.cs_mb_18 {
    margin-bottom: 18px
}

.cs_mb_19 {
    margin-bottom: 19px
}

.cs_mb_20 {
    margin-bottom: 20px
}

.cs_mb_21 {
    margin-bottom: 21px
}

.cs_mb_22 {
    margin-bottom: 22px
}

.cs_mb_23 {
    margin-bottom: 23px
}

.cs_mb_24 {
    margin-bottom: 24px
}

.cs_mb_25 {
    margin-bottom: 25px
}

.cs_mb_26 {
    margin-bottom: 26px
}

.cs_mb_27 {
    margin-bottom: 27px
}

.cs_mb_28 {
    margin-bottom: 28px
}

.cs_mb_29 {
    margin-bottom: 29px
}

.cs_mb_30 {
    margin-bottom: 30px
}

.cs_mb_31 {
    margin-bottom: 31px
}

.cs_mb_32 {
    margin-bottom: 32px
}

.cs_mb_33 {
    margin-bottom: 33px
}

.cs_mb_34 {
    margin-bottom: 34px
}

.cs_mb_35 {
    margin-bottom: 35px
}

.cs_mb_36 {
    margin-bottom: 36px
}

.cs_mb_37 {
    margin-bottom: 37px
}

.cs_mb_38 {
    margin-bottom: 38px
}

.cs_mb_39 {
    margin-bottom: 39px
}

.cs_mb_40 {
    margin-bottom: 40px
}

.cs_mb_41 {
    margin-bottom: 41px
}

.cs_mb_42 {
    margin-bottom: 42px
}

.cs_mb_43 {
    margin-bottom: 43px
}

.cs_mb_44 {
    margin-bottom: 44px
}

.cs_mb_45 {
    margin-bottom: 45px
}

.cs_mb_46 {
    margin-bottom: 46px
}

.cs_mb_47 {
    margin-bottom: 47px
}

.cs_mb_48 {
    margin-bottom: 48px
}

.cs_mb_49 {
    margin-bottom: 49px
}

.cs_mb_50 {
    margin-bottom: 50px
}

.cs_mb_51 {
    margin-bottom: 51px
}

.cs_mb_52 {
    margin-bottom: 52px
}

.cs_mb_53 {
    margin-bottom: 53px
}

.cs_mb_54 {
    margin-bottom: 54px
}

.cs_mb_55 {
    margin-bottom: 55px
}

.cs_mb_56 {
    margin-bottom: 56px
}

.cs_mb_57 {
    margin-bottom: 57px
}

.cs_mb_58 {
    margin-bottom: 58px
}

.cs_mb_59 {
    margin-bottom: 59px
}

.cs_mb_60 {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) {
    .cs_height_1 {
        height:1px
    }

    .cs_height_2 {
        height: 2px
    }

    .cs_height_3 {
        height: 3px
    }

    .cs_height_4 {
        height: 4px
    }

    .cs_height_5 {
        height: 5px
    }

    .cs_height_6 {
        height: 6px
    }

    .cs_height_7 {
        height: 7px
    }

    .cs_height_8 {
        height: 8px
    }

    .cs_height_9 {
        height: 9px
    }

    .cs_height_10 {
        height: 10px
    }

    .cs_height_11 {
        height: 11px
    }

    .cs_height_12 {
        height: 12px
    }

    .cs_height_13 {
        height: 13px
    }

    .cs_height_14 {
        height: 14px
    }

    .cs_height_15 {
        height: 15px
    }

    .cs_height_16 {
        height: 16px
    }

    .cs_height_17 {
        height: 17px
    }

    .cs_height_18 {
        height: 18px
    }

    .cs_height_19 {
        height: 19px
    }

    .cs_height_20 {
        height: 20px
    }

    .cs_height_21 {
        height: 21px
    }

    .cs_height_22 {
        height: 22px
    }

    .cs_height_23 {
        height: 23px
    }

    .cs_height_24 {
        height: 24px
    }

    .cs_height_25 {
        height: 25px
    }

    .cs_height_26 {
        height: 26px
    }

    .cs_height_27 {
        height: 27px
    }

    .cs_height_28 {
        height: 28px
    }

    .cs_height_29 {
        height: 29px
    }

    .cs_height_30 {
        height: 30px
    }

    .cs_height_31 {
        height: 31px
    }

    .cs_height_32 {
        height: 32px
    }

    .cs_height_33 {
        height: 33px
    }

    .cs_height_34 {
        height: 34px
    }

    .cs_height_35 {
        height: 35px
    }

    .cs_height_36 {
        height: 36px
    }

    .cs_height_37 {
        height: 37px
    }

    .cs_height_38 {
        height: 38px
    }

    .cs_height_39 {
        height: 39px
    }

    .cs_height_40 {
        height: 40px
    }

    .cs_height_41 {
        height: 41px
    }

    .cs_height_42 {
        height: 42px
    }

    .cs_height_43 {
        height: 43px
    }

    .cs_height_44 {
        height: 44px
    }

    .cs_height_45 {
        height: 45px
    }

    .cs_height_46 {
        height: 46px
    }

    .cs_height_47 {
        height: 47px
    }

    .cs_height_48 {
        height: 48px
    }

    .cs_height_49 {
        height: 49px
    }

    .cs_height_50 {
        height: 50px
    }

    .cs_height_51 {
        height: 51px
    }

    .cs_height_52 {
        height: 52px
    }

    .cs_height_53 {
        height: 53px
    }

    .cs_height_54 {
        height: 54px
    }

    .cs_height_55 {
        height: 55px
    }

    .cs_height_56 {
        height: 56px
    }

    .cs_height_57 {
        height: 57px
    }

    .cs_height_58 {
        height: 58px
    }

    .cs_height_59 {
        height: 59px
    }

    .cs_height_60 {
        height: 60px
    }

    .cs_height_61 {
        height: 61px
    }

    .cs_height_62 {
        height: 62px
    }

    .cs_height_63 {
        height: 63px
    }

    .cs_height_64 {
        height: 64px
    }

    .cs_height_65 {
        height: 65px
    }

    .cs_height_66 {
        height: 66px
    }

    .cs_height_67 {
        height: 67px
    }

    .cs_height_68 {
        height: 68px
    }

    .cs_height_69 {
        height: 69px
    }

    .cs_height_70 {
        height: 70px
    }

    .cs_height_71 {
        height: 71px
    }

    .cs_height_72 {
        height: 72px
    }

    .cs_height_73 {
        height: 73px
    }

    .cs_height_74 {
        height: 74px
    }

    .cs_height_75 {
        height: 75px
    }

    .cs_height_76 {
        height: 76px
    }

    .cs_height_77 {
        height: 77px
    }

    .cs_height_78 {
        height: 78px
    }

    .cs_height_79 {
        height: 79px
    }

    .cs_height_80 {
        height: 80px
    }

    .cs_height_81 {
        height: 81px
    }

    .cs_height_82 {
        height: 82px
    }

    .cs_height_83 {
        height: 83px
    }

    .cs_height_84 {
        height: 84px
    }

    .cs_height_85 {
        height: 85px
    }

    .cs_height_86 {
        height: 86px
    }

    .cs_height_87 {
        height: 87px
    }

    .cs_height_88 {
        height: 88px
    }

    .cs_height_89 {
        height: 89px
    }

    .cs_height_90 {
        height: 90px
    }

    .cs_height_91 {
        height: 91px
    }

    .cs_height_92 {
        height: 92px
    }

    .cs_height_93 {
        height: 93px
    }

    .cs_height_94 {
        height: 94px
    }

    .cs_height_95 {
        height: 95px
    }

    .cs_height_96 {
        height: 96px
    }

    .cs_height_97 {
        height: 97px
    }

    .cs_height_98 {
        height: 98px
    }

    .cs_height_99 {
        height: 99px
    }

    .cs_height_100 {
        height: 100px
    }

    .cs_height_101 {
        height: 101px
    }

    .cs_height_102 {
        height: 102px
    }

    .cs_height_103 {
        height: 103px
    }

    .cs_height_104 {
        height: 104px
    }

    .cs_height_105 {
        height: 105px
    }

    .cs_height_106 {
        height: 106px
    }

    .cs_height_107 {
        height: 107px
    }

    .cs_height_108 {
        height: 108px
    }

    .cs_height_109 {
        height: 109px
    }

    .cs_height_110 {
        height: 110px
    }

    .cs_height_111 {
        height: 111px
    }

    .cs_height_112 {
        height: 112px
    }

    .cs_height_113 {
        height: 113px
    }

    .cs_height_114 {
        height: 114px
    }

    .cs_height_115 {
        height: 115px
    }

    .cs_height_116 {
        height: 116px
    }

    .cs_height_117 {
        height: 117px
    }

    .cs_height_118 {
        height: 118px
    }

    .cs_height_119 {
        height: 119px
    }

    .cs_height_120 {
        height: 120px
    }

    .cs_height_121 {
        height: 121px
    }

    .cs_height_122 {
        height: 122px
    }

    .cs_height_123 {
        height: 123px
    }

    .cs_height_124 {
        height: 124px
    }

    .cs_height_125 {
        height: 125px
    }

    .cs_height_126 {
        height: 126px
    }

    .cs_height_127 {
        height: 127px
    }

    .cs_height_128 {
        height: 128px
    }

    .cs_height_129 {
        height: 129px
    }

    .cs_height_130 {
        height: 130px
    }

    .cs_height_131 {
        height: 131px
    }

    .cs_height_132 {
        height: 132px
    }

    .cs_height_133 {
        height: 133px
    }

    .cs_height_134 {
        height: 134px
    }

    .cs_height_135 {
        height: 135px
    }

    .cs_height_136 {
        height: 136px
    }

    .cs_height_137 {
        height: 137px
    }

    .cs_height_138 {
        height: 138px
    }

    .cs_height_139 {
        height: 139px
    }

    .cs_height_140 {
        height: 140px
    }

    .cs_height_141 {
        height: 141px
    }

    .cs_height_142 {
        height: 142px
    }

    .cs_height_143 {
        height: 143px
    }

    .cs_height_144 {
        height: 144px
    }

    .cs_height_145 {
        height: 145px
    }

    .cs_height_146 {
        height: 146px
    }

    .cs_height_147 {
        height: 147px
    }

    .cs_height_148 {
        height: 148px
    }

    .cs_height_149 {
        height: 149px
    }

    .cs_height_150 {
        height: 150px
    }
}

@media screen and (max-width: 991px) {
    .cs_mb_lg_1 {
        margin-bottom:1px
    }

    .cs_mb_lg_2 {
        margin-bottom: 2px
    }

    .cs_mb_lg_3 {
        margin-bottom: 3px
    }

    .cs_mb_lg_4 {
        margin-bottom: 4px
    }

    .cs_mb_lg_5 {
        margin-bottom: 5px
    }

    .cs_mb_lg_6 {
        margin-bottom: 6px
    }

    .cs_mb_lg_7 {
        margin-bottom: 7px
    }

    .cs_mb_lg_8 {
        margin-bottom: 8px
    }

    .cs_mb_lg_9 {
        margin-bottom: 9px
    }

    .cs_mb_lg_10 {
        margin-bottom: 10px
    }

    .cs_mb_lg_11 {
        margin-bottom: 11px
    }

    .cs_mb_lg_12 {
        margin-bottom: 12px
    }

    .cs_mb_lg_13 {
        margin-bottom: 13px
    }

    .cs_mb_lg_14 {
        margin-bottom: 14px
    }

    .cs_mb_lg_15 {
        margin-bottom: 15px
    }

    .cs_mb_lg_16 {
        margin-bottom: 16px
    }

    .cs_mb_lg_17 {
        margin-bottom: 17px
    }

    .cs_mb_lg_18 {
        margin-bottom: 18px
    }

    .cs_mb_lg_19 {
        margin-bottom: 19px
    }

    .cs_mb_lg_20 {
        margin-bottom: 20px
    }

    .cs_mb_lg_21 {
        margin-bottom: 21px
    }

    .cs_mb_lg_22 {
        margin-bottom: 22px
    }

    .cs_mb_lg_23 {
        margin-bottom: 23px
    }

    .cs_mb_lg_24 {
        margin-bottom: 24px
    }

    .cs_mb_lg_25 {
        margin-bottom: 25px
    }

    .cs_mb_lg_26 {
        margin-bottom: 26px
    }

    .cs_mb_lg_27 {
        margin-bottom: 27px
    }

    .cs_mb_lg_28 {
        margin-bottom: 28px
    }

    .cs_mb_lg_29 {
        margin-bottom: 29px
    }

    .cs_mb_lg_30 {
        margin-bottom: 30px
    }

    .cs_mb_lg_31 {
        margin-bottom: 31px
    }

    .cs_mb_lg_32 {
        margin-bottom: 32px
    }

    .cs_mb_lg_33 {
        margin-bottom: 33px
    }

    .cs_mb_lg_34 {
        margin-bottom: 34px
    }

    .cs_mb_lg_35 {
        margin-bottom: 35px
    }

    .cs_mb_lg_36 {
        margin-bottom: 36px
    }

    .cs_mb_lg_37 {
        margin-bottom: 37px
    }

    .cs_mb_lg_38 {
        margin-bottom: 38px
    }

    .cs_mb_lg_39 {
        margin-bottom: 39px
    }

    .cs_mb_lg_40 {
        margin-bottom: 40px
    }

    .cs_mb_lg_41 {
        margin-bottom: 41px
    }

    .cs_mb_lg_42 {
        margin-bottom: 42px
    }

    .cs_mb_lg_43 {
        margin-bottom: 43px
    }

    .cs_mb_lg_44 {
        margin-bottom: 44px
    }

    .cs_mb_lg_45 {
        margin-bottom: 45px
    }

    .cs_mb_lg_46 {
        margin-bottom: 46px
    }

    .cs_mb_lg_47 {
        margin-bottom: 47px
    }

    .cs_mb_lg_48 {
        margin-bottom: 48px
    }

    .cs_mb_lg_49 {
        margin-bottom: 49px
    }

    .cs_mb_lg_50 {
        margin-bottom: 50px
    }

    .cs_mb_lg_51 {
        margin-bottom: 51px
    }

    .cs_mb_lg_52 {
        margin-bottom: 52px
    }

    .cs_mb_lg_53 {
        margin-bottom: 53px
    }

    .cs_mb_lg_54 {
        margin-bottom: 54px
    }

    .cs_mb_lg_55 {
        margin-bottom: 55px
    }

    .cs_mb_lg_56 {
        margin-bottom: 56px
    }

    .cs_mb_lg_57 {
        margin-bottom: 57px
    }

    .cs_mb_lg_58 {
        margin-bottom: 58px
    }

    .cs_mb_lg_59 {
        margin-bottom: 59px
    }

    .cs_mb_lg_60 {
        margin-bottom: 60px
    }

    .cs_height_lg_1 {
        height: 1px
    }

    .cs_height_lg_2 {
        height: 2px
    }

    .cs_height_lg_3 {
        height: 3px
    }

    .cs_height_lg_4 {
        height: 4px
    }

    .cs_height_lg_5 {
        height: 5px
    }

    .cs_height_lg_6 {
        height: 6px
    }

    .cs_height_lg_7 {
        height: 7px
    }

    .cs_height_lg_8 {
        height: 8px
    }

    .cs_height_lg_9 {
        height: 9px
    }

    .cs_height_lg_10 {
        height: 10px
    }

    .cs_height_lg_11 {
        height: 11px
    }

    .cs_height_lg_12 {
        height: 12px
    }

    .cs_height_lg_13 {
        height: 13px
    }

    .cs_height_lg_14 {
        height: 14px
    }

    .cs_height_lg_15 {
        height: 15px
    }

    .cs_height_lg_16 {
        height: 16px
    }

    .cs_height_lg_17 {
        height: 17px
    }

    .cs_height_lg_18 {
        height: 18px
    }

    .cs_height_lg_19 {
        height: 19px
    }

    .cs_height_lg_20 {
        height: 20px
    }

    .cs_height_lg_21 {
        height: 21px
    }

    .cs_height_lg_22 {
        height: 22px
    }

    .cs_height_lg_23 {
        height: 23px
    }

    .cs_height_lg_24 {
        height: 24px
    }

    .cs_height_lg_25 {
        height: 25px
    }

    .cs_height_lg_26 {
        height: 26px
    }

    .cs_height_lg_27 {
        height: 27px
    }

    .cs_height_lg_28 {
        height: 28px
    }

    .cs_height_lg_29 {
        height: 29px
    }

    .cs_height_lg_30 {
        height: 30px
    }

    .cs_height_lg_31 {
        height: 31px
    }

    .cs_height_lg_32 {
        height: 32px
    }

    .cs_height_lg_33 {
        height: 33px
    }

    .cs_height_lg_34 {
        height: 34px
    }

    .cs_height_lg_35 {
        height: 35px
    }

    .cs_height_lg_36 {
        height: 36px
    }

    .cs_height_lg_37 {
        height: 37px
    }

    .cs_height_lg_38 {
        height: 38px
    }

    .cs_height_lg_39 {
        height: 39px
    }

    .cs_height_lg_40 {
        height: 40px
    }

    .cs_height_lg_41 {
        height: 41px
    }

    .cs_height_lg_42 {
        height: 42px
    }

    .cs_height_lg_43 {
        height: 43px
    }

    .cs_height_lg_44 {
        height: 44px
    }

    .cs_height_lg_45 {
        height: 45px
    }

    .cs_height_lg_46 {
        height: 46px
    }

    .cs_height_lg_47 {
        height: 47px
    }

    .cs_height_lg_48 {
        height: 48px
    }

    .cs_height_lg_49 {
        height: 49px
    }

    .cs_height_lg_50 {
        height: 50px
    }

    .cs_height_lg_51 {
        height: 51px
    }

    .cs_height_lg_52 {
        height: 52px
    }

    .cs_height_lg_53 {
        height: 53px
    }

    .cs_height_lg_54 {
        height: 54px
    }

    .cs_height_lg_55 {
        height: 55px
    }

    .cs_height_lg_56 {
        height: 56px
    }

    .cs_height_lg_57 {
        height: 57px
    }

    .cs_height_lg_58 {
        height: 58px
    }

    .cs_height_lg_59 {
        height: 59px
    }

    .cs_height_lg_60 {
        height: 60px
    }

    .cs_height_lg_61 {
        height: 61px
    }

    .cs_height_lg_62 {
        height: 62px
    }

    .cs_height_lg_63 {
        height: 63px
    }

    .cs_height_lg_64 {
        height: 64px
    }

    .cs_height_lg_65 {
        height: 65px
    }

    .cs_height_lg_66 {
        height: 66px
    }

    .cs_height_lg_67 {
        height: 67px
    }

    .cs_height_lg_68 {
        height: 68px
    }

    .cs_height_lg_69 {
        height: 69px
    }

    .cs_height_lg_70 {
        height: 70px
    }

    .cs_height_lg_71 {
        height: 71px
    }

    .cs_height_lg_72 {
        height: 72px
    }

    .cs_height_lg_73 {
        height: 73px
    }

    .cs_height_lg_74 {
        height: 74px
    }

    .cs_height_lg_75 {
        height: 75px
    }

    .cs_height_lg_76 {
        height: 76px
    }

    .cs_height_lg_77 {
        height: 77px
    }

    .cs_height_lg_78 {
        height: 78px
    }

    .cs_height_lg_79 {
        height: 79px
    }

    .cs_height_lg_80 {
        height: 80px
    }

    .cs_height_lg_81 {
        height: 81px
    }

    .cs_height_lg_82 {
        height: 82px
    }

    .cs_height_lg_83 {
        height: 83px
    }

    .cs_height_lg_84 {
        height: 84px
    }

    .cs_height_lg_85 {
        height: 85px
    }

    .cs_height_lg_86 {
        height: 86px
    }

    .cs_height_lg_87 {
        height: 87px
    }

    .cs_height_lg_88 {
        height: 88px
    }

    .cs_height_lg_89 {
        height: 89px
    }

    .cs_height_lg_90 {
        height: 90px
    }

    .cs_height_lg_91 {
        height: 91px
    }

    .cs_height_lg_92 {
        height: 92px
    }

    .cs_height_lg_93 {
        height: 93px
    }

    .cs_height_lg_94 {
        height: 94px
    }

    .cs_height_lg_95 {
        height: 95px
    }

    .cs_height_lg_96 {
        height: 96px
    }

    .cs_height_lg_97 {
        height: 97px
    }

    .cs_height_lg_98 {
        height: 98px
    }

    .cs_height_lg_99 {
        height: 99px
    }

    .cs_height_lg_100 {
        height: 100px
    }

    .cs_height_lg_101 {
        height: 101px
    }

    .cs_height_lg_102 {
        height: 102px
    }

    .cs_height_lg_103 {
        height: 103px
    }

    .cs_height_lg_104 {
        height: 104px
    }

    .cs_height_lg_105 {
        height: 105px
    }

    .cs_height_lg_106 {
        height: 106px
    }

    .cs_height_lg_107 {
        height: 107px
    }

    .cs_height_lg_108 {
        height: 108px
    }

    .cs_height_lg_109 {
        height: 109px
    }

    .cs_height_lg_110 {
        height: 110px
    }

    .cs_height_lg_111 {
        height: 111px
    }

    .cs_height_lg_112 {
        height: 112px
    }

    .cs_height_lg_113 {
        height: 113px
    }

    .cs_height_lg_114 {
        height: 114px
    }

    .cs_height_lg_115 {
        height: 115px
    }

    .cs_height_lg_116 {
        height: 116px
    }

    .cs_height_lg_117 {
        height: 117px
    }

    .cs_height_lg_118 {
        height: 118px
    }

    .cs_height_lg_119 {
        height: 119px
    }

    .cs_height_lg_120 {
        height: 120px
    }

    .cs_height_lg_121 {
        height: 121px
    }

    .cs_height_lg_122 {
        height: 122px
    }

    .cs_height_lg_123 {
        height: 123px
    }

    .cs_height_lg_124 {
        height: 124px
    }

    .cs_height_lg_125 {
        height: 125px
    }

    .cs_height_lg_126 {
        height: 126px
    }

    .cs_height_lg_127 {
        height: 127px
    }

    .cs_height_lg_128 {
        height: 128px
    }

    .cs_height_lg_129 {
        height: 129px
    }

    .cs_height_lg_130 {
        height: 130px
    }

    .cs_height_lg_131 {
        height: 131px
    }

    .cs_height_lg_132 {
        height: 132px
    }

    .cs_height_lg_133 {
        height: 133px
    }

    .cs_height_lg_134 {
        height: 134px
    }

    .cs_height_lg_135 {
        height: 135px
    }

    .cs_height_lg_136 {
        height: 136px
    }

    .cs_height_lg_137 {
        height: 137px
    }

    .cs_height_lg_138 {
        height: 138px
    }

    .cs_height_lg_139 {
        height: 139px
    }

    .cs_height_lg_140 {
        height: 140px
    }

    .cs_height_lg_141 {
        height: 141px
    }

    .cs_height_lg_142 {
        height: 142px
    }

    .cs_height_lg_143 {
        height: 143px
    }

    .cs_height_lg_144 {
        height: 144px
    }

    .cs_height_lg_145 {
        height: 145px
    }

    .cs_height_lg_146 {
        height: 146px
    }

    .cs_height_lg_147 {
        height: 147px
    }

    .cs_height_lg_148 {
        height: 148px
    }

    .cs_height_lg_149 {
        height: 149px
    }

    .cs_height_lg_150 {
        height: 150px
    }
}

.cs_next_btn_arrow {
    z-index: 1;
    cursor: pointer;
    background-color: rgba(255,255,255,.75);
    width: calc(100% - 1087px);
    height: 480px;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0
}

.cs_fs_16 {
    font-size: 16px;
    line-height: 1.5em
}

.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em
}

@media (max-width: 1400px) {
    .cs_fs_20 {
        font-size:18px
    }
}

.cs_fs_24 {
    font-size: 24px;
    line-height: 1.33em
}

@media (max-width: 1400px) {
    .cs_fs_24 {
        font-size:22px
    }
}

.cs_fs_32 {
    font-size: 32px;
    line-height: 1.25em
}

@media (max-width: 1400px) {
    .cs_fs_32 {
        font-size:28px
    }
}

@media (max-width: 1199px) {
    .cs_fs_32 {
        font-size:26px
    }
}

.cs_fs_80 {
    font-size: 56px;
    line-height: 1.25em;
    margin-bottom: 5px;

}

@media (max-width: 1400px) {
    .cs_fs_80 {
        font-size:70px
    }
}

@media (max-width: 1199px) {
    .cs_fs_80 {
        font-size:60px
    }
}

@media (max-width: 767px) {
    .cs_fs_80 {
        font-size:50px
    }
}

@media (max-width: 575px) {
    .cs_fs_80 {
        font-size:48px
    }
}

.cs_fs_100 {
    font-size: 100px;
    line-height: 1.08em
}

@media (max-width: 1400px) {
    .cs_fs_100 {
        font-size:88px
    }
}

@media (max-width: 1199px) {
    .cs_fs_100 {
        font-size:78px
    }
}

@media (max-width: 767px) {
    .cs_fs_100 {
        font-size:64px
    }
}

.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_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_20 {
    border-radius: 20px
}

.cs_mp_0 {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs_pl_40 {
    padding-left: 40px
}

@media (max-width: 991px) {
    .cs_pl_40 {
        padding-left:0
    }
}

.cs_opacity_1 {
    opacity: .1
}

.cs_opacity_2 {
    opacity: .2
}

.cs_opacity_3 {
    opacity: .3
}

.cs_opacity_4 {
    opacity: .4
}

.cs_opacity_5 {
    opacity: .5
}

.cs_opacity_6 {
    opacity: .6
}

.cs_opacity_7 {
    opacity: .7
}

.cs_opacity_7_5 {
    opacity: .75
}

.cs_opacity_8 {
    opacity: .8
}

.cs_opacity_9 {
    opacity: .9
}

.cs_gap_y_20 {
    gap: 20px 0
}

.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
}

.cs_gap_y_50 {
    gap: 50px 0
}

.cs_gap_y_60 {
    gap: 60px 0
}

.cs_gap_y_64 {
    gap: 64px 0
}

@media (max-width: 1199px) {
    .cs_gap_y_64 {
        gap:50px 0
    }
}

@media (max-width: 991px) {
    .cs_gap_y_64 {
        gap:40px 0
    }
}

.cs_gap_y_65 {
    gap: 65px 0
}

.cs_gap_y_80 {
    gap: 80px 0
}

.cs_gap_y_100 {
    gap: 100px 0
}

.cs_gap_x_40 {
    margin-left: -20px;
    margin-right: -20px
}

.cs_gap_x_40>* {
    padding-left: 20px;
    padding-right: 20px
}

.cs_gap_x_20 {
    margin-left: -10px;
    margin-right: -10px
}

.cs_gap_x_20>* {
    padding-left: 10px;
    padding-right: 10px
}

hr {
    border: none;
    border-top: 1px solid var(--heading-color);
    opacity: 1;
    margin: 0;
    padding: 0
}

.cs_bg_filed {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cs_bg_fixed {
    background-attachment: fixed
}

@media (max-width: 1370px) {
    .cs_bg_fixed {
        background-attachment:initial
    }
}

.cs_center {
    justify-content: center;
    align-items: center;
    display: flex
}

.cs_white_color {
    color: #fff
}

.cs_heading_color {
    color: var(--heading-color)
}

.cs_body_color {
    color: var(--body-color)
}

.cs_white_bg {
    background-color: #fff
}

.cs_heading_bg {
    background-color: #374836;
}

.cs_secondary_bg {
    background-color: var(--body-color)
}

.cs_gray_bg {
    background-color: var(--gray-color)
}

.cs_gradient_color_1 {
    background: -webkit-linear-gradient(45deg,#e1ece3,#fff 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.cs_accordians.cs_style_1 {
    margin-left: 60px
}

@media (max-width: 1400px) {
    .cs_accordians.cs_style_1 {
        margin-left:20px
    }
}

@media (max-width: 1199px) {
    .cs_accordians.cs_style_1 {
        margin-left:0
    }
}

.cs_accordians.cs_style_1 .cs_accordian_title {
    margin-bottom: 0;
    transition: all .3s
}

.cs_accordians.cs_style_1 .cs_accordian_body {
    margin-top: -8px;
    padding: 0 0 16px
}

.cs_accordians.cs_style_1 .cs_accordian_body p {
    margin: 0
}

.cs_accordians.cs_style_1 .cs_accordian_head {
    cursor: pointer;
    padding: 24px 30px 15px 0;
    position: relative
}

@media (max-width: 991px) {
    .cs_accordians.cs_style_1 .cs_accordian_head {
        padding:15px 25px 15px 0
    }

    .cs_accordians.cs_style_1 .cs_accordian_head svg {
        width: 15px
    }
}

.cs_accordians.cs_style_1 .cs_accordian_head:hover .cs_accordian_title {
    color: var(--heading-color)
}

.cs_accordians.cs_style_1 .cs_accordian {
    border-bottom: 1px solid var(--heading-color)
}

.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_head {
    pointer-events: none
}

.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle {
    transform: rotate(180deg)
}

.cs_accordians.cs_style_1 .cs_accordian:first-child .cs_accordian_head {
    padding-top: 0
}

.cs_accordians.cs_style_1 .cs_accordian:first-child .cs_accordian_toggle {
    top: 8px
}

.cs_accordians.cs_style_1 .cs_accordian_toggle {
    transition: all .3s;
    display: flex;
    position: absolute;
    top: 33px;
    right: 0
}

.cs_accordian_border {
    border: 1px solid var(--border-color)
}

.cs_btn.cs_style_1 {
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    display: inline-flex
}

.cs_btn.cs_style_1:hover {
    border-radius: 10px;
    transform: translateY(-2px)
}

.cs_btn.cs_style_1.cs_heading_bg:hover {
    color: #fff
}

.cs_btn.cs_style_1.cs_type_1 {
    border-radius: 10px;
    padding: 13px 40px
}

.cs_btn.cs_style_2 {
    position: relative
}

.cs_btn.cs_style_2:after {
    content: "";
    background-color: currentColor;
    width: 100%;
    height: 1px;
    transition: all .6s cubic-bezier(.7,-.56,.27,1.6);
    position: absolute;
    bottom: 0;
    right: 0
}

.cs_btn.cs_style_2:hover:after {
    width: 50%
}

.cs_btn.cs_style_2.cs_white_color:hover {
    color: #fff
}

.breadcrumb-item a {
    color: #fff;
    opacity: .75
}

.breadcrumb-item a:hover {
    opacity: 1;
    color: #fff
}

.breadcrumb-item.active {
    opacity: .75;
    color: #fff
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 14px
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 17px;
    margin-right: 14px;
    padding: 0;
    position: relative;
    top: 5px
}

.cs_page_heading.cs_style_1 {
    align-items: flex-end;
    min-height: 420px;
    padding: 140px 0 40px;
    display: flex
}

@media (max-width: 575px) {
    .cs_page_heading.cs_style_1 {
        min-height:350px
    }
}

.cs_page_heading.cs_style_1 .cs_page_title {
    background: -webkit-linear-gradient(45deg,#e1ece3,#fff80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.cs_page_heading.cs_style_1 .breadcrumb {
    margin-bottom: 16px
}

.cs_page_heading.cs_style_2 .breadcrumb-item a,.cs_page_heading.cs_style_2 .breadcrumb-item.active {
    color: var(--heading-color)
}

.cs_page_heading.cs_style_2 .breadcrumb-item+.breadcrumb-item:before {
    background-color: var(--heading-color)
}

.cs_page_heading.cs_style_2 .breadcrumb {
    margin-bottom: 16px
}

.cs_page_heading.cs_style_2 .cs_page_title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(268deg,rgba(55,72,54,.8) .37%,#a0a6a1 49.66%);
    -webkit-background-clip: text;
    background-clip: text
}

.cs_half_bg {
    position: relative
}

.cs_half_bg:before {
    content: "";
    background-color: var(--heading-color);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0
}

.cs_half_bg>* {
    z-index: 2;
    position: relative
}

.cs_half_bg.cs_color_1:before {
    background-color: #e1ece3
}

.cs_arrow_btn {
    border: none;
    border-radius: 50%;
    outline: none;
    width: 48px;
    height: 48px
}

.cs_arrow_btn.cs_size_lg {
    width: 64px;
    height: 64px
}

@media (max-width: 575px) {
    .cs_arrow_btn.cs_size_lg {
        width:56px;
        height: 56px
    }
}

.cs_arrow_btn:hover {
    background-color: #fff;
    color: var(--heading-color);
    transform: scale(1.08)
}

.cs_arrow_btn.cs_white_bg.cs_heading_color:hover {
    background-color: var(--heading-color);
    color: #fff
}

.cs_brackets_title {
    align-items: center;
    gap: 0 15px;
    display: inline-flex
}

.cs_brackets_title:before {
    content: "["
}

.cs_brackets_title:after {
    content: "]"
}

.cs_values_card.cs_style_1 {
    justify-content: space-between;
    display: flex
}

@media (max-width: 991px) {
    .cs_values_card.cs_style_1 {
        flex-direction:column;
        gap: 30px
    }
}

.cs_values_card.cs_style_1 .cs_values_card_left {
    flex: none;
    width: 100%;
    max-width: 326px
}

@media (max-width: 991px) {
    .cs_values_card.cs_style_1 .cs_values_card_left {
        max-width:100%
    }
}

.cs_values_card.cs_style_1 .cs_values li {
    border-bottom: 1px solid var(--heading-color);
    justify-content: space-between;
    gap: 0 15px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: flex
}

.cs_values_card.cs_style_1 .cs_values li:last-child {
    margin-bottom: 0
}

.cs_section_heading.cs_style_1 {
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px 30px;
    display: flex
}

@media (max-width: 991px) {
    .cs_section_heading.cs_style_1 {
        flex-direction:column;
        align-items: flex-start
    }
}

.cs_section_heading.cs_style_1 .cs_section_title {
    max-width: 800px
}

@media (max-width: 1400px) {
    .cs_section_heading.cs_style_1 .cs_section_title {
        max-width:700px
    }
}

@media (max-width: 1199px) {
    .cs_section_heading.cs_style_1 .cs_section_title {
        max-width:600px
    }
}

.cs_section_heading.cs_style_1 .cs_section_title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(268deg,rgba(55,72,54,.8) .37%,#a0a6a1 49.66%);
    -webkit-background-clip: text;
    background-clip: text
}

.cs_section_heading.cs_style_1 .cs_section_right {
    flex: none;
    width: 100%;
    max-width: 330px
}

@media (max-width: 1400px) {
    .cs_section_heading.cs_style_1 .cs_section_right {
        max-width:260px
    }
}

@media (max-width: 991px) {
    .cs_section_heading.cs_style_1 .cs_section_right {
        max-width:220px
    }
}

.cs_section_heading.cs_style_2 {
    justify-content: space-between;
    gap: 30px 50px;
    display: flex
}

@media (max-width: 991px) {
    .cs_section_heading.cs_style_2 {
        flex-direction:column-reverse;
        align-items: flex-start
    }
}

/*.cs_section_heading.cs_style_2 .cs_section_title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(-15deg,rgba(55,72,54,.8) .37%,#a0a6a1 49.66%);
    -webkit-background-clip: text;
    background-clip: text
}*/

.cs_section_heading.cs_style_2 .cs_section_right {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.cs_section_heading.cs_style_2.cs_color_1 .cs_section_title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(223deg,rgba(55,72,54,.8) .37%,#a0a6a1 49.66%);
    -webkit-background-clip: text;
    background-clip: text
}

.cs_section_heading.cs_style_3 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    display: flex
}

.cs_section_heading.cs_style_4 .cs_section_title span,.cs_section_heading.cs_style_5 .cs_section_title span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(223deg,rgba(55,72,54,.8) .37%,#a0a6a1 49.66%);
    -webkit-background-clip: text;
    background-clip: text
}

.cs_section_heading.cs_style_5 .cs_brackets_title {
    margin-bottom: 64px
}

@media (max-width: 1199px) {
    .cs_section_heading.cs_style_5 .cs_brackets_title {
        margin-bottom:30px
    }
}

.cs_img_box.cs_style_1 {
    padding-right: 56px
}

@media (max-width: 1400px) {
    .cs_img_box.cs_style_1 {
        padding-right:30px
    }
}

@media (max-width: 1199px) {
    .cs_img_box.cs_style_1 {
        padding-right:0
    }
}

.cs_img_box.cs_style_1 img {
    border-radius: 20px;
    width: 100%
}

.cs_img_box.cs_style_2 {
    margin-right: -20px
}

@media (max-width: 1400px) {
    .cs_img_box.cs_style_2 {
        margin-right:0
    }
}

.cs_video_block.cs_style_1 {
    height: 300px;
    position: relative
}

.cs_video_block.cs_style_1.cs_type_1 {
    height: 380px
}

.cs_player_btn {
    z-index: 10;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 18px 20px 18px 28px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%)translateY(-50%)
}

.cs_player_btn svg {
    z-index: 2;
    position: relative
}

.cs_player_btn:before,.cs_player_btn:after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%)translateY(-50%)
}

.cs_player_btn:before {
    z-index: 0;
    animation: 1.5s ease-out infinite pulse-border
}

.cs_player_btn:after {
    z-index: 1;
    transition: all .2s
}

.cs_player_btn span {
    z-index: 3;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid;
    width: 0;
    height: 0;
    display: block;
    position: relative
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translate(-50%)translateY(-50%)translateZ(0)scale(1)
    }

    to {
        opacity: 0;
        transform: translate(-50%)translateY(-50%)translateZ(0)scale(1.5)
    }
}

.cs_heading_bg.cs_white_color .cs_section_heading.cs_style_1 .cs_section_title,.cs_heading_bg.cs_white_color .cs_heading_color,.cs_heading_bg.cs_white_color h2,.cs_heading_bg.cs_white_color h3 {
    color: #fff
}

.cs_heading_bg.cs_white_color .cs_btn.cs_style_1 {
    color: var(--heading-color);
    background-color: #fff
}

.cs_heading_bg.cs_white_color .cs_btn.cs_style_1:hover {
    color: var(--heading-color)
}

.cs_heading_bg.cs_white_color .cs_values_card.cs_style_1 .cs_values li {
    border-color: #fff
}

.cs_brand.cs_style_1 {
    text-align: center
}

.cs_brand.cs_style_1 img {
    display: inline-block
}

.cs_map {
    height: 620px
}

.cs_map iframe {
    border: none;
    border-radius: 20px;
    width: 100%;
    height: 100%
}

.cs_form_field {
    background-color: var(--gray-color);
    border: none;
    border-radius: 10px;
    outline: none;
    width: 100%;
    padding: 13px 20px;
    display: block
}

.cs_contact_info {
    flex-wrap: wrap;
    gap: 25px 50px;
    display: flex
}

.cs_project_details_info {
    flex-wrap: wrap;
    gap: 10px 50px;
    display: flex
}

@media (max-width: 575px) {
    .cs_project_details_info {
        gap:10px 25px
    }
}

.cs_project_details_image {
    border-radius: 20px;
    height: 485px
}

.cs_project_details_image img {
    object-fit: cover;
    border-radius: inherit;
    width: 100%;
    height: 100%
}

.cs_post_meta.cs_style_1 {
    display: flex
}

.cs_post_meta.cs_style_1>* {
    display: inline-block;
    position: relative
}

.cs_post_meta.cs_style_1>:not(:last-child) {
    margin-right: 14px;
    padding-right: 14px
}

.cs_post_meta.cs_style_1>:not(:last-child):before {
    content: "";
    background-color: var(--body-color);
    border-radius: 2px;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 0
}

.cs_post.cs_style_1 .cs_post_thumb {
    margin-bottom: 25px;
    display: block;
    position: relative;
    overflow: hidden
}

.cs_post.cs_style_1 .cs_post_thumb:after {
    content: "";
    z-index: 2;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0
}

.cs_post.cs_style_1 .cs_post_thumb img {
    transition: all .8s
}

.cs_post.cs_style_1 a.cs_post_thumb:hover:after {
    opacity: 1
}

.cs_post.cs_style_1 a.cs_post_thumb:hover img {
    transform: scale(1.05)
}

.cs_post.cs_style_1 .cs_post_meta {
    margin-bottom: 10px
}

.cs_post.cs_style_1 .cs_post_title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.25em
}

@media (max-width: 1400px) {
    .cs_post.cs_style_1 .cs_post_title {
        font-size:28px
    }
}

@media (max-width: 1199px) {
    .cs_post.cs_style_1 .cs_post_title {
        font-size:26px
    }
}

.cs_post.cs_style_1 .cs_post_title a {
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .42s cubic-bezier(.49,.49,.08,1),color .27s ease-out
}

.cs_post.cs_style_1 .cs_post_title a:hover {
    background-position: 0 100%;
    background-size: 100% 2px
}

.cs_post.cs_style_1 .cs_post_sub_title {
    margin-bottom: 14px;
    line-height: 1.6em
}

.cs_post.cs_style_1 p {
    margin-bottom: 35px;
    line-height: 1.75em
}

.cs_post.cs_style_1 .embed-responsive {
    border-radius: 15px;
    margin-bottom: 35px;
    overflow: hidden
}

.cs_post.cs_style_1 h3 {
    margin-bottom: 20px;
    font-size: 32px
}

@media (max-width: 1400px) {
    .cs_post.cs_style_1 h3 {
        font-size:26px
    }
}

@media (max-width: 1199px) {
    .cs_post.cs_style_1 h3 {
        font-size:24px
    }
}

.cs_post.cs_style_1 blockquote {
    border-left: 5px solid var(--heading-color);
    background-color: var(--gray-color);
    color: var(--heading-color);
    border-radius: 0 15px 15px 0;
    margin-bottom: 35px;
    padding: 40px 35px;
    font-size: 20px;
    line-height: 1.7em
}

@media (max-width: 991px) {
    .cs_post.cs_style_1 blockquote {
        padding:25px 20px;
        font-size: 18px
    }
}

.cs_post.cs_style_1 blockquote small {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.9em;
    font-style: initial;
    margin-top: 15px;
    padding-left: 35px;
    font-weight: 400;
    display: block;
    position: relative
}

.cs_post.cs_style_1 blockquote small:before {
    content: "";
    background-color: var(--heading-color);
    border-radius: 2px;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0
}

.cs_post.cs_style_1.cs_type_1 {
    font-size: 18px;
    line-height: 1.7em
}

@media (max-width: 991px) {
    .cs_post.cs_style_1.cs_type_1 {
        font-size:16px
    }
}

.cs_post.cs_style_1.cs_type_1 .cs_post_title {
    font-size: 40px
}

@media (max-width: 1400px) {
    .cs_post.cs_style_1.cs_type_1 .cs_post_title {
        font-size:32px
    }
}

@media (max-width: 1199px) {
    .cs_post.cs_style_1.cs_type_1 .cs_post_title {
        font-size:28px
    }
}

.cs_post_1_list .cs_post.cs_style_1:not(:first-child) {
    margin-top: 60px
}

@media (max-width: 991px) {
    .cs_post_1_list .cs_post.cs_style_1:not(:first-child) {
        margin-top:40px
    }
}

.cs_pagination_box {
    margin: -5px;
    display: flex
}

.cs_pagination_box .cs_pagination_item {
    margin: 5px
}

.cs_pagination_item {
    background-color: var(--gray-color);
    border-radius: 7px;
    width: 42px;
    height: 42px
}

.cs_pagination_item:hover {
    background-color: var(--heading-color);
    color: #fff
}

.cs_pagination_item.active {
    background-color: var(--heading-color);
    color: #fff;
    pointer-events: none
}

.cs_gallery_modal {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

.cs_gallery_modal .swiper-slide {
    text-align: center;
    height: 100vh;
    padding: 50px
}

.cs_gallery_modal .cs_gallery_modal_item {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: inline-flex
}

.cs_gallery_modal .cs_gallery_modal_item img {
    max-height: 100%;
    display: inline-block
}

.cs_gallery_modal .swiper-pagination {
    bottom: initial;
    height: 50px;
    width: initial;
    color: var(--primary);
    align-items: center;
    padding-left: 15px;
    font-weight: 500;
    display: inline-flex;
    top: 0;
    left: 0
}

.cs_gallery_modal .swiper-button-next,.cs_gallery_modal .swiper-button-prev {
    color: var(--primary);
    transition: all .3s
}

.cs_gallery_modal .swiper-button-next:hover,.cs_gallery_modal .swiper-button-prev:hover {
    opacity: .6
}

.cs_gallery_modal .cs_gallery_modal_title {
    align-items: center;
    min-height: 50px;
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 24px;
    line-height: 1.333em;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.cs_gallery_modal_overlay {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.cs_gallery_modal_slider_wrap {
    z-index: 2;
    position: relative
}

.cs_gallery_controler {
    z-index: 10;
    display: flex;
    position: absolute;
    top: 0;
    right: 0
}

.cs_gallery_controler_btn {
    cursor: pointer;
    width: 45px;
    height: 50px;
    color: var(--primary);
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all .3s;
    display: flex
}

.cs_gallery_controler_btn:hover {
    opacity: .6
}

.cs_text_block_wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
    display: flex
}

.cs_slider {
    position: relative
}

.slick-arrow {
    cursor: pointer
}

.swiper-wrapper {
    cursor: url(/assets/img/drag.png) 16 9,ew-resize!important
}

.slick-slide>div {
    flex-direction: column;
    display: flex
}

.cs_remove_overflow .slick-list {
    overflow: visible
}

.cs_remove_overflow .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.cs_remove_overflow .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.cs_slider_gap_24 .slick-slide {
    padding-left: 12px;
    padding-right: 12px
}

.cs_slider_gap_24 .slick-list {
    margin-left: -12px;
    margin-right: -12px
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left,.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow,.cs_slider_arrows.cs_style_1 .cs_right_arrow {
    background-color: var(--heading-color);
    width: 60px;
    height: 60px;
    color: #fff;
    flex: none;
    transition: all .4s
}

@media (max-width: 991px) {
    .cs_slider_arrows.cs_style_1 .cs_left_arrow,.cs_slider_arrows.cs_style_1 .cs_right_arrow {
        width:50px;
        height: 50px
    }
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
    background-color: var(--heading-color)
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left {
    left: 0
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
    right: 0
}

.cs_slider_arrows.cs_style_2 {
    justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.cs_slider_arrows.cs_style_2 .cs_left_arrow,.cs_slider_arrows.cs_style_2 .cs_right_arrow {
    z-index: 3;
    margin-top: -40px;
    position: relative
}

.cs_slider_arrows.cs_style_2 .cs_left_arrow:hover,.cs_slider_arrows.cs_style_2 .cs_right_arrow:hover {
    opacity: .75
}

.cs_slider_arrows.cs_style_2.cs_type_1 {
    max-width: 45px;
    margin-left: auto;
    margin-right: 0
}

.cs_slider_arrows.cs_style_3 .cs_right_arrow {
    background-color: rgba(255,255,255,.75);
    height: 480px;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 1087px)!important
}

@media (max-width: 1400px) {
    .cs_slider_arrows.cs_style_3 .cs_right_arrow {
        padding-right:48px;
        width: calc(100% - 900px)!important
    }
}

@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_3 .cs_right_arrow {
        height:400px;
        padding-right: 0;
        width: calc(100% - 874px)!important
    }
}

.cs_slider_arrows.cs_style_3 .cs_right_arrow span {
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    border-radius: 50%;
    width: 126px;
    height: 126px
}

@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_3 .cs_right_arrow span {
        width:90px;
        height: 90px
    }
}

.cs_slider_arrows.cs_style_3 .cs_right_arrow:hover {
    background-color: rgba(255,255,255,.85)
}

.cs_slider_arrows.cs_style_4 {
    justify-content: space-between;
    align-items: center;
    width: 200px;
    display: flex
}

@media (max-width: 991px) {
    .cs_slider_arrows.cs_style_4 {
        width:120px
    }
}

.cs_slider_arrows.cs_style_4 .slick-arrow {
    transition: all .3s
}

.cs_slider_arrows.cs_style_4 .slick-arrow svg {
    width: 9px;
    height: 17px
}

.cs_slider_arrows.cs_style_4 .slick-arrow:hover {
    opacity: .75
}

.cs_slider_arrows_4_transparent_wrap {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,.1);
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding: 13px 0;
    position: absolute;
    bottom: 0
}

.cs_slider_arrows_4_transparent_wrap .cs_slider_number.cs_style_2 {
    color: #fff
}

.cs_pagination_1_wrap {
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 64px;
    left: 0
}

.cs_pagination_1_in {
    width: 100%;
    max-width: 350px
}

.cs_pagination.cs_style_1 {
    justify-content: center;
    display: flex
}

.cs_pagination.cs_style_1 ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex!important
}

.cs_pagination.cs_style_1 li {
    flex: 1;
    height: 4px;
    display: flex
}

.cs_pagination.cs_style_1 li button {
    color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    transition: all .3s;
    background-color: rgba(249,251,243,.5)!important
}

.cs_pagination.cs_style_1 li button:hover {
    background-color: rgba(249,251,243,.75)!important
}

.cs_pagination.cs_style_1 li.swiper-pagination-bullet-active button {
    background-color: #fff!important
}

.cs_pagination.cs_style_2 {
    justify-content: center;
    margin-top: 30px;
    display: flex
}

.cs_pagination.cs_style_2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex!important
}

.cs_pagination.cs_style_2 li {
    border-radius: 10px;
    flex: 1;
    width: 30px;
    height: 6px;
    margin: 3px;
    display: flex;
    overflow: hidden
}

.cs_pagination.cs_style_2 li button {
    color: transparent;
    background-color: var(--heading-color);
    cursor: pointer;
    opacity: .5;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    transition: all .3s
}

.cs_pagination.cs_style_2 li button:hover,.cs_pagination.cs_style_2 li.slick-active button {
    opacity: 1
}

.cs_slider_number.cs_style_1 {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex
}

@media (max-width: 991px) {
    .cs_slider_number.cs_style_1 {
        margin-bottom:10px
    }
}

.cs_slider_number.cs_style_1>span[data-number]:before {
    content: "0" attr(data-number)
}

.cs_slider_number.cs_style_1>span:before {
    content: attr(data-number);
    display: none
}

.cs_slider_number.cs_style_1>span>span,.cs_slider_number.cs_style_1 [data-number="1"]:before,.cs_slider_number.cs_style_1 [data-number="2"]:before,.cs_slider_number.cs_style_1 [data-number="3"]:before,.cs_slider_number.cs_style_1 [data-number="4"]:before,.cs_slider_number.cs_style_1 [data-number="5"]:before,.cs_slider_number.cs_style_1 [data-number="6"]:before,.cs_slider_number.cs_style_1 [data-number="7"]:before,.cs_slider_number.cs_style_1 [data-number="8"]:before,.cs_slider_number.cs_style_1 [data-number="9"]:before {
    display: block
}

.cs_slider_number.cs_style_1 [data-number="1"]>span,.cs_slider_number.cs_style_1 [data-number="2"]>span,.cs_slider_number.cs_style_1 [data-number="3"]>span,.cs_slider_number.cs_style_1 [data-number="4"]>span,.cs_slider_number.cs_style_1 [data-number="5"]>span,.cs_slider_number.cs_style_1 [data-number="6"]>span,.cs_slider_number.cs_style_1 [data-number="7"]>span,.cs_slider_number.cs_style_1 [data-number="8"]>span,.cs_slider_number.cs_style_1 [data-number="9"]>span {
    display: none
}

.cs_slider_number.cs_style_2 {
    color: var(--heading-color);
    gap: 5px;
    display: inline-flex
}

.cs_slider_number.cs_style_2 .cs_slider_number_seperator:before {
    content: "/"
}

.cs_full_width_slider_section {
    width: calc(100% + 50vw - 648px)
}

@media (max-width: 1400px) {
    .cs_full_width_slider_section {
        width:calc(100% + 50vw - 558px)
    }
}

@media (max-width: 1199px) {
    .cs_full_width_slider_section {
        width:calc(100% + 50vw - 468px)
    }
}

@media (max-width: 991px) {
    .cs_full_width_slider_section {
        width:100%;
        padding-right: 12px
    }
}

.slick-slide .cs_card.cs_style_4 .cs_card_info {
    opacity: 0;
    transition: all .4s
}

.slick-slide.slick-active .cs_card.cs_style_4 .cs_card_info {
    opacity: 1;
    transition-delay: .4s
}

@media (max-width: 991px) {
    .cs_hide_lg {
        display:none
    }
}

.cs_show_lg {
    display: none!important
}

@media (max-width: 991px) {
    .cs_hide_lg {
        display:none!important
    }

    .cs_show_lg {
        display: flex!important
    }
}

.cs-pd-video .cs_video_open,.cs-sample-img .cs_video_open {
    color: #fff;
    font-size: 68px;
    line-height: 48px;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.cs-pd-video .cs_video_open:hover,.cs-sample-img .cs_video_open:hover {
    color: rgba(255,255,255,.7)
}

.cs_video_popup {
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition-delay: .3s;
    position: fixed;
    top: 0;
    left: -100%
}

.cs_video_popup.active {
    transition-delay: 0s;
    left: 0
}

.cs_video_popup-overlay {
    opacity: 0;
    background: #000;
    transition: all .4s ease-out;
    position: absolute;
    left: 0;
    right: 0
}

.cs_video_popup.active .cs_video_popup-overlay {
    opacity: .8;
    background: rgba(0,0,0,.5);
    height: 100%
}

.cs_video_popup-content {
    -webkit-overflow-scrolling: touch;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    font-size: 0;
    transition: all .4s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    transform: translateY(100px)
}

.cs_video_popup.active .cs_video_popup-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.cs_video_popup-content:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.cs_video_popup-container {
    text-align: left;
    vertical-align: middle;
    background: #fff;
    width: 100%;
    max-width: 1380px;
    display: inline-block;
    position: relative
}

.cs_video_popup-container .embed-responsive {
    width: 100%
}

.embed-responsive {
    height: 100%;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden
}

.embed-responsive-16by9:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.embed-responsive iframe,.embed-responsive video {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.cs_video_popup-close {
    cursor: pointer;
    background: #d90d0d;
    width: 40px;
    height: 40px;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    right: 0
}

.cs_video_popup iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.cs_video_popup-close:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg)
}

.cs_video_popup-close:after {
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg)
}

.cs_video_popup-close:hover:before,.cs_video_popup-close:hover:after {
    background: #000
}

.cs_video_popup-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.cs_video_popup-align {
    overflow: hidden
}

.cs_site_header {
    z-index: 999;
    width: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0
}

.cs_header_icon_btn {
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    display: inline-flex
}

.cs_header_icon_btn:hover {
    color: #fff;
    opacity: .75
}

.cs_header_icon_btns {
    align-items: center;
    gap: 24px;
    display: flex
}

.cs_header_form_wrap {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .4s;
    position: fixed;
    top: 0;
    left: 0
}

.cs_header_form_wrap.active {
    opacity: 1;
    visibility: visible
}

.cs_header_form_overlay {
    background-color: var(--heading-color);
    opacity: .85;
    cursor: zoom-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_header_form {
    z-index: 2;
    width: 100%;
    max-width: 500px;
    position: relative
}

.cs_header_form .cs_header_form_input {
    background-color: var(--gray-color);
    border: none;
    border-radius: 10px;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 5px 20px 5px 50px;
    display: block
}

.cs_header_form .cs_header_form_btn {
    width: 50px;
    height: 56px;
    color: var(--heading-color);
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0
}

.cs_header_form .cs_header_form_btn:hover {
    opacity: .75
}

.cs_site_header.cs_style_1 .cs_main_header_in,.cs_site_header.cs_style_1 .cs_top_header_in {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    height: 100px;
    transition: all .3s
}

.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 50px
}

.cs_site_header.cs_style_1 .cs_main_header_right {
    align-items: center;
    gap: 50px;
    height: 100%;
    display: flex
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right:50px
    }
}

.cs_site_header.cs_style_1.cs_sticky_active {
    background-color: var(--heading-color);
    box-shadow: 0 10px 10px -10px rgba(255,255,255,.06)
}

.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in {
    height: 80px
}

.cs_site_header.cs_style_1.cs_color_1.cs_sticky_active {
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(55,72,54,.06)
}

@media screen and (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_top_header_in {
        justify-content:center
    }

    .cs_main_header .container {
        max-width: 100%
    }

    .cs_site_header.cs_style_1 .cs_nav {
        display: flex
    }
}

.cs_nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs_sticky_header {
    z-index: 999;
    width: 100%;
    position: fixed!important
}

.cs_sticky_header .cs_top_header_in {
    transition: all .3s;
    overflow: hidden
}

.cs_site_branding {
    display: inline-flex
}

.cs_site_branding+.cs_nav {
    margin-left: 80px
}

@media (max-width: 1600px) {
    .cs_site_branding+.cs_nav {
        margin-left:40px
    }
}

@media (max-width: 1540px) {
    .cs_site_branding+.cs_nav {
        margin-left:30px
    }
}

.cs_main_header {
    position: relative
}

.cs_main_header .container-fluid {
    padding-left: 120px;
    padding-right: 120px
}

@media screen and (min-width: 1200px) {
    .cs_main_header_center,.cs_top_header_center {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .cs_nav {
        align-items: center;
        height: 100%;
        line-height: 1.6em;
        display: flex
    }

    .cs_nav .cs_nav_list {
        height: inherit;
        flex-wrap: wrap;
        display: flex!important
    }

    .cs_nav .cs_nav_list>li {
        height: inherit;
        margin-right: 48px
    }

    .cs_nav .cs_nav_list>li:last-child {
        margin-right: 0
    }

    .cs_nav .cs_nav_list>li>a {
        height: inherit;
        color: #fff;
        align-items: center;
        padding: 10px 0;
        display: inline-flex;
        position: relative
    }

    .cs_nav .cs_nav_list>li>a:hover {
        opacity: .65
    }

    .cs_nav .cs_nav_list>li>ul {
        pointer-events: none;
        top: calc(100% + 15px);
        left: 0
    }

    .cs_nav .cs_nav_list>li:hover>ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 100%
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a,.cs_nav .cs_nav_list li:not(.cs_mega_menu) {
        position: relative
    }

    .cs_nav .cs_nav_list ul {
        background-color: #fff;
        border-top: 2px solid var(--heading-color);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 5px 5px;
        width: 260px;
        padding: 10px 0;
        transition: all .4s;
        position: absolute;
        box-shadow: 0 1px 2px rgba(2,0,181,.1);
        display: block!important
    }

    .cs_nav .cs_nav_list ul li:hover ul {
        top: 0
    }

    .cs_nav .cs_nav_list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: all .4s
    }

    .cs_nav .cs_nav_list ul a {
        line-height: inherit;
        padding: 10px 20px;
        display: block
    }

    .cs_nav .cs_nav_list ul a:hover {
        background-color: #f2f2f2
    }

    .cs_nav .cs_nav_list ul ul {
        top: 15px;
        left: 100%
    }

    .cs_menu_toggle,.cs_munu_dropdown_toggle {
        display: none
    }

    .cs_nav .cs_nav_list .cs_mega_menu {
        position: relative
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper {
        border-top: 2px solid var(--heading-color);
        border-radius: 0 0 5px 5px;
        padding: 5px 15px 10px;
        position: fixed;
        left: 50%;
        transform: translate(-50%);
        width: 1296px!important;
        display: flex!important;
        top: 100px!important
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper a {
        padding: 7px 10px
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper>li {
        flex: 1;
        padding: 10px 0
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper>li ul {
        position: initial;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
        border: none;
        padding: 0
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper>li ul a {
        transition: all .4s
    }

    .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
        opacity: 1;
        visibility: visible
    }

    .cs_site_header.cs_style_1.cs_size_md .cs_nav .cs_nav_list .cs_mega_wrapper {
        top: 85px!important
    }

    .cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a {
        position: relative
    }

    .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list>li>a,.cs_site_header.cs_style_1.cs_color_1 .cs_header_icon_btn {
        color: var(--heading-color)
    }
}

@media screen and (max-width: 1600px) {
    .cs_main_header .container-fluid {
        padding-left:25px;
        padding-right: 25px
    }
}

@media screen and (max-width: 1400px) {
    .cs_nav .cs_nav_list .cs_mega_wrapper {
        width:1116px!important
    }
}

@media screen and (max-width: 1199px) {
    .cs_main_header .container-fluid {
        padding-left:8px;
        padding-right: 8px
    }

    .cs_nav .cs_nav_list .cs_mega_wrapper {
        width: 100%!important
    }

    .cs_munu_dropdown_toggle {
        cursor: pointer;
        z-index: 3;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 23px 18px;
        display: flex;
        position: absolute;
        top: 0;
        left: 0
    }

    .cs_munu_dropdown_toggle span {
        width: 10px;
        height: 10px;
        display: block;
        position: relative
    }

    .cs_munu_dropdown_toggle span:before,.cs_munu_dropdown_toggle span:after {
        content: "";
        background-color: currentColor;
        width: 10px;
        height: 2px;
        transition: all .3s;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .cs_munu_dropdown_toggle span:before {
        transform: translate(-50%,-50%)rotate(90deg)
    }

    .cs_munu_dropdown_toggle.active span:before {
        transform: translate(-50%,-50%)rotate(0)
    }

    .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
        padding: 20px 18px
    }

    .cs_site_branding {
        z-index: 101;
        position: relative
    }

    .cs_nav .cs_nav_list_wrap {
        background-color: var(--heading-color);
        width: 100vw;
        color: #fff;
        height: 100vh;
        padding-top: 80px;
        line-height: 1.6em;
        transition: all .4s;
        position: fixed;
        top: 0;
        left: -100vw
    }

    .cs_nav .cs_nav_list_wrap.cs_active {
        left: 0
    }

    .cs_nav .cs_nav_list {
        height: 100%;
        padding: 10px 0;
        overflow: auto
    }

    .cs_nav .cs_nav_list ul {
        padding-left: 15px;
        display: none
    }

    .cs_nav .cs_nav_list a {
        padding: 12px 15px;
        line-height: 16px;
        display: block
    }

    .cs_nav .cs_nav_list a:hover {
        color: rgba(255,255,255,.7)
    }

    .cs_nav .cs_nav_list>li>a {
        font-size: 18px;
        line-height: 22px
    }

    .cs_nav .menu-item-has-children {
        position: relative
    }

    .cs_menu_toggle {
        cursor: pointer;
        width: 30px;
        height: 27px;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 27px;
        right: 30px
    }

    .cs_menu_toggle span,.cs_menu_toggle span:before,.cs_menu_toggle span:after {
        background-color: currentColor;
        width: 100%;
        height: 2px;
        display: block
    }

    .cs_menu_toggle span {
        margin: 0 auto;
        transition-duration: 0s;
        transition-delay: .2s;
        position: relative;
        top: 12px
    }

    .cs_menu_toggle span:before {
        content: "";
        margin-top: -9px;
        transition-property: margin,transform;
        transition-duration: .2s;
        transition-delay: .2s,0s;
        position: absolute
    }

    .cs_menu_toggle span:after {
        content: "";
        margin-top: 9px;
        transition-property: margin,transform;
        transition-duration: .2s;
        transition-delay: .2s,0s;
        position: absolute
    }

    .cs_site_header.cs_style_1 .cs_menu_toggle {
        margin-top: -13px;
        top: 50%;
        right: 0
    }

    .cs_toggle_active span {
        background-color: transparent;
        transition-delay: .2s
    }

    .cs_toggle_active span:before {
        margin-top: 0;
        transition-delay: 0s,.2s;
        transform: rotate(45deg)
    }

    .cs_toggle_active span:after {
        margin-top: 0;
        transition-delay: 0s,.2s;
        transform: rotate(-45deg)
    }

    .cs_nav .cs_nav_list a {
        position: relative
    }

    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 80px
    }

    .cs_site_header .current-menu-item>a:before {
        display: none
    }

    .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .cs_site_header.cs_style_1 {
        top: 0
    }

    .cs_nav .cs_nav_list img {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .cs_site_header .container {
        max-width:100%
    }
}

.cs_footer_widget_menu a,.cs_footer_links a {
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .42s cubic-bezier(.49,.49,.08,1),color .27s ease-out
}

.cs_footer_widget_menu a:hover,.cs_footer_links a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.cs_copyright {
    color: var(--heading-color);
    opacity: .75
}

.cs_bottom_footer {
    border-top: 1px solid var(--heading-color);
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    display: flex
}

@media (max-width: 991px) {
    .cs_bottom_footer {
        justify-content:center;
        padding: 15px 0
    }
}

.cs_bottom_footer>* {
    padding: 4px 0
}

.cs_footer_links {
    flex-wrap: wrap;
    display: flex
}

.cs_footer_links li:not(:last-child):after {
    content: "|";
    margin: 0 10px;
    position: relative;
    top: -1px
}

.cs_footer_links a {
    color: var(--heading-color);
    opacity: .75
}

.cs_footer_links a:hover {
    opacity: 1
}

.cs_text_widget {
    align-items: center;
    gap: 32px;
    display: flex
}

@media (max-width: 575px) {
    .cs_text_widget {
        flex-direction:column;
        align-items: flex-start
    }
}

.cs_text_widget p {
    border-left: 2px solid var(--heading-color);
    margin: 0;
    padding-left: 32px
}

@media (max-width: 575px) {
    .cs_text_widget p {
        padding-left:15px
    }
}

.cs_footer_widget+.cs_footer_widget {
    margin-top: 32px
}

.cs_newsletter.cs_style_1 {
    position: relative
}

.cs_newsletter.cs_style_1 .cs_newsletter_input {
    opacity: 1;
    background-color: #e1ece3;
    border: none;
    outline: none;
    width: 100%;
    height: 96px;
    padding: 10px 80px 10px 24px;
    display: block
}

@media (max-width: 1199px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_input {
        height:70px;
        padding: 10px 70px 10px 20px
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_input::placeholder {
    color: var(--heading-color);
    opacity: .75
}

.cs_newsletter.cs_style_1 .cs_newsletter_input::placeholder {
    color: var(--heading-color);
    opacity: .75
}

.cs_newsletter.cs_style_1 .cs_newsletter_btn {
    position: absolute;
    top: 24px;
    right: 24px
}

@media (max-width: 1199px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_btn {
        top:11px;
        right: 11px
    }
}

.cs_footer_widget_menu {
    color: var(--heading-color)
}

.cs_footer_widget_menu li:not(:last-child) {
    margin-bottom: 12px
}

.cs_footer_widget_title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.cs_footer_row {
    gap: 30px 72px;
    padding: 100px 0 80px;
    display: flex
}

@media (max-width: 1199px) {
    .cs_footer_row {
        gap:30px 45px
    }
}

@media (max-width: 991px) {
    .cs_footer_row {
        flex-wrap:wrap;
        justify-content: space-between;
        gap: 35px 24px;
        padding: 70px 0 50px
    }
}

@media (max-width: 380px) {
    .cs_footer_row {
        flex-direction:column
    }
}

.cs_footer_row .cs_footer_col {
    flex: none;
    max-width: 150px
}

.cs_footer_row .cs_footer_col:first-child {
    max-width: initial;
    flex: 1;
    padding-right: 12px
}

@media (max-width: 991px) {
    .cs_footer_row .cs_footer_col:first-child {
        flex:none;
        width: 100%
    }
}

.cs_footer.cs_style_1.cs_color_1 {
    background-color: var(--heading-color);
    color: #fff
}

.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_menu,.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_title,.cs_footer.cs_style_1.cs_color_1 .cs_copyright,.cs_footer.cs_style_1.cs_color_1 .cs_footer_links a,.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_menu a {
    color: #fff
}

.cs_footer.cs_style_1.cs_color_1 .cs_bottom_footer,.cs_footer.cs_style_1.cs_color_1 .cs_text_widget p {
    border-color: #fff
}

.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_input {
    background-color: #fff
}

.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_btn {
    background-color: #e1ece3
}

.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_btn:hover {
    background-color: var(--heading-color)
}

.cs_footer.cs_style_1.cs_color_2 {
    background-color: #e1ece3
}

.cs_footer.cs_style_1.cs_color_2 .cs_newsletter_input {
    background-color: #fff
}

.cs_footer.cs_style_1.cs_color_2 .cs_newsletter_btn {
    background-color: var(--heading-color);
    color: #fff
}

.cs_red_color {
    color: #d70015
}

.cs_blue_color {
    color: #0040dd
}

.cs_purple_color {
    color: #8944ab
}

.cs_card.cs_style_10 {
    min-height: 100vh;
    display: flex
}

.cs_card.cs_style_10 label {
    margin-bottom: 6px
}

.cs_card.cs_style_10 .cs_card_text_btn {
    color: var(--heading-color)
}

.cs_card.cs_style_10 .cs_card_text_btn:hover {
    text-decoration: underline
}

.cs_card.cs_style_10 .cs_card_left,.cs_card.cs_style_10 .cs_card_right {
    flex: none;
    width: 50%
}

.cs_card.cs_style_10 .cs_card_left {
    min-width: 560px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 991px) {
    .cs_card.cs_style_10 .cs_card_left {
        width:100%;
        min-width: 100%
    }

    .cs_card.cs_style_10 .cs_card_right {
        display: none
    }
}

.cs_card.cs_style_10 .cs_card_card_in {
    width: 100%;
    padding: 50px 0
}

.cs_card.cs_style_10 .cs_card_card_out {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 430px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
    position: relative
}

.cs_card.cs_style_10 .cs_login_logo {
    position: absolute;
    top: 50px;
    left: 0
}

.cs_card_row_1 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 10px;
    display: flex
}

.cs_custom_checkbox {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: relative
}

.cs_custom_checkbox .cs_custom_checkbox_input {
    text-align: center;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.cs_custom_checkbox .cs_custom_checkbox_input:checked+.cs_custom_checkbox_label:before {
    border-color: var(--accent);
    background-color: var(--accent)
}

.cs_custom_checkbox .cs_custom_checkbox_input:checked+.cs_custom_checkbox_label:after {
    opacity: 1
}

.cs_custom_checkbox .cs_custom_checkbox_label {
    padding-left: 26px;
    display: inline-flex;
    position: relative;
    margin: 0!important
}

.cs_custom_checkbox .cs_custom_checkbox_label:before {
    content: "";
    border: 1px solid var(--heading-color);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    transition: all .3s;
    position: absolute;
    top: 2px;
    left: 0
}

.cs_custom_checkbox .cs_custom_checkbox_label:after {
    content: "";
    border: 2px solid var(--heading-color);
    opacity: 0;
    border-top: none;
    border-left: none;
    width: 6px;
    height: 10px;
    transition: all .3s;
    position: absolute;
    top: 5px;
    left: 6px;
    transform: rotate(40deg)
}

.cs_custom_checkbox a {
    z-index: 2;
    position: relative
}

.cs_custom_checkbox a:hover {
    color: var(--accent);
    text-decoration: underline
}

.cs_social_btns {
    gap: 10px;
    display: flex
}

.cs_social_btns .cs_social_btn {
    border: 1px solid var(--heading-color);
    border-radius: 20px;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 1.6em;
    display: flex
}

.cs_social_btns .cs_social_btn i {
    font-size: 16px
}

.cs_social_btns .cs_social_btn:hover {
    color: #007bff;
    border-color: #007bff
}

.cs_social_btns .cs_social_btn_facebook i {
    color: #0866ff
}

.cs_social_btns .cs_social_btn_google i {
    color: #ea4335
}

.cs_or_login {
    text-align: center
}

.cs_or_login span {
    padding: 0 12px;
    display: inline-block;
    position: relative
}

.cs_or_login span:before,.cs_or_login span:after {
    content: "";
    background-color: #ccc;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 50%
}

.cs_or_login span:before {
    left: 100%
}

.cs_or_login span:after {
    right: 100%
}

.cs_isotop {
    transition: all .4s
}

.cs_isotop.cs_has_gutter_24 {
    margin-bottom: -24px;
    margin-left: -12px;
    margin-right: -12px
}

.cs_isotop.cs_has_gutter_24 .cs_isotop_item {
    margin-bottom: 24px;
    padding: 0 12px
}

.cs_isotop_col_6 .cs_grid_sizer,.cs_isotop_col_6 .cs_isotop_item {
    width: 16.6667%
}

.cs_isotop_col_5 .cs_grid_sizer,.cs_isotop_col_5 .cs_isotop_item {
    width: 20%
}

.cs_isotop_col_4 .cs_grid_sizer,.cs_isotop_col_4 .cs_isotop_item {
    width: 25%
}

.cs_isotop_col_3 .cs_grid_sizer,.cs_isotop_col_3 .cs_isotop_item {
    width: 33.3333%
}

.cs_isotop_col_2 .cs_grid_sizer,.cs_isotop_col_2 .cs_isotop_item {
    width: 50%
}

.cs_isotop_col_1 .cs_grid_sizer,.cs_isotop_col_1 .cs_isotop_item {
    width: 100%
}

.cs_grid_sizer {
    width: 33.3333%
}

.cs_isotop_col_5 .cs_w20,.cs_isotop_col_4 .cs_w20,.cs_isotop_col_3 .cs_w20,.cs_isotop_col_2 .cs_w20,.cs_isotop_col_1 .cs_w20 {
    width: 20%
}

.cs_isotop_col_5 .cs_w25,.cs_isotop_col_4 .cs_w25,.cs_isotop_col_3 .cs_w25,.cs_isotop_col_2 .cs_w25,.cs_isotop_col_1 .cs_w25 {
    width: 25%
}

.cs_isotop_col_5 .cs_w33,.cs_isotop_col_4 .cs_w33,.cs_isotop_col_3 .cs_w33,.cs_isotop_col_2 .cs_w33,.cs_isotop_col_1 .cs_w33 {
    width: 33.3333%
}

.cs_isotop_col_5 .cs_w50,.cs_isotop_col_4 .cs_w50,.cs_isotop_col_3 .cs_w50,.cs_isotop_col_2 .cs_w50,.cs_isotop_col_1 .cs_w50 {
    width: 50%
}

.cs_isotop_col_5 .cs_w66,.cs_isotop_col_4 .cs_w66,.cs_isotop_col_3 .cs_w66,.cs_isotop_col_2 .cs_w66,.cs_isotop_col_1 .cs_w66 {
    width: 66.6667%
}

.cs_isotop_col_5 .cs_w100,.cs_isotop_col_4 .cs_w100,.cs_isotop_col_3 .cs_w100,.cs_isotop_col_2 .cs_w100,.cs_isotop_col_1 .cs_w100 {
    width: 100%
}

@media screen and (max-width: 1199px) {
    .cs_isotop_col_4 .cs_grid_sizer,.cs_isotop_col_4 .cs_isotop_item {
        width:33.3333%
    }
}

@media screen and (max-width: 991px) {
    .cs_isotop_col_4 .cs_grid_sizer,.cs_isotop_col_4 .cs_isotop_item {
        width:50%
    }

    .cs_isotop_col_4 .cs_w50 {
        width: 100%
    }

    .cs_isotop_col_3 .cs_grid_sizer,.cs_isotop_col_3 .cs_isotop_item {
        width: 50%
    }

    .cs_isotop_col_2 .cs_grid_sizer,.cs_isotop_col_2 .cs_isotop_item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .cs_isotop_col_5 .cs_w50,.cs_isotop_col_4 .cs_w50,.cs_isotop_col_3 .cs_w50,.cs_isotop_col_2 .cs_w50,.cs_isotop_col_1 .cs_w50,.cs_isotop_col_5 .cs_w66,.cs_isotop_col_4 .cs_w66,.cs_isotop_col_3 .cs_w66,.cs_isotop_col_2 .cs_w66,.cs_isotop_col_1 .cs_w66,.cs_isotop_col_5 .cs_grid_sizer,.cs_isotop_col_5 .cs_isotop_item,.cs_isotop_col_4 .cs_grid_sizer,.cs_isotop_col_4 .cs_isotop_item,.cs_isotop_col_3 .cs_grid_sizer,.cs_isotop_col_3 .cs_isotop_item,.cs_isotop_col_2 .cs_grid_sizer,.cs_isotop_col_2 .cs_isotop_item {
        width:100%
    }
}

.cs_sidebar_item:not(:last-child) {
    margin-bottom: 45px
}

.cs_sidebar_widget_title {
    border-bottom: 1px solid var(--heading-color);
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.33em
}

.tagcloud {
    flex-wrap: wrap;
    margin: -5px;
    display: flex
}

.tag-cloud-link {
    color: var(--heading-color);
    border: 1px solid rgba(55,72,54,.2);
    border-radius: 6px;
    margin: 5px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.6em;
    display: inline-block
}

.tag-cloud-link:hover {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color)
}

.widget_archive ul,.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_archive ul li,.widget_categories ul li {
    padding-left: 30px;
    position: relative
}

.widget_archive ul li i,.widget_categories ul li i {
    position: absolute;
    top: 5px;
    left: 0
}

.widget_archive ul li:not(:last-child),.widget_categories ul li:not(:last-child) {
    margin-bottom: 15px
}

.cs_recent_posts {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs_recent_posts li:not(:last-child) {
    margin-bottom: 20px
}

.cs_recent_post {
    align-items: center;
    display: flex
}

.cs_recent_post_thumb {
    border-radius: 7px;
    flex: none;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    overflow: hidden
}

.cs_recent_post_thumb:hover .cs_recent_post_thumb_in {
    transform: scale(1.06)
}

.cs_recent_post_thumb_in {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    transition: all .4s
}

.cs_recent_post_title {
    margin-bottom: 8px;
    font-size: 18px
}

.cs_sidebar_search {
    position: relative
}

.cs_sidebar_search input {
    border: 1px solid var(--heading-color);
    width: 100%;
    transition: all .3sease;
    background-color: transparent;
    border-radius: 10px;
    outline: none;
    padding: 9px 40px 9px 15px;
    display: block
}

.cs_sidebar_search input:focus {
    border-color: var(--heading-color)
}

.cs_sidebar_search_btn {
    cursor: pointer;
    background-color: var(--heading-color);
    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    outline: none;
    padding: 10px 14px;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    right: 0
}

.cs_sidebar_search_btn:hover {
    color: #fff;
    opacity: .9
}

.cs_author_card img {
    width: 130px;
    height: 130px;
    margin-bottom: 22px
}

.cs_author_card h3 {
    margin-bottom: 14px;
    font-size: 30px
}

.cs_author_card p {
    margin-bottom: 0
}

.cs_right_sidebar {
    padding-left: 40px
}

@media (max-width: 991px) {
    .cs_right_sidebar {
        padding-top:60px;
        padding-left: 0
    }
}

.cs_circle_group {
    padding-left: 10px;
    display: flex
}

.cs_circle_group span {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: -10px
}

.cs_circle_group span:first-child {
    transition: all .65s
}

.cs_circle_group span:last-child {
    transition: all .45s
}

.cs_hero.cs_style_1 {
    position: relative
}

.cs_hero.cs_style_1 .cs_hero_in {
    align-items: center;
    width: 100%;
    min-height: 780px;
    padding: 150px 0;
    display: flex;
    position: relative
}

.cs_hero.cs_style_1 .cs_hero_title b {
    font-weight: 600
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 770px
}

@media (max-width: 1400px) {
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        max-width:620px
    }
}

.cs_hero.cs_style_1 .cs_hero_text {
    z-index: 2;
    max-width: 1020px;
    position: relative
}

@media (max-width: 1400px) {
    .cs_hero.cs_style_1 .cs_hero_text {
        max-width:750px
    }
}

.cs_hero.cs_style_1 .cs_hero_btns {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    display: flex
}

.cs_hero.cs_style_1 .cs_hero_funfact_wrap {
    border-radius: 20px;
    padding: 1px;
    position: absolute;
    top: 166px;
    right: 0;
    overflow: hidden
}

@media (max-width: 991px) {
    .cs_hero.cs_style_1 .cs_hero_funfact_wrap {
        display:none
    }
}

.cs_hero.cs_style_1 .cs_hero_funfact_wrap:hover .cs_circle_group span:first-child {
    transform: translate(60px)
}

.cs_hero.cs_style_1 .cs_hero_funfact_wrap:hover .cs_circle_group span:last-child {
    transform: translate(-60px)
}

.cs_hero.cs_style_1 .cs_hero_funfact {
    border-radius: inherit;
    padding: 24px 16px;
    box-shadow: -2px 0 7px rgba(255,255,255,.5)
}

.cs_hero.cs_style_1 .cs_hero_box {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(241deg,rgba(255,255,255,.5) -7.37%,rgba(255,255,255,.1) 89.52%);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 20px;
    width: 410px;
    padding: 24px;
    position: absolute;
    bottom: 64px;
    right: 0
}

@media (max-width: 991px) {
    .cs_hero.cs_style_1 .cs_hero_box {
        display:none
    }
}

.cs_hero.cs_style_1 .cs_hero_box_btn {
    position: absolute;
    top: 16px;
    right: 16px
}

.cs_hero.cs_style_1 .container {
    z-index: 3;
    position: relative
}

.cs_hero.cs_style_1 .cs_hero_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_hero.cs_style_1 .cs_hero_bg .cs_slider,.cs_hero.cs_style_1 .cs_hero_bg .cs_slider_container,.cs_hero.cs_style_1 .cs_hero_bg .cs_slider_wrapper,.cs_hero.cs_style_1 .cs_hero_bg .slick-list,.cs_hero.cs_style_1 .cs_hero_bg .slick-track,.cs_hero.cs_style_1 .cs_hero_bg .slick-track *,.cs_hero.cs_style_1 .cs_slide {
    height: 100%
}

.cs_hero.cs_style_1 .cs_slide img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    width: 48px;
    height: 48px;
    color: var(--heading-color);
    font-size: 18px;
    position: relative
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
    content: "";
    background-color: #e1ece2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon i {
    z-index: 2;
    position: relative
}

.cs_iconbox.cs_style_2 {
    background-color: #e1ece3;
    border-radius: 20px;
    padding: 16px;
    transition: all .3s
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
    color: var(--heading-color);
    margin-bottom: 16px;
    font-size: 24px;
    display: flex
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon,.cs_iconbox.cs_style_2 .cs_heading_color {
    transition: all .3s
}

.cs_iconbox.cs_style_2:hover {
    background-color: var(--heading-color)
}

.cs_iconbox.cs_style_2:hover .cs_iconbox_icon,.cs_iconbox.cs_style_2:hover .cs_heading_color {
    color: #fff
}

.cs_cta.cs_style_1.cs_type_1 .cs_cta_in {
    max-width: 710px;
    margin-left: auto
}

.cs_cta.cs_style_2 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 300px;
    padding: 24px;
    display: flex
}

.cs_cta.cs_style_2.cs_type_1 {
    align-items: flex-start;
    height: 100%;
    min-height: 400px
}

.cs_testimonial.cs_style_1 .cs_testimonial_blockquote {
    font-style: initial
}

.cs_testimonial.cs_style_1 .cs_testimonial_blockquote span,.cs_testimonial.cs_style_1 .cs_testimonial_avatar_designation {
    color: #7f8f80
}

.cs_testimonial.cs_style_1 .cs_testimonial_meta_wrap {
    align-items: center;
    gap: 16px;
    display: flex
}

.cs_testimonial.cs_style_1 .cs_testimonial_meta_wrap img {
    object-fit: cover;
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.cs_team_member.cs_style_1 {
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.cs_team_member.cs_style_1:before {
    content: "";
    background-image: linear-gradient(transparent,var(--heading-color));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.cs_team_member.cs_style_1 .cs_team_member_desc {
    max-height: 0;
    margin-top: 0;
    transition: all .5s;
    overflow: hidden
}

.cs_team_member.cs_style_1 .cs_team_member_img {
    border-radius: 20px;
    width: 100%
}

.cs_team_member.cs_style_1 .cs_team_member_info {
    z-index: 1;
    width: 100%;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.cs_team_member.cs_style_1:hover .cs_team_member_desc {
    max-height: 72px;
    margin-top: 16px;
    transition: all .4s;
    overflow: hidden
}

.cs_card_tags {
    flex-wrap: wrap;
    gap: 8px 0;
    width: calc(100% - 65px);
    max-width: 320px;
    padding-left: 16px;
    display: flex
}

@media (max-width: 1199px) {
    .cs_card_tags {
        padding-left:12px
    }
}

@media (max-width: 575px) {
    .cs_card_tags {
        padding-left:10px
    }
}

.cs_card_tags .cs_card_tag {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 1.6em;
    margin-left: -16px;
    padding: 10px 32px;
    font-weight: 700
}

@media (max-width: 1199px) {
    .cs_card_tags .cs_card_tag {
        margin-left:-12px;
        padding: 10px 22px
    }
}

@media (max-width: 575px) {
    .cs_card_tags .cs_card_tag {
        margin-left:-10px;
        padding: 7px 15px
    }
}

.cs_card_tags .cs_card_tag:hover {
    background-color: rgba(0,0,0,.1)
}

.cs_card.cs_style_1 {
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px 0;
    min-height: 508px;
    padding: 24px;
    display: flex;
    position: relative
}

@media (max-width: 575px) {
    .cs_card.cs_style_1 {
        padding:20px
    }
}

.cs_card.cs_style_1 .cs_arrow_btn {
    position: absolute;
    top: 24px;
    right: 24px
}

@media (max-width: 575px) {
    .cs_card.cs_style_1 .cs_arrow_btn {
        top:20px;
        right: 20px
    }
}

.cs_card_1_group {
    gap: 24px;
    display: flex
}

@media (max-width: 1199px) {
    .cs_card_1_group {
        gap:15px
    }
}

@media (max-width: 991px) {
    .cs_card_1_group {
        flex-direction:column
    }
}

.cs_card_1_group .cs_card.cs_style_1 {
    flex: 1;
    height: 740px;
    padding: 32px 16px;
    transition: all .4s;
    overflow: hidden
}

@media (max-width: 991px) {
    .cs_card_1_group .cs_card.cs_style_1 {
        padding:30px 20px
    }
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_title {
    margin-bottom: 12px;
    transition: all .4s
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_subtitle {
    height: 48px;
    transition: all .4s;
    overflow: hidden
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
    opacity: 0;
    visibility: hidden;
    width: 320px;
    transition: all .4s;
    position: absolute;
    top: 32px;
    left: 32px
}

@media (max-width: 1199px) {
    .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
        width:280px;
        top: 42px
    }
}

@media (max-width: 991px) {
    .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
        opacity:1;
        visibility: visible;
        top: 30px;
        left: 20px
    }
}

@media (max-width: 350px) {
    .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
        top:70px
    }
}

.cs_card_1_group .cs_card.cs_style_1.active {
    flex: 2.22;
    padding: 32px
}

@media (max-width: 1199px) {
    .cs_card_1_group .cs_card.cs_style_1.active {
        flex:1.8;
        padding: 30px 20px
    }
}

.cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
    margin-bottom: 16px;
    font-size: 80px;
    line-height: 1.1em
}

@media (max-width: 1400px) {
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
        font-size:70px
    }
}

@media (max-width: 1199px) {
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
        font-size:60px
    }
}

@media (max-width: 991px) {
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
        font-size:26px
    }
}

.cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
    height: 90px;
    font-size: 20px;
    line-height: 1.5em
}

@media (max-width: 1400px) {
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
        height:86px;
        font-size: 18px
    }
}

@media (max-width: 1991px) {
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
        height:initial;
        font-size: 16px
    }
}

.cs_card_1_group .cs_card.cs_style_1.active .cs_card_tags {
    opacity: 1;
    visibility: visible
}

.cs_card.cs_style_2 {
    position: relative
}

.cs_card.cs_style_2 .cs_card_thumb {
    border-radius: 20px;
    min-height: 320px;
    display: block;
    position: relative;
    overflow: hidden
}

.cs_card.cs_style_2 .cs_card_thumb img {
    min-height: inherit;
    object-fit: cover;
    width: 100%
}

.cs_card.cs_style_2 .cs_card_thumb:before {
    content: "";
    opacity: 0;
    background: linear-gradient(rgba(55,72,54,.75) 0%,rgba(55,72,54,.75) 100%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0
}

.cs_card.cs_style_2 .cs_card_thumb img {
    border-radius: inherit;
    width: 100%
}

.cs_card.cs_style_2 .cs_arrow_btn {
    position: absolute;
    top: 16px;
    right: 24px
}

.cs_card.cs_style_2 .cs_card_info {
    width: 100%;
    padding: 32px 24px;
    position: absolute;
    bottom: 0;
    left: 0
}

.cs_card.cs_style_2 .cs_card_title a {
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .42s cubic-bezier(.49,.49,.08,1),color .27s ease-out
}

.cs_card.cs_style_2 .cs_card_title a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.cs_card.cs_style_2:hover .cs_card_thumb:before {
    opacity: 1
}

.cs_card.cs_style_2:hover .cs_card_title a {
    color: #fff
}

.cs_card_3_wrap {
    height: 500px;
    position: relative
}

@media (max-width: 1199px) {
    .cs_card_3_wrap {
        height:450px
    }
}

@media (max-width: 991px) {
    .cs_card_3_wrap {
        height:initial;
        grid-gap: 30px 24px;
        grid-template-columns: repeat(1,1fr);
        display: grid
    }
}

.cs_card_3_wrap:before {
    content: "";
    background-image: linear-gradient(to right,#fff,transparent);
    width: 100%;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0
}

@media (max-width: 991px) {
    .cs_card_3_wrap:before {
        display:none
    }
}

.cs_card_3_wrap .cs_section_logo {
    opacity: .3;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 991px) {
    .cs_card_3_wrap .cs_section_logo {
        bottom:-40px
    }
}

.cs_card_3_wrap .cs_section_logo img {
    height: 28px
}

.cs_card.cs_style_3 {
    width: 35%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1199px) {
    .cs_card.cs_style_3 {
        height:225px
    }
}

@media (max-width: 991px) {
    .cs_card.cs_style_3 {
        height:initial;
        position: initial;
        width: 100%
    }
}

.cs_card.cs_style_3:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px
}

@media (max-width: 991px) {
    .cs_card.cs_style_3:before {
        display:none
    }
}

.cs_card.cs_style_3 .cs_card_in {
    clip-path: inset(0);
    width: 100%;
    height: 100%;
    padding-left: 50px
}

@media (max-width: 1199px) {
    .cs_card.cs_style_3 .cs_card_in {
        padding-left:20px
    }
}

@media (max-width: 991px) {
    .cs_card.cs_style_3 .cs_card_in {
        padding-left:0
    }
}

.cs_card.cs_style_3 .cs_card_in:before {
    content: "";
    border: 3px dashed rgba(249,251,243,.25);
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -2px;
    right: -4px
}

@media (max-width: 991px) {
    .cs_card.cs_style_3 .cs_card_in:before {
        display:none
    }
}

.cs_card.cs_style_3:nth-child(odd) {
    top: initial;
    bottom: 0
}

.cs_card.cs_style_3:nth-child(odd):before {
    bottom: initial;
    top: -10px
}

.cs_card.cs_style_3:nth-child(odd) .cs_card_in {
    flex-direction: column;
    justify-content: flex-end;
    display: flex
}

@media (max-width: 991px) {
    .cs_card.cs_style_3:nth-child(odd) .cs_card_in {
        display:block
    }
}

.cs_card.cs_style_3:nth-child(2) {
    left: 18%
}

.cs_card.cs_style_3:nth-child(3) {
    left: 39%
}

.cs_card.cs_style_3:nth-child(4) {
    left: 60%
}

.cs_card.cs_style_3:nth-child(5) {
    left: 78%
}

.cs_card.cs_style_4 {
    width: 1063px
}

@media (max-width: 1400px) {
    .cs_card.cs_style_4 {
        width:900px
    }
}

@media (max-width: 1199px) {
    .cs_card.cs_style_4 {
        width:850px
    }
}

@media (max-width: 991px) {
    .cs_card.cs_style_4 {
        width:500px
    }
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 {
        width:400px
    }
}

@media (max-width: 575px) {
    .cs_card.cs_style_4 {
        width:calc(100vw - 24px)
    }
}

.cs_card.cs_style_4 .cs_card_thumb {
    width: 100%;
    height: 480px
}

@media (max-width: 1199px) {
    .cs_card.cs_style_4 .cs_card_thumb {
        height:400px
    }
}

@media (max-width: 991px) {
    .cs_card.cs_style_4 .cs_card_thumb {
        margin-bottom:20px
    }
}

.cs_card.cs_style_4 .cs_card_info_list {
    flex: none;
    gap: 10px 54px;
    display: flex
}

@media (max-width: 575px) {
    .cs_card.cs_style_4 .cs_card_info_list {
        flex-wrap:wrap;
        gap: 10px 30px
    }
}

.cs_card.cs_style_4 .cs_card_info {
    color: #7f8f80;
    justify-content: space-between;
    gap: 15px 30px;
    display: flex
}

@media (max-width: 991px) {
    .cs_card.cs_style_4 .cs_card_info {
        flex-direction:column
    }
}

.cs_card.cs_style_4 .cs_card_text {
    flex: none;
    width: 100%;
    max-width: 410px
}

@media (max-width: 991px) {
    .cs_card.cs_style_4 .cs_card_text {
        max-width:100%
    }
}

.cs_card.cs_style_5 .cs_card_info_list,.cs_card.cs_style_6 .cs_card_info_list {
    flex-wrap: wrap;
    gap: 10px 50px;
    display: flex
}

@media (max-width: 575px) {
    .cs_card.cs_style_5 .cs_card_info_list,.cs_card.cs_style_6 .cs_card_info_list {
        gap:10px 25px
    }
}

.cs_card.cs_style_5 .cs_card_title a,.cs_card.cs_style_6 .cs_card_title a {
    background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 3px;
    transition: background-size .42s cubic-bezier(.49,.49,.08,1),color .27s ease-out
}

.cs_card.cs_style_5 .cs_card_title a:hover,.cs_card.cs_style_6 .cs_card_title a:hover {
    color: inherit;
    background-position: 0 100%;
    background-size: 100% 3px
}

.cs_card.cs_style_5 {
    gap: 40px;
    display: flex
}

@media (max-width: 1199px) {
    .cs_card.cs_style_5 {
        gap:20px
    }
}

@media (max-width: 991px) {
    .cs_card.cs_style_5 {
        flex-direction:column
    }
}

.cs_card.cs_style_5 .cs_card_thumb {
    border-radius: 20px;
    flex: none;
    width: 48%;
    display: block;
    overflow: hidden
}

@media (max-width: 991px) {
    .cs_card.cs_style_5 .cs_card_thumb {
        width:100%
    }
}

.cs_card.cs_style_5 .cs_card_thumb img {
    border-radius: 20px;
    transition: all 1.2s
}

.cs_card.cs_style_5 .cs_card_thumb a.cs_card_thumb:hover img {
    transform: scale(1.06)
}

.cs_card.cs_style_5 .cs_card_right {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    gap: 15px 30px;
    display: flex
}

.cs_card.cs_style_6 {
    padding: 120px 0;
    position: relative
}

@media (max-width: 991px) {
    .cs_card.cs_style_6 {
        padding:70px 0
    }
}

.cs_card.cs_style_6:before {
    content: "";
    background-color: var(--heading-color);
    opacity: .25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_card.cs_style_6 .container {
    z-index: 2;
    position: relative
}

.cs_card.cs_style_6 .cs_card_in {
    justify-content: space-between;
    gap: 40px 150px;
    display: flex
}

@media (max-width: 1400px) {
    .cs_card.cs_style_6 .cs_card_in {
        gap:40px
    }
}

@media (max-width: 1199px) {
    .cs_card.cs_style_6 .cs_card_in {
        flex-direction:column;
        gap: 25px 0
    }
}

.cs_card.cs_style_6 .cs_card_left {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    gap: 150px 0;
    display: flex
}

@media (max-width: 1199px) {
    .cs_card.cs_style_6 .cs_card_left {
        gap:25px 0
    }
}

.cs_card.cs_style_6 .cs_card_right {
    flex: none;
    align-items: flex-end;
    width: 100%;
    max-width: 500px;
    display: flex
}

@media (max-width: 1400px) {
    .cs_card.cs_style_6 .cs_card_right {
        max-width:450px
    }
}

@media (max-width: 1199px) {
    .cs_card.cs_style_6 .cs_card_right {
        max-width:800px
    }
}

.cs_gallery.cs_style_1 {
    cursor: pointer;
    height: 383px;
    transition: all .4s;
    position: relative;
    overflow: hidden
}

.cs_gallery.cs_style_1:before {
    content: "";
    background-color: var(--heading-color);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0
}

.cs_gallery.cs_style_1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s
}

.cs_gallery.cs_style_1 .cs_gallery_info_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_gallery.cs_style_1 .cs_gallery_info {
    z-index: 2;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(102deg,rgba(255,255,255,.5) 2.43%,rgba(255,255,255,.1) 91.88%);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    flex-direction: column;
    width: 126px;
    height: 126px;
    padding: 10px;
    transition: all .4s;
    transform: scale(0)
}

.cs_gallery.cs_style_1:hover:before {
    opacity: .75;
    border-radius: 20px
}

.cs_gallery.cs_style_1:hover img {
    border-radius: 20px
}

.cs_gallery.cs_style_1:hover .cs_gallery_info {
    opacity: 1;
    transform: scale(1)
}

.cs_grid_gallery {
    grid-template-columns: repeat(auto-fill,minmax(250px,3fr));
    width: 100%;
    display: grid
}

.cs_gallery_grid_1 {
    column-count: 3;
    gap: 24px;
    margin-bottom: -24px
}

.cs_gallery_grid_1>* {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .cs_gallery_grid_1 {
        column-count:1
    }

    .cs_gallery_grid_1 .cs_gallery.cs_style_1 {
        max-height: 500px
    }
}


@media only screen and (max-width: 1620px) {
    .cs_card.cs_style_3 .cs_card_in {padding-left: 40px;}
    .cs_card.cs_style_3:nth-child(5) {left: 74%;}
    .cs_card.cs_style_3:nth-child(3) {left: 37%;}
    .csp-last{padding-right: 35px;}
    .cs_card.cs_style_3:nth-child(2) {left: 15%;}
    .cs_card.cs_style_3:nth-child(4) {left: 55%;}
}


@media only screen and (max-width: 1460px) {
    .csp-last {padding-right: 75px;}
}


@media only screen and (max-width: 460px) {
    .third-preocess {padding-bottom: 0px !important;}
    .csp-last {padding-right: 0px !important;}
}