@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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('gotham_medium.otf') format('opentype'); /* or 'woff', 'woff2', etc., if available */
}

@font-face {
  font-family: 'Gotham-light';
  src: url('gotham_light.otf') format('opentype'); /* or 'woff', 'woff2', etc., if available */
}


.social_ul{
    display: flex
;
    list-style: none;
    grid-gap: 10px;
    padding: 0px;
}

.blog{
    padding-bottom: 40px;
    padding-top: 20px;
}

body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1{
  font-size: 43px;;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 28px;
}
p{
  font-size: 20px;
  color: #242424;
  line-height: normal;
margin-bottom: 5px

}

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

ul, ol {
    margin: 0 0 0em 0em;
}

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


frm_field_12_container {
    display: flex !important;
}

#mega-menu-item-110{
    border-left: 0px !important;
}

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


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

#gn1 .w-100 {
  font-size: 16px;
}
#gn1, #wa_a0067 {
    background: #284069;
    border-bottom: 0px solid #505050;
}

/* === Link Styling === */
#gn1 a {
  color: #fff;
  text-decoration: none;
}
#gn1 .list-unstyled {
  margin-bottom: 0;
}
/* === Icon Grid === */
#gn1 .gn1-top {
    display: grid
;
    grid-template-columns: repeat(5, auto);
    gap: 15px;
    justify-content: start;
    margin-top: 2px;
    font-size: 16px;
}
.gn1-ftr {
  display: grid;
  grid-template-columns: repeat(5, 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 {
        display: flex;
        flex-wrap: wrap;
        margin: 4px auto 8px auto;
        width: 100%;
        justify-content: center;
    }
  #gn1{
    padding-bottom: 8px;
  }
}
/* === Icon Size & Hover Animation === */
#gn1 .gn1-top .size {
    font-size: 25px;
    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: #fff;
    max-width: 200px;
    float: right;
    border: 1px solid #FFFFFF;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
#gn1 .btn-outline-info.custom-outline:hover {
  background-color: #fffdee;
  color: #000 !important;
  color: white; /* last declaration takes effect */
  transition: 0.8s;
}

@media(max-width: 576px){
	#gn1 .btn-outline-info.custom-outline{
    max-width: 200px;
    float: none;
    display: block;
    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;
}

.head{
	height: 95px;
}

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

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

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

#logo2{
	display: none;
}

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

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

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

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

#gn2 .mega-menu-link {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.25rem !important;
}

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 130% !important;
    height: auto !important;
    margin: 0px 1rem !important;
    padding: 0px 1rem !important;
    font-family: Noto Sans !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
    color: #262626 !important;
    text-align: center;
}

#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;
}

.mega-sub-menu{
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
}

#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 {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 150% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 160px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0.5rem 0px;
}

.collapse:not(.show) {
    flex-basis: auto !important;
}

#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:hover, #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:focus{
    background-color: #f8f9fa !important;
    color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    top: 40px !important;
}

#mega-menu-item-113 .mega-menu-link:hover, #mega-menu-item-113 .mega-menu-link:focus {
    color: #F44336 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link {
    margin: 0px 0rem !important;
    padding: 0px 0rem !important;
    padding-right: 1rem !important;
    margin-right: 1rem !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
}

.logo{
    display: block;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    transform: scale(0.6) !important;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    flex: 1;
    justify-content: flex-end;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 0rem 0rem;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 3px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 3px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    left: calc(min(100vw - 40px, 260px)) !important;
}

@media only screen and (max-width: 992px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 1rem !important;
        padding-right: 1.8rem !important;
        padding-top: 4rem !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
        width: auto !important;
        height: auto !important;
        font-size: 30px !important;
        font-weight: 100 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
        position: initial !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type > a.mega-menu-link{
        position: initial !important;
    }

    .offcanvas-header {
        border-bottom: solid 1px #ffffff2e;
        padding: 1rem;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        line-height: 130% !important;
        height: auto !important;
        margin: 0px 0rem !important;
        padding: 0.5rem 0.3rem !important;
        font-size: 16px !important;
    }

    #mega-menu-item-113 .mega-menu-link:hover, #mega-menu-item-113 .mega-menu-link:focus {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding-left: 1rem !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
    }

    #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 {
        display: block;
        width: 100%;
        padding: 0.rem 0.5rem !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 150% !important;
    }

    .mega-sub-menu {
        background-color: #ffffff00 !important;
        border-radius: 4px !important;
        border: 0px solid #ccc !important;
        color: #fff !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        padding: 0.3rem 0px !important;
    }

    #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 {
        color: #ffffff !important;
    }

    #mega-menu-wrap-menu-1 {
        margin-top: 5px !important;
    }
}

