.wpcf7-form br {
	display: none;
}
.cs_mcfw p{
  margin:0;
}
textarea.cs_form_field {
	max-height: 140px;
}
.elementor-widget-text-editor p, .elementor-widget-text-editor ul li,.elementor-widget-text-editor  ol li,.elementor-widget-text-editor  a {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
}
@media (min-width: 992px) {
.cs_gap_y_50 .col-12{
  margin-top:50px;
}
.cs_gap_y_30 .col-12{
  margin-top:30px;
}
.cs_gap_y_40 .col-12{
  margin-top:40px;
}
}

/* .slick-dots {
	display: flex;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 50px !important;
	justify-content: center;
	align-items: center;
}
.slick-dots li button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  line-height: initial;
  background: var(--heading-color);
}
.cs_pagination .slick-dots {
	margin: 0 !important;
}
.slick-dots li::marker {
  display: none;
}
.slick-dots li {
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.slick-dots li.slick-active button,.slick-dots li:hover button {
  background: var(--accent-color);
} */

/*--------------------------------------------------------------
  5. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_remove_overflow .slick-list {
  overflow: visible;
}
.cs_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left,
.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  height: 60px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: var(--heading-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--white-color);
}
@media (max-width: 991px) {
  .cs_slider_arrows.cs_style_1 .cs_left_arrow,
  .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    width: 50px;
    height: 50px;
  }
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
  background-color: var(--heading-color);
}
.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left {
  left: 0;
}
.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
  right: 0;
}

.cs_slider_arrows.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cs_slider_arrows.cs_style_2 .slick-arrow {
  margin-top: -40px;
  position: relative;
  z-index: 3;
}
.cs_slider_arrows.cs_style_2 .slick-arrow:hover {
  opacity: 0.75;
}
.cs_slider_arrows.cs_style_2.cs_type_1 {
  max-width: 45px;
  margin-left: auto;
  margin-right: 0;
}

.cs_slider_arrows.cs_style_3 .cs_right_arrow {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  height: 480px;
  width: calc(100% - 1087px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .cs_slider_arrows.cs_style_3 .cs_right_arrow {
    width: calc(100% - 900px);
    padding-right: 48px;
  }
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_3 .cs_right_arrow {
    width: calc(100% - 874px);
    height: 400px;
    padding-right: 0;
  }
}
.cs_slider_arrows.cs_style_3 .cs_right_arrow span {
  color: var(--heading-color);
  width: 126px;
  height: 126px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_3 .cs_right_arrow span {
    width: 90px;
    height: 90px;
  }
}
.cs_slider_arrows.cs_style_3 .cs_right_arrow:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.cs_slider_arrows.cs_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_slider_arrows.cs_style_4 {
    width: 120px;
  }
}
.cs_slider_arrows.cs_style_4 .slick-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_slider_arrows.cs_style_4 .slick-arrow svg {
  width: 9px;
  height: 17px;
}
.cs_slider_arrows.cs_style_4 .slick-arrow:hover {
  opacity: 0.75;
}

.cs_slider_arrows_4_transparent_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 13px 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0 0 20px 20px;
}
.cs_slider_arrows_4_transparent_wrap .cs_slider_number.cs_style_2 {
  color: #fff;
}

.cs_pagination_1_wrap {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
}

.cs_pagination_1_in {
  max-width: 350px;
  width: 100%;
}

.cs_pagination.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.cs_pagination.cs_style_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
}
.cs_pagination.cs_style_1 li button {
  height: 100%;
  width: 100%;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: rgba(249, 251, 243, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li button:hover {
  background-color: rgba(249, 251, 243, 0.75);
}
.cs_pagination.cs_style_1 li.slick-active button {
  background-color: var(--white-color);
}

.cs_pagination.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.cs_pagination.cs_style_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.cs_pagination.cs_style_2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  width: 30px;
  margin: 3px;
  border-radius: 10px;
  overflow: hidden;
}
.cs_pagination.cs_style_2 li button {
  height: 100%;
  width: 100%;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: var(--heading-color);
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_2 li button:hover {
  opacity: 1;
}
.cs_pagination.cs_style_2 li.slick-active button {
  opacity: 1;
}

.cs_slider_number.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cs_slider_number.cs_style_1 {
    margin-bottom: 10px;
  }
}
.cs_slider_number.cs_style_1 > span[data-number]:before {
  content: "0" attr(data-number);
}
.cs_slider_number.cs_style_1 > span:before {
  content: attr(data-number);
  display: none;
}
.cs_slider_number.cs_style_1 > span > span {
  display: block;
}
.cs_slider_number.cs_style_1 [data-number="1"]::before,
.cs_slider_number.cs_style_1 [data-number="2"]::before,
.cs_slider_number.cs_style_1 [data-number="3"]::before,
.cs_slider_number.cs_style_1 [data-number="4"]::before,
.cs_slider_number.cs_style_1 [data-number="5"]::before,
.cs_slider_number.cs_style_1 [data-number="6"]::before,
.cs_slider_number.cs_style_1 [data-number="7"]::before,
.cs_slider_number.cs_style_1 [data-number="8"]::before,
.cs_slider_number.cs_style_1 [data-number="9"]::before {
  display: block;
}
.cs_slider_number.cs_style_1 [data-number="1"] > span,
.cs_slider_number.cs_style_1 [data-number="2"] > span,
.cs_slider_number.cs_style_1 [data-number="3"] > span,
.cs_slider_number.cs_style_1 [data-number="4"] > span,
.cs_slider_number.cs_style_1 [data-number="5"] > span,
.cs_slider_number.cs_style_1 [data-number="6"] > span,
.cs_slider_number.cs_style_1 [data-number="7"] > span,
.cs_slider_number.cs_style_1 [data-number="8"] > span,
.cs_slider_number.cs_style_1 [data-number="9"] > span {
  display: none;
}

.cs_slider_number.cs_style_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  color: var(--heading-color);
}
.cs_slider_number.cs_style_2 .cs_slider_number_seperator::before {
  content: "/";
}

.cs_full_width_slider_section {
  width: calc(100% + (100vw - 1296px) / 2);
}
@media (max-width: 1400px) {
  .cs_full_width_slider_section {
    width: calc(100% + (100vw - 1116px) / 2);
  }
}
@media (max-width: 1199px) {
  .cs_full_width_slider_section {
    width: calc(100% + (100vw - 936px) / 2);
  }
}
@media (max-width: 991px) {
  .cs_full_width_slider_section {
    width: 100%;
    padding-right: 12px;
  }
}

.slick-slide .cs_card.cs_style_4 .cs_card_info {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-slide.slick-active .cs_card.cs_style_4 .cs_card_info {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media (max-width: 991px) {
  .cs_hide_lg {
    display: none;
  }
}
.cs_show_lg {
  display: none !important;
}

@media (max-width: 991px) {
  .cs_hide_lg {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cs_show_lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------
  6. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .cs_video_open,
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white-color);
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .cs_video_open:hover,
.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:hover:before,
.cs_video_popup-close:hover:after {
  background: #000;
}

.cs_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup-align {
  overflow: hidden;
}

/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs_footer_widget_menu a,
.cs_footer_links a {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.cs_footer_widget_menu a:hover,
.cs_footer_links a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}

.cs_copyright {
  color: var(--heading-color);
  opacity: 0.75;
}

.cs_bottom_footer {
  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;
  padding: 16px 0 56px;
  border-top: 1px solid var(--heading-color);
}
@media (max-width: 991px) {
  .cs_bottom_footer {
    padding: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_bottom_footer > * {
  padding: 4px 0;
}

.cs_footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer_links li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.cs_footer_links a {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_footer_links a:hover {
  opacity: 1;
}

.cs_text_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .cs_text_widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cs_text_widget p {
  margin: 0;
  padding-left: 32px;
  border-left: 2px solid var(--heading-color);
}
@media (max-width: 575px) {
  .cs_text_widget p {
    padding-left: 15px;
  }
}

.cs_footer_widget + .cs_footer_widget {
  margin-top: 32px;
}

.cs_newsletter.cs_style_1 {
  position: relative;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input {
  height: 96px;
  padding: 10px 80px 10px 24px;
  background-color: #e1ece3;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  opacity: 1;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_input {
    height: 70px;
    padding: 10px 70px 10px 20px;
  }
}
.cs_newsletter.cs_style_1 .cs_newsletter_input::-webkit-input-placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input::-moz-placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input:-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input::-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input::placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_input::-ms-input-placeholder {
  color: var(--heading-color);
  opacity: 0.75;
}
.cs_newsletter.cs_style_1 .cs_newsletter_btn {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_btn {
    right: 11px;
    top: 11px;
  }
}

.cs_footer_widget_menu {
  color: var(--heading-color);
}
.cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 12px;
}

.cs_footer_widget_title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 72px;
  padding: 100px 0 80px;
}
@media (max-width: 1199px) {
  .cs_footer_row {
    gap: 30px 45px;
  }
}
@media (max-width: 991px) {
  .cs_footer_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px 24px;
    padding: 70px 0 50px;
  }
}
@media (max-width: 380px) {
  .cs_footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_footer_row .cs_footer_col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 150px;
}
.cs_footer_row .cs_footer_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: initial;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cs_footer_row .cs_footer_col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.cs_footer.cs_style_1.cs_color_1 {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_menu,
.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_title,
.cs_footer.cs_style_1.cs_color_1 .cs_copyright,
.cs_footer.cs_style_1.cs_color_1 .cs_footer_links a,
.cs_footer.cs_style_1.cs_color_1 .cs_footer_widget_menu a {
  color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_1 .cs_bottom_footer {
  border-color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_1 .cs_text_widget p {
  border-color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_input {
  background-color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_btn {
  background-color: #e1ece3;
}
.cs_footer.cs_style_1.cs_color_1 .cs_newsletter_btn:hover {
  background-color: var(--heading-color);
}

.cs_footer.cs_style_1.cs_color_2 {
  background-color: #e1ece3;
}
.cs_footer.cs_style_1.cs_color_2 .cs_newsletter_input {
  background-color: var(--white-color);
}
.cs_footer.cs_style_1.cs_color_2 .cs_newsletter_btn {
  background-color: var(--heading-color);
  color: var(--white-color);
}

/*--------------------------------------------------------------
  9. Isotope
----------------------------------------------------------------*/
.cs_isotop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_isotop.cs_has_gutter_24 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}
.cs_isotop.cs_has_gutter_24 .cs_isotop_item {
  padding: 0 12px;
  margin-bottom: 24px;
}

