body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1459px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

a[download] img {
  max-width: 100%;
  height: auto;
  margin-left: 0.75rem;
}

h4 {
  font-size: 24px;
}

@media screen and (max-width: 1459px) {
  h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}

@media screen and (max-width: 1459px) {
  h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #1c232a;
}

@media screen and (max-width: 1459px) {
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  p {
    font-size: 15px;
  }
}

.heading, .about-wrapper h2 {
  font-size: 2.875rem;
  color: #0e2642;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}

@media screen and (max-width: 1459px) {
  .heading, .about-wrapper h2 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .heading, .about-wrapper h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 991px) {
  .heading, .about-wrapper h2 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .heading, .about-wrapper h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .heading, .about-wrapper h2 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 420px) {
  .heading, .about-wrapper h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 360px) {
  .heading, .about-wrapper h2 {
    font-size: 1.375rem;
  }
}

hr.divider {
  width: 3.5rem;
  border-top: 4px solid #28a548;
}

hr.divider-left {
  margin-left: 0;
  margin-right: auto;
}

.btn {
  font-size: 16px;
  padding: 0.875rem 2.5rem;
  color: #ffffff;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.125rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
}

@media screen and (max-width: 1459px) {
  .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 0.5rem 2rem;
  }
}

.text-primary {
  color: #0e2642;
}

.bg-primary {
  background-color: #0e2642 !important;
}

.btn-primary {
  background-color: #0e2642;
  border-color: #0e2642;
}

.btn-primary:hover {
  background-color: #050e18;
  border-color: #050e18;
}

.text-success {
  color: #28a548;
}

.bg-success {
  background-color: #28a548 !important;
}

.btn-success {
  background-color: #28a548;
  border-color: #28a548;
}

.btn-success:hover {
  background-color: #1e7c36;
  border-color: #1e7c36;
}

.text-blue {
  color: #1f497d;
}

.bg-blue {
  background-color: #1f497d !important;
}

.btn-blue {
  background-color: #1f497d;
  border-color: #1f497d;
}

.btn-blue:hover {
  background-color: #153154;
  border-color: #153154;
  color: #ffffff;
}

.text-light {
  color: #d0dcf0;
}

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

.btn-light {
  background-color: #d0dcf0;
  border-color: #d0dcf0;
}

.btn-light:hover {
  background-color: #a9bfe4;
  border-color: #a9bfe4;
}

.text-dark {
  color: #1c232a;
}

.bg-dark {
  background-color: #1c232a !important;
}

.btn-dark {
  background-color: #1c232a;
  border-color: #1c232a;
}

.btn-dark:hover {
  background-color: #080a0b;
  border-color: #080a0b;
}

@media screen and (min-width: 1301px) {
  .container {
    max-width: 1230px;
  }
}

.pt-6, .py-6 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .pt-6, .py-6 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pt-6, .py-6 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 575px) {
  .pt-6, .py-6 {
    padding-top: 30px;
  }
}

.pb-6, .py-6 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pb-6, .py-6 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pb-6, .py-6 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .pb-6, .py-6 {
    padding-bottom: 30px;
  }
}

.pt-7, .py-7 {
  padding-top: 70px;
}

@media screen and (max-width: 991px) {
  .pt-7, .py-7 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .pt-7, .py-7 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 575px) {
  .pt-7, .py-7 {
    padding-top: 40px;
  }
}

.pb-7, .py-7 {
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .pb-7, .py-7 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .pb-7, .py-7 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 575px) {
  .pb-7, .py-7 {
    padding-bottom: 40px;
  }
}

.pt-8, .py-8 {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .pt-8, .py-8 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .pt-8, .py-8 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 575px) {
  .pt-8, .py-8 {
    padding-top: 50px;
  }
}

.pb-8, .py-8 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .pb-8, .py-8 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .pb-8, .py-8 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 575px) {
  .pb-8, .py-8 {
    padding-bottom: 50px;
  }
}

.pt-9, .py-9 {
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  .pt-9, .py-9 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .pt-9, .py-9 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 575px) {
  .pt-9, .py-9 {
    padding-top: 60px;
  }
}

.pb-9, .py-9 {
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .pb-9, .py-9 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .pb-9, .py-9 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 575px) {
  .pb-9, .py-9 {
    padding-bottom: 60px;
  }
}

