@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');
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;


}

.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: 2px 0;
}


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

#gn1 .w-100 {
  font-size: 16px;
	    justify-content: end;
    justify-items: end;
}
#gn1, #wa_a0067 {
    background: #1A0B08;
    border-bottom: 2px solid #1A0B08;
}

/* === Link Styling === */
#gn1 a {
  color: #fff;
  text-decoration: none;
	display: block;
}
#gn1 .list-unstyled {
  margin-bottom: 0;
}
/* === Icon Grid === */
#gn1 .gn1-top {
    display: grid
;
    grid-template-columns: repeat(1, auto);
    gap: 15px;
    justify-content: start;
    margin-top: 4px;
    font-size: 16px;
}
.gn1-ftr {
    display: grid
;
    grid-template-columns: repeat(5, auto);
    justify-content: start;
    margin-top: 60px;
    font-size: 16px;
    grid-gap: 11px;
}
.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);
}

.btn:hover{
	    color: var(--bs-btn-hover-color);
    background-color: #1a0b08;
    border-color: #1a0b08;
}

@media (max-width: 576px) {
    #gn1 .gn1-top {
        display: grid
;
        grid-template-columns: repeat(1, auto);
        gap: 15px;
        justify-content: center;
        margin-top: 4px;
        font-size: 16px;
    }
  #gn1{
    padding-bottom: 0px;
  }
	
	    #gn1 .w-100 {
        font-size: 16px;
        justify-content: end;
        justify-items: center;
        margin: 2px;
        gap: 0px !important;
        display: grid !important
;
        text-align: center;
        justify-content: center !important;
    }
	
}
/* === 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: #d0d0d0;
    border-color: #514b66;
    max-width: 200px;
    width: 200px !important;
}
#gn1 .btn-outline-info.custom-outline:hover {
  background-color: #fffdee;
  color: #000 !important;
  color: white; /* last declaration takes effect */
  transition: 0.8s;
}
/* ===== 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: #FFFAF4 !important;
}

.head{
	height: 95px;
}

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

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

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

#logo2{
	display: none;
}

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

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

#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 0.5rem !important;
    padding: 0px 0.2rem !important;
    font-family: Open Sans !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 19px !important;
    leading-trim: NONE !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
	text-decoration: underline !important;
    text-underline-offset: 10px !important;
}

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



#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;
    max-width: 100%;
    margin: auto;
    padding: 10px;
    padding-bottom: 0px;
}


#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(max-width: 1400px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    	margin: 0px 0.2rem !important;
    font-size: 17px !important;
    }
	
	#gn2 .logo {
  		height: 60px;
	}
	
}

@media only screen and (max-width: 1200px) {
    #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;
    }
}

@media(max-width: 768px){
	#gn2 .logo {
    height: auto;
    transition: height 0.3s ease;
    max-width: 100%;
	}
	
	.navbar-brand{
		max-width: 70%;
	}
}

/* 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 {
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    background-position-x: center;
    padding-top: 96px;
    padding-bottom: 138px;
    border-bottom: 3px solid #AD7954;
}
.wa_sa .wa_lft_txt{
    bottom: 0;
    min-height: 200px;
    /*background-color: #000000b3; */
    color: #000;
    text-align: left;
    margin-top: 0px;
}
.wa_sa .wa_lft_txt .wa_text{
    margin-top: 0px;
    font-size: 2.7em;
    font-weight: 900;
	line-height: 1.2em;
}

.wa_text h1 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 43px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
}

.wa_sa .wa_lft_txt .wa_sub_message {
    padding-top: 0px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff !important;
}

.wa_sa .wa_lft_txt .wa_sub_message p {
    color: #fff !important;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff !important;
    margin-bottom: 30px;
}

.wa_sa .wa_lft_txt .wa_sub_message p a{
    color: #fff !important;
}

.wa_custm {
    display: none;
    background-color: #F4AB01;
    border-color: #FFF;
    border-radius: 0px;
    border: 2px solid #FFFFFF;
    padding: 12px 24px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

@media (min-width: 576px) {
  .wa_sa .wa_lft_txt{
    width: 100%;
  }
}

@media(max-width: 992px){
	.wa_sa {
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    background-position-x: center;
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 3px solid #AD7954;
	}
	
	.wa_text h1 {
    	font-size: 36px;
    }
	
	.wa_sa .wa_lft_txt .wa_sub_message p {
    color: #fff !important;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff !important;
    margin-bottom: 20px;
	}
	
	.wa_custm
 	{
    background-color: #F4AB01;
    border-color: #FFF;
    border-radius: 0px;
    border: 2px solid #FFFFFF;
    padding: 6px 14px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
	}
}

@media(max-width: 768px){
	.wa_lft_logo{
  		margin-top: 130px;
	}
}
/*-- SA END --------------------------------------*/

#testcard {
    text-align: center;
    background-color: #FFFAF4;
    border-bottom: 3px solid #AD7954;
	padding-bottom: 70px;
}

