@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --heading-color: #c9eaf3;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif !important;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #6a6b7c;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 15px 0;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    line-height: 28px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #000;
    text-decoration: none !important;
    display: inline-block;
    font-family: "Barlow", sans-serif;
}

h1 {
    font-size: 1.5rem;
}

h1,
h3 {
    font-family: "Work Sans", sans-serif;
    line-height: 1.15 !important;
    margin-bottom: 1rem !important;
    letter-spacing: 0;
    color: #222;
}
.fHeading .fModuleTitle h3 {
    color: #171822;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}
.fHeading .fModuleTitle h3 span {
    font-weight: 500;
    display: block;
    position: relative;
}
.fModule {
    margin: 2rem 0;
    padding: 2rem 0;
}

header .fModule {
    margin: 0;
    padding: 1rem 0;
}

.text-white p,
.text-white ul li,
.text-white a {
    color: #fff !important;
}
.fForm .buttons input,
a.fButton,
a.fButton2,
.fForm input[type='submit'] {
    align-items: center;
    font-size: 12px;
    padding: 13px 26px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important;
    transition: all 500ms ease;
}
.fForm input[type='submit'] {
    background: var(--heading-color);
    color: #fff !important;
}
.fForm .buttons input:focus,
a.fButton:focus,
a.fButton2:focus,
.fForm input[type='submit']:focus {
    background-color: #e0e0e0;
    border: 2px solid #e0e0e0;
    color: #000 !important;
}

.fForm .buttons input:hover,
a.fButton:hover,
a.fButton2:hover,
.fForm input[type='submit']:hover {
    background-color: #e0e0e0;
    border: 2px solid #e0e0e0;
    color: #000 !important;
}

.fForm .buttons input:active,
a.fButton:active,
a.fButton2:active,
.fForm input[type='submit']:active {
    background-color: #e0e0e0;
    border: 2px solid #e0e0e0;
    color: #000 !important;
}
footer {
    background: #362c8c;
}
footer .fHeading h3,
footer p,
footer a {
    color: #fff;
}
footer .fHeading h3:after {
    background: #fff;
}
/* ==========================================================================
   9. HIDE & UTILITY OVERRIDES
   ========================================================================== */
.no-title .fPageTitle,
.no-header header,
.no-footer footer,
#nav-up {
    display: none !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.bg-grey {
    background: rgba(242, 242, 242, 0.8);
}
.fPageTitle {
    padding: 2rem 0;
    background: var(--heading-color);
}
.fPageTitle h1 {
    font-family: "Work Sans", sans-serif;
    color: #fff;
    margin-bottom: 0 !important;
}
/* ==========================================================================
   7. FORM ELEMENTS
   ========================================================================== */
.fForm label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.625rem 0 0; /* 10px 0 0 */
  font-weight: normal;
  color: #000;
  text-align: left;
}

.fForm input[type="text"],
.fForm input[type="email"],
.fForm input[type="password"],
.fForm textarea,
.fForm select,
.fForm .date,
.fForm .form-item .date,
.fForm input[type="file"] {
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 0 0.9375rem; /* 15px */
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.3s ease;
}
.fForm textarea {
    height: 100px;
}
.fForm input[type="text"]:hover,
.fForm input[type="email"]:hover,
.fForm input[type="password"]:hover,
.fForm textarea:hover,
.fForm input[type="text"]:focus,
.fForm input[type="email"]:focus,
.fForm input[type="password"]:focus,
.fForm textarea:focus {
  border-color: #92def5;
}

.fForm .buttons {
  clear: both;
  padding-left: 0;
}
.fForm .form-heading {
    padding-left: 20px;
    background: var(--heading-color);
    color: #fff;
    border-bottom: none;
    font-size: 1.3rem;
    border-radius: 5px;
    font-weight: normal;
}
.fForm .hint, 
.fForm .error {
  margin-left: 0px !important;
  min-height: 70px;
}
.fForm .form-item-option {
  margin: 0 !important;
}
/* ==========================================================================
   Header
   ========================================================================== */
header {
    background: rgba(242, 242, 242, 0.8);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
    transition: 0.6s all ease;
}

.f-scrolled header {
    background: rgba(242, 242, 242, 1);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1);
}

.fLogo img {
    max-height: 70px;
    transition: 0.6s all ease;
}

.f-scrolled .fLogo img {
    max-height: 60px;
}

.main-menu .fMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.main-menu .fMenu a {
    color: #000;
}

.main-menu .fMenu>li>a {
    line-height: 70px;
    text-transform: uppercase;
    padding: 0px 12px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.main-menu .fMenu li {
    position: relative;
}

.main-menu .fMenu>li.has-submenu ul {
    width: 260px;
    background: #ffffff;
    padding: 10px 0px 10px !important;
    position: absolute;
    top: 75%;
    left: 12px;
    float: left;
    margin-top: 0;
}

.main-menu .fMenu>li.has-submenu:last-child > ul,
.main-menu .fMenu>li.has-submenu:nth-child(6) > ul,
.main-menu .fMenu>li.has-submenu:nth-child(7) > ul,
.main-menu .fMenu>li.has-submenu:nth-child(5) > ul  {
    left: auto;
    right: 0;
}

.main-menu .fMenu>li.has-submenu ul li {
    display: block;
    padding: 0px 15px !important;
    position: relative;
    width: 100%;
}

.main-menu .fMenu>li.has-submenu ul li a {
    padding: 10px 8px 10px 15px;
    margin-bottom: 5px;
    position: relative;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.main-menu .fMenu>li.has-submenu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.main-menu .fMenu>li.has-submenu ul li a:after {
    content: "";
    display: inline-block;
    height: 5px;
    pointer-events: none;
    position: absolute;
    left: -2px;
    top: 50%;
    width: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #0fb8cd;
}
.main-menu .fMenu>li.has-submenu ul li ul {
    left: 100%;
    top: -10px;
    display: none;
}
.main-menu .fMenu>li.has-submenu ul li:hover ul {
    display: block;
}
/* ==========================================================================
   Custom
   ========================================================================== */
.bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 100% !important;
}
.noSliderArrow .bx-controls-direction,
.bx-pager {
    display: none;
}
.bx-wrapper {
    margin: 0 !important;
}
.fboxy-title h3 {
    display: none !important;
}
.invoice-pmodes {
    padding: 0 15px;
}
.invoice-pmodes table,
.listing-container {
    margin: 30px 0;
}
.listing-container .icon-status {
    display: none;
}
.discount-code {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.discount-code .form-item {
    display: flex;
    align-items: stretch;
    gap: 5px;
    flex-wrap: wrap;
}
.discount-code .form-item > * {
    flex: 0 0 auto;
}
.discount-code .form-item label {
    width: 100%;
}
.discount-code .form-item input[type='text'] {
    width: 80%;
}
.discount-code .form-item input[type='submit'] {
    width: 19%;
    margin: 0;
}
.fForm .checks.no-padding {
  padding: 0;
}
#fModule-53779 {
    text-align: center;
}
#fModule-53779 img {
    max-height: 100px;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.fFooterContent .fMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fFooterContent .fMenu li {
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.fFooterContent .fMenu li:last-child {
    border-right: none;
}