/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  padding-top: 156px;
  padding-bottom: 0;
  color: white; }
  #hero .lead {
    max-width: 580px;
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 769px) {
    #hero {
      padding-top: 200px; } }
  @media screen and (min-width: 1025px) {
    #hero {
      padding-top: 200px;
      padding-bottom: 108px; } }
  @media screen and (min-width: 1141px) {
    #hero {
      padding-top: 240px;
      padding-bottom: 138px; } }
  @media screen and (min-width: 1336px) {
    #hero {
      padding-top: 250px;
      padding-bottom: 150px; } }
  #hero h1 {
    max-width: 588px;
    position: relative;
    padding-bottom: 1.75rem; }
    #hero h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #7dd449;
      width: 62px;
      left: 0; }
  #hero .cert-logo-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #hero .cert-logo-wrap .cert-logo {
      margin-right: 1.5rem;
      max-width: 100px; }
      @media screen and (min-width: 641px) {
        #hero .cert-logo-wrap .cert-logo {
          max-width: 100%; } }
  #hero .banner-img-wrap {
    position: relative;
    z-index: 9;
    right: 0;
    bottom: -50px;
    height: 250px; }
    @media screen and (min-width: 641px) {
      #hero .banner-img-wrap {
        height: 300px; } }
    @media screen and (min-width: 769px) {
      #hero .banner-img-wrap {
        height: 350px; } }
    @media screen and (min-width: 1025px) {
      #hero .banner-img-wrap {
        height: auto;
        position: absolute;
        right: 0;
        left: 50%;
        bottom: -50px; } }
    @media screen and (min-width: 1336px) {
      #hero .banner-img-wrap {
        left: 48%; } }
    @media screen and (min-width: 1536px) {
      #hero .banner-img-wrap {
        left: 53%; } }
    @media screen and (min-width: 1736px) {
      #hero .banner-img-wrap {
        left: 55%; } }
    @media screen and (min-width: 1836px) {
      #hero .banner-img-wrap {
        left: 53%; } }
    #hero .banner-img-wrap .banner-img {
      width: 100% !important;
      max-width: 100% !important;
      height: 100% !important;
      max-height: 100% !important;
      object-fit: contain;
      object-position: right; }

#about {
  background-color: #f9f9f9; }
  #about .top .h4 {
    margin-bottom: 1rem; }
  #about .img-row {
    position: absolute;
    position: absolute;
    width: 100%;
    top: 165px;
    left: 0;
    right: 0; }
    @media screen and (min-width: 394px) {
      #about .img-row {
        top: 185px; } }
    @media screen and (min-width: 641px) {
      #about .img-row {
        top: 0; } }
  #about .features .feature-card {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: white;
    border-radius: 10px; }
    #about .features .feature-card .icon {
      background-color: #2a4c79;
      height: 47px;
      width: 47px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
    #about .features .feature-card .h4 {
      max-width: 235px;
      margin-bottom: 1rem; }
  #about .btns {
    position: relative;
    z-index: 2; }
  #about .left-steps-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 0; }
    @media screen and (min-width: 641px) {
      #about .left-steps-img {
        bottom: -15px; } }
    @media screen and (min-width: 769px) {
      #about .left-steps-img {
        position: absolute;
        right: 30%; } }
    @media screen and (min-width: 1025px) {
      #about .left-steps-img {
        position: absolute;
        left: 0;
        right: 30%;
        bottom: -15px; } }
    @media screen and (min-width: 1141px) {
      #about .left-steps-img {
        position: absolute;
        left: 0;
        right: 50%;
        bottom: -15px; } }

