
/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs_perloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #ffefee;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_perloader_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  color: #070707;
  letter-spacing: 2px;
  text-align: center;
}

.cs_cart_animation {
  display: block;
  width: 10em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
}

.cs_cart_lines,
.cs_cart_top,
.cs_cart_wheel_1,
.cs_cart_wheel_2,
.cs_cart_wheel_stroke {
  -webkit-animation: cartLines 2s ease-in-out infinite;
          animation: cartLines 2s ease-in-out infinite;
}

.cs_cart_lines {
  stroke: #fc5f49;
}

.cs_cart_top {
  -webkit-animation-name: cartTop;
          animation-name: cartTop;
}

.cs_cart_wheel_1 {
  -webkit-animation-name: cartWheel1;
          animation-name: cartWheel1;
  -webkit-transform: rotate(-0.25turn);
          transform: rotate(-0.25turn);
  -webkit-transform-origin: 43px 111px;
          transform-origin: 43px 111px;
}

.cs_cart_wheel_2 {
  -webkit-animation-name: cartWheel2;
          animation-name: cartWheel2;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
  -webkit-transform-origin: 102px 111px;
          transform-origin: 102px 111px;
}

.cs_cart_wheel_stroke {
  -webkit-animation-name: cartWheelStroke;
          animation-name: cartWheelStroke;
}

.cs_cart_track {
  stroke: rgba(252, 95, 73, 0.2);
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

/* Animations */
@-webkit-keyframes msg {
  from {
    opacity: 1;
    visibility: visible;
  }
  99.9% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes msg {
  from {
    opacity: 1;
    visibility: visible;
  }
  99.9% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cartLines {
  from, to {
    opacity: 0;
  }
  8%, 92% {
    opacity: 1;
  }
}
@keyframes cartLines {
  from, to {
    opacity: 0;
  }
  8%, 92% {
    opacity: 1;
  }
}
@-webkit-keyframes cartTop {
  from {
    stroke-dashoffset: -338;
  }
  50% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 338;
  }
}
@keyframes cartTop {
  from {
    stroke-dashoffset: -338;
  }
  50% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 338;
  }
}
@-webkit-keyframes cartWheel1 {
  from {
    -webkit-transform: rotate(-0.25turn);
            transform: rotate(-0.25turn);
  }
  to {
    -webkit-transform: rotate(2.75turn);
            transform: rotate(2.75turn);
  }
}
@keyframes cartWheel1 {
  from {
    -webkit-transform: rotate(-0.25turn);
            transform: rotate(-0.25turn);
  }
  to {
    -webkit-transform: rotate(2.75turn);
            transform: rotate(2.75turn);
  }
}
@-webkit-keyframes cartWheel2 {
  from {
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn);
  }
  to {
    -webkit-transform: rotate(3.25turn);
            transform: rotate(3.25turn);
  }
}
@keyframes cartWheel2 {
  from {
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn);
  }
  to {
    -webkit-transform: rotate(3.25turn);
            transform: rotate(3.25turn);
  }
}
@-webkit-keyframes cartWheelStroke {
  from, to {
    stroke-dashoffset: 81.68;
  }
  50% {
    stroke-dashoffset: 40.84;
  }
}
@keyframes cartWheelStroke {
  from, to {
    stroke-dashoffset: 81.68;
  }
  50% {
    stroke-dashoffset: 40.84;
  }
}

.cs_fs_16 {
  font-size: 16px;
  line-height: 1.25em;
}


