/* =============================================================
Author Name: Laralink
Description: CSS files of Bizmax WP Toolkit
Version:	1.0.0
================================================================*/   

/*--------------------------------------------------------------
  Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide > div > .cs_slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.cs_gap_30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.cs_gap_30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.slick-arrow {
  cursor: pointer;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.cs_testimonial_slider .cs_slider_activate {
	width: 70vw;
}
@media (max-width: 991px) {
  .cs_testimonial_slider .cs_slider_activate {
    width: initial;
  }
}

.cs_hero_slider .cs_slider_navigation {
  top: 51%;
  right: 16.3%;
}
@media (max-width: 991px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
    right: initial;
    bottom: 15px;
    top: initial;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.cs-pagination.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.cs-pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}
.cs-pagination.cs_style_1 li {
  height: 16px;
  width: 16px;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-pagination.cs_style_1 li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--accent-color);
}
.cs-pagination.cs_style_1 button {
  display: none;
}

@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
}



.cs_service_slider .cs_slider_activate {
  width: 92vw;
}
.cs_service_slider .slick-list {
  overflow: initial;
}
.cs_service_slider .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_slider .slick-slide.slick-active {
  opacity: 1;
}
@media (max-width: 410px) {
  .cs_service_slider .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .cs_service_slider .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.cs_service_slider .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.cs_hero_slider .cs_slider_navigation {
  top: 51%;
  right: 16.3%;
}
@media (max-width: 991px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
    right: initial;
    bottom: 15px;
    top: initial;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
  Video Popup
----------------------------------------------------------------*/
.cs-pd-video .cs_video_open,
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .cs_video_open:hover,
.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

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

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:hover:before,
.cs_video_popup-close:hover:after {
  background: #000;
}

.cs_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
  Footer
----------------------------------------------------------------*/
.cs_footer_top {
  border-bottom: 1px solid #353535;
}

.cs_copyright {
  background-color: #1b1b1b;
  color: #8a8a8a;
}
.cs_copyright a {
  color: var(--accent-color);
}
.cs_copyright a:hover {
  text-decoration: underline;
}

.cs_widget_title,
.cs_newsletter_title {
  line-height: 1.6em;
}

