/* +++++++++++++++++ Global css +++++++++++++++++++*/

:root {
  --main-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --heading-color: #171718;
  --blue-color: #3ea6eb;
  --liteblue-color: #e6f2fe;
  --green-color: #e8fdf3;
  --purple-color: #fde5f8;
  --white-color: #fff;
  --black-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--main-font);
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: var(--main-font);
  color: #4e4e4e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* responsive font size */

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

/* +++++++++++++++++ Global css +++++++++++++++++++*/

/* Header Sec Start */

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-bar-main .navbar-collapse {
  justify-content: end;
}

.nav-bar-main .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: var(--white-color);
}

.nav-bar-main .navbar-nav .nav-item {
  padding: 0px 20px;
}

.nav-bar-main .navbar-nav .nav-item .nav-link.active {
  color: var(--white-color);
}

.header-main {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 100;
  padding: 0px 0px;
}

.login-btn {
  display: flex;
  align-items: center;

  a {
    color: #150e3eee;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 35px;
    border: none;
    background: var(--white-color);
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: none;
    min-width: 150px;
    margin: 0 auto;
    text-align: center;

    span {
      margin-right: 7px;
    }
  }
}

.rgbtn {
  background: transparent !important;
  color: var(--white-color) !important;
}

.header-main {
  .header-container {
    padding: 0px 100px;
  }
}

/* Header Sec End */
/* Banner Sec Start */
.bnr-sec {
  position: relative;
  background: #ccc;
  background: url(../images/bnr1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 130px 0px 0px;
}

.bnr-img-wrap {
  position: relative;
}

.bnr-text {
  position: relative;

  h1 {
    font-size: 54px;
    line-height: 70px;
    font-weight: 500;
    color: var(--white-color);
    font-family: var(--heading-font);
    margin-bottom: 22px;

    span {
      font-style: italic;
      font-weight: 700 !important;
    }
  }

  p {
    font-family: var(--heading-font);
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 30px;
  }
}

.ycl {
  position: absolute;
  left: 82px;
  top: 60px;
}

.bnr-2 {
  height: 600px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.bnr-3 {
  height: 720px;

  img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
  }
}

/* Banner Sec End */

/* tracing sec start */
.tracing-sec {
  padding: 60px 0px;
  background: linear-gradient(
    176deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(251, 245, 255, 1) 50%
  );
}

.tracing-bx-wrap {
  padding: 36px 70px;
  background: var(--liteblue-color);
  border-radius: 14px;
}

.tracing-bx {
  margin-bottom: 15px;
  .tracing-lf{
    position: absolute;
    top: -66px;
  }
}

.trac-text {
  h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 25px;

    span {
      color: var(--blue-color);
    }
  }

  p {
    color: #656c7a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.ctrl-bx-wrap {
  padding: 35px 35px;
  border-radius: 14px;
  position: relative;
  margin-bottom: 20px;
  min-height: 268px;

  .ctrl-icon {
    height: 70px;
    width: 70px;
    margin-bottom: 20px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .ctrl-text {
    h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
      color: var(--black-color);
      margin-bottom: 10px;
    }

    p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      color: #656c7a;
    }
  }
}

.ctrl-1 {
  background: #ecf7ff;
}

.ctrl-2 {
  background: #e8fdf3;
}

.ctrl-3 {
  background: #fde5f8;
}

