@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
      --bs-primary-rgb: 226, 26, 77 !important;
      --bs-secondary-rgb: 0, 10, 56 !important;
}
@font-face {
      font-family: "themify";

      src:
            url("../fonts/themify/themify.eot") format("embedded-opentype"),
            url("../fonts/themify/themify.woff") format("woff"),
            url("../fonts/themify/themify.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
}
@font-face{
    font-family: Verdana;
    src: url("../fonts/verdana.ttf");
}
@font-face{
    font-family: Verdana-bold;
    src: url("../fonts/verdana-bold.ttf");
}
@font-face{
    font-family: BrittanySignature;
    src: url("../fonts/BrittanySignature.ttf");
}
.head-font{
    font-family: 'Nunito Sans' !important;
}
html.fh5co-overflow,
body.fh5co-overflow,
body {
      overflow-x: hidden;
}
a {
      text-decoration: none !important;
}
html.fh5co-overflow #fh5co-header-section,
html.fh5co-overflow #fh5co-main,
html.fh5co-overflow #fh5co-hero,
html.fh5co-overflow #fh5co-mobile-menu,
html.fh5co-overflow #fh5co-footer,
body.fh5co-overflow #fh5co-header-section,
body.fh5co-overflow #fh5co-main,
body.fh5co-overflow #fh5co-hero,
body.fh5co-overflow #fh5co-mobile-menu,
body.fh5co-overflow #fh5co-footer {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}

body p,
body li,
body a {
      font-family: "Lato", arial, sans-serif;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 300;
      color: #2e2e2e;
}
@media screen and (max-width: 768px) {
      body {
            font-size: 16px;
            line-height: 1.5;
      }
}

::-webkit-selection {
      color: #ffffff;
      background: #28bbf8;
}

::-moz-selection {
      color: #ffffff;
      background: #28bbf8;
}

::selection {
      color: #ffffff;
      background: #28bbf8;
}

a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #28bbf8;
      border-bottom: 2px solid transparent;
}
a:hover,
a:focus,
a:active {
      outline: none;
      text-decoration: none;
      /* color: #fff !important; */
}

input {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

/* Heading */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
      margin: 0 0 20px 0;
      padding: 0;
}

h1,
.h1 {
      font-size: 30px;
      line-height: 42px;
}

h2,
.h2 {
      font-size: 26px;
      line-height: 38px;
}

h3,
.h3 {
      font-size: 20px;
      line-height: 32px;
}

h4,
.h4 {
      font-size: 16px;
      line-height: 28px;
}

h5,
.h5 {
      font-size: 14px;
      line-height: 24px;
}

h6,
.h6 {
      font-size: 12px;
      line-height: 24px;
}

ul,
ol {
      padding-left: 15px;
      line-height: 26px;
}
ul ul,
ul ol,
ol ul,
ol ol {
      padding-left: 25px;
}

.fh5co-serif {
      font-family: "Crimson Text", serif;
}

.fh5co-sans-serif {
      font-family: "Lato", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.fh5co-lead-wrap {
      padding-top: 2em;
      padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
      .fh5co-lead-wrap {
            padding-top: 2em;
            padding-bottom: 3em;
      }
}

.fh5co-lead {
      font-size: 40px;
      line-height: 52px;
}
@media screen and (max-width: 768px) {
      .fh5co-lead {
            font-size: 30px;
            line-height: 42px;
      }
}

@media screen and (max-width: 480px) {
      .col-xxs-12 {
            display: block;
            clear: both;
            width: 100%;
            float: left;
      }
}
/* Header */
#fh5co-header-section {
      width: 100%;
      padding: 0px 0px 0px 0px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: fixed;
      float: left;
      top: 0;
      left: 0 !important;
      right: 0;
      z-index: 103;
      /*height: 130px;*/
       background-color: transparent;
}
#fh5co-header-section.fh5co-scrolled {
      padding: 0px 0;

      /*background: rgba(0, 0, 0, 0.8);*/
      /*background: white;*/
      /*-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);*/
      /*-moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);*/
      /*-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);*/
      /*-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);*/
      /*box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);*/
}
#fh5co-header-section.fh5co-scrolled #fh5co-logo a {
      color: #2e2e2e;
}
#fh5co-header-section.fh5co-scrolled #fh5co-logo a:hover {
      color: #e51a4d;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a {
      color: #2e2e2e;
      border-bottom: none !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a:hover {
      color: #fff !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu li.active > a {
      color: #e51a4d !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap > .sf-menu > li > a {
      padding-top: 1em;
      padding-bottom: 2em;
      color: #e4a814 !important;
      font-weight: 600;
}

