﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

body {
    color: #353535;
}

h1, h2, h3, h4, h1.span {
    font-family: 'Poppins', sans-serif;
}

h5, h6, p, body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 700;
}

.accent {
    color: #007BA7;
}

.top-fold {
    color: #353535;
    background-color: #dadad5;
}

    .top-fold h1,
    .bottom-fold h1 {
        font-size: 35px;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .top-fold p,
    .main p {
        line-height: 24px;
    }

.main {
    background-color: #f3f8fe;
}

    .main h1 {
        font-size: 33px;
        font-weight: 700;
    }

    .main .headline {
        font-size: 38px;
        font-weight: 500;
    }

.bottom-fold {
    background-color: #353535;
    color: #fff;
}

.bg-light {
    background-color: #e5f1f5 !important;
}

.bg-white {
    background: #fff;
}

.rounded-white {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border-radius: 50px;
    padding: 0 39px;
}

@media only screen and (min-width: 992px) {
    .top-fold {
        background: url(../img/488792596.jpg) top center fixed;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #dadad5;
    }
}


@media screen and (max-width: 768px) {
    .py-5 {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .logo {
        width: 150px;
        margin: 0 auto;
        display: block;
        padding: 0 0 20px 0;
    }

    .top-fold h1, .bottom-fold h1 {
        font-size: 32px;
        padding: 20px 0;
    }

    .rounded-white {
        border-radius: 0;
        padding: 0 39px;
    }

    .pt-5 {
        padding-top: 0 !important;
    }

    .pb-5 {
        padding-bottom: 10px !important;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    .mob-pad {
        padding: 15px 0;
        text-align: center;
    }

    .col-md-6 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .pt-4 {
        padding-top: 0 !important;
    }

    .mt-4 {
        margin-top: 0 !important;
    }

    .main h1 {
        font-size: 20px;
    }
}

.custom-copyright {
    padding: 10px 0;
    margin-top: 25px;
    color: #0a2342;

    text-align: center;
  }
  .custom-copyright .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-copyright img {
    width: 180px;
    object-fit: contain;
    margin-left: 40px;
  }

  @media screen and (max-width: 768px) {
    .hide-mobile {
      display: none !important;
    }
    .custom-copyright .wrapper {

flex-direction: column;
}
.custom-copyright img {
margin-top: 20px;
}
  }

  @media screen and (min-width: 769px) {
    .hide-desktop {
      display: none !important;
    }
  }