@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_thin.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Gotham Italic 400 */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_thinitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Gotham Medium 500 */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_mediumitalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_bolditalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* Gotham Black 900 */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_blackitalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
/* Global website configuration start --------------------------------------*/
body{
    font-family: "Open Sans", sans-serif;
}

.post, .page {
    margin: 0 0 0em;
}

h1{
  font-size: 38px;
  font-family: "Inter", sans-serif;
}
h2{
  font-size: 32px;
    font-family: 'Gotham';
}
h3{
  font-size: 28px;
  font-family: "Inter", sans-serif;
}
p, ul{
  font-size: 18px;
  color: #242424;
  line-height: normal;
    margin: 0px;
}

a:link, a:hover, a:visited{
  text-decoration: none;
  color: #000;
}

:root {
    --hdr_line: #037281; /* main top header line background */

    /* Global Changes */
    --bg_cust: #3AC3BC; /* second accent color of underlines and hero button */
    --drk_btn_text: #ffffff; /* color of the text of a button on a dark background */
    --drk_btn_weight: 600; /* Weight of button fonts */

    /* Navigation section and menu */
    --main_nav_col: #000; /* Main navigation color */
    --bg_gn2: #F5F5F5; /* background of the header section */

    /* Hero section */
  --bg_cust_btn: #3AC3BC; /* Background color of the main button in Hero */
    --bg_cust_hov: #fffdee; /* Hero section button color of background on hover */
    --cust_hov_txt: #000; /* Hero section button color of text on hover */
    --hero_txt: #fff; /*Hero text color */
    --submsg_dsp: block; /* sub message on a hero section, block - display | none - to not display */

  /* Benefits Section */
  --benefits_font: 24px;

  /* Footer Section */
  --footer_background: #041C37;
  --footer_text_color: #F5F5F5;

    /* Links to other properties */
    --border_btm: solid 4px var(--bg_cust);
    --social_color: var(--drk_btn_text);
    --drk_btn_outline: var(--drk_btn_text);

}


@media(max-width: 768px){
h1 {
    font-size: 30px;
}
}

/* end of global declarations --------------------------------------------------*/

[id] {
  scroll-margin-top: 80px;
}


.mt-6{
  margin-top: 80px;
}
/* ===== GN-1 Start ======================================================*/
/* === Section Background & Borders === */
#gn1 {
  padding: 2px 0;
}


.nav-link:focus-visible{
box-shadow: none !important;
}

#gn1 .w-100 {
  font-size: 16px;
  font-weight: var(--drk_btn_weight);
  margin-left: auto;
}
#gn1, #wa_a0067 {
  background: var(--hdr_line);
  border-bottom: 2px solid #505050;
}

/* === Link Styling === */
#gn1 a {
  color: var(--social_color);
  text-decoration: none;
}
#gn1 .list-unstyled {
    margin-bottom: 0;
    display: flex !important;
    max-width: 420px;
}
/* === Icon Grid === */
#gn1 .gn1-top {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 15px;
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr {
  display: grid;
  grid-template-columns: repeat(10, auto);
  justify-content: start;
  margin-top: 8px;
  font-size: 16px;
}
.gn1-ftr .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}

.gn1-ftr .fab:hover {
  color: #fff080;
  transform: scale(1.2);
}
@media (max-width: 576px) {
  #gn1 .gn1-top {
    grid-template-columns: repeat(10, auto);
    margin: 8px auto 15px auto;
    width: fit-content;
  }
  #gn1{
    padding-bottom: 20px;
  }
}
/* === Icon Size & Hover Animation === */
#gn1 .gn1-top .size {
  font-size: 24px;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}
#gn1 .fab:hover {
  color: #fff080;
  box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  -webkit-box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  -moz-box-shadow: 1px 2px 24px 0px rgba(255, 238, 0, 0.75);
  transform: scale(1.2);
}
/* === Button Styles === */
#gn1 .btn-outline-info.custom-outline {
    color: var(--drk_btn_text);
    border-color: var(--drk_btn_outline);
    max-width: 200px;
    float: right;
    font-family: 'Gotham';
}
#gn1 .btn-outline-info.custom-outline:hover {
  background-color: var(--bg_cust_hov);
  color: #000 !important;
  color: var(--cust_hov_txt); /* last declaration takes effect */
  transition: 0.8s;
}

