* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #666666;
  letter-spacing: 0px;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none !important;
  color: #347bb4;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:visited {
}

.btn,
button:focus {
  box-shadow: none;
  outline: none;
}

p:empty {
  margin: 0;
}

section {
  padding: 80px 0 80px 0;
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: top;
}

hr {
  height: 1px;
  border: 0px;
  background: #dddddd;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  font-family: "Spectral SC", serif;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
}

.h1,
h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.h2,
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.h3,
h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.h4,
h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}

.h5,
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
}

.h6,
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 15px;
}

.btn-default,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #fff;
  border: 2px solid #347bb4;
  border-radius: 4px;
  color: #347bb4;
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 100%;
  padding: 12px 16px;
  letter-spacing: 0px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  outline: none;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 20%) 0px 0.125rem 0.15625rem -0.0833333rem,
    rgb(0 0 0 / 14%) 0px 0.25rem 0.375rem 0.03125rem,
    rgb(0 0 0 / 12%) 0px 0.0833333rem 0.5rem 0.0833333rem;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #347bb4;
  color: #fff;
}
.btn-default i,
button i {
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 0px;
  border: 1px solid #efecea;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  outline: none;
  background-color: #efecea;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

textarea {
  height: 130px;
  resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 0px;
  border: 1px solid #1f446f;
}

.text-white {
  color: #fff !important;
}
p.text-white a {
  color: #2c84c4;
}
.text-gold {
  color: rgb(102, 71, 0);
}
.light-blue-bg {
  background: #c8e3f8;
}

.theme-bg {
  background: #1c3c55;
}

.white-bg {
  background: #ffffff;
}

.gold-bg {
  background: rgb(255, 238, 202);
}

/*-- Header --*/
header {
  width: 100%;
  padding: 15px 0;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.4s ease, visibility 0.1s ease;
  box-shadow: rgb(0 0 0 / 20%) 0px 0.0625rem 0.078125rem -0.0416667rem,
    rgb(0 0 0 / 14%) 0px 0.125rem 0.1875rem 0.015625rem,
    rgb(0 0 0 / 12%) 0px 0.0416667rem 0.25rem 0.0416667rem;
  border-bottom: 0.0625rem solid rgb(28, 60, 85);
}

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

.brand-logo {
  display: flex;
  align-items: center;
}
.brand-logo img {
  width: 48px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.brand-logo span {
  font-size: 2rem;
  font-family: "Spectral SC", serif;
  font-weight: 600;
  color: rgb(28, 60, 85);
}
.brand-logo span br {
  display: none;
}

.request-call-btn {
  flex: 0 0 auto;
}
.main-navigation {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
ul.header-menu {
}
ul.header-menu li {
  display: inline-block;
  margin: 0;
  text-align: center;
}
ul.header-menu li a {
  color: #1c3c55;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1em;
  display: block;
}

ul.header-menu li.active a,
ul.header-menu li.active a:hover {
  color: rgba(28, 60, 85, 0.6);
  cursor: default;
}
ul.header-menu li a:hover {
  color: #2c84c4;
}
/*-- End Header --*/
.page-wrap {
  margin-top: 79px;
}

.home-page-hero {
  padding: 0;
}
.home-page-hero-img {
  position: fixed;
  z-index: -1;
  display: inline-block;
  width: 100%;
}
.home-page-hero-img:before {
  content: "";
  display: block;
  padding-top: 60rem;
}
.home-page-hero-img img {
  inset: 0px;
  position: absolute;
  width: 100%;
}
.home-page-hero-separator {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
  height: 60rem;
}

.home-second-section {
  background-color: rgba(28, 60, 85, 0.9);
  backdrop-filter: blur(0.5em);
  color: #fff;
}
.home-second-section p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}

.services-provide-list {
}
.services-provide-list li {
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}
.services-provide-list li .spl-image {
  flex: 0 0 auto;
}
.services-provide-list li .spl-image img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.services-provide-list li .spl-content {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 5px solid;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 313px;
}
.services-provide-list li .spl-content h3 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.services-provide-list li .spl-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}
.services-provide-list li .spl-content a {
  font-weight: 400;
}
.services-provide-list li:nth-child(1) {
}
.services-provide-list li:nth-child(2) {
  flex-flow: row-reverse;
}
.services-provide-list li:nth-child(3) {
}
.services-provide-list li:nth-child(1) .spl-content {
  background: linear-gradient(to top, transparent, rgba(200, 227, 248, 0.12));
  border-color: rgb(200, 227, 248);
}
.services-provide-list li:nth-child(2) .spl-content {
  background: linear-gradient(to top, transparent, rgba(28, 60, 85, 0.06));
  border-color: #1c3c55;
  text-align: right;
  border-left: 0;
  border-right: 5px solid #1c3c55;
  margin-left: 0;
  padding-left: 0;
  margin-right: 20px;
  padding-right: 20px;
}
.services-provide-list li:nth-child(3) .spl-content {
  background: linear-gradient(to top, transparent, rgba(255, 238, 202, 0.12));
  border-color: rgb(255, 238, 202);
}

.quotes-section {
  background: rgb(200, 227, 248);
}
.quotes-section p {
  color: rgb(28, 60, 85);
  font-size: 24px;
}

.home-team-section {
  background: url(../images/home-team-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-team-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.home-team-section .container {
  position: relative;
}
.home-team-section h2 {
  color: #fff;
  line-height: 1.5;
  font-size: 36px;
}

.timeline-section {
  background: rgb(255, 238, 202);
  color: rgb(102, 71, 0);
}
.timeline-section h2 {
  color: #664700;
}
.timeline-wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.timeline-wrap:after {
  content: "";
  position: absolute;
  width: 8px;
  background: rgb(102, 71, 0);
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.timeline-wrap .timeline-row {
  padding: 5px 30px;
  position: relative;
  background: inherit;
  width: calc(100% / 2);
  vertical-align: top;
}
.timeline-wrap .timeline-row:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: calc(50% - 1px);
  right: 0;
  background: #664700;
  z-index: 1;
}
.timeline-wrap .timeline-row .timeline-content {
  background-color: white;
  border: 2px solid #664700;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0.0625rem 0.078125rem -0.0416667rem,
    rgb(0 0 0 / 14%) 0px 0.125rem 0.1875rem 0.015625rem,
    rgb(0 0 0 / 12%) 0px 0.0416667rem 0.25rem 0.0416667rem;
  padding: 16px;
}
.timeline-wrap .timeline-row .timeline-content .timeline-date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.timeline-wrap .timeline-row .timeline-content p {
  color: #664700;
  margin-bottom: 0;
  font-size: 18px;
}
.timeline-wrap .timeline-row:nth-of-type(even):before {
  left: 0;
}
.timeline-section .btn-default {
  color: #664700;
  border-color: #664700;
}
.timeline-section .btn-default:hover {
  background: #664700;
  color: #fff;
}

/*-- Footer --*/
footer {
  background: #1c3c55;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 150px;
}

ul.footer-menu {
}
ul.footer-menu li {
  display: inline-block;
  margin: 10px 15px;
}
ul.footer-menu li a {
  font-size: 16px;
  color: #fff;
}
ul.footer-menu li a:hover,
ul.footer-menu li a:hover:before {
  color: #2e86c1;
}

.footer-info {
}
.footer-info .phone-fax-btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #2c84c4;
  border-radius: 4px;
  box-shadow: none;
  color: #2c84c4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: 370px;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.footer-info .phone-fax-btn:hover {
  background: #2c84c4;
  color: #fff;
}
.footer-info address {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
p.fc-copytext.text-white {
  color: rgb(200, 227, 248) !important;
}
/*-- End Footer --*/
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb strong {
  font-weight: 400;
  color: #000;
}

.team-member-section {
  background: #fff;
}
.team-member-block {
  display: flex;
  margin-bottom: 30px;
}
.team-member-block .team-member-image {
  flex: 0 0 auto;
}
.team-member-block .team-member-image img {
  width: 186px;
  height: 100%;
  object-fit: cover;
}
.team-member-block .team-member-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 30px 15px;
  background: linear-gradient(to top, white, rgb(250, 250, 250));
}

.team-member-row .team-member-block:nth-of-type(odd) {
}
.team-member-row .team-member-block:nth-of-type(even) {
  flex-flow: row-reverse;
}
.team-member-row .team-member-block:nth-of-type(even) .team-member-content {
  text-align: right;
}
.team-member-block .team-member-content h3 {
  font-size: 20px;
  font-weight: 600;
}

.team-ind-section {
}
.team-ind-section .team-member-image {
}
.team-ind-section .team-member-image img {
  border: 2px solid rgb(28, 60, 85);
}
.team-ind-section .team-member-image h1 {
  display: none;
}
.team-ind-section .team-ind-content {
}
.team-ind-section .team-ind-content h1 {
}
.team-ind-section .team-ind-content p {
}
.team-ind-section .team-ind-content a {
  font-weight: 600;
}

.management-team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.management-team-row .team-member-blocks {
  width: calc(100% / 5);
  padding: 0 15px;
}
.management-team-row .team-member-blocks img {
  margin-bottom: 15px;
  height: 195px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.management-team-row .team-member-blocks h3 {
  font-size: 22px;
  font-weight: 600;
}

ul.service-button {
  border: 1px solid #1d3d54;
  background: #fff;
  padding: 16px;
}
ul.service-button li:not(:last-child) {
  margin-bottom: 20px;
}
ul.service-button li .btn-default {
  box-shadow: none;
  width: 100%;
  border: 0;
  background: #1d3d54;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
ul.service-button li .btn-default:hover {
  background: #c8e3f7;
  color: #1d3d54;
}

.read-the-article {
  margin-top: -70px;
  display: none;
  position: relative;
  border: 1px solid #f3f6f8;
  box-shadow: 0px 3px 6px #00000029;
  padding: 100px 30px 30px 30px;
  margin-bottom: 30px;
  transition: all 0.4s ease, visibility 0.1s ease;
}
.readthearticle-open .read-the-article {
  display: block;
}
.read-the-article-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #c8e3f8;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
}
.read-the-article-top .hide-article-btn {
  border: 1px solid #1d3d54;
  color: #1d3d54;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0px;
  min-width: 5.5em;
  padding: 0.453125rem 1em;
  border-radius: 0.25rem;
}
.read-the-article-top .hide-article-btn:hover {
  background: #1d3d54;
  color: #fff;
}
.read-the-article-top .hide-article-btn i {
  vertical-align: middle;
}
a.btn-default.readthearticle {
  background: #204360;
  border-color: #204360;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
}
a.btn-default.readthearticle:hover {
  background: #347bb4;
  border-color: #347bb4;
  color: #fff;
}
.read-article-img {
  display: block;
  margin: 10px auto;
  width: 67%;
  position: relative;
}

.read-article-img:before {
  content: "";
  display: block;
  padding-top: 125.953%;
}

.read-article-img img {
  inset: 0px;
  position: absolute;
  width: 100%;
}

.timeline-wrap-new {
  display: flex;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.timeline-wrap-new .timeline-row-new {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
.timeline-wrap-new .timeline-row-new .timeline-content {
  margin-bottom: 20px;
  background-color: white;
  border: 2px solid #664700;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0.0625rem 0.078125rem -0.0416667rem,
    rgb(0 0 0 / 14%) 0px 0.125rem 0.1875rem 0.015625rem,
    rgb(0 0 0 / 12%) 0px 0.0416667rem 0.25rem 0.0416667rem;
  padding: 16px;
  position: relative;
  width: 90%;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n) .timeline-content.tci {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n) .timeline-content.tci img {
  background-color: white;
  border: 2px solid #664700;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0.0625rem 0.078125rem -0.0416667rem,
    rgb(0 0 0 / 14%) 0px 0.125rem 0.1875rem 0.015625rem,
    rgb(0 0 0 / 12%) 0px 0.0416667rem 0.25rem 0.0416667rem;
  padding: 10px;
  width: 384px;
}
.timeline-wrap-new .timeline-row-new .timeline-content:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 3px;
  top: calc(50% - 1px);
  right: -51px;
  background: #664700;
}
.timeline-wrap-new .timeline-row-new:after {
  content: "";
  position: absolute;
  width: 8px;
  background: rgb(102, 71, 0);
  border-radius: 4px;
  top: 0;
  bottom: 0;
  right: 0px;
  margin-left: -1px;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n):after {
  display: none;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n) {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n) .timeline-content:after {
  right: 0;
  left: -60px;
  width: 60px;
}
.timeline-wrap-new.twn-mobile {
  display: none;
}
.timeline-wrap-new .timeline-row-new .timeline-content .timeline-date {
  color: rgba(102, 71, 0, 0.6);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.timeline-wrap-new .timeline-row-new .timeline-content p {
  color: rgb(102, 71, 0);
  margin: 0;
}

.contact-map address {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
}
.contact-map iframe {
  width: 100%;
}

.contact-form-design form {
  position: relative;
}
.contact-form-design form .form-group label {
  background: transparent;
  border-radius: 0.125em;
  box-sizing: border-box;
  cursor: text;
  display: block;
  font-size: 1rem;
  margin: 0px 0px 1rem;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
}
.contact-form-design .form-group span {
  color: rgba(0, 0, 0, 0.6);
  cursor: text;
  font-size: inherit;
  font-weight: 400;
  left: 1em;
  line-height: 2em;
  position: absolute;
  top: 0.75em;
  transform: none;
  transform-origin: left top;
  transition: transform 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  white-space: nowrap;
}
.contact-form-design form .form-group label.active span {
  color: rgb(44, 132, 196);
  cursor: default;
  transform: scale(0.75) translateY(-31.25%);
}
.contact-form-design input,
.contact-form-design textarea {
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  caret-color: rgb(44, 132, 196);
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.25;
  text-indent: 0px;
  width: 100%;
  background: rgba(200, 227, 248, 0.12);
  border-width: 0.125em;
  border-style: solid;
  border-color: rgb(28, 60, 85);
  border-image: initial;
  border-radius: 0.125em;
  padding: 1.375em 1em 0.375em;
  margin: 0;
  transition: border-color 0.15s ease-in-out 0s, background;
}

.contact-form-design textarea:focus ~ span,
.contact-form-design input:focus ~ span {
  color: rgb(44, 132, 196);
  cursor: default;
  transform: scale(0.75) translateY(-31.25%);
}
.contact-form-design textarea:focus,
.contact-form-design input:focus {
  background-color: white;
  border-width: 0.125em;
  border-style: solid;
  border-color: rgb(44, 132, 196);
  color: inherit;
  outline: none;
}
.contact-form-design button {
  width: 130px;
  height: 50px;
  text-align: center;
}
.contact-form-design .alert.alert-danger {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
  line-height: 1;
  padding: 10px 10px;
  font-size: 14px;
}

.contact-form-design .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  line-height: 1;
  padding: 10px 10px;
  font-size: 14px;
}

.blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #f8f8f8bf;
  top: 0;
  left: 0;
}

.blocker > svg {
  position: absolute;
  width: 10%;
  height: auto;
  left: 50%;
  margin: 84px auto 0 -5%;
  fill: #777777a1;
  animation-duration: 3s;
  animation-name: spin;
}

.blocker.do-spin > svg {
  animation-duration: 3s;
  animation-name: spin;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359.9999999999deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359.9999999999deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359.9999999999deg);
  }
}

.timeline-wrap-new .timeline-row-new .timeline-content {
  width: calc(100% - 30px);
}
.timeline-wrap-new .timeline-row-new .timeline-content:after {
  width: 31px;
  right: -31px;
}
.timeline-wrap-new .timeline-row-new:nth-child(2n) .timeline-content:after {
  left: -32px;
  width: 32px;
}

#contact-us h3 {
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 300;
}

/*
#trust-management p,
#esg-investing p,
#estate-planning p,
#tax-services p {
  font-weight: 600;
}
*/
