/* Default Style*/
.imm-seamless-wrapper {
  padding: 25px 0;
}

.imm-seamless-wrapper .default-section {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  height: 800px;
}

.imm-seamless-wrapper .default-section .bg-img, .imm-seamless-wrapper .default-section .text-container {
  width: calc(50% - 4px);
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.imm-seamless-wrapper .default-section .bg-img.imgfirst:before {
  background-image: linear-gradient(to right,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  left: 0;
}

.imm-seamless-wrapper .default-section .bg-img:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to left,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  top: 0;
  right: 0;
  z-index: 9;
}

.imm-seamless-wrapper .default-section .bg-img.imgfirst {
  -webkit-order: 1;
  order: 1;
  position: relative;
}

.imm-seamless-wrapper .default-section .bg-img {
  -webkit-order: 0;
  order: 0;
  position: relative;
}

.imm-seamless-wrapper .default-section .bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.imm-seamless-wrapper .default-section .text-container {
  /*padding: 15px 15px 15px 30px;*/
  position: relative;
}

.imm-seamless-wrapper .default-section .text-inner {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-seamless-wrapper .default-section .text-container .defaults-title {
  font-size: 40px;
  padding: 30px 0 15px 0;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.imm-seamless-wrapper .default-section .text-container .defaults-desk {
  margin-bottom: 30px;
  line-height: 1.8;
  max-height: 500px;
  overflow:hidden;
  padding-right: 15px;
}

.imm-seamless-wrapper .default-section .text-container .defaults-subtitle {
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
}

.imm-seamless-wrapper .default-section .text-container .defaults-desk::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .default-section .text-container .defaults-desk::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .default-section .text-container .defaults-desk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

/* Group Button style*/
.imm-seamless-wrapper .button-group {
  display: -webkit-flex;
  display: flex;
  height: 800px;
}

.imm-seamless-wrapper .button-group .bg-img {
  -webkit-flex: 1 50%;
  flex: 1 50%;
  width: 50%;
  overflow: hidden;
}

.imm-seamless-wrapper .button-group .text-container {
  overflow: hidden;
  padding: 0 15px;
  -webkit-flex: 1 50%;
  flex: 1 50%;
  width: 50%;
  position: relative;
}

.imm-seamless-wrapper .button-group .text-container .group-wrapper {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-seamless-wrapper .button-group .bg-img.imgfirst:before {
  background-image: linear-gradient(to right,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  right: calc(100% - 110px);
  z-index: 9;
}

.imm-seamless-wrapper .button-group .bg-img:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  background-image: linear-gradient(to left,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  top: 0;
  right: 0;
}

.imm-seamless-wrapper .button-group .bg-img.imgfirst {
  -webkit-order: 1;
  order: 1;
  position: relative;
}

.imm-seamless-wrapper .button-group .bg-img {
  -webkit-order: 0;
  order: 0;
  position: relative;
}

.imm-seamless-wrapper .button-group .bg-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.imm-seamless-wrapper .button-group .text-container {
  padding: 15px 15px 15px 30px;
  position: relative;
}

.imm-seamless-wrapper .button-group .text-container .group-title {
  font-size: 40px;
  padding: 30px 0 15px 0;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.imm-seamless-wrapper .button-group .text-container .group-desk h3 {
  font-size: 20px;
}

.imm-seamless-wrapper .button-group .text-container .group-desk {
  max-height: 500px;
  overflow:hidden;
  padding-right: 15px;
  margin-bottom: 50px;
  line-height: 2;
}

.imm-seamless-wrapper .group-desk h3 {
  margin-bottom: 30px;
}

.imm-seamless-wrapper .group-desk ul {
  padding-left: 20px;
}

.imm-seamless-wrapper .group-desk li {
  margin-bottom: 15px;
}

.imm-seamless-wrapper .group-desk li:last-child {
  margin-bottom: 0;
}

.imm-seamless-wrapper .button-group .text-container .group-desk::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .button-group .text-container .group-desk::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .button-group .text-container .group-desk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.imm-seamless-wrapper .button-group .text-container .button-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.home .imm-seamless-wrapper .button-group .text-container .button-list .button {
  width:auto;
}

.imm-seamless-wrapper .button-group .text-container .button-list .button {
  width: 47%;
}

.imm-seamless-wrapper .button-group .text-container .btn-group-title {
  display: block;
}

.imm-seamless-wrapper .mobile-btn-group {
  display: none;
}

/* Image Carousel Style*/
.imm-seamless-wrapper {
  padding: 25px 0;
}

.imm-seamless-wrapper .img-carousel {
  display: -webkit-flex;
  display: flex;
  height: 500px;
}

.imm-seamless-wrapper .img-carousel .bg-img, .imm-seamless-wrapper .img-carousel .text-container {
  -webkit-flex: 1 50%;
  flex: 1 50%;
  width: 50%;
  overflow: hidden;
  padding: 0 15px;
}

.imm-seamless-wrapper .img-carousel .bg-img.imgfirst:before {
  background-image: linear-gradient(to right,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  right: calc(100% - 115px);
}

.imm-seamless-wrapper .img-carousel .bg-img:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to left,
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.987) 8.1%,
      hsla(0, 0%, 100%, 0.951) 15.5%,
      hsla(0, 0%, 100%, 0.896) 22.5%,
      hsla(0, 0%, 100%, 0.825) 29%,
      hsla(0, 0%, 100%, 0.741) 35.3%,
      hsla(0, 0%, 100%, 0.648) 41.2%,
      hsla(0, 0%, 100%, 0.55) 47.1%,
      hsla(0, 0%, 100%, 0.45) 52.9%,
      hsla(0, 0%, 100%, 0.352) 58.8%,
      hsla(0, 0%, 100%, 0.259) 64.7%,
      hsla(0, 0%, 100%, 0.175) 71%,
      hsla(0, 0%, 100%, 0.104) 77.5%,
      hsla(0, 0%, 100%, 0.049) 84.5%,
      hsla(0, 0%, 100%, 0.013) 91.9%,
      hsla(0, 0%, 100%, 0) 100%);
  top: 0;
  right: 15px;
  z-index: 99;
}

.imm-seamless-wrapper .img-carousel .bg-img.imgfirst {
  -webkit-order: 1;
  order: 1;
  position: relative;
}

.imm-seamless-wrapper .img-carousel .bg-img {
  -webkit-order: 0;
  order: 0;
  position: relative;
  height: 100%;
}

.imm-seamless-wrapper .img-carousel .bg-img .slick-list {
  height: 100%;
}

.imm-seamless-wrapper .img-carousel .bg-img .img-wrap {
  height: 100%;
}

.imm-seamless-wrapper .img-carousel .bg-img .slick-list .slick-track {
  height: 100%;
}

.imm-seamless-wrapper .img-carousel .bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.imm-seamless-wrapper .img-carousel .text-container {
  padding: 15px 15px 15px 30px;
  position: relative;
}

.imm-seamless-wrapper .img-carousel .text-container .carousel-title {
  font-size: 40px;
  padding: 0 0 15px 0;
  line-height: 1;
  font-weight: 600;
}

.imm-seamless-wrapper .img-carousel .text-container .carousel-subtext {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 25px;
  padding-right: 15px;
}

.imm-seamless-wrapper .img-carousel .text-container .carousel-subtext::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .img-carousel .text-container .carousel-subtext::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.imm-seamless-wrapper .img-carousel .text-container .carousel-subtext::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.imm-seamless-wrapper .img-carousel .bg-img ul.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}

.imm-seamless-wrapper .img-carousel .bg-img ul.slick-dots li {
  display: inline-block;
  font-size: 0;
  border: none;
  margin-right: 5px;
}

.imm-seamless-wrapper .img-carousel .bg-img ul.slick-dots li button {
  background-color: #e9854a;
  height: 3px;
  width: 20px;
  border: none;
}

.imm-seamless-wrapper .img-carousel .bg-img ul.slick-dots li.slick-active button {
  background-color: #552d14;
}

.imm-seamless-wrapper .default-section .text-container .default-icon, .imm-seamless-wrapper .button-group .text-container .group-icon, .imm-seamless-wrapper .img-carousel .text-container .carousel-icon {
  height: 50px;
}

.imm-seamless-wrapper .default-section .text-container .default-icon img, .imm-seamless-wrapper .button-group .text-container .group-icon img, .imm-seamless-wrapper .img-carousel .text-container .carousel-icon img, .imm-seamless-wrapper .mobile-btn-group .group-icon img {
  height: 75px;
}

@media (max-width: 1600px) {
  .imm-seamless-wrapper .default-section .bg-img img {
    height: 100%;
  }
}

@media(max-width:1200px) {

  /*Default Style*/
  .imm-seamless-wrapper .default-section .text-container .group-title {
    font-size: 38px;
    padding: 30px 0 15px 0;
    line-height: 1;
    font-weight: 600;
  }

  .imm-seamless-wrapper .default-section .text-container .defaults-desk {
    /*max-height: 300px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 15px;*/
  }

  /* Group Button*/
  .imm-seamless-wrapper .button-group .text-container .group-title {
    font-size: 38px;
    padding: 30px 0 15px 0;
    line-height: 1;
    font-weight: 600;
  }

  /* Image Carousel*/
  .imm-seamless-wrapper .img-carousel .text-container .carousel-title {
    font-size: 38px;
    padding: 30px 0 15px 0;
    line-height: 1;
    font-weight: 600;
  }

  .imm-seamless-wrapper .img-carousel .text-container .carousel-subtext {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 15px;
  }
}

@media(max-width:991px) {
  .imm-seamless-wrapper .default-section .text-container .defaults-title {
    font-size: 30px;
  }

  /* Default Style*/
  .imm-seamless-wrapper .default-section .text-container {
    padding: 0;
  }

  .imm-seamless-wrapper .default-section .bg-img {
    -webkit-flex: 100%;
    flex: 100%;
    width: 100%;
    padding: 0;
    height: 50vh;
  }

  .imm-seamless-wrapper .default-section {
    height: auto !important;
  }

  .imm-seamless-wrapper .default-section .bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .imm-seamless-wrapper .default-section .text-container .defaults-desk {
    max-height: unset;
  }

  .imm-seamless-wrapper .default-section {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .imm-seamless-wrapper .default-section .bg-img:before, .imm-seamless-wrapper .default-section .bg-img.imgfirst:before {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.987) 8.1%,
        hsla(0, 0%, 100%, 0.951) 15.5%,
        hsla(0, 0%, 100%, 0.896) 22.5%,
        hsla(0, 0%, 100%, 0.825) 29%,
        hsla(0, 0%, 100%, 0.741) 35.3%,
        hsla(0, 0%, 100%, 0.648) 41.2%,
        hsla(0, 0%, 100%, 0.55) 47.1%,
        hsla(0, 0%, 100%, 0.45) 52.9%,
        hsla(0, 0%, 100%, 0.352) 58.8%,
        hsla(0, 0%, 100%, 0.259) 64.7%,
        hsla(0, 0%, 100%, 0.175) 71%,
        hsla(0, 0%, 100%, 0.104) 77.5%,
        hsla(0, 0%, 100%, 0.049) 84.5%,
        hsla(0, 0%, 100%, 0.013) 91.9%,
        hsla(0, 0%, 100%, 0) 100%);
    top: unset;
    bottom: -2px;
    left: 0;
  }

  .imm-seamless-wrapper .default-section .bg-img.imgfirst {
    -webkit-order: 0;
    order: 0;
    position: relative;
  }

  .imm-seamless-wrapper .default-section .text-container {
    width: 100%;
    padding-bottom: 50px;
	padding-left:30px;
	padding-right: 30px;
  }

  .imm-seamless-wrapper .default-section .text-inner {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .imm-seamless-wrapper .default-section .bg-img.imgfirst {
    -webkit-order: 5;
    order: 5
  }

  .imm-seamless-wrapper .default-section .bg-img {
    height: auto !important;
  }

  .imm-seamless-wrapper .default-section .bg-img:after, .imm-seamless-wrapper .default-section .bg-img.imgfirst:after {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
    top: -5px;
    left: 0;
    content: "";
    position: absolute;
	display:none;
  }

  /* Group Button*/
  .imm-seamless-wrapper .button-group .text-container {
    padding: 0;
  }

  .imm-seamless-wrapper .button-group .text-container .btn-group-title {
    display: none;
  }

  .imm-seamless-wrapper .button-group .bg-img {
    -webkit-flex: 100%;
    flex: 100%;
    width: 100%;
    padding: 0;
  }

  .imm-seamless-wrapper .button-group .text-container .button-list a, .imm-seamless-wrapper .button-group .text-container .button-list a:visited {
    margin-right: 15px;
    font-size: 14px;
  }

  .imm-seamless-wrapper .button-group {
    height: auto !important;
  }

  .imm-seamless-wrapper .button-group .bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .imm-seamless-wrapper .button-group .text-container .group-desk {
    max-height: unset;
    margin-bottom: 0;
  }

  .imm-seamless-wrapper .button-group {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .imm-seamless-wrapper .button-group .bg-img:before, .imm-seamless-wrapper .button-group .bg-img.imgfirst:before {
    background-image: linear-gradient(to top,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.987) 8.1%,
        hsla(0, 0%, 100%, 0.951) 15.5%,
        hsla(0, 0%, 100%, 0.896) 22.5%,
        hsla(0, 0%, 100%, 0.825) 29%,
        hsla(0, 0%, 100%, 0.741) 35.3%,
        hsla(0, 0%, 100%, 0.648) 41.2%,
        hsla(0, 0%, 100%, 0.55) 47.1%,
        hsla(0, 0%, 100%, 0.45) 52.9%,
        hsla(0, 0%, 100%, 0.352) 58.8%,
        hsla(0, 0%, 100%, 0.259) 64.7%,
        hsla(0, 0%, 100%, 0.175) 71%,
        hsla(0, 0%, 100%, 0.104) 77.5%,
        hsla(0, 0%, 100%, 0.049) 84.5%,
        hsla(0, 0%, 100%, 0.013) 91.9%,
        hsla(0, 0%, 100%, 0) 100%);
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    top: unset;
  }

  .imm-seamless-wrapper .button-group .bg-img:after, .imm-seamless-wrapper .button-group .bg-img.imgfirst:after {
    background-image: linear-gradient(to top,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.987) 8.1%,
        hsla(0, 0%, 100%, 0.951) 15.5%,
        hsla(0, 0%, 100%, 0.896) 22.5%,
        hsla(0, 0%, 100%, 0.825) 29%,
        hsla(0, 0%, 100%, 0.741) 35.3%,
        hsla(0, 0%, 100%, 0.648) 41.2%,
        hsla(0, 0%, 100%, 0.55) 47.1%,
        hsla(0, 0%, 100%, 0.45) 52.9%,
        hsla(0, 0%, 100%, 0.352) 58.8%,
        hsla(0, 0%, 100%, 0.259) 64.7%,
        hsla(0, 0%, 100%, 0.175) 71%,
        hsla(0, 0%, 100%, 0.104) 77.5%,
        hsla(0, 0%, 100%, 0.049) 84.5%,
        hsla(0, 0%, 100%, 0.013) 91.9%,
        hsla(0, 0%, 100%, 0) 100%);
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    /*content: "";*/
    position: absolute;
  }

  .imm-seamless-wrapper .button-group .text-container .group-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    margin-top:30px;
	padding-right: 30px;
	padding-left: 30px;
  }

  .imm-seamless-wrapper .mobile-btn-group {
    display: block;
    text-align: center;
  }

  .imm-seamless-wrapper .mobile-btn-group .group-icon {
    padding-bottom: 25px;
  }

  .imm-seamless-wrapper .mobile-btn-group .group-title {
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
  }

  .imm-seamless-wrapper .button-group .bg-img.imgfirst {
    -webkit-order: 0;
    order: 0;
    position: relative;
  }

  /* Image Carousel*/
  .imm-seamless-wrapper .img-carousel .bg-img, .imm-seamless-wrapper .img-carousel .text-container {
    -webkit-flex: 100%;
    flex: 100%;
    width: 100%;
    padding: 0;
  }

  .imm-seamless-wrapper .img-carousel {
    height: auto !important;
  }

  .imm-seamless-wrapper .img-carousel .bg-img img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }

  .imm-seamless-wrapper .img-carousel .text-container .carousel-subtext {
    max-height: unset;
  }

  .imm-seamless-wrapper .img-carousel {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .imm-seamless-wrapper .img-carousel .bg-img:before, .imm-seamless-wrapper .img-carousel .bg-img.imgfirst:before {
    background-image: linear-gradient(to bottom,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.987) 8.1%,
        hsla(0, 0%, 100%, 0.951) 15.5%,
        hsla(0, 0%, 100%, 0.896) 22.5%,
        hsla(0, 0%, 100%, 0.825) 29%,
        hsla(0, 0%, 100%, 0.741) 35.3%,
        hsla(0, 0%, 100%, 0.648) 41.2%,
        hsla(0, 0%, 100%, 0.55) 47.1%,
        hsla(0, 0%, 100%, 0.45) 52.9%,
        hsla(0, 0%, 100%, 0.352) 58.8%,
        hsla(0, 0%, 100%, 0.259) 64.7%,
        hsla(0, 0%, 100%, 0.175) 71%,
        hsla(0, 0%, 100%, 0.104) 77.5%,
        hsla(0, 0%, 100%, 0.049) 84.5%,
        hsla(0, 0%, 100%, 0.013) 91.9%,
        hsla(0, 0%, 100%, 0) 100%);
    right: 0;
    top: -3px;
    height: 100px;
    width: 100%;
  }

  .imm-seamless-wrapper .img-carousel .bg-img:after, .imm-seamless-wrapper .img-carousel .bg-img.imgfirst:after {
    background-image: linear-gradient(to top,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.987) 8.1%,
        hsla(0, 0%, 100%, 0.951) 15.5%,
        hsla(0, 0%, 100%, 0.896) 22.5%,
        hsla(0, 0%, 100%, 0.825) 29%,
        hsla(0, 0%, 100%, 0.741) 35.3%,
        hsla(0, 0%, 100%, 0.648) 41.2%,
        hsla(0, 0%, 100%, 0.55) 47.1%,
        hsla(0, 0%, 100%, 0.45) 52.9%,
        hsla(0, 0%, 100%, 0.352) 58.8%,
        hsla(0, 0%, 100%, 0.259) 64.7%,
        hsla(0, 0%, 100%, 0.175) 71%,
        hsla(0, 0%, 100%, 0.104) 77.5%,
        hsla(0, 0%, 100%, 0.049) 84.5%,
        hsla(0, 0%, 100%, 0.013) 91.9%,
        hsla(0, 0%, 100%, 0) 100%);
    width: 100%;
    height: 100px;
    content: '';
    position: absolute;
    bottom: 55px;
    left: 0;
  }

  .imm-seamless-wrapper .img-carousel .bg-img.imgfirst {
    -webkit-order: 1;
    order: 1;
    position: relative;
    height: calc(50vh + 60px);
  }

  .imm-seamless-wrapper .img-carousel .bg-img ul.slick-dots {
    z-index: 999;
  }

  .imm-seamless-wrapper .default-section .text-container .default-icon, .imm-seamless-wrapper .button-group .text-container .group-icon, .imm-seamless-wrapper .img-carousel .text-container .carousel-icon {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .imm-seamless-wrapper .button-group .text-container .button-list {
    display: block;
  }

  .imm-seamless-wrapper .button-group .text-container .button-list .button {
    width: 100%;
    margin-bottom: 15px;
  }
}