.advance-sec{
  margin-bottom: 100px;
}
.msn-text{
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 12px 12px 32px #cbedff;

  .benifit-list-box{
    ul{
      padding-left: 0;
      li{
        list-style: none !important;
        line-height: 50px;
        p{
        display: flex;
        align-items: center;
span{
          font-size: 17px;
        }
        i {
    color: #fff;
    background-color: #00D566;
    font-size: 10px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
        }
        
      }
    }
  }
}

.chnallenges_box{
  padding: 25px;
  border: 1.5px solid rgb(239, 233, 243);
  border-radius: 6px;
  background: rgb(255, 255, 255);
  transition: 0.3s ease-in;
  margin-bottom: 20px;

 h3 {
      font-size: 22px;
      line-height: 26px;
      color: rgb(3, 6, 17);
      font-weight: 500;
      margin-bottom: 10px;
      margin-top: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -moz-box-orient: vertical;
      text-overflow: ellipsis;
    }

     p {
      font-size: 16px;
      line-height: 26px;
      color: rgb(101, 108, 122);
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -moz-box-orient: vertical;
      text-overflow: ellipsis;
    }
  

  &:hover{
  box-shadow: rgba(235, 230, 239, 0.6) 0px 8px 56px 0px;
  transition: 0.3s ease-in;
  border: 1.5px solid transparent;
  }

}

.solution_box{
  h4{
      font-size: 22px;
      line-height: 26px;
      color: rgb(3, 6, 17);
      font-weight: 500;
      margin-bottom: 10px;
  }
  p{
    font-size: 14px;
      line-height: 26px;
      color: rgb(101, 108, 122);
      font-weight: 400;

  }
  a{
    font-size: 14px;
    color: #44b1f8;
    font-weight: 500;
    font-family: var(--main-font);
  }
}
.new_read{
  position: absolute; right: 28px; bottom: -30px;
 background: #41abf1;
  padding: 5px 18px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
}
.download_btn{
  background: #41ABF1;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  
  &:hover{
    color: #fff;
  }
}
/* tracing sec end */

/* cclp-platform start */
.section_two{
  background: #eaf7fe;
}
.cclp-platform {
  padding: 60px 0px;

  .ylc {
    position: absolute;
    right: 98px;
    top: 55px;
  }
}
.platform-head {
  position: relative;
  margin-bottom: 40px;

  h2 {
    font-size: 60px;
    line-height: 64px;
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 700;
  }

  p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #656c7a;
  }
}
.benifit-box {
  padding: 25px 25px;
  border: 1.5px solid #efe9f3;
  border-radius: 6px;
  background: #fff;
  transition: ease-in all 0.3s;
  .ben-img {
    height: 60px;
    width: 60px;
    margin-bottom: 25px;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .ben-text {
    h3 {
      font-size: 22px;
      line-height: 26px;
      color: #030611;
      font-weight: 500;
      margin-bottom: 25px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }
    p {
      font-size: 16px;
      line-height: 26px;
      color: #656c7a;
      font-weight: 500;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }
  }
}
.benifit-box:hover {
  box-shadow: 0px 8px 56px 0px rgb(235 230 239 / 60%);
  transition: ease-in all 0.3s;
  border: 1.5px solid transparent;
}

/* cclp-platform end */
/* industry sec start */
.industry-sec {
  margin-bottom: 100px;
  padding: 60px 0px;
  .tracing-img {
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .handler-img {
    display: flex;
    align-items: center;
    span {
      width: 45px;
      height: 45px;
      display: inline-block;
      margin-right: 8px;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    h3 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      color: #030611;

      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }
  }
  .handler-list {
    ul {
      li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #656c7a;
        margin-bottom: 15px;
        position: relative;
        padding-left: 28px;
      }
    }
  }
  .handler-list ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 12px;
    background: #379bdf;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .handler-box {
    border-radius: 10px;
    border: 1px solid #efe9f3;
    padding: 22px 45px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%);
  }
}
.mb-50 {
  margin-bottom: 50px;
}
.tacing-dot {
  position: absolute;
  left: 320px;
  top: 48px;
  z-index: -1;
}
.tacing-dot-2 {
  position: absolute;
  right: 309px;
  top: 253px;
  z-index: -1;
}
.real-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
/* industry sec end */