#testcard h2{
    color: #000;
    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;
    margin-top: 33px;
    margin-bottom: 44px;
}

#testcard h3{
  font-weight: 600;
  text-align: center;
  color: #000;
  font-size: 25px;
}

.card {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
    border-radius: 9px;
}

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

    .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 {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .card-text h3 {
      margin: 0;
      font-size: 2rem;
      color: white;
    }
    .actionstep{
      font-size: 25px;
    padding-top: 10px;
    }

.actionstep a{
  color: #000000;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
  background-color: #f48120;
  border: solid 1px #000;
  border-radius: 7px;
  padding: 10px;
  line-height: 0;
}

    .actionstep .chevron_modi{
      font-size: 20px;
    background-color: #AD7954;
    color: #fff;
    padding: 5px 10px 5px 9px;
    border-radius: 5px;
    transition: all 0.5s ease;
    }
.actionstep:hover .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: rgb(26, 11, 8);
}

.testcard-union:hover .actionstep .chevron_modi{
    padding-left: 80px;
    border-radius: 40px;
    background-color: rgb(26, 11, 8);
}

    /* 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: 992px){
	#testcard h2 {
    color: #000;
    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;
    margin-top: 25px;
    margin-bottom: 30px;
	}
	
	#testcard h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    margin-bottom: 30px;
	}
	
	.actionstep {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
	}
	
	#testcard {
    text-align: center;
    background-color: #FFFAF4;
    border-bottom: 3px solid #AD7954;
    padding-bottom: 20px;
	}
}  

    /* A0136 -----------------------------------------------------------*/
#a0136 {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    border-bottom: 3px solid #AD7954;
    background: #fff;
}

#a0136 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;
    color: #000;
    margin: 0px;
}

.a0136-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: start;
    margin-top: 50px;
}

#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: 0px;
}

.a0136-text p {
    font-size: 20px;
    color: #000;
    line-height: normal;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

#a0136 .actionstep a {
    justify-content: left;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .a0136-grd {
        grid-template-columns: 1fr;
    }
	
	#a0136 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 3px solid #AD7954;
    background: #fff;
	}
	
	#a0136 h2 {
    	font-size: 28px;
    }
	
	.a0136-grd {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
	
	#a0136 .actionstep a {
    justify-content: center;
    margin-top: 0px;
	}
}
@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: 0px;
    }
}
/* 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: 10px;
    padding-top: 30px;
    background: #1A0B08;
    color: #F5F5F5;
    border-top: solid 2px #AD7954;
}
.a0167 a:link, .a0167 a:visited, .a0167 a:active {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #bbbbbb;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #D0D0D0;
    display: block;
    margin-bottom: 10px;
	text-decoration: none !important;
}
.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 .footer_logo img {
    height: 230px;
    margin-bottom: 30px;
}
.a0167 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #F5F5F5;
    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;
}

@media(max-width: 992px){
	.gn1-ftr {
    display: grid
;
    grid-template-columns: repeat(5, auto);
    justify-content: start;
    margin-top: 20px;
    font-size: 16px;
    grid-gap: 11px;
	}
	
	.footer_logo{
		margin-bottom: 20px;
	}
}
/* A0167 END ---------------------------------------*/


/*-- a0149 Start ------------------------------------------*/
#a0149 {
    padding: 0px 0px 40px 0;
    border-top: 1px solid #65BA17;
    border-bottom: 3px solid #F4AB01;
}
#a0149 h2 {
    margin-top: 24px;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
