:root {
  --accent: #ff4a17
}

body,
html {
  background-color: #181818;
  color: hsla(0, 0%, 100%, .7);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #fefefe;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 20px;
  padding: 0
}

.cs-primary_font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font)
}

.cs-secondary_font {
  font-family: var(--secondary-font)
}

h1 {
  font-size: 56px
}

h2 {
  font-size: 42px
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
  margin-bottom: 15px
}

ul {
  list-style: square none outside;
  margin: 0 0 25px
}

ol,
ul {
  padding-left: 20px
}

ol {
  margin-bottom: 25px
}

blockquote,
cite,
dfn,
em,
i {
  font-style: italic
}

blockquote {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0
}

address {
  margin: 0 0 15px
}

img {
  border: 0;
  height: auto;
  max-width: 100%
}

a {
  text-decoration: none
}

a,
button {
  color: inherit;
  transition: all .3s ease
}

a:hover {
  color: var(--accent);
  text-decoration: none
}

table {
  margin-bottom: 25px;
  width: 100%
}

table th {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 600
}

table td,
table th {
  border-top: 1px solid #4d4d4d;
  padding: 11px 10px
}

dl {
  margin-bottom: 25px
}

dl dt {
  font-weight: 600
}

b,
strong {
  font-weight: 700
}

pre {
  border: 1px solid #4d4d4d;
  color: hsla(0, 0%, 100%, .7);
  font-size: 18px;
  padding: 25px
}

kbd,
pre {
  border-radius: 5px
}

kbd {
  background-color: hsla(0, 0%, 100%, .7);
  font-size: 100%
}

@media screen and (max-width:991px) {

  body,
  html {
    font-size: 16px;
    line-height: 1.6em
  }

  h2 {
    font-size: 36px;
    margin-bottom: 10px
  }
}

input,
textarea {
  color: #fefefe
}

.cs-row_gap_20 {
  margin-left: -10px;
  margin-right: -10px
}

.cs-row_gap_20>div {
  padding-left: 10px;
  padding-right: 10px
}

.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-radius_3 {
  border-radius: 3px
}

.cs-radius_5 {
  border-radius: 5px
}

.cs-radius_7 {
  border-radius: 7px
}

.cs-radius_10 {
  border-radius: 10px
}

.cs-radius_15 {
  border-radius: 15px
}

.cs-line_height_1 {
  line-height: 1.2em
}

.cs-line_height_2 {
  line-height: 1.25em
}

.cs-line_height_3 {
  line-height: 1.3em
}

.cs-line_height_4 {
  line-height: 1.4em
}

.cs-line_height_5 {
  line-height: 1.5em
}

.cs-line_height_6 {
  line-height: 1.6em
}

.cs-line_height_7 {
  line-height: 1.7em
}

.cs-font_14 {
  font-size: 14px
}

.cs-font_16 {
  font-size: 16px
}

.cs-font_18 {
  font-size: 18px
}

.cs-font_20 {
  font-size: 20px
}

.cs-font_22 {
  font-size: 22px
}

.cs-font_28,
.cs-font_30 {
  font-size: 28px
}

.cs-font_38 {
  font-size: 38px
}

.cs-font_42 {
  font-size: 42px
}

.cs-font_50 {
  font-size: 50px
}

.cs-mp0 {
  list-style: none;
  padding: 0
}

.cs-m0,
.cs-mp0,
hr {
  margin: 0
}

hr {
  border: none;
  border-top: 1px solid #f2f1ff;
  padding: 0
}

.cs-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.cs-vertical_middle {
  align-items: center;
  display: flex;
  min-height: 100%
}

.cs-vertical_middle_in {
  flex: none;
  width: 100%
}

.cs-center {
  align-items: center;
  display: flex;
  justify-content: center
}

.cs-white_color,
.cs-white_color_hover:hover {
  color: #fff
}

.cs-primary_color {
  color: #fefefe
}

.cs-ternary_color {
  color: #999696
}

.cs-accent_color,
.cs-accent_color_hover:hover {
  color: var(--accent)
}

.cs-white_bg {
  background-color: #fff
}

.cs-gray_bg {
  background-color: #181818
}

.cs-accent_bg,
.cs-accent_bg_hover:hover {
  background-color: var(--accent)
}

.cs-primary_bg,
.cs-primary_bg_hover:hover {
  background-color: #fefefe
}

.cs-gradient_bg_1 {
  background: linear-gradient(267.18deg, #161616, #080808)
}

.cs-text_btn {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600
}

.cs-text_btn svg {
  font-size: 24px;
  margin-left: 15px
}

.cs-text_btn span {
  display: inline-block;
  position: relative
}

.cs-text_btn span:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: .6s;
  transition-property: transform;
  transition-timing-function: ease-out;
  width: 100%
}

.cs-text_btn:hover span:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.cs-text_btn.cs-type1 {
  flex-direction: row-reverse
}

.cs-text_btn.cs-type1 svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg)
}

.cs-text_btn.cs-type1 span:before {
  left: auto;
  right: -100%;
  transform: scaleX(0) rotateY(180deg)
}

.cs-text_btn.cs-type1:hover span:before {
  transform: scaleX(1) rotateY(180deg)
}

.cs-text_btn.cs-type2 {
  flex-direction: row-reverse
}

.cs-text_btn.cs-type2 svg {
  color: var(--accent);
  margin-left: 0;
  margin-right: 15px
}

.cs-btn.cs-style1 {
  align-items: center;
  background-color: var(--accent);
  border: transparent;
  border-radius: 15px;
  color: #fefefe;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5em;
  padding: 13px 26px;
  position: relative;
  transition: all .3s ease
}

.cs-btn.cs-style1:before {
  background-color: hsla(0, 0%, 9%, .4);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: .6s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.cs-btn.cs-style1 svg {
  margin-left: 14px
}

.cs-btn.cs-style1>* {
  position: relative;
  z-index: 1
}

.cs-btn.cs-style1:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.cs-btn.cs-style1.cs-type1 {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all .6s ease-out
}

.cs-btn.cs-style1.cs-type1:before {
  background-color: #fff;
  border-radius: 0
}

.cs-btn.cs-style1.cs-type1:hover {
  color: #000
}

.cs-page_navigation>div {
  position: relative
}

.cs-page_navigation>div:not(:last-child) {
  margin-right: 21px;
  padding-right: 21px
}

.cs-page_navigation>div:not(:last-child):after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -1px;
  top: 3px;
  width: 2px
}

.cs-pagination_box {
  margin: -7px
}

.cs-pagination_box .cs-pagination_item {
  margin: 7px
}

.cs-pagination_item {
  background-color: #000;
  border-radius: 5px;
  height: 40px;
  width: 40px
}

.cs-pagination_item.active {
  background-color: var(--accent);
  color: #fff;
  pointer-events: none
}

.cs-form_field {
  background-color: transparent;
  border: 2px solid #999696;
  border-radius: 15px;
  color: #fff;
  display: block;
  outline: none;
  padding: 10px 20px;
  transition: all .3s ease;
  width: 100%
}

.cs-form_field:focus {
  border-color: var(--accent)
}

label {
  margin-bottom: 12px
}

.cs-right_full_width {
  padding-right: 24px;
  width: calc(50vw - 12px)
}

.cs-rating {
  height: 24px;
  position: relative;
  width: 136px
}

.cs-rating>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-rating .cs-rating_bg {
  opacity: .2
}

.cs-rating .cs-rating_percentage {
  width: 50%
}

.cs-post_meta.cs-style1 {
  display: flex
}

.cs-post_meta.cs-style1>* {
  display: inline-block;
  position: relative
}

.cs-post_meta.cs-style1>:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px
}

.cs-post_meta.cs-style1>:not(:last-child):before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px
}

.cs-accordian_title {
  font-size: 22px;
  margin-bottom: 0;
  transition: all .3s ease
}

@media (max-width:991px) {
  .cs-accordian_title {
    font-size: 18px
  }
}

.cs-accordian_body {
  max-height: 0;
  overflow: hidden;
  transition: all .5s cubic-bezier(0, 1, 0, 1)
}

.cs-accordian_body p {
  margin: 0
}

.cs-accordian_body_in {
  line-height: 1.8em;
  padding-top: 15px
}

.cs-accordian_head {
  cursor: pointer;
  padding: 2px 20px 2px 0;
  position: relative
}

.cs-accordian_head:hover .cs-accordian_title {
  color: var(--accent)
}

.cs-accordian {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 25px
}

.cs-accordian:not(:last-child) {
  margin-bottom: 25px
}

@media (max-width:991px) {
  .cs-accordian {
    border-width: 1px;
    padding-bottom: 15px
  }

  .cs-accordian:not(:last-child) {
    margin-bottom: 15px
  }
}

.cs-accordian_toggle {
  display: flex;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all .3s ease
}

.cs-accordian.active .cs-accordian_toggle {
  transform: rotate(180deg)
}

.cs-accordian.active .cs-accordian_head {
  pointer-events: none
}

.cs-accordian.active .cs-accordian_body {
  height: auto;
  max-height: 9999px;
  transition: all .5s cubic-bezier(1, 0, 1, 0)
}

#cs-result {
  line-height: 2.8em
}

.cs-parallax>:not([class*=cs-shape_]) {
  position: relative;
  z-index: 5
}

.cs-fullscreen_swiper_wrap {
  height: 100vh;
  position: relative
}

.cs-fullscreen_swiper_slider {
  height: 100%;
  width: 100%
}

@media screen and (max-width:1399px) {
  .cs-right_space_150 {
    padding-right: 50px
  }
}

@media screen and (max-width:1199px) {

  .cs-right_space_150,
  .cs-right_space_40 {
    padding-right: 0
  }
}

@media screen and (max-width:991px) {
  .cs-left_space_30 {
    padding-left: 0
  }

  .cs-font_14_sm {
    font-size: 14px
  }

  .cs-font_16_sm {
    font-size: 16px
  }

  .cs-font_18_sm {
    font-size: 18px
  }

  .cs-font_20_sm {
    font-size: 20px
  }

  .cs-font_22_sm {
    font-size: 22px
  }

  .cs-font_24_sm {
    font-size: 24px
  }

  .cs-font_26_sm {
    font-size: 26px
  }

  .cs-font_28_sm {
    font-size: 28px
  }

  .cs-font_42_sm {
    font-size: 42px
  }

  .cs-font_36_sm {
    font-size: 36px
  }

  .cs-btn_group>:not(:last-child) {
    margin-right: 10px
  }

  .flex-column-reverse-lg {
    flex-direction: column-reverse
  }

  .cs-seciton_heading.cs-style1 .cs-section_title:before {
    top: 1px
  }
}

.cs-partner_logo_wrap {
  margin: 0 -20px
}

.cs-partner_logo {
  padding: 20px
}

.cs-video_block_1_wrap {
  position: relative
}

.cs-video_block_1_wrap:before {
  background-color: #000;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-video_block.cs-style1 {
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 725px;
  overflow: hidden;
  position: relative;
  z-index: 10
}

.cs-video_block.cs-style1:before {
  background-color: hsla(0, 0%, 9%, .4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%
}

.cs-video_block.cs-style1:hover:before {
  opacity: 1
}

.cs-video_block.cs-style1.cs-size1 {
  height: 580px
}

.cs-player_btn {
  align-items: center;
  display: block;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 18px 20px 18px 28px;
  width: 100px;
  z-index: 10
}

.cs-player_btn,
.cs-player_btn:after,
.cs-player_btn:before {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.cs-player_btn:after,
.cs-player_btn:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100%
}

.cs-player_btn:before {
  animation: pulse-border 1.5s ease-out infinite;
  z-index: 0
}

.cs-player_btn:after {
  transition: all .2s;
  z-index: 1
}

.cs-player_btn span {
  border-bottom: 16px solid transparent;
  border-left: 24px solid;
  border-top: 16px solid transparent;
  display: block;
  height: 0;
  position: relative;
  width: 0;
  z-index: 3
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
  }

  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
  }
}

.cs-fixed_bg {
  background-attachment: fixed
}

.cs-parallax [class*=cs-to_],
.cs-parallax_bg [class*=cs-to_] {
  transition: all .6s ease
}

.cs-section_heading.cs-style1 {
  position: relative;
  z-index: 2
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
  color: #999696;
  font-size: 18px;
  margin-bottom: 20px
}

.cs-section_heading.cs-style1 .cs-section_title {
  font-size: 50px;
  margin-bottom: 0
}

.cs-section_heading.cs-style1 .cs-separator {
  border-radius: 2px;
  height: 2px;
  width: 50px
}

.cs-hover_layer,
.cs-hover_layer1,
.cs-hover_layer3 {
  position: relative;
  transform: perspective(600px) translateZ(0);
  transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

@keyframes particalAnimation {

  0%,
  to {
    transform: translate(0)
  }

  20% {
    transform: translate(80px, -10px)
  }

  40% {
    transform: translate(140px, 70px)
  }

  60% {
    transform: translate(90px, 130px)
  }

  80% {
    transform: translate(-40px, 80px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes animo-x {
  50% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateX(44px)
  }
}

@keyframes light-mode {
  50% {
    opacity: .5
  }
}

@keyframes animo-y {
  50% {
    animation-timing-function: cubic-bezier(.55, 0, .2, 1);
    transform: translateY(30px)
  }
}

@keyframes rotate-anim {
  to {
    transform: rotate(1turn)
  }
}

@keyframes semi-rotate-anim {
  50% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(25px) rotate(-53deg)
  }
}

@keyframes up-down-anim {
  40% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(40px) rotate(-1deg)
  }
}

@keyframes swing-anim {
  65% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(-48px) rotate(-75deg)
  }
}

.cs-shape_1 {
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--accent);
  border-top: 9px solid transparent;
  height: 0;
  width: 0
}

.cs-shape_wrap_1 {
  position: relative
}

.cs-shape_wrap_1 .cs-shape_1 {
  position: absolute
}

