.u-section-1 {
    background-image: url("../images/pattern.png");
    background-position: 50% 50% !important;
    margin-top: 60px;
    background-size: contain !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 445px;
}

.u-section-1 .u-image-1 {
  width: 400px;
  height: 400px;
  margin: 44px 0 0 auto;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  margin: -351px auto 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1rem;
  margin: 30px 790px 50px 0;
}

/* Bullets color */
.ul {
  list-style: none; /* Remove default bullets */
}

.ul .li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3cb3fe; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 367px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 590px;
  }
}

@media (max-width: 991px) {
  p{
    font-size: 12.5px!important;
  }

   .u-section-1 {
    background-position: 50% 50%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 354px;
  }

  .u-section-1 .u-image-1 {
    width: 310px;
    height: 310px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -287px;
    font-size: 3rem;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 15px;
    margin-right: 370px;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 294px;
  }

  .u-section-1 .u-image-1 {
    width: 250px;
    height: 250px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.28571rem;
    margin-top: -226px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.857143rem;
    margin-right: 250px;
    margin-bottom: 33px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 189px;
  }

  .u-section-1 .u-image-1 {
    width: 163px;
    height: 163px;
    margin-top: 13px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-top: -163px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.642857rem;
    margin-top: 21px;
    margin-right: 139px;
    margin-bottom: 36px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 468px;
}

.u-section-2 .u-layout-wrap-1 {
  margin: 100px 0 0;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 365px;
}

.u-section-2 .u-container-layout-1 {
  padding: 0;
}

.u-section-2 .u-text-1 {
  margin: 0 auto 0 0;
}

.u-section-2 .u-image-1 {
  width: 420px;
  height: 300px;
  margin: 30px auto 0 0;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 365px;
}

.u-section-2 .u-container-layout-2 {
  padding: 80px 0 30px;
}

.u-section-2 .u-text-2 {
  margin-bottom: 0;
  margin-top: 0;
}

.u-section-2 .u-text-3 {
  margin: 20px 30px 0 0;
}

.u-section-2 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(#76a6f6, #32ccfd);
  box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
  font-size: 1rem;
  margin: 20px 30px 0 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 553px;
  }

  .u-section-2 .u-layout-wrap-1 {
    position: relative;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 301px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 301px;
  }

  .u-section-2 .u-text-3 {
    margin-right: 0;
  }

  .u-section-2 .u-btn-1 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 449px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 80px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 435px;
  }

  .u-section-2 .u-image-1 {
    width: 307px;
    height: 208px;
    margin-right: 29px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 435px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-top: 68px;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 703px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 60px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 784px;
    margin-top: -40px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 536px;
}

.u-section-3 .u-layout-wrap-1 {
  margin: 100px 0 0;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 436px;
}

.u-section-3 .u-container-layout-1 {
  padding: 30px 0 0;
}

.u-section-3 .u-text-1 {
  margin: 0 auto 0 0;
}

.u-section-3 .u-text-2 {
  margin-left: auto;
  margin-right: 1px;
  margin-bottom: 0;
}

.u-section-3 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(#76a6f6, #32ccfd);
  box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
  font-size: 1rem;
  margin: 20px auto 0 0;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 436px;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px;
}

