@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light, .cs_life_at_entero .cs_footer p, h1, h2, h3, h4, h5, h6, p, html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium, .cs_life_at_entero .cs_culture .cs_figure p span, .cs_life_at_entero .cs_entero_about p span, .cs_life_at_entero .cs_heading p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold, .cs_life_at_entero .cs_footer h1, .cs_life_at_entero .cs_content p span, .cs_life_at_entero .cs_content h1, .cs_life_at_entero .cs_entree .cs_apply span, .cs_life_at_entero .cs_culture .cs_figure h2, .cs_life_at_entero .cs_entero_about h1, .cs_life_at_entero .cs_heading h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html, body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

.cs_life_header header {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.cs_life_at_entero {
  padding: 60px;
}
.cs_life_at_entero .cs_heading p {
  font-size: 18px;
  color: #2c83c5;
}
.cs_life_at_entero .cs_heading h1 {
  font-size: 34px;
  color: #000;
}
.cs_life_at_entero .cs_shuffle {
  height: 60px;
  border-radius: 30px;
  background: #fff;
  border: 0px solid #c7c7c7;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 44px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}
.cs_life_at_entero .cs_shuffle img {
  height: 40px;
  margin-left: 30px;
  filter: grayscale(100%);
}
.cs_life_at_entero .cs_hero_banner {
  margin-top: 50px;
}
.cs_life_at_entero .cs_hero_banner img {
  width: 100%;
  border-radius: 50px;
}
.cs_life_at_entero .cs_entero_about {
  padding: 80px;
  padding-top: 0px;
  margin-top: -150px;
  position: relative;
}
.cs_life_at_entero .cs_entero_about .inner_section {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
.cs_life_at_entero .cs_entero_about h1 {
  font-size: 32px;
  line-height: 44px;
  color: #2d84c5;
  margin-bottom: 40px;
}
.cs_life_at_entero .cs_entero_about p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.cs_life_at_entero .cs_entero_about .cs_culture_logo {
  position: absolute;
  bottom: -60px;
  right: -60px;
  height: 280px;
}
.cs_life_at_entero .cs_gradient_bg {
  background: linear-gradient(-45deg, #EA4E1B, #177F5C, #ffca00, #1B3766);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  margin: -160px -60px 0px -60px;
  padding-top: 150px;
}
.cs_life_at_entero .cs_culture {
  padding: 80px;
  padding-top: 0;
  padding-bottom: 50px;
}
.cs_life_at_entero .cs_culture .cs_heading {
  margin-bottom: 50px;
}
.cs_life_at_entero .cs_culture .cs_heading p, .cs_life_at_entero .cs_culture .cs_heading h1 {
  color: #fff;
}
.cs_life_at_entero .cs_culture .cs_figure {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.35s ease;
  transform: translateY(0);
}
.cs_life_at_entero .cs_culture .cs_figure .cs_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #d9f4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_life_at_entero .cs_culture .cs_figure .cs_icon img {
  height: 34px;
  transition: 0.3s ease;
  animation: pulse 0.7s ease-in-out infinite;
}
.cs_life_at_entero .cs_culture .cs_figure h2 {
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cs_life_at_entero .cs_culture .cs_figure p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 👈 show only 3 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.cs_life_at_entero .cs_culture .cs_figure p.expanded {
  -webkit-line-clamp: unset;
}
.cs_life_at_entero .cs_culture .cs_figure a {
  text-decoration: underline;
  font-size: 14px;
  color: #011167;
}
.cs_life_at_entero .cs_culture .cs_figure.cs_empower .cs_icon {
  background: linear-gradient(#fff 0%, #fcc595 100%);
}
.cs_life_at_entero .cs_culture .cs_figure.cs_empower h2 {
  color: #EA4E1B;
}
.cs_life_at_entero .cs_culture .cs_figure.cs_learn .cs_icon {
  background: linear-gradient(#fff 0%, #add5c1 100%);
}
.cs_life_at_entero .cs_culture .cs_figure.cs_learn h2 {
  color: #177F5C;
}
.cs_life_at_entero .cs_culture .cs_figure.cs_thrive .cs_icon {
  background: linear-gradient(#fff 0%, #fbec9e 100%);
}
.cs_life_at_entero .cs_culture .cs_figure.cs_thrive h2 {
  color: #ffca00;
}
.cs_life_at_entero .cs_culture .cs_figure.cs_celebrate .cs_icon {
  background: linear-gradient(#fff 0%, #acc8db 100%);
}
.cs_life_at_entero .cs_culture .cs_figure.cs_celebrate h2 {
  color: #1B3766;
}
.cs_life_at_entero .cs_culture .cs_figure:hover {
  transform: translateY(-12px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.cs_life_at_entero .cs_gallery {
  padding: 80px;
  padding-bottom: 0;
  padding-top: 0;
}
.cs_life_at_entero .cs_gallery .cs_thumb {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.cs_life_at_entero .cs_gallery .cs_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_life_at_entero .cs_gallery .cs_shuffle {
  background: #fff;
  border: 0px;
}
.cs_life_at_entero .cs_testmonial,
.cs_life_at_entero .cs_entree,
.cs_life_at_entero .cs_cares,
.cs_life_at_entero .cs_possiblity {
  background: #effaff;
  padding: 80px;
  position: relative;
  left: -60px;
  margin: auto;
  width: calc(100% + 120px);
}
.cs_life_at_entero .cs_possiblity {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cs_life_at_entero .cs_possiblity .cs_content {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.cs_life_at_entero .cs_possiblity .cs_slider .flex-end {
  display: flex;
  justify-content: flex-end;
  padding-right: 140px;
}
.cs_life_at_entero .cs_possiblity .cs_slider {
  height: 100%;
  background: #ccc;
}
.cs_life_at_entero .cs_possiblity .cs_slider .slick-slider {
  height: 100%;
  background: #ff0;
}
.cs_life_at_entero .cs_possiblity .cs_slider .slick-slider .slick-list {
  height: 100%;
  background: #f00;
}
.cs_life_at_entero .cs_possiblity .cs_slider .slick-slider .slick-list .slick-track {
  height: 100%;
  background: #ccc;
}
.cs_life_at_entero .cs_possiblity .cs_slider .slick-slider .slick-list .slick-track img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_life_at_entero .cs_cares {
  background: #fff;
  padding-right: 0;
}
.cs_life_at_entero .cs_cares .cs_inner_content {
  padding-right: 140px;
  margin-bottom: 40px;
}
.cs_life_at_entero .cs_cares .cs_slider .right_button {
  padding-right: 140px;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.cs_life_at_entero .cs_cares .cs_slider .right_button .custom-buttons {
  margin-bottom: 0;
}
.cs_life_at_entero .cs_entree {
  background-image: url("../images/life_at_entero/Entree_logo_opacity_low.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left 40px bottom 40px;
}
.cs_life_at_entero .cs_entree .cs_gallery {
  padding: 0px;
}
.cs_life_at_entero .cs_entree .cs_gallery .row .col-sm-6 .cs_thumb {
  height: 200px;
}
.cs_life_at_entero .cs_entree .cs_gallery .row:nth-child(1) .col-sm-6:nth-child(1) .cs_thumb {
  border-radius: 0px 60px;
}
.cs_life_at_entero .cs_entree .cs_gallery .row:nth-child(1) .col-sm-6:nth-child(2) .cs_thumb {
  border-radius: 60px 0px;
}
.cs_life_at_entero .cs_entree .cs_gallery .row:nth-child(2) .col-sm-6:nth-child(1) .cs_thumb {
  border-radius: 60px 0px;
}
.cs_life_at_entero .cs_entree .cs_gallery .row:nth-child(2) .col-sm-6:nth-child(2) .cs_thumb {
  border-radius: 0px 60px;
}
.cs_life_at_entero .cs_entree .text-end {
  justify-content: flex-end;
  display: flex;
  margin-top: 10px;
}
.cs_life_at_entero .cs_entree .text-end .cs_shuffle {
  margin: inherit;
}
.cs_life_at_entero .cs_entree .cs_apply {
  font-size: 14px;
  line-height: 44px;
  color: #2d84c5;
  height: 50px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #2d84c5;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.cs_life_at_entero .cs_content h1 {
  font-size: 34px;
  line-height: 44px;
  color: #2d84c5;
  margin-bottom: 40px;
}
.cs_life_at_entero .cs_content p {
  font-size: 14px;
  line-height: 28px;
  color: #000;
}
.cs_life_at_entero .cs_content .cs_slider .custom-buttons {
  width: 142px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #2d84c5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cs_life_at_entero .cs_content .cs_slider .custom-buttons button {
  width: 56px;
  height: 56px;
  border-radius: 30px;
  background: #fff;
  border: 0px solid #2d84c5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_life_at_entero .cs_content .cs_slider .custom-buttons button img {
  height: 16px;
}
.cs_life_at_entero .cs_content .cs_slider .custom-buttons button.test-prev img, .cs_life_at_entero .cs_content .cs_slider .custom-buttons button.prev img, .cs_life_at_entero .cs_content .cs_slider .custom-buttons button.care-prev img {
  transform: scaleX(-1);
}
.cs_life_at_entero .cs_content .cs_slider .custom-buttons button.disabled {
  opacity: 0.4;
  cursor: default;
}
.cs_life_at_entero .cs_content .cs_slider .slick-slide {
  margin: 0 10px;
  transition: transform 0.4s ease;
}
.cs_life_at_entero .cs_content .cs_slider .slick-slide {
  border: solid 3px #2d84c5;
  border-radius: 12px;
}
.cs_life_at_entero .cs_content .cs_slider .slick-slide img {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_life_at_entero .cs_testmonial {
  padding: 65px;
  padding-bottom: 0px;
  padding-right: 0;
  background: #fff;
  padding-left: 80px;
}
.cs_life_at_entero .cs_testmonial .cs_heading {
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_life_at_entero .cs_testmonial .cs_heading .custom-buttons {
  margin: 0px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider {
  margin-top: 40px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure {
  width: calc(100% - 20px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ffffff;
  position: relative;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .testimonial {
  margin-bottom: 35px;
  padding: 20px;
  min-height: 250px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .quote-icon {
  font-size: 70px;
  color: #e0e0e0;
  text-align: right;
  padding: 0px 20px;
  position: absolute;
  right: 0px;
  bottom: 70px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer {
  background: #2d84c5;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer .cs_icon {
  width: 90px;
  min-width: 90px;
  height: 110px;
  border-radius: 15px;
  min-width: 70px;
  overflow: hidden;
  border: solid 1px #fff;
  margin-right: 15px;
  margin-top: -60px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer .cs_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer .test_info {
  margin-top: -10px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer h1 {
  color: #fff;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  line-height: 20px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider .cs_figure .test_footer p {
  color: #fff;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure {
  width: calc(100% - 20px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .quote-icon {
  font-size: 70px;
  color: #e0e0e0;
  text-align: right;
  padding: 0px 20px;
  position: absolute;
  right: 0px;
  bottom: 70px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer {
  background: #2d84c5;
  background: linear-gradient(to top, rgb(0, 19, 27), rgb(1, 18, 37), rgba(44, 83, 100, 0));
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 0px;
  flex-direction: column;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer .test_info {
  margin-top: 0px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer .test_info h1 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  line-height: 20px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer .test_info p {
  color: #fff;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer .testimonial {
  margin-bottom: 0px;
  padding: 0px;
  min-height: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  overflow: hidden;
  max-height: 3.2em; /* approx 2 lines */
  line-height: 1.6em;
  transition: max-height 1s ease;
  position: relative;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure .test_footer .testimonial::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  transition: opacity 0.1s ease;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure:hover .test_footer .testimonial {
  max-height: 600px; /* Large value for full text */
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure:hover .test_footer .testimonial::after {
  opacity: 0;
}
.cs_life_at_entero .cs_testmonial .testimonial_slider.v1 .cs_figure:hover img {
  transform: scale(1.08) rotate(2deg);
}
.cs_life_at_entero .cs_footer {
  padding: 35px;
  padding-top: 80px;
  padding-bottom: 30px;
}
.cs_life_at_entero .cs_footer .row {
  border-radius: 50px;
  background: #fff url("../images/life_at_entero/culture_logo.png") no-repeat bottom right;
  background-size: 220px;
  padding: 50px;
  box-shadow: 0px 0px 20px 10px #d9efff;
  color: #000;
}
.cs_life_at_entero .cs_footer h1 {
  font-size: 24px;
  line-height: 44px;
}
.cs_life_at_entero .cs_footer p {
  font-size: 18px;
  line-height: 64px;
  margin-bottom: 30px;
}
.cs_life_at_entero .cs_footer .join_button {
  display: flex;
  align-items: center;
}
.cs_life_at_entero .cs_footer .join_button button, .cs_life_at_entero .cs_footer .join_button a {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 44px;
  color: #2d84c5;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #2d84c5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  width: 45px;
  height: 45px;
  transition: 0.3s linear;
  margin-right: 10px;
}
.cs_life_at_entero .cs_footer .join_button button img, .cs_life_at_entero .cs_footer .join_button a img {
  height: 41px;
}
.cs_life_at_entero .cs_footer .join_button button.cs_join, .cs_life_at_entero .cs_footer .join_button a.cs_join {
  white-space: nowrap;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
}
.cs_life_at_entero .cs_footer .join_button button.cs_email, .cs_life_at_entero .cs_footer .join_button button.cs_facebook, .cs_life_at_entero .cs_footer .join_button button.cs_linkedin, .cs_life_at_entero .cs_footer .join_button a.cs_email, .cs_life_at_entero .cs_footer .join_button a.cs_facebook, .cs_life_at_entero .cs_footer .join_button a.cs_linkedin {
  background: #fff !important;
}
.cs_life_at_entero .cs_footer .join_button button:hover, .cs_life_at_entero .cs_footer .join_button a:hover {
  color: #fff;
  background: #2d84c5;
}

@media screen and (min-width: 160px) and (max-width: 768px) {
  .cs_life_at_entero {
    padding: 15px 0;
  }
  .cs_life_at_entero .cs_heading p {
    font-size: 16px;
  }
  .cs_life_at_entero .cs_heading h1 {
    font-size: 24px;
  }
  .cs_life_at_entero .cs_hero_banner {
    margin-top: 20px;
  }
  .cs_life_at_entero .cs_hero_banner img {
    border-radius: 15px;
  }
  .cs_life_at_entero .cs_entero_about {
    padding: 0 15px 114px;
    /* padding-top: 0px; */
    margin-top: 0px;
    position: relative;
  }
  .cs_life_at_entero .cs_entero_about .inner_section {
    padding: 15px;
    border-radius: 15px;
  }
  .cs_life_at_entero .cs_entero_about .inner_section h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 29px;
  }
  .cs_life_at_entero .cs_entero_about .inner_section p {
    font-size: 12px;
  }
  .cs_life_at_entero .cs_entero_about .cs_culture_logo {
    height: 170px;
    right: -15px;
    bottom: 10px;
  }
  .cs_life_at_entero .cs_culture {
    padding: 0 75px;
  }
  .cs_life_at_entero .cs_culture .cs_heading {
    margin-bottom: 10px;
  }
  .cs_life_at_entero .cs_culture .aos-init.aos-animate {
    margin-bottom: 15px;
  }
  .cs_life_at_entero .cs_testmonial,
  .cs_life_at_entero .cs_entree,
  .cs_life_at_entero .cs_cares,
  .cs_life_at_entero .cs_possiblity {
    padding: 20px;
    position: relative;
    left: 0px;
    margin: auto;
    width: 100%;
  }
  .cs_life_at_entero .cs_possiblity .cs_content {
    padding: 0 15px;
  }
  .cs_life_at_entero .cs_possiblity .cs_content h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .cs_life_at_entero .cs_possiblity .cs_content p {
    margin-bottom: 15px;
  }
  .cs_life_at_entero .cs_possiblity .cs_slider {
    background: none;
  }
  .cs_life_at_entero .cs_possiblity .cs_slider .slick-slider {
    background: none;
  }
  .cs_life_at_entero .cs_possiblity .cs_slider .slick-slider .slick-list {
    background: none;
    border-radius: 20px;
  }
  .cs_life_at_entero .cs_cares .cs_inner_content {
    padding: 0;
  }
  .cs_life_at_entero .cs_cares .cs_inner_content h1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .cs_life_at_entero .cs_cares .cs_inner_content p {
    margin-bottom: 15px;
  }
  .cs_life_at_entero .cs_cares .cs_slider .right_button {
    padding-right: 0;
    justify-content: center;
  }
  .cs_life_at_entero .cs_entree {
    padding-bottom: 70px;
  }
  .cs_life_at_entero .cs_entree.cs_content {
    background-image: none;
  }
  .cs_life_at_entero .cs_entree.cs_content h1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .cs_life_at_entero .cs_entree.cs_content .cs_apply {
    margin: 0;
    position: absolute;
    bottom: -380px;
  }
  .cs_life_at_entero .cs_entree .cs_slider.cs_gallery {
    padding: 15px 13px;
  }
  .cs_life_at_entero .cs_entree .cs_slider.cs_gallery .row .col-6 {
    padding: 0;
  }
  .cs_life_at_entero .cs_entree .cs_slider.cs_gallery .row .col-6 .cs_thumb {
    height: 150px;
    margin: 0;
    padding: 2px;
  }
  .cs_life_at_entero .cs_testmonial .cs_heading {
    padding-right: 0px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .cs_life_at_entero .cs_testmonial .cs_heading .right_button {
    position: absolute;
    bottom: -440px;
    left: 30%;
  }
  .cs_life_at_entero .cs_testmonial .cs_slider {
    padding: 0;
  }
  .cs_life_at_entero .cs_testmonial .cs_slider .testimonial_slider {
    padding-bottom: 50px;
  }
  .cs_life_at_entero .fixed-btn {
    position: fixed !important;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .cs_life_at_entero .cs_footer {
    padding: 35px;
    padding-top: 40px;
  }
  .cs_life_at_entero .cs_footer .row {
    padding: 15px;
    border-radius: 15px;
    background: none;
  }
  .cs_life_at_entero .cs_footer .row .col-sm-12 h1 {
    line-height: 29px;
    font-size: 20px;
  }
  .cs_life_at_entero .cs_footer .row .join_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .cs_life_at_entero .cs_footer .row .join_button a {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .cs_life_at_entero .cs_footer .row .join_button a.cs_join {
    width: 100%;
    font-size: 14px;
    height: 40px;
    margin: 0 155px 20px 0;
  }
  .cs_life_at_entero .cs_footer .row .join_button:not(.cs_join) img {
    width: 24px;
    height: 24px;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=custom_css.css.map */