.cs-shape_wrap_1 .cs-shape_1:first-child {
  animation: semi-rotate-anim 12s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 10%;
  top: 25%
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  animation: semi-rotate-anim 8s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 72%;
  top: 30%;
  transform: rotate(-15deg)
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  animation: animo-x 9s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 35%;
  top: 68%;
  transform: rotate(-30deg)
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:first-child {
  left: 15%;
  top: 15%
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(2) {
  left: 85%;
  top: 35%
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(3) {
  left: 35%;
  top: 85%
}

.cs-shape_2 {
  height: 320px;
  position: absolute;
  width: 320px
}

.cs-shape_2 div {
  background-color: #000;
  height: 100%;
  transform: rotate(45deg);
  width: 100%
}

.cs-shape_wrap_2 {
  position: relative
}

.cs-shape_wrap_2 .cs-shape_2 {
  animation: animo-x 9s cubic-bezier(.4, 0, .2, 1) infinite;
  right: -10%;
  top: 12%
}

.cs-shape_wrap_3 {
  position: relative
}

.cs-shape_wrap_3 .cs-shape_3 {
  animation: animo-y 5s cubic-bezier(.4, 0, .2, 1) infinite;
  position: absolute;
  right: 20px;
  top: -15%
}

.cs-shape_wrap_4 {
  position: relative
}

.cs-shape_wrap_4 .cs-shape_4 {
  background-color: #000;
  border-radius: 50%;
  position: absolute
}

.cs-shape_wrap_4 .cs-shape_4:first-child {
  animation: animo-y 8s infinite;
  height: 100px;
  left: 5%;
  top: 42%;
  width: 100px
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  height: 286px;
  left: 15%;
  top: 62%;
  width: 286px
}

.cs-shape_wrap_5 {
  position: relative
}

.cs-shape_wrap_5 .cs-section_heading {
  position: relative;
  z-index: 2
}

.cs-shape_wrap_5 .cs-shape_1 {
  position: absolute
}

.cs-shape_wrap_5 .cs-shape_1:first-child {
  animation: semi-rotate-anim 12s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 58%;
  top: 25%
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(2) {
  animation: semi-rotate-anim 8s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 85%;
  top: 40%;
  transform: rotate(-15deg)
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(3) {
  animation: animo-x 9s cubic-bezier(.4, 0, .2, 1) infinite;
  left: 72%;
  top: 85%;
  transform: rotate(-30deg)
}

.cs-shape_wrap_6 {
  overflow: hidden;
  position: relative
}

.cs-shape_wrap_6>.container {
  position: relative;
  z-index: 3
}

.cs-shape_wrap_6 .cs-shape_2>div {
  background-color: #181818
}

.cs-shape_wrap_6 .cs-shape_2:first-child {
  animation: animo-x 9s cubic-bezier(.4, 0, .2, 1) infinite;
  left: -240px;
  top: 30px
}

.cs-shape_wrap_6 .cs-shape_2:nth-child(2) {
  animation: animo-x 9s cubic-bezier(.4, 0, .2, 1) infinite;
  bottom: 30px;
  right: -200px
}

.cs-contact_info.cs-style1 svg {
  left: 0;
  max-height: 20px;
  position: absolute;
  top: 4px;
  width: 20px
}

.cs-contact_info.cs-style1 li {
  padding-left: 35px;
  position: relative
}

.cs-contact_info.cs-style1 li:not(:last-child) {
  margin-bottom: 22px
}

.cs-page_heading.cs-style1 {
  height: 650px;
  padding: 120px 0 50px;
  position: relative
}

.cs-page_heading.cs-style1:after {
  background: var(--accent);
  content: "";
  filter: blur(125px);
  height: 151px;
  opacity: .8;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 151px
}

.cs-page_heading.cs-style1>* {
  position: relative;
  z-index: 2
}

.cs-page_heading.cs-style1 .cs-page_heading_in {
  display: inline-block
}

.cs-page_heading.cs-style1 .breadcrumb {
  color: #999696;
  justify-content: flex-end;
  margin-bottom: 0
}

.cs-page_heading.cs-style1 .breadcrumb-item.active {
  color: #fff
}

.cs-page_heading.cs-style1 .cs-page_title {
  margin-bottom: 18px
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 14px
}

.breadcrumb-item+.breadcrumb-item:before {
  background-color: #fff;
  content: "";
  height: 17px;
  margin-right: 14px;
  padding: 0;
  position: relative;
  top: 5px;
  width: 1px
}

.cs-image_layer.cs-style1 {
  padding-bottom: 60px;
  padding-right: 60px
}

.cs-image_layer.cs-style1 img {
  position: relative;
  z-index: 2
}

.cs-image_layer.cs-style1 .cs-image_layer_in {
  border-radius: 15px;
  position: relative
}

.cs-image_layer.cs-style1 .cs-image_layer_in:after {
  background-color: var(--accent);
  border-radius: inherit;
  bottom: -60px;
  content: "";
  height: 100%;
  position: absolute;
  right: -60px;
  width: 100%
}

.cs-image_layer.cs-style1.cs-size_md {
  padding-bottom: 20px;
  padding-right: 20px
}

.cs-image_layer.cs-style1.cs-size_md .cs-image_layer_in:after {
  bottom: -20px;
  right: -20px
}

.cs-tab {
  display: none
}

.cs-tab.active {
  display: block
}

.cs-tabs.cs-style1 .cs-tabs_heading {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.cs-tab_links.cs-style1 {
  background-color: #000;
  border-radius: 10px;
  display: inline-flex;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -195px;
  z-index: 5;
  display: none
}

.cs-tab_links.cs-style1 li {
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  padding: 7px 20px;
  transition: all .3s ease
}

.cs-tab_links.cs-style1 li.active {
  background-color: var(--accent);
  border-radius: 10px;
  pointer-events: none
}

@media (max-width:1380px) {
  .cs-tab_links.cs-style1 {
    top: -185px
  }
}

@media (max-width:991px) {
  .cs-tab_links.cs-style1 {
    top: -128px
  }
}

@media (max-width:767px) {
  .cs-tab_links.cs-style1 {
    margin-bottom: 40px;
    position: static
  }
}

.cs-google_map {
  height: 600px
}

.cs-google_map iframe {
  border: none;
  display: block;
  filter: grayscale(100%) invert(90%) contrast(120%);
  height: 100%;
  width: 100%
}

.cs-google_map.cs-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw
}

.cs-list.cs-style1 li:not(:last-child) {
  margin-bottom: 20px
}

.cs-shine_hover_1 {
  overflow: hidden;
  position: relative
}

.cs-shine_hover_1:before {
  background: linear-gradient(90deg, transparent 0, hsla(0, 0%, 100%, .15));
  content: "";
  height: 100%;
  left: -80%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  z-index: 1
}

.cs-shine_hover_1:hover:before {
  animation: shine 1.3s
}

@keyframes shine {
  to {
    left: 125%
  }
}

.cs-rotate_img {
  border-radius: 7px;
  overflow: hidden;
  transform: rotate(45deg)
}

.cs-rotate_img_in {
  transform: rotate(-45deg) scale(1.4)
}

.cs-half_screen {
  width: 56vw
}

.lg-backdrop {
  background-color: #181818
}

#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon {
  color: #fff
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover,
.lg-toolbar .lg-icon:hover {
  color: hsla(0, 0%, 100%, .7)
}

.cs-scrollup {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  bottom: -60px;
  box-shadow: 0 1px 5px 1px hsla(0, 0%, 9%, .2);
  color: #fff;
  color: var(--accent);
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 5px;
  position: fixed;
  right: 40px;
  transition: all .4s ease;
  width: 50px;
  z-index: 10
}

.cs-scrollup:hover {
  background-color: var(--accent);
  color: #fff
}

.cs-scrollup.cs-scrollup_show {
  bottom: 50px
}

.cs-case_study {
  padding: 150px 120px;
  position: relative
}

.cs-case_study .cs-case_study_bg {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-case_study .cs-case_study_bg .cs-accent_bg {
  flex: 1
}

.cs-case_study .cs-case_study_bg .cs-bg {
  flex: 2
}

.cs-case_study .cs-case_study_title {
  background: hsla(0, 0%, 9%, .9);
  border-radius: 15px;
  color: #fefefe;
  display: inline-flex;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 40px 150px;
  position: relative;
  z-index: 10
}

.cs-case_study .cs-case_study_title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .07em;
  text-underline-offset: -.12em;
  text-underline-position: under
}

.cs-case_study .cs-case_study_title a:hover {
  text-decoration-color: var(--accent)
}

.cs-case_study.cs-style2 {
  text-align: right
}

.cs-case_study.cs-style2 .cs-case_study_bg {
  flex-direction: row-reverse
}

.cs-faq_nav {
  background-color: #000;
  height: 100%;
  padding: 45px 35px
}

.cs-faq_nav .cs-faq_nav_title {
  font-size: 30px
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden
}

.swiper-slide .cs-entity_img {
  display: none
}

.cs-parallax_slider {
  transition: opacity .6s ease, transform .3s ease
}

.cs-parallax_slider.loading {
  opacity: 0;
  visibility: hidden
}

.cs-half_of_full_width {
  width: calc(55vw + 30%)
}

.cs-error_page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh
}

.cs-filter_menu.cs-style1 li {
  margin-top: 10px
}

.cs-filter_menu.cs-style1 li:not(:last-child) {
  margin-right: 28px
}

.cs-filter_menu.cs-style1 span {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  transition: all .3s ease
}

.cs-filter_menu.cs-style1 span:before {
  background-color: var(--accent);
  border-radius: 50%;
  bottom: -5px;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  transform: scale(0);
  transition: all .4s ease;
  width: 9px
}

.cs-filter_menu.cs-style1 ul {
  border-bottom: 1px solid #999696;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.cs-filter_menu.cs-style1 .active span {
  color: var(--accent)
}

.cs-filter_menu.cs-style1 .active span:before {
  transform: scale(1)
}

.cs-masonry_4_col {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 25px;
  column-gap: 25px;
  padding: 0 25px
}

.cs-masonry_4_col>* {
  margin-bottom: 25px
}

@media screen and (max-width:1540px) {
  .cs-case_study .cs-case_study_title {
    font-size: 100px;
    padding: 40px 120px
  }
}

@media screen and (max-width:1550px) {
  .cs-shape_wrap_2 .cs-shape_2 {
    right: -15%;
    top: 8%
  }

  .cs-video_block.cs-style1 {
    height: 650px
  }
}

@media screen and (max-width:1400px) {
  .cs-case_study .cs-case_study_title {
    font-size: 80px;
    padding: 40px 100px
  }
}

@media screen and (max-width:1380px) {

  .cs-font_50,
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 42px
  }

  .cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
    height: 200px;
    width: 200px
  }

  .cs-page_heading.cs-style1 {
    height: 550px
  }
}

@media screen and (max-width:1199px) {
  .cs-page_heading.cs-style1 {
    height: 450px
  }

  .cs-half_screen {
    width: 100%
  }

  .cs-video_block.cs-style1.cs-size1 {
    height: 450px
  }

  .cs-case_study .cs-case_study_title {
    font-size: 60px
  }

  .cs-masonry_4_col {
    -moz-column-count: 2;
    column-count: 2
  }

  .cs-half_of_full_width {
    width: 100%
  }
}

@media screen and (max-width:991px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 36px
  }

  .cs-section_heading.cs-style1 .cs-section_subtitle {
    font-size: 16px;
    margin-bottom: 15px
  }

  .cs-shape_wrap_2 .cs-shape_2,
  .cs-shape_wrap_3 .cs-shape_3,
  .cs-shape_wrap_4 .cs-shape_4:first-child,
  .cs-shape_wrap_4 .cs-shape_4:nth-child(2),
  .cs-shape_wrap_6 .cs-shape_2 {
    display: none
  }

  .cs-font_50 {
    font-size: 36px
  }

  .cs-font_38 {
    font-size: 32px
  }

  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 400px
  }

  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    transform: translate(-50%, -50%) scale(.8)
  }

  .cs-page_heading.cs-style1 {
    height: 400px;
    padding: 100px 0 50px
  }

  .cs-page_heading.cs-style1 .cs-page_title {
    margin-bottom: 15px
  }

  .cs-portfolio_1_heading .cs-tabs_heading {
    display: block
  }

  .cs-portfolio_1_heading .cs-section_heading+.cs-filter_menu {
    margin-top: 30px
  }

  .cs-list.cs-style1 li:not(:last-child) {
    margin-bottom: 10px
  }

  .cs-google_map {
    height: 400px
  }

  .cs-btn.cs-style1 {
    padding: 10px 20px
  }

  .cs-faq_nav {
    padding: 30px
  }

  .cs-faq_nav .cs-faq_nav_title {
    font-size: 26px
  }

  .cs-google_map.cs-type1 {
    border-radius: 15px;
    height: 400px;
    overflow: hidden;
    width: 100%
  }

  .cs-scrollup {
    right: 15px
  }

  .cs-scrollup.cs-scrollup_show {
    bottom: 50px
  }

  .cs-column_reverse_lg {
    flex-direction: column-reverse
  }

  .cs-case_study {
    padding: 80px 70px;
    position: relative
  }

  .cs-case_study .cs-case_study_title {
    font-size: 56px;
    padding: 25px 45px
  }

  #cs-result {
    line-height: 2.2em
  }

  .cs-half_of_full_width {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .cs-tabs.cs-style1 .cs-tabs_heading {
    display: block
  }

  .cs-tabs.cs-style1 .cs-section_heading+.cs-tab_links {
    margin-top: 50px
  }

  .cs-case_study {
    padding: 80px 12px
  }

  .cs-case_study .cs-case_study_title {
    font-size: 40px;
    padding: 25px
  }
}

@media screen and (max-width:575px) {
  .cs-partner_logo {
    padding: 5px
  }

  .cs-image_layer.cs-style1 {
    padding-bottom: 40px;
    padding-right: 40px
  }

  .cs-image_layer.cs-style1 .cs-image_layer_in:after {
    bottom: -30px;
    right: -30px
  }

  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 380px
  }

  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    transform: translate(-50%, -50%) scale(.7)
  }

  .cs-partner_logo_wrap {
    margin: 0 -10px
  }

  .cs-partner_logo {
    padding: 10px
  }

  .cs-case_study .cs-case_study_title {
    font-size: 30px
  }

  .cs-page_heading.cs-style1 .breadcrumb {
    justify-content: center
  }

  .cs-masonry_4_col {
    -moz-column-count: 1;
    column-count: 1
  }
}

#cursor-dot,
#cursor-dot-outline {
  border-radius: 50%;
  left: 50%;
  mix-blend-mode: difference;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
  z-index: 999
}

#cursor-dot {
  border: 1px solid var(--accent);
  height: 40px;
  width: 40px
}

#cursor-dot-outline {
  background-color: var(--accent);
  height: 8px;
  width: 8px
}

.comment-wrap {
  border-bottom: 1px solid hsla(0, 0%, 51%, .3);
  margin-bottom: 50px;
  padding: 0 0 10px
}

.blog-avatar-wrap {
  border: 1px solid hsla(0, 0%, 51%, .3);
  border-left: 0;
  border-right: 0;
  padding: 40px 20px 45px;
  text-align: center
}

.blog-post-avatar-img {
  margin-bottom: 15px
}

.blog-post-avatar-img a {
  border-radius: 50%;
  display: inline-block;
  height: 120px;
  overflow: hidden;
  width: 120px
}

.blog-post-avatar-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.bd-avatar-info h4 {
  font-size: 30px;
  margin-bottom: 0
}

.bd-avatar-info p {
  margin-bottom: 0;
  margin-top: 15px
}

.list-wrap {
  list-style: none;
  margin: 0;
  padding: 0
}

.comment-wrap .title {
  color: #fff;
  font-size: 22px;
  margin: 0 0 30px
}

.blog-area ul {
  margin-bottom: 25px;
  margin-top: 0
}

.list-wrap li {
  list-style: none
}

.latest-comments ul li .comments-box {
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px;
  width: 95%
}

.latest-comments ul li .comments-box .comments-avatar {
  flex: 0 0 80px;
  margin-right: 30px;
  width: 80px
}

.latest-comments ul li .comments-box .comments-avatar img {
  border-radius: 50%
}

.comment-text {
  flex-grow: 1;
  overflow: hidden
}

.latest-comments ul li .comments-box .avatar-name {
  margin-bottom: 10px
}

.latest-comments ul li .comments-box .comment-text>p {
  margin-bottom: 0
}

.comment-text .avatar-name h6 {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin: 0 0 5px;
  text-transform: capitalize
}

.comment-reply-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  gap: 5px;
  margin-left: 10px;
  transition: all .3s ease
}

.comment-reply-link:hover {
  color: var(--accent)
}

.no-results.not-found {
  background: transparent;
  border: 1px solid hsla(0, 0%, 51%, .2);
  border-radius: 5px;
  box-shadow: none;
  padding: 40px 80px;
  text-align: center
}

.no-results.not-found .page-header {
  background: none;
  margin-bottom: 20px;
  padding: 0
}

.page-header h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0
}

.pageontent.blog-search-content p {
  margin-bottom: 20px
}

.no-results.not-found .sidebar-search-form {
  margin-top: 30px
}

.sidebar-search-form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #fefefe;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  outline: none;
  padding: 0 40px 6px 10px;
  text-transform: capitalize;
  transition: all .3s ease;
  width: 100%
}

.sidebar-search-form input:focus {
  border-color: var(--accent)
}

.sidebar-search-form button {
  background: transparent;
  border: none;
  display: flex;
  font-size: 16px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s
}

.sidebar-search-form button:hover {
  color: var(--accent)
}

.cs-post.cs-style2 .post-text {
  padding-bottom: 20px
}

.cs-post.cs-style2 .post-text figure.image {
  margin-bottom: 45px
}

.cs-post.cs-style2 .post-text blockquote p {
  margin: 0
}

.cs-post.cs-style2 .post-text table {
  border: 1px solid hsla(0, 0%, 51%, .25)
}

.cs-post.cs-style2 .post-text table td,
.cs-post.cs-style2 .post-text table th {
  border-color: hsla(0, 0%, 51%, .25);
  border-top: hsla(0, 0%, 51%, .25)
}

.cs-post.cs-style2 .post-text table td {
  color: hsla(0, 0%, 100%, .7)
}

.cs-post.cs-style2 .post-text table th {
  color: #fefefe
}

.cs-post.cs-style2 .post-text ol,
.cs-post.cs-style2 .post-text ul {
  margin-bottom: 45px
}

.cs-post.cs-style2 .post-text ol li:not(:last-child),
.cs-post.cs-style2 .post-text ul li:not(:last-child) {
  margin-bottom: 7px
}

.cs-post.cs-style2 .post-text ul {
  list-style: none;
  padding-left: 0
}

.cs-post.cs-style2 .post-text ul li {
  padding-left: 25px;
  position: relative
}

.cs-post.cs-style2 .post-text ul li:before {
  border: 2px solid var(--accent);
  border-left: 0;
  border-top: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 9px
}

.cs-masonry_4_col>:first-child .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(3) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(6) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(8) .cs-portfolio.cs-style1 {
  height: 299px
}

.cs-masonry_4_col>:nth-child(10) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(2) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(4) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(5) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(7) .cs-portfolio.cs-style1,
.cs-masonry_4_col>:nth-child(9) .cs-portfolio.cs-style1 {
  height: 622px
}

.cs_blog_section+.cs-fooer {
  background-color: #151515
}

.cs-post.cs-style2 .post-text .table .image {
  margin-bottom: 0
}

.cs-case_study .cs-case_study_title {
  max-width: 1280px
}

figure.table {
  margin-bottom: 50px
}

.cs-post.cs-style2 .cs-post_meta {
  flex-wrap: wrap
}

.cs_gap_40_y {
  gap: 40px 0
}

.cs-post.cs-style3 .cs-post_right {
  flex: 1
}

.cs-rating .cs-rating_bg {
  display: flex
}

.cs-rating .cs-rating_bg svg {
  flex: none
}

.cs-rating .cs-rating_percentage {
  display: flex;
  overflow: hidden
}

.cs-rating .cs-rating_percentage svg {
  flex: none
}

.cs-card.cs-style1 {
  filter: none !important
}

.cs-card.cs-style1:before {
  background: var(--accent);
  border-radius: 18px;
  content: "";
  filter: drop-shadow(0 0 30px var(--accent));
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%
}

.cs-card.cs-style1 img {
  position: relative;
  z-index: 1
}

.cs-card.cs-style1 .cs-card_overlay {
  position: relative;
  z-index: 2
}

.cs-card.cs-style1 .cs-card_info {
  z-index: 3
}

.cs-card.cs-style1:hover {
  filter: none !important
}

.cs-card.cs-style1:hover:before {
  opacity: .5
}

.cs-grid_gallery_5 {
  display: flex;
  flex-wrap: wrap
}