.pt-10, .py-10 {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .pt-10, .py-10 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .pt-10, .py-10 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 575px) {
  .pt-10, .py-10 {
    padding-top: 70px;
  }
}

.pb-10, .py-10 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .pb-10, .py-10 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .pb-10, .py-10 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 575px) {
  .pb-10, .py-10 {
    padding-bottom: 70px;
  }
}

.pt-11, .py-11 {
  padding-top: 110px;
}

@media screen and (max-width: 991px) {
  .pt-11, .py-11 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .pt-11, .py-11 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 575px) {
  .pt-11, .py-11 {
    padding-top: 80px;
  }
}

.pb-11, .py-11 {
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .pb-11, .py-11 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .pb-11, .py-11 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 575px) {
  .pb-11, .py-11 {
    padding-bottom: 80px;
  }
}

.pt-12, .py-12 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .pt-12, .py-12 {
    padding-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .pt-12, .py-12 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 575px) {
  .pt-12, .py-12 {
    padding-top: 90px;
  }
}

.pb-12, .py-12 {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .pb-12, .py-12 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 767px) {
  .pb-12, .py-12 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 575px) {
  .pb-12, .py-12 {
    padding-bottom: 90px;
  }
}

.pt-13, .py-13 {
  padding-top: 130px;
}

@media screen and (max-width: 991px) {
  .pt-13, .py-13 {
    padding-top: 115px;
  }
}

@media screen and (max-width: 767px) {
  .pt-13, .py-13 {
    padding-top: 105px;
  }
}

@media screen and (max-width: 575px) {
  .pt-13, .py-13 {
    padding-top: 100px;
  }
}

.pb-13, .py-13 {
  padding-bottom: 130px;
}

