@charset "UTF-8";
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(5, 31, 144); /* Black fallback color */
  background-color: rgba(5, 31, 144, 0.95); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
} /* The Overlay (background) */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
} /* Position the content inside the overlay */
/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffd200;
  display: block; /* Display block instead of inline */
  -webkit-transition: 0.3s;
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  color: #ffd200;
} /* When you mouse over the navigation links, change their color */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
} /* Position the close button (top right corner) */
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again,
so they don't overlap */
@media screen and (max-height: 480px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 20px;
    top: 15px;
    right: 35px;
  }
  .overlay-content {
    top: 25%;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .overlay a {
    font-size: 24px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  .overlay-content {
    top: 25%;
    margin-top: 0px;
  }
}
/* ======================== */
.hamburger {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.hamburger .line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ffd200;
  margin-bottom: 5px; /*Adds separation to (and) bottom*/
  margin-top: 5px; /*Adds separation to (and) bottom*/
  border-radius: 4px;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.5s;
  transition: opacity 0.25s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.25s;
  transition: transform 0.5s, opacity 0.25s, -webkit-transform 0.5s;
}

.hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg); /*Moves down this line 13px and rotates it 45 degrees to create the X*/
}

.hamburger.active .line:nth-child(2) {
  opacity: 0; /*Hides this line.*/
}

.hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg); /*Moves up this line 13px and rotates it -45 degrees to create the X*/
}

.header-logo {
  width: 143px;
}

@media (max-width: 575.98px) {
  .header-logo {
    width: 110px !important;
  }
}
@media (min-width: 576px) {
  .header-logo {
    width: 160px !important;
  }
}
@media (min-width: 768px) {
  .header-logo {
    width: 170px !important;
  }
}
@media (min-width: 992px) {
  .header-logo {
    width: 180px !important;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    width: 143px !important;
  }
}
.feedback .card {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: center;
  color: white;
}
.feedback .card .icon:hover a, .feedback .card .card-title:hover a {
  color: #cca800 !important;
}
.feedback .card .icon {
  margin: 5px 0;
  color: #cccccc;
}
.feedback .card .bi {
  width: 60px;
  height: 60px;
}
.feedback .card .bi.mail {
  width: 16px;
  height: 16px;
}
.feedback .card .card-title {
  color: #ffc107;
}
.feedback .card a:hover .icon, .feedback .card a:hover .card-title {
  -webkit-transition: color 0.3s linear !important;
  transition: color 0.3s linear !important;
  color: #cca800;
}

