@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

:root {
  --recover-color: #497540;
}

body {
  overflow-x: hidden;
}

.edit-dialog .modal-content,
.edit-dialog .modal-body {
  min-width: max-content !important;
  display: flex !important;
}

.secondary-assessor-autocomplete .blazored-typeahead__results {
  max-height: 15.5rem !important;
}

bootstrapblazorroot {
  width: 100%;
}

.nav-link > p {
  margin-bottom: 0;
}

.dropdown-link > p {
  margin-bottom: 0;
}

.header-sec {
  width: 100%;
  background: #002046;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}

  .header-sec .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 10px 0;
  }

    .header-sec .main-sec header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

      .header-sec .main-sec header .left-sec {
        display: flex;
        align-items: center;
      }

        .header-sec .main-sec header .left-sec .logo {
          display: flex;
          align-items: center;
        }

          .header-sec .main-sec header .left-sec .logo img {
            width: 55px;
            height: 55px;
            margin-right: 10px;
          }

      .header-sec .main-sec header .center-sec .menu-button {
        display: none;
        position: relative;
        margin-left: auto;
        font-size: 25px;
        cursor: pointer;
      }

        .header-sec .main-sec header .center-sec .menu-button .bar {
          width: 30px;
          height: 3px;
          background: white;
          margin-bottom: 4px;
          transition: 0.3s all;
        }

      .header-sec .main-sec header .center-sec ul .remove-button {
        display: none;
      }

        .header-sec .main-sec header .center-sec ul .remove-button .bar {
          width: 30px;
          height: 5px;
          background: white;
          margin-bottom: 5px;
        }

        .header-sec .main-sec header .center-sec ul .remove-button .first-bar {
          transform: rotate(132deg);
          margin-bottom: -10px;
        }

        .header-sec .main-sec header .center-sec ul .remove-button .second-bar {
          transform: rotate(48deg);
          margin-top: 5px;
        }

      .header-sec .main-sec header .left-sec .logo img:nth-child(2) {
        width: 258px;
        height: 24px;
        margin-right: unset;
      }

      .header-sec .main-sec header .center-sec {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

        .header-sec .main-sec header .center-sec .nav-top ul {
          display: flex;
          list-style: none;
          align-items: center;
        }

        .header-sec .main-sec header .center-sec .nav-bottom {
          display: none;
        }

        .header-sec .main-sec header .center-sec .nav-top ul li a {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
          margin: 0 20px;
        }

          .header-sec .main-sec header .center-sec .nav-top ul li a.dropdown-link {
            position: relative;
          }
/*.header-sec .main-sec header .center-sec .nav-top ul li a.dropdown-link:after{
    content: "^";
    transform: rotate(180deg);
    position: absolute;
    top: -2px;
    right: -20px;
    color: #fff;
    font-size: 18px;
}
*/
.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron.bottom:before {
  top: 0.3em;
  transform: rotate(135deg);
}

.header-sec .main-sec header .center-sec .big-menu {
  position: absolute;
  display: none;
  top: 110px;
  width: 80vw;
  max-width: 1620px;
  background: #002046;
  padding: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .header-sec .main-sec header .center-sec .big-menu.active {
    display: flex;
  }

  .header-sec .main-sec header .center-sec .big-menu:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 45%;
    border-left: 25px solid transparent;
    border-bottom: 25px solid #002046;
    border-right: 25px solid transparent;
  }

  .header-sec .main-sec header .center-sec .big-menu .headermenu {
    width: 24%;
    border-top: 2px solid rgb(255 255 255 / 50%);
    padding: 10px 0;
  }

    .header-sec .main-sec header .center-sec .big-menu .headermenu:hover {
      border-top: 2px solid #A8E339;
      transition: all 0.2s;
    }

    .header-sec .main-sec header .center-sec .big-menu .headermenu:nth-last-child(1) {
      border-top: unset;
    }

    .header-sec .main-sec header .center-sec .big-menu .headermenu h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      color: #A8E339;
    }

    .header-sec .main-sec header .center-sec .big-menu .headermenu .gray-border {
      width: 50px;
      border-top: 2px solid rgb(255 255 255 / 50%);
      margin: 20px 0;
    }

    .header-sec .main-sec header .center-sec .big-menu .headermenu ul {
      margin-left: 30px;
      list-style: none;
    }

      .header-sec .main-sec header .center-sec .big-menu .headermenu ul li {
        margin: 10px 0;
        position: relative;
      }

        .header-sec .main-sec header .center-sec .big-menu .headermenu ul li:before {
          content: "⌃";
          transform: rotate(90deg);
          position: absolute;
          top: -2px;
          left: -39px;
          color: #fff;
          font-size: 25px;
        }

        .header-sec .main-sec header .center-sec .big-menu .headermenu ul li a {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 0.9em;
          line-height: 35px;
          color: rgb(255 255 255 / 80%);
          text-decoration: none;
        }

          .header-sec .main-sec header .center-sec .big-menu .headermenu ul li a:hover {
            background-color: #00AFF0;
          }

.header-sec .main-sec header .right-sec {
  display: flex;
  align-items: center;
}

  .header-sec .main-sec header .right-sec .email-sec {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

    .header-sec .main-sec header .right-sec .email-sec img {
      width: 24px;
      height: 18px;
      margin-right: 8px;
    }

    .header-sec .main-sec header .right-sec .email-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF;
    }

  .header-sec .main-sec header .right-sec .btn-sec a {
    background: #00AFF0;
    padding: 13px 32px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
  }

.header-sec-mobile .main-sec header .right-sec .btn-sec a {
  background: #00AFF0;
  padding: 13px 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
}

.header-sec-mobile {
  display: none;
}

.home-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets/img/web-header2.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .home-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .home-sec-1 .main-sec .banner-sec {
      width: 1267px;
      margin-top: 70px;
      height: 609px;
      margin: 70px auto auto;
      position: relative;
    }

      .home-sec-1 .main-sec .banner-sec .blue-border {
        border: 7px solid #3FA7CD;
        position: absolute;
        padding: 0;
        display: block;
        height: 100% !important;
        right: 18%;
        width: 60%;
        top: 10% !important;
      }

      .home-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        z-index: 10;
        position: relative;
        width: 60%;
        height: auto;
        padding: 1rem !important;
        left: 20%;
      }

        .home-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 3rem;
          line-height: 62px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .home-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 3rem;
          line-height: 32px;
          text-align: center;
          color: #A8E339;
        }

        .home-sec-1 .main-sec .banner-sec .background-sec .green-border {
          border: 2px solid #A8E339;
          width: 89px;
          margin: auto;
          margin-top: 20px;
        }

        .home-sec-1 .main-sec .banner-sec .background-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.8;
          margin-top: 0.5rem;
        }

        .home-sec-1 .main-sec .banner-sec .background-sec a {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          background: #3FA7CD;
          width: 179px;
          height: 47px;
          text-align: center;
          margin: auto;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

.home-sec-2 {
  width: 100%;
  height: 2550px;
  display: flex;
  align-items: center;
}

  .home-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .home-sec-2 .main-sec .text-sec {
      width: 43%;
    }

      .home-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

        .home-sec-2 .main-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .home-sec-2 .main-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
        }

      .home-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .home-sec-2 .main-sec .text-sec a {
        background: #3FA7CD;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 13px 32px;
        gap: 10px;
        width: 157px;
        height: 47px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-top: 40px;
        text-decoration: none;
      }

    .home-sec-2 .main-sec .text-sec-2 {
      margin-top: 8rem;
    }

      .home-sec-2 .main-sec .text-sec-2 p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .home-sec-2 .main-sec .text-sec-2 .list-block {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 2rem;
      }

      .home-sec-2 .main-sec .text-sec-2 .list-number {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
        flex-shrink: 0;
        width: 60px;
      }

      .home-sec-2 .main-sec .text-sec-2.list-block p {
        margin: 0;
        line-height: 1.6;
      }


    .home-sec-2 .main-sec .img-sec {
      width: 53%;
      position: relative;
      height: 717px;
    }

    .home-sec-2 .main-sec .border-blue {
      border: 7px solid #3FA7CD;
      position: absolute;
      width: 478.79px;
      height: 644.35px;
      right: 0;
      bottom: 0;
    }

    .home-sec-2 .main-sec .black-blue {
      position: absolute;
      width: 476.51px;
      height: 352.54px;
      border: 7px solid #01411C;
      left: 5px;
      bottom: 123px;
    }

    .home-sec-2 .main-sec .background-div {
      position: absolute;
      width: 538.85px;
      height: 681.02px;
      background: url('/assets//img/imgsad.jpeg');
      right: 40px;
      bottom: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .home-sec-2 .main-sec .imgy {
      position: absolute;
      top: 72px;
      right: 240px;
    }

      .home-sec-2 .main-sec .imgy img {
        width: 572.85px;
        height: 488.17px;
      }

.home-sec-3 {
  width: 100%;
  background: rgba(63, 167, 205, 0.1);
  height: 720px;
  position: relative;
  display: flex;
  align-items: center;
}

  .home-sec-3 .main-sec {
    width: 95%;
    height: 500px;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .home-sec-3 .main-sec .background-img-sec {
      position: absolute;
      right: 120px;
      top: 50px;
    }

      .home-sec-3 .main-sec .background-img-sec img {
        width: 643px;
        height: 303px;
      }

    .home-sec-3 .main-sec .centered-border-heading {
      text-align: center;
      width: 60%;
    }

      .home-sec-3 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .home-sec-3 .main-sec .centered-border-heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.8;
        margin-top: 20px;
      }

      .home-sec-3 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 10px auto;
      }

    .home-sec-3 .main-sec .services-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 100px;
    }

      .home-sec-3 .main-sec .services-sec .service {
        width: 23%;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        text-align: center;
        padding: 40px;
      }

        .home-sec-3 .main-sec .services-sec .service .icon-sec {
          width: 107px;
          height: 107px;
          margin: auto;
          margin-top: -90px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .home-sec-3 .main-sec .services-sec .service:nth-child(1) .icon-sec {
          background: #3FA7CD;
          box-shadow: 0px 4px 30px rgba(0, 175, 240, 0.3);
        }

        .home-sec-3 .main-sec .services-sec .service:nth-child(2) .icon-sec {
          background: #01411C;
          box-shadow: 0px 4px 30px rgba(1, 65, 28, 0.3);
        }

        .home-sec-3 .main-sec .services-sec .service:nth-child(3) .icon-sec {
          background: #DE4747;
          box-shadow: 0px 4px 30px rgba(255, 0, 0, 0.3);
        }

        .home-sec-3 .main-sec .services-sec .service:nth-child(4) .icon-sec {
          background: #002046;
          box-shadow: 0px 4px 30px rgba(0, 32, 70, 0.3);
        }

        .home-sec-3 .main-sec .services-sec .service h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 36px;
          color: #002046;
          margin-top: 36px;
          margin-bottom: 0;
        }

        .home-sec-3 .main-sec .services-sec .service .blue-border {
          border: 2px solid #002046;
          width: 25px;
          margin: 0 auto 16px;
        }

        .home-sec-3 .main-sec .services-sec .service p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 30px;
          text-align: center;
          color: #002046;
          opacity: 0.8;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }

.home-sec-4 {
  width: 100%;
  height: 160px;
  background: rgb(228 245 249);
  clip-path: polygon(50% 50%, 100% 0%, 0% 0%);
}

.home-sec-5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -155px;
  height: 616px;
}

  .home-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 136px 0;
    position: relative;
    z-index: 100;
  }

    .home-sec-5 .main-sec .centered-border-heading {
      text-align: center;
    }

      .home-sec-5 .main-sec .centered-border-heading p {
        text-align: center;
        color: white;
        margin-left: 25vw;
        margin-right: 25vw;
      }

      .home-sec-5 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #FFFFFF;
      }

      .home-sec-5 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 10px auto;
      }

    .home-sec-5 .main-sec .courses-sec {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 90%;
      margin: 96px auto;
    }

      .home-sec-5 .main-sec .courses-sec .course {
        width: 32%;
        height: 549px;
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
      }

        .home-sec-5 .main-sec .courses-sec .course .category-sec {
          position: absolute;
          right: 0;
          top: 0;
          background: #1E1E1E;
          border-radius: 0px 4px 0px 0px;
          width: 146px;
          height: 43px;
          display: flex;
          justify-content: center;
          align-items: center;
        }

          .home-sec-5 .main-sec .courses-sec .course .category-sec p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
          }

        .home-sec-5 .main-sec .courses-sec .course .img-sec {
          width: 100%;
          height: 297px;
        }

          .home-sec-5 .main-sec .courses-sec .course .img-sec img {
            width: 100%;
            height: 100%;
          }

        .home-sec-5 .main-sec .courses-sec .course .black-border-heading {
          margin: 40px 0 28px;
        }

          .home-sec-5 .main-sec .courses-sec .course .black-border-heading h2 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 24px;
            line-height: 36px;
            text-align: center;
            color: #002046;
          }

          .home-sec-5 .main-sec .courses-sec .course .black-border-heading .black-border {
            border: 2px solid #002046;
            width: 24px;
            margin: auto;
          }

        .home-sec-5 .main-sec .courses-sec .course p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 30px;
          text-align: center;
          color: #002046;
          opacity: 0.8;
        }

        .home-sec-5 .main-sec .courses-sec .course .view-more-btn {
          margin-top: 20px;
          text-align: center;
        }

          .home-sec-5 .main-sec .courses-sec .course .view-more-btn a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #3FA7CD;
            text-decoration: none;
          }

          .home-sec-5 .main-sec .courses-sec .course .view-more-btn .blue-border {
            border: 1px solid #3FA7CD;
            margin: auto;
            width: 24px;
          }

.home-sec-6 {
  background: #fff;
  width: 100%;
  height: 90px;
}