/* footer sec start*/
footer {
  background: linear-gradient(344deg, #46b4fb, #379bdf);
  position: relative;
  padding-top: 100px;

  .ftr-bg {
    position: absolute;
    left: 0;
    top: -120px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .ftr-top {
    position: relative;
  }

  .ftr-btm {
    position: relative;
  }

  .ftr-logo {
    margin-bottom: 20px;
  }

  .ftr-head {
    margin-bottom: 28px;

    h2 {
      font-size: 90px;
      line-height: 104px;
      font-weight: 700;
      color: #171718;
      margin-bottom: 16px;
    }

    p {
      font-size: 16px;
      line-height: 26px;
      color: var(--white-color);
      font-weight: 400;
    }
  }

  .social-icon-div {
    ul {
      display: flex;
      align-items: center;

      li {
        margin-right: 26px;

        a {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 3px;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 50%;
          font-size: 20px;
        }
      }
    }
  }

  .ftr-link {
    h5 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 400;
      color: var(--white-color);
      margin-bottom: 28px;
    }

    ul {
      li {
        margin-bottom: 25px;

        a {
          font-size: 22px;
          line-height: 20px;
          font-weight: 500;
          color: #fff;
          display: flex;
          align-items: center;

          .link-icon {
            color: var(--white-color);
            border: 1px solid #d4d1de;
            border-radius: 6px;
            padding: 14px 16px;
            font-size: 25px;
            margin-right: 15px;
          }

          .link-txt {
            h3 {
              font-size: 18px;
              line-height: 22px;
              font-weight: 500;
              color: var(--white-color);
              margin-bottom: 5px;
            }

            h4 {
              font-size: 18px;
              line-height: 28px;
              font-weight: 400 !important;
              color: var(--white-color);
              margin-bottom: 5px;
            }
          }
        }
      }
    }
  }

  .ftr-btm {
    padding: 44px 0px 15px;
    position: relative;

    .ftr-btm-wrap {
      border-top: 1px solid rgb(255 255 255 / 26%);
      padding-top: 15px;
    }

    .copy-right {
      p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--white-color);
      }

      a {
        text-transform: uppercase;
        color: var(--white-color);
      }
    }

    .bk-top {
      text-align: right;

      a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--black-color);
      }

      span {
        color: var(--black-color);
        margin-left: 7px;
        font-size: 16px;
        line-height: 20px;
      }
    }
  }
}

/* footer sec end*/

/* Inner Page */
/* About Page */
.inrbnr-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.inr-hdr {
  position: relative;
  background: var(--blue-color);
}

.inr-ftr {
  display: none;
}

.heading-1 {
  h2 {
    font-size: 50px;
    color: var(--heading-color);
    font-weight: 600;
    padding-bottom: 15px;

    span {
      color: var(--blue-color);
    }
  }

  p {
    font-size: 15px;
    line-height: 26px;
    color: #656c7a;
  }
}

.p-50 {
  padding: 50px 0px;
}

.msn-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.heading-2 {
  margin-bottom: 15px;
  h3 {
    font-size: 30px;
    color: var(--heading-color);
    font-weight: 600;
    padding-bottom: 7px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
    color: #656c7a;
  }

  span {
    color: var(--blue-color);
  }
}

.benifit-list {

  ul {
    padding-left: 15px;
    li {
      margin-bottom: 15px;
      list-style: disc;

      span {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: var(--heading-color);
        display: block;
      }

      p {
        font-size: 14px;
        line-height: 26px;
        color: #656c7a;
      }
    }
  }
}

.advc-head {
  margin-bottom: 40px;
}

.advc-wrap {
  background: #fff;
  padding: 25px 15px;
  border-radius: 5px;
  box-shadow: -1px 6px 15px 3px #e9e9ff;
  text-align: center;
  min-height: 210px;

  .advc-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .advc-text {
    h4 {
      font-size: 18px;
      line-height: 22px;
      color: var(--heading-color);
      margin: 15px 0;
    }
  }
}

.sol-text {
  h3 {
    font-size: 18px;
    line-height: 22px;
    color: var(--heading-color);
    margin-bottom: 5px;
    font-family: var(--main-font);
  }
  p {
    font-family: var(--main-font);
    font-size: 14px;
  }
}

.sol-div {
  margin-right: 15px;
  .sol-icon {
    height: 60px;
    background: #fff;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 8%);
    width: 60px;
    padding: 13px;
    border-radius: 50%;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}
.bstsolhead {
  margin-bottom: 40px;
}
.sol-div-wrap {
  margin-bottom: 35px;
}
.one_line{

  position: absolute;
  left: 0;
  top: 15px;


  .read_more{
  padding: 8px 16px;
  background: #5eb5ef;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  &:hover{
    color: #fff;
  }
}
}

