/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");
body,
html {
  color: rgba(254, 254, 254, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  background-color: #181818;
}

h1,
h2,
h3,
h4 {
  clear: both;
  color: #FEFEFE;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Poppins", sans-serif;
}

.cs-primary_font {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
  text-transform: capitalize;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

i {
  font-style: italic;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #d4217f;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
input, textarea {
  color: #FEFEFE;
}

/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
/* @media screen and (min-width: 992px) {
  .contact-form-box {
    margin-left: 30px;
  }
} */
@media screen and (max-width: 991px) {
  .cs-height_lg_20 {
    height: 20px;
  }
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_40 {
    height: 40px;
  }
  .cs-height_lg_45 {
    height: 45px;
  }
  .cs-height_lg_70 {
    height: 70px;
  }
  .cs-height_lg_80 {
    height: 80px;
  }
}
/*--------------------------------------------------------------
4. General
----------------------------------------------------------------*/

.cs-semi_bold {
  font-weight: 600;
}

.cs-bold {
  font-weight: 700;
}

.cs-radius_15 {
  border-radius: 15px;
}

.cs-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs-m0 {
  margin: 0;
}

.cs-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-primary_color {
  color: #FEFEFE;
}

.cs-accent_color {
  color: #d4217f;
}

.cs-accent_bg {
  background-color: #d4217f;
}

.cs-btn.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: transparent;
  color: #FEFEFE;
  position: relative;
  line-height: 1.5em;
  font-weight: 600;
  border-radius: 15px;
  background-color: #d4217f;
  color: #fff;
  cursor: pointer;
}
.cs-btn.cs-style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: inherit;
}
.cs-btn.cs-style1 svg {
  margin-left: 14px;
}
.cs-btn.cs-style1 > * {
  position: relative;
  z-index: 1;
}
.cs-btn.cs-style1:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Start Accordion */

/* End Accordion */

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: inherit;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.cs-partner_logo {
  border-radius: 12px;
  background: #222;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% / 3) - 20px);
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.4s;
}
.cs-partner_logo:hover {
  background-color: #525050;
}
.cs-partner_logo img {
  max-width: 90%;
  max-height: 90%;
}

.cs-moving_text_wrap {
  font-family: helvetica;
  font-size: 60px;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke: 2px #d4217f;
}

/* .cs-moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
} */

.cs-moving_text {
  text-align: center;
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
  color: #999696;
  font-size: 18px;
  margin-bottom: 0;
}
.cs-section_heading.cs-style1 .cs-section_title {
  font-size: 50px;
  /* margin-bottom: 0; */
}
@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}
@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}
@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
.cs-shape_1 {
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #d4217f;
}

.cs-shape_wrap_1 {
  position: relative;
}
.cs-shape_wrap_1 .cs-shape_1 {
  position: absolute;
}
.cs-shape_wrap_1 .cs-shape_1:nth-child(1) {
  top: 25%;
  left: 10%;
  -webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 18%;
  left: 72%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  top: 68%;
  left: 35%;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(1) {
  top: 15%;
  left: 15%;
}
.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(2) {
  top: 35%;
  left: 85%;
}
.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(3) {
  top: 85%;
  left: 35%;
}

/* .cs-image_layer.cs-style1 {
  padding-right: 60px;
  padding-bottom: 60px;
} */
.cs-image_layer.cs-style1 img {
  position: relative;
  z-index: 2;
  /* width: 350px; */
}
.cs-image_layer.cs-style1 .cs-image_layer_in {
  position: relative;
  border-radius: 15px;
}
@media(min-width: 992px){
  .cs-image_layer.cs-style1 .cs-image_layer_in {
    float: right;
  }
  .cs-image_layer.cs-style1 .cs-image_layer_in img{
    margin-right: 60px;
  }
}
/* .cs-image_layer.cs-style1 .cs-image_layer_in img{
  background-color: #d4217f;
} */
.cs-image_layer.cs-style1 .cs-image_layer_in::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0px;
  /* bottom: -60px; */
  background-color: #d4217f;
  border-radius: inherit;
}
.cs-image_layer.cs-style1.cs-size_md {
  padding-right: 20px;
  padding-bottom: 20px;
}
.cs-image_layer.cs-style1.cs-size_md .cs-image_layer_in::after {
  right: -20px;
  bottom: -20px;
}
/* .cs-google_map.cs-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw;
} */

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-moving_text_wrap {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 36px;
  }
  .cs-section_heading.cs-style1 .cs-section_subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cs-btn.cs-style1 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .cs-partner_logo {
    padding: 0;
  }
  /* .cs-image_layer.cs-style1 {
    padding-right: 40px;
    padding-bottom: 40px;
  } */
  .cs-image_layer.cs-style1 .cs-image_layer_in::after {
    right: -30px;
    bottom: -30px;
  }
  .cs-moving_text_wrap {
    font-size: 32px;
  }
  /* .cs-partner_logo {
    padding: 10px;
  } */
}

