@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
/* explicit classes */
.ts-light        { font-family: "ts", sans-serif; font-weight: 300; font-style: normal; }
.ts-light-italic { font-family: "ts", sans-serif; font-weight: 300; font-style: italic; }
.ts-regular      { font-family: "ts", sans-serif; font-weight: 400; font-style: normal; }
.ts-italic       { font-family: "ts", sans-serif; font-weight: 400; font-style: italic; }
.ts-bold         { font-family: "ts", sans-serif; font-weight: 700; font-style: normal; }
.ts-bold-italic  { font-family: "ts", sans-serif; font-weight: 700; font-style: italic; }

:root {
    --title-font:"Georgia", "Source Serif 4", serif;
    --paragraph-font:'DM Sans';
    --sub-title-font:'Cormorant Garamond';
    --h0: 72px;
    --h1: 62px;
    --h2: 52px;
    --h3: 32px;
    --h4: 22px;
    --h5: 18px;
    --p: 18px;

    --main_accent:#000;
    --main_linen:#fff;
    --play: running;
    --direction: normal;
    --duration: 68.57142857142857s;
    --delay: 0s;
    --iteration-count: infinite;

}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    font-weight: 500;
                    color: #1a3b5c;
                    text-transform: capitalize;
}
h1 {
    text-transform: capitalize;
    font-size: var(--h1);
    * {
        font-size: var(--h1);
    }
}
h2 {
    font-size: var(--h2);
    * {
        font-size: var(--h2);
    }
}
h3 {
    font-size: var(--h3);
    * {
        font-size: var(--h3);
    }
}
h4 {
    font-size: var(--h4);
    * {
        font-size: var(--h4);
    }
}
h5 {
    font-size: var(--h5);
    * {
        font-size: var(--h5);
    }
}
body {
    background-color: #F6F5F0;
}
body, p {
    font-size: var(--p);
    color: var(--main_charcoal);
    font-family: var(--paragraph-font);
    line-height: 1.4;
    font-weight: 300 !important;
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-240 {
    padding-bottom: 240px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-220 {
    padding-top: 220px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-240 {
    padding-top: 240px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
.text-green {
    color:#01693f;
}
.top_title {
    text-transform: uppercase;
    letter-spacing: 0.62em;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--sub-title-font);
    letter-spacing: 0.25em;
    margin-bottom: 15px;
    color:#1a6f50;
}
/* End Default Styling */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 100;
}

header ul#menu-main {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul#menu-main li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

header ul#menu-main li a {
  color: #00529b;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-family: var(--sub-title-font); */
  font-weight: 500;
  font-size: 14px;
}

header ul#menu-main li ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
  padding: 15px;
  background: #fff;
  min-width: 150px;
  left: -15px;
}

header ul#menu-main li ul li {
  width: 100%;
  color: #00529b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0;
}

header ul#menu-main li:hover ul {
  display: block;
}

header ul#menu-main li.logo_img a {
  content: url('img/sm-icon.png');
  display: inline-block;
  width: 50px;
}

header .change-login {
  display: inline-flex;
  align-items: center;
}

