body {
    font-family: 'Exo 2';
}
.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: 40px;
    font-weight: bold;
    margin: -10px 0 10px 0;
    color: #1ca3ff;
}
#main-wrapper {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    float: none;
    width: auto;
    overflow: hidden;
}
.enq-popup-button-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-button {
  background-color: #ffffff;
  font-size: 20px;
  text-transform: initial;
  font-weight: 600;
  padding: 10px 15px 12px 15px;
  color: #1ca3ff;
  display: inline-block;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.common-button:hover {
  background-color: #eee;
  color: #1ca3ff;
}
.common-button:visited {
  background-color: #ffffff;
  color: #1ca3ff;
}
/**************************************/
.banner {
  background-color: #1ca3ff;
  padding:40px 0 40px 0;
}
.banner-inner {
  max-width: 1310px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.banner-right {
  width: 57%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner img {
  max-width: 100%;
}
.banner-left {
  width: 42%;
}
.banner h1 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  font-size: 45px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 45px;
}
.banner h1 span {
  font-size: 30px;
  line-height: 30px;
  display: block;
}
.banner p {
  line-height: 23px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: justify;
}
.banner p:last-child {
  margin-bottom: 0;
}
.banner b {
  line-height: 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.banner-left img {
  max-width: 100%;
}
/**************************************/
/**************************************/
.webscreens {
    padding:40px 0 90px 0;
    background-color: #fff;
  }
  .webscreens .slick-slide img {
    max-width: 100%;
    display: inline-block;
  }
  .webscreens.admin-panel {
    background-color: #f5f5f5;
    padding: 40px 0 90px 0;
    position: relative;
  }
  .webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .webscreens ul {
    list-style: none;
    margin-top: 15px;
  }
  .web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 15px;
  }
  .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: -50px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #1ca3ff 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: #d4eeff;
  }
  .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-2.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-2.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:991px) {
    .banner h1 {
      font-size: 40px;
      line-height: 40px;
    }
    .banner-inner {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        display: block;
        text-align: center;
        width: 100%;
    }
    .heading-area h3 {
      font-size: 30px;
      line-height: 30px;
    }
    .banner h1 span {
      font-size: 25px;
      line-height: 25px;
    }
    .webscreens ul li .image-holder {
      border-radius: 5px;
    }
  }
  @media screen and (max-width:767px) {
    .banner h1 {
      font-size: 35px;
      line-height: 35px;
    }
    .banner h1 span {
      font-size: 22px;
      line-height: 22px;
    }
    .heading-area h3 {
      font-size: 28px;
      line-height: 28px;
    }
  }