@media (max-width: 575.98px) {
  .feedback h5 {
    font-size: 1rem;
  }
  .feedback h6 {
    font-size: 0.875rem;
  }
  .feedback .bi {
    width: 40px;
    height: 40px;
  }
  .feedback .bi.mail {
    width: 16px;
    height: 16px;
  }
  .feedback .post-title {
    font-size: 1rem;
  }
  .feedback .post-address {
    font-size: 0.875rem;
  }
  .feedback .post-code {
    font-size: 0.875rem;
  }
}
body {
  background-color: #051f90 !important;
  background: url(../images/fc24bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

/*/
body{
//background: linear-gradient(90deg, #2d3142 70%, #e71d36 30%);
//background: linear-gradient(90deg, #27213c 70%, #d64045 30%);
background: linear-gradient(90deg, $new-color-aa 50%, $new-color-ab 50%);
//background: linear-gradient(90deg, #27213c 70%, #d64045 30%);
}


@media (max-width: 411.98px) {
    $valw :  411px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 150px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 412px) {  // Small devices (landscape phones, 576px and up)
    $valw :  412px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 150px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 576px) {  // Small devices (landscape phones, 576px and up)
    $valw :  576px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 150px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 768px) {  // Medium devices (tablets, 768px and up)
    $valw :  768px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 150px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 992px) { // Large devices (desktops, 992px and up)
    $valw :  992px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 140px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 1200px) {    // X-Large devices (large desktops, 1200px and up)
    $valw :  1200px !default;
    $ppp2 :  calc(((100% - $valw)/2) + 150px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
@media (min-width: 1400px) {  // XX-Large devices (larger desktops, 1400px and up)
    $valw :  1400px !default;
    //$valwp :  0.10 !default;
    //$ppp2 :  calc(((100% - $valw)/2) + ($valw * $valwp)) !default;
    $ppp2 :  calc(((100% - $valw)/2) + 155px) !default;
    $ppp1 :  calc(100% - $ppp2) !default;
    body{ background: linear-gradient(90deg, $new-color-aa $ppp1, $new-color-ab $ppp2); }
}
/*/
.bg-order1 {
  background: #004f98;
}

.bg-order2 {
  background: #0a0c0e;
}

.bg-order3 {
  background: #2d3142;
}

.bg-order4 {
  background: #111418;
}

.main2 {
  background: #18151f;
  background: radial-gradient(ellipse at center, #18151f 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$es-bg-main-start, endColorstr=$es-bg-main-end,GradientType=1 );
  height: 100vh;
  width: 100%;
  color: #ffffff;
}

.es_main {
  background: #18151f;
  background: radial-gradient(ellipse at center, #18151f 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$es-bg-main-start, endColorstr=$es-bg-main-end,GradientType=1 );
  color: #ffffff;
}

hr.style-one {
  border: 0;
  height: 4px;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, right top, left top, from(#0d0d0d), color-stop(#ffd200), to(#0d0d0d));
  background-image: linear-gradient(to left, #0d0d0d, #ffd200, #0d0d0d);
  background-image: -o-linear-gradient(left, #0d0d0d, #ffd200, #0d0d0d);
}

.bg-main1 {
  background: #18151f;
  background: radial-gradient(ellipse at center, #18151f 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$es-bg-main-start, endColorstr=$es-bg-main-end,GradientType=1 );
}

.bg-main2 {
  background: #18151f;
  background: radial-gradient(ellipse at center, #18151f 1%, #0d0d0d 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$es-bg-main-start, endColorstr=$es-bg-main-end,GradientType=1 );
}

.bg-main22 {
  background: hsl(248, 10%, 16%);
  background: radial-gradient(ellipse at center, hsl(248, 10%, 16%) 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$gray-sea, endColorstr=$es-bg-main-end,GradientType=1 );
}

.bg-main3 {
  background: #18151f;
  background: radial-gradient(ellipse at center, rgba(189, 21, 11, 0.1) 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$main-red-rgb-015, endColorstr=$es-bg-main-end,GradientType=1 );
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.bg-sea {
  background-color: #0d0d0d;
}

.bg-blue-gr {
  background: #18151f;
}
.bg-blue-gr.bluertl {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 118, 189, 0.1)), color-stop(52%, transparent));
  background-image: linear-gradient(-90deg, rgba(0, 118, 189, 0.1), transparent 52%);
}
.bg-blue-gr.blueltr {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 118, 189, 0.1)), color-stop(52%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 118, 189, 0.1), transparent 52%);
}

.bg-dark-box {
  background-color: #1e1e1e;
}

.bg-light-tr {
  background: url(../images/bglight.png);
  background-repeat: repeat;
}

.bg-blue-tr {
  background: url(../images/bgt.png);
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.bg-bluev {
  background-color: #09488d;
}

.bg-bluer {
  background-color: #051f90;
}

.bg-bluegulf {
  background-color: #021463;
}

.txt-red {
  color: #ff0000;
}

.txt-coin {
  color: #ffd200;
}

.txt-gray {
  color: #abb3bf;
}

.txt-greenc {
  color: #79dd09;
}

.txt-xbox {
  color: #0f780f !important;
}

.txt-ps {
  color: #007cf7 !important;
}

.custom-bullet li {
  display: block;
  text-align: left;
  font-weight: 600;
}
.custom-bullet li:before {
  content: "-";
  float: left;
  margin-top: 0px;
  margin-left: -15px;
}

.res-h3 {
  font-weight: 600;
}

@media (max-width: 339.98px) {
  .res-h3 {
    font-size: 0.75rem;
  }
}
@media (min-width: 340px) {
  .res-h3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 375px) {
  .res-h3 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .res-h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .res-h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .res-h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .res-h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .res-h3 {
    font-size: 1.75rem;
  }
}
.boxLava .accordion * {
  border: none !important;
}
.boxLava .accordion-button {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem 0 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  background-color: #051f90;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .boxLava .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.boxLava .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: none !important;
  -webkit-box-shadow: inset 0 -1px 0 #051f90;
          box-shadow: inset 0 -1px 0 #051f90;
}
.boxLava .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.boxLava .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .boxLava .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.boxLava .accordion-button:hover {
  z-index: 2;
}
.boxLava .accordion-button:focus {
  z-index: 3;
  border-color: #eb8f92;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.boxLava .accordion-header {
  margin-bottom: 0;
}
.boxLava .accordion-item {
  background-color: #051f90;
  border: 1px solid #051f90;
}
.boxLava .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.boxLava .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.boxLava .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.boxLava .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.boxLava .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.boxLava .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.boxLava .accordion-body {
  padding: 1rem 1.25rem 0 1.25rem;
}
.boxLava .accordion-flush .accordion-collapse {
  border-width: 0;
}
.boxLava .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.boxLava .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.boxLava .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.boxLava .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.btnLava .btn-warning {
  border: 0;
  display: inline-block;
  padding: 0.55rem 1.5rem;
  border-radius: 5rem;
  color: #021463;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btnLava .btn-warning:after {
  border: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 5rem;
  z-index: -2;
}
.btnLava .btn-warning:before {
  border: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #b39300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btnLava .btn-warning:hover {
  border: 0;
  color: #021463;
}
.btnLava .btn-warning:hover:before {
  width: 100%;
}

.w90 {
  width: 90px;
}

.w120 {
  width: 120px;
}

.divBuy {
  padding: 16px 16px;
  border-radius: 9999px;
}

.divRadius {
  border-radius: 9999px;
}

.divWork {
  margin-left: 30px;
  margin-top: 30px;
}

.btnWork {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

/* 1. Pulse Animation */
.btnp-pulse {
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 9999px;
  background-color: #ffc600;
  color: #051f90;
  -webkit-animation: pulse4 1.5s infinite;
          animation: pulse4 1.5s infinite;
  -webkit-box-shadow: 0 0 0 0 #ffc600;
          box-shadow: 0 0 0 0 #ffc600;
}
.btnp-pulse:hover, .btnp-pulse:focus {
  cursor: pointer;
  -webkit-animation: none;
          animation: none;
  background-color: #ff0018;
  color: #ffc600;
}

@-webkit-keyframes pulse4 {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse4 {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@media (max-width: 399.98px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins320b.png);
  }
  .s1p1 {
    height: 340px;
  }
  .s1p1p1 {
    height: 95px;
  }
  .s1p1p2 {
    height: 245px;
  }
  .divBuy {
    height: 50px;
    padding: 10px 10px;
  }
  .btnp {
    padding: 5px 10px;
    font-size: 14px;
  }
  .divWork {
    margin-left: 15px;
    margin-top: 12px;
  }
  .btnWork {
    font-size: 12px;
  }
  .fs-x1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 400px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins320b.png);
  }
  .s1p1 {
    height: 340px;
  }
  .s1p1p1 {
    height: 95px;
  }
  .s1p1p2 {
    height: 245px;
  }
  .divBuy {
    height: 50px;
    padding: 10px 10px;
  }
  .btnp {
    padding: 5px 10px;
    font-size: 14px;
  }
  .divWork {
    margin-left: 15px;
    margin-top: 12px;
  }
  .btnWork {
    font-size: 12px;
  }
  .fs-x1 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins540.png);
  }
  .s1p1 {
    height: 300px;
  }
  .s1p1p1 {
    height: 200px;
  }
  .s1p1p2 {
    height: 100px;
  }
  .divBuy {
    height: 80px;
    padding: 16px 16px;
  }
  .btnp {
    padding: 10px 20px;
    font-size: 18px;
  }
  .divWork {
    margin-left: 20px;
    margin-top: 28px;
  }
  .btnWork {
    font-size: 14px;
  }
  .fs-x1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins720.png);
  }
  .s1p1 {
    height: 300px;
  }
  .s1p1p1 {
    height: 200px;
  }
  .s1p1p2 {
    height: 100px;
  }
  .divBuy {
    height: 80px;
    padding: 16px 16px;
  }
  .btnp {
    padding: 10px 20px;
    font-size: 18px;
  }
  .divWork {
    margin-left: 20px;
    margin-top: 28px;
  }
  .btnWork {
    font-size: 14px;
  }
  .fs-x1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins960.png);
  }
  .s1p1 {
    height: 350px;
  }
  .s1p1p1 {
    height: 240px;
  }
  .s1p1p2 {
    height: 110px;
  }
  .divBuy {
    height: 90px;
    padding: 16px 16px;
  }
  .btnp {
    padding: 10px 20px;
    font-size: 24px;
  }
  .divWork {
    margin-left: 30px;
    margin-top: 30px;
  }
  .btnWork {
    font-size: 20px;
  }
  .fs-x1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins1140.png);
  }
  .s1p1 {
    height: 400px;
  }
  .s1p1p1 {
    height: 280px;
  }
  .s1p1p2 {
    height: 120px;
  }
  .divBuy {
    height: 90px;
    padding: 16px 16px;
  }
  .btnp {
    padding: 10px 20px;
    font-size: 24px;
  }
  .divWork {
    margin-left: 30px;
    margin-top: 30px;
  }
  .btnWork {
    font-size: 20px;
  }
  .fs-x1 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .s1-bg {
    background: url(../images/bgfc-blue.jpg);
  }
  .s1-coins-bg {
    background: url(../images/slide/fc25coins1320.png);
  }
  .divBuy {
    height: 90px;
    padding: 16px 16px;
  }
  .btnp {
    padding: 10px 20px;
    font-size: 24px;
  }
  .divWork {
    margin-left: 30px;
    margin-top: 30px;
  }
  .btnWork {
    font-size: 20px;
  }
  .fs-x1 {
    font-size: 4rem;
  }
}
.s1-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.s1-coins-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.star1 {
  /*
  @media (min-width: 340px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 375px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 576px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 768px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 992px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 1200px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  @media (min-width: 1400px) {
      .star-rating { width: 56px; height: 46px; font-size: 64px; visibility: hidden; position: relative; cursor: pointer; }
  }
  */
  /*
  #rate-1:before, #rate-1:after { content: "\1F620"; font-size: 48px;}       //
  #rate-2:before, #rate-2:after { content: "\1F629"; font-size: 48px;}       //font-size: 48px;
  #rate-3:before, #rate-3:after { content: "\1F60F"; font-size: 48px;}       //font-size: 48px;
  #rate-4:before, #rate-4:after { content: "\1F60E"; font-size: 48px;}       //font-size: 48px;
  #rate-5:before, #rate-5:after { content: "\1F618"; font-size: 48px;}       //font-size: 48px;
  .halloween .star-rating:before, .halloween .star-rating:after { content: "\1F383"; font-size: 48px; }
  .christmas .star-rating:before, .christmas .star-rating:after { content: "\1F385"; font-size: 48px; }
  .thanksgiving .star-rating:before, .thanksgiving .star-rating:after { content: "\1F4B0"; font-size: 48px; }
  .medal .star-rating:before, .medal .star-rating:after { content: "\1F396"; font-size: 48px; }
  .easter .star-rating:before, .easter .star-rating:after { content: "\1F4B0"; font-size: 48px;  }
  .holiday .star-rating:hover ~ .star-rating:after,
  .holiday .star-rating:checked ~ .star-rating:after,
  .holiday .rate .input-container .star-rating:hover ~ .star-rating:after { filter: grayscale( 100% ) !important; }
  .holiday .rate .input-container:hover .star-rating:after,
  .holiday .star-rating:hover:after { filter: grayscale( 0% ) !important; }
  */
}
.star1 .star-rating {
  width: 56px;
  height: 46px;
  font-size: 64px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 339.98px) {
  .star1 .star-rating {
    width: 46px;
    height: 46px;
    font-size: 48px;
    visibility: hidden;
    position: relative;
    cursor: pointer;
  }
}
.star1 .star-rating, .star1 .star-rating:after {
  -webkit-transition: 0.25s all ease-out, 0s margin;
  transition: 0.25s all ease-out, 0s margin;
  outline: 0 !important;
}
.star1 .star-rating:after {
  color: #ef9;
  content: "★";
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: 0.25s all ease-out, 0s margin, 0s -webkit-transform;
  transition: 0.25s all ease-out, 0s margin, 0s -webkit-transform;
  transition: 0.25s all ease-out, 0s margin, 0s transform;
  transition: 0.25s all ease-out, 0s margin, 0s transform, 0s -webkit-transform;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.star1 .star-rating:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.star1 .star-rating:checked {
  z-index: 11;
}
.star1 .star-rating:checked:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
.star1 .star-rating:checked:after {
  color: #ef1;
  -webkit-animation: 0.25s 1 cubic-bezier(0, 1.64, 1, 1.48) star-pop;
          animation: 0.25s 1 cubic-bezier(0, 1.64, 1, 1.48) star-pop;
  z-index: 10;
}
.star1 .star-rating:hover:after {
  color: #BD150B !important;
}
.star1 .star-rating:hover ~ .star-rating:after,
.star1 .star-rating:checked ~ .star-rating:after,
.star1 .rate .input-container .star-rating:hover ~ .star-rating:after {
  color: #ccc !important;
  text-shadow: none;
}
.star1 .star-rating:before {
  content: "★";
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.star1 .star-rating:checked:before {
  z-index: -1;
  -webkit-animation: 0.5s 1 ease-out star-pop-2;
          animation: 0.5s 1 ease-out star-pop-2;
  pointer-events: none;
}
.star1 #rate-1:checked ~ .rating-desc:before {
  content: "Poor 😠";
}
.star1 #rate-2:checked ~ .rating-desc:before {
  content: "Not bad 😩";
}
.star1 #rate-3:checked ~ .rating-desc:before {
  content: "Average 😏";
}
.star1 #rate-4:checked ~ .rating-desc:before {
  content: "Good 😎";
}
.star1 #rate-5:checked ~ .rating-desc:before {
  content: "Excellent 😘";
}
.star1 .stararea textarea {
  border: 1px solid #e4e5e7;
  background: white;
  color: #6C6C6C;
  font-size: 16px;
  padding: 22px;
  margin-top: 15px;
  letter-spacing: -0.011em;
  border-radius: 10px;
  resize: none;
}
.star1 .stararea textarea:focus {
  border-color: #BD150B !important;
  background: #eee;
  color: #1a1a1a;
  outline: none;
}
.star1 .btns {
  height: 45px;
  width: 100%;
  margin: 15px 0;
}
.star1 .btns:active {
  border: none;
}
.star1 :not(.btns-check) + .btns:active {
  outline: none;
}
.star1 .btns button {
  color: #051f90 !important;
  height: 100%;
  width: 60%;
  outline: none;
  background: #FEE715;
  font-weight: 700;
  border-radius: 15px;
  cursor: pointer;
  border: none;
}
.star1 .btns button:hover {
  color: #FEE715 !important;
  background: #BD150B;
}
@-webkit-keyframes star-pop {
  0% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
  80% {
    color: #0099d5;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
            transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
}
@keyframes star-pop {
  0% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
  80% {
    color: #0099d5;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
            transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
}
@-webkit-keyframes star-pop-2 {
  0% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  20% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  60% {
    color: rgba(0, 153, 213, 0.325);
    -webkit-transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
            transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
  }
  100% {
    color: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
            transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
  }
}
@keyframes star-pop-2 {
  0% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  20% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  60% {
    color: rgba(0, 153, 213, 0.325);
    -webkit-transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
            transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
  }
  100% {
    color: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
            transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.reviews .av_star {
  font-size: 48px;
  line-height: 48px;
}
.reviews .av_star_mini {
  font-size: 28px;
  line-height: 28px;
}
.reviews .av_rate {
  font-size: 44px;
  line-height: 48px;
}

.star4 .rating-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.star4 .r_icon {
  pointer-events: none;
}
.star4 .r_input {
  position: absolute !important;
  display: none !important;
}
.star4 .r_input--none {
  display: none;
}
.star4 .r_label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.star4 .r_icon_s {
  color: orange;
}
.star4 .r_input:checked ~ .r_label .r_icon_s {
  color: #ddd;
}
.star4 .rating-group:hover .r_label .r_icon_s2 {
  color: orange;
}
.star4 .r_input:hover ~ .r_label .r_icon_s2 {
  color: #ddd;
}
.star4 #rate-1:checked ~ .rating-desc:before {
  content: "Poor 😠";
}
.star4 #rate-2:checked ~ .rating-desc:before {
  content: "Not bad 😩";
}
.star4 #rate-3:checked ~ .rating-desc:before {
  content: "Average 😏";
}
.star4 #rate-4:checked ~ .rating-desc:before {
  content: "Good 😎";
}
.star4 #rate-5:checked ~ .rating-desc:before {
  content: "Excellent 😘";
}
.star4 .stararea textarea {
  border: 1px solid #e4e5e7;
  color: #6C6C6C;
  font-size: 16px;
  padding: 22px;
  letter-spacing: -0.011em;
  border-radius: 10px;
  resize: none;
}
.star4 .stararea textarea:focus {
  border-color: #BD150B !important;
  color: #1a1a1a;
  outline: none;
}
.star4 .btns {
  height: 45px;
  width: 100%;
  margin: 15px 0;
}
.star4 .btns:active {
  border: none;
}
.star4 :not(.btns-check) + .btns:active {
  outline: none;
}
.star4 .btns button {
  color: #051f90 !important;
  height: 100%;
  width: 60%;
  outline: none;
  background: #FEE715;
  font-weight: 700;
  border-radius: 15px;
  cursor: pointer;
  border: none;
}
.star4 .btns button:hover {
  color: #FEE715 !important;
  background: #BD150B;
}
.star4 .success-animation {
  margin-top: 15px;
}
.star4 .checkmark-title {
  font-size: 30px;
  font-weight: bold;
  color: #4CAF50;
  margin-top: 15px;
  margin-bottom: 10px;
  z-index: 2;
}
.star4 .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4CAF50;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #4CAF50;
          box-shadow: inset 0px 0px 0px #4CAF50;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.star4 .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4CAF50;
  fill: #051f90;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.star4 .checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
            box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
            box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.star4c .rating-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.star4c .r_icon {
  pointer-events: none;
}
.star4c .r_input {
  position: absolute !important;
  display: none !important;
}
.star4c .r_input--none {
  display: none;
}
.star4c .r_label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.star4c .r_icon_s {
  color: orange;
}
.star4c .r_input:checked ~ .r_label .r_icon_s {
  color: #ddd;
}
.star4c .rating-group:hover .r_label .r_icon_s {
  color: orange;
}
.star4c .r_input:hover ~ .r_label .r_icon_s {
  color: #ddd;
}
.star4c #rate-1:checked ~ .rating-desc:before {
  content: "Poor 😠";
}
.star4c #rate-2:checked ~ .rating-desc:before {
  content: "Not bad 😩";
}
.star4c #rate-3:checked ~ .rating-desc:before {
  content: "Average 😏";
}
.star4c #rate-4:checked ~ .rating-desc:before {
  content: "Good 😎";
}
.star4c #rate-5:checked ~ .rating-desc:before {
  content: "Excellent 😘";
}
.star4c .stararea textarea {
  border: 1px solid #e4e5e7;
  background: white;
  color: #6C6C6C;
  font-size: 16px;
  padding: 22px;
  letter-spacing: -0.011em;
  border-radius: 10px;
  resize: none;
}
.star4c .stararea textarea:focus {
  border-color: #BD150B !important;
  background: #eee;
  color: #1a1a1a;
  outline: none;
}
.star4c .btns {
  height: 45px;
  width: 100%;
  margin: 15px 0;
}
.star4c .btns:active {
  border: none;
}
.star4c :not(.btns-check) + .btns:active {
  outline: none;
}
.star4c .btns button {
  color: #051f90 !important;
  height: 100%;
  width: 60%;
  outline: none;
  background: #FEE715;
  font-weight: 700;
  border-radius: 15px;
  cursor: pointer;
  border: none;
}
.star4c .btns button:hover {
  color: #FEE715 !important;
  background: #BD150B;
}