@media (max-width: 576px) {
    #gn1 .btn-outline-info.custom-outline {
        justify-content: center !important;
        justify-items: center !important;
        display: flex;
        margin: auto;
    }

    #gn1 .w-100 {
        font-size: 16px;
        font-weight: var(--drk_btn_weight);
        margin-left: auto;
        justify-content: center !important;
        justify-items: center !important;
        display: flex;
        margin: auto;
    }
}
/* ===== GN-1 END ======================================================*/


/* ===== GN-2 Start: Main Navbar ===== */
#offcanvasNav, #gn2{
  
}
#offcanvasNav{
  font-size: 16px;
}
#gn2 {
    padding: 20px 0 20px 0;
    transition: padding 0.3s ease;
    border-bottom: solid 1px #000;
    font-size: 20px;
}

#gn2 {
  will-change: padding;
    background-color: var(--bg_gn2);
}

.head{
	height: 95px;
}

#gn2 .navbar-nav .nav-link.active, #gn2 .navbar-nav .nav-link.show {
    color: #037281;
}

#gn2.navbar.scrolled {
  padding: 2px 0;
  margin-bottom: 0px;
}
#gn2.navbar:not(.scrolled) {
  padding: 2px 0;
}

#gn2 .logo {
  height: 60px;
  transition: height 0.3s ease;
}

#logo2{
	display: none;
}

#gn2 .logo:hover {
  scale: 1.2;
  transition: 0.5s;
}

#gn2.scrolled .logo {
  height: 60px;
}

#gn2.fixed {
  width: 100%;
	position: fixed;	
}

#gn2 .nav-link {
  font-size: 20px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
    color: var(--main_nav_col);
}

#gn2 .navbar-nav .nav-item {
  position: relative;
}

#gn2 .navbar-nav .nav-item:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}

#gn2 .navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

/* Hide separators and spacing in mobile collapsed nav */
@media (max-width: 576px) {
  #gn2 .navbar-collapse.show .navbar-nav .nav-item,
  #gn2 .navbar-nav .nav-item {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

	.head {
    height: 0px;
	}
	
  #gn2 .navbar-nav .nav-item::after {
    display: none !important;
  }

    #gn2 .logo {
        height: 60px;
        transition: height 0.3s ease;
        display: block;
    }
}


/* ===== Offcanvas Sidebar Menu ===== */
.offcanvas-start {
  width: 250px;
  background-color: #221f2e;
  color: #fff;
}
.offcanvas-header {
    border-bottom: solid 1px #ffffff2e;
}
.offcanvas .close_updated {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  border: none;
  opacity: 1;
}
.offcanvas .nav-link {
  color: #fff;
  padding-left: 5px;

}
.offcanvas .nav_inner{
    color: #ffffff;
    padding: 0 0 5px 20px;
    font-size: 14px;
}
.offcanvas .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Prevent layout shift of accordion on mobile */
@media (max-width: 576px) {
  #offcanvasNav .collapse,
  #offcanvasNav .collapse ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}


/* ===== Toggler & Utility Classes ===== */
#gn2_togler .z-1030 {
  z-index: 1030;
}

#gn2_togler .custom-toggler, .bg_remove {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none !important;
}

#gn2_togler .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ===== Dropdown (for top nav only) ===== */
.dropdown-menu {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}

/* hover under */
.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.underline-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #037281;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1s ease;
}

.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}

#offcanvasNav .nav-link i {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 10px;
}

#offcanvasNav .nav-link[aria-expanded="true"] i {
  transform: rotate(180deg); /* flip arrow when open */
}


/* ===== GN-2 End ===== */


/*-- SA --------------------------------------*/
.wa_sa{
	min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
	  text-align: center;
    background-position-x: center;
    border-bottom: var(--border_btm);
}
.wa_sa .wa_lft_txt{
    bottom: 0;
    min-height: 200px;
    /*background-color: #000000b3; */
    color: #000;
    text-align: left;
    margin-top: 130px;
}
.wa_sa .wa_lft_txt .wa_text{
    margin-top: 20px;
    font-size: 2.7em;
    font-weight: 900;
	line-height: 1.2em;
}
.wa_sa .wa_lft_txt .wa_text h1 {
    color: var(--hero_txt);
    font-weight: 500;
    font-style: italic;
    font-family: 'Gotham';
}