#products {
  position: relative; }
  #products .top .h4 {
    margin-bottom: 1rem; }
  #products .top .product-owl-dot-container {
    margin-right: 1rem;
    display: flex;
    align-items: center; }
    #products .top .product-owl-dot-container button {
      width: 56px;
      height: 4px;
      background-color: rgba(55, 55, 55, 0.13);
      border: 0; }
      @media screen and (min-width: 1025px) {
        #products .top .product-owl-dot-container button {
          width: 62px; } }
      #products .top .product-owl-dot-container button:first-of-type {
        margin-right: 12px; }
      #products .top .product-owl-dot-container button.active {
        background-color: #7dd449; }
  #products .top .product-owl-nav-container {
    display: flex; }
    #products .top .product-owl-nav-container button {
      height: 35px;
      width: 35px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #2a4c79;
      display: flex;
      justify-content: center;
      align-items: center; }
      #products .top .product-owl-nav-container button i {
        color: #2a4c79; }
      #products .top .product-owl-nav-container button:first-of-type {
        margin-right: 12px; }
  #products .product-slider-col {
    padding: 0; }
    @media screen and (min-width: 641px) {
      #products .product-slider-col {
        padding: 0 28px; } }
  #products .product-card .img-link {
    display: block; }
    #products .product-card .img-link img,
    #products .product-card .img-link picture {
      transition: all 0.2s linear; }
    #products .product-card .img-link:hover {
      overflow: hidden; }
      #products .product-card .img-link:hover picture,
      #products .product-card .img-link:hover img {
        transform: scale(1.051, 1.05);
        transition: all 0.2s linear; }
  #products .product-card .h4 {
    margin-bottom: 1rem; }
  #products .product-card .content {
    max-width: 386px; }
  #products .product-slider .owl-dots {
    margin-top: 2rem;
    text-align: left;
    padding: 0 28px; }
    @media screen and (min-width: 641px) {
      #products .product-slider .owl-dots {
        padding: 0; } }
    #products .product-slider .owl-dots button {
      width: 62px;
      height: 4px;
      background-color: rgba(55, 55, 55, 0.13);
      border: 0;
      margin-right: 12px; }
      #products .product-slider .owl-dots button span {
        display: none; }
      #products .product-slider .owl-dots button:last-of-type {
        margin-right: 0; }
      #products .product-slider .owl-dots button.active {
        background-color: #7dd449; }
  #products .right-steps-img {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 0;
    width: 100%; }
    @media screen and (min-width: 641px) {
      #products .right-steps-img {
        bottom: -15px;
        width: 70%; } }
    @media screen and (min-width: 769px) {
      #products .right-steps-img {
        position: absolute;
        width: 50%;
        bottom: -20px; } }
    @media screen and (min-width: 1025px) {
      #products .right-steps-img {
        position: absolute;
        right: 0;
        tbottomop: -20px;
        width: 50%; } }
    @media screen and (min-width: 1141px) {
      #products .right-steps-img {
        position: absolute;
        right: 0;
        bottom: -20px;
        width: 50%; } }

#testimonials {
  border-bottom: 30px solid #f3f3f3;
  background-color: #f9f9f9;
  position: relative; }
  #testimonials .top .h4 {
    margin-bottom: 1rem; }
  #testimonials .review-slider .item .stars {
    display: flex; }
    #testimonials .review-slider .item .stars i {
      color: #f8b805;
      font-size: 28px;
      margin-right: 5px; }
      #testimonials .review-slider .item .stars i *:last-of-type {
        margin-right: 0; }
  #testimonials .review-slider .item .testimonial-content .h2 {
    margin-bottom: 1.5rem; }
  #testimonials .review-slider .item .name {
    display: flex;
    flex-wrap: wrap; }
    #testimonials .review-slider .item .name .h4 {
      margin-bottom: 0; }
    #testimonials .review-slider .item .name .sep {
      margin: 0 14px;
      background-color: #2a4c79;
      height: 26px;
      width: 2px; }
  #testimonials .review-owl-dot-container {
    margin-right: 1rem;
    display: flex;
    align-items: center; }
    #testimonials .review-owl-dot-container button {
      width: 56px;
      height: 4px;
      background-color: rgba(55, 55, 55, 0.13);
      border: 0;
      margin-right: 12px; }
      @media screen and (min-width: 1025px) {
        #testimonials .review-owl-dot-container button {
          width: 62px; } }
      #testimonials .review-owl-dot-container button:last-of-type {
        margin-right: 0; }
      #testimonials .review-owl-dot-container button.active {
        background-color: #7dd449; }
  #testimonials .review-owl-nav-container {
    display: flex; }
    #testimonials .review-owl-nav-container button {
      height: 35px;
      width: 35px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #2a4c79;
      display: flex;
      justify-content: center;
      align-items: center; }
      #testimonials .review-owl-nav-container button i {
        color: #2a4c79; }
      #testimonials .review-owl-nav-container button:first-of-type {
        margin-right: 12px; }

#blogs {
  border-top: 30px solid #f9f9f9;
  border-bottom: 30px solid #f9f9f9; }
  #blogs .top .h4 {
    margin-bottom: 1rem; }
  #blogs .blogs .card .img-wrap {
    height: 240px;
    overflow: hidden;
    border-radius: 10px; }
    #blogs .blogs .card .img-wrap picture,
    #blogs .blogs .card .img-wrap img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 250px;
      max-width: 100% !important;
      transition: all 0.2s linear; }
    #blogs .blogs .card .img-wrap:hover picture,
    #blogs .blogs .card .img-wrap:hover img {
      transform: scale(1.05, 1.05);
      transition: all 0.2s linear; }
  #blogs .blogs .card .h4 a {
    color: black;
    text-decoration: none; }
    #blogs .blogs .card .h4 a:hover {
      text-decoration: none;
      color: #7dd449; }
  #blogs .blogs .card .entry-meta {
    color: #292828;
    font-size: 18px; }
    #blogs .blogs .card .entry-meta .sep {
      margin: 0 8px; }