/* 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;
  }

    .mobile-menu-position {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .navbar-brand{
        padding-bottom: 10px;
        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: #FF9800;
  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 {
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    background-position-x: center;
    border-bottom: 3px solid #1FB3CF;
}
.wa_sa .wa_lft_txt{
    color: #000;
    text-align: left;
    width: 100%;
}
.wa_sa .wa_lft_txt .wa_text{
    margin-top: 0px;
    font-size: 2.7em;
    font-weight: 900;
	line-height: 1.2em;
}

.wa_sa .wa_lft_txt .wa_text h1{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
	margin: 0px;
}

.wa_sa .wa_lft_txt .wa_sub_message{
    padding-top: 15px;
}
.wa_custm {
    background-color: #1FB3CF;
    border-color: #FFF;
    border-radius: 0px;
    border: 2px solid #FFFFFF;
    width: 200px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 12px;
}


.page-id-208 .wa_custm {
    width: 300px;
}

.wa_lft_logo{
  margin-top: 130px;
}

.wa_sa-grd{
    display: grid
;
    grid-template-columns: 1fr 430px;
    align-items: center;
    grid-gap: 250px;
    text-align: left;
    padding-top: 62px;
    padding-bottom: 80px;
}

.wa_sa-grd h1 {
    font-size: 43px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0px;
    margin-bottom: 60px;
}


.page-id-208 .wa_sa-grd {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    grid-gap: 0px;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 150px;
}

@media (max-width: 1400px) {
    .wa_sa-grd {
        grid-template-columns: 2fr 1fr;
        grid-gap: 50px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .wa_sa-grd {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.page-id-208 .wa_sa-grd {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 0px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 50px;
	}
	
	.wa_sa-grd h1 {
    font-size: 43px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0px;
    margin-bottom: 20px;
	}
	
	.wa_custm {
    background-color: #1FB3CF;
    border-color: #FFF;
    border-radius: 0px;
    border: 2px solid #FFFFFF;
    width: 200px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 7px;
	}
}

/*-- SA END --------------------------------------*/

#testcard {
    text-align: center;
    background-color: #e7e7e7;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}
    .card {
      position: relative;
      height: auto;
      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: 300px;
    position: relative;
    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: 100%;
    padding: 0px 40px;
}

#testcard h2{
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.card-blog {
    height: 100%;
    padding-bottom: 80px;
}

.testcard-grd{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 24px;
	margin-bottom: 100px;
}

.testcard-grd-item {
    width: 400px;
}

.card-text h3 {
    margin: 0;
    font-size: 2rem;
    color: #354657;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-descript {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #354657;
    padding: 10px 40px;
}
.actionstep {
    font-size: 25px;
    padding-top: 10px;
    font-family: Gotham;
    font-weight: 400;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.testcard-union {
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 100%;
}

.page-id-15 .actionstep {
    font-size: 25px;
    padding-top: 10px;
    font-family: Gotham;
    font-weight: 400;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: -60px;
}
.actionstep .chevron_modi {
    font-size: 20px;
    background-color: #1FB3CF;
    color: #fff;
    padding: 5px 10px 5px 9px;
    border-radius: 16px;
    transition: all 0.5s ease;
}
.actionstep:hover .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #284069;
}

