:root {
    --heading-font: 'Bell MT';
    --theme-color: #174659; 
    /* --body-font: 'Gill Sans MT'; */
    --body-font: 'Bell MT';
    --grey: #333;
    --active: #F05323;
}
@font-face {
    font-family: 'Bell MT';
    src: url(../fonts/BellMT.eot);
    src: url(../fonts/BellMT.eot?#iefix) format('embedded-opentype'),
         url(../fonts/BellMT.otf) format('otf'),
         url(../fonts/BellMT.svg#BellMT) format('svg'),
         url(../fonts/BellMT.woff) format('woff'),
         url(../fonts/BellMT.woff2) format('woff2'),
         url(../fonts/BellMT.ttf) format('truetype');
         font-weight: 400;
         font-style: normal;
         font-display: swap;
}
@font-face {
    font-family: 'Gill Sans MT';
    src: url(../fonts/gill-sans-mt.eot);
    src: url(../fonts/gill-sans-mt.eot?#iefix) format('embedded-opentype'),
         url(../fonts/gill-sans-mt.otf) format('otf'),
         url(../fonts/gill-sans-mt.svg#gill-sans-mt) format('svg'),
         url(../fonts/gill-sans-mt.ttf) format('truetype'),
         url(../fonts/gill-sans-mt.woff) format('woff'),
         url(../fonts/gill-sans-mt.woff2) format('woff2');
  }
  
body h1,.row .col.section-title h1, .row .col.section-title h2,
body h2, body h3, body h4, body h5 {
    font-family: var(--heading-font);
    color: var(--grey);
    line-height: 1.2;
}
body h2 {
    line-height: 1.2 !important;
}
body p, body ul li a, body h6,
body ul li, body ol li a, body ol li, body input, body button,
body a, body tr td, body span, body em, body b, body strong {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: initial;
}
.row .col .post-content h5 {
    font-weight: 700;
}
.post-content p,
body p,body p strong{
    font-size: 24px;
    line-height: 1.4;
    color: #5c5c5c;
}
body p strong,body strong{
    font-weight: bold;
}
.post-content p,
.heading p,
.home-services p {
    font-family: var(--heading-font);
}
body span {
    font-size: inherit;
    font-weight: inherit;
}
body nav ul li a {
    font-size: 18px;
    font-weight: 400;
}
.journal .content-inner,
.small-container {
    max-width: 1520px;
    padding-left: 80px;
    padding-right: 80px;
}
.mw_1000 {
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto !important;
}
body .col a.nectar-button.large {
    font-size: 20px;
    border-radius: unset !important;
    padding: 14px 40px;
    line-height: 1.6;
}
.nectar-button[data-color-override="false"].regular-button.btn_white {
    background-color: #fff !important;
    color: var(--grey);
}
.nectar-button[data-color-override="false"].regular-button.btn_dark {
    background-color: #fff !important;
    color: var(--grey);
    border: 1px solid var(--grey);
}
.tnp-subscription input[type=email] ,
#footer-outer .widget h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: initial;
}
#footer-outer #copyright .col ul li a,
body #footer-outer #copyright,
#footer-outer ul li a {
    font-size: 18px;
    font-weight: 400;
}
.pt-120 {
    padding-top: 120px !important;
}
.py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.mb-120 {
    margin-bottom: 120px;
}
.post-featured-img {
    display: block;
}
.post-featured-img,
.mb-80 {
    margin-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mh-40 h5,
.mh-40 h2,.home-estate h3,
.material .home-banner .wpb_content_element,
.mb-40 {
    margin-bottom: 40px;
}
.title h2,
.title h5,
h2.title {
    position: relative;
    padding-bottom: 40px;
    line-height: 1.2;
}
.title h2::before,
h2.title::before,
.title h5::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: var(--grey);
}
.home-about .title h5::before,
.home-world .title h5::before,
.title h2::before {
    left: 0;
    transform: none;
}
.title p {
    font-family: var(--heading-font);
}
.container-wrap {
    padding-bottom: 0;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}