.wa_sa .wa_lft_txt .wa_sub_message{
    display: var(--submsg_dsp);
    padding-top: 15px;
}
.wa_sa .wa_lft_txt .wa_sub_message p{
    color: var(--hero_txt);
}
.wa_custm{
  background-color: var(--bg_cust_btn);
    border-color: #FFF;
    border-radius: 0px;
    margin-top: 15px;
    font-weight: var(--drk_btn_weight);
	font-size: 24px;
}
.wa_custm:hover{
    background-color: var(--bg_cust_hov);
    border-color: #FFF;
    color: var(--cust_hov_txt);

}
.wa_lft_logo{
  margin-top: 130px;
}
@media (min-width: 576px) {
  .wa_sa .wa_lft_txt{
    width: 500px;
  }
}
/*-- SA END --------------------------------------*/

#testcard{
  text-align: center;
      background-color: #F5F5F5;
    padding-bottom: 50px;
}
    .card {
      position: relative;
      height: 220px;
      overflow: hidden;
      border-radius: 0px;
      margin-left: auto;
      margin-right: auto;
      border: solid 2px #221f2e;
    }

    .card a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      text-decoration: none;
      color: inherit;
    }

    .card-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .card-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      transition: all 0.5s ease;
      background-color: #0000007d;
    }

    .hover-bg {
     position: absolute;
    background: rgb(255 255 255 / 0%);
    z-index: 1;
    border: 0px solid #000;
    transition: all 0.5s ease;
    width: 0px;
    height: 0px;
    }

    .card-text {
  position: relative;
    z-index: 2;
    text-align: center;
    width: 80%;
    }

.card-text h3 {
    margin: 0;
    color: white;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    font-family: 'Gotham';
}
    .actionstep{
      font-size: 25px;
    padding-top: 10px;
    }
    .actionstep .chevron_modi {
    font-size: 20px;
    background-color: #3AC3BC;
    color: #fff;
    padding: 5px 10px 5px 9px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.actionstep:hover .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #092a50;
}
.testcard-union:hover .actionstep .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #092a50;
}

    /* Hover effect */
.testcard-union:hover .card .hover-bg {
      width: 80%;
    height: 80%;
    border: 1px solid #ffffff;
    color: #000 !important;
    }
.testcard-union:hover .card .card-overlay {
    background: #ffffff24;
    }

@media(max-width: 768px){
	#testcard h2{
		font-size: 24px;
	}
}  

    /* A0136 -----------------------------------------------------------*/
#a0136 {
    padding-top: 80px;
    padding-bottom: 40px;
    background-size: cover;
}
.a0136-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: start;
    margin-top: 50px;
}

.a0136-grd img{
width: 100%;
}

#a0136 .a0136-subtitle{
  margin-top: 20px;
}
#a0136 img {
    width: 100%;
    border-radius: 5px;
}
#a0136 h4{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #3A4750;
}
.a0136-btn {
    background: #111820;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #F5F4FA !important;
    display: block;
    padding: 8px;
    max-width: 650px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.a0136-btn:hover {
    background: #F5F4FA;
    border: 1px solid #111820;
    color: #111820 !important;
    transition: 0.9s;
}
.a0136-itm{
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}
@media (max-width: 992px) {
    .a0136-grd {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    #a0136 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    #a0136 h6 {
        border-bottom: 6px solid #FFEACE;
        line-height: 25px;
        font-size: 40px;
    }
    .a0136-blk-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .a0136-itm {
        padding-bottom: 30px;
    }
}
/* A0136 END -------------------------------------------------------*/


/*-- Benefits & Offer Sections -------------------------------*/
#benefits, #offer{
  padding-bottom: 40px;
  border-bottom: solid 4px var(--bg_cust);
}

#benefits ul, #offer ul {
  font-size: var(--benefits_font);
}