.cs-grid_gallery_5 .cs-grid_gallery_item {
  width: 20%
}

@media (max-width:575px) {
  .cs-grid_gallery_5 .cs-grid_gallery_item {
    width: 100%
  }
}

.cs-grid_gallery_5 .cs-portfolio.cs-style1 {
  height: auto;
  position: relative
}

.cs-grid_gallery_5 .cs-portfolio.cs-style1:hover .cs-plus {
  z-index: 2
}

.cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg {
  border-radius: inherit;
  height: 100%;
  padding-top: 117%;
  width: 100%
}

.cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg>div>img {
  cursor: zoom-in;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

@media (max-width:575px) {
  .cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg {
    padding-top: 100%
  }
}

.cs-gradient_1 {
  background: linear-gradient(267deg, #161616, #080808)
}

.cs-list.cs-style_2 li {
  padding-left: 53px;
  position: relative
}

@media (max-width:1199px) {
  .cs-list.cs-style_2 li {
    padding-left: 45px
  }
}

.cs-list.cs-style_2 li:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .cs-list.cs-style_2 li:not(:last-child) {
    margin-bottom: 30px
  }
}

.cs-list.cs-style_2 li>svg {
  left: 0;
  position: absolute;
  top: 10px
}

@media (max-width:1199px) {
  .cs-list.cs-style_2 li>svg {
    top: 7px
  }
}

.cs-list.cs-style_2 li h3 {
  font-size: 30px;
  margin-bottom: 18px
}

@media (max-width:1199px) {
  .cs-list.cs-style_2 li h3 {
    font-size: 26px;
    margin-bottom: 10px
  }
}

.cs-list_2_group {
  display: flex;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .cs-list_2_group {
    flex-direction: column
  }
}

.cs-list_2_group>* {
  flex: none;
  width: 50%
}

@media (max-width:991px) {
  .cs-list_2_group>* {
    width: 100%
  }
}

.cs-list_2_group>:first-child {
  padding-right: 150px
}

@media (max-width:1400px) {
  .cs-list_2_group>:first-child {
    padding-right: 70px
  }
}

@media (max-width:1199px) {
  .cs-list_2_group>:first-child {
    padding-right: 30px
  }
}

@media (max-width:991px) {
  .cs-list_2_group>:first-child {
    padding-bottom: 30px;
    padding-right: 0
  }
}

.cs-list_2_group>:last-child {
  border-left: 1px solid #4d4d4d;
  padding-left: 150px
}

@media (max-width:1400px) {
  .cs-list_2_group>:last-child {
    padding-left: 70px
  }
}

@media (max-width:1199px) {
  .cs-list_2_group>:last-child {
    padding-left: 30px
  }
}

@media (max-width:991px) {
  .cs-list_2_group>:last-child {
    border-left: 0;
    border-top: 1px solid #4d4d4d;
    padding-left: 0;
    padding-top: 30px
  }
}

.rtl .cs-slider.cs-style3 {
  margin-left: 0;
  margin-right: -20%
}

.rtl .cs-portfolio.cs-style1 .cs-portfolio_info {
  left: auto;
  padding: 105px 65px 80px 20px;
  right: -40px
}

.rtl .cs-arrow_style1 .slick-prev,
.rtl .cs-arrow_style2 .slick-prev,
.rtl .cs-arrow_style3 .slick-prev {
  left: 76px;
  right: auto
}

.rtl .cs-arrow_style1 .slick-next,
.rtl .cs-arrow_style2 .slick-next,
.rtl .cs-arrow_style3 .slick-next,
.rtl .cs-tab_links.cs-style1 {
  left: 0;
  right: auto
}

.rtl .cs-pricing_table.cs-style1 .cs-pricing_feature .cs-feature_icon {
  left: auto;
  right: 0;
  rotate: 180deg
}

.rtl .cs-pricing_table.cs-style1 .cs-pricing_feature li {
  padding-left: 0;
  padding-right: 35px
}

.rtl .swiper-horizontal>.swiper-pagination,
.rtl .swiper-vertical>.swiper-pagination {
  transform: translateY(-50%)
}

.rtl .cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-next svg {
  margin-left: 0;
  margin-right: 12px
}

.rtl .cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-prev svg {
  margin-left: 12px;
  margin-right: 0
}

.cs-checkbox {
  cursor: pointer;
  margin-bottom: 5px
}

.cs-checkbox,
.cs-checkbox label {
  display: inline-block;
  position: relative
}

.cs-checkbox label {
  margin-bottom: 0;
  padding-left: 25px
}

.cs-checkbox label:before {
  border: 1px solid var(--accent);
  border-radius: 2px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px
}

.cs-checkbox label:after {
  background-color: var(--accent);
  border-radius: 1px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 9px;
  transform: scale(0);
  transition: all .3s ease;
  width: 8px
}

.cs-checkbox .form-check-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.cs-checkbox .form-check-input:checked+label:after {
  transform: scale(1)
}

.cs-slider_heading.cs-style1 {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.cs-slider {
  position: relative
}

.cs-slider.cs-style1 {
  display: flex;
  flex-wrap: wrap
}

.cs-slider.cs-style1 .cs-slider_left {
  padding-right: 12%;
  width: 44%
}

.cs-slider.cs-style1 .cs-slider_right {
  width: 56%
}

.cs-slider.cs-style3 {
  margin-left: -20%;
  width: 140%
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 {
  padding: 50px 0;
  transition: all .4s ease
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: -20px;
  opacity: 0;
  top: 20px;
  transition: all .4s ease
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle,
.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title {
  left: 20px;
  opacity: 0;
  transition: all .5s ease
}

.cs-slider.cs-style3 .slick-center .cs-portfolio.cs-style1 {
  padding: 0
}

.cs-slider.cs-style3 .slick-center .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: 0;
  opacity: 1;
  top: 0;
  transition-delay: .4s
}

.cs-slider.cs-style3 .slick-center .cs-portfolio.cs-style1 .cs-portfolio_title {
  left: 0;
  opacity: 1;
  transition-delay: .5s
}

.cs-slider.cs-style3 .slick-center .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  left: 0;
  opacity: 1;
  transition-delay: .6s
}

.slick-slide>div {
  display: flex;
  flex-direction: column
}

.cs-remove_overflow .slick-list {
  overflow: visible
}

.cs-remove_overflow .slick-slide {
  opacity: 0;
  transition: all .3s linear;
  visibility: hidden
}

.cs-remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  margin: 70px 0 0;
  padding: 0
}

.slick-dots li {
  display: flex;
  margin: 0 8px
}

.slick-dots button {
  border: 1px solid var(--accent);
  color: transparent;
  cursor: pointer;
  height: 16px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  width: 16px
}

.slick-dots button,
.slick-dots button:before {
  background-color: var(--accent);
  border-radius: 50%
}

.slick-dots button:before {
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px
}

.slick-dots .slick-active button {
  background-color: transparent
}

.cs-slider_arrows.cs-style1 {
  display: flex;
  margin: -8px
}

.cs-slider_arrows.cs-style1 .slick-arrow {
  border: 2px solid;
  border-radius: 5px;
  cursor: pointer;
  height: 35px;
  margin: 8px;
  transition: all .3s ease;
  width: 60px
}

.cs-slider_arrows.cs-style1 .slick-arrow:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff
}

.slick-initialized {
  cursor: ew-resize !important
}

.cs-testimonial_slider_left .slick-list {
  padding: 65px 0 !important
}

.cs-gap-24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px
}

.cs-gap-24 .slick-list {
  margin-left: -12px;
  margin-right: -12px
}

.cs-gap-12 .slick-slide {
  padding-left: 6px;
  padding-right: 6px
}

.cs-gap-12 .slick-list {
  margin-left: -6px;
  margin-right: -6px
}

.cs-slider_controll {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 320px
}

.cs-slider_controll .cs-controll_seperator {
  background-color: hsla(0, 0%, 100%, .5);
  flex: 1;
  height: 1px;
  margin: 0 20px
}

.cs-slider_controll.cs-type1 {
  margin-left: -205px
}

.slider-nav.cs-style1 {
  width: 405px
}

.slider-nav.cs-style1 .slick-list {
  padding: 50px 0 !important
}

.slider-nav.cs-style1 .slick-arrow,
.slider-nav.cs-style1 .slick-dots {
  display: none !important
}

.slider-nav_item {
  opacity: .5;
  padding: 20px;
  transition: all .5s ease;
  width: 135px
}

.slick-center .slider-nav_item {
  opacity: 1;
  position: relative;
  transform: scale(1.8);
  z-index: 2
}

.cs-arrow_style1 .slick-arrow,
.cs-arrow_style2 .slick-arrow,
.cs-arrow_style3 .slick-arrow {
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  bottom: 6px;
  color: #fefefe;
  cursor: pointer;
  display: flex !important;
  font-size: 24px;
  height: 35px;
  justify-content: center;
  outline: none;
  overflow: hidden;
  position: absolute;
  transition: all .3s ease;
  width: 60px;
  z-index: 2
}

.cs-arrow_style1 .slick-arrow:hover,
.cs-arrow_style2 .slick-arrow:hover,
.cs-arrow_style3 .slick-arrow:hover {
  background-color: var(--accent);
  border-color: var(--accent)
}

.cs-arrow_style1 .slick-prev,
.cs-arrow_style2 .slick-prev,
.cs-arrow_style3 .slick-prev {
  right: 76px
}

.cs-arrow_style1 .slick-next,
.cs-arrow_style2 .slick-next,
.cs-arrow_style3 .slick-next {
  right: 0
}

.cs-arrow_style2 .slick-arrow {
  bottom: auto;
  top: -190px
}

.cs-arrow_style4 .slick-arrow {
  align-items: center;
  background-color: hsla(0, 1%, 59%, .5);
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  width: 50px;
  z-index: 5
}

.cs-arrow_style4 .slick-arrow:hover {
  background-color: #999696;
  border-color: var(--accent)
}

.cs-arrow_style4 .slick-arrow.slick-prev {
  left: 40px
}

.cs-arrow_style4 .slick-arrow.slick-next {
  right: 40px
}

.cs-arrow_style4 .slick-prev {
  right: 76px
}

.cs-arrow_style4 .slick-next {
  right: 0
}

.cs-testimonial_slider {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.cs-testimonial_slider_left {
  width: 35%
}

.cs-testimonial_slider_right {
  width: 65%
}

.swiper-pagination {
  bottom: 52px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: auto;
  top: auto;
  z-index: 2
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin: 0 8px !important;
  opacity: 1;
  position: relative;
  transition: all .3s ease;
  width: 16px
}

.swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--accent);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent
}

.swiper-pagination.cs-square_shape .swiper-pagination-bullet {
  border-radius: 3px;
  height: 15px;
  width: 15px
}

.swiper-pagination.cs-square_shape .swiper-pagination-bullet:before {
  border-radius: 1px
}

.swiper-horizontal>.swiper-pagination,
.swiper-vertical>.swiper-pagination {
  bottom: 52px;
  left: 50%;
  right: auto;
  top: auto;
  transform: none;
  transform: translateX(-50%);
  width: auto
}

.swiper-vertical>.swiper-pagination {
  align-items: center;
  bottom: auto !important;
  flex-direction: column;
  left: 115px !important;
  right: auto !important;
  top: auto !important;
  top: 50% !important;
  transform: translateY(-50%)
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 600;
  height: auto;
  margin: 15px 0 !important;
  width: auto
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:before {
  display: none
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--accent)
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:first-child:after {
  content: "01"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(2):after {
  content: "02"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(3):after {
  content: "03"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(4):after {
  content: "04"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(5):after {
  content: "05"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(6):after {
  content: "06"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(7):after {
  content: "07"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(8):after {
  content: "08"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(9):after {
  content: "09"
}

.swiper-vertical>.swiper-pagination .swiper-pagination-bullet:nth-child(10):after {
  content: "10"
}

.cs-swiper_arrow_style_1 .swiper-button {
  align-items: center;
  bottom: 48px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  position: absolute;
  transition: all .3s ease;
  z-index: 11
}

.cs-swiper_arrow_style_1 .swiper-button:hover {
  color: var(--accent)
}

@media (max-width:1199px) {
  .cs-swiper_arrow_style_1 .swiper-button {
    bottom: 25px
  }
}

.cs-swiper_arrow_style_1 .swiper-button svg {
  font-size: 22px
}

.cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-prev {
  left: 115px
}

.cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-prev svg {
  margin-right: 12px
}

@media (max-width:1199px) {
  .cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-prev {
    left: 15px
  }
}

.cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-next {
  right: 115px
}

.cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-next svg {
  margin-left: 12px
}

@media (max-width:1199px) {
  .cs-swiper_arrow_style_1 .swiper-button.image-swiper-button-next {
    right: 15px
  }
}

@media screen and (max-width:1380px) {
  .cs-arrow_style2 .slick-arrow {
    top: -175px
  }

  .cs-slider.cs-style3 {
    margin-left: -30%;
    width: 160%
  }
}

@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
  }

  .cs-slider.cs-style1 {
    display: block
  }

  .cs-slider.cs-style1 .cs-slider_left {
    padding-bottom: 90px;
    padding-right: 0;
    width: 100%
  }

  .cs-slider.cs-style1 .cs-slider_right {
    width: 100%
  }

  .cs-testimonial_slider_left {
    width: 45%
  }

  .cs-testimonial_slider_right {
    width: 55%
  }

  .swiper-horizontal>.swiper-pagination,
  .swiper-vertical>.swiper-pagination {
    bottom: 30px
  }

  .swiper-vertical>.swiper-pagination.cs-slide_numbers {
    left: 15px !important
  }

  .swiper-vertical>.swiper-pagination.cs-slide_numbers .swiper-pagination-bullet {
    font-size: 16px;
    margin: 7px 0 !important
  }

  .swiper-vertical>.swiper-pagination {
    bottom: 18px;
    left: 15px !important;
    left: 50%;
    top: auto;
    transform: translateX(-50%)
  }

  .swiper-vertical>.swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    margin: 5px 6px !important
  }
}

@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: 35px
  }

  .cs-slider_nav {
    padding-bottom: 80px;
    position: static;
    transform: none;
    width: 100%
  }

  .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
  }

  .cs-slider.cs-style1 .cs-slider_left {
    padding-bottom: 45px
  }

  .cs-slider_heading.cs-style1 {
    align-items: flex-start;
    flex-direction: column
  }

  .cs-slider_heading.cs-style1 .cs-section_heading+.cs-slider_arrows {
    margin-top: 15px
  }

  .cs-testimonial_slider {
    display: block
  }

  .cs-testimonial_slider_left,
  .cs-testimonial_slider_right {
    width: 100%
  }

  .cs-testimonial_slider_left {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px
  }

  .slider-nav.cs-style1 {
    margin: auto
  }

  .slider-nav.cs-style1 .slick-list {
    padding: 40px 0 !important
  }

  .slick-dots {
    margin: 40px 0 0
  }

  .cs-slider.cs-style3 {
    margin-left: -40%;
    width: 180%
  }
}

@media screen and (max-width:767px) {
  .cs-slider.cs-style3 {
    margin-left: 0;
    padding: 0 12px;
    width: 100%
  }
}

@media screen and (max-width:575px) {
  .cs-hide_mobile {
    display: none
  }

  .swiper-vertical>.swiper-pagination {
    display: none !important
  }
}

@media screen and (max-width:420px) {
  .slider-nav.cs-style1 {
    width: 300px
  }

  .slider-nav_item {
    width: 100px
  }

  .cs-testimonial_slider .cs-testimonial.cs-style1 {
    padding-bottom: 70px
  }

  .cs-arrow_style1 .slick-next,
  .cs-arrow_style2 .slick-next {
    left: 50%;
    margin-left: 38px;
    right: auto;
    transform: translateX(-50%)
  }

  .cs-arrow_style1 .slick-prev,
  .cs-arrow_style2 .slick-prev {
    left: 50%;
    margin-left: -38px;
    right: auto;
    transform: translateX(-50%)
  }

  .cs-arrow_style2 .slick-next,
  .cs-arrow_style2 .slick-prev {
    bottom: 0;
    top: auto
  }

  .swiper-vertical>.swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    margin: 5px 4px !important
  }
}

.cs-vertical_slider {
  height: 100vh;
  position: relative
}

.swiper {
  height: 100vh;
  width: 100%
}

.cs-pd_video .cs-video_open,
.cs-sample_img .cs-video_open {
  color: #fff;
  font-size: 68px;
  left: 50%;
  line-height: 48px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease
}

.cs-pd_video .cs-video_open:hover,
.cs-sample_img .cs-video_open:hover {
  color: hsla(0, 0%, 100%, .7)
}

.cs-video_popup {
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  transition-delay: .3s;
  width: 100%;
  z-index: 1000
}

.cs-video_popup.active {
  left: 0;
  transition-delay: 0s
}

.cs-video_popup_overlay {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all .4s ease-out
}

.cs-video_popup.active .cs-video_popup_overlay {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  opacity: .8
}

.cs-video_popup_content {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  font-size: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateY(100px);
  transition: all .4s ease-out;
  visibility: hidden
}

.cs-video_popup.active .cs-video_popup_content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.cs-video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.cs-video_popup_container {
  background: #fff;
  display: inline-block;
  max-width: 1380px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%
}

.cs-video_popup_container .embed-responsive {
  width: 100%
}

.embed-responsive {
  display: block;
  height: 0;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative
}

.embed-responsive-16by9:before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.embed-responsive iframe,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-video_popup_close {
  background: #d90d0d;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out;
  width: 40px
}

.cs-video_popup iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.cs-video_popup_close:before {
  transform: rotate(-45deg)
}

.cs-video_popup_close:after,
.cs-video_popup_close:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  transition: all .4s ease-in-out;
  width: 20px
}

.cs-video_popup_close:after {
  transform: rotate(45deg)
}

.cs-video_popup_close:hover:after,
.cs-video_popup_close:hover:before {
  background: #000
}

.cs-video_popup_layer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}