.home-sec-7 {
  background: url('/assets//img/Vector (13).png');
  margin-top: 78px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1017px;
  position: relative;
  z-index: 10;
}

  .home-sec-7 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 180px;
  }

    .home-sec-7 .main-sec .centered-border-heading {
      text-align: center;
    }

      .home-sec-7 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .home-sec-7 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 10px auto;
      }

    .home-sec-7 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      color: #002046;
      opacity: 0.8;
      margin-top: 20px;
    }

    .home-sec-7 .main-sec .form-main-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      flex-wrap: wrap;
    }

      .home-sec-7 .main-sec .form-main-sec .form-sec {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        width: 50%;
        height: 889px;
        padding: 60px 40px 40px 40px;
        margin-top: 30px;
      }

        .home-sec-7 .main-sec .form-main-sec .form-sec .centered-border-heading {
          text-align: center;
        }

          .home-sec-7 .main-sec .form-main-sec .form-sec .centered-border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 72px;
            color: #002046;
          }

          .home-sec-7 .main-sec .form-main-sec .form-sec .centered-border-heading .blue-border {
            border: 2px solid #3FA7CD;
            width: 89px;
            margin: auto;
          }

          .home-sec-7 .main-sec .form-main-sec .form-sec .centered-border-heading p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            text-align: center;
            color: #002046;
            opacity: 0.8;
            margin-top: 20px;
          }

        .home-sec-7 .main-sec .form-main-sec .form-sec form {
          width: 100%;
          height: 100%;
          margin-top: -18px;
        }

          .home-sec-7 .main-sec .form-main-sec .form-sec form .field {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .home-sec-7 .main-sec .form-main-sec .form-sec form .field label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .home-sec-7 .main-sec .form-main-sec .form-sec form .field input {
              border: 1px solid rgb(0 32 70 / 10%);
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
            }

          .home-sec-7 .main-sec .form-main-sec .form-sec form .message {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .home-sec-7 .main-sec .form-main-sec .form-sec form .message label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .home-sec-7 .main-sec .form-main-sec .form-sec form .message textarea {
              border: 1px solid rgb(0 32 70 / 10%);
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
              width: 100%;
              height: 268px;
            }

          .home-sec-7 .main-sec .form-main-sec .form-sec form .submit-btn {
            text-align: center;
          }

            .home-sec-7 .main-sec .form-main-sec .form-sec form .submit-btn button {
              background: #3FA7CD;
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 13px 32px;
              gap: 10px;
              border: none;
              margin: 30px auto 0;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 21px;
              text-transform: capitalize;
              color: #FFFFFF;
            }

      .home-sec-7 .main-sec .form-main-sec .contact-info-sec {
        width: 45%;
        margin-top: 140px;
      }

        .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list {
          display: flex;
          align-items: center;
          margin: 50px 0;
        }

          .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list .icon-sec {
            border-radius: 10px;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            padding: 20px;
          }

          .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list:nth-child(1) .icon-sec {
            background: #3FA7CD;
            box-shadow: 0px 4px 30px rgb(0 175 240 / 30%);
          }

          .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list:nth-child(2) .icon-sec {
            background: #01411C;
            box-shadow: 0px 4px 30px rgba(168, 227, 57, 0.3);
          }

          .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list:nth-child(3) .icon-sec {
            background: #FF1900;
            box-shadow: 0px 4px 30px rgba(255, 25, 0, 0.3);
          }

          .home-sec-7 .main-sec .form-main-sec .contact-info-sec .list p {
            margin-top: unset;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 25px;
            line-height: 35px;
            color: #002046;
          }

.home-sec-8 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  /*    margin-top: -325px;
*/
}

.home-sec-9 {
  width: 100%;
  background: #fff;
  height: 410px;
}

  .home-sec-9 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .home-sec-9 .main-sec .call-to-action-card {
      width: 34%;
      background: #FFFFFF;
      box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
      border-radius: 16px;
      padding: 40px 30px;
      margin-top: -30px;
    }

      .home-sec-9 .main-sec .call-to-action-card h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 45px;
        color: #002046;
      }

      .home-sec-9 .main-sec .call-to-action-card .call-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
      }

        .home-sec-9 .main-sec .call-to-action-card .call-info .left-sec {
          display: flex;
          align-items: center;
        }

          .home-sec-9 .main-sec .call-to-action-card .call-info .left-sec .icon {
            background: #FF0000;
            width: 53px;
            height: 53px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
          }

          .home-sec-9 .main-sec .call-to-action-card .call-info .left-sec .number p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            text-transform: capitalize;
            color: #002046;
          }

          .home-sec-9 .main-sec .call-to-action-card .call-info .left-sec .number h2 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 33px;
            text-transform: capitalize;
            color: #002046;
          }

        .home-sec-9 .main-sec .call-to-action-card .call-info .right-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

          .home-sec-9 .main-sec .call-to-action-card .call-info .right-sec a img {
            width: 14px;
            height: 14px;
          }

.footer-sec {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 32, 70, 0.95), rgba(0, 32, 70, 0.95)), url('/assets//img/Rectangle 33.jpg');
  background-position: center;
  background-size: cover;
  height: 230px;
}

.footer-sec-loggedin {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 32, 70, 0.95), rgba(0, 32, 70, 0.95)), url('/assets//img/Rectangle 33.jpg');
  background-position: center;
  background-size: cover;
  height: 70px;
}

.footer-sec .main-sec {
  width: 100%;
}

  .footer-sec .main-sec .footer-top {
    padding: 100px 0;
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .footer-sec .main-sec .footer-top .menu-sec {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

      .footer-sec .main-sec .footer-top .menu-sec .sec-1,
      .footer-sec .main-sec .footer-top .menu-sec .sec-2,
      .footer-sec .main-sec .footer-top .menu-sec .sec-3,
      .footer-sec .main-sec .footer-top .menu-sec .sec-4 {
        width: 24%;
      }

        .footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: max-content;
        }

          .footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo img:nth-child(1) {
            width: 88px;
            height: 88px;
          }

          .footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo img:nth-child(2) {
            margin-top: 15px;
          }

        .footer-sec .main-sec .footer-top .menu-sec .sec-1 p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #FFFFFF;
          opacity: 0.8;
          margin: 30px 0;
          width: 80%;
        }

        .footer-sec .main-sec .footer-top .menu-sec .sec-1 .social-links {
          display: flex;
          align-items: center;
          margin-top: 48px;
        }

          .footer-sec .main-sec .footer-top .menu-sec .sec-1 .social-links .link {
            background: #3FA7CD;
            box-shadow: 0px 4px 30px rgb(0 175 240 / 30%);
            border-radius: 4px;
            margin-right: 15px;
            width: 44px;
            height: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
          }

        .footer-sec .main-sec .footer-top .menu-sec .sec-2 .head,
        .footer-sec .main-sec .footer-top .menu-sec .sec-3 .head,
        .footer-sec .main-sec .footer-top .menu-sec .sec-4 .head {
          margin-bottom: 30px;
        }

          .footer-sec .main-sec .footer-top .menu-sec .sec-2 .head h2,
          .footer-sec .main-sec .footer-top .menu-sec .sec-3 .head h2,
          .footer-sec .main-sec .footer-top .menu-sec .sec-4 .head h2 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: #FFFFFF;
          }

          .footer-sec .main-sec .footer-top .menu-sec .sec-2 .head .white-border,
          .footer-sec .main-sec .footer-top .menu-sec .sec-3 .head .white-border,
          .footer-sec .main-sec .footer-top .menu-sec .sec-4 .head .white-border {
            border: 2px solid #FFFFFF;
            width: 42px;
            margin-top: 20px;
          }

        .footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul,
        .footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul {
          list-style: none;
        }

          .footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul li,
          .footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul li {
            margin: 20px 0;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #FFFFFF;
            opacity: 0.8;
            display: flex;
            align-items: center;
          }

            .footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul li img,
            .footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul li img {
              margin-right: 20px;
            }

        .footer-sec .main-sec .footer-top .menu-sec .sec-4 p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #FFFFFF;
          opacity: 0.8;
          width: 80%;
        }

        .footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter {
          margin-top: 30px;
        }

          .footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form {
            width: 100%;
          }

            .footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form input[type='email'] {
              border: 1px solid rgb(255 255 255 / 50%);
              width: 100%;
              background: transparent;
              padding: 20px 10px;
            }

            .footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form input[type='submit'] {
              background: #3FA7CD;
              width: 100%;
              padding: 20px;
              border: none;
              margin-top: 15px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              text-align: center;
              color: #FFFFFF;
            }

    .footer-sec .main-sec .footer-top .flags-sec {
      text-align: center;
      margin-top: -45px;
    }

      .footer-sec .main-sec .footer-top .flags-sec .flags {
        display: flex;
        justify-content: center;
        align-items: center;
      }

        .footer-sec .main-sec .footer-top .flags-sec .flags p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 35px;
          color: #FFFFFF;
          margin-right: 15px;
        }

        .footer-sec .main-sec .footer-top .flags-sec .flags img {
          margin: 0 3px;
        }

  .footer-sec .main-sec .footer-bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin: auto;
  }

    .footer-sec .main-sec .footer-bottom p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      color: #FFFFFF;
      opacity: 0.8;
    }

/* =================== BLOOMS TEXONOMY PAGE STYLES ====================== */

.blooms-taxonomy-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .blooms-taxonomy-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .blooms-taxonomy-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 355px;
    }

      .blooms-taxonomy-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .blooms-taxonomy-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .blooms-taxonomy-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .blooms-taxonomy-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.blooms-taxonomy-sec-2 {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

  .blooms-taxonomy-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .blooms-taxonomy-sec-2 .main-sec .text-sec {
      width: 100%;
    }

      .blooms-taxonomy-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
        text-align: center;
      }

.blooms-taxonomy-sec-3 {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}

  .blooms-taxonomy-sec-3 .main-sec {
    width: 95%;
    height: auto;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

    .blooms-taxonomy-sec-3 .main-sec .img-sec {
      width: 58%;
    }

      .blooms-taxonomy-sec-3 .main-sec .img-sec > img {
        width: 100%;
      }

    .blooms-taxonomy-sec-3 .main-sec .text-sec {
      width: 40%;
      padding-left: 15px;
      margin-top: 35px;
    }

      .blooms-taxonomy-sec-3 .main-sec .text-sec .step {
        display: flex;
        margin-bottom: 60px;
      }

        .blooms-taxonomy-sec-3 .main-sec .text-sec .step .img {
          margin-right: 20px;
        }

        .blooms-taxonomy-sec-3 .main-sec .text-sec .step .details-sec h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 30px;
          line-height: 35px;
          color: #252526;
          margin-bottom: 5px;
        }

        .blooms-taxonomy-sec-3 .main-sec .text-sec .step:nth-child(2) .details-sec h2 {
          color: #FF9A21;
        }

        .blooms-taxonomy-sec-3 .main-sec .text-sec .step:nth-child(2) .details-sec h2 {
          color: #00B3A7;
        }

        .blooms-taxonomy-sec-3 .main-sec .text-sec .step .details-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 25px;
          color: #6D6E71;
        }

.blooms-taxonomy-sec-4 {
  background: url('/assets//img/Vector (13).png');
  margin-top: 78px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1035px;
  position: relative;
  z-index: 10;
}

  .blooms-taxonomy-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
  }

    .blooms-taxonomy-sec-4 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

.blooms-taxonomy-sec-5 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.blooms-taxonomy-sec-6 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .blooms-taxonomy-sec-6 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .blooms-taxonomy-sec-6 .main-sec .text-sec h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

    .blooms-taxonomy-sec-6 .main-sec .text-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      margin-top: 10px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

/* =================== EFFECTIVE COMMAND BEHAVIOURAL MARKER FRAMEWORK PAGE STYLES ====================== */

.effective-command-behavioural-marker-framework-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-behavioural-marker-framework-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-behavioural-marker-framework-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 460px;
    }

      .effective-command-behavioural-marker-framework-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 310px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-behavioural-marker-framework-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-behavioural-marker-framework-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-behavioural-marker-framework-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-behavioural-marker-framework-sec-2 {
  background: url('/assets//img/Vector (13).png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1195px;
  position: relative;
  z-index: 10;
}

  .effective-command-behavioural-marker-framework-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 100px 0;
  }

    .effective-command-behavioural-marker-framework-sec-2 .main-sec .text-sec {
      text-align: center;
    }

      .effective-command-behavioural-marker-framework-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

    .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec {
      margin-top: 100px;
      display: flex;
      justify-content: space-between;
    }

      .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .img-sec {
        width: 45%;
        position: relative;
      }

        .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 {
          width: 96%;
          position: absolute;
          z-index: 10;
          right: 0;
          height: 608px;
        }

          .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 img {
            width: 100%;
            height: 100%;
          }

        .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .img-sec .green-border {
          border: 7px solid #01411C;
          width: 90%;
          height: 345px;
          position: absolute;
          left: 0;
          top: 300px;
        }

      .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec {
        width: 50%;
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
      }

        .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list {
          padding: 28px 18px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

          .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .text {
            display: flex;
            align-items: center;
            width: 73%;
          }

            .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-right: 10px;
            }

            .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .text img {
              width: 16px;
              height: 16px;
            }

          .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .details-sec {
            width: 25%;
          }

            .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .details-sec input[type="range"] {
              width: 100%;
            }

              .effective-command-behavioural-marker-framework-sec-2 .main-sec .cont-sec .text-sec .list .details-sec input[type='range']::-webkit-slider-runnable-track {
                background: #002046;
                border-radius: 10px;
                height: 10px;
              }

.effective-command-behavioural-marker-framework-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-behavioural-marker-framework-sec-4 {
  width: 100%;
  background: #fff;
  height: auto;
}

  .effective-command-behavioural-marker-framework-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    height: 100%;
  }

    .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec {
      margin-top: 372px;
    }

      .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table {
        width: 100%;
        border-collapse: collapse;
      }

        .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody {
          width: 100%;
        }

          .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr th {
            text-align: left;
            padding: 30px 0px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 25px;
            line-height: 35px;
            color: #002046;
          }

            .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr th:nth-child(1) {
              width: 28%;
            }

            .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr th:nth-child(2) {
              padding: 30px 0 30px 30px;
              border-right: unset;
            }

          .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr td {
            text-align: left;
            padding: 53px 0px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
          }

            .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr td:nth-child(1) {
              width: 28%;
            }

            .effective-command-behavioural-marker-framework-sec-4 .main-sec .top-sec table tbody tr td:nth-child(2) {
              padding: 30px 0 30px 30px;
              border-right: unset;
            }

    .effective-command-behavioural-marker-framework-sec-4 .main-sec .text-sec {
      margin: 100px 0;
    }

      .effective-command-behavioural-marker-framework-sec-4 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .effective-command-behavioural-marker-framework-sec-4 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