#fh5co-logo {
      margin: 0 0 0 0;
      padding: 22px 20px 20px 10px;
      /*height: 124px;*/
      width: 120px !important;
}

#fh5co-logo a {
      border-bottom: none !important;
}
@media screen and (max-width: 768px) {
      #fh5co-logo {
            text-align: center;
            margin: 0px 0 0 0;
            float: none !important;
      }
}

#fh5co-primary-menu {
    padding: 45px 25px;
    transition: all 0.3s ease;
}

#fh5co-header-section.fh5co-scrolled #fh5co-primary-menu {
    padding: 20px 25px;
}

/* Superfish Override Menu */
.sf-menu {
    padding: 45px 30px;
    margin: 0 !important;
}

.sf-menu {
      float: right;
}

.sf-menu ul {
      box-shadow: none;
      border: transparent;
      min-width: 8em;
      width: 11em;
}

.sf-menu a {
      font-weight: 400;
      padding: 0.75em 1em;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-left: none;
      border-top: none;
      border-top: none;
      text-decoration: none;
      zoom: 1;
      /*font-size: 14px;*/
      font-size: 13px;
      border-bottom: none !important;
}

.register-btn a{
      background: #5078bb;  
      /*#e51a4d*/
      border-radius: 5px;
      animation: bounce 4s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Start and end position */
  }
  50% {
    transform: translateY(-10px); /* Moves up by 10 pixels at the halfway point */
  }
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
      background: transparent;
      color: #e51a4d !important;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
      text-transform: none;
      padding: 0.75em 1em;
      letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
      color: #e51a4d;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
      background: transparent;
}

.sf-menu ul li {
      background: transparent;
}

.sf-arrows .sf-with-ul {
      padding-right: 2.5em;
      padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1em;
      margin-top: -3px;
      height: 0;
      width: 0;
      border: 5px solid transparent;
      border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
      border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
      margin-top: -5px;
      margin-right: -3px;
      border-color: transparent;
      border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
      border-left-color: #ccc;
}

#fh5co-menu-wrap .sf-menu a {
      padding: 2em 1em 2em 1em;
      color: #ffffff !important;
      font-weight: bold;
}

#fh5co-primary-menu > li > ul li.active > a {
      color: #28bbf8 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
      border: none !important;
      font-family: "themify";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      float: right;
      margin-right: 5px;
      top: 50%;
      margin-top: -7px;

      color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
      border: none !important;
      font-family: "themify";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      float: right;
      margin-right: 10px;
      top: 13px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3);
}

#fh5co-primary-menu .fh5co-sub-menu {
      padding: 7px 10px 3px 5px;
      background: rgba(25, 41, 74, 0.87);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
      position: absolute;
      top: -9px;
      right: 20px;
      width: 0;
      height: 0;
      content: "";
}

#fh5co-primary-menu .fh5co-sub-menu:after {
      position: absolute;
      top: -8px;
      right: 21px;
      width: 0;
      height: 0;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #28bbf8;
      border-bottom: 8px solid rgba(0, 0, 0, 0.8);
      border-left: 8px solid transparent;
      content: "";
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
      top: 6px;
      right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
      top: 7px;
      right: 100%;
      border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
      border-color: #ebebeb;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
      display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
      letter-spacing: 0;
      padding: 0 15px;
      font-size: 14px;
      line-height: 26px;
      color: #ffffff !important;
      text-transform: none;
      background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
      color: #e51a4d !important;
}

/* Mobile Menu */
#fh5co-mobile-menu-btn {
      padding: 0 10px;
      z-index: 1001;
      position: absolute;
      top: 5px;
      left: 0;
      background: #000a38;
      height: 44px;
      display: table;
}
#fh5co-mobile-menu-btn i {
      line-height: 25px;
      display: table-cell;
      vertical-align: middle;
      font-size: 22px;
      color: #fff;
}