@media screen and (max-width: 991px) {
  .pb-13, .py-13 {
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 767px) {
  .pb-13, .py-13 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 575px) {
  .pb-13, .py-13 {
    padding-bottom: 100px;
  }
}

.pt-14, .py-14 {
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  .pt-14, .py-14 {
    padding-top: 125px;
  }
}

@media screen and (max-width: 767px) {
  .pt-14, .py-14 {
    padding-top: 115px;
  }
}

@media screen and (max-width: 575px) {
  .pt-14, .py-14 {
    padding-top: 110px;
  }
}

.pb-14, .py-14 {
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .pb-14, .py-14 {
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 767px) {
  .pb-14, .py-14 {
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 575px) {
  .pb-14, .py-14 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 576px) {
  header .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 400px) {
  header .navbar-brand {
    max-width: 5rem;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 576px) {
  header .navbar-top {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

header .navbar-top .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  header .navbar-top .btn {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 1199px) {
  header .navbar-top .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 1049px) {
  header .navbar-top .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-top .btn {
    margin-top: 0.5rem;
  }
}

header .navbar-top .btn svg {
  margin-right: 0.5rem;
}

header .navbar-top .btn svg path {
  stroke: #ffffff;
  fill: transparent;
}

header .navbar-top .social li a svg path {
  fill: #1f497d;
}

header .navbar .navbar-nav .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 1049px) {
  header .navbar .navbar-nav .nav-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #131b25;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 4px solid transparent;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media screen and (max-width: 1459px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #28a548;
  border-bottom-color: #28a548;
}

header .navbar .navbar-nav .nav-item.current_page_item .nav-link {
  color: #28a548;
  border-bottom-color: #28a548;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.banner:not(.banner-full) {
  height: 28rem;
}

@media screen and (max-width: 991px) {
  .banner:not(.banner-full) {
    height: 25rem;
  }
}

@media screen and (max-width: 757px) {
  .banner:not(.banner-full) {
    height: 15rem;
  }
}

@media screen and (max-width: 575px) {
  .banner:not(.banner-full) {
    height: 15rem;
  }
}

@media screen and (max-width: 480px) {
  .banner:not(.banner-full) {
    height: 10rem;
  }
}

@media screen and (max-width: 350px) {
  .banner:not(.banner-full) {
    height: 8rem;
  }
}

@media screen and (min-width: 1600px) {
  .banner:not(.banner-full) {
    height: 42rem;
  }
}

.banner-full {
  height: 48rem;
}

@media screen and (max-width: 991px) {
  .banner-full {
    height: 40rem;
  }
}

@media screen and (max-width: 757px) {
  .banner-full {
    height: 35rem;
  }
}

@media screen and (min-width: 1600px) {
  .banner-full {
    height: 65rem;
  }
}

.banner h2 {
  font-size: 3.6rem;
  color: #1f497d;
  margin-bottom: 0.375rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}

@media screen and (max-width: 1459px) {
  .banner h2 {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 1199px) {
  .banner h2 {
    font-size: 2.975rem;
  }
}

@media screen and (max-width: 991px) {
  .banner h2 {
    font-size: 2.85rem;
  }
}

@media screen and (max-width: 767px) {
  .banner h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 575px) {
  .banner h2 {
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 420px) {
  .banner h2 {
    font-size: 2.225rem;
  }
}

@media screen and (max-width: 360px) {
  .banner h2 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 991px) {
  .banner h2 {
    font-size: 3rem;
    font-family: "Roboto Slab", serif;
  }
}

@media screen and (max-width: 991px) and (max-width: 1459px) {
  .banner h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 1199px) {
  .banner h2 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .banner h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .banner h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .banner h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 420px) {
  .banner h2 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 360px) {
  .banner h2 {
    font-size: 1.5rem;
  }
}

.banner h1 {
  font-size: 4rem;
  color: #0e2642;
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}

@media screen and (max-width: 1459px) {
  .banner h1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 991px) {
  .banner h1 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .banner h1 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 420px) {
  .banner h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 360px) {
  .banner h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .banner h1 {
    font-size: 3.5rem;
    font-family: "Roboto Slab", serif;
  }
}

@media screen and (max-width: 991px) and (max-width: 1459px) {
  .banner h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 1199px) {
  .banner h1 {
    font-size: 2.875rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .banner h1 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .banner h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .banner h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 420px) {
  .banner h1 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 360px) {
  .banner h1 {
    font-size: 2rem;
  }
}

.banner p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.25rem;
  color: #08111b;
  text-transform: uppercase;
}

@media screen and (max-width: 1459px) {
  .banner p {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .banner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .banner p {
    font-size: 16px;
  }
}

.banner a {
  font-size: 20px;
  padding: 1.75rem 5rem;
  background-color: #28a548;
  color: #ffffff;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.125rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
}

@media screen and (max-width: 1459px) {
  .banner a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .banner a {
    font-size: 16px;
  }
}

.banner a:hover {
  background-color: #145324;
}

@media screen and (max-width: 575px) {
  .banner a {
    padding: 0.5rem 2rem;
  }
}

@media screen and (max-width: 991px) {
  .banner a {
    padding: 1rem 3rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    -webkit-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out,
 -webkit-box-shadow .15s ease-in-out;
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .banner a {
    padding: 0.5rem 2rem;
  }
}

.shape {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  .shape {
    bottom: -1px;
  }
}

.shape path {
  fill: #ffffff;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .about-wrapper h2 {
    text-indent: -4rem;
  }
}

@media screen and (min-width: 1200px) {
  .about-wrapper h2 {
    text-indent: -10rem;
  }
}

.about-wrapper p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 1459px) {
  .about-wrapper p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .about-wrapper p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper p {
    font-size: 16px;
  }
}

.specialize-name {
  color: #0e2642;
}

.specialize-column-name {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1c232a;
}

@media screen and (max-width: 1459px) {
  .specialize-column-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .specialize-column-name {
    font-size: 15px;
  }
}

.services-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #d0dcf0), color-stop(50%, transparent));
  background-image: -o-linear-gradient(top, #d0dcf0 55%, transparent 50%);
  background-image: linear-gradient(to bottom, #d0dcf0 55%, transparent 50%);
}

.service-name, .service-full-name {
  font-size: 1.75rem;
  color: #0e2642;
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .service-name, .service-full-name {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .service-name, .service-full-name {
    font-size: 1.425rem;
  }
}

@media screen and (max-width: 767px) {
  .service-name, .service-full-name {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .service-name, .service-full-name {
    font-size: 1.075rem;
  }
}

@media screen and (max-width: 420px) {
  .service-name, .service-full-name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 360px) {
  .service-name, .service-full-name {
    font-size: 0.875rem;
  }
}

.service-description {
  font-weight: 500;
}

.service-description p {
  font-weight: inherit;
}

.services-details ul {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style-type: none;
}

.services-details ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  text-indent: -1rem;
}

@media screen and (max-width: 1459px) {
  .services-details ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .services-details ul li {
    font-size: 15px;
  }
}

.services-details ul li::before {
  content: "";
  color: red;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  margin-left: -1rem;
  display: inline-block;
  background-image: url(../images/ok-icon.png);
}

.services-details ul li ul li {
  color: #333b44;
}

.services-details ul li ul li::before {
  content: "";
  min-width: 4px;
  width: 4px;
  max-width: 4px;
  min-height: 4px;
  height: 4px;
  max-height: 4px;
  background-color: #1c232a;
  border-radius: 50%;
  vertical-align: middle;
}

.service-info-wrapper h2 {
  font-size: 2.25rem;
  color: #0e2642;
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .service-info-wrapper h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .service-info-wrapper h2 {
    font-size: 1.925rem;
  }
}

@media screen and (max-width: 767px) {
  .service-info-wrapper h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 575px) {
  .service-info-wrapper h2 {
    font-size: 1.575rem;
  }
}

@media screen and (max-width: 420px) {
  .service-info-wrapper h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 360px) {
  .service-info-wrapper h2 {
    font-size: 1.375rem;
  }
}

.service-info-wrapper p {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 1459px) {
  .service-info-wrapper p {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .service-info-wrapper p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .service-info-wrapper p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .service-info-wrapper p {
    font-size: 16px;
  }
}

.service-info-wrapper a {
  text-decoration: none;
}

.physicians-wrapper .heading, .physicians-wrapper .about-wrapper h2, .about-wrapper .physicians-wrapper h2 {
  margin-bottom: 3rem;
}

.physician .card-body *:last-child {
  margin-bottom: 0;
}

.physician-fixed-size {
  width: 100%;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
	.physicians-wrapper .container{max-width: 1130px!important;}
}
@media screen and (min-width: 576px) {
  .physician-fixed-size {
    height: 18.75rem;
    overflow: hidden;
  }
}
.obj-fit-cover{
	object-fit: cover;
}
.obj-pos-center{
	object-position: center;
}
.physician-name {
  color: #0e2642;
}

.physician-position {
  color: #28a548;
}

.physician-description {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1459px) {
  .physician-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .physician-description {
    font-size: 13px;
  }
}

.contact-wrapper .box {
  color: #181e24;
  border-radius: 0.5rem;
}

@media screen and (min-width: 992px){
	.contact-wrapper .box [class^='col-']:not(:first-child) {
	  border-width: 0 0 0 2px;
	  border-style: solid;
	  border-color: #1c232a;
	}
}

.contact-wrapper .box * {
  color: inherit;
}

.contact-wrapper .box h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1459px) {
  .contact-wrapper .box h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .box h5 {
    font-size: 15px;
  }
}

.contact-wrapper .box ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.contact-wrapper .box ul li {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1459px) {
  .contact-wrapper .box ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .contact-wrapper .box ul li {
    font-size: 15px;
  }
}

.location-item a {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: #1c232a;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1459px) {
  .location-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .location-item a {
    font-size: 15px;
  }
}

.location-item iframe {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@media screen and (max-width: 480px) {
  .location-item iframe {
    height: 6rem;
  }
}

.form .card, form .card {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  border: 0;
}

.form .card:not(:last-child), form .card:not(:last-child) {
  margin-bottom: 3rem;
}

.form .card-header, form .card-header {
  color: #ffffff;
  background-color: #1f497d;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem !important;
}

.form .card-header h4, form .card-header h4 {
  margin-bottom: 0;
}

.form .card-header .font-weight-light, form .card-header .font-weight-light {
  font-weight: 100;
}

.form .card-body, form .card-body {
  padding: 3rem 4rem;
}

@media screen and (max-width: 991px) {
  .form .card-body, form .card-body {
    padding: 2.5rem 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form .card-body, form .card-body {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 575px) {
  .form .card-body, form .card-body {
    padding: 1.5rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .form .card-body, form .card-body {
    padding: 1rem;
  }
}

.form-mb, .form .row [class^='col-'], form .row [class^='col-'], .form .custom-control, form .custom-control {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .form-mb, .form .row [class^='col-'], form .row [class^='col-'], .form .custom-control, form .custom-control {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .form-mb, .form .row [class^='col-'], form .row [class^='col-'], .form .custom-control, form .custom-control {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .form-mb, .form .row [class^='col-'], form .row [class^='col-'], .form .custom-control, form .custom-control {
    margin-bottom: 0.75rem;
  }
}

.form-mt {
  margin-top: 1.5rem;
}

.form .row [class^='col-'] label, form .row [class^='col-'] label {
  margin-top: 0.5rem;
}

.form label, form label {
  font-size: 18px;
  font-weight: 500;
  color: #1c232a;
  cursor: pointer;
  margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
  .form label, form label {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .form label, form label {
    font-size: 15px;
  }
}

.form-control {
  background-color: #d0dcf0;
  border-color: #d0dcf0;
}

.form .custom-control, form .custom-control {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .form .custom-control, form .custom-control {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.form .custom-control-wrapper, form .custom-control-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form .custom-control-wrapper-col-4 .custom-control, form .custom-control-wrapper-col-4 .custom-control {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

@media screen and (max-width: 991px) {
  .form .custom-control-wrapper-col-4 .custom-control, form .custom-control-wrapper-col-4 .custom-control {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .form .custom-control-wrapper-col-4 .custom-control, form .custom-control-wrapper-col-4 .custom-control {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .form .custom-control-wrapper-col-4 .custom-control, form .custom-control-wrapper-col-4 .custom-control {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.form .custom-control-wrapper-col-5 .custom-control, form .custom-control-wrapper-col-5 .custom-control {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

@media screen and (max-width: 1199px) {
  .form .custom-control-wrapper-col-5 .custom-control, form .custom-control-wrapper-col-5 .custom-control {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .form .custom-control-wrapper-col-5 .custom-control, form .custom-control-wrapper-col-5 .custom-control {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .form .custom-control-wrapper-col-5 .custom-control, form .custom-control-wrapper-col-5 .custom-control {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .form .custom-control-wrapper-col-5 .custom-control, form .custom-control-wrapper-col-5 .custom-control {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.form .custom-control-inline, form .custom-control-inline {
  padding-left: 0;
  padding-right: 3rem;
  margin-right: 0;
  position: relative;
}

.form .custom-control-input, form .custom-control-input {
  left: auto;
  right: 0;
}

.form .custom-control-label, form .custom-control-label {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .custom-control-label::before, form .custom-control-label::before, .form .custom-control-label::after, form .custom-control-label::after {
  left: auto;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form .custom-control-label::before, form .custom-control-label::before {
  background-color: #d0dcf0;
  border-color: #d0dcf0;
}

footer {
  position: relative;
  color: #ffffff;
  background-color: #0e2642;
}

footer .row:not(:first-child) {
  border-top: 1px solid #1f497d;
}

footer .copy-right {
  font-size: 16px;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
  footer .copy-right {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  footer .copy-right {
    font-size: 13px;
  }
}

footer h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1459px) {
  footer h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  footer h4 {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  footer h4 {
    font-size: 18px;
  }
}

ul.social {
  margin: 0;
  padding: 0;
}

ul.social li a {
  font-size: 24px;
}

@media screen and (max-width: 1459px) {
  ul.social li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  ul.social li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  ul.social li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  ul.social li a {
    font-size: 16px;
  }
}

ul.social li a svg path {
  fill: #28a548;
}

footer .contact-details-wrap .media:not(:first-child) {
  margin-top: 2.5rem;
}

footer .contact-details-wrap .media-icon {
  margin-right: 0.5rem;
}

footer .contact-details-wrap .media-icon img {
  width: 100%;
  height: auto;
}

footer .contact-details-wrap .media p {
  color: #28a548;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

footer .contact-details-wrap .media a {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1459px) {
  footer .contact-details-wrap .media a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  footer .contact-details-wrap .media a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  footer .contact-details-wrap .media a {
    font-size: 16px;
  }
}

footer .contact-details-wrap .media a:hover {
  color: #28a548;
}

@media screen and (max-width: 1199px) {
  footer .contact-details-wrap .media a {
    word-break: break-word;
  }
}
