@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-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 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;
  border-radius: 20px;
}

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;
}

kbd {
  font-size: 100%;
  background-color: #78778f;
  border-radius: 5px;
}

@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);
  left: 50%;
  top: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  margin-left: -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-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.cs-row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}

.cs-row_gap_20 > div {
  padding-left: 10px;
  padding-right: 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-left: 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-right: 35px;
}

.cs-right_space_35 {
  margin-left: 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-left: 40px;
}

.cs-table.cs-style1 td:last-child,
.cs-table.cs-style1 th:last-child {
  padding-right: 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-right: 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-right: 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-left: -25px;
    margin-right: -25px;
  }
  .cs-row_gap_50 > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cs-row_gap_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cs-row_gap_40 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-row_gap_80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .cs-row_gap_80 > div {
    padding-left: 40px;
    padding-right: 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;
  left: 40%;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.cs-shape_bg.cs-style2:after {
  width: calc(100% - 15%);
  top: 0;
}

.cs-shape_bg.cs-style3:after {
  width: calc(100% - 15%);
  top: 0;
  border-radius: 0 90px 90px 0;
}

.cs-shape_bg.cs-style4:after {
  width: 32%;
  top: 0;
  left: 0;
  border-radius: 0 80px 80px 0;
}

.cs-shape_bg.cs-style5:after {
  width: 43%;
  top: 0;
  right: 0;
  border-radius: 80px 0 0 80px;
}

.cs-shape_bg.cs-style6:after {
  width: 38%;
  top: 0;
  left: 0;
  border-radius: 0 100px 0 0;
}

.cs-shape_bg.cs-style7:after {
  width: 46%;
  top: 0;
  left: -10%;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.cs-shape_bg.cs-style8:after {
  width: 76%;
  top: 0;
  left: -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: left;
  background-repeat: no-repeat;
}

.cs-bg2 {
  background-position: right 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;
  left: 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;
  left: 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-left: calc(-50vw + 102.7%);
  text-align: center;
}

.cs-left_full_width.cs-space_right_130 {
  padding-right: 130px;
}

.cs-left_full_width.cs-space_right_105 {
  padding-right: 105px;
}

.cs-left_full_width.cs-space_right_90 {
  padding-right: 90px;
}

.cs-right_full_width {
  height: 100%;
  width: 50vw;
  margin-left: -15px;
  text-align: center;
}

.cs-gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}

.cs-gap_20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .cs-gap_60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .cs-gap_60 > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cs-gap_70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .cs-gap_70 > * {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.cs-shape {
  position: absolute;
}

.cs-shape.cs-style1 {
  left: -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;
  right: 30px;
}

.cs-shape.cs-style2 {
  right: 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 {
  left: 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 {
  left: -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;
  left: 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-right: 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;
  left: 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-right: 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-right: 60px;
}

.cs-tab_links.cs-style4 li:last-child a {
  padding-left: 60px;
}

.cs-tab_links.cs-style4 li a {
  position: relative;
}

.cs-tab_links.cs-style4 li .cs-switch span {
  left: 56px;
}

.cs-tab_links.cs-style4 li.active .cs-switch span {
  left: 6px;
}

.cs-tab_links.cs-style4 li .cs-switch {
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -19px;
}

.cs-tab_links.cs-style5 {
  border-radius: 10px 0 0 10px;
  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: right;
  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-right: 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-right: 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-right: 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-right: 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-right: 15px;
}

.cs-post_pagination.cs-style4 a.cs-next i {
  margin-left: 15px;
}

.cs-page_head.cs-style1 {
  height: 600px;
}

.cs-page_head.cs-style1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 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: left center;
          transform-origin: left 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-right: 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-left: 20px;
  padding-left: 20px;
  line-height: 1em;
  border-left: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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-right: 50px;
}

.cs-error {
  padding: 60px 30px;
  min-height: 100vh;
}

.cs-error .cs-error_thumb {
  margin-bottom: 25px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: 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 {
  left: 37%;
  top: -5%;
}

.cs-image_with_pertical.cs-style1 .cs-shape_position5 {
  left: 13%;
  top: 86%;
}

.cs-image_with_pertical.cs-style1 .cs-shape_position4 {
  left: 75%;
  top: 0%;
}

.cs-image_with_pertical.cs-style1 .cs-shape_position7 {
  left: 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-right: 0;
  height: 100%;
  width: 56vw;
  margin-left: 0;
}

.cs-image_carousel.cs-style1 .cs-image_carousel_right_in {
  overflow: hidden;
  padding-left: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}

.cs-image_carousel.cs-style1 .cs-slider_container {
  margin-right: -18px;
  margin-left: -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-left: 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-right: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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: left center;
          transform-origin: left 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-right: 30px;
}

.cs-right_sidebar {
  margin-left: 30px;
}

.cs-shape_waves {
  position: relative;
}

.cs-shape_waves > * {
  position: relative;
  z-index: 10;
}

.cs-shape_waves:after {
  content: "";
  background-image: url(../img/shape1.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 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;
  left: 60%;
  border-radius: 60px;
}

.cs-shape_square.cs-shape_left:after {
  right: initial;
  left: -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 {
  right: -10%;
  bottom: -135px;
}

.cs-flying_img_wrap.cs-style2 .cs-posiiton1 {
  left: -9%;
  top: 50%;
}

.cs-flying_img_wrap.cs-style2 .cs-posiiton2 {
  right: 0;
  top: 20%;
}

.cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
  left: -1%;
  top: 50%;
  z-index: 1;
}

.cs-flying_img_wrap.cs-style3 .cs-posiiton2 {
  right: 0;
  top: -30%;
}

.cs-flying_img_wrap.cs-style4 .cs-posiiton1 {
  right: -11%;
  top: 20%;
}

.cs-flying_img_wrap.cs-style5 .cs-posiiton1 {
  left: 0;
  top: -12%;
}

.cs-flying_img_wrap.cs-style5 .cs-posiiton2 {
  right: 0;
  top: 50%;
}

.cs-flying_img_wrap.cs-style6 .cs-posiiton1 {
  left: 0;
  top: 20%;
}

.cs-flying_img_wrap.cs-style6 .cs-posiiton2 {
  right: 0;
  top: 10%;
}

.cs-flying_img_wrap.cs-style7 .cs-posiiton1 {
  left: 0;
  top: -20%;
}

.cs-flying_img_wrap.cs-style7 .cs-posiiton2 {
  right: 0;
  top: 50%;
}

.cs-flying_img_wrap.cs-style8 .cs-posiiton1 {
  left: 0;
  top: 70%;
}

.cs-flying_img_wrap.cs-style8 .cs-posiiton2 {
  right: 10%;
  top: 25%;
}

.cs-flying_img_wrap.cs-style9 .cs-posiiton1 {
  left: 10%;
  top: 70%;
}

.cs-flying_img_wrap.cs-style9 .cs-posiiton2 {
  right: 0;
  top: 20%;
}

[class*="cs-section_overlay_"] {
  position: relative;
}

[class*="cs-section_overlay_"]::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 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%;
  left: 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 {
  left: -18%;
  top: 20%;
  -webkit-animation: movingAnimation 15s alternate infinite linear;
          animation: movingAnimation 15s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton2 {
  left: 3%;
  top: 9%;
  -webkit-animation: movingAnimation 20s alternate infinite linear;
          animation: movingAnimation 20s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton3 {
  top: 80%;
  left: 13%;
  -webkit-animation: movingAnimation 35s alternate infinite linear;
          animation: movingAnimation 35s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton4 {
  top: 18%;
  left: 27%;
  -webkit-animation: movingAnimation 25s alternate infinite linear;
          animation: movingAnimation 25s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton5 {
  left: 38%;
  top: 76%;
  -webkit-animation: movingAnimation 30s alternate infinite linear;
          animation: movingAnimation 30s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton6 {
  top: 6%;
  left: 40%;
  -webkit-animation: movingAnimation 17s alternate infinite linear;
          animation: movingAnimation 17s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton7 {
  top: 38%;
  left: 52%;
  -webkit-animation: shapAnimation1 10s alternate infinite linear;
          animation: shapAnimation1 10s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton8 {
  top: 70%;
  left: 49%;
  -webkit-animation: movingAnimation 20s alternate infinite linear;
          animation: movingAnimation 20s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton9 {
  top: 8%;
  left: 94%;
  -webkit-animation: movingAnimation 35s alternate infinite linear;
          animation: movingAnimation 35s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton10 {
  left: -24%;
  top: -45%;
  -webkit-animation: movingAnimation 35s alternate infinite linear;
          animation: movingAnimation 35s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton11 {
  left: 3%;
  top: 5%;
  -webkit-animation: movingAnimation 15s alternate infinite linear;
          animation: movingAnimation 15s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton12 {
  left: 34%;
  top: 80%;
  -webkit-animation: movingAnimation 20s alternate infinite linear;
          animation: movingAnimation 20s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton13 {
  left: 81%;
  top: 79%;
  -webkit-animation: movingAnimation 25s alternate infinite linear;
          animation: movingAnimation 25s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton14 {
  left: 85%;
  top: 40%;
  -webkit-animation: movingAnimation 30s alternate infinite linear;
          animation: movingAnimation 30s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton15 {
  left: -5%;
  top: -20%;
  -webkit-animation: shapAnimation1 10s alternate infinite linear;
          animation: shapAnimation1 10s alternate infinite linear;
}

.cs-shape_animaiton .cs-posiiton16 {
  right: -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: 14px;
  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-left: 12px;
  margin-right: 12px;
}

.cs-breadcrumb.cs-style1.cs-type1 {
  height: 140px;
  position: absolute;
  right: 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-left: 12px;
  margin-right: 12px;
}

.cs-breadcrumb.cs-style2 a {
  position: relative;
}

.cs-breadcrumb.cs-style2 a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  left: 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-left: 100px;
}

.cs-frame_2_column .cs-space_right_100 {
  padding-right: 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-right: 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-right: 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-left: 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-right: 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-right: 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-right: 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 0 0 1px;
  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-right: 15px;
}

.cs-code_wrap {
  position: relative;
  margin-top: -1px;
  display: none;
}

#cs-copy_btn {
  position: absolute;
  right: 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 {
    left: -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-right: 45px;
  }
  .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
    left: -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-right: 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-right: 15px;
  }
  .cs-extra_padding_img_carousel1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-image_carousel.cs-style1 .cs-image_carousel_right_in {
    padding-left: 80px;
    padding-right: 30px;
  }
  .cs-image_carousel.cs-style1 .cs-image_carousel_right {
    width: calc(100% - 445px);
  }
  .cs-left_full_width.cs-space_right_90 {
    padding-right: 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-left: 60px;
  }
  .cs-frame_2_column .cs-space_right_100 {
    padding-right: 60px;
  }
  .cs-left_sidebar {
    margin-right: 0px;
  }
  .cs-right_sidebar {
    margin-left: 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-left_full_width {
    width: 100%;
    margin-left: 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-left: 8px;
    margin-right: 8px;
  }
  .cs-right_full_width {
    width: 100%;
    margin-left: 0;
  }
  .cs-shape {
    display: none;
  }
  .cs-left_full_width.cs-space_right_105 {
    padding-right: 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-left: 0;
    padding-right: 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%;
    left: 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-left: 0;
  }
  .cs-frame_2_column .cs-space_right_100 {
    padding-right: 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: 14px;
    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-right: 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-left: 20px;
  }
  .cs-table.cs-style1 td:last-child,
  .cs-table.cs-style1 th:last-child {
    padding-right: 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-right: 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-right: 5px;
  }
  .cs-image_carousel.cs-style1 {
    padding-left: 8px;
    padding-right: 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-right: 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-right: 5px;
  }
  .cs-post_pagination.cs-style4 {
    letter-spacing: 1px;
  }
  .cs-breadcrumb.cs-style1 li:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 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-right: 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-right: 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;
  left: 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;
  left: 0px;
}

.cs-btn.cs-style2:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.cs-btn.cs-style2:hover:after {
  top: 6px;
  left: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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-left: 10px;
}

.cs-btn.cs-style3:hover .cs-btn_text:after {
  opacity: 1;
  -webkit-transform-origin: left center;
          transform-origin: left 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: left;
  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-right: 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;
  left: 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-right: 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-right: 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;
  left: -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%;
  left: 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%;
  left: 0;
  right: 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;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  .cs-btn.cs-style5:after {
    top: 4px;
    left: 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-right: 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;
  right: 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-right: 1px solid rgba(252, 91, 77, 0.1);
}

.cs-slider_arrows.cs-style1 .slick-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 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-left: auto;
  margin-top: 25px;
}

.cs-slider_arrows.cs-style1.cs-type2 {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20%;
  border-radius: 0 6px 6px 0;
}

.cs-slider_arrows.cs-style1.cs-type3 {
  border-radius: 0;
  right: initial;
  left: 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-right: 3px;
}

.cs-slider_arrows.cs-style1.cs-type3 svg {
  width: 26px;
  height: 26px;
}

.cs-slider_arrows.cs-style1.cs-type4 {
  bottom: 19px;
  left: 50%;
  margin-left: 73px;
  right: 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;
  left: -90px;
  border-radius: 6px 0 0 6px;
}

.cs-slider_arrows.cs-style1.cs-type5 .slick-arrow.cs-right_arrow {
  right: -90px;
  border-radius: 0 6px 6px 0;
}

.cs-slider_arrows.cs-style1.cs-type6 {
  position: absolute;
  left: 50%;
  right: 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: 7px 0 0 7px;
  margin-right: 8px;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  border-radius: 0 7px 7px 0;
}

.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: 10px 0 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;
  right: 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 {
  left: -15%;
}

.cs-slider_arrows.cs-style3 .cs-right_arrow {
  right: -15%;
}

.slick-dotted {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-hidden {
  display: none !important;
}

.cs-gap-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.cs-gap-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs-gap-40 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.cs-gap-40 .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.cs-gap-50 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.cs-gap-50 .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}

.cs-slider_for .cs-hero.cs-style9 {
  padding-right: 18%;
}

.cs-slider_nav {
  position: absolute;
  top: 50%;
  right: 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-left: -8px;
  margin-right: -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 {
    left: -8%;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: -8%;
  }
}

@media screen and (max-width: 1400px) {
  .cs-slider_arrows.cs-style3 .cs-left_arrow {
    left: -30px;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: -30px;
  }
}

@media screen and (max-width: 1255px) {
  .cs-slider_arrows.cs-style3 .cs-left_arrow {
    left: 20px;
  }
  .cs-slider_arrows.cs-style3 .cs-right_arrow {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -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-left: 0;
    right: 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-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-40 .slick-list,
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -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;
    right: 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-left: -3px;
    margin-right: -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-left: -15px;
  margin-right: -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-left: -20px;
  margin-right: -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-left: -50px;
  margin-right: -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-left: -15px;
    margin-right: -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;
  left: 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%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs-video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs-video_popup_overlay {
  position: absolute;
  left: 0;
  right: 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;
  left: 0;
  top: 0;
  right: 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: left;
  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;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs-video_popup_close {
  position: absolute;
  top: 0;
  right: 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%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -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%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -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;
  left: 0;
  bottom: 0;
  right: 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-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 24px;
}

.cs-sidebar_widget_title::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  left: 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 {
  left: initial;
  right: 0;
}

.cs-recent_posts {
  list-style: none;
  margin: 0;
  padding-left: 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-left: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.cs-sidebar_item ul ul {
  padding-left: 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;
  right: 0;
  color: #fff;
}

.searchform input#searchsubmit {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 3px;
  top: 0;
  right: 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 75px 8px 20px;
}

.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-right: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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: left center;
          transform-origin: left 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-right: 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-right: 40px;
}

.cs-blog_details_meta a {
  text-decoration: underline;
}

.cs-blog_details_meta i {
  margin-right: 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-left: 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-right: 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-right: 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-left: 10px;
}

#commentform p.comment-form-author {
  margin-right: 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-left: 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-left: 90px;
  padding-top: 0;
  position: relative;
}

.comment-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list ol.children {
  padding-left: 50px;
}

.comment-list .avatar {
  position: absolute;
  left: 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-left: 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-left: 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 25px 8px 0px;
}

@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-left: 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-left: 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-right: 25px;
  }
  .cs-blog_details.cs-style1 blockquote {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .cs-blog_details.cs-style1 blockquote {
    padding-left: 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-right: 0;
    margin-bottom: 10px;
  }
  .comment-list .comment-body {
    padding-left: 80px;
  }
  .comment-list ol.children {
    padding-left: 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-right: 0;
  }
  #commentform p.comment-form-email {
    margin-left: 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-right: 30px;
  margin-right: 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;
  right: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .cs-details_list.cs-style1 .cs-list_title {
    min-width: initial;
    padding-right: 10px;
    margin-right: 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-left: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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: left center;
          transform-origin: left 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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: left center;
          transform-origin: left 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-left: 30px;
  margin: 0;
}

.cs-checkbox label:before,
.cs-radio label:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border: 1px solid currentColor;
  top: 4px;
  left: 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;
  left: 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;
  left: 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: 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::-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;
  right: 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;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.98;
}

.cs-search_form.cs-style1 {
  position: relative;
  z-index: 1;
  max-width: 590px;
  width: 100%;
  margin-left: 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;
  right: 10px;
  top: 10px;
  height: 45px;
  width: 45px;
  outline: none;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.cs-search_wrap {
  position: fixed;
  left: 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%;
  left: 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-right: 20px;
}

.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li:last-child {
  margin-right: 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-left: 35px;
}

.cs-site_header.cs-style1 .cs-toolbox > *.cs-search_wrap {
  margin-left: 0px !important;
}

.cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
  margin-left: 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-right: 8px;
}

.cs-site_header.cs-style1 .cs-language_toggle .cs-toggle_arrow {
  margin-left: 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-right: 8px;
  font-size: 17px;
}

.cs-site_header.cs-style1 .cs-header_category_toggle {
  border: none;
  height: 100%;
  padding: 0;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}

.cs-site_header.cs-style1 .cs-header_category_toggle i {
  margin-right: 10px;
}

.cs-site_header.cs-style1 .cs-header_category_toggle span {
  margin-left: 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;
  left: 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-left-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 0 4px 20px;
  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;
  right: 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-right-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 .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-left: 15px;
}

.cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
  margin-right: 35px;
}

.cs-site_header.cs-style1 .cs-action_count {
  position: absolute;
  left: 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;
  left: 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;
  right: 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-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-right: 10px;
}

.cs-site_header.cs-style1 .cs-category_name {
  display: block;
  position: relative;
  padding-left: 12px;
}

.cs-site_header.cs-style1 .cs-category_name i {
  position: absolute;
  top: 6px;
  left: 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%);
  left: 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;
  left: 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%;
  left: 50%;
  margin-top: -2px;
  margin-left: -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%;
  left: 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;
  left: 64px;
  z-index: 10;
}

.cs-site_header.cs-style3 .cs-nav_wrap {
  position: fixed;
  left: 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%;
  left: 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;
  left: 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-right: 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-left: 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%;
  left: 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-left: 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;
  left: 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-left: -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-right: 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-right: 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-left: 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-left: 40px;
}

.cs-header_toolbox-nav a {
  position: relative;
}

.cs-header_toolbox-nav a:hover {
  color: #fe0000;
}

.cs-header_toolbox-nav .cs-label {
  position: absolute;
  right: -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-left: 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;
  left: 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-right: 40px;
    padding-left: 40px;
  }
  .cs-main_header_center,
  .cs-top_header_center {
    position: absolute;
    left: 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-right: 40px;
    height: inherit;
  }
  .cs-nav .cs-nav_list > li:last-child {
    margin-right: 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 {
    left: 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;
    left: 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;
    left: 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-right: 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;
    right: 16px;
  }
}

@media screen and (max-width: 1500px) {
  .cs-site_header.cs-style3 .cs-hamburger {
    left: 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 {
    left: 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 {
    right: 15px;
  }
  .cs-site_header.cs-style3.cs-type1 .cs-hamburger {
    color: #0b0a60;
    right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs-munu_dropdown_toggle:before, .cs-munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 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;
    left: -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-left: 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;
    right: 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%;
    right: 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-right: 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-left: 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 {
    left: initial;
    margin-left: 0;
    right: 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-left: 0;
    margin-right: 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;
    left: 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: left !important;
    padding-left: 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: #ffff;
  }
  .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-right: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle {
    height: 70px;
    margin-left: -15px;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    margin-left: -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;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cs-site_header.cs-style1.cs-type5 .cs-action_box {
    margin-right: 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-left: 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;
    left: 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;
    right: 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-right: 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-right: 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-right: 44px;
  }
  .cs-toolbox > a:not(:first-child) {
    margin-left: 10px;
  }
  .cs-site_header.cs-style3 .cs-nav_cross {
    right: 15px;
    top: 30px;
  }
  .cs-toolbox_btn,
  .cs-hamburger_text,
  .cs-site_header .cs-btn.cs-style6 {
    display: none;
  }
  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0;
  }
  .cs-site_branding img {
    height: 32px;
  }
  .cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
    margin-left: 25px;
  }
  .cs-site_header.cs-style1 .cs-icon_btn i {
    margin-right: 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-right: 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-right: 5px;
  }
  .cs-site_header.cs-style1 .active .cs-header_category_list {
    left: 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-left: -15px;
    max-height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 450px) {
  .cs-toolbox > a:not(:first-child) {
    margin-left: 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;
  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::-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;
  right: 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-right: 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-left: 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-right: 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;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right 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: left center;
          transform-origin: left 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-left: 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::-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 60px 10px 0;
}

.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-left: 16px;
  margin-top: 10px;
}

.cs-footer.cs-style3 .menu li i,
.cs-footer.cs-style3 ul li i {
  font-size: 16px;
  margin-right: 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-right: 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;
  right: 0;
  border-radius: 23px 3px 3px 23px;
  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-right: 10px;
  height: initial;
  width: initial;
  background-color: transparent;
  margin-right: 30px;
}

.cs-footer.cs-style3 .cs-social_btns.cs-style1 a:last-child {
  margin-right: 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-left: 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-left: 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;
  left: 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-left: -15px;
  margin-right: -15px;
}

.cs-footer.cs-style4 .cs-footer_col {
  padding-left: 15px;
  padding-right: 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-right: 100px;
  padding-bottom: 0;
}

.cs-footer.cs-style4 .cs-footer_col:first-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 101vw;
  right: 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: #1e1b37;
  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-right: 5.5%;
  }
  .cs-footer.cs-style4 .cs-copyright-wrap {
    padding-left: 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 0px 10px 0;
    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-right: 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-left: 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-left: 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-left: 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: 0 5px 0px 0;
}

.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-left-width: 3px;
  border-left-style: solid;
  padding: 20px 64px 20px 35px;
  border-radius: 0 5px 5px 0;
}

.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;
  right: 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 40px 26px 77px;
  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;
  left: 0px;
  top: 27px;
}

.cs-accordians.cs-style2 .cs-accordian_toggle:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 9px solid #fff;
  border-left: none;
  border-right: none;
  left: 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 40px 20px 80px;
}

.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-left-width: 2px;
    padding: 15px 50px 15px 20px;
  }
  .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-left: -15px;
  margin-right: -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-right: 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-left: 7px;
  margin-right: 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;
  left: 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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      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: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 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;
  left: 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%;
  right: 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%;
    right: 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-right: 60px;
  margin-top: 8px;
}

.cs-contact.cs-style1 .cs-contact_info i {
  margin-right: 10px;
}


/*--------------------------------------------------------------
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-right: 30px;
}

.cs-hero_btns .cs-btn:last-child {
  margin-right: 0;
}

.cs-hero.cs-style1 {
  position: relative;
}



.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;
}

.cs-hero.cs-style1 .cs-hero_right {
  width: 50vw;
  position: relative;
}

.cs-hero.cs-style1 .cs-hero_img {
  height: 925px;
  border-radius: 0 0 0 20px;
  width: 100%;
  overflow: hidden;
}

.cs-hero.cs-style1 .cs-hero_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-hero.cs-style1 .cs-hero_counter {
  position: absolute;
  height: 200px;
  width: 160px;
  bottom: 50px;
  left: -50px;
}

.cs-hero.cs-style1 .cs-hero_counter:after {
  content: "";
  height: 160px;
  width: 150px;
  position: absolute;
  top: -32px;
  left: -22px;
  background-image: radial-gradient(rgba(110, 66, 211, 0.5) 15%, transparent 15%);
  background-size: 10px 10px;
  background-position: 0 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;
  right: 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%;
  left: 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;
  left: 91px;
  bottom: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  vertical-align: baseline;
  letter-spacing: 2px;
}

.cs-hero.cs-style1 .cs-vertical_bar:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 86px;
  bottom: 13px;
  right: -112px;
  background-color: currentColor;
  opacity: 0.3;
}

.cs-hero.cs-style1.cs-type1 .cs-hero_img {
  height: 400px;
  border-radius: 0;
}

.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%;
  left: 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;
}


@media screen and (max-width: 1500px) {
  .cs-hero.cs-style1 .cs-hero_social_btns {
    left: 30px;
  }
  .cs-hero.cs-style1 .cs-vertical_bar {
    left: 55px;
  }
  .cs-hero.cs-style2 {
    min-height: 780px;
  }
  .cs-shape.cs-style2 {
    right: 0;
  }
  .cs-shape.cs-style3 {
    left: 2%;
  }
  .cs-hero.cs-style12 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .cs-hero.cs-style7 {
    height: 860px;
  }
  .cs-hero.cs-style10 .cs-hero_img {
    right: 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 {
    left: -80px;
    top: -80px;
  }
  .cs-shape.cs-style2 {
    right: -230px;
    top: -130px;
  }
  .cs-hero.cs-style12 {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0;
  }
  .cs-hero.cs-style5 {
    height: 850px;
    border-radius: 0 0 0 200px;
  }
  .cs-hero.cs-style7 {
    border-radius: 0 0 0 200px;
  }
  .cs-hero.cs-style6.cs-type1 {
    border-radius: 0 0 0 150px;
  }
}

@media screen and (max-width: 1300px) {
  .cs-hero.cs-style10 .cs-hero_img {
    right: 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);
    right: 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;
    right: 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;
    left: 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 {
    right: 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;
    right: -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;
    right: 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;
    left: 50%;
    margin-left: -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;
    left: -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-left: 15px;
    padding-right: 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-right: 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-left: 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-left: auto;
    margin-right: 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;
    left: initial;
  }
  .cs-hero.cs-style4 .cs-hero_card {
    font-size: 18px;
  }
  .cs-hero.cs-style4 .cs-hero_card.cs-style2 {
    left: 25%;
    top: 60%;
  }
  .cs-hero.cs-style4 .cs-hero_card.cs-style1 {
    left: initial;
    right: 25%;
    top: 25%;
  }
  .cs-hero.cs-style4 .cs-hero_card.cs-style2 svg {
    margin-left: 8px;
  }
  .cs-hero.cs-style4 .cs-hero_card.cs-style1 svg {
    margin-right: 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%;
  left: 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;
  left: 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;
}


/*--------------------------------------------------------------
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;
  left: -30px;
  z-index: -1;
  background-image: radial-gradient(rgba(110, 66, 211, 0.6) 30%, transparent 30%);
  background-size: 10px 10px;
  background-position: 0 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;
  left: -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%;
  left: 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;
}
@media screen and (max-width: 991px) {
  .cs-image_box_text{
    display:none;
  }
}
.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%;
  left: 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-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: 20px;
}

.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-right: 15px;
  padding-right: 15px;
  position: relative;
}

.cs-post.cs-style1 .cs-post_label > div:not(:last-child):after {
  content: "|";
  margin-right: -1px;
  position: absolute;
  right: 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-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-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;
}