.cs_isotop_col_6 .cs_grid_sizer,
.cs_isotop_col_6 .cs_isotop_item {
  width: 16.666667%;
}

.cs_isotop_col_5 .cs_grid_sizer,
.cs_isotop_col_5 .cs_isotop_item {
  width: 20%;
}

.cs_isotop_col_4 .cs_grid_sizer,
.cs_isotop_col_4 .cs_isotop_item {
  width: 25%;
}

.cs_isotop_col_3 .cs_grid_sizer,
.cs_isotop_col_3 .cs_isotop_item {
  width: 33.333333%;
}

.cs_isotop_col_2 .cs_grid_sizer,
.cs_isotop_col_2 .cs_isotop_item {
  width: 50%;
}

.cs_isotop_col_1 .cs_grid_sizer,
.cs_isotop_col_1 .cs_isotop_item {
  width: 100%;
}

.cs_grid_sizer {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w20,
.cs_isotop_col_4 .cs_w20,
.cs_isotop_col_3 .cs_w20,
.cs_isotop_col_2 .cs_w20,
.cs_isotop_col_1 .cs_w20 {
  width: 20%;
}

.cs_isotop_col_5 .cs_w25,
.cs_isotop_col_4 .cs_w25,
.cs_isotop_col_3 .cs_w25,
.cs_isotop_col_2 .cs_w25,
.cs_isotop_col_1 .cs_w25 {
  width: 25%;
}

.cs_isotop_col_5 .cs_w33,
.cs_isotop_col_4 .cs_w33,
.cs_isotop_col_3 .cs_w33,
.cs_isotop_col_2 .cs_w33,
.cs_isotop_col_1 .cs_w33 {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w50,
.cs_isotop_col_4 .cs_w50,
.cs_isotop_col_3 .cs_w50,
.cs_isotop_col_2 .cs_w50,
.cs_isotop_col_1 .cs_w50 {
  width: 50%;
}

.cs_isotop_col_5 .cs_w66,
.cs_isotop_col_4 .cs_w66,
.cs_isotop_col_3 .cs_w66,
.cs_isotop_col_2 .cs_w66,
.cs_isotop_col_1 .cs_w66 {
  width: 66.666666%;
}

.cs_isotop_col_5 .cs_w100,
.cs_isotop_col_4 .cs_w100,
.cs_isotop_col_3 .cs_w100,
.cs_isotop_col_2 .cs_w100,
.cs_isotop_col_1 .cs_w100 {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 991px) {
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_4 .cs_w50 {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs_isotop_col_5 .cs_w50,
  .cs_isotop_col_4 .cs_w50,
  .cs_isotop_col_3 .cs_w50,
  .cs_isotop_col_2 .cs_w50,
  .cs_isotop_col_1 .cs_w50,
  .cs_isotop_col_5 .cs_w66,
  .cs_isotop_col_4 .cs_w66,
  .cs_isotop_col_3 .cs_w66,
  .cs_isotop_col_2 .cs_w66,
  .cs_isotop_col_1 .cs_w66 {
    width: 100%;
  }
  .cs_isotop_col_5 .cs_grid_sizer,
  .cs_isotop_col_5 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  10. Sidebar
----------------------------------------------------------------*/
.cs_sidebar_item:not(:last-child) {
  margin-bottom: 45px;
}

.cs_sidebar_widget_title {
  font-size: 20px;
  line-height: 1.33em;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--heading-color);
  padding-bottom: 10px;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.tag-cloud-link {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid rgba(55, 72, 54, 0.2);
  padding: 5px 15px;
  display: inline-block;
  margin: 5px;
  border-radius: 6px;
  color: var(--heading-color);
}
.tag-cloud-link:hover {
  color: #fff;
  background-color: var(--heading-color);
  border-color: var(--heading-color);
}

.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul li,
.widget_categories ul li {
  padding-left: 30px;
  position: relative;
}
.widget_archive ul li i,
.widget_categories ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cs_recent_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_recent_posts li:not(:last-child) {
  margin-bottom: 20px;
}

.cs_recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_recent_post_thumb {
  height: 70px;
  width: 70px;
  border-radius: 7px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  margin-right: 15px;
}
.cs_recent_post_thumb:hover .cs_recent_post_thumb_in {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.cs_recent_post_thumb_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_recent_post_title {
  font-size: 18px;
  margin-bottom: 8px;
}

.cs_sidebar_search {
  position: relative;
}

.cs_sidebar_search input {
  display: block;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid var(--heading-color);
  padding: 9px 40px 9px 15px;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  border-radius: 10px;
}
.cs_sidebar_search input:focus {
  border-color: var(--heading-color);
}

.cs_sidebar_search_btn {
  position: absolute;
  border: none;
  outline: none;
  bottom: 0px;
  right: 0;
  padding: 10px 14px;
  cursor: pointer;
  background-color: var(--heading-color);
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.cs_sidebar_search_btn:hover {
  color: #fff;
  opacity: 0.9;
}

.cs_author_card img {
  height: 130px;
  width: 130px;
  margin-bottom: 22px;
}
.cs_author_card h3 {
  font-size: 30px;
  margin-bottom: 14px;
}
.cs_author_card p {
  margin-bottom: 0;
}

.cs_right_sidebar {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cs_right_sidebar {
    padding-left: 0px;
    padding-top: 60px;
  }
}

/*--------------------------------------------------------------
  10. Hero
----------------------------------------------------------------*/
.cs_circle_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.cs_circle_group span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  margin-left: -10px;
}
.cs_circle_group span:first-child {
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.cs_circle_group span:last-child {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.cs_hero.cs_style_1 {
  position: relative;
}
.cs_h100{
  height: 100%;
}
.cs_hero.cs_style_1 .cs_hero_in {
  min-height: 780px;
  padding: 150px 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_hero.cs_style_1 .cs_hero_title b {
  font-weight: 600;
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  max-width: 770px;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 690px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 620px;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  max-width: 1020px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 750px;
  }
}
.cs_hero.cs_style_1 .cs_hero_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_hero.cs_style_1 .cs_hero_funfact_wrap {
  border-radius: 20px;
  position: absolute;
  top: 166px;
  right: 0;
  overflow: hidden;
  padding: 1px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_funfact_wrap {
    display: none;
  }
}
.cs_hero.cs_style_1 .cs_hero_funfact_wrap:hover .cs_circle_group span:first-child {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.cs_hero.cs_style_1 .cs_hero_funfact_wrap:hover .cs_circle_group span:last-child {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.cs_hero.cs_style_1 .cs_hero_funfact {
  border-radius: inherit;
  padding: 24px 16px;
  -webkit-box-shadow: -2px 0px 7px 0px rgba(255, 255, 255, 0.5);
          box-shadow: -2px 0px 7px 0px rgba(255, 255, 255, 0.5);
}
.cs_hero.cs_style_1 .cs_hero_box {
  padding: 24px;
  position: absolute;
  bottom: 64px;
  right: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(241deg, rgba(255, 255, 255, 0.5) -7.37%, rgba(255, 255, 255, 0.1) 89.52%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 410px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_box {
    display: none;
  }
}
.cs_hero.cs_style_1 .cs_hero_box_btn {
  position: absolute;
  right: 16px;
  top: 16px;
}
.cs_hero.cs_style_1 .container {
  position: relative;
  z-index: 3;
}
.cs_hero.cs_style_1 .cs_hero_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cs_hero.cs_style_1 .cs_hero_bg .cs_slider,
.cs_hero.cs_style_1 .cs_hero_bg .cs_slider_container,
.cs_hero.cs_style_1 .cs_hero_bg .cs_slider_wrapper,
.cs_hero.cs_style_1 .cs_hero_bg .slick-list,
.cs_hero.cs_style_1 .cs_hero_bg .slick-track,
.cs_hero.cs_style_1 .cs_hero_bg .slick-track * {
  height: 100%;
}

/*--------------------------------------------------------------
  11. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  height: 48px;
  width: 48px;
  position: relative;
  font-size: 18px;
  color: var(--heading-color);
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #e1ece2;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon i {
  position: relative;
  z-index: 2;
}

.cs_iconbox.cs_style_2 {
  background-color: #e1ece3;
  border-radius: 20px;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--heading-color);
  font-size: 24px;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon,
.cs_iconbox.cs_style_2 .cs_heading_color {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_2:hover {
  background-color: var(--heading-color);
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon,
.cs_iconbox.cs_style_2:hover .cs_heading_color {
  color: var(--white-color);
}

/*--------------------------------------------------------------
  12. CTA
----------------------------------------------------------------*/
.cs_cta.cs_style_1.cs_type_1 .cs_cta_in {
  max-width: 710px;
  margin-left: auto;
}

.cs_cta.cs_style_2 {
  height: 300px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs_cta.cs_style_2.cs_type_1 {
  min-height: 400px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*--------------------------------------------------------------
  13. Testimonial
----------------------------------------------------------------*/
.cs_testimonial.cs_style_1 .cs_testimonial_blockquote {
  font-style: initial;
}
.cs_testimonial.cs_style_1 .cs_testimonial_blockquote span {
  color: #7f8f80;
}
.cs_testimonial.cs_style_1 .cs_testimonial_avatar_designation {
  color: #7f8f80;
}
.cs_testimonial.cs_style_1 .cs_testimonial_meta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cs_testimonial.cs_style_1 .cs_testimonial_meta_wrap img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------
  14. Team
----------------------------------------------------------------*/
.cs_team_member.cs_style_1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.cs_team_member.cs_style_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--heading-color)));
  background-image: linear-gradient(transparent, var(--heading-color));
}
.cs_team_member.cs_style_1 .cs_team_member_desc {
  margin-top: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs_team_member.cs_style_1 .cs_team_member_img {
  width: 100%;
  border-radius: 20px;
}
.cs_team_member.cs_style_1 .cs_team_member_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 16px;
  width: 100%;
}
.cs_team_member.cs_style_1:hover .cs_team_member_desc {
  margin-top: 16px;
  max-height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  15. Card
----------------------------------------------------------------*/
.cs_card_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 320px;
  width: calc(100% - 65px);
  gap: 8px 0px;
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .cs_card_tags {
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .cs_card_tags {
    padding-left: 10px;
  }
}
.cs_card_tags .cs_card_tag {
  padding: 10px 32px;
  border: 1px solid var(--white-color);
  border-radius: 1.6em;
  font-weight: 700;
  color: var(--white-color);
  margin-left: -16px;
}
@media (max-width: 1199px) {
  .cs_card_tags .cs_card_tag {
    padding: 10px 22px;
    margin-left: -12px;
  }
}
@media (max-width: 575px) {
  .cs_card_tags .cs_card_tag {
    padding: 7px 15px;
    margin-left: -10px;
  }
}
.cs_card_tags .cs_card_tag:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.cs_card.cs_style_1 {
  position: relative;
  padding: 24px;
  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;
  gap: 40px 0;
  border-radius: 20px;
  min-height: 508px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 {
    padding: 20px;
  }
}
.cs_card.cs_style_1 .cs_arrow_btn {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_arrow_btn {
    right: 20px;
    top: 20px;
  }
}

.cs_card_1_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 1199px) {
  .cs_card_1_group {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .cs_card_1_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_card_1_group .cs_card.cs_style_1 {
  padding: 32px 16px;
  height: 740px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_card_1_group .cs_card.cs_style_1 {
    padding: 30px 20px;
  }
}
.cs_card_1_group .cs_card.cs_style_1 .cs_card_title {
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card_1_group .cs_card.cs_style_1 .cs_card_subtitle {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 48px;
}
.cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
  width: 320px;
  position: absolute;
  top: 32px;
  left: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
    width: 280px;
    top: 42px;
  }
}
@media (max-width: 991px) {
  .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
    opacity: 1;
    visibility: visible;
    left: 20px;
    top: 30px;
  }
}
@media (max-width: 350px) {
  .cs_card_1_group .cs_card.cs_style_1 .cs_card_tags {
    top: 70px;
  }
}
.cs_card_1_group .cs_card.cs_style_1.active {
  -webkit-box-flex: 2.22;
      -ms-flex: 2.22;
          flex: 2.22;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cs_card_1_group .cs_card.cs_style_1.active {
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8;
            flex: 1.8;
    padding: 30px 20px;
  }
}
.cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
  font-size: 80px;
  line-height: 1.1em;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
    font-size: 26px;
  }
}
.cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
  font-size: 20px;
  line-height: 1.5em;
  height: 90px;
}
@media (max-width: 1400px) {
  .cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
    font-size: 18px;
    height: 86px;
  }
}
@media (max-width: 1991px) {
  .cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
    font-size: 16px;
    height: initial;
  }
}
.cs_card_1_group .cs_card.cs_style_1.active .cs_card_tags {
  opacity: 1;
  visibility: visible;
}

.cs_card.cs_style_2 {
  position: relative;
}
.cs_card.cs_style_2 .cs_card_thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 320px;
}
.cs_card.cs_style_2 .cs_card_thumb img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cs_card.cs_style_2 .cs_card_thumb::before {
  content: "";
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(55, 72, 54, 0.75)), to(rgba(55, 72, 54, 0.75)));
  background: linear-gradient(0deg, rgba(55, 72, 54, 0.75) 0%, rgba(55, 72, 54, 0.75) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_card.cs_style_2 .cs_card_thumb img {
  width: 100%;
  border-radius: inherit;
  width: 100%;
}
.cs_card.cs_style_2 .cs_arrow_btn {
  position: absolute;
  top: 16px;
  right: 24px;
}
.cs_card.cs_style_2 .cs_card_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 24px;
}
.cs_card.cs_style_2 .cs_card_title a {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.cs_card.cs_style_2 .cs_card_title a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_2:hover .cs_card_thumb::before {
  opacity: 1;
}
.cs_card.cs_style_2:hover .cs_card_title a {
  color: var(--white-color);
}

.cs_card_3_wrap {
  height: 500px;
  position: relative;
}
@media (max-width: 1199px) {
  .cs_card_3_wrap {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .cs_card_3_wrap {
    height: initial;
    display: grid;
    grid-gap: 30px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_card_3_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_card_3_wrap::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--white-color)), to(transparent));
  background-image: linear-gradient(to right, var(--white-color), transparent);
}
@media (max-width: 991px) {
  .cs_card_3_wrap::before {
    display: none;
  }
}
.cs_card_3_wrap .cs_section_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .cs_card_3_wrap .cs_section_logo {
    bottom: -40px;
  }
}
.cs_card_3_wrap .cs_section_logo img {
  height: 28px;
}