.cs-video_popup_align {
  overflow: hidden
}

.cs-sidebar_item:not(:last-child) {
  margin-bottom: 70px
}

.cs-sidebar_widget_title {
  font-size: 30px;
  margin-bottom: 30px
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -5px
}

.tag-cloud-link {
  border: 2px solid #fff;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6em;
  margin: 5px;
  padding: 3px 15px
}

.tag-cloud-link:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff
}

.cs-side_menu_widget {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs-side_menu_widget li {
  padding-left: 26px;
  position: relative
}

.cs-side_menu_widget li svg {
  font-size: 22px;
  left: -4px;
  position: absolute;
  top: 2px
}

.cs-side_menu_widget li:not(:last-child) {
  margin-bottom: 20px
}

.cs-recent_posts {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs-recent_posts li:not(:last-child) {
  margin-bottom: 20px
}

.cs-recent_post {
  align-items: center;
  display: flex
}

.cs-recent_post_thumb {
  border-radius: 5px;
  flex: none;
  height: 60px;
  margin-right: 18px;
  overflow: hidden;
  width: 60px
}

.cs-recent_post_thumb:hover .cs-recent_post_thumb_in {
  transform: scale(1.06)
}

.cs-recent_post_thumb_in {
  border-radius: inherit;
  height: 100%;
  transition: all .4s ease;
  width: 100%
}

.cs-recent_post_title {
  font-size: 18px;
  margin-bottom: 5px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cs-sidebar_search {
  position: relative
}

.cs-sidebar_search input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  display: block;
  outline: none;
  padding: 0 40px 6px 10px;
  transition: all .3s ease;
  width: 100%
}

.cs-sidebar_search input:focus {
  border-color: var(--accent)
}

.cs-sidebar_search_btn {
  background-color: transparent;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 22px;
  outline: none;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all .3s ease
}

.cs-sidebar_search_btn:hover {
  color: var(--accent)
}

.cs-author_card img {
  height: 130px;
  margin-bottom: 22px;
  width: 130px
}

.cs-author_card h3 {
  font-size: 30px;
  margin-bottom: 14px
}

.cs-author_card p {
  margin-bottom: 0
}

@media screen and (max-width:991px) {
  .cs-sidebar_widget_title {
    font-size: 26px;
    margin-bottom: 20px
  }

  .cs-side_menu_widget li:not(:last-child) {
    margin-bottom: 12px
  }

  .cs-sidebar_item:not(:last-child) {
    margin-bottom: 40px
  }
}

@media screen and (min-width:992px) {
  .cs-height_0 {
    height: 0
  }

  .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: 0
  }

  .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
  }
}

.cs-site_header {
  position: relative;
  z-index: 101
}

.cs-site_header .cs-btn.cs-style6 {
  font-size: 16px
}

.cs-site-branding {
  display: inline-block;
  max-width: 180px
}

.cs-site_header {
  left: 0;
  position: absolute;
  top: 10px;
  transition: all .4s ease;
  width: 100%
}

.cs-site_header.cs-style1 .cs-main_header_in,
.cs-site_header.cs-style1 .cs-top_header_in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 90px;
  justify-content: space-between;
  position: relative
}

.cs-site_header.cs-style1 .cs-main_header_right {
  align-items: center;
  display: flex;
  height: 100%
}

.cs-site_header.cs-style1.cs-sticky-active {
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, .1)
}

.cs-site_header.cs-style1 .cs-icon_btn {
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  transition: all .3s ease;
  width: 45px
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in {
  cursor: pointer;
  height: 16px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 18px
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span {
  background-color: currentColor;
  border-radius: 0;
  border-radius: 3px;
  color: inherit;
  display: inline-block;
  height: 2px;
  position: absolute;
  transition: 0s ease-in-out;
  vertical-align: top;
  width: 100%
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:first-child {
  transform: translateY(-7px);
  width: calc(100% - 4px)
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(2) {
  transform: translate(0);
  width: calc(100% - 4px)
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(3) {
  transform: translateY(7px)
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(4) {
  transform: translateY(14px)
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span {
  transition: .3s ease-in-out
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:first-child {
  transform: translate(0)
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(2) {
  transform: translateY(7px);
  width: 100%
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(3) {
  transform: translateY(14px)
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(4) {
  transform: translateY(21px)
}

.cs-site_header.cs-style1 .cs-action_box {
  align-items: center;
  display: flex
}

.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-btn {
  padding: 13px 15px
}

.cs-site_header_full_width .container {
  max-width: 100%;
  padding: 0 115px
}

.cs-site_header_style1 {
  border-bottom: 1px solid #1a188d
}

.cs-site_header_style1 .cs-main_header_right {
  align-items: center;
  display: flex
}

.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 {
  background-color: #fff;
  bottom: -4px
}

.cs-side_header {
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000
}

.cs-side_header .cs-side_header_overlay {
  background-color: hsla(0, 0%, 9%, .5);
  cursor: zoom-out;
  height: inherit;
  left: inherit;
  opacity: 0;
  position: inherit;
  top: inherit;
  transition: all .4s ease;
  width: inherit
}

.cs-side_header .cs-side_header_in {
  background-color: #181818;
  flex: none;
  height: 100vh;
  margin-left: auto;
  overflow: auto;
  padding: 90px 50px 50px;
  position: relative;
  right: -500px;
  transition: all .4s ease;
  width: 500px;
  z-index: 2
}

.cs-side_header .cs-side_header_heading {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0
}

.cs-side_header .cs-side_header_title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase
}

.cs-side_header .cs-side_header_box {
  padding: 35px 0
}

.cs-side_header .cs-close {
  opacity: 0
}

.cs-side_header.active {
  opacity: 1;
  visibility: visible
}

.cs-side_header.active .cs-close,
.cs-side_header.active .cs-side_header_overlay {
  opacity: 1
}

.cs-side_header.active .cs-side_header_in {
  right: 0
}

.cs-side_header .cs-side_header_shape {
  bottom: 0;
  height: 257px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 257px;
  z-index: -1
}

.cs-side_header .cs-side_header_shape:before {
  background-color: #000;
  border-radius: 50%;
  bottom: -80px;
  content: "";
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: -90px;
  width: 100%
}

.cs-close {
  background-color: transparent;
  border: 2px solid;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 25px;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 25px;
  z-index: 2;
  z-index: 100
}

.cs-close:after,
.cs-close:before {
  background-color: currentColor;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 50%
}

.cs-close:before {
  transform: rotate(45deg)
}

.cs-close:hover {
  color: var(--accent);
  transform: scale(1.05)
}

@media screen and (max-width:1199px) {
  .cs-main_header .container {
    max-width: 100%
  }

  .cs-site_header.cs-style1 .cs-nav {
    display: flex
  }
}

.cs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs-sticky_header {
  position: fixed !important;
  transition: all .4s ease;
  width: 100%;
  z-index: 999
}

.cs-sticky_header_active {
  background-color: #000;
  top: 0
}

.cs-site_branding {
  display: inline-block
}

.cs-site_branding img {
  max-height: 45px
}

@media screen and (min-width:1200px) {
  .cs-main_header {
    position: relative
  }

  .cs-main_header .container-fluid {
    padding-left: 40px;
    padding-right: 40px
  }

  .cs-main_header_center,
  .cs-top_header_center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .cs-site_header.cs-style1 .cs-main_header_center {
    max-width: calc(100% - 300px);
    width: 100%
  }

  .cs-site_header.cs-style1 .cs-main_header_center,
  .cs-site_header.cs-style1 .cs-main_header_left {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
  }

  .cs-nav {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 100%;
    line-height: 1.6em
  }

  .cs-nav .cs-nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit
  }

  .cs-nav .cs-nav_list>li {
    height: inherit;
    margin-right: 50px
  }

  .cs-nav .cs-nav_list>li:last-child {
    margin-right: 0
  }

  .cs-nav .cs-nav_list>li>a {
    align-items: center;
    display: inline-flex;
    height: inherit;
    padding: 10px 0;
    position: relative
  }

  .cs-nav .cs-nav_list>li>ul {
    left: 0;
    top: calc(100% + 15px)
  }

  .cs-nav .cs-nav_list>li:hover>ul {
    opacity: 1;
    top: 100%;
    transition: all .4s ease;
    visibility: visible
  }

  .cs-nav .cs-nav_list>li.menu-item-has-children>a {
    position: relative
  }

  .cs-nav .cs-nav_list>li.menu-item-has-children>a:after {
    border: 2px solid;
    border-left: 0;
    border-radius: 0 0 2px 0;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    width: 8px
  }

  .cs-nav .cs-nav_list li:not(.cs-mega-menu) {
    position: relative
  }

  .cs-nav .cs-nav_list ul {
    background-color: #181818;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid var(--accent);
    box-shadow: 0 1px 2px 0 rgba(2, 0, 181, .1);
    display: block !important;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    transition: all .1s ease;
    visibility: hidden;
    width: 260px;
    z-index: 100
  }

  .cs-nav .cs-nav_list ul li:hover ul {
    top: 0
  }

  .cs-nav .cs-nav_list ul li:hover>ul {
    opacity: 1;
    transition: all .4s ease;
    visibility: visible
  }

  .cs-nav .cs-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px
  }

  .cs-nav .cs-nav_list ul ul {
    left: 100%;
    top: 15px
  }

  .cs-nav .cs-nav_list .active {
    color: var(--accent)
  }

  .cs-munu_dropdown_toggle,
  .cs-munu_toggle {
    display: none
  }

  .cs-nav .cs-nav_list .cs-mega-wrapper {
    display: flex !important;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 1170px !important
  }

  .cs-nav .cs-nav_list .cs-mega-wrapper>li {
    flex: 1;
    padding: 10px 0
  }

  .cs-nav .cs-nav_list .cs-mega-wrapper>li:not(:last-child) {
    border-right: 1px solid #4d4d4d
  }

  .cs-nav .cs-nav_list .cs-mega-wrapper>li>a {
    color: #fefefe;
    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 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: static;
    width: 100%
  }

  .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
  }
}

@media screen and (max-width:1360px) {
  .cs-site-branding {
    max-width: 190px
  }
}

@media screen and (max-width:1199px) {
  .cs-munu_dropdown_toggle {
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 30px
  }

  .cs-munu_dropdown_toggle:after,
  .cs-munu_dropdown_toggle:before {
    background-color: hsla(0, 0%, 100%, .7);
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 10px
  }

  .cs-munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg)
  }

  .cs-munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  .cs-nav .cs-nav_list {
    background-color: #181818;
    border-bottom: 1px solid rgba(77, 77, 77, .322);
    border-top: 1px solid rgba(77, 77, 77, .322);
    display: none;
    left: -12px;
    line-height: 1.6em;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100vw
  }

  .cs-nav .cs-nav_list ul {
    display: none;
    padding-left: 15px
  }

  .cs-nav .cs-nav_list .cs-munu_dropdown_toggle.active+ul {
    display: block
  }

  .cs-nav .cs-nav_list a {
    display: block;
    padding: 8px 20px
  }

  .cs-nav .menu-item-has-children {
    position: relative
  }

  .cs-munu_toggle {
    cursor: pointer;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 27px;
    width: 30px
  }

  .cs-munu_toggle span,
  .cs-munu_toggle span:after,
  .cs-munu_toggle span:before {
    background-color: currentColor;
    display: block;
    height: 2px;
    width: 100%
  }

  .cs-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-delay: .2s;
    transition-duration: 0s
  }

  .cs-munu_toggle span:before {
    margin-top: -9px
  }

  .cs-munu_toggle span:after,
  .cs-munu_toggle span:before {
    content: "";
    position: absolute;
    transition-delay: .2s, 0s;
    transition-duration: .2s;
    transition-property: margin, transform
  }

  .cs-munu_toggle span:after {
    margin-top: 9px
  }

  .cs-site_header.cs-style1 .cs-munu_toggle {
    margin-top: -13px;
    right: 0;
    top: 50%
  }

  .cs-toggle_active span {
    background-color: transparent;
    transition-delay: .2s
  }

  .cs-toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, .2s
  }

  .cs-toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, .2s
  }

  .cs-header_toolbox {
    margin-right: 50px
  }

  .cs-nav .cs-nav_list a {
    position: relative
  }

  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 80px
  }

  .cs-hamburger span {
    height: 3px
  }

  .cs-site_header .current-menu-item>a:before {
    display: none
  }

  .cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0
  }

  .cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }

  .cs-site_header.cs-style1 {
    top: 0
  }

  .cs-toolbox {
    margin-right: 45px
  }

  .cs-site_header.cs-style1 .cs-icon_btn {
    height: 38px;
    width: 38px
  }

  .cs-side_header,
  .cs-toolbox {
    display: none
  }

  .cs-site_header_full_width .container {
    max-width: 100%;
    padding: 0 15px
  }
}

@media screen and (max-width:991px) {
  .cs-site_header .container {
    max-width: 100%
  }

  .cs-site_header.cs-style1 .cs-action_box>:not(:last-child) {
    margin-right: 25px
  }

  .cs-site_header.cs-style1 .cs-btn {
    padding: 8px
  }
}

@media screen and (max-width:575px) {
  .cs-site-branding {
    max-width: 150px
  }

  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0
  }

  .cs-site_branding img {
    max-height: 32px
  }

  .cs-site_header.cs-style1 .cs-btn span {
    display: none
  }

  .cs-site_header.cs-style1 .cs-btn svg {
    height: 20px;
    margin-right: 0;
    width: 20px
  }
}

.cs-cursor_lg,
.cs-cursor_sm {
  border-radius: 50%;
  mix-blend-mode: difference;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 9999
}

.cs-cursor_lg {
  border: 1px solid var(--accent);
  height: 40px;
  left: 0;
  pointer-events: none;
  top: 0;
  transition: .15s;
  width: 40px
}

.cs-cursor_sm {
  background-color: var(--accent);
  height: 8px;
  left: 15px;
  pointer-events: none;
  top: 15px;
  transition: .2s;
  width: 8px
}

@media screen and (max-width:575px) {

  .cs-cursor_lg,
  .cs-cursor_sm {
    display: none
  }
}

.cs-hero_social_wrap {
  display: flex;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: rotate(180deg) translateY(85%);
  writing-mode: vertical-lr;
  z-index: 10
}

.cs-hero_social_wrap.cs-left_side {
  left: 45px;
  right: auto
}

.cs-hero_social_title {
  padding-bottom: 35px;
  position: relative;
  white-space: nowrap
}

.cs-hero_social_title:after {
  background-color: #999696;
  border-radius: 3px;
  bottom: -5px;
  content: "";
  display: inline-block;
  height: 15px;
  left: 11px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: absolute;
  width: 2px
}

.cs-hero_social_links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.cs-hero_social_links li {
  padding-bottom: 32px;
  position: relative;
  white-space: nowrap
}

.cs-hero_social_links li:last-child {
  padding-bottom: 0
}

.cs-hero_social_links li:not(:last-child):after {
  background-color: #999696;
  border-radius: 3px;
  bottom: 16px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 5px;
  width: 15px
}

.cs-hero_6_wrap,
.cs-hero_7_wrap {
  height: 100vh;
  position: relative
}

.cs-hero_6_wrap .cs-hero_social_wrap,
.cs-hero_7_wrap .cs-hero_social_wrap {
  transform: rotate(180deg) translateY(50%);
  z-index: 10
}

.cs-hero.cs-style1 {
  height: calc(100vh + 180px);
  min-height: 1000px;
  padding: 250px 0 170px;
  position: relative
}

.cs-hero.cs-style1 .cs-hero_title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 60px
}

.cs-hero.cs-style1 .cs-hero_title span {
  color: var(--accent)
}

.cs-hero.cs-style1 .cs-hero_subtitle {
  color: #fefefe;
  font-size: 18px;
  line-height: 1.9em
}

.cs-hero.cs-style1 .cs-hero_info {
  align-items: center;
  display: flex
}

.cs-hero.cs-style1 .cs-hero_info>div {
  flex: none;
  width: 50%
}

.cs-hero.cs-style1 .cs-hero_text {
  position: relative;
  z-index: 3
}

.cs-hero.cs-style1 .cs-slider.cs-style1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-hero.cs-style1 .cs-slider.cs-style1 * {
  height: 100%;
  width: 100%
}

.cs-hero.cs-style1.cs-type2 {
  align-items: center;
  display: flex;
  height: 860px;
  justify-content: center;
  margin-top: 110px;
  min-height: 650px;
  padding: 30px 115px 50px
}

.cs-hero.cs-style1.cs-type2 .cs-hero_bg {
  border-radius: 15px;
  height: 100%;
  left: 115px;
  overflow: hidden;
  position: absolute;
  right: 115px;
  top: 0
}

.cs-hero.cs-style1.cs-type2 .cs-hero_title {
  margin-bottom: 40px
}