#fh5co-mobile-menu {
      -moz-transform: translateX(-275px);
      -webkit-transform: translateX(-275px);
      -ms-transform: translateX(-275px);
      transform: translateX(-275px);
      display: block;
      height: 100%;
      left: 0;
      overflow-y: auto;
      position: fixed;
      top: 0;
      width: 275px;
      z-index: 10002;
      background: #181920;
      padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
      padding: 0;
      margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
      list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
      color: #ffffff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
      border-bottom: none !important;
      padding: 7px 0;
      display: block;
      color: #ccc;
      color: white;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
      color: pink;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
      position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown:after {
      font-family: "themify";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0;
      margin-top: 2px;
      content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
      display: none;
      padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
      list-style: none;
}

#fh5co-logo-mobile-wrap {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      height: 55px;
      left: 0;
      position: fixed;
      text-align: center;
      top: 0;
      padding-top: 5px;
      width: 100%;
      z-index: 10001;
      background: #000a38;
      color: #2e2e2e;
      -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
      -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
      -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
      -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
      box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-logo-mobile-wrap h1 {
      padding: 0;
      margin: 0;
      font-size: 20px;
      font-weight: bold;
}
#fh5co-logo-mobile-wrap h1 a {
      border-bottom: none !important;
      color: #2e2e2e;
      letter-spacing: 3px;
      text-transform: uppercase;
}

#fh5co-feature {
      background: #f6f9fa;
      padding: 5em 0;
}
@media screen and (max-width: 768px) {
      #fh5co-feature {
            padding: 3em 0 2em 0;
      }
}

#fh5co-hero {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center left;
      height: 750px;
      position: initial;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
}
@media screen and (max-width: 768px) {
      #fh5co-hero {
            background-position: center center;
      }
}
.home-buttons a {
    border-radius: 4px !important;
    text-transform: capitalize;
    border: 2px solid #c98509 !important;
    color: #c98509 !important;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    padding: 8px 18px;
    outline: none !important;
    transition: all .7s ease;
}
.home-buttons a:hover {
    background: #c98509 !important;
    color: #000 !important;
}
@media screen and (max-width: 992px) {
    #fh5co-hero {
        background-image: none !important;
        padding-bottom: 0 !important;
    }
}

#fh5co-hero .fh5co-hero-wrap {
      /*display: table;*/
      /*height: 600px;*/
      /*width: 100%;*/
      text-align: center;
}
#fh5co-hero .row {
      justify-content: center;
      margin-top: 0 !important;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
      /*display: table-cell;*/
      vertical-align: middle;
      text-align: center;
      z-index: 9;
      white-space: nowrap;
      font-size: 28px;
      text-align: center;
      font-weight: 100;
      color: #fff;
      letter-spacing: 0px;
      font-family: "Nunito Sans";
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
      font-size: 40px;
      margin-top: 35%;
      padding: 5px;
}
@media screen and (max-width: 768px) {
      #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
            letter-spacing: 4px;
            font-size: 30px;
            line-height: 42px;
      }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
      letter-spacing: 4px;
      font-size: 16px;
      padding-bottom: 20px;
      position: relative;
      color: #fff;
}
@media screen and (max-width: 768px) {
      #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
            letter-spacing: 3px;
      }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 > span {
      position: absolute;
      bottom: 0;
      display: block;

      width: 50px;
      height: 3px;
      left: 50%;
      margin-left: -25px;
}
#fh5co-hero .fh5co-hero-wrap .btn {
      color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap .btn:hover,
#fh5co-hero .fh5co-hero-wrap .btn:active,
#fh5co-hero .fh5co-hero-wrap .btn:focus {
      background: #28bbf8;
      border-color: #28bbf8;
}

body.inner-page #fh5co-hero {
      height: 400px;
}
body.inner-page #fh5co-hero .fh5co-hero-wrap {
      padding-top: 50px;
      height: 400px;
}

@media screen and (max-width: 768px) {
      #fh5co-hero,
      .fh5co-hero-wrap {
            position: relative;
            padding: 4em 0 3em 0;
            height: inherit !important;
      }
}

#fh5co-main {
      margin-top: 600px;
      padding-top: 50px;
      z-index: 102;
      position: relative;
      background: #ffffff;
}
@media screen and (max-width: 768px) {
      #fh5co-main {
            margin-top: 0px;
            padding-top: 20px;
      }
}

body.inner-page #fh5co-main {
      margin-top: 400px;
}
@media screen and (max-width: 768px) {
      body.inner-page #fh5co-main {
            margin-top: 0px;
            padding-top: 20px;
      }
}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
      -moz-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
      -moz-transform: translateX(275px);
      -webkit-transform: translateX(275px);
      -ms-transform: translateX(275px);
      transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
      clear: both;
      position: relative;
      border: none;
      padding: 0;
      margin: 0;
}