/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
/* .cs-slider_heading.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.cs-slider {
  position: relative;
}

.cs-slider.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cs-slider.cs-style1 .cs-slider_left {
  width: 44%;
  padding-right: 12%;
}
.cs-slider.cs-style1 .cs-slider_right {
  width: 56%;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 {
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: -20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title {
  /* opacity: 0; */
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 {
  padding: 0;
}
.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: 0px;
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_title {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.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-pagination.cs-style1 {
  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-style1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}
.cs-pagination.cs-style1 li {
  height: 16px;
  width: 16px;
  background-color: #d4217f;
  border: 1px solid #d4217f;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-pagination.cs-style1 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: #d4217f;
}
.cs-pagination.cs-style1 li.slick-active {
  background-color: transparent;
}
.cs-pagination.cs-style1 button {
  display: none;
}

.cs-swiper_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 52px;
  right: initial;
  top: initial;
  z-index: 2;
}
.cs-swiper_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #d4217f;
  border: 1px solid #d4217f;
  border-radius: 50%;
  margin: 0 8px !important;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-swiper_pagination .swiper-pagination-bullet::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: #d4217f;
}
.cs-swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}
.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet::before {
  border-radius: 1px;
}

.swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 52px;
  width: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
  left: 115px;
  bottom: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
  display: block;
  height: initial;
  width: initial;
  border: none;
  background-color: transparent;
  margin: 15px 0 !important;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet::before {
  display: none;
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #d4217f;
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(1)::after {
  content: "01";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(2)::after {
  content: "02";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(3)::after {
  content: "03";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(4)::after {
  content: "04";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(5)::after {
  content: "05";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(6)::after {
  content: "06";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(7)::after {
  content: "07";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(8)::after {
  content: "08";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(9)::after {
  content: "09";
}
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(10)::after {
  content: "10";
}

.cs-slider_arrows.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
  justify-content: center;
  margin-top: 40px;
}
.cs-slider_arrows.cs-style1 .slick-arrow {
  width: 60px;
  height: 35px;
  border: 2px solid currentColor;
  border-radius: 5px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-slider_arrows.cs-style1 .slick-arrow:hover {
  color: #fff;
  background-color: #d4217f;
  border-color: #d4217f;
}

.cs-slider_arrows.cs-style2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(153, 150, 150, 0.5);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-slider_arrows.cs-style2 .slick-arrow:hover {
  background-color: #999696;
}
.cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
  left: 40px;
}
.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  right: 40px;
}

.slick-dotted {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-gap-24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs-gap-24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs-gap-12 .slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}
.cs-gap-12 .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}

.cs-slider_controll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-slider_controll .cs-controll_seperator {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(254, 254, 254, 0.5);
  margin: 0 20px;
}
.cs-slider_controll.cs-type1 {
  margin-left: -205px;
}

.slider-nav.cs-style1 {
  width: 405px;
}
.slider-nav.cs-style1 .slick-list {
  padding: 50px 0 !important;
}
.slider-nav.cs-style1 .slick-dots,
.slider-nav.cs-style1 .slick-arrow {
  display: none !important;
}

.slider-nav_item {
  width: 135px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  padding: 20px;
}

.slick-center .slider-nav_item {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.slider-for .slick-arrow {
  width: 60px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 6px;
  z-index: 2;
}
.slider-for .slick-arrow:hover {
  background-color: #d4217f;
  border-color: #d4217f;
}
.slider-for .slick-prev {
  background-image: url(../img/prev_arrow.svg);
  right: 76px;
}
.slider-for .slick-next {
  background-image: url(../img/next_arrow.svg);
  right: 0;
}

.cs-testimonial_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cs-testimonial_slider .cs-testimonial_slider_left {
  width: 35%;
}
.cs-testimonial_slider .cs-testimonial_slider_right {
  width: 65%;
}

.cs-testimonial_slider_2 .slider-nav.cs-style1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for {
    padding-bottom: 50px;
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow {
  bottom: initial;
  top: 0;
  border: none;
  width: 28px;
  height: initial;
  padding: 0;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow {
    top: initial;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow:hover {
  background-color: transparent;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow.slick-next {
    margin-left: 20px;
  }
}
.cs-testimonial_slider_2 .slider-for .slick-arrow.slick-prev {
  left: 0;
  right: initial;
}
@media (max-width: 991px) {
  .cs-testimonial_slider_2 .slider-for .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 {
    display: block;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 90px;
  }
  .cs-slider.cs-style1 .cs-slider_right {
    width: 100%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    width: 45%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 55%;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
    bottom: 30px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    left: 15px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
    font-size: 16px;
    margin: 7px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
  .cs-pagination.cs-style1 {
    margin-top: 35px;
  }
  .cs-slider_nav {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
    transform: initial;
    padding-bottom: 80px;
  }
  .cs-gap-40 .slick-slide,
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-40 .slick-list,
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    padding-bottom: 45px;
  }
  .cs-slider_heading.cs-style1 {
    -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-slider_heading.cs-style1 .cs-section_heading + .cs-slider_arrows {
    margin-top: 15px;
  }
  .cs-testimonial_slider {
    display: block;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left,
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 100%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    margin-bottom: 30px;
  }
  .slider-nav.cs-style1 {
    margin: auto;
  }
  .slider-nav.cs-style1 .slick-list {
    padding: 40px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
}
@media screen and (max-width: 575px) {
  .cs-hide_mobile {
    display: none;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15px !important;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .slider-nav.cs-style1 {
    width: 300px;
  }
  .slider-nav_item {
    width: 100px;
  }
  .cs-testimonial_slider .cs-testimonial.cs-style1 {
    padding-bottom: 70px;
  }
  .slider-for .slick-next {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 38px;
  }
  .slider-for .slick-prev {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -38px;
  }
}
/*--------------------------------------------------------------
6. Video Popup
----------------------------------------------------------------*/

/*End Video Popup*/
/*--------------------------------------------------------------
7. Header
----------------------------------------------------------------*/
.cs-site_header {
  position: relative;
  z-index: 101;
}

.cs-site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-site_header.cs-style1 .cs-main_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  /* position: relative; */
}
.cs-site_header.cs-style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .cs-main_header .container {
    max-width: 100%;
  }
}

.cs-site_branding {
  display: inline-block;
}
.cs-site_branding img {
  max-height: 75px;
}

@media screen and (min-width: 1200px) {
  .cs-main_header {
    position: relative;
  }
  .cs-site_header.cs-style1 .cs-main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  /*Mobile Menu Button*/
  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 80px;
  }
  .cs-site_header.cs-style1 {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cs-site_header .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cs-site_branding img {
    max-height: 55px;
  }
  /* .contact-form-box{
    margin-top: 40px;
  } */
}
/*--------------------------------------------------------------
8. Footer
----------------------------------------------------------------*/
/* .cs-fooer{
  padding-bottom: 40px;
} */

@media(max-width: 991px){
  .cs-fooer .main-row{
    display: flex;
    flex-direction: column-reverse !important;
  }
}

.cs-footer_item {
  margin-bottom: 40px;
}

.cs-widget_title {
  font-size: 22px;
  margin-top: 35px;
}

.cs-menu_widget {
  padding-top: 19px;
  margin: 0;
  list-style: none;
}
.cs-menu_widget li:not(:last-child) {
  margin-bottom: 20px;
}
.cs-menu_widget svg {
  margin-right: 10px;
}

.cs-bottom_footer {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #4D4D4D;
}
.cs-bottom_footer > * {
  padding: 4px 0;
}
@media screen and (max-width: 991px) {
  .cs-widget_title {
    margin-bottom: 20px;
  }
  .cs-menu_widget li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cs-bottom_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*--------------------------------------------------------------
9. Isotope
----------------------------------------------------------------*/
/*--------------------------------------------------------------
10. Sidebar
----------------------------------------------------------------*/
/*--------------------------------------------------------------
11. Hero
----------------------------------------------------------------*/
.cs-hero.cs-style2 .cs-hero_subtitle {
  font-size: 22px;
  line-height: 1.9em;
  color: #FEFEFE;
  position: relative;
  z-index: 2;
}

.cs-hero.cs-style2 .cs-hero_subtitle {
  margin-top: 30px;
  /* width: 32%; */
}

.cs-hero.cs-style2 {
  height: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 80px;
}
.cs-hero.cs-style2 .cs-hero_tab_item h1 {
  font-size: 100px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  z-index: 2;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
/* .cs-hero.cs-style2 .cs-hero_tab_item h1::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 0%;
  left: 0;
  top: 50%;
  background-color: #d4217f;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */
/* .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
  margin-bottom: 45px;
} */

@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
@media screen and (max-width: 1920px) {
  .cs-hero.cs-style2 {
    height: 900px;
  }
}
@media screen and (max-width: 1540px) {
  .cs-hero.cs-style2 {
    height: 864px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h1 {
    font-size: 100px;
    line-height: 90px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .cs-hero.cs-style2 {
    height: 900px;
  }
  .cs-hero.cs-style2 {
    height: 768px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .cs-hero.cs-style2 {
    height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-hero.cs-style2 {
    height: 850px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h1 {
    font-size: 80px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .cs-hero.cs-style2 {
    height: 700px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h1 {
    font-size: 56px;
    line-height: 56px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cs-hero.cs-style2 {
    height: initial;
    min-height: 100vh;
    padding-top: 120px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
/*--------------------------------------------------------------
12. Iconbox
----------------------------------------------------------------*/

.cs-iconbox_3_list {
  position: relative;
  padding-left: 550px;
  min-height: 640px;
}
@media (max-width: 1199px) {
  .cs-iconbox_3_list {
    padding-left: 460px;
  }
}
@media (max-width: 991px) {
  .cs-iconbox_3_list {
    padding-left: 0;
    padding-top: 650px;
  }
}
.cs-iconbox_3_list > *:not(:last-child) {
  border-bottom: 1px solid #4d4d4d;
}
.cs-iconbox_3_list .cs-image_layer {
  position: absolute;
  left: 0;
  top: 70px;
  pointer-events: none;
  max-width: 416px;
  height: 600px;
}
@media (max-width: 991px) {
  .cs-iconbox_3_list .cs-image_layer {
    max-width: 100%;
    width: 100%;
  }
}
.cs-iconbox_3_list .cs-image_layer .cs-image_layer_in {
  height: 100%;
  width: 100%;
}
.cs-iconbox_3_list .cs-image_layer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-animation: inactiveImageAnimation1 0.6s forwards ease;
  animation: inactiveImageAnimation1 0.6s forwards ease;
}
.cs-iconbox_3_list .cs-hover_tab.active .cs-image_layer img {
  -webkit-animation: activeImageAnimation1 0.6s forwards ease;
  animation: activeImageAnimation1 0.6s forwards ease;
}
.cs-iconbox_3_list .cs-hover_tab.active .cs-iconbox_icon {
  color: #fff;
  background-color: #d4217f;
  border-color: #d4217f;
}

.cs-iconbox.cs-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
  color: rgba(254, 254, 254, 0.7);
  cursor: pointer;
}
.cs-iconbox.cs-style3 .cs-iconbox_in {
  margin-right: 30px;
  max-width: 540px;
}
.cs-iconbox.cs-style3 .cs-iconbox_icon {
  color: #999696;
  border: 2px solid #999696;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-iconbox.cs-style3 .cs-iconbox_icon:hover {
  color: #fff;
  background-color: #d4217f;
  border-color: #d4217f;
}
.cs-iconbox.cs-style3 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 15px;
}
.cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  line-height: 1.75em;
}
.cs-iconbox.cs-style3:hover .cs-iconbox_icon {
  color: #fff;
  background-color: #d4217f;
  border-color: #d4217f;
}

@-webkit-keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}

@keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 991px) {
  .cs-iconbox.cs-style3 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .cs-iconbox.cs-style3 {
    -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-iconbox.cs-style3 .cs-iconbox_icon {
    position: initial;
    -webkit-transform: initial;
    transform: initial;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_icon svg {
    max-height: 22px;
  }
}
/*--------------------------------------------------------------
13. Card
----------------------------------------------------------------*/
/*--------------------------------------------------------------
14. Posts
----------------------------------------------------------------*/
/*--------------------------------------------------------------
15. Team
----------------------------------------------------------------*/
/*--------------------------------------------------------------
16. Imagebox
----------------------------------------------------------------*/
/*--------------------------------------------------------------
17. CTA
----------------------------------------------------------------*/
.cs-cta.cs-style1 {
  padding: 90px 30px;
  border-radius: 15px;
  background-color: #000;
}
.fun_facts{
  margin: 0 12px;
}
.cs-cta.cs-style1 .cs-cta_in {
  position: relative;
  z-index: 2;
  /* width: 800px;
  margin: 0 auto; */
}
.cs-cta.cs-style1 .cs-cta_title {
  font-weight: 600;
  font-size: 50px;
}

@media screen and (max-width: 1300px) {
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .cs-cta.cs-style1 {
    padding: 70px 30px;
    border-radius: 15px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .cs-cta.cs-style1 br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .cs-cta.cs-style1 {
    padding: 70px 20px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
18. Timeline
----------------------------------------------------------------*/
/*--------------------------------------------------------------
19. Testimonial
----------------------------------------------------------------*/

.cs-testimonial.cs-style3 {
  padding: 50px;
  border-radius: 5px;
  background: linear-gradient(267deg, #161616 0%, #080808 100%);
  height: 420px;
}
@media (min-width: 1200) and (max-width: 1399px) {
  .cs-testimonial.cs-style3 {
    height: 475px mpo !important;
  }
}
@media (max-width: 991px) {
  .cs-testimonial.cs-style3 {
    padding: 30px;
  }
}
.cs-testimonial.cs-style3 .cs-client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 45px;
}
.cs-testimonial.cs-style3 .cs-client_review {
  margin-bottom: 40px;
}
.cs-testimonial.cs-style3 .cs-client_name {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.5em;
}
.cs-testimonial.cs-style3 .cs-client_designation {
  font-weight: 600;
}
/*--------------------------------------------------------------
20. Portfolio
----------------------------------------------------------------*/

.cs-portfolio.cs-style1 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 500px;
  display: block;
  position: relative;
}
.cs-portfolio.cs-style1 .cs-portfolio_hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
  opacity: 1;
}
.cs-portfolio.cs-style1 .cs-portfolio_bg {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.cs-portfolio.cs-style1 .cs-portfolio_info {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  padding: 105px 20px 80px 65px;
  bottom: -60px;
  left: -40px;
  position: absolute;
  z-index: 2;
}
.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
}
.cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title {
  top: 15px;
  /* opacity: 0; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_title {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 5px;
}
/* .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 33, 127, 0.7)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(212, 33, 127, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%);
} */
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info_bg {
  display: none;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 30px 20px 30px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cs-portfolio.cs-style1.cs-size3 {
  height: 600px;
}

@media screen and (max-width: 1540px) {
  .cs-portfolio.cs-style1 {
    height: 450px;
  }
  .cs-portfolio.cs-style1.cs-size3 {
    height: 500px;
  }
}
@media screen and (max-width: 1380px) {
  .cs-portfolio.cs-style1 .cs-portfolio_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
}
/*--------------------------------------------------------------
21. FunFact
----------------------------------------------------------------*/
.cs-funfact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  border-radius: 15px;
  /* padding: 60px 80px; */
  position: relative;
  z-index: 1;
}
.cs-funfact_wrap .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.cs-funfact_wrap .cs-funfact_left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
  position: relative;
  z-index: 2;
}
.cs-funfact_wrap .cs-funfact_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}
/* .cs-funfact_wrap.cs-type1 {
  margin-top: 100px;
} */
.cs-funfact_wrap.cs-type2 {
  background: transparent;
}
@media (max-width: 991px) {
  .cs-funfact_wrap.cs-type2 .cs-funfact_left{
    padding: 0 !important
  }
}
.cs-funfact_wrap.cs-type2 .cs-funfact_left {
  padding-right: 50px;
}
.cs-funfact_wrap.cs-type3 {
  background: transparent;
  padding: 135px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-funfact_heading h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.cs-funfact_heading p {
  margin-bottom: 0;
  line-height: 1.75em;
}

.cs-funfacts {
  display: grid;
  grid-gap: 36px 40px;
  grid-template-columns: repeat(2, 1fr);
}

.cs-funfact.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-funfact.cs-style1 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}
.cs-funfact.cs-style1 .cs-funfact_text span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: -4px;
  margin-bottom: -1px;
}
.cs-funfact.cs-style1 .cs-funfact_text p {
  margin: 0;
}

.cs-funfact.cs-style2 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}
.cs-funfact.cs-style2 .cs-funfact_title {
  font-size: 22px;
  color: #999696;
  margin: 0;
}

.cs-funfact_wrap_2 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
  box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
  border-radius: 15px;
  padding: 90px 90px 100px;
  position: relative;
  z-index: 1;
}
.cs-funfact_wrap_2.cs-no_shadow {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.cs-funfact_wrap_2 .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.cs-funfact_wrap_2 .cs-funfact_shape + * {
  position: relative;
  z-index: 2;
}
.cs-funfact_wrap_2 .cs-funfacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}
.cs-funfact_wrap_2 .cs-funfacts > * {
  padding: 12px;
}
.cs-funfact_wrap_2.cs-type1 {
  margin-top: -145px;
}
.cs-funfact_wrap_2.cs-type2 {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
  /* .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 60px 50px;
  } */
  .cs-funfact_wrap_2.cs-type1 {
    margin-top: -102px;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 38%;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 50px;
    width: 62%;
  }
}
@media screen and (max-width: 1380px) {
  .cs-funfact_heading h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .cs-funfact.cs-style1 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style1 .cs-funfact_text span {
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: -5px;
  }
  .cs-funfact.cs-style2 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style2 .cs-funfact_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-funfact_wrap {
    display: block;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 0;
    width: 100%;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .cs-funfact_wrap_2 .cs-funfacts {
    display: grid;
    grid-gap: 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .cs-funfact_wrap .cs-funfact_left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cs-funfact_wrap_2 {
    padding: 40px 30px;
  }
}
/*--------------------------------------------------------------
22. Pricing
----------------------------------------------------------------*/

.cs-client_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* .contact-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
} */
.contact-form-box h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  /* margin-bottom: 0; */
}
.contact-form-box p {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
  outline: none;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 8px 12px;
  /* resize: none; */
  background: transparent !important;
  border: unset !important;
  border-bottom: 1px solid #454750 !important;
  border-radius: 0;
}

.mb-15 {
  margin-bottom: 15px;
}
.contact-form .privacy {
  color: #fff;
  /* text-align: center; */
  font-size: 12px;
  margin-top: 4px;
}
.privacy img{
  width: 15px;
}
.privacy span{
  position: relative;
  left: 4px;
  top: 2px;
}
.cs-cta_tagline{
  /* font-size: 22px;
  font-weight: 600; */
  margin-top: 20px;
  line-height: 34px;
}

/* .whatsapp-sticky a:hover .tooltip {
  visibility: visible;
  opacity: 1;
} */
.bg-video iframe{
  border-radius: 15px;
}

.cs-testimonial.cs-style3 .cs-testimonial_quote{
  margin-bottom: 15px;
}
.portfolio-section p{
  margin-top: 20px;
}
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info{
  background: linear-gradient(360deg, rgba(212, 33, 127, 0.4) 0%, rgba(0, 0, 0, 0.1) 25%);
}
@media(max-width: 547px){
  .cs-partner_logo {
    width: calc((100% / 3) - 20px); /* Adjust the width to fit 3 logos per line */
    /* margin: 0 5px 30px 5px; */
  }
}
.lets_get_social .cs-section_subtitle {
  color: #d4217f !important;
}
.lets_get_social .cs-image_layer.cs-style1 .cs-image_layer_in::after{
  display: none !important;
}
.lets_get_social img{
  width: 300px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #999;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #999;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:    #999;
}
select{
  color: #999 !important;
}
.mt-30{
  margin-top: 30px;
}

@media(min-width: 574px){
  .cs-hero.cs-style2 {
    position: relative;
    background-color: #000;
  }
  
  .video-wrapper {
    position: absolute;
    right: -60px;
    top: 0;
    width: 64%;
    height: 100%;
  }
  
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -65px;
    right: 0;
  }
  
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 2%, rgba(255, 255, 255, 0) 40%);
    pointer-events: none;
    z-index: 1; 
  }
  .cs-hero.cs-style2 a{
    margin-top: 30px;
  }
  .footer-topversion-two,
  .videoplayer {
    display: none !important;
  }
}

@media(max-width: 574px){
  .cs-hero.cs-style2 .cs-hero_subtitle{
    margin-top: 10px !important;
  }
  .cs-hero.cs-style2 .cs-hero_subtitle{
    font-size: 16px !important;
  }
  .cs-hero.cs-style2 .cs-btn.cs-style1{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .cs-hero.cs-style2 video{
    /* height: 450px !important; */
    width: 100% !important;
    border-radius: 8px !important;
  }
  .cs-iconbox_3_list .cs-image_layer {
    height: 350px !important;
    display: none !important;
  }
  .cs-iconbox_3_list {
    padding-top: 420px !important;
  }
  .cs-iconbox_3_list{
    min-height: 350px !important
  }
  /* .cs-image_layer.cs-style1{
    display: none !important;
  } */
  .cs-iconbox_3_list{
    padding: 0 !important;
  }
  .bg-video.video-wrapper iframe{
    height: 350px !important;
    width: 100% !important;
  }
  .bg-video.video-wrapper{
    height: 350px !important;
    width: 100% !important;
  }
  .footer-topversion-one,
  .youtubeplayer{
    display: none !important;
  }
}
.services .cs-section_heading{
  line-height: 30px;
}
/* .services {
  background-color: #000;
} */
@media(min-width: 1600px){
  .video-wrapper {
    width: 57% !important;
  }
  .video-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 2%, rgba(255, 255, 255, 0) 80%) !important;
  }
}
@media(min-width: 2240px){
  .video-wrapper {
    width: 50% !important;
  }
}
@media(min-width: 2560px){
  .video-wrapper {
    width: 44% !important;
  }
  .video-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 8%, rgba(255, 255, 255, 0) 80%) !important;
  }
}
.cs-hero.cs-style2 video{
  height: 100%;
}
.trusted-inner img{
  width: 160px;
}

.footer-client {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-client .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-client .swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}
/* .sticky-call_icon i {
  position: relative;
  left: 14px;
  top: 13px;
  font-size: 18px;
  color: #fff;
} */

.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.call-us, .whatsapp-us {
  /* background-color: var(--accent-color); */
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--accent-color) 134.53%);
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 60px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.whatsapp-us img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  margin-left: 10px;
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}
.call-us svg {
  width: 45px !important;
  margin-right: 6px;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(255 255 255 / .4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: #141414;
  padding: 25px;
}
@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}
@media(min-width:1200px) {
  .popup-content {
    width: 40%;
  }
}
@media(max-width:547px) {
  .popup-content {
    width: 95%
  }
}
.form-trigger {
  cursor: pointer
}
.close {
  color: #ddd;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
}
.close:hover {
  color: #fff;
}
.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}
.iti__arrow {
  border-top-color: #fff;
}
.iti__country-name, .iti__flag-box {
  color: #999;
}
.iti input, 
.iti input[type=tel],
.iti input[type=text] {
  color: #fff;
}
.iti input:focus {
  outline: none;
  box-shadow: none;
}
.section-padding {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }
}

.call-btn.style2 .btn-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.call-btn.style2 .btn-text {
  font-weight: 400;
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.call-btn.style2 .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #d4217f, #c00bab, #d4217f);
  background-size: 220% 150%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call-btn.style2 .icon img {
  width: 20px;
}
.header-right {
  gap: 25px;
}
@media (min-width: 1200px) {
  .map iframe {
      height: 450px;
  }
}
.map iframe {
  border-radius: 6px;
}


/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

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