/*-- a0228 ------------------------------------------*/
#a0228 {
  background: #FFE6CC;
  padding-top: 80px;
  padding-bottom: 70px;
}
.a0228_header {
  color: #EE7721;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.a0228-txt {
  color: #50555B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  width: 100%;
  max-width: 940px;
  margin: auto;
  margin-bottom: 30px;
}
.a0228-grd-first {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto 1fr;
  max-width: 940px;
  margin: auto;
  align-items: center;
  margin-bottom: 70px;
}
.a0228-grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.a0228-grd-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.a0228-item {
  box-shadow: 0px 4px 10px 0px #EE7721;
  border-radius: 12px;
  background: #FFF;
}
.a0228-item img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}
.a0228-item h3 {
  color: #EE7721;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.a0228-item h4 {
  color: #EE7721;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#a0228 h5 {
  color: #007CA5;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.a0228-box {
  padding: 16px;
  padding-bottom: 30px;
}
.a0228-item-text {
  color: #50555B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
@media (max-width: 992px) {
  #a0228 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .a0228-grd-first {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .a0228-grd {
    grid-template-columns: 1fr;
  }
  .a0228-grd-3col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .a0228_header {
    font-size: 30px;
  }
}
/*-- a0228 END --------------------------------------*/


/* A0167 -------------------------------*/
.a0167 {
    padding-bottom: 10px;
    padding-top: 50px;
    background-color: var(--footer_background);
    border-top: solid 3px #3AC3BC;
    color: var(--footer_text_color);
}
.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--footer_text_color);
    font-family: 'Gotham';
}
.a0167 a:hover{
    color: var(--footer_text_color);
    text-decoration: underline;
}
.a0167_sbft {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--footer_text_color);
    margin-top: 30px;
    margin-bottom: 10px;
}
.a0167 .a0167_soc{
    font-size: 30px;
}
.a0167 .a0167_soc a:hover{
    color: #000;
    transition: 0.5s;
}
.a0167-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
}
.a0167-grid .tnp-email {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 29px !important;
    color: #ABABAB !important;
}
.a0167-grid .tnp-submit {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px;
    background-color: #56A457 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 28px !important;
    text-align: center;
}
.a0167 .tnp-subscription {
    margin: 0px auto;
}
.a0167 img {
    width: 100%;
    margin-bottom: 30px;
	max-width: 150px;
}
.a0167 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: var(--footer_text_color);
    margin-bottom: 20px;
    font-family: 'Gotham';
}
.a0167 .fab {
    padding: 6px;
    font-size: 30px;
}
.gn1-ftr .fab {
    padding: 10px 10px 10px 0;
}
.a0167-col {
    margin-bottom: 20px;
}
/* A0167 END ---------------------------------------*/


/*-- a0149 Start ------------------------------------------*/
#a0149 {
    padding: 0px 0px 40px 0;
    border-top: 0px solid #65BA17;
    border-bottom: 3px solid var(--bg_cust);
    padding-bottom: 90px;
    padding-top: 30px;
}
#a0149 h2 {
    margin-top: 0px;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Gotham';
}
#a0149 .line {
    height: 1px;
    max-width: 430px;
    background: #2E6DC8;
    margin: auto;
    margin-bottom: 15px;
}
.wa_a0149_descr {
  text-align: center;
}
#a0149 .wa_a0149_descr p{
    margin-bottom: 35px;
    font-style: normal;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}
#a0149 h6 a{
    color: #252A2E !important;
}
#a0149 li{
    margin-bottom: 10px;
    font-size: 19px;
}
.a0149-border {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}
.a0149-grid {
    display: grid;
    grid-gap: 22px;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.a0149-item {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border: solid 2px var(--bg_cust);
}
.a0149-grd-imgs{
}

.a0149-item-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}



.a0149-art_img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    max-width: 60px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.wa_a0149_title {
    padding-bottom: 15px;
    letter-spacing: 0%;
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham';
}
.a0149-pad {
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 100px;
}
.a0149-pad p{
  font-size: 16px;
}
#a0149 .read_more-2{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #2E6DC8;
    padding: 10px 0;
    margin: 0px 0 0px 0;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5px;
}
#a0149 .read_more-2:hover{
    background: #ecf4f6;
    transition: 0.9s;
}
.a0149-box-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0px;
}
.a0149-btn-box {
    background: #ECF4F6;
    padding: 30px;
}
.a0149-btn-box a {
    background: #2E6DC8;
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 0;
    margin: auto;
    display: block;
}
.a0149-btn-box a:hover{
    background: #508aeb;
    transition: 0.9s;
}
@media (max-width: 1200px) {
    .a0149-grid {
        grid-template-columns: 320px 320px;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    #a0149 {
        padding: 0px 0px 0px 0px;
    }
    #a0149 h2 {
        margin-top: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 37px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .a0149-grid {
        grid-template-columns: 1fr;
		        margin-bottom: 30px;
    }
}
/*-- a0149 END --------------------------------------*/