.fh5co-spacer-xlg {
      height: 150px;
}
@media screen and (max-width: 768px) {
      .fh5co-spacer-xlg {
            height: 70px;
      }
}

.fh5co-spacer-lg {
      height: 100px;
}
@media screen and (max-width: 768px) {
      .fh5co-spacer-lg {
            height: 50px;
      }
}

.fh5co-spacer-md {
      height: 80px;
}
@media screen and (max-width: 768px) {
      .fh5co-spacer-md {
            height: 30px;
      }
}

.fh5co-spacer-sm {
      height: 50px;
}
@media screen and (max-width: 768px) {
      .fh5co-spacer-sm {
            height: 20px;
      }
}

.fh5co-spacer-xs {
      height: 30px;
}
@media screen and (max-width: 768px) {
      .fh5co-spacer-xs {
            height: 20px;
      }
}

.fh5co-spacer-xxs {
      height: 20px;
}

.fh5co-letter-spacing {
      letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
      margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #7b7b7b;
}

.form-group {
      margin-bottom: 30px;
}

.image-popup:hover {
      opacity: 0.7;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
      border-bottom: none !important;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 20px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      padding-left: 30px;
      padding-right: 30px;
      margin-right: 10px;
}
.btn:hover,
.btn:focus,
.btn:active {
      box-shadow: none;
      outline: none !important;
      border-color: transparent;
}
.btn.fh5co-btn-icon {
      text-transform: none !important;
      letter-spacing: normal !important;
      padding-left: 15px;
      padding-right: 15px;
}

.btn-outline {
      border: 2px solid #eaeaea !important;
      background: transparent;
      color: #2a2e37;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
      border: 2px solid #282e3c !important;
      background: #282e3c;
      color: #ffffff;
}

.btn-primary {
      /* background: #28bbf8; */
      background: rgb(var(--bs-primary-rgb));
}

.btn-success {
      background: #00e195;
}

.btn-danger {
      background: #e02745;
}

.btn-info {
      background: #0bbff2;
}

.btn-warning {
      background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
      border-color: transparent;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
      background: #282e3c;
      color: #ffffff;
}

.form-control {
      box-shadow: none !important;
      border: 2px solid #ccc;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
      outline: none;
      box-shadow: none !important;
}

/* Features*/
/* Feature 1 */
.fh5co-feature-1 .fh5co-feature-figure {
      margin-top: 5em;
}

/**/
/* Main Container Box */
.stats-container {
  background: linear-gradient(180deg, #060913 0%, #020408 100%);
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Column Item Styling */
.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
}

/* Custom Vertical Dividers for Desktop views */
@media (min-width: 768px) {
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
  }
}

/* Pink Icon Customization */
.stat-icon {
  color: #5078bb; /* Vibrant pink match */
  font-size: 3rem;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
}

/* Typography Settings */
.stat-number {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2px;
}