.cs_card.cs_style_3 {
  position: absolute;
  top: 0;
  height: 250px;
  width: 35%;
  left: 0;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_3 {
    height: 225px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_3 {
    height: initial;
    position: initial;
    width: 100%;
  }
}
.cs_card.cs_style_3::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--white-color);
  left: -10px;
  bottom: -10px;
}
@media (max-width: 991px) {
  .cs_card.cs_style_3::before {
    display: none;
  }
}
.cs_card.cs_style_3 .cs_card_in {
  width: 100%;
  padding-left: 50px;
  height: 100%;
  -webkit-clip-path: inset(0 round 0px 0px 0px 0px);
          clip-path: inset(0 round 0px 0px 0px 0px);
}
@media (max-width: 1199px) {
  .cs_card.cs_style_3 .cs_card_in {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_3 .cs_card_in {
    padding-left: 0px;
  }
}
.cs_card.cs_style_3 .cs_card_in::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 3px dashed rgba(249, 251, 243, 0.25);
}
@media (max-width: 991px) {
  .cs_card.cs_style_3 .cs_card_in::before {
    display: none;
  }
}
.cs_card.cs_style_3:nth-child(odd) {
  top: initial;
  bottom: 0;
}
.cs_card.cs_style_3:nth-child(odd)::before {
  bottom: initial;
  top: -10px;
}
.cs_card.cs_style_3:nth-child(odd) .cs_card_in {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .cs_card.cs_style_3:nth-child(odd) .cs_card_in {
    display: block;
  }
}
.cs_card.cs_style_3:nth-child(2) {
  left: 22%;
}
.cs_card.cs_style_3:nth-child(3) {
  left: 44%;
}
.cs_card.cs_style_3:nth-child(4) {
  left: 66%;
}