#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: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border: solid 2px #f4ab01;
    max-width: 300px;
    width: 100%;
}
.a0149-grd-imgs{
}
.a0149-art_img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.wa_a0149_title{
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
        font-weight: 600;
}
.a0149-pad {
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.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: 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: 20px;
    }
}
/*-- 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 0px 80px 0px;
	    border-top: 3px solid #AD7954;
}

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

.form-container h2 {
    margin-bottom: 55px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 700;
    font-style: 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: auto;
  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: 23px 60px 23px 60px;
    font-size: 18px;
    background-color: #FAAD3F;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    border: solid 1px #ffffff6b;
    width: auto;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #D0D0D0;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

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 0px 30px 0px;
	}
	
	.form-container h2 {
    	margin-bottom: 25px;
    	font-size: 28px;
    }
	
	button[type="submit"] {
    padding: 15px 40px 15px 40px;
    }
	
}


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


.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 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    padding: 20px !important;
}

@media(max-width: 992px){
	.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{
		padding: 10px !important;
	}
}


/*-- BC9 -- 5 item option block ----------------------------*/
#wa_bc9 {
    margin-top: 0px;
    border-bottom: 3px solid #AD7954;
    padding-bottom: 60px;
}

#wa_bc9 img{
	max-width: 100%;
}

#wa_bc9 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;
    color: #000;
    margin-bottom: 40px;
    margin-top: 58px;
}
#wa_bc9 ul {
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    justify-content: center;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.wa_bc9-bg {
    background: linear-gradient(180deg, #FFFAF4 0%, #FFFFFF 100%);
    width: 100%;
    height: 325px;
    position: absolute;
}

#wa_bc9 .wa_item{
	
}
#wa_bc9 .wa_item .wa_item_link {
    padding: 0px !important;
    background: transparent !important;
}
#wa_bc9 .wa_item .wa_item_link h3{
	color: #FFF;
    text-align: center;
    font-family: 'Teko', sans-serif;
    margin-bottom: 0;
	
    margin-top: 5px;
	font-size: 0.9em;
}
#wa_bc9 .wa_item .wa_item_link h4{
    color: #fff;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 1.9em;
    font-weight: 200;
    margin-top: -10px;
    margin-bottom: 0;
	
	display: none;
}
#wa_bc9 .nav-pills .wa_item_link.active {
	
}
#wa_bc9 .wa_content .wa_text_wrap h2{
	font-family: inherit;
    font-size: 2em;
    font-weight: 700;
    color: #000;
    text-align: left;
}
#wa_bc9 .wa_content .wa_text_wrap img{
	margin-top: 20px;
}
#wa_bc9 .wa_content .wa_text_wrap{
	min-height: 180px;
}

#pills-tabContent{
	border-top: solid 2px #F4AB01;
    margin-top: 40px;
}

	#wa_bc9 .wa_item .wa_item_link {
        background: transparent;
        max-width: 180px;
        padding: 0px;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

	#wa_bc9 .wa_item .wa_item_link h3{
		color: #000;
		margin-top: 10px;
		font-size: 1.8em;
	}
	#wa_bc9 .wa_item .wa_item_link h4{
		display: block;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
		
}


@media(max-width: 1200px){
		#wa_bc9 .wa_item .wa_item_link {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    #wa_bc9 .wa_item .wa_item_link {
        max-width: 110px;
    }
}

@media(max-width: 768px){
	#wa_bc9 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;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}
}
/*-- BC9 -- END ----------------------------*/


/*-- ACCA -- Start ------------------------------*/
.acca {
    background-size: cover;
    background-position: center;
}
.faq-heading {
    padding-top: 30px;
}


.acca .help_title {
    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: #fff;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    margin: 15px 0px;
    border: 1px solid #00000033;
    border-radius: 16px !important;
    background: #fff;
}

.acca .faq-heading {
    padding-top: 30px;
}
.acca .wa_header {
    background-color: #E0E0E0 !important;
    border-radius: 5px !important;
}
.acca .wa_tittext {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    padding: 9px 0px;
}
.acca a {
    text-decoration: none;
}
.acca .md-accordion .card .wa_bodybody {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 5px 15px 20px;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.acca .collapse{
    background: #F1F1F1;
    border: 0px;
}
.acca .card {
    border: 0px solid rgba(0,0,0,.125);
    background: #F1F1F1;
}
.fa-angle-down{
    float: right;
}
.acca .accordion-button {
    background-color: #ffffff !important;
    color: #262626 !important;
    font-style: normal;
    box-shadow: none !important;
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 24px;
    border-radius: 16px !important;
}
.acca .accordion-body {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
    border-top: 1px solid;
    padding: 24px 0px;
    max-width: 96%;
    margin: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -2%;
    text-align: left;
}


.acca .collapse {
    background: #ffffff;
    border: 0px;
    border-radius: 0px 0px 16px 16px;
}

@media(max-width: 992px){
	.acca .accordion-button {
    background-color: #ffffff !important;
    color: #262626 !important;
    font-style: normal;
    box-shadow: none !important;
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px;
    border-radius: 16px !important;
	}
	
	.acca .accordion-body {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
    border-top: 1px solid;
    padding: 20px 0px;
    max-width: 96%;
    margin: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -2%;
    text-align: left;
}
}

@media (max-width: 768px) {
    .acca .faq-heading {
        padding-top: 20px;
    }
}
/*-- ACCA -- END ------------------------------*/

#new_customers{
	    background: #FFFAF4;
    padding-top: 48px;
    padding-bottom: 64px;
}