.contact-section {
  background: url('../images/cont_bg.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 60px 20px;
}

.form-container {
  background: rgba(255, 255, 255, 0.0);
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

.form-container h2 {
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: uppercase;
    font-family: 'Gotham';
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea {
  flex: 1;
  min-width: 300px;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-size: 16px;
}

button[type="submit"] {
    padding: 15px 0px 15px 50px;
    font-size: 18px;
    background-color: #3AC3BC;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    border: solid 1px #D0D0D0;
    width: 200px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: left;
}

button[type="submit"]:hover {
    background-color: #041c37;
    color: #f5f5f5;
}

button[type="submit"]:hover .fa-chevron-right{
  color: #fff;
  padding-left: 5px;
     transition: all 0.3s ease;
}

.form-row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* for responsiveness on smaller screens */
}

.form-row-flex .cf-turnstile {
  flex: 1 1 auto;
}

.form-row-flex button[type="submit"] {
    flex: 0 0 auto;
    transition: background-color 0.3s ease;
    border: solid 1px #D0D0D0;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
    margin: auto;
    text-align: center;
    padding-left: 0px;
    font-family: 'Gotham';
}


  .cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 30, 30, 0.95);
    color: white;
    padding: 15px 20px;
    z-index: 9999;
    display: none;
    font-size: 15px;
  }

  .cookie-popup-inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .cookie-popup p {
    margin: 0;
    flex: 1;
        color: #FFF;
  }

  .cookie-popup a {
    color: #ffd700;
    text-decoration: underline;
  }

  .cookie-popup button {
    background-color: #ffffff;
    color: #333;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 15px;
    transition: background-color 0.3s ease;
  }

  .cookie-popup button:hover {
    background-color: #ddd;
  }

  .contact-grid {
    display: grid;
    gap: 10px;
    max-width: 800px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}
  
.contact-item i {
  font-size: 1.2rem;
  margin-top: 3px;
}


/* Info Section ------------------------------------- */
#ginfo{
    background-image: url(/images/ginfo_bg.jpg);
    background-size: cover;
    background-position-y: bottom;
    border-bottom: solid 1px #000;
}
.info-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  color: #1e2d4e;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.info-block i {
  font-size: 2.5rem;
  color: #1e2d4e;
  min-width: 40px;
}
/* Info Section END --------------------------------------------*/

/* second-page-hero --------------------------------------------*/
.second-page-hero{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-bottom: solid 3px #3AC3BC;
}

.second-page-hero h1 {
    max-width: 645px;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-style: italic;
    font-family: 'Gotham';
}

@media (max-width: 992px) {
    .second-page-hero h1{
        font-size: 32px;
    }
}
/* second-page-hero END --------------------------------------------*/


#octaveservicesliks{
    background: #F5F5F5;
    padding-top: 48px;
    padding-bottom: 64px;
}

.octaveservicesliks-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

.octaveservicesliks-grd h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    font-family: 'Gotham';
}

.octaveservicesliks-grd ul a{
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #114075 !important;
    font-family: 'Gotham';
}

@media (max-width: 992px) {
    .octaveservicesliks-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
    }

    #octaveservicesliks {
        background: #F5F5F5;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .octaveservicesliks-grd ul a {
        font-size: 20px;
    }
}


#servicesIncludes{
    padding-top: 57px;
    padding-bottom: 27px;
}

#servicesIncludes h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #041C37;
    margin-bottom: 54px;
    font-family: 'Gotham';
}

.servicesIncludes-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 28px;
    margin-bottom: 47px;
}

.servicesIncludes-grd h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #114075;
    display: flex
;
    align-items: center;
    font-family: 'Gotham';
}

.servicesIncludes-grd h3 span {
    width: 35px;
    display: flex
;
    float: left;
    height: 35px;
    background: #114075;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 26px;
    line-height: 100%;
    justify-content: center;
    align-items: center;
}

.stepsblock p{
    font-size: 18px !important;
}

