@charset "UTF-8";
/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Isotope
7. Video Popup
8. Sidebar
9. Post Details
10. Portfolio Details
11. Service Details
12. Form
13. Commingsoon
14. Header
15. Footer
16. Accordian
17. Countdown
18. Counter
19. CTA
20. Contact
21. Menu Card
22. Expertise
23. Event
24. Gallery
25. Hero
26. Icon Box
27. Image Box
28. Info Card
29. Logo Carousel
30. Newsletter
31. Portfolio
32. Post
33. Pricing Table
34. Progressbar
35. Product
36. Shop Sidebar
37. Section Heading
38. Team
39. Testimonial
40. Text Box
41. Course
42. Video Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
    color: #78778f;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #0b0a60;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
    line-height: 1.2em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 25px;
}

ul {
    margin: 0 0 25px 0;
    padding-right: 20px;
    list-style: square outside none;
}

ol {
    padding-right: 20px;
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

    table th {
        font-weight: 600;
        color: #78778f;
    }

    table td,
    table th {
        border-top: 1px solid #eeeeff;
        padding: 11px 10px;
    }

dl {
    margin-bottom: 25px;
}

    dl dt {
        font-weight: 600;
    }

b,
strong {
    font-weight: bold;
}

pre {
/*    color: #78778f;
    border: 1px solid #eeeeff;
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;*/
    direction:rtl;
}

kbd {
    font-size: 100%;
    background-color: #78778f;
    border-radius: 5px;
}
body, b, h1, h2, h3, h4, h5, h6, p, pre, a {
    font-family: "Cairo", serif !important;
}

@media screen and (max-width: 991px) {
    body,
    html {
        font-size: 16px;
        line-height: 1.6em;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
}
/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
.cs-preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100vh;
}

.cs-preloader_bg {
    text-align: center;
    height: 100%;
    width: 100%;
}

.cs-preloader_in {
    width: 120px;
    height: 120px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
}

    .cs-preloader_in:after {
        content: "";
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-top-color: currentColor;
        border-radius: 50%;
        position: absolute;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        right: 50%;
        top: 50%;
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        margin-right: -60px;
        margin-top: -60px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .cs-height_0 {
        height: 0px;
    }

    .cs-height_5 {
        height: 5px;
    }

    .cs-height_10 {
        height: 10px;
    }

    .cs-height_15 {
        height: 15px;
    }

    .cs-height_20 {
        height: 20px;
    }

    .cs-height_25 {
        height: 25px;
    }

    .cs-height_30 {
        height: 30px;
    }

    .cs-height_35 {
        height: 35px;
    }

    .cs-height_40 {
        height: 40px;
    }

    .cs-height_45 {
        height: 45px;
    }

    .cs-height_50 {
        height: 50px;
    }

    .cs-height_55 {
        height: 55px;
    }

    .cs-height_60 {
        height: 60px;
    }

    .cs-height_65 {
        height: 65px;
    }

    .cs-height_70 {
        height: 70px;
    }

    .cs-height_75 {
        height: 75px;
    }

    .cs-height_80 {
        height: 80px;
    }

    .cs-height_85 {
        height: 85px;
    }

    .cs-height_90 {
        height: 90px;
    }

    .cs-height_95 {
        height: 95px;
    }

    .cs-height_100 {
        height: 100px;
    }

    .cs-height_105 {
        height: 105px;
    }

    .cs-height_110 {
        height: 110px;
    }

    .cs-height_115 {
        height: 115px;
    }

    .cs-height_120 {
        height: 120px;
    }

    .cs-height_125 {
        height: 125px;
    }

    .cs-height_130 {
        height: 130px;
    }

    .cs-height_135 {
        height: 135px;
    }

    .cs-height_140 {
        height: 140px;
    }

    .cs-height_145 {
        height: 145px;
    }

    .cs-height_150 {
        height: 150px;
    }

    .cs-height_155 {
        height: 155px;
    }

    .cs-height_160 {
        height: 160px;
    }

    .cs-height_165 {
        height: 165px;
    }

    .cs-height_170 {
        height: 170px;
    }

    .cs-height_175 {
        height: 175px;
    }

    .cs-height_180 {
        height: 180px;
    }

    .cs-height_185 {
        height: 185px;
    }

    .cs-height_190 {
        height: 190px;
    }

    .cs-height_195 {
        height: 195px;
    }

    .cs-height_200 {
        height: 200px;
    }

    .cs-height_205 {
        height: 205px;
    }

    .cs-height_210 {
        height: 210px;
    }
}

@media screen and (max-width: 991px) {
    .cs-height_lg_0 {
        height: 0px;
    }

    .cs-height_lg_5 {
        height: 5px;
    }

    .cs-height_lg_10 {
        height: 10px;
    }

    .cs-height_lg_15 {
        height: 15px;
    }

    .cs-height_lg_20 {
        height: 20px;
    }

    .cs-height_lg_25 {
        height: 25px;
    }

    .cs-height_lg_30 {
        height: 30px;
    }

    .cs-height_lg_35 {
        height: 35px;
    }

    .cs-height_lg_40 {
        height: 40px;
    }

    .cs-height_lg_45 {
        height: 45px;
    }

    .cs-height_lg_50 {
        height: 50px;
    }

    .cs-height_lg_55 {
        height: 55px;
    }

    .cs-height_lg_60 {
        height: 60px;
    }

    .cs-height_lg_65 {
        height: 65px;
    }

    .cs-height_lg_70 {
        height: 70px;
    }

    .cs-height_lg_75 {
        height: 75px;
    }

    .cs-height_lg_80 {
        height: 80px;
    }

    .cs-height_lg_85 {
        height: 85px;
    }

    .cs-height_lg_90 {
        height: 90px;
    }

    .cs-height_lg_95 {
        height: 95px;
    }

    .cs-height_lg_100 {
        height: 100px;
    }

    .cs-height_lg_105 {
        height: 105px;
    }

    .cs-height_lg_110 {
        height: 110px;
    }

    .cs-height_lg_115 {
        height: 115px;
    }

    .cs-height_lg_120 {
        height: 120px;
    }

    .cs-height_lg_125 {
        height: 125px;
    }

    .cs-height_lg_130 {
        height: 130px;
    }

    .cs-height_lg_135 {
        height: 135px;
    }

    .cs-height_lg_140 {
        height: 140px;
    }

    .cs-height_lg_145 {
        height: 145px;
    }

    .cs-height_lg_150 {
        height: 150px;
    }

    .cs-height_lg_155 {
        height: 155px;
    }

    .cs-height_lg_160 {
        height: 160px;
    }

    .cs-height_lg_165 {
        height: 165px;
    }

    .cs-height_lg_170 {
        height: 170px;
    }

    .cs-height_lg_175 {
        height: 175px;
    }

    .cs-height_lg_180 {
        height: 180px;
    }

    .cs-height_lg_185 {
        height: 185px;
    }

    .cs-height_lg_190 {
        height: 190px;
    }

    .cs-height_lg_195 {
        height: 195px;
    }

    .cs-height_lg_200 {
        height: 200px;
    }

    .cs-height_lg_205 {
        height: 205px;
    }

    .cs-height_lg_210 {
        height: 210px;
    }
}
/*--------------------------------------------------------------
4. General
----------------------------------------------------------------*/
.container {
    max-width: 1200px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row > * {
        padding-right: 15px;
        padding-left: 15px;
    }

.cs-row_gap_20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .cs-row_gap_20 > div {
        padding-right: 10px;
        padding-left: 10px;
    }

.cs-text_underline {
    text-decoration: underline;
}

.cs-white,
.cs-white_hover:hover {
    color: #fff;
}

.cs-white_10,
.cs-white_hover_10:hover {
    color: rgba(255, 255, 255, 0.1);
}

.cs-white_20,
.cs-white_hover_20:hover {
    color: rgba(255, 255, 255, 0.2);
}

.cs-white_30,
.cs-white_hover_30:hover {
    color: rgba(255, 255, 255, 0.3);
}

.cs-white_40,
.cs-white_hover_40:hover {
    color: rgba(255, 255, 255, 0.4);
}

.cs-white_50,
.cs-white_hover_50:hover {
    color: rgba(255, 255, 255, 0.5);
}

.cs-white_60,
.cs-white_hover_60:hover {
    color: rgba(255, 255, 255, 0.6);
}

.cs-white_70,
.cs-white_hover_70:hover {
    color: rgba(255, 255, 255, 0.7);
}

.cs-white_80,
.cs-white_hover_80:hover {
    color: rgba(255, 255, 255, 0.8);
}

.cs-white_90,
.cs-white_hover_90:hover {
    color: rgba(255, 255, 255, 0.9);
}

.cs-ternary_color,
.cs-ternary_color_hover:hover {
    color: #9998a8;
}

.cs-transparent:hover {
    background-color: transparent;
}

.cs-white_bg,
.cs-white_bg_hover:hover {
    background-color: #fff;
}

.cs-white_1_bg,
.cs-white_1_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.01);
}

.cs-white_2_bg,
.cs-white_2_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.cs-white_3_bg,
.cs-white_3_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.cs-white_4_bg,
.cs-white_4_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.04);
}

.cs-white_5_bg,
.cs-white_5_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.cs-white_6_bg,
.cs-white_6_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.cs-white_7_bg,
.cs-white_7_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.cs-white_8_bg,
.cs-white_8_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.cs-white_9_bg,
.cs-white_9_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.09);
}

.cs-white_10_bg,
.cs-white_10_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.cs-white_15_bg,
.cs-white_15_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.cs-white_20_bg,
.cs-white_20_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.cs-white_25_bg,
.cs-white_25_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.cs-white_30_bg,
.cs-white_30_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.cs-white_35_bg,
.cs-white_35_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.cs-white_40_bg,
.cs-white_40_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.cs-white_45_bg,
.cs-white_45_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.45);
}

.cs-white_50_bg,
.cs-white_50_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.cs-white_60_bg,
.cs-white_60_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.cs-white_70_bg,
.cs-white_70_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.cs-white_80_bg,
.cs-white_80_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.cs-white_90_bg,
.cs-white_90_bg_hover:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.cs-white_border,
.cs-white_border_hover:hover {
    border-color: #fff;
}

.cs-light {
    font-weight: 300;
}

.cs-normal {
    font-weight: 400;
}

.cs-medium {
    font-weight: 500;
}

.cs-semi_bold {
    font-weight: 600;
}

.cs-bold {
    font-weight: 700;
}

.cs-extra_bold {
    font-weight: 800;
}

.cs-black {
    font-weight: 900;
}

.cs-transition_3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-transition_4 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cs-rounded {
    border-radius: 2em !important;
}

.cs-no_rounded {
    border-radius: 0 !important;
}

.cs-align_right {
    margin-right: auto;
}

.cs-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #f2f1ff;
}

.cs-left_space_35 {
    margin-left: 35px;
}

.cs-right_space_35 {
    margin-right: 35px;
}

.cs-empty_cart {
    padding: 60px 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
}

.cs-table.cs-style1 {
    font-size: 16px;
    padding: 30px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
}

    .cs-table.cs-style1 .table {
        margin-bottom: 0;
        min-width: 520px;
    }

    .cs-table.cs-style1 td,
    .cs-table.cs-style1 th {
        padding: 14px 15px;
        vertical-align: middle;
    }

        .cs-table.cs-style1 td:first-child,
        .cs-table.cs-style1 th:first-child {
            padding-right: 40px;
        }

        .cs-table.cs-style1 td:last-child,
        .cs-table.cs-style1 th:last-child {
            padding-left: 40px;
        }

    .cs-table.cs-style1 th {
        border-bottom: none;
        border-top: none;
    }

    .cs-table.cs-style1 tbody tr:last-child td {
        border-bottom: none;
    }

    .cs-table.cs-style1 .cs-btn.cs-style1 {
        padding: 0.55em 1.5em;
    }

.cs-update_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px 0;
    border-width: 1px 0 0;
    border-style: solid;
}

    .cs-update_cart .cs-update_left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15%;
    }

    .cs-update_cart .cs-btn.cs-style1:hover {
        -webkit-transform: initial;
        transform: initial;
    }

.cs-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-coupon .cs-coupon_input {
        height: 45px;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        padding: 5px 20px;
        margin-left: 10px;
        width: 100%;
        outline: none;
    }

    .cs-coupon .cs-btn.cs-style1 {
        padding: 0.55em 1.5em;
    }

        .cs-coupon .cs-btn.cs-style1:hover {
            -webkit-transform: initial;
            transform: initial;
        }

@media screen and (min-width: 1200px) {
    .cs-row_gap_50 {
        margin-right: -25px;
        margin-left: -25px;
    }

        .cs-row_gap_50 > div {
            padding-right: 25px;
            padding-left: 25px;
        }

    .cs-row_gap_40 {
        margin-right: -20px;
        margin-left: -20px;
    }

        .cs-row_gap_40 > div {
            padding-right: 20px;
            padding-left: 20px;
        }

    .cs-row_gap_80 {
        margin-right: -40px;
        margin-left: -40px;
    }

        .cs-row_gap_80 > div {
            padding-right: 40px;
            padding-left: 40px;
        }
}

.cs-shape_bg {
    position: relative;
}

    .cs-shape_bg:after {
        content: "";
        position: absolute;
        height: 100%;
        z-index: -1;
    }

    .cs-shape_bg.cs-style1:after {
        width: 100vw;
        top: 0;
        right: 40%;
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }

    .cs-shape_bg.cs-style2:after {
        width: 85%;
        top: 0;
    }

    .cs-shape_bg.cs-style3:after {
        width: 85%;
        top: 0;
        border-radius: 90px 0 0 90px;
    }

    .cs-shape_bg.cs-style4:after {
        width: 32%;
        top: 0;
        right: 0;
        border-radius: 80px 0 0 80px;
    }

    .cs-shape_bg.cs-style5:after {
        width: 43%;
        top: 0;
        left: 0;
        border-radius: 0 80px 80px 0;
    }

    .cs-shape_bg.cs-style6:after {
        width: 38%;
        top: 0;
        right: 0;
        border-radius: 100px 0 0 0;
    }

    .cs-shape_bg.cs-style7:after {
        width: 46%;
        top: 0;
        right: -10%;
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }

    .cs-shape_bg.cs-style8:after {
        width: 76%;
        top: 0;
        right: -10%;
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }

.cs-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-bg1 {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.cs-bg2 {
    background-position: left bottom;
    background-repeat: no-repeat;
}

.cs-bg-100 {
    background-size: 100% 100%;
}

.cs-vertical_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

.cs-vertical_middle_in {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.cs-content {
    overflow-x: hidden;
}

.cs-sticky_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.cs-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cs-review {
    color: #ffa61a;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    line-height: 1.2em;
    width: 102px;
    position: relative;
    font-weight: 900;
    letter-spacing: 4px;
}

    .cs-review:before {
        content: "\f005\f005\f005\f005\f005";
        font-weight: 400;
    }

    .cs-review .cs-review_in {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

        .cs-review .cs-review_in:after {
            content: "\f005\f005\f005\f005\f005";
        }

.cs-gray_bg {
    background-color: #fdfbfb;
}

.cs-left_full_width {
    height: 100%;
    width: 50vw;
    margin-right: calc(-50vw + 102.7%);
    text-align: center;
}

    .cs-left_full_width.cs-space_right_130 {
        padding-left: 130px;
    }

    .cs-left_full_width.cs-space_right_105 {
        padding-left: 105px;
    }

    .cs-left_full_width.cs-space_right_90 {
        padding-left: 90px;
    }

.cs-right_full_width {
    height: 100%;
    width: 50vw;
    margin-right: -15px;
    text-align: center;
}

.cs-gap_20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .cs-gap_20 > div {
        padding-left: 10px;
        padding-right: 10px;
    }

@media screen and (min-width: 1200px) {
    .cs-gap_60 {
        margin-right: -30px;
        margin-left: -30px;
    }

        .cs-gap_60 > * {
            padding-left: 30px;
            padding-right: 30px;
        }

    .cs-gap_70 {
        margin-right: -35px;
        margin-left: -35px;
    }

        .cs-gap_70 > * {
            padding-left: 35px;
            padding-right: 35px;
        }
}

.cs-shape {
    position: absolute;
}

    .cs-shape.cs-style1 {
        right: -5.5%;
        top: 28%;
    }

        .cs-shape.cs-style1 .cs-shape_in {
            width: 550px;
            height: 290px;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 30px;
            -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
        }

        .cs-shape.cs-style1 span {
            position: absolute;
            height: 100%;
            width: 100%;
            border-radius: inherit;
            border: 1px solid rgba(255, 255, 255, 0.1);
            top: 30px;
            left: 30px;
        }

    .cs-shape.cs-style2 {
        left: 6%;
        top: -70px;
    }

        .cs-shape.cs-style2 .cs-shape_in {
            width: 550px;
            height: 290px;
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 15px;
            -webkit-transform: rotate(22.5deg);
            transform: rotate(22.5deg);
        }

        .cs-shape.cs-style2 span {
            display: block;
            height: 100%;
            width: 100%;
            border-radius: inherit;
            background-color: rgba(255, 255, 255, 0.05);
        }

    .cs-shape.cs-style3 {
        right: 12%;
        top: -4%;
    }

        .cs-shape.cs-style3 .cs-shape_in {
            width: 310px;
            height: 310px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.04);
            padding: 15px;
        }

        .cs-shape.cs-style3 span {
            display: block;
            height: 100%;
            width: 100%;
            border-radius: inherit;
            background-color: rgba(255, 255, 255, 0.03);
        }

    .cs-shape.cs-style4 {
        right: -3.5%;
        top: 56%;
    }

        .cs-shape.cs-style4 .cs-shape_in {
            border: 60px solid rgba(255, 255, 255, 0.03);
            height: 322px;
            width: 322px;
            border-radius: 50%;
        }

.cs-parallax [class*=cs-to_],
.cs-bg_parallax {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cs-bg_parallax {
    background-repeat: repeat;
}

.cs-tab {
    display: none;
}

    .cs-tab.active {
        display: block;
    }

.cs-switch {
    width: 90px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

    .cs-switch span {
        position: absolute;
        top: 6px;
        right: 6px;
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background-color: #fff;
    }

.cs-tab_links.cs-style1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}

    .cs-tab_links.cs-style1 a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        padding: 9px 38px;
        border-radius: 5px;
    }

    .cs-tab_links.cs-style1 .active a {
        color: #fff;
    }

.cs-tab_links.cs-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.6em;
}

    .cs-tab_links.cs-style2 li:not(:last-child) {
        margin-left: 35px;
    }

    .cs-tab_links.cs-style2 a {
        display: inline-block;
        padding: 10px 15px 12px;
        position: relative;
    }

        .cs-tab_links.cs-style2 a:after {
            content: "";
            position: absolute;
            height: 2px;
            width: 0%;
            background-color: currentColor;
            bottom: 0;
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            -webkit-transition: inherit;
            transition: inherit;
        }

    .cs-tab_links.cs-style2 .active a:after {
        width: 100%;
    }

.cs-tab_links.cs-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

    .cs-tab_links.cs-style3 li {
        margin-bottom: 10px;
    }

        .cs-tab_links.cs-style3 li:not(:last-child) {
            margin-left: 10px;
        }

    .cs-tab_links.cs-style3 a {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: 500;
        padding: 11px 30px;
    }

.cs-tab_links.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
}

    .cs-tab_links.cs-style4 li:first-child a {
        padding-left: 60px;
    }

    .cs-tab_links.cs-style4 li:last-child a {
        padding-right: 60px;
    }

    .cs-tab_links.cs-style4 li a {
        position: relative;
    }

    .cs-tab_links.cs-style4 li .cs-switch span {
        right: 56px;
    }

    .cs-tab_links.cs-style4 li.active .cs-switch span {
        right: 6px;
    }

    .cs-tab_links.cs-style4 li .cs-switch {
        position: absolute;
        left: -45px;
        top: 50%;
        margin-top: -19px;
    }

.cs-tab_links.cs-style5 {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

    .cs-tab_links.cs-style5 li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cs-tab_links.cs-style5 a {
        display: block;
        text-align: left;
        padding: 33px 35px;
    }

    .cs-tab_links.cs-style5 p {
        margin: 0;
        font-size: 16px;
        line-height: 1.6em;
    }

    .cs-tab_links.cs-style5 h3 {
        margin: 0;
        font-size: 24px;
    }

.cs-tabs.cs-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

    .cs-tabs.cs-style2 .cs-tab_links.cs-style5 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 285px;
    }

    .cs-tabs.cs-style2 .cs-tab_content {
        border: 5px solid #fff;
        padding: 8px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-shadow: 0px 5px 80px 0px rgba(28, 24, 64, 0.1);
        box-shadow: 0px 5px 80px 0px rgba(28, 24, 64, 0.1);
    }

.cs-list.cs-style1 {
    font-size: 18px;
    line-height: 1.6em;
}

    .cs-list.cs-style1 li > i {
        margin-left: 15px;
        position: relative;
        top: 1px;
    }

    .cs-list.cs-style1 li:not(:last-child) {
        margin-bottom: 15px;
    }

.cs-post_pagination.cs-style1,
.cs-post_pagination.cs-style2,
.cs-post_pagination.cs-style3 {
    position: relative;
    z-index: 3;
}

    .cs-post_pagination.cs-style1 ul,
    .cs-post_pagination.cs-style2 ul,
    .cs-post_pagination.cs-style3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cs-post_pagination.cs-style1 .page-numbers,
    .cs-post_pagination.cs-style2 .page-numbers,
    .cs-post_pagination.cs-style3 .page-numbers {
        font-size: 20px;
    }

        .cs-post_pagination.cs-style1 .page-numbers > li,
        .cs-post_pagination.cs-style2 .page-numbers > li,
        .cs-post_pagination.cs-style3 .page-numbers > li {
            margin-left: 10px;
        }

            .cs-post_pagination.cs-style1 .page-numbers > li:last-child,
            .cs-post_pagination.cs-style2 .page-numbers > li:last-child,
            .cs-post_pagination.cs-style3 .page-numbers > li:last-child {
                margin-left: 0;
            }

        .cs-post_pagination.cs-style1 .page-numbers .page-number {
            width: 45px;
            height: 45px;
            background-color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 5px;
        }

            .cs-post_pagination.cs-style1 .page-numbers .page-number.next {
                -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
            }

            .cs-post_pagination.cs-style1 .page-numbers .page-number:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .cs-post_pagination.cs-style1 .page-numbers .page-number.current {
                color: #fff !important;
            }

    .cs-post_pagination.cs-style1.cs-with_round .page-number {
        border-radius: 50%;
    }

    .cs-post_pagination.cs-style2 .page-numbers .page-number {
        width: 40px;
        height: 40px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        border: 1px solid transparent;
    }

    .cs-post_pagination.cs-style3 .page-numbers > li {
        margin-left: 30px;
    }

.cs-post_pagination.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 2.3px;
}

    .cs-post_pagination.cs-style4 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cs-post_pagination.cs-style4 a.cs-previous i {
            margin-left: 15px;
        }

        .cs-post_pagination.cs-style4 a.cs-next i {
            margin-right: 15px;
        }

.cs-page_head.cs-style1 {
    height: 600px;
}

    .cs-page_head.cs-style1::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .cs-page_head.cs-style1 > * {
        position: relative;
        z-index: 2;
    }

    .cs-page_head.cs-style1 .cs-page_title {
        font-size: 70px;
        margin-bottom: 5px;
    }

    .cs-page_head.cs-style1 .cs-breadcrumb.cs-style1 {
        color: rgba(255, 255, 255, 0.8);
    }

        .cs-page_head.cs-style1 .cs-breadcrumb.cs-style1 a {
            color: #fff;
        }

.hamburger_active .cs-breadcrumb.cs-style1.cs-type1 {
    z-index: 0;
}

.cs-post_label.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}

    .cs-post_label.cs-style1 .cs-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

        .cs-post_label.cs-style1 .cs-avatar:hover .cs-avatar_name:after {
            opacity: 1;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .cs-post_label.cs-style1 .cs-avatar_image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 54px;
        width: 54px;
        border-radius: 50%;
        margin-left: 15px;
        border: 2px solid rgba(255, 255, 255, 0.15);
    }

        .cs-post_label.cs-style1 .cs-avatar_image img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit;
        }

    .cs-post_label.cs-style1 .cs-post_date {
        font-size: 20px;
        font-weight: 500;
        color: #bab9ff;
        margin-right: 20px;
        padding-right: 20px;
        line-height: 1em;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .cs-post_label.cs-style1 .cs-avatar_name {
        display: inline-block;
        position: relative;
    }

        .cs-post_label.cs-style1 .cs-avatar_name:after {
            content: "";
            height: 1px;
            background-color: #fff;
            width: 100%;
            position: absolute;
            bottom: -2px;
            right: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

.cs-hover_layer,
.cs-hover_layer1,
.cs-hover_layer3,
.cs-hover_layer4 {
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: perspective(600px) translate3d(0, 0, 0);
    transform: perspective(600px) translate3d(0, 0, 0);
}

.cs-hover_layer2 {
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cs-hover_layer5 {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cs-google_map.cs-style1 {
    height: 480px;
}

    .cs-google_map.cs-style1 iframe {
        height: 100%;
        width: 100%;
        border: none;
        border-radius: inherit;
    }

.cs-google1_space {
    margin-left: 50px;
}

.cs-error {
    padding: 60px 30px;
    min-height: 100vh;
}

    .cs-error .cs-error_thumb {
        margin-bottom: 25px;
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
        height: 520px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .cs-error .cs-error_thumb.cs-no_img {
            display: none;
        }

    .cs-error .cs-error_subtitle {
        font-size: 30px;
        margin-bottom: 32px;
    }

.cs-image_with_pertical.cs-style1 {
    position: relative;
}

    .cs-image_with_pertical.cs-style1 > img {
        position: relative;
        z-index: 1;
    }

    .cs-image_with_pertical.cs-style1 .cs-shape_position1 {
        right: 37%;
        top: -5%;
    }

    .cs-image_with_pertical.cs-style1 .cs-shape_position5 {
        right: 13%;
        top: 86%;
    }

    .cs-image_with_pertical.cs-style1 .cs-shape_position4 {
        right: 75%;
        top: 0%;
    }

    .cs-image_with_pertical.cs-style1 .cs-shape_position7 {
        right: 80%;
        top: 35%;
    }

.cs-about_img.cs-style1 {
    border-radius: 50px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(1, 0, 106, 0.2);
    box-shadow: 0px 10px 80px 0px rgba(1, 0, 106, 0.2);
}

.cs-image_carousel.cs-style1 {
    margin-top: -60px;
    margin-bottom: -60px;
}

    .cs-image_carousel.cs-style1 .cs-slider.cs-style1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_left {
        width: 460px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_right {
        margin-left: 0;
        height: 100%;
        width: 56vw;
        margin-right: 0;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_right_in {
        overflow: hidden;
        padding-right: 100px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 60px;
    }

    .cs-image_carousel.cs-style1 .cs-slider_container {
        margin-left: -18px;
        margin-right: -18px;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_item {
        padding: 0 18px;
    }

        .cs-image_carousel.cs-style1 .cs-image_carousel_item img {
            border-radius: 40px;
            border: 10px solid #fff;
            -webkit-box-shadow: 0px 10px 80px 0px rgba(1, 0, 106, 0.1);
            box-shadow: 0px 10px 80px 0px rgba(1, 0, 106, 0.1);
        }

.cs-extra_padding_img_carousel1 {
    padding-right: calc((100vw - 1175px) / 2);
}

.cs-post_categories.cs-style1 .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

    .cs-post_categories.cs-style1 .post-categories li:not(:last-child) {
        margin-left: 3px;
    }

        .cs-post_categories.cs-style1 .post-categories li:not(:last-child):after {
            content: ",";
        }

    .cs-post_categories.cs-style1 .post-categories a {
        display: inline-block;
        position: relative;
    }

        .cs-post_categories.cs-style1 .post-categories a:before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            bottom: 3px;
            background-color: currentcolor;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-post_categories.cs-style1 .post-categories a:after {
            content: "";
            height: 1px;
            background-color: currentcolor;
            width: 100%;
            position: absolute;
            bottom: 2px;
            right: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

        .cs-post_categories.cs-style1 .post-categories a:hover:after {
            opacity: 1;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.cs-post_categories.cs-style2 {
    margin-bottom: 15px;
}

    .cs-post_categories.cs-style2 .post-categories {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cs-post_categories.cs-style2 a {
        display: inline-block;
        font-size: 16px;
        border: 1px solid #fff;
        padding: 4px 15px;
        border-radius: 5px;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
    }

        .cs-post_categories.cs-style2 a:hover {
            background-color: #fff;
            color: #0b0a60;
        }

.cs-left_sidebar {
    margin-left: 30px;
}

.cs-right_sidebar {
    margin-right: 30px;
}

.cs-shape_waves {
    position: relative;
}

    .cs-shape_waves > * {
        position: relative;
        z-index: 10;
    }

    .cs-shape_waves:after {
        content: "";
        background-image: url(../img/shape1.html);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: -170px center;
        background-size: 85% 100%;
    }

.cs-shape_square > * {
    position: relative;
    z-index: 10;
}

.cs-shape_square:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f4f4f9;
    top: 0;
    right: 60%;
    border-radius: 60px;
}

.cs-shape_square.cs-shape_left:after {
    left: initial;
    right: -12%;
}

.cs-footer_widget:not(:last-child) {
    margin-bottom: 30px;
}

.cs-social_btns.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

    .cs-social_btns.cs-style1 a {
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        margin: 5px;
    }

.cs-social_btns.cs-type1 a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 48, 86, 0.1);
    box-shadow: 0px 8px 40px 0px rgba(0, 48, 86, 0.1);
}

.cs-social_btns.cs-type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cs-round_percentage {
    -webkit-transform: rotate(88deg);
    transform: rotate(88deg);
    fill: none;
    stroke: currentColor;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 0 999;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.cs-flying_img_wrap {
    position: relative;
}

    .cs-flying_img_wrap .cs-flying_img {
        position: absolute;
    }

    .cs-flying_img_wrap.cs-style1 .cs-posiiton1 {
        left: -10%;
        bottom: -135px;
    }

    .cs-flying_img_wrap.cs-style2 .cs-posiiton1 {
        right: -9%;
        top: 50%;
    }

    .cs-flying_img_wrap.cs-style2 .cs-posiiton2 {
        left: 0;
        top: 20%;
    }

    .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
        right: -1%;
        top: 50%;
        z-index: 1;
    }

    .cs-flying_img_wrap.cs-style3 .cs-posiiton2 {
        left: 0;
        top: -30%;
    }

    .cs-flying_img_wrap.cs-style4 .cs-posiiton1 {
        left: -11%;
        top: 20%;
    }

    .cs-flying_img_wrap.cs-style5 .cs-posiiton1 {
        right: 0;
        top: -12%;
    }

    .cs-flying_img_wrap.cs-style5 .cs-posiiton2 {
        left: 0;
        top: 50%;
    }

    .cs-flying_img_wrap.cs-style6 .cs-posiiton1 {
        right: 0;
        top: 20%;
    }

    .cs-flying_img_wrap.cs-style6 .cs-posiiton2 {
        left: 0;
        top: 10%;
    }

    .cs-flying_img_wrap.cs-style7 .cs-posiiton1 {
        right: 0;
        top: -20%;
    }

    .cs-flying_img_wrap.cs-style7 .cs-posiiton2 {
        left: 0;
        top: 50%;
    }

    .cs-flying_img_wrap.cs-style8 .cs-posiiton1 {
        right: 0;
        top: 70%;
    }

    .cs-flying_img_wrap.cs-style8 .cs-posiiton2 {
        left: 10%;
        top: 25%;
    }

    .cs-flying_img_wrap.cs-style9 .cs-posiiton1 {
        right: 10%;
        top: 70%;
    }

    .cs-flying_img_wrap.cs-style9 .cs-posiiton2 {
        left: 0;
        top: 20%;
    }

[class*=cs-section_overlay_] {
    position: relative;
}

    [class*=cs-section_overlay_]::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        background-color: #000;
    }

    [class*=cs-section_overlay_] > * {
        position: relative;
        z-index: 4;
    }

.cs-section_overlay_10::after {
    opacity: 0.1;
}

.cs-section_overlay_20::after {
    opacity: 0.2;
}

.cs-section_overlay_30::after {
    opacity: 0.3;
}

.cs-section_overlay_40::after {
    opacity: 0.4;
}

.cs-section_overlay_50::after {
    opacity: 0.5;
}

.cs-section_overlay_60::after {
    opacity: 0.6;
}

.cs-section_overlay_70::after {
    opacity: 0.7;
}

.cs-section_overlay_80::after {
    opacity: 0.8;
}

.cs-section_overlay_90::after {
    opacity: 0.9;
}

[class*=cs-gradient_overlay_] {
    position: relative;
}

    [class*=cs-gradient_overlay_]::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
    }

    [class*=cs-gradient_overlay_] > * {
        position: relative;
        z-index: 2;
    }

.cs-gradient_overlay_5::after {
    opacity: 0.05;
}

.cs-gradient_overlay_10::after {
    opacity: 0.1;
}

.cs-gradient_overlay_15::after {
    opacity: 0.15;
}

.cs-gradient_overlay_20::after {
    opacity: 0.2;
}

.cs-gradient_overlay_25::after {
    opacity: 0.25;
}

.cs-gradient_overlay_30::after {
    opacity: 0.3;
}

.cs-gradient_overlay_35::after {
    opacity: 0.35;
}

.cs-gradient_overlay_40::after {
    opacity: 0.4;
}

.cs-gradient_overlay_45::after {
    opacity: 0.45;
}

.cs-gradient_overlay_50::after {
    opacity: 0.5;
}

.cs-gradient_overlay_55::after {
    opacity: 0.55;
}

.cs-gradient_overlay_60::after {
    opacity: 0.6;
}

.cs-gradient_overlay_65::after {
    opacity: 0.65;
}

.cs-gradient_overlay_70::after {
    opacity: 0.7;
}

.cs-gradient_overlay_75::after {
    opacity: 0.75;
}

.cs-gradient_overlay_80::after {
    opacity: 0.8;
}

.cs-gradient_overlay_85::after {
    opacity: 0.85;
}

.cs-gradient_overlay_90::after {
    opacity: 0.9;
}

.cs-gradient_overlay_95::after {
    opacity: 0.95;
}

.cs-shape_animaiton {
    overflow: hidden;
    position: relative;
}

    .cs-shape_animaiton .container {
        position: relative;
        z-index: 2;
    }

    .cs-shape_animaiton .cs-hero_shape {
        position: absolute;
    }

    .cs-shape_animaiton .cs-posiiton1 {
        right: -18%;
        top: 20%;
        -webkit-animation: movingAnimation 15s alternate infinite linear;
        animation: movingAnimation 15s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton2 {
        right: 3%;
        top: 9%;
        -webkit-animation: movingAnimation 20s alternate infinite linear;
        animation: movingAnimation 20s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton3 {
        top: 80%;
        right: 13%;
        -webkit-animation: movingAnimation 35s alternate infinite linear;
        animation: movingAnimation 35s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton4 {
        top: 18%;
        right: 27%;
        -webkit-animation: movingAnimation 25s alternate infinite linear;
        animation: movingAnimation 25s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton5 {
        right: 38%;
        top: 76%;
        -webkit-animation: movingAnimation 30s alternate infinite linear;
        animation: movingAnimation 30s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton6 {
        top: 6%;
        right: 40%;
        -webkit-animation: movingAnimation 17s alternate infinite linear;
        animation: movingAnimation 17s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton7 {
        top: 38%;
        right: 52%;
        -webkit-animation: shapAnimation1 10s alternate infinite linear;
        animation: shapAnimation1 10s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton8 {
        top: 70%;
        right: 49%;
        -webkit-animation: movingAnimation 20s alternate infinite linear;
        animation: movingAnimation 20s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton9 {
        top: 8%;
        right: 94%;
        -webkit-animation: movingAnimation 35s alternate infinite linear;
        animation: movingAnimation 35s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton10 {
        right: -24%;
        top: -45%;
        -webkit-animation: movingAnimation 35s alternate infinite linear;
        animation: movingAnimation 35s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton11 {
        right: 3%;
        top: 5%;
        -webkit-animation: movingAnimation 15s alternate infinite linear;
        animation: movingAnimation 15s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton12 {
        right: 34%;
        top: 80%;
        -webkit-animation: movingAnimation 20s alternate infinite linear;
        animation: movingAnimation 20s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton13 {
        right: 81%;
        top: 79%;
        -webkit-animation: movingAnimation 25s alternate infinite linear;
        animation: movingAnimation 25s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton14 {
        right: 85%;
        top: 40%;
        -webkit-animation: movingAnimation 30s alternate infinite linear;
        animation: movingAnimation 30s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton15 {
        right: -5%;
        top: -20%;
        -webkit-animation: shapAnimation1 10s alternate infinite linear;
        animation: shapAnimation1 10s alternate infinite linear;
    }

    .cs-shape_animaiton .cs-posiiton16 {
        left: -5%;
        bottom: -20%;
        -webkit-animation: shapAnimation1 10s alternate infinite linear;
        animation: shapAnimation1 10s alternate infinite linear;
    }

.cs-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cs-breadcrumb.cs-style1 {
        font-size: 24px;
        line-height: 1.4em;
        padding: 13px 30px;
        border-radius: 5px;
    }

        .cs-breadcrumb.cs-style1 li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .cs-breadcrumb.cs-style1 li:not(:last-child)::after {
                content: "\f101";
                font-weight: 900;
                font-family: "Font Awesome 5 Free";
                position: relative;
                top: 2px;
                margin-right: 12px;
                margin-left: 12px;
            }

        .cs-breadcrumb.cs-style1.cs-type1 {
            height: 140px;
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            border-radius: 0;
            z-index: 101;
            padding: 20px 60px;
        }

            .cs-breadcrumb.cs-style1.cs-type1 a:hover {
                text-decoration: underline;
            }

    .cs-breadcrumb.cs-style2 {
        line-height: 1.4em;
        padding: 5px 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .cs-breadcrumb.cs-style2 li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .cs-breadcrumb.cs-style2 li:not(:last-child)::after {
                content: "\f101";
                font-weight: 900;
                font-family: "Font Awesome 5 Free";
                margin-right: 12px;
                margin-left: 12px;
            }

        .cs-breadcrumb.cs-style2 a {
            position: relative;
        }

            .cs-breadcrumb.cs-style2 a::after {
                content: "";
                position: absolute;
                height: 1px;
                width: 100%;
                background-color: currentColor;
                right: 0;
                bottom: 2px;
            }

        .cs-breadcrumb.cs-style2.cs-type1 li:not(:last-child)::after {
            content: "";
            height: 3px;
            width: 8px;
            background-color: currentColor;
        }

.cs-errro.cs-style1 {
    min-height: 100vh;
    padding: 100px 0;
}

    .cs-errro.cs-style1 .cs-errro_title {
        font-size: 50px;
    }

    .cs-errro.cs-style1 .cs-errro_img img {
        max-height: 500px;
    }

.cs-frame_2_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-frame_2_column .cs-frame_left,
    .cs-frame_2_column .cs-frame_right {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .cs-frame_2_column .cs-space_left_100 {
        padding-right: 100px;
    }

    .cs-frame_2_column .cs-space_right_100 {
        padding-left: 100px;
    }

hr {
    opacity: 1;
    height: 1px;
    border: none;
}

.cs-quantity.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    width: 110px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

    .cs-quantity.cs-style1 .cs-quantity_btn {
        outline: none;
        border: none;
        padding: 0;
        font-size: 12px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

    .cs-quantity.cs-style1 .cs-quantity_number {
        width: 40px;
        text-align: center;
        border: none;
        background-color: transparent;
        outline: none;
    }

.cs-single_product_img {
    height: 600px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-radius: 30px;
}

    .cs-single_product_img img {
        max-height: 100%;
    }

.cs-summary {
    font-size: 16px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    padding: 30px 0 40px;
}

.cs-summary_title {
    font-size: 18px;
    padding: 0 30px;
    margin-bottom: 18px;
}

.cs-summary_list {
    margin-bottom: 12px;
}

    .cs-summary_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 30px;
    }

        .cs-summary_list li:not(:last-child) {
            border-width: 0 0 1px 0;
            border-style: solid;
        }

    .cs-summary_list.cs-type1 li {
        padding: 12px 0px;
    }

        .cs-summary_list.cs-type1 li.cs-focus_item {
            padding: 25px 0px;
        }

            .cs-summary_list.cs-type1 li.cs-focus_item span:first-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .cs-summary_list.cs-type1 li.cs-focus_item i {
                margin-left: 12px;
                font-size: 18px;
                cursor: pointer;
            }

.cs-cart_total {
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px;
}

    .cs-cart_total .cs-cart_title {
        margin: 0;
        font-size: 32px;
    }

    .cs-cart_total .cs-total {
        font-size: 20px;
        line-height: 1.6em;
    }

.cs-list.cs-style2,
.cs-enroll_card {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 34, 22, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 34, 22, 0.15);
    border-radius: 5px;
    padding: 25px 30px 30px;
}

    .cs-list.cs-style2 h3,
    .cs-enroll_card h3 {
        font-size: 20px;
    }

    .cs-list.cs-style2 li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .cs-list.cs-style2 li i {
            margin-left: 5px;
        }

        .cs-list.cs-style2 li:not(:last-child) {
            margin-bottom: 10px;
        }

    .cs-enroll_card .cs-enroll_price {
        font-size: 36px;
        line-height: 1.2em;
    }

    .cs-enroll_card .cs-previous_price {
        font-size: 26px;
        text-decoration: line-through;
        position: relative;
        bottom: 2px;
        margin-right: 10px;
    }

    .cs-enroll_card h3 {
        margin-bottom: 15px;
    }

.cs-course_details_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 1.4em;
}

    .cs-course_details_meta a {
        text-decoration: underline;
    }

    .cs-course_details_meta > span:not(:last-child) {
        margin-left: 40px;
    }

    .cs-course_details_meta .cs-enrolled_number {
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        font-size: 20px;
        padding: 0 20px;
    }

.cs-seller_badge {
    font-size: 20px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}

.cs-seller_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-seller_review .cs-seller_badge {
        margin-left: 25px;
    }

    .cs-seller_review .cs-review {
        font-size: 18px;
        width: 119px;
    }

.cs-list.cs-style3 li:not(:last-child) {
    margin-bottom: 10px;
}

.cs-list.cs-style3 li i {
    margin-left: 5px;
}

.cs-checkout {
    font-size: 16px;
    line-height: 1.6em;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-checkout .cs-form_field {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .cs-checkout .cs-checkout_col {
        padding: 0 40px;
    }

        .cs-checkout .cs-checkout_col:first-child {
            width: 40%;
        }

        .cs-checkout .cs-checkout_col:last-child {
            width: 60%;
            border-width: 0 1px 0 0;
            border-style: solid;
        }

    .cs-checkout label {
        margin-bottom: 2px;
    }

.cs-checkout_alert {
    border-radius: 6px;
    padding: 15px 30px;
}

    .cs-checkout_alert a {
        text-decoration: underline;
    }

.cs-remove_boxshadow {
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
}

#cs-code pre {
    padding: 30px 30px;
    font-size: 14px;
    line-height: 1.6em;
}

.cs-code_toggle_btn {
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    padding: 15px 25px;
    cursor: pointer;
}

    .cs-code_toggle_btn > i {
        margin-left: 15px;
    }

.cs-code_wrap {
    position: relative;
    margin-top: -1px;
    display: none;
}

#cs-copy_btn {
    position: absolute;
    left: 20px;
    top: 15px;
}

@media screen and (max-width: 1700px) {
    .cs-shape_bg.cs-style2:after,
    .cs-shape_bg.cs-style3:after {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 1650px) {
    .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
        right: -7%;
    }
}

@media screen and (max-width: 1450px) {
    .cs-shape_bg.cs-style2:after,
    .cs-shape_bg.cs-style3:after {
        width: 100%;
        border-radius: 0;
    }

    .cs-bg1 {
        background-size: cover;
    }

    .cs-left_full_width.cs-space_right_105 {
        padding-left: 45px;
    }

    .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
        right: -15%;
    }

    .cs-flying_img_wrap.cs-style8 .cs-posiiton1 {
        display: none;
    }
}

@media screen and (max-width: 1360px) {
    .cs-flying_img_wrap.cs-style3 .cs-posiiton1,
    .cs-flying_img_wrap.cs-style3 .cs-posiiton2 {
        display: none;
    }

    .cs-left_full_width.cs-space_right_90 {
        padding-left: 40px;
    }

    .cs-flying_img_wrap.cs-style2 .cs-posiiton2,
    .cs-flying_img_wrap.cs-style2 .cs-posiiton1 {
        display: none;
    }

    .cs-breadcrumb.cs-style1.cs-type1 {
        height: 90px;
        top: 90px;
        width: 100%;
        padding: 20px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .cs-left_full_width.cs-space_right_105 {
        padding-left: 15px;
    }

    .cs-extra_padding_img_carousel1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_right_in {
        padding-right: 80px;
        padding-left: 30px;
    }

    .cs-image_carousel.cs-style1 .cs-image_carousel_right {
        width: calc(100% - 445px);
    }

    .cs-left_full_width.cs-space_right_90 {
        padding-left: 0;
    }

    .cs-flying_img_wrap.cs-style1 .cs-posiiton1 {
        display: none;
    }

    .cs-breadcrumb.cs-style1.cs-type1 {
        padding: 20px 15px;
    }

    .cs-frame_2_column .cs-space_left_100 {
        padding-right: 60px;
    }

    .cs-frame_2_column .cs-space_right_100 {
        padding-left: 60px;
    }

    .cs-left_sidebar {
        margin-left: 0px;
    }

    .cs-right_sidebar {
        margin-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .cs-hover_layer,
    .cs-hover_layer1,
    .cs-hover_layer3,
    .cs-hover_layer4 {
        -webkit-transform: initial !important;
        transform: initial !important;
    }

    .container {
        max-width: 700px;
    }

    .cs-breadcrumb.cs-style1 {
        font-size: 20px;
        padding: 10px 20px;
    }

    .cs-left_full_width {
        width: 100%;
        margin-right: 0;
    }

    .cs-page_head.cs-style1 .cs-page_title {
        font-size: 50px;
    }

    .cs-page_head.cs-style1 {
        height: 350px;
    }

    .cs-breadcrumb.cs-style2 li:not(:last-child)::after {
        margin-right: 8px;
        margin-left: 8px;
    }

    .cs-right_full_width {
        width: 100%;
        margin-right: 0;
    }

    .cs-shape {
        display: none;
    }

    .cs-left_full_width.cs-space_right_105 {
        padding-left: 0px;
    }

    .cs-tab_links.cs-style1 a {
        padding: 8px 15px;
    }

    .cs-shape_bg.cs-style4:after,
    .cs-shape_bg.cs-style5:after,
    .cs-shape_bg.cs-style6:after {
        border-radius: 0;
        width: 100%;
    }

    .cs-image_carousel.cs-style1 {
        margin-top: 0;
        margin-bottom: 0;
    }

        .cs-image_carousel.cs-style1 .cs-slider.cs-style1 {
            display: block;
        }

        .cs-image_carousel.cs-style1 .cs-image_carousel_right,
        .cs-image_carousel.cs-style1 .cs-image_carousel_left {
            width: 100%;
        }

        .cs-image_carousel.cs-style1 .cs-image_carousel_right_in {
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 0;
            overflow: initial;
        }

    .cs-extra_padding_img_carousel1 {
        max-width: 700px;
        margin: auto;
    }

    .cs-tabs.cs-style2 .cs-tab_links.cs-style5 {
        width: 160px;
    }

    .cs-tab_links.cs-style5 a {
        padding: 20px 20px;
    }

    .cs-tab_links.cs-style5 h3 {
        font-size: 20px;
    }

    .cs-tab_links.cs-style5 p {
        font-size: 14px;
        line-height: 1.4em;
    }

    .cs-shape_bg.cs-style7:after,
    .cs-shape_bg.cs-style8:after {
        width: 100%;
        right: 0;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .cs-shape_animaiton .cs-posiiton10 {
        display: none;
    }

    .cs-errro.cs-style1 .cs-errro_title {
        font-size: 40px;
    }

    .cs-frame_2_column .cs-space_left_100 {
        padding-right: 0;
    }

    .cs-frame_2_column .cs-space_right_100 {
        padding-left: 0;
    }

    .cs-frame_2_column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-frame_2_column .cs-frame_left,
        .cs-frame_2_column .cs-frame_right {
            width: 100%;
        }

        .cs-frame_2_column.cs-mobile_reverse {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

    .cs-breadcrumb.cs-style1 {
        font-size: 18px;
        padding: 8px 15px;
    }

    .cs-social_btns.cs-type2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cs-quantity.cs-style1 {
        height: 45px;
    }

    .cs-tab_links.cs-style2 {
        font-size: 18px;
    }

        .cs-tab_links.cs-style2 li:not(:last-child) {
            margin-left: 5px;
        }

    .cs-table.cs-style1 {
        font-size: 14px;
        padding: 10px 0;
        border-radius: 10px;
    }

        .cs-table.cs-style1 .table {
            margin-bottom: 0;
        }

        .cs-table.cs-style1 td,
        .cs-table.cs-style1 th {
            padding: 10px 7px;
            vertical-align: middle;
        }

            .cs-table.cs-style1 td:first-child,
            .cs-table.cs-style1 th:first-child {
                padding-right: 20px;
            }

            .cs-table.cs-style1 td:last-child,
            .cs-table.cs-style1 th:last-child {
                padding-left: 20px;
            }

        .cs-table.cs-style1 .cs-btn.cs-style1 {
            padding: 0.4em 0.8em;
        }

    .cs-coupon .cs-coupon_input {
        height: 36px;
        line-height: 36px;
        padding: 5px 10px;
    }

    .cs-coupon .cs-btn.cs-style1 {
        padding: 0.4em 0.8em;
    }

    .cs-update_cart {
        padding: 20px 20px 10px;
    }

    .cs-summary_title {
        padding: 0 20px;
    }

    .cs-summary_list li {
        padding: 10px 20px;
    }

    .cs-summary {
        padding: 30px 0 30px;
    }

    .cs-cart_total .cs-cart_title {
        font-size: 24px;
    }

    .cs-cart_total .cs-total {
        font-size: 18px;
    }

    .cs-cart_total {
        padding: 25px 20px;
    }

    .cs-course_details_meta {
        font-size: 20px;
    }

        .cs-course_details_meta .cs-enrolled_number {
            font-size: 16px;
            padding: 0 10px;
        }

        .cs-course_details_meta > span:not(:last-child) {
            margin-left: 20px;
        }

    .cs-seller_badge {
        font-size: 16px;
    }

    .cs-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-checkout .cs-coupon .cs-coupon_input {
            height: 41px;
        }

        .cs-checkout .cs-checkout_col {
            padding: 0 20px;
        }

            .cs-checkout .cs-checkout_col:first-child {
                width: 100%;
            }

            .cs-checkout .cs-checkout_col:last-child {
                border-width: 0;
                width: 100%;
            }
}

@media screen and (max-width: 767px) {
    .cs-empty_cart br {
        display: none;
    }

    .cs-empty_cart {
        padding: 50px 15px;
    }
}

@media screen and (max-width: 575px) {
    .cs-bg1 {
        background-position: center center;
    }

    .cs-page_head.cs-style1 .cs-page_title {
        font-size: 40px;
    }

    .cs-tab_links.cs-style3 a {
        font-size: 15px;
        padding: 8px 15px;
    }

    .cs-tab_links.cs-style3 li {
        margin-bottom: 5px;
    }

        .cs-tab_links.cs-style3 li:not(:last-child) {
            margin-left: 5px;
        }

    .cs-image_carousel.cs-style1 {
        padding-right: 8px;
        padding-left: 8px;
    }

        .cs-image_carousel.cs-style1 .cs-image_carousel_item {
            padding: 0 7px;
        }

            .cs-image_carousel.cs-style1 .cs-image_carousel_item img {
                border-radius: 20px;
                border-width: 5px;
            }

    .cs-tabs.cs-style2 {
        display: block;
    }

        .cs-tabs.cs-style2 .cs-tab_links.cs-style5 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: auto;
            width: 100%;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            .cs-tabs.cs-style2 .cs-tab_links.cs-style5 li {
                width: 120px;
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
            }

            .cs-tabs.cs-style2 .cs-tab_links.cs-style5 a {
                padding: 15px 8px;
                text-align: center;
            }

        .cs-tabs.cs-style2 .cs-tab_content {
            padding: 3px;
            border-width: 2px;
        }

    .cs-tab_links.cs-style5 li:not(:last-child) {
        border-bottom: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cs-flying_img_wrap.cs-style6 .cs-posiiton1 {
        display: none;
    }

    .cs-post_pagination.cs-style1 .page-numbers,
    .cs-post_pagination.cs-style2 .page-numbers {
        font-size: 18px;
    }

        .cs-post_pagination.cs-style1 .page-numbers > li,
        .cs-post_pagination.cs-style2 .page-numbers > li {
            margin-left: 5px;
        }

    .cs-post_pagination.cs-style4 {
        letter-spacing: 1px;
    }

    .cs-breadcrumb.cs-style1 li:not(:last-child)::after {
        margin-right: 8px;
        margin-left: 8px;
    }

    .cs-errro.cs-style1 {
        padding: 50px 0;
    }

    .cs-single_product_img {
        height: 400px;
    }

    .cs-tab_links.cs-style2 {
        font-size: 16px;
    }

        .cs-tab_links.cs-style2 a {
            padding: 7px;
        }

    .cs-update_cart .cs-update_left {
        padding-left: 20px;
    }
}

@media screen and (max-width: 450px) {
    .cs-tab_links.cs-style1 li {
        width: 100%;
    }

        .cs-tab_links.cs-style1 li a {
            width: 100%;
        }

    .cs-tab_links.cs-style2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .cs-update_cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-update_cart .cs-update_left {
            padding-left: 0;
            margin-bottom: 15px;
        }

        .cs-update_cart .cs-update_right {
            width: 100%;
        }

            .cs-update_cart .cs-update_right .cs-btn {
                width: 100%;
            }
}

@media screen and (max-width: 350px) {
    .cs-post_pagination.cs-style4 i {
        display: none;
    }

    .cs-tab_links.cs-style2 {
        font-size: 15px;
    }

        .cs-tab_links.cs-style2 a {
            padding: 5px;
        }
}
/*--------------------------------------------------------------
4. Button
----------------------------------------------------------------*/
.cs-btn.cs-style1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6em;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 0.55em 2.4em;
}

    .cs-btn.cs-style1.cs-btn_lg {
        font-size: 111%;
        padding: 0.65em 2.5em;
        min-width: 190px;
    }

    .cs-btn.cs-style1:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.cs-btn.cs-style2,
.cs-btn.cs-style5 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5em;
    color: #fff;
    padding: 15px 40px 15px;
    border-radius: 10px;
    position: relative;
    outline: none;
    border: none;
}

    .cs-btn.cs-style2:after,
    .cs-btn.cs-style5:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        background-color: inherit;
        opacity: 0.5;
        z-index: -1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-btn.cs-style2.cs-btn_lg,
    .cs-btn.cs-style5.cs-btn_lg {
        font-size: 111%;
    }

    .cs-btn.cs-style5:after {
        top: 6px;
        right: 6px;
    }

    .cs-btn.cs-style5:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

        .cs-btn.cs-style5:hover:after {
            top: -6px;
        }

    .cs-btn.cs-style2:after {
        top: 0px;
        right: 0px;
    }

    .cs-btn.cs-style2:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

        .cs-btn.cs-style2:hover:after {
            top: 6px;
            right: 6px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.cs-btn.cs-style3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2em;
}

    .cs-btn.cs-style3 .cs-btn_text {
        position: relative;
        display: inline-block;
    }

        .cs-btn.cs-style3 .cs-btn_text:before {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background-color: currentColor;
            bottom: 0;
        }

        .cs-btn.cs-style3 .cs-btn_text:after {
            content: "";
            height: 2px;
            background-color: currentColor;
            width: 100%;
            position: absolute;
            bottom: 0px;
            right: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

    .cs-btn.cs-style3 .cs-btn_icon {
        margin-right: 10px;
    }

    .cs-btn.cs-style3:hover .cs-btn_text:after {
        opacity: 1;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .cs-btn.cs-style3.cs-btn_lg {
        font-size: 111%;
        line-height: 1.5em;
    }

    .cs-btn.cs-style3.cs-btn_md {
        font-size: 18px;
        line-height: 1.2em;
    }

.cs-btn.cs-style4 {
    padding: 15px 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px;
    text-align: right;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(1, 0, 50, 0.15);
    box-shadow: 0px 10px 40px 0px rgba(1, 0, 50, 0.15);
}

    .cs-btn.cs-style4 .cs-btn_icon {
        font-size: 35px;
        margin-left: 15px;
    }

    .cs-btn.cs-style4 .cs-btn_subtext {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 4px;
    }

    .cs-btn.cs-style4 .cs-btn_text {
        line-height: 1.1em;
    }

    .cs-btn.cs-style4 > * {
        position: relative;
        z-index: 1;
    }

    .cs-btn.cs-style4:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        background-color: rgba(11, 10, 96, 0.15);
        -webkit-transition: inherit;
        transition: inherit;
        opacity: 0;
    }

    .cs-btn.cs-style4:hover:after {
        opacity: 1;
    }

.cs-btn.cs-style6 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6em;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-width: 1px;
    border-style: solid;
}

    .cs-btn.cs-style6 .cs-btn_icon {
        border-radius: 5px;
        width: 40px;
        height: 40px;
        margin-left: 5px;
        font-size: inherit;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-btn.cs-style6 .cs-btn_text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 30px;
    }

    .cs-btn.cs-style6.cs-rounded .cs-btn_icon {
        border-radius: 50%;
    }

    .cs-btn.cs-style6.cs-btn_lg {
        font-size: 111%;
    }

        .cs-btn.cs-style6.cs-btn_lg .cs-btn_icon {
            width: 44px;
            height: 44px;
            margin-left: 8px;
            position: relative;
        }

        .cs-btn.cs-style6.cs-btn_lg .cs-btn_text {
            padding: 13px 30px;
        }

.cs-btn.cs-style7 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6em;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 11px 40px;
    position: relative;
    border: none;
    outline: none;
}

.cs-player_btn.cs-style1 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
}

    .cs-player_btn.cs-style1:hover .cs-player_btn_in:after {
        opacity: 0.3;
    }

    .cs-player_btn.cs-style1 .cs-player_btn_in {
        border-radius: 50%;
        position: relative;
    }

        .cs-player_btn.cs-style1 .cs-player_btn_in i {
            position: relative;
            z-index: 1;
        }

    .cs-player_btn.cs-style1.cs-btn_md .cs-player_btn_in {
        font-size: 14px;
        height: 40px;
        width: 40px;
    }

.cs-player_btn.cs-style2 {
    height: 110px;
    width: 110px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 160px;
    right: -55px;
}

    .cs-player_btn.cs-style2 .cs-player_btn_in {
        height: 62px;
        width: 62px;
        display: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        border-radius: 50%;
        font-size: 22px;
        position: relative;
    }

        .cs-player_btn.cs-style2 .cs-player_btn_in::after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            border-radius: inherit;
            -webkit-animation: rotation 1.5s infinite linear;
            animation: rotation 1.5s infinite linear;
        }

    .cs-player_btn.cs-style2:hover .cs-player_btn_in::after {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.cs-video_animaiton {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-video_animaiton span {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        display: block;
        border-radius: 50%;
        -webkit-animation: video_animaion1 2s linear infinite;
        animation: video_animaion1 2s linear infinite;
        -webkit-box-shadow: 0 0 0 1px currentColor;
        box-shadow: 0 0 0 1px currentColor;
    }

@-webkit-keyframes video_animaion1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes video_animaion1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    .cs-player_btn.cs-style2 {
        top: initial;
        bottom: -55px;
        right: 50%;
        -webkit-transform: translateX(50%) scale(0.8);
        transform: translateX(50%) scale(0.8);
    }

    .cs-btn.cs-style5:after {
        top: 4px;
        right: 4px;
    }

    .cs-btn.cs-style2,
    .cs-btn.cs-style5 {
        padding: 11px 30px;
    }

    .cs-btn.cs-style1 {
        padding: 0.5em 1.5em;
    }

        .cs-btn.cs-style1.cs-btn_lg {
            padding: 0.56em 1.8em;
            min-width: 160px;
        }

    .cs-btn.cs-style6.cs-btn_lg .cs-btn_text {
        padding: 10px 20px;
        font-size: 100%;
    }

    .cs-player_btn.cs-style1 {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 575px) {
    .cs-btn.cs-style1.cs-btn_lg {
        min-width: 160px;
        padding: 0.6em 1.8em;
    }

    .cs-btn.cs-style4 {
        min-width: 180px;
    }

    .cs-btn.cs-style3.cs-btn_lg {
        font-size: 100%;
    }

    .cs-btn.cs-style6 .cs-btn_icon {
        display: none;
    }

    .cs-btn.cs-style4 {
        min-width: 170px;
        padding: 10px 20px;
    }

        .cs-btn.cs-style4 .cs-btn_icon {
            font-size: 32px;
            margin-left: 8px;
        }
}
/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
.cs-slider {
    position: relative;
}

.slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cs-remove_overflow .slick-list {
    overflow: visible;
}

.cs-remove_overflow .slick-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .cs-remove_overflow .slick-slide.slick-active {
        opacity: 1;
        visibility: visible;
    }

.cs-slider.cs-style2 .slick-list {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
}

.cs-slider.cs-style2 .slick-dotted .slick-slide {
    max-width: 7%;
}

.cs-pagination.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

    .cs-pagination.cs-style1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inherit !important;
    }

    .cs-pagination.cs-style1 li {
        height: 10px;
        width: 10px;
        background-color: currentColor;
        border-radius: 58px;
        margin: 0 5px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-pagination.cs-style1 li.slick-active {
            width: 55px;
        }

    .cs-pagination.cs-style1 button {
        display: none;
    }

.cs-slider_arrows.cs-style1 {
    position: absolute;
    bottom: -30px;
    left: 40px;
    -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
    box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    color: #0b0a60;
}

    .cs-slider_arrows.cs-style1 .slick-arrow {
        height: 60px;
        width: 60px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-slider_arrows.cs-style1 .slick-arrow i {
            position: relative;
            z-index: 1;
        }

        .cs-slider_arrows.cs-style1 .slick-arrow.cs-left_arrow {
            border-left: 1px solid rgba(252, 91, 77, 0.1);
        }

        .cs-slider_arrows.cs-style1 .slick-arrow:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            opacity: 0;
            border-radius: inherit;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .cs-slider_arrows.cs-style1 .slick-arrow:hover:before {
            background-color: currentColor;
            opacity: 0.2;
        }

    .cs-slider_arrows.cs-style1.cs-type1 {
        position: initial;
        width: 120px;
        margin-right: auto;
        margin-top: 25px;
    }

    .cs-slider_arrows.cs-style1.cs-type2 {
        bottom: initial;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20%;
        border-radius: 6px 0 0 6px;
    }

    .cs-slider_arrows.cs-style1.cs-type3 {
        border-radius: 0;
        left: initial;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        bottom: -22px;
    }

        .cs-slider_arrows.cs-style1.cs-type3 .cs-slider_arrows_in {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .cs-slider_arrows.cs-style1.cs-type3 .slick-arrow {
            width: 80px;
            height: 45px;
        }

        .cs-slider_arrows.cs-style1.cs-type3 .cs-left_arrow {
            margin-left: 3px;
        }

        .cs-slider_arrows.cs-style1.cs-type3 svg {
            width: 26px;
            height: 26px;
        }

    .cs-slider_arrows.cs-style1.cs-type4 {
        bottom: 19px;
        right: 50%;
        margin-right: 73px;
        left: initial;
    }

    .cs-slider_arrows.cs-style1.cs-type5 {
        position: initial;
        background-color: transparent;
    }

        .cs-slider_arrows.cs-style1.cs-type5 .slick-arrow {
            position: absolute;
            top: 100px;
            -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
            box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
        }

            .cs-slider_arrows.cs-style1.cs-type5 .slick-arrow.cs-left_arrow {
                border: none;
                right: -90px;
                border-radius: 0 6px 6px 0;
            }

            .cs-slider_arrows.cs-style1.cs-type5 .slick-arrow.cs-right_arrow {
                left: -90px;
                border-radius: 6px 0 0 6px;
            }

    .cs-slider_arrows.cs-style1.cs-type6 {
        position: absolute;
        right: 50%;
        left: initial;
        bottom: 65px;
    }

        .cs-slider_arrows.cs-style1.cs-type6 .slick-arrow {
            height: 50px;
            width: 70px;
        }

.cs-slider_arrows.cs-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .cs-slider_arrows.cs-style2 .cs-slider_arrows_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1;
        margin-top: -125px;
    }

    .cs-slider_arrows.cs-style2 .slick-arrow {
        font-size: 20px;
        width: 60px;
        height: 50px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
            border-radius: 0 7px 7px 0;
            margin-left: 8px;
        }

        .cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
            border-radius: 7px 0 0 7px;
        }

    .cs-slider_arrows.cs-style2.cs-type1, .cs-slider_arrows.cs-style2.cs-type2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
        box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
        padding: 10px;
        border-radius: 0 10px 10px 10px;
        z-index: 2;
        display: inline-block;
    }

        .cs-slider_arrows.cs-style2.cs-type1 .cs-slider_arrows_in, .cs-slider_arrows.cs-style2.cs-type2 .cs-slider_arrows_in {
            margin-top: 0;
        }

    .cs-slider_arrows.cs-style2.cs-type1 {
        position: absolute;
        left: 0;
        bottom: -35px;
    }

.cs-slider_arrows.cs-style3 .slick-arrow {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #fff;
}

.cs-slider_arrows.cs-style3 .cs-slider_arrow_in {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style3 .cs-left_arrow {
    right: -15%;
}

.cs-slider_arrows.cs-style3 .cs-right_arrow {
    left: -15%;
}

.slick-dotted {
    cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-hidden {
    display: none !important;
}

.cs-gap-30 .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}

.cs-gap-30 .slick-list {
    margin-right: -15px;
    margin-left: -15px;
}

.cs-gap-40 .slick-slide {
    padding-right: 20px;
    padding-left: 20px;
}

.cs-gap-40 .slick-list {
    margin-right: -20px;
    margin-left: -20px;
}

.cs-gap-50 .slick-slide {
    padding-right: 25px;
    padding-left: 25px;
}

.cs-gap-50 .slick-list {
    margin-right: -25px;
    margin-left: -25px;
}

.cs-slider_for .cs-hero.cs-style9 {
    padding-left: 18%;
}

.cs-slider_nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 110px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cs-slider_nav .cs-slider_mini_thumb {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        height: 85px;
        padding: 5px;
        background-color: #fff;
        margin: auto;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 138, 0.15);
        box-shadow: 0px 1px 2px 0px rgba(2, 0, 138, 0.15);
    }

        .cs-slider_nav .cs-slider_mini_thumb img {
            max-height: 100%;
        }

    .cs-slider_nav .slick-slide {
        padding: 7px;
        cursor: pointer;
    }

    .cs-slider_nav .slick-current .cs-slider_mini_thumb {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.cs-slider_nav_1 {
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 17px;
}

    .cs-slider_nav_1 .cs-slider_mini_thumb {
        height: 130px;
        border-radius: 15px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
        box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        padding: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-slider_nav_1 .cs-slider_mini_thumb img {
            max-height: 100%;
        }

    .cs-slider_nav_1 .slick-slide {
        padding: 8px;
        cursor: pointer;
    }

.cs-slider_for_1 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(47, 49, 32, 0.1);
    border-radius: 30px;
    overflow: hidden;
}

.cs-slider_nav_1 .slick-current .cs-slider_mini_thumb {
    background-color: #fff;
}

.slick-slide .cs-single_product_img {
    opacity: 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-slide.slick-active .cs-single_product_img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

@media screen and (max-width: 1600px) {
    .cs-slider_arrows.cs-style3 .cs-left_arrow {
        right: -8%;
    }

    .cs-slider_arrows.cs-style3 .cs-right_arrow {
        left: -8%;
    }
}

@media screen and (max-width: 1400px) {
    .cs-slider_arrows.cs-style3 .cs-left_arrow {
        right: -30px;
    }

    .cs-slider_arrows.cs-style3 .cs-right_arrow {
        left: -30px;
    }
}

@media screen and (max-width: 1255px) {
    .cs-slider_arrows.cs-style3 .cs-left_arrow {
        right: 20px;
    }

    .cs-slider_arrows.cs-style3 .cs-right_arrow {
        left: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .cs-gap-50 .slick-slide {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cs-gap-50 .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (min-width: 992px) {
    .cs-hidden_desktop {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .cs-hidden_mobile {
        display: none !important;
    }

    .cs-pagination.cs-style1 {
        margin-top: 40px;
    }

        .cs-pagination.cs-style1 li.slick-active {
            width: 30px;
        }

    .cs-slider_nav {
        position: initial;
        width: 100%;
        -webkit-transform: initial;
        transform: initial;
        padding-bottom: 80px;
    }

    .cs-slider_arrows.cs-style1.cs-type6 {
        position: relative;
        bottom: initial;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        margin-top: 40px;
    }

    .cs-slider_arrows.cs-style1.cs-type4 {
        margin-right: 0;
        left: initial;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        bottom: 0;
        margin-top: 30px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .cs-gap-40 .slick-slide,
    .cs-gap-50 .slick-slide {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cs-gap-40 .slick-list,
    .cs-gap-50 .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 575px) {
    .cs-slider_arrows.cs-style1 .slick-arrow {
        height: 45px;
        width: 45px;
    }

    .cs-slider_arrows.cs-style1 {
        bottom: -20px;
        left: 30px;
    }

        .cs-slider_arrows.cs-style1.cs-type1 {
            width: 90px;
        }

    .cs-slider_arrows.cs-style2.cs-type1,
    .cs-slider_arrows.cs-style2.cs-type2 {
        padding: 8px;
    }

    .cs-slider_arrows.cs-style2 .slick-arrow {
        font-size: 18px;
        width: 50px;
        height: 40px;
    }

    .cs-slider_arrows.cs-style1.cs-type6 .slick-arrow {
        height: 45px;
        width: 50px;
    }

    .cs-slider_nav_1 .cs-slider_mini_thumb {
        height: 90px;
        border-radius: 7px;
    }

    .cs-slider_nav_1 .slick-slide {
        padding: 3px;
    }

    .cs-slider_nav_1 {
        margin-right: -3px;
        margin-left: -3px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 370px) {
    .cs-slider_nav .cs-slider_mini_thumb,
    .cs-slider_nav_1 .cs-slider_mini_thumb {
        height: 60px;
    }
}
/*--------------------------------------------------------------
6. Isotope
----------------------------------------------------------------*/
.cs-isotop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-isotop.cs-has_gutter_30 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }

        .cs-isotop.cs-has_gutter_30 .cs-isotop_item {
            padding: 0 15px;
            margin-bottom: 30px;
        }

    .cs-isotop.cs-has_gutter_40 {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -30px;
    }

        .cs-isotop.cs-has_gutter_40 .cs-isotop_item {
            padding: 0 20px;
            margin-bottom: 30px;
        }

    .cs-isotop.cs-has_gutter_100 {
        margin-right: -50px;
        margin-left: -50px;
        margin-bottom: -40px;
    }

        .cs-isotop.cs-has_gutter_100 .cs-isotop_item {
            padding: 0 50px;
            margin-bottom: 40px;
        }

.cs-isotop_col_6 .cs-grid_sizer,
.cs-isotop_col_6 .cs-isotop_item {
    width: 16.666667%;
}

.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.333333%;
}

.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.333333%;
}

.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.333333%;
}

.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.666666%;
}

.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%;
}

.cs-isotop_filter.cs-style1 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 40px;
}

    .cs-isotop_filter.cs-style1 a {
        padding: 4px 17px;
        border: 2px solid transparent;
        display: inline-block;
    }

    .cs-isotop_filter.cs-style1 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cs-isotop_filter.cs-style1 .active a {
        border-color: #fff;
    }

@media screen and (max-width: 1199px) {
    .cs-isotop.cs-has_gutter_100 .cs-isotop_item {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .cs-isotop.cs-has_gutter_100 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }
}

@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 {
        width: 100%;
    }

    .cs-isotop_col_5 .cs-grid_sizer,
    .cs-isotop_col_5 .cs-isotop_item {
        width: 100%;
    }

    .cs-isotop_col_4 .cs-grid_sizer,
    .cs-isotop_col_4 .cs-isotop_item {
        width: 100%;
    }

    .cs-isotop_col_3 .cs-grid_sizer,
    .cs-isotop_col_3 .cs-isotop_item {
        width: 100%;
    }

    .cs-isotop_col_2 .cs-grid_sizer,
    .cs-isotop_col_2 .cs-isotop_item {
        width: 100%;
    }
}
/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/
.cs-pd_video .cs-video_open,
.cs-sample_img .cs-video_open {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 68px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 48px;
}

    .cs-pd_video .cs-video_open:hover,
    .cs-sample_img .cs-video_open:hover {
        color: rgba(255, 255, 255, 0.7);
    }

.cs-video_popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

    .cs-video_popup.active {
        right: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        right: 0;
    }

.cs-video_popup_overlay {
    position: absolute;
    right: 0;
    left: 0;
    background: #000;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.cs-video_popup.active .cs-video_popup_overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cs-video_popup_content {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.cs-video_popup.active .cs-video_popup_content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cs-video_popup_content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cs-video_popup_container {
    display: inline-block;
    position: relative;
    text-align: right;
    background: #fff;
    max-width: 1380px;
    width: 100%;
    vertical-align: middle;
}

    .cs-video_popup_container .embed-responsive {
        width: 100%;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cs-video_popup_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #d90d0d;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cs-video_popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cs-video_popup_close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-right: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cs-video_popup_close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-right: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cs-video_popup_close:hover:before,
.cs-video_popup_close:hover:after {
    background: #000;
}

.cs-video_popup_layer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.cs-video_popup_align {
    overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
8. Sidebar
----------------------------------------------------------------*/
.screen-reader-text {
    display: none;
}

.cs-sidebar {
    padding: 30px 0;
}

.cs-sidebar_widget_title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    line-height: 24px;
}

    .cs-sidebar_widget_title::after {
        content: "";
        position: absolute;
        height: 20px;
        width: 2px;
        right: 0;
        top: 2px;
    }

.cs-sidebar.cs-type1 .cs-sidebar_widget_title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

    .cs-sidebar.cs-type1 .cs-sidebar_widget_title:after {
        right: initial;
        left: 0;
    }

.cs-recent_posts {
    list-style: none;
    margin: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.6em;
}

.cs-sidebar_item {
    padding: 0px 20px;
}

    .cs-sidebar_item:not(:last-child) {
        margin-bottom: 60px;
    }

    .cs-sidebar_item ul {
        list-style: none;
        margin: 0;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.6em;
    }

        .cs-sidebar_item ul ul {
            padding-right: 16px;
        }

    .cs-sidebar_item select,
    .cs-footer_widget select {
        border: 1px solid #efeff9;
        height: 40px;
        width: 100%;
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 5px;
    }

        .cs-sidebar_item select:focus,
        .cs-footer_widget select:focus {
            outline: none;
        }

.textwidget {
    font-size: 16px;
}

    .textwidget strong {
        font-weight: 500;
        color: #0b0a60;
    }

.searchform {
    position: relative;
}

    .searchform:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border-radius: 3px;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
    }

    .searchform input#searchsubmit {
        position: absolute;
        height: 45px;
        width: 45px;
        border-radius: 3px;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        border: none;
        background-color: #000;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .searchform input#searchsubmit:hover {
            opacity: 0.1;
        }

    .searchform input#s {
        border-radius: 5px;
        height: 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        width: 100%;
        padding: 0 0;
        font-size: 16px;
        padding: 8px 20px 8px 75px;
    }

        .searchform input#s:focus {
            outline: none;
        }

.cs-recent_posts .cs-recent_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs-recent_posts .cs-recent_post_thumb {
    height: 80px;
    width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 20px;
    border-radius: 0;
    overflow: hidden;
}

    .cs-recent_posts .cs-recent_post_thumb:hover .cs-recent_post_thumb_in {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

.cs-recent_posts .cs-recent_post_date {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.cs-recent_posts .cs-recent_post_title {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
}

    .cs-recent_posts .cs-recent_post_title a {
        display: block;
    }

.cs-recent_posts .cs-recent_post_thumb_in {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-color: #e7e8fd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-recent_posts li:not(:last-child) {
    margin-bottom: 20px;
}

.tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

    .tagcloud a {
        font-size: 16px !important;
        border-radius: 3px;
        padding: 4px 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.6em;
        margin: 5px;
        font-weight: 400;
    }

        .tagcloud a:hover {
            color: #fff;
        }

.cs-sidebar_item.widget_categories ul ul,
.cs-sidebar_item.widget_archive ul ul,
.cs-sidebar_item.widget_pages ul ul,
.cs-sidebar_item.widget_meta ul ul,
.cs-sidebar_item.widget_nav_menu ul ul {
    margin-top: 6px;
}

.cs-sidebar_item.widget_categories li:not(:last-child),
.cs-sidebar_item.widget_archive li:not(:last-child),
.cs-sidebar_item.widget_pages li:not(:last-child),
.cs-sidebar_item.widget_meta li:not(:last-child),
.cs-sidebar_item.widget_nav_menu li:not(:last-child) {
    margin-bottom: 6px;
}

.cs-sidebar_item.widget_categories a,
.cs-sidebar_item.widget_archive a,
.cs-sidebar_item.widget_pages a,
.cs-sidebar_item.widget_meta a,
.cs-sidebar_item.widget_nav_menu a {
    display: inline-block;
    position: relative;
}

    .cs-sidebar_item.widget_categories a:after,
    .cs-sidebar_item.widget_archive a:after,
    .cs-sidebar_item.widget_pages a:after,
    .cs-sidebar_item.widget_meta a:after,
    .cs-sidebar_item.widget_nav_menu a:after {
        content: "";
        height: 1px;
        background-color: currentColor;
        width: 100%;
        position: absolute;
        bottom: 2px;
        right: 0;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .cs-sidebar_item.widget_categories a:hover:after,
    .cs-sidebar_item.widget_archive a:hover:after,
    .cs-sidebar_item.widget_pages a:hover:after,
    .cs-sidebar_item.widget_meta a:hover:after,
    .cs-sidebar_item.widget_nav_menu a:hover:after {
        opacity: 1;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .cs-sidebar_item.widget_categories a:before,
    .cs-sidebar_item.widget_archive a:before,
    .cs-sidebar_item.widget_pages a:before,
    .cs-sidebar_item.widget_meta a:before,
    .cs-sidebar_item.widget_nav_menu a:before {
        content: "\f105";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        margin-left: 8px;
        position: relative;
        top: 1px;
    }

/*--------------------------------------------------------------
9. Post Details
----------------------------------------------------------------*/
.cs-blog_details_meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .cs-blog_details_meta > *:not(:last-child) {
        margin-left: 40px;
    }

    .cs-blog_details_meta a {
        text-decoration: underline;
    }

    .cs-blog_details_meta i {
        margin-left: 6px;
    }

.cs-blog_details.cs-style1 {
    line-height: 1.7em;
}

    .cs-blog_details.cs-style1 h1,
    .cs-blog_details.cs-style1 h2,
    .cs-blog_details.cs-style1 h3,
    .cs-blog_details.cs-style1 h4,
    .cs-blog_details.cs-style1 h5,
    .cs-blog_details.cs-style1 h6 {
        margin-bottom: 10px;
    }

    .cs-blog_details.cs-style1 p {
        margin-bottom: 50px;
    }

    .cs-blog_details.cs-style1 img {
        margin-bottom: 50px;
    }

    .cs-blog_details.cs-style1 h1 {
        margin-bottom: 40px;
        font-size: 48px;
        font-weight: bold;
    }

    .cs-blog_details.cs-style1 .cs-blog_details_info {
        max-width: 950px;
        margin: auto;
    }

    .cs-blog_details.cs-style1 .cs-post-label.cs-style1 {
        margin-bottom: 16px;
    }

    .cs-blog_details.cs-style1 blockquote {
        position: relative;
        margin: 50px 0;
        font-size: 20px;
        font-style: italic;
        padding-right: 40px;
    }

        .cs-blog_details.cs-style1 blockquote p {
            margin: 0;
        }

        .cs-blog_details.cs-style1 blockquote cite {
            font-style: initial;
            font-size: 16px;
            display: block;
            line-height: inherit;
            margin-top: 8px;
        }

            .cs-blog_details.cs-style1 blockquote cite:before {
                content: "�";
                margin-left: 5px;
            }

    .cs-blog_details.cs-style1 .wp-block-image {
        margin-bottom: 40px;
    }

        .cs-blog_details.cs-style1 .wp-block-image img {
            margin-bottom: 0;
        }

        .cs-blog_details.cs-style1 .wp-block-image figcaption {
            font-size: 14px;
            margin-top: 0;
            border-bottom: 1px solid #eeeeff;
            padding: 10px 0;
        }

.cs-author.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 30px;
}

    .cs-author.cs-style1 .cs-author-img {
        height: 90px;
        width: 90px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 30px;
        border-radius: 50%;
    }

        .cs-author.cs-style1 .cs-author-img img {
            border-radius: inherit;
            margin: 0;
        }

    .cs-author.cs-style1 .cs-author_name {
        font-size: 18px;
        text-decoration: underline;
    }

    .cs-author.cs-style1 .cs-author_title {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 6px;
    }

.comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-notes {
    font-size: 16px;
    margin-bottom: 20px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url {
    display: none;
}

#comment,
#author,
#email {
    border: none;
    display: block;
    padding: 11px 25px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

    #comment:focus,
    #author:focus,
    #email:focus {
        outline: none;
        border-color: #0b0a60;
    }

#comment {
    height: 120px;
}

#commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 10px;
}

    #commentform p {
        width: 100%;
        margin-bottom: 20px;
    }

        #commentform p.comment-form-email, #commentform p.comment-form-author {
            width: calc(50% - 10px);
        }

        #commentform p.comment-form-email {
            margin-right: 10px;
        }

        #commentform p.comment-form-author {
            margin-left: 10px;
        }

    #commentform .comment-form-cookies-consent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }

        #commentform .comment-form-cookies-consent label {
            margin-bottom: 0;
            margin-right: 10px;
        }

    #commentform #wp-comment-cookies-consent {
        margin-top: -1px;
    }

    #commentform p.form-submit {
        margin: 0;
    }

.cs-comment_btn {
    line-height: 1.6em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-title,
.comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.cs-comment_wrapper {
    padding: 45px 30px;
    margin-bottom: 70px;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 4px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .comment-list > .comment {
        padding: 35px 35px 30px;
        margin-bottom: 20px;
    }

        .comment-list > .comment:last-child {
            margin-bottom: 0;
        }

    .comment-list .children {
        border-width: 1px 0 0;
        border-style: solid;
        margin-top: 30px;
        padding-top: 30px;
    }

        .comment-list .children .comment:not(:first-child) {
            border-width: 1px 0 0;
            border-style: solid;
            margin-top: 30px;
            padding-top: 30px;
        }

    .comment-list .bypostauthor:not(:last-child) {
        border-bottom: 1px solid #eeeeff;
        margin-bottom: 50px;
    }

    .comment-list .comment-body {
        padding-right: 90px;
        padding-top: 0;
        position: relative;
    }

    .comment-list ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .comment-list ol.children {
            padding-right: 50px;
        }

    .comment-list .avatar {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 50%;
        height: 60px;
        width: 60px;
    }

    .comment-list .comment-author .says {
        display: none;
    }

    .comment-list .fn {
        font-style: initial;
        font-weight: 500;
        color: #0b0a60;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 1.2em;
    }

    .comment-list .comment-meta {
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.2em;
        margin-top: 5px;
    }

        .comment-list .comment-meta a:hover {
            color: #0b0a60;
        }

        .comment-list .comment-meta + p,
        .comment-list .comment-meta + p + p {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 0;
        }

    .comment-list .reply {
        line-height: 1.6em;
        font-size: 16px;
        margin-top: 10px;
    }

        .comment-list .reply a {
            font-weight: 500;
            display: inline-block;
            font-size: 14px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            line-height: inherit;
        }

            .comment-list .reply a:hover {
                letter-spacing: 2.3px;
            }

.url {
    font-weight: 500;
}

.comment-list .bypostauthor .comment-body:last-child {
    margin-bottom: 0;
}

#commentform p.logged-in-as {
    font-size: 16px;
    margin-top: -5px;
}

    #commentform p.logged-in-as a:hover {
        text-decoration: underline;
    }

.comment-reply-title small {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: red;
}

    .comment-reply-title small a:hover {
        text-decoration: underline;
    }

.comment-list.cs-type1 > .comment {
    padding: 0;
}

    .comment-list.cs-type1 > .comment:not(:last-child) {
        margin-bottom: 30px;
    }

.comment-list.cs-type1 .comment-body p {
    margin-bottom: 0;
}

.comment-list.cs-type1 .comment-meta {
    margin-bottom: 15px;
    margin-top: 0px;
}

.cs-blog_details.cs-type1 .cs-blog_details_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 120px 50px;
}

    .cs-blog_details.cs-type1 .cs-blog_details_head img {
        margin-bottom: 40px;
    }

    .cs-blog_details.cs-type1 .cs-blog_details_head > * {
        width: 50%;
    }

    .cs-blog_details.cs-type1 .cs-blog_details_head .cs-right {
        padding-right: 100px;
        max-width: 300px;
        max-width: 680px;
        padding-bottom: 100px;
    }

    .cs-blog_details.cs-type1 .cs-blog_details_head h1 {
        margin: 0;
    }

.cs-social_share.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cs-social_share.cs-style1 h4 {
        padding: 8px 0px 8px 25px;
    }

@media screen and (max-width: 1500px) {
    .cs-blog_details.cs-type1 .cs-blog_details_head {
        padding: 0 30px 50px;
    }

        .cs-blog_details.cs-type1 .cs-blog_details_head .cs-right {
            padding-right: 40px;
        }
}

@media screen and (max-width: 1199px) {
    .cs-blog_details.cs-type1 .cs-blog_details_head {
        padding: 0 15px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }

        .cs-blog_details.cs-type1 .cs-blog_details_head > * {
            width: 100%;
        }

        .cs-blog_details.cs-type1 .cs-blog_details_head .cs-right {
            padding-right: 0;
            max-width: 800px;
            padding-bottom: 30px;
        }
}

@media screen and (max-width: 991px) {
    .cs-blog_details.cs-style1 p {
        margin-bottom: 30px;
    }

    .cs-blog_details.cs-style1 img {
        margin-bottom: 30px;
    }

    .cs-blog_details.cs-style1 blockquote {
        margin: 30px 0;
    }

    .cs-blog_details.cs-style1 h1 {
        margin-bottom: 30px;
        font-size: 32px;
    }

    .cs-blog_details_meta > *:not(:last-child) {
        margin-left: 25px;
    }

    .cs-blog_details.cs-style1 blockquote {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .cs-blog_details.cs-style1 blockquote {
        padding-right: 20px;
    }

    .cs-author.cs-style1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .cs-author.cs-style1 .cs-author-img {
            margin-left: 0;
            margin-bottom: 10px;
        }

    .comment-list .comment-body {
        padding-right: 80px;
    }

    .comment-list ol.children {
        padding-right: 0;
    }

    .comment-list > .comment {
        padding: 25px 25px 20px;
        margin-bottom: 20px;
    }

    .comment-list .children {
        margin-top: 20px;
        padding-top: 20px;
    }

    .comment-list .comment-meta {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .cs-author.cs-style1 {
        padding: 25px;
    }

    #commentform {
        padding: 25px;
    }

        #commentform p.comment-form-email,
        #commentform p.comment-form-author {
            width: 100%;
        }

        #commentform p.comment-form-author {
            margin-left: 0;
        }

        #commentform p.comment-form-email {
            margin-right: 0;
        }

    #comment,
    #author,
    #email {
        padding: 11px 15px;
    }
}
/*--------------------------------------------------------------
10. Portfolio Details
----------------------------------------------------------------*/
.cs-details_list.cs-style1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-details_list.cs-style1 li:not(:last-child) {
        margin-bottom: 8px;
    }

.cs-details_list.cs-style1 .cs-list_text > a {
    text-decoration: underline;
}

.cs-details_list.cs-style1 .cs-portfolio_tags a:hover {
    text-decoration: underline;
}

.cs-details_list.cs-style1 .cs-list_title {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    min-width: 110px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

    .cs-details_list.cs-style1 .cs-list_title:after {
        content: ":";
        position: absolute;
        left: 0;
        top: 0;
    }

@media screen and (max-width: 991px) {
    .cs-details_list.cs-style1 .cs-list_title {
        min-width: initial;
        padding-left: 10px;
        margin-left: 10px;
    }
}
/*--------------------------------------------------------------
11. Service Details
----------------------------------------------------------------*/
.cs-service_details.cs-style1 .cs-service_details_title {
    font-weight: 600;
}

.cs-service_details.cs-style1 .cs-service_details_img {
    border: 10px solid #fff;
    border-radius: 5px;
}

.cs-service_details.cs-style1 .cs-service_details_text {
    font-size: 18px;
    line-height: 32px;
}

/*--------------------------------------------------------------
12. Form
----------------------------------------------------------------*/
.cs-form_label {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 5px;
    color: #0b0a60;
}

.cs-form_field {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-form_field:focus {
        outline: none;
    }

.custom-control {
    padding-right: 26px;
}

.cs-form.cs-style1 {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 100px 0px rgba(9, 38, 49, 0.2);
    box-shadow: 0px 20px 100px 0px rgba(9, 38, 49, 0.2);
}

    .cs-form.cs-style1 .cs-form_title {
        font-size: 40px;
    }

    .cs-form.cs-style1 .cs-form_footer {
        font-size: 20px;
        padding: 0 30px;
    }

        .cs-form.cs-style1 .cs-form_footer a {
            display: inline-block;
            position: relative;
        }

            .cs-form.cs-style1 .cs-form_footer a:after {
                content: "";
                height: 2px;
                background-color: currentColor;
                width: 100%;
                position: absolute;
                bottom: 2px;
                right: 0;
                -webkit-transform-origin: left center;
                transform-origin: left center;
                -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
            }

            .cs-form.cs-style1 .cs-form_footer a:hover:after {
                opacity: 1;
                -webkit-transform-origin: right center;
                transform-origin: right center;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

    .cs-form.cs-style1 .cs-form_body {
        padding: 0 40px;
    }

    .cs-form.cs-style1 .cs-btn.cs-style2 {
        font-size: 18px;
        border-radius: 30px;
        padding: 13px 50px;
    }

    .cs-form.cs-style1 .cs-form_field {
        padding: 11px 20px;
    }

    .cs-form.cs-style1 .cs-social_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cs-form.cs-style1 .cs-form_meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        margin: 2px 0;
    }

        .cs-form.cs-style1 .cs-form_meta a {
            display: inline-block;
            position: relative;
        }

            .cs-form.cs-style1 .cs-form_meta a:before {
                content: "";
                height: 1px;
                background-color: currentColor;
                width: 100%;
                position: absolute;
                bottom: 2px;
                right: 0;
                -webkit-transform-origin: left center;
                transform-origin: left center;
                -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
            }

            .cs-form.cs-style1 .cs-form_meta a:hover:before {
                opacity: 1;
                -webkit-transform-origin: right center;
                transform-origin: right center;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

.cs-checkbox,
.cs-radio {
    position: relative;
    cursor: pointer;
}

    .cs-checkbox label,
    .cs-radio label {
        position: relative;
        padding-right: 30px;
        margin: 0;
    }

        .cs-checkbox label:before,
        .cs-radio label:before {
            content: "";
            position: absolute;
            height: 18px;
            width: 18px;
            border: 1px solid currentColor;
            top: 4px;
            right: 0;
            border-radius: 3px;
        }

        .cs-checkbox label:after,
        .cs-radio label:after {
            content: "";
            position: absolute;
            height: 8px;
            width: 8px;
            border-radius: 2px;
            background-color: currentColor;
            right: 5px;
            top: 9px;
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-checkbox label a,
        .cs-radio label a {
            text-decoration: underline;
            position: relative;
            z-index: 2;
        }

    .cs-checkbox input,
    .cs-radio input {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

        .cs-checkbox input:checked + label::after,
        .cs-radio input:checked + label::after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .cs-radio label:before, .cs-radio label:after {
        border-radius: 50%;
    }

.cs-form_group {
    padding: 25px 30px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px 0 6px 6px;
}

.cs-radio_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
}

    .cs-radio_boxes .cs-radio {
        padding: 10px 25px;
        border-width: 1px 1px 0 1px;
        border-radius: 6px 6px 0 0;
    }

        .cs-radio_boxes .cs-radio:first-child {
            border-style: solid;
        }

/*--------------------------------------------------------------
13. Commingsoon
----------------------------------------------------------------*/
.cs-comming_soon.cs-style1 {
    min-height: 100vh;
    height: 100%;
}

    .cs-comming_soon.cs-style1 .cs-comming_soon_left,
    .cs-comming_soon.cs-style1 .cs-comming_soon_right {
        padding: 40px 35px;
    }

    .cs-comming_soon.cs-style1 .cs-comming_soon_logo img {
        height: 75px;
    }

    .cs-comming_soon.cs-style1 .cs-comming_soon_title {
        font-size: 52px;
    }

    .cs-comming_soon.cs-style1 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_form {
        max-width: 100%;
    }

@media screen and (max-width: 1199px) {
    .cs-comming_soon.cs-style1 .cs-comming_soon_left,
    .cs-comming_soon.cs-style1 .cs-comming_soon_right {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 991px) {
    .cs-comming_soon.cs-style1 .cs-comming_soon_left {
        display: none;
    }

    .cs-comming_soon.cs-style1 .cs-comming_soon_title {
        font-size: 40px;
    }

    .cs-comming_soon.cs-style1 .cs-comming_soon_logo img {
        height: 55px;
    }
}
/*--------------------------------------------------------------
14. Header
----------------------------------------------------------------*/
.cs-site_header {
    position: relative;
    z-index: 101;
}

    .cs-site_header .cs-btn.cs-style6 {
        font-size: 16px;
    }

.cs-search.cs-style1 {
    width: 435px;
    position: relative;
}

    .cs-search.cs-style1 .cs-search_input {
        background-color: #fff;
        width: 100%;
        border: none;
        padding: 10px 25px;
        border-radius: 25px;
        height: 50px;
        font-size: 16px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
        box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
    }

        .cs-search.cs-style1 .cs-search_input:focus {
            outline: none;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(2, 0, 155, 0.1);
            box-shadow: 0px 1px 5px 0px rgba(2, 0, 155, 0.1);
        }

        .cs-search.cs-style1 .cs-search_input::-webkit-input-placeholder {
            color: #83847f;
        }

        .cs-search.cs-style1 .cs-search_input:-ms-input-placeholder {
            color: #83847f;
        }

        .cs-search.cs-style1 .cs-search_input::-moz-placeholder {
            color: #83847f;
        }

        .cs-search.cs-style1 .cs-search_input::-ms-input-placeholder {
            color: #83847f;
        }

        .cs-search.cs-style1 .cs-search_input::placeholder {
            color: #83847f;
        }

    .cs-search.cs-style1 .cs-search_btn {
        position: absolute;
        border: none;
        width: 65px;
        height: 40px;
        top: 5px;
        left: 5px;
        border-radius: 20px;
        font-size: 18px;
        cursor: pointer;
        padding: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-search.cs-style1 .cs-search_btn:focus {
            outline: none;
        }

.cs-site-branding {
    display: inline-block;
    max-width: 180px;
}

.cs-nav_overlay {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.98;
}

.cs-search_form.cs-style1 {
    position: relative;
    z-index: 1;
    max-width: 590px;
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-search_form.cs-style1 .cs-search_input {
        height: 66px;
        width: 100%;
        border: none;
        font-size: 20px;
        padding: 5px 30px;
        outline: none;
        border-radius: 40px;
    }

    .cs-search_form.cs-style1 .cs-search_close {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 45px;
        width: 45px;
        outline: none;
        border: 1px solid;
        border-radius: 50%;
        cursor: pointer;
    }

.cs-search_wrap {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

    .cs-search_wrap.active {
        opacity: 1;
        visibility: visible;
    }

        .cs-search_wrap.active .cs-nav_overlay {
            -webkit-animation: hanburgerEffect 0.8s ease-out forwards;
            animation: hanburgerEffect 0.8s ease-out forwards;
            height: 100%;
        }

        .cs-search_wrap.active .cs-search_form.cs-style1 {
            opacity: 1;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    .cs-search_wrap .cs-nav_overlay {
        cursor: no-drop;
    }

.cs-site_header.cs-style1,
.cs-site_header.cs-style2,
.cs-site_header.cs-style3 {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-site_header.cs-style1 .cs-main_header_in,
    .cs-site_header.cs-style1 .cs-top_header_in,
    .cs-site_header.cs-style2 .cs-main_header_in,
    .cs-site_header.cs-style2 .cs-top_header_in,
    .cs-site_header.cs-style3 .cs-main_header_in,
    .cs-site_header.cs-style3 .cs-top_header_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 90px;
        position: relative;
    }

    .cs-site_header.cs-style1 .cs-main_header_right,
    .cs-site_header.cs-style2 .cs-main_header_right,
    .cs-site_header.cs-style3 .cs-main_header_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

.cs-toolbox_icon_btn {
    cursor: pointer;
}

.cs-site_header.cs-style1.cs-sticky-active {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li {
    font-size: 18px;
    color: #9998a8;
    margin-left: 20px;
}

    .cs-site_header.cs-style1 .cs-social-btn.cs-style1 li:last-child {
        margin-left: 0;
    }

.cs-site_header.cs-style1 .cs-toolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
        margin-right: 35px;
    }

    .cs-site_header.cs-style1 .cs-toolbox > *.cs-search_wrap {
        margin-right: 0px !important;
    }

.cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
    margin-right: 40px;
}

.cs-site_header.cs-style1 .cs-language_toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-site_header.cs-style1 .cs-language_toggle .fa-language {
        margin-left: 8px;
    }

    .cs-site_header.cs-style1 .cs-language_toggle .cs-toggle_arrow {
        margin-right: 8px;
        font-size: 15px;
        -webkit-transition: inherit;
        transition: inherit;
    }
.cs-site_header.cs-style3 .cs-language_toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-site_header.cs-style3 .cs-language_toggle .fa-language {
        margin-left: 8px;
    }

    .cs-site_header.cs-style3 .cs-language_toggle .cs-toggle_arrow {
        margin-right: 8px;
        font-size: 15px;
        -webkit-transition: inherit;
        transition: inherit;
    }

.cs-site_header.cs-style1 .cs-icon_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-site_header.cs-style1 .cs-icon_btn i {
        margin-left: 8px;
        font-size: 17px;
    }

.cs-site_header.cs-style1 .cs-header_category_toggle {
    border: none;
    height: 100%;
    padding: 0;
    border-radius: 35px 0 0 35px;
    overflow: hidden;
}

    .cs-site_header.cs-style1 .cs-header_category_toggle i {
        margin-left: 10px;
    }

    .cs-site_header.cs-style1 .cs-header_category_toggle span {
        margin-right: 30px;
        -webkit-transition: inherit;
        transition: inherit;
    }

.cs-site_header.cs-style1 .cs-header_category_toggle_in {
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: inherit;
    transition: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-site_header.cs-style1 .cs-header_category_wrap {
    height: 100%;
}

.cs-site_header.cs-style1 .cs-header_category_list {
    border-top: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    background-color: #fff;
    width: 317px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
    z-index: 2;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 550px;
    overflow: auto;
    margin: 10px 0 0;
}

    .cs-site_header.cs-style1 .cs-header_category_list ul {
        list-style: none;
        padding: 10px 0;
        margin: 0;
    }

        .cs-site_header.cs-style1 .cs-header_category_list ul ul {
            padding: 0 0px;
            margin: 0 20px;
            border-width: 0;
            border-right-width: 1px;
            border-style: solid;
            font-size: 15px;
            line-height: 1.6em;
            display: none;
        }

            .cs-site_header.cs-style1 .cs-header_category_list ul ul a {
                padding: 4px 20px 4px 0;
                display: block;
            }

    .cs-site_header.cs-style1 .cs-header_category_list li {
        position: relative;
    }

    .cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle {
        position: absolute;
        left: 15px;
        width: 30px;
        height: 30px;
        top: 3px;
        cursor: pointer;
        z-index: 2;
        border-radius: 3px;
    }

        .cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle i {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle.active i {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.cs-site_header.cs-style1 .active .cs-header_category_toggle {
    border-bottom-left-radius: 0;
}

.cs-site_header.cs-style1 .active .cs-header_category_list,
.cs-site_header.cs-style1 .active .cs-language_list {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.cs-site_header.cs-style1 .active .cs-header_category_toggle .cs-toggle_arrow,
.cs-site_header.cs-style1 .active .cs-language_toggle .cs-toggle_arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cs-site_header.cs-style1 .active .cs-header_category_list,
.cs-site_header.cs-style3 .active .cs-language_list {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.cs-site_header.cs-style1 .active .cs-header_category_toggle .cs-toggle_arrow,
.cs-site_header.cs-style3 .active .cs-language_toggle .cs-toggle_arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cs-site_header.cs-style1 .cs-action_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-site_header.cs-style1 .cs-action_box .cs-action_value {
        margin-right: 15px;
    }

    .cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
        margin-left: 35px;
    }

.cs-site_header.cs-style1 .cs-action_count {
    position: absolute;
    right: 16px;
    top: -9px;
    font-size: 12px;
    line-height: 1.2em;
    border-radius: 50%;
    min-width: 20px;
    padding: 3px;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
}

.cs-site_header.cs-style1 .cs-action_count2 {
    position: absolute;
    right: 11px;
    bottom: 14px;
    border-radius: 50%;
    z-index: 1;
    padding: 3px;
    line-height: 1.2em;
    -webkit-box-shadow: 0 0 0px 1px #fff;
    box-shadow: 0 0 0px 1px #fff;
}

.cs-site_header.cs-style1 .cs-language_list {
    position: absolute;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    z-index: 2;
    width: 200px;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-radius: 0 0 7px 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-site_header.cs-style1 .cs-language_list a {
        display: block;
        line-height: 1.5em;
        padding: 10px 20px;
    }
.cs-site_header.cs-style3 .cs-language_list {
    position: absolute;
    left: -40px;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    z-index: 2;
    width: 100px;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-radius: 0 0 7px 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-site_header.cs-style3 .cs-language_list a {
        display: block;
        line-height: 1.5em;
        padding: 10px 20px;
    }

.cs-site_header.cs-style1 .cs-header_category_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 20px;
}

    .cs-site_header.cs-style1 .cs-header_category_item svg,
    .cs-site_header.cs-style1 .cs-header_category_item img {
        width: 24px;
        margin-left: 10px;
    }

.cs-site_header.cs-style1 .cs-category_name {
    display: block;
    position: relative;
    padding-right: 12px;
}

    .cs-site_header.cs-style1 .cs-category_name i {
        position: absolute;
        top: 6px;
        right: 0;
        font-size: 16px;
    }

.cs-site_header.cs-style1.cs-type1 {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

    .cs-site_header.cs-style1.cs-type1 .current-menu-item > a:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        bottom: 0;
    }

.cs-site_header.cs-style1.cs-type2 .cs-main_header_in {
    padding: 0 50px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-radius: 45px;
    margin-top: 35px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-site_header.cs-style1.cs-type2 .current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
}

.cs-site_header.cs-style1.cs-type2.cs-sticky-active .cs-main_header_in {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 0px;
}

.cs-site_header.cs-style1.cs-type3 .current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: currentColor;
    top: 25px;
    border-radius: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
}

.cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
    padding: 0 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-radius: 5px;
    margin-top: 35px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-site_header.cs-style1.cs-type4 .current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
}

.cs-site_header.cs-style1.cs-type4.cs-sticky-active .cs-main_header_in {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 0px;
}

.cs-site_header.cs-style1.cs-type5 {
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .cs-site_header.cs-style1.cs-type5 .cs-main_header_in {
        height: 70px;
    }

    .cs-site_header.cs-style1.cs-type5 .current-menu-item > a:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: currentColor;
        bottom: 0;
    }

.cs-site_header.cs-style2.cs-sticky-active {
    background-color: #264653;
    -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs-site_header.cs-style2 .cs-nav_wrap {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 120px;
    opacity: 0;
    visibility: hidden;
}

    .cs-site_header.cs-style2 .cs-nav_wrap .cs-nav,
    .cs-site_header.cs-style2 .cs-nav_wrap .cs-nav_toolbox {
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-site_header.cs-style2 .cs-nav_wrap.active {
        opacity: 1;
        visibility: visible;
    }

        .cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav_overlay {
            -webkit-animation: hanburgerEffect 0.8s ease-out forwards;
            animation: hanburgerEffect 0.8s ease-out forwards;
            height: 100%;
        }

        .cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav,
        .cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav_toolbox {
            opacity: 1;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

.cs-site_header.cs-style2 .cs-hamburger {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-site_header.cs-style2 .cs-hamburger.active {
        height: 54px;
        width: 54px;
        border-radius: 50%;
    }

        .cs-site_header.cs-style2 .cs-hamburger.active span {
            width: 50%;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -2px;
            margin-right: -25%;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .cs-site_header.cs-style2 .cs-hamburger.active span:first-child {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .cs-site_header.cs-style2 .cs-hamburger.active span:last-child {
                display: none;
            }

.cs-site_header.cs-style2 .cs-nav {
    height: initial;
}

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list > li > a {
        font-size: 30px;
        color: #fff;
    }

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a:before {
        content: "";
        height: 2px;
        width: 100%;
        background-color: currentColor;
        position: absolute;
        bottom: 0%;
        right: 0%;
    }

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list ul a {
        font-size: 20px;
    }

.cs-site_header.cs-style2 .cs-hamburger_wrap {
    position: relative;
    z-index: 1;
}

.cs-site_header.cs-style2 .cs-nav_toolbox {
    position: absolute;
    bottom: 50px;
    color: #fff;
}

.cs-site_header.cs-style2 .cs-toolbox.cs-center {
    position: relative;
    z-index: 2;
}

.cs-site_header.cs-style2 .cs-toolbox_icon_btn {
    height: 44px;
    width: 44px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@-webkit-keyframes hanburgerEffect {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transition: ease-out;
        transition: ease-out;
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0);
        transform: scale(0.02) translateY(0);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes hanburgerEffect {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transition: ease-out;
        transition: ease-out;
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0);
        transform: scale(0.02) translateY(0);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.cs-site_header.cs-style3 .cs-main_header_in {
    height: 140px;
}

.cs-site_header.cs-style3 .cs-hamburger {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 64px;
    z-index: 10;
}

.cs-site_header.cs-style3 .cs-nav_wrap {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .cs-site_header.cs-style3 .cs-nav_wrap.active {
        opacity: 1;
        visibility: visible;
    }

        .cs-site_header.cs-style3 .cs-nav_wrap.active .cs-nav_out {
            top: 0;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .cs-site_header.cs-style3 .cs-nav_wrap.active .cs-nav_cross {
            opacity: 1;
            -webkit-transform: scale(1) rotate(-180deg);
            transform: scale(1) rotate(-180deg);
        }

.cs-site_header.cs-style3 .cs-nav_out {
    height: inherit;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    position: relative;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .cs-site_header.cs-style3 .cs-nav_out::after {
        content: "";
        position: fixed;
        height: 100%;
        width: 50%;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.15);
    }

.cs-site_header.cs-style3 .cs-nav_in {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 50px 30px;
}

.cs-site_header.cs-style3 .cs-munu_dropdown_toggle {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 60px;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.cs-site_header.cs-style3 .cs-nav {
    display: block;
    height: initial;
    padding: 40px 0;
}

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list {
        display: block !important;
    }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list li {
            margin-left: 0;
        }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
            padding: 12px 0;
            font-size: 30px;
            line-height: 1.2em;
        }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li ul a {
            font-size: 22px;
            line-height: 1.2em;
            padding: 10px 0px;
            font-weight: 400;
            display: inline-block;
            position: relative;
            margin-right: 20px;
        }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list .current-menu-item > a:before {
            content: "";
            height: 3px;
            width: 100%;
            background-color: currentColor;
            position: absolute;
            bottom: 20%;
            right: 0%;
        }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list ul {
            opacity: 1;
            visibility: visible;
            position: initial;
            background-color: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
        }

            .cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a {
                font-size: 30px;
                line-height: 1.2em;
                padding: 12px 30px;
            }

                .cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a:hover {
                    background-color: transparent;
                }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children > a:after {
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin-right: 15px;
            font-size: 20px;
            position: relative;
            top: -3px;
        }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children.active > a:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.cs-site_header.cs-style3 .cs-nav_cross {
    position: absolute;
    right: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(98, 29, 23, 0.2);
    box-shadow: 0px 10px 50px 0px rgba(98, 29, 23, 0.2);
    width: 54px;
    height: 54px;
    border: none;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -27px;
    z-index: 3;
    top: 40px;
    outline: none;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cs-site_header.cs-style3.cs-type1 .cs-main_header_in {
    height: 120px;
}

.cs-site_header.cs-style3.cs-type1 .cs-hamburger {
    position: relative;
    margin-left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cs-hamburger_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .cs-hamburger_wrap .cs-hamburger {
        margin-left: 22px;
    }

    .cs-hamburger_wrap:hover .cs-hamburger span {
        width: 100%;
    }

.cs-hamburger {
    position: relative;
    width: 36px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

    .cs-hamburger span {
        background-color: currentColor;
        height: 4px;
        width: 100%;
        border-radius: 3px;
        display: block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-hamburger span:nth-child(2) {
            width: 30px;
        }

        .cs-hamburger span:last-child {
            width: 20px;
        }

    .cs-hamburger:hover span {
        width: 100%;
    }

.cs-toolbox > *:not(:first-child) {
    margin-right: 15px;
}

.cs-toolbox_btn {
    border-radius: 5px;
    color: #fefefe;
    font-size: 16px;
    display: inline-block;
    padding: 11px 30px;
    min-width: 135px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5em;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
    position: relative;
}

    .cs-toolbox_btn span {
        position: relative;
        z-index: 1;
    }

.cs-search_toggle_sm {
    display: none;
}

.cs-header_toolbox-nav {
    font-size: 16px;
    line-height: 1.4em;
}

    .cs-header_toolbox-nav li:not(:first-child) {
        margin-right: 40px;
    }

    .cs-header_toolbox-nav a {
        position: relative;
    }

        .cs-header_toolbox-nav a:hover {
            color: #fe0000;
        }

    .cs-header_toolbox-nav .cs-label {
        position: absolute;
        left: -3px;
        top: -3px;
        height: 7px;
        width: 7px;
        background: #fe0000;
        border-radius: 50%;
    }

.cs-site_header_full_width .container {
    max-width: 100%;
    padding: 0 50px;
}

.cs-site_header_style1 {
    border-bottom: 1px solid #1a188d;
}

    .cs-site_header_style1 .cs-main_header_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cs-site_header_style1 .cs-nav + .cs-header_toolbox.cs-center {
        margin-right: 35px;
    }

    .cs-site_header_style1 .cs-nav .cs-nav_list > li.current-menu-item > a:before {
        bottom: -4px;
        background-color: #fff;
    }

.cs-site_header.cs-style1.cs-type5 .menu-item-has-children .current-menu-item > a:before,
.cs-site_header.cs-style2 .menu-item-has-childrent .current-menu-item > a::before,
.cs-site_header.cs-style1.cs-type1 .menu-item-has-children .current-menu-item > a::before,
.cs-site_header.cs-style1.cs-type4 .menu-item-has-children .current-menu-item > a:before,
.cs-site_header.cs-style1.cs-type3 .menu-item-has-children .current-menu-item > a:before {
    display: none;
}

@media screen and (max-width: 1199px) {
    .cs-main_header .container {
        max-width: 100%;
    }

    .cs-site_header.cs-style1 .cs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cs-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-site_header.cs-sticky-header {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    right: 0;
}

.cs-site_branding {
    display: inline-block;
}

    .cs-site_branding img {
        height: 45px;
    }

@media screen and (min-width: 1200px) {
    .cs-main_header {
        position: relative;
    }

        .cs-main_header .container-fluid {
            padding-left: 40px;
            padding-right: 40px;
        }

    .cs-main_header_center,
    .cs-top_header_center {
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .cs-site_header.cs-style1 .cs-main_header_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .cs-site_header.cs-style1 .cs-main_header_left {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

        .cs-nav .cs-nav_list {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            height: inherit;
        }

            .cs-nav .cs-nav_list > li {
                margin-left: 40px;
                height: inherit;
            }

                .cs-nav .cs-nav_list > li:last-child {
                    margin-left: 0;
                }

                .cs-nav .cs-nav_list > li > a {
                    padding: 10px 0;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    position: relative;
                    height: inherit;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .cs-nav .cs-nav_list > li > ul {
                    right: 0;
                    top: calc(100% + 15px);
                }

                .cs-nav .cs-nav_list > li:hover > ul {
                    top: 100%;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

            .cs-nav .cs-nav_list li:not(.cs-mega-menu) {
                position: relative;
            }

            .cs-nav .cs-nav_list ul {
                width: 260px;
                background-color: #fff;
                position: absolute;
                background-color: #fff;
                -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
                box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
                border-top: 3px solid;
                border-radius: 0 0 7px 7px;
                padding: 10px 0;
                z-index: 100;
                opacity: 0;
                visibility: hidden;
                display: block !important;
                -webkit-transition: all 0.1s ease;
                transition: all 0.1s ease;
            }

                .cs-nav .cs-nav_list ul li:hover ul {
                    top: 0px;
                }

                .cs-nav .cs-nav_list ul li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .cs-nav .cs-nav_list ul a {
                    font-size: 90%;
                    display: block;
                    line-height: 1.5em;
                    padding: 12px 20px;
                }

                .cs-nav .cs-nav_list ul ul {
                    top: 15px;
                    right: 100%;
                }

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li ul {
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-height: 0;
        height: initial !important;
    }

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li.menu-item-has-children.active ul {
        max-height: 520px;
    }

    .cs-munu_toggle,
    .cs-munu_dropdown_toggle {
        display: none;
    }

    .cs-nav .cs-nav_list .cs-mega-wrapper {
        width: 1170px !important;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        padding: 0;
    }

        .cs-nav .cs-nav_list .cs-mega-wrapper > li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 10px 0;
        }

            .cs-nav .cs-nav_list .cs-mega-wrapper > li:not(:last-child) {
                border-left: 1px solid #eeeeff;
            }

            .cs-nav .cs-nav_list .cs-mega-wrapper > li > a {
                color: #0b0a60;
                font-weight: 600;
            }

                .cs-nav .cs-nav_list .cs-mega-wrapper > li > a:hover {
                    background-color: transparent;
                }

            .cs-nav .cs-nav_list .cs-mega-wrapper > li ul {
                position: initial;
                border: none;
                padding: 0;
                width: 100%;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: transparent;
            }

    .cs-nav .cs-nav_list .cs-mega-menu:hover .cs-mega-wrapper li ul {
        opacity: 1;
        visibility: visible;
    }

    .cs-nav .cs-nav_list > li ul:not(.cs-mega-wrapper) .menu-item-has-children > a {
        position: relative;
    }

    .cs-nav .cs-nav_list > li.menu-item-has-children ul:not(.cs-mega-wrapper) li.menu-item-has-children > a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 800;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        left: 16px;
    }
}

@media screen and (max-width: 1500px) {
    .cs-site_header.cs-style3 .cs-hamburger {
        right: 30px;
    }
}

@media screen and (max-width: 1360px) {
    .cs-site-branding {
        max-width: 190px;
    }

    .cs-site_header_full_width .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .cs-site_header.cs-style3,
    .cs-site_header.cs-style3.cs-type1 {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
        box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    }

        .cs-site_header.cs-style3 .cs-main_header_in,
        .cs-site_header.cs-style3.cs-type1 .cs-main_header_in {
            height: 90px;
        }

        .cs-site_header.cs-style3 .cs-hamburger,
        .cs-site_header.cs-style3.cs-type1 .cs-hamburger {
            right: initial;
        }

        .cs-site_header.cs-style3 .cs-hamburger_wrap,
        .cs-site_header.cs-style3.cs-type1 .cs-hamburger_wrap {
            height: 25px;
            display: block;
        }

        .cs-site_header.cs-style3 .cs-hamburger {
            left: 15px;
        }

        .cs-site_header.cs-style3.cs-type1 .cs-hamburger {
            color: #0b0a60;
            left: 0px;
        }
}

@media screen and (max-width: 1199px) {
    .cs-munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        left: 20px;
        top: 5px;
    }

        .cs-munu_dropdown_toggle:before, .cs-munu_dropdown_toggle:after {
            content: "";
            display: block;
            position: absolute;
            right: 50%;
            top: 50%;
            -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            height: 2px;
            width: 10px;
            background-color: #78778f;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-munu_dropdown_toggle:before {
            -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
        }

        .cs-munu_dropdown_toggle.active:before {
            -webkit-transform: translate(50%, -50%) rotate(0deg);
            transform: translate(50%, -50%) rotate(0deg);
        }

    .cs-nav .cs-nav_list {
        position: absolute;
        width: 100vw;
        right: -15px;
        background-color: #fff;
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 1px solid #eeeeff;
        border-bottom: 1px solid #eeeeff;
        overflow: auto;
        max-height: calc(100vh - 80px);
        font-size: 16px;
        line-height: 1.6em;
    }

        .cs-nav .cs-nav_list ul {
            padding-right: 15px;
            display: none;
        }

        .cs-nav .cs-nav_list a {
            display: block;
            padding: 8px 20px;
        }

    .cs-nav .menu-item-has-children {
        position: relative;
    }
    /*Mobile Menu Button*/
    .cs-munu_toggle {
        display: inline-block;
        width: 32px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        left: 30px;
    }

        .cs-munu_toggle span,
        .cs-munu_toggle span:before,
        .cs-munu_toggle span:after {
            width: 100%;
            height: 3px;
            background-color: #0b0a60;
            display: block;
        }

        .cs-munu_toggle span {
            margin: 0 auto;
            position: relative;
            top: 12px;
            -webkit-transition-duration: 0s;
            transition-duration: 0s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

            .cs-munu_toggle span:before {
                content: "";
                position: absolute;
                margin-top: -9px;
                -webkit-transition-property: margin, -webkit-transform;
                transition-property: margin, -webkit-transform;
                transition-property: margin, transform;
                transition-property: margin, transform, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s;
            }

            .cs-munu_toggle span:after {
                content: "";
                position: absolute;
                margin-top: 9px;
                -webkit-transition-property: margin, -webkit-transform;
                transition-property: margin, -webkit-transform;
                transition-property: margin, transform;
                transition-property: margin, transform, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s;
            }

    .cs-site_header.cs-style1 .cs-munu_toggle {
        top: 50%;
        left: 0px;
        margin-top: -13px;
    }

    .cs-toggle_active span {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .cs-toggle_active span:before {
            margin-top: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
        }

        .cs-toggle_active span:after {
            margin-top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
        }

    .cs-header_toolbox {
        margin-left: 50px;
    }

    .cs-toolbox_btn {
        padding: 8px 20px;
        min-width: 100px;
    }

    .cs-nav .cs-nav_list a {
        position: relative;
    }

    .cs-site_header.cs-style1 .cs-main_header_in {
        height: 80px;
    }

    .cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
        margin-right: 0;
    }

    .cs-site_header.cs-style3 .cs-munu_toggle {
        display: none;
    }

    .cs-site_header.cs-style3 .cs-nav_out,
    .cs-site_header.cs-style3 .cs-nav_out::after {
        width: 100%;
    }

    .cs-site_header.cs-style3 .cs-nav_cross {
        right: initial;
        margin-right: 0;
        left: 30px;
        top: 30px;
        width: 45px;
        height: 45px;
    }

    .cs-site_header.cs-style3 .cs-nav_in {
        padding: 30px 30px;
        text-align: center;
    }

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list {
        position: initial;
        background-color: transparent;
        border: none;
        width: initial;
    }

        .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
            padding: 10px 0;
            font-size: 24px;
        }

    .cs-site_header.cs-style1 .cs-toolbox {
        margin-right: 0;
        margin-left: 55px;
    }

    .cs-site_header.cs-style2 .cs-main_header_in {
        height: 70px;
    }

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a::after {
        display: none;
    }

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list {
        display: block;
        position: relative;
        background-color: transparent;
        border: none;
        right: 0;
        top: 0;
        overflow: initial;
        max-height: initial;
    }

        .cs-site_header.cs-style2 .cs-nav .cs-nav_list > li > a {
            font-size: 20px;
        }

    .cs-site_header.cs-style2 .cs-munu_toggle {
        display: none;
    }

    .cs-site_header.cs-style2 .cs-hamburger.active {
        height: 44px;
        width: 44px;
    }

    .cs-site_header.cs-style2 .cs-nav_toolbox {
        text-align: right !important;
        padding-right: 20px;
        padding-top: 20px;
        position: relative;
        bottom: initial;
    }

    .cs-site_header.cs-style2 .cs-nav_wrap {
        display: block;
        padding: 70px 0 80px;
    }

    .cs-site_header.cs-style2 .cs-social_btns.cs-style1 a {
        height: 36px;
        width: 36px;
    }

    .cs-site_header.cs-style2 .cs-social_btns.cs-style1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cs-site_header.cs-style2 .cs-munu_dropdown_toggle:before,
    .cs-site_header.cs-style2 .cs-munu_dropdown_toggle:after {
        width: 14px;
        background-color: white;
    }

    .cs-site_header.cs-style2 .cs-munu_dropdown_toggle {
        top: 9px;
    }

    .cs-site_header.cs-style2 .cs-nav .cs-nav_list ul a {
        font-size: 18px;
        color: #fff;
    }

    .cs-site_header.cs-style2 .cs-nav_wrap {
        overflow: auto;
    }

    .cs-hamburger span {
        height: 3px;
    }

    .cs-site_header.cs-style1 .cs-top_header .cs-toolbox {
        margin-left: 0;
    }

    .cs-site_header.cs-style1 .cs-header_category_toggle {
        height: 70px;
        margin-right: -15px;
    }

    .cs-site_header.cs-style1 .cs-header_category_list {
        margin-right: -15px;
    }

    .cs-site_header .current-menu-item > a:before {
        display: none;
    }

    .cs-search.cs-style1 {
        width: 380px;
    }

    .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span,
    .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:before,
    .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:after {
        height: 2px;
    }

        .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:before {
            margin-top: -8px;
        }

        .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:after {
            margin-top: 8px;
        }

    .cs-site_header.cs-style1.cs-type5 .cs-toggle_active span:after,
    .cs-site_header.cs-style1.cs-type5 .cs-toggle_active span:before {
        margin-top: 0;
    }

    .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle {
        width: 28px;
    }

    .cs-site_branding img {
        height: 35px;
    }

    .cs-site_header.cs-style1.cs-type2,
    .cs-site_header.cs-style1.cs-type4 {
        background-color: #fff;
    }

        .cs-site_header.cs-style1.cs-type2 .cs-main_header_in,
        .cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
            padding: 0;
            border-radius: 0;
            margin-top: 35px;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
            margin-top: 0;
        }

    .cs-site_header .cs-btn.cs-style6 {
        font-size: 14px;
    }

        .cs-site_header .cs-btn.cs-style6 .cs-btn_text {
            padding: 7px 20px;
        }

    .cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        margin-top: 0;
        background-color: transparent;
    }

    .cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cs-site_header.cs-style1.cs-type5 .cs-action_box {
        margin-left: 55px;
    }

    .cs-site_header.cs-style3 .cs-munu_dropdown_toggle {
        height: 50px;
    }

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children > a:after {
        margin-right: 10px;
        font-size: 16px;
        margin-top: -2px;
    }
}

@media screen and (max-width: 991px) {
    .cs-site_header .container {
        max-width: 100%;
    }

    .cs-site_header.cs-style1 .cs-action_box .cs-action_value {
        display: none;
    }

    .cs-search_1_out {
        position: absolute;
        right: 0;
        top: -70px;
        width: 100%;
        background-color: #fff;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-site_header.cs-style1 .cs-search_toggle_sm {
        background-color: transparent;
        border: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        left: 44px;
        top: 91px;
        position: absolute;
        z-index: 1;
    }

    .cs-site_header.cs-style1 .cs-search_1_wrap.active .cs-search_1_out {
        top: 0;
    }

    .cs-site_header.cs-style1 .cs-header_category_list {
        width: 306px;
    }

    .cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
        margin-left: 25px;
    }

    .cs-site_header.cs-style1.cs-type5 {
        font-size: 16px;
    }

        .cs-site_header.cs-style1.cs-type5 .cs-top_header_in {
            height: 70px;
        }

        .cs-site_header.cs-style1.cs-type5 .cs-main_header_in,
        .cs-site_header.cs-style1.cs-type5 .cs-header_category_toggle {
            height: 60px;
        }

        .cs-site_header.cs-style1.cs-type5 .cs-action_box {
            margin-left: 85px;
        }

    .cs-search.cs-style1 {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .cs-site-branding {
        max-width: 150px;
    }

    .cs-header_toolbox {
        margin-left: 44px;
    }

    .cs-toolbox > a:not(:first-child) {
        margin-right: 10px;
    }

    .cs-site_header.cs-style3 .cs-nav_cross {
        left: 15px;
        top: 30px;
    }

    .cs-toolbox_btn,
    .cs-hamburger_text,
    .cs-site_header .cs-btn.cs-style6 {
        display: none;
    }

    .cs-hamburger_wrap .cs-hamburger {
        margin-left: 0;
    }

    .cs-site_branding img {
        height: 32px;
    }

    .cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
        margin-right: 25px;
    }

    .cs-site_header.cs-style1 .cs-icon_btn i {
        margin-left: 0;
    }

    .cs-site_header.cs-style1 .cs-icon_btn span {
        display: none;
    }

    .cs-site_header.cs-style1 .cs-language_wrap .cs-toggle_text {
        display: none;
    }

    .cs-site_header.cs-style1 .cs-language_toggle .fa-language {
        margin-left: 0;
    }
       .cs-site_header.cs-style3 .cs-language_wrap .cs-toggle_text {
        display: none;
    }

    .cs-site_header.cs-style3 .cs-language_toggle .fa-language {
        margin-left: 0;
    }

    .cs-site_header.cs-style1 .cs-header_category_wrap .cs-header_category_toggle span {
        display: none;
    }

    .cs-site_header.cs-style1 .cs-header_category_toggle_in {
        padding: 10px 15px;
        font-size: 20px;
    }

        .cs-site_header.cs-style1 .cs-header_category_toggle_in i {
            margin-left: 5px;
        }

    .cs-site_header.cs-style1 .active .cs-header_category_list {
        right: 0;
    }

    .cs-site_header.cs-style1 .active .cs-header_category_list {
        margin-top: 0;
    }

    .cs-site_header.cs-style1 .cs-header_category_wrap {
        position: inherit !important;
    }

    .cs-site_header.cs-style1 .cs-header_category_list {
        width: calc(100% + 30px);
        margin-right: -15px;
        max-height: calc(100vh - 130px);
    }
}

@media screen and (max-width: 450px) {
    .cs-toolbox > a:not(:first-child) {
        margin-right: 0;
    }
}
/*--------------------------------------------------------------
15. Footer
----------------------------------------------------------------*/
.cs-footer_item {
    margin-bottom: 30px;
}

.cs-footer_newsletter.cs-style1 .cs-footer_newsletter_form {
    max-width: 500px;
    margin: auto;
    width: 100%;
    position: relative;
}

.cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input {
    width: 100%;
    border: none;
    padding: 10px 25px;
    padding-left: 80px;
    border-radius: 25px;
    height: 50px;
    font-size: 16px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 94, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 0, 94, 0.1);
}

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input:focus {
        outline: none;
    }

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-webkit-input-placeholder {
        color: #918f9d;
    }

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input:-ms-input-placeholder {
        color: #918f9d;
    }

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-moz-placeholder {
        color: #918f9d;
    }

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-ms-input-placeholder {
        color: #918f9d;
    }

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::placeholder {
        color: #918f9d;
    }

.cs-footer_newsletter.cs-style1 .cs-footer_newsletter_btn {
    position: absolute;
    border: none;
    width: 65px;
    height: 40px;
    top: 5px;
    left: 5px;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_btn:focus {
        outline: none;
    }

.cs-footer_newsletter.cs-style1.cs-size_lg .cs-footer_newsletter_input {
    padding: 10px 30px;
    padding-left: 200px;
    border-radius: 35px;
    height: 60px;
    font-size: 18px;
}

.cs-footer_newsletter.cs-style1.cs-size_lg .cs-footer_newsletter_btn {
    width: initial;
    padding: 5px 50px;
    height: 50px;
    border-radius: 30px;
}

.cs-footer.cs-style1 .menu,
.cs-footer.cs-style1 ul,
.cs-footer.cs-style4 .menu,
.cs-footer.cs-style4 ul,
.cs-shop_sidebar.cs-style1 .menu,
.cs-shop_sidebar.cs-style1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cs-footer.cs-style1 .menu ul,
    .cs-footer.cs-style1 ul ul,
    .cs-footer.cs-style4 .menu ul,
    .cs-footer.cs-style4 ul ul,
    .cs-shop_sidebar.cs-style1 .menu ul,
    .cs-shop_sidebar.cs-style1 ul ul {
        padding-right: 16px;
        margin-top: 10px;
    }

    .cs-footer.cs-style1 .menu li i,
    .cs-footer.cs-style1 ul li i,
    .cs-footer.cs-style4 .menu li i,
    .cs-footer.cs-style4 ul li i,
    .cs-shop_sidebar.cs-style1 .menu li i,
    .cs-shop_sidebar.cs-style1 ul li i {
        font-size: 16px;
        margin-left: 12px;
    }

    .cs-footer.cs-style1 .menu li:not(:last-child),
    .cs-footer.cs-style1 ul li:not(:last-child),
    .cs-footer.cs-style4 .menu li:not(:last-child),
    .cs-footer.cs-style4 ul li:not(:last-child),
    .cs-shop_sidebar.cs-style1 .menu li:not(:last-child),
    .cs-shop_sidebar.cs-style1 ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .cs-footer.cs-style1 .menu a,
    .cs-footer.cs-style1 ul a,
    .cs-footer.cs-style4 .menu a,
    .cs-footer.cs-style4 ul a,
    .cs-shop_sidebar.cs-style1 .menu a,
    .cs-shop_sidebar.cs-style1 ul a {
        display: inline-block;
        position: relative;
    }

        .cs-footer.cs-style1 .menu a:after,
        .cs-footer.cs-style1 ul a:after,
        .cs-footer.cs-style4 .menu a:after,
        .cs-footer.cs-style4 ul a:after,
        .cs-shop_sidebar.cs-style1 .menu a:after,
        .cs-shop_sidebar.cs-style1 ul a:after {
            content: "";
            height: 1px;
            background-color: currentColor;
            width: 100%;
            position: absolute;
            bottom: 2px;
            right: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

        .cs-footer.cs-style1 .menu a:hover:after,
        .cs-footer.cs-style1 ul a:hover:after,
        .cs-footer.cs-style4 .menu a:hover:after,
        .cs-footer.cs-style4 ul a:hover:after,
        .cs-shop_sidebar.cs-style1 .menu a:hover:after,
        .cs-shop_sidebar.cs-style1 ul a:hover:after {
            opacity: 1;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.cs-footer.cs-style1 {
    position: relative;
    border-radius: 200px 200px 0 0;
}

    .cs-footer.cs-style1 .cs-cta.cs-style1 {
        margin-top: -175px;
    }

    .cs-footer.cs-style1 .cs-widget_title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .cs-footer.cs-style1 .cs-copyright {
        font-size: 111%;
        line-height: 1.4em;
        padding: 31px 0;
    }

    .cs-footer.cs-style1.cs-type1 .cs-widget_title {
        font-size: 24px;
        margin-bottom: 35px;
    }

.cs-footer.cs-style2 {
    font-size: 16px;
    line-height: 1.6em;
}

    .cs-footer.cs-style2 .cs-copyright {
        padding: 22px 0;
    }

        .cs-footer.cs-style2 .cs-copyright .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .cs-footer.cs-style2 .menu {
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cs-footer.cs-style2 .menu li:not(:first-child) {
            margin-right: 30px;
        }

    .cs-footer.cs-style2 .cs-copyright_in,
    .cs-footer.cs-style2 .menu {
        margin: 6px 0;
    }

    .cs-footer.cs-style2 .cs-footer_item {
        margin-bottom: 0;
    }

    .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 107px 0;
    }

        .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_form {
            max-width: 360px;
            margin: 10px 0;
        }

        .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input {
            background-color: #fff;
            -webkit-box-shadow: 0px 15px 60px 0px rgba(1, 0, 94, 0.15);
            box-shadow: 0px 15px 60px 0px rgba(1, 0, 94, 0.15);
        }

            .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-webkit-input-placeholder {
                color: #9190a3;
            }

            .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input:-ms-input-placeholder {
                color: #9190a3;
            }

            .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-moz-placeholder {
                color: #9190a3;
            }

            .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::-ms-input-placeholder {
                color: #9190a3;
            }

            .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input::placeholder {
                color: #9190a3;
            }

        .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_title {
            font-size: 48px;
            margin: 10px 0 10px 60px;
        }

.cs-footer.cs-style3 .cs-widget_title {
    font-size: 24px;
    margin-bottom: 35px;
}

.cs-footer.cs-style3 .menu,
.cs-footer.cs-style3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4em;
}

    .cs-footer.cs-style3 .menu ul,
    .cs-footer.cs-style3 ul ul {
        padding-right: 16px;
        margin-top: 10px;
    }

    .cs-footer.cs-style3 .menu li i,
    .cs-footer.cs-style3 ul li i {
        font-size: 16px;
        margin-left: 12px;
    }

    .cs-footer.cs-style3 .menu li:not(:last-child),
    .cs-footer.cs-style3 ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .cs-footer.cs-style3 .menu a,
    .cs-footer.cs-style3 ul a {
        display: inline-block;
        position: relative;
    }

    .cs-footer.cs-style3 .menu a {
        display: inline-block;
        position: relative;
    }

        .cs-footer.cs-style3 .menu a:before {
            content: "\f105\f105";
            font-weight: 900;
            font-size: 16px;
            font-family: "Font Awesome 5 Free";
            margin-left: 8px;
            overflow: hidden;
            width: 8px;
            display: inline-block;
            line-height: 16px;
            position: relative;
            top: 2px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-footer.cs-style3 .menu a:hover:before {
            width: 16px;
        }

.cs-footer.cs-style3 .cs-footer_newsletter.cs-style1 {
    padding-top: 7px;
}

    .cs-footer.cs-style3 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input {
        padding: 10px 20px;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(10, 44, 17, 0.1);
        box-shadow: 0px 10px 40px 0px rgba(10, 44, 17, 0.1);
        border-radius: 3px;
        height: 45px;
    }

    .cs-footer.cs-style3 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_btn {
        width: 75px;
        height: 45px;
        top: 0;
        left: 0;
        border-radius: 3px 23px 23px 3px;
        cursor: pointer;
        padding: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.cs-footer.cs-style3 .cs-social_btns.cs-style1 {
    padding-top: 7px;
    color: #b1aa90;
}

    .cs-footer.cs-style3 .cs-social_btns.cs-style1 a {
        border-radius: 50%;
        margin-left: 10px;
        height: initial;
        width: initial;
        background-color: transparent;
        margin-left: 30px;
    }

        .cs-footer.cs-style3 .cs-social_btns.cs-style1 a:last-child {
            margin-left: 0;
        }

.cs-footer.cs-style3 .cs-text_widgert_content img {
    margin-top: 7px;
    margin-bottom: 10px;
}

.cs-footer.cs-style4 {
    position: relative;
}

    .cs-footer.cs-style4 .cs-widget_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cs-footer.cs-style4 .cs-copyright-wrap {
        padding-right: 45%;
        margin-top: -80px;
        height: 80px;
    }

    .cs-footer.cs-style4 .cs-copyright {
        border-width: 0;
        border-top-width: 1px;
        border-style: solid;
        padding: 10px 0;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .cs-footer.cs-style4 .cs-address_widgert {
        padding-bottom: 43px;
        position: relative;
        margin-bottom: 0;
    }

        .cs-footer.cs-style4 .cs-address_widgert .cs-footer_logo {
            margin-bottom: 44px;
            position: relative;
            z-index: 1;
        }

        .cs-footer.cs-style4 .cs-address_widgert ul {
            position: relative;
            z-index: 1;
        }

            .cs-footer.cs-style4 .cs-address_widgert ul li {
                position: relative;
                padding-right: 40px;
            }

                .cs-footer.cs-style4 .cs-address_widgert ul li:not(:last-child) {
                    margin-bottom: 20px;
                }

            .cs-footer.cs-style4 .cs-address_widgert ul i {
                position: absolute;
                right: 0;
                top: 6px;
                font-size: 16px;
            }

    .cs-footer.cs-style4 .cs-footer_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .cs-footer.cs-style4 .cs-footer_col {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 120px;
        padding-top: 135px;
        position: relative;
    }

        .cs-footer.cs-style4 .cs-footer_col:first-child {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            margin-left: 100px;
            padding-bottom: 0;
        }

            .cs-footer.cs-style4 .cs-footer_col:first-child:before {
                content: "";
                position: absolute;
                height: 100%;
                width: 101vw;
                left: 0px;
                top: 0;
                background-color: rgba(0, 0, 0, 0.04);
            }

    .cs-footer.cs-style4 .cs-footer_item {
        position: relative;
        z-index: 1;
    }

.cs-footer.cs-dark_footer {
    background-color: #5f8549;
    color: rgba(255, 255, 255, 0.6);
}

    .cs-footer.cs-dark_footer .cs-widget_title {
        color: #fff;
    }

    .cs-footer.cs-dark_footer hr {
        background-color: rgba(255, 255, 255, 0.1);
    }

@media screen and (max-width: 1199px) {
    .cs-footer.cs-style4 .cs-footer_col:first-child {
        margin-left: 5.5%;
    }

    .cs-footer.cs-style4 .cs-copyright-wrap {
        padding-right: 43%;
        margin-top: -80px;
        height: 80px;
    }

    .cs-footer.cs-style1 {
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_form {
        margin: 0;
        max-width: 100%;
    }

    .cs-footer_newsletter.cs-style1 {
        max-width: 550px;
    }

    .cs-footer .container {
        max-width: 100%;
    }

    .cs-footer.cs-style1 .cs-copyright {
        padding: 22px 0;
    }

    .cs-footer.cs-style1 .cs-widget_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cs-footer.cs-style1 .cs-copyright {
        font-size: 100%;
    }

    .cs-footer.cs-style3 .cs-widget_title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cs-footer.cs-style1.cs-type1 .cs-widget_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 {
        padding: 70px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }

        .cs-footer.cs-style2 .cs-footer_newsletter.cs-style1 .cs-footer_newsletter_title {
            font-size: 40px;
            margin: 0px 0 10px 0px;
            text-align: center;
        }

    .cs-footer.cs-style4 .cs-footer_col {
        padding-top: 60px;
        padding-bottom: 105px;
    }

        .cs-footer.cs-style4 .cs-footer_col:first-child {
            margin-left: 0;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

    .cs-footer.cs-style4 .cs-address_widgert {
        padding-bottom: 53px;
    }

    .cs-footer.cs-style4 .cs-copyright-wrap {
        padding-right: 0;
    }

        .cs-footer.cs-style4 .cs-copyright-wrap .cs-copyright {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
        }
}

@media screen and (max-width: 767px) {
    .cs-footer.cs-style1 .cs-widget_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cs-footer.cs-style2 .cs-copyright .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cs-footer.cs-style2 .menu li:not(:first-child) {
        margin-right: 20px;
    }

    .cs-footer.cs-style4 .cs-address_widgert .cs-footer_logo {
        margin-bottom: 30px;
    }

    .cs-footer.cs-style4 .cs-widget_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cs-footer.cs-style2 .cs-copyright_in {
        text-align: center;
    }

    .cs-footer.cs-style2 .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .cs-footer.cs-style4 .cs-footer_col {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }

    .cs-footer.cs-style4 .cs-copyright-wrap {
        margin-top: 0;
    }

    .cs-footer.cs-style4 .cs-footer_col:first-child:before {
        display: none;
    }

    .cs-footer.cs-style4 .cs-address_widgert {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .cs-footer.cs-style4 .cs-footer_row {
        padding-bottom: 20px;
        padding-top: 80px;
    }
}

@media screen and (max-width: 350px) {
    .cs-footer.cs-style2 .menu li:not(:first-child) {
        margin-right: 15px;
    }
}
/*--------------------------------------------------------------
16. Accordian
----------------------------------------------------------------*/
.cs-faq.cs-style1 {
    font-size: 32px;
}

    .cs-faq.cs-style1 .cs-faq_title {
        font-size: 32px;
        margin-bottom: 32px;
    }

.cs-accordians.cs-style1 .cs-accordian {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(33, 28, 26, 0.1);
}

    .cs-accordians.cs-style1 .cs-accordian:not(:last-child) {
        margin-bottom: 30px;
    }

    .cs-accordians.cs-style1 .cs-accordian.active {
        border-radius: 0 0 5px 5px;
    }

        .cs-accordians.cs-style1 .cs-accordian.active .cs-accordian_head {
            -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 124, 0.1);
            box-shadow: 0px 1px 2px 0px rgba(2, 0, 124, 0.1);
            border-radius: 5px 0 0 0px;
        }

        .cs-accordians.cs-style1 .cs-accordian.active .cs-accordian_toggle i {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.cs-accordians.cs-style1 .cs-accordian_head {
    cursor: pointer;
    position: relative;
    border-right-width: 3px;
    border-right-style: solid;
    padding: 20px 35px 20px 64px;
    border-radius: 5px 0 0 5px;
}

.cs-accordians.cs-style1 .cs-accordian_title {
    font-size: 20px;
    margin: 0;
}

.cs-accordians.cs-style1 .cs-accordian_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    border: 1px solid #eeeeff;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

    .cs-accordians.cs-style1 .cs-accordian_toggle i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.cs-accordians.cs-style1 .cs-accordian-body {
    padding: 25px 35px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

    .cs-accordians.cs-style1 .cs-accordian-body p {
        margin: 0;
    }

.cs-accordians.cs-style2 .cs-accordian {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-accordians.cs-style2 .cs-accordian:not(:last-child) {
        border-bottom: 1px solid rgba(38, 70, 83, 0.1);
    }

    .cs-accordians.cs-style2 .cs-accordian.active .cs-accordian_toggle:after {
        opacity: 1;
    }

.cs-accordians.cs-style2 .cs-accordian_head {
    position: relative;
    padding: 25px 77px 26px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-accordians.cs-style2 .cs-accordian_title {
    font-size: 20px;
    margin: 0;
}

.cs-accordians.cs-style2 .cs-accordian_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 27px;
}

    .cs-accordians.cs-style2 .cs-accordian_toggle:after {
        content: "";
        height: 100%;
        width: 100%;
        border: 9px solid #fff;
        border-right: none;
        border-left: none;
        right: 0;
        top: 0;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-accordians.cs-style2 .cs-accordian_toggle i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.cs-accordians.cs-style2 .cs-accordian-body {
    padding: 1px 80px 20px 40px;
}

    .cs-accordians.cs-style2 .cs-accordian-body p {
        margin: 0;
    }

@media screen and (max-width: 991px) {
    .cs-accordians.cs-style2 .cs-accordian_head {
        padding: 20px 40px 20px 40px;
    }

    .cs-accordians.cs-style2 .cs-accordian_toggle {
        top: 23px;
    }

    .cs-accordians.cs-style2 .cs-accordian-body {
        padding: 1px 40px 20px 40px;
    }

    .cs-accordians.cs-style1 .cs-accordian_title {
        font-size: 18px;
    }

    .cs-accordians.cs-style1 .cs-accordian-body {
        padding: 15px 20px;
    }

    .cs-accordians.cs-style1 .cs-accordian_head {
        border-right-width: 2px;
        padding: 15px 20px 15px 50px;
    }

    .cs-accordians.cs-style1 .cs-accordian_toggle {
        height: 32px;
        width: 32px;
        font-size: 16px;
    }
}
/*--------------------------------------------------------------
17. Countdown
----------------------------------------------------------------*/
.cs-token_expired {
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    border: 1px solid;
    border-radius: 10px;
    color: red;
}

.cs-countdown.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

    .cs-countdown.cs-style1 .cs-countdown_box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 0 10px;
        -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
        box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
        border-radius: 10px;
        padding: 16px 0;
    }

    .cs-countdown.cs-style1 .cs-countdown_number {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .cs-countdown.cs-style1 .cs-countdown_text {
        letter-spacing: 2.3px;
    }

@media screen and (max-width: 991px) {
    .cs-countdown.cs-style1 .cs-countdown_number {
        font-size: 30px;
    }

    .cs-countdown.cs-style1 .cs-countdown_text {
        letter-spacing: 0px;
    }

    .cs-footer_newsletter.cs-style1.cs-size_lg .cs-footer_newsletter_btn {
        padding: 5px 30px;
    }

    .cs-footer_newsletter.cs-style1.cs-size_lg .cs-footer_newsletter_input {
        padding: 10px 25px;
        padding-left: 145px;
    }
}

@media screen and (max-width: 400px) {
    .cs-countdown.cs-style1 .cs-countdown_box {
        margin: 0 5px;
    }

    .cs-comming_soon.cs-style1 .cs-comming_soon_right {
        padding: 40px 15px;
    }
}
/*--------------------------------------------------------------
18. Counter
----------------------------------------------------------------*/
.cs-counter_style1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cs-counter_style1_wrap .cs-counter {
        margin-right: 7px;
        margin-left: 7px;
        margin-bottom: 15px;
    }

.cs-counter.cs-style1 {
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 65, 46, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 65, 46, 0.2);
    padding: 26px 8px;
}

    .cs-counter.cs-style1 .cs-counter_number {
        font-size: 42px;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cs-counter.cs-style1 .cs-counter_title {
        font-size: 18px;
        margin: 0;
        color: #78778f;
    }

    .cs-counter.cs-style1 .cs-counter_symble {
        font-size: 28px;
        position: relative;
        top: -10px;
    }

.cs-counter2-wrap {
    padding-top: 1px;
}

    .cs-counter2-wrap .container {
        margin-top: -100px;
    }

.cs-counter.cs-style2 .cs-counter_icon {
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 39, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(46, 39, 0, 0.1);
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 72px;
}

    .cs-counter.cs-style2 .cs-counter_icon svg {
        height: 110px;
        width: 110px;
    }

.cs-counter.cs-style2 .cs-counter_number {
    font-size: 52px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cs-counter.cs-style2 .cs-counter_title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.cs-counter.cs-style3 {
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(31, 28, 57, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(31, 28, 57, 0.1);
    padding: 30px 0 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-counter.cs-style3 .cs-counter_icon {
        border-radius: 50%;
        position: relative;
        width: 80px;
        height: 80px;
        font-size: 32px;
        margin: auto;
        margin-bottom: 18px;
    }

        .cs-counter.cs-style3 .cs-counter_icon:after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: inherit;
            opacity: 0.2;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-counter.cs-style3 .cs-counter_icon i,
        .cs-counter.cs-style3 .cs-counter_icon svg {
            position: relative;
            z-index: 1;
        }

        .cs-counter.cs-style3 .cs-counter_icon svg {
            width: 34px;
            height: 34px;
        }

    .cs-counter.cs-style3 .cs-counter_number {
        font-size: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -8px;
    }

    .cs-counter.cs-style3 .cs-counter_title {
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .cs-counter.cs-style3:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0px 10px 80px 0px rgba(31, 28, 57, 0.2);
        box-shadow: 0px 10px 80px 0px rgba(31, 28, 57, 0.2);
    }

        .cs-counter.cs-style3:hover .cs-counter_icon {
            color: #fff;
        }

            .cs-counter.cs-style3:hover .cs-counter_icon:after {
                opacity: 1;
            }

.cs-counter_4_wrap {
    border-radius: 30px;
    margin-top: -125px;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 15px 80px 0px rgba(28, 24, 64, 0.25);
    box-shadow: 0px 15px 80px 0px rgba(28, 24, 64, 0.25);
}

.cs-counter_4_wrap_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 43px 0 53px;
    border-radius: inherit;
}

.cs-counter.cs-style4 {
    padding: 15px;
}

    .cs-counter.cs-style4 .cs-counter_number {
        font-size: 60px;
        margin-bottom: 0;
    }

    .cs-counter.cs-style4 .cs-counter_title {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 1.6em;
    }

    .cs-counter.cs-style4 .cs-counter_seperator {
        width: 30px;
        height: 2px;
        margin: 8px auto 10px;
    }

.cs-counter_5_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
}

.cs-counter.cs-style5 {
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-counter.cs-style5 .cs-counter_icon {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin-bottom: 18px;
    }

        .cs-counter.cs-style5 .cs-counter_icon svg {
            width: 30px;
            height: 30px;
        }

    .cs-counter.cs-style5 .cs-counter_number {
        font-size: 48px;
        margin: 0;
        line-height: 1em;
        margin-bottom: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-counter.cs-style5 .cs-counter_title {
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: -6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
        display: inline-block;
        vertical-align: middle;
        visibility: hidden;
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
        text-align: right;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
        display: block;
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-default .odometer-digit .odometer-value {
        display: block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

        .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
        .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
            position: absolute;
        }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        transition: -webkit-transform 2s;
        transition: transform 2s;
        transition: transform 2s, -webkit-transform 2s;
    }

    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        transition: -webkit-transform 2s;
        transition: transform 2s;
        transition: transform 2s, -webkit-transform 2s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    line-height: inherit;
}

    .odometer.odometer-auto-theme .odometer-value,
    .odometer.odometer-theme-default .odometer-value {
        text-align: center;
    }

@media screen and (max-width: 991px) {
    .cs-counter.cs-style3 .cs-counter_number {
        font-size: 42px;
        margin-bottom: -5px;
    }

    .cs-counter.cs-style3 .cs-counter_title {
        font-size: 20px;
    }

    .cs-counter_4_wrap {
        margin-top: 80px;
    }

    .cs-counter.cs-style4 {
        padding: 10px;
    }

        .cs-counter.cs-style4 .cs-counter_number {
            font-size: 50px;
            margin-bottom: 0;
        }

        .cs-counter.cs-style4 .cs-counter_seperator {
            height: 2px;
            margin: 4px auto 10px;
        }

        .cs-counter.cs-style4 .cs-counter_title {
            font-size: 18px;
            letter-spacing: 1px;
        }

    .cs-counter.cs-style2 .cs-counter_icon {
        margin-bottom: 15px;
    }

    .cs-counter.cs-style2 .cs-counter_number {
        font-size: 42px;
    }

    .cs-counter.cs-style2 .cs-counter_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .cs-counter_4_wrap_in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 23px 0 33px;
    }

        .cs-counter_4_wrap_in .cs-counter.cs-style4 {
            width: 50%;
        }

    .cs-counter.cs-style5 {
        height: initial;
        min-height: 200px;
    }

        .cs-counter.cs-style5 .cs-counter_number {
            font-size: 36px;
        }

        .cs-counter.cs-style5 .cs-counter_title {
            font-size: 18px;
        }
}
/*--------------------------------------------------------------
19. CTA
----------------------------------------------------------------*/
.cs-cta.cs-style1 {
    border-radius: 20px;
    -webkit-box-shadow: 0px 20px 80px 0px rgba(65, 36, 28, 0.15);
    box-shadow: 0px 20px 80px 0px rgba(65, 36, 28, 0.15);
    padding: 42px 100px 55px;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .cs-cta.cs-style1 .cs-cta_title {
        font-size: 42px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .cs-cta.cs-style1 .cs-cta_pattern {
        position: absolute;
        height: 200%;
        width: 100%;
        background-repeat: repeat;
        right: 0;
        top: 0;
    }

    .cs-cta.cs-style1.cs-type1 {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cs-cta.cs-style1.cs-type2 .cs-cta_title {
        font-size: 48px;
    }

.cs-cta.cs-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 105px 0;
}

    .cs-cta.cs-style2 .cs-cta_title {
        font-size: 48px;
        margin: 0;
    }

    .cs-cta.cs-style2 .cs-cta_subtitle {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.6em;
        margin-bottom: 8px;
        letter-spacing: 2px;
        margin-top: 6px;
    }

.cs-cta.cs-cta_style2 .cs-cta_title {
    font-size: 42px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 35px;
}

.cs-cta.cs-style3 {
    padding: 0 15px;
}

    .cs-cta.cs-style3 .cs-cta_title {
        font-size: 58px;
        margin-bottom: 22px;
    }

    .cs-cta.cs-style3 .cs-cta_btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cs-cta.cs-style3 .cs-btn {
        margin: 10px;
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
    }

.cs-cta.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

    .cs-cta.cs-style4 .cs-cta_left {
        width: 50%;
        margin-top: -160px;
    }

    .cs-cta.cs-style4 .cs-cta_right {
        width: 50%;
        padding: 100px 0;
        position: relative;
        z-index: 1;
    }

    .cs-cta.cs-style4 .cs-cta_subtitle {
        letter-spacing: 1.5px;
    }

    .cs-cta.cs-style4 .cs-cta_title {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .cs-cta.cs-style4 .cs-cta_description {
        margin-bottom: 40px;
    }

    .cs-cta.cs-style4 .cs-cta_img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        top: -32%;
        left: 50%;
        width: 950px;
        text-align: center;
    }

    .cs-cta.cs-style4 .cs-cta_btns {
        margin: -10px;
    }

        .cs-cta.cs-style4 .cs-cta_btns .cs-btn {
            margin: 10px;
        }

.cs-cta.cs-style5 {
    margin-top: 9.5%;
}

    .cs-cta.cs-style5 .cs-cta_img {
        margin-top: -19%;
    }

    .cs-cta.cs-style5 .cs-cta_info {
        padding: 60px 0;
    }

    .cs-cta.cs-style5 .cs-cta_title {
        font-size: 64px;
        line-height: 1.14em;
        margin-bottom: 20px;
    }

    .cs-cta.cs-style5 .cs-cta_subtitle {
        margin-bottom: 35px;
    }

.cs-cta.cs-style6 .cs-cta_title {
    font-size: 42px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
    .cs-cta.cs-style5 {
        margin-top: 0;
    }

        .cs-cta.cs-style5 .cs-cta_img {
            margin-top: 0;
        }
}

@media screen and (max-width: 1300px) {
    .cs-cta.cs-style4 .cs-cta_img {
        top: -32%;
        left: 45%;
    }
}

@media screen and (max-width: 1199px) {
    .cs-cta.cs-style4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-cta.cs-style4 .cs-cta_left {
            display: none;
        }

        .cs-cta.cs-style4 .cs-cta_right {
            width: 100%;
            padding: 130px 0;
            text-align: center;
        }
}

@media screen and (max-width: 991px) {
    .cs-cta.cs-style3 .cs-cta_title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .cs-cta.cs-style3 .cs-cta_subtitle br {
        display: none;
    }

    .cs-cta.cs-style1.cs-type2 .cs-cta_title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .cs-cta.cs-style2 .cs-cta_title {
        font-size: 40px;
    }

    .cs-cta.cs-style2 {
        padding: 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        text-align: center;
    }

        .cs-cta.cs-style2 .cs-cta_subtitle {
            margin-bottom: 5px;
            letter-spacing: 1px;
            margin-top: 0;
        }

        .cs-cta.cs-style2 .cs-cta_text {
            margin-bottom: 20px;
        }

    .cs-cta.cs-style1 .cs-cta_title {
        font-size: 32px;
    }

    .cs-cta.cs-style6 .cs-cta_title {
        font-size: 32px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .cs-cta.cs-style4 .cs-cta_right {
        padding: 80px 0;
    }

    .cs-cta.cs-style4 .cs-cta_subtitle {
        letter-spacing: 1px;
    }

    .cs-cta.cs-style4 .cs-cta_title {
        font-size: 40px;
    }

    .cs-cta.cs-style5 .cs-cta_info {
        padding: 30px 0 80px;
    }

    .cs-cta.cs-style5 .cs-cta_title {
        font-size: 40px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 575px) {
    .cs-cta.cs-style1 {
        padding: 42px 30px 55px;
    }

    .cs-cta.cs-style4 .cs-cta_description br {
        display: none;
    }

    .cs-cta.cs-style4 .cs-cta_btns {
        margin: -5px;
    }

        .cs-cta.cs-style4 .cs-cta_btns .cs-btn {
            margin: 5px;
        }
}
/*--------------------------------------------------------------
20. Contact
----------------------------------------------------------------*/
.cs-contact.cs-style1 {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 100px 0px rgba(9, 38, 49, 0.2);
    box-shadow: 0px 20px 100px 0px rgba(9, 38, 49, 0.2);
    padding: 40px;
    position: relative;
    z-index: 2;
}

    .cs-contact.cs-style1 .cs-contact_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cs-contact.cs-style1 .cs-contact_info li {
            margin-left: 60px;
            margin-top: 8px;
        }

        .cs-contact.cs-style1 .cs-contact_info i {
            margin-left: 10px;
        }

.cs-contact_1_img {
    position: absolute;
    left: 70px;
    top: 0;
    max-width: initial;
    height: 100%;
}

.cs-contact.cs-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-contact.cs-style2 .cs-contact_left {
        width: 35%;
        padding: 90px 35px 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

        .cs-contact.cs-style2 .cs-contact_left:after, .cs-contact.cs-style2 .cs-contact_left:before {
            content: "";
            border-radius: 50%;
            position: absolute;
            width: 175px;
            height: 175px;
        }

        .cs-contact.cs-style2 .cs-contact_left:after {
            right: -30px;
            bottom: -20px;
            background: -webkit-gradient(linear, right top, right bottom, from(transparent), to(#fff));
            background: linear-gradient(-180deg, transparent 0%, #fff 100%);
            opacity: 0.15;
        }

        .cs-contact.cs-style2 .cs-contact_left:before {
            left: -60px;
            top: -50px;
            background: linear-gradient(5deg, transparent 0%, #fff 100%);
            opacity: 0.25;
        }

        .cs-contact.cs-style2 .cs-contact_left .cs-circle {
            position: absolute;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            left: 80px;
            top: 40px;
        }

    .cs-contact.cs-style2 .cs-contact_right {
        width: 65%;
        padding: 90px 60px 90px;
    }

    .cs-contact.cs-style2 .cs-contact_info_wrap,
    .cs-contact.cs-style2 .cs-social_btns_wrap {
        position: relative;
        z-index: 2;
    }

    .cs-contact.cs-style2 .cs-contact_info li {
        position: relative;
        padding-right: 38px;
    }

        .cs-contact.cs-style2 .cs-contact_info li i {
            position: absolute;
            right: 0;
            top: 6px;
        }

        .cs-contact.cs-style2 .cs-contact_info li:not(:last-child) {
            margin-bottom: 25px;
        }

    .cs-contact.cs-style2 .cs-social_btns.cs-style1 {
        margin-top: 20px;
    }

        .cs-contact.cs-style2 .cs-social_btns.cs-style1 a {
            width: initial;
        }

            .cs-contact.cs-style2 .cs-social_btns.cs-style1 a:not(:last-child) {
                margin-left: 25px;
            }

@media screen and (max-width: 991px) {
    .cs-contact_1_img {
        display: none;
    }

    .cs-contact.cs-style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .cs-contact.cs-style2 .cs-contact_left,
        .cs-contact.cs-style2 .cs-contact_right {
            width: 100%;
        }

        .cs-contact.cs-style2 .cs-contact_right {
            padding: 55px 30px 60px;
        }

        .cs-contact.cs-style2 .cs-contact_left {
            padding: 50px 30px 45px;
        }

        .cs-contact.cs-style2 .cs-contact_info li:not(:last-child) {
            margin-bottom: 15px;
        }
}

@media screen and (max-width: 991px) {
    .cs-contact.cs-style1 .cs-contact_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-contact.cs-style1 .cs-contact_info li {
            margin-left: 0;
        }
}
/*--------------------------------------------------------------
21. Menu Card
----------------------------------------------------------------*/
.cs-menu_card.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(254, 242, 234);
    border-radius: 10px 85px 85px 10px;
    border: 2px solid #fff;
}

    .cs-menu_card.cs-style1 .cs-menu_card_img {
        height: 176px;
        width: 176px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 10px 60px rgba(91, 39, 0, 0.2);
        box-shadow: 0px 10px 60px rgba(91, 39, 0, 0.2);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: -2px;
        margin-left: 40px;
    }

        .cs-menu_card.cs-style1 .cs-menu_card_img img {
            border-radius: inherit;
            border: 6px solid #fff;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cs-menu_card.cs-style1 .cs-menu_card_right {
        padding: 20px 0 20px 30px;
    }

    .cs-menu_card.cs-style1 .cs-menu_card_title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .cs-menu_card.cs-style1 .cs-menu_card_subtitle {
        font-size: 16px;
    }

    .cs-menu_card.cs-style1 .cs-menu_card_meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }

    .cs-menu_card.cs-style1 .cs-menu_card_price {
        font-size: 20px;
        font-weight: 500;
    }

    .cs-menu_card.cs-style1:hover .cs-menu_card_img img {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

@media screen and (max-width: 575px) {
    .cs-menu_card.cs-style1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 20px;
        padding: 30px;
    }

        .cs-menu_card.cs-style1 .cs-menu_card_right {
            padding-bottom: 0;
            width: 100%;
            padding-left: 0;
        }

        .cs-menu_card.cs-style1 .cs-menu_card_img {
            margin: 0;
        }
}
/*--------------------------------------------------------------
22. Expertise
----------------------------------------------------------------*/
.cs-expertise.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 12px 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(89, 34, 27, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(89, 34, 27, 0.05);
}

    .cs-expertise.cs-style1 .cs-expert_title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .cs-expertise.cs-style1 .cs-expert_experience_title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .cs-expertise.cs-style1 .cs-expert_experience {
        font-size: 16px;
    }

    .cs-expertise.cs-style1 .cs-expertise_left,
    .cs-expertise.cs-style1 .cs-expertise_center,
    .cs-expertise.cs-style1 .cs-expertise_right {
        padding: 20px;
    }

    .cs-expertise.cs-style1 .cs-expertise_left {
        width: 45%;
    }

    .cs-expertise.cs-style1 .cs-expertise_center {
        width: 30%;
    }

    .cs-expertise.cs-style1 .cs-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-width: 1px;
        border-style: solid;
        padding: 0.4em 1.9em;
    }

    .cs-expertise.cs-style1:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(89, 34, 27, 0.1);
        box-shadow: 0px 10px 40px 0px rgba(89, 34, 27, 0.1);
    }

@media screen and (max-width: 991px) {
    .cs-expertise.cs-style1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 30px;
    }

        .cs-expertise.cs-style1 .cs-expertise_left,
        .cs-expertise.cs-style1 .cs-expertise_center,
        .cs-expertise.cs-style1 .cs-expertise_right {
            width: 100%;
            padding: 8px 0;
        }
}
/*--------------------------------------------------------------
23. Event
----------------------------------------------------------------*/
.cs-event.cs-style1 {
    padding: 30px 40px 25px;
    position: relative;
}

    .cs-event.cs-style1:not(:last-child) {
        margin-bottom: 8px;
    }

    .cs-event.cs-style1 .cs-avatar {
        height: 70px;
        width: 70px;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
    }

        .cs-event.cs-style1 .cs-avatar img {
            height: 100%;
            width: 100px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit;
        }

    .cs-event.cs-style1 .cs-avatar_group {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cs-event.cs-style1 .cs-avatar:not(:first-child) {
        margin-right: -25px;
    }

    .cs-event.cs-style1 .cs-posted_by {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cs-event.cs-style1 .cs-posted_by > * {
            margin-right: 8px;
        }

            .cs-event.cs-style1 .cs-posted_by > *:not(:last-child)::after {
                content: ",";
            }

    .cs-event.cs-style1 .cs-event_title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .cs-event.cs-style1 .cs-event_details {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 22px;
    }

    .cs-event.cs-style1 .cs-event_location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cs-event.cs-style1 .cs-event_location_icon {
        height: 36px;
        width: 36px;
        border-radius: 5px;
        margin-left: 15px;
    }

    .cs-event.cs-style1 .cs-event_location_title {
        margin: 0;
        font-size: 20px;
    }

    .cs-event.cs-style1 .cs-event_toggle_body {
        padding-top: 18px;
        display: none;
    }

    .cs-event.cs-style1 .cs-event_toggle_btn {
        font-size: 16px;
        border: none;
        height: 40px;
        width: 40px;
        outline: none;
        border-radius: 5px;
        position: absolute;
        left: 20px;
        top: 30px;
    }

        .cs-event.cs-style1 .cs-event_toggle_btn i {
            -webkit-transition: inherit;
            transition: inherit;
        }

        .cs-event.cs-style1 .cs-event_toggle_btn.active i {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

@media screen and (max-width: 991px) {
    .cs-event.cs-style1 {
        padding: 20px 20px 15px;
    }

        .cs-event.cs-style1 .cs-event_title {
            font-size: 24px;
        }

        .cs-event.cs-style1 .cs-event_toggle_btn {
            height: 32px;
            width: 32px;
            left: 20px;
            top: 20px;
        }

        .cs-event.cs-style1 .cs-posted_by > * {
            margin-right: 4px;
        }
}

.cs-event.cs-style1 {
    padding: 15px 12px 15px;
}

    .cs-event.cs-style1:not(:last-child) {
        margin-bottom: 3px;
    }

    .cs-event.cs-style1 .cs-event_toggle_btn {
        left: 15px;
    }

    .cs-event.cs-style1 .cs-avatar {
        height: 50px;
        width: 50px;
        border-width: 1px;
    }

        .cs-event.cs-style1 .cs-avatar:not(:first-child) {
            margin-right: -15px;
        }

/*--------------------------------------------------------------
24. Gallery
----------------------------------------------------------------*/
.cs-gallery.cs-style1 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .cs-gallery.cs-style1 .cs-gallery_hover {
        position: absolute;
        height: calc(100% - 70px);
        width: calc(100% - 70px);
        right: 35px;
        top: 35px;
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .cs-gallery.cs-style1 .cs-gallery_hover .cs-add {
            display: block;
            height: 70px;
            width: 68px;
            border: 1px solid #fff;
            position: relative;
        }

            .cs-gallery.cs-style1 .cs-gallery_hover .cs-add:before, .cs-gallery.cs-style1 .cs-gallery_hover .cs-add:after {
                content: "";
                height: 1px;
                width: 35px;
                position: absolute;
                right: 50%;
                top: 50%;
                background-color: #fff;
                margin-right: -17px;
            }

            .cs-gallery.cs-style1 .cs-gallery_hover .cs-add:before {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

    .cs-gallery.cs-style1:hover .cs-gallery_hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.cs-gallery_height1 {
    height: 380px;
}

.cs-gallery_height2 {
    height: 320px;
}

.cs-gallery_height3 {
    height: 400px;
}

.cs-gallery_height4 {
    height: 325px;
}

.cs-gallery_height5 {
    height: 330px;
}

.cs-gallery_height6 {
    height: 250px;
}

.cs-gallery_height7 {
    height: 300px;
}

.cs-gallery_height8 {
    height: 410px;
}

.cs-gallery_height9 {
    height: 350px;
}

/*--------------------------------------------------------------
25. Hero
----------------------------------------------------------------*/
.cs-hero_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-hero_btns .cs-btn {
        margin-left: 30px;
    }

        .cs-hero_btns .cs-btn:last-child {
            margin-left: 0;
        }

.cs-hero.cs-style1 {
    position: relative;
}

    .cs-hero.cs-style1 .cs-hero_text {
        padding-top: 170px;
    }

    .cs-hero.cs-style1 .cs-hero_subtitle {
        font-size: 24px;
        line-height: 1.6em;
        letter-spacing: 2.4px;
        margin-bottom: 18px;
    }

    .cs-hero.cs-style1 .cs-hero_title {
        font-size: 80px;
        line-height: 1.13em;
        letter-spacing: -1px;
        margin-bottom: 36px;
    }

@media (max-width: 1199px) {
    .cs-hero.cs-style1 .cs-hero_title {
        font-size: 70px;
    }
}

.cs-hero.cs-style1 .cs-hero_right {
    width: 50vw;
    position: relative;
}

.cs-hero.cs-style1 .cs-hero_img {
    height: 940px;
    border-radius: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
}

    .cs-hero.cs-style1 .cs-hero_img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (max-width: 1920px) {
    .cs-hero.cs-style1 .cs-hero_img {
        height: calc(100vh - 100px);
    }
}

@media (max-width: 1199px) {
    .cs-hero.cs-style1 .cs-hero_img {
        height: 850px;
    }
}

.cs-hero.cs-style1 .cs-hero_counter {
    position: absolute;
    height: 200px;
    width: 160px;
    bottom: 50px;
    right: -50px;
}

    .cs-hero.cs-style1 .cs-hero_counter:after {
        content: "";
        height: 160px;
        width: 150px;
        position: absolute;
        top: -32px;
        right: -22px;
        background-image: radial-gradient(rgba(110, 66, 211, 0.5) 15%, transparent 15%);
        background-size: 10px 10px;
        background-position: 100% 0;
    }

.cs-hero.cs-style1 .cs-hero_counter_in {
    overflow: hidden;
    position: relative;
    height: inherit;
    text-align: center;
    padding: 10px;
    padding-top: 23px;
    z-index: 1;
}

    .cs-hero.cs-style1 .cs-hero_counter_in:before, .cs-hero.cs-style1 .cs-hero_counter_in:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 21px;
        -webkit-transform: skewY(15deg);
        transform: skewY(15deg);
    }

    .cs-hero.cs-style1 .cs-hero_counter_in:after {
        background-color: currentColor;
        opacity: 0.25;
    }

    .cs-hero.cs-style1 .cs-hero_counter_in:before {
        background-color: #fff;
    }

.cs-hero.cs-style1 .cs-hero_counter_number {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cs-hero.cs-style1 .cs-hero_counter_title {
    margin: 0;
    position: relative;
    z-index: 1;
}

.cs-hero.cs-style1 .cs-hero_social_btns {
    position: absolute;
    z-index: 10;
    top: 39%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-hero.cs-style1 .cs-hero_social_btns a {
        font-size: 22px;
        margin: 15px 0;
        opacity: 0.4;
    }

        .cs-hero.cs-style1 .cs-hero_social_btns a:hover {
            opacity: 1;
        }

.cs-hero.cs-style1 .cs-vertical_bar {
    position: absolute;
    right: 91px;
    bottom: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    vertical-align: baseline;
    letter-spacing: 2px;
}

    .cs-hero.cs-style1 .cs-vertical_bar:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 86px;
        bottom: 13px;
        left: -112px;
        background-color: currentColor;
        opacity: 0.3;
    }

.cs-hero.cs-style1.cs-type1 .cs-hero_img {
    height: 400px;
    border-radius: 0;
}

@media (max-width: 1360px) {
    .cs-hero.cs-style1.cs-type1 .cs-hero_img {
        height: 480px;
    }
}

@media (max-width: 991px) {
    .cs-hero.cs-style1.cs-type1 .cs-hero_img {
        height: 400px;
    }
}

.cs-hero.cs-style1.cs-type1 .cs-hero_social_btns {
    -webkit-transform: initial;
    transform: initial;
    top: initial;
    bottom: -20px;
}

.cs-hero.cs-style1.cs-type1 .cs-hero_title {
    margin-bottom: 10px;
}

.cs-hero.cs-style1.cs-type1 .cs-hero_text {
    padding-top: 0;
}

.cs-hero.cs-style1.cs-type1 .cs-vertical_middle {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cs-hero.cs-style3 .cs-pattern,
.cs-hero.cs-style4 .cs-pattern,
.cs-hero.cs-style6 .cs-pattern,
.cs-hero.cs-style7 .cs-pattern {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
}

    .cs-hero.cs-style3 .cs-pattern .cs-pattern-in,
    .cs-hero.cs-style4 .cs-pattern .cs-pattern-in,
    .cs-hero.cs-style6 .cs-pattern .cs-pattern-in,
    .cs-hero.cs-style7 .cs-pattern .cs-pattern-in {
        height: 100%;
        width: 100%;
    }

.cs-hero.cs-style3 .container,
.cs-hero.cs-style4 .container,
.cs-hero.cs-style6 .container,
.cs-hero.cs-style7 .container {
    position: inherit;
    z-index: 3;
}

.cs-hero.cs-style2 {
    min-height: 860px;
    position: relative;
    overflow: hidden;
}

    .cs-hero.cs-style2 .cs-hero_title {
        font-size: 70px;
        line-height: 1.22em;
        margin-bottom: 40px;
    }

    .cs-hero.cs-style2 .cs-hero_subtitle {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        line-height: 1.2em;
        margin-bottom: 35px;
    }

    .cs-hero.cs-style2 .cs-hero_img {
        position: absolute;
        width: 50%;
        bottom: 0;
        left: 6%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cs-hero.cs-style2 .cs-hero_text {
        position: relative;
        z-index: 1;
    }

.cs-hero.cs-style3 {
    min-height: 800px;
    position: relative;
    padding-top: 230px;
    overflow: hidden;
}

@media (max-width: 1550px) {
    .cs-hero.cs-style3 {
        padding-top: 190px;
    }

        .cs-hero.cs-style3 .cs-main_image {
            max-width: 950px;
            margin-right: auto;
            margin-left: auto;
        }
}

@media (max-width: 1380px) {
    .cs-hero.cs-style3 {
        padding-top: 160px;
    }

        .cs-hero.cs-style3 .cs-main_image {
            max-width: 880px;
        }
}

.cs-hero.cs-style3 .cs-hero_title {
    color: #bbd8e4;
    font-size: 82px;
    margin-bottom: 108px;
    line-height: 1.12em;
}

@media (max-width: 1550px) {
    .cs-hero.cs-style3 .cs-hero_title {
        font-size: 72px;
        margin-bottom: 56px;
    }
}

@media (max-width: 1380px) {
    .cs-hero.cs-style3 .cs-hero_title {
        font-size: 62px;
        margin-bottom: 45px;
    }
}

.cs-hero.cs-style3 .cs-hero_bg_frame {
    height: 8780px;
    width: 8780px;
    position: absolute;
    bottom: 16%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 50%;
    overflow: hidden;
}

    .cs-hero.cs-style3 .cs-hero_bg_frame .cs-hero_bg {
        position: absolute;
        height: 1050px;
        width: 100vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 0;
    }

.cs-hero.cs-style3.cs-type1 {
    min-height: 630px;
    padding-top: 80px;
}

@media (max-width: 1380px) {
    .cs-hero.cs-style3.cs-type1 {
        min-height: 520px;
    }
}

.cs-hero.cs-style3.cs-type1 .cs-hero_bg_frame {
    bottom: 0;
}

.cs-hero.cs-style3.cs-type1 .cs-hero_title {
    margin-bottom: 10px;
}

.cs-hero.cs-style3.cs-type1 .cs-breadcrumb.cs-style2 {
    letter-spacing: 2.3px;
    font-size: 20px;
    color: #bbd8e4;
}

.cs-hero.cs-style3.cs-type1 .cs-posiiton1 {
    right: 12%;
    top: 50%;
}

.cs-hero.cs-style3.cs-type1 .cs-posiiton3 {
    top: 40%;
    right: 33%;
}

.cs-hero.cs-style3.cs-type1 .cs-posiiton4 {
    top: 38%;
    right: 80%;
}

.cs-hero.cs-style3.cs-type1 .cs-posiiton5 {
    right: 68%;
    top: 36%;
}

.cs-hero.cs-style3.cs-type1 .cs-posiiton6 {
    top: 72%;
    right: 62%;
}

.cs-hero.cs-style4 {
    height: 1040px;
    overflow: hidden;
    position: relative;
}

    .cs-hero.cs-style4 .cs-hero_text {
        padding-top: 12%;
    }

    .cs-hero.cs-style4 .cs-hero_title {
        font-size: 90px;
        line-height: 1.12em;
        margin-bottom: 30px;
    }

    .cs-hero.cs-style4 .cs-hero_subtitle {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 5.5px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .cs-hero.cs-style4 .cs-hero_img_wrap {
        position: absolute;
        left: 10%;
        bottom: 0;
        height: 880px;
        width: 600px;
        padding-top: 40px;
    }

    .cs-hero.cs-style4 .cs-hero_img_shape {
        height: 160px;
        width: 150px;
        position: absolute;
        top: 45%;
        right: 70%;
        background-image: radial-gradient(currentColor 20%, transparent 20%);
        background-size: 10px 10px;
        background-position: 100% 0;
        opacity: 0.6;
    }

    .cs-hero.cs-style4 .cs-hero_img {
        position: absolute;
        z-index: 1;
        max-height: 100%;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .cs-hero.cs-style4 .cs-hero_img_bg {
        height: 670px;
        width: 670px;
        position: absolute;
        border-radius: 50%;
        right: 50%;
        top: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

        .cs-hero.cs-style4 .cs-hero_img_bg img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

    .cs-hero.cs-style4 .cs-hero_card {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(47, 31, 5, 0.1);
        box-shadow: 0px 10px 60px 0px rgba(47, 31, 5, 0.1);
        border-radius: 10px;
        padding: 10px;
        z-index: 1;
    }

        .cs-hero.cs-style4 .cs-hero_card svg {
            stroke-width: 6px;
        }

        .cs-hero.cs-style4 .cs-hero_card .cs-round_in {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 50%;
            height: 52px;
            width: 52px;
            border-radius: 50%;
        }

            .cs-hero.cs-style4 .cs-hero_card .cs-round_in span {
                position: relative;
                z-index: 2;
                font-size: 18px;
                line-height: 1em;
            }

            .cs-hero.cs-style4 .cs-hero_card .cs-round_in:after {
                content: "";
                background-color: currentColor;
                position: inherit;
                right: 0;
                top: 0;
                border-radius: inherit;
                height: 100%;
                width: 100%;
                opacity: 0.3;
            }

        .cs-hero.cs-style4 .cs-hero_card.cs-style1 {
            right: 60%;
            top: 25%;
            padding-left: 25px;
        }

            .cs-hero.cs-style4 .cs-hero_card.cs-style1 .cs-round_in {
                right: 19px;
            }

            .cs-hero.cs-style4 .cs-hero_card.cs-style1 svg {
                margin-left: 16px;
            }

        .cs-hero.cs-style4 .cs-hero_card.cs-style2 {
            right: 5%;
            top: 50%;
            text-align: left;
            padding-right: 25px;
        }

            .cs-hero.cs-style4 .cs-hero_card.cs-style2 .cs-round_in {
                left: 19px;
            }

            .cs-hero.cs-style4 .cs-hero_card.cs-style2 svg {
                margin-right: 16px;
            }

    .cs-hero.cs-style4.cs-type1 {
        height: 540px;
        padding-top: 80px;
    }

        .cs-hero.cs-style4.cs-type1 .cs-hero_img_bg {
            overflow: hidden;
            top: initial;
            bottom: 0;
        }

        .cs-hero.cs-style4.cs-type1 .cs-hero_img_shape {
            top: 65%;
            right: 60%;
        }

        .cs-hero.cs-style4.cs-type1 .cs-hero_title {
            margin-bottom: 0;
        }

        .cs-hero.cs-style4.cs-type1 .cs-hero_text {
            padding-top: 0;
        }

        .cs-hero.cs-style4.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 20px;
            margin-bottom: 20px;
        }

.cs-hero.cs-style5 {
    background-position: bottom center;
    height: 950px;
    position: relative;
}

    .cs-hero.cs-style5 .cs-hero_title {
        font-size: 70px;
        line-height: 1.29em;
        margin-bottom: 40px;
    }

    .cs-hero.cs-style5 .cs-hero_subtitle {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.2em;
        margin-bottom: 17px;
    }

    .cs-hero.cs-style5 .container {
        position: relative;
        z-index: 2;
    }

    .cs-hero.cs-style5 .cs-hero_img {
        position: absolute;
        left: -10%;
        bottom: 20px;
        max-width: 58%;
        -webkit-animation: 2.1s infinite alternate upDownAnimation;
        animation: 2.1s infinite alternate upDownAnimation;
    }

    .cs-hero.cs-style5 .cs-hero_feature_list {
        font-size: 24px;
        line-height: 1.6em;
    }

        .cs-hero.cs-style5 .cs-hero_feature_list li {
            padding-right: 52px;
            position: relative;
            margin-bottom: 15px;
        }

            .cs-hero.cs-style5 .cs-hero_feature_list li:last-child {
                margin-bottom: 0;
            }

        .cs-hero.cs-style5 .cs-hero_feature_list i {
            position: absolute;
            top: 6px;
            right: 0;
        }

    .cs-hero.cs-style5 .cs-hero_text {
        padding-top: 110px;
    }

    .cs-hero.cs-style5 .cs-hero_bg_frame {
        position: absolute;
        height: 1590px;
        width: 2980px;
        bottom: 40px;
        border-radius: 50% 0% 52% 50%;
        -webkit-transform: skew(0deg, 10deg);
        transform: skew(0deg, 10deg);
        right: -550px;
        overflow: hidden;
    }

    .cs-hero.cs-style5 .cs-hero_bg {
        position: absolute;
        height: 2000px;
        width: 100vw;
        opacity: 0.08;
        right: 550px;
        bottom: -40px;
        -webkit-transform: skew(0deg, -10deg);
        transform: skew(0deg, -10deg);
    }

.cs-hero.cs-style6 {
    height: 980px;
    position: relative;
    border-radius: 0 0 300px 0;
}

    .cs-hero.cs-style6 .cs-hero_subtitle {
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 3.8px;
        line-height: 1.2em;
        margin-bottom: 25px;
    }

    .cs-hero.cs-style6 .cs-hero_title {
        font-size: 70px;
        line-height: 1.29em;
        margin-bottom: 65px;
    }

    .cs-hero.cs-style6 .cs-hero_text {
        padding-top: 14%;
    }

    .cs-hero.cs-style6 .cs-hero_img {
        position: absolute;
        bottom: -95px;
        left: 4%;
        max-width: 60%;
    }

    .cs-hero.cs-style6.cs-type1 {
        height: 460px;
        padding-top: 115px;
    }

        .cs-hero.cs-style6.cs-type1 .cs-hero_text {
            padding-top: 0;
        }

        .cs-hero.cs-style6.cs-type1 .cs-hero_title {
            margin-bottom: 0;
        }

        .cs-hero.cs-style6.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 20px;
        }

.cs-hero.cs-style8 {
    height: 850px;
    position: relative;
}

    .cs-hero.cs-style8 .cs-hero_text {
        position: relative;
        z-index: 2;
        padding-top: 18%;
    }

    .cs-hero.cs-style8 .cs-hero_blur_shape {
        position: absolute;
        right: 0;
        top: 0%;
    }

    .cs-hero.cs-style8 .cs-hero_subtitle {
        font-size: 24px;
        line-height: 1.6em;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .cs-hero.cs-style8 .cs-hero_title {
        font-size: 80px;
        line-height: 1.18em;
        margin-bottom: 40px;
    }

    .cs-hero.cs-style8 .cs-hero_img {
        position: absolute;
        left: -4%;
        bottom: 0;
        max-width: 55%;
    }

    .cs-hero.cs-style8 .cs-hero_btns {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
    }

        .cs-hero.cs-style8 .cs-hero_btns > svg {
            position: absolute;
            left: -110px;
            bottom: 30px;
        }

    .cs-hero.cs-style8.cs-type1 {
        height: 480px;
        padding-top: 70px;
        overflow: hidden;
    }

        .cs-hero.cs-style8.cs-type1 .cs-hero_text {
            padding-top: 0;
        }

        .cs-hero.cs-style8.cs-type1 .cs-hero_title {
            margin-bottom: 5px;
        }

        .cs-hero.cs-style8.cs-type1 .cs-down_btn {
            font-size: 40px;
        }

.cs-hero.cs-style7 {
    position: relative;
    height: 940px;
    border-radius: 0 0 300px 0;
    overflow: hidden;
}

    .cs-hero.cs-style7 .cs-hero_text {
        padding-top: 118px;
    }

    .cs-hero.cs-style7 .cs-hero_minititle {
        font-size: 20px;
        margin-bottom: 5px;
        letter-spacing: 2.2px;
    }

    .cs-hero.cs-style7 .cs-hero_title {
        font-size: 70px;
        margin-bottom: 20px;
    }

    .cs-hero.cs-style7 .cs-hero_subtitle {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .cs-hero.cs-style7 .cs-hero_img {
        height: 100%;
        padding-top: 120px;
        position: absolute;
        top: 0;
        left: 6%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 49%;
    }

    .cs-hero.cs-style7 .cs-animated_shape {
        position: absolute;
        -webkit-animation: 8s ease-in 0s normal forwards infinite running heroShapAnimation1;
        animation: 8s ease-in 0s normal forwards infinite running heroShapAnimation1;
        -webkit-transform: scale(1) translate(50%, -50%);
        transform: scale(1) translate(50%, -50%);
        -webkit-transform-origin: right top 0;
        transform-origin: right top 0;
    }

        .cs-hero.cs-style7 .cs-animated_shape:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            right: 6%;
            top: 31%;
        }

        .cs-hero.cs-style7 .cs-animated_shape:nth-child(2) {
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            right: 43%;
            top: 25%;
        }

        .cs-hero.cs-style7 .cs-animated_shape:nth-child(3) {
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
            right: 12%;
            top: 81%;
        }

        .cs-hero.cs-style7 .cs-animated_shape:nth-child(4) {
            -webkit-animation-delay: 5s;
            animation-delay: 5s;
            right: 40%;
            top: 85%;
        }

        .cs-hero.cs-style7 .cs-animated_shape:nth-child(5) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            right: 95%;
            top: 15%;
        }

    .cs-hero.cs-style7.cs-type1 {
        height: 600px;
    }

        .cs-hero.cs-style7.cs-type1 .cs-hero_title {
            margin-bottom: 10px;
        }

        .cs-hero.cs-style7.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 24px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .cs-hero.cs-style7.cs-type1 .cs-animated_shape:nth-child(3) {
            right: 75%;
            top: 50%;
        }

        .cs-hero.cs-style7.cs-type1 .cs-blog_details_meta {
            font-size: 24px;
            line-height: 1.6em;
        }

.cs-hero.cs-style9 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 800px;
}

    .cs-hero.cs-style9 .cs-hero_title {
        font-size: 55px;
        line-height: 1.26em;
        margin-bottom: 25px;
    }

    .cs-hero.cs-style9 .cs-hero_price {
        font-size: 32px;
        line-height: 1.4em;
        margin-bottom: 40px;
    }

.slick-slide .cs-hero.cs-style9 .cs-hero_text {
    position: relative;
    right: -50px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 340px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.slick-slide .cs-hero.cs-style9 .cs-hero_img {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

    .slick-slide .cs-hero.cs-style9 .cs-hero_img img {
        display: initial;
    }

.slick-slide.slick-active .cs-hero.cs-style9 .cs-hero_text {
    position: relative;
    right: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slick-slide.slick-active .cs-hero.cs-style9 .cs-hero_img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.cs-hero.cs-style10 {
    height: 900px;
    position: relative;
}

    .cs-hero.cs-style10 .cs-hero_text {
        position: relative;
        z-index: 2;
    }

    .cs-hero.cs-style10 .cs-hero_minititle {
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 10px;
        letter-spacing: 2.4px;
    }

    .cs-hero.cs-style10 .cs-hero_title {
        font-size: 75px;
        margin-bottom: 25px;
    }

    .cs-hero.cs-style10 .cs-hero_subtitle {
        margin-bottom: 45px;
    }

    .cs-hero.cs-style10 .cs-hero_img {
        position: absolute;
        left: 4.9%;
        top: 13%;
        width: 693px;
        height: 681px;
    }

    .cs-hero.cs-style10 .cs-hero_main_img {
        position: relative;
        z-index: 1;
        -webkit-animation: rotate 120s infinite ease-in-out;
        animation: rotate 120s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-hero_mini_img {
        position: absolute;
    }

        .cs-hero.cs-style10 .cs-hero_mini_img img {
            max-width: initial;
        }

    .cs-hero.cs-style10 .cs-posiiton1 {
        right: -1.5%;
        top: 28.5%;
        -webkit-animation: semi-rotate 6s infinite ease-in-out;
        animation: semi-rotate 6s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton2 {
        top: 7%;
        right: 14%;
        -webkit-animation: semi-rotate 5s infinite ease-in-out;
        animation: semi-rotate 5s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton3 {
        top: -3.3%;
        right: 57.5%;
        -webkit-animation: semi-rotate 4s infinite ease-in-out;
        animation: semi-rotate 4s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton4 {
        right: 70%;
        top: 14.5%;
        -webkit-animation: semi-rotate 6s infinite ease-in-out;
        animation: semi-rotate 6s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton5 {
        top: 22%;
        right: 79%;
        -webkit-animation: semi-rotate 5s infinite ease-in-out;
        animation: semi-rotate 5s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton6 {
        top: 44%;
        right: 81%;
        -webkit-animation: semi-rotate 7s infinite ease-in-out;
        animation: semi-rotate 7s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton7 {
        top: 62.5%;
        right: 77.5%;
        -webkit-animation: semi-rotate 3s infinite ease-in-out;
        animation: semi-rotate 3s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton8 {
        top: 70%;
        right: 60.5%;
        -webkit-animation: semi-rotate 5s infinite ease-in-out;
        animation: semi-rotate 5s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton9 {
        right: 40%;
        top: 84%;
        -webkit-animation: semi-rotate 6s infinite ease-in-out;
        animation: semi-rotate 6s infinite ease-in-out;
    }

    .cs-hero.cs-style10 .cs-posiiton10 {
        right: 15%;
        top: 65%;
        -webkit-animation: semi-rotate 5s infinite ease-in-out;
        animation: semi-rotate 5s infinite ease-in-out;
    }

    .cs-hero.cs-style10.cs-type1 {
        height: 600px;
        padding-top: 60px;
        overflow: hidden;
    }

        .cs-hero.cs-style10.cs-type1 .cs-hero_img {
            top: 180px;
        }

        .cs-hero.cs-style10.cs-type1 .cs-hero_title {
            margin-bottom: 5px;
        }

        .cs-hero.cs-style10.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 24px;
        }

.cs-hero.cs-style11 {
    background-color: #c1c1c1;
    height: 100vh;
    max-height: 1080px;
    position: relative;
    overflow: hidden;
}

    .cs-hero.cs-style11 .cs-hero_title {
        font-size: 65px;
        margin-bottom: 20px;
    }

    .cs-hero.cs-style11 .cs-hero_subtitle {
        margin-bottom: 42px;
    }

    .cs-hero.cs-style11 .cs-hero_img {
        position: absolute;
        height: 1130px;
        width: 1130px;
        border: 15px solid #fff;
        border-radius: 50%;
        right: 53%;
        top: 140px;
        z-index: 3;
    }

    .cs-hero.cs-style11 .cs-hero_img_circle {
        position: absolute;
        height: 1040px;
        width: 1040px;
        border: 1px solid #fff;
        border-radius: 50%;
        left: -30px;
        top: -20px;
        -webkit-animation: shapAnimation1 10s alternate infinite linear;
        animation: shapAnimation1 10s alternate infinite linear;
    }

    .cs-hero.cs-style11.cs-type1 {
        height: 700px;
        padding-top: 80px;
    }

        .cs-hero.cs-style11.cs-type1 .cs-hero_title {
            margin-bottom: 0;
        }

        .cs-hero.cs-style11.cs-type1 .cs-hero_img {
            height: 850px;
            width: 850px;
            border-width: 10px;
            right: initial;
            left: -6%;
        }

        .cs-hero.cs-style11.cs-type1 .cs-hero_img_circle {
            height: 100%;
            width: 100%;
        }

.cs-hero.cs-style12 {
    height: 860px;
    margin-right: 120px;
    margin-left: 120px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .cs-hero.cs-style12 .cs-hero_title {
        font-size: 110px;
        line-height: 1em;
        margin: 0;
    }

    .cs-hero.cs-style12 .cs-player_btn.cs-style1 {
        height: 84px;
        width: 84px;
        margin-bottom: 30px;
    }

    .cs-hero.cs-style12 .cs-hero_pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .cs-hero.cs-style12 .cs-hero_pattern_in {
        height: inherit;
        width: inherit;
    }

    .cs-hero.cs-style12.cs-type1 {
        height: 650px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 120px;
    }

        .cs-hero.cs-style12.cs-type1 .cs-breadcrumb.cs-style2,
        .cs-hero.cs-style12.cs-type1 .cs-blog_details_meta {
            font-size: 20px;
        }

@-webkit-keyframes semi-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes semi-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.cs-with_bar {
    position: relative;
}

    .cs-with_bar svg {
        position: absolute;
        bottom: -15%;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

.cs-partical_shape {
    position: absolute;
}

.cs-shape_position1 {
    right: 15%;
    top: 14%;
    -webkit-animation: particalAnimation 20s alternate infinite linear;
    animation: particalAnimation 20s alternate infinite linear;
}

.cs-shape_position2 {
    right: 8%;
    top: 69%;
    -webkit-animation: particalAnimation 20s alternate infinite linear;
    animation: particalAnimation 20s alternate infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.cs-shape_position3 {
    right: 88%;
    top: 7%;
    -webkit-animation: particalAnimation 35s alternate infinite linear;
    animation: particalAnimation 35s alternate infinite linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.cs-shape_position4 {
    right: 48%;
    top: 12%;
    -webkit-animation: particalAnimation 30s alternate infinite linear;
    animation: particalAnimation 30s alternate infinite linear;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.cs-shape_position5 {
    right: 48%;
    top: 72%;
    -webkit-animation: particalAnimation 25s alternate infinite linear;
    animation: particalAnimation 25s alternate infinite linear;
}

.cs-shape_position6 {
    right: 92%;
    top: 35%;
    -webkit-animation: particalAnimation 25s alternate infinite linear;
    animation: particalAnimation 25s alternate infinite linear;
}

.cs-shape_position7 {
    right: 90%;
    top: 75%;
    -webkit-animation: particalAnimation 15s alternate infinite linear;
    animation: particalAnimation 15s alternate infinite linear;
}

.cs-shape_position8 {
    right: 5%;
    top: 35%;
    -webkit-animation: particalAnimation 15s alternate infinite linear;
    animation: particalAnimation 15s alternate infinite linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.cs-pattern-in.cs-bg {
    background-size: initial;
    background-repeat: repeat;
}

@-webkit-keyframes particalAnimation {
    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(-80px, -10px);
        transform: translate(-80px, -10px);
    }

    40% {
        -webkit-transform: translate(-140px, 70px);
        transform: translate(-140px, 70px);
    }

    60% {
        -webkit-transform: translate(-90px, 130px);
        transform: translate(-90px, 130px);
    }

    80% {
        -webkit-transform: translate(40px, 80px);
        transform: translate(40px, 80px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes particalAnimation {
    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(-80px, -10px);
        transform: translate(-80px, -10px);
    }

    40% {
        -webkit-transform: translate(-140px, 70px);
        transform: translate(-140px, 70px);
    }

    60% {
        -webkit-transform: translate(-90px, 130px);
        transform: translate(-90px, 130px);
    }

    80% {
        -webkit-transform: translate(40px, 80px);
        transform: translate(40px, 80px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes heroShapAnimation1 {
    to {
        opacity: 0;
        -webkit-transform: scale(3) translate(50%, -50%);
        transform: scale(3) translate(50%, -50%);
    }

    from {
        opacity: 1;
        -webkit-transform: scale(1) translate(50%, -50%);
        transform: scale(1) translate(50%, -50%);
    }
}

@keyframes heroShapAnimation1 {
    to {
        opacity: 0;
        -webkit-transform: scale(3) translate(50%, -50%);
        transform: scale(3) translate(50%, -50%);
    }

    from {
        opacity: 1;
        -webkit-transform: scale(1) translate(50%, -50%);
        transform: scale(1) translate(50%, -50%);
    }
}

@-webkit-keyframes upDownAnimation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes upDownAnimation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@-webkit-keyframes shapAnimation1 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    40% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    60% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    80% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes shapAnimation1 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    40% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    60% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    80% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes movingAnimation {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-36deg);
        transform: translate(-73px, -1px) rotate(-36deg);
    }

    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-72deg);
        transform: translate(-141px, 72px) rotate(-72deg);
    }

    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-108deg);
        transform: translate(-83px, 122px) rotate(-108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(-144deg);
        transform: translate(40px, 72px) rotate(-144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes movingAnimation {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-36deg);
        transform: translate(-73px, -1px) rotate(-36deg);
    }

    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-72deg);
        transform: translate(-141px, 72px) rotate(-72deg);
    }

    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-108deg);
        transform: translate(-83px, 122px) rotate(-108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(-144deg);
        transform: translate(40px, 72px) rotate(-144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@media screen and (max-width: 1600px) {
    .cs-shape.cs-style3 {
        right: 6%;
    }

    .cs-hero.cs-style6 {
        height: 900px;
    }

        .cs-hero.cs-style6 .cs-hero_text {
            padding-top: 9%;
        }

    .cs-hero.cs-style8 {
        height: 780px;
    }

        .cs-hero.cs-style8 .cs-hero_text {
            padding-top: 5%;
        }
}

@media screen and (max-width: 1500px) {
    .cs-hero.cs-style1 .cs-hero_social_btns {
        right: 30px;
    }

    .cs-hero.cs-style1 .cs-vertical_bar {
        right: 55px;
    }

    .cs-hero.cs-style2 {
        min-height: 780px;
    }

    .cs-shape.cs-style2 {
        left: 0;
    }

    .cs-shape.cs-style3 {
        right: 2%;
    }

    .cs-hero.cs-style12 {
        margin-right: 50px;
        margin-left: 50px;
    }

    .cs-hero.cs-style7 {
        height: 860px;
    }

    .cs-hero.cs-style10 .cs-hero_img {
        left: 2%;
    }
}

@media screen and (max-width: 1360px) {
    .cs-hero.cs-style1 .cs-hero_social_btns,
    .cs-hero.cs-style1 .cs-vertical_bar {
        display: none;
    }

    .cs-hero.cs-style2 {
        min-height: 720px;
    }

    .cs-shape.cs-style3 {
        right: -80px;
        top: -80px;
    }

    .cs-shape.cs-style2 {
        left: -230px;
        top: -130px;
    }

    .cs-hero.cs-style12 {
        margin-right: 0px;
        margin-left: 0px;
        border-radius: 0;
    }

    .cs-hero.cs-style5 {
        height: 850px;
        border-radius: 0 0 200px 0;
    }

    .cs-hero.cs-style7 {
        border-radius: 0 0 200px 0;
    }

    .cs-hero.cs-style6.cs-type1 {
        border-radius: 0 0 150px 0;
    }
}

@media screen and (max-width: 1300px) {
    .cs-hero.cs-style10 .cs-hero_img {
        left: 0%;
    }

    .cs-hero.cs-style10 .cs-hero_title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .cs-hero.cs-style2 {
        min-height: 650px;
    }

        .cs-hero.cs-style2 .cs-hero_img {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .cs-hero.cs-style4 {
        display: block;
        height: initial;
        padding-top: 190px;
    }

        .cs-hero.cs-style4 .cs-hero_title br {
            display: none;
        }

        .cs-hero.cs-style4 .cs-hero_img_wrap {
            padding-top: 40px;
            position: relative;
            max-width: 600px;
            width: calc(100% - 30px);
            left: inherit;
            margin: auto;
            margin-top: 50px;
        }

        .cs-hero.cs-style4 .cs-hero_text {
            padding-top: 0;
        }

    .cs-hero.cs-style6,
    .cs-hero.cs-style7,
    .cs-hero.cs-style8 {
        display: block;
        height: initial;
        border-radius: 0;
    }

        .cs-hero.cs-style6 .cs-hero_text,
        .cs-hero.cs-style7 .cs-hero_text,
        .cs-hero.cs-style8 .cs-hero_text {
            padding-top: 0;
        }

        .cs-hero.cs-style6 .cs-hero_title br,
        .cs-hero.cs-style7 .cs-hero_title br,
        .cs-hero.cs-style8 .cs-hero_title br {
            display: none;
        }

        .cs-hero.cs-style6 .cs-hero_img,
        .cs-hero.cs-style7 .cs-hero_img,
        .cs-hero.cs-style8 .cs-hero_img {
            position: relative;
            left: initial;
            max-width: 100%;
            text-align: center;
        }

            .cs-hero.cs-style6 .cs-hero_img .cs-to_right,
            .cs-hero.cs-style7 .cs-hero_img .cs-to_right,
            .cs-hero.cs-style8 .cs-hero_img .cs-to_right {
                -webkit-transform: initial !important;
                transform: initial !important;
            }

    .cs-hero.cs-style6 {
        padding-top: 210px;
    }

    .cs-hero.cs-style8 {
        padding-top: 180px;
    }

    .cs-hero.cs-style7 {
        border-radius: 0;
        padding-top: 215px;
    }

        .cs-hero.cs-style7 .cs-hero_img {
            padding-top: 0;
            margin-top: 50px;
        }

    .cs-hero.cs-style11 {
        height: 1270px;
        padding-top: 215px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .cs-hero.cs-style11 .cs-hero_img {
            border-width: 10px;
            position: relative;
            right: 0;
            top: 0;
            margin-top: 50px;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

    .cs-hero.cs-style10 {
        height: initial;
        padding-top: 100px;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-hero.cs-style10 .cs-hero_img {
            left: 0%;
            position: relative;
            margin-top: 60px;
            top: initial;
        }

    .cs-hero.cs-style4.cs-type1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .cs-hero.cs-style4.cs-type1 .cs-hero_img_wrap {
            margin: 0;
            position: absolute;
            left: -15%;
        }

    .cs-hero.cs-style7.cs-type1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 75px;
    }

    .cs-hero.cs-style8.cs-type1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cs-hero.cs-style10.cs-type1 {
        height: 450px;
        padding-bottom: 0;
        text-align: center;
    }

        .cs-hero.cs-style10.cs-type1 .cs-hero_img {
            display: none;
        }

    .cs-hero.cs-style11.cs-type1 {
        padding-top: 215px;
        text-align: center;
        height: 750px;
    }

        .cs-hero.cs-style11.cs-type1 .cs-hero_img {
            height: 650px;
            width: 650px;
            border-width: 5px;
            left: 0;
        }

    .cs-hero.cs-style6.cs-type1 {
        border-radius: 0;
        height: 350px;
        padding-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .cs-hero.cs-style1 .cs-hero_right {
        width: 100%;
    }

    .cs-hero.cs-style1 .cs-hero_text {
        padding-top: 160px;
        padding-bottom: 55px;
    }

    .cs-hero.cs-style1 .cs-hero_subtitle,
    .cs-hero.cs-style2 .cs-hero_subtitle,
    .cs-hero.cs-style6 .cs-hero_subtitle,
    .cs-hero.cs-style8 .cs-hero_subtitle,
    .cs-hero.cs-style10 .cs-hero_minititle {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 7px;
    }

    .cs-hero.cs-style1 .cs-hero_title,
    .cs-hero.cs-style2 .cs-hero_title,
    .cs-hero.cs-style6 .cs-hero_title,
    .cs-hero.cs-style7 .cs-hero_title,
    .cs-hero.cs-style8 .cs-hero_title,
    .cs-hero.cs-style10 .cs-hero_title {
        font-size: 50px;
        margin-bottom: 25px;
        line-height: 1.2em;
    }

    .cs-hero.cs-style1 .cs-hero_img {
        height: 450px;
        border-radius: 20px;
        width: 100%;
    }

    .cs-hero.cs-style1 .cs-hero_counter {
        height: 150px;
        width: 130px;
        right: 50%;
        margin-right: -65px;
        bottom: 35%;
    }

    .cs-hero.cs-style1 .cs-hero_counter_number {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .cs-hero.cs-style1 .cs-hero_counter:after {
        height: 100px;
        width: 100px;
        top: -20px;
        right: -20px;
    }

    .cs-hero.cs-style1.cs-type1 .cs-hero_text {
        padding-top: 160px;
        padding-bottom: 70px;
    }

    .cs-hero.cs-style2 .cs-to_right {
        -webkit-transform: initial !important;
        transform: initial !important;
    }

    .cs-hero.cs-style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-hero.cs-style2 .cs-hero_img {
            width: 100%;
            position: initial;
            height: initial;
            margin-top: 40px;
            padding-right: 15px;
            padding-left: 15px;
        }

    .cs-hero.cs-style2 {
        min-height: initial;
        padding-top: 50px;
    }

    .cs-hero.cs-style3 {
        min-height: initial;
        padding-top: 150px;
    }

        .cs-hero.cs-style3 .cs-hero_title {
            font-size: 50px;
            margin-bottom: 50px;
            line-height: 1.2em;
        }

    .cs-hero.cs-style4 .cs-hero_title {
        font-size: 50px;
    }

    .cs-hero.cs-style4 .cs-hero_subtitle {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 12px;
        margin-bottom: 20px;
    }

    .cs-hero.cs-style9 {
        height: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

        .cs-hero.cs-style9 .cs-hero_title {
            font-size: 40px;
            margin-bottom: 10px;
            line-height: 1.2em;
        }

            .cs-hero.cs-style9 .cs-hero_title br {
                display: none;
            }

        .cs-hero.cs-style9 .cs-hero_price {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .cs-hero.cs-style9 .cs-hero_text {
            margin-top: 30px;
        }

    .slick-slide .cs-hero.cs-style9 .cs-hero_text {
        width: 100%;
    }

    .cs-slider_for .cs-hero.cs-style9 {
        padding-left: 0;
    }

    .cs-hero.cs-style5 {
        height: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 155px;
    }

        .cs-hero.cs-style5 .cs-hero_text {
            padding-top: 0;
            margin-bottom: 40px;
        }

        .cs-hero.cs-style5 .cs-hero_img {
            position: initial;
            max-width: initial;
        }

        .cs-hero.cs-style5 .cs-hero_subtitle {
            font-size: 18px;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .cs-hero.cs-style5 .cs-hero_title {
            font-size: 50px;
            line-height: 1.2em;
            margin-bottom: 20px;
        }

            .cs-hero.cs-style5 .cs-hero_title br {
                display: none;
            }

        .cs-hero.cs-style5 .cs-hero_feature_list {
            font-size: 20px;
        }

            .cs-hero.cs-style5 .cs-hero_feature_list li {
                padding-right: 35px;
                margin-bottom: 10px;
            }

    .cs-hero.cs-style6 .cs-hero_img,
    .cs-hero.cs-style7 .cs-hero_img,
    .cs-hero.cs-style8 .cs-hero_img {
        max-width: 670px;
        margin-right: auto;
        margin-left: auto;
        bottom: 0;
        margin-top: 50px;
    }

    .cs-hero.cs-style6 {
        padding-top: 155px;
        padding-bottom: 30px;
    }

    .cs-hero.cs-style8 {
        padding-top: 130px;
    }

        .cs-hero.cs-style8 .cs-hero_btns > svg {
            display: none;
        }

    .cs-with_bar svg {
        max-width: 100%;
    }

    .cs-hero.cs-style7 .cs-hero_minititle {
        letter-spacing: 1px;
    }

    .cs-hero.cs-style7 .cs-hero_minititle,
    .cs-hero.cs-style7 .cs-hero_subtitle {
        font-size: 18px;
    }

    .cs-hero.cs-style7 {
        padding-top: 155px;
    }

        .cs-hero.cs-style7 .cs-hero_title {
            margin-bottom: 15px;
        }

        .cs-hero.cs-style7 .cs-hero_subtitle {
            margin-bottom: 25px;
        }

    .cs-hero.cs-style12 {
        height: 500px;
    }

        .cs-hero.cs-style12 .cs-hero_title {
            font-size: 55px;
            line-height: 1.2em;
        }

        .cs-hero.cs-style12 .cs-player_btn.cs-style1 {
            height: 60px;
            width: 60px;
        }

    .cs-hero.cs-style11 {
        height: initial;
        padding-top: 170px;
    }

        .cs-hero.cs-style11 .cs-hero_title {
            font-size: 50px;
            margin-bottom: 15px;
        }

            .cs-hero.cs-style11 .cs-hero_title br {
                display: none;
            }

        .cs-hero.cs-style11 .cs-hero_subtitle {
            margin-bottom: 32px;
        }

        .cs-hero.cs-style11 .cs-hero_img_circle {
            display: none;
        }

        .cs-hero.cs-style11 .cs-hero_img {
            border-width: 3px;
            border-bottom: none;
            width: 110%;
            height: 500px;
            border-radius: 50% 50% 0 0;
        }

    .cs-hero.cs-style10 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .cs-hero.cs-style10 .cs-hero_subtitle {
            margin-bottom: 30px;
        }

        .cs-hero.cs-style10 .cs-hero_img {
            margin-top: 50px;
        }

    .cs-hero.cs-style3.cs-type1 {
        min-height: 450px;
    }

        .cs-hero.cs-style3.cs-type1 .cs-breadcrumb.cs-style2 {
            letter-spacing: 1px;
            font-size: 16px;
        }

    .cs-hero.cs-style7.cs-type1 {
        height: 460px;
    }

        .cs-hero.cs-style7.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 18px;
        }

    .cs-hero.cs-style8.cs-type1 {
        height: 400px;
    }

        .cs-hero.cs-style8.cs-type1 .cs-down_btn {
            font-size: 26px;
        }

    .cs-hero.cs-style10.cs-type1,
    .cs-hero.cs-style12.cs-type1 {
        height: 380px;
    }

        .cs-hero.cs-style10.cs-type1 .cs-breadcrumb.cs-style2,
        .cs-hero.cs-style12.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 18px;
        }

    .cs-hero.cs-style12.cs-type1 {
        padding-bottom: 60px;
    }

    .cs-hero.cs-style11.cs-type1 {
        padding-top: 180px;
        height: 650px;
    }

    .cs-hero.cs-style6.cs-type1 {
        padding-bottom: 0;
    }

        .cs-hero.cs-style6.cs-type1 .cs-breadcrumb.cs-style2 {
            font-size: 18px;
        }

    .cs-hero.cs-style4.cs-type1 .cs-breadcrumb.cs-style2,
    .cs-hero.cs-style7.cs-type1 .cs-blog_details_meta {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .cs-hero.cs-style4 {
        padding-top: 140px;
    }

        .cs-hero.cs-style4 .cs-hero_img_wrap {
            height: initial;
            padding-top: 10px;
        }

        .cs-hero.cs-style4 .cs-hero_img_bg {
            width: 100%;
            height: initial;
        }

        .cs-hero.cs-style4 .cs-hero_img {
            position: relative;
            -webkit-transform: initial;
            transform: initial;
            right: initial;
        }

        .cs-hero.cs-style4 .cs-hero_card {
            font-size: 18px;
        }

            .cs-hero.cs-style4 .cs-hero_card.cs-style2 {
                right: 25%;
                top: 60%;
            }

            .cs-hero.cs-style4 .cs-hero_card.cs-style1 {
                right: initial;
                left: 25%;
                top: 25%;
            }

            .cs-hero.cs-style4 .cs-hero_card.cs-style2 svg {
                margin-right: 8px;
            }

            .cs-hero.cs-style4 .cs-hero_card.cs-style1 svg {
                margin-left: 8px;
            }

    .cs-hero.cs-style10 [class*=cs-to_] {
        display: none;
    }

    .cs-hero.cs-style10 .cs-hero_img {
        width: 100%;
        height: initial;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .cs-hero.cs-style1 .cs-hero_title,
    .cs-hero.cs-style2 .cs-hero_title,
    .cs-hero.cs-style3 .cs-hero_title,
    .cs-hero.cs-style4 .cs-hero_title,
    .cs-hero.cs-style5 .cs-hero_title,
    .cs-hero.cs-style6 .cs-hero_title,
    .cs-hero.cs-style7 .cs-hero_title,
    .cs-hero.cs-style11 .cs-hero_title,
    .cs-hero.cs-style12 .cs-hero_title {
        font-size: 46px;
    }

        .cs-hero.cs-style3 .cs-hero_title br,
        .cs-hero.cs-style7 .cs-hero_subtitle br,
        .cs-hero.cs-style11 .cs-hero_subtitle br {
            display: none;
        }

    .cs-hero.cs-style11 .cs-hero_img {
        height: 350px;
        width: 140%;
    }

    .cs-hero.cs-style4.cs-type1 {
        height: 400px;
        padding-top: 60px;
    }

        .cs-hero.cs-style4.cs-type1 .cs-hero_img_bg {
            min-width: 420px;
        }
}
/*--------------------------------------------------------------
26. Icon Box
----------------------------------------------------------------*/
.cs-icon_box.cs-style1 {
    display: block;
}

    .cs-icon_box.cs-style1 .cs-icon_box_in {
        position: relative;
        border-radius: 20px;
        padding: 35px 25px 28px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
    }

    .cs-icon_box.cs-style1 .cs-icon_box_bg {
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_icon {
        height: 98px;
        width: 98px;
        border-radius: 50%;
        margin-bottom: 22px;
        font-size: 50px;
        position: relative;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_icon_bg {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: inherit;
        opacity: 0.1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_title {
        font-size: 30px;
        margin-bottom: 12px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_subtitle {
        font-size: 16px;
        line-height: 1.8em;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_btn {
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 1.5px;
        display: inline-block;
        margin-top: 15px;
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_in {
        background-color: transparent;
        -webkit-box-shadow: 0px 20px 60px 0px rgba(1, 0, 98, 0.15);
        box-shadow: 0px 20px 60px 0px rgba(1, 0, 98, 0.15);
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_icon_bg {
        opacity: 0;
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_bg {
        opacity: 1;
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_icon {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_title {
        color: #fff;
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_subtitle {
        color: rgba(255, 255, 255, 0.85);
    }

    .cs-icon_box.cs-style1:hover .cs-icon_box_btn {
        color: #fff;
    }

.cs-icon_box.cs-style2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
    box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
    border-radius: 0 70px 0 0;
    padding: 30px 30px 72px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-icon_box.cs-style2 .cs-icon_box_icon {
        height: 120px;
        width: 120px;
        font-size: 60px;
        border-radius: 50%;
        margin-bottom: 22px;
    }

        .cs-icon_box.cs-style2 .cs-icon_box_icon svg {
            height: 75px;
            width: 75px;
        }

        .cs-icon_box.cs-style2 .cs-icon_box_icon img {
            width: 75px;
        }

    .cs-icon_box.cs-style2 .cs-add_btn {
        height: 48px;
        width: 48px;
        background-color: rgba(183, 220, 155 , 40%);
        border-radius: 0 5px 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style2 .cs-icon_box_title {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.34em;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style2 .cs-icon_box_subtitle {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-icon_box.cs-style2:hover .cs-icon_box_title,
    .cs-icon_box.cs-style2:hover .cs-icon_box_subtitle {
        color: #fff;
    }

    .cs-icon_box.cs-style2:hover .cs-icon_box_icon {
        background-color: #fff;
    }

    .cs-icon_box.cs-style2:hover .cs-add_btn {
        background-color: #f2fbff;
    }

.cs-icon_box.cs-style3 {
    border-radius: 20px;
    background-color: #fff;
    padding: 45px 30px 37px;
    -webkit-box-shadow: 0px 20px 80px 0px rgba(25, 45, 54, 0.1);
    box-shadow: 0px 20px 80px 0px rgba(25, 45, 54, 0.1);
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-icon_box.cs-style3 .cs-icon_box_title {
        font-size: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    .cs-icon_box.cs-style3 .cs-icon_box_icon {
        position: relative;
        height: 120px;
        width: 120px;
        margin: auto;
        margin-bottom: 50px;
        font-size: 80px;
    }

        .cs-icon_box.cs-style3 .cs-icon_box_icon img,
        .cs-icon_box.cs-style3 .cs-icon_box_icon i,
        .cs-icon_box.cs-style3 .cs-icon_box_icon svg {
            position: relative;
            z-index: 1;
        }

        .cs-icon_box.cs-style3 .cs-icon_box_icon svg {
            width: 110px;
            height: 110px;
        }

    .cs-icon_box.cs-style3 .cs-con_box-shape {
        position: absolute;
        height: 120px;
        width: 120px;
        opacity: 0.1;
        border-radius: 50%;
        top: 0;
        right: -40px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-icon_box.cs-style3:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

        .cs-icon_box.cs-style3:hover .cs-con_box-shape {
            top: -10px;
            right: -25px;
        }

    .cs-icon_box.cs-style3.cs-type1 {
        -webkit-box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
    }

        .cs-icon_box.cs-style3.cs-type1 .cs-icon_box_title {
            padding-bottom: 12px;
            margin-bottom: 55px;
        }

        .cs-icon_box.cs-style3.cs-type1 .cs-title_seperator {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            height: 3px;
            width: 70px;
        }

        .cs-icon_box.cs-style3.cs-type1 .cs-icon_box_icon {
            margin: 0 40px 50px 0;
        }

            .cs-icon_box.cs-style3.cs-type1 .cs-icon_box_icon:before {
                background-color: #f3f3ff;
            }

.cs-icon_box.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-icon_box.cs-style4 .cs-icon_box_icon {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 115px;
        margin-left: 35px;
        font-size: 90px;
    }

        .cs-icon_box.cs-style4 .cs-icon_box_icon svg {
            width: 100px;
            height: 100px;
        }

    .cs-icon_box.cs-style4 .cs-icon_box_title {
        font-size: 30px;
        margin-bottom: 14px;
        margin-top: 2px;
    }

.cs-icon_box.cs-style5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 30px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-icon_box.cs-style5 .cs-icon_box_subtitle {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1.2em;
    }

    .cs-icon_box.cs-style5 .cs-icon_box_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cs-icon_box.cs-style5 .cs-icon_box_icon {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100px;
        height: 100px;
        text-align: center;
        margin-left: 30px;
        font-size: 90px;
    }

        .cs-icon_box.cs-style5 .cs-icon_box_icon svg {
            width: 100px;
            height: 100px;
        }

    .cs-icon_box.cs-style5:hover {
        -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 48, 31, 0.08);
        box-shadow: 0px 8px 40px 0px rgba(0, 48, 31, 0.08);
        background-color: #fff;
    }

.cs-icon_box.cs-style6 {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(9, 33, 14, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(9, 33, 14, 0.15);
    overflow: hidden;
    padding: 30px;
    position: relative;
    display: block;
}

    .cs-icon_box.cs-style6::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        background-image: -webkit-gradient(linear, right bottom, right top, color-stop(-45%, rgb(255, 220, 94)), color-stop(85%, rgb(61, 161, 83)));
        background-image: linear-gradient(0deg, rgb(255, 220, 94) -45%, rgb(61, 161, 83) 85%);
        top: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: inherit;
        transition: inherit;
    }

    .cs-icon_box.cs-style6 .cs-icon_box_in {
        position: relative;
        z-index: 3;
    }

    .cs-icon_box.cs-style6 .cs-icon_box_shape {
        position: absolute;
        bottom: -20px;
        left: -20px;
        z-index: 1;
    }

    .cs-icon_box.cs-style6 .cs-icon_box_icon {
        width: 171px;
        height: 162px;
        margin-bottom: 25px;
        margin-right: -55px;
        margin-top: -70px;
        padding-right: 0;
        padding-top: 30px;
    }

    .cs-icon_box.cs-style6 .cs-icon_box_title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .cs-icon_box.cs-style6 .cs-icon_box_subtitle {
        line-height: 1.7em;
    }

    .cs-icon_box.cs-style6:hover::after {
        opacity: 1;
    }

    .cs-icon_box.cs-style6:hover .cs-icon_box_title,
    .cs-icon_box.cs-style6:hover .cs-icon_box_subtitle {
        color: #fff;
    }

    .cs-icon_box.cs-style6:hover .cs-icon_box_shape svg {
        opacity: 0.4;
    }

.cs-icon_box.cs-style7 .cs-icon_box_icon {
    height: 140px;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: -80px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-icon_box.cs-style7 .cs-icon_box_icon svg {
        position: relative;
        z-index: 1;
        max-width: 70px;
        max-height: 70px;
    }

.cs-icon_box.cs-style7 .cs-icon_box_info {
    padding: 105px 20px 24px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-icon_box.cs-style7 .cs-icon_box_title {
    font-size: 28px;
    margin-bottom: 6px;
}

.cs-icon_box.cs-style7 .cs-icon_box_subtitle {
    font-size: 16px;
    margin-bottom: 13px;
}

.cs-icon_box.cs-style7 .cs-icon_box_meta {
    font-size: 15px;
}

.cs-icon_box.cs-style7 .cs-icon_box_shape1 {
    border-radius: 50%;
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 92px;
    height: 92px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(-30deg, transparent 20%, #fff 100%);
    opacity: 0.06;
}

.cs-icon_box.cs-style7 .cs-icon_box_shape2 {
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: -22px;
    width: 92px;
    height: 92px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(110deg, transparent 30%, #fff 100%);
    opacity: 0.06;
}

.cs-icon_box.cs-style7:hover .cs-icon_box_shape1,
.cs-icon_box.cs-style7:hover .cs-icon_box_shape2 {
    opacity: 0.1;
}

@media screen and (max-width: 991px) {
    .cs-icon_box.cs-style1 .cs-icon_box_title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .cs-icon_box.cs-style1 .cs-icon_box_subtitle {
        line-height: 1.6em;
    }

    .cs-icon_box.cs-style2 .cs-icon_box_title {
        font-size: 26px;
    }

    .cs-icon_box.cs-style3 .cs-icon_box_title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cs-icon_box.cs-style3 .cs-icon_box_icon {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .cs-icon_box.cs-style3.cs-type1 {
        padding: 30px 30px 25px;
    }

        .cs-icon_box.cs-style3.cs-type1 .cs-icon_box_title {
            padding-bottom: 2px;
            margin-bottom: 30px;
        }

        .cs-icon_box.cs-style3.cs-type1 .cs-icon_box_icon {
            margin: 0 40px 30px 0;
        }

    .cs-icon_box.cs-style4 .cs-icon_box_title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cs-icon_box.cs-style4 .cs-icon_box_icon {
        max-width: 90px;
        margin-left: 20px;
        font-size: 50px;
    }
}
/*--------------------------------------------------------------
27. Image Box
----------------------------------------------------------------*/
.cs-image_box.cs-style1 {
    position: relative;
}

    .cs-image_box.cs-style1 .cs-image_box_img {
        margin-bottom: 24px;
    }

    .cs-image_box.cs-style1 .cs-image_box_title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .cs-image_box.cs-style1 .cs-image_box_subtitle {
        font-size: 18px;
        line-height: 32px;
    }

.cs-image_box.cs-style2 {
    position: relative;
}

    .cs-image_box.cs-style2:after {
        content: "";
        position: absolute;
        height: 160px;
        width: 150px;
        top: -4px;
        right: -30px;
        z-index: -1;
        background-image: radial-gradient(rgba(110, 66, 211, 0.6) 30%, transparent 30%);
        background-size: 10px 10px;
        background-position: 100% 0;
    }

    .cs-image_box.cs-style2 .cs-image_box_img_wrap {
        height: 620px;
        overflow: hidden;
        position: relative;
        padding-top: 15px;
        z-index: 2;
    }

    .cs-image_box.cs-style2 .cs-image_box_img {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        overflow: hidden;
        height: calc(100% + 15px);
    }

    .cs-image_box.cs-style2 .cs-image_box_img_in {
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        position: relative;
        top: -15px;
        height: inherit;
    }

    .cs-image_box.cs-style2 .cs-image_box_text {
        height: 160px;
        width: 160px;
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 9, 7, 0.2);
        box-shadow: 0px 10px 60px 0px rgba(37, 9, 7, 0.2);
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        z-index: 3;
        right: -80px;
        padding: 7px;
    }

    .cs-image_box.cs-style2 .cs-image_box_text_in {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        position: relative;
    }

        .cs-image_box.cs-style2 .cs-image_box_text_in::after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            border-radius: 50%;
            border: 4px solid currentColor;
            opacity: 0.2;
        }

    .cs-image_box.cs-style2 .cs-image_box_title {
        margin: 0;
        font-size: 40px;
        line-height: 1em;
        margin-bottom: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cs-image_box.cs-style2 .cs-image_box_subtitle {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.6;
    }

    .cs-image_box.cs-style2 .cs-progress_wrap {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

        .cs-image_box.cs-style2 .cs-progress_wrap .cs-round_percentage {
            stroke-width: 3px;
        }

.cs-image_box.cs-style3 {
    position: relative;
    max-width: 630px;
    width: 100%;
    height: 600px;
    border-radius: 20px 0 0 0;
}

    .cs-image_box.cs-style3 .cs-image_box_img {
        width: calc(100% - 50px);
        height: 100%;
        border-radius: inherit;
    }

    .cs-image_box.cs-style3 .cs-image_box_text {
        position: absolute;
        left: 0px;
        bottom: 20px;
        height: 175px;
        width: 155px;
        padding-bottom: 10px;
    }

        .cs-image_box.cs-style3 .cs-image_box_text:after {
            content: "";
            position: absolute;
            height: 120px;
            width: 100%;
            background-color: #fff;
            bottom: 8px;
            right: 0;
            -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.14);
            box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.14);
            -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
            border-radius: 0 0 10px 10px;
        }

        .cs-image_box.cs-style3 .cs-image_box_text:before {
            content: "";
            position: absolute;
            height: 70px;
            width: 100%;
            background-color: #fff;
            top: 0;
            right: 0;
            -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.14);
            box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.14);
            border-radius: 10px 10px 0 0;
            z-index: 1;
        }

    .cs-image_box.cs-style3 .cs-image_box_text_in {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

        .cs-image_box.cs-style3 .cs-image_box_text_in > * {
            position: relative;
            z-index: 1;
        }

        .cs-image_box.cs-style3 .cs-image_box_text_in:after {
            content: "";
            height: 125px;
            width: 100%;
            background-color: #fff;
            bottom: 25px;
            right: 0;
            position: absolute;
        }

    .cs-image_box.cs-style3 .cs-image_box_title {
        font-size: 48px;
        line-height: 1em;
        margin-bottom: 0;
    }

        .cs-image_box.cs-style3 .cs-image_box_title span {
            font-size: 26px;
            position: relative;
            top: -19px;
        }

    .cs-image_box.cs-style3 .cs-image_box_subtitle {
        font-size: 18px;
        margin: 0;
    }

    .cs-image_box.cs-style3 .cs-image_box_pattern {
        height: 130px;
        width: 130px;
        position: absolute;
        top: 40px;
        right: 20px;
        background-image: radial-gradient(currentColor 20%, transparent 20%);
        background-size: 10px 10px;
        background-position: 100% 0;
    }

    .cs-image_box.cs-style3.cs-type1 {
        max-width: 100%;
        width: 100%;
        height: initial;
        border-radius: 0;
    }

        .cs-image_box.cs-style3.cs-type1 .cs-image_box_pattern {
            height: 130px;
            width: 130px;
            background-image: radial-gradient(currentColor 20%, transparent 20%);
            right: 80%;
        }

        .cs-image_box.cs-style3.cs-type1 .cs-image_box_text:before,
        .cs-image_box.cs-style3.cs-type1 .cs-image_box_text_in:after {
            background-color: currentColor;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }

        .cs-image_box.cs-style3.cs-type1 .cs-image_box_text:after {
            background-color: currentColor;
            -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .cs-image_box.cs-style3.cs-type1 .cs-image_box_title {
            font-size: 42px;
            color: #fff;
            margin-bottom: 5px;
        }

            .cs-image_box.cs-style3.cs-type1 .cs-image_box_title span {
                font-size: inherit;
                position: initial;
                top: 0;
            }

        .cs-image_box.cs-style3.cs-type1 .cs-image_box_subtitle {
            font-size: 20px;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

    .cs-image_box.cs-style3.cs-type2 {
        max-width: 100%;
        width: 100%;
        height: initial;
        border-radius: 0;
        width: initial;
        display: inline-block;
    }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_img {
            height: initial;
            width: initial;
            border-radius: inherit;
            display: inline-block;
            margin-left: 50px;
            border-top-right-radius: 80px;
            overflow: hidden;
            position: relative;
            height: 640px;
            width: 540px;
        }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_img_in {
            position: absolute;
            bottom: 29px;
            right: 50%;
            width: 100%;
            -webkit-transform: translateX(50%) skewY(-6deg);
            transform: translateX(50%) skewY(-6deg);
            overflow: hidden;
        }

            .cs-image_box.cs-style3.cs-type2 .cs-image_box_img_in img {
                -webkit-transform: skewY(6deg);
                transform: skewY(6deg);
                position: relative;
                bottom: -29px;
            }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_pattern {
            height: 160px;
            width: 150px;
            background-image: radial-gradient(currentColor 20%, transparent 20%);
            right: -30px;
            z-index: -1;
            top: -30px;
        }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_text:before,
        .cs-image_box.cs-style3.cs-type2 .cs-image_box_text_in:after {
            background-color: currentColor;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_text:after {
            background-color: currentColor;
            -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_title {
            font-size: 30px;
            color: #fff;
            margin-bottom: 10px;
        }

            .cs-image_box.cs-style3.cs-type2 .cs-image_box_title span {
                font-size: inherit;
                position: initial;
                top: 0;
            }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_subtitle {
            font-size: 20px;
            color: #fff;
        }

    .cs-image_box.cs-style3.cs-type3 {
        border-radius: 0;
        height: initial;
        width: initial;
        display: inline-block;
        margin-right: 65px;
    }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_img {
            width: 100%;
        }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_text {
            right: -66px;
            height: 200px;
            width: 175px;
            padding-bottom: 0;
            padding-top: 10px;
        }

            .cs-image_box.cs-style3.cs-type3 .cs-image_box_text:before,
            .cs-image_box.cs-style3.cs-type3 .cs-image_box_text_in:after {
                background-color: currentColor;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-radius: 0;
                top: initial;
                bottom: 0;
            }

            .cs-image_box.cs-style3.cs-type3 .cs-image_box_text:after {
                background-color: currentColor;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transform: skewY(8deg);
                transform: skewY(8deg);
                bottom: initial;
                top: 10px;
            }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_title {
            font-size: 54px;
            margin-bottom: 7px;
        }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_subtitle {
            font-size: 28px;
        }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_pattern {
            z-index: -1;
            right: initial;
            left: -15%;
            top: 15px;
        }

.cs-image_box.cs-style4 {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding-left: 55px;
}

    .cs-image_box.cs-style4 .cs-image_box_img {
        position: relative;
        z-index: 1;
    }

    .cs-image_box.cs-style4 .cs-image_box_pattern {
        height: 130px;
        width: 130px;
        position: absolute;
        top: 20%;
        left: -6%;
        background-image: radial-gradient(currentColor 20%, transparent 20%);
        background-size: 10px 10px;
        background-position: 100% 0;
        opacity: 0.2;
    }

    .cs-image_box.cs-style4 .cs-player_btn {
        position: absolute;
        left: 0px;
        bottom: 15%;
        font-size: 24px;
        height: 110px;
        width: 110px;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(99, 66, 15, 0.2);
        box-shadow: 0px 10px 40px 0px rgba(99, 66, 15, 0.2);
        border-radius: 50%;
        z-index: 2;
    }

        .cs-image_box.cs-style4 .cs-player_btn i {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .cs-image_box.cs-style4 .cs-player_btn:hover i {
            -webkit-transform: scale(1.25);
            transform: scale(1.25);
        }

.cs-image_box.cs-style5 {
    display: inline-block;
    position: relative;
    padding: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin-right: 85px;
    margin-left: 40px;
}

    .cs-image_box.cs-style5 .cs-top_layer {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.cs-text-block-with-image.cs-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 170px 0 140px;
    position: relative;
}

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-img-wrap {
        height: 640px;
        width: 540px;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-frame {
        position: relative;
        overflow: hidden;
        border-top-right-radius: 80px;
        height: 100%;
        width: 100%;
    }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-frame-in {
        -webkit-transform: skewY(-6deg);
        transform: skewY(-6deg);
        height: 100%;
        width: 100%;
        margin-top: 20px;
        position: absolute;
        bottom: 29px;
        overflow: hidden;
    }

        .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-frame-in img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform: skewY(6deg);
            transform: skewY(6deg);
            margin-top: 30px;
        }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info {
        position: absolute;
        height: 180px;
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        bottom: 90px;
        left: -50px;
        overflow: hidden;
    }

        .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info:before, .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info:after {
            content: "";
            height: 70%;
            width: 100%;
            position: absolute;
            background-color: #ff6d5a;
        }

        .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info:before {
            left: 0;
            bottom: 10px;
            -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
        }

        .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info:after {
            left: 0;
            top: 4px;
            -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
        }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info-number {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 11px;
        position: relative;
        z-index: 1;
    }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-info-title {
        font-weight: 500;
        color: #fff;
        font-size: 20px;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .cs-text-block-with-image.cs-style3 .cs-text-block-with-image-shap {
        position: absolute;
        height: 150px;
        width: 150px;
        top: -30px;
        right: -30px;
        z-index: -1;
        background-image: radial-gradient(#4b4489 15%, transparent 15%);
        background-size: 10px 10px;
        background-position: 100% 0;
    }

@media screen and (max-width: 991px) {
    .cs-image_box.cs-style2 .cs-image_box_text {
        right: 50%;
        margin-right: -73px;
    }

    .cs-image_box.cs-style3 {
        max-width: 680px;
    }
}

@media screen and (max-width: 767px) {
    .cs-image_box.cs-style5 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .cs-image_box.cs-style2 .cs-image_box_img_wrap {
        height: 450px;
    }

    .cs-image_box.cs-style3 .cs-image_box_pattern {
        display: none;
    }

    .cs-image_box.cs-style3 .cs-image_box_img {
        width: 100%;
    }

    .cs-image_box.cs-style3 .cs-image_box_text {
        left: initial;
        right: 50%;
        margin-right: -70px;
        width: 140px;
    }

    .cs-image_box.cs-style3 {
        height: 460px;
    }

        .cs-image_box.cs-style3 .cs-image_box_title {
            font-size: 40px;
        }

    .cs-image_box.cs-style4 {
        min-height: initial;
        padding-left: 40px;
    }

        .cs-image_box.cs-style4 .cs-player_btn {
            font-size: 18px;
            height: 80px;
            width: 80px;
        }

    .cs-image_box.cs-style3.cs-type3 {
        margin-right: 0;
    }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_text {
            right: 50%;
            height: 170px;
            width: 150px;
            margin-right: -75px;
        }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_title {
            font-size: 40px;
        }

        .cs-image_box.cs-style3.cs-type3 .cs-image_box_subtitle {
            font-size: 24px;
        }

    .cs-image_box.cs-style3.cs-type2 .cs-image_box_img {
        margin-left: 0px;
        height: initial;
        width: 100%;
    }

    .cs-image_box.cs-style3.cs-type2 .cs-image_box_img_in {
        position: initial;
        -webkit-transform: initial;
        transform: initial;
    }

        .cs-image_box.cs-style3.cs-type2 .cs-image_box_img_in img {
            -webkit-transform: initial;
            transform: initial;
            position: relative;
            bottom: 0;
        }

    .cs-image_box.cs-style5 {
        padding: 20px;
    }
}

@media screen and (max-width: 350px) {
    .cs-tab_links.cs-style3 a {
        font-size: 14px;
        padding: 9px 12px;
        line-height: 1.5em;
    }
}
/*--------------------------------------------------------------
28. Info Card
----------------------------------------------------------------*/
.cs-info_card.cs-style2 {
    position: relative;
}

    .cs-info_card.cs-style2 .cs-info_card_bg {
        position: absolute;
        height: 100%;
        width: 81%;
        right: 0;
        top: 0;
    }

    .cs-info_card.cs-style2 .cs-info_card_in {
        width: 525px;
        margin-right: auto;
        margin-left: -10%;
        -webkit-box-shadow: 0px 20px 80px 0px rgba(46, 20, 0, 0.15);
        box-shadow: 0px 20px 80px 0px rgba(46, 20, 0, 0.15);
        border-radius: 60px 0 60px 0;
        padding: 55px 50px 65px;
        position: relative;
        z-index: 1;
    }

    .cs-info_card.cs-style2 .cs-info_card_heading {
        font-weight: bold;
        font-size: 48px;
        margin-bottom: 32px;
    }

    .cs-info_card.cs-style2 .cs-info_card_list {
        margin-bottom: 43px;
    }

        .cs-info_card.cs-style2 .cs-info_card_list li:not(:last-child) {
            margin-bottom: 28px;
        }

        .cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_title {
            font-size: 24px;
            color: #3c3c78;
            font-weight: bold;
            margin-bottom: 6px;
        }

        .cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_subtitle {
            font-size: 20px;
            line-height: 1.4em;
            margin: 0;
        }

@media screen and (max-width: 1600px) {
    .cs-info_card.cs-style2 .cs-info_card_in {
        margin-left: 0;
    }
}

@media screen and (max-width: 1350px) {
    .cs-info_card.cs-style2 .cs-info_card_in {
        margin-left: 10%;
    }
}

@media screen and (max-width: 991px) {
    .cs-info_card.cs-style2 .cs-info_card_bg {
        width: 100%;
    }

    .cs-info_card.cs-style2 .cs-info_card_in {
        margin-left: auto;
        -webkit-transform: initial !important;
        transform: initial !important;
    }

    .cs-info_card.cs-style2 .cs-info_card_heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .cs-info_card.cs-style2 .cs-info_card_in {
        width: 100%;
        border-radius: 40px 0 40px 0;
        padding: 45px 30px 45px;
    }

    .cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_subtitle {
        font-size: 18px;
    }

    .cs-info_card.cs-style2 .cs-info_card_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .cs-info_card.cs-style2 .cs-info_card_heading {
        margin-bottom: 25px;
    }

    .cs-info_card.cs-style2 .cs-info_card_list {
        margin-bottom: 35px;
    }

    .cs-info_card.cs-style2 .cs-info_card_heading {
        font-size: 36px;
    }
}
/*--------------------------------------------------------------
29. Logo Carousel
----------------------------------------------------------------*/
.cs-logo_carousel.cs-style1 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-logo_carousel.cs-style1 img + img {
        position: absolute;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        top: 50%;
        opacity: 0;
        -webkit-transition: inherit;
        transition: inherit;
        z-index: 1;
    }

    .cs-logo_carousel.cs-style1:hover img + img {
        opacity: 1;
    }

.cs-logo_carousel2_wrap {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(4, 1fr);
}

.cs-logo_carousel.cs-style2 {
    height: 180px;
    background-color: #f0f8ff;
    border-radius: 10px;
    padding: 10px;
}

.cs-logo_carousel.cs-style3 {
    border-radius: 10px;
    height: 150px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
    box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
}

@media screen and (max-width: 1199px) {
    .cs-logo_carousel2_wrap {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .cs-logo_carousel2_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .cs-logo_carousel.cs-style2 {
        height: 120px;
    }
}
/*--------------------------------------------------------------
30. Newsletter
----------------------------------------------------------------*/
.cs-newsletter.cs-style1 {
    position: relative;
}

    .cs-newsletter.cs-style1 .cs-newsletter_input {
        display: block;
        width: 100%;
        height: 70px;
        border-radius: 2em;
        border-width: 1px;
        border-style: solid;
        padding: 15px 40px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        outline: none;
    }

        .cs-newsletter.cs-style1 .cs-newsletter_input::-webkit-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style1 .cs-newsletter_input:-ms-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style1 .cs-newsletter_input::-moz-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style1 .cs-newsletter_input::-ms-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style1 .cs-newsletter_input::placeholder {
            color: currentColor;
        }

    .cs-newsletter.cs-style1 .cs-newsletter_btn {
        border: none;
        position: absolute;
        top: 7px;
        left: 7px;
        letter-spacing: 2px;
        font-size: 24px;
        padding: 13px 30px;
        line-height: 1.25em;
    }

.cs-newsletter.cs-style2 {
    border-radius: 20px;
    padding: 68px 30px;
    margin-top: -130px;
}

    .cs-newsletter.cs-style2 .cs-newsletter_form,
    .cs-newsletter.cs-style2 .cs-newsletter_title {
        position: relative;
        z-index: 2;
    }

    .cs-newsletter.cs-style2 .cs-newsletter_form {
        -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 94, 0.1);
        box-shadow: 0px 1px 2px 0px rgba(1, 0, 94, 0.1);
        max-width: 500px;
        margin: auto;
    }

    .cs-newsletter.cs-style2 .cs-newsletter_btn {
        position: absolute;
        left: 5px;
        top: 5px;
        border: none;
        width: 80px;
        height: 40px;
    }

    .cs-newsletter.cs-style2 .cs-newsletter_input {
        width: 100%;
        border-width: 1px;
        border-style: solid;
        height: 50px;
        padding: 2px 30px 0;
        border-radius: 25px;
        color: #c6c5df;
        font-size: 16px;
        border: none;
        background-color: #5e56a2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        outline: none;
    }

        .cs-newsletter.cs-style2 .cs-newsletter_input::-webkit-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style2 .cs-newsletter_input:-ms-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style2 .cs-newsletter_input::-moz-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style2 .cs-newsletter_input::-ms-input-placeholder {
            color: currentColor;
        }

        .cs-newsletter.cs-style2 .cs-newsletter_input::placeholder {
            color: currentColor;
        }

@media screen and (max-width: 991px) {
    .cs-newsletter.cs-style2 .cs-newsletter_title {
        font-size: 32px;
    }

    .cs-newsletter.cs-style1 .cs-newsletter_input {
        height: 60px;
        padding: 10px 25px;
    }

    .cs-newsletter.cs-style1 .cs-newsletter_btn {
        letter-spacing: 1px;
        font-size: 18px;
        padding: 11px 25px;
        line-height: 1.25em;
    }
}
/*--------------------------------------------------------------
31. Portfolio
----------------------------------------------------------------*/
.cs-portfolio.cs-style1 {
    position: relative;
    background-color: #f5f5fd;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

    .cs-portfolio.cs-style1 .cs-portfolio_hover_bg {
        height: 100%;
        width: 100%;
        border-radius: inherit;
        opacity: 0.6;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-portfolio.cs-style1 .cs-portfolio_thumb {
        height: 370px;
        width: 100%;
        border-radius: inherit;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(1, 0, 98, 0.05);
        box-shadow: 0px 5px 20px 0px rgba(1, 0, 98, 0.05);
    }

    .cs-portfolio.cs-style1 .cs-portfolio_title {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0px;
        background-color: #fff;
        font-size: 20px;
        text-align: center;
        width: 100%;
        min-height: 70px;
        padding: 10px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: underline;
        text-underline-position: under;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        -webkit-box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.2);
        box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-portfolio.cs-style1:hover .cs-portfolio_hover_bg {
        opacity: 0.6;
    }

    .cs-portfolio.cs-style1:hover .cs-portfolio_title {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .cs-portfolio.cs-style1.cs-color1 {
        background-color: #fff;
    }

    .cs-portfolio.cs-style1.cs-size1 .cs-portfolio_thumb {
        height: 465px;
    }

.row.cs-portfolio_col-lg-3 .cs-portfolio.cs-style1 .cs-portfolio_title {
    font-size: 16px;
    min-height: 60px;
    padding: 10px 15px;
}

.cs-portfolio.cs-style2 {
    display: block;
    height: 580px;
    position: relative;
    overflow: hidden;
}

    .cs-portfolio.cs-style2 .cs-portfolio_thumb {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cs-portfolio.cs-style2 .cs-portfolio_info {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 30px 0 65px;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cs-portfolio.cs-style2 .cs-portfolio_title {
        color: #fff;
        font-size: 30px;
        margin-bottom: 5px;
    }

    .cs-portfolio.cs-style2 .cs-portfolio_subtitle {
        font-size: 18px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 1px;
    }

    .cs-portfolio.cs-style2:hover .cs-portfolio_thumb {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .cs-portfolio.cs-style2:hover .cs-portfolio_info {
        opacity: 1;
        padding-bottom: 35px;
    }

    .cs-portfolio.cs-style2.cs-left-space {
        margin-right: 35px;
    }

    .cs-portfolio.cs-style2.cs-right-space {
        margin-left: 35px;
    }

    .cs-portfolio.cs-style2.cs-size1 {
        height: 500px;
    }

    .cs-portfolio.cs-style2.cs-size2 {
        height: 550px;
    }

    .cs-portfolio.cs-style2.cs-size3 {
        height: 520px;
    }

    .cs-portfolio.cs-style2.cs-size4 {
        height: 450px;
    }

.cs-portfolio.cs-style3 {
    display: block;
    position: relative;
}

    .cs-portfolio.cs-style3 .cs-portfolio_title {
        position: absolute;
        bottom: 0;
        margin: 0;
        font-size: 20px;
        background-color: rgb(255, 220, 94);
        -webkit-box-shadow: 0px 10px 40px 0px rgba(32, 27, 7, 0.1);
        box-shadow: 0px 10px 40px 0px rgba(32, 27, 7, 0.1);
        line-height: 1.2em;
        padding: 13px 30px;
    }

    .cs-portfolio.cs-style3.cs-type1 .cs-portfolio_title {
        opacity: 0;
        right: 20px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-portfolio.cs-style3.cs-type1 img {
        width: 100%;
    }

    .cs-portfolio.cs-style3.cs-type1:hover .cs-portfolio_title {
        opacity: 1;
        right: 0px;
    }

.cs-portfolio.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-portfolio.cs-style4 .cs-portfolio_info {
        position: relative;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_img {
        height: 610px;
        width: 580px;
        -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
        box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-radius: 25px 25px 5px 5px;
        background-position: top center;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_info_in {
        background-color: #5f8549;
        height: calc(100% - 140px);
        margin-top: 90px;
        padding: 75px 80px;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_subtitle {
        font-size: 16px;
        margin-bottom: 3px;
        line-height: 1.6em;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_description {
        margin-bottom: 30px;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_shape {
        height: 150px;
        width: 150px;
        background-image: radial-gradient(currentColor 15%, transparent 15%);
        background-size: 10px 10px;
        background-position: 100% 0;
        top: 35px;
        position: absolute;
        right: -25px;
        z-index: -1;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_img {
        position: relative;
        right: 100px;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.slick-slide.slick-active .cs-portfolio.cs-style4 .cs-portfolio_img {
    right: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.slick-slide .cs-portfolio.cs-style3 .cs-portfolio_title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    margin-right: 70px;
}

.slick-slide.slick-active .cs-portfolio.cs-style3 .cs-portfolio_title {
    opacity: 1;
    margin-right: 0;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

@media screen and (max-width: 991px) {
    .cs-portfolio.cs-style2.cs-left-space {
        margin-right: 0;
    }

    .cs-portfolio.cs-style2.cs-right-space {
        margin-left: 0;
    }

    .cs-portfolio.cs-style4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-portfolio.cs-style4 .cs-portfolio_img {
            height: 400px;
            width: 100%;
        }

        .cs-portfolio.cs-style4 .cs-portfolio_info_in {
            height: initial;
            margin-top: 0;
            padding: 45px 40px 50px;
        }

        .cs-portfolio.cs-style4 .cs-portfolio_title {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .cs-portfolio.cs-style4 .cs-portfolio_description {
            margin-bottom: 25px;
        }

        .cs-portfolio.cs-style4 .cs-portfolio_shape {
            display: none;
        }
}

@media screen and (max-width: 575px) {
    .cs-portfolio.cs-style2 {
        height: 450px;
    }

    .cs-portfolio.cs-style3:not(.cs-type1) {
        width: 350px;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_img {
        height: 350px;
    }

    .cs-portfolio.cs-style4 .cs-portfolio_info_in {
        padding: 35px 30px 40px;
    }
}
/*--------------------------------------------------------------
32. Post
----------------------------------------------------------------*/
.cs-post_title a {
    display: block;
}

.cs-post_style1_wrap {
    margin-right: -15px;
    margin-left: -15px;
}

    .cs-post_style1_wrap > div {
        padding: 0 15px;
        padding-top: 40px;
    }

        .cs-post_style1_wrap > div .cs-post {
            border-top: 1px solid #eeeeff;
            padding-top: 40px;
        }

        .cs-post_style1_wrap > div:first-child, .cs-post_style1_wrap > div:nth-child(2), .cs-post_style1_wrap > div:nth-child(3), .cs-post_style1_wrap > div:nth-child(4) {
            padding-top: 0px;
        }

            .cs-post_style1_wrap > div:first-child .cs-post, .cs-post_style1_wrap > div:nth-child(2) .cs-post, .cs-post_style1_wrap > div:nth-child(3) .cs-post, .cs-post_style1_wrap > div:nth-child(4) .cs-post {
                border-top: 0;
                padding-top: 0px;
            }

.cs-post.cs-style1 .cs-post_thumb {
    height: 235px;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px 5px 0 0;
}

    .cs-post.cs-style1 .cs-post_thumb:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
    }

.cs-post.cs-style1 .cs-post_thumb_in {
    height: 100%;
    width: 100%;
    border-radius: inherit;
}

.cs-post.cs-style1 .cs-post_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .cs-post.cs-style1 .cs-post_label > div:not(:last-child) {
        position: relative;
        margin-left: 15px;
        padding-left: 15px;
        position: relative;
    }

        .cs-post.cs-style1 .cs-post_label > div:not(:last-child):after {
            content: "|";
            margin-left: -1px;
            position: absolute;
            left: 0;
            top: 0;
        }

.cs-post.cs-style1 .cs-post_title {
    font-size: 24px;
    line-height: 1.4em;
    margin: 0;
}

.cs-post.cs-style1 .cs-post_date {
    font-size: 14px;
}

.cs-post.cs-style1.cs-size1 .cs-post_thumb {
    height: 236px;
}

.cs-post.cs-style1.cs-large_post .cs-post_title {
    font-size: 30px;
    line-height: 1.4em;
}

.cs-post.cs-style1.cs-large_post .cs-post_thumb {
    height: 345px;
}

.cs-post.cs-style1.cs-large_post.cs-size1 .cs-post_thumb {
    height: 450px;
}

.cs-post.cs-style2 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 106, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 0, 106, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

    .cs-post.cs-style2:hover {
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
        z-index: 1;
    }

    .cs-post.cs-style2 .cs-post_thumb {
        height: 300px;
        display: block;
        overflow: hidden;
    }

        .cs-post.cs-style2 .cs-post_thumb .cs-post_thumb_in {
            height: 100%;
            width: 100%;
            -webkit-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

        .cs-post.cs-style2 .cs-post_thumb:hover .cs-post_thumb_in {
            -webkit-transform: scale(1.03);
            transform: scale(1.03);
        }

    .cs-post.cs-style2 .cs-post_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 30px;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }

    .cs-post.cs-style2 .cs-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        line-height: 1.6em;
        font-weight: 500;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-post.cs-style2 .cs-avatar img {
            height: 56px;
            width: 56px;
            border: 2px solid #fff;
            border-radius: 50%;
            margin-top: 28px;
            margin-bottom: 5px;
        }

        .cs-post.cs-style2 .cs-avatar:hover .cs-avatar_name:before {
            opacity: 1;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .cs-post.cs-style2 .cs-post_thumb + .cs-post_label .cs-avatar img {
        margin-top: -28px;
    }

    .cs-post.cs-style2 .cs-avatar_name {
        display: inline-block;
        position: relative;
    }

        .cs-post.cs-style2 .cs-avatar_name:before {
            content: "";
            height: 1px;
            background-color: currentColor;
            width: 100%;
            position: absolute;
            bottom: 2px;
            right: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

    .cs-post.cs-style2 .cs-post_date {
        font-size: 16px;
    }

    .cs-post.cs-style2 .cs-post_title {
        margin: 0;
        padding: 0 30px 22px;
        font-size: 24px;
    }

.cs-post.cs-style3 {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(28, 25, 241, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(28, 25, 241, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

    .cs-post.cs-style3:hover {
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
    }

    .cs-post.cs-style3 .cs-post_thumb {
        height: 420px;
        display: block;
        margin-bottom: 0px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        overflow: hidden;
    }

        .cs-post.cs-style3 .cs-post_thumb:hover {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
        }

    .cs-post.cs-style3 .cs-post_thumb_in {
        height: 100%;
        width: 100%;
    }

    .cs-post.cs-style3 .cs-post_info {
        padding: 30px 30px 30px;
    }

    .cs-post.cs-style3 .cs-post_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

        .cs-post.cs-style3 .cs-post_label > div:not(:last-child) {
            position: relative;
            margin-left: 15px;
            padding-left: 15px;
            position: relative;
        }

            .cs-post.cs-style3 .cs-post_label > div:not(:last-child):after {
                content: "|";
                margin-left: -1px;
                position: absolute;
                left: 0;
                top: 0;
            }

    .cs-post.cs-style3 .cs-post_title {
        font-size: 30px;
        line-height: 42px;
        margin: 0;
    }

    .cs-post.cs-style3 .cs-post_date {
        font-size: 14px;
    }

    .cs-post.cs-style3 .cs-post_categories.cs-style1 a:after {
        content: "";
        height: 1px;
        background-color: #0b0a60;
        width: 100%;
        position: absolute;
        bottom: 2px;
        right: 0;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .cs-post.cs-style3 .cs-post_categories.cs-style1 a:before {
        background-color: #0b0a60;
    }

    .cs-post.cs-style3 .cs-post_categories.cs-style1 a:hover:after {
        opacity: 1;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.cs-post.cs-style4 .cs-post_thumb {
    display: block;
    position: relative;
}

    .cs-post.cs-style4 .cs-post_thumb .cs-post_thumb_hover {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-post.cs-style4 .cs-post_thumb:hover .cs-post_thumb_hover {
        opacity: 0.4;
    }

.cs-post.cs-style4 .cs-post_thumb_in {
    height: 330px;
}

.cs-post.cs-style4 .cs-post_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: -62px;
    width: 230px;
    padding: 8px 0;
    position: relative;
    z-index: 2;
}

.cs-post.cs-style4 .cs-avatar {
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 10px;
}

    .cs-post.cs-style4 .cs-avatar img {
        border-radius: inherit;
    }

    .cs-post.cs-style4 .cs-avatar .cs-post_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.cs-post.cs-style4 .cs-avatar_name {
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    font-weight: 600;
}

.cs-post.cs-style4 .cs-post_date {
    font-size: 15px;
    line-height: 1.2em;
}

.cs-post.cs-style4 .cs-post_title {
    font-size: 24px;
    line-height: 1.45em;
    position: relative;
    margin: 23px 0 0;
    display: block;
}

    .cs-post.cs-style4 .cs-post_title a {
        padding-right: 27px;
    }

    .cs-post.cs-style4 .cs-post_title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        height: 25px;
        width: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
    }

    .cs-post.cs-style4 .cs-post_title a {
        display: block;
    }

.cs-post.cs-style5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-post.cs-style5 .cs-post_thumb {
        width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .cs-post.cs-style5 .cs-post_thumb .cs-post_thumb_in {
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .cs-post.cs-style5 .cs-post_thumb:hover .cs-post_thumb_in {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

        .cs-post.cs-style5 .cs-post_thumb:hover .cs-post_thumb_hover {
            opacity: 0.5;
        }

    .cs-post.cs-style5 .cs-post_thumb_hover {
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .cs-post.cs-style5 .cs-post_thumb_in {
        height: 100%;
        width: 100%;
    }

    .cs-post.cs-style5 .cs-post_right {
        width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: -10%;
        height: calc(100% - 100px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        -webkit-box-shadow: 0px 20px 80px 0px rgba(11, 20, 24, 0.1);
        box-shadow: 0px 20px 80px 0px rgba(11, 20, 24, 0.1);
        padding: 20px 30px;
        position: relative;
        z-index: 1;
    }

    .cs-post.cs-style5 .cs-post_date {
        margin-bottom: 5px;
    }

    .cs-post.cs-style5 .cs-post_title {
        font-size: 24px;
        margin-bottom: 7px;
        line-height: 1.35em;
    }

.cs-post.cs-style6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .cs-post.cs-style6 .cs-post_date {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 140px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 4px;
    }

    .cs-post.cs-style6 .cs-post_title {
        font-size: 28px;
        margin: 0;
        padding-left: 100px;
        line-height: 1.35em;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cs-post.cs-style6 .cs-post_btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 22px;
        width: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
    }

        .cs-post.cs-style6 .cs-post_btn:before {
            content: "";
            height: 0px;
            width: 100%;
            position: absolute;
            border-top: 2px solid;
        }

        .cs-post.cs-style6 .cs-post_btn:after {
            content: "";
            height: 14px;
            width: 14px;
            position: absolute;
            border: 2px solid;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border-right: 0;
            border-bottom: 0;
            top: 4px;
            left: 2px;
        }

.cs-post6_wrap .cs-post.cs-style6 {
    padding: 40px 0;
}

    .cs-post6_wrap .cs-post.cs-style6:not(:last-child) {
        border-style: solid;
        border-width: 0;
        border-bottom-width: 1px;
    }

    .cs-post6_wrap .cs-post.cs-style6:last-child {
        padding-bottom: 0;
    }

    .cs-post6_wrap .cs-post.cs-style6:first-child {
        padding-top: 0;
    }

.cs-post.cs-style7 .cs-post_thumb {
    height: 370px;
    display: block;
    margin-bottom: -70px;
    position: relative;
    overflow: hidden;
}

    .cs-post.cs-style7 .cs-post_thumb:hover .cs-post_thumb_in {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }

.cs-post.cs-style7 .cs-post_thumb_in {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cs-post.cs-style7 .cs-post_info {
    background-color: #fff;
    max-width: 80%;
    margin-right: auto;
    padding: 16px 25px 0 0px;
    position: relative;
    z-index: 1;
}

.cs-post.cs-style7 .cs-post_title {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.cs-post.cs-style7 .cs-post_date {
    font-size: 16px;
    line-height: 1.6em;
}

.cs-post_8_9_group {
    display: grid;
    grid-gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
}

    .cs-post_8_9_group .cs-post.cs-style8 {
        grid-column: span 1;
        grid-row: span 3;
    }

.cs-post.cs-style8 .cs-post_thumb,
.cs-post.cs-style9 .cs-post_thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

    .cs-post.cs-style8 .cs-post_thumb .cs-post_thumb_in,
    .cs-post.cs-style9 .cs-post_thumb .cs-post_thumb_in {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .cs-post.cs-style8 .cs-post_thumb:before,
    .cs-post.cs-style9 .cs-post_thumb:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        right: 0;
        top: 0;
        background-color: currentColor;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-post.cs-style8 .cs-post_thumb .cs-link-icon,
    .cs-post.cs-style9 .cs-post_thumb .cs-link-icon {
        height: 84px;
        width: 84px;
        border-radius: 50%;
        color: #fff;
        font-size: 22px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%) rotate(60deg) scale(0.8);
        transform: translate(50%, -50%) rotate(60deg) scale(0.8);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cs-post.cs-style8 .cs-post_thumb:hover:before,
    .cs-post.cs-style9 .cs-post_thumb:hover:before {
        opacity: 0.6;
    }

    .cs-post.cs-style8 .cs-post_thumb:hover .cs-link-icon,
    .cs-post.cs-style9 .cs-post_thumb:hover .cs-link-icon {
        opacity: 1;
        -webkit-transform: translate(50%, -50%) rotate(0deg) scale(1);
        transform: translate(50%, -50%) rotate(0deg) scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .cs-post.cs-style8 .cs-post_thumb:hover .cs-post_thumb_in,
    .cs-post.cs-style9 .cs-post_thumb:hover .cs-post_thumb_in {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

.cs-post.cs-style8 .cs-post_thumb {
    height: 380px;
}

    .cs-post.cs-style8 .cs-post_thumb + .cs-post_label {
        margin-top: -48px;
    }

.cs-post.cs-style8 .cs-post_label {
    position: relative;
    z-index: 1;
    padding-right: 12px;
    margin-bottom: 30px;
}

.cs-post.cs-style8 .cs-avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 2px 2px 2px 20px;
    border-radius: 5px;
}

    .cs-post.cs-style8 .cs-avatar img {
        height: 32px;
        width: 32px;
        border-radius: inherit;
        margin-left: 10px;
    }

    .cs-post.cs-style8 .cs-avatar .cs-avatar_name {
        font-size: 15px;
        font-weight: 500;
        color: #3d320b;
    }

.cs-post.cs-style8 .cs-post_title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    line-height: 1.25em;
}

.cs-post.cs-style9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-post.cs-style9 .cs-post_thumb {
        height: 140px;
        width: 200px;
        margin-left: 25px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

        .cs-post.cs-style9 .cs-post_thumb .cs-link-icon {
            height: 50px;
            width: 50px;
            font-size: 16px;
        }

    .cs-post.cs-style9 .cs-post_title {
        font-size: 18px;
        line-height: 1.6em;
        margin: 0;
    }

    .cs-post.cs-style9 .cs-post_label {
        margin-bottom: 5px;
    }

    .cs-post.cs-style9 .cs-avatar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        .cs-post.cs-style9 .cs-avatar .cs-avatar_name {
            font-size: 15px;
            line-height: 1.6em;
            border-width: 1px;
            border-style: solid;
            border-radius: 5px;
            padding: 3px 18px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .cs-post.cs-style9.cs-type1 .cs-post_label, .cs-post.cs-style9.cs-type2 .cs-post_label, .cs-post.cs-style9.cs-type3 .cs-post_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
    }

    .cs-post.cs-style9.cs-type1 .cs-categories, .cs-post.cs-style9.cs-type2 .cs-categories, .cs-post.cs-style9.cs-type3 .cs-categories {
        margin-left: 25px;
    }

        .cs-post.cs-style9.cs-type1 .cs-categories a, .cs-post.cs-style9.cs-type2 .cs-categories a, .cs-post.cs-style9.cs-type3 .cs-categories a {
            display: inline-block;
            border-radius: 5px;
            padding: 5px 21px;
            line-height: 1.6em;
        }

    .cs-post.cs-style9.cs-type1 {
        display: block;
    }

        .cs-post.cs-style9.cs-type1 .cs-post_right {
            margin-top: 25px;
        }

        .cs-post.cs-style9.cs-type1 .cs-post_thumb {
            width: 100%;
            height: 400px;
            border-radius: 5px;
        }

        .cs-post.cs-style9.cs-type1 .cs-post_title {
            font-size: 28px;
            line-height: 1.3em;
        }

        .cs-post.cs-style9.cs-type1 .cs-post_label {
            margin-bottom: 20px;
        }

        .cs-post.cs-style9.cs-type1 .cs-post_thumb .cs-link-icon {
            height: 84px;
            width: 84px;
            font-size: 22px;
        }

    .cs-post.cs-style9.cs-type2 .cs-post_thumb {
        height: 112px;
        width: 150px;
        border-radius: 5px;
    }

    .cs-post.cs-style9.cs-type2 .cs-post_title {
        font-size: 20px;
        line-height: 1.3em;
    }

    .cs-post.cs-style9.cs-type2 .cs-post_label {
        margin-bottom: 10px;
    }

    .cs-post.cs-style9.cs-type2 .cs-categories {
        font-size: 14px;
    }

    .cs-post.cs-style9.cs-type3 {
        display: block;
    }

        .cs-post.cs-style9.cs-type3 .cs-post_right {
            margin-top: 20px;
        }

        .cs-post.cs-style9.cs-type3 .cs-post_thumb {
            width: 100%;
            height: 280px;
            border-radius: 0px;
        }

        .cs-post.cs-style9.cs-type3 .cs-post_title {
            font-size: 24px;
            line-height: 1.3em;
        }

        .cs-post.cs-style9.cs-type3 .cs-post_label {
            margin-bottom: 15px;
        }

        .cs-post.cs-style9.cs-type3 .cs-post_thumb .cs-link-icon {
            height: 65px;
            width: 65px;
            font-size: 20px;
        }

.cs-post.cs-style10 {
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
    box-shadow: 0px 8px 30px 0px rgba(18, 13, 65, 0.2);
    height: 355px;
    overflow: hidden;
}

    .cs-post.cs-style10::after {
        content: "";
        background: -webkit-gradient(linear, right bottom, right top, color-stop(-20%, #151237), to(transparent));
        background: linear-gradient(0deg, #151237 -20%, transparent 100%);
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        bottom: 0;
        opacity: 0.8;
    }

    .cs-post.cs-style10:hover .cs-post_thumb {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .cs-post.cs-style10 .cs-post_thumb {
        display: block;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .cs-post.cs-style10 .cs-post_info {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 28px 30px 28px 40px;
        z-index: 2;
    }

    .cs-post.cs-style10 .cs-post_title {
        font-size: 24px;
        margin: 6px 0 0;
    }

    .cs-post.cs-style10 .cs-posted_by {
        font-size: 15px;
        line-height: 1.6em;
        padding: 1px 15px;
        display: inline-block;
    }

.cs-post9_type2_wrap {
    padding-right: 40px;
}

.cs-post5_wrap {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1199px) {
    .cs-post5_wrap,
    .cs-post_8_9_group {
        grid-gap: 30px;
    }

    .cs-post9_type2_wrap {
        padding-right: 0;
    }

    .cs-post.cs-style9.cs-type1 .cs-categories,
    .cs-post.cs-style9.cs-type2 .cs-categories {
        margin-left: 10px;
    }

    .cs-post.cs-style9 .cs-post_thumb {
        margin-left: 20px;
    }

    .cs-post.cs-style9.cs-type1 .cs-categories a,
    .cs-post.cs-style9.cs-type2 .cs-categories a {
        padding: 5px 15px;
    }
}

@media screen and (max-width: 991px) {
    .cs-blog_groups_1 > *:nth-child(2) {
        width: 100%;
    }

    .cs-post.cs-style1.cs-large_post .cs-post_title {
        font-size: 26px;
        line-height: 1.2em;
    }

    .cs-post.cs-style1 .cs-post_title {
        font-size: 20px;
        line-height: 1.2em;
    }

    .cs-post.cs-style4 .cs-post_title {
        font-size: 22px;
        line-height: 1.2em;
        margin: 15px 0 0;
    }

        .cs-post.cs-style4 .cs-post_title a {
            padding-right: 17px;
        }

        .cs-post.cs-style4 .cs-post_title:after {
            top: 2px;
        }

    .cs-post5_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-post.cs-style6 .cs-post_title {
        font-size: 24px;
        line-height: 1.2em;
    }

    .cs-post_8_9_group {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-post.cs-style9.cs-type1 .cs-post_title {
        font-size: 24px;
        line-height: 1.2em;
    }

    .cs-post.cs-style7 .cs-post_title {
        font-size: 20px;
        line-height: 1.2em;
    }

    .cs-post.cs-style8 .cs-post_title {
        font-size: 26px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 575px) {
    .cs-post.cs-style5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: initial;
    }

        .cs-post.cs-style5 .cs-post_thumb {
            width: 100%;
            height: 400px;
        }

        .cs-post.cs-style5 .cs-post_right {
            width: 100%;
            height: initial;
            margin-right: 0;
        }

    .cs-post.cs-style6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-post.cs-style6 .cs-post_date {
            letter-spacing: 1px;
            margin-top: 0;
            margin-bottom: 3px;
            width: 100%;
        }

        .cs-post.cs-style6 .cs-post_title {
            padding-left: 0;
            margin-bottom: 20px;
        }

        .cs-post.cs-style6 .cs-post_btn {
            width: 26px;
        }

    .cs-post6_wrap .cs-post.cs-style6 {
        padding: 30px 0;
    }

    .cs-post.cs-style7 .cs-post_info {
        max-width: 90%;
    }

    .cs-post.cs-style8 .cs-post_thumb {
        height: 280px;
    }
}

@media screen and (max-width: 420px) {
    .cs-post.cs-style9.cs-type1 .cs-post_label,
    .cs-post.cs-style9.cs-type2 .cs-post_label {
        font-size: 14px;
    }

    .cs-post.cs-style9.cs-type1 .cs-categories a,
    .cs-post.cs-style9.cs-type2 .cs-categories a {
        padding: 3px 10px;
    }

    .cs-post.cs-style9.cs-type2 .cs-categories {
        font-size: 13px;
    }

    .cs-post.cs-style9.cs-type2 .cs-post_title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .cs-post.cs-style9.cs-type2 .cs-post_thumb {
        width: 130px;
        margin-left: 15px;
    }

    .cs-post.cs-style9.cs-type1 .cs-post_thumb {
        height: 350px;
    }

    .cs-post.cs-style9 .cs-post_thumb {
        margin-left: 15px;
        height: 120px;
        width: 140px;
    }
}

@media screen and (max-width: 400px) {
    .cs-post.cs-style5 .cs-post_thumb {
        height: 350px;
    }

    .cs-post.cs-style9 .cs-post_title {
        font-size: 16px;
        line-height: 1.4em;
        margin: 2px 0 0;
    }

    .cs-post.cs-style8 .cs-post_title {
        font-size: 22px;
    }
}
/*--------------------------------------------------------------
33. Pricing Table
----------------------------------------------------------------*/
.cs-pricing_table.cs-style1 {
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(28, 25, 241, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(28, 25, 241, 0.2);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-pricing_table.cs-style1:hover {
        -webkit-box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 80px 0px rgba(1, 0, 98, 0.1);
    }

    .cs-pricing_table.cs-style1 .cs-pricing_image {
        height: 190px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 80px 80px;
        font-size: 72px;
    }

        .cs-pricing_table.cs-style1 .cs-pricing_image img {
            max-width: 130px;
        }

    .cs-pricing_table.cs-style1 .cs-pricing_table_in {
        padding: 0 65px 40px;
        position: relative;
        max-width: 400px;
        margin: auto;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_name {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        margin: 0;
        padding-top: 23px;
        padding-bottom: 8px;
        border-bottom: 1px solid #eeeeff;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_feature {
        font-size: 18px;
        line-height: 1.6em;
        margin-top: 45px;
        margin-bottom: 40px;
    }

        .cs-pricing_table.cs-style1 .cs-pricing_feature i {
            margin-left: 20px;
        }

        .cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
            margin-bottom: 15px;
        }

    .cs-pricing_table.cs-style1 .cs-price_wrap {
        font-size: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1em;
        margin-bottom: 40px;
    }

    .cs-pricing_table.cs-style1 .cs-symble {
        font-size: 18px;
        position: relative;
        top: -7px;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_duration {
        font-size: 18px;
        color: #78778f;
        position: relative;
        bottom: -5px;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_label {
        position: absolute;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.5em;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        color: #fff;
        border-radius: 10px;
        padding: 1px 23px;
        top: -10px;
        z-index: 1;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 17px;
        line-height: 1.6em;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        padding: 10px 40px;
    }

        .cs-pricing_table.cs-style1 .cs-pricing_btn.cs-type1 {
            border-radius: 5px;
        }

        .cs-pricing_table.cs-style1 .cs-pricing_btn:hover {
            color: #fff;
            -webkit-box-shadow: 0px 10px 40px 0px rgba(72, 72, 72, 0.2);
            box-shadow: 0px 10px 40px 0px rgba(72, 72, 72, 0.2);
        }

.cs-pricing_table.cs-style2 {
    -webkit-box-shadow: 0px 20px 80px 0px rgba(11, 20, 24, 0.1);
    box-shadow: 0px 20px 80px 0px rgba(11, 20, 24, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 40px 60px;
}

    .cs-pricing_table.cs-style2 .cs-pricing_text {
        font-size: 16px;
        line-height: 1.6em;
        margin-top: 32px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 17px;
        line-height: 1.6em;
        border-radius: 1.6em;
        padding: 10px 40px;
        margin-top: 32px;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(18, 4, 1, 0.3);
        box-shadow: 0px 10px 40px 0px rgba(18, 4, 1, 0.3);
    }

        .cs-pricing_table.cs-style2 .cs-pricing_btn:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

    .cs-pricing_table.cs-style2 .cs-pricing_name {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_feature {
        border-top: 1px solid #eeeeff;
        border-bottom: 1px solid #eeeeff;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 40px;
    }

        .cs-pricing_table.cs-style2 .cs-pricing_feature li i {
            margin-left: 20px;
        }

        .cs-pricing_table.cs-style2 .cs-pricing_feature li:not(:last-child) {
            margin-bottom: 15px;
        }

    .cs-pricing_table.cs-style2 .cs-price_wrap {
        font-size: 52px;
        line-height: 1em;
    }

    .cs-pricing_table.cs-style2 .cs-symble {
        font-size: 32px;
        position: relative;
        top: -16px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_duration {
        font-size: 16px;
        line-height: 1em;
        letter-spacing: 2px;
    }

    .cs-pricing_table.cs-style2:hover .cs-pricing_name,
    .cs-pricing_table.cs-style2:hover .cs-symble,
    .cs-pricing_table.cs-style2:hover .cs-price {
        color: #fff;
    }

.cs-pricing_table.cs-style3 {
    border-radius: 30px;
    padding-bottom: 1px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(18, 13, 65, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(18, 13, 65, 0.1);
    margin-bottom: 26px;
    max-width: 300px;
    margin: auto;
}

    .cs-pricing_table.cs-style3 .cs-pricing_btn {
        margin-bottom: -26px;
    }

    .cs-pricing_table.cs-style3 .cs-pricing_head {
        height: 170px;
        border-top-right-radius: inherit;
        border-top-left-radius: inherit;
        padding-top: 25px;
    }

        .cs-pricing_table.cs-style3 .cs-pricing_head > * {
            position: relative;
            z-index: 3;
        }

        .cs-pricing_table.cs-style3 .cs-pricing_head:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            bottom: 37px;
            -webkit-transform: skewY(14deg);
            transform: skewY(14deg);
            background: currentColor;
        }

        .cs-pricing_table.cs-style3 .cs-pricing_head::before {
            content: "";
            border-radius: 50%;
            position: absolute;
            right: -60px;
            top: -20px;
            width: 143px;
            height: 143px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            background: linear-gradient(-20deg, transparent 30%, #fff 100%);
            opacity: 0.08;
            z-index: 1;
        }

    .cs-pricing_table.cs-style3 .cs-pricing_name {
        font-size: 16px;
        margin-bottom: 13px;
        letter-spacing: 1.5px;
    }

    .cs-pricing_table.cs-style3 .cs-price_wrap {
        font-size: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1em;
        letter-spacing: 1px;
    }

    .cs-pricing_table.cs-style3 .cs-symble {
        font-size: 24px;
        position: relative;
        top: -2px;
        margin-left: 5px;
        line-height: 1.6em;
    }

    .cs-pricing_table.cs-style3 .cs-pricing_bar {
        position: absolute;
        width: 160px;
        height: 8px;
        background: currentColor;
        z-index: 2;
        right: 50%;
        -webkit-transform: translateX(50%) rotate(14deg);
        transform: translateX(50%) rotate(14deg);
        bottom: 34px;
    }

        .cs-pricing_table.cs-style3 .cs-pricing_bar:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            background-color: rgba(255, 255, 255, 0.2);
        }

    .cs-pricing_table.cs-style3 .cs-pricing_feature {
        font-size: 16px;
        line-height: 1.6em;
        padding: 18px 0;
    }

        .cs-pricing_table.cs-style3 .cs-pricing_feature i {
            font-size: 14px;
            margin-left: 10px;
        }

        .cs-pricing_table.cs-style3 .cs-pricing_feature li:not(:last-child) {
            margin-bottom: 15px;
        }

        .cs-pricing_table.cs-style3 .cs-pricing_feature .cs-pricing_meta_text {
            font-size: 16px;
            line-height: 1.6em;
        }

    .cs-pricing_table.cs-style3 .cs-pricing_meta_text {
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 1px;
    }

    .cs-pricing_table.cs-style3 .cs-btn.cs-style1 {
        padding: 0.55em 1.55em;
    }

.cs-pricing_2_offer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    line-height: 1.6em;
    padding: 1px 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

    .cs-pricing_2_offer svg {
        position: absolute;
        left: -32px;
        top: 12px;
    }

.cs-pricing_table_3_wrap {
    padding-right: 50px;
}

@media screen and (max-width: 1199px) {
    .cs-pricing_table.cs-style1 .cs-pricing_table_in {
        padding: 0 30px 40px;
    }

    .cs-pricing_table.cs-style2 {
        padding: 40px 40px;
        max-width: 400px;
        margin: auto;
    }

    .cs-pricing_table_3_wrap {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .cs-pricing_table.cs-style1 .cs-pricing_name {
        font-size: 26px;
    }

    .cs-pricing_table.cs-style1 .cs-pricing_btn {
        font-size: 16px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_btn {
        font-size: 16px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_feature li i {
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_name {
        font-size: 32px;
    }

    .cs-pricing_table.cs-style2 .cs-symble {
        font-size: 22px;
        top: -12px;
    }

    .cs-pricing_table.cs-style2 .cs-price_wrap {
        font-size: 40px;
    }

    .cs-pricing_table.cs-style2 .cs-pricing_duration {
        letter-spacing: 1px;
    }
}
/*--------------------------------------------------------------
34. Progressbar
----------------------------------------------------------------*/
.cs-progressbar_wrap.cs-style1 .cs-progressbar_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 28px;
}

.cs-progressbar_wrap.cs-style1 .cs-progressbar.cs-style1:not(:last-child) {
    margin-bottom: 26px;
}

.cs-progressbar.cs-style1 .cs-progress {
    border-radius: 4px;
    height: 8px;
}

.cs-progressbar.cs-style1 .cs-progress_in {
    height: 100%;
    border-radius: inherit;
}

.cs-progressbar.cs-style1 .cs-progressbar_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cs-progressbar.cs-style1 .cs-progressbar_text,
.cs-progressbar.cs-style1 .cs-progressbar_percentage {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
35. Product
----------------------------------------------------------------*/
.cs-product.cs-style1 {
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cs-product.cs-style1:hover {
        -webkit-box-shadow: 0px 10px 40px 0px rgba(147, 155, 98, 0.3);
        box-shadow: 0px 10px 40px 0px rgba(147, 155, 98, 0.3);
    }

        .cs-product.cs-style1:hover .cs-product_toolbox {
            left: 0;
        }

    .cs-product.cs-style1 .cs-product_title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .cs-product.cs-style1 .cs-product_meta {
        font-size: 16px;
        line-height: 1.6em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cs-product.cs-style1 .cs-product_info {
        padding: 20px;
        border-width: 0;
        border-top-width: 1px;
        border-style: solid;
    }

    .cs-product.cs-style1 .cs-product_thumb {
        height: 260px;
        position: relative;
        overflow: hidden;
    }

    .cs-product.cs-style1 .cs-product_img {
        padding: 20px;
        height: 100%;
        width: 100%;
    }

    .cs-product.cs-style1 .cs-product_badge {
        position: absolute;
        font-size: 16px;
        line-height: 1.5em;
        padding: 3px 10px;
        border-radius: 5px 0 0 5px;
        top: 25px;
        right: 0;
        z-index: 2;
    }

    .cs-product.cs-style1 .cs-product_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cs-product.cs-style1 .cs-product_btn i {
            margin-left: 8px;
        }

    .cs-product.cs-style1 .cs-product_toolbox {
        position: absolute;
        left: -45px;
        width: 45px;
        height: 152px;
        border-radius: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .cs-product.cs-style1 .cs-product_toolbox a {
            padding: 4px 5px;
        }

    .cs-product.cs-style1 .cs-product_toolbox_in {
        border-radius: 0 30px 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

.cs-product.cs-style2,
.cs-product.cs-style3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

    .cs-product.cs-style2 .cs-product_bg,
    .cs-product.cs-style3 .cs-product_bg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cs-product.cs-style2 .cs-product_info,
    .cs-product.cs-style3 .cs-product_info {
        position: relative;
        z-index: 1;
    }

    .cs-product.cs-style2 .cs-product_btn,
    .cs-product.cs-style3 .cs-product_btn {
        line-height: 1.6em;
        display: inline-block;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(69, 32, 21, 0.2);
        box-shadow: 0px 10px 60px 0px rgba(69, 32, 21, 0.2);
    }

    .cs-product.cs-style2:hover .cs-product_bg,
    .cs-product.cs-style3:hover .cs-product_bg {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

.cs-product.cs-style2 {
    min-height: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 60px;
}

    .cs-product.cs-style2 .cs-product_info {
        max-width: 50%;
    }

    .cs-product.cs-style2 .cs-product_title {
        font-size: 24px;
        margin-bottom: 2px;
    }

    .cs-product.cs-style2 .cs-product_btn {
        font-size: 16px;
        padding: 0.45em 1.8em;
    }

    .cs-product.cs-style2 .cs-previous_price {
        color: #5d6433;
        text-decoration: line-through;
        margin-left: 15px;
    }

    .cs-product.cs-style2 .cs-product_badge {
        font-size: 16px;
        background-color: #5d6433;
        border-radius: 5px;
        padding: 4px 13px;
        display: inline-block;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

    .cs-product.cs-style2 .cs-product_price {
        margin-bottom: 15px;
    }

    .cs-product.cs-style2.cs-type1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .cs-product.cs-style2.cs-type1 .cs-product_badge {
            background-color: #b24626;
        }

        .cs-product.cs-style2.cs-type1 .cs-previous_price {
            color: #b24626;
        }

.cs-product.cs-style3 {
    min-height: 700px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 90px 40px;
}

    .cs-product.cs-style3 .cs-product_btn {
        padding: 0.6em 2.5em;
    }

    .cs-product.cs-style3 .cs-product_title {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .cs-product.cs-style3 .cs-product_subtitle {
        font-size: 30px;
        line-height: 1.4em;
        margin-bottom: 25px;
    }

.cs-product.cs-style4 {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

    .cs-product.cs-style4 .cs-product_img {
        height: 320px;
    }

        .cs-product.cs-style4 .cs-product_img img {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cs-product.cs-style4 .cs-product_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 26px 30px;
        position: relative;
    }

        .cs-product.cs-style4 .cs-product_info .cs-product_info_bg {
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            z-index: -1;
            opacity: 0.5;
        }

    .cs-product.cs-style4 .cs-product_title {
        font-size: 24px;
        margin: 0;
    }

    .cs-product.cs-style4 .cs-product_number {
        font-size: 16px;
    }

    .cs-product.cs-style4:hover .cs-product_info_bg {
        opacity: 1;
    }

    .cs-product.cs-style4:hover .cs-product_title,
    .cs-product.cs-style4:hover .cs-product_number {
        color: #fff;
    }

    .cs-product.cs-style4:hover .cs-product_img img {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

.cs-product.cs-style5 {
    border-radius: 50px 0;
    padding: 1px 0;
    margin-top: 110px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-product.cs-style5 .cs-product_img {
        margin-top: -110px;
        display: block;
    }

        .cs-product.cs-style5 .cs-product_img img {
            border-radius: 50%;
            -webkit-box-shadow: 0px 10px 40px rgba(91, 39, 0, 0.2);
            box-shadow: 0px 10px 40px rgba(91, 39, 0, 0.2);
        }

    .cs-product.cs-style5 .cs-product_info {
        padding: 35px 35px 26px;
    }

    .cs-product.cs-style5 .cs-product_price {
        margin-bottom: 2px;
    }

    .cs-product.cs-style5 .cs-product_title {
        font-size: 26px;
        margin-bottom: 7px;
    }

    .cs-product.cs-style5 .cs-product_subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .cs-product.cs-style5:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 20px 70px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 70px 0px rgba(1, 0, 98, 0.1);
    }

.cs-product_group_1 {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

    .cs-product_group_1 .cs-product.cs-style3 {
        grid-row: span 2;
    }

.cs-product_details.cs-style1 {
    padding-right: 60px;
}

    .cs-product_details.cs-style1 .cs-product_review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cs-product_details.cs-style1 .cs-review {
        margin-left: 10px;
    }

    .cs-product_details.cs-style1 .cs-product_price {
        font-size: 30px;
        line-height: 1.2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cs-product_details.cs-style1 .cs-previous {
        font-size: 18px;
        margin-right: 8px;
        text-decoration: line-through;
        position: relative;
        bottom: -3px;
    }

    .cs-product_details.cs-style1 .cs-product_color_varient {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cs-product_details.cs-style1 .cs-product_color_varient h4 {
            margin: 0 0 0 30px;
            font-size: 18px;
        }

    .cs-product_details.cs-style1 .cs-quantity_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cs-product_details.cs-style1 .cs-quantity_wrap .cs-quantity {
            margin-left: 25px;
        }

    .cs-product_details.cs-style1 .cs-btn.cs-style1 {
        padding: 0.55em 1.5em;
    }

.cs-product_tab.cs-style1 {
    padding: 40px;
    border-radius: 20px 0 20px 20px;
}

    .cs-product_tab.cs-style1 ul:not(.cs-details_list) {
        list-style: none;
        padding: 0;
    }

        .cs-product_tab.cs-style1 ul:not(.cs-details_list) li {
            position: relative;
            padding-right: 45px;
        }

            .cs-product_tab.cs-style1 ul:not(.cs-details_list) li i {
                position: absolute;
                right: 0;
                top: 0;
                height: 30px;
                width: 30px;
            }

            .cs-product_tab.cs-style1 ul:not(.cs-details_list) li:not(:last-child) {
                margin-bottom: 12px;
            }

    .cs-product_tab.cs-style1 > *:last-child {
        margin-bottom: 0;
    }

    .cs-product_tab.cs-style1 .cs-review {
        margin-bottom: 10px;
    }

.cs-table_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-table_product .cs-table_row_close {
        cursor: pointer;
        margin-left: 20px;
    }

    .cs-table_product .cs-product_img {
        margin-left: 30px;
        width: 60px;
        max-height: 80px;
    }

        .cs-table_product .cs-product_img img {
            max-height: 100%;
        }

    .cs-table_product a:hover {
        text-decoration: underline;
    }

    .cs-table_product a + .cs-product_meta {
        margin-top: 5px;
    }

        .cs-table_product a + .cs-product_meta a {
            font-size: 14px;
        }

@media screen and (max-width: 1199px) {
    .cs-product_details.cs-style1 {
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .cs-product_group_1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-product.cs-style3 .cs-product_title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .cs-product.cs-style3 .cs-product_subtitle {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .cs-product_tab.cs-style1 {
        padding: 20px;
        border-radius: 10px 0px 10px 10px;
    }

    .cs-table_product .cs-table_row_close {
        margin-left: 10px;
    }

    .cs-table_product .cs-product_img {
        margin-left: 15px;
        width: 40px;
        max-height: 60px;
    }
}

@media screen and (max-width: 575px) {
    .cs-product.cs-style2 {
        min-height: 250px;
        padding: 40px 30px;
    }

    .cs-product.cs-style3 {
        min-height: 450px;
        padding: 40px 20px;
    }

    .cs-product.cs-style4 .cs-product_info {
        padding: 18px 30px;
    }

    .cs-product.cs-style4 .cs-product_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .cs-product.cs-style2 .cs-product_btn {
        font-size: 14px;
        padding: 0.45em 1.2em;
    }

    .cs-product.cs-style2 .cs-product_title {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .cs-product.cs-style2 .cs-product_badge {
        font-size: 14px;
    }

    .cs-product.cs-style2 {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 350px) {
    .cs-product.cs-style3 .cs-product_title {
        font-size: 26px;
    }

    .cs-product.cs-style3 .cs-product_subtitle {
        font-size: 20px;
    }
}
/*--------------------------------------------------------------
36. Shop Sidebar
----------------------------------------------------------------*/
.cs-shop_sidebar.cs-style1 {
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
    box-shadow: 0px 1px 1.96px 0.04px rgba(147, 155, 98, 0.2);
}

    .cs-shop_sidebar.cs-style1 .cs-shop_widget_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cs-shop_sidebar.cs-style1 .menu {
        font-size: 16px;
        line-height: 1.6em;
    }

    .cs-shop_sidebar.cs-style1 .cs-shop_widget {
        border-width: 0 0 1px 0;
        border-style: solid;
        padding: 30px 30px;
    }

        .cs-shop_sidebar.cs-style1 .cs-shop_widget:last-child {
            border: none;
        }

.cs-shop_size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .cs-shop_size span {
        height: 40px;
        width: 40px;
        border-width: 1px;
        border-style: solid;
        margin: 5px;
        cursor: pointer;
    }

.cs-shop_colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-shop_colors span {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        margin: 5px;
        position: relative;
    }

        .cs-shop_colors span:after {
            content: "";
            position: absolute;
            height: calc(100% + 6px);
            width: calc(100% + 6px);
            top: -3px;
            right: -3px;
            border-radius: inherit;
            -webkit-box-shadow: 0px 1px 1px 0px rgba(2, 0, 120, 0.3);
            box-shadow: 0px 1px 1px 0px rgba(2, 0, 120, 0.3);
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-shop_colors span.active:after {
            -webkit-box-shadow: 0px 4px 15px 0px rgba(2, 0, 120, 0.15);
            box-shadow: 0px 4px 15px 0px rgba(2, 0, 120, 0.15);
        }

        .cs-shop_colors span:hover:after {
            -webkit-box-shadow: 0px 4px 15px 0px rgba(2, 0, 120, 0.15);
            box-shadow: 0px 4px 15px 0px rgba(2, 0, 120, 0.15);
        }

        .cs-shop_colors span.cs-color1 {
            background-color: #2c29f2;
        }

        .cs-shop_colors span.cs-color2 {
            background-color: #f22962;
        }

        .cs-shop_colors span.cs-color3 {
            background-color: #19d62a;
        }

        .cs-shop_colors span.cs-color4 {
            background-color: #ffb019;
        }

        .cs-shop_colors span.cs-color5 {
            background-color: #a912ff;
        }

        .cs-shop_colors span.cs-color6 {
            background-color: #14b8fd;
        }

.ui-widget-header {
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
    height: 8px;
}

.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-slider .ui-state-focus,
.ui-slider .ui-state-active {
    border-radius: 50%;
    border-width: 3px;
    outline: none;
}

.cs-short_left {
    line-height: 50px;
}

.cs-range_value_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

input#amount {
    width: 100%;
    border: none;
    outline: none;
}

.cs-range_btn {
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 1.6em;
    padding: 3px 10px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cs-range_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .cs-range_value label {
        margin-left: 4px;
    }

.cs-short_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select2-container {
    min-width: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 30px;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-right: -6px;
    margin-top: -3px;
    border-width: 7px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0px;
    left: 0;
    width: 40px;
}

.select2-results__option {
    padding: 0px 20px;
    line-height: 45px;
}

.select2-search--dropdown {
    padding: 10px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 5px 12px;
        outline: none;
        border-radius: 5px;
    }

.cs-checkout_select .select2-container {
    width: 100% !important;
}

    .cs-checkout_select .select2-container .select2-selection--single,
    .cs-checkout_select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
    }

.cs-checkout_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

/*--------------------------------------------------------------
37. Section Heading
----------------------------------------------------------------*/
.cs-section_heading.cs-style1,
.cs-section_heading.cs-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .cs-section_heading.cs-style1 .cs-section_subtitle,
    .cs-section_heading.cs-style4 .cs-section_subtitle {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1.2em;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .cs-section_heading.cs-style1 .cs-section_title,
    .cs-section_heading.cs-style4 .cs-section_title {
        margin: 0;
        font-size: 52px;
        line-height: 1.17em;
    }

    .cs-section_heading.cs-style1 .cs-section_heading_center,
    .cs-section_heading.cs-style4 .cs-section_heading_center {
        max-width: 430px;
    }

    .cs-section_heading.cs-style1 .cs-section_description,
    .cs-section_heading.cs-style4 .cs-section_description {
        margin-bottom: -6px;
    }

    .cs-section_heading.cs-style1 .cs-section_heading_right,
    .cs-section_heading.cs-style4 .cs-section_heading_right {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .cs-section_heading.cs-style1 .cs-section_title {
        margin-bottom: -15px;
    }

.cs-section_heading.cs-style2 .cs-section_subtitle {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.3px;
    margin-bottom: 15px;
}

.cs-section_heading.cs-style2 .cs-section_title {
    font-size: 52px;
    line-height: 1.17em;
    margin: 0;
}

.cs-section_heading.cs-style2 .cs-section_text {
    margin-top: 15px;
}

.cs-section_heading.cs-style2.cs-size1 .cs-section_subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.cs-section_heading.cs-style2.cs-size1 .cs-section_title {
    font-size: 48px;
}

.cs-section_heading.cs-style2.cs-size2 .cs-section_subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.cs-section_heading.cs-style2.cs-size2 .cs-section_title {
    font-size: 48px;
}

.cs-section_heading.cs-style2.cs-size3 .cs-section_subtitle {
    font-size: 20px;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.cs-section_heading.cs-style3 .cs-section_title {
    font-size: 42px;
    margin: 0;
}

.cs-section_heading.cs-style3 .cs-section_separetor {
    display: block;
    height: 4px;
    width: 50px;
    margin-top: 3px;
}

.cs-section_heading.cs-style3.text-center .cs-section_separetor {
    margin: auto;
}

.cs-section_heading.cs-style4 .cs-section_text {
    margin-bottom: 0px;
    margin-top: 20px;
}

.cs-section_heading.cs-style4 .cs-section_heading_left {
    margin-bottom: -8px;
}

.cs-section_heading.cs-style4.cs-size1 .cs-section_subtitle {
    font-size: 20px;
    letter-spacing: 2px;
}

.cs-section_heading.cs-style4.cs-size1 .cs-section_title {
    font-size: 48px;
}

.cs-section_heading.cs-style4.cs-size2 .cs-section_subtitle {
    font-size: 18px;
    letter-spacing: 1px;
}

.cs-section_heading.cs-style4.cs-size2 .cs-section_title {
    font-size: 48px;
}

.cs-section_heading.cs-style4.cs-size3 .cs-section_subtitle {
    font-size: 24px;
    letter-spacing: 2.5px;
}

.cs-section_heading.cs-style4.cs-size3 .cs-section_title {
    font-size: 48px;
}

.cs-section_heading.cs-style4.cs-size4 .cs-section_subtitle {
    font-size: 20px;
    letter-spacing: 2.5px;
}

.cs-section_heading.cs-style5 {
    padding: 215px 0 130px;
    background: -webkit-gradient(linear, right bottom, right top, from(rgba(254, 246, 243, 0)), to(rgba(222, 137, 113, 0.25)));
    background: linear-gradient(0deg, rgba(254, 246, 243, 0) 0%, rgba(222, 137, 113, 0.25) 100%);
}

    .cs-section_heading.cs-style5 .cs-section_title {
        font-size: 70px;
        margin-bottom: 12px;
    }

    .cs-section_heading.cs-style5 .cs-section_subtitle {
        font-size: 30px;
        line-height: 1.4em;
    }

.cs-section_heading.cs-style6 .cs-section_title {
    font-size: 42px;
    margin: 0;
    position: relative;
    padding-right: 34px;
}

.cs-section_heading.cs-style6 .cs-left_bar {
    position: absolute;
    height: 40px;
    width: 4px;
    right: 0;
    top: 4px;
}

@media screen and (max-width: 991px) {
    .cs-section_heading.cs-style1 .cs-section_subtitle,
    .cs-section_heading.cs-style4 .cs-section_subtitle {
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    .cs-section_heading.cs-style1 .cs-section_title,
    .cs-section_heading.cs-style4 .cs-section_title,
    .cs-section_heading.cs-style2 .cs-section_title {
        font-size: 40px !important;
        line-height: 1.2em !important;
    }

        .cs-section_heading.cs-style1 .cs-section_title br,
        .cs-section_heading.cs-style4 .cs-section_title br,
        .cs-section_heading.cs-style2 .cs-section_title br {
            display: none;
        }

    .cs-section_heading.cs-style2 .cs-section_subtitle {
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .cs-section_heading.cs-style1,
    .cs-section_heading.cs-style4 {
        display: block;
    }

        .cs-section_heading.cs-style1 .cs-section_title,
        .cs-section_heading.cs-style4 .cs-section_title {
            margin-bottom: 0;
        }

            .cs-section_heading.cs-style1 .cs-section_title br,
            .cs-section_heading.cs-style4 .cs-section_title br {
                display: none;
            }

        .cs-section_heading.cs-style1 .cs-section_description,
        .cs-section_heading.cs-style4 .cs-section_description {
            margin-bottom: 0;
            margin-top: 8px;
        }

            .cs-section_heading.cs-style1 .cs-section_description br,
            .cs-section_heading.cs-style4 .cs-section_description br {
                display: none;
            }

        .cs-section_heading.cs-style1 .cs-section_heading_right,
        .cs-section_heading.cs-style4 .cs-section_heading_right {
            margin-top: 25px;
        }

    .cs-section_heading.cs-style2.cs-size1 .cs-section_subtitle {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .cs-section_heading.cs-style2.cs-size2 .cs-section_subtitle {
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .cs-text_box.cs-style1.cs-type1 .cs-text_box_subtitle,
    .cs-section_heading.cs-style2.cs-size3 .cs-section_subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .cs-section_heading.cs-style4.cs-size3 .cs-section_subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .cs-section_heading.cs-style5 {
        padding: 155px 0 70px;
    }

        .cs-section_heading.cs-style5 .cs-section_title {
            font-size: 46px;
            margin-bottom: 5px;
        }

        .cs-section_heading.cs-style5 .cs-section_subtitle {
            font-size: 18px;
        }

    .cs-section_heading.cs-style4 .cs-section_heading_left {
        margin-bottom: 0;
    }

    .cs-section_heading.cs-style4 .cs-btn.cs-style6 {
        margin-top: 20px;
    }

    .cs-section_heading.cs-style6 .cs-section_title {
        font-size: 36px;
        padding-right: 24px;
    }

    .cs-section_heading.cs-style6 .cs-left_bar {
        height: 32px;
        width: 4px;
    }
}

@media screen and (max-width: 575px) {
    .cs-section_heading.cs-style1 .cs-section_title,
    .cs-section_heading.cs-style2 .cs-section_title,
    .cs-section_heading.cs-style3 .cs-section_title,
    .cs-section_heading.cs-style4 .cs-section_title {
        font-size: 36px !important;
    }
}
/*--------------------------------------------------------------
38. Team
----------------------------------------------------------------*/
.cs-team_member.cs-style1 .cs-member_image_box {
    position: relative;
    width: 290px;
    height: 279px;
    margin: auto;
    text-align: center;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cs-team_member.cs-style1 .cs-member_image_box_in {
    height: 259px;
    position: relative;
    z-index: 1;
    max-height: calc(100% - 20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(100% - 20px);
}

.cs-team_member.cs-style1 .cs-member_bg_layer1 {
    position: absolute;
    bottom: 0;
    right: 5px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-team_member.cs-style1 .cs-member_bg_layer2 {
    position: absolute;
    bottom: 0;
    right: -10px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-team_member.cs-style1 .cs-member_bg_layer4,
.cs-team_member.cs-style1 .cs-member_bg_layer3 {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 0;
    fill: #f5f5f5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-team_member.cs-style1 .cs-member_bg_layer4 {
    z-index: 2;
    opacity: 0;
}

.cs-team_member.cs-style1 .cs-member_name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-team_member.cs-style1 .cs-member_designation {
    text-transform: uppercase;
    line-height: 1.4em;
}

.cs-team_member.cs-style1:hover .cs-member_bg_layer1 {
    opacity: 0.4;
}

.cs-team_member.cs-style1:hover .cs-member_bg_layer2 {
    opacity: 0.4;
}

.cs-team_member.cs-style2 {
    max-width: 370px;
    margin: auto;
}

    .cs-team_member.cs-style2 .cs-member_image_box {
        position: relative;
        margin-bottom: 30px;
    }

    .cs-team_member.cs-style2 .cs-member_image_box_in {
        position: inherit;
        overflow: hidden;
    }

        .cs-team_member.cs-style2 .cs-member_image_box_in .cs-member_image {
            height: 340px;
            position: inherit;
            z-index: 1;
            background-position: top center;
            background-size: cover;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cs-team_member.cs-style2 .cs-member_name {
        font-size: 24px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .cs-team_member.cs-style2 .cs-member_social {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        z-index: 2;
        border-radius: 50px 50px 0 0;
        font-size: 18px;
        color: rgba(11, 10, 96, 0.5);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .cs-team_member.cs-style2 .cs-member_social a {
            margin: 0 5px;
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            color: rgba(255, 255, 255, 0.7);
        }

            .cs-team_member.cs-style2 .cs-member_social a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .cs-team_member.cs-style2:hover .cs-member_social {
        opacity: 1;
    }

        .cs-team_member.cs-style2:hover .cs-member_social a {
            margin: 0 10px;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .cs-team_member.cs-style2:hover .cs-member_image_box_in .cs-member_image {
        -webkit-transform: scale(1.05) translateY(10px);
        transform: scale(1.05) translateY(10px);
    }

.cs-team_member.cs-style3 {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}

    .cs-team_member.cs-style3 .cs-member_image {
        height: 360px;
        background-size: cover;
        background-position: center;
    }

    .cs-team_member.cs-style3 .cs-member_info {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 15px 30px 15px 60px;
    }

        .cs-team_member.cs-style3 .cs-member_info > * {
            position: relative;
            z-index: 2;
        }

        .cs-team_member.cs-style3 .cs-member_info:after {
            content: "";
            position: absolute;
            height: 150px;
            width: 100%;
            right: 0;
            opacity: 0.9;
            bottom: -170px;
            -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
            opacity: 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cs-team_member.cs-style3 .cs-member_name {
        font-size: 24px;
        margin-bottom: -1px;
        color: #fff;
        position: relative;
        right: 25px;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-team_member.cs-style3 .cs-member_designation {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.6em;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: 2px;
        position: relative;
        right: 25px;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs-team_member.cs-style3 .cs-member_btn {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        bottom: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        -webkit-transform: scale(0.5) rotate(-180deg);
        transform: scale(0.5) rotate(-180deg);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-team_member.cs-style3:hover .cs-member_info::after {
        opacity: 1;
        bottom: -46px;
    }

    .cs-team_member.cs-style3:hover .cs-member_info .cs-member_name,
    .cs-team_member.cs-style3:hover .cs-member_info .cs-member_designation {
        opacity: 1;
        right: 0px;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .cs-team_member.cs-style3:hover .cs-member_btn {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .cs-team_member.cs-style3:hover .cs-member_btn:hover {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: scale(1) rotate(0deg) scale(1.1);
            transform: scale(1) rotate(0deg) scale(1.1);
        }

    .cs-team_member.cs-style3.cs-size1 .cs-member_image {
        height: 400px;
    }

    .cs-team_member.cs-style3.cs-type1 {
        max-width: 490px;
    }

        .cs-team_member.cs-style3.cs-type1 .cs-member_info {
            padding: 20px 30px;
        }

        .cs-team_member.cs-style3.cs-type1 .cs-member_image {
            height: 610px;
        }

        .cs-team_member.cs-style3.cs-type1 .cs-social_btns.cs-style1 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .cs-team_member.cs-style3.cs-type1:hover .cs-social_btns.cs-style1 {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

.cs-team_member.cs-style4 {
    max-width: 400px;
    margin: auto;
}

    .cs-team_member.cs-style4 .cs-member_image_box {
        position: relative;
    }

    .cs-team_member.cs-style4 .cs-member_image_box_in {
        position: inherit;
        overflow: hidden;
    }

        .cs-team_member.cs-style4 .cs-member_image_box_in .cs-member_image {
            height: 360px;
            position: inherit;
            z-index: 1;
            background-position: top center;
            background-size: cover;
            margin: auto;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .cs-team_member.cs-style4 .cs-member_info {
        margin-top: 30px;
    }

    .cs-team_member.cs-style4 .cs-member_name {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .cs-team_member.cs-style4 .cs-member_social_toggle {
        height: 50px;
        width: 50px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 40px 0px rgba(1, 0, 81, 0.15);
        box-shadow: 0px 8px 40px 0px rgba(1, 0, 81, 0.15);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        bottom: -25px;
        z-index: 2;
        left: 20px;
    }

        .cs-team_member.cs-style4 .cs-member_social_toggle:hover {
            background-color: #eeeeff;
        }

        .cs-team_member.cs-style4 .cs-member_social_toggle img {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .cs-team_member.cs-style4 .cs-member_social_toggle img:first-child {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .cs-team_member.cs-style4 .cs-member_social_toggle img:last-child {
                position: absolute;
                right: 50%;
                top: 50%;
                -webkit-transform: translate(50%, -50%) scale(0);
                transform: translate(50%, -50%) scale(0);
                opacity: 0;
            }

        .cs-team_member.cs-style4 .cs-member_social_toggle.active img:first-child {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .cs-team_member.cs-style4 .cs-member_social_toggle.active img:last-child {
            opacity: 1;
            -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
        }

        .cs-team_member.cs-style4 .cs-member_social_toggle.active + .cs-member_social {
            opacity: 1;
            left: 80px;
        }

    .cs-team_member.cs-style4 .cs-member_social {
        position: absolute;
        bottom: -21px;
        z-index: 1;
        left: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        padding: 7px 30px;
        -webkit-box-shadow: 0px 8px 40px 0px rgba(1, 0, 81, 0.15);
        box-shadow: 0px 8px 40px 0px rgba(1, 0, 81, 0.15);
        border-radius: 21px 21px 21px 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-team_member.cs-style4 .cs-member_social a {
            opacity: 0.5;
        }

            .cs-team_member.cs-style4 .cs-member_social a:not(:first-child) {
                margin-right: 15px;
            }

            .cs-team_member.cs-style4 .cs-member_social a:hover {
                color: inherit;
                opacity: 1;
            }

.cs-team_member_5_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

    .cs-team_member_5_group .cs-team_member.cs-style5 {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin: 0 15px;
        background-color: #fff4cb;
    }

        .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_img,
        .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_right {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 100%;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .cs-team_member_5_group .cs-team_member.cs-style5.active {
            width: 50%;
        }

            .cs-team_member_5_group .cs-team_member.cs-style5.active .cs-team_img,
            .cs-team_member_5_group .cs-team_member.cs-style5.active .cs-team_right {
                width: 50%;
            }

.cs-team_member.cs-style5 .cs-member_name {
    font-size: 24px;
    margin-bottom: 0;
}

.cs-team_member.cs-style5 .cs-member_designation {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.cs-team_member.cs-style5 .cs-social_btns.cs-style1 a {
    height: 32px;
    width: 32px;
    font-size: 14px;
}

.cs-team_member.cs-style5 .cs-progressbar.cs-style1 .cs-progress {
    border-radius: 6px;
    height: 12px;
    padding: 3px;
}

.cs-team_member.cs-style5 .cs-progressbar.cs-style1 .cs-progressbar_head {
    margin-bottom: 5px;
}

.cs-team_member.cs-style5 .cs-team_right {
    padding: 30px 15px 30px 40px;
}

.cs-team_member.cs-style5:hover, .cs-team_member.cs-style5.active {
    background-color: #edfbf0;
}

.cs-team_member.cs-style6 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

    .cs-team_member.cs-style6 .cs-team_member_img {
        height: 420px;
        margin-bottom: -30px;
    }

    .cs-team_member.cs-style6 .cs-team_member_info {
        overflow: hidden;
        position: relative;
        width: calc(100% - 130px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-team_member.cs-style6 .cs-team_member_info_in {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 17px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-transition: inherit;
        transition: inherit;
    }

    .cs-team_member.cs-style6 .cs-team_member_name {
        font-size: 22px;
        font-weight: 500;
        margin: 0;
    }

    .cs-team_member.cs-style6 .cs-team_member_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .cs-team_member.cs-style6 .cs-team_member_social a:not(:last-child) {
            margin-left: 15px;
        }

    .cs-team_member.cs-style6:hover .cs-team_member_info {
        width: calc(100% - 50px);
    }

    .cs-team_member.cs-style6:hover .cs-team_member_info_in {
        padding-left: 90px;
    }

    .cs-team_member.cs-style6:hover .cs-team_member_social {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
        left: 20px;
    }

.cs-team_member.cs-style7 {
    position: relative;
    max-width: 350px;
    margin: auto;
}

    .cs-team_member.cs-style7 .cs-team_member_img {
        height: 335px;
        position: relative;
        z-index: 1;
    }

    .cs-team_member.cs-style7 .cs-team_member_info {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-team_member.cs-style7 .cs-team_member_name {
        font-size: 24px;
        margin: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 21px 30px;
        text-align: center;
        min-height: 71px;
    }

        .cs-team_member.cs-style7 .cs-team_member_name + .cs-team_member_name {
            position: absolute;
            width: 100%;
            right: 0;
            top: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 15px 30px;
        }

    .cs-team_member.cs-style7 .cs-member-add {
        height: 40px;
        width: 40px;
        background-color: rgba(0, 0, 0, 0.1);
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cs-team_member.cs-style7 .cs-member-add:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

    .cs-team_member.cs-style7 .cs-team_member_bg {
        position: absolute;
        height: 78%;
        bottom: 0;
        right: 0;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cs-team_member.cs-style7:hover .cs-team_member_name {
        color: transparent;
    }

        .cs-team_member.cs-style7:hover .cs-team_member_name + .cs-team_member_name {
            color: #fff;
            top: 0;
        }

.cs-team_member.cs-style8 {
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

    .cs-team_member.cs-style8 .cs-team_member_in {
        padding: 40px 15px 0;
        border-radius: inherit;
        border-width: 0 0 3px;
        border-style: solid;
    }

    .cs-team_member.cs-style8 .cs-member_image img {
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
    }

    .cs-team_member.cs-style8 .cs-member_name {
        font-size: 32px;
        margin-bottom: 0;
    }

    .cs-team_member.cs-style8 .cs-member_info {
        padding: 25px 15px;
    }

    .cs-team_member.cs-style8 .cs-member_btn {
        height: 36px;
        width: 36px;
        font-size: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        padding: 0 0 7px 0;
        bottom: -16px;
        position: absolute;
        right: 50%;
        margin-right: -17px;
        border: 2px solid #fff;
        -webkit-transform: scale(0.5) rotate(-90deg);
        transform: scale(0.5) rotate(-90deg);
        opacity: 0;
    }

    .cs-team_member.cs-style8:hover .cs-member_btn {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }

.cs-member_details .cs-member_name {
    margin-bottom: 0px;
}

.cs-member_details .cs-member_designation,
.cs-member_details .cs-member_desc {
    font-size: 18px;
    line-height: 32px;
}

.cs-member_heading {
    font-size: 48px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .cs-team_member.cs-style1 .cs-member_name {
        font-size: 20px;
    }

    .cs-team_member.cs-style1 .cs-member_image_box {
        margin-bottom: 16px;
    }

    .cs-team_member_5_group {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

        .cs-team_member_5_group .cs-team_member.cs-style5,
        .cs-team_member_5_group .cs-team_member.cs-style5.active {
            width: 100%;
        }

        .cs-team_member_5_group .cs-team_member.cs-style5 {
            margin-right: 0;
        }

            .cs-team_member_5_group .cs-team_member.cs-style5:not(:last-child) {
                margin-bottom: 30px;
            }

            .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_right,
            .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_img {
                width: 50%;
            }

    .cs-team_member.cs-style8 .cs-member_name {
        font-size: 26px;
    }

    .cs-team_member.cs-style8 .cs-member_info {
        padding: 20px 0px;
    }

    .cs-team_member.cs-style8 .cs-team_member_in {
        padding: 30px 15px 0;
    }

    .cs-team_member.cs-style4 .cs-member_info {
        margin-top: 25px;
    }

    .cs-team_member.cs-style4 .cs-member_name {
        font-size: 20px;
    }

    .cs-team_member.cs-style2 .cs-member_name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .cs-team_member.cs-style2 .cs-member_image_box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cs-team_member_5_group .cs-team_member.cs-style5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_right,
        .cs-team_member_5_group .cs-team_member.cs-style5 .cs-team_img,
        .cs-team_member_5_group .cs-team_member.cs-style5.active .cs-team_img,
        .cs-team_member_5_group .cs-team_member.cs-style5.active .cs-team_right {
            width: 100%;
        }

    .cs-team_member.cs-style6 .cs-team_member_info,
    .cs-team_member.cs-style6:hover .cs-team_member_info {
        width: 100%;
    }

    .cs-team_member.cs-style6 .cs-team_member_social {
        opacity: 1;
        left: 20px;
    }
}
/*--------------------------------------------------------------
39. Testimonial
----------------------------------------------------------------*/
.cs-testimonial.cs-style1 {
    padding: 35px 40px;
    position: relative;
}

    .cs-testimonial.cs-style1 .cs-testimonial_icon {
        position: absolute;
        left: 40px;
        font-size: 50px;
        top: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .cs-testimonial.cs-style1 .cs-testimonial_icon i {
            opacity: 0.2;
        }

    .cs-testimonial.cs-style1 .cs-testimonial_avatar {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 25px;
    }

        .cs-testimonial.cs-style1 .cs-testimonial_avatar img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit;
        }

    .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
        line-height: 1.2em;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .cs-testimonial.cs-style1 .cs-testimonial_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .cs-testimonial.cs-style1 .cs-testimonial_text {
        font-size: 111%;
        line-height: 1.7em;
        font-style: italic;
        margin-bottom: 30px;
    }

        .cs-testimonial.cs-style1 .cs-testimonial_text p {
            margin: 0;
        }

    .cs-testimonial.cs-style1.cs-with_shadow {
        -webkit-box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
        border-radius: 0 0 0 30px;
        background-color: #fff;
    }

.cs-testimonial.cs-style2 {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 98, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 0, 98, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px 10px 10px 0;
    padding: 30px;
    margin-top: 30px;
}

    .cs-testimonial.cs-style2 .cs-testimonial_icon {
        height: 60px;
        width: 60px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.2);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.2);
        font-size: 24px;
        margin-top: -60px;
    }

    .cs-testimonial.cs-style2 .cs-testimonial_text {
        font-size: 18px;
        line-height: 32px;
        font-style: italic;
        margin-top: 20px;
    }

    .cs-testimonial.cs-style2 .cs-testimonial_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

    .cs-testimonial.cs-style2 .cs-testimonial_avatar {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 20px;
    }

        .cs-testimonial.cs-style2 .cs-testimonial_avatar img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit;
        }

    .cs-testimonial.cs-style2 .cs-testimonial_avatar_name {
        font-size: 18px;
        margin: 0;
        margin-bottom: 3px;
    }

    .cs-testimonial.cs-style2 .cs-testimonial_avatar_designation {
        font-size: 16px;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .cs-testimonial.cs-style2:hover {
        -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 10px 60px 0px rgba(1, 0, 98, 0.1);
    }

.cs-testimonial.cs-style3 {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
    box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 45px;
    margin-top: 45px;
}

    .cs-testimonial.cs-style3 .cs-testimonial_icon {
        height: 100px;
        width: 100px;
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 98, 0.1);
        border-radius: 15px 15px 15px 0;
        font-size: 48px;
        position: absolute;
        top: -45px;
        right: -45px;
    }

    .cs-testimonial.cs-style3 .cs-testimonial_avatar {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 360px;
        border-radius: 10px 0 0 10px;
        background-size: cover;
        background-position: top center;
    }

    .cs-testimonial.cs-style3 .cs-testimonial_left {
        padding: 90px 70px 40px;
    }

    .cs-testimonial.cs-style3 .cs-testimonial_text {
        font-size: 20px;
        line-height: 1.7em;
        font-style: italic;
        margin-bottom: 30px;
    }

    .cs-testimonial.cs-style3 .cs-testimonial_avatar_name {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .cs-testimonial.cs-style3 .cs-testimonial_avatar_designation {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.cs-testimonial.cs-style4 {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 50, 36, 0.1);
}

    .cs-testimonial.cs-style4 .cs-testimonial_head {
        padding: 30px 40px;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_icon {
        font-size: 36px;
        opacity: 0.5;
        margin-bottom: 23px;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_text {
        line-height: 1.7em;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_avatar {
        height: 120px;
        width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-radius: 0 0 15px 0;
    }

        .cs-testimonial.cs-style4 .cs-testimonial_avatar img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit;
        }

    .cs-testimonial.cs-style4 .cs-testimonial_meta {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_avatar_name {
        font-size: 20px;
        padding: 23px 25px;
        margin: 0;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_ratings {
        padding: 16px 25px;
        border-radius: 0 0 0 15px;
    }

.cs-testimonial.cs-style5 {
    padding: 40px 50px 35px;
}

    .cs-testimonial.cs-style5 .cs-testimonial_icon {
        width: 50px;
        height: 37px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .cs-testimonial.cs-style5 .cs-testimonial_icon:after, .cs-testimonial.cs-style5 .cs-testimonial_icon:before {
            content: "";
            position: absolute;
            height: 50px;
            width: 19px;
            top: 9px;
            background: currentColor;
            -webkit-transform: skewY(45deg);
            transform: skewY(45deg);
        }

        .cs-testimonial.cs-style5 .cs-testimonial_icon:after {
            right: 0;
        }

        .cs-testimonial.cs-style5 .cs-testimonial_icon:before {
            left: 0;
        }

    .cs-testimonial.cs-style5 .cs-testimonial_text {
        font-size: 20px;
        line-height: 1.6em;
        font-style: italic;
    }

    .cs-testimonial.cs-style5 .cs-testimonial_avatar_name {
        font-size: 20px;
        margin: 0;
    }

    .cs-testimonial.cs-style5 .cs-testimonial_meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 33px;
    }

        .cs-testimonial.cs-style5 .cs-testimonial_meta > * {
            margin-top: 5px;
        }

.cs-testimonial.cs-style6 .cs-testimonial_icon {
    font-size: 36px;
    height: 80px;
    width: 80px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 0, 81, 0.13);
    box-shadow: 0px 10px 60px 0px rgba(1, 0, 81, 0.13);
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    margin-right: 40px;
}

.cs-testimonial.cs-style6 .cs-testimonial_text {
    font-size: 20px;
    line-height: 1.6em;
    padding: 70px 40px 40px;
    border-radius: 20px 20px 0 20px;
    font-style: italic;
    position: relative;
}

    .cs-testimonial.cs-style6 .cs-testimonial_text:before {
        content: "";
        width: 0px;
        height: 0px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 14px solid #f9f7ff;
        position: absolute;
        bottom: -14px;
        right: 68px;
    }

.cs-testimonial.cs-style6 .cs-testimonial_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    margin-top: 30px;
    position: relative;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-left: 25px;
}

    .cs-testimonial.cs-style6 .cs-testimonial_avatar img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: inherit;
    }

.cs-testimonial.cs-style6 .cs-testimonial_avatar_name {
    font-size: 24px;
    margin-bottom: 5px;
}

.cs-testimonial.cs-style6 .cs-testimonial_avatar_designation {
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cs-testimonial.cs-style6.cs-type1 {
    max-width: 600px;
    margin: auto;
}

    .cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text {
        padding: 40px 45px 50px;
        background-color: #fff;
        border-radius: 15px 15px 0 15px;
        -webkit-box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
        box-shadow: 0px 10px 150px 0px rgba(1, 0, 98, 0.1);
    }

        .cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text:before {
            border-right: 0px solid transparent;
            border-left: 35px solid transparent;
            border-top: 50px solid #fff;
            position: absolute;
            bottom: -48px;
            right: 0;
        }

    .cs-testimonial.cs-style6.cs-type1 .cs-testimonial_icon {
        font-size: 30px;
        border-radius: 0px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: initial;
        width: initial;
        position: absolute;
        margin: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.cs-testimonial.cs-style7 {
    padding-top: 100px;
}

    .cs-testimonial.cs-style7 .cs-testimonial_in {
        padding: 1px 100px 52px;
    }

    .cs-testimonial.cs-style7 .cs-testimonial_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -100px;
        margin-bottom: 35px;
    }

        .cs-testimonial.cs-style7 .cs-testimonial_img img {
            height: 200px;
            width: 200px;
            border-radius: 50%;
        }

    .cs-testimonial.cs-style7 .cs-review_wrap {
        margin-bottom: 30px;
    }

    .cs-testimonial.cs-style7 .cs-review {
        font-size: 20px;
        letter-spacing: 8px;
        width: 148px;
        margin-right: 2px;
    }

    .cs-testimonial.cs-style7 .cs-testimonial_text {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 22px;
    }

    .cs-testimonial.cs-style7 .cs-avatar_name {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .cs-testimonial.cs-style7 .cs-avatar-designation {
        font-size: 16px;
    }

.cs-testimonial.cs-style8 .cs-testimonial_img {
    position: relative;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    margin-bottom: 40px;
}

    .cs-testimonial.cs-style8 .cs-testimonial_img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: inherit;
    }

.cs-testimonial.cs-style8 .cs-testimonial_icon {
    height: 80px;
    width: 80px;
    font-size: 32px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(30, 27, 55, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(30, 27, 55, 0.1);
}

.cs-testimonial.cs-style8 .cs-avatar_name {
    font-size: 30px;
    margin-bottom: 18px;
}

.cs-testimonial.cs-style8 .cs-testimonial_text {
    font-size: 20px;
    line-height: 1.6em;
    font-style: italic;
}

.cs-testimonial.cs-style9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 53px;
    padding-bottom: 55px;
}

    .cs-testimonial.cs-style9 .cs-testimonial_right {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 88px;
    }

    .cs-testimonial.cs-style9 .cs-testimonial_left {
        width: 50%;
    }

    .cs-testimonial.cs-style9 .cs-testimonial_avatar {
        width: 300px;
        height: 300px;
        border-radius: 40px;
        -webkit-box-shadow: 0px 20px 60px 0px rgba(43, 6, 15, 0.24);
        box-shadow: 0px 20px 60px 0px rgba(43, 6, 15, 0.24);
        position: relative;
        margin: auto;
    }

    .cs-testimonial.cs-style9 .cs-testimonial_img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: inherit;
        position: relative;
        z-index: 1;
    }

    .cs-testimonial.cs-style9 .cs-testimonial_avatar_name {
        margin: 0;
        font-size: 20px;
        letter-spacing: 1.2px;
        margin-top: 10px;
    }

    .cs-testimonial.cs-style9 .cs-testimonial_icon {
        margin-bottom: 20px;
    }

    .cs-testimonial.cs-style9 .cs-avatar_shape {
        position: absolute;
    }

        .cs-testimonial.cs-style9 .cs-avatar_shape.cs-type1 {
            right: -52px;
            top: -52px;
        }

        .cs-testimonial.cs-style9 .cs-avatar_shape.cs-type2 {
            left: -55px;
            bottom: -55px;
            -webkit-animation: rotate 25s infinite ease-in-out;
            animation: rotate 25s infinite ease-in-out;
        }

.slick-slide .cs-testimonial.cs-style8 .cs-testimonial_icon {
    bottom: 10px;
    left: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-slide.slick-active .cs-testimonial.cs-style8 .cs-testimonial_icon {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    bottom: 0px;
    left: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cs-testimonial5_wrap {
    position: relative;
}

    .cs-testimonial5_wrap .cs-testimonial_slider_style2 {
        width: 58%;
        position: relative;
        z-index: 2;
    }

    .cs-testimonial5_wrap .cs-testimonial_thumb {
        position: absolute;
        left: 0;
        bottom: 0;
        height: calc(100% + 185px);
        width: calc(42% + 60px);
    }

.cs-testimonial_slider_style1 {
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
    box-shadow: 0px 20px 120px 0px rgba(1, 0, 98, 0.1);
    border-radius: 0 0 0 30px;
}

.cs-testimonial_slider_style2 .cs-slider_container {
    background-color: #f4faff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(1, 35, 63, 0.16);
    box-shadow: 0px 10px 60px 0px rgba(1, 35, 63, 0.16);
    border-radius: 10px;
}

.cs-testimonial_slider_style2 .slick-slide,
.cs-testimonial_slider_style2 .slick-slide > div,
.cs-testimonial_slider_style2 .slick-slide > div > .cs-slide,
.cs-testimonial_slider_style2 .slick-slide > div > .cs-slide > .cs-testimonial.cs-style5 {
    height: 100%;
}

.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_info,
.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_text,
.slick-slide .cs-testimonial_avatar_brand {
    position: relative;
    top: 25px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style1 .cs-testimonial_icon {
    margin-left: -35px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_icon {
    margin-right: -20px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick-slide .cs-testimonial.cs-style3 .cs-testimonial_avatar {
    position: relative;
    left: -25px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-slide .cs-testimonial.cs-style7 .cs-review_wrap {
    position: relative;
    top: -30px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-slide .cs-testimonial.cs-style9 .cs-testimonial_avatar {
    -webkit-transform: rotate(10deg) scale(0.8);
    transform: rotate(10deg) scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-slide .cs-testimonial.cs-style9 .cs-testimonial_right {
    position: relative;
    right: 50px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial_avatar_brand {
    top: 0px;
    opacity: 1;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_icon {
    margin-left: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_icon {
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_info,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_text {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slick-slide.slick-active .cs-testimonial.cs-style1 .cs-testimonial_text,
.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_info {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_icon,
.slick-slide.slick-active .cs-testimonial_avatar_brand {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.slick-slide.slick-active .cs-testimonial.cs-style3 .cs-testimonial_avatar {
    left: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.slick-slide.slick-active .cs-testimonial.cs-style7 .cs-review_wrap {
    top: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.slick-slide.slick-active .cs-testimonial.cs-style9 .cs-testimonial_avatar {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slick-slide.slick-active .cs-testimonial.cs-style9 .cs-testimonial_right {
    right: 0;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

@media screen and (max-width: 991px) {
    .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
        font-size: 26px;
    }

    .cs-testimonial.cs-style1 .cs-testimonial_avatar {
        height: 80px;
        width: 80px;
        margin-left: 15px;
    }

    .cs-testimonial.cs-style1 {
        padding: 35px 30px;
        position: relative;
    }

        .cs-testimonial.cs-style1 .cs-testimonial_icon {
            left: 30px;
            font-size: 40px;
        }

    .cs-testimonial5_wrap .cs-testimonial_thumb {
        position: initial;
        height: 500px;
        width: 100%;
    }

    .cs-testimonial5_wrap .cs-testimonial_slider_style2 {
        width: 90%;
        margin-right: 5%;
        margin-top: -20%;
    }

    .cs-testimonial.cs-style3 {
        margin-right: 30px;
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-testimonial.cs-style3 .cs-testimonial_left {
            padding: 40px 30px 30px;
        }

        .cs-testimonial.cs-style3 .cs-testimonial_avatar {
            height: 500px;
            width: 100%;
            border-radius: 0 0 10px 10px;
        }

        .cs-testimonial.cs-style3 .cs-testimonial_icon {
            height: 60px;
            width: 60px;
            font-size: 28px;
            top: -30px;
            right: -30px;
            z-index: 1;
        }

        .cs-testimonial.cs-style3 .cs-testimonial_text {
            font-size: 18px;
            line-height: 1.6em;
            margin-bottom: 15px;
        }

        .cs-testimonial.cs-style3 .cs-testimonial_avatar_name {
            font-size: 20px;
        }

    .cs-testimonial.cs-style9 {
        padding-top: 0;
        padding-bottom: 0;
    }

        .cs-testimonial.cs-style9 .cs-avatar_shape {
            display: none;
        }

        .cs-testimonial.cs-style9 .cs-testimonial_right {
            padding-top: 0;
            padding-bottom: 0;
        }

        .cs-testimonial.cs-style9 .cs-testimonial_left {
            width: initial;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            margin-left: 30px;
        }

        .cs-testimonial.cs-style9 .cs-testimonial_right {
            width: initial;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .cs-testimonial.cs-style6 .cs-testimonial_icon {
        font-size: 28px;
        height: 60px;
        width: 60px;
        border-radius: 8px;
        margin-bottom: -30px;
        margin-right: 30px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_text {
        font-size: 18px;
        padding: 55px 30px 25px;
        border-radius: 15px 15px 0 15px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_avatar {
        height: 60px;
        width: 60px;
        margin-left: 15px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_avatar_name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_avatar_designation {
        font-size: 14px;
        line-height: 1.4em;
        letter-spacing: 1px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_text:before {
        right: 50px;
    }

    .cs-testimonial.cs-style6 .cs-testimonial_info {
        margin-top: 25px;
    }

    .cs-testimonial.cs-style7 .cs-testimonial_in {
        padding: 1px 30px 52px;
    }

    .cs-testimonial.cs-style7 .cs-testimonial_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .cs-testimonial.cs-style1 .cs-testimonial_icon {
        display: none;
    }

    .cs-testimonial.cs-style4 .cs-testimonial_head {
        padding: 30px 30px;
    }

    .cs-testimonial5_wrap .cs-testimonial_thumb {
        height: 400px;
    }

    .cs-testimonial.cs-style5 .cs-testimonial_text {
        font-size: 18px;
    }

    .cs-testimonial.cs-style5 {
        padding: 30px 30px 25px;
    }

        .cs-testimonial.cs-style5 .cs-testimonial_meta {
            margin-top: 20px;
        }

    .cs-testimonial.cs-style3 .cs-testimonial_avatar {
        height: 400px;
    }

    .cs-slider_arrows.cs-style2.cs-type1 {
        bottom: -30px;
    }

        .cs-slider_arrows.cs-style2.cs-type1 .slick-arrow {
            font-size: 18px;
            width: 50px;
            height: 40px;
        }

    .cs-testimonial.cs-style9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cs-testimonial.cs-style9 .cs-testimonial_left {
            margin-left: 0;
            margin-bottom: 30px;
        }

    .cs-testimonial.cs-style8 .cs-testimonial_text {
        font-size: 18px;
    }

    .cs-testimonial.cs-style8 .cs-avatar_name {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cs-testimonial.cs-style8 .cs-testimonial_img {
        width: 200px;
        margin-bottom: 30px;
    }

    .cs-testimonial.cs-style8 .cs-testimonial_icon {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }

    .cs-testimonial.cs-style6.cs-type1 .cs-testimonial_text {
        padding: 30px 20px 30px;
    }
}

@media screen and (max-width: 350px) {
    .cs-testimonial.cs-style9 .cs-testimonial_avatar {
        width: 100%;
    }
}
/*--------------------------------------------------------------
40. Text Box
----------------------------------------------------------------*/
.cs-text_box.cs-style1 .cs-text_box_subtitle {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin-bottom: 11px;
}

.cs-text_box.cs-style1 .cs-text_box_title {
    font-size: 52px;
    margin-bottom: 0px;
    line-height: 1.17em;
}

.cs-text_box.cs-style1 .cs-text_box_text {
    margin-bottom: 0px;
}

    .cs-text_box.cs-style1 .cs-text_box_text p:last-child {
        margin-bottom: 0;
    }

.cs-text_box.cs-style1 .cs-text_box_list {
    font-size: 20px;
    line-height: 1.6em;
}

    .cs-text_box.cs-style1 .cs-text_box_list i {
        margin-left: 20px;
    }

    .cs-text_box.cs-style1 .cs-text_box_list li:not(:last-child) {
        margin-bottom: 12px;
    }

.cs-text_box.cs-style1 .cs-text_icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cs-text_box.cs-style1 .cs-text_icon_box .cs-text_box_icon {
        margin-left: 15px;
        font-size: 20px;
    }

    .cs-text_box.cs-style1 .cs-text_icon_box .cs-text_box_icon_title {
        font-size: 20px;
        line-height: 1.5em;
        margin: 0;
    }

.cs-text_box.cs-style1 .cs-text_box_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs-text_box.cs-style1 .cs-text_box_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

    .cs-text_box.cs-style1 .cs-text_box_btns .cs-btn {
        margin-bottom: 15px;
    }

        .cs-text_box.cs-style1 .cs-text_box_btns .cs-btn:not(:last-child) {
            margin-left: 20px;
        }

.cs-text_box.cs-style1 .cs-text_box_separetor {
    display: block;
    height: 4px;
    width: 50px;
}

.cs-text_box.cs-style1.cs-type1 .cs-text_box_subtitle {
    font-size: 20px;
    margin-bottom: 6px;
}

.cs-text_box.cs-style1.cs-type1 .cs-text_icon_box .cs-text_box_icon {
    height: 36px;
    width: 36px;
    border-radius: 5px;
}

.cs-text_box.cs-style1.cs-type1 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.cs-text_box.cs-style1.cs-size1 .cs-text_box_subtitle, .cs-text_box.cs-style1.cs-size2 .cs-text_box_subtitle {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.cs-text_box.cs-style1.cs-size1 .cs-text_box_title, .cs-text_box.cs-style1.cs-size2 .cs-text_box_title {
    font-size: 48px;
    line-height: 1.22em;
}

.cs-text_box.cs-style1.cs-size2 .cs-text_box_subtitle {
    font-size: 24px;
}

.cs-text_box.cs-style1.cs-size3 .cs-text_box_title {
    font-size: 42px;
    line-height: 1.2em;
}

.cs-text_box.cs-style1.cs-size3 .cs-text_box_separetor {
    margin-top: 3px;
}

@media screen and (max-width: 991px) {
    .cs-text_box.cs-style1 .cs-text_box_subtitle {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .cs-text_box.cs-style1 .cs-text_box_title {
        font-size: 40px !important;
        line-height: 1.2em !important;
    }

    .cs-text_box.cs-style1.cs-type1 .cs-text_box_subtitle {
        font-size: 18px;
    }

    .cs-text_box.cs-style1 .cs-text_box_list {
        font-size: 18px;
    }

    .cs-text_box.cs-style1.cs-size2 .cs-text_box_subtitle {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 575px) {
    .cs-text_box.cs-style1 .cs-text_box_title {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 450px) {
    .cs-text_box.cs-style1 .cs-text_box_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .cs-text_box.cs-style1 .cs-text_box_footer > *:not(:last-child) {
            margin-bottom: 30px;
        }
}
/*--------------------------------------------------------------
41. Course
----------------------------------------------------------------*/
.cs-course.cs-style1 {
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 0, 106, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(1, 0, 106, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cs-course.cs-style1:hover {
        -webkit-box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
        box-shadow: 0px 20px 100px 0px rgba(1, 0, 106, 0.1);
    }

    .cs-course.cs-style1 .cs-course_img {
        height: 300px;
        border-radius: 10px 10px 0 0;
    }

    .cs-course.cs-style1 .cs-course_info {
        padding: 0 25px 25px;
        position: relative;
        z-index: 1;
        margin-top: -20px;
    }

    .cs-course.cs-style1 .cs-course_title {
        font-size: 24px;
        margin: 8px 0 0;
    }

    .cs-course.cs-style1 .cs-course_price {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 28px;
        line-height: 1.4em;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(41, 36, 7, 0.15);
        box-shadow: 0px 10px 40px 0px rgba(41, 36, 7, 0.15);
        border-radius: 6px;
    }

        .cs-course.cs-style1 .cs-course_price span {
            font-size: 16px;
            position: relative;
            top: -5px;
        }

    .cs-course.cs-style1 .cs-course_meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.6em;
        margin-top: 25px;
    }

/*--------------------------------------------------------------
42. Video Block
----------------------------------------------------------------*/
.cs-video_block.cs-style1 {
    display: block;
    height: 510px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

    .cs-video_block.cs-style1 div:not(.cs-shape),
    .cs-video_block.cs-style1 .cs-video_block_in {
        height: 100%;
        width: 100%;
        border-radius: inherit;
        position: relative;
        z-index: 1;
    }

    .cs-video_block.cs-style1 .cs-video_block_in {
        border-radius: inherit;
        position: relative;
        z-index: 1;
    }

    .cs-video_block.cs-style1 .cs-shape {
        position: absolute;
        height: 350px;
        width: 250px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -110px;
        background-image: radial-gradient(rgba(255, 255, 255, 0.15) 15%, transparent 15%);
        background-size: 10px 10px;
        background-position: 100% 0;
    }

.cs-video_block.cs-style2 {
    border-width: 10px;
    border-style: solid;
    border-radius: 20px;
    height: 440px;
    position: relative;
    border-color: #534c93;
}

    .cs-video_block.cs-style2 .cs-video_block_in {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        position: relative;
    }

        .cs-video_block.cs-style2 .cs-video_block_in:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            border-radius: inherit;
            background-color: currentColor;
            opacity: 0.5;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cs-video_block.cs-style2 .cs-video_block_in:hover:before {
            opacity: 0;
        }

    .cs-video_block.cs-style2 .cs-player_btn.cs-style1 {
        height: 85px;
        width: 85px;
    }

        .cs-video_block.cs-style2 .cs-player_btn.cs-style1 .cs-player_btn_in {
            font-size: 20px;
        }

    .cs-video_block.cs-style2 .cs-video-shap {
        position: absolute;
        height: 150px;
        width: 150px;
        top: -52px;
        left: -60px;
        z-index: -1;
        background-image: radial-gradient(currentColor 15%, transparent 15%);
        background-size: 10px 10px;
        background-position: 100% 0;
        opacity: 0.2;
        -webkit-animation: shapAnimation1 10s alternate infinite linear;
        animation: shapAnimation1 10s alternate infinite linear;
    }

    .cs-video_block.cs-style2.cs-type1 {
        margin-right: 40px;
    }

.cs-video_block.cs-style3 .cs-player_btn {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 30px;
    height: 140px;
    width: 140px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(41, 36, 7, 0.5);
    box-shadow: 0px 10px 60px 0px rgba(41, 36, 7, 0.5);
    border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .cs-video_block.cs-style2.cs-type1 {
        margin-right: 0;
        margin-top: 40px;
    }

    .cs-video_block.cs-style3 .cs-player_btn {
        font-size: 20px;
        height: 80px;
        width: 80px;
    }
}