.testcard-union:hover .actionstep .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: #284069;
}

    /* 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-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
	
	.card-text {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}
	
	.card-descript {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #354657;
    padding: 10px 10px;
}
	
	.card-text h3 {
    margin: 0;
    font-size: 2rem;
    color: #354657;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
	
	.testcard-grd {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 10px;
		margin-bottom: 20px;
}
	
	.card-blog {
    height: 100%;
    padding-bottom: 50px;
}
	
	.page-id-15 .actionstep {
    font-size: 25px;
    padding-top: 10px;
    font-family: Gotham;
    font-weight: 400;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: -50px;
}
	
	.testcard-grd-item {
    width: 300px;
}
	
}  

    /* A0136 -----------------------------------------------------------*/
#a0136 {
    padding-top: 55px;
    padding-bottom: 65px;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}

#a0136 h2{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 38px;
} 

.a0136-text {
    text-align: left;
    font-family: Gotham-light;
    font-weight: 400;
    font-style: Book;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}
.a0136-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: start;
}

#a0136 img {
    width: 100%;
    border-radius: 9px;
}
#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: 1200px){
	.a0136-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    align-items: start;
}
	
	.a0136-text {
    text-align: left;
    font-family: Gotham-light;
    font-weight: 400;
    font-style: Book;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}
	
	#a0136 {
    padding-top: 25px;
    padding-bottom: 0px;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}
	
	.a0136-itm {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}
}

@media (max-width: 992px) {
    .a0136-grd {
        grid-template-columns: 1fr;
    }
	
	#a0136 h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 28px;
}
	
}
@media (max-width: 768px) {
    #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 -------------------------------------------------------*/


/*-- 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: 40px;
    padding-top: 55px;
    background: #000000;
    color: #bbbbbb;
    border-top: solid 3px #1FB3CF;
}
.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #D0D0D0 !important;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    display: block;
}
.a0167 a:hover{
    color: #bbbbbb;
    text-decoration: underline;
}
.a0167_sbft {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #bbbbbb;
    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 {
    height: 160px;
    margin-bottom: 0px;
}
.a0167 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.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: 38px 0px 70px 0;
    border-bottom: 3px solid #1FB3CF;
}
#a0149 h2 {
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 45px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
#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: flex;
    flex-wrap: wrap;
    grid-gap: 22px;
    margin: auto;
    justify-content: center;
}
.a0149-item {
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border: solid 2px #f4ab01;
    max-width: 300px;
    width: 100%;
    border: 2px solid #1FB3CF;
    box-shadow: 0px 4px 9px 0px #00000040;
}
.a0149-grd-imgs{
}
.a0149-art_img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.wa_a0149_title {
    font-size: 24px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: 600;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.a0149-pad {
    padding: 18px;
    padding-bottom: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}
.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) {
}
@media (max-width: 768px) {
    #a0149 {
            padding: 10px 0px 40px 0;
    }
	
	#a0149 h2 {
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

}
/*-- a0149 END --------------------------------------*/


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

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

.form-container h2 {
    margin-bottom: 55px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

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: #FAAD3F;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    border: solid 1px #ffffff6b;
    width: 200px;
    font-weight: 600;
     transition: all 0.3s ease;
     text-align: left;
}

button[type="submit"]:hover {
  background-color: #ff8a26;
      color: #001020;
    
}

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 #ffffff6b;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
}




  .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;
}


@media(max-width: 992px){
	.contact-section {
    	padding: 30px 20px 20px 20px;
	}
	
	.form-container h2 {
    margin-bottom: 30px;
    font-size: 28px;
    }
}

/* 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 --------------------------------------------*/

#frm_form_4_container .frm_final_submit{
    background: #F48120 !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    padding: 10px !important;
    width: 150px !important;
    color: #fff !important;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-style: SemiBold !important;
    font-size: 24px !important;
    leading-trim: NONE;
    line-height: 120% !important;
    letter-spacing: 0%;
    text-align: center !important;
}

#form_contact .frm_final_submit{
    background: #F48120 !important;
    box-shadow: none !important;
    padding: 10px !important;
    width: 150px !important;
    color: #fff !important;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-style: SemiBold !important;
    font-size: 24px !important;
    leading-trim: NONE;
    line-height: 120% !important;
    letter-spacing: 0%;
    text-align: center !important;
    border: 1px solid #D0D0D0 !important;
    border-radius: 6px !important;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-style: SemiBold;
    font-size: 20px !important;
    leading-trim: NONE;
    line-height: 120% !important;
    letter-spacing: 0%;
    text-align: center;
    padding: 23px !important;
    width: 200px !important;
}