.new_customers-btn{
    background: #F48120;
    border-radius: 9px;
    display: block;
    padding: 20px 20px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFAF4 !important;
    width: 590px;
    margin: auto;
    margin-bottom: 15px;
	    text-decoration: none !important;
}

#new_customers h2{
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.new_customers-tel{
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center;
    display: block;
}

@media(max-width: 992px){
	#new_customers {
    background: #FFFAF4;
    padding-top: 30px;
    padding-bottom: 30px;
}
	
	.new_customers-btn {
    background: #F48120;
    border-radius: 9px;
    display: block;
    padding: 15px 10px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFAF4 !important;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    text-decoration: none !important;
}
	
	#new_customers h2 {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
	
	.new_customers-tel {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center;
    display: block;
}
}



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

.wa_sa{
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    border-top: double 4px #9E9E9E;
    background-color: #222;
}
    .wa_sa_int {
        min-height: 500px;
    }
.wa_sa .bg_semi {
    position: absolute;
    bottom: 0;
    background-color: #00000080;
    width: 100%;
    text-align: center;
    display: flex
;
    align-items: center;
    padding: 40px 0px;
}

.wa_sa .bg_semi .wa_text {
    margin-top: 0px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 43px !important;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.wa_sa .bg_semi .wa_sub_message, .wa_sa .bg_semi .wa_sub_message_internal{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: solid 2px #FFF;
    margin-top: 15px;
    padding-bottom: 15px;
	font-size: 1.4em;
    font-weight: 300;
}
.wa_sa .bg_semi .wa_sub_message_internal {
    color: #fff !important;
    letter-spacing: 0.05em;
    border-bottom: none;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold !important;
    font-size: 32px !important;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 20px !important;
    padding: 0px !important;
}


.wa_sa .bg_semi .wa_final_statement, .wa_sa .bg_semi .wa_units{
    color: #ff9222;
    font-weight: 300;
	font-size: 1.3em;
}
.wa_sa .bg_semi .wa_final_statement{
	margin-top: 15px;
}
.wa_sa .bg_semi .wa_units{
	font-size: 2.2em;
	font-family: 'Teko', sans-serif;
	font-weight: 100;
    margin-bottom: 15px;
}
.wa_ln_under{
    background-image: url(../images/line_under-hdr.jpg);
    height: 30px;
    background-repeat: repeat-x;
    background-position-x: center;
}
.wa_int_und{
	background-color: #F79435;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 1.7em;
	border-top: solid 15px #737373;
}
.wa_units_int{
	font-family: 'Teko', sans-serif;
	font-size: 1em;
}

#wa_unittrack{
	border: solid 2px #c3c3c3;
    border-radius: 10px;
}
#wa_unittrack h2 {
    padding: 20px;
    padding-bottom: 10px;
    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;
    color: #000;
}
#wa_unittrack .wa_list_gr{
	margin-left: 0;
}

.wa_availability {
    padding: 20px 10px;
    font-size: 0.9em;
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
		
}


@media(max-width: 992px){
	.wa_sa .bg_semi .wa_text {
    font-size: 32px !important;
}
	.wa_sa .bg_semi .wa_sub_message_internal {
    font-size: 24px !important;
    margin-top: 10px !important;
    padding: 0px !important;
	}
	
	.wa_sa .bg_semi {
    	padding: 20px 0px;
	}
	
	.wa_sa_int {
    	min-height: 350px;
	}
}

@media(max-width: 768px){
	#wa_unittrack h2 {
    padding: 10px;
    padding-bottom: 5px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}
}
/*-- SA END --------------------------------------*/

/* -- FIMG -------------------------------------*/
.wa_4img h1 {
    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;
    color: #000;
    margin-bottom: 22px;
}

.wa_4img p {
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
}

.wa_4img img {
    border-radius: 10px;
    border: solid 1px #798092;
    width: 100%;
}

.wa_4img-grd {
    margin-top: 30px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 29px 24px;
}