.star4b .rating-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.star4b .r_icon {
  pointer-events: none;
}
.star4b .r_input {
  position: absolute !important;
  left: -9999px !important;
}
.star4b .r_input--none {
  display: none;
}
.star4b .r_label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
.star4b .r_icon_s {
  color: orange;
}
.star4b .r_input:checked ~ .r_label .r_icon_s {
  color: #ddd;
}
.star4b .rating-group:hover .r_label .r_icon_s {
  color: orange;
}
.star4b .r_input:hover ~ .r_label .r_icon_s {
  color: #ddd;
}

.star5 {
  /*
  #rate-1:before, #rate-1:after { content: "\1F620"; font-size: 48px;}       //
  #rate-2:before, #rate-2:after { content: "\1F629"; font-size: 48px;}       //font-size: 48px;
  #rate-3:before, #rate-3:after { content: "\1F60F"; font-size: 48px;}       //font-size: 48px;
  #rate-4:before, #rate-4:after { content: "\1F60E"; font-size: 48px;}       //font-size: 48px;
  #rate-5:before, #rate-5:after { content: "\1F618"; font-size: 48px;}       //font-size: 48px;
  .halloween .star-rating:before, .halloween .star-rating:after { content: "\1F383"; font-size: 48px; }
  .christmas .star-rating:before, .christmas .star-rating:after { content: "\1F385"; font-size: 48px; }
  .thanksgiving .star-rating:before, .thanksgiving .star-rating:after { content: "\1F4B0"; font-size: 48px; }
  .medal .star-rating:before, .medal .star-rating:after { content: "\1F396"; font-size: 48px; }
  .easter .star-rating:before, .easter .star-rating:after { content: "\1F4B0"; font-size: 48px;  }
  .holiday .star-rating:hover ~ .star-rating:after,
  .holiday .star-rating:checked ~ .star-rating:after,
  .holiday .rate .input-container .star-rating:hover ~ .star-rating:after { filter: grayscale( 100% ) !important; }
  .holiday .rate .input-container:hover .star-rating:after,
  .holiday .star-rating:hover:after { filter: grayscale( 0% ) !important; }
  */
}
.star5 .sr-none {
  display: none;
}
.star5 .rate .input-container {
  width: 320px;
}
.star5 .star-rating, .star5 .star-rating:after {
  -webkit-transition: 0.25s all ease-out, 0s margin;
  transition: 0.25s all ease-out, 0s margin;
  outline: 0 !important;
}
.star5 .star-rating {
  width: 56px;
  height: 46px;
  font-size: 64px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 339.98px) {
  .star5 .star-rating {
    width: 46px;
    height: 46px;
    font-size: 48px;
    visibility: hidden;
    position: relative;
    cursor: pointer;
  }
  .star5 .rate .input-container {
    width: 280px;
  }
}
.star5 .star-rating:after {
  content: "★";
  color: #ef6c00;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: 0.25s all ease-out, 0s margin, 0s -webkit-transform;
  transition: 0.25s all ease-out, 0s margin, 0s -webkit-transform;
  transition: 0.25s all ease-out, 0s margin, 0s transform;
  transition: 0.25s all ease-out, 0s margin, 0s transform, 0s -webkit-transform;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.star5 .star-rating:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.star5 .star-rating:checked {
  z-index: 11;
}
.star5 .star-rating:checked:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
.star5 .star-rating:checked:after {
  color: #ef6c00;
  -webkit-animation: 0.25s 1 cubic-bezier(0, 1.64, 1, 1.48) star-pop;
          animation: 0.25s 1 cubic-bezier(0, 1.64, 1, 1.48) star-pop;
  z-index: 10;
}
.star5 .rate .input-container:hover .star-rating:after, .star5 .star-rating:hover:after {
  color: #ff8e22 !important;
}
.star5 .star-rating:hover ~ .star-rating:after, .star5 .star-rating:checked ~ .star-rating:after, .star5 .rate .input-container .star-rating:hover ~ .star-rating:after {
  color: #bbb !important;
  text-shadow: none;
}
.star5 .star-rating:before {
  content: "★";
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.star5 .star-rating:checked:before {
  z-index: -1;
  -webkit-animation: 0.5s 1 ease-out star-pop-2;
          animation: 0.5s 1 ease-out star-pop-2;
  pointer-events: none;
}
.star5 #rate-1:checked ~ .rating-desc:before {
  content: "Poor 😠";
}
.star5 #rate-2:checked ~ .rating-desc:before {
  content: "Not bad 😩";
}
.star5 #rate-3:checked ~ .rating-desc:before {
  content: "Average 😏";
}
.star5 #rate-4:checked ~ .rating-desc:before {
  content: "Good 😎";
}
.star5 #rate-5:checked ~ .rating-desc:before {
  content: "Excellent 😘";
}
.star5 .stararea textarea {
  border: 1px solid #e4e5e7;
  background: white;
  color: #6C6C6C;
  font-size: 16px;
  padding: 22px;
  margin-top: 15px;
  letter-spacing: -0.011em;
  border-radius: 10px;
  resize: none;
}
.star5 .stararea textarea:focus {
  border-color: #BD150B !important;
  background: #eee;
  color: #1a1a1a;
  outline: none;
}
.star5 .btns {
  height: 45px;
  width: 100%;
  margin: 15px 0;
}
.star5 .btns:active {
  border: none;
}
.star5 :not(.btns-check) + .btns:active {
  outline: none;
}
.star5 .btns button {
  color: #051f90 !important;
  height: 100%;
  width: 60%;
  outline: none;
  background: #FEE715;
  font-weight: 700;
  border-radius: 15px;
  cursor: pointer;
  border: none;
}
.star5 .btns button:hover {
  color: #FEE715 !important;
  background: #BD150B;
}
@keyframes star-pop {
  0% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
  80% {
    color: #0099d5;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
            transform: translateX(-50%) translateY(-50%) scale(1.75) rotate(-5deg);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  100% {
    color: #ef1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  }
}
@keyframes star-pop-2 {
  0% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  20% {
    color: rgba(0, 153, 213, 0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
            transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  }
  60% {
    color: rgba(0, 153, 213, 0.325);
    -webkit-transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
            transform: translateX(-50%) translateY(-57.5%) scale(2.5) rotate(-2.5deg);
  }
  100% {
    color: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
            transform: translateX(-50%) translateY(-65%) scale(4) rotate(0deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.espl_logo {
  width: 200px;
  height: 164px;
}

.es_signup {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  border: 0px solid #C0A1A2;
}

@-webkit-keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.sidebar-wrapper {
  height: 100%;
  max-height: 100%;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sidebar-wrapper .sidebar-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar-wrapper .badge {
  border-radius: 0;
}

.sidebar-wrapper .sidebar-menu {
  overflow: hidden;
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  padding: 8px 20px 8px 20px;
  width: 100%;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > .item {
  display: inline-block;
  -webkit-animation: swing ease-in-out 0.5s 1 alternate;
          animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu ul li a .item {
  margin-right: 10px;
  padding: 5px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar-wrapper .sidebar-menu ul li a .menu-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active {
  font-weight: bold;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  margin-left: auto;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu.active {
  display: block;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown:hover > .sidebar-submenu {
  display: block;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active {
  display: block;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  position: absolute;
  right: 15px;
  top: 8px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .badge {
  position: absolute;
  right: 15px;
  top: 9px;
  margin-right: 20px;
}
.sidebar-wrapper .sidebar-menu .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  position: absolute;
  right: 15px;
  top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 40px;
}
.sidebar-wrapper .sidebar-menu .badge {
  position: absolute;
  right: 15px;
  top: 9px;
  margin-right: 20px;
}

/*----------------show sidebar button----------------*/
#show-sidebar, #toggle-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 2px;
  background-size: cover;
}
.page-wrapper .theme.selected {
  border: 2px solid #00c7ff;
}
.page-wrapper .theme.default-theme {
  background: #1d1d1d;
}
.page-wrapper .theme.chiller-theme {
  background: #374140;
}
.page-wrapper .theme.legacy-theme {
  background: #2e333c;
}
.page-wrapper .theme.ice-theme {
  background: #3a4d56;
}
.page-wrapper .theme.cool-theme {
  background: #46454c;
}
.page-wrapper .theme.light-theme {
  background: #ececec;
}

.default-theme .sidebar-wrapper {
  background-color: #1d1d1d;
}
.default-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #2b2b2b;
}
.default-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.default-theme .sidebar-wrapper a:not(.dropdown-item),
.default-theme .sidebar-wrapper .sidebar-header,
.default-theme .sidebar-wrapper .sidebar-search input,
.default-theme .sidebar-wrapper .sidebar-search i {
  color: #adadad;
}
.default-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.default-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #d8d8d8;
}
.default-theme .sidebar-wrapper .sidebar-search input.search-menu,
.default-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #2b2b2b;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.default-theme .sidebar-wrapper .sidebar-menu a:hover i,
.default-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.default-theme .sidebar-wrapper .sidebar-menu li.active a i,
.default-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #22ff16;
}
.default-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #2b2b2b;
}
.default-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #2b2b2b;
}
.default-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #868686;
}
.default-theme .sidebar-wrapper .sidebar-footer {
  background-color: #2b2b2b;
  -webkit-box-shadow: 0px -1px 5px #1d1d1d;
          box-shadow: 0px -1px 5px #1d1d1d;
  border-top: 1px solid #2b2b2b;
}
.default-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.default-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.default-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(42, 42, 42, 0.9);
}
.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #c7c7c7;
}
.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #f2f2f2;
}
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: #454545;
}
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(81, 81, 81, 0.5);
}
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(81, 81, 81, 0.5);
}
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(81, 81, 81, 0.5);
}
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(56, 56, 56, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
          box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
  border-top: 1px solid #383838;
}