.cs-hero.cs-style1.cs-type2 .cs-hero_title:first-letter {
  color: var(--accent)
}

.cs-hero.cs-style1.cs-type2 .cs-hero_social_wrap {
  transform: rotate(180deg) translateY(50%)
}

.cs-fixed_bg {
  background-repeat: no-repeat;
  background-size: cover
}

.cs-down_btn {
  border: 2px solid #fff;
  border-radius: 10px;
  bottom: 25%;
  height: 35px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px
}

.cs-down_btn,
.cs-down_btn:hover {
  color: transparent
}

.cs-down_btn:before {
  animation: UpAndDown 3s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px
}

.cs-hero.cs-style2 {
  align-items: center;
  display: flex;
  height: 1150px;
  padding-top: 80px;
  position: relative
}

.cs-hero.cs-style2 .cs-hero_tab_item h2 {
  display: inline-block;
  font-size: 120px;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

.cs-hero.cs-style2 .cs-hero_tab_item h2 a {
  color: inherit
}

.cs-hero.cs-style2 .cs-hero_tab_item h2:before {
  background-color: var(--accent);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all .4s ease;
  width: 0
}

.cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
  animation: inactiveImageAnimation 1s ease forwards;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%
}

.cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
  margin-bottom: 45px
}

.cs-hero.cs-style2 .cs-hero_tab_item.active h2:before {
  width: 100%
}

.cs-hero.cs-style2 .cs-hero_tab_item.active .cs-hero_tab_img {
  animation: activeImageAnimation 1s ease forwards
}

.cs-hero.cs-style2 .cs-hero_social_wrap {
  transform: rotate(180deg) translateY(50%)
}

.cs-hero.cs-style3 {
  background-color: #000;
  overflow: hidden;
  padding: 240px 0 150px;
  position: relative
}

.cs-hero.cs-style3 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 60px
}

.cs-hero.cs-style3 .cs-hero_subtitle {
  color: #fefefe;
  font-size: 18px;
  line-height: 1.9em;
  margin-bottom: 95px;
  margin-left: auto;
  max-width: 650px
}

.cs-hero.cs-style3 .cs-hero_text {
  position: relative;
  z-index: 5
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 16%
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  left: 47%;
  top: 82%
}

.cs-hero.cs-style3 .cs-circle_1 {
  border: 3px solid hsla(0, 1%, 59%, .2);
  border-radius: 50%;
  height: 745px;
  left: -12%;
  position: absolute;
  top: -30%;
  width: 745px
}

.cs-hero.cs-style3 .cs-circle_2 {
  animation: light-mode 9s cubic-bezier(.4, 0, .2, 1) 0s infinite normal none running;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 74, 23, .8) 0, rgba(255, 74, 23, 0) 100%);
  border-radius: 50%;
  height: 626px;
  left: 50%;
  position: absolute;
  top: 10%;
  transform: translateX(-50%);
  width: 626px
}

.cs-hero.cs-style3 .cs-hero_highlite {
  bottom: 7%;
  font-size: 120px;
  font-weight: 700;
  height: 300px;
  left: 68%;
  line-height: 1.2em;
  position: absolute;
  width: 300px
}

.cs-hero.cs-style3 .cs-hero_highlite .cs-round_img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.cs-hero.cs-style3 .cs-hero_highlite .cs-round_img img {
  animation: rotate-anim 30s infinite
}

.cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
  margin-left: 0
}

@media (max-width:1199px) {
  .cs-hero.cs-style3.cs-type1 .cs-hero_highlite {
    display: none
  }

  .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto
  }
}

.cs-hero.cs-style4,
.cs-hero.cs-style5 {
  align-items: center;
  display: flex;
  height: 100vh;
  overflow: hidden;
  padding: 80px 115px;
  position: relative
}

.cs-hero.cs-style4 .cs-hero_text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition: all .7s ease;
  z-index: 4
}

.cs-hero.cs-style4 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
  position: relative;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .07em;
  text-underline-offset: -.11em;
  text-underline-position: under
}

.cs-hero.cs-style4 .cs-hero_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.cs-hero.cs-style5 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  margin: 0 0 60px;
  position: relative
}

.cs-hero.cs-style5 .cs-hero_text {
  opacity: 0;
  padding-left: 180px;
  padding-top: 25px;
  position: relative;
  top: 100px;
  transition: all .8s ease;
  z-index: 2
}

.swiper-slide-active .cs-hero.cs-style4 .cs-hero_text {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: .7s
}

.swiper-slide-active .cs-hero.cs-style5 .cs-hero_text {
  opacity: 1;
  top: 0;
  transition-delay: .45s
}

.cs-swiper_button_next,
.cs-swiper_button_prev {
  align-items: center;
  bottom: 48px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  position: absolute;
  transition: all .3s ease;
  z-index: 11
}

.cs-swiper_button_next:hover,
.cs-swiper_button_prev:hover {
  color: var(--accent)
}

.cs-swiper_button_prev {
  left: 115px
}

.cs-swiper_button_prev svg {
  margin-right: 13px
}

.cs-swiper_button_next {
  right: 115px
}

.cs-swiper_button_next svg {
  margin-left: 13px
}

@keyframes UpAndDown {

  0%,
  to {
    top: 30%
  }

  50% {
    opacity: .5;
    top: 70%;
    transform: translate(-50%, -50%) scale(.8)
  }
}

@keyframes inactiveImageAnimation {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }

  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }
}

@keyframes activeImageAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

.swiper-horizontal .swiper-wrapper {
  display: flex
}

.swiper-horizontal .swiper-slide {
  flex: none
}

@media screen and (max-width:1920px) {
  .cs-hero.cs-style2 {
    height: 1080px
  }
}

@media screen and (max-width:1540px) {
  .cs-hero.cs-style1 {
    min-height: 960px;
    padding-top: 220px
  }

  .cs-hero.cs-style2 {
    height: 864px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 100px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px
  }

  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 90px;
    line-height: 1.4em
  }

  .cs-hero.cs-style1.cs-type2 {
    height: 680px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 100px
  }
}

@media screen and (max-width:1400px) {
  .cs-hero.cs-style2 {
    height: 900px
  }

  .cs-hero.cs-style1 {
    min-height: 880px;
    padding-top: 200px
  }

  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 100px
  }

  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: 40px
  }

  .cs-hero.cs-style2 {
    height: 768px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 80px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 80px
  }

  .cs-hero.cs-style1.cs-type2 {
    height: 600px;
    min-height: 500px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 70px
  }

  .cs-hero.cs-style4 .cs-hero_title,
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 80px
  }
}

@media screen and (max-width:1280px) {
  .cs-hero.cs-style2 {
    height: 800px
  }
}

@media screen and (max-width:1199px) {
  .cs-hero.cs-style1 {
    min-height: 850px
  }

  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 80px
  }

  .cs-hero.cs-style1 .cs-hero_subtitle {
    font-size: 16px
  }

  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 60px
  }

  .cs-hero.cs-style3 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto
  }

  .cs-hero.cs-style1 .cs-hero_social_wrap,
  .cs-hero.cs-style2 .cs-hero_social_wrap,
  .cs-hero.cs-style3 .cs-hero_social_wrap,
  .cs-hero_6_wrap .cs-hero_social_wrap,
  .cs-hero_7_wrap .cs-hero_social_wrap {
    display: none
  }

  .cs-hero.cs-style2 {
    height: 850px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 80px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px
  }

  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 50px;
    margin-bottom: 30px
  }

  .cs-hero.cs-style3 .cs-hero_text,
  .cs-hero.cs-style3 .text-end {
    text-align: center !important
  }

  .cs-hero.cs-style3 .cs-hero_subtitle {
    font-size: 16px;
    margin-bottom: 40px
  }

  .cs-hero.cs-style1.cs-type2 {
    padding-left: 15px;
    padding-right: 15px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_bg {
    left: 12px;
    right: 12px
  }

  .cs-hero.cs-style4 {
    padding: 80px 15px
  }

  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 60px
  }

  .cs-hero.cs-style4 .cs-hero_title span:before {
    bottom: 5px;
    height: 5px
  }

  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 150px
  }

  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 60px;
    margin: 0 0 45px
  }

  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 10px 26px
  }

  .cs-swiper_button_next,
  .cs-swiper_button_prev {
    bottom: 25px
  }

  .cs-hero.cs-style1.cs-type2 {
    margin-top: 80px
  }

  .cs-swiper_button_prev {
    left: 15px
  }

  .cs-swiper_button_next {
    right: 15px
  }

  .cs-hero.cs-style5 .cs-hero_text {
    padding-left: 0;
    padding-top: 0
  }
}

@media screen and (max-width:991px) {
  .cs-hero.cs-style1 {
    align-items: center;
    display: flex;
    min-height: 680px;
    padding-bottom: 260px;
    padding-top: 60px
  }

  .cs-hero.cs-style1 .cs-hero_info {
    align-items: flex-start;
    flex-direction: column-reverse
  }

  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 56px;
    margin-bottom: 20px
  }

  .cs-hero.cs-style1 .cs-hero_subtitle {
    margin-bottom: 24px;
    max-width: 500px
  }

  .cs-hero.cs-style1 .cs-hero_info>div {
    width: 100%
  }

  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px
  }

  .cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto
  }

  .cs-hero.cs-style2 {
    height: 700px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 56px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px
  }

  .cs-hero.cs-style3 {
    padding: 160px 0 120px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 50px
  }

  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 100px
  }
}

@media screen and (max-width:575px) {
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 42px
  }

  .cs-hero.cs-style1 .cs-hero_title br {
    display: none
  }

  .cs-hero.cs-style2 {
    height: auto;
    min-height: 100vh;
    padding: 150px 0 90px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 42px
  }

  .cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
    opacity: .8;
    width: 100%
  }

  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 38px;
    margin-bottom: 25px
  }

  .cs-hero.cs-style3 .cs-hero_subtitle {
    margin-bottom: 35px
  }

  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 40px
  }

  .cs-hero.cs-style1.cs-type2 {
    height: 500px;
    padding-bottom: 40px
  }

  .cs-hero.cs-style4 {
    padding: 80px 15px
  }

  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 38px
  }

  .cs-hero.cs-style4 .cs-hero_title span:before {
    bottom: 4px;
    height: 3px
  }

  .cs-hero.cs-style5 {
    padding: 80px 15px
  }

  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 40px;
    margin: 0 0 35px
  }

  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 9px 26px
  }

  .cs-swiper_button_prev {
    left: 15px
  }

  .cs-swiper_button_next {
    right: 15px
  }
}

@media only screen and (min-width:1400px) and (max-width:1490px) {

  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px
  }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {

  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:1150px) {
  .cs-hero.cs-style1 {
    height: auto;
    min-height: auto;
    padding-bottom: 350px;
    padding-top: 200px
  }

  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px
  }
}

.cs-hero.cs-style6 {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 1024px;
  min-height: 100vh;
  padding: 150px 0 70px
}

@media (max-width:991px) {
  .cs-hero.cs-style6 {
    max-height: none;
    min-height: auto;
    padding: 140px 0 100px
  }
}

.cs-hero.cs-style6 .cs-hero_title {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.33em;
  margin-bottom: 36px
}

@media (max-width:1400px) {
  .cs-hero.cs-style6 .cs-hero_title {
    font-size: 80px
  }
}

@media (max-width:1199px) {
  .cs-hero.cs-style6 .cs-hero_title {
    font-size: 62px
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style6 .cs-hero_title {
    font-size: 56px;
    margin-bottom: 15px
  }
}

@media (max-width:420px) {
  .cs-hero.cs-style6 .cs-hero_title {
    font-size: 46px
  }
}

@media (max-width:350px) {
  .cs-hero.cs-style6 .cs-hero_title {
    font-size: 42px
  }
}

.cs-hero.cs-style6 .cs-hero_subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.96em;
  margin-bottom: 62px
}

@media (max-width:1400px) {
  .cs-hero.cs-style6 .cs-hero_subtitle {
    font-size: 16px
  }
}

@media (max-width:1199px) {
  .cs-hero.cs-style6 .cs-hero_subtitle br {
    display: none
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style6 .cs-hero_subtitle {
    margin-bottom: 28px
  }
}

.cs-hero.cs-style6 .cs-hero_img {
  position: relative
}

@media (max-width:1040px) {
  .cs-hero.cs-style6 .cs-hero_img {
    max-width: 595px;
    padding-right: 60px
  }
}

@media (max-width:450px) {
  .cs-hero.cs-style6 .cs-hero_img {
    padding-right: 30px
  }
}

.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, #ff4a17, rgba(255, 74, 23, .5));
  border-radius: 50%;
  cursor: pointer;
  height: 173px;
  position: absolute;
  right: -70px;
  top: 35px;
  width: 173px
}

@media (max-width:1460px) {
  .cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn {
    transform: scale(.7)
  }
}

@media (max-width:1040px) {
  .cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn {
    right: -27px;
    top: 5%
  }
}

@media (max-width:450px) {
  .cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn {
    right: -43px;
    top: 0;
    transform: scale(.5)
  }
}

.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn img {
  animation: rotate-anim 30s infinite
}

.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease
}

.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn:hover svg {
  transform: translate(-50%, -50%) scale(1.2)
}

.cs-hero.cs-style7 {
  background: linear-gradient(267deg, #161616, #080808);
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 100vh;
  height: 1100px;
  justify-content: space-between;
  overflow: hidden;
  padding: 200px 0 142px;
  position: relative
}

@media (max-width:1600px) {
  .cs-hero.cs-style7 {
    height: 1050px
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style7 {
    gap: 20px;
    height: 890px;
    padding: 160px 0 110px
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style7 {
    height: 100vh;
    justify-content: center;
    min-height: 680px
  }
}

.cs-hero.cs-style7 .container {
  position: relative;
  z-index: 2
}

.cs-hero.cs-style7 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  text-align: center
}

@media (max-width:1400px) {
  .cs-hero.cs-style7 .cs-hero_title {
    font-size: 85px
  }
}

@media (max-width:1199px) {
  .cs-hero.cs-style7 .cs-hero_title {
    font-size: 80px
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_title {
    font-size: 56px
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style7 .cs-hero_title {
    font-size: 42px
  }
}

@media (max-width:400px) {
  .cs-hero.cs-style7 .cs-hero_title {
    font-size: 36px
  }
}

.cs-hero.cs-style7 .cs-hero_subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.94em;
  margin: 0;
  max-width: 430px
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 520px
  }
}

.cs-hero.cs-style7 .cs-hero_text_in {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_text_in {
    align-items: center;
    flex-direction: column;
    text-align: center
  }
}

.cs-hero.cs-style7 .cs-hero_img_1 {
  left: 50%;
  position: absolute;
  top: 460px;
  transform: translateX(-50%)
}

@media (max-width:1600px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    max-width: 480px
  }
}

@media (max-width:1400px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    top: 430px
  }
}

@media (max-width:1199px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    max-width: 420px
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    max-width: 350px;
    top: 320px;
    width: 100%
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    display: none
  }
}

