body{
    font-family: "Outfit", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Outfit", sans-serif;
    font-style: normal;
}

.header-top {
    padding: 20px 0;
    background: #49586F;
}

.header-top .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .header-box a {
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.banner-section {
    padding: 100px 0;
    background: #fff;
}

.banner-section .banner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-section .banner-card .banner-box {}

.banner-section .banner-card .banner-box img {
    width: 260px;
    margin: 0 0;
}

.banner-section .banner-card .banner-box h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
    text-align: left;
    color: #49586F;
    margin: 15px 0;
}

.banner-section .banner-card .banner-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: left;
}

.banner-section {
    padding: 100px 0;
    background: #fff;
}

.banner-section .banner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-section .banner-card .banner-box {}

.banner-section .banner-card .banner-box img {
    width: 260px;
    margin: 0 0;
}

.banner-section .banner-card .banner-box h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
    text-align: left;
    color: #49586F;
    margin: 15px 0;
}

.banner-section .banner-card .banner-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: left;
}

.contact-section {
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.contact-section .contact-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.contact-section .contact-card .contact-form {background: #49586F;width: 65%;border-radius: 30px;padding: 30px;}

.contact-section .contact-card .contact-form h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.contact-box {
    text-align: center;
    margin: 0 0 40px;
}

.contact-box img {
    width: 40px;
}

.contact-box h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #fff;
    margin: 15px 0 0;
}

.contact-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #00000094;
    width: 100%;
    height: 100%;
}


.services-section {
    padding: 60px 0;
}

.services-section .services-title {
    text-align: center;
    margin-bottom: 50px;
}

.services-section .services-title h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    text-align: center;
    color: #49586F;
}

.services-section .services-box {
    padding: 30px;
    text-align: center;
    background: #F3F3F3;
    box-shadow: 0px 2px 10px 0px #00000040;
    margin-bottom: 30px;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.services-section .services-box img {
    width: 45px;
    margin: 0 auto;
    display: block;
}


.services-section .services-box h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 28.6px;
    text-align: center;
    margin: 20px 0;
}

.jurisdiction-section {
    padding: 60px 0;
    position: relative;
    background-size: cover;
}

.jurisdiction-section .jurisdiction-title h2 {
    font-size: 43px;
    font-weight: 900;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.jurisdiction-section .jurisdiction-title {
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

.jurisdiction-section .jurisdiction-box {
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 310px;
}

.jurisdiction-section .jurisdiction-box img {
    width: 74px;
}

.jurisdiction-section .jurisdiction-box h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    text-align: center;
    margin: 20px 0;
}

.jurisdiction-section .jurisdiction-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: center;
    margin: 0;
}

.jurisdiction-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
}

footer {
    background: #49586F;
    padding: 20px 0;
}

footer .footer-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.contact-section .contact-card .contact-form .contact-form-card {}

.contact-section .contact-card .contact-form .contact-form-card .form-group {
    margin-bottom: 20px;
}

.contact-section .contact-card .contact-form .contact-form-card .form-group input.form-control {
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
    padding: 10px 0;
}

.contact-section .contact-card .contact-form .contact-form-card .form-group textarea.form-control {
    border: none;
    background: transparent;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
    resize: none;
    padding: 10px 0;
    color: #fff;
    height: 100px;
}

.contact-section .contact-card .contact-form .contact-form-card .form-group input::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }

  .contact-section .contact-card .contact-form .contact-form-card .form-group input::placeholder {
    color: #fff;
  }
  .contact-section .contact-card .contact-form .contact-form-card .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }

  .contact-section .contact-card .contact-form .contact-form-card .form-group textarea::placeholder {
    color: #fff;
  }

.contact-section .contact-card .contact-form .contact-form-card .form-group input.btn-submit {border-radius: 100px;background: #fff;border: none;padding: 12px 60px;margin: 0 auto;display: block;font-size: 18px;font-weight: 700;line-height: 22.68px;letter-spacing: 0.1em;text-align: center;}

.contact-section .contact-card .contact-form .contact-form-card .form-group:last-child {
    margin: 0;
}