.cs_menu_widget {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.cs_text_widget p {
  margin: 0;
}
.cs_text_widget + .cs_social_btns {
  margin-top: 30px;
}

.cs_newsletter.cs_style_1 .cs_newsletter_input {
  background-color: #2e2d2d;
  padding: 10px 70px 10px 20px;
  outline: none;
  height: 58px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_btn {
  top: 8px;
  right: 8px;
  border: none;
  z-index: 1;
  outline: none;
  height: 42px;
  width: 45px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .cs_footer_logo {
    display: none;
  }
}
/*--------------------------------------------------------------
  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.cs_has_gutter_80 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -80px;
}
.cs_isotop.cs_has_gutter_80 .cs_isotop_item {
  padding: 0 40px;
  margin-bottom: 80px;
}

.cs_isotop.cs_has_gutter_40 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}
.cs_isotop.cs_has_gutter_40 .cs_isotop_item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.cs_isotop.cs_has_gutter_100 {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -40px;
}
.cs_isotop.cs_has_gutter_100 .cs_isotop_item {
  padding: 0 50px;
  margin-bottom: 40px;
}

.cs_isotop_col_6 .cs_grid_sizer,
.cs_isotop_col_6 .cs_isotop_item {
  width: 16.666667%;
}

.cs_isotop_col_5 .cs_grid_sizer,
.cs_isotop_col_5 .cs_isotop_item {
  width: 20%;
}

.cs_isotop_col_4 .cs_grid_sizer,
.cs_isotop_col_4 .cs_isotop_item {
  width: 25%;
}

.cs_isotop_col_3 .cs_grid_sizer,
.cs_isotop_col_3 .cs_isotop_item {
  width: 33.333333%;
}

.cs_isotop_col_2 .cs_grid_sizer,
.cs_isotop_col_2 .cs_isotop_item {
  width: 50%;
}

.cs_isotop_col_1 .cs_grid_sizer,
.cs_isotop_col_1 .cs_isotop_item {
  width: 100%;
}

.cs_grid_sizer {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs-w20,
.cs_isotop_col_4 .cs-w20,
.cs_isotop_col_3 .cs-w20,
.cs_isotop_col_2 .cs-w20,
.cs_isotop_col_1 .cs-w20 {
  width: 20%;
}

.cs_isotop_col_5 .cs-w25,
.cs_isotop_col_4 .cs-w25,
.cs_isotop_col_3 .cs-w25,
.cs_isotop_col_2 .cs-w25,
.cs_isotop_col_1 .cs-w25 {
  width: 25%;
}

.cs_isotop_col_5 .cs-w33,
.cs_isotop_col_4 .cs-w33,
.cs_isotop_col_3 .cs-w33,
.cs_isotop_col_2 .cs-w33,
.cs_isotop_col_1 .cs-w33 {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs-w50,
.cs_isotop_col_4 .cs-w50,
.cs_isotop_col_3 .cs-w50,
.cs_isotop_col_2 .cs-w50,
.cs_isotop_col_1 .cs-w50 {
  width: 50%;
}

.cs_isotop_col_5 .cs-w66,
.cs_isotop_col_4 .cs-w66,
.cs_isotop_col_3 .cs-w66,
.cs_isotop_col_2 .cs-w66,
.cs_isotop_col_1 .cs-w66 {
  width: 66.666666%;
}

.cs_isotop_col_5 .cs-w100,
.cs_isotop_col_4 .cs-w100,
.cs_isotop_col_3 .cs-w100,
.cs_isotop_col_2 .cs-w100,
.cs_isotop_col_1 .cs-w100 {
  width: 100%;
}

.cs_isotop_filter.cs_style_1 {
  list-style: none;
}
.cs_isotop_filter.cs_style_1 button {
  display: inline-block;
  padding: 1px 30px;
}
@media (max-width: 575px) {
  .cs_isotop_filter.cs_style_1 button {
    padding: 1px 5px;
  }
}
.cs_isotop_filter.cs_style_1 .active {
  color: var(--accent-color);
}

@media screen and (max-width: 1199px) {
  .cs_isotop.cs_has_gutter_100 .cs_isotop_item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cs_isotop.cs_has_gutter_100 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .cs_isotop.cs_has_gutter_80 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -25px;
  }
  .cs_isotop.cs_has_gutter_80 .cs_isotop_item {
    padding: 0 12px;
    margin-bottom: 25px;
  }
  .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%;
  }
}
@media screen and (max-width: 575px) {
  .cs_isotop_filter.cs_style_1 ul {
    border: none;
  }
  .cs_isotop_filter.cs_style_1 li {
    margin-bottom: 8px;
  }
  .cs_isotop_filter.cs_style_1 li:not(:last-child) {
    margin-right: 20px;
  }
  .cs_isotop_filter.cs_style_1 button {
    padding-bottom: 3px;
  }
}
/*--------------------------------------------------------------
9. Experience
----------------------------------------------------------------*/
.cs_experience_box {
  border: 15px solid #fff;
  height: 246px;
}
.cs_experience_box h2 {
  letter-spacing: 0.2em;
}

.cs_experience.cs_style_1 .cs_experience_thumb {
  padding: 40px 175px 115px 40px;
  position: relative;
}
.cs_experience.cs_style_1 .cs_experience_thumb::before {
  content: "";
  position: absolute;
  width: 255px;
  height: 304px;
  background-color: #f2f3f5;
  border-radius: 15px;
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .cs_experience.cs_style_1 .cs_experience_thumb {
    padding: 40px 40px 115px 40px;
  }
}
@media (max-width: 575px) {
  .cs_experience.cs_style_1 .cs_experience_thumb {
    padding: 25px 30px 115px 24px;
  }
}
.cs_experience.cs_style_1 .cs_experience_shape {
  position: absolute;
  bottom: 0px;
  right: 220px;
}
.cs_experience.cs_style_1 .cs_experience_box {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 300px;
  height: 360px;
  margin-bottom: 75px;
}
.cs_experience.cs_style_1.cs_type_1 {
  width: 125%;
  margin-left: -20%;
}
@media (max-width: 1600px) {
  .cs_experience.cs_style_1.cs_type_1 {
    width: 100%;
    margin-left: 0;
  }
}
.cs_experience.cs_style_1.cs_type_1 .cs_experience_thumb {
  padding: 0;
}
.cs_experience.cs_style_1.cs_type_1 .cs_experience_thumb::before {
  display: none;
}
.cs_experience.cs_style_1.cs_type_1 .cs_experience_box {
  left: 0;
  top: 10%;
  border-width: 12px;
  -webkit-box-shadow: 0px 0px 8.7714px 4.3857px rgba(192, 186, 186, 0.25);
          box-shadow: 0px 0px 8.7714px 4.3857px rgba(192, 186, 186, 0.25);
}
@media (max-width: 575px) {
  .cs_experience.cs_style_1.cs_type_1 .cs_experience_box {
    position: relative !important;
    top: 0;
    margin-bottom: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.cs_experience.cs_style_1.cs_type_2 {
  width: 120%;
  margin-left: -25%;
}
@media (max-width: 1199px) {
  .cs_experience.cs_style_1.cs_type_2 {
    width: 100%;
    margin-left: 0;
  }
}
.cs_experience.cs_style_1.cs_type_2 .cs_experience_thumb {
  padding: 0;
}
.cs_experience.cs_style_1.cs_type_2 .cs_experience_thumb::before {
  display: none;
}
/*--------------------------------------------------------------
  Service
----------------------------------------------------------------*/
.cs_service.cs_style_1 {
  border-top: 3px solid var(--accent-color);
}
.cs_service.cs_style_1 .cs_service_thumb {
  height: 242px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.cs_service.cs_style_1 .cs_service_thumb-in {
  border-radius: inherit;
}
.cs_service.cs_style_1 .cs_service_btn {
  right: 17px;
  height: 40px;
  width: 40px;
  top: -20px;
  background-color: var(--accent-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_service.cs_style_1 .cs_service_icon {
  height: 70px;
  width: 70px;
  background-color: var(--heading-color);
}
.cs_service.cs_style_1 .cs_service_icon img {
	max-width: 40px;
}
.cs_service.cs_style_1:hover {
  border-color: var(--heading-color);
}
.cs_service.cs_style_1:hover .cs_service_icon {
  background-color: var(--accent-color);
}
.cs_service.cs_style_1:hover .cs_service_btn {
  background-color: var(--heading-color);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.cs_service.cs_style_1:hover .cs_service_btn:hover {
  -webkit-transform: rotate(-45deg) scale(1.08);
          transform: rotate(-45deg) scale(1.08);
}

.cs_service_1-info {
  gap: 15px 25px;
}

/*--------------------------------------------------------------
  Hero
----------------------------------------------------------------*/
.swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide .cs_entity_img {
  display: none;
}

.cs_hero.cs_style_1 .cs_swiper_parallax_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-initialized .swiper-slide .cs_hero.cs_style_1 .cs_hero_text > * {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.swiper-initialized .swiper-slide.swiper-slide-active .cs_hero.cs_style_1 .cs_hero_text > * {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.cs_hero.cs_style_1 {
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  padding: 190px 160px 50px;
}
@media (max-width: 1500px) {
  .cs_hero.cs_style_1 {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_1 {
    min-height: 350px;
  }
  .cs_hero.cs_style_1 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 {
    padding: 180px 0px 80px;
    min-height: 100vh;
    height: initial;
  }
}

.cs_hero_shape_1 {
  right: -10px;
  pointer-events: none;
}

.cs_hero_shape_2 {
  top: 140px;
  pointer-events: none;
}

.cs_hero_1-wrap .cs_social_btns {
  left: 90px;
  top: 50%;
  margin-top: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1550px) {
  .cs_hero_1-wrap .cs_social_btns {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .cs_hero_1-wrap .cs_social_btns {
    display: none !important;
  }
}

.cs_hero.cs_style_2 {
  height: 100vh;
  min-height: 350px;
  max-height: 900px;
  padding: 190px 0 50px;
}
.cs_hero.cs_style_2 h2 {
  letter-spacing: 0.5em;
}
.cs_hero.cs_style_2 h1 {
  letter-spacing: 0.2em;
}
.cs_hero.cs_style_2 h1 svg {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.cs_hero.cs_style_2 h1 span::before {
  content: "";
  width: 353px;
  height: 34px;
  position: absolute;
  bottom: -30px;
  background-image: url("../img/hero_highlight_shape.svg");
  background-size: 100% 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 h1 span::before {
    height: 25px;
    bottom: -20px;
  }
}

.cs_slider_activate .slick-slide .cs_hero_text {
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs_slider_activate .slick-slide.slick-active .cs_hero_text {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/*--------------------------------------------------------------
  Iconbox
----------------------------------------------------------------*/
.cs_iconbox_2_wrap .cs_iconbox_left-img {
  width: 64.5%;
}
@media (max-width: 1199px) {
  .cs_iconbox_2_wrap .cs_iconbox_left-img {
    width: 100%;
  }
}
.cs_iconbox_2_wrap .cs_iconbox_right-img {
  width: 49%;
  height: calc(100% - 50px);
}
@media (max-width: 1199px) {
  .cs_iconbox_2_wrap .cs_iconbox_right-img {
    display: none;
  }
}
.cs_iconbox_2_wrap .cs_iconbox_logo {
  top: -50px;
  left: 53%;
}
@media (max-width: 1300px) {
  .cs_iconbox_2_wrap br {
    display: none;
  }
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  -webkit-box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.15);
}
.cs_iconbox.cs_style_1:hover .cs_iconbox_icon {
  background: #666 !important;
}

.cs_iconbox.cs_style_3 {
  background-color: var(--heading-color);
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  color: var(--accent-color);
}
.cs_iconbox.cs_style_3:hover {
  background-color: var(--accent-color);
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  color: #fff;
}

/*--------------------------------------------------------------
   Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 .cs_post_thumb {
  height: 346px;
}
.cs_post.cs_style_1 .cs_post_thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.cs_post.cs_style_1 .cs_post_thumb:hover::before {
  opacity: 1;
}
.cs_post.cs_style_1 .cs_post_thumb:hover .cs_post_thumb-in {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 245px;
  }
}
.cs_post.cs_style_1 .cs_post_meta {
  list-style: none;
  line-height: 1.4em;
}
.cs_post.cs_style_1 .cs_post_meta li:not(:last-child) {
	margin-right: 10px;
}
.cs_post.cs_style_1 .cs_post_meta i {
  color: var(--accent-color);
  margin-right: 5px;
}
.cs_post.cs_style_1 .cs_post_btn {
  background-color: rgba(112, 112, 112, 0.1);
  color: var(--heading-color);
}
.cs_post.cs_style_1 .cs_post_btn:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.cs_post.cs_style_1 .cs_post_btn:hover .cs_post_btn-icon {
  color: #fff;
}
.cs_post.cs_style_1 .cs_post_btn-icon {
  color: var(--accent-color);
}
@media (min-width: 451px) {
  .cs_post.cs_style_1.cs_type_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_thumb {
    width: 35%;
    height: initial;
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_in {
    width: 65%;
  }
}
@media (max-width: 450px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_in {
    padding-left: 20px;
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    padding-right: 0 !important;
  }
}

/*--------------------------------------------------------------
  Team
----------------------------------------------------------------*/
.cs_team.cs_style_1 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.cs_team.cs_style_1 .cs_team_member-name {
  line-height: 1.35em;
}
.cs_team.cs_style_1 .cs_team_info {
  margin-top: -100px;
  background-color: var(--heading-color);
}
.cs_team.cs_style_1 .cs_social_btns {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  bottom: 0px;
  opacity: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_team.cs_style_1 .cs_social_btns a {
  background-color: var(--body-color);
}
.cs_team.cs_style_1 .cs_social_btns a:hover {
  background-color: var(--accent-color);
}
.cs_team.cs_style_1:hover .cs_team_info {
  background-color: var(--accent-color);
}
.cs_team.cs_style_1:hover .cs_social_btns {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 30px;
  opacity: 1;
}

/*--------------------------------------------------------------
  Testimonial
----------------------------------------------------------------*/
.cs_testimonial_slider .slick-list {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-top: -25px;
  margin-bottom: -25px;
}
.cs_testimonial_slider .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_testimonial_slider .slick-slide.slick-active {
  opacity: 1;
}
/* 
.cs_testimonial.cs_style_1 {
  max-width: 310px;
} */
.cs_testimonial.cs_style_1 .cs_testimonial_img {
  margin-top: -21px;
}
.cs_testimonial.cs_style_1 .cs_testimonial_img img {
  border: 2px solid var(--body-color);
}

.cs_testimonial_thumb {
  min-height: 345px;
}

.cs_testimonial_thumb-item {
  position: relative;
  padding-left: 207px;
}
.cs_testimonial_thumb-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #666666;
}
.cs_testimonial_thumb-item blockquote {
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .cs_testimonial_thumb-item {
    padding-left: 0;
    text-align: center;
  }
  .cs_testimonial_thumb-item img {
    position: initial !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  .cs_testimonial_thumb-item .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cs_testimonial_thumb-item .cs_rating {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.cs_testimonial_nav-active {
	width: 180px;
	position: relative;
	/* top: 170px; */
	left: 0;
	z-index: 2;
}
.cs_testimonial_nav-active img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #666666;
}
.cs_testimonial_nav-active .cs_testimonial_nav-item {
  cursor: pointer;
}
@media (max-width: 991px) {
  .cs_testimonial_nav-active {
    position: initial;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

.slick-slide .cs_testimonial_thumb-item img {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-slide.slick-current .cs_testimonial_thumb-item img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.cs_testimonial_nav-active .slick-slide.slick-current {
  display: none;
}

/*--------------------------------------------------------------
  Portfolio
----------------------------------------------------------------*/
.cs_portfolio.cs_style_1 {
  height: 500px;
}
@media (max-width: 1300px) {
  .cs_portfolio.cs_style_1 {
    height: 430px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_portfolio.cs_style_1 {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .cs_portfolio.cs_style_1 {
    height: 400px !important;
  }
}
.cs_portfolio.cs_style_1.cs_size_1 {
  height: 475px;
}
.cs_portfolio.cs_style_1.cs_size_2 {
  height: 280px;
}
.cs_portfolio.cs_style_1 .cs_portfolio_overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31.74%, rgba(254, 198, 63, 0)), color-stop(87.15%, #e9a132));
  background: linear-gradient(180deg, rgba(254, 198, 63, 0) 31.74%, #e9a132 87.15%);
  opacity: 0;
}
.cs_portfolio.cs_style_1 .cs_portfolio_title {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  color: #fff;
}
.cs_portfolio.cs_style_1 .cs_portfolio_title a:hover {
  color: #fff;
  text-decoration: underline;
}
.cs_portfolio.cs_style_1:hover .cs_portfolio_overlay {
  opacity: 1;
}
.cs_portfolio.cs_style_1:hover .cs_portfolio_title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cs_portfolio.cs_style_1:hover .cs_portfolio_thumb {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}




.portfolio-sitem .cs_portfolio_overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31.74%, rgba(254, 198, 63, 0)), color-stop(87.15%, #e9a132));
  background: linear-gradient(180deg, rgba(254, 198, 63, 0) 31.74%, #e9a132 87.15%);
  opacity: 0;
}
.project-2__thumb {
	overflow: hidden;
	position: relative;
}
.cs_portfolio_title {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  color: #fff;
}
.portfolio-sitem{
  margin-bottom:30px;
}
.portfolio-sitem a:hover {
  color: #fff;
  text-decoration: underline;
}
.portfolio-sitem:hover .cs_portfolio_overlay {
  opacity: 1;
}
.portfolio-sitem:hover .cs_portfolio_title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.portfolio-sitem:hover .cs_portfolio_thumb {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

/*--------------------------------------------------------------
  Pricing
----------------------------------------------------------------*/
.cs_pricing_control {
  list-style: none;
  font-size: 20px;
  line-height: 1.6em;
}
.cs_pricing_control li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cs_pricing_control li:last-child a::before {
  left: initial;
  right: 100%;
}
.cs_pricing_control .cs_switch {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 54px;
  background: #dcdddf;
  border: 1px solid #c4c6c8;
  border-radius: 1.6em;
  margin: 0 25px;
}
.cs_pricing_control .cs_switch::before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #fff;
  top: 0px;
  left: 30px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pricing_control .cs_offer_shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -70px;
  bottom: 39px;
}
.cs_pricing_control .active .cs_switch::before {
  left: 0;
}
.cs_pricing_control a {
  position: relative;
}
.cs_pricing_control a::before {
  content: "";
  height: 24px;
  width: 52px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  z-index: 1;
}
.cs_pricing_control .cs_offer_label {
  font-size: 12px;
  line-height: 1.6em;
  background-color: var(--body-color);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  position: absolute;
  white-space: nowrap;
  bottom: 36px;
}

.cs_pricing_table.cs_style_1 {
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 60px rgba(179, 179, 179, 0.1);
          box-shadow: 0px 4px 60px rgba(179, 179, 179, 0.1);
}
.cs_pricing_table.cs_style_1 .cs_price h3 {
  margin: 0 15px;
  line-height: 1em;
}
.cs_pricing_table.cs_style_1 .cs_price span {
  position: relative;
  bottom: 6px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_footer-btn {
  background-color: #f1f1f1;
  padding: 16px 20px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_footer-btn:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.cs_pricing_table.cs_style_1 .cs_btn.cs_style_1 {
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 10px;
}
.cs_pricing_table.cs_style_1 .cs_list.cs_style_1 {
  margin-bottom: 0px;
  min-height: 170px;
}
.cs_pricing_table.cs_style_1:not(.cs_popular) .cs_btn.cs_style_1 {
  background-color: var(--heading-color);
}
.cs_pricing_table.cs_style_1:not(.cs_popular) .cs_btn.cs_style_1::before {
  display: none;
}
.cs_pricing_table.cs_style_1:not(.cs_popular) .cs_btn.cs_style_1:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.cs_pricing_table.cs_style_1 .cs_popular_label {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: var(--body-color);
  line-height: 1.5em;
  padding: 3px 10px;
}
.cs_pricing_table.cs_style_1.cs_popular {
  margin-top: 0;
}
.cs_pricing_table.cs_style_1.cs_popular .cs_pricing_table-in {
  background-color: var(--heading-color);
  color: #fff;
}
.cs_pricing_table.cs_style_1.cs_popular h2,
.cs_pricing_table.cs_style_1.cs_popular h3 {
  color: #fff;
}
.cs_pricing_table.cs_style_1.cs_popular .cs_pricing_footer-btn {
  background-color: var(--body-color);
  color: #fff;
}
.cs_pricing_table.cs_style_1.cs_popular .cs_pricing_footer-btn:hover {
  background-color: var(--accent-color);
  color: #fff;
}

/*--------------------------------------------------------------
  Steps
----------------------------------------------------------------*/
.cs_steps.cs_style_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 86px;
}
@media (max-width: 1199px) {
  .cs_steps.cs_style_1 {
    grid-gap: 25px;
  }
}
@media (max-width: 991px) {
  .cs_steps.cs_style_1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
}
.cs_steps.cs_style_1 .cs_step_thumb {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_steps.cs_style_1 .cs_step_thumb {
    width: 280px;
    height: 280px;
  }
}
.cs_steps.cs_style_1 .cs_step::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_shape.png);
  width: 112px;
  height: 110px;
  right: -102px;
  top: 100px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1400px) {
  .cs_steps.cs_style_1 .cs_step::before {
    content: "";
    position: absolute;
    width: 70px;
    right: -79px;
  }
}
@media (max-width: 1199px) {
  .cs_steps.cs_style_1 .cs_step::before {
    display: none;
  }
}
.cs_steps.cs_style_1 .cs_step:nth-child(3n+0)::before, .cs_steps.cs_style_1 .cs_step:last-child::before {
  display: none;
}

/*--------------------------------------------------------------
   Video Modal
----------------------------------------------------------------*/
.cs_video_block.cs_style_1 {
  height: 700px;
}
.cs_video_block.cs_style_1 .cs_player_btn:before,
.cs_video_block.cs_style_1 .cs_player_btn:after {
  background-color: var(--accent-color);
}
.cs_video_block.cs_style_1 h2::after {
  content: "";
  background-image: url(../img/video_block_text_shape.svg);
  display: inline-block;
  height: 61px;
  width: 136px;
  position: absolute;
  bottom: -15px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .cs_video_block.cs_style_1 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .cs_video_block.cs_style_1 br {
    display: none;
  }
  .cs_video_block.cs_style_1 .cs_player_btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.cs_video_1_block_bg {
  height: 70%;
  background-position: bottom center;
}/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
  Fixing
----------------------------------------------------------------*/
.section-title-heading span{
  color:var(--accent-color);
}
form .contact__form-input {
	margin-bottom: 35px !important;
}
.bizmax-contact-list img {
	max-width: 40px !important;
}


.slick-dots li button {
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #66666626;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666 !important;
	font-size: 0;
	background: #F0F0F0;
	border-radius: 100%;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button{
  border-color:transparent;
  background-color: #E9A132 !important;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

button.slick-arrow {
	background: #F0F0F0;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: 400;
	position: absolute;
	top: -53px;
	right: 0;
}
button.slick-arrow:hover{
    background-color: var(--accent-color);
    color:#fff;
  }
  button.slick-prev.slick-arrow {
    right: 70px;
  }

  .cs_iconbox__wchoose img{
    max-width: 40px !important;
  }
  .cs_brand {
    display: flex !important;
    justify-content: center;
    align-content: center;
  }
  .cs_brand img {
    max-width: 190px !important;
  }
  .cs_iconbox_icon--team {
    max-width: 50px;
  }
  
.form-dark input,.form-dark textarea {
  color: #fff !important;
  background-color: #252525 !important;
}

.form-dark input::-webkit-input-placeholder{
  opacity: 1;
  color:r#6C757Ded !important;
}
.form-dark input::-moz-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.form-dark input::-ms-input-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.form-dark textarea::-webkit-input-placeholder{
  opacity: 1;
  color:r#6C757Ded !important;
}
.form-dark textarea::-moz-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.form-dark textarea::-ms-input-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.form-dark select::-webkit-input-placeholder{
  opacity: 1;
  color:r#6C757Ded !important;
}
.form-dark select::-moz-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.form-dark select::-ms-input-placeholder {
  opacity: 1;
  color:#6C757D !important;
}
.cs_section_text p {
	color: inherit;
}
.cs_section_text p:last-child {
	margin: 0;
}

.service-menu-list li a {
  display: ;
  border-radius: 5px;
}
.service-menu-list li a:after {
   font-family: "Font Awesome 5 Free";
   font-weight: 900 !important;
   content: "\f30b";
}

.form-white input,
.form-white textarea,
.form-white select{
  background-color: #fff !important;
}
.cs_quick_contact_card_icon img {
	max-width: 50px !important;
}
.bizmax-form  p{
  margin:0;
}
.service-feature img {
	max-width: 40px !important;
}
.service-feature:last-child {
	margin: 0;
}


.service-menu-list li a {
  display: flex !important;;
  justify-content: space-between !important;;
  align-items: center !important;;
}
.service-menu-list li a:after {
  position: relative !important;
  background: transparent !important;
  color: #e9a132 !important;
  opacity: 1 !important;
  visibility: visible;
}

.bpricing-title img {
	max-width: 30px !important;
}
.hero-shape-img img {
	position: absolute;
	bottom: -30px;
	left: 22px;
}
.bizmax-icon-list-img img{
  max-width: 40px !important;
}

.work-card-img img{
  max-width: 45px !important;
}

.step-inside-item {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	justify-content: center;
}
.step-shape-arrow {
  min-width: 65px;
  margin-right: -65px;
  position: absolute;
  top: 25%;
  right: -3%;
  max-width: 65px;
}
.contact-us-form .section-title-heading {
	margin: 0;
}
.cs_testimonial_text p{
  color:#fff;
}

.section-anim-shape img {
	max-width: 180px !important;
}
.section-anim-shape-v2 img {
	max-width: 330px !important;
}

.cs_cta_title_small span{
  color:var(--accent-color);
}
.cs_testimonial_text_v2 p{
  color:#fff !important;
}
.bizmax-form  textarea{
  resize: none;
}
@media (max-width: 1200px) {
.step-shape-arrow{
  display: none;
}
}

.testimonial-modern-nav {
	top: 0 !important;
}
.cs_accordians.style-2 .cs_accordian, .cs_accordians.style-2 .bg-gray {
	background: #fff !important;
}

.cs_slider_activate.testimonial-style-2 {
	width: 100% !important;
}

@media (max-width: 1600px) {
  .cs_project_slider_2 .cs_slider_prev,
  .cs_testimonial_slider_2 .cs_slider_prev {
    left: 24px;
  }
}
.cs_project_slider_2 .cs_slider_next,
.cs_testimonial_slider_2 .cs_slider_next {
  right: -10%;
}
@media (max-width: 1600px) {
  .cs_project_slider_2 .cs_slider_next,
  .cs_testimonial_slider_2 .cs_slider_next {
    right: 24px;
  }
}

.p-relative{
  position: relative;
}

.bizmax-form.bizmax-form-insurance input, .bizmax-form.bizmax-form-insurance select,.bizmax-form.bizmax-form-insurance textarea {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #18191d !important;
	width: 100%;
	display: block;
	padding: 12px 20px;
	outline: none;
	height: 56px !important;
	background: #fff !important;
	min-height: 56px !important;
	border-radius: 5px !important;
}

.bizmax-form.bizmax-form-insurance input:hover,
.bizmax-form.bizmax-form-insurance input:focus,
.bizmax-form.bizmax-form-insurance select:hover,
.bizmax-form.bizmax-form-insurance select:focus{
  border-color:#e9a132 !important;
}

.cs_team_member {
	position: relative;
}
.cs_video_block h2 span img {
	max-width: 135px;
}
.cs_service_slider.no-width-slide .cs_slider_activate {
	width: 100%;
}