@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
	font-size: $font-base-size !important; 
}
.btn {
	font-size: .75rem;
}*/
@import url('https://fonts.googleapis.com/css?family=Rubik');
body {
  font-family: Rubik;
}
::selection {
  background-color: #ff6f0f;
  color: #ffffff;
}
a, input {
  box-shadow: none;
  outline: none;
}
@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf');
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #ff6f0f;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/* Set Background Image on a Div */
.gc-bg-image {
  background-image: url('../../../assets/images/backgrounds/bg_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/*! Background Overlay */
.gc-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
/* Add overlay before to have the effect only on the images not content */
.gc-boverlay {
  position: relative;
}
.gc-boverlay::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.gc-boverlay .gc-boverlay-text {
  /* text overlay fix, assign this class to the div and p tags or use position-relative */
  z-index: 10;
  position: relative;
}
/* Default opacities */
.gc-bopacity-6::before {
  background: rgba(0, 0, 0, 0.6);
}
.gc-bopacity-8::before {
  background: rgba(0, 0, 0, 0.8);
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #ff6f0f;
  color: #ffffff;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #150b5c;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #ff6f0f;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #150b5c;
  color: #ffffff;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #150b5c #f1f1f1;
  scrollbar-width: thin;
}
.vertical-scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.vertical-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.vertical-scrollbar::-webkit-scrollbar-thumb, .vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #0b062e;
  border-radius: 20px;
}
/*---------------------------------------------*/
/* ROUNDED ICONS LIST
/*---------------------------------------------*/
.rounded-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 0;
  overflow: hidden;
  clear: both;
}
.rounded-icons-list li {
  display: inline-block;
  margin-right: 10px;
}
.rounded-icons-list li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #ffffff;
  color: #fdd935;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.gc-rounded-icons {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.gc-rounded-icons i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 7px;
}
.gc-rounded-icons-primary {
  color: #ff6f0f;
}
.gc-rounded-icons-primary i {
  background: #ff6f0f;
  color: #ffffff;
}
.gc-rounded-icons-secondary {
  color: #150b5c;
}
.gc-rounded-icons-secondary i {
  background: #150b5c;
  color: #ffffff;
}
.gc-rounded-icons-tertiary {
  color: #292929;
}
.gc-rounded-icons-tertiary i {
  background: #292929;
  color: #ffffff;
}
/*---------------------------------------------*/
/* SLICK SLIDER CUSTOM ARROWS
/*---------------------------------------------*/
.gc-slick-arrows .slick-initialized.slick-slider {
  position: relative;
}
.gc-slick-arrows .slick-prev::before, .gc-slick-arrows .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gc-slick-arrows:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  box-shadow: 8px 6px 16px #3c3737;
  transition: all 5s ease-out;
}
.gc-slick-arrows .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #3c3737;
}
.gc-slick-images .slick-prev, .gc-slick-images .slick-prev:hover, .gc-slick-images .slick-prev:focus, .gc-slick-images .slick-prev:active {
  left: 0px;
  z-index: 2;
  background: url('../../../assets/images/prev-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-next, .gc-slick-images .slick-next:hover, .gc-slick-images .slick-next:focus, .gc-slick-images .slick-next:active {
  right: 0px;
  z-index: 2;
  background: url('../../../assets/images/next-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-prev:before, .gc-slick-images .slick-next:before {
  display: none;
}
.gc-slick-inside .slick-prev {
  left: 0px;
  z-index: 1;
}
.gc-slick-inside .slick-next {
  right: 0px;
  z-index: 1;
}
/* Slick Arrows Together */
.gc-slick-join .slick-next {
  right: 18px;
}
.gc-slick-join .slick-prev {
  left: 93%;
}
.gc-slick-join .slick-arrow {
  position: absolute;
  top: -30px;
}
.gc-slick-join .slick-prev:before, .gc-slick-join .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  background: #ff6f0f;
  color: #ffffff;
}
.gc-slick-join .slick-prev:before {
  content: "";
}
.gc-slick-join .slick-next:before {
  content: "";
}
/*---------------------------------------------*/
/* Social Links
/*---------------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #bb0000;
}
.social-network a.icoPinterest:hover {
  background-color: #C92228;
}
.social-network a.icoInstagram:hover {
  background-color: #f94877;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #D3D3D3;
}
.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center;
}
.social-circle i {
  color: #150b5c;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*---------------------------------------------*/
/* VERTICAL CENTER 
/*---------------------------------------------*/
.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*---------------------------------------------*/
/* LIST/GRID VIEW 
/*---------------------------------------------*/
.gc-list-row {
  margin: 5px 5px 0.62rem 5px;
}
.gc-price__mrp {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.gc-grid-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-grid-view .gc-grid-col-3, .gc-grid-view .gc-grid-col-4, .gc-grid-view .gc-grid-col-6 {
  position: relative;
  width: 100%;
  /*padding-right: 15px;
		padding-left: 15px;*/
}
.gc-list-view .gc-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-list-view .gc-list-row .gc-list-col-4, .gc-list-view .gc-list-row .gc-list-col-5, .gc-list-view .gc-list-row .gc-list-col-6, .gc-list-view .gc-list-row .gc-list-col-7, .gc-list-view .gc-list-row .gc-list-col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.gc-list-view .gc-list-row .gc-list-col-4 .img-crop-center {
  height: 100%;
  max-height: 280px;
}
@media (min-width: 768px) {
  .gc-grid-view .gc-grid-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-grid-view .gc-grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-grid-view .gc-grid-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gc-list-view .gc-list-row .gc-list-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-list-view .gc-list-row .gc-list-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .gc-list-view .gc-list-row .gc-list-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 768px) {
  .gc-list-view .gc-list-row .gc-list-col-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Avatar Images */
.gc-avatar {
  position: relative;
  width: 10vw;
  height: 10vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.gc-avatar img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* products images flip */
.gc-images-flip {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  display: block;
}
.gc-images-flip img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.gc-images-flip img.gc-view__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
/*---------------------------------------------*/
/* SIDEBAR NAV FOR ALL THEMES
/*---------------------------------------------*/
.nav-sidebar .form-search .selectize-input, .nav-sidebar .form-search select, .nav-sidebar .form-search textarea, .nav-sidebar .form-search input[type=email], .nav-sidebar .form-search input[type=password], .nav-sidebar .form-search input[type=tel], .nav-sidebar .form-search input[type=text] {
  background: transparent;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #dde6ef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.nav-sidebar__search {
  cursor: pointer;
}
.nav-sidebar__sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  white-space: nowrap;
}
.nav-sidebar__sidenav .form-row > [class*=col-] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nav-sidebar__sidenav .input-group-append {
  width: 100%;
  margin-top: 15px;
  height: 45px;
}
.nav-sidebar__sidenav .input-group-append .btn {
  width: 100%;
}
.nav-sidebar__sidenav a {
  font-size: 16px !important;
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.nav-sidebar__sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 25px !important;
}
.nav-sidebar__sidemenu ul {
  list-style: none;
  padding-left: 5px;
  overflow-y: auto;
  margin-top: 5px;
  max-height: 190px;
  scrollbar-color: #ff6f0f #f1f1f1;
  scrollbar-width: thin;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar {
  width: 5px;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb, .nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb:hover {
  background: #ff6f0f;
}
.nav-sidebar__sidemenu ul ul {
  display: none;
  padding-left: 15px;
}
.nav-sidebar__sidemenu ul a {
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.nav-sidebar__sidemenu ul a:hover {
  color: #ff6f0f;
}
.img-tag {
  position: absolute;
  z-index: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
@media only screen and (max-width: 574px) {
  .gc-grid-view .img-tag {
    right: 0;
    top: 5px;
  }
}
@media only screen and (min-width: 574px) {
  .gc-list-view .img-tag {
    bottom: -2rem;
    text-align: center;
    margin-left: 10px;
  }
}
/* accordion with arrow */
.gc-accordion .btn-link:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.gc-accordion .btn-link.collapsed:after {
  content: "";
}
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important;
}
.margin-top-sm {
  margin-top: 0.75rem !important;
}
.margin-top-md {
  margin-top: 1.875rem !important;
}
.margin-top-lg {
  margin-top: 3.75rem !important;
}
.margin-top-hg {
  margin-top: 6.25rem !important;
}
.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}
.margin-bottom-md {
  margin-bottom: 1.875rem !important;
}
.margin-bottom-lg {
  margin-bottom: 3.75rem !important;
}
.margin-bottom-hg {
  margin-bottom: 6.25rem !important;
}
/* Others */
.no-border {
  border: medium none;
  border-radius: 0;
}
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #ff6f0f;
  color: #ffffff;
}
.bg-theme-primary a {
  color: #ffffff;
}
.bg-theme-primary a:hover {
  color: #222222;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-secondary {
  background-color: #150b5c;
  color: #ffffff;
}
.bg-theme-secondary a {
  color: #ffffff;
}
.bg-theme-secondary a:hover {
  color: #ffffff;
}
.bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-tertiary {
  background-color: #292929;
  color: #ffffff !important;
}
.bg-theme-tertiary a {
  color: #ffffff;
}
.bg-theme-tertiary a:hover {
  color: #ffffff;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quaternary {
  background-color: #111111;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #ffffff;
}
.bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quinary {
  background-color: #dddddd;
  color: #333333 !important;
}
.bg-theme-quinary a {
  color: #333333;
}
.bg-theme-quinary a:hover {
  color: #333333;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
  color: #333333;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #333333;
}
/* COLORS */
.text-theme-primary {
  color: #ff6f0f;
}
.text-theme-primary .btn-sort {
  color: #ff6f0f;
}
.text-theme-secondary {
  color: #150b5c;
}
.text-theme-secondary .btn-sort {
  color: #150b5c;
}
.text-theme-tertiary {
  color: #292929;
}
.text-theme-tertiary .btn-sort {
  color: #292929;
}
.text-theme-quaternary {
  color: #111111;
}
.text-theme-quaternary .btn-sort {
  color: #111111;
}
.text-theme-quinary {
  color: #dddddd;
}
.text-theme-quinary .btn-sort {
  color: #dddddd;
}
/* CONTENT LINKS */
a {
  color: #161515;
}
a:hover, a:focus {
  color: #111111;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #ffffff !important;
  background-color: #ff6f0f;
  border-color: #ff6905;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #ffffff;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #222222;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #ffffff;
  background-color: #db5800;
  border-color: #ff6905;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #222222 !important;
  background-color: #e3c32f !important;
  border-color: #bc9f19 !important;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #db5800;
  border-color: #ff6905;
}
.btn-theme-primary:active:hover, .btn-theme-primary:active:focus, .btn-theme-primary:active.focus, .btn-theme-primary.active:hover, .btn-theme-primary.active:focus, .btn-theme-primary.active.focus, .open > .btn-theme-primary.dropdown-toggle:hover, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .btn-theme-primary.dropdown-toggle.focus, .badge-theme-primary:active:hover, .badge-theme-primary:active:focus, .badge-theme-primary:active.focus, .badge-theme-primary.active:hover, .badge-theme-primary.active:focus, .badge-theme-primary.active.focus, .open > .badge-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle.focus {
  color: #222222;
  background-color: #e3c32f;
  border-color: #e2c026;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  background-image: none;
}
.btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled.focus, .btn-theme-primary[disabled]:hover, .btn-theme-primary[disabled]:focus, .btn-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .btn-theme-primary.focus, .badge-theme-primary.disabled:hover, .badge-theme-primary.disabled:focus, .badge-theme-primary.disabled.focus, .badge-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .badge-theme-primary:hover, fieldset[disabled] .badge-theme-primary:focus, fieldset[disabled] .badge-theme-primary.focus {
  background-color: #ff6f0f;
  border-color: #ff6905;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #ff6f0f;
  background-color: #ffffff;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #ffffff;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #222222 !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #ffffff !important;
  background-color: #150b5c;
  border-color: #130a53;
}
.btn-theme-secondary .fa, .badge-theme-secondary .fa {
  color: #ffffff;
}
.btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
  color: #ffffff;
}
.btn-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary:focus, .badge-theme-secondary.focus {
  color: #ffffff;
  background-color: #0b062e;
  border-color: #130a53;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: black !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0b062e;
  border-color: #130a53;
}
.btn-theme-secondary:active:hover, .btn-theme-secondary:active:focus, .btn-theme-secondary:active.focus, .btn-theme-secondary.active:hover, .btn-theme-secondary.active:focus, .btn-theme-secondary.active.focus, .open > .btn-theme-secondary.dropdown-toggle:hover, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .btn-theme-secondary.dropdown-toggle.focus, .badge-theme-secondary:active:hover, .badge-theme-secondary:active:focus, .badge-theme-secondary:active.focus, .badge-theme-secondary.active:hover, .badge-theme-secondary.active:focus, .badge-theme-secondary.active.focus, .open > .badge-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  background-image: none;
}
.btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled.focus, .btn-theme-secondary[disabled]:hover, .btn-theme-secondary[disabled]:focus, .btn-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .btn-theme-secondary.focus, .badge-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:focus, .badge-theme-secondary.disabled.focus, .badge-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .badge-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary.focus {
  background-color: #150b5c;
  border-color: #130a53;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #150b5c;
  background-color: #ffffff;
}
.btn-theme-secondary a, .badge-theme-secondary a {
  color: #ffffff;
}
.btn-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:hover, .badge-theme-secondary a:focus {
  color: #ffffff;
}
.btn-theme-tertiary, .badge-theme-tertiary {
  color: #ffffff !important;
  background-color: #292929;
  border-color: #242424;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #ffffff;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #ffffff;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #ffffff;
  background-color: #101010;
  border-color: #242424;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #0a0a0a !important;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  color: #ffffff;
  background-color: #101010;
  border-color: #242424;
}
.btn-theme-tertiary:active:hover, .btn-theme-tertiary:active:focus, .btn-theme-tertiary:active.focus, .btn-theme-tertiary.active:hover, .btn-theme-tertiary.active:focus, .btn-theme-tertiary.active.focus, .open > .btn-theme-tertiary.dropdown-toggle:hover, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .btn-theme-tertiary.dropdown-toggle.focus, .badge-theme-tertiary:active:hover, .badge-theme-tertiary:active:focus, .badge-theme-tertiary:active.focus, .badge-theme-tertiary.active:hover, .badge-theme-tertiary.active:focus, .badge-theme-tertiary.active.focus, .open > .badge-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #292929;
  border-color: #242424;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-theme-tertiary.disabled:hover, .btn-theme-tertiary.disabled:focus, .btn-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled]:hover, .btn-theme-tertiary[disabled]:focus, .btn-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .btn-theme-tertiary.focus, .badge-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled.focus, .badge-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .badge-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary.focus {
  background-color: #292929;
  border-color: #242424;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #292929;
  background-color: #ffffff;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #ffffff;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #ffffff;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #ffffff;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: black;
  border-color: #0c0c0c;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: black !important;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: #0c0c0c;
}
.btn-theme-quaternary:active:hover, .btn-theme-quaternary:active:focus, .btn-theme-quaternary:active.focus, .btn-theme-quaternary.active:hover, .btn-theme-quaternary.active:focus, .btn-theme-quaternary.active.focus, .open > .btn-theme-quaternary.dropdown-toggle:hover, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .btn-theme-quaternary.dropdown-toggle.focus, .badge-theme-quaternary:active:hover, .badge-theme-quaternary:active:focus, .badge-theme-quaternary:active.focus, .badge-theme-quaternary.active:hover, .badge-theme-quaternary.active:focus, .badge-theme-quaternary.active.focus, .open > .badge-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quaternary.disabled:hover, .btn-theme-quaternary.disabled:focus, .btn-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled]:hover, .btn-theme-quaternary[disabled]:focus, .btn-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .btn-theme-quaternary.focus, .badge-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled.focus, .badge-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .badge-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary.focus {
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #111111;
  background-color: #ffffff;
}
.btn-theme-quaternary a, .badge-theme-quaternary a {
  color: #ffffff;
}
.btn-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:hover, .badge-theme-quaternary a:focus {
  color: #ffffff;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #333333 !important;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #333333;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #333333;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #333333 !important;
  background-color: #dddddd !important;
  border-color: #bebebe !important;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-quinary:active:hover, .btn-theme-quinary:active:focus, .btn-theme-quinary:active.focus, .btn-theme-quinary.active:hover, .btn-theme-quinary.active:focus, .btn-theme-quinary.active.focus, .open > .btn-theme-quinary.dropdown-toggle:hover, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .btn-theme-quinary.dropdown-toggle.focus, .badge-theme-quinary:active:hover, .badge-theme-quinary:active:focus, .badge-theme-quinary:active.focus, .badge-theme-quinary.active:hover, .badge-theme-quinary.active:focus, .badge-theme-quinary.active.focus, .open > .badge-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quinary.disabled:hover, .btn-theme-quinary.disabled:focus, .btn-theme-quinary.disabled.focus, .btn-theme-quinary[disabled]:hover, .btn-theme-quinary[disabled]:focus, .btn-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .btn-theme-quinary.focus, .badge-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:focus, .badge-theme-quinary.disabled.focus, .badge-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .badge-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary.focus {
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #dddddd;
  background-color: #333333;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #333333;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #333333;
}
.btn-theme-primary-outline {
  color: #ff6f0f;
  border-color: #ff6f0f;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #ffffff;
  background-color: #ff6f0f;
  border-color: #ff6f0f;
}
.btn-theme-secondary-outline {
  color: #150b5c;
  border-color: #150b5c;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #ffffff !important;
  background-color: #150b5c;
  border-color: #150b5c;
}
.btn-theme-tertiary-outline {
  color: #292929;
  border-color: #292929;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #ffffff;
  background-color: #292929;
  border-color: #292929;
}
.btn-theme-quaternary-outline {
  color: #111111;
  border-color: #111111;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.btn-theme-quinary-outline {
  color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #222222;
  background-color: #e3c32f;
  border-color: #c5a61a;
}
.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show > .btn-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
  border-color: black;
}
/* nav-pills */
.nav-pills .nav-item .nav-link {
  background-color: #ff6f0f;
  color: #ffffff;
}
.nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.active {
  background-color: #150b5c;
  color: #ffffff;
}
.nav-pills .nav-item .nav-link .badge {
  background-color: #ff0000;
  color: #fff;
}
/* nav-tabs */
.nav-tabs-theme .nav-item .nav-link {
  background-color: #ff6f0f;
  border-color: #ff6f0f;
  color: #ffffff;
}
.nav-tabs-theme .nav-item .nav-link:hover, .nav-tabs-theme .nav-item .nav-link.active {
  background-color: #150b5c;
  border-color: #150b5c;
  color: #ffffff;
}
.nav-tabs-theme .nav-item .nav-link .badge {
  background-color: #ff0000;
  color: #fff;
}
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px;
}
.shopping-cart-box {
  background-color: #ff6f0f;
  color: #ffffff;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #ff6f0f;
}
#shopping-cart-results .cart-list-item {
  background-color: #150b5c;
  color: #ffffff;
}
#shopping-cart-results .cart-list-item a {
  color: #ffffff !important;
}
#shopping-cart-results .cart-saving {
  color: #ffffff;
}
/* pagination */
.page-item.active .page-link, .page-link:hover, .page-link:focus {
  background-color: #ff6f0f;
  border-color: #ff6f0f;
  color: #ffffff;
}
.page-link {
  background-color: #150b5c;
  border-color: #150b5c;
  color: #ffffff;
}
.site-bg {
  background-color: #dddddd;
}
.heading-theme, .heading-theme > a {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-secondary {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-sub {
  font-weight: 300;
}
.heading-theme, .heading-theme > a {
  color: #ff6f0f;
}
.heading-secondary, .heading-secondary > a {
  color: #111111;
}
.tt-suggestion {
  background-color: #f8f8f8;
  color: #000000;
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.tt-suggestion:hover {
  background-color: #eee;
  color: #000;
}
.pkg2 {
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.1);
  padding: 3.12rem 0.9rem;
  text-align: center;
  margin-top: 1.87rem;
  perspective: 43.75rem;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
  background-color: transparent;
  color: #161515;
  padding-bottom: 80px !important;
  border: 1px solid #ff6f0f;
}
.pkg2 .patch {
  position: absolute;
  top: -9px;
  right: 8px;
  padding: 3px 14px;
  background: #ff6f0f;
  color: #fff;
  border-radius: 10px;
}
.pkg2 ul li {
  text-align: left;
  line-height: 21px !important;
  margin-bottom: 10px;
  padding-left: 21px;
  margin-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.pkg2 ul li:before {
  content: '';
  width: 7px;
  background: #ff6f0f;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px #ffac75;
  position: absolute;
  top: 8px;
  background-position: center;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.pkg2 .package-savings {
  font-size: 18px;
  position: absolute;
  top: 75px;
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .pkg2 {
    margin-bottom: 3.12rem;
  }
}
@media only screen and (max-width: 75em) {
  .pkg2 {
    margin-bottom: 1.87rem;
  }
}
.pkg2:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
}
.pkg2.active {
  background-color: #fff;
  color: #150b5c;
  border: 1px solid #150b5c;
}
.pkg2.active .patch {
  background: #150b5c;
}
.pkg2.active ul li:before {
  background: #222222;
  box-shadow: 0px 0px 0px 5px rgba(34, 34, 34, 0.35);
  transition: all 0.3s ease-in-out 0s;
}
.pkg2 .icon {
  width: 4.3rem;
  height: 4.3rem;
  line-height: 4.3rem;
  border-radius: 50%;
  background: #ff6f0f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  top: -2.12rem;
  left: 15px;
  border: 3px solid #fa6980;
  border-style: double;
  box-shadow: inset -2px 3px 6px #00000059, -2px 3px 6px #00000059;
}
.pkg2.active .icon {
  background: #fff;
  color: #150b5c;
  border: 3px solid #ffffff;
  border-style: double;
  box-shadow: inset -2px 3px 6px #00000059, -2px 3px 6px #00000059;
}
.pkg2-duration {
  font-size: 0.9rem;
}
.pkg2 .pkg2-header {
  margin-bottom: 1.875rem;
  text-align: left;
}
.pkg2 .pkg2-header .title {
  color: #150b5c;
}
.pkg2 .pkg2-content {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.pkg2 .pkg2-content li {
  font-size: 0.9rem;
  line-height: 2.5rem;
}
.pkg2 .pkg2-signup {
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0.6rem 1.4rem;
  background: #150b5c;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 30px;
  margin-top: 30px;
  width: max-content;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.pkg2 .title {
  display: block;
  font-size: 1.12rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.62rem 0;
}
.pkg2 .price-value {
  display: inline-block;
  border-bottom: 2px solid #ff6f0f;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.pkg2.active .price-value {
  border-bottom-color: #222222;
}
.pkg2.active .title {
  color: #ff6f0f;
}
.pkg2.active .pkg2-signup {
  background: #ff6f0f;
  color: #ffffff;
}
.pkg2 a {
  text-decoration: none;
}
.pricingtabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabspricing-banner_sliders-popular {
  padding-bottom: 60px;
  padding-top: 50px;
}
.pricingtabs .nav-pills {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #e4d2d2;
  padding: 6px;
  margin: 0 auto;
}
.pricingtabs .nav-pills li {
  float: none;
  display: inline-block;
  position: relative;
}
.pricingtabs .nav-pills .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: #333;
  border: none;
  padding: 6px 10px;
  border-radius: 50px;
  font-family: 'Roboto';
  transition: all 0.5s ease 0s;
}
.pricingtabs .nav-pills .nav-item .nav-link:hover {
  background: #150b5c;
  color: #fff !important;
  border: none;
  padding: 6px 30px;
}
.pricingtabs .nav-pills .nav-item .nav-link.active, .pricingtabs .nav-pills .nav-item .nav-link.active:focus, .pricingtabs .nav-pills .nav-item .nav-link.active:hover {
  border: none;
  background: #150b5c;
  color: #fff;
  padding: 6px 30px;
}
.pricingtabs .tab-content {
  font-size: 14px;
  color: #686868;
  line-height: 25px;
  text-align: left;
  padding: 0px 20px;
}
.pricingtabs .price-range {
  width: 200px;
  border-radius: 5px;
  color: #fff;
  background: #150b5c;
  margin-left: 10px;
}
.pricingtabs .price-range a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.pricingtabs .price-range p {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
.pricingtabs .price-range p span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  border-radius: 10px;
  padding: 3px 10px;
  border: 1px solid #fff;
}
.pricingtabs .tab-content img {
  width: 100%;
  border: 1px solid #989898;
  border-radius: 10px;
}
.pricingtabs .tab-content .image-cover {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .pricingtabs .tab-content .image-cover {
    width: 100%;
  }
  .pricingtabs .tab-content {
    padding: 0px;
  }
  .packages-tabspricing {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pricingtabs .tab-content .image-cover {
    flex-direction: column;
  }
  .pricingtabs .price-range {
    padding: 15px;
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .pricingtabs .price-range p {
    font-size: 19px;
    letter-spacing: 1px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: row;
  }
  .pricingtabs .price-range p span {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .pricingtabs .nav-pills li {
    width: auto;
    text-align: center;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.oceanus-navbar {
  height: auto;
  position: sticky !important;
  background: #fff;
  top: 0;
  z-index: 10;
}
.oceanus-navbar .select-category .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .oceanus-navbar #brand {
    background-position: left !important;
  }
}
.oceanus-navbar #brand a {
  width: 180px;
}
.oceanus_logo {
  display: flex;
  align-items: center;
}
.oceanus__nav-inner {
  height: 100%;
}
.oceanus_middlenavbar {
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  z-index: 999;
}
.oceanus_middlenavbar-avatar {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.oceanus_middlenavbar-avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border: none;
  background: #fff;
  border: 2px solid #f1f1f1;
}
.oceanus_middlenavbar__search, .oceanus_middlenavbar__search:hover {
  cursor: pointer;
  padding: 7px 12px;
  background: #150b5c;
  color: #fff !important;
  margin: 0px 10px;
  border-radius: 50%;
}
.oceanus_middlenavbar__addrs {
  width: 100%;
}
.oceanus_middlenavbar__addrs li {
  width: 100%;
}
.oceanus_middlenavbar__addrs li a {
  font-size: 14px !important;
  color: #333;
  opacity: 0.7;
}
.oceanus_middlenavbar-cart {
  color: #ffffff;
}
.oceanus_middlenavbar-a, .oceanus_middlenavbar-a:hover {
  /*padding: 1.3rem 1rem;*/
  color: #fff;
}
.oceanus_middlenavbar .oceanus_nav > li {
  padding: 11px 0px;
}
.oceanus_middlenavbar .oceanus_nav > li > a, .oceanus_middlenavbar .oceanus_nav > li a:focus, .oceanus_middlenavbar .oceanus_nav > li a:active {
  position: relative;
  /*font-size: 16px !important*/
  font-weight: 500;
  text-decoration: none;
  /*padding:10px 30px 10px 0 ;*/
  /*color:$theme-secondary-text;*/
  background: transparent !important;
}
.oceanus_middlenavbar .oceanus_nav > li > a:hover, .oceanus_middlenavbar .oceanus_nav > li a:focus:hover, .oceanus_middlenavbar .oceanus_nav > li a:active:hover {
  color: #ff6f0f !important;
}
.oceanus_middlenavbar .oceanus_nav li, .oceanus_middlenavbar .oceanus_nav a {
  position: relative;
}
.oceanus_middlenavbar .oceanus_nav li li {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #eaeff5;
}
.oceanus_middlenavbar .oceanus_nav ul {
  position: absolute;
  display: block;
  max-height: 500px;
  transition: all 0.5s;
  width: max-content;
  top: 80%;
  background: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  z-index: 3333;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  padding: 10px;
  left: -93px;
  list-style: none;
  border: 1px solid #eee;
  width: max-content;
  max-height: 500px;
  overflow-y: auto;
  opacity: 0;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul {
  padding-bottom: 2px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar {
  width: 8px;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-thumb {
  background: #888;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul a:hover {
  color: #ff6f0f;
  transition: all 0.5s;
}
.oceanus_middlenavbar .oceanus_nav li:hover ul li:hover a {
  width: 100%;
}
.oceanus_middlenavbar .oceanus_nav a, .oceanus_middlenavbar .oceanus_nav a:focus {
  background: #fff;
  transition: all 0.5s;
  color: #333;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  font-size: 13px;
}
.oceanus_middlenavbar .oceanus_nav ul ul, .oceanus_middlenavbar .oceanus_nav ul ul ul, .oceanus_middlenavbar .oceanus_nav ul ul ul ul {
  left: 100%;
  top: 0;
}
/*-------------cartbox---------------*/
.oceanus_section > a {
  color: #ffffff;
  box-shadow: none !important;
  background: #150b5c;
  outline: none;
  border: none;
}
.oceanus_section > a:hover, .oceanus_section > a:focus {
  border: none;
  background: #150b5c;
}
.oceanus_cartbox {
  padding: 15px 0px;
}
.oceanus_cartbox .shopping-cart-box {
  background: #292929;
  width: 300px;
  max-width: 290px;
  right: 10px;
}
.oceanus_cartbox .shopping-cart-box:after {
  display: none;
}
.oceanus_cartbox .cart-list-item a {
  color: #ffffff;
  text-decoration: none;
}
.oceanus_cartbox .cart-products-total btn {
  background: #dddddd;
  color: #ffffff;
}
.oceanus-navbarscroll {
  background: #fff;
  border-bottom: none;
  box-shadow: 0px -2px 6px 1px #00000029;
}
.oceanus-navbarscroll .oceanus_nav > li > a {
  color: #150b5c;
}
.oceanus-navbarscroll .oceanus-nav-fade-link {
  color: #fff;
  background: #ff6f0f;
  border-radius: 20px;
}
.oceanus-navbarscroll .gctnav_middlenavbar-cart {
  color: #222222;
}
.oceanus-navbarscroll .oceanus_btn i {
  color: #222222;
}
.oceanus__top-bar ul {
  width: 100%;
  justify-content: flex-start !important;
  flex-direction: row !important;
  display: flex !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
}
.oceanus__top-bar ul > li.link-list > a, .oceanus__top-bar ul > li.link-list a:focus, .oceanus__top-bar ul > li.link-list a:active {
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  background: transparent !important;
}
.oceanus__top-bar ul > li.link-list > a:hover, .oceanus__top-bar ul > li.link-list a:focus:hover, .oceanus__top-bar ul > li.link-list a:active:hover {
  color: #ff6f0f !important;
}
.oceanus__top-bar ul li, .oceanus__top-bar ul a {
  position: relative;
}
.oceanus__top-bar ul li li {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #eaeff5;
}
.oceanus__top-bar ul ul {
  position: absolute;
  display: block;
  max-height: 500px;
  transition: all 0.5s;
  width: max-content;
  top: 80%;
  background: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  z-index: 3333;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  padding: 10px;
  left: -50px;
  list-style: none;
  border: 1px solid #eee;
  width: max-content;
  max-height: 500px;
  opacity: 0;
}
.oceanus__top-bar ul li:hover > ul {
  padding-bottom: 2px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar {
  width: 8px;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-thumb {
  background: #888;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oceanus__top-bar ul li:hover > ul a {
  color: #ffffff;
}
.oceanus__top-bar ul li:hover > ul a:hover {
  color: #ff6f0f;
  transition: all 0.5s;
}
.oceanus__top-bar ul li:hover ul li:hover a {
  width: 100%;
}
.oceanus__top-bar ul a, .oceanus__top-bar ul a:focus {
  background: #fff;
  transition: all 0.5s;
  color: #333;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  font-size: 13px;
}
.oceanus__top-bar ul ul ul, .oceanus__top-bar ul ul ul ul, .oceanus__top-bar ul ul ul ul ul {
  left: 100%;
  top: 0;
}
/* Top Header */
.oceanus-topheader {
  margin-bottom: 50px;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: rgba(24, 33, 49, 0.8);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.oceanus-topheader:before {
  content: '';
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 33, 49, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.oceanus-topheader-height {
  height: 250px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.oceanus-topheader-width {
  padding: 30px 0;
  width: 100%;
}
.oceanus-topheader-head {
  font-size: 46px;
  margin: 0 0 15px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .oceanus-topheader-head {
    font-size: 25px;
  }
}
.oceanus-topheader-breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
}
.oceanus-topheader-breadcrumb li {
  display: inline-block;
}
.oceanus-topheader-breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .oceanus-topheader-breadcrumb li a {
    font-size: 14px;
  }
}
.oceanus-topheader-breadcrumb > li + li:before {
  content: ">";
  padding: 0 7px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .oceanus-topheader-breadcrumb > li + li:before {
    font-size: 14px;
  }
}
.oceanus-topheader-breadcrumb span {
  color: #ff6f0f;
}
@media screen and (max-width: 767px) {
  .oceanus-topheader-breadcrumb span {
    font-size: 14px;
  }
}
.oceanus__top-bar ul li:hover ul {
  overflow: visible !important;
  max-height: none !important;
}
.oceanus__top-bar ul li:hover ul ul {
  left: 0 !important;
  top: 100% !important;
}
.oceanus__top-bar ul li:hover ul ul, .oceanus__top-bar ul li:hover ul ul ul, .oceanus__top-bar ul li:hover ul ul ul ul, .oceanus__top-bar ul li:hover ul ul ul ul ul {
  left: 100% !important;
  top: 0 !important;
}
.oceanus-nav-fade .oceanus-text {
  color: #fff !important;
}
.oceanus-navbarscroll .oceanus-text, .oceanus-navbarscroll .link-list a {
  color: #150b5c !important;
}
.breakdownwheel_search .oceanus-text {
  border: 1px solid;
  border-color: #ff6f0f;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #ff6f0f;
}
.breakdownwheel_search .dropdown {
  text-align: right;
}
.breakdownwheel_search .dropdown-menu {
  transform: none !important;
  top: 73% !important;
  left: unset !important;
  right: 0px !important;
  box-shadow: -1px 1px 10px #0000001f;
  border: 1px solid #ff6f0f;
}
.nav-sidebar__sidenav {
  max-width: 320px;
  box-shadow: 0px -2px 6px 1px #00000029;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nav-sidebar__sidenav::-webkit-scrollbar {
  width: 5px;
}
.nav-sidebar__sidenav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-sidebar__sidenav::-webkit-scrollbar-thumb {
  background: #ff6f0f;
}
.nav-sidebar__sidenav::-webkit-scrollbar-thumb:hover {
  background: #ff6f0f;
}
.nav-sidebar__sidenav .form-control {
  font-size: 15px !important;
}
.nav-sidebar__sidenav .nav-sidebar__addrs li a {
  font-size: 14px !important;
  padding: 5px 16px 5px 16px;
  color: #150b5c;
}
.nav-sidebar__sidenav .nav-sidebar__sidemenu ul {
  margin: 10px 0px;
}
.nav-sidebar__sidenav .nav-sidebar__sidemenu ul li a {
  color: #150b5c;
  border-left: 2px solid #ff6f0f;
  padding: 5px 5px 5px 10px;
  margin-bottom: 8px;
  box-shadow: 0px 1px 3px #dddddd;
  border-bottom: none;
}
.nav-sidebar__sidenav .nav-sidebar__sidemenu + div .btn-theme-primary.btn-block {
  justify-content: center;
}
.nav-sidebar__sidenav .selectize-input, .nav-sidebar__sidenav .selectize-input.full, .nav-sidebar__sidenav .search-btn, .nav-sidebar__sidenav .typeahead-location.search-input, .nav-sidebar__sidenav .btn-theme-primary.btn-block {
  height: 40px !important;
  border-radius: 0;
  display: flex !important;
  align-items: center;
  font-size: 16px;
}
.nav-sidebar__sidenav .form-control.selectize-control, .nav-sidebar__sidenav .twitter-typeahead {
  width: 100% !important;
}
.nav-sidebar__sidenav .search-btn {
  justify-content: center;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.announcement-containers {
  overflow: hidden;
  white-space: nowrap;
  background: #333;
  display: flex;
  padding: 4px 0px;
}
.announcement-container {
  display: flex;
  animation: scroll 50s linear infinite;
  /* Adjust the duration as needed */
  width: 100%;
  min-width: fit-content;
}
.announcement-text {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 0px 15px;
  position: relative;
}
.announcement-text:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 41%;
  right: -17px;
  position: absolute;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.filter-searchbox {
  margin-bottom: 1.25rem;
  border-radius: 4px;
  background: #ffffff;
  margin-top: -1px;
  padding: 0.62rem 1.8rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.filter-searchbox .btn {
  font-size: 1rem;
  padding: 0.62rem 1rem;
}
.filter-searchbox h4 {
  border-bottom: 1px solid #ddd;
  margin-left: -0.93rem;
  margin-right: -0.93rem;
  padding-bottom: 0.62rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fprlvwidget02.card {
  margin-bottom: 1rem;
}
.fprlvwidget02 .card-body {
  padding: 0;
}
.fprlvwidget02 .card-header {
  background: #ff6f0f none repeat scroll 0 0;
  border-color: #ff6f0f;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}
.fprlv02 .fa-map-marker-alt {
  color: #ff6f0f;
  font-size: 2.97em;
  display: inline-block !important;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #150b5c;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.animate-border.border-white:after {
  der-color: #fff;
}
.animate-border.border-yellow:after {
  er-color: #f5b02e;
}
.animate-border.border-orange:after {
  border-right-color: #ff6f0f;
  border-left-color: #ff6f0f;
}
.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}
.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}
/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}
@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
.ftrwtqilox {
  margin: 35px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 7px 3px #e2e2e2;
  /* box-shadow: 0px 1px 6px #9f9f9f;*/
}
.ftrwtqilox a:hover, .ftrwtqilox a:focus {
  text-decoration: none;
}
.ftrwtqilox .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}
.ftrwtqilox .contact-us .contact-info {
  margin-left: 57px;
}
.ftrwtqilox .contact-us.contact-us-last {
  margin-left: -80px;
}
.ftrwtqilox .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #ff6f0f;
}
.ftrwtqilox p {
  font-size: 15px;
  color: #150b5c;
  line-height: 28px;
}
.ftrwtqilox .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #ff6f0f;
}
.ftrwtqilox .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
.ftrwtqilox .contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.ftrwtqilox .contact-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #ff6f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ftrwtqilox .contact-icon i {
  font-size: 19px;
  top: 0px;
  position: relative;
  color: #ff6f0f;
}
.ftrwtqilox .contact-info {
  margin-left: 75px;
  color: #150b5c;
}
.ftrwtqilox .contact-info h3 {
  font-size: 20px;
  color: #150b5c;
  margin-bottom: 0;
}
.ftrwtqilox .copyright {
  padding: 10px 0;
  margin-top: 30px;
  background-color: #ff6f0f;
}
.ftrwtqilox .copyright a:hover {
  color: #ff6f0f;
  text-decoration: none;
}
.ftrwtqilox .copyright span, .ftrwtqilox .copyright .gc-footer-branding, .ftrwtqilox .copyright a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 12px;
  text-align: center;
}
.ftrwtqilox .copyright-menu ul {
  text-align: right;
  margin: 0;
}
.ftrwtqilox .copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}
.ftrwtqilox .back-to-top {
  position: relative;
  z-index: 2;
}
.ftrwtqilox .back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ftrwtqilox .back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #ff6f0f;
  border-color: #db5800;
  color: #ffffff;
}
.ftrwtqilox-form {
  position: relative;
}
.ftrwtqilox-form input[type="email"] {
  padding: 15px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.ftrwtqilox-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}
.ftrwtqilox-form button:hover {
  cursor: pointer;
}
.ftrwtqilox-box-info {
  position: relative;
  top: -15px;
  background: #ffffff;
  padding: 20px 40px 40px 40px;
  z-index: 2;
  box-shadow: 0px 2px 7px 3px #e2e2e2;
}
@media screen and (max-wdth: 767px) {
  .ftrwtqilox-box-info #brand {
    background-position: left !important;
  }
}
.ftrwtqilox-box-info .footer-social-link h3 {
  color: #150b5c;
  font-size: 24px;
  margin-bottom: 25px;
}
.ftrwtqilox-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ftrwtqilox-box-info .footer-social-link li {
  display: inline-block;
}
.ftrwtqilox-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #ff6f0f;
  margin-right: 5px;
  color: #ffffff;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-facebookk {
  background-color: #3b5998;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-twitterr {
  background-color: #55acee;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-google-pluss {
  background-color: #dd4b39;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-youtubee {
  background-color: #dd4b39;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-linkedinn {
  background-color: #0976b4;
}
.ftrwtqilox-box-info .footer-social-link a i.fa-instagramm {
  background-color: #b7242a;
}
.ftrwtqilox-award {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ftrwtqilox-award p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}
.ftrwtqilox-widget .section-heading {
  margin-bottom: 35px;
}
.ftrwtqilox-widget h3 {
  font-size: 20px;
  color: #150b5c;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.ftrwtqilox-widget ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftrwtqilox-widget li {
  margin-bottom: 11px;
}
.ftrwtqilox-widget p {
  margin-bottom: 27px;
}
.ftrwtqilox-widget a {
  color: #150b5c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
.ftrwtqilox-widget a:hover {
  color: #ff6f0f;
  text-decoration: none;
}
.ftrwtqilox-widget:after {
  content: "";
  display: block;
  clear: both;
}
.ftrwtqilox .footer-info-text {
  margin: 10px 0 32px;
}
.ftrwtqilox .footer-left-widget {
  padding-left: 80px;
}
.ftrwtqilox-list {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.ftrwtqilox .subscribers-form input {
  border-radius: 0;
  border-color: #ff6f0f;
  font-size: 15px;
  box-shadow: none;
  outline: none;
}
.ftrwtqilox .subscribers-form button {
  border-radius: 0;
  font-size: 15px;
  background-color: #ff6f0f !important;
  border-color: #ff6905 !important;
}
.ftrwtqilox-form input::-webkit-input-placeholder, .ftrwtqilox-form input::-moz-placeholder, .ftrwtqilox-form input:-ms-input-placeholder, .ftrwtqilox-form input::-ms-input-placeholder {
  color: #878787;
  font-size: 15px;
}
.ftrwtqilox-form input::-webkit-input-placeholder, .ftrwtqilox-form input::-moz-placeholder, .ftrwtqilox-form input:-ms-input-placeholder, .ftrwtqilox-form input::-ms-input-placeholder, .ftrwtqilox-form input::placeholder {
  color: #878787;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ftrwtqilox .contact-us {
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .ftrwtqilox .contact-us.contact-us-last {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .ftrwtqilox .footer-left-widget {
    padding-left: 0px;
  }
  .ftrwtqilox-widget.footer-left-widget, .ftrwtqilox-widget .section-heading {
    margin-bottom: 20px;
  }
  .ftrwtqilox .copyright {
    margin-top: 20px;
  }
}