.cs_fs_67 {
  font-size: 50px;
  line-height: 1.195em;
}
@media (max-width: 1400px) {
  .cs_fs_67 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_fs_67 {
    font-size: 46px;
  }
}
@media (max-width: 450px) {
  .cs_fs_67 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .cs_fs_67 {
    font-size: 36px;
  }
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_2 {
  border-radius: 2px;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_4 {
  border-radius: 4px;
}

.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_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(94, 94, 94, 0.5);
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_white_color {
  color: #ffffff;
}

.cs_primary_color {
  color: #070707;
}

.cs_secondary_color {
  color: #5e5e5e;
}

.cs_accent_color {
  color: #fc5f49;
}

.cs_gray_color {
  color: rgba(7, 7, 7, 0.1);
}

.cs_gold_color {
  color: #ffc107;
}

.cs_white_bg {
  background-color: #fff;
}

.cs_accent_bg {
  background-color: #fc5f49;
}

.cs_gray_bg {
  background-color: rgba(7, 7, 7, 0.1);
}

.cs_gray_bg_3 {
  background-color: rgba(94, 94, 94, 0.2);
}

.cs_primary_bg {
  background-color: #070707;
}

.cs_secondary_bg {
  background-color: #5e5e5e;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_remove_overflow {
  overflow: visible;
}

.cs_gap_y_20 {
  gap: 20px 0;
}

.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_33 {
  gap: 33px 0;
}

.cs_gap_y_35 {
  gap: 35px 0;
}

.cs_gap_y_45 {
  gap: 45px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

.cs_gap_y_70 {
  gap: 70px 0;
}

.cs_gap_y_80 {
  gap: 80px 0;
}
@media (max-width: 991px) {
  .cs_gap_y_80 {
    gap: 30px 0;
  }
}

.cs_has_gutter_80 {
  margin-left: -65px;
  margin-right: -65px;
}
.cs_has_gutter_80 .col {
  padding: 0 65px;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 1400px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cs_section_padding {
  padding: 0 75px;
}

.cs_rounded {
  border-radius: 50%;
}

.cs_new_items_slider {
  width: 95vw;
}
@media (max-width: 575px) {
  .cs_new_items_slider {
    width: calc(100% + 12px);
  }
}
.cs_new_items_slider .cs_product.cs_style_1 {
  width: 424px;
}
@media (max-width: 575px) {
  .cs_new_items_slider .cs_product.cs_style_1 {
    width: 320px;
  }
}
@media (max-width: 340px) {
  .cs_new_items_slider .cs_product.cs_style_1 {
    width: 290px;
  }
}

/*--------------------------------------
 common component styling
--------------------------------------*/
.cs_section_heading.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 575px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}

.cs_section_heading.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.cs_section_heading.cs_style_2 .cs_hesction_heading_left {
  width: 59%;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .cs_section_heading.cs_style_2 .cs_hesction_heading_left {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_2 .cs_hesction_heading_left {
    padding-right: 0px;
    width: 100%;
  }
}
.cs_section_heading.cs_style_2 .cs_hesction_heading_right {
  width: 41%;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_2 .cs_hesction_heading_right {
    width: 100%;
  }
}

.cs_zoom {
  position: relative;
  overflow: hidden;
}
.cs_zoom .cs_zoom_in {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_zoom:hover .cs_zoom_in {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.cs_scale i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_scale i:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.cs_form_field {
  width: 100%;
  outline: none;
  border: 1px solid rgba(94, 94, 94, 0.2);
  padding: 12px 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5em;
  display: block;
}
.cs_form_field:focus {
  border-color: rgba(252, 95, 73, 0.2);
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 8px;
}

.form-check-input:checked[type=checkbox] {
  border-color: #fc5f49;
  background-color: #fc5f49;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}


/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick_slide_in {
  width: 100%;
}

.cs_slider .cs_slider_wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.cs_slider .slick_slide_in {
  padding-left: 12px;
  padding-right: 12px;
}

.cs_pagination.cs_style_1 {
  display: inline-block;
  position: absolute;
  left: 75px;
  bottom: 70px;
}
@media (max-width: 1400px) {
  .cs_pagination.cs_style_1 {
    bottom: 40px;
    left: 45px;
  }
}
@media (max-width: 1199px) {
  .cs_pagination.cs_style_1 {
    left: 25px;
  }
}
@media (max-width: 991px) {
  .cs_pagination.cs_style_1 {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .cs_pagination.cs_style_1 {
    left: 15px;
    bottom: 80px;
  }
}
.cs_pagination.cs_style_1 .slick-dots {
  margin-top: 50px;
}

.cs_pagination.cs_style_1 .slick-dots,
.cs_pagination.cs_style_2 .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 0;
}
.cs_pagination.cs_style_1 .slick-dots button,
.cs_pagination.cs_style_2 .slick-dots button {
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cs_pagination.cs_style_1 .slick-dots li,
.cs_pagination.cs_style_2 .slick-dots li {
  overflow: hidden;
  border: none;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0px;
  position: relative;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination.cs_style_1 .slick-dots li::after,
.cs_pagination.cs_style_2 .slick-dots li::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgba(94, 94, 94, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination.cs_style_1 .slick-dots .slick-active,
.cs_pagination.cs_style_2 .slick-dots .slick-active {
  border: 1px solid #070707;
}
.cs_pagination.cs_style_1 .slick-dots .slick-active::after,
.cs_pagination.cs_style_2 .slick-dots .slick-active::after {
  background-color: #070707;
}

.cs_pagination.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_2 .slick-dots {
  margin-top: 35px;
}

.cs_pagingInfo.cs_style_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-----------------------------------
Slider arrow design
-------------------------------------*/
.cs_slider_arrows.cs_style_1 .cs_slider_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.cs_slider_arrows.cs_style_1 .cs_slider_arrow:hover:hover {
  color: #070707;
}
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  right: calc((100vw - 1300px) / 2 / 2);
  margin-right: -18px;
}
@media (max-width: 1400px) {
  .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    right: calc((100vw - 1140px) / 2 / 2);
    margin-right: -13px;
  }
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    right: calc((100vw - 960px) / 2 / 2);
    margin-right: -13px;
  }
}
@media (max-width: 1050px) {
  .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    margin-right: 0px;
  }
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow {
  left: calc((100vw - 1300px) / 2 / 2);
  margin-left: -18px;
}
@media (max-width: 1400px) {
  .cs_slider_arrows.cs_style_1 .cs_left_arrow {
    left: calc((100vw - 1140px) / 2 / 2);
    margin-left: -13px;
  }
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_1 .cs_left_arrow {
    left: calc((100vw - 960px) / 2 / 2);
    margin-left: -13px;
  }
}
@media (max-width: 1050px) {
  .cs_slider_arrows.cs_style_1 .cs_left_arrow {
    margin-left: 0px;
  }
}

.cs_slider_arrows.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_slider_arrows.cs_style_2 .cs_slider_arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_slider_arrows.cs_style_2 .cs_slider_arrow:hover {
  color: #fff;
  background-color: #fc5f49;
  border-color: #fc5f49;
}

.cs_slider_arrows.cs_style_3 .cs_slider_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cs_slider_arrows.cs_style_3 .cs_slider_arrow:hover {
  color: #fff;
}
.cs_slider_arrows.cs_style_3 .cs_left_arrow {
  left: 50px;
}
.cs_slider_arrows.cs_style_3 .cs_right_arrow {
  right: 50px;
}

.cs_hover_arrow .cs_slider_arrows.cs_style_3 {
  opacity: 0;
}
.cs_hover_arrow:hover .cs_slider_arrows.cs_style_3 {
  opacity: 1;
}

@media (max-width: 991px) {
  .cs_hide_mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cs_hide_desktop {
    display: none !important;
  }
}
.slick-slide .cs_hero_text {
  position: relative;
  left: 60px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.slick-slide.slick-active .cs_hero_text {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cs_slides_numbers {
  position: absolute;
  bottom: 12%;
  left: 75px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cs_slides_numbers {
    bottom: 60px;
    right: 40px;
    left: initial;
  }
}
@media (max-width: 380px) {
  .cs_slides_numbers {
    right: 25px;
    bottom: 56px;
  }
}
.cs_slides_numbers .active {
  font-size: 37px;
  color: #070707;
}
@media (max-width: 380px) {
  .cs_slides_numbers .active {
    font-size: 28px;
  }
}
.cs_slides_numbers .cs_slide_seperator {
  position: relative;
  bottom: 3px;
  margin-left: 1px;
}

/*--------------------------------------------------------------
6. Video Block
----------------------------------------------------------------*/
.cs_video_block.cs_style_1 {
  min-height: 600px;
  position: relative;
}
.cs_video_block.cs_style_1 .cs_video_block_in {
  border-radius: 20px;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0px 10px 80px rgba(0, 55, 106, 0.2);
          box-shadow: 0px 10px 80px rgba(0, 55, 106, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.cs_video_block.cs_style_1 .cs_schedule_shape_1 {
  position: absolute;
  width: 400px;
  height: 320px;
  background: rgba(0, 194, 255, 0.08);
  border-radius: 30px 0px 0px 0px;
  left: -55px;
  top: -55px;
}
.cs_video_block.cs_style_1 .cs_schedule_shape_2 {
  position: absolute;
  left: -34px;
  top: 48%;
}
.cs_video_block.cs_style_1 .cs_video_block_img {
  height: 475px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.cs_video_block.cs_style_1 .cs_video_block_img > div {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.cs_play_btn_container {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.cs_play_btn_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f5faff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-animation: playBtnAnim 3s linear infinite;
          animation: playBtnAnim 3s linear infinite;
}

.cs_play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fc5f49;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes playBtnAnim {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes playBtnAnim {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
10. Button
----------------------------------------------------------------*/
.cs_btn.cs_style_1 {
  display: inline-block;
  background-color: #070707;
  color: #ffffff;
  border: 2px solid #070707;
  padding: 13px 32px;
  text-align: center;
}
.cs_btn.cs_style_1:hover {
  background-color: transparent;
  color: #070707;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 10px 25px;
  }
}
.cs_btn.cs_style_1.cs_accent_btn {
  background-color: #fc5f49;
  border-color: #fc5f49;
}
.cs_btn.cs_style_1.cs_accent_btn:hover {
  background-color: transparent;
  color: #fc5f49;
}
.cs_btn.cs_style_1.cs_type_1 {
  background-color: transparent;
  color: #070707;
}
.cs_btn.cs_style_1.cs_type_1:hover {
  background-color: #070707;
  color: #fff;
}



/*--------------------------------------------------------------
17. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1 {
  width: 100%;
  height: 100%;
  min-height: 698px;
  background: #fbfbfb;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    min-height: initial;
    padding-bottom: 80px;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  width: 750px;
  padding: 0 75px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    width: 670px;
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    width: 550px;
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    padding: 30px 15px 70px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    width: 100%;
  }
}
.cs_hero.cs_style_1 .cs_hero_text .cs_heto_title {
  margin-bottom: 17px;
}
.cs_hero.cs_style_1 .cs_hero_text .cs_heto_subtitle {
  margin-bottom: 37px;
}
.cs_hero.cs_style_1 .cs_hero_thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_thumb {
    height: 450px;
    min-height: initial;
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cs_hero.cs_style_2 {
  background: rgba(94, 94, 94, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 80px);
  min-height: 700px;
  max-height: 1000px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: initial;
    min-height: initial;
    max-height: initial;
  }
}
.cs_hero.cs_style_2 .cs_hero_left {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px;
  padding-bottom: 175px;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2 .cs_hero_left {
    padding: 50px;
    padding-bottom: 175px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_left {
    width: 100%;
    padding: 50px 40px 60px 40px;
  }
}
@media (max-width: 380px) {
  .cs_hero.cs_style_2 .cs_hero_left {
    padding: 40px 25px 50px 25px;
  }
}
.cs_hero.cs_style_2 .cs_hero_right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_right {
    width: 100%;
  }
}
.cs_hero.cs_style_2 .cs_hero_thumb {
  height: 100%;
}
.cs_hero.cs_style_2 .cs_hero_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_hero.cs_style_2 .cs_hero_title_mini {
  margin-bottom: 20px;
}
.cs_hero.cs_style_2 .cs_hero_title {
  margin-bottom: 34px;
}
.cs_hero.cs_style_2 .cs_animated_text {
  width: 200px;
  height: 200px;
  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;
  bottom: 20%;
  left: -100px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_animated_text {
    bottom: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media (max-width: 500px) {
  .cs_hero.cs_style_2 .cs_animated_text {
    display: none;
  }
}
.cs_hero.cs_style_2 .cs_animated_text img {
  -webkit-animation: text_rotate 20s linear infinite;
          animation: text_rotate 20s linear infinite;
}
.cs_hero.cs_style_2 .cs_animated_text .cs_text_light {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fc5f49;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-animation: scale_all 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
          animation: scale_all 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
}

.cs_hero.cs_style_3 {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cs_hero.cs_style_3 .cs_hero_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_hero.cs_style_3 .cs_hero_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 136px;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_right {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_right {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
}
.cs_hero.cs_style_3 .cs_hero_left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 43%;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_left {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_left {
    width: 100%;
  }
}
.cs_hero.cs_style_3 .cs_hero_title {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .cs_hero.cs_style_3 .cs_hero_title br {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_shape {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 76px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_shape {
    right: 30px;
    top: initial;
    bottom: -40px;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_hero_shape {
    display: none;
  }
}

@-webkit-keyframes text_rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes text_rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale_all {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes scale_all {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}

}/*# sourceMappingURL=style.css.map */


input.error {
    border: 1px solid #b94a48 !important;
    background-color: #fff0f0;
}

label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
     clear: both;
    color: #B94A48;
}