.stat-label {
  color: #cccccc;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

:root {
  --bg-cream: #fbf7f2;
  --text-dark: #1c1c1c;
  --text-muted: #555555;
  --brand-pink: #5078bb;
  --gold-accent: #c59b27;
}

.pageant-section {
  padding: 80px 0 0;
}

/* Left Side Typography */
.badge-uppercase {
  color: #5078bb;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}

.main-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.description-text {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 480px;
}

.btn-learn-more {
  background-color: var(--brand-pink);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-in-out;
}

.btn-learn-more:hover {
  background-color: #b51c4e;
  color: #ffffff;
}

/* Right Side Icon Grid */
.feature-card {
  text-align: center;
  padding: 10px;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 50%;
}

.icon-wrapper img {
  width: 70%;
  height: 70%;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-dark);
  margin-top: 5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .main-heading {
    font-size: 2.1rem;
  }
  .pageant-section {
    padding: 50px 0;
  }
}
:root {
  --navy-bg: #030a16;
  --gold-primary: #dfb76c;
  --gold-secondary: #b9934c;
  --silver: #e2e8f0;
  --bronze: #cd7f32;
  --text-white: #ffffff;
  --text-muted: #a0aec0;
}
.rewards-section {
  background: radial-gradient(circle at 20% 50%, #06152d 0%, #030a16 100%);
  padding: 60px 0;
  position: relative;
}

/* Section Header Styling */
.section-title {
  font-family: 'Cinzel', serif;
  color: var(--gold-primary);
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Reward Cards Styling */
.reward-card {
  background-color: rgba(3, 10, 22, 0.6);
  border: 1px solid rgba(185, 147, 76, 0.3); /* Subtle gold border */
  border-radius: 6px;
  padding: 30px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.reward-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

/* Specific Border Treatments to match image hierarchy */
.card-winner {
  border-color: rgba(185, 147, 76, 0.7);
  box-shadow: inset 0 0 15px rgba(223, 183, 108, 0.05);
}

/* Crown Icons / Colors */
.crown-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 1;
}
.crown-gold { color: var(--gold-primary); }
.crown-silver { color: var(--silver); }
.crown-bronze { color: var(--gold-secondary); }

/* Card Titles & Text */
.rank-title {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 5px;
  font-weight: 400;
}

.title-winner {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 25px;
}

.cash-prize {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.prize-gold { color: var(--gold-primary); }
.prize-silver { color: var(--gold-primary); }
.prize-bronze { color: var(--gold-primary); }

/* Perks Card Alignment Modification */
.perks-card {
  text-align: left;
  padding: 25px 25px;
}

.perks-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.gift-icon {
  color: var(--gold-primary);
  font-size: 1.6rem;
  margin-right: 12px;
}

.perks-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-white);
}

.perks-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.perks-list li {
  font-size: 0.85rem;
  color: #cbd5e1;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.perks-list li::before {
  content: "•";
  color: var(--gold-primary);
  position: absolute;
  left: 0;
  top: 0;
}

.perks-list li.view-more {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 12px;
}

.perks-list li.view-more::before {
  content: "";
}

/* Model Image Side Panel */
.model-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  /*min-height: 350px;*/
}

.model-image {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}

/* Handle Responsive Layout Shifts */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 1.3rem;
  }
  .model-container {
    min-height: auto;
    margin-top: 40px;
  }
  .model-image {
    max-height: 320px;
  }
}
/**/
@media screen and (max-width: 768px) {
      .fh5co-feature-1 .fh5co-feature-figure {
            text-align: center !important;
            margin-top: 0em;
      }
}
@media screen and (max-width: 768px) {
      .fh5co-feature-1 .fh5co-feature-figure img {
            display: inline-block;
            margin: 0 auto;
      }
}
.fh5co-feature-1 .fh5co-feature-blurb ul {
      padding: 0;
      margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul {
            margin: 2em 0 0 0;
      }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li {
      float: left;
      width: 100%;
      padding: 0;
      margin: 0 0 1em 0;
      list-style: none;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
      float: right;
      width: 85%;
}
@media screen and (max-width: 992px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
            width: 80%;
      }
}
@media screen and (max-width: 768px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
            width: 90%;
      }
}
@media screen and (max-width: 480px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
            width: 80%;
      }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
      float: left;
      width: 15%;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon i {
      font-size: 40px;
      color: #28bbf8;
}
@media screen and (max-width: 992px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
            width: 20%;
      }
}
@media screen and (max-width: 768px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
            width: 10%;
      }
}
@media screen and (max-width: 480px) {
      .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
            width: 20%;
      }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-title {
      letter-spacing: 2px;
      margin-bottom: 0 !important;
}

/* Feature 2*/
.fh5co-feature-2 .fh5co-feature-item {
      margin-bottom: 30px;
}
.fh5co-feature-2 .fh5co-feature-title {
      letter-spacing: 2px;
}
.fh5co-feature-2 .fh5co-feature-icon {
      text-align: center;
      display: block;
      margin-bottom: 20px;
}
.fh5co-feature-2 .fh5co-feature-icon i {
      font-size: 50px;
      color: #28bbf8;
}
.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle {
      display: table;
      width: 100px;
      height: 100px;
      margin: 0 auto 2em auto;
      border: 2px solid #eaeaea;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
}
.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle i {
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
}

/* Feature 3 */
.fh5co-feature-3 .fh5co-feature-item {
      margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
      .fh5co-feature-3 .fh5co-feature-item {
            display: block;
      }
}
.fh5co-feature-3 .fh5co-feature-icon {
      float: left;
      width: 15%;
      clear: right;
}
@media screen and (max-width: 480px) {
      .fh5co-feature-3 .fh5co-feature-icon {
            width: 20%;
      }
}
.fh5co-feature-3 .fh5co-feature-icon i {
      font-size: 30px;
      color: #28bbf8;
}
.fh5co-feature-3 .fh5co-feature-blurb {
      float: right;
      width: 85%;
}
@media screen and (max-width: 480px) {
      .fh5co-feature-3 .fh5co-feature-blurb {
            width: 80%;
      }
}