.cs-hero.cs-style7 .cs-hero_img_2 {
  left: 16%;
  position: absolute;
  top: 44%
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_img_2 {
    left: 10%
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style7 .cs-hero_img_2 {
    left: 40%;
    top: 80%
  }
}

.cs-hero.cs-style7 .cs-hero_img_2 img {
  animation: UpAndDown 15s infinite
}

.cs-hero.cs-style7 .cs-hero_img_3 {
  position: absolute;
  right: 15%;
  top: 32%
}

@media (max-width:991px) {
  .cs-hero.cs-style7 .cs-hero_img_3 {
    right: 10%
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style7 .cs-hero_img_3 {
    left: 50%;
    right: auto;
    top: 16%;
    transform: translateX(-50%)
  }
}

.cs-hero.cs-style7 .cs-hero_img_3 img {
  animation: semi-rotate-anim 9.6s cubic-bezier(.4, 0, .2, 1) infinite
}

.cs-hero.cs-style8 {
  align-items: center;
  background: linear-gradient(267deg, #161616, #080808);
  display: flex;
  height: 100vh;
  max-height: 1000px;
  padding: 170px 0 100px;
  position: relative
}

@media (max-width:991px) {
  .cs-hero.cs-style8 {
    flex-direction: column-reverse;
    height: auto;
    max-height: none;
    padding-bottom: 80px;
    padding-top: 0
  }
}

.cs-hero.cs-style8 .cs-hero_intro_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.94em;
  margin-bottom: 4px
}

.cs-hero.cs-style8 .cs-hero_title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px
}

@media (max-width:991px) {
  .cs-hero.cs-style8 .cs-hero_title {
    font-size: 56px
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style8 .cs-hero_title {
    font-size: 46px
  }
}

.cs-hero.cs-style8 .cs-hero_subtitle {
  line-height: 1.75em;
  margin-bottom: 40px
}

.cs-hero.cs-style8 .cs-hero_text {
  max-width: 520px;
  position: relative;
  z-index: 2
}

.cs-hero.cs-style8 .cs-social_btns.cs-style1 {
  margin-bottom: 40px
}

.cs-hero.cs-style8 .cs-hero_img_box {
  height: 100%;
  max-width: 700px;
  padding-bottom: 100px;
  padding-top: 170px;
  position: absolute;
  right: 12%;
  top: 0
}

.cs-hero.cs-style8 .cs-hero_img_box:before {
  background-color: #8cacff;
  content: "";
  filter: blur(175px);
  height: 207.256px;
  left: 25%;
  position: absolute;
  top: 25%;
  width: 207.256px
}

.cs-hero.cs-style8 .cs-hero_img_box img {
  position: relative
}

@media (max-width:1400px) {
  .cs-hero.cs-style8 .cs-hero_img_box {
    max-width: 800px;
    right: 115px;
    top: 0
  }
}

@media (max-width:991px) {
  .cs-hero.cs-style8 .cs-hero_img_box {
    height: auto;
    padding-bottom: 0;
    padding-top: 130px;
    position: relative;
    right: 0
  }
}

.cs-hero.cs-style8 .cs-hero_img_box img {
  max-height: 100%
}

.cs-hero.cs-style8 .cs-hero_card {
  align-items: center;
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  background: hsla(0, 0%, 100%, .1);
  border-radius: 20px;
  box-shadow: -1px 0 1px 0 #fff;
  display: flex;
  gap: 13px;
  max-width: 265px;
  padding: 16px 24px;
  position: absolute
}

.cs-hero.cs-style8 .cs-hero_card.cs-position_1 {
  left: -10%;
  top: 70%
}

@media (max-width:991px) {
  .cs-hero.cs-style8 .cs-hero_card.cs-position_1 {
    left: 0
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style8 .cs-hero_card.cs-position_1 {
    display: none
  }
}

.cs-hero.cs-style8 .cs-hero_card.cs-position_2 {
  right: -100px;
  top: 40%
}

@media (max-width:991px) {
  .cs-hero.cs-style8 .cs-hero_card.cs-position_2 {
    right: 0
  }
}

@media (max-width:575px) {
  .cs-hero.cs-style8 .cs-hero_card.cs-position_2 {
    display: none
  }
}

.cs-hero.cs-style8 .cs-hero_card h3 {
  font-size: 38px;
  font-weight: 600
}

.cs-hero.cs-style8 .cs-hero_card p {
  color: #e4e4e4;
  font-weight: 600
}

.cs-hero.cs-style8.cs-shape_wrap_1 .cs-shape_1:first-child {
  left: 50%
}

.cs-iconbox.cs-style1 {
  margin: auto;
  max-width: 350px
}

.cs-iconbox.cs-style1 .cs-iconbox_icon {
  margin-bottom: 25px
}

.cs-iconbox.cs-style1 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 20px
}

.cs-iconbox.cs-style1 .cs-iconbox_subtitle {
  line-height: 1.75em
}

@media (max-width:991px) {
  .cs-iconbox.cs-style1 {
    max-width: 100%
  }

  .cs-iconbox.cs-style1 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px
  }
}

.cs-iconbox.cs-style2 {
  margin: auto;
  max-width: 350px
}

.cs-iconbox.cs-style2 .cs-iconbox_icon {
  margin-bottom: 25px
}

.cs-iconbox.cs-style2 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 20px
}

.cs-iconbox.cs-style2 .cs-iconbox_subtitle {
  line-height: 1.75em
}

@media (max-width:991px) {
  .cs-iconbox.cs-style2 {
    max-width: 100%
  }

  .cs-iconbox.cs-style2 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 20px
  }
}

.cs-iconbox_4_wrap {
  grid-gap: 65px 135px;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:1400px) {
  .cs-iconbox_4_wrap {
    grid-gap: 50px 100px
  }
}

@media (max-width:1199px) {
  .cs-iconbox_4_wrap {
    grid-gap: 40px
  }
}

@media (max-width:575px) {
  .cs-iconbox_4_wrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

.cs-iconbox.cs-style4 .cs-iconbox_icon {
  margin-bottom: 22px
}

.cs-iconbox.cs-style4 .cs-iconbox_title {
  font-size: 30px;
  line-height: 1.37em;
  margin-bottom: 20px
}

@media (max-width:1400px) {
  .cs-iconbox.cs-style4 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 15px
  }
}

.cs-iconbox.cs-style4 .cs-iconbox_subtitle {
  line-height: 1.75em;
  margin-bottom: 30px
}

@media (max-width:1400px) {
  .cs-iconbox.cs-style4 .cs-iconbox_subtitle {
    margin-bottom: 22px
  }
}

.cs-iconbox.cs-style4 .cs_iconbox_btn {
  align-items: center;
  color: #fff;
  display: inline-flex
}

.cs-iconbox.cs-style4 .cs_iconbox_btn svg {
  transition: inherit
}

.cs-iconbox.cs-style4 .cs_iconbox_btn span {
  margin-right: 0;
  max-width: 0;
  overflow: hidden;
  transition: all .4s ease-in-out;
  white-space: nowrap
}

.cs-iconbox.cs-style4 .cs_iconbox_btn:hover {
  color: var(--accent)
}

.cs-iconbox.cs-style4 .cs_iconbox_btn:hover span {
  margin-right: 10px;
  max-width: 100px
}

.cs-card.cs-style1 {
  border-radius: 15px;
  display: block;
  position: relative
}

.cs-card.cs-style1:hover {
  filter: drop-shadow(0 0 30px rgba(255, 74, 23, .5))
}

.cs-card.cs-style1 img {
  border-radius: inherit;
  width: 100%
}

.cs-card.cs-style1 .cs-card_overlay {
  background: #000;
  border-radius: inherit;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-card.cs-style1 .cs-card_info {
  left: 0;
  padding: 45px 25px 0;
  position: absolute;
  top: 0
}

.cs-card.cs-style1 .cs-card_info span {
  border-radius: 50%;
  display: block;
  height: 12px;
  margin-bottom: 10px;
  width: 12px
}

.cs-card.cs-style1 .cs-card_title {
  font-size: 22px;
  line-height: 1.5em;
  margin: 0
}

@media screen and (max-width:1400px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 20px
  }

  .cs-card.cs-style1 .cs-card_info {
    padding: 40px 18px 0
  }
}

@media screen and (max-width:1199px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 24px
  }

  .cs-card.cs-style1 .cs-card_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 40px 30px;
    width: 100%
  }
}

.cs-cta.cs-style1 {
  border-radius: 15px;
  padding: 90px 30px
}

.cs-cta.cs-style1 .cs-cta_in {
  position: relative;
  z-index: 2
}

.cs-cta.cs-style1 .cs-cta_title {
  font-size: 50px;
  font-weight: 600
}

.cs-cta.cs-style1.cs-type_1 {
  border-radius: 0
}

@media (min-width:992px) {
  .cs-cta.cs-style1.cs-type_1 {
    padding: 140px 30px 145px
  }
}

.cs-cta.cs_style_2 {
  align-items: center;
  color: #fff;
  display: flex;
  height: 700px;
  text-align: center
}

@media (max-width:991px) {
  .cs-cta.cs_style_2 {
    height: 420px
  }
}

.cs-cta.cs_style_2 .cs-cta_btn {
  display: inline-block;
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0
}

.cs-cta.cs_style_2 .cs-cta_btn svg {
  margin-left: 18px
}

@media (max-width:991px) {
  .cs-cta.cs_style_2 .cs-cta_btn {
    font-size: 36px
  }

  .cs-cta.cs_style_2 .cs-cta_btn svg {
    height: 22px;
    width: 22px
  }
}

.cs-cta.cs_style_2 .cs-cta_btn span {
  display: inline-block;
  position: relative
}

.cs-cta.cs_style_2 .cs-cta_btn span:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%
}

@media screen and (max-width:1300px) {
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 42px
  }
}

@media screen and (max-width:991px) {
  .cs-cta.cs-style1 {
    border-radius: 15px;
    padding: 70px 30px
  }

  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 36px
  }

  .cs-cta.cs-style1 .cs-cta_title br {
    display: none
  }
}

@media screen and (max-width:767px) {
  .cs-cta.cs-style1 br {
    display: none
  }
}

@media screen and (max-width:575px) {
  .cs-cta.cs-style1 {
    padding: 70px 20px
  }

  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 28px
  }
}

.cs-funfact_wrap {
  background: linear-gradient(267.18deg, #161616, #080808);
  border-radius: 15px;
  display: flex;
  padding: 60px 80px;
  position: relative;
  z-index: 1
}

.cs-funfact_wrap .cs-funfact_shape {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-funfact_wrap .cs-funfact_left {
  flex: none;
  position: relative;
  width: 40%;
  z-index: 2
}

.cs-funfact_wrap .cs-funfact_right {
  flex: 1;
  padding-left: 80px;
  position: relative;
  z-index: 2
}

.cs-funfact_wrap.cs-type1 {
  margin-top: -130px
}

.cs-funfact_wrap.cs-type2 {
  background: transparent;
  padding: 140px 0
}

.cs-funfact_wrap.cs-type2 .cs-funfact_shape {
  display: none
}

@media (max-width:991px) {
  .cs-funfact_wrap.cs-type2 {
    padding: 70px 0
  }
}

.cs-funfact_wrap.cs-type2 .cs-funfact_left {
  padding-right: 50px
}

.cs-funfact_wrap.cs-type3 {
  align-items: flex-start;
  background: transparent;
  padding: 135px 0
}

.cs-funfact_heading h2 {
  font-size: 50px;
  margin-bottom: 20px
}

.cs-funfact_heading p {
  line-height: 1.75em;
  margin-bottom: 0
}

.cs-funfacts {
  grid-gap: 36px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.cs-funfact.cs-style1 {
  align-items: center;
  display: flex
}

.cs-funfact.cs-style1 .cs-funfact_number {
  font-size: 50px;
  line-height: 1.3em;
  margin: 0 13px 0 0
}

.cs-funfact.cs-style1 .cs-funfact_text span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -1px;
  margin-top: -4px
}

.cs-funfact.cs-style1 .cs-funfact_text p {
  margin: 0
}

.cs-funfact.cs-style2 .cs-funfact_number {
  font-size: 50px;
  line-height: 1.3em;
  margin: 0 13px 0 0
}

.cs-funfact.cs-style2 .cs-funfact_title {
  color: #999696;
  font-size: 22px;
  margin: 0
}

.cs-funfact_wrap_2 {
  background: linear-gradient(267.18deg, #161616, #080808);
  border-radius: 15px;
  box-shadow: 0 0 25px hsla(0, 0%, 48%, .1);
  padding: 90px 90px 100px;
  position: relative;
  z-index: 1
}

.cs-funfact_wrap_2.cs-no_shadow {
  box-shadow: none
}

.cs-funfact_wrap_2 .cs-funfact_shape {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-funfact_wrap_2 .cs-funfact_shape+* {
  position: relative;
  z-index: 2
}

.cs-funfact_wrap_2 .cs-funfacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -12px
}

.cs-funfact_wrap_2 .cs-funfacts>* {
  padding: 12px
}

.cs-funfact_wrap_2.cs-type1 {
  margin-top: -145px
}

.cs-funfact_wrap_2.cs-type2 {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 0
}

@media screen and (max-width:1399px) {

  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 60px 50px
  }

  .cs-funfact_wrap_2.cs-type1 {
    margin-top: -102px
  }

  .cs-funfact_wrap .cs-funfact_left {
    width: 38%
  }

  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 50px;
    width: 62%
  }
}

@media screen and (max-width:1380px) {
  .cs-funfact_heading h2 {
    font-size: 42px;
    margin-bottom: 10px
  }

  .cs-funfact.cs-style1 .cs-funfact_number {
    font-size: 42px
  }

  .cs-funfact.cs-style1 .cs-funfact_text span {
    font-size: 18px;
    margin-bottom: -5px;
    margin-top: -8px
  }

  .cs-funfact.cs-style2 .cs-funfact_number {
    font-size: 42px
  }

  .cs-funfact.cs-style2 .cs-funfact_title {
    font-size: 20px
  }
}

@media screen and (max-width:1199px) {
  .cs-funfact_wrap {
    display: block
  }

  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 0;
    width: 100%
  }

  .cs-funfact_wrap .cs-funfact_left {
    margin-bottom: 50px;
    width: 100%
  }

  .cs-funfact_wrap_2 .cs-funfacts {
    grid-gap: 10px 25px;
    display: grid
  }
}

@media screen and (max-width:991px) {
  .cs-funfact_wrap .cs-funfact_left {
    margin-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(1, 1fr)
  }
}

@media screen and (max-width:575px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(1, 1fr)
  }

  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 40px 30px
  }
}

.cs-partner_logo_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px
}

.cs-partner_logo {
  padding: 15px
}

@media screen and (max-width:575px) {
  .cs-partner_logo_wrap {
    margin: 0 -10px
  }
}

.cs-moving_text_wrap {
  -webkit-text-stroke: 2px var(--accent);
  color: transparent;
  font-family: helvetica;
  font-size: 120px;
  line-height: 1.2em;
  overflow: hidden
}

.cs-moving_text_in {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  white-space: nowrap
}

.cs-moving_text {
  align-items: center;
  animation: slide-left 20s linear infinite;
  display: flex;
  flex-shrink: 0;
  padding: 5px 6px
}

.cs-moving_text>* {
  margin: 0 20px
}

.cs-moving_text_wrap.cs-type1 {
  color: var(--accent)
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
  animation: slide-left 40s linear infinite;
  padding: 5px 0
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  -webkit-text-stroke: 2px var(--accent);
  color: transparent
}

.cs-moving_text_wrap.cs-type1:hover .cs-moving_text {
  animation-play-state: paused
}

.cs-moving_text_wrap.cs-type2 {
  -webkit-text-stroke: initial;
  color: #fff
}

.cs-moving_text_wrap.cs-type2 .cs-moving_text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 103.33%);
  background-clip: text;
  -webkit-background-clip: text
}

.cs-reverse_animation {
  animation-direction: reverse !important
}

@keyframes slide-left {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@media screen and (max-width:1380px) {
  .cs-moving_text_wrap {
    font-size: 100px
  }
}

@media screen and (max-width:1199px) {
  .cs-moving_text_wrap {
    font-size: 80px
  }
}

@media screen and (max-width:575px) {
  .cs-moving_text_wrap {
    font-size: 56px
  }
}

.cs-portfolio_1_heading {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.cs-portfolio_1_heading .cs-filter_menu {
  margin-bottom: 15px;
  margin-top: 5px
}

.cs-portfolio.cs-style1 {
  border-radius: 15px;
  display: block;
  height: 500px;
  overflow: hidden;
  position: relative
}

.cs-portfolio.cs-style1 .cs-portfolio_hover {
  background-color: hsla(0, 0%, 9%, .4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%;
  z-index: 2
}

.cs-portfolio.cs-style1 .cs-plus {
  height: 60px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(.4);
  transition: all .4s ease;
  width: 60px;
  z-index: 1
}

.cs-portfolio.cs-style1 .cs-plus:after,
.cs-portfolio.cs-style1 .cs-plus:before {
  background-color: #fff;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.cs-portfolio.cs-style1 .cs-plus:before {
  transform: translate(-50%, -50%) rotate(90deg)
}

.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
  opacity: 1
}

.cs-portfolio.cs-style1:hover .cs-plus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1)
}

.cs-portfolio.cs-style1 .cs-portfolio_bg {
  border-radius: inherit;
  height: 100%;
  width: 100%
}

.cs-portfolio.cs-style1 .cs-portfolio_info {
  border-radius: 50%;
  bottom: -60px;
  height: 300px;
  left: -40px;
  padding: 105px 20px 80px 65px;
  position: absolute;
  width: 300px;
  z-index: 2
}

.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  color: hsla(0, 0%, 100%, .7);
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 2
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle:after {
  background-color: currentColor;
  border-radius: 3px;
  content: "";
  height: 1px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px
}

.cs-portfolio.cs-style1.cs-type1 {
  height: 465px
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_info_bg {
  left: -50px;
  opacity: 0;
  top: 50px;
  transition: all .4s ease
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_info_bg {
  left: 0;
  opacity: 1;
  top: 0
}

.cs-portfolio.cs-style1 .cs-lightbox_item>div>img {
  cursor: zoom-in;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.cs-portfolio.cs-style1.cs-type1 img:not(.__react_modal_image__medium_img),
.cs-portfolio.cs-style1.cs-type2 img:not(.__react_modal_image__medium_img) {
  width: 100%
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_subtitle,
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle,
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title {
  opacity: 0;
  top: 15px;
  transition: all .4s ease
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_title {
  opacity: 1;
  top: 0;
  transition-delay: .2s
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_subtitle,
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_subtitle {
  opacity: 1;
  top: 0;
  transition-delay: .3s
}

.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 5px
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  background: linear-gradient(180deg, rgba(255, 74, 23, .7), rgba(0, 0, 0, .8))
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info_bg {
  display: none
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info {
  align-items: flex-start;
  border-radius: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 30px 20px 30px 25px;
  position: absolute;
  width: 100%
}

.cs-portfolio.cs-style1.cs-size1 {
  height: 299px
}

.cs-portfolio.cs-style1.cs-size2 {
  height: 622px
}

.cs-portfolio.cs-style1.cs-size3 {
  height: 600px
}

.__react_modal_image__modal_container {
  cursor: zoom-out
}

.__react_modal_image__modal_container .__react_modal_image__medium_img {
  cursor: auto
}

.cs-portfolio.cs-style2 {
  margin: auto;
  max-width: 1920px;
  position: relative
}

.cs-portfolio.cs-style2 .cs-gradient_shape {
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 0, 208, .2) 0, hsla(0, 0%, 9%, .2) 100%);
  border-radius: 50%;
  filter: blur(50px);
  height: 600px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px
}

.cs-portfolio.cs-style2 .cs-portfolio_img.active .cs-shine_hover_1:before {
  animation: shine 1.3s
}

.cs-portfolio.cs-style2 .cs-section_heading.cs-style1 {
  position: relative;
  z-index: 2
}

.cs-portfolio.cs-style2 .cs-portfolio_img_title {
  -webkit-text-stroke: 2px #ff4a17;
  color: transparent;
  font-size: 50px;
  left: calc(25vw - 325px);
  letter-spacing: .05em;
  margin: 0 0 0 -30px;
  position: absolute;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  white-space: nowrap;
  writing-mode: vertical-lr;
  z-index: 2
}

.cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
  left: auto;
  margin: 0 -30px 0 0;
  right: calc(25vw - 325px)
}

.cs-portfolio.cs-style2.cs-type1 .cs-gradient_shape {
  left: 0;
  right: auto
}

.cs-page_navigation>* {
  display: flex
}

@media screen and (max-width:1540px) {
  .cs-portfolio.cs-style1 {
    height: 450px
  }

  .cs-portfolio.cs-style1.cs-size3 {
    height: 500px
  }
}

@media screen and (max-width:1400px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    font-size: 40px;
    left: calc(25vw - 280px);
    margin: 0 0 0 -27px
  }

  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: auto;
    margin: 0 -27px 0 0;
    right: calc(25vw - 280px)
  }
}

@media screen and (max-width:1380px) {
  .cs-portfolio.cs-style1 .cs-portfolio_title {
    font-size: 20px
  }
}

@media screen and (max-width:1199px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    left: calc(25vw - 235px)
  }

  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: auto;
    right: calc(25vw - 235px)
  }

  .cs-portfolio_1_heading {
    align-items: flex-start;
    flex-direction: column
  }

  .cs-portfolio_1_heading .cs-filter_menu {
    margin-top: 20px
  }
}