header .change-login a:not(.btn) {
  color: #00529b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

header .change-login a.active {
  font-weight: bold;
}

header .change-login .btn {
  display: inline-block;
  background: #01693f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  margin-left: 15px;
}

header .change-login span {
  padding: 0px 5px;
}

header.scroll-nav img {
  max-height: 50px;
}

header.scroll-nav {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.mobile-login div {
  margin-bottom: 15px;
}

.overlayscrim {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top_banner_home {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
}

.top_banner_home .bg_video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_banner_home .bg_video .owl-item {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_banner_home .bg_video video {
  top: 50%;
  left: 50%;
  min-width: 100vw;
}

.top_banner_home div.container-fluid h1 {
  margin-bottom: 1rem;
  font-size: var(--h0);
  color: #fff;
}

.top_banner_home div.container-fluid p {
  color: #fff;
  margin-bottom: 0;
}

.overlay_container_banner {
  z-index: 2;
}

/* Module 0 Styling */
.module_0 .default_section_title h2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.module_0 .default_section_title p {
  margin-bottom: 0;
}

.item_services h2 {
  margin-bottom: 1rem;
  color: #01693f;
}

.item_services p {
  margin-bottom: 0;
}

.item_services a {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2rem;
  border-radius: 0.5rem;
}

.item_services a:hover {
  background: #00529c;
  color: #fff;
}

/* Module 0 Styling Ending */

/* Module 1 Styling */
.module_1 .section_panel {
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 3px 30px #00000014;
  text-align: center;
  height: calc(100% - 30px);
  display: inline-block;
  width: 100%;
  color: #000;
}

.module_1 .section_panel .section_panel_details {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding: 30px;
  background: #fff;
}

.module_1 .section_panel .section_panel_details h3 {
  margin-bottom: 1rem;
}

.module_1 .section_panel .section_panel_details p {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .75s;
}

.module_1 .section_panel .section_panel_details span {
  margin-top: 1rem;
  padding: 7.5px 15px;
  border: solid thin var(--main_accent);
  display: inline-flex;
  min-width: 135px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--main_accent);
  border-radius: 7.5px;
}

.module_1 .section_panel .section_panel_details span:hover {
  background: #01693f;
  color: #fff;
}

.module_1 .section_panel img {
  height: 550px;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
}

.module_1 .section_panel:hover p {
  opacity: 1;
  max-height: 12rem;
}

.border-top {
  border-top: solid thin #888;
}

a.back-team {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

a.back-team:hover {
  background: #00529c;
  color: #fff;
}

/* Module 1 Styling */
.bottom_item_btn a {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.bottom_item_btn a:hover {
  background: #00529c;
  color: #fff;
}

/* Module 4 Styling */
.module_4 .section_panel {
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 3px 30px #00000014;
  text-align: center;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.module_4 .section_panel .section_panel_details {
  padding: 30px;
  background: #1a3b5c;
}

.module_4 .section_panel .section_panel_details * {
  color: #fff;
}

.module_4 .section_panel .section_panel_details h3 {
  margin-bottom: 1rem;
}

.module_4 .section_panel .section_panel_details p {
  margin-bottom: 0;
}

.module_4 .section_panel .section_panel_details h4 {
  min-height: 50px;
}

.module_4 .section_panel .section_panel_details a {
  margin-top: 1rem;
  padding: 7.5px 15px;
  border: solid thin var(--main_accent);
  display: inline-flex;
  min-width: 135px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--main_accent);
  border-radius: 7.5px;
}

.module_4 .section_panel .section_panel_details a:hover {
  background: var(--main_accent);
  color: #fff;
}

.module_4 .section_panel img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.module_4 .section_panel:hover div {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 110% auto !important;
}

.section_panel div {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* Module 4 Styling End */

/* Module 5 Styling */
.module_5 {
  text-align: center;
}

.module_5 p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.module_5 a {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.module_5 a:hover {
  background: #00529c;
  color: #fff;
}

/* Module 5 Styling End */
.testimonial_section p {
  margin-top: 1rem;
}

.testimonial_section h3 {
  text-transform: none;
  font-size: var(--h4);
  line-height: 1.5;
  color: #1a3b5c;
  font-family: var(--paragraph-font);
}

footer {
  background: #fff;
}

footer h3 {
  margin-bottom: 1rem;
  color: rgb(1, 105, 63);
}

footer a {
  color: #000;
}

footer p {
  margin-bottom: 0.1rem;
}

footer .footer_1 a {
  margin-bottom: 0.1rem;
  border-bottom: solid thin transparent;
  padding-bottom: 1px;
  text-transform: capitalize;
  display: inline-block;
}

footer .footer_1 a:hover {
  color: #000;
  border-bottom-color: rgb(1, 105, 63);
}

footer .footer_2 {
  text-align: center;
}

footer .footer_2 a {
  margin: 0 3.75px;
  color: rgb(1, 105, 63);
}

footer .footer_2 a svg {
  width: 25px;
  height: 25px;
}

footer .footer_3 {
  text-align: right;
}

footer .center_text {
  text-align: center;
}

footer .center_text p {
  margin-bottom: 0;
  font-size: 12px;
}

.single .module_bg p {
  margin-top: 3.75px;
}

.profile_img img {
  width: 100%;
}

.module_bg {
  text-align: center;
  background-attachment: fixed;
}

.module_bg * {
  color: #fff;
}

.module_bg h2 {
  margin-bottom: 15px;
}

.module_bg .default_content h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: var(--h3);
}

.module_bg p {
  margin-bottom: 0;
}

.module_bg a {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.module_bg a:hover {
  background: #00529c;
  color: #fff;
}

.default_content h2 {
  margin-bottom: 1rem;
  font-size: var(--h2);
}

.default_content h3 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.default_content img {
  border-radius: 0.5rem;
}

.micro_news h4 {
  font-size: var(--h5);
  color: #01693f;
  margin-bottom: 0.5rem;
}

.micro_news img {
  width: 100%;
  margin-bottom: 1rem;
}

.micro_news a {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  width: 100%;
  border-radius: 0.5rem;
}

.micro_news a:hover {
  background: #00529c;
  color: #fff;
}

.micro_news p {
  line-height: 1;
}

.micro_news p sm {
  font-size: 14px;
}

.panel_content_item {
  text-align: center;
}

.panel_content_item span {
  font-size: var(--h3);
  color: #fff;
  background: #01693f;
  border-radius: 100%;
  display: inline-flex;
  margin: 0 auto 1rem;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.panel_content_item .inner_white {
  background: #fff;
  box-shadow: 0px 3px 30px #00000014;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

.panel_content_item .inner_white p {
  margin-bottom: 0;
}

/* Module 6 Styling */
.module_6 .wpcf7 {
  background: #fff;
  box-shadow: 0px 3px 30px #00000014;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

.module_6 .wpcf7 p {
  margin-bottom: 0;
}

.module_6 .wpcf7 h2 {
  margin-bottom: 0;
}

.module_6 input:not([type="submit"]) {
  width: 100%;
  height: 50px;
  margin-top: 7.5px;
}

.module_6 textarea {
  margin-top: 15px;
  width: 100%;
}

.module_6 label {
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}

.module_6 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.module_6 input[type="submit"] {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border: none;
}

.module_6 input[type="submit"]:hover {
  background: #00529c;
  color: #fff;
}

.module_6 .r_contact_1 p {
  margin-top: 1rem;
}

.module_6 .r_contact_1 a {
  margin-top: 1rem;
  color: #000;
  text-decoration: underline;
}

/* Module 6 Styling End */

.outer_sponsor_items {
  overflow: hidden;
}

.sponsor_items img {
  object-fit: contain;
  width: 100%;
  height: 180px;
  object-position: center center;
}

.r-contact a.btn {
  display: inline-block;
  background: #01693f;
  color: #fff;
  padding: .875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0.25rem;
  color: #fff;
}

.r-contact a.btn:hover {
  background: #00529c;
  color: #fff;
}

.owl-directions {
  text-align: center;
}

.owl-directions img {
  margin-bottom: 15px;
  max-height: 500px;
  object-fit: contain;
}

.bg_white {
  background-color: #fff;
  border-bottom: solid thin #F6F5F0;
}

.page-id-317 footer {
  margin-top: 0;
}

.article_archive h4 {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

.article_archive a {
  display: inline-block;
  width: 100%;
  color: #01693f;
  text-decoration: underline;
}

#gform_1,
#gform_3 {
  border-radius: 15px;
  background: #fff;
  padding: 60px;
}

#gform_1 #field_1_3 h3,
#gform_3 #field_1_3 h3 {
  margin-top: 0;
}

#gform_1 h3,
#gform_3 h3 {
  font-size: var(--h3);
}
.gform_wrapper.gravity-theme .gsection {
    border-bottom:solid thin #002e44;
    padding:0 15px 7.5px 0;
}
.gform_wrapper.gravity-theme .gfield_label{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
        display: inline-block;
        background: #01693f;
        color: #fff;
        padding: .875rem 1.5rem;
        text-align: center;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 600;
        margin-top: 1rem;
        border-radius: 0.5rem;
        color: #fff;
        border:none;
        cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
        background: #00529c;
        color: #fff;
}
.hero-banner_single {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    padding:60px;
    align-items:flex-end; 
}
/* Custom Styles to match chart.jpg */
.hero-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items:flex-end;
    min-height:400px;
}
.hero-blue-box {
    background-color: #1a3b5c; /* Dark blue from design */
    color: #ffffff;
    padding: 30px;
    width:100%;
    display: inline-block;
    margin-bottom: -30px;
}
.hero-banner_single .hero-blue-box {
    margin-bottom: 0px;
}
.hero-blue-box a {

}
.hero-blue-box h1 {
    margin: 0;
    color:#fff;

}
.hero-blue-box p {
    margin-top: 1rem;
}
.single-member h1 {
    margin-bottom: 30px;
    padding-bottom:30px;
    border-bottom:solid thin #fff;
}
.single-member p {
    margin-top: 0;
}
.intro-text {
    background:#fff;
}
.intro-text p:not(.nm_title) {
    color: #333;
    font-family: var(--title-font);
    text-align: center;
    font-size: var(--h3);
    line-height: 1.5;
    
}
.intro-text p.nm_title {
    color: #333;

    text-align: center;
    line-height: 1.5;
}
.text-green {
    color: #01693f; /* Green from design */
    font-family: var(--title-font);
    margin-bottom: 20px;
}
.how-we-help p {
    
}


.btn-green {
    display: inline-flex;
    align-items:center;
    background: #01693f;
    color: #fff;
    padding:.875rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;    
    font-weight: 600;
    margin-top: 1rem;
    border-radius: 0.25rem;
}
.btn-green svg {
    margin-right: 7.5px;
    width: 20px;
    fill:#fff;
}
.btn-green:hover {
    background:#00529c;
    color:#fff;
    fill:#fff;
}
.white_a {
    text-transform: uppercase;
    font-size: 1rem;   
        color: #fff;
    font-weight: 600;  
    display: inline-flex;
    align-items:center;
}
.white_a svg {
    margin-right: 7.5px;
    width: 20px;
    fill:#fff;  
    
}
.white_a:hover {
    fill:#fff;
    color:#fff;
}
.service-card {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    text-decoration: none !important;
}
.service-card img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 6/7;
    object-fit: cover;
}
.service-card:hover .service-card-overlay {
    background: #01693f;
}
.blog-image:hover {
    border-color: #01693f !important;
}
.bg_article {
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.blog-image:hover .bg_article {
    background-size: 110% auto !important;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-image:hover .btn-link {
    background: #01693f !important;
}
.service-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a3b5c; /* Dark blue from design */
    color: #fff;
    padding: 30px 30px calc(30px - 1rem);
    max-width: calc(100% - 30px);
    display: inline-block;
}





.service-card-overlay span {
    display: inline-block;
    border-bottom:solid thin #fff;
    font-family: var(--sub-title-font);
    padding-bottom:1px;
    margin-bottom: 15px;
}
.service-card-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: var(--h3);
    margin-bottom: 1rem;
}
.singlular_blog-section .service-card-overlay {
    padding: 20px 20px calc(20px - 1rem);
}
.singlular_blog-section .service-card-overlay h3 {
    margin-bottom: 0.5rem;
}
.quote-text {

    font-family: var(--title-font);
    font-weight: 400;
    margin-bottom: 15px;
}
.quote-author {
    font-size: 16px;
}
.disclaimer-section {
}
.disclaimer-logo {
    max-width: 250px;
    margin-bottom: 20px;
}
.disclaimer-heading {

    margin-bottom: 15px;
}
.disclaimer-text {
    margin-bottom: 30px;
}

.btn-disclaimer {
    display: inline-flex;
    align-content: center;
    background: #01693f;
    color: #fff;
    padding:.875rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;    
    font-weight: 600;
    margin-top: 1rem;
    border-radius: 0.5rem;
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-disclaimer svg {
        width: 16px;
        margin-left: 7.5px;
        fill:#fff;
}
.btn-disclaimer:hover {
    background:#00529c;
    color:#fff;
}
.faqs_items,
.testimonials{
    background: #1a3b5c;
}
.faqs_items .faqs_row {
    box-shadow: none;
    background:#fff;
}
.faqs_items .faqs_row * {
    color:#1a3b5c;
    fill:#1a3b5c;
}
.faqs_items .faqs_row h3 {
    color:#1a3b5c;
}
.faqs_items *,
.testimonials * {
    color:#fff;
}
.faqs_items h2 {
    margin-bottom: 45px;
}
.faqs_row_stat h3 {
    font-size: var(--h4);
    margin-bottom: 0.5rem; 
}
.faqs_row_stat p {
    margin-bottom: 30px;
}
.faqs_row_static h3 {
    margin-bottom: 0.5rem;
}
.faqs_row_static p {
    margin-bottom: 30px;
}
.faqs_row_static {
    margin-bottom: 30px;
    border-bottom:solid thin #fff;
}
.faqs_items_2 h2 {
    margin-bottom: 45px;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    padding: 0 0 0 0 ;
    min-height: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-weight: var(--weight-medium);
    color: var(--text-strong);
    letter-spacing: var(--tracking-heading);
    margin: 0;
    text-wrap: balance;
    font-size: var(--h4);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: initial;
}
.ui-accordion .ui-accordion-content {
    padding: 15px 0 0px;
    border-top: 0;
    overflow: auto;
}
.ui-accordion .ui-accordion-content p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    margin: 0;
    text-wrap: pretty;
}
.ui-widget-content {
    border: none;
    background: transparent;
    color: initial;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.ui-accordion-content {
	border-top: none;
	padding:15px 0;
}	
.ui-accordion-content p {

	margin-bottom: 0;
}

.faqs_row h3:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f175";
    float: right;
    font-size: 18px;
    font-weight: 300;
}
.faqs_row h3.ui-state-active:before {
	content: '\f176';
}

.faqs_row {
    background-color: var(--color-ink-05);
    color: var(--text-strong);
    border: 1px solid var(--border-default);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 7.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    padding: 15px 30px;
}
.module_block h2 {
    margin-bottom: 30px;
}
.module_block h3 {
    margin-bottom: 30px;
    font-family: var(--paragraph-font);
    font-size: var(--h4);
}
.module_block p {
    margin-bottom:1rem;

}
.inner_bg-white {
    content:'';
    position: absolute;
    top:60px;
    left:60px;
    width:calc(100% - 120px);
    height:calc(100% - 120px);
    background:#fff;
}
#menu-lang-1 {
    list-style: none;
    padding-left: 0;
    margin-bottom:0;
}
    /* LEFT SIDE: Dynamic Text Box */
    .dynamic-process-box {
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        overflow: hidden;
    }
    
    @media (min-width: 992px) {
        .dynamic-process-box {

            margin-top: 60px; /* Offset to align with center of circle */
        }
    }
    
    .dynamic-process-box .step-header {
        background: #1a3b5c;
        color: white;
        padding: 20px 40px;
        font-weight: bold;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    .dynamic-process-box .step-content-inner strong {
        display: block;
        font-size:var(--h3);
            color: #333;
    font-family: var(--title-font);
    }
    .dynamic-process-box .step-content-inner {
        padding: 40px;
        min-height: 280px;
    }
    
    .dynamic-process-box h3 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        color: #333;
        font-weight: 600;
    }
    
    .dynamic-process-box p {
        font-size: 1.15rem;
        line-height: 1.7;
        color: #555;
    }


    /* Perfect SVG Chevron Donut Chart */

    .process-chart-svg {
        width: 100%;
        height: auto;
        filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.05));
    }

    /* Segment Interactivity */
    .segment-group {
        cursor: pointer;
    }
    
    .segment-shape {
        fill: #d3d5d7; /* Default light gray from chart.png */
        stroke: #ffffff; /* White gap between segments */
        stroke-width: 4px;
        stroke-linejoin: round;
        transition: fill 0.3s ease;
    }
    
    .segment-text {
        fill: #333;
        font-size: 60%;
        font-weight: 600;
        font-family: inherit;
        pointer-events: none;
        transition: fill 0.3s ease;
    }
    
    /* Hover / Active States */
    .segment-group:hover .segment-shape,
    .segment-group.active .segment-shape {
        fill: #1a3b5c; /* Dark blue matching chart.png */
    }
    
    .segment-group:hover .segment-text,
    .segment-group.active .segment-text {
        fill: #ffffff;
    }
    .module_bg_2026 {
        text-align: center;
    }
    .module_bg_2026 * {
        color:#fff;
    }
    .module_bg_2026 h2 {
        margin-bottom: 30px;
    }
    .module_bg_2026 p {
        margin-bottom:1rem;

    }

    .single .disclaimer-section h2 {
        margin-bottom:30px;
    }
    .single .disclaimer-section p {
        margin-bottom:1rem;
    }
.heading-section h2 {
  margin-bottom: 30px;
}

.heading-section h2 span {
  font-size: var(--h2);
}

.heading-section span.sub-title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
}

.heading-section p {
  margin-bottom: 1rem;
}

.heading-section p:nth-last-child(1) {
  margin-bottom: 0;
}

.singlular_blog-section {
  text-align: center;
}

.singlular_blog-section .blog-box {
  cursor: pointer;
}

.singlular_blog-section .blog-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.singlular_blog-section .blog-box .blog-image {
  border: 1px solid #1a3b5c;
  margin-bottom: 15px;
  position: relative;
}

.singlular_blog-section .blog-box .blog-image a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  backdrop-filter: blur(8px);
  background: #1a3b5c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.5s;
  opacity: 1;
}

.singlular_blog-section .blog-box .blog-image a img {
  max-width: 12px;
  height: 12px;
}

.singlular_blog-section .blog-box p a {
  font-family: var(--title-font);
  color: #1a3b5c;
}
.singlular_blog-section p {
    font-family: var(--title-font);
    color:#1a3b5c;
}
.bg_article{
    object-fit: cover;
    aspect-ratio: 3/2;
    padding-bottom: 56.6%;
    
}
.tool-section .heading-section {
  text-align: center;
}

.tool-section .heading-section span.sub-title {
  color: var(--main_linen);
}

.tool-section .heading-section h2 {
  color: var(--main_linen);
}

.tool-section .heading-section p {
  color: var(--main_linen);
}
sm {
    font-size: 14px;
}
.tool-section {

}
.tool-section ul {
    list-style:none;
    padding-left: 0;
    column-count: 2;
}
.tool-section ul>li {
    margin-bottom: 15px;
}

.tool-section ul>li>a {
    color: #1a3b5c;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: var(--main_linen);
    padding: 15px;
    border-radius: 7.5px;
}
.tool-section ul>li>a svg {
    width: 16px;
}
.tool-section ul>li:hover a {
    color: var(--main_linen);
    background:#1a3b5c;
}
.tool-section ul>li:hover a svg {
    fill: var(--main_linen);
}
#menu-main li {
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s linear;
    padding: .5em 0;
}
header {
    
}
header img {
    max-height: 75px;
}
.float_menu_items {
display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
#menu-lang {
  margin-left: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#menu-lang>li>a {
color: #00529b;
                text-transform: uppercase;
                letter-spacing: 1px;
                /* font-family: var(--sub-title-font); */
                font-weight: 500;
                font-size: 14px;
}
header .btn-green {
    margin-left: 30px;
    margin-top: 0;
}
header ul#menu-main li ul.sub-menu li {
  margin: 0;
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block;
}
header ul#menu-main li a:hover,
header ul#menu-main li.current-menu-item>a {
  color: #00529b !important;
}
header ul#menu-main li a:hover::after,
header ul#menu-main  li.current-menu-item>a::after {
  transform: scaleX(1);
  background-color: #00529b;
}
header ul#menu-main li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00529b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
/* 1. Collapse the height, hide the text, and set the animation speed */
.service-card p:not(.not_hidden) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0; /* Removes default margin so it collapses completely to 0 */
    transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.5s ease;
    margin-bottom:1rem;
    font-style: italic;
    font-size: 16px;
}
.service-card p.not_hidden {
    font-size: 16px;
    color: #fff;
    font-family: var(--paragraph-font);
    text-align: left;
}
/* 2. Expand the container and fade in the text on hover */
.service-card:hover p:not(.not_hidden) {
    max-height: 300px; /* Set this higher than the paragraph will ever be */
    opacity: 1;
   
}
.inner_white_banner h3 {
    margin-bottom: 1rem;
}
.white_a {
    margin-bottom:1rem;
    color:#fff;
}
.modular_bg_banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 450px;
    padding:30px 0;
}
.modular_bg_banner * {
    color:#fff;
}
.inner_white_banner h2 {
    margin-bottom:1rem;
}
#wprmenu_bar .menu_title {
    position: absolute;
    right: 50%;
    transform:translateX(25%);
    top: -3px;
}
#wprmenu_bar .bar_logo {
    padding:0 0 0 0;
}
@media only screen and (min-width: 1024px) {
   header ul#menu-main>li:hover>ul {
        opacity: 1;
        pointer-events: inherit;
        visibility: visible;
    }
}
@media only screen and (min-width: 1024px) {
    header ul#menu-main>li>ul {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 0 0 16px 16px;
        border-top: none;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .2);
        left: -15px;
        margin: 0;
        min-width: 300px;
        opacity: 0;
        padding: 15px 15px 15px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        transition: all .5s ease;
        visibility: hidden;
        z-index: 800;
        z-index: 99999999;
    }
}
@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

    :root {
        --h0: 42px;
        --h1:32px;
        --h2:28px;
        --h3:24px;
        --h4:18px;
        --h5:18px;
        --p:16px;
    
    }
    .tool-section ul {
        column-count: 1;
    }
    .top_banner_home {
        min-height: 40vh;
        height: auto;
        padding:60px 0;
    }
    .service-card-overlay {
        max-width: 100%;
    }
    .service-card:hover p:not(.not_hidden) {
        max-height: 0;
        opacity: 0;
    }
    .margin-bottom-15 {
        margin-bottom: 15px;
    }
    .margin-bottom-30 {
        margin-bottom: 15px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .margin-bottom-90 {
        margin-bottom: 30px;
    }
    .margin-bottom-120 {
        margin-bottom: 60px;
    }
    
    .margin-top-15 {
        margin-top: 15px;
    }
    .margin-top-30 {
        margin-top: 15px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    .margin-top-90 {
        margin-top: 30px;
    }
    .margin-top-120 {
        margin-top: 60px;
    }
    
    .padding-bottom-15 {
        padding-bottom: 15px;
    }
    .padding-bottom-30 {
        padding-bottom: 15px;
    }
    .padding-bottom-60 {
        padding-bottom: 30px;
    }
    .padding-bottom-90 {
        padding-bottom: 30px;
    }
    .padding-bottom-120 {
        padding-bottom: 60px;
    }
    
    .padding-top-15 {
        padding-top: 15px;
    }
    .padding-top-30 {
        padding-top: 15px;
    }
    .padding-top-60 {
        padding-top: 30px;
    }
    .padding-top-90 {
        padding-top: 30px;
    }
    .padding-top-120 {
        padding-top: 60px;
    }
}

@media (max-width: 767.98px) {
    footer.margin-top-90 {
        margin-top:60px;
    }
    .hero-banner {
        min-height: 250px;
    }
    .top_banner_home {
        height:auto;
        div.container-fluid {
            position: relative;
            padding-top: 60px;
        }
    }
    .m-bottom-30 {
        margin-bottom: 30px;
    }
    .m-bottom-60 {
        margin-bottom: 60px;
    }
    .padding-top-240 {
        padding-top: 60px;
    }
    .padding-bottom-240 {
        padding-bottom: 60px;
    }
    .padding-top-220 {
        padding-top: 60px;
    }
    header {
        position: relative;
    }
}