/* =================== EFFECTIVE COMMAND METHODOLOGY PAGE STYLES ====================== */

.effective-command-methodology-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-methodology-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-methodology-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 460px;
    }

      .effective-command-methodology-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 310px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-methodology-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-methodology-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-methodology-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-methodology-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1550px;
  position: relative;
  z-index: 10;
}

  .effective-command-methodology-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 100px 0;
  }

    .effective-command-methodology-sec-2 .main-sec .text-sec {
      text-align: center;
    }

      .effective-command-methodology-sec-2 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #002046;
      }

      .effective-command-methodology-sec-2 .main-sec .text-sec .blue-border {
        border: 2px solid #A8E339;
        margin: auto;
        width: 89px;
        margin-top: 20px;
      }

    .effective-command-methodology-sec-2 .main-sec .cont-sec {
      margin-top: 60px;
      display: flex;
      justify-content: space-between;
    }

      .effective-command-methodology-sec-2 .main-sec .cont-sec .img-sec {
        width: 30%;
        position: relative;
      }

        .effective-command-methodology-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 {
          width: 96%;
          position: absolute;
          z-index: 10;
          right: 0;
          height: 965px;
        }

          .effective-command-methodology-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 img {
            width: 100%;
            height: 100%;
          }

        .effective-command-methodology-sec-2 .main-sec .cont-sec .img-sec .green-border {
          border: 7px solid #01411C;
          width: 78%;
          height: 860px;
          position: absolute;
          left: 0;
          top: 150px;
        }

      .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec {
        width: 65%;
      }

        .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec .list {
          padding: 20px 0px 64px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

          .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec .list .text {
            display: flex;
            align-items: center;
            width: 100%;
            text-align: left;
          }

            .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec .list .text h2 {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 25px;
              line-height: 35px;
              color: #002046;
            }

          .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec .list p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            text-align: left;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .effective-command-methodology-sec-2 .main-sec .cont-sec .text-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
          }

.effective-command-methodology-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-methodology-sec-4 {
  width: 100%;
  background: #fff;
  height: auto;
}

  .effective-command-methodology-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    height: 100%;
  }

    .effective-command-methodology-sec-4 .main-sec .text-sec {
      margin: 58px 0 100px;
    }

      .effective-command-methodology-sec-4 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .effective-command-methodology-sec-4 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

/* =================== KOLB AND FRY'S LEARNING PROCESS PAGE STYLES ====================== */

.kolb-and-frys-learning-process-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .kolb-and-frys-learning-process-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .kolb-and-frys-learning-process-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 460px;
    }

      .kolb-and-frys-learning-process-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 320px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .kolb-and-frys-learning-process-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .kolb-and-frys-learning-process-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .kolb-and-frys-learning-process-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.kolb-and-frys-learning-process-sec-2 {
  width: 100%;
}

  .kolb-and-frys-learning-process-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .kolb-and-frys-learning-process-sec-2 .main-sec .text-sec {
      width: 39%;
      margin-top: 10px;
    }

      .kolb-and-frys-learning-process-sec-2 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .kolb-and-frys-learning-process-sec-2 .main-sec .text-sec .blue-border {
        border: 2px solid #3FA7CD;
        margin-top: 10px;
        width: 89px;
      }

      .kolb-and-frys-learning-process-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
        margin-top: 25px;
      }

    .kolb-and-frys-learning-process-sec-2 .main-sec .img-sec {
      width: 55%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .bottom-div,
    .kolb-and-frys-learning-process-sec-2 .main-sec .top-div {
      width: 370px;
      margin: 20px;
      height: 370px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .top-div {
      background: url('/assets//img/Group (5).png');
      padding: 0 50px 50px 0;
      margin-bottom: -100px;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .bottom-div {
      background: url('/assets//img/Group (2) (1).png');
      padding: 50px 0 0 50px;
      margin-top: -185px;
      margin-right: -40px;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .top-div p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      text-align: center;
      color: #002046;
      opacity: 0.6;
      width: 50%;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .bottom-div p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      text-align: center;
      color: #002046;
      opacity: 0.6;
      width: 50%;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-1,
    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-2,
    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-3 {
      width: 370px;
      margin: 20px;
      height: 370px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-1 {
      background: url('/assets//img/Group (3) (1).png');
      padding: 50px 50px 0 0;
      margin-right: -180px;
    }

    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-3 {
      background: url('/assets//img/Group (4).png');
      padding: 0 0 50px 50px;
      margin-left: -110px;
      margin-top: -60px;
    }

      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-1 p,
      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-3 p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-1 p,
      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-2 p,
      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-3 p {
        width: 50%;
      }

    .kolb-and-frys-learning-process-sec-2 .main-sec .center-div {
      display: flex;
      justify-content: space-between;
    }

      .kolb-and-frys-learning-process-sec-2 .main-sec .center-div .div-2 p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        text-transform: capitalize;
        color: #002046;
      }

.kolb-and-frys-learning-process-sec-3 {
  background: url('/assets//img/Vector (16).png');
  margin-top: 50px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 585px;
  position: relative;
  z-index: 10;
}

  .kolb-and-frys-learning-process-sec-3 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 0px 0 80px;
  }

    .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 150px;
    }

      .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service {
        width: 23%;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        text-align: center;
        padding: 40px 10px 60px;
      }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service .icon-sec {
          width: 107px;
          height: 107px;
          margin: auto;
          margin-top: -90px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service:nth-child(1) .icon-sec {
          background: #3FA7CD;
          box-shadow: 0px 4px 30px rgba(0, 175, 240, 0.3);
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service:nth-child(2) .icon-sec {
          background: #01411C;
          box-shadow: 0px 4px 30px rgba(1, 65, 28, 0.3);
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service:nth-child(3) .icon-sec {
          background: #DE4747;
          box-shadow: 0px 4px 30px rgba(255, 0, 0, 0.3);
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service:nth-child(4) .icon-sec {
          background: #002046;
          box-shadow: 0px 4px 30px rgba(0, 32, 70, 0.3);
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 36px;
          color: #002046;
          margin-top: 40px;
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service .blue-border {
          width: 24px;
          border-top: 2px solid #002046;
          margin: 10px auto;
        }

        .kolb-and-frys-learning-process-sec-3 .main-sec .services-sec .service p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 30px;
          text-align: center;
          color: #002046;
          opacity: 0.8;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }

.kolb-and-frys-learning-process-sec-4 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.kolb-and-frys-learning-process-sec-5 {
  width: 100%;
  background: #fff;
  height: auto;
}

  .kolb-and-frys-learning-process-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    height: 100%;
  }

    .kolb-and-frys-learning-process-sec-5 .main-sec .text-sec {
      margin: 95px 0;
    }

      .kolb-and-frys-learning-process-sec-5 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .kolb-and-frys-learning-process-sec-5 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

/* =================== EFFECTIVE COMMAND DEVELOPMENT CYCLE PAGE STYLES ====================== */

.effective-command-development-cycle-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-development-cycle-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-development-cycle-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-development-cycle-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 320px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-development-cycle-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-development-cycle-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-development-cycle-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-development-cycle-sec-2 {
  background: url('/assets//img/Vector (16).png');
  margin-top: 50px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 765px;
  position: relative;
  z-index: 10;
}

  .effective-command-development-cycle-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 0px 0 80px;
  }

    .effective-command-development-cycle-sec-2 .main-sec p {
      margin: 100px 0;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      color: #002046;
      opacity: 0.6;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 120px;
    }

      .effective-command-development-cycle-sec-2 .main-sec .services-sec .service {
        width: 23%;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        text-align: center;
        padding: 40px;
      }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service .icon-sec {
          width: 107px;
          height: 107px;
          margin: auto;
          margin-top: -90px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service:nth-child(1) .icon-sec {
          background: #3FA7CD;
          box-shadow: 0px 4px 30px rgba(0, 175, 240, 0.3);
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service:nth-child(2) .icon-sec {
          background: #01411C;
          box-shadow: 0px 4px 30px rgba(1, 65, 28, 0.3);
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service:nth-child(3) .icon-sec {
          background: #DE4747;
          box-shadow: 0px 4px 30px rgba(255, 0, 0, 0.3);
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service:nth-child(4) .icon-sec {
          background: #002046;
          box-shadow: 0px 4px 30px rgba(0, 32, 70, 0.3);
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 36px;
          color: #002046;
          margin-top: 40px;
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service .blue-border {
          width: 24px;
          border-top: 2px solid #002046;
          margin: 5px auto;
        }

        .effective-command-development-cycle-sec-2 .main-sec .services-sec .service p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          margin: unset;
          line-height: 30px;
          text-align: center;
          color: #002046;
          opacity: 0.8;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }

.effective-command-development-cycle-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-development-cycle-sec-4 {
  width: 100%;
  background: #fff;
  height: 100px;
}

/* =================== APPLICATIONS OF EFFECTIVE COMMAND PAGE STYLES ====================== */

.applications-of-effective-command-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .applications-of-effective-command-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .applications-of-effective-command-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: 520px;
      margin: auto;
      position: relative;
      margin-bottom: 75px;
    }

      .applications-of-effective-command-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 460px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .applications-of-effective-command-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .applications-of-effective-command-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .applications-of-effective-command-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

        .applications-of-effective-command-sec-1 .main-sec .banner-sec .background-sec .green-border {
          border: 2px solid #A8E339;
          width: 100px;
          margin: auto;
          margin-top: 40px;
        }

        .applications-of-effective-command-sec-1 .main-sec .banner-sec .background-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.8;
          margin-top: 40px;
        }

.applications-of-effective-command-sec-2 {
  width: 100%;
  height: 780px;
  display: flex;
  align-items: center;
}

  .applications-of-effective-command-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .applications-of-effective-command-sec-2 .main-sec .text-sec {
      width: 51%;
    }

      .applications-of-effective-command-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

        .applications-of-effective-command-sec-2 .main-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .applications-of-effective-command-sec-2 .main-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
        }

      .applications-of-effective-command-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

    .applications-of-effective-command-sec-2 .main-sec .img-sec {
      width: 42%;
      position: relative;
      height: 495px;
    }

    .applications-of-effective-command-sec-2 .main-sec .border-blue {
      width: 72%;
      position: absolute;
      height: 458px;
      top: 60px;
      border: 7px solid #3FA7CD;
      right: 0px;
    }

    .applications-of-effective-command-sec-2 .main-sec .background-div {
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/applications-of-effective-command-sec-2.png');
      left: 90px;
      height: 484px;
      width: 539px;
      top: 0;
    }

    .applications-of-effective-command-sec-2 .main-sec .imgy {
      position: absolute;
      top: 35px;
      width: 85%;
      left: 30px;
    }

      .applications-of-effective-command-sec-2 .main-sec .imgy img {
        width: 100%;
        height: 100%;
      }

.applications-of-effective-command-sec-3 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1570px;
  position: relative;
  z-index: 10;
}

  .applications-of-effective-command-sec-3 .top-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

    .applications-of-effective-command-sec-3 .top-sec .text-sec {
      width: 58%;
      padding: 115px 70px;
      background: #fff;
    }

      .applications-of-effective-command-sec-3 .top-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

        .applications-of-effective-command-sec-3 .top-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .applications-of-effective-command-sec-3 .top-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
        }

      .applications-of-effective-command-sec-3 .top-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

    .applications-of-effective-command-sec-3 .top-sec .img-sec {
      width: 42%;
    }

      .applications-of-effective-command-sec-3 .top-sec .img-sec img {
        width: 100%;
        height: 100%;
      }

  .applications-of-effective-command-sec-3 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: 125px auto auto auto;
  }

    .applications-of-effective-command-sec-3 .main-sec .bottom-sec {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .applications-of-effective-command-sec-3 .main-sec .bottom-sec .text-sec {
        width: 51%;
      }

        .applications-of-effective-command-sec-3 .main-sec .bottom-sec .text-sec .border-heading {
          margin-bottom: 30px;
        }

          .applications-of-effective-command-sec-3 .main-sec .bottom-sec .text-sec .border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 72px;
            color: #002046;
          }

          .applications-of-effective-command-sec-3 .main-sec .bottom-sec .text-sec .border-heading .blue-border {
            border: 2px solid #3FA7CD;
            width: 14%;
          }

        .applications-of-effective-command-sec-3 .main-sec .bottom-sec .text-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .applications-of-effective-command-sec-3 .main-sec .bottom-sec .img-sec {
        width: 42%;
        position: relative;
        height: 522px;
      }

      .applications-of-effective-command-sec-3 .main-sec .bottom-sec .border-blue {
        width: 72%;
        position: absolute;
        height: 458px;
        top: 60px;
        border: 7px solid #3FA7CD;
        right: 0px;
      }

      .applications-of-effective-command-sec-3 .main-sec .bottom-sec .background-div {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/applications-of-effective-command-sec-4.png');
        left: 90px;
        height: 484px;
        width: 539px;
        top: 0;
      }

      .applications-of-effective-command-sec-3 .main-sec .bottom-sec .imgy {
        position: absolute;
        top: 30px;
        width: 85%;
        left: 0;
      }

        .applications-of-effective-command-sec-3 .main-sec .bottom-sec .imgy img {
          width: 100%;
          height: 100%;
        }

.applications-of-effective-command-sec-4 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.applications-of-effective-command-sec-5 {
  width: 100%;
  background: #fff;
  height: 100px;
}

/* =================== COMPETENCY FRAMEWORK PAGE STYLES ====================== */

.competency-framework-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .competency-framework-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .competency-framework-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 370px;
    }

      .competency-framework-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .competency-framework-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .competency-framework-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .competency-framework-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.competency-framework-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1025px;
  position: relative;
  z-index: 10;
}

  .competency-framework-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 50px 0;
  }

    .competency-framework-sec-2 .main-sec .cont-sec {
      margin-top: 80px;
      display: flex;
      justify-content: space-between;
    }

      .competency-framework-sec-2 .main-sec .cont-sec .text-sec {
        width: 63%;
      }

        .competency-framework-sec-2 .main-sec .cont-sec .text-sec .list {
          padding: 20px 0;
        }

          .competency-framework-sec-2 .main-sec .cont-sec .text-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .competency-framework-sec-2 .main-sec .cont-sec .text-sec .list .text h2 {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 25px;
              line-height: 35px;
              color: #002046;
            }

          .competency-framework-sec-2 .main-sec .cont-sec .text-sec .list p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            text-align: left;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .competency-framework-sec-2 .main-sec .cont-sec .text-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

      .competency-framework-sec-2 .main-sec .cont-sec .img-sec-main {
        display: flex;
        flex-wrap: wrap;
        width: 32%;
        justify-content: space-between;
        align-items: flex-start;
        height: max-content;
      }

      .competency-framework-sec-2 .main-sec .cont-sec .img-sec {
        width: 48%;
      }

        .competency-framework-sec-2 .main-sec .cont-sec .img-sec:nth-child(1) {
          margin-top: 40px;
        }

        .competency-framework-sec-2 .main-sec .cont-sec .img-sec .img {
          background: #fff;
          margin: 20px 0;
          height: 270px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        }

          .competency-framework-sec-2 .main-sec .cont-sec .img-sec .img img {
            width: auto;
          }

