.banner-wrap .banner-text h1 span{
	display: inherit!important
}
.innr-image-wrap{
	max-width: 510px;
	width: 100%;
}
.innr-content-wrap{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.innr-content-wrap h2{
	margin-bottom: 12px;
}
.innr-content-wrap p{
	color: rgb(59, 79, 109);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.innr-content-wrap ul li {
  color: rgb(59, 79, 109);
  font-size: 17px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 32px;
}

.innr-content-wrap ul li::after {
  content: "";
  position: absolute;
  background: url(../images/tick-mark.png) no-repeat left;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px;
}
.core-value {
    position: relative;
    padding:200px 0!important;
    transition: 0.6s all;
}
.core-value::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.core-value-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.corevalue-wave {
    position: absolute;
    top: calc(0% - 1px);
    width: 100%;
}
.core-value-slider .slick-track{
	display: flex;
    padding: 90px 0 0;
    height: 100%;
}
.core-sldr-item {
    height: auto!important;
    padding: 0 15px;
}
.core-sldr-wrap{
    border-radius: 18px;
    background: rgb(242, 250, 255);
    text-align: center;
    height: 100%;
    padding: 30px 20px;
}
.core-value-icon{
    width: 124px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 124px;
    box-sizing: border-box;
    border: 2px solid rgb(32, 28, 81);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: -90px;
    margin-bottom: 21px;
}
/* slick---slider */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% + 45px);
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #1c92cd;
    border-radius: 50px;
    font-size: 0;
}
.slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/pre_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 26px;
  top: 15px;
  left: 14px;
  opacity: 1;
}

.slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/next_aro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 26px;
  top: 16px;
  left: 11px;
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #1c92cd;
}

.core-value-slider .slick-next {
  right: -60px;
}

.core-value-slider .slick-prev {
  left: -60px;
}
@media (max-width: 1399px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .core-value-slider .slick-next {
    right: 0;
  }
  .core-value-slider .slick-prev {
    left: 0;
    z-index: 2;
  }
  .slick-next:before {
    height: 15px;
    width: 18px;
    top: 13px;
    left: 11px;
  }
  .slick-prev:before {
    height: 15px;
    width: 18px;
    top: 13px;
    left: 11px;
  }
}
@media (max-width: 767px) {
	.core-value{
		padding: 50px 0!important;
	}
    .core-value-slider .slick-next {
        right: -5px;
    }
    .core-value-slider .slick-prev {
        left: -5px;
    }
}