.imm-heading-text-wrapper {
  text-align: center;
}

.imm-heading-text-wrapper .heading_icon-wrap img {
  height: 75px;
  width: auto;
  object-fit: contain;
}

.imm-heading-text-wrapper .heading_icon-wrap {
  padding-bottom: 25px;
}

.imm-heading-text-wrapper .small_text-wrap {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .heading_text-wrap {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .subheading_text-wrap {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.5;
  color: #343434;
}

.imm-heading-text-wrapper .opening_paragraph-wrap {
  font-weight: 400;
  line-height: 2;
  padding: 15px 0;
  color: #343434;
  width: 80%;
  margin: 0 auto;
}

.imm-heading-text-wrapper .url_text-wrap {
  line-height: 1.5;
  padding: 10px 0;
  color: #343434;
  letter-spacing: 2px;
}

.imm-heading-text-wrapper .url_text-wrap a, .imm-heading-text-wrapper .url_text-wrap a:visited {
  color: #ed6b29;
  text-decoration: none;
  outline: none;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.imm-heading-text-wrapper .url_text-wrap a:hover {
  color: #343434;
}

@media (max-width: 1024px) {
  .imm-heading-text-wrapper .heading_text-wrap {
    font-size: 50px;
  }
}

@media (max-width:991px) {
  #imm-heading-text-001,
  #imm-heading-text-550 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .imm-heading-text-wrapper .heading_text-wrap {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 0;
  }

  .imm-heading-text-wrapper .opening_paragraph-wrap {
    width: 100%;
  }

  .imm-heading-text-wrapper .heading_icon-wrap {
    padding-bottom: 0;
  }
}

@media (max-width: 320px) {
  .imm-heading-text-wrapper .heading_text-wrap{
    font-size: 24px;
  }
}

.imm-visimisi-wrapper {
  padding: 25px 0;
}

.imm-visimisi-wrapper .wrapper {
  padding: 50px 0;
  position: relative;
}

.imm-visimisi-wrapper .row {
  margin-right: 0;
}

.imm-visimisi-wrapper .wrapper .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}

.imm-visimisi-wrapper .leftcontent {
  min-height: 450px;
}

.imm-visimisi-wrapper .leftcontent .ltitle-wrap, .imm-visimisi-wrapper .rightcontent .rtitle-wrap {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 30px
}

.imm-visimisi-wrapper .leftcontent .ltext-wrap, .imm-visimisi-wrapper .rightcontent .rtext-wrap {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media(max-width:991px) {
  .imm-visimisi-wrapper .wrapper .inner {
    position: relative;
  }

  .imm-visimisi-wrapper .leftcontent {
    min-height: unset
  }

  .imm-visimisi-wrapper .row{
    margin-left:0 !important;
    margin-right: 0 !important;
  }

  .imm-visimisi-wrapper .wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .imm-visimisi-wrapper .leftcontent .ltext-wrap,
  .imm-visimisi-wrapper .rightcontent .rtext-wrap{
    font-size: 20px;
    line-height: 1.5;
  }
}

.imm-icongrid-wrapper{
  padding:100px 0;
}

.imm-icongrid-wrapper .Title_text-wrap {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 25px 0;
}

.imm-icongrid-wrapper .iconcontainer {
  width: 70%;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap .subheading_text-wrap {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 400;
}

.imm-icongrid-wrapper .iconiics {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
}

.imm-icongrid-wrapper .iconiics .iics-wrap {
  padding: 0 20px;
}

.imm-icongrid-wrapper .iconiics .iics-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imm-icongrid-wrapper .iconiics .imggrid-wrap {
  padding-right: 5px;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap {
  /*margin-bottom: 30px;*/
  text-align: center;
  /*margin-right:15px;*/
  padding: 25px;
  display: inline-block;
  vertical-align: top;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap:last-child {
  margin-right: 0;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap .heading_iconwrap {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap .heading_iconwrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap .title-wrap {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.imm-icongrid-wrapper .iconcontainer .imggrid-wrap a, .imm-icongrid-wrapper .iconcontainer .imggrid-wrap a:hover {
  color: #000;
  text-decoration: none;
}

@media(max-width: 992px) {
  .imm-icongrid-wrapper ul.slick-dots {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .imm-icongrid-wrapper .prev-arrow, .imm-icongrid-wrapper .next-arrow {
    display: none !important;
  }

  .imm-icongrid-wrapper ul.slick-dots li {
    display: inline-block;
  }

  .imm-icongrid-wrapper ul.slick-dots li button {
    background-color: #2e2e2e;
    border: none;
    font-size: 0;
    margin-right: 5px;
  }

  .imm-icongrid-wrapper ul.slick-dots li.slick-active button {
    background-color: #ffa603;
  }

  .imm-icongrid-wrapper .iconcontainer {
    text-align: center;
    width: 100%;
  }

  .imm-icongrid-wrapper .iconcontainer .imggrid-wrap {
    width: 50% !important;
    height: 200px;
  }

  .imm-icongrid-wrapper .iconcontainer .imggrid-wrap .url_text-wrap {
    height: 100% !important;
    position: relative;
  }

  .imm-icongrid-wrapper .iconcontainer .imggrid-wrap .heading_iconwrap {
    height: 100% !important;
  }

  .imm-icongrid-wrapper .iconiics {
    text-align: center;
    display: block;
    width: 100%;
  }

  .imm-icongrid-wrapper .iconiics .iics-wrap {
    display: inline-block;
    width: 33.3333%;
  }

  .imm-icongrid-wrapper .iconiics .iics-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .imm-icongrid-wrapper .iconiics .iics-wrap {
    display: inline-block;
    width: 50%;
  }
}

.imm-boxclass-wrapper .boxclass-container {
  display: -webkit-flex;
  display: flex;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  outline: none;
  text-align: center;
  height: 500px;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container {
  position: relative;
  padding: 50px;
  height: 100%;
}

.imm-boxclass-wrapper .bg-container {
  border-right: 1px solid #FFF;
}

.imm-boxclass-wrapper .bg-container .title-wrapper {
  padding-bottom: 0;
}

.imm-boxclass-wrapper .bg-container .title-wrapper span {
  display: block;
  font-size: 40px;
  background-color: #FFF;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  color: #01294b;
  line-height: 55px;
  font-weight: 600;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container .title-wrapper,
.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container .subtitle-wrapper {
  font-size: 20px;
  padding-bottom: 30px;
}

.imm-boxclass-wrapper .class-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imm-boxclass-wrapper .list-wrap.single {
  width: 60%;
  margin: 0 auto;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container .list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container .list-wrap .list-wrapper {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  width: calc(50% - 4px);
  font-size: 14px;
}

.imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container .list-wrap .list-wrapper>div {
  height: 100%
}

@media(max-width:991px) {
  .imm-boxclass-wrapper .boxclass-container {
    display: block;
  }

  .imm-boxclass-wrapper .boxclass-container .boxclass-wrapper .bg-container {
    padding: 0;
  }

  .imm-boxclass-wrapper .boxclass-container .boxclass-wrapper {
    height: 300px;
  }
}

.imm-cta-wrapper {
  width: 100%;
  /*margin: 30px 0;*/
  margin: 0;
}

/* Default Style*/
.imm-cta-wrapper .default-section {
  position: relative;
  height: 800px;
}

.imm-cta-wrapper .default-section .bg-img, .imm-cta-wrapper .icon-section .bg-img, .imm-cta-wrapper .number-section .bg-img {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.imm-cta-wrapper .default-section .bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.imm-cta-wrapper .default-section .text-container {
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-cta-wrapper .default-section .text-container .default-ico {
  padding-bottom: 50px;
}

.imm-cta-wrapper .default-section .text-container .default-ico img{
  height:75px;
}

.imm-cta-wrapper .default-section .text-container .default-title {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 25px
}

.imm-cta-wrapper .default-section .text-container .default-text {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  padding-bottom: 25px;
  font-weight: 200;
}

.imm-cta-wrapper .default-section .text-container .default-link a, .imm-cta-wrapper .default-section .text-container .default-link a:visited {
  color: #fff;
  text-transform: uppercase;
  background-color: #e48a0f;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}

.imm-cta-wrapper .default-section .text-container .default-link a:hover {
  background-color: #774b10;
}

/* Iconset Style*/
.imm-cta-wrapper .icon-section .bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}

.imm-cta-wrapper .icon-section:hover .bg-img:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.imm-cta-wrapper .icon-section .bg-img .icon-container {
  padding: 150px 0;
  text-align: center;
  position: relative;
}

.imm-cta-wrapper .icon-section .bg-img .icon-container img {
  height: 150px;
  width: auto;
  object-fit: cover;
}

/* Number Style*/
.imm-cta-wrapper .number-section {
  height: 800px;
  position: relative;
}

.imm-cta-wrapper .number-section .bg-img{
  position: absolute;
  -webkit-filter: contrast(.9) brightness(.6);
          filter: contrast(.9) brightness(.6);
}

.imm-cta-wrapper .number-section .list-container {
  padding-top: 50px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 25px
}

.imm-cta-wrapper .number-section .number-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-cta-wrapper .number-section .list-container .item-wrap {
  background-color: #fff;
  height: 250px;
  width: 250px;
  margin: 15px;
  border-radius: 250px;
  position: relative;
}

.imm-cta-wrapper .number-section .list-container .item-wrap .item-dtl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-cta-wrapper .number-section .list-container .item-wrap .item-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  color: #01294B;
}

.imm-cta-wrapper .number-section .list-container .item-wrap .item-numbertext {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #01294B;
}

.imm-cta-wrapper .number-section .list-container .item-wrap .item-number span {
  font-size: 24px;
  vertical-align: top;
  line-height: 2.5;
}

.imm-cta-wrapper .number-section .text-container {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.imm-cta-wrapper .number-section .text-container .number-subtext {
  line-height: 1.5;
  padding-bottom: 25px
}

.imm-cta-wrapper .number-section .text-container .number-subtext p {
  margin-bottom: 0;
}

@media(max-width:991px) {
  .imm-cta-wrapper {
    margin: 0;
  }

  /* Number Style*/
  .imm-cta-wrapper .number-section {
    height: auto;
  }

  .imm-cta-wrapper .number-section .number-container {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    padding: 50px 0;
  }

  .imm-cta-wrapper .default-section .text-container{
    width:100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .imm-cta-wrapper .default-section .text-container .default-title{
    font-size: 24px;
  }

  .imm-cta-wrapper .default-section .text-container .default-text{
    font-size: 18px;
  }

  .imm-cta-wrapper .number-section .bg-img .list-container {
    display: block;
    text-align: center;
  }

  .imm-cta-wrapper .number-section .bg-img .list-container .item-wrap {
    margin: 35px auto;
    width: 200px;
    height: 200px;
  }

  .imm-cta-wrapper .number-section .bg-img .list-container .item-wrap .item-number{
    font-size: 45px;
  }

  .imm-cta-wrapper .number-section .bg-img .text-container {
    padding: 15px
  }
}

@media (max-width: 767px) {
  .imm-cta-wrapper .number-section .list-container{
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .imm-cta-wrapper .number-section .list-container .item-wrap{
    margin: 15px auto;
  }
}

.facilities-wrapper .grid-item{
  height:600px;
  margin-right:60px;
}

.facilities-wrapper .grid-item img{
  width:100%;
  height:calc(100% - 100px);
  object-fit:cover;
}

.facilities-wrapper .grid-item.no-caption img{
  height:100%;
}

.facilities-wrapper .grid-item h2{
  text-align:center;
  text-transform:uppercase;
  color:#343434;
  margin-top:30px;
  font-size:26px
}

.facilities-wrapper .slick-dots{
  text-align:center;
  margin-top: 15px;
}

.facilities-wrapper .slick-dots button{
  height:1px
}

.facilities-wrapper .grid-item{
  opacity:1;
  transition: all 500ms;
}

.facilities-wrapper .grid-item:not(.slick-current){
  opacity:.5;
}

@media (max-width: 991px) {
  .facilities-wrapper .grid-item{
    margin-right:0;
    height:350px;
  }

  .facilities-wrapper .slick-dots{
    padding-left:30px;
    padding-right: 30px;
  }
}

.zig-zag-grid-wrapper div[class^="col-"] {
  position: relative;
}

.zig-zag-grid-wrapper .grid-item {
  margin-bottom: 150px;
}

.zig-zag-grid-wrapper .grid-item:last-child {
  margin-bottom: 0;
}

.zig-zag-grid-wrapper .content-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 600px;
  width:70%;
  overflow: hidden;
}

.zig-zag-grid-wrapper .content-item.os-host{
  padding-right: 30px;
}

.zig-zag-grid-wrapper .content-item img {
  margin-bottom: 15px;
}

.zig-zag-grid-wrapper .content-item h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.zig-zag-grid-wrapper .content-item p {
  line-height: 2
}

.zig-zag-grid-wrapper .grid-item .lazy-wrapper{
  text-align: center;
  position: relative;
}

.zig-zag-grid-wrapper .grid-item .lazy-wrapper img {
  max-width: 100%;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  object-fit: cover;
  margin:0;
}

.zig-zag-grid-wrapper .content-item .icon {
  height: 75px;
}

.conseling .zig-zag-grid-wrapper .content-item {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .zig-zag-grid-wrapper .content-item{
    max-height: 400px
  }
}

@media (max-width: 991px) {
  .zig-zag-grid-wrapper .content-item {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: unset;
    left: unset;
    overflow: visible;
    max-height: unset;
    padding: 30px;
    width:100%;
  }

  .conseling .zig-zag-grid-wrapper .content-item{
    width:100%;
    padding: 30px 0;
  }

  .zig-zag-grid-wrapper .grid-item {
    margin-bottom: 60px;
  }
}

.imm-testimonial-wrapper {
  background-color: #fff;
  height: 800px;
}

.imm-testimonial-wrapper .testimonial-wrapper {
  height: 100%
}

.imm-testimonial-wrapper .testimonial-wrapper .slick-list, .imm-testimonial-wrapper .testimonial-wrapper .slick-track {
  height: 100%;
  ;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
}

.imm-testimonial-wrapper .mobile-title {
  display: none
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content, .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-image {
  width: 50%;
  -webkit-flex: 1 50%;
          flex: 1 50%;
}

/*.imm-testimonial-wrapper .testimonial-wrapper  .slick-dots{
  margin-left:50px;
  position:absolute;
  bottom:5%;
  width: 100%;
  position: relative;
}*/
.imm-testimonial-wrapper .testimonial-wrapper .slick-dots-wrapper {
  position: relative;
  width: 50%;
  margin-top: -50px;
}

.imm-testimonial-wrapper .testimonial-wrapper .slick-dots {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image {
  height: 100%;
  position: relative;
  width: 50%;
  right: 0;
  z-index: -1;
  -webkit-order: 2;
          order: 2;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .content-wrapper {
  width: 100%;
  position: relative;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .inner {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 500px;
  overflow: hidden;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
  left: -1px;
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
  right: calc(100% - 110px);
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item {
  display: inline-block;
  height: 100%;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content {
  padding-right: 50px;
  position: relative;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-title {
  color: #343434;
  font-size: 40px;
  line-height: 1;
  padding: 30px 0
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-title span {
  display: block
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-text{
  padding-right:30px;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-text, .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-desk {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-name {
  font-size: 24px;
  margin-top:15px;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-desk ul {
  padding-left:20px;
}

@media(max-width:991px) {
  .imm-testimonial-wrapper {
    height: auto !important;
  }

  .imm-testimonial-wrapper .slick-arrow{
    top:35%;
  }

  .imm-testimonial-wrapper .mobile-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right:30px;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-title {
    display: none;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap {
    display: block;
    height: auto;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content {
    width: 100%;
    height: auto;
    display: block;
    padding-right:0;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    z-index: 1;
    left: -1px;
    background-image: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
    top: 0;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    z-index: 1;
    left: -1px;
    background-image: linear-gradient(to top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
    bottom: 0;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .inner {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    max-height: 600px;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-text{
    max-height: unset;
    height: auto;
    overflow: auto;
    padding:0 30px;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-name,
  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-desk{
    padding:0 30px;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image img {
    height: 500px !important;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .slick-dots {
    width: 100%;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .slick-dots-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
