.cs-hero.cs-style6 {
  padding: 150px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  max-height: 1024px;
}
@media (max-width: 991px) {
  .cs-hero.cs-style6 {
    min-height: initial;
    max-height: initial;
    padding: 140px 0 100px;
  }
}
.cs-hero.cs-style6 .cs-hero_title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1.33em;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  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 {
    padding-right: 60px;
    max-width: 595px;
  }
}
@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 {
  position: absolute;
  height: 173px;
  width: 173px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4a17),
    to(rgba(255, 74, 23, 0.5))
  );
  background: linear-gradient(180deg, #ff4a17 0%, rgba(255, 74, 23, 0.5) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 35px;
  right: -70px;
}
@media (max-width: 1460px) {
  .cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn {
    -webkit-transform: scale(0.7);
    transform: scale(0.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 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    right: -43px;
    top: 0%;
  }
}
.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn img {
  -webkit-animation: rotate-anim 30s infinite;
  animation: rotate-anim 30s infinite;
}
.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-hero.cs-style6 .cs-hero_img .cs-hero_video_btn:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.cs-iconbox_4_wrap {
  display: grid;
  grid-gap: 65px 135px;
  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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.cs-iconbox.cs-style4 .cs_iconbox_btn svg {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs-iconbox.cs-style4 .cs_iconbox_btn span {
  margin-right: 0px;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs-iconbox.cs-style4 .cs_iconbox_btn:hover {
  color: #ff4a17;
}
.cs-iconbox.cs-style4 .cs_iconbox_btn:hover span {
  margin-right: 10px;
  max-width: 100px;
}

.cs-funfact_wrap.cs-type2 {
  background: transparent;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cs-funfact_wrap.cs-type2 {
    padding: 70px 0;
  }
}
.cs-funfact_wrap.cs-type2 .cs-funfact_left {
  padding-right: 50px;
}
.cs-testimonial_slider_2 .slider-nav.cs-style1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for {
    padding-bottom: 50px;
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow {
  bottom: initial;
  top: 0;
  border: none;
  width: 28px;
  height: initial;
  padding: 0;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow {
    top: initial;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow:hover {
  background-color: transparent;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow.slick-next {
    margin-left: 20px;
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow.slick-prev {
  left: 0;
  right: initial;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -20px;
  }
}
/* //// */
.cs-testimonial.cs-style2 {
  position: relative;
  padding-left: 70px;
  padding-top: 70px;
}
.cs-testimonial.cs-style2 .cs-testimonial_quote {
  position: absolute;
  top: 0;
  left: 0;
}
.cs-testimonial.cs-style2 .cs-testimonial_text {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  color: #fefefe;
}
.cs-testimonial.cs-style2 .cs-rating {
  margin-top: 24px;
}
.cs-testimonial.cs-style2 .cs-testimonial_avatar_name {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 70px;
}
.cs-testimonial.cs-style2 .cs-testimonial_avatar_designation {
  margin-top: 10px;
}
.cs-testimonial.cs-style2 .cs-testimonial_avatar_designation::before {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #d9d9d9;
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 3px;
  margin-right: 10px;
}

.cs-testimonial.cs-style2 {
  text-align: center;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.cs-testimonial.cs-style2 .cs-testimonial_quote {
  position: initial;
  margin-bottom: 20px;
}
.cs-testimonial.cs-style2 .cs-rating {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.cs-testimonial.cs-style2 .cs-testimonial_avatar_name {
  margin-top: 30px;
}
@media screen and (max-width: 1380px) {
  .cs-testimonial.cs-style2 .cs-testimonial_text,
  .cs-testimonial.cs-style2 .cs-testimonial_avatar_name {
    font-size: 20px;
  }
}
.cs-form_field {
  border-color: #999696;
}
.cs-form_field:focus {
  border-color: #ff4a17;
}

.cs-moving_text_wrap.cs-type2 {
  color: #fff;
  -webkit-text-stroke: initial;
}
.cs-moving_text_wrap.cs-type2 .cs-moving_text {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(103.33%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 103.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-grid_gallery_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: initial;
}
.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 {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  padding-top: 117%;
}
@media (max-width: 575px) {
  .cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg {
    padding-top: 100%;
  }
}

.cs-hero.cs-style7 {
  padding: 200px 0 142px;
  height: 100vh;
  height: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(267deg, #161616 0%, #080808 100%);
  gap: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .cs-hero.cs-style7 {
    height: 1050px;
  }
}
@media (max-width: 991px) {
  .cs-hero.cs-style7 {
    padding: 160px 0 110px;
    gap: 20px;
    height: 890px;
  }
}
@media (max-width: 575px) {
  .cs-hero.cs-style7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    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;
  text-align: center;
  margin: 0;
}
@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;
  max-width: 430px;
  margin: 0;
}
@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cs-hero.cs-style7 .cs-hero_text_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cs-hero.cs-style7 .cs-hero_img_1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 460px;
}
@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 {
    top: 320px;
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cs-hero.cs-style7 .cs-hero_img_1 {
    display: none;
  }
}
.cs-hero.cs-style7 .cs-hero_img_2 {
  position: absolute;
  top: 44%;
  left: 16%;
}
@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 {
    top: 80%;
    left: 40%;
  }
}
.cs-hero.cs-style7 .cs-hero_img_2 img {
  -webkit-animation: UpAndDown 15s infinite;
  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 {
    right: initial;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cs-hero.cs-style7 .cs-hero_img_3 img {
  -webkit-animation: semi-rotate-anim 9.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: semi-rotate-anim 9.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-testimonial.cs-style3 {
  padding: 50px;
  border-radius: 5px;
  background: linear-gradient(267deg, #161616 0%, #080808 100%);
}
@media (max-width: 991px) {
  .cs-testimonial.cs-style3 {
    padding: 30px;
  }
}
.cs-testimonial.cs-style3 .cs-client_img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.cs-testimonial.cs-style3 .cs-client_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs-testimonial.cs-style3 .cs-client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
.cs-testimonial.cs-style3 .cs-client_review {
  margin-bottom: 40px;
}
.cs-testimonial.cs-style3 .cs-client_name {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.5em;
}
.cs-testimonial.cs-style3 .cs-client_designation {
  font-weight: 600;
}
.cs-cta.cs-style1.cs-type_1 {
  padding: 140px 30px 145px;
}
.cs-banner.cs_style_1 {
  height: 700px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 991px) {
  .cs-banner.cs_style_1 {
    height: 420px;
  }
}
.cs-banner.cs_style_1 .cs-banner_title {
  margin: 0;
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}
@media (max-width: 991px) {
  .cs-banner.cs_style_1 .cs-banner_title {
    font-size: 36px;
  }
  .cs-banner.cs_style_1 .cs-banner_title svg {
    width: 22px;
    height: 22px;
  }
}
.cs-banner.cs_style_1 .cs-banner_title span {
  display: inline-block;
  position: relative;
}
.cs-banner.cs_style_1 .cs-banner_title span::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
}

.cs-hero.cs-style8 {
  background: linear-gradient(267deg, #161616 0%, #080808 100%);
  max-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 170px 0 100px;
  height: 100vh;
  position: relative;
}
@media (max-width: 991px) {
  .cs-hero.cs-style8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
    height: initial;
    max-height: initial;
  }
}
.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 {
  position: absolute;
  height: 100%;
  right: 12%;
  top: 0;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .cs-hero.cs-style8 .cs-hero_img_box {
    right: 115px;
    top: 0;
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .cs-hero.cs-style8 .cs-hero_img_box {
    position: relative;
    right: 0;
    height: initial;
    padding-bottom: 0;
  }
}
.cs-hero.cs-style8 .cs-hero_img_box img {
  max-height: 100%;
}
.cs-hero.cs-style8 .cs-hero_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  padding: 16px 24px;
  max-width: 265px;
  gap: 13px;
  position: absolute;
  -webkit-box-shadow: -1px 0px 1px 0px #fff;
  box-shadow: -1px 0px 1px 0px #fff;
}
.cs-hero.cs-style8 .cs-hero_card.cs-position_1 {
  top: 70%;
  left: 12.3%;
}
@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 {
  top: 40%;
  right: -100px;
}
@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:nth-child(1) {
  left: 50%;
}

.cs-iconbox_3_list.cs-style2 {
  padding-left: 110px;
  counter-reset: number-counter;
  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: 0px;
  }
}
.cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1,
.cs-iconbox_3_list.cs-style2 .cs-image_layer_in::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-iconbox_3_list.cs-style2 .cs-image_layer.cs-style1 {
  padding-right: 0;
  padding-bottom: 0;
  height: initial;
  width: 170px;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  top: 50%;
  right: 28%;
  left: initial;
}
@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 {
  -webkit-animation: none;
  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 {
  counter-increment: number-counter;
  content: counter(number-counter, decimal-leading-zero) '. ';
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: -110px;
  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;
  visibility: visible;
  -webkit-transform: rotate(15deg) translateY(-50%);
  transform: rotate(15deg) translateY(-50%);
}
.cs-funfact_wrap.cs-type3 {
  background: transparent;
  padding: 135px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs-list.cs-style_2 li {
  position: relative;
  padding-left: 53px;
}
@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 {
  position: absolute;
  left: 0;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cs-list_2_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs-list_2_group > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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-right: 0px;
    padding-bottom: 30px;
  }
}
.cs-list_2_group > *:last-child {
  padding-left: 150px;
  border-left: 1px solid #4d4d4d;
}
@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 {
    padding-left: 0px;
    border-top: 1px solid #4d4d4d;
    border-left: 0;
    padding-top: 30px;
  }
}
.cs-hero.cs-style5.cs_type_1 {
  position: relative;
}
.cs-hero.cs-style5.cs_type_1 .cs-hero_text {
  padding-left: 0;
}
.cs-hero.cs-style5.cs_type_1 .cs-hero_intro_title {
  font-size: 18px;
  color: inherit;
  font-weight: 600;
  margin-bottom: 20px;
}
.cs-hero.cs-style5.cs_type_1 .cs-hero_title {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .cs-hero.cs-style5.cs_type_1 .cs-hero_title {
    font-size: 42px;
  }
}
.cs-hero.cs-style5.cs_type_1 .cs-hero_btn {
  color: #999696;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cs-hero.cs-style5.cs_type_1 .cs-hero_btn:hover {
  color: #ff4a17;
  -webkit-transform: scale(1.15) rotate(15deg);
  transform: scale(1.15) rotate(15deg);
}
.cs-hero.cs-style5.cs_type_1 .cs-swiper_parallax_bg::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.cs-hero.cs-style4 .cs-swiper_parallax_bg video,
.cs-hero.cs-style5 .cs-swiper_parallax_bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