.servicesIncludes-grd p{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
}

.servicesIncludes-left{
    order: 1;
}

.servicesIncludes-grd img{
    border-radius: 9px;
    width: 100%;
}

@media (max-width: 1200px) {
    #servicesIncludes h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .servicesIncludes-grd {
        grid-template-columns: 1fr;
        grid-gap: 0px 20px;
        margin-bottom: 40px;
    }

    .servicesIncludes-left {
        order: 0;
    }

    .servicesIncludes-grd h3 {
        font-size: 28px;
    }

    .servicesIncludes-grd p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    #servicesIncludes {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}


#BusinessAdvisoryServices h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #114075;
    font-family: 'Gotham';
}

#BusinessAdvisoryServices ul li{
    margin-bottom: 20px;
}

#BusinessAdvisoryServices{
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    #BusinessAdvisoryServices h2 {
        font-size: 28px;
    }
}


.ComplianceSupport{
    margin: 0px !important;
    margin-bottom: 120px !important;
    padding: 0px !important;
}


#FractionalCFOblock {
    background: #F5F5F5;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    padding-top: 47px;
    padding-bottom: 53px;
}

#FractionalCFOblock h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #041C37;
    margin-bottom: 20px;
    font-family: 'Gotham';
}

@media (max-width: 992px) {
    #FractionalCFOblock h2 {
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #FractionalCFOblock {
        background: #F5F5F5;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: justify;
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

#AboutTerryMosier{
    margin-top: 44px;
    margin-bottom: 100px;
}

#AboutTerryMosier h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #041C37;
    margin-bottom: 60px;
}

.AboutTerryMosier-grd{
    display: grid
;
    grid-template-columns: auto 1fr;
    grid-gap: 25px;
}

@media (max-width: 1200px) {
    #AboutTerryMosier h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .AboutTerryMosier-grd{
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        justify-content: center;
        justify-items: center;
    }
}


.a0065 {
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    min-height: 500px;
    margin-bottom: 0px;
    display: flex
;
    align-items: center;
}

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wa_lft_txt{
	max-width: 700px;
    margin: auto;
    background: #037281ad;
    padding: 30px;
}

.nav-link:focus, .nav-link:hover {
    color: #037281 !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0px 20px !important;
    color: var(--main_nav_col) !important;
    height: auto !important;
    line-height: 150% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0px 20px;
    color: var(--main_nav_col) !important;
    height: auto !important;
    line-height: 150% !important;
}

#mega-menu-item-110{
    border-left: 0px solid #ccc !important;
    box-shadow: inset 0px 0 0 0 white !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    font-weight: 400 !important;
    width: 516px !important;
    padding: 10px 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 5px 5px !important;
    line-height: 130% !important;
    text-decoration: none !important;
    text-transform: none !important;
    vertical-align: baseline !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transition: none !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    opacity: 0 !important;
}

.gxtopmob{
    display: none !important;
}

.a0136-text p{
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .mobile-menu-position{
        position: fixed;
        right: 0px;
        z-index: 1000;
        top: 30px;
    }

    .offcanvas-title{
        color: #fff !important;
        padding: 10px 20px !important;
    }

    .offcanvas-header {
        margin-bottom: 10px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #fff !important;
        height: auto !important;
        line-height: 150% !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #fff !important;
        height: auto !important;
        line-height: 150% !important;
    }

    li.mega-menu-item > a.mega-menu-link {
        padding: 5px 20px !important;
    }

    #mega-menu-item-118 .mega-menu-link{
        padding: 0px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        background-color: #fff !important;
        border-radius: 0px !important;
        border: 0px solid #ccc !important;
        color: #000 !important;
        font-weight: 400 !important;
        width: 100% !important;
        padding: 10px 5px;
    }
}


@media (max-width: 576px) {
    .gxtop{
        display: none !important;
    }
    .gxtopmob{
        display: block !important;
    }
}


.social_ul{
    margin: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    grid-gap: 8px;
    list-style: none;
    padding: 0px;
}

#frm_field_12_container .frm_submit{
    display: none !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    min-width: 300px !important;
    padding: 15px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    font-size: 16px !important;
}

@media only screen and (min-width: 993px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
        color: #037281 !important;
        text-decoration: underline !important;
        text-underline-offset: 12px !important;
    }
}