.cs_card.cs_style_4 {
  width: 1063px;
}
@media (max-width: 1400px) {
  .cs_card.cs_style_4 {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_4 {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_4 {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .cs_card.cs_style_4 {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .cs_card.cs_style_4 {
    width: calc(100vw - 24px);
  }
}
.cs_card.cs_style_4 .cs_card_thumb {
  height: 480px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_4 .cs_card_thumb {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_4 .cs_card_thumb {
    margin-bottom: 20px;
  }
}
.cs_card.cs_style_4 .cs_card_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 54px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 575px) {
  .cs_card.cs_style_4 .cs_card_info_list {
    gap: 10px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cs_card.cs_style_4 .cs_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 30px;
  color: #7f8f80;
}
@media (max-width: 991px) {
  .cs_card.cs_style_4 .cs_card_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_card.cs_style_4 .cs_card_text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 410px;
  width: 100%;
}
@media (max-width: 991px) {
  .cs_card.cs_style_4 .cs_card_text {
    max-width: 100%;
  }
}

.cs_card.cs_style_5 .cs_card_info_list,
.cs_card.cs_style_6 .cs_card_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_5 .cs_card_info_list,
  .cs_card.cs_style_6 .cs_card_info_list {
    gap: 10px 25px;
  }
}
.cs_card.cs_style_5 .cs_card_title a,
.cs_card.cs_style_6 .cs_card_title a,
.cs_card_title_effect a {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 3px;
}
.cs_card.cs_style_5 .cs_card_title a:hover,
.cs_card.cs_style_6 .cs_card_title a:hover,
.cs_card_title_effect a:hover {
  color: inherit;
  background-size: 100% 3px;
  background-position: 0 calc(100% - 0px);
}

.cs_card.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_5 {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_card.cs_style_5 .cs_card_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cs_card.cs_style_5 .cs_card_thumb {
    width: 100%;
  }
}
.cs_card.cs_style_5 .cs_card_thumb img {
  border-radius: 20px;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.cs_card.cs_style_5 .cs_card_thumb a.cs_card_thumb:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_card.cs_style_5 .cs_card_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 15px 30px;
}

.cs_card.cs_style_6 {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .cs_card.cs_style_6 {
    padding: 70px 0;
  }
}
.cs_card.cs_style_6::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  opacity: 0.25;
}
.cs_card.cs_style_6 .container {
  position: relative;
  z-index: 2;
}
.cs_card.cs_style_6 .cs_card_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 150px;
}
@media (max-width: 1400px) {
  .cs_card.cs_style_6 .cs_card_in {
    gap: 40px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_6 .cs_card_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0px;
  }
}
.cs_card.cs_style_6 .cs_card_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 150px 0px;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_6 .cs_card_left {
    gap: 25px 0px;
  }
}
.cs_card.cs_style_6 .cs_card_right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1400px) {
  .cs_card.cs_style_6 .cs_card_right {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_6 .cs_card_right {
    max-width: 800px;
  }
}/*# sourceMappingURL=style.css.map */

/* Update */
.cs_testimonial_blockquote p {
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
}
.cs_footer_copy p a {
	color: inherit;
}

.footer-newsletter-v2 .cs_newsletter_input {
  background: #fff !important;
}
.footer-newsletter-v2  .cs_newsletter_btn {
  background: #e1ece3;
}

.footer-newsletter-v3 .cs_newsletter_input {
  background: #fff !important;
}
.footer-newsletter-v3  .cs_newsletter_btn {
  background: var(--heading-color) !important;
  color: var(--white-color);
}

.leaflife_fw .xa-buttons__btn{
	width: 100%;
}
.leaflife_f_btn .xa-buttons__btn:hover {
	border-radius: 3px !important;
	transform: translateY(-2px);
	border-radius: 10px !important;
}

.cs_right_img {
	height: 100%;
}

.dialog-lightbox-container #elementor-lightbox-slideshow-single-img {
  display: none !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	justify-content: center;
	display: flex;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: var(--heading-color) !important;
}

.mc4wp-response a {
	color: inherit !important;
}