<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.green {
  background: url("../images/green-bg.jpg") no-repeat top center;
  background-size: cover;
  font-family: 'Exo 2', sans-serif; }
  body.green header {
    margin: 15px 50px 0; }
    body.green header nav .logo {
      width: 280px; }
    body.green header nav .navbar-toggler {
      color: #fff; }
    body.green header nav .navbar-nav .nav-item .nav-link {
      color: #fff;
      margin-left: 15px;
      margin-right: 15px; }
      body.green header nav .navbar-nav .nav-item .nav-link.round-corner {
        border: 1px solid #fff;
        border-radius: 25px;
        text-align: center; }
  body.green .search-bar {
    background: #112d41;
    border: 1px solid #3d9c81;
    height: 50px;
    padding: 3px 0;
    display: block;
    border-radius: 25px;
    margin-top: 30px; }
    body.green .search-bar .input-group-text {
      border: 0 !important;
      background: none !important;
      color: #fff; }
    body.green .search-bar .form-control {
      background: none;
      border: 0;
      transition: none !important;
      outline: 0 !important;
      color: #ededed;
      font-size: 20px; }
      body.green .search-bar .form-control:focus {
        box-shadow: none !important; }
    body.green .search-bar .input-group-append .arrow-down {
      position: absolute;
      background: url("../images/arrow.png") no-repeat;
      width: 18px;
      height: 12px;
      right: 18px;
      top: 16px; }
    body.green .search-bar .input-group-append select {
      width: 92px;
      border-radius: 25px;
      padding: 0 12px;
      margin: 3px 7px 0 0;
      height: 37px;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: -moz-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #43ddcd), color-stop(100%, #3f97e0));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* ie10+ */
      background: linear-gradient(134deg, #43ddcd 0%, #3f97e0 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ddcd', endColorstr='#3f97e0',GradientType=1 );
      /* ie6-9 */ }
  body.green .filters {
    margin: 40px 0; }
    body.green .filters .nav-pills .nav-item {
      margin: 0 5px 5px 0; }
      body.green .filters .nav-pills .nav-item:first-child {
        margin-left: 0; }
      body.green .filters .nav-pills .nav-item:last-child {
        margin-right: 0; }
      body.green .filters .nav-pills .nav-item .nav-link {
        background: #3c5a71;
        border: 0;
        border-radius: 25px;
        color: #fff;
        font-size: 20px; }
        body.green .filters .nav-pills .nav-item .nav-link.active {
          background: #45b08c;
          background: -moz-linear-gradient(top, #45b08c 0%, #297b6f 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #45b08c), color-stop(100%, #297b6f));
          background: -webkit-linear-gradient(top, #45b08c 0%, #297b6f 100%);
          background: -o-linear-gradient(top, #45b08c 0%, #297b6f 100%);
          background: -ms-linear-gradient(top, #45b08c 0%, #297b6f 100%);
          background: linear-gradient(to bottom, #45b08c 0%, #297b6f 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b08c', endColorstr='#297b6f', GradientType=0 ); }
  body.green .heading {
    margin-bottom: 20px; }
    body.green .heading h1 {
      color: #3facff;
      margin: 0;
      line-height: 26px;
      padding: 0; }
    body.green .heading .sortby {
      color: #fff;
      font-size: 20px; }
    body.green .heading select {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #fff;
      color: #fff;
      background: none;
      margin-left: 15px;
      padding: 5px;
      width: 120px;
      font-size: 20px;
      border-radius: 5px;
      background: url("../images/arrow.png") no-repeat 96% 14px; }
  body.green .list {
    margin-bottom: 20px; }
    body.green .list .list-box {
      border-radius: 15px;
      margin-top: 20px;
      margin-bottom: 20px; }
      body.green .list .list-box .header-box {
        background: #45b08d;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-size: 22px;
        border-radius: 15px 15px 0 0; }
      body.green .list .list-box .content-box {
        background: #1f6764;
        border-radius: 0 0 15px 15px;
        padding: 0 15px 15px; }
        body.green .list .list-box .content-box .text-subheading {
          font-size: 18px;
          text-align: center;
          padding: 10px 0;
          color: #fff;
          font-size: 22px; }
        body.green .list .list-box .content-box .image img {
          width: 100% !important; }

body.blue {
  background: url("../images/blue-bg.jpg") no-repeat top center;
  background-size: cover;
  font-family: 'Exo 2', sans-serif; }
  body.blue header {
    margin: 15px 50px 0; }
    body.blue header nav .logo {
      width: 280px; }
    body.blue header nav .navbar-toggler {
      color: #fff; }
    body.blue header nav .navbar-nav .nav-item .nav-link {
      color: #fff;
      margin-left: 15px;
      margin-right: 15px; }
      body.blue header nav .navbar-nav .nav-item .nav-link.round-corner {
        background: #000;
        border-radius: 25px;
        text-align: center; }
  body.blue .search-bar {
    background: #112836;
    height: 50px;
    padding: 3px 0;
    display: block;
    border-radius: 25px;
    margin-top: 30px; }
    body.blue .search-bar .input-group-text {
      border: 0 !important;
      background: none !important;
      color: #fff; }
    body.blue .search-bar .form-control {
      background: none;
      border: 0;
      transition: none !important;
      outline: 0 !important;
      color: #ededed;
      font-size: 20px; }
      body.blue .search-bar .form-control:focus {
        box-shadow: none !important; }
    body.blue .search-bar .input-group-append .arrow-down {
      position: absolute;
      background: url("../images/arrow.png") no-repeat;
      width: 18px;
      height: 12px;
      right: 18px;
      top: 16px; }
    body.blue .search-bar .input-group-append select {
      width: 92px;
      border-radius: 25px;
      padding: 0 12px;
      margin: 3px 7px 0 0;
      height: 37px;
      border: 0;
      -webkit-appearance: none;
      background: -moz-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #43ddcd), color-stop(100%, #3f97e0));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
      /* ie10+ */
      background: linear-gradient(134deg, #43ddcd 0%, #3f97e0 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ddcd', endColorstr='#3f97e0',GradientType=1 );
      /* ie6-9 */ }
  body.blue .filters {
    margin: 40px 0; }
    body.blue .filters .nav-pills .nav-item {
      margin: 0 5px 5px 0; }
      body.blue .filters .nav-pills .nav-item:first-child {
        margin-left: 0; }
      body.blue .filters .nav-pills .nav-item:last-child {
        margin-right: 0; }
      body.blue .filters .nav-pills .nav-item .nav-link {
        background: #3c5658;
        border: 0;
        border-radius: 25px;
        color: #fff;
        font-size: 20px; }
        body.blue .filters .nav-pills .nav-item .nav-link.active {
          background: -moz-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
          /* ff3.6+ */
          background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #43ddcd), color-stop(100%, #3f97e0));
          /* safari4+,chrome */
          background: -webkit-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
          /* safari5.1+,chrome10+ */
          background: -o-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
          /* opera 11.10+ */
          background: -ms-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
          /* ie10+ */
          background: linear-gradient(134deg, #43ddcd 0%, #3f97e0 100%);
          /* w3c */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ddcd', endColorstr='#3f97e0',GradientType=1 );
          /* ie6-9 */ }
  body.blue .heading {
    margin-bottom: 20px; }
    body.blue .heading h1 {
      color: #3facff;
      margin: 0;
      line-height: 26px;
      padding: 0; }
    body.blue .heading .sortby {
      color: #fff;
      font-size: 20px; }
    body.blue .heading select {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #fff;
      color: #fff;
      background: none;
      margin-left: 15px;
      padding: 5px;
      width: 120px;
      font-size: 20px;
      border-radius: 5px;
      background: url("../images/arrow.png") no-repeat 96% 14px; }
  body.blue .list {
    margin-bottom: 20px; }
    body.blue .list .list-box {
      border-radius: 15px;
      margin-top: 20px;
      margin-bottom: 20px; }
      body.blue .list .list-box .header-box {
        background: #3faeff;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-size: 22px;
        border-radius: 15px 15px 0 0; }
      body.blue .list .list-box .content-box {
        background: #115797;
        border-radius: 0 0 15px 15px;
        padding: 0 15px 15px; }
        body.blue .list .list-box .content-box .text-subheading {
          font-size: 18px;
          text-align: center;
          padding: 10px 0;
          color: #fff;
          font-size: 22px; }
        body.blue .list .list-box .content-box .image img {
          width: 100% !important; }

@media (max-width: 1200px) and (min-width: 900px) {
  body.green header nav .logo {
    width: 250px; } }
@media (max-width: 899px) {
  body.green header nav .logo {
    width: 170px; }

  body header {
    margin: 15px 0 !important; } }
@media (max-width: 640px) {
  .custom-left {
    text-align: left !important;
    margin-top: 20px; } }
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: -moz-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #43ddcd), color-stop(100%, #3f97e0));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(316deg, #43ddcd 0%, #3f97e0 100%);
  /* ie10+ */
  background: linear-gradient(134deg, #43ddcd 0%, #3f97e0 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ddcd', endColorstr='#3f97e0',GradientType=1 );
  /* ie6-9 */ }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #fff; }

.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 12px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 12px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>