.chiller-theme .sidebar-wrapper {
  background-color: #2A2C2B;
}
.chiller-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #374140;
}
.chiller-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.chiller-theme .sidebar-wrapper a:not(.dropdown-item),
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search input,
.chiller-theme .sidebar-wrapper .sidebar-search i {
  color: #D9CB9E;
}
.chiller-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.chiller-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #ffe79a;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #374140;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu a:hover i,
.chiller-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-menu li.active a i,
.chiller-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #ffbe00;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #374140;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #374140;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #a29464;
}
.chiller-theme .sidebar-wrapper .sidebar-footer {
  background-color: #374140;
  -webkit-box-shadow: 0px -1px 5px #2A2C2B;
          box-shadow: 0px -1px 5px #2A2C2B;
  border-top: 1px solid #374140;
}
.chiller-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.chiller-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.chiller-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(54, 57, 56, 0.9);
}
.chiller-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #e7dfc3;
}
.chiller-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #fff3cd;
}
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: #4e5d5b;
}
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(90, 106, 105, 0.5);
}
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(90, 106, 105, 0.5);
}
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(90, 106, 105, 0.5);
}
.chiller-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(67, 79, 78, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(42, 44, 43, 0.8);
          box-shadow: 0px -1px 5px rgba(42, 44, 43, 0.8);
  border-top: 1px solid #434f4e;
}