#form_contact .frm_submit.frm_flex{
	justify-content: right;
}

#frm_form_4_container .frm_submit.frm_flex{
	justify-content: center;
}

.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 {
    font-family: Open Sans !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 120% !important;
    letter-spacing: 0%;
    padding: 15px 10px;
}


@media(max-width: 992px){
	
	#form_contact .frm_final_submit{
		padding: 13px !important;
	}
}

.tax_relief{
    padding-bottom: 58px;
    border-bottom: 3px solid #284069;
}

.tax_relief-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 23px;
    margin-top: 45px;
    margin-bottom: 110px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.tax_relief-grd h4{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

.tax_relief-grd ul{
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
    color: #284069;
}

.tax_relief h2{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 55px;
}

.tax_relief-helpers-grd{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
}

.tax_relief-helpers-item {
    max-width: 240px;
    display: grid
;
    grid-gap: 15px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: start;
    flex-wrap: wrap;
    align-content: baseline;
}

.tax_relief-helpers-item img{
	width: auto;
	height: 100px;
}

.tax_relief-helpers-item h3{
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

@media(max-width: 1400px){
	.tax_relief-grd {
    grid-template-columns: 1fr 1fr;
    grid-gap: 23px;
    margin-top: 25px;
    margin-bottom: 50px;
    }
}

@media(max-width: 992px){
	
	
	.tax_relief-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
	}
	
	.tax_relief h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
	
	.tax_relief-helpers-item h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}
	
}



.how-right-img{
	border-radius: 6px;
	width: 100%;
}

#how_it_works{
	    padding-top: 70px;
    padding-bottom: 90px;
}


#how_it_works h2{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 45px;
}

#how_it_works h4{
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #284069;
    display: flex
;
    grid-gap: 10px;
    align-items: center;
}


.how-it-works-grd-item{
	margin-bottom: 25px;	
}

.how-it-works-btn{
    background: #284069;
    border: 2px solid #FFFFFF;
    padding: 12px 24px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    margin-top: 30px;
    display: block;
    max-width: 460px;
    width: 100%;
    text-align: center;
}

.how-it-works-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    text-align: left;
    font-family: 'Gotham-light';
    font-weight: 400;
    font-style: Book;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #000;
}


@media(max-width: 1200px){
	.how-it-works-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 26px;
    text-align: left;
    font-family: 'Gotham-light';
    font-weight: 400;
    font-style: Book;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #000;
}
	
	#how_it_works h4 {
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #284069;
    display: flex
;
    grid-gap: 15px;
    align-items: center;
}
	
	#how_it_works h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}
	
	#how_it_works {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	.how-it-works-btn {
    background: #284069;
    border: 2px solid #FFFFFF;
    padding: 10px 10px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    margin-top: 24px;
    display: block;
    max-width: 460px;
    width: 100%;
    text-align: center;
}
	
	

}



.a0136-2 {
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 60px !important;
    border-bottom: 3px solid #284069;
}

.page-id-208 .a0136-2 {
    background: transparent !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    border-bottom: 0px solid #284069;
}

.a0136-2 h2 {
    text-align: left !important;
    margin-bottom: 24px !important;
}

@media(max-width: 992px){
	.a0136-2 {
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 3px solid #284069;
}
	
	.page-id-208 .a0136-2 {
    background: transparent !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 0px solid #284069;
}
	
}

#wa_testemonials h2{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}


@media(max-width: 992px){
#wa_testemonials h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}
}


.about_us_text{
    padding-top: 39px;
    padding-bottom: 49px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}

.about_us_text h2{
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 18px;
}

.about_us_text-grd{
    display: grid
;
    grid-gap: 24px;
    grid-template-columns: 300px 1fr;
}

.about_us_text-grd h3{
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    max-width: 260px;
    margin: auto;
    margin-top: 10px;
}