.u-section-3 .u-image-1 {
  width: 508px;
  height: 280px;
  margin: 30px auto 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 560px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 80px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 360px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 360px;
  }

  .u-section-3 .u-image-1 {
    width: 410px;
    height: 226px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 402px;
  }

  .u-section-3 .u-layout-wrap-1 {
    position: relative;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 276px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-3 .u-image-1 {
    width: 341px !important;
    height: 172px !important;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 807px;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 455px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 292px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-3 .u-image-1 {
    width: 480px;
    height: 242px;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 388px;
      margin-top: -80px;
  }
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 229px;
  }

  .u-section-3 .u-image-1 {
    width: 410px;
    height: 326px;
  }


.u-section-4 .u-sheet-1 {
  min-height: 537px;
}

.u-section-4 .u-layout-wrap-1 {
  margin: 100px 0 0;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 437px;
}

.u-section-4 .u-container-layout-1 {
  padding: 0;
}

.u-section-4 .u-image-1 {
  width: 570px;
  height: 380px;
  margin: 0 60px 0 auto;
}

.u-section-4 .u-image-2 {
  width: 675px;
  height: 261px;
  margin: -225px auto 0 25px;
}

.u-section-4 .u-image-3 {
  width: 675px;
  height: 262px;
  margin: -241px auto 0 0;
}

.u-section-4 .u-text-1 {
  font-size: 1.875rem;
  margin: -231px auto 0 25px;
}

.u-section-4 .u-text-2 {
  font-size: 1rem;
  margin: 25px 510px 0 25px;
}

.u-section-4 .u-btn-1 {
  border-style: none;
  font-size: 1rem;
  font-weight: 700;
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
  background-image: none;
  margin: -25px auto 0 25px;
  padding: 0;
}

.prg-w {
    width: 35%;
}
@media(min-width:1600px) {
    .prg-w {
        width: 35%;
    }
}

@media(max-width:1599px) {
    .prg-w {
        width: 50%;
    }
}

@media(max-width:1200px) {
    .prg-w {
        width: 65%;
    }
}

@media(max-width:991px) {
    .prg-w {
        width: 75%;
    }
}

@media(max-width:545px) {
    .prg-w {
        width: 100%;
        left: -13px;
    }

    .u-section-4 .u-btn-1 {
        margin-top: -50px !important;
        margin-left: 7px;
    }

    .u-section-4 .u-image-3 {
        height: 200px !important;
    }

    .u-section-4 .u-icon-1 {
        vertical-align: 0px;
        margin-left: 10px;
        font-size: 1.125em;
        width: 20px;
        height: 27px;
    }

    @media (max-width: 1199px) {
        .u-section-4 .u-sheet-1 {
            min-height: 526px;
        }

        .u-section-4 .u-layout-wrap-1 {
            margin-top: 80px;
            margin-bottom: 60px;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-4 .u-layout-cell-1 {
            min-height: 360px;
        }

        .u-section-4 .u-image-2 {
            width: 640px;
            height: 247px;
            margin-top: -232px;
        }

        .u-section-4 .u-image-3 {
            width: 640px;
            height: 248px;
            margin-top: -222px;
        }

        .u-section-4 .u-text-1 {
            width: auto;
            margin-top: -220px;
        }

        .u-section-4 .u-text-2 {
            width: auto;
            margin-top: 15px;
            margin-right: 310px;
        }

        .u-section-4 .u-btn-1 {
            margin-bottom: -22px;
        }
    }

    @media (max-width: 991px) {
        .u-section-4 .u-sheet-1 {
            min-height: 776px;
        }

        .u-section-4 .u-layout-wrap-1 {
            margin-top: 24px;
            margin-bottom: 0;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-4 .u-layout-cell-1 {
            min-height: 752px;
        }

        .u-section-4 .u-container-layout-1 {
            padding-bottom: 30px;
        }

        .u-section-4 .u-image-1 {
            margin-top: 20px;
            margin-right: 68px;
        }

        .u-section-4 .u-image-2 {
            margin-top: 50px;
            margin-right: 15px;
            margin-left: auto;
        }

        .u-section-4 .u-image-3 {
            margin-top: -223px;
            margin-left: auto;
        }

        .u-section-4 .u-text-1 {
            margin-top: -212px;
            margin-left: 65px;
        }

        .u-section-4 .u-text-2 {
            margin-top: 23px;
            margin-right: 50px;
            margin-left: 65px;
        }

        .u-section-4 .u-btn-1 {
            margin-top: 23px;
            margin-bottom: 0;
            margin-left: 65px;
        }
    }

    @media (max-width: 767px) {
        .u-section-4 .u-sheet-1 {
            min-height: 103px;
        }

        .u-section-4 .u-layout-wrap-1 {
            position: relative;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-4 .u-layout-cell-1 {
            min-height: 674px;
        }

        .u-section-4 .u-container-layout-1 {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .u-section-4 .u-image-1 {
            width: 540px;
            height: 360px;
            margin-top: 50px;
            margin-left: 0;
            margin-right: 0;
        }

        .u-section-4 .u-image-2 {
            width: 540px;
            height: 208px;
            margin-top: 35px;
            margin-right: -25px;
            margin-left: 25px;
        }

        .u-section-4 .u-image-3 {
            height: auto;
            margin-top: -208px;
            margin-right: initial;
            margin-left: initial;
            width: auto;
        }

        .u-section-4 .u-text-1 {
            margin-top: -198px;
            margin-left: 25px;
        }

        .u-section-4 .u-text-2 {
            margin-top: 10px;
            margin-right: 41px;
            margin-left: 24px;
        }

        .u-section-4 .u-btn-1 {
            margin-top: 10px;
            margin-left: 25px;
        }
    }

    @media (max-width: 575px) {

        .u-section-4 .u-btn-1 {
            font-size: 0.6rem;
        }

        .u-section-4 .u-sheet-1 {
            min-height: 473px;
        }

        .u-section-4 .u-layout-wrap-1 {
            margin-top: 60px;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-4 .u-layout-cell-1 {
            min-height: 449px;
        }

        .u-section-4 .u-container-layout-1 {
            padding-top: 0;
            padding-bottom: 0;
        }

        .u-section-4 .u-image-1 {
            height: 227px;
            margin-top: 0;
            margin-right: initial;
            margin-left: initial;
            width: auto;
        }

        .u-section-4 .u-image-2 {
            width: 340px;
            height: 131px;
            margin-top: 45px;
            margin-right: -14px;
            margin-left: auto;
        }

        .u-section-4 .u-image-3 {
            margin-top: -116px;
            width: auto;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-4 .u-text-1 {
            font-size: 1rem;
            margin-top: -175px;
            margin-left: 7px;
        }

        .u-section-4 .u-text-2 {
            font-size: 0.642857rem !important;
            margin-top: 7px;
            margin-left: 7px;
            margin-right: 7px;
        }

        .u-section-4 .u-btn-1 {
            margin-top: 7px;
            margin-left: 7px;
        }
    }

    .u-section-4 .u-btn-1,
    .u-section-4 .u-btn-1:before,
    .u-section-4 .u-btn-1 > .u-container-layout:before {
        transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
    }

        .u-section-4 .u-btn-1.u-btn-1.u-btn-1:hover {
            transform: scale(1.1) translateX(0px) translateY(0px) !important;
        }

        .u-section-4 .u-btn-1.u-btn-1.u-btn-1.hover {
            transform: scale(1.1) translateX(0px) translateY(0px) !important;
        }

    .u-section-4 .u-container-layout:hover .u-btn-1 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
    }

    .u-container-layout.hover .u-section-4 .u-btn-1 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
    }

    .u-section-5 .u-sheet-1 {
        min-height: 503px;
    }

    .u-section-5 .u-layout-wrap-1 {
        margin: 60px 0;
    }

    .u-section-5 .u-layout-cell-1 {
        min-height: 303px;
    }

    .u-section-5 .u-container-layout-1 {
        padding: 0 30px 0 0;
    }

    .u-section-5 .u-text-1 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .u-section-5 .u-image-1 {
        width: 538px;
        height: 242px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .u-section-5 .u-layout-cell-2 {
        min-height: 303px;
    }

    .u-section-5 .u-container-layout-2 {
        padding: 70px 30px 22px;
    }

    .u-section-5 .u-text-2 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .u-section-5 .u-btn-1 {
        border-style: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-image: linear-gradient(#76a6f6, #32ccfd);
        box-shadow: 0px 6px 18px 0px rgba(50,204,253,0.5);
        font-size: 1rem;
        margin: 30px auto 0 0;
    }

    @media (max-width: 1199px) {
        .u-section-5 .u-sheet-1 {
            min-height: 507px;
        }

        .u-section-5 .u-layout-wrap-1 {
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-5 .u-layout-cell-1 {
            min-height: 250px;
        }

        .u-section-5 .u-image-1 {
            width: 440px;
            height: 198px;
        }

        .u-section-5 .u-layout-cell-2 {
            min-height: 250px;
        }
    }

    @media (max-width: 991px) {
        .u-section-5 .u-sheet-1 {
            min-height: 253px;
        }

        .u-section-5 .u-layout-wrap-1 {
            position: relative;
            margin-right: initial;
            margin-left: initial;
        }

        .u-section-5 .u-layout-cell-1 {
            min-height: 100px;
        }

        .u-section-5 .u-image-1 {
            width: 330px;
            height: 149px;
        }

        .u-section-5 .u-layout-cell-2 {
            min-height: 100px;
        }

        .u-section-5 .u-container-layout-2 {
            padding-top: 30px;
        }
    }

    @media (max-width: 767px) {
        .u-section-5 .u-sheet-1 {
            min-height: 480px;
        }

        .u-section-5 .u-container-layout-1 {
            padding-right: 10px;
        }

        .u-section-5 .u-container-layout-2 {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media (max-width: 575px) {
        .u-section-5 .u-sheet-1 {
            min-height: 339px;
        }
    }

    .u-section-6 .u-sheet-1 {
        min-height: 332px;
    }

    .u-section-6 .u-layout-wrap-1 {
        margin: 50px 0;
    }

    .u-section-6 .u-layout-cell-1 {
        min-height: 232px;
    }

    .u-section-6 .u-container-layout-1 {
        padding: 30px;
    }

    .u-section-6 .u-text-1 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .u-section-6 .u-text-2 {
        margin: 20px 135px 0 0;
    }

    .u-section-6 .u-layout-cell-2 {
        min-height: 232px;
    }

    .u-section-6 .u-container-layout-2 {
        padding: 0 0 0 101px;
    }

    .u-section-6 .u-image-1 {
        width: 255px;
        height: 160px;
        margin: 0 auto 0 0;
        box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
        -webkit-box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
        -moz-box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
    }

    .u-section-6 .u-image-2 {
        width: 255px;
        height: 160px;
        margin: -89px 97px 0 auto;
        box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
        -webkit-box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
        -moz-box-shadow: 10px 10px 19px 1px rgba(128,128,128,0.3);
    }

    .u-section-6 .u-image-2 {
        top: 130px !important;
        left: 50px !important;
    }
}
        @media (max-width: 1199px) {
            .u-section-6 .u-sheet-1 {
                min-height: 252px;
            }

            .u-section-6 .u-layout-wrap-1 {
                position: relative;
                margin-right: initial;
                margin-left: initial;
            }

            .u-section-6 .u-layout-cell-1 {
                min-height: 191px;
            }

            .u-section-6 .u-text-2 {
                margin-right: 35px;
            }

            .u-section-6 .u-layout-cell-2 {
                min-height: 191px;
            }
        }

        @media (max-width: 991px) {
            .u-section-6 .u-sheet-1 {
                min-height: 253px;
            }

            .u-section-6 .u-layout-cell-1 {
                min-height: 100px;
            }

            .u-section-6 .u-text-2 {
                margin-right: 0;
            }

            .u-section-6 .u-layout-cell-2 {
                min-height: 146px;
            }

            .u-section-6 .u-container-layout-2 {
                padding-left: 30px;
            }

            .u-section-6 .u-image-2 {
                margin-right: 75px;
            }
        }

        @media (max-width: 767px) {
            .u-section-6 .u-sheet-1 {
                min-height: 480px;
            }

            .u-section-6 .u-container-layout-1 {
                padding-left: 10px;
                padding-right: 10px;
            }

            .u-section-6 .u-layout-cell-2 {
                min-height: 219px;
            }

            .u-section-6 .u-container-layout-2 {
                padding-left: 10px;
            }
        }

        @media (max-width: 575px) {
            .u-section-6 .u-sheet-1 {
                min-height: 339px;
            }

            .u-section-6 .u-layout-cell-2 {
                min-height: 138px;
            }

            .u-section-1 .u-text-1 {
                font-size: 1.5rem;
                margin-top: -163px;
                margin-left: -40px !important;
            }

            .u-section-1 .u-text-2 {
                margin-top: 21px;
                margin-right: 139px;
                margin-bottom: 36px;
                margin-left: -40px!important;
            }

            .u-section-1 .u-image-1 {
                width: 163px;
                height: 163px;
                margin-top: 14px;
                margin-right: -50px!important;
            }
        }