.competency-framework-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.competency-framework-sec-4 {
  width: 100%;
  background: #fff;
  height: 100px;
}

/* =================== SUBSCRIPTIONS PAGE STYLES ====================== */

.subscriptions-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .subscriptions-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .subscriptions-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 370px;
    }

      .subscriptions-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .subscriptions-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .subscriptions-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .subscriptions-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.subscriptions-sec-2 {
  width: 100%;
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1680px;
  position: relative;
  z-index: 10;
}

  .subscriptions-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .subscriptions-sec-2 .main-sec .top-sec {
      display: flex;
      align-items: center;
      padding: 145px 0 130px;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .subscriptions-sec-2 .main-sec .top-sec .text-sec {
        width: 51%;
      }

        .subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading {
          margin-bottom: 30px;
        }

          .subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 36px;
            line-height: 52px;
            color: #002046;
          }

        .subscriptions-sec-2 .main-sec .top-sec .text-sec h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 25px;
          line-height: 35px;
          color: #002046;
        }

        .subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
          margin-top: 20px;
        }

        .subscriptions-sec-2 .main-sec .top-sec .text-sec .list {
          padding: 10px 0;
        }

          .subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-top: 10px;
            }

            .subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text img {
              margin-right: 20px;
              width: 25px;
              height: 25px;
              margin-top: 15px;
            }

      .subscriptions-sec-2 .main-sec .top-sec .img-sec {
        width: 42%;
        position: relative;
        height: 522px;
      }

      .subscriptions-sec-2 .main-sec .top-sec .border-blue {
        width: 72%;
        position: absolute;
        height: 458px;
        top: 60px;
        border: 7px solid #3FA7CD;
        right: 0px;
      }

      .subscriptions-sec-2 .main-sec .top-sec .background-div {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/subscriptions-sec-2.png');
        left: 90px;
        height: 484px;
        width: 539px;
        top: 0;
      }

      .subscriptions-sec-2 .main-sec .top-sec .imgy {
        position: absolute;
        top: 30px;
        width: 85%;
        left: 30px;
      }

        .subscriptions-sec-2 .main-sec .top-sec .imgy img {
          width: 100%;
          height: 100%;
        }

    .subscriptions-sec-2 .main-sec .bottom-sec {
      display: flex;
      align-items: center;
      padding: 80px 0;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .subscriptions-sec-2 .main-sec .bottom-sec .text-sec {
        width: 54%;
      }

        .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 36px;
          line-height: 52px;
          color: #002046;
        }

        .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
          margin-top: 20px;
        }

        .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list {
          padding: 10px 0;
        }

          .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-top: 10px;
            }

            .subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text img {
              margin-right: 20px;
              width: 25px;
              height: 25px;
              margin-top: 15px;
            }

      .subscriptions-sec-2 .main-sec .bottom-sec .img-sec {
        width: 42%;
        position: relative;
        height: 625px;
      }

        .subscriptions-sec-2 .main-sec .bottom-sec .img-sec img {
          width: 100%;
          height: 100%;
        }

.subscriptions-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.subscriptions-sec-4 {
  width: 100%;
  background: #fff;
  height: 100px;
}

/* =================== EFFECTIVE COMMAND DATA MANAGMENT PAGE STYLES ====================== */

.effective-command-data-managment-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-data-managment-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-data-managment-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-data-managment-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 420px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-data-managment-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-data-managment-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-data-managment-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

        .effective-command-data-managment-sec-1 .main-sec .banner-sec .background-sec .blue-line {
          border: 2px solid #A8E339;
          width: 89px;
          margin: 20px auto;
        }

        .effective-command-data-managment-sec-1 .main-sec .banner-sec .background-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.8;
        }

.effective-command-data-managment-sec-2 {
  width: 100%;
  background: url('/assets//img/Vector (21).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 4440px;
  position: relative;
  z-index: 10;
}

  .effective-command-data-managment-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-data-managment-sec-2 .main-sec .text-sec {
      margin-top: 100px;
    }

      .effective-command-data-managment-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

    .effective-command-data-managment-sec-2 .main-sec .table-sec {
      margin-top: 100px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }

      .effective-command-data-managment-sec-2 .main-sec .table-sec table {
        width: 100%;
        border-collapse: collapse;
      }

        .effective-command-data-managment-sec-2 .main-sec .table-sec table tr th {
          padding: 20px 10px;
          text-align: left;
          border: 1px solid rgba(0, 0, 0, 0.1);
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
        }

        .effective-command-data-managment-sec-2 .main-sec .table-sec table tr td {
          padding: 20px 10px;
          text-align: left;
          border: 1px solid rgba(0, 0, 0, 0.1);
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
        }

          .effective-command-data-managment-sec-2 .main-sec .table-sec table tr td:not(:nth-child(1)) {
            text-align: center;
          }

          .effective-command-data-managment-sec-2 .main-sec .table-sec table tr td p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
          }

.effective-command-data-managment-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-data-managment-sec-4 {
  width: 100%;
  background: #fff;
  height: 200px;
}

/* =================== TOOLS AVAILABLE PAGE STYLES ====================== */

.tools-available-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .tools-available-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .tools-available-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .tools-available-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .tools-available-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .tools-available-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .tools-available-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.tools-available-sec-2 {
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
}

  .tools-available-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .tools-available-sec-2 .main-sec .text-sec {
      width: 54%;
    }

      .tools-available-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

        .tools-available-sec-2 .main-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .tools-available-sec-2 .main-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
        }

      .tools-available-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

    .tools-available-sec-2 .main-sec .img-sec {
      width: 42%;
      position: relative;
      height: 522px;
    }

    .tools-available-sec-2 .main-sec .border-blue {
      width: 72%;
      position: absolute;
      height: 458px;
      top: 60px;
      border: 7px solid #3FA7CD;
      right: 0px;
    }

    .tools-available-sec-2 .main-sec .background-div {
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/tools-available-sec-2.png');
      left: 90px;
      height: 484px;
      width: 539px;
      top: 0;
    }

    .tools-available-sec-2 .main-sec .imgy {
      position: absolute;
      top: 30px;
      width: 85%;
      left: 0;
    }

      .tools-available-sec-2 .main-sec .imgy img {
        width: 100%;
        height: 100%;
      }

.tools-available-sec-3 {
  width: 100%;
  background: #fff;
  height: 653px;
  position: relative;
  display: flex;
  align-items: center;
}

  .tools-available-sec-3 .main-sec {
    width: 95%;
    height: 500px;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .tools-available-sec-3 .main-sec .background-img-sec {
      position: absolute;
      right: 100px;
      top: 50px;
    }

      .tools-available-sec-3 .main-sec .background-img-sec img {
        width: 643px;
        height: 303px;
      }

    .tools-available-sec-3 .main-sec .centered-border-heading {
      text-align: center;
      width: 60%;
    }

      .tools-available-sec-3 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .tools-available-sec-3 .main-sec .centered-border-heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.8;
        margin: 20px 0;
      }

      .tools-available-sec-3 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: auto;
      }

    .tools-available-sec-3 .main-sec .img-sec {
      width: 100%;
    }

      .tools-available-sec-3 .main-sec .img-sec img {
        width: 100%;
      }

.tools-available-sec-4 {
  width: 100%;
}

.tools-available-sec-5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
  height: 1350px;
}

  .tools-available-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    padding: 400px 0;
    justify-content: space-between;
  }

    .tools-available-sec-5 .main-sec .text-sec {
      width: 55%;
      margin-top: 100px;
    }

      .tools-available-sec-5 .main-sec .text-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #FFFFFF;
      }

      .tools-available-sec-5 .main-sec .text-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 10px 0;
      }

      .tools-available-sec-5 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #FFFFFF;
        opacity: 0.8;
      }

    .tools-available-sec-5 .main-sec .img-sec {
      width: 40%;
    }

      .tools-available-sec-5 .main-sec .img-sec img {
        width: 100%;
      }

.tools-available-sec-6 {
  background: url('/assets//img/Vector (22).png');
  margin-top: 78px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1300px;
  position: relative;
  z-index: 10;
}

  .tools-available-sec-6 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 230px 0 0;
    text-align: center;
  }

    .tools-available-sec-6 .main-sec h1 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 72px;
      text-align: center;
      color: #002046;
    }

    .tools-available-sec-6 .main-sec .blue-border {
      border: 2px solid #3FA7CD;
      margin: 20px auto;
      width: 89px;
    }

    .tools-available-sec-6 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

.tools-available-sec-7 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.tools-available-sec-8 {
  width: 100%;
  background: #fff;
  height: 1030px;
}

  .tools-available-sec-8 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    height: 100%;
    position: relative;
    padding: 200px 0;
  }

    .tools-available-sec-8 .main-sec .text-sec {
      width: 100%;
      position: relative;
    }

      .tools-available-sec-8 .main-sec .text-sec .video {
        height: 793px;
        width: 95%;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        background: url('/assets//img/Warwickshire-27.05 222.png');
      }

      .tools-available-sec-8 .main-sec .text-sec .blue-border {
        height: 793px;
        width: 95%;
        position: absolute;
        right: 0;
        border: 7px solid #3FA7CD;
        top: 50px;
      }

    .tools-available-sec-8 .main-sec .call-to-action-card {
      width: 35%;
      background: #FFFFFF;
      box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
      border-radius: 16px;
      padding: 40px 30px;
      position: absolute;
      right: 0;
      top: -70px;
      z-index: 10;
    }

      .tools-available-sec-8 .main-sec .call-to-action-card h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 45px;
        color: #002046;
      }

      .tools-available-sec-8 .main-sec .call-to-action-card .call-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
      }

        .tools-available-sec-8 .main-sec .call-to-action-card .call-info .left-sec {
          display: flex;
          align-items: center;
        }

          .tools-available-sec-8 .main-sec .call-to-action-card .call-info .left-sec .icon {
            background: #002046;
            width: 53px;
            height: 53px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
          }

          .tools-available-sec-8 .main-sec .call-to-action-card .call-info .left-sec .number p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            text-transform: capitalize;
            color: #002046;
          }

          .tools-available-sec-8 .main-sec .call-to-action-card .call-info .left-sec .number h2 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 33px;
            text-transform: capitalize;
            color: #002046;
          }

        .tools-available-sec-8 .main-sec .call-to-action-card .call-info .right-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

          .tools-available-sec-8 .main-sec .call-to-action-card .call-info .right-sec a img {
            width: 14px;
            height: 14px;
          }


/* =================== BACKGROUND PAGE STYLES ====================== */


.background-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .background-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .background-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .background-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .background-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .background-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .background-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.background-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 970px;
  position: relative;
  z-index: 10;
}

  .background-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 150px;
  }

    .background-sec-2 .main-sec .bottom-sec {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .background-sec-2 .main-sec .bottom-sec .text-sec {
        width: 51%;
      }

        .background-sec-2 .main-sec .bottom-sec .text-sec .border-heading {
          margin-bottom: 30px;
        }

          .background-sec-2 .main-sec .bottom-sec .text-sec .border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 72px;
            color: #002046;
          }

          .background-sec-2 .main-sec .bottom-sec .text-sec .border-heading .blue-border {
            border: 2px solid #3FA7CD;
            width: 14%;
          }

        .background-sec-2 .main-sec .bottom-sec .text-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .background-sec-2 .main-sec .bottom-sec .img-sec {
        width: 42%;
        position: relative;
        height: 522px;
      }

      .background-sec-2 .main-sec .bottom-sec .border-blue {
        width: 72%;
        position: absolute;
        height: 458px;
        top: 60px;
        border: 7px solid #3FA7CD;
        right: 0px;
      }

      .background-sec-2 .main-sec .bottom-sec .background-div {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/background-sec-4.png');
        left: 90px;
        height: 484px;
        width: 539px;
        top: 0;
      }

      .background-sec-2 .main-sec .bottom-sec .imgy {
        position: absolute;
        top: 30px;
        width: 85%;
        left: 0;
      }

        .background-sec-2 .main-sec .bottom-sec .imgy img {
          width: 100%;
          height: 100%;
        }

.background-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.background-sec-4 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .background-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .background-sec-4 .main-sec .text-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      margin-top: 10px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

/* =================== FOUNDERS PAGE STYLES ====================== */


