<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  background-color: var(--bg-color);
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 90px;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); }

.navbar {
  padding: 0; height: 90px;
    background: #fff; }

.navbar .navbar-brand {
  
  padding: 0;
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--heading-color);
  letter-spacing: -1px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px; }

.navbar .navbar-brand:hover {
  opacity: 0.95; }

.navbar .navbar-brand img {
  max-width: 100px;
  transition: all 0.5s ease; }

.navbar-expand-lg .navbar-nav .nav-link span.fa {
  font-size: 14px;
  padding-left: 2px;
  font-weight: 600; }

a.nav-link:before,
a.dropdown-item:before {
  position: absolute;
  content: '';
  background: var(--primary-color);
  width: 0px;
  height: 2px;
  bottom: 13px; }

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
a.dropdown-item:hover:before {
  width: 100%; }

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
  transition: all 0.5s ease;
  position: relative; }

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: var(--primary-color); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary-color); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color); }

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 16px 0;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  color: var(--heading-color); }

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color); }

a.dropdown-item {
  font-size: 19px;
  font-weight: 400;
  position: relative;
  color: var(--heading-color);
  padding-top: 0;
  display: block;
  width: 100px;
  padding-bottom: 14px; }

a.dropdown-item:hover {
  color: var(--primary-color); }

a.dropdown-item.active {
  background-color: transparent;
  color: var(--primary-color); }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
  background: var(--bg-color);
  border: 1px solid var(--border-color-light); }

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001; }

header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);
  height: 80px;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

.navbar-dark .navbar-nav .show &gt;,
.navbar-dark .navbar-nav .nav-link.show {
  color: var(--font-color); }

nav ul li {
  display: inline-block; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s; }

nav ul li a:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link:focus {
  color: #eee; }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  border-radius: 8px;
  background: var(--dropdown-color);
  border: 1px solid var(--border-color);
  min-width: 13rem;
  padding: 1rem 0 .3rem; }

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
  color: var(--primary-color); }

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--font-color);
  text-decoration: none;
  background-color: transparent; }

.navbar .search-right {
  margin: 8px 0; }

.navbar .search-right a {
  display: block;
  text-align: center;
  color: var(--font-color);
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--bg-lightgrey);
  border-radius: 35px; }

.nav-fixed .search-right a {
  color: var(--font-color); }

.navbar .search-right a:hover {
  color: var(--primary-color); }

.navbar form.search-box {
  display: flex;
  border: 2px solid var(--border-color-light);
  border-radius: var(--border-radius); }

.navbar .search-right .popup form input[type="search"] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-color);
  border: none;
  height: 55px;
  background: var(--bg-color);
  padding: 0 20px;
  width: 100%;
  border-radius: 0;
  -webkit-border-top-left-radius: var(--border-radius);
  -webkit-border-bottom-left-radius: var(--border-radius);
  -moz-border-radius-topleft: var(--border-radius);
  -moz-border-radius-bottomleft: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius); }

.navbar .search-right .popup form button {
  border: none;
  border-radius: 0;
  -webkit-border-top-right-radius: var(--border-radius);
  -webkit-border-bottom-right-radius: var(--border-radius);
  -moz-border-radius-topright: var(--border-radius);
  -moz-border-radius-bottomright: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.navbar .search-right .popup form button:hover {
  background: var(--primary-color);
  color: #fff;
  outline: none;
  border: none; }

.navbar .search-right .popup form input:focus {
  outline: none;
  border: none; }

.navbar .search-right .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(25, 23, 23, 0.4);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  height: 100vh; }

.navbar .search-right .pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.navbar .search-right .popup {
  margin: 0rem auto;
  padding: 50px 50px;
  max-width: 600px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-color);
  border-radius: var(--border-radius-full); }

.navbar .search-right .popup h4 {
  font-size: 26px;
  font-weight: 600; }

.navbar .search-right .search-top {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 30px;
  margin-top: 24px; }

.navbar .search-right .search-top h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px; }

.navbar .search-right .popup h3 {
  font-size: 6px;
  color: #fff;
  margin-bottom: 16px; }

.navbar .search-right .search-top span.fa {
  padding-right: 10px; }

.navbar .search-right .search-top li {
  display: block; }

.navbar .search-right .search-top li a {
  font-size: 16px;
  color: #fff;
  line-height: 28px; }

.navbar .search-right .search-top li a:hover {
  color: #fff; }

.navbar .search-right .close {
  position: absolute;
  top: 60px;
  right: 40px;
  transition: all 200ms;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background: none;
  font-weight: 200; }

.navbar .search-right .close:hover {
  opacity: 0.8;
  background: none; }

@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px; }
  .navbar-expand-lg .nav_btn &gt; li {
    padding: 0; } }

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    max-width: 109px; }
  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px; }
  .navbar-expand-lg .navbar-nav.nav_btn &gt; li {
    margin-left: 0px; }
  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px; }
  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px; } }

@media only screen and (max-width: 991px) {
  a.nav-link:before,
  a.dropdown-item:before {
    display: none; }
  a.dropdown-item {
    width: auto; }
  .mobile-position {
    position: absolute;
    right: 40px;
    top: 13px; }
  .navbar .navbar-brand img {
    max-width: 109px; }
  .navbar-toggler {
    border: 0 none;
    font-size: 22px !important; }
  .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0; }
  .navbar-nav:last-child {
    border: 0; }
  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0; }
  .navbar-expand-lg .navbar-nav.nav_btn &gt; li {
    padding-bottom: 10px; }
  .navbar-nav .dropdown-menu {
    text-align: center; }
  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3); }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 6px 0;
    text-align: center; }
  header {
    height: auto;
    padding: 15px 0; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px); }
  header.nav-fixed {
    height: auto;
    padding: 10px 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block; }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center; }
  .navbar-toggler-icon.fa {
    line-height: 1.2em;
    color: #fff;
    line-height: 34px;
    background-color: var(--primary-color);
    border-radius: 5px; }
  .navbar-toggler {
    padding: 0rem 0rem !important; } }

@media only screen and (max-width: 800px) {
  #site-footer .copyright,
  #site-footer ul.footer-menu {
    text-align: center; } }

@media only screen and (max-width: 600px) {
  .navbar .search-right .popup {
    margin: 0rem 1em; } }

@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px; }
  .navbar .navbar-brand {
    font-size: 30px !important; }
  .mobile-position {
    top: 10px; } }

@media only screen and (max-width: 440px) {
  .navbar form.search-box {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0; }
  .navbar .search-right .popup form input[type="search"] {
    border: 2px solid var(--border-color-light);
    border-radius: var(--border-radius);
    margin-bottom: 15px; }
  .navbar .search-right .popup form button {
    border-radius: var(--border-radius); }
  .navbar .search-right .popup {
    padding: 30px; } }
	
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
/*.btn-style {
  padding: 13px 35px;
  font-size: 18px;
  line-height: 11px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }*/
 .btn-style a{ 
  font-family: raleway, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25.6px;
    letter-spacing: 1.5px;
    fill: #fff;
    color: #fff;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, #8bc53f 0, #8bc53f 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .5);
    padding: 10px 20px;}
.btn-style a:hover{ 
  	color: #000;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, #fff210 0, #fff210 100%);}</pre></body></html>