/* Header */
.fh5co-header {
      text-align: center;
}
.fh5co-header .fh5co-heading {
      font-weight: bold;
      font-size: 45px;
      line-height: 57px;
}
@media screen and (max-width: 768px) {
      .fh5co-header .fh5co-heading {
            font-size: 30px !important;
            line-height: 42px !important;
      }
}
.fh5co-header .fh5co-heading-sub {
      color: #777;
      font-size: 18px;
      line-height: 30px;
}

/* Easy Rsponsive Tabs */
.fh5co-tab {
      clear: both;
      display: block;
}

.resp-tab-active {
      color: #28bbf8;
}

.resp-content-active,
.resp-accordion-active {
      display: block;
}

.fh5co-tab-menu-icon {
      font-size: 20px;
      position: relative;
      float: left;
      margin-right: 10px;
}

.gallery-slider.owl-carousel .owl-nav button.owl-next, .gallery-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-slider.owl-carousel .owl-nav button.owl-next{
    right: -3%;
}
.gallery-slider.owl-carousel .owl-nav button.owl-prev {
    left: -3%;
}
.head-title{
    text-align: center;
    /*font-family: Verdana;*/
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    color: #000a38;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next span,
.gallery-slider.owl-carousel .owl-nav button.owl-prev span{
    background: rgb(var(--bs-primary-rgb));
    color: #fff;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke: 1px;
}
@media screen and (max-width: 768px) {
      .fh5co-tab-menu-icon {
            margin-top: 7px;
      }
}

#fh5co-feature-slider .fh5co-item-slide-text {
      margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
      position: relative;
      padding-bottom: 20px;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 3px;
      background: #ccc;
      background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
      #fh5co-feature-slider .fh5co-item-slide-text {
            margin-top: 0em;
      }
}
@media screen and (max-width: 768px) {
      #fh5co-feature-slider .fh5co-item-slide-text {
            margin-top: 0em;
      }
}
@media screen and (max-width: 480px) {
      #fh5co-feature-slider .fh5co-item-slide-text {
            margin-top: 0em;
      }
}

#fh5co-testimonial {
      padding: 10em 0;
}
@media screen and (max-width: 768px) {
      #fh5co-testimonial {
            padding: 3em 0;
      }
}
#fh5co-testimonial blockquote {
      padding-left: 0;
      width: 70%;
      margin: 0 auto;
      color: #ffffff;
      border-left: none;
      font-size: 45px;
      line-height: 57px;
}
@media screen and (max-width: 768px) {
      #fh5co-testimonial blockquote {
            width: 100%;
            font-size: 35px;
            line-height: 47px;
      }
}
#fh5co-testimonial blockquote p {
      text-align: center;
      color: #ffffff;
}
#fh5co-testimonial .fh5co-testimonial-author {
      font-size: 18px;
}
#fh5co-testimonial .fh5co-uppercase-heading-sm {
      color: #ffffff;
}

#fh5co-newsletter {
      padding: 3em 0;
}
@media screen and (max-width: 768px) {
      #fh5co-newsletter {
            padding: 2em 0;
      }
}
#fh5co-newsletter .fh5co-uppercase-heading-sm {
      color: rgba(0, 0, 0, 0.4);
}

#fh5co-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      padding: 3em 0;
}
@media screen and (max-width: 768px) {
      #fh5co-footer {
            padding: 2em 0;
      }
}

/* Accordions */
.fh5co-accordion .panel-title > a:hover {
      border-bottom: none !important;
}
.fh5co-accordion .panel-heading {
      background: transparent;
      position: relative;
      cursor: pointer;
}
.fh5co-accordion .panel-heading .accordion-toggle {
      color: #28bbf8;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
      font-family: "themify";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #2e2e2e !important;
      position: absolute;
      content: "\e622";
      right: 15px;
      top: 16px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
      color: #2e2e2e !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
      font-family: "themify";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #2e2e2e !important;
      position: absolute;
      content: "\e61a";
      right: 15px;
      top: 16px;
}

