body {
  }

.heading-area {
    text-align: center;
}
.heading-area strong {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: block;
    line-height: 25px;
}

.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h3 {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #191919;
  }
#main {
    max-width: 1920px;
    margin: 0px auto 0 auto;
    float: none;
    width: auto;
    overflow: hidden;
}
#midd-part1 {
  margin-top: 80px;
}
/**************************************/
.banner {
  padding: 10px 0 50px 0;
  background: url(banner-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.banner-inner {
  max-width: 1310px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: center;
}
.banner-right {
  width: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-left {
  width: calc(100% - 650px);
  width: -o-calc(100% - 650px);
  width: -ms-calc(100% - 650px);
  width: -moz-calc(100% - 650px);
  width: -webkit-calc(100% - 650px);
}
.banner h1 {
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  font-size: 50px;
  margin-top: 20px;
  text-transform: uppercase;
}
.banner p {
  line-height: 29.2px;
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}
.banner b {
  line-height: 29.2px;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.banner-right img {
  max-width: inherit;
  width: 41vw;
}
/**************************************/
.webscreens {
  padding: 50px 0 120px 0;
  background-color: #e5fbf6;
}
  .webscreens .slick-slide img {
    max-width: 100%;
    display: inline-block;
  }
  .webscreens.admin-panel {
    background-color: #fff;
    padding: 40px 0 120px 0;
    position: relative;
  }
  .webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .webscreens ul {
    list-style: none;
    margin-top: 35px;
  }
  .web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 30px;
  }
  .webscreens ul li .image-holder {
    width: 1225px;
    background-color: #ddd;
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
    margin: 0 auto;
  }
  .webscreens ul li .image-holder img {
    vertical-align: top;
  }
  .webscreens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #51c3a9  inset;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .webscreens ul .slick-arrow:hover {
    background-color: #e8fffa;
  }
  .webscreens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(left-3.png);
  }
  .webscreens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(right-3.png);
  }
  .webscreens .slick-list {
    overflow: visible;
  }
  .webscreens .slick-slide {
    margin: 0 15px;
  }
  /**************************************/
  @media screen and (max-width:1400px) {
    .banner-right img {
      max-width: 100%;
    }
  }
  @media screen and (max-width:1280px) {
    .banner h1 {
      font-size: 50px;
    }
  }
  @media screen and (max-width:991px) {
    .banner h1 {
      font-size: 42px;
    }
    .banner-inner {
      flex-wrap: wrap;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        display: block;
        text-align: center;
        width: 100%;
    }
    .heading-area h3 {
      font-size: 32px;
    }
    .webscreens ul li .image-holder {
      border-radius: 5px;
}
  }
  @media screen and (max-width:767px) {
    .banner h1 {
      font-size: 38px;
    }
    .heading-area h3 {
      font-size: 28px;
    }
  }