@media screen and (max-width:1080px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img {
    padding-left: 60px
  }

  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    margin-left: 0
  }

  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    padding-right: 60px
  }

  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    margin-right: 0
  }
}

@media screen and (max-width:991px) {
  .cs-portfolio.cs-style1 {
    height: 380px
  }

  .cs-portfolio.cs-style2 .cs-portfolio_img,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    padding-left: 70px;
    padding-right: 0;
    position: relative
  }

  .cs-portfolio.cs-style2 .cs-portfolio_img_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: 30px;
    margin: 0 0 0 -27px;
    right: auto
  }

  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 {
    padding-left: 70px
  }
}

@media screen and (max-width:575px) {
  .cs-portfolio.cs-style1 {
    height: 380px
  }

  .cs-portfolio.cs-style2 .cs-portfolio_img_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    font-size: 32px;
    margin: 0 0 0 -20px
  }
}

.cs_portfolio_grid_2 {
  grid-gap: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:1199px) {
  .cs_portfolio_grid_2 {
    grid-gap: 25px
  }
}

@media (max-width:991px) {
  .cs_portfolio_grid_2 {
    grid-template-columns: repeat(1, 1fr)
  }
}

.cs_portfolio_grid_2 .cs-portfolio.cs-style1 {
  border-radius: 0
}

.cs-post_wrap {
  width: 54vw
}

.cs-post.cs-style1 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.cs-post.cs-style1 .cs-post_thumb {
  display: block;
  position: relative
}

.cs-post.cs-style1 .cs-post_thumb img {
  width: 100%
}

.cs-post.cs-style1 .cs-post_overlay {
  background: linear-gradient(1turn, #000, rgba(77, 77, 77, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-post.cs-style1 .cs-posted_by {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px
}

.cs-post.cs-style1 .cs-post_title {
  font-size: 22px;
  line-height: 1.45em;
  margin-bottom: 0
}

.cs-post.cs-style1 .cs-post_info {
  bottom: 0;
  left: 0;
  padding: 35px 25px;
  position: absolute;
  width: 100%
}

.cs-slider .cs-post.cs-style1 {
  max-width: 420px
}

.cs-post.cs-style2 .cs-post_thumb {
  display: block;
  margin-bottom: 45px;
  overflow: hidden;
  position: relative
}

.cs-post.cs-style2 .cs-post_thumb:after {
  background-color: hsla(0, 0%, 9%, .5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%;
  z-index: 2
}

.cs-post.cs-style2 .cs-post_thumb img {
  transition: all .6s ease
}

.cs-post.cs-style2 a.cs-post_thumb:hover:after {
  opacity: 1
}

.cs-post.cs-style2 a.cs-post_thumb:hover img {
  transform: scale(1.07)
}

.cs-post.cs-style2 .cs-post_meta {
  font-size: 18px;
  margin-bottom: 15px
}

.cs-post.cs-style2 .cs-post_title {
  font-size: 38px;
  margin-bottom: 30px
}

.cs-post.cs-style2 .cs-post_sub_title {
  line-height: 1.75em;
  margin-bottom: 35px
}

.cs-post.cs-style2 p {
  line-height: 1.75em;
  margin-bottom: 45px
}

.cs-post.cs-style2 h3 {
  font-size: 30px;
  margin-bottom: 25px
}

.cs-post.cs-style2 blockquote {
  background-color: #000;
  border-left: 5px solid var(--accent);
  color: #fefefe;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9em;
  margin-bottom: 45px;
  padding: 40px 35px
}

.cs-post.cs-style2 blockquote small {
  color: hsla(0, 0%, 100%, .7);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9em;
  margin-top: 15px;
  padding-left: 35px;
  position: relative
}

.cs-post.cs-style2 blockquote small:before {
  background-color: #fefefe;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px
}

.cs-post_3_list li:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 26px;
  padding-bottom: 35px
}

.cs-post.cs-style3 {
  display: flex
}

.cs-post.cs-style3 .cs-post_title {
  font-size: 30px;
  margin-bottom: 20px
}

.cs-post.cs-style3 .cs-post_meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px
}

.cs-post.cs-style3 .cs-post_avatar {
  align-items: center;
  display: flex
}

.cs-post.cs-style3 .cs-post_avatar_img {
  border-radius: 5px;
  flex: none;
  margin-right: 18px;
  max-width: 50px
}

.cs-post.cs-style3 .cs-post_avatar_img img {
  border-radius: inherit;
  width: 100%
}

.cs-post.cs-style3 .cs-post_avatar_info h4 {
  font-size: 16px;
  margin-bottom: 0
}

.cs-post.cs-style3 .cs-post_avatar_info p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0
}

.cs-post.cs-style3 .cs-text_btn {
  color: var(--accent)
}

.cs-post.cs-style3 .cs-posted_by {
  align-items: center;
  display: flex;
  flex: none;
  margin-top: 4px;
  width: 105px
}

.cs-post.cs-style3 .cs-posted_by>span:first-child {
  color: #fefefe;
  font-size: 30px;
  font-weight: 600;
  margin-right: 12px
}

.cs-post.cs-style3 .cs-posted_by>span:last-child {
  font-size: 14px;
  line-height: 18px
}

@media screen and (max-width:1550px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 360px
  }

  .cs-shape_wrap_4 .cs-shape_4:first-child {
    left: -3%
  }

  .cs-post.cs-style1 .cs-post_title {
    font-size: 20px
  }
}

@media screen and (max-width:1199px) {
  .cs-post_wrap {
    width: 100%
  }
}

@media screen and (max-width:991px) {
  .cs-post.cs-style2 .cs-post_title {
    font-size: 30px;
    margin-bottom: 15px
  }

  .cs-post.cs-style2 .cs-post_meta {
    font-size: 16px;
    margin-bottom: 10px
  }

  .cs-post.cs-style2 .cs-post_sub_title {
    margin-bottom: 20px
  }

  .cs-post.cs-style2 .cs-post_thumb {
    margin-bottom: 25px
  }

  .cs-post.cs-style2 blockquote {
    border-width: 3px;
    font-size: 16px;
    padding: 30px 25px
  }

  .cs-post.cs-style3 .cs-post_title {
    font-size: 24px;
    margin-bottom: 20px
  }
}

@media screen and (max-width:575px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 320px
  }

  .cs-post.cs-style3 {
    display: block
  }

  .cs-post.cs-style3 .cs-posted_by {
    margin-bottom: 10px;
    margin-top: 0
  }

  .cs-post.cs-style3 .cs-post_meta {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 20px
  }

  .cs-post.cs-style3 .cs-post_avatar {
    margin-top: 25px
  }
}

@media screen and (max-width:350px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 300px
  }
}

.slick-slider .cs-post.cs-style1 {
  height: 480px
}

.slick-slider .cs-post.cs-style1 .cs-post_thumb {
  height: 100%;
  width: 100%
}

.slick-slider .cs-post.cs-style1 .cs-post_thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cs-pricing_table.cs-style1 {
  background: linear-gradient(267.18deg, #161616, #080808);
  border-radius: 15px;
  overflow: hidden;
  padding: 0 45px;
  position: relative
}

.cs-pricing_table.cs-style1:before {
  background: var(--accent);
  content: "";
  filter: blur(125px);
  height: 135px;
  opacity: 0;
  position: absolute;
  right: -55px;
  top: -55px;
  transition: all .4s ease;
  width: 135px
}

.cs-pricing_table.cs-style1 .cs-pricing_title {
  border-bottom: 1px solid #302e2e;
  font-size: 30px;
  margin: 0;
  padding: 30px 0
}

.cs-pricing_table.cs-style1 .cs-price {
  align-items: flex-end;
  display: flex;
  margin-bottom: 5px;
  padding-top: 20px
}

.cs-pricing_table.cs-style1 .cs-price h3 {
  font-size: 38px;
  margin: 0
}

.cs-pricing_table.cs-style1 .cs-price span {
  bottom: 6px;
  position: relative
}

.cs-pricing_table.cs-style1 .cs-price span::after {
  /*content: "yearly";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*color: var(--accent);*/
}


.cs-tab_links.cs-style1 + 
.row .col-lg-4:nth-child(n+4):nth-child(-n+6) 
.cs-pricing_table.cs-style1 
.cs-price span{
    color: transparent;
}

.cs-tab_links.cs-style1 + 
.row .col-lg-4:nth-child(n+4):nth-child(-n+6) 
.cs-pricing_table.cs-style1 
.cs-price span::after{
  content: "yearly";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.cs-pricing_table.cs-style1 .cs-pricing_info {
  border-bottom: 1px solid #302e2e;
  padding-bottom: 23px
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
  padding: 35px 0
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li {
  padding-left: 35px;
  position: relative
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
  margin-bottom: 16px
}

.cs-pricing_table.cs-style1 .cs-pricing_feature .cs-feature_icon {
  display: flex;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 4px
}

.cs-pricing_table.cs-style1 .cs-pricing_btn_wrap {
  border-top: 1px solid #302e2e;
  margin-top: -10px;
  padding: 28px 0
}

.cs-pricing_table.cs-style1:hover:before {
  opacity: 1
}

@media screen and (max-width:991px) {
  .cs-pricing_table.cs-style1 {
    padding: 0 30px
  }

  .cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 26px
  }
}

.cs-iconbox_3_list {
  min-height: 640px;
  padding-left: 550px;
  position: relative
}

.cs-iconbox_3_list>:not(:last-child) {
  border-bottom: 1px solid #4d4d4d
}

.cs-iconbox_3_list .cs-image_layer {
  height: 600px;
  left: 0;
  max-width: 416px;
  pointer-events: none;
  position: absolute;
  top: 25px
}

.cs-iconbox_3_list .cs-image_layer .cs-image_layer_in {
  height: 100%;
  width: 100%
}

.cs-iconbox_3_list .cs-image_layer img {
  animation: inactiveImageAnimation1 .6s ease forwards;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-image_layer img {
  animation: activeImageAnimation1 .6s ease forwards
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-iconbox_icon {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff
}

@media (max-width:1199px) {
  .cs-iconbox_3_list {
    padding-left: 460px
  }
}

@media (max-width:991px) {
  .cs-iconbox_3_list {
    padding-left: 0;
    padding-top: 650px
  }

  .cs-iconbox_3_list .cs-image_layer {
    max-width: 100%;
    width: 100%
  }
}

.cs-iconbox_3_list.cs-style1 {
  min-height: auto;
  padding-left: 0
}

.cs-iconbox_3_list.cs-style1 .cs-iconbox.cs-style3 .cs-iconbox_in {
  max-width: 560px
}

@media (max-width:1199px) {
  .cs-iconbox_3_list.cs-style1 {
    padding: 0
  }
}

.cs-iconbox_3_list.cs-style2 {
  counter-reset: number-counter;
  padding-left: 110px;
  padding-top: 0
}

@media (max-width:991px) {
  .cs-iconbox_3_list.cs-style2 {
    padding-left: 40px
  }
}

@media (max-width:575px) {
  .cs-iconbox_3_list.cs-style2 {
    padding-left: 0
  }
}

.cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1,
.cs-iconbox_3_list.cs-style2 .cs-image_layer_in:after {
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden
}

.cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1 {
  height: auto;
  left: auto;
  padding-bottom: 0;
  padding-right: 0;
  right: 28%;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  width: 170px
}

@media (max-width:1199px) {
  .cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1 {
    right: 20%
  }
}

@media (max-width:991px) {
  .cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1 {
    display: none
  }
}

.cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1 img {
  animation: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0)
}

.cs-iconbox_3_list.cs-style2 .cs-hover_tab {
  position: relative
}

.cs-iconbox_3_list.cs-style2 .cs-hover_tab:before {
  color: #fff;
  content: counter(number-counter, decimal-leading-zero) ". ";
  counter-increment: number-counter;
  font-weight: 600;
  left: -110px;
  position: absolute;
  top: 30px
}

@media (max-width:991px) {
  .cs-iconbox_3_list.cs-style2 .cs-hover_tab:before {
    left: -40px
  }
}

@media (max-width:575px) {
  .cs-iconbox_3_list.cs-style2 .cs-hover_tab:before {
    display: none
  }
}

.cs-iconbox_3_list.cs-style2 .cs-hover_tab.active .cs-image_layer.cs-style1 {
  opacity: 1;
  transform: rotate(15deg) translateY(-50%);
  visibility: visible
}

.cs-iconbox.cs-style3 {
  align-items: center;
  color: hsla(0, 0%, 100%, .7);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px
}

.cs-iconbox.cs-style3 .cs-iconbox_in {
  margin-right: 30px;
  max-width: 480px
}

.cs-iconbox.cs-style3 .cs-iconbox_icon {
  border: 2px solid #999696;
  border-radius: 50%;
  color: #999696;
  flex: none;
  height: 80px;
  transition: all .3s ease;
  width: 80px
}

.cs-iconbox.cs-style3 .cs-iconbox_icon:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff
}

.cs-iconbox.cs-style3 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 15px
}

.cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  line-height: 1.75em
}

.cs-iconbox.cs-style3:hover .cs-iconbox_icon {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff
}

@media (max-width:991px) {
  .cs-iconbox.cs-style3 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px
  }
}

@media (max-width:575px) {
  .cs-iconbox.cs-style3 {
    align-items: flex-start;
    flex-direction: column
  }

  .cs-iconbox.cs-style3 .cs-iconbox_icon {
    height: 60px;
    margin-bottom: 20px;
    position: static;
    transform: none;
    width: 60px
  }

  .cs-iconbox.cs-style3 .cs-iconbox_icon svg {
    max-height: 22px
  }
}

@keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }

  to {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
}

@keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

.cs-team.cs-style1 {
  overflow: hidden;
  position: relative
}

.cs-team.cs-style1 .cs-member_thumb {
  border-radius: 15px;
  overflow: inherit;
  overflow: hidden;
  position: relative
}

.cs-team.cs-style1 .cs-member_thumb img {
  border-radius: inherit;
  position: relative;
  transition: all .8s ease;
  width: 100%;
  z-index: 1
}