.wa_4img-item {
    min-height: 300px;
    border: 1px solid #000000;
    border-radius: 9px;
    background-size: cover;
    background-position: center;
}

@media(max-width: 992px){
	.wa_4img-grd {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 29px 24px;
	}
	

	
	.wa_4img p {
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
	}
}

@media(max-width: 768px){
	.wa_4img-item {
    	min-height: 220px;
    }
}

/* --- FIMG   END --------------------------------*/


/*--- CFB ---------------------------------------------------*/
#cfb{
	width: 100%;
}
#cfb h2{
	font-weight: 100;
    text-align: center;
    font-family: 'Teko', sans-serif;
    color: #798093;
    font-size: 2.5em;
}
#cfb iframe {
    width: 100%;
    height: 96% !important;
    border-radius: 9px;
    border: 1px solid #000000 !important;
}
#cfb .wa_intcont{
	border: solid 2px #c3c3c3;
    border-radius: 10px;
    padding: 20px;
    background-color: #f1f5ff;
}
#cfb .wa_intcont h2{
	font-size: 2em;
    text-align: left;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#cfb h2{
		font-size: 5em;
	}
	#cfb .wa_intcont h2{
	font-size: 4em;
	}
}
/*--- CFB END ---------------------------------------------------*/


/*-- CFA Start --------------------------------------*/
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
	opacity: inherit;
}
frm_image_options .frm_image_option_container .frm_empty_url, .frm_image_options .frm_image_option_container img {
    height: inherit !important;
	width: auto;
}
.frm_image_option_container .frm_selected_checkmark svg {
    fill: #eb1c23;
}
.cfa{
	background-image: url(../images/hdr.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}
.cfa_background{
	background-color: #0459a5ba;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 5px;
    color: #FFF;
}
.cfa_title{
    font-size: 1.90em;
    font-weight: 800;
}
.cfa_msg{
	font-style: italic;
    margin-top: 20px;
}
.cfa_after_terms{
	font-style: italic;
    font-size: 0.8em;
}
#frm_form_3_container .frm_button_submit, #frm_form_3_container .frm_final_submit{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
#frm_form_3_container .wa_controll textarea{
	height: 100px;
}


#frm_form_3_container .frm_submit {
        text-align: right !important;
        justify-content: end !important;
    }

     .frm_button_submit, .frm_final_submit {
        width: 250px !important;
        padding: 7px 20px !important;
        padding: 23px 60px 23px 60px !important;
        font-size: 18px !important;
        background-color: #FAAD3F !important;
        color: #fff !important;
        border: none !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        margin-top: 10px !important;
        border: solid 1px #ffffff6b !important;
        width: auto !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        text-align: left !important;
        border: 1px solid #D0D0D0 !important;
        font-family: Open Sans !important;
        font-weight: 600 !important;
        font-style: SemiBold !important;
        font-size: 20px !important;
        leading-trim: NONE;
        line-height: 120% !important;
        letter-spacing: 0%;
        float: right !important;
    }
 .frm_button_submit:hover, .frm_final_submit:hover{
    background-color: rgb(255, 138, 38) !important;
    color: rgb(0, 16, 32) !important;
}


@media (min-width: 601px) {
	.wa_frmspace{
		padding-top: 20px;
	}
	.cfa_title{
		font-size: 2.5em;
	}
	#frm_form_3_container .frm_button_submit, #frm_form_3_container.frm_final_submit{
		width: 250px;
		padding: 7px 20px;
	}
	#frm_form_3_container .wa_controll textarea{
		height: auto;
	}
}


/*-- CFA End --------------------------------------*/

/* Header 3 Start --------------------------------------------------------- */
.wa_h3_hdrone{
    text-align: center;
}
.wa_h3_tel{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Teko', sans-serif;
    font-size: 4em;
    color: #798093;
    font-weight: 400;
}
.wa_h3_tel a:link,.wa_h3_tel a:visited, .wa_h3_tel a:active {
	color: #798093;
	text-decoration: none;
}
.wa_h3_tel a:hover{
	color: #0066B3;
	text-decoration: none;
}
.wa_bitc{
    font-weight: 500;
    font-size: 1.3em;
    margin-top: -20px;
    color: #ff5722;
}
.wa_h3_email {
    color: #FFFAF4;
    background-color: #F48120;
    border-radius: 9px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 24px !important;
}
.wa_h3_email:link,.wa_h3_email:visited, .wa_h3_email:active {
	color: #FFF;
	text-decoration: none;
}
.wa_h3_email:hover{
	color: #fff;
    text-decoration: none;
    background-color: #0458a4;
}