.founders-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .founders-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .founders-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .founders-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .founders-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .founders-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .founders-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.founders-sec-2 {
  width: 100%;
  height: 1080px;
  display: flex;
  align-items: center;
  position: relative;
}

  .founders-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .founders-sec-2 .main-sec .text-sec {
      width: 51%;
    }

      .founders-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

        .founders-sec-2 .main-sec .text-sec .border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .founders-sec-2 .main-sec .text-sec .border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 14%;
        }

      .founders-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .founders-sec-2 .main-sec .text-sec a {
        background: #3FA7CD;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 13px 32px;
        gap: 10px;
        width: 157px;
        height: 47px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-top: 40px;
      }

    .founders-sec-2 .main-sec .img-sec {
      width: 42%;
      position: absolute;
      right: 0;
      height: 100%;
      top: 150px;
    }

    .founders-sec-2 .main-sec .background-div {
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/founders-sec-2.png');
      right: 0;
      height: 778px;
      width: 539px;
      top: 0;
    }

    .founders-sec-2 .main-sec .imgy {
      position: absolute;
      top: 60px;
      width: 75%;
      left: 0;
    }

      .founders-sec-2 .main-sec .imgy img {
        width: 100%;
        height: 100%;
      }

.founders-sec-3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
}

  .founders-sec-3 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .founders-sec-3 .main-sec .text-sec {
      width: 65%;
      text-align: center;
      margin-left: auto;
    }

      .founders-sec-3 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #FFFFFF;
        opacity: 0.8;
      }

.founders-sec-4 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

  .founders-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 50px 0 200px;
  }

    .founders-sec-4 .main-sec .bottom-sec {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .founders-sec-4 .main-sec .bottom-sec .text-sec {
        width: 62%;
      }

        .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading {
          margin-bottom: 30px;
        }

          .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 72px;
            color: #002046;
          }

          .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading .blue-border {
            border: 2px solid #3FA7CD;
            width: 14%;
          }

        .founders-sec-4 .main-sec .bottom-sec .text-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .founders-sec-4 .main-sec .bottom-sec .img-sec {
        width: 35%;
        position: relative;
        margin-top: -400px;
      }

      .founders-sec-4 .main-sec .bottom-sec .imgy {
        width: 100%;
      }

        .founders-sec-4 .main-sec .bottom-sec .imgy img {
          width: 100%;
          height: 100%;
        }

    .founders-sec-4 .main-sec p:not(.founders-sec-4 .main-sec .bottom-sec .text-sec p) {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
      margin-top: 50px;
    }

.founders-sec-5 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.founders-sec-6 {
  width: 100%;
  background: #fff;
  height: 200px;
}

/* =================== BASIC PRINCIPALS PAGE STYLES ====================== */

.basic-principals-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .basic-principals-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .basic-principals-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .basic-principals-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .basic-principals-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .basic-principals-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .basic-principals-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.basic-principals-sec-2 {
  width: 100%;
}

  .basic-principals-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .basic-principals-sec-2 .main-sec .top-sec {
      display: flex;
      padding: 80px 0;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading {
        text-align: center;
        margin-bottom: 50px;
      }

        .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          margin: 20px auto;
        }

        .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          color: #002046;
          opacity: 0.6;
        }

      .basic-principals-sec-2 .main-sec .top-sec .text-sec {
        width: 58%;
      }

        .basic-principals-sec-2 .main-sec .top-sec .text-sec .list {
          padding: 10px 0;
        }

          .basic-principals-sec-2 .main-sec .top-sec .text-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .basic-principals-sec-2 .main-sec .top-sec .text-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-top: 10px;
            }

            .basic-principals-sec-2 .main-sec .top-sec .text-sec .list .text img {
              margin-right: 20px;
              width: 25px;
              height: 25px;
              margin-top: 15px;
            }

      .basic-principals-sec-2 .main-sec .top-sec .img-sec {
        width: 34%;
        margin-bottom: -300px;
        z-index: 10;
      }

      .basic-principals-sec-2 .main-sec .top-sec .imgy {
        width: 100%;
      }

        .basic-principals-sec-2 .main-sec .top-sec .imgy img {
          width: 100%;
          height: 100%;
        }

.basic-principals-sec-3 {
  width: 100%;
}

.basic-principals-sec-4 {
  background: linear-gradient(0deg, rgba(0, 33, 71, 0.9), rgba(0, 33, 71, 0.9)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
}

  .basic-principals-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    padding: 250px 0 120px;
    justify-content: space-between;
  }

    .basic-principals-sec-4 .main-sec .centered-border-heading h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 35px;
      color: #FFFFFF;
    }

    .basic-principals-sec-4 .main-sec .text-sec {
      width: 100%;
    }

      .basic-principals-sec-4 .main-sec .text-sec .list {
        padding: 10px 0;
      }

        .basic-principals-sec-4 .main-sec .text-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .basic-principals-sec-4 .main-sec .text-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #FFFFFF;
            text-align: left;
            margin-top: 10px;
          }

          .basic-principals-sec-4 .main-sec .text-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

.basic-principals-sec-5 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .basic-principals-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .basic-principals-sec-5 .main-sec .text-sec h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

    .basic-principals-sec-5 .main-sec .text-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      margin-top: 10px;
      line-height: 35px;
      color: #002046;
      opacity: 0.6;
    }

/* =================== EFFECTIVE COMMAND TOOLS PAGE STYLES ====================== */

.effective-command-tools-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-tools-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-tools-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-tools-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-tools-sec-2 {
  width: 100%;
}

  .effective-command-tools-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-tools-sec-2 .main-sec .top-sec {
      display: flex;
      padding: 80px 0;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .effective-command-tools-sec-2 .main-sec .top-sec .centered-border-heading {
        text-align: center;
        margin-bottom: 50px;
      }

        .effective-command-tools-sec-2 .main-sec .top-sec .centered-border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .effective-command-tools-sec-2 .main-sec .top-sec .centered-border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          margin: 20px auto;
        }

        .effective-command-tools-sec-2 .main-sec .top-sec .centered-border-heading p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: center;
          color: #002046;
          opacity: 0.6;
        }

      .effective-command-tools-sec-2 .main-sec .top-sec .text-sec {
        width: 100%;
      }

      .effective-command-tools-sec-2 .main-sec .top-sec .img-sec {
        width: 100%;
        margin-bottom: -450px;
        z-index: 10;
      }

      .effective-command-tools-sec-2 .main-sec .top-sec .imgy {
        width: 100%;
        text-align: center;
      }

        .effective-command-tools-sec-2 .main-sec .top-sec .imgy img {
          /*    width: 100%;
    height: 100%;
*/
        }

.effective-command-tools-sec-3 {
  width: 100%;
}

.effective-command-tools-sec-4 {
  background: linear-gradient(0deg, rgba(0, 33, 71, 0.9), rgba(0, 33, 71, 0.9)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
}

  .effective-command-tools-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    padding: 400px 0 120px;
    justify-content: space-between;
  }

    .effective-command-tools-sec-4 .main-sec .centered-border-heading h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 35px;
      color: #FFFFFF;
    }

    .effective-command-tools-sec-4 .main-sec .text-sec {
      width: 100%;
    }

      .effective-command-tools-sec-4 .main-sec .text-sec .list {
        padding: 10px 0;
      }

        .effective-command-tools-sec-4 .main-sec .text-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .effective-command-tools-sec-4 .main-sec .text-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #FFFFFF;
            text-align: left;
            margin-top: 10px;
          }

          .effective-command-tools-sec-4 .main-sec .text-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

.effective-command-tools-sec-5 {
  width: 100%;
  background: #fff;
}

  .effective-command-tools-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    padding: 50px;
  }

/* =================== EFFECTIVE COMMAND COMMUNITY PAGE STYLES ====================== */

.effective-command-community-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-community-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-community-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-community-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 230px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-community-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-community-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-community-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 42px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-community-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1775px;
  position: relative;
  z-index: 10;
}

  .effective-command-community-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 100px 0;
  }

    .effective-command-community-sec-2 .main-sec .text-sec {
      text-align: center;
    }

      .effective-command-community-sec-2 .main-sec .text-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #002046;
      }

      .effective-command-community-sec-2 .main-sec .text-sec .blue-border {
        border: 2px solid #3FA7CD;
        margin: 20px auto;
        width: 89px;
      }

      .effective-command-community-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

    .effective-command-community-sec-2 .main-sec .cont-sec {
      margin-top: 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .effective-command-community-sec-2 .main-sec .cont-sec .img-sec {
        width: 50%;
        position: relative;
      }

        .effective-command-community-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 {
          width: 100%;
        }

          .effective-command-community-sec-2 .main-sec .cont-sec .img-sec .img-sec-1 img {
            width: 100%;
            height: 100%;
          }

      .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
      }

        .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec .list {
          padding: 10px 0;
          width: 50%;
        }

          .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec .list .text {
            display: flex;
            align-items: center;
            width: 100%;
            text-align: left;
          }

            .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec .list .text h2 {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 25px;
              line-height: 35px;
              color: #002046;
            }

          .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec .list p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            text-align: left;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .effective-command-community-sec-2 .main-sec .cont-sec .texty-sec .list .text img {
            margin-right: 20px;
            width: auto;
            height: auto;
          }

.effective-command-community-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-community-sec-4 {
  width: 100%;
  background: #fff;
  height: auto;
}

  .effective-command-community-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    padding: 50px;
    margin: auto;
    height: 100%;
  }

/* =================== EFFECTIVE COMMAND COMMUNITY 2 PAGE STYLES ====================== */

.effective-command-community-2-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-community-2-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-community-2-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-community-2-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 230px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-community-2-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-community-2-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-community-2-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 42px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-community-2-sec-2 {
  background: url('/assets//img/Vector (25).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1875px;
  position: relative;
  z-index: 10;
}

  .effective-command-community-2-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 100px 0;
  }

    .effective-command-community-2-sec-2 .main-sec .top-sec {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

      .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec {
        width: 40%;
        margin-top: 80px;
        text-align: left;
      }

        .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 25px;
          line-height: 35px;
          color: #002046;
        }

        .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .blue-border {
          border: 2px solid #3FA7CD;
          margin: 20px 0;
          width: 89px;
        }

        .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec {
          width: 100%;
        }

          .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec .list {
            padding: 10px 0;
            width: 100%;
          }

            .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec .list .text {
              display: flex;
              align-items: center;
              width: 100%;
              text-align: left;
            }

              .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec .list .text h2 {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 500;
                font-size: 25px;
                line-height: 35px;
                color: #002046;
              }

            .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec .list p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-top: 10px;
            }

            .effective-command-community-2-sec-2 .main-sec .top-sec .haha-sec .texty-sec .list .text img {
              margin-right: 20px;
              width: auto;
              height: auto;
            }

      .effective-command-community-2-sec-2 .main-sec .top-sec .img-sec {
        width: 56%;
      }

        .effective-command-community-2-sec-2 .main-sec .top-sec .img-sec .img-sec-1 {
          width: 100%;
        }

          .effective-command-community-2-sec-2 .main-sec .top-sec .img-sec .img-sec-1 img {
            width: 100%;
            height: 100%;
          }

    .effective-command-community-2-sec-2 .main-sec .bottom-sec {
      margin-top: 100px;
    }

      .effective-command-community-2-sec-2 .main-sec .bottom-sec .card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0;
        flex-direction: inherit;
      }

        .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .img-sec {
          width: 26%;
          background: #FFFFFF;
          box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
          height: 320px;
          display: flex;
          justify-content: center;
          align-items: center;
        }

          .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .img-sec img {
            width: 100%;
          }

        .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .desc-sec {
          width: 70%;
        }

          .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .desc-sec h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 36px;
            line-height: 48px;
            color: #002046;
          }

          .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .desc-sec .blue-border {
            border: 2px solid #3FA7CD;
            margin: 20px 0;
            width: 89px;
          }

          .effective-command-community-2-sec-2 .main-sec .bottom-sec .card .desc-sec p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: rgba(0, 32, 70, 0.6);
          }

.effective-command-community-2-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-community-2-sec-4 {
  width: 100%;
  background: #fff;
  height: auto;
}

  .effective-command-community-2-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    padding: 50px 0;
    margin: auto;
    height: 100%;
  }

    .effective-command-community-2-sec-4 .main-sec .slide-sec .slide {
      margin: 10px;
    }

      .effective-command-community-2-sec-4 .main-sec .slide-sec .slide img {
        width: 100%;
      }

    .effective-command-community-2-sec-4 .main-sec .slide-sec .slick-dots li button:before {
      font-family: 'slick';
      font-size: 14px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .effective-command-community-2-sec-4 .main-sec .slide-sec .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      cursor: pointer;
    }

      .effective-command-community-2-sec-4 .main-sec .slide-sec .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #002046;
      }

/* =================== K LAMBS ASSOCIATES PAGE STYLES ====================== */