.legacy-theme .sidebar-wrapper {
  background-color: #1e2229;
}
.legacy-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #2e333c;
}
.legacy-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.legacy-theme .sidebar-wrapper a:not(.dropdown-item),
.legacy-theme .sidebar-wrapper .sidebar-header,
.legacy-theme .sidebar-wrapper .sidebar-search input,
.legacy-theme .sidebar-wrapper .sidebar-search i {
  color: #818896;
}
.legacy-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.legacy-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #b8bfce;
}
.legacy-theme .sidebar-wrapper .sidebar-search input.search-menu,
.legacy-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #2e333c;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.legacy-theme .sidebar-wrapper .sidebar-menu a:hover i,
.legacy-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.legacy-theme .sidebar-wrapper .sidebar-menu li.active a i,
.legacy-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #16c7ff;
}
.legacy-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #2e333c;
}
.legacy-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #2e333c;
}
.legacy-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #646e80;
}
.legacy-theme .sidebar-wrapper .sidebar-footer {
  background-color: #22262d;
  -webkit-box-shadow: 0px -1px 5px #16191f;
          box-shadow: 0px -1px 5px #16191f;
  border-top: 1px solid #2e333c;
}
.legacy-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.legacy-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.legacy-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(41, 46, 56, 0.9);
}
.legacy-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #9da2ad;
}
.legacy-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #d6dae3;
}
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: #444c59;
}
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(79, 88, 103, 0.5);
}
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(79, 88, 103, 0.5);
}
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(79, 88, 103, 0.5);
}
.legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(45, 50, 60, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(22, 25, 31, 0.8);
          box-shadow: 0px -1px 5px rgba(22, 25, 31, 0.8);
  border-top: 1px solid #393f4a;
}

