.header {
  min-height: 150px;
  border-bottom: 0px none #f5f5f5;
  background-color: transparent;
}

.footer {
  background-color: #efefef;
}

.footer.pt2 {
  padding-top: 20px;
}

.footer.pt2.pb3 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.con-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.mw-960 {
  max-width: 960px;
}

.container.mw-910 {
  max-width: 910px;
}

.row {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.text-center {
  line-height: 1.2;
  text-align: center;
}

.row.text-center.mt3 {
  margin-top: 30px;
}

.row.text-center.pt2 {
  padding-top: 20px;
}

.row.text-center.pt2.pb2 {
  padding-bottom: 20px;
}

.row.text-center.pt2.pb1 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.row.text-center.mt2 {
  margin-top: 20px;
}

.row.mb3 {
  margin-bottom: 30px;
}

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.flex-row.mb3 {
  display: block;
}

.h3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.h3.mt0 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.h3.ff-lato {
  font-family: Lato, sans-serif;
}

.h3.ff-lato.fs-20 {
  font-size: 15px;
}

.h3.ff-lato.fs-20.text-center {
  text-align: center;
}

.a {
  color: #007eec;
  text-decoration: none;
}

.banner {
  display: block;
  height: auto;
  max-height: none;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bridge-bannerv4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bridge-bannerv4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
}

.h1.mt0 {
  margin-top: 0px;
}

.h1.mb3 {
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.h1.mb3.mw-600 {
  max-width: 880px;
  line-height: 1.4;
}

.h2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.h2.mb4 {
  margin-bottom: 40px;
}

.h2.color-dark {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 52px;
  font-weight: 400;
}

.h2.color-dark.mb3 {
  margin-bottom: 30px;
}

.h2.color-dark.fs-36 {
  font-size: 36px;
  line-height: 1.4;
}

.h2.color-blue {
  color: #022740;
}

.h2.color-blue.fw-normal {
  font-weight: 500;
}

.h2.color-blue.fw-normal.fs-60 {
  font-size: 60px;
}

.h2.color-blue.ff-lato {
  font-family: Lato, sans-serif;
}

.h2.color-blue.ff-lato.fw-meduim {
  font-weight: 400;
}

.h2.color-blue.ff-lato.fw-meduim.fs-50 {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 39px;
  line-height: 1.2;
  text-align: left;
}

.h2.color-blue.ff-lato.fw-meduim.fs-50.mt0 {
  margin-top: 0px;
}

.h2.color-blue.ff-lato.fw-meduim.fs-50.mt0.text-center {
  text-align: center;
}

.h2.fw-500 {
  font-weight: 500;
}

.h2.fw-500.text-center {
  text-align: center;
}

.btn-primary {
  padding: 25px 60px;
  background-color: #33d107;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #30c008;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top {
  background-color: #212121;
}

.section1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h4 {
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.heading {
  font-family: Lato, sans-serif;
}

.p {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.p.fs-21 {
  font-size: 21px;
}

.p.fs-21.mb2 {
  margin-bottom: 20px;
}

.p.fs-21.mb3 {
  margin-bottom: 30px;
  text-align: left;
}

.p.fs-21.mb3.text-center {
  text-align: center;
}

.p.txt-white {
  color: #fff;
}

.p.txt-white.fs-17 {
  font-size: 17px;
}

.p.txt-white.fs-17.mb2 {
  margin-bottom: 20px;
}

.p.txt-white.fs-17.mb2.mt2 {
  margin-top: 20px;
}

.p.txt-white.fs-17.text-right {
  text-align: right;
}

.p.txt-white.fs-18 {
  font-size: 17px;
}

.p.txt-white.fs-18.mb2 {
  margin-bottom: 20px;
}

.p.txt-white.fs-18.text-right {
  font-size: 18px;
  text-align: right;
}

.p.fs-20 {
  font-size: 20px;
}

.p.fs-20.mb3 {
  margin-bottom: 30px;
}

.p.mb1 {
  margin-bottom: 10px;
}

.list1-item {
  background-image: url('../images/icon1_1icon1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.list1-item.ff-lato {
  font-family: Lato, sans-serif;
}

.list1-item.ff-lato.fs-16 {
  font-size: 16px;
}

.list1-item.ff-lato.fs-16.lh-1-6 {
  line-height: 1.6;
}

.list1-item.ff-lato.fs-16.lh-1-6.pl3 {
  padding-left: 36px;
}

.list1-item.ff-lato.fs-16.lh-1-6.pl3.mb2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-position: 0px 5px;
  font-size: 17px;
  font-weight: 400;
}

.list1-item.ff-lato.fs-16.lh-1-6.pl3.mb2.bt0 {
  background-position: 0px 1px;
}

.list1-item.ff-lato.fs-16.lh-1-6.pl3.mb2.no-icon {
  padding-left: 10px;
  background-image: none;
}

.list1-item.ff-lato-copy {
  font-family: Lato, sans-serif;
}

.list1-item.ff-lato-copy.fs-16 {
  font-size: 16px;
}

.list1-item.ff-lato-copy.fs-16.lh-1-6 {
  line-height: 1.6;
}

.list1-item.ff-lato-copy.fs-16.lh-1-6.pl4 {
  padding-left: 40px;
}

.list1-item.ff-lato-copy-copy {
  font-family: Lato, sans-serif;
}

.list1-item.ff-lato-copy-copy.fs-16 {
  font-size: 16px;
}

.list1-item.ff-lato-copy-copy.fs-16.lh-1-6 {
  line-height: 1.6;
}

.list1-item.ff-lato-copy-copy.fs-16.lh-1-6.pl4 {
  padding-left: 40px;
}

.section2 {
  background-color: #325668;
}

.section2.pt3 {
  padding-top: 30px;
}

.section2.pt3.pb3 {
  padding-bottom: 30px;
}

.profile {
  border: 4px solid #fff;
  border-radius: 59%;
}

.container2 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.italic-text {
  font-style: normal;
}

.section3.pt2 {
  padding-top: 20px;
}

.section3.pt2.pb3 {
  padding-bottom: 30px;
}

.bold-text {
  font-size: 36px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.wrapper1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.image {
  width: 200px;
}

.flink {
  color: #333;
}

@media screen and (max-width: 767px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .row.flex-row.mb3 {
    text-align: left;
  }

  .h1.mb3.mw-600 {
    font-size: 35px;
  }

  .h2.color-blue.ff-lato.fw-meduim.fs-50 {
    text-align: center;
  }

  .btn-primary {
    margin-right: auto;
    margin-left: auto;
  }

  .content-wrapper {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
  }

  .p.fs-21.mb3 {
    text-align: center;
  }

  .profile {
    max-width: 130px;
  }

  .container2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container.mw-960 {
    max-width: none;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .row.text-center.mt3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .row.flex-row.mb3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h3.ff-lato.fs-20 {
    font-size: 18px;
  }

  .h1.mb3.mw-600 {
    font-size: 28px;
  }

  .h2.color-dark.fs-36 {
    font-size: 26px;
  }

  .h2.color-blue.ff-lato.fw-meduim.fs-50 {
    font-size: 30px;
  }

  .h2.fw-500.text-center.mb4 {
    font-size: 28px;
  }

  .btn-primary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 1.2;
  }

  .p.fs-21.mb3 {
    font-size: 17px;
  }

  .list1 {
    padding-left: 0px;
  }

  .list1.list2 {
    padding-left: 20px;
  }

  .list1-item.ff-lato.fs-16.lh-1-6.pl3.mb2 {
    font-size: 17px;
  }

  .bold-text {
    font-size: 33px;
  }
}