.cs-team.cs-style1 .cs-member_overlay {
  background: linear-gradient(1turn, #000, rgba(77, 77, 77, 0));
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs-team.cs-style1 .cs-member_social svg {
  height: 20px;
  width: 20px
}

.cs-team.cs-style1 .cs-member_name {
  font-size: 22px;
  margin-bottom: 6px
}

.cs-team.cs-style1 .cs-member_info {
  bottom: 0;
  left: 0;
  padding: 30px 25px;
  position: absolute;
  width: 100%;
  z-index: 3
}

.cs-team.cs-style1 .cs-member_social {
  display: flex;
  flex-direction: column;
  left: 13px;
  position: absolute;
  top: 50px;
  z-index: 2
}

.cs-team.cs-style1 .cs-member_social a {
  display: flex;
  margin: 12px;
  opacity: 0;
  transform: scale(0) rotate(45deg);
  transition: all .4s ease
}

.cs-team.cs-style1:hover .cs-member_social a {
  opacity: 1;
  transform: scale(1) rotate(0deg)
}

.cs-team.cs-style1:hover .cs-member_thumb img {
  transform: scale(1.06) translateY(8px)
}

@media screen and (max-width:1380px) {
  .cs-team.cs-style1 .cs-member_name {
    font-size: 20px
  }
}

.cs-testimonial.cs-style1 {
  padding-left: 70px;
  padding-top: 70px;
  position: relative
}

.cs-testimonial.cs-style1 .cs-testimonial_quote {
  color: #fefefe;
  font-size: 42px;
  left: 1px;
  position: absolute;
  top: 0
}

.cs-testimonial.cs-style1 .cs-testimonial_text {
  color: #fefefe;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em
}

.cs-testimonial.cs-style1 .cs-rating {
  margin-top: 24px
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 70px
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
  margin-top: 10px
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation:before {
  background-color: #d9d9d9;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  position: relative;
  top: -4px;
  width: 20px
}

.cs-testimonial_slider_2 {
  text-align: center
}

.cs-testimonial_slider_2 .cs-testimonial_slider_left {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 0;
  padding-top: 0
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style1 .cs-testimonial_quote {
  margin-bottom: 20px;
  position: static
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style1 .cs-rating {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
  margin-top: 30px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
  margin-top: 10px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 {
  background: linear-gradient(267deg, #161616, #080808);
  border-radius: 5px;
  padding: 50px
}

@media (max-width:991px) {
  .cs-testimonial_slider_2 .cs-testimonial.cs-style3 {
    padding: 30px
  }
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_img {
  border-radius: 50%;
  flex: none;
  height: 60px;
  overflow: hidden;
  width: 60px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_info {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 45px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_review {
  margin-bottom: 40px
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_name {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0
}

.cs-testimonial_slider_2 .cs-testimonial.cs-style3 .cs-client_designation {
  font-weight: 600
}

@media (max-width:420px) {
  .cs-testimonial_slider_2 {
    margin-bottom: -30px
  }

  .cs-testimonial_slider_2 .cs-testimonial.cs-style1 {
    padding-bottom: 70px
  }

  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-next,
  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-prev {
    bottom: 0
  }
}

@media (min-width:421px) {

  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-next,
  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-prev {
    border: none;
    top: 0;
    width: auto
  }

  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-next:hover,
  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-prev:hover {
    background-color: transparent;
    opacity: .8
  }

  .cs-testimonial_slider_2 .cs-arrow_style1 .slick-prev {
    left: 0;
    right: auto
  }
}

.cs-testimonial.cs-style3 {
  background: linear-gradient(267deg, #161616, #080808);
  border-radius: 5px;
  padding: 50px
}

@media (max-width:991px) {
  .cs-testimonial.cs-style3 {
    padding: 30px
  }
}

.cs-testimonial.cs-style3 .cs-client_img {
  border-radius: 50%;
  flex: none;
  height: 60px;
  overflow: hidden;
  width: 60px
}

.cs-testimonial.cs-style3 .cs-client_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cs-testimonial.cs-style3 .cs-client_info {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 45px
}

@media (max-width:991px) {
  .cs-testimonial.cs-style3 .cs-client_info {
    margin-bottom: 30px
  }
}

.cs-testimonial.cs-style3 .cs-client_review {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .cs-testimonial.cs-style3 .cs-client_review {
    margin-bottom: 30px
  }
}

.cs-testimonial.cs-style3 .cs-client_name {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0
}

.cs-testimonial.cs-style3 .cs-client_designation {
  font-weight: 600
}

.cs-arrow_style2 .cs-testimonial.cs-style3 {
  margin-bottom: 70px
}

@media screen and (max-width:1380px) {

  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name,
  .cs-testimonial.cs-style1 .cs-testimonial_text {
    font-size: 20px
  }
}

@media screen and (max-width:991px) {
  .cs-testimonial.cs-style1 {
    padding-left: 20px;
    padding-top: 60px
  }

  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    margin-top: 30px
  }
}

.cs-time_line.cs-style1 h3 {
  font-size: 30px;
  margin-bottom: 15px
}

.cs-time_line.cs-style1 h2 {
  font-size: 22px;
  margin-bottom: 10px
}

.cs-time_line.cs-style1 p {
  margin-bottom: 7px
}

.cs-time_line.cs-style1 p:last-child {
  margin-bottom: 0
}

.cs-time_line.cs-style1+.cs-time_line.cs-style1 {
  margin-top: 40px
}

@media screen and (max-width:1380px) {
  .cs-time_line.cs-style1 h3 {
    font-size: 26px
  }

  .cs-time_line.cs-style1 h2 {
    font-size: 20px
  }
}

.cs-fooer_main {
  padding: 95px 0 35px
}

.cs-footer_item {
  margin-bottom: 40px
}

.cs-footer_item .cs-newsletter.cs-style1 {
  margin-top: 6px
}

.cs-widget_title {
  font-size: 18px;
  margin-bottom: 35px
}

.cs-menu_widget.cs-style1 {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs-menu_widget.cs-style1 li {
  display: flex
}

.cs-menu_widget.cs-style1 li span {
  flex: none;
  font-size: 24px;
  width: 35px
}

.cs-menu_widget.cs-style1 li:not(:last-child) {
  margin-bottom: 20px
}

.cs-menu_widget.cs-style2 {
  display: flex;
  flex-wrap: wrap
}

.cs-menu_widget.cs-style2 li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px
}

.cs-text_widget p {
  margin: 0
}

.cs-text_widget img+p {
  margin-top: 30px
}

.cs-social_btns.cs-style1 {
  display: flex;
  flex-wrap: wrap;
  margin: -7px
}

.cs-social_btns.cs-style1 a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 36px;
  margin: 7px;
  width: 36px
}

.cs-social_btns.cs-style1 a:hover {
  border-color: var(--accent);
  transform: scale(1.08)
}

.cs-social_btns.cs-style1 a:hover svg {
  fill: var(--accent)
}

.cs-newsletter.cs-style1 .cs-newsletter_form {
  position: relative
}

.cs-newsletter.cs-style1 .cs-newsletter_input {
  background-color: #000;
  border: none;
  border-radius: 10px;
  color: #fff;
  height: 50px;
  outline: none;
  padding: 5px 90px 5px 15px;
  width: 100%
}

.cs-newsletter.cs-style1 .cs-newsletter_btn {
  background-color: var(--accent);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  padding: 7px 25px;
  position: absolute;
  right: 5px;
  top: 5px
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:before {
  background: hsla(0, 0%, 9%, .4);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: .6s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.cs-newsletter.cs-style1 .cs-newsletter_btn span {
  position: relative;
  z-index: 1
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.cs-newsletter.cs-style1 .cs-newsletter_text {
  margin-top: 25px
}

.cs-bottom_footer {
  border-top: 1px solid #4d4d4d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0
}

.cs-bottom_footer>* {
  padding: 4px 0
}

.cs-text_widget+.cs-social_btns.cs-style1 {
  margin-top: 25px
}

@media screen and (max-width:1199px) {
  .cs-newsletter.cs-style1 .cs-newsletter_btn {
    padding: 7px 15px
  }

  .cs-newsletter.cs-style1 .cs-newsletter_input {
    padding: 5px 80px 5px 15px
  }
}

@media screen and (max-width:991px) {
  .cs-widget_title {
    margin-bottom: 20px
  }

  .cs-text_widget img+p {
    margin-top: 20px
  }

  .cs-menu_widget.cs-style1 li:not(:last-child) {
    margin-bottom: 10px
  }

  .cs-newsletter.cs-style1 .cs-newsletter_text,
  .cs-text_widget+.cs-social_btns.cs-style1 {
    margin-top: 15px
  }

  .cs-fooer_main {
    padding: 60px 0 15px
  }
}

@media screen and (max-width:767px) {
  .cs-bottom_footer {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center
  }
}

.rtl {
  text-align: right
}

.rtl,
.rtl .cs-slide,
.rtl .slick-slide {
  direction: rtl
}

.rtl .text-end {
  text-align: left !important
}

.rtl .cs-funfact.cs-style1 .cs-funfact_number {
  margin-left: 14px;
  margin-right: 0
}

.rtl .cs-funfact_wrap .cs-funfact_right {
  padding-left: 0;
  padding-right: 80px
}

.rtl .cs-nav .cs-nav_list>li.menu-item-has-children>a:after {
  margin-left: 0;
  margin-right: 6px
}

.rtl .cs-text_btn span:before {
  left: auto;
  right: -100%;
  transform: scaleX(0) rotate(180deg)
}

.rtl .cs-text_btn svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotateY(180deg)
}

.rtl .cs-text_btn.cs-type1 svg,
.rtl .cs-text_btn.cs-type2 svg {
  margin-left: 15px;
  margin-right: 0
}

.rtl .cs-text_btn:hover span:before {
  transform: scaleX(1) rotate(180deg)
}

.rtl .cs-hero_social_wrap,
.rtl .cs-moving_text_wrap,
.rtl .cs-slider_container,
.rtl .cs-swiper_button_next,
.rtl .cs-swiper_button_prev,
.rtl .cs-testimonial_slider,
.rtl .cs-toolbox {
  direction: ltr
}

.rtl .cs-fullscreen_swiper_wrap .cs-hero_social_wrap,
.rtl .cs-hero.cs-style1 .cs-hero_social_wrap,
.rtl .cs-hero.cs-style2 .cs-hero_social_wrap,
.rtl .cs-hero.cs-style3 .cs-hero_social_wrap,
.rtl .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap {
  left: 45px;
  right: auto
}

.rtl .cs-fullscreen_swiper_wrap .cs-hero_social_wrap.cs-left_side,
.rtl .cs-hero.cs-style1 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side,
.rtl .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap.cs-left_side {
  left: auto;
  right: 45px
}

.rtl .cs-contact_info.cs-style1 li {
  padding-left: 0;
  padding-right: 35px
}

.rtl .cs-contact_info.cs-style1 svg {
  left: auto;
  right: 0
}

.rtl .cs-side_header .cs-side_header_in {
  right: 100%
}

.rtl .cs-side_header.active .cs-side_header_in {
  right: calc(100% - 500px)
}

.rtl .cs-side_header .cs-side_header_shape {
  left: 0;
  right: auto
}

.rtl .cs-side_header .cs-side_header_shape:before {
  left: -90px;
  right: auto
}

.rtl .cs-newsletter.cs-style1 .cs-newsletter_btn {
  left: 5px;
  right: auto
}

.rtl .cs-newsletter.cs-style1 .cs-newsletter_input {
  padding: 5px 15px 5px 100px
}

.rtl .cs-slider.cs-style1 .cs-slider_left {
  padding-left: 12%;
  padding-right: 0
}

.rtl .slick-arrow {
  transform: rotate(180deg)
}

.rtl .cs-testimonial.cs-style1 .cs-testimonial_quote {
  left: auto;
  right: 0
}

.rtl .cs-testimonial.cs-style1 .cs-testimonial_avatar_designation:before {
  margin-left: 10px;
  margin-right: 0
}

.rtl .cs-rating>* {
  left: auto;
  right: 0
}

.rtl .cs-shape_wrap_3 .cs-shape_3 {
  left: 20px;
  right: auto
}

@media (min-width:1200px) {
  .rtl .cs-nav .cs-nav_list>li {
    margin-left: 50px;
    margin-right: 0
  }

  .rtl .cs-nav .cs-nav_list>li:last-child {
    margin-left: 0
  }
}

.rtl .slider-for .slick-prev {
  left: 76px;
  right: auto
}

.rtl .slider-for .slick-next {
  left: 0;
  right: auto
}

.rtl .cs-close {
  left: 30px;
  right: auto
}

.rtl .cs-shape_wrap_4 .cs-shape_4:first-child {
  left: auto;
  right: 5%
}

.rtl .cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  left: auto;
  right: 25%
}

.rtl .cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
  left: 0;
  right: auto
}

.rtl .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  padding-right: 14px
}

.rtl .breadcrumb-item+.breadcrumb-item:before {
  display: none
}

.rtl .breadcrumb-item+.breadcrumb-item:after {
  background-color: #fff;
  content: "";
  float: right;
  height: 17px;
  margin-left: 14px;
  padding: 0;
  position: relative;
  top: 5px;
  width: 1px
}

.rtl .cs-accordian_head {
  padding-left: 20px;
  padding-right: 0
}

.rtl .cs-accordian_toggle {
  left: 0;
  right: auto
}

.rtl .cs-btn.cs-style1 svg {
  margin-left: 0;
  margin-right: 14px;
  transform: rotate(180deg)
}

.rtl .cs-isotop_filter.cs-style1 li:not(:last-child) {
  margin-left: 28px;
  margin-right: 0
}

.rtl .cs-post.cs-style3 .cs-posted_by>span:first-child {
  margin-left: 12px;
  margin-right: 0
}

.rtl .cs-post.cs-style3 .cs-post_avatar_img {
  margin-left: 18px;
  margin-right: 0
}

.rtl .cs-hero.cs-style3 .cs-hero_subtitle {
  margin-left: 0;
  margin-right: auto
}

.rtl .cs-hero.cs-style5 .cs-hero_text {
  padding-left: 0;
  padding-right: 180px
}

.rtl .swiper-vertical>.swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
  left: auto;
  right: 115px
}

@media (max-width:1199px) {
  .rtl .swiper-vertical>.swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    left: auto;
    right: 15px
  }
}

.rtl .cs-site_header.cs-style1 .cs-munu_toggle {
  left: 0;
  right: auto
}

.rtl .cs-munu_dropdown_toggle {
  left: 20px;
  right: auto
}

.rtl .cs-sidebar_search input {
  padding-left: 40px;
  padding-right: 10px
}

.rtl .cs-sidebar_search_btn {
  left: 0;
  right: auto
}

.rtl .widget_archive ul li,
.rtl .widget_categories ul li {
  padding-left: 0;
  padding-right: 26px
}

.rtl .widget_archive ul li:before,
.rtl .widget_categories ul li:before {
  left: auto;
  right: 0;
  transform: rotate(180deg)
}

.rtl .cs-recent_post_thumb {
  margin-left: 18px;
  margin-right: 0
}

.rtl .cs-post_meta.cs-style1>:not(:last-child):before {
  left: 0;
  right: auto
}

.rtl .cs-post_meta.cs-style1>:not(:last-child) {
  margin-left: 12px;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 0
}

.rtl .cs-pagination_item svg {
  transform: rotate(180deg)
}

.rtl .cs-post.cs-style2 blockquote small {
  padding-left: 0;
  padding-right: 35px
}

.rtl .cs-post.cs-style2 blockquote small:before {
  left: auto;
  right: 0
}

.rtl .cs-post.cs-style2 blockquote {
  border-left: 0;
  border-right: 5px solid var(--accent)
}

.rtl .cs-page_navigation>div:not(:last-child) {
  margin-left: 21px;
  margin-right: 0;
  padding-left: 21px;
  padding-right: 0
}

.rtl .cs-page_navigation>div:not(:last-child):after {
  left: -1px;
  right: auto
}

.rtl .offset-lg-1,
.rtl .offset-xl-1 {
  margin-left: 0;
  margin-right: 8.33333333%
}

.rtl .offset-lg-2,
.rtl .offset-xl-2 {
  margin-left: 0;
  margin-right: 16.66666667%
}

.rtl .offset-lg-3,
.rtl .offset-xl-3 {
  margin-left: 0;
  margin-right: 25%
}

.rtl .offset-lg-4,
.rtl .offset-xl-4 {
  margin-left: 0;
  margin-right: 33.33333333%
}

.rtl .offset-lg-5,
.rtl .offset-xl-5 {
  margin-left: 0;
  margin-right: 41.66666667%
}

.rtl .offset-lg-6,
.rtl .offset-lg-7,
.rtl .offset-xl-6,
.rtl .offset-xl-7 {
  margin-left: 0;
  margin-right: 58.33333333%
}

.rtl .offset-lg-8,
.rtl .offset-xl-8 {
  margin-left: 0;
  margin-right: 66.66666667%
}

.rtl .offset-lg-9,
.rtl .offset-xl-9 {
  margin-left: 0;
  margin-right: 75%
}

.rtl .offset-lg-10,
.rtl .offset-xl-10 {
  margin-left: 0;
  margin-right: 83.33333333%
}

.rtl .offset-lg-11,
.rtl .offset-xl-11 {
  margin-left: 0;
  margin-right: 91.66666667%
}

@media (max-width:1199px) {

  .rtl .offset-xl-1,
  .rtl .offset-xl-10,
  .rtl .offset-xl-11,
  .rtl .offset-xl-2,
  .rtl .offset-xl-3,
  .rtl .offset-xl-4,
  .rtl .offset-xl-5,
  .rtl .offset-xl-6,
  .rtl .offset-xl-7,
  .rtl .offset-xl-8,
  .rtl .offset-xl-9 {
    margin-right: 0
  }
}

@media (max-width:991px) {

  .rtl .offset-lg-1,
  .rtl .offset-lg-10,
  .rtl .offset-lg-11,
  .rtl .offset-lg-2,
  .rtl .offset-lg-3,
  .rtl .offset-lg-4,
  .rtl .offset-lg-5,
  .rtl .offset-lg-6,
  .rtl .offset-lg-7,
  .rtl .offset-lg-8,
  .rtl .offset-lg-9 {
    margin-right: 0
  }
}

.rtl .cs-header_badge {
  left: 5px;
  right: auto
}

.rtl .cs-hero.cs-style3 .cs-hero_highlite {
  left: auto;
  right: 68%
}

.rtl .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
  margin-right: 0
}

@media (max-width:1199px) {
  .rtl .cs-hero.cs-style3.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto
  }
}

.swiper-horizontal>.swiper-pagination {
  bottom: 52px !important;
  left: 50% !important;
  z-index: 10
}

@media (max-width:1199px) {
  .swiper-horizontal>.swiper-pagination {
    bottom: 30pxpx !important
  }
}