.cool-theme .sidebar-wrapper {
  background-color: #38373D;
}
.cool-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #46454c;
}
.cool-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.cool-theme .sidebar-wrapper a:not(.dropdown-item),
.cool-theme .sidebar-wrapper .sidebar-header,
.cool-theme .sidebar-wrapper .sidebar-search input,
.cool-theme .sidebar-wrapper .sidebar-search i {
  color: #918F9E;
}
.cool-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.cool-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #b3b8c1;
}
.cool-theme .sidebar-wrapper .sidebar-search input.search-menu,
.cool-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #46454c;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.cool-theme .sidebar-wrapper .sidebar-menu a:hover i,
.cool-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.cool-theme .sidebar-wrapper .sidebar-menu li.active a i,
.cool-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #fe6fff;
}
.cool-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #46454c;
}
.cool-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #46454c;
}
.cool-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #747479;
}
.cool-theme .sidebar-wrapper .sidebar-footer {
  background-color: #414046;
  -webkit-box-shadow: 0px -1px 5px #2a292d;
          box-shadow: 0px -1px 5px #2a292d;
  border-top: 1px solid #46454c;
}
.cool-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.cool-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.cool-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(68, 67, 74, 0.9);
}
.cool-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #acaab6;
}
.cool-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #cfd2d8;
}
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: #5f5d67;
}
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(107, 105, 116, 0.5);
}
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(107, 105, 116, 0.5);
}
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(107, 105, 116, 0.5);
}
.cool-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(77, 76, 83, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(42, 41, 45, 0.8);
          box-shadow: 0px -1px 5px rgba(42, 41, 45, 0.8);
  border-top: 1px solid #525159;
}

.ice-theme .sidebar-wrapper {
  background-color: #2B3A42;
}
.ice-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #3a4d56;
}
.ice-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.ice-theme .sidebar-wrapper a:not(.dropdown-item),
.ice-theme .sidebar-wrapper .sidebar-header,
.ice-theme .sidebar-wrapper .sidebar-search input,
.ice-theme .sidebar-wrapper .sidebar-search i {
  color: #9eb7c3;
}
.ice-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.ice-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #EFEFEF;
}
.ice-theme .sidebar-wrapper .sidebar-search input.search-menu,
.ice-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #3a4d56;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.ice-theme .sidebar-wrapper .sidebar-menu a:hover i,
.ice-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.ice-theme .sidebar-wrapper .sidebar-menu li.active a i,
.ice-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #38fbc7;
}
.ice-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #3a4d56;
}
.ice-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #3a4d56;
}
.ice-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.ice-theme .sidebar-wrapper .sidebar-footer {
  background-color: #2f3f48;
  -webkit-box-shadow: 0px -1px 5px #2b3a42;
          box-shadow: 0px -1px 5px #2b3a42;
  border-top: 1px solid #3a4d56;
}
.ice-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.ice-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.ice-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(53, 72, 81, 0.9);
}
.ice-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #beced6;
}
.ice-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: white;
}
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: #4f6874;
}
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(89, 118, 132, 0.5);
}
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(89, 118, 132, 0.5);
}
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(89, 118, 132, 0.5);
}
.ice-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(57, 77, 87, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(43, 58, 66, 0.8);
          box-shadow: 0px -1px 5px rgba(43, 58, 66, 0.8);
  border-top: 1px solid #445b65;
}

.light-theme .sidebar-wrapper {
  background-color: #ececec;
}
.light-theme .sidebar-wrapper .sidebar-item {
  border-top: 1px solid #f9f9f9;
}
.light-theme .sidebar-wrapper .sidebar-item:first-child {
  border-top: none;
}
.light-theme .sidebar-wrapper a:not(.dropdown-item),
.light-theme .sidebar-wrapper .sidebar-header,
.light-theme .sidebar-wrapper .sidebar-search input,
.light-theme .sidebar-wrapper .sidebar-search i {
  color: #74726E;
}
.light-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.light-theme .sidebar-wrapper .sidebar-menu li.active > a {
  color: #424242;
}
.light-theme .sidebar-wrapper .sidebar-search input.search-menu,
.light-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1px;
}
.light-theme .sidebar-wrapper .sidebar-menu a:hover i,
.light-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.light-theme .sidebar-wrapper .sidebar-menu li.active a i,
.light-theme .sidebar-wrapper .sidebar-menu li.active a .item {
  color: #00a9fd;
}
.light-theme .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: #f9f9f9;
}
.light-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #f9f9f9;
}
.light-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.light-theme .sidebar-wrapper .sidebar-footer {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px -1px 5px #ececec;
          box-shadow: 0px -1px 5px #ececec;
  border-top: 1px solid #f9f9f9;
}
.light-theme .sidebar-wrapper .sidebar-footer > div:first-child {
  border-left: none;
}
.light-theme .sidebar-wrapper .sidebar-footer > div:last-child {
  border-right: none;
}
.light-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(249, 249, 249, 0.9);
}
.light-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #8e8c87;
}
.light-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #5c5c5c;
}
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: white;
}
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a .item {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(236, 236, 236, 0.8);
          box-shadow: 0px -1px 5px rgba(236, 236, 236, 0.8);
  border-top: 1px solid white;
}

.nav-spc {
  display: block;
  color: #d63384;
}

@media (max-width: 575.98px) {
  .navbar-coins .signin {
    font-size: 0.875rem !important;
  }
}
.navbar-coins .navbar-brand {
  color: #ffffff;
}
.navbar-coins .navbar-brand:hover, .navbar-coins .navbar-brand:focus {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .navbar-coins .navbar-nav .nav-link {
    font-size: 0.75rem !important;
  }
}
.navbar-coins .navbar-nav .nav-link {
  margin-right: 0.5rem;
  padding: 0.125rem 1rem;
  color: rgba(255, 255, 255, 0.55);
  border-top: 4px solid hsl(246, 9%, 21%);
}
.navbar-coins .navbar-nav .nav-link:hover, .navbar-coins .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
  border-top: 4px solid #F6B352;
}
.navbar-coins .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-coins .navbar-nav .show > .nav-link,
.navbar-coins .navbar-nav .nav-link.active {
  color: #ffffff;
  border-top: 4px solid #ff0000;
}
.navbar-coins .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-coins .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-coins .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-coins .navbar-text a,
.navbar-coins .navbar-text a:hover,
.navbar-coins .navbar-text a:focus {
  color: #ffffff;
}