@media(max-width: 992px){
	.wa_h3_email {
    color: #FFFAF4;
    background-color: #F48120;
    border-radius: 9px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 15px !important;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa_h3_logoone {
		margin-left: 40px;
	}
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.wa_h3_logo_t{
		margin-top: 10px;
	}
	.wa_h3_logo_t{
		text-align: left;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.wa_h3_logoone {
		margin-left: 0px;
		margin-top: 10px;
		text-align: left;
	}
	.wa_h3_tel{
		margin-top: 0px;
    	margin-bottom: 0px;
	}
	.wa_h3_logo_t{
		margin-top: 20px;
	}
	.wa_h3_logo_t {
    	text-align: left;
	}
}
/* Header 3 End --------------------------------------------------------- */

/* custom ----------------------*/
.wa-new-btn {
    margin: auto;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
}

.wa_4img-txt{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
}

#cfb p{
    height: 100%;
    margin-top: 20px;
    padding-bottom: 74px;
}

.top-header-mail{
	font-size: 16px;
    display: block;
    margin-top: 19px;
    color: #ff5722;
    font-weight: 700;
}

.wa_h3_logoone img{
	height: 170px;
    width: auto;
    max-height: 100%;
}

.row-top-grid{
	    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.page-template-tmp_internal_mobile_units #wa_unittrack {
    border: none !important;
    border-radius: 0px !important;
}

.page-template-tmp_internal_mobile_units .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: none;
}

.wa_unittrack-prc{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}
.badge-aviable {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 10px;
    text-align: right;
}

.wa_unittrack-pricemonth {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.wa_unittrack-dsc{
    line-height: 120%;
    font-size: 13px;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    padding-top: 2px;
    display: block;
}

.approximate-square{
    margin-top: 3px;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

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

.list-group-item:last-child{
	border-radius: 0px;
}

.page-template-tmp_internal_mobile_units .wa_f2 {
    margin-top: 0px !important;
}

.page-template-tmp_internal_mobile_units .wa_4img {
    margin-bottom: 20px;
}

#cfb iframe {
    min-height: 300px;
    height: 100%;
}

.wa_4img {
    margin-bottom: 75px;
    margin-top: 40px;
}

.cbf-btn-block{
}

#wa_unittrack {
    height: 100%;
}

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

.phone_custom-btn{
    display: block;
    padding-top: 57px;
    padding-bottom: 79px;
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.contact-section-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.cpagediv {
    margin-bottom: 36px;
}

.cpagediv p {
	color: #fff;
font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.cpagediv a {
	color: #fff !important;
	font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.cpagediv {
	color: #fff !important;
	font-family: Open Sans;
    font-weight: 600;
    font-style: Semibold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

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

.cpagediv h2{
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
}


.customer-login{
	border: 0px !important;
    margin-left: 20px;
    font-size: 16px;
    background: #f48120;
    text-align: center;
    padding: 8px 14px 10px 14px;
    font-weight: 600;
    border: 1px solid #000 !important;
    border-radius: 6px;
}

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

@media(max-width: 1200px){
	.utr-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}
	
	.customer-login {
    border: 0px !important;
    margin-left: 0px;
    font-size: 16px;
    background: #f48120;
    text-align: center;
    padding: 8px 14px 10px 14px;
    font-weight: 600;
    border: 1px solid #000 !important;
    border-radius: 6px;
    width: 100% !important;
    display: block !important;
	}
	
}

@media(max-width: 992px){
		.wa_4img {
    margin-bottom: 35px;
    margin-top: 25px;
	}
	
	.contact-section-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
	
	.phone_custom-btn {
    display: block;
    padding-top: 37px;
    padding-bottom: 25px;
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	}
}

@media(max-width: 768px){
	.wa_unittrack-prc {
    font-size: 24px;
    }
	
	.list-group-item:last-child {
    border-radius: 0px;
    padding: 5px;
}
	
	.wa_unittrack-pricemonth {
    font-size: 18px;
    }
	
	.wa_unittrack-dsc{
    font-size: 16px;
    }
	
	.badge-aviable {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 8px;
    text-align: right;
	}
	
	.approximate-square {
    margin-top: 3px;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 10px;
	}
	
	.wa_availability {
    padding: 10px 10px;
    font-size: 0.9em;
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
	}
	
}
/* custom end ----------------------*/