.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.18px;
  font-weight: 600;
  color: #464646;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.1px;
  color: #464646;
}

.h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.1px;
  color: #464646;
}

p, li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #4A4A4A;
}

@media only screen and (max-width: 991px) {
  main {
    overflow-x: hidden;
  }
}

.line-separator {
  border-bottom: 8px solid #56CCF2;
  margin-bottom: 0px;
}

.line-separator:after {
  content: '';
  display: block;
  border-bottom: 8px solid #164AA9;
  max-width: 65%;
}

.content-header {
  width: 100%;
  height: 180px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-header .ver-align {
  padding-top: 55px;
}

.content-header .services-title {
  display: inline-block;
  font-weight: 200;
  color: #0E58AE;
  margin: 0px;
  line-height: 80px;
}

.content-header .services-title span {
  color: #534F4D;
}

.content-section h6 {
  font-size: 21px;
  letter-spacing: .5px;
  line-height: 28px;
}

.content-section img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-section .logo {
  width: 170px !important;
  height: 60px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-section p {
  font-weight: 300;
}

.content-section iframe {
  height: 400px;
  width: 100%;
}

.services-list-section {
  border-radius: 5px;
}

.services-list-section h2 {
  font-weight: 300;
  font-size: 28px;
  color: #534F4D;
}

.services-list-section hr {
  margin-top: 0px;
  background-color: #0E58AE;
}

.services-list-section .nav-link {
  color: #534F4D;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}

.services-list-section .last {
  border-bottom: none;
}

.services-list-section a:hover {
  text-decoration: none;
  padding-left: 10px;
}

.services-list-section a:after {
  position: absolute;
  content: '';
  height: 1px;
  bottom: 7px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: white;
  /* optional animation */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-list-section a:hover:after {
  width: 0px;
}

.contact-section {
  border-radius: 5px;
  background-color: #2D79D5;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#145CB4), to(#2D79D5));
  background: linear-gradient(to bottom, #145CB4, #2D79D5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

.contact-section p {
  font-size: 23px;
}

.contact-section a {
  background-color: #3278CE;
  color: white;
  font-size: 18px;
  font-weight: 300;
  width: 95%;
  border: 1px solid white;
  border-radius: 5px;
  padding-top: 11px !important;
}

.contact-section a:hover {
  cursor: pointer;
  background-color: #1352AB;
  text-decoration: none;
}

@media (max-width: 600px) {
  .content-header .services-title {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .content-header .services-title {
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  .content-header .services-title {
    font-size: 31px !important;
  }
}

@media (min-width: 1201px) {
  .content-header .services-title {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=content.css.map */