.nav-test1 {
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-test1 .nav-depart {
  float: left;
}

.nav-test1 .nav-depart .depart-btn {
  background: #3b3b3b;
  color: #fff;
  padding: 14px 84px 14px 18px;
  cursor: pointer;
  position: relative;
}

.nav-test1 .nav-depart .depart-btn:hover .depart-hover {
  top: 52px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.nav-test1 .nav-depart .depart-btn:before {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 13px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
}

.nav-test1 .nav-depart .depart-btn i {
  color: #fff;
  font-size: 16px;
}

.nav-test1 .nav-depart .depart-btn span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 16px;
}

.nav-test1 .nav-depart .depart-btn .depart-hover {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 62px;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 29px;
  -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-test1 .nav-depart .depart-btn .depart-hover li {
  list-style: none;
}

.nav-test1 .nav-depart .depart-btn .depart-hover li.active a {
  color: #e7ab3c;
}

.nav-test1 .nav-depart .depart-btn .depart-hover li a {
  display: block;
  font-size: 16px;
  color: #000;
  padding-left: 40px;
  padding-top: 16px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-test1 .nav-depart .depart-btn .depart-hover li a:hover {
  color: #e7ab3c;
}

.nav-test1 .nav-menu3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.nav-test1 .nav-menu3 li {
  list-style: none;
  display: inline-block;
  margin-left: -5px;
  position: relative;
}

.nav-test1 .nav-menu3 li.active a {
  background: #e7ab3c;
}

.nav-test1 .nav-menu3 li a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #fff;
  border-right: 2px solid #3b3b3b;
  text-transform: uppercase;
  padding: 16px 42px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-test1 .nav-menu3 li:hover > a {
  background: #e7ab3c;
}

.nav-test1 .nav-menu3 li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.nav-test1 .nav-menu3 li .dropdown {
  position: absolute;
  right: 0;
  top: 82px;
  width: 200px;
  z-index: 99;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-test1 .nav-menu3 li .dropdown li {
  display: block;
  margin-left: 0;
}

.nav-test1 .nav-menu3 li .dropdown li:hover > a {
  background: 0 0;
  color: #e7ab3c;
}

.nav-test1 .nav-menu3 li .dropdown li a {
  border-right: 0;
  padding: 13px 20px 12px 30px;
  text-transform: capitalize;
}

.home .card {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: center;
  color: white;
  /*
  .features {
      ul {
          padding: 0;
          margin: 20px 0 50px 0;
          list-style-type: none;
          li {
              margin: 10px 0;
              font-size: 14px;
              span {
                  border-bottom: 2px dotted $color-four;
              }
          }
      }
  }
  */
}
.home .card .line50 {
  height: 50px;
}
.home .card .line40 {
  height: 40px;
}
.home .card .line80 {
  height: 80px;
}
.home .card:hover .bi, .home .card:focus .bi {
  color: #ffc200;
}
.home .card .btn {
  display: block;
  font-weight: bold;
  background: #ffd200;
  color: #333333;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9);
          box-shadow: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.home .card .btn:hover, .home .card .btn:focus {
  background: #F68657;
  color: white;
}

.serv-section-2 {
  position: relative;
  padding: 20px 0 0 0;
}

.serv-section-2-main {
  background: url(../images/bgt.png);
  background-repeat: repeat;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 8px 8px 8px;
  margin-top: 10px;
}

/*
.serv-section-2:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 32px);
    z-index: 0;
    content: " ";
    width: 40px;
    height: 40px;
    //background: #f5f5f5;
    background: $color-four;
    border-radius: 20px;
    //border-top-right-radius: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
*/
.serv-section-2-icon {
  position: absolute;
  top: 0px;
  left: calc(50% - 30px);
  max-width: 100px;
  z-index: 0;
  text-align: center;
  width: 60px;
  height: 30px;
  border-radius: 30px 30px 0px 0px;
  background: url(../images/bgt.png);
  background-repeat: repeat;
}

.serv-section-2-icon i {
  color: #ffd200;
  font-size: 1.75rem;
  padding-top: 15px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  font-weight: 500;
  line-height: 1.5;
}

.serv-section-2 h5 {
  color: #ffd200;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

.section-heading-line-left {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #ffd200;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

.serv-section-2:hover:before {
  background: #5f27cd;
}

/*footer
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

*/
footer {
  color: #adb5bd;
}
footer a {
  color: #adb5bd;
  text-decoration: none;
}

.footer .social-icon {
  padding: 0px;
  margin: 0px;
}
.footer .category a {
  text-decoration: none;
  display: inline-block;
  padding: 0px 5px;
  margin: 1px;
  border-radius: 4px;
  margin-top: 4px;
  border: solid 1px #6c757d;
}
.footer .payment {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer .payment li {
  list-style-type: none;
}
.footer .payment li a {
  text-decoration: none;
  display: inline-block;
  float: left;
  font-size: 25px;
  padding: 0 10px;
}

.tetettete ul {
  list-style: none;
}
.tetettete a {
  text-decoration: none;
}
.tetettete .generic-anchor {
  color: #8DB9ED;
}
.tetettete .generic-anchor:visited {
  color: #8DB9ED;
}
.tetettete .generic-anchor:hover {
  color: #cccccc;
}
.tetettete .flex-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.tetettete footer {
  background: hsl(248, 10%, 16%);
  margin-top: auto;
  width: 100%;
}
.tetettete .footer-list-top {
  width: 33.333%;
}
.tetettete .footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
}
.tetettete .footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif;
}
.tetettete .footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}
.tetettete .footer-social-section {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin-top: 5px;
}
.tetettete .footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #cccccc;
  width: calc(100% - 20px);
}
.tetettete .footer-social-overlap {
  position: relative;
  z-index: 2;
  background: hsl(248, 10%, 16%);
  padding: 0 20px;
}
.tetettete .footer-social-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 3.5em "Oswald", sans-serif;
  color: #fff;
}
.tetettete .footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}
.tetettete .footer-social-overlap > a {
  font-size: 3em;
}
.tetettete .footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}
.tetettete .footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
}
.tetettete .footer-bottom-section > div:first-child {
  margin-right: auto;
}
.tetettete .footer-bottom-wrapper {
  font-size: 1.5em;
  color: #fff;
}
.tetettete .footer-address {
  display: inline;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .tetettete .footer-list-header {
    font-size: 2em;
  }
  .tetettete .footer-list-anchor {
    font-size: 1.1em;
  }
  .tetettete .footer-social-connect {
    font-size: 2.5em;
  }
  .tetettete .footer-social-overlap > a {
    font-size: 2.24em;
  }
  .tetettete .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 568px) {
  .tetettete main {
    font-size: 5em;
  }
  .tetettete .footer-list-top {
    width: 100%;
  }
  .tetettete .footer-list-header {
    font-size: 3em;
  }
  .tetettete .footer-list-anchor {
    font-size: 1.5em;
  }
  .tetettete .footer-social-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tetettete .footer-social-section::after {
    top: 25%;
  }
  .tetettete .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .tetettete .footer-social-overlap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tetettete .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }
  .tetettete .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }
  .tetettete .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }
  .tetettete .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tetettete .footer-social-overlap > a {
    margin: auto;
  }
  .tetettete .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }
  .tetettete .footer-bottom-rights {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .tetettete .footer-list-header {
    font-size: 2.2em;
  }
  .tetettete .footer-list-anchor {
    font-size: 1.2em;
  }
  .tetettete .footer-social-connect {
    font-size: 2.4em;
  }
  .tetettete .footer-social-overlap > a {
    font-size: 2.24em;
  }
  .tetettete .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}

