.banner {
  background: #0d1c2f url(../images/intigrated-bnner.png) center center
    no-repeat;
}
.data-layer {
  background: #140f37 url(../images/inte-next.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
h2 {
  text-align: center;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.omni-content {
  text-align: center;
}
/*change09*/
.omni-content h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  color: #666;
}
/*change09*/
.omni-content p {
  font-size: 18px;
  margin-bottom: 50px;
}
.mobslide {
  display: none;
}
.slick-slide {
  text-align: center;
}
.banner_rotated_c .banner_rotated {
  color: #666;
}
.slider {
  width: 90%;
  margin: 0px auto;
}
.slick-slide {
  margin: 0px;
  opacity: 0;
}
.slick-active {
  opacity: 1;
}
.slick-slide img {
  width: 80% !important;
  height: auto;
}
.slick-prev:before,
.slick-next:before {
  color: black;
  display: none;
}
.hor-tab-container {
  display: inline-block;
  width: 100%;
}
.description {
  display: inline-block;
  width: 100%;
  background-color: #f3fcff;
  margin-bottom: 50px;
}
.note-section {
  margin: 10px 0px;
  padding: 0px;
  display: inline-block;
}
.note-section li {
  list-style-type: none;
  font-weight: 600;
  color: #666;
  background-image: url(../images/round-arrow.png);
  background-repeat: no-repeat;
  padding-left: 68px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  min-height: 51px;
  width: 100%;
}
.note-section li span {
  width: 100%;
  display: block;
  font-size: 18px;
}
.data-layer h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.data-layer ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.data-layer ul li {
  text-align: center;
  width: 33.3%;
  float: left;
  list-style: none;
  padding: 50px 3% 0px 4%;
}
.data-layer ul li img {
  max-width: 50%;
  height: auto;
}
.data-layer ul li h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 30px;
}
.data-layer ul li a {
  background: #80c355;
  color: #fff;
  font-size: 15px;
  padding: 7px 30px 7px 18px;
  border-radius: 20px;
  transform: 0.5s;
  position: relative;
}
.data-layer ul li a::after {
  content: ">";
  padding-left: 10px;
  padding-top: 5px;
  transition: 0.5s;
  position: absolute;
  top: 2px;
}
.data-layer ul li a:hover {
  background: #639c3f;
  color: #fff;
  text-decoration: none;
}
.data-layer ul li a:hover:before {
  padding-left: 30px;
}
.data-layer ul li p {
  font-size: 15px;
  margin-bottom: 30px;
}
.brand-con {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.brand-con img {
  width: 100%;
}

@media only screen and (max-width: 810px) {
  .footer-slider .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-slider {
    display: none !important;
  }
  .mobslide {
    text-align: center;
  }
  .mobslide img {
    margin: 10px;
    width: 100px;
    height: auto;
  }
}