/* Progress Bars */
.progress {
      height: 15px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
}

.progress-bar {
      box-shadow: none;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
}
.progress-bar.progress-bar-default {
      background: #28bbf8;
}
.progress-bar.progress-bar-success {
      background: #00e195;
}
.progress-bar.progress-bar-info {
      background: #0bbff2;
}
.progress-bar.progress-bar-warning {
      background: #ffd042;
}
.progress-bar.progress-bar-danger {
      background: #e02745;
}

/* Social Icons */
.fh5co-social-icons {
      text-align: center;
      padding: 0;
      margin: 0 0 2em 0;
}
.fh5co-social-icons li {
      list-style: none;
      display: inline;
      display: inline-block;
}
.fh5co-social-icons li a {
      padding: 0 10px;
      border-bottom: none !important;
}
.fh5co-social-icons li i {
      font-size: 30px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
      .fh5co-pricing-table-1 .fh5co-pricing-table-item {
            margin-bottom: 20px !important;
      }
}
@media screen and (max-width: 768px) {
      .fh5co-pricing-table-1 .fh5co-pricing-table-item {
            margin-bottom: 20px !important;
            float: left;
            width: 100%;
      }
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
      text-align: center;
      float: left;
      width: 100%;
      padding: 1em 2em;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
      background: #28bbf8;
      color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
      font-size: 70px;
      position: relative;
      display: inline-block;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
      position: absolute;
      top: 2px;
      margin-left: -7px;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
      font-size: 14px;
      text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
      background: #28bbf8;
      color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
      border: 2px solid #ccc;
      border-top: none;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
      padding: 0;
      margin: 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
      list-style: none;
      padding: 0;
      margin: 0 0 10px 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
      border: 2px solid #28bbf8;
      border-top: none;
}

/* Nav Links */
.fh5co-nav-links ul {
      padding: 0;
      margin: 0;
}
.fh5co-nav-links ul li {
      padding: 0;
      margin: 0 0 0.5em 0;
      list-style: none;
}
.fh5co-nav-links ul li.active a {
      color: #2e2e2e;
      border-bottom: 2px solid #28bbf8;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
      margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      top: 50%;
      margin-top: -29px;
      z-index: 9999;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
      right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
      margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
      margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
      right: -50px;
}
@media screen and (max-width: 768px) {
      .owl-carousel-posts .owl-controls .owl-nav .owl-next {
            right: 0px;
      }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      left: -50px;
}
@media screen and (max-width: 768px) {
      .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
            left: 0px;
      }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
      color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
      color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
      color: #ffffff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
      color: #ffffff;
}

@media screen and (max-width: 768px) {
      .owl-theme .owl-controls .owl-nav {
            display: none;
      }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
      background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
      font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
      background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
      background: none !important;
}

.owl-theme .owl-dots {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
      bottom: 0;
      margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      background: #28bbf8;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
      background: none;
      border: 2px solid #28bbf8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
      background: none;
      border: 2px solid #28bbf8;
}

/* Image Alignment */
img.fh5co-align-right {
      float: right;
      margin: 0 0 0.5em 1em;
}
@media screen and (max-width: 480px) {
      img.fh5co-align-right {
            width: 100%;
            margin: 0 0 0.5em 0;
      }
}
img.fh5co-align-left {
      float: left;
      margin: 0 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
      img.fh5co-align-left {
            width: 100%;
            margin: 0 0 0.5em 0;
      }
}
img.fh5co-align-center {
      display: block;
      margin-left: auto;
      margin-right: auto;
}

a > img.fh5co-align-right {
      float: right;
      margin: 0 0 0.5em 1em;
}
@media screen and (max-width: 480px) {
      a > img.fh5co-align-right {
            width: 100%;
            margin: 0 0 0.5em 0;
      }
}
a > img.fh5co-align-left {
      float: left;
      margin: 0 1em 0.5em 0;
}
@media screen and (max-width: 480px) {
      a > img.fh5co-align-left {
            width: 100%;
            margin: 0 0 0.5em 0;
      }
}
a > img.fh5co-align-center {
      display: block;
      margin-left: auto;
      margin-right: auto;
}

/*
     FILE ARCHIVED ON 06:45:17 Dec 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:46:40 Jun 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.497
  load_resource: 90.025
  PetaboxLoader3.resolve: 30.588
  PetaboxLoader3.datanode: 21.586
*/