.sidebar3 ul li {
  margin: 6px 0;
  padding: 0;
  list-style: none;
}
.sidebar3 ul li .nav-link, .sidebar3 ul li.nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.sidebar3 ul li .nav-link:hover, .sidebar3 ul li .nav-link:focus, .sidebar3 ul li.nav-link:hover, .sidebar3 ul li.nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.sidebar3 ul li a {
  margin: 0;
  padding: 0;
}

.custom-table {
  min-width: 690px;
}
.custom-table thead tr, .custom-table thead th {
  border-top: none;
  border-bottom: none !important;
  color: #fff;
}
.custom-table tbody th, .custom-table tbody td {
  color: #777;
  font-weight: 400;
  font-weight: 300;
}
.custom-table tbody th small, .custom-table tbody td small {
  color: #b3b3b3;
  font-weight: 300;
}
.custom-table tbody tr:not(.spacer) {
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.custom-table tbody tr:not(.spacer):hover {
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}
.custom-table tbody tr th, .custom-table tbody tr td {
  background: url(../images/bgt.png);
  border: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-table tbody tr:nth-child(4n-1) th, .custom-table tbody tr:nth-child(4n-1) td {
  background: url(../images/bgtt.png);
}
.custom-table tbody tr.spacer td {
  padding: 0 !important;
  height: 4px;
  border-radius: 0 !important;
  background: transparent !important;
}
.custom-table tbody tr.active th, .custom-table tbody tr.active td, .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
  color: #fff;
  background: url(../images/bgttt.png);
}
.hcolor {
  color: #ffd200;
}

.liner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.liner:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 10px;
  margin: auto;
  border: 0;
  height: 2px;
  background: #abb3bf;
  background: linear-gradient(to right, rgb(255, 210, 0), rgba(255, 210, 0, 0)); /*Standard*/ /*Safari 5.1-6*/ /*Fx 3.6-15*/ /*Fx 3.6-15*/
  background: -o-linear-gradient(right, rgb(255, 210, 0), rgba(255, 210, 0, 0)); /*Opera 11.1-12*/
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 210, 0)), to(rgba(255, 210, 0, 0)));
}
.liner:after {
  margin-left: 10px;
}

.liner6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.liner6:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 10px;
  margin: auto;
  border: 0;
  height: 6px;
  background: #abb3bf;
  background: linear-gradient(to right, rgb(255, 210, 0), rgba(255, 210, 0, 0)); /*Standard*/ /*Safari 5.1-6*/ /*Fx 3.6-15*/ /*Fx 3.6-15*/
  background: -o-linear-gradient(right, rgb(255, 210, 0), rgba(255, 210, 0, 0)); /*Opera 11.1-12*/
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 210, 0)), to(rgba(255, 210, 0, 0)));
}
.liner6:after {
  margin-left: 10px;
}

/*
input[type="range"]{
    -webkit-appearance:none;
    //width:160px;
    height:20px;
    //margin:10px 50px;
    background: linear-gradient(to right, rgb(20, 100, 196) 100%, rgb(20, 100, 196) 0%);
    background-size:100% 10px;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
    outline: none;

}

input[type="range"]:first-of-type{
    margin-top:30px;
}

input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:rgb(20, 100, 196);;
    position:relative;
    z-index:3;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.3);

   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb:after{
    content:" ";
    //width:160px;
    height:10px;
    position:absolute;
    z-index:1;
    right:20px;
    top:5px;
    background: #ff5b32;
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);

   //@include border-radius(10px, 0);

    //@include box-shadow($input-box-shadow);
    //@include transition($input-transition);
}
*/
[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #78828a;
}
[type=range]:focus::-ms-fill-lower {
  background: #6c757d;
}
[type=range]:focus::-ms-fill-upper {
  background: #78828a;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #6c757d;
  border: 0px solid #6c757d;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffd200;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 0px solid #32a467;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 10px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #6c757d;
  border: 0px solid #6c757d;
  border-radius: 5px;
  height: 5px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffd200;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 0px solid #32a467;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 10px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #60686f;
  border: 0px solid #6c757d;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #6c757d;
  border: 0px solid #6c757d;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffd200;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 0px solid #32a467;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2.5px;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

sup {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.range-labels {
  margin: 0 0 0 9px;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 20%;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels .active {
  color: #37adbf;
}
.range-labels .selected::before {
  background: #37adbf;
}
.orderCoins {
  color: white;
}
.orderCoins .btn {
  font-weight: bold;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9);
          box-shadow: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.orderCoins .btn-check:checked + .ckeckk,
.orderCoins .btn-check:active + .ckeckk,
.orderCoins .btn-coin {
  color: #333333;
  background: #FEE715;
}
.orderCoins .btn-coin:hover, .orderCoins .btn-coin:focus {
  color: #333333;
  background: #e49a2f;
}

.giftcards .product-item {
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.giftcards .product-item .tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 0.4rem;
}
.giftcards .product-item .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.giftcards .product-item .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}
.giftcards .product-item .price {
  font-weight: 600;
}
.giftcards .bg-green {
  background-color: #208f20 !important;
  color: #fff;
}
.giftcards .bg-black {
  background-color: #1f1d1d;
  color: #fff;
}
.giftcards .bg-red {
  background-color: #bb3535;
  color: #fff;
}

.shop .product-item {
  min-height: 450px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.shop .product-item .product {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.shop .product-item .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop .product-item .product .icons .icon {
  width: 40px;
  height: 40px;
  background-color: #051f90;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
.shop .product-item .product .icons .icon:hover, .shop .product-item .product .icons .icon:focus {
  background-color: #b71c1c;
  color: #fff;
}
.shop .product-item .product .icons .icon:nth-last-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.shop .product-item .product .icons .icon:nth-last-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.shop .product-item .product .icons .icon:nth-last-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.shop .product-item:hover .product .icons .icon, .shop .product-item:focus .product .icons .icon {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.shop .product-item .tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 0.4rem;
}
.shop .product-item .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.shop .product-item .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}
.shop .product-item .price {
  font-weight: 600;
}
.shop .navbar-nav .nav-link {
  color: #000 !important;
  padding: 0.5rem 0rem !important;
  border-color: transparent;
  margin-left: 1.5rem;
  -webkit-transition: none;
  transition: none;
}
.shop .navbar-nav .nav-link:hover, .shop .navbar-nav .nav-link:focus {
  border-bottom: 3px solid #b71c1c;
}
.shop .navbar-nav .nav-link.active {
  border-bottom: 3px solid #b71c1c;
}
.shop .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop .border-red {
  border-bottom: 3px solid #b71c1c;
}
.shop .fw-800 {
  font-weight: 800;
}
.shop .bg-green {
  background-color: #208f20 !important;
  color: #fff;
}
.shop .bg-black {
  background-color: #1f1d1d;
  color: #fff;
}
.shop .bg-red {
  background-color: #bb3535;
  color: #fff;
}
@media (max-width: 767.5px) {
  .shop .navbar-nav .nav-link.active {
    background-color: #b71c1c;
    color: #fff !important;
  }
  .shop .navbar-nav .nav-link {
    border: 3px solid transparent;
    margin: 0.8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop .navbar-nav .nav-link:hover, .shop .navbar-nav .nav-link:focus {
    background-color: #b71c1c;
    color: #fff !important;
  }
}