.k-lamb-associates-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .k-lamb-associates-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .k-lamb-associates-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .k-lamb-associates-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .k-lamb-associates-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .k-lamb-associates-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .k-lamb-associates-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.k-lamb-associates-sec-2 {
  width: 100%;
  background: url('/assets//img/Vector (26).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 5640px;
  position: relative;
  z-index: 10;
}

  .k-lamb-associates-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 80px 0 0;
  }

    .k-lamb-associates-sec-2 .main-sec .centered-border-heading {
      text-align: center;
      margin-bottom: 50px;
    }

      .k-lamb-associates-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .k-lamb-associates-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px auto;
      }

      .k-lamb-associates-sec-2 .main-sec .centered-border-heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

    .k-lamb-associates-sec-2 .main-sec .top-sec {
      display: flex;
      padding: 80px 0;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec {
        width: 55%;
      }

        .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec h2 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 36px;
          line-height: 48px;
          color: #002046;
        }

        .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          margin: 20px 0;
        }

        .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

        .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec .list {
          padding: 10px 0;
        }

          .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              text-align: left;
              color: #002046;
              opacity: 0.6;
              margin-top: 10px;
            }

            .k-lamb-associates-sec-2 .main-sec .top-sec .text-sec .list .text img {
              margin-right: 20px;
              width: 25px;
              height: 25px;
              margin-top: 15px;
            }

      .k-lamb-associates-sec-2 .main-sec .top-sec.ltr .img-sec {
        width: 40%;
        position: relative;
        height: 635px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.ltr .border-blue {
        width: 72%;
        position: absolute;
        height: 575px;
        top: 60px;
        border: 7px solid #3FA7CD;
        right: 0px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.ltr .background-div {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/k-lamb-associates-sec-4.png');
        left: 60px;
        height: 580px;
        width: 539px;
        top: 0;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.ltr .imgy {
        position: absolute;
        top: 30px;
        width: 85%;
        left: 0;
      }

        .k-lamb-associates-sec-2 .main-sec .top-sec.ltr .imgy img {
          width: 100%;
          height: 100%;
        }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl .img-sec {
        width: 40%;
        position: relative;
        height: 635px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl .border-blue {
        width: 72%;
        position: absolute;
        height: 575px;
        top: 60px;
        border: 7px solid #3FA7CD;
        left: 0px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl .background-div {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/k-lamb-associates-sec-4.png');
        right: 60px;
        height: 580px;
        width: 539px;
        top: 0;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl .imgy {
        position: absolute;
        top: 30px;
        width: 85%;
        right: 0;
      }

        .k-lamb-associates-sec-2 .main-sec .top-sec.rtl .imgy img {
          width: 100%;
          height: 100%;
        }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl:nth-last-child(1) .img-sec {
        height: 950px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl:nth-last-child(1) .border-blue {
        height: 975px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl:nth-last-child(1) .background-div {
        height: 980px;
      }

      .k-lamb-associates-sec-2 .main-sec .top-sec.rtl:nth-last-child(1) .text-sec .list .text .paragraph ul {
        margin-left: 30px;
      }

        .k-lamb-associates-sec-2 .main-sec .top-sec.rtl:nth-last-child(1) .text-sec .list .text .paragraph ul li {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          text-align: left;
          color: #002046;
          opacity: 0.6;
          margin-top: 10px;
        }

.k-lamb-associates-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.k-lamb-associates-sec-4 {
  width: 100%;
  background: #fff;
}

  .k-lamb-associates-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 50px 0;
  }

/* =================== UK PROJECTS PAGE STYLES ====================== */

.uk-projects-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .uk-projects-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .uk-projects-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .uk-projects-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .uk-projects-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .uk-projects-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .uk-projects-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.uk-projects-sec-2 {
  width: 100%;
}

  .uk-projects-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 80px 0 0;
  }

    .uk-projects-sec-2 .main-sec .centered-border-heading {
      text-align: center;
      margin-bottom: 50px;
    }

      .uk-projects-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .uk-projects-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px auto;
      }

      .uk-projects-sec-2 .main-sec .centered-border-heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.6;
      }

    .uk-projects-sec-2 .main-sec .projects-sec {
      display: flex;
      flex-wrap: wrap;
    }

      .uk-projects-sec-2 .main-sec .projects-sec .project {
        width: 32%;
        border: 0.88556px dashed #00AFF0;
        filter: drop-shadow(0.88556px 1.77112px 3.54224px rgba(0, 0, 0, 0.25));
        border-radius: 4px;
        padding: 50px 105px;
        text-align: center;
        margin: 50px 0;
        height: 321px;
        display: flex;
        margin: 50px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

        .uk-projects-sec-2 .main-sec .projects-sec .project .icon-sec {
          width: 107px;
          height: 107px;
          margin: auto;
          margin-top: -100px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #FFFFFF;
          box-shadow: 0.88556px 0.88556px 3.54224px rgba(0, 0, 0, 0.25);
          border-radius: 3.54224px;
        }

        .uk-projects-sec-2 .main-sec .projects-sec .project p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          margin: auto;
          line-height: 30px;
          text-align: center;
          color: #002046;
          opacity: 0.8;
          display: flex;
          align-items: center;
        }

/* =================== INTERNATIONAL PROJECTS PAGE STYLES ====================== */

.international-projects-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .international-projects-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .international-projects-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .international-projects-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 240px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .international-projects-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .international-projects-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .international-projects-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.international-projects-sec-2 {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  padding: 100px 0;
  align-items: center;
}

  .international-projects-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .international-projects-sec-2 .main-sec .centered-border-heading {
      text-align: center;
      width: 100%;
    }

      .international-projects-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .international-projects-sec-2 .main-sec .centered-border-heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #002046;
        opacity: 0.8;
        margin: 20px 0;
      }

      .international-projects-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: auto;
      }

    .international-projects-sec-2 .main-sec .img-sec {
      width: 80%;
      display: flex;
      justify-content: space-between;
      margin-bottom: -450px;
      margin-top: 50px;
    }

      .international-projects-sec-2 .main-sec .img-sec img {
        width: 46%;
        margin: 20px;
      }

.international-projects-sec-3 {
  width: 100%;
}

.international-projects-sec-4 {
  background: linear-gradient(0deg, rgba(0, 33, 71, 0.9), rgba(0, 33, 71, 0.9)), url('/assets//img/Rectangle 33.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
}

  .international-projects-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 100;
    padding: 300px 0 100px;
  }

    .international-projects-sec-4 .main-sec .top-sec {
      width: 100%;
      margin-top: 100px;
      text-align: center;
    }

      .international-projects-sec-4 .main-sec .top-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #FFFFFF;
      }

      .international-projects-sec-4 .main-sec .top-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px auto;
      }

      .international-projects-sec-4 .main-sec .top-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #FFFFFF;
        opacity: 0.8;
      }

    .international-projects-sec-4 .main-sec .bottom-sec {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 50px;
    }

      .international-projects-sec-4 .main-sec .bottom-sec .list-sec {
        width: 46%;
      }

        .international-projects-sec-4 .main-sec .bottom-sec .list-sec .list {
          padding: 10px 0;
        }

          .international-projects-sec-4 .main-sec .bottom-sec .list-sec .list .text {
            display: flex;
            align-items: flex-start;
            width: 100%;
            text-align: left;
          }

            .international-projects-sec-4 .main-sec .bottom-sec .list-sec .list .text p {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 35px;
              color: #FFFFFF;
              opacity: 0.6;
              margin-top: 10px;
            }

            .international-projects-sec-4 .main-sec .bottom-sec .list-sec .list .text img {
              margin-right: 20px;
              width: 25px;
              height: 25px;
              margin-top: 15px;
            }

      .international-projects-sec-4 .main-sec .bottom-sec .img-sec {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }

        .international-projects-sec-4 .main-sec .bottom-sec .img-sec .imgs {
          width: 33%;
        }

          .international-projects-sec-4 .main-sec .bottom-sec .img-sec .imgs:nth-child(2) {
            margin-top: 60px;
          }

          .international-projects-sec-4 .main-sec .bottom-sec .img-sec .imgs img {
            width: 100%;
          }

.international-projects-sec-5 {
  background: #fff;
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-5 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

    .international-projects-sec-5 .main-sec .left-sec {
      width: 48%;
      text-align: left;
    }

      .international-projects-sec-5 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #002046;
      }

      .international-projects-sec-5 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-5 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-5 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

      .international-projects-sec-5 .main-sec .left-sec .list {
        padding: 10px 0;
      }

        .international-projects-sec-5 .main-sec .left-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .international-projects-sec-5 .main-sec .left-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .international-projects-sec-5 .main-sec .left-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

    .international-projects-sec-5 .main-sec .right-sec {
      width: 48%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .international-projects-sec-5 .main-sec .right-sec .imgs {
        width: 31%;
      }

        .international-projects-sec-5 .main-sec .right-sec .imgs:nth-child(2) {
          margin-top: 60px;
        }

        .international-projects-sec-5 .main-sec .right-sec .imgs img {
          width: 100%;
        }

.international-projects-sec-6 {
  background: rgba(63, 167, 205, 0.1);
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-6 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

    .international-projects-sec-6 .main-sec .left-sec {
      width: 52%;
      text-align: left;
    }

      .international-projects-sec-6 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .international-projects-sec-6 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-6 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-6 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

    .international-projects-sec-6 .main-sec .right-sec {
      width: 42%;
    }

      .international-projects-sec-6 .main-sec .right-sec .imgs {
        width: 100%;
      }

        .international-projects-sec-6 .main-sec .right-sec .imgs img {
          width: 100%;
        }

.international-projects-sec-7 {
  background: #fff;
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-7 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

    .international-projects-sec-7 .main-sec .left-sec {
      width: 52%;
      text-align: left;
    }

      .international-projects-sec-7 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #002046;
      }

      .international-projects-sec-7 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-7 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-7 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

    .international-projects-sec-7 .main-sec .right-sec {
      width: 42%;
    }

      .international-projects-sec-7 .main-sec .right-sec .imgs {
        width: 100%;
      }

        .international-projects-sec-7 .main-sec .right-sec .imgs img {
          width: 100%;
        }

.international-projects-sec-8 {
  background: rgba(63, 167, 205, 0.1);
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-8 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

    .international-projects-sec-8 .main-sec .left-sec {
      width: 52%;
      text-align: left;
    }

      .international-projects-sec-8 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #002046;
      }

      .international-projects-sec-8 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-8 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-8 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

    .international-projects-sec-8 .main-sec .right-sec {
      width: 42%;
    }

      .international-projects-sec-8 .main-sec .right-sec .imgs {
        width: 100%;
      }

        .international-projects-sec-8 .main-sec .right-sec .imgs img {
          width: 100%;
        }

.international-projects-sec-9 {
  background: #fff;
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-9 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

    .international-projects-sec-9 .main-sec .left-sec {
      width: 48%;
      text-align: left;
    }

      .international-projects-sec-9 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #002046;
      }

      .international-projects-sec-9 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-9 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-9 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

      .international-projects-sec-9 .main-sec .left-sec .list {
        padding: 10px 0;
      }

        .international-projects-sec-9 .main-sec .left-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .international-projects-sec-9 .main-sec .left-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .international-projects-sec-9 .main-sec .left-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

    .international-projects-sec-9 .main-sec .right-sec {
      width: 48%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .international-projects-sec-9 .main-sec .right-sec .imgs {
        width: 31%;
      }

        .international-projects-sec-9 .main-sec .right-sec .imgs:nth-child(2) {
          margin-top: 60px;
        }

        .international-projects-sec-9 .main-sec .right-sec .imgs img {
          width: 100%;
        }

.international-projects-sec-10 {
  background: rgba(63, 167, 205, 0.1);
  width: 100%;
  padding: 100px 0;
}

  .international-projects-sec-10 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

    .international-projects-sec-10 .main-sec .left-sec {
      width: 52%;
      text-align: left;
    }

      .international-projects-sec-10 .main-sec .left-sec h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .international-projects-sec-10 .main-sec .left-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: 20px 0;
      }

      .international-projects-sec-10 .main-sec .left-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: #002046;
        opacity: 0.8;
      }

      .international-projects-sec-10 .main-sec .left-sec h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #002046;
        margin: 0 0 20px;
      }

    .international-projects-sec-10 .main-sec .right-sec {
      width: 42%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

      .international-projects-sec-10 .main-sec .right-sec .imgs {
        width: 48%;
      }

        .international-projects-sec-10 .main-sec .right-sec .imgs img {
          width: 100%;
        }

/* =================== EFFECTIVE COMMAND PUBLICATIONS PAGE STYLES ====================== */


.effective-command-publications-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .effective-command-publications-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-publications-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .effective-command-publications-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .effective-command-publications-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .effective-command-publications-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .effective-command-publications-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.effective-command-publications-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 150px 0 200px;
}

  .effective-command-publications-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .effective-command-publications-sec-2 .main-sec .bottom-sec {
      text-align: center;
    }

      .effective-command-publications-sec-2 .main-sec .bottom-sec .centered-border-heading {
        margin-bottom: 30px;
      }

        .effective-command-publications-sec-2 .main-sec .bottom-sec .centered-border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .effective-command-publications-sec-2 .main-sec .bottom-sec .centered-border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          height: 0px;
          margin: 20px auto;
        }

        .effective-command-publications-sec-2 .main-sec .bottom-sec .centered-border-heading p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .effective-command-publications-sec-2 .main-sec .bottom-sec .list-sec .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
        padding: 20px;
        margin: 40px 0;
      }

        .effective-command-publications-sec-2 .main-sec .bottom-sec .list-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .effective-command-publications-sec-2 .main-sec .bottom-sec .list-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .effective-command-publications-sec-2 .main-sec .bottom-sec .list-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

        .effective-command-publications-sec-2 .main-sec .bottom-sec .list-sec .list .button-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

.effective-command-publications-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.effective-command-publications-sec-4 {
  width: 100%;
  background: #fff;
  padding: 50px;
}

  .effective-command-publications-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }


/* =================== REFERENCE ARTICLES PAGE STYLES ====================== */


.reference-articles-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .reference-articles-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .reference-articles-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .reference-articles-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .reference-articles-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .reference-articles-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .reference-articles-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.reference-articles-sec-2 {
  background: url('/assets//img/Vector (15).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 150px 0 200px;
}

  .reference-articles-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .reference-articles-sec-2 .main-sec .bottom-sec {
      text-align: center;
    }

      .reference-articles-sec-2 .main-sec .bottom-sec .centered-border-heading {
        margin-bottom: 30px;
      }

        .reference-articles-sec-2 .main-sec .bottom-sec .centered-border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .reference-articles-sec-2 .main-sec .bottom-sec .centered-border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          height: 0px;
          margin: 20px auto;
        }

        .reference-articles-sec-2 .main-sec .bottom-sec .centered-border-heading p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .reference-articles-sec-2 .main-sec .bottom-sec .list-sec .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
        padding: 20px;
        margin: 40px 0;
      }

        .reference-articles-sec-2 .main-sec .bottom-sec .list-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .reference-articles-sec-2 .main-sec .bottom-sec .list-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .reference-articles-sec-2 .main-sec .bottom-sec .list-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

        .reference-articles-sec-2 .main-sec .bottom-sec .list-sec .list .button-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

    .reference-articles-sec-2 .main-sec .load-more-button {
      margin: 50px auto;
      width: 100%;
    }

      .reference-articles-sec-2 .main-sec .load-more-button a {
        background: #3FA7CD;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 13px 32px;
        gap: 10px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: capitalize;
        color: #FFFFFF;
        text-decoration: none;
        width: max-content;
        margin: auto;
      }

