/* Minification failed. Returning unminified contents.
(65,15): run-time error CSS1039: Token not allowed after unary operator: '-Gray-900'
(75,15): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(83,15): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(97,20): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(178,21): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(301,32): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(302,26): run-time error CSS1039: Token not allowed after unary operator: '-Pure-white'
(312,25): run-time error CSS1039: Token not allowed after unary operator: '-White'
(330,27): run-time error CSS1039: Token not allowed after unary operator: '-Black'
(346,29): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(355,27): run-time error CSS1039: Token not allowed after unary operator: '-Black'
(366,25): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(384,23): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(432,25): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(442,25): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(567,50): run-time error CSS1034: Expected closing parenthesis, found ','
(567,50): run-time error CSS1042: Expected function, found ','
(567,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(577,25): run-time error CSS1039: Token not allowed after unary operator: '-Black'
(586,25): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(599,25): run-time error CSS1039: Token not allowed after unary operator: '-Black'
(609,25): run-time error CSS1039: Token not allowed after unary operator: '-Dark-Gray'
(685,22): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(876,19): run-time error CSS1039: Token not allowed after unary operator: '-Green'
(895,19): run-time error CSS1039: Token not allowed after unary operator: '-Green'
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
}

h1 {
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 125% */
}

h3 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  color: var(--Gray-900, #101828);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}

p {
  color: var(--Dark-Gray, #545454);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

span.small_txt {
  color: var(--Green, #274c77);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.top-div {
  padding-top: 100px;
}

.btn {
  border-radius: 44px;
  background: var(--Green, #008001);
  border: 1px solid #008001;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s;
  min-width: 126px;
  padding: 14px 31px;
}

  .btn.brdr {
    background-color: transparent;
    color: #008001;
  }

    .btn.brdr:hover {
      background-color: #008001;
      border: 1px solid #008001;
      color: #fff;
    }

  .btn:hover {
    color: #274c77;
    background-color: transparent;
  }

.mb40 {
  margin-bottom: 40px;
}

header {
  padding-top: 5px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.hero_bnnr {
  position: relative;
  overflow: hidden;
  max-height: 784px;
}

  .hero_bnnr .bg {
    width: 100%;
  }

  .hero_bnnr .top_cntnt_dv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 78px;
    column-gap: 78px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

    .hero_bnnr .top_cntnt_dv .container .row {
      align-items: center;
    }

    .hero_bnnr .top_cntnt_dv .txt {
      position: relative;
      left: -100%;
      transition: all 0.8s;
      opacity: 0;
    }

      .hero_bnnr .top_cntnt_dv .txt h1 {
        margin-top: 4px;
        margin-bottom: 16px;
      }

      .hero_bnnr .top_cntnt_dv .txt p {
        color: var(--Dark-Gray, #545454);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 531px;
        margin-bottom: 0;
      }

      .hero_bnnr .top_cntnt_dv .txt .btns {
        margin-top: 60px;
        display: flex;
        -moz-column-gap: 12px;
        column-gap: 12px;
        align-items: center;
      }

    .hero_bnnr .top_cntnt_dv .img {
      /* background: lightgray 0px -1.485px / 101.47% 123.13% no-repeat; */
      padding: 8px;
      border-radius: 20px;
      border: 2px solid rgba(255, 255, 255, 0.1803921569);
      /* opacity: 0.7; */
      background: linear-gradient(309deg, rgba(255, 255, 255, 0.4) 0.76%, rgba(246, 251, 250, 0) 86.45%);
      box-shadow: 10px 10px 19.3px 0px #C7CEE3;
      position: relative;
      width: 100%;
      right: -100%;
      opacity: 0;
      transition: all 0.8s;
      margin-left: 35px;
    }

      .hero_bnnr .top_cntnt_dv .img img {
        border-radius: 14px;
      }

  .hero_bnnr.slide .top_cntnt_dv .txt {
    left: 0%;
    opacity: 1;
  }

  .hero_bnnr.slide .img {
    right: 0%;
    opacity: 1;
  }

  .hero_bnnr.innr_pge {
    max-height: none;
  }

    .hero_bnnr.innr_pge span.blue {
      width: 587px;
      height: 587px;
      opacity: 0.3;
      background: #030080;
      filter: blur(250px);
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: -321px;
      top: -101px;
    }

    .hero_bnnr.innr_pge span.grn {
      width: 587px;
      height: 587px;
      opacity: 0.3;
      background: #008061;
      filter: blur(250px);
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: 350px;
      top: -272px;
    }

    .hero_bnnr.innr_pge span.blue2 {
      width: 587px;
      height: 587px;
      opacity: 0.3;
      background: #004A80;
      filter: blur(250px);
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      right: -420px;
      top: 133px;
    }

    .hero_bnnr.innr_pge .bg {
      position: absolute;
      z-index: -1;
      inset: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv {
      padding-top: 160px;
      position: static;
    }

      .hero_bnnr.innr_pge .top_cntnt_dv .col-12 {
        text-align: center;
        margin-bottom: 60px;
      }

        .hero_bnnr.innr_pge .top_cntnt_dv .col-12 h1 {
          margin-bottom: 20px;
        }

        .hero_bnnr.innr_pge .top_cntnt_dv .col-12 p {
          color: #000;
          margin-bottom: 0;
        }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan {
        overflow: hidden;
        border-radius: 20px;
        border: 1px solid var(--Green, #274c77);
        background: var(--Pure-white, #FFF);
      }

        .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym {
          background-color: #274c77;
          width: 100%;
          padding: 16px 0;
        }

          .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym p {
            color: var(--White, #FFF);
            text-align: center;
            font-family: Poppins;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 0;
          }

        .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls {
          padding: 40px 0;
        }

          .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p {
            margin-bottom: 0;
          }
            .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc {
              color: var(--Black, #000);
              text-align: center;
              font-family: Poppins;
              display: flex;
              justify-content: center;
              align-items: baseline;
            }

            .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc span {
              font-size: 64px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
            }

              .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc span:last-child {
                color: var(--Dark-Gray, #545454);
                font-family: Poppins;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
              }

            .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.sml {
              color: var(--Black, #000);
              text-align: center;
              font-family: Poppins;
              font-size: 20px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              margin-bottom: 4px;
            }

          .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls span.sml {
            color: var(--Dark-Gray, #545454);
            text-align: center;
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: 100%;
            display: inline-block;
          }

      .hero_bnnr.innr_pge .top_cntnt_dv .trial {
        max-width: 419px;
        margin: auto;
        margin-top: 40px;
      }

        .hero_bnnr.innr_pge .top_cntnt_dv .trial p {
          color: var(--Green, #274c77);
          font-family: Poppins;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }

        .hero_bnnr.innr_pge .top_cntnt_dv .trial .btn {
          width: 100%;
          margin-bottom: 12px;
        }

      .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list {
        margin-top: 80px;
      }

        .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li {
          margin-bottom: 20px;
          position: relative;
          display: flex;
          flex-direction: column;
          row-gap: 4px;
          text-align: left;
        }

          /*          .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #FFF;
            background: var(--Green, #274c77);
            box-shadow: 0px 9px 42.1px 0px #C7CEE3;
            left: 0;
            top: 0;
            background-image: url(../content/img/camera-icn.svg);
            background-repeat: no-repeat;
            background-size: inherit;
            background-position: center;
          }*/

          .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li:last-child {
            margin-bottom: 0;
          }

          .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li a.head {
            color: var(--Green, #274c77);
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
          }

          .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li a.lght {
            overflow: hidden;
            color: var(--Dark-Gray, #545454);
            text-overflow: ellipsis;
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
          }

      .hero_bnnr.innr_pge .top_cntnt_dv .video_dv {
        margin-top: 60px;
      }

    .hero_bnnr.innr_pge.innr_turl {
      background-image: url(../content/img/blur-bg.svg);
      background-repeat: no-repeat;
      background-size: cover;
      -o-object-fit: cover;
      object-fit: cover;
    }

      .hero_bnnr.innr_pge.innr_turl span.clip-1 {
        position: absolute;
        left: -229px;
        top: 509px;
        rotate: 200deg;
      }

      .hero_bnnr.innr_pge.innr_turl span.clip-2 {
        position: absolute;
        right: -224px;
        top: -150px;
      }

      .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .col-12 {
        margin-bottom: 0;
      }

      .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv {
        padding-bottom: 60px;
/*        border-bottom: 1px solid #C4C4C4;
*/        position: relative;
      }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv.frth_no span.blue2 {
          width: 587px;
          height: 587px;
          opacity: 0.3;
          background: #004A80;
          filter: blur(250px);
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          right: -500px;
          top: -200px;
          z-index: -1;
        }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv span.blue {
          width: 587px;
          height: 587px;
          opacity: 0.3;
          background: #030080;
          filter: blur(250px);
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          left: -327px;
          top: -350px;
          z-index: -1;
        }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv span.blue2 {
          width: 587px;
          height: 587px;
          opacity: 0.3;
          background: #004A80;
          filter: blur(250px);
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0;
          z-index: -1;
        }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv span.grn {
          width: 587px;
          height: 587px;
          opacity: 0.3;
          background: #008061;
          filter: blur(250px);
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          right: -358px;
          top: -280px;
          left: inherit;
          z-index: -1;
        }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video {
          border-radius: 20px;
          border: 2px solid #FFF;
          background: linear-gradient(6deg, #FFF 11.65%, rgba(255, 255, 255, 0.53) 97.88%);
          box-shadow: 0px 6px 20px 0px rgba(199, 206, 227, 0.6);
          padding: 12px;
          position: relative;
          margin-bottom: 20px;
        }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video video {
            border-radius: 20px;
            -o-object-fit: cover;
            object-fit: cover;
          }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video a.play_btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
          }

            .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video a.play_btn span {
              background-color: rgb(170, 164, 164,  50%);
              width: 100px;
              height: 100px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
            }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video .txt h6 {
            color: var(--Black, #000);
            font-family: Poppins;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
          }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .video .txt p {
            color: var(--Dark-Gray, #545454);
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }

        .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .txt_dv {
          text-align: left;
        }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .txt_dv h6 {
            color: var(--Black, #000);
            font-family: Poppins;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 4px;
          }

          .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .video_dv .txt_dv p {
            color: var(--Dark-Gray, #545454);
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }

.sec_2 {
  margin-top: 80px;
}

  .sec_2 p {
    text-align: center;
  }

  .sec_2 h2 {
    margin: auto;
    display: table;
    margin-bottom: 20px;
  }

  .sec_2 .row {
    margin-top: 80px;
  }

  .sec_2 .card {
    border: none;
    background-color: #fff;
  }

    .sec_2 .card .icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      border: 8px solid #E8FFEB;
      background: #C9F5CF;
      margin: auto;
      margin-bottom: 20px;
    }

      .sec_2 .card .icon img {
        width: 42px;
      }

    .sec_2 .card h4 {
      text-align: center;
      margin-bottom: 8px;
      line-height: 22px;
    }

    .sec_2 .card p {
      text-align: center;
      margin-bottom: 0;
      max-width: 416px;
    }

  .sec_2.innr_pge .col-12 p {
    color: #000;
  }

  .sec_2.innr_pge .row {
    margin-top: 40px;
  }

.sec_3 {
  margin-top: 64px;
}

  .sec_3 .trial_bnnr {
    width: 100%;
    border-radius: 10px;
    background: var(--Green, #274c77);
    position: relative;
    padding: 34px 0;
    overflow: hidden;
  }

    .sec_3 .trial_bnnr::before {
      content: "";
      position: absolute;
      background-image: url(../content/img/line-art.svg);
      background-repeat: no-repeat;
      left: 0;
      width: 226px;
      height: 190px;
      top: 0;
    }

    .sec_3 .trial_bnnr::after {
      content: "";
      position: absolute;
      background-image: url(../content/img/line-art.svg);
      background-repeat: no-repeat;
      right: 0;
      width: 226px;
      height: 190px;
      top: 0;
      rotate: 180deg;
    }

    .sec_3 .trial_bnnr h3 {
      font-weight: 500;
      margin-bottom: 40px;
      text-align: center;
      color: #fff;
      line-height: 30px;
    }

    .sec_3 .trial_bnnr .btn {
      background-color: #fff;
      color: #274c77;
      margin: auto;
      display: table;
    }

      .sec_3 .trial_bnnr .btn:hover {
        background-color: #274c77;
        color: #fff;
        border: 1px solid #fff;
      }

.sec_4 {
  margin-top: 81px;
  position: relative;
  overflow: hidden;
}

  .sec_4 .bg {
    width: 100%;
    position: absolute;
    z-index: -2;
    height: 100%;
  }

  .sec_4 .innr_cntnt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
  }

    .sec_4 .innr_cntnt .container h3 {
      color: #000;
      text-align: center;
      font-family: Poppins;
      font-size: 32px;
      font-weight: 600;
      line-height: normal;
      text-align: center;
      margin-bottom: 8px;
    }

    .sec_4 .innr_cntnt .container p {
      margin: auto;
      display: table;
      text-align: center;
      margin-bottom: 40px;
      max-width: 1022px;
    }

    .sec_4 .innr_cntnt .container .btn {
      margin: auto;
      display: table;
    }

    .sec_4 .innr_cntnt .container .innr_img {
      border-radius: 20px 20px 0 0;
      padding: 9px 9px 0;
      border: 2px solid rgba(255, 255, 255, 0.4);
      /* opacity: 0.7; */
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.168627451) 11.65%, rgba(255, 255, 255, 0.53) 97.88%);
      box-shadow: 0px 9px 42.1px 0px #C7CEE3;
      margin: auto;
      display: table;
      margin-top: 45px;
      border-bottom: none;
    }

      .sec_4 .innr_cntnt .container .innr_img img {
        border-radius: 12px 12px 0 0;
      }

.sec_5 {
  margin-top: 0;
  background-color: #274c77;
}

  .sec_5 .backgrnnd {
    width: 100%;
    padding: 60px 0;
    position: relative;
  }

    .sec_5 .backgrnnd h6 {
      color: #fff;
      text-align: center;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.32px;
      margin-bottom: 16px;
      text-align: center;
    }

    .sec_5 .backgrnnd h3 {
      margin-bottom: 16px;
      text-align: center;
      color: #fff;
    }

    .sec_5 .backgrnnd p {
      color: #fff;
      text-align: center;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: auto;
      text-align: center;
      margin-bottom: 0;
      max-width: 1250px;
    }

    .sec_5 .backgrnnd::before {
      content: "";
      position: absolute;
      width: 382px;
      background-repeat: no-repeat;
      background-size: cover;
      height: 115px;
      opacity: 0.6;
      top: 130px;
      left: -15px;
    }

    .sec_5 .backgrnnd:after {
      content: "";
      position: absolute;
      width: 382px;
      background-repeat: no-repeat;
      background-size: cover;
      height: 115px;
      opacity: 0.6;
      top: 130px;
      right: -15px;
    }

.sec_6 {
  position: relative;
  overflow: hidden;
}

  .sec_6 .container {
    padding: 199px 0 190px;
  }

    .sec_6 .container .txt h6 {
      color: var(--Green, #274c77);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }

    .sec_6 .container .txt h2 {
      font-weight: 600;
      text-align: left;
    }

    .sec_6 .container .txt p {
      margin-bottom: 60px;
    }

    .sec_6 .container h6 {
      margin-bottom: 12px;
      color: var(--Green, #274c77);
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .sec_6 .container .btns {
      margin-top: 12px;
      -moz-column-gap: 12px;
      column-gap: 12px;
      display: flex;
      align-items: center;
    }

  .sec_6 .side_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 0;
    max-width: 990px;
    padding-top: 60px;
  }

    .sec_6 .side_img::before {
      content: "";
      position: absolute;
      width: 339px;
      height: 339px;
      border-radius: 339px;
      opacity: 0.3;
      background: #0F59AF;
      filter: blur(250px);
      right: 74%;
      top: 14%;
    }

    .sec_6 .side_img::after {
      content: "";
      position: absolute;
      width: 339px;
      height: 339px;
      border-radius: 339px;
      opacity: 0.3;
      background: #0F59AF;
      filter: blur(250px);
      right: -8%;
      bottom: -4%;
      rotate: -20.854deg;
    }

.leader {
}

  .leader h3 {
    margin-bottom: 0;
  }

  .leader .col-12 span {
    margin: auto;
    display: table;
    text-align: center;
  }

  .leader .row {
    margin-top: 60px;
  }

    .leader .row .col-md-3 {
      text-align: center;
    }

      .leader .row .col-md-3 a img {
        max-width: 306px;
      }

footer {
  padding: 60px 0 20px;
  background-color: #274c77;
}

  footer .logo {
    max-width: 191px;
  }

  footer p {
    margin-top: 20px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
  }

  footer h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
  }

  footer .link div {
    margin-bottom: 12px;
  }

    footer .link div:last-child {
      margin-bottom: 0;
    }

    footer .link div a {
      color: #fff;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      /* 133.333% */
    }

  footer .row:nth-child(2) {
    margin-top: 30px;
    border-top: 1px solid #E3E3E5;
    padding-top: 28px;
  }

    footer .row:nth-child(2) p {
      color: #FFF;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      margin-bottom: 0;
    }
/*# sourceMappingURL=style.css.map */

@media (max-width:991px) {

  header ul.user-sec {
    position: absolute;
    top: 14px;
    right: 60px;
    z-index: 999999999;
  }

  header .main-logo a {
    position: relative;
    display: table;
  }

  header {
    padding: 10px 0;
  }
}

.leader-img {
  max-width: 300px;
  width: 100%;
  margin:10px 0 10px 0;
}

@media (max-width:767px) {

  .hero_bnnr .bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
  }

  .hero_bnnr .top_cntnt_dv {
    position: static;
    text-align: center;
  }

  .sec_2 .card p {
    margin: auto;
  }

  .hero_bnnr .top_cntnt_dv .container {
    padding: 100px 0 50px;
  }

  .hero_bnnr .top_cntnt_dv .txt h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .hero_bnnr.slide .img {
    width: auto;
    margin: 10px;
  }

  .hero_bnnr .top_cntnt_dv .txt .btns {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
  }

  .hero_bnnr .top_cntnt_dv .txt p {
    font-size: 14px;
  }

  .leader h3 {
    margin-top: 10px;
  }

  .btn {
    font-size: 13px;
    line-height: normal;
    padding: 10px;
  }

  .sec_2,
  .sec_2 .row,
  .sec_3,
  .sec_4,
  .sec_5 {
  }

    .sec_2 .row {
      row-gap: 20px;
    }

  p {
    font-size: 14px;
  }

  h4 {
    font-size: 17px;
    line-height: 20px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .sec_3 .trial_bnnr h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .sec_3 .trial_bnnr {
    padding: 15px 0;
  }

    .sec_3 .trial_bnnr::before {
      width: 180px;
      height: 130px;
      background-size: cover;
      opacity: 0.4;
    }

    .sec_3 .trial_bnnr::after {
      width: 180px;
      height: 142px;
      background-size: cover;
      opacity: 0.4;
    }

  .sec_4 .innr_cntnt {
    padding-top: 30px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .sec_4 .innr_cntnt .container h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .sec_4 .innr_cntnt .container .innr_img {
    margin-top: 20px;
  }

  .sec_5 .backgrnnd {
    padding: 30px 0;
  }

    .sec_5 .backgrnnd h3 {
      font-size: 20px;
      line-height: 25px;
    }

    .sec_5 .backgrnnd h6 {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .sec_5 .backgrnnd p {
      font-size: 14px;
    }

  .sec_6 .container {
    padding: 30px 13px 0;
  }

  span.small_txt {
    margin: auto;
    display: table;
    text-align: center;
  }

  .sec_6 .container .txt h6 {
    text-align: center;
  }

  .hero_bnnr .top_cntnt_dv .container .row {
    row-gap: 30px;
  }

  .sec_6 .side_img {
    position: static;
    max-width: none;
    padding-top: 30px;
  }

  .sec_6 .container .txt h2 {
    margin: 10px 0;
    text-align: center;
  }

  .sec_6 .container .txt p {
    text-align: center;
    margin-bottom: 20px;
  }

  .sec_6 .container .btns {
    justify-content: center;
  }

  .sec_6 {
    margin-top: 0;
  }

  .leader {
    padding-top: 30px;
  }

    .leader .row {
      margin-top: 20px;
      row-gap: 30px;
    }

  footer {
    padding-top: 30px;
  }

  .sec_5 .backgrnnd::before {
    width: 227px;
    height: 44px;
    top: 15px;
    left: 74px;
  }

  .sec_5 .backgrnnd:after {
    width: 186px;
    height: 47px;
    top: inherit;
    right: 84px;
    bottom: 35px;
  }

  footer .logo {
    max-width: 130px;
    margin: auto;
    display: table;
  }

  footer p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin: 10px 0 0;
  }

  footer h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  footer ul.link li {
    text-align: center;
    margin-bottom: 5px;
  }

    footer ul.link li a,
    footer .col-lg-3 .link {
      font-size: 14px;
    }

  footer .col-lg-3 .link {
    margin-bottom: 5px;
  }

  footer .row {
    row-gap: 20px;
  }

  footer .col-lg-3 .scl ul {
    justify-content: center;
  }

  footer .scl {
    margin-top: 10px;
  }

  footer .row:nth-child(2) {
    margin-top: 20px;
    padding-top: 10px;
  }

    footer .row:nth-child(2) p {
      font-size: 14px;
    }

  header .menu-area .totl_head .main_links {
    margin-right: 45px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .container {
    padding: 0 15px;
    z-index: 9;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv {
    padding: 80px 0 0;
  }

    .hero_bnnr.innr_pge .top_cntnt_dv .col-12 h1 {
      font-size: 25px;
      margin-bottom: 15px;
      line-height: 30px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .col-12 {
      margin-bottom: 20px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym p {
      font-size: 18px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .tymP {
      padding: 6px 0;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls {
      padding: 20px 0;
    }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc span {
        font-size: 24px;
      }

        .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc span:last-child {
          font-size: 14px;
        }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls span.sml.mb40 {
        margin-bottom: 15px;
      }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.sml {
        font-size: 16px;
      }

    .hero_bnnr.innr_pge .top_cntnt_dv .container .row {
      row-gap: 16px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .trial {
      margin-top: 0;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li {
      padding-left: 54px;
      margin-bottom: 30px;
    }

      .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li::before {
        width: 40px;
        height: 40px;
        background-size: 17px;
      }

      .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li a.head {
        font-size: 13px;
      }

      .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li a.lght {
        font-size: 14px;
      }

  .hero_bnnr.innr_pge span.grn {
    left: 0;
    top: -364px;
  }

  .hero_bnnr.innr_pge span.blue {
    display: none;
  }

  .hero_bnnr.innr_pge span.blue2 {
    right: -520px;
    top: 300px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .video_dv {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .video_dv .video a.play_btn span {
    width: 60px;
    height: 60px;
  }

    .video_dv .video a.play_btn span img {
      width: 20px;
    }

  .hero_bnnr.innr_pge .video_dv span.grn {
    /* display: none; */
    right: -500px;
    top: -521px;
    left: inherit;
  }

  .hero_bnnr.innr_pge .video_dv span.blue {
    /* display: none; */
    left: -500px;
    top: -220px;
  }

  .video_dv .txt_dv h6 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list {
    margin-top: 30px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .col-12 p {
    font-size: 14px;
    text-align: center;
  }

  .hero_bnnr.innr_pge.innr_turl .top_cntnt_dv .col-12 h1 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
  }
}

@media (min-width:0px) and (max-width:576px) {
  footer div {
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:1023px) {

  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 27px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 19px;
  }

  .hero_bnnr .top_cntnt_dv .img {
    /* max-width: none; */
    margin-left: 0;
    /* width: auto; */
  }

  .hero_bnnr .top_cntnt_dv {
    padding: 173px 0 105px 0;
  }

    .hero_bnnr .top_cntnt_dv .txt .btns {
      margin-top: 24px;
    }

      .hero_bnnr .top_cntnt_dv .txt .btns .btn {
        font-size: 14px;
        padding: 10px 12px;
        white-space: nowrap;
        min-width: auto;
      }

  .hero_bnnr .bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
  }

  .hero_bnnr .top_cntnt_dv {
    position: relative;
  }

  .sec_2 .row {
    margin-top: 40px;
  }

  .sec_2 .card p {
    font-size: 14px;
    line-height: 20px;
  }

  .sec_2 .card h4 {
    line-height: 20px;
    font-size: 18px;
  }

  .sec_3,
  .sec_4,
  .sec_5,
  .sec_6 {
  }

    .sec_3 .trial_bnnr h3 {
      margin-bottom: 20px;
      line-height: 28px;
      font-size: 22px;
    }

    .sec_4 .innr_cntnt {
      padding-top: 40px;
    }

      .sec_4 .innr_cntnt .container .innr_img {
        margin-top: 25px;
      }

  .btn {
    font-size: 14px;
    padding: 6px 21px;
  }

  .sec_3 .trial_bnnr::before {
    width: 184px;
    height: 126px;
    background-size: cover;
  }

  .sec_3 .trial_bnnr::after {
    width: 184px;
    height: 147px;
    background-size: cover;
  }

  .sec_4 .innr_cntnt .container h3 {
    font-size: 25px;
  }

  .sec_5 .backgrnnd {
    padding: 27px 0;
  }

    .sec_5 .backgrnnd::before {
      width: 197px;
      height: 58px;
    }

    .sec_5 .backgrnnd:after {
      width: 255px;
      height: 78px;
    }

  .sec_6 .side_img {
    max-width: 400px;
    padding-top: 0;
    display: flex;
    align-items: center;
  }

  .sec_6 .container {
    padding: 46px 0 81px;
  }

    .sec_6 .container .txt p {
      margin-bottom: 20px;
    }

    .sec_6 .container .txt h2 {
      margin-top: 9px;
    }

  .leader {
    padding-top: 50px;
  }

    .leader .row {
      margin-top: 40px;
    }

    .leader h3 {
      font-size: 25px;
      line-height: 30px;
    }

    .leader h3 {
      margin-top: 10px;
    }

    footer .row {
      row-gap: 20px;
      justify-content: space-between;
    }

    footer h4 {
      font-size: 20px;
      margin-bottom: 10px;
    }

  .sec_5 .backgrnnd p {
    font-size: 15px;
  }

  .sec_5 .backgrnnd h3 {
    font-size: 25px;
    line-height: 30px;
  }

  footer .row:nth-child(2) {
    margin-top: 25px;
    padding-top: 17px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv {
    padding: 102px 0 0;
  }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls {
      padding: 19px 0;
    }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc {
        font-size: 35px;
      }

      .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls span.sml.mb40 {
        margin-bottom: 16px;
      }

  .sec_2 {
    margin-top: 40px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym p {
    font-size: 25px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym {
    padding: 7px 0;
  }

  .hero_bnnr.innr_pge span.grn {
    top: -122px;
    right: -449px;
    left: inherit;
  }

  .hero_bnnr.innr_pge span.blue {
    left: -508px;
    top: -141px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li::before {
    width: 42px;
    height: 42px;
    background-size: 20px;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv .tuto_list ul li {
    padding-left: 57px;
  }
}

@media (min-width:992px) and (max-width:1023px) {
  footer .col-lg-3 .link {
    font-size: 15px;
    line-break: anywhere;
  }

  footer ul.link li a {
    font-size: 15px;
  }

  footer h4 {
    font-size: 16px;
  }

  .hero_bnnr.innr_pge .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
  }

  .hero_bnnr.innr_pge .top_cntnt_dv {
    padding: 98px 0 0;
    position: static;
  }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls {
      padding: 20px 0;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .tym p {
      font-size: 28px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .col-12 {
      margin-bottom: 30px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls p.prc {
      font-size: 40px;
    }

    .hero_bnnr.innr_pge .top_cntnt_dv .plan .dtls span.sml.mb40 {
      margin-bottom: 20px;
    }

  .hero_bnnr.innr_pge span.grn {
    right: -319px;
    left: inherit;
  }
}

@media (min-width:1024px) and (max-width:1366px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero_bnnr .top_cntnt_dv {
    padding: 173px 0 105px 0;
  }

    .hero_bnnr .top_cntnt_dv .txt .btns {
      margin-top: 24px;
    }

      .hero_bnnr .top_cntnt_dv .txt .btns .btn {
        font-size: 14px;
        padding: 10px 12px;
      }

  .sec_2 {
    margin-top: 50px;
  }

    .sec_2 h2 {
      margin-bottom: 10px;
    }

    .sec_2 .row {
      margin-top: 40px;
    }

  .sec_4 {
    margin-top: 50px;
  }

  .btn {
    font-size: 16px;
    min-width: 100px;
    padding: 7px 14px;
  }

  .sec_6 .side_img {
    max-width: 500px;
  }

  .sec_6 .container {
    padding: 78px 0 94px;
  }

  .leader {
    padding-top: 50px;
  }

  .hero_bnnr .top_cntnt_dv .img {
    margin-left: 0;
  }

  footer {
    padding: 50px 0 17px;
    ;
  }

    footer .col-lg-3 .link {
      font-size: 16px;
      line-break: anywhere;
    }

    footer ul.link li a {
      font-size: 16px;
      line-height: 20px;
    }
}

@media (min-width:1367px) and (max-width:1399px) {
  .sec_6 .side_img {
    max-width: 750px;
  }

  .hero_bnnr.innr_pge .video_dv span.grn {
    display: none;
  }

  .hero_bnnr.innr_pge span.blue {
    left: -479px;
    top: 48px;
  }

  .hero_bnnr.innr_pge span.blue2 {
    right: -520px;
    top: 88px;
  }

  .hero_bnnr.innr_pge span.grn {
    top: -438px;
  }

  .hero_bnnr.innr_pge .video_dv span.blue {
    left: -650px;
    top: 48px;
  }
}

@media (min-width:1400px) and (max-width:1499px) {
  .hero_bnnr .top_cntnt_dv .img {
    margin-left: 0;
  }
}