@media(max-width: 992px){
	.about_us_text-grd {
    display: grid
;
    grid-gap: 24px;
    grid-template-columns: 1fr;
    text-align: center;
	}
	
	.about_us_text {
    padding-top: 29px;
    padding-bottom: 39px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}
	
	.about_us_text h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 18px;
}
	
	.about_us_text-grd {
    display: grid
;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    text-align: center;
}
	
	
	.about_us_text-grd h3 {
    font-family: Gotham;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
}
	
	.about_us_text-grd p {
    font-size: 18px;
    color: #242424;
    line-height: normal;
    margin-bottom: 5px;
    text-align: left;
}
	
}


/*-- ACCA -- Start ------------------------------*/
.acca {
    border-bottom: 0px solid #F4AB01;
    margin-top: 70px;
}
.faq-heading {
    padding-top: 0px;
}
.acca .help_title {
    font-style: normal;
    align-items: center;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.acca .faq-heading {
    padding-top: 0px;
}
.acca .wa_header {
    border-radius: 5px !important;
    background-color: #ffffff !important;
    margin-bottom: 0px;
    position: relative;
    border-color: #cccccc !important;
    border-radius: 0px !important;
}
.acca .fa-angle-down {
    float: right;
    position: absolute;
    right: 20px;
    top: 30%;
    border: 2px solid;
    padding: 3px 5px;
    border-radius: 50%;
    line-height: 100%;
}
.acca .wa_tittext {
    font-style: normal;
    color: #284069;
    text-decoration: none;
    padding: 9px 0px;
    padding-right: 20px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
}
.acca a {
    text-decoration: none;
    border: 0px !important;
    outline: none !important;
}
.acca .md-accordion .card .wa_bodybody {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-style: normal;
    color: #354657;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -2%;
}
.acca .collapse {
    background: #fff;
    margin-bottom: 0px;
    border: 0px solid #929292;
    box-sizing: border-box;
    border-radius: 16px;
}
.acca .card {
    border: 0px solid rgba(0, 0, 0, .125);
    background: #fff;
    border: 1px solid #00000033;
    border-radius: 16px;
    margin-bottom: 12px;
}
.fa-angle-down{
    float: right;
}

@media(max-width: 1200px){
	
	.acca {
    	margin-top: 30px;
	}
	
	.acca .help_title {
    font-size: 28px;
    margin-bottom: 30px;
	}
	
	
    .acca .wa_tittext {
        font-style: normal;
        color: #284069;
        text-decoration: none;
        padding: 9px 0px;
        padding-right: 50px;
        font-family: Open Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        padding-bottom: 5px;
    }
	
	.acca .fa-angle-down {
    float: right;
    position: absolute;
    right: 20px;
    top: 10%;
    border: 2px solid;
    padding: 1px 3px;
    border-radius: 50%;
    line-height: 100%;
}
	
}

@media (max-width: 768px) {
    .acca .wa_tittext {
        font-style: normal;
        color: #284069;
        text-decoration: none;
        padding: 0px 0px;
        padding-right: 50px;
        font-family: Open Sans;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        padding-bottom: 0px;
    }

    .acca .faq-heading {
        padding-top: 0px;
    }
}
/*-- ACCA -- END ------------------------------*/


.contact_us_block{
    padding-top: 110px;
    padding-bottom: 130px;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}

.contact_us_block-grd{
    display: grid
;
    grid-template-columns: 1fr 2fr;
    grid-gap: 28px;
}

.contact_us_block-grd p{
	font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: justify;
	color: #000;
}

.contact_us_block-grd h2{
    font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #284069;
    margin-bottom: 25px;
}

.contact_us_block-grd h4{
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 20px;
}

.contact_us_block-grd h5{
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
}


@media(max-width: 1200px){
	.contact_us_block-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
	}
	
	.contact_us_block {
    padding-top: 40px;
    padding-bottom: 40px;
	}
}


@media (max-width: 992px) {
    .contact_us_block-grd {
        display: grid
;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
	
	.contact_us_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.contact_us_block-grd h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #284069;
    margin-bottom: 15px;
	}
	
	.contact_us_block-grd h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 10px;
	}
	
	.contact_us_block-grd h5 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
	}
	
	.contact_us_block-grd p {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}
}