.reference-articles-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.reference-articles-sec-4 {
  width: 100%;
  background: #fff;
  padding: 50px;
}

  .reference-articles-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }


/* =================== INTERNATIONAL DOCTRINE STYLES ====================== */


.international-doctrine-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .international-doctrine-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .international-doctrine-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .international-doctrine-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .international-doctrine-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .international-doctrine-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .international-doctrine-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.international-doctrine-sec-2 {
  background: url('/assets//img/Vector (27).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 50px 0 200px;
}

  .international-doctrine-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .international-doctrine-sec-2 .main-sec .bottom-sec {
      text-align: center;
      margin-top: 100px;
    }

      .international-doctrine-sec-2 .main-sec .bottom-sec .centered-border-heading {
        margin-bottom: 30px;
      }

        .international-doctrine-sec-2 .main-sec .bottom-sec .centered-border-heading h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 48px;
          line-height: 72px;
          color: #002046;
        }

        .international-doctrine-sec-2 .main-sec .bottom-sec .centered-border-heading .blue-border {
          border: 2px solid #3FA7CD;
          width: 89px;
          height: 0px;
          margin: 20px auto;
        }

        .international-doctrine-sec-2 .main-sec .bottom-sec .centered-border-heading p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 35px;
          color: #002046;
          opacity: 0.6;
        }

      .international-doctrine-sec-2 .main-sec .bottom-sec .list-sec .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
        padding: 20px;
        margin: 40px 0;
      }

        .international-doctrine-sec-2 .main-sec .bottom-sec .list-sec .list .text {
          display: flex;
          align-items: flex-start;
          width: 100%;
          text-align: left;
        }

          .international-doctrine-sec-2 .main-sec .bottom-sec .list-sec .list .text p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 35px;
            color: #002046;
            opacity: 0.6;
            margin-top: 10px;
          }

          .international-doctrine-sec-2 .main-sec .bottom-sec .list-sec .list .text img {
            margin-right: 20px;
            width: 25px;
            height: 25px;
            margin-top: 15px;
          }

        .international-doctrine-sec-2 .main-sec .bottom-sec .list-sec .list .button-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

.international-doctrine-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.international-doctrine-sec-4 {
  width: 100%;
  background: #fff;
  padding: 50px;
}

  .international-doctrine-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }


/* =================== CONTACT-US PAGE STYLES ====================== */


.contact-us-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .contact-us-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .contact-us-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .contact-us-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .contact-us-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .contact-us-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .contact-us-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.contact-us-sec-2 {
  background: url('/assets//img/Vector (13).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1017px;
  position: relative;
  z-index: 10;
}

  .contact-us-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
  }

    .contact-us-sec-2 .main-sec .centered-border-heading {
      text-align: center;
    }

      .contact-us-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .contact-us-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: auto;
      }

    .contact-us-sec-2 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      color: #002046;
      opacity: 0.8;
      margin-top: 20px;
    }

    .contact-us-sec-2 .main-sec .form-main-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      flex-wrap: wrap;
    }

      .contact-us-sec-2 .main-sec .form-main-sec .form-sec {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        width: 50%;
        height: 889px;
        padding: 60px 40px 40px 40px;
      }

        .contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading {
          text-align: center;
        }

          .contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 72px;
            color: #002046;
          }

          .contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading .blue-border {
            border: 2px solid #3FA7CD;
            width: 89px;
            margin: auto;
          }

        .contact-us-sec-2 .main-sec .form-main-sec .form-sec form {
          width: 100%;
          height: 100%;
        }

          .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field input {
              border: 1px solid rgb(0 32 70 / 10%);
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
            }

          .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message textarea {
              border: 1px solid rgb(0 32 70 / 10%);
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
              width: 100%;
              height: 268px;
            }

          .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn {
            text-align: center;
          }

            .contact-us-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button {
              background: #3FA7CD;
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 13px 32px;
              gap: 10px;
              border: none;
              margin: 30px auto 0;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 21px;
              text-transform: capitalize;
              color: #FFFFFF;
            }

      .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec {
        width: 45%;
        margin-top: 180px;
      }

        .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list {
          display: flex;
          align-items: center;
          margin: 50px 0;
        }

          .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list .icon-sec {
            border-radius: 10px;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
          }

          .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(1) .icon-sec {
            background: #3FA7CD;
            box-shadow: 0px 4px 30px rgb(0 175 240 / 30%);
          }

          .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(2) .icon-sec {
            background: #01411C;
            box-shadow: 0px 4px 30px rgba(168, 227, 57, 0.3);
          }

          .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(3) .icon-sec {
            background: #FF1900;
            box-shadow: 0px 4px 30px rgba(255, 25, 0, 0.3);
          }

          .contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list p {
            margin-top: unset;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 25px;
            line-height: 35px;
            color: #002046;
          }

.contact-us-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.contact-us-sec-4 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .contact-us-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .contact-us-sec-4 .main-sec .call-to-action-card {
      width: 35%;
      background: #FFFFFF;
      box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
      border-radius: 16px;
      padding: 40px 30px;
    }

      .contact-us-sec-4 .main-sec .call-to-action-card h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 45px;
        color: #002046;
      }

      .contact-us-sec-4 .main-sec .call-to-action-card .call-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
      }

        .contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec {
          display: flex;
          align-items: center;
        }

          .contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .icon {
            background: #FF0000;
            width: 53px;
            height: 53px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
          }

          .contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .number p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            text-transform: capitalize;
            color: #002046;
          }

          .contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .number h2 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 33px;
            text-transform: capitalize;
            color: #002046;
          }

        .contact-us-sec-4 .main-sec .call-to-action-card .call-info .right-sec a {
          background: #3FA7CD;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 13px 32px;
          gap: 10px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #FFFFFF;
          text-decoration: none;
        }

          .contact-us-sec-4 .main-sec .call-to-action-card .call-info .right-sec a img {
            width: 14px;
            height: 14px;
          }


/* =================== SIGN IN PAGE STYLES ====================== */


.sign-in-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .sign-in-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .sign-in-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .sign-in-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .sign-in-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .sign-in-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .sign-in-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.sign-in-sec-2 {
  background: url('/assets//img/Vector (13).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 817px;
  position: relative;
  z-index: 10;
}

  .sign-in-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
  }

    .sign-in-sec-2 .main-sec .centered-border-heading {
      text-align: center;
    }

      .sign-in-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .sign-in-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: auto;
      }

    .sign-in-sec-2 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      color: #002046;
      opacity: 0.8;
      margin-top: 20px;
    }

    .sign-in-sec-2 .main-sec .form-main-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      flex-wrap: wrap;
    }

      .sign-in-sec-2 .main-sec .form-main-sec .form-sec {
        width: 50%;
        margin: auto;
      }

        .sign-in-sec-2 .main-sec .form-main-sec .form-sec form {
          width: 100%;
          height: 100%;
        }

          .sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field input {
              border: 1px solid #002046;
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
              background: transparent;
            }

          .sign-in-sec-2 .main-sec .form-main-sec .form-sec form a.forgot-password {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #002046;
            text-decoration: none;
            float: right;
            margin-top: -30px;
          }

          .sign-in-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn {
            text-align: center;
            margin-top: 50px;
          }

            .sign-in-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button {
              background: #3FA7CD;
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 13px 32px;
              gap: 10px;
              border: none;
              margin: 30px auto 0;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 21px;
              text-transform: capitalize;
              color: #FFFFFF;
            }

.sign-in-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.sign-in-sec-4 {
  width: 100%;
  background: #fff;
  padding: 50px;
}

  .sign-in-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }


/* =================== FORGOT PASSWORD PAGE STYLES ====================== */


.forgot-password-sec-1 {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
  background-position: bottom;
  background-size: cover;
  height: 950px;
  display: flex;
  align-items: center;
}

  .forgot-password-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

    .forgot-password-sec-1 .main-sec .banner-sec {
      width: 1267px;
      height: auto;
      margin: auto;
      position: relative;
      margin-bottom: 450px;
    }

      .forgot-password-sec-1 .main-sec .banner-sec .blue-border {
        width: 1197px;
        height: 220px;
        border: 7px solid #3FA7CD;
        position: absolute;
        right: 0;
        top: 60px;
      }

      .forgot-password-sec-1 .main-sec .banner-sec .background-sec {
        background: rgb(0 32 71 / 90%);
        width: 1197px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 70px;
      }

        .forgot-password-sec-1 .main-sec .banner-sec .background-sec h1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 60px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
        }

        .forgot-password-sec-1 .main-sec .banner-sec .background-sec .green-text {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 200;
          font-size: 62px;
          line-height: 80px;
          text-align: center;
          text-transform: capitalize;
          color: #A8E339;
        }

.forgot-password-sec-2 {
  background: url('/assets//img/Vector (13).png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 717px;
  position: relative;
  z-index: 10;
}

  .forgot-password-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
  }

    .forgot-password-sec-2 .main-sec .centered-border-heading {
      text-align: center;
    }

      .forgot-password-sec-2 .main-sec .centered-border-heading h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 72px;
        color: #002046;
      }

      .forgot-password-sec-2 .main-sec .centered-border-heading .blue-border {
        border: 2px solid #3FA7CD;
        width: 89px;
        margin: auto;
      }

    .forgot-password-sec-2 .main-sec p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      color: #002046;
      opacity: 0.8;
      margin-top: 20px;
    }

    .forgot-password-sec-2 .main-sec .form-main-sec {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      flex-wrap: wrap;
    }

      .forgot-password-sec-2 .main-sec .form-main-sec .form-sec {
        width: 50%;
        margin: auto;
      }

        .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form {
          width: 100%;
          height: 100%;
        }

          .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field {
            display: flex;
            flex-direction: column;
            margin: 40px 0;
          }

            .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field label {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 21px;
              color: #002046;
            }

            .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field input {
              border: 1px solid #002046;
              padding: 15px 10px;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 22px;
              color: rgb(0 32 70 / 30%);
              margin-top: 10px;
              background: transparent;
            }

          .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn {
            text-align: center;
            margin-top: 50px;
          }

            .forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button {
              background: #3FA7CD;
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 13px 32px;
              gap: 10px;
              border: none;
              margin: 30px auto 0;
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              line-height: 21px;
              text-transform: capitalize;
              color: #FFFFFF;
            }

.forgot-password-sec-3 {
  width: 100%;
  background: url('/assets//img/Vector (14).png');
  height: 336px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -325px;
}

.forgot-password-sec-4 {
  width: 100%;
  background: #fff;
  padding: 50px;
}

  .forgot-password-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
  }

.header-sec-mobile-only {
  display: none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: black;
  border-radius: 100%;
  padding: 10px;
  width: 30px;
  height: 30px;
  background-size: 50%;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

@media (max-width: 1300px) {
  .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec {
    max-width: 100%;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec .blue-border {
    max-width: 100%;
    display: none;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec {
    max-width: 100%;
  }

  .effective-command-tools-sec-1 .main-sec {
    max-width: 100%;
    width: 100%;
  }


  .basic-principals-sec-1 .main-sec .banner-sec .blue-border {
    display: none;
  }

  .basic-principals-sec-1 .main-sec {
    max-width: 100%;
    width: 100%;
  }

    .basic-principals-sec-1 .main-sec .banner-sec .background-sec {
      width: 100%;
      max-width: 100%;
    }

    .basic-principals-sec-1 .main-sec .banner-sec {
      width: 100%;
      max-width: 100%;
    }

  .founders-sec-1 .main-sec .banner-sec .blue-border {
    display: none;
  }

  .founders-sec-1 .main-sec .banner-sec .background-sec {
    width: 100%;
    max-width: 100%;
  }

  .founders-sec-1 .main-sec .banner-sec {
    width: 100%;
    max-width: 100%;
  }

    .founders-sec-1 .main-sec .banner-sec .background-sec h1 {
      font-size: 40px;
    }

    .founders-sec-1 .main-sec .banner-sec .background-sec {
      padding: 35px;
    }

  .founders-sec-1 .main-sec {
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 770px) {


  .founders-sec-1 {
    height: 650px;
  }

  .founders-sec-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

    .founders-sec-2 .main-sec {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
    }

      .founders-sec-2 .main-sec .text-sec {
        width: 100%;
      }

      .founders-sec-2 .main-sec .img-sec {
        width: 100%;
        position: relative;
      }

      .founders-sec-2 .main-sec .img-sec {
        order: 1;
        top: 0;
      }

      .founders-sec-2 .main-sec .text-sec {
        order: 2;
      }

      .founders-sec-2 .main-sec .background-div {
        position: relative;
        background: transparent;
        height: auto;
        width: auto;
      }

      .founders-sec-2 .main-sec .imgy {
        position: relative;
        top: 0;
        width: 100%;
      }

      .founders-sec-2 .main-sec .text-sec .border-heading h1 {
        text-align: center;
        font-size: 24px;
        line-height: 35px;
      }

      .founders-sec-2 .main-sec .text-sec .border-heading .blue-border {
        display: none;
      }

      .founders-sec-2 .main-sec .text-sec p {
        text-align: center;
        font-size: 17px;
      }

  .founders-sec-3 .main-sec {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

    .founders-sec-3 .main-sec .text-sec {
      width: 100%;
      max-width: 100%;
    }

  .founders-sec-4 .main-sec {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

    .founders-sec-4 .main-sec .bottom-sec .img-sec {
      width: 100%;
      margin-top: 0;
    }

    .founders-sec-4 .main-sec .bottom-sec .imgy img {
      object-fit: contain;
      width: 100%;
      height: auto;
    }

    .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading h1 {
      font-size: 24px;
      line-height: 35px;
      text-align: center;
    }

    .founders-sec-4 .main-sec .bottom-sec .text-sec {
      width: 100%;
    }

      .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading .blue-border {
        display: none;
      }

      .founders-sec-4 .main-sec .bottom-sec .text-sec p {
        text-align: center;
        font-size: 17px;
      }

  .founders-sec-3 .main-sec .text-sec p {
    font-size: 17px;
  }

  .founders-sec-4 .main-sec .bottom-sec .text-sec .border-heading {
    margin-top: 10px;
  }

  .founders-sec-4 .main-sec p:not(.founders-sec-4 .main-sec .bottom-sec .text-sec p) {
    text-align: center;
    font-size: 17px;
  }

  .founders-sec-5 {
    display: none;
  }

  .founders-sec-6 {
    display: none;
  }

  .founders-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 50%;
  }

  .basic-principals-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 50%;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 40%;
  }
}


@media (max-width: 576px) {


  .effective-command-tools-sec-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .effective-command-tools-sec-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

    .effective-command-tools-sec-4 .main-sec {
      padding-top: 120px;
      padding-bottom: 50px;
    }

  .effective-command-tools-sec-5 {
    display: none;
  }

  .effective-command-tools-sec-2 .main-sec .top-sec .centered-border-heading {
    margin-bottom: 80px;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec .green-text {
    font-size: 50px;
    line-height: 60px;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec .background-sec {
    padding: 45px 15px 40px;
  }


  .effective-command-tools-sec-1 {
    height: 650px;
  }

  .basic-principals-sec-1 {
    height: 650px;
  }

  .basic-principals-sec-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

    .basic-principals-sec-2 .main-sec .top-sec {
      flex-direction: column;
    }

      .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading {
        order: 1;
      }

      .basic-principals-sec-2 .main-sec .top-sec .text-sec {
        order: 3;
        width: 100%;
      }

      .basic-principals-sec-2 .main-sec .top-sec .img-sec {
        order: 2;
        width: 100%;
        margin-bottom: 20px;
      }

    .basic-principals-sec-2 .main-sec {
      width: 100%;
      max-width: 100%;
    }

      .basic-principals-sec-2 .main-sec .top-sec .imgy img {
        object-fit: contain;
        height: 400px;
      }

  .basic-principals-sec-4 .main-sec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 35px;
  }

  .basic-principals-sec-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

    .basic-principals-sec-2 .main-sec .top-sec {
      flex-direction: column;
    }

      .basic-principals-sec-2 .main-sec .top-sec .centered-border-heading {
        order: 1;
      }

      .basic-principals-sec-2 .main-sec .top-sec .text-sec {
        order: 3;
        width: 100%;
      }

      .basic-principals-sec-2 .main-sec .top-sec .img-sec {
        order: 2;
        width: 100%;
        margin-bottom: 20px;
      }

    .basic-principals-sec-2 .main-sec {
      width: 100%;
      max-width: 100%;
    }

      .basic-principals-sec-2 .main-sec .top-sec .imgy img {
        object-fit: contain;
        height: 400px;
      }

  .basic-principals-sec-4 .main-sec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .basic-principals-sec-5 {
    padding-top: 70px;
    padding-bottom: 70px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

    .basic-principals-sec-5 .main-sec {
      max-width: 100%;
      width: 100%;
    }

  .basic-principals-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .basic-principals-sec-1 .main-sec .banner-sec .background-sec {
    padding: 45px 15px 40px;
  }

    .basic-principals-sec-1 .main-sec .banner-sec .background-sec .green-text {
      font-size: 50px;
      line-height: 60px;
    }

  .founders-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 30%;
  }

  .basic-principals-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 50%;
  }

  .effective-command-tools-sec-1 .main-sec .banner-sec {
    position: absolute;
    top: 40%;
  }
}

.carousel > ol > li {
  background-color: gray;
}

.carousel-control-prev {
  color: gray;
}

.carousel-control-next {
  color: gray;
}

.carousel-inner {
  justify-content: center;
}

.carousel-item > div {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.demo-item {
  display: contents;
  margin-left: auto;
  margin-right: auto;
}

  .demo-item > img {
    width: 15vw;
  }

.course {
  height: 549px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
}

.black-border-heading {
  margin: 40px 0 28px;
}

  .black-border-heading h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #002046;
  }

.black-border {
  border: 2px solid #002046;
  width: 24px;
  margin: auto;
}

.view-more-btn {
  margin-top: 20px;
  text-align: center;
}

  .view-more-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3FA7CD;
    text-decoration: none;
  }

    .view-more-btn a img {
      display: unset;
    }

.sticky-top {
  z-index: 20;
}

/* =================== DYNAMIC PAGE STYLES ====================== */


.dynamic-sec-2 {
  background: #F4FAFD;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  z-index: 10;
}

  .dynamic-sec-2 img {
    max-width: 95% !important;
  }


  .dynamic-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 40px;
  }

    .dynamic-sec-2 .main-sec .bottom-sec {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .dynamic-sec-2 .main-sec .text-sec {
      width: 98%;
    }

      .dynamic-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

      .dynamic-sec-2 .main-sec .text-sec h1 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 48px !important;
        line-height: 72px !important;
        color: #002046 !important;
      }

      .dynamic-sec-2 .main-sec .text-sec h2 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 36px !important;
        line-height: 72px !important;
        color: #002046 !important;
      }

      .dynamic-sec-2 .main-sec .text-sec h3 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #002046 !important;
      }

      .dynamic-sec-2 .main-sec .text-sec h4 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #002046 !important;
      }

      .dynamic-sec-2 .main-sec .text-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 14%;
      }

      .dynamic-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: rgba(0, 32, 70, 0.6);
      }

    .dynamic-sec-2 .main-sec .img-sec {
      width: 100%;
      position: relative;
      height: 522px;
    }

    .dynamic-sec-2 .main-sec .border-blue {
      width: 72%;
      position: absolute;
      height: 458px;
      top: 60px;
      border: 7px solid #3FA7CD;
      right: 0px;
    }

    .dynamic-sec-2 .main-sec .background-div {
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/background-sec-4.png');
      left: 90px;
      height: 484px;
      width: 539px;
      top: 0;
    }

    .dynamic-sec-2 .main-sec .imgy {
      position: absolute;
      top: 30px;
      width: 85%;
      left: 0;
    }

      .dynamic-sec-2 .main-sec .imgy img {
        width: 100%;
        height: 100%;
      }
/*==============____Phone_Sizes____================*/
@media only screen and (max-width: 1000px) {
  .dynamic-sec-2 .main-sec .text-sec h1 {
    font-size: 38px !important;
    line-height: 50px !important;
  }

  .dynamic-sec-2 .main-sec .text-sec h2 {
    font-size: 28px !important;
    line-height: 48px !important;
  }

  .dynamic-sec-2 .main-sec .text-sec h3 {
    font-size: 21px !important;
    line-height: 36px !important;
  }

  .dynamic-sec-2 .main-sec .text-sec h4 {
    font-size: 21px !important;
    line-height: 36px !important;
  }

  .dynamic-sec-2 .main-sec .text-sec p {
    font-size: 21px !important;
    line-height: 36px !important;
  }
}


.dynamic-sec-3 {
  width: 100%;
  background: url('/assets//img/page-tick.png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
}

.dynamic-sec-4 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .dynamic-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .dynamic-sec-4 .main-sec .text-sec {
      width: 100%
    }

      .dynamic-sec-4 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }


/*========== DYNAMIC EDIT SECTION ===========*/

/*.dynamic-edit-sec-1 .main-sec .banner-sec .background-sec > input {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  background: transparent;
}

.dynamic-edit-sec-1 .main-sec .banner-sec .background-sec input .green-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-size: 62px;
  line-height: 80px;
  text-align: center;
  text-transform: capitalize;
  color: #A8E339;
  border: none;
  background: transparent;
}*/

.dynamic-edit-sec-2 {
  background: #F4FAFD;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  z-index: 10;
}

  .dynamic-edit-sec-2 img {
    max-width: 95% !important;
  }

  .dynamic-edit-sec-2 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 40px;
  }

    .dynamic-edit-sec-2 .main-sec .bottom-sec {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .dynamic-edit-sec-2 .main-sec .text-sec {
      width: 98%;
    }

      .dynamic-edit-sec-2 .main-sec .text-sec .border-heading {
        margin-bottom: 30px;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec h1 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 48px !important;
        line-height: 72px !important;
        color: #002046 !important;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec h2 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 36px !important;
        line-height: 54px !important;
        color: #002046 !important;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec h3 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #002046 !important;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec h4 {
        font-family: 'Poppins' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #002046 !important;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec .blue-border {
        border: 2px solid #3FA7CD;
        width: 14%;
      }

      .dynamic-edit-sec-2 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: rgba(0, 32, 70, 0.6);
      }

    .dynamic-edit-sec-2 .main-sec .img-sec {
      width: 100%;
      position: relative;
      height: 522px;
    }

    .dynamic-edit-sec-2 .main-sec .border-blue {
      width: 72%;
      position: absolute;
      height: 458px;
      top: 60px;
      border: 7px solid #3FA7CD;
      right: 0px;
    }

    .dynamic-edit-sec-2 .main-sec .background-div {
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/background-sec-4.png');
      left: 90px;
      height: 484px;
      width: 539px;
      top: 0;
    }

    .dynamic-edit-sec-2 .main-sec .imgy {
      position: absolute;
      top: 30px;
      width: 85%;
      left: 0;
    }

      .dynamic-edit-sec-2 .main-sec .imgy img {
        width: 100%;
        height: 100%;
      }

    .dynamic-edit-sec-2 .main-sec .add-dynamic-content-btn-right {
      position: absolute;
      top: 50%;
      right: -1.2em;
      transform: translateY(-50%);
      z-index: 10;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      font-size: 1.5em;
      background-color: #28a745;
      color: white;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }

    .dynamic-edit-sec-2 .main-sec .add-dynamic-content-btn-left {
      position: absolute;
      top: 50%;
      left: -1.2em;
      transform: translateY(-50%);
      z-index: 10;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      font-size: 1.5em;
      background-color: #28a745;
      color: white;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }

    .dynamic-edit-sec-2 .main-sec .add-dynamic-content-btn-right:hover {
      background-color: #0eb018;
      border-color: #0eb018;
    }

    .dynamic-edit-sec-2 .main-sec .add-dynamic-content-btn-left:hover {
      background-color: #0eb018;
      border-color: #0eb018;
    }

    .dynamic-edit-sec-2 .main-sec .add-section-btn {
      position: absolute;
      right: 50%;
      transform: translateX(25%);
      z-index: 10;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      font-size: 1.5em;
      background-color: #28a745;
      color: white;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }

      .dynamic-edit-sec-2 .main-sec .add-section-btn:hover {
        background-color: #0eb018;
        border-color: #0eb018;
      }

    .dynamic-edit-sec-2 .main-sec .section-controls {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .dynamic-edit-sec-2 .main-sec .section-layout-select {
      width: auto;
      min-width: fit-content;
    }

    .dynamic-edit-sec-2 .main-sec .remove-section-button {
      white-space: nowrap;
      background-color: red !important;
      color: white !important;
      border: darkred !important;
    }

      .dynamic-edit-sec-2 .main-sec .remove-section-button:hover {
        background-color: lightcoral !important;
      }

/*==============____Phone_Sizes____================*/
@media only screen and (max-width: 1000px) {
  .dynamic-edit-sec-2 .main-sec .text-sec h1 {
    font-size: 38px !important;
    line-height: 50px !important;
  }

  .dynamic-edit-sec-2 .main-sec .text-sec h2 {
    font-size: 28px !important;
    line-height: 48px !important;
  }

  .dynamic-edit-sec-2 .main-sec .text-sec h3 {
    font-size: 21px !important;
    line-height: 36px !important;
  }

  .dynamic-edit-sec-2 .main-sec .text-sec h4 {
    font-size: 21px !important;
    line-height: 36px !important;
  }

  .dynamic-edit-sec-2 .main-sec .text-sec p {
    font-size: 21px !important;
    line-height: 36px !important;
  }
}

.dynamic-edit-sec-3 {
  width: 100%;
  background: url('/assets//img/page-tick.png');
  height: 336px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
}

.dynamic-edit-sec-4 {
  width: 100%;
  background: #fff;
  height: 430px;
}

  .dynamic-edit-sec-4 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

    .dynamic-edit-sec-4 .main-sec .text-sec {
      width: 100%
    }

      .dynamic-edit-sec-4 .main-sec .text-sec p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
      }

      .dynamic-edit-sec-4 .main-sec .text-sec input {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
        color: #002046;
        opacity: 0.6;
        width: 100%;
      }

.delete-dynamic-content-btn:hover {
  background-color: darkred !important;
}

.delete-dynamic-content-btn {
  background-color: red !important;
  color: white !important;
  border: red !important;
}

.admin-menu {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding-left: 2rem !important;
  padding-right: 1.5rem !important;
  text-align: center;
}

  .admin-menu h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    color: white;
    text-align: center;
  }

.button-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.admin-btn {
  flex: 1;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
}

.save-btn {
  background: #4CAF50;
}

  .save-btn:hover {
    background: #45a049;
  }

.view-btn {
  background: #007bff;
}

  .view-btn:hover {
    background: #0069d9;
  }

.delete-btn {
  background: #dc3545;
}

  .delete-btn:hover {
    background: #c82333;
  }


.flag-icon {
  width: 16px;
  height: 16px;
}

.saved-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: px;
  background-color: #28a745;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

  .saved-notification.success {
    background-color: #28a745; /* green */
  }

  .saved-notification.error {
    background-color: #dc3545; /* red */
  }

.icon {
  background: #002046;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.left-sec {
  display: flex;
  align-items: center;
}

.call-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.call-to-action-card {
  width: 65%;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
  border-radius: 16px;
  padding: 40px 30px;
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 10;
}

.right-sec a {
  background: #3FA7CD;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 32px;
  gap: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
}

.findoutmore-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
}

.big-menu {
  z-index: 10;
}