/* @import 'https://fonts.googleapis.com/css?family=Roboto:300,400';
@import 'https://fonts.googleapis.com/css?family=Nunito:300';
@import 'https://fonts.googleapis.com/css?family=Lato'; */
html {
  font: 300 15px / 22px 'Roboto', Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #363d4a;
  color: #323946;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 70px;
  background-color: #f7f7f7;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: #6491c5;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #85beff;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border: 0;
}

p,
ul {
  margin: 0 0 15px 0;
}

*+p,
*+ul {
  margin-top: 15px;
}

h1,
h3 {
  margin: 0 0 15px 0;
  font-family: 'Nunito';
  font-weight: 300;
  color: #323946;
  text-transform: none;
}

h1 {
  font-size: 40px;
  line-height: 58px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font-size: 25px;
  line-height: 38px;
}

ul {
  padding-left: 30px;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #dddddd;
}

::-moz-selection {
  background: #6383a9;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #6383a9;
  color: #ffffff;
  text-shadow: none;
}

article,
aside,
footer,
nav,
section {
  display: block;
}

.logo {
  color: #81cdef;
  font-size: 20pt;
  font-weight: bolder;
  margin-right: 20px;
}

.logo a {
  color: #82b2f1;
}

.logo:hover a {
  color: white;
}

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-sites {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .job-sites {
    flex-wrap: nowrap;
  }
}

.job-sites__item {
  width: 100%;
  max-width: 320px;
  box-shadow: 0 4px 6px 0 #bdb8b8;
  border-radius: 10px;
  overflow: hidden;
}


.uk-grid-match>* {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-grid-match>*>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 20px;
}

[class*='uk-grid-width']>* {
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 480px) {
  .uk-grid-width-small-1-2>* {
    width: 50%;
  }

  .uk-grid-match>*>* {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .uk-grid-width-medium-1-3>* {
    width: 33.333%;
  }
}

@media (min-width: 960px) {
  .uk-grid-width-large-1-3>* {
    width: 33.333%;
  }
}

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

.uk-width-1-1 {
  width: 100%;
}

@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .uk-width-large-1-4 {
    width: 25%;
  }

  .uk-width-large-3-4 {
    width: 75%;
  }
}

.uk-panel {
  overflow: hidden;
  background: #ffffff none 0 0 repeat;
  border-radius: 10px;
}

.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}

.uk-panel:after {
  clear: both;
}

.uk-panel> :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel-body {
  padding: 30px;
}

@media (max-width: 780px) {
  .uk-panel-body {
    padding: 10px;
  }
}

.uk-panel-box {
  padding: 30px 30px 15px 30px;
  background: #ffffff;
  color: #323946;
  overflow: hidden;
  border-radius: 10px;
}

.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}

.uk-article:after {
  clear: both;
}

.uk-article> :last-child {
  margin-bottom: 0;
}

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav li>a {
  display: block;
  text-decoration: none;
}

.uk-nav ul {
  padding-left: 15px;
}

.uk-nav ul a {
  padding: 2px 0;
}

.uk-nav-offcanvas ul a {
  color: #b2b2b2;
}

.header-wrapper {
  background: #292e3b;
  border-bottom: 4px solid #4d6a8c;
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100%;
}

.header {
  background: #292e3b;
  color: #ffffff;
  position: relative;
  min-height: 50px;
  /* background: #147bf6; */
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

}

.uk-navbar {
  background: #292e3b;
  color: #ffffff;
}

.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}

.uk-navbar:after {
  clear: both;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-navbar-nav>li {
  float: left;
  position: relative;
}

.uk-navbar-nav>li>a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 55px;
  padding: 20px 25px 10px 25px;
  color: #fffcfc;
  font-size: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  outline: none;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
  background-color: #81ccf217;
  color: #81cdf2;
  border-bottom: 2px solid #81cdf2;
  border-top: 2px solid #81cdf2;
  outline: none;
}


.uk-navbar-nav>li>a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 40px;
}

.close-side-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}

.uk-list {
  padding: 0;
  list-style: none;
}

.uk-list>li:before,
.uk-list>li:after {
  content: "";
  display: table;
}

.uk-list>li:after {
  clear: both;
}

.uk-list>li> :last-child {
  margin-bottom: 0;
}

.uk-list-space>li:nth-child(n+2) {
  margin-top: 15px;
}

.uk-overlay-scale {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 250px;
  max-width: 100%;
  background: #292e3b;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none;
}

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar {
  padding: 30px 30px;
}

.uk-text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
}

.uk-container {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 15px;
}

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1260px;
    padding: 0 25px;
  }
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

.uk-margin-top {
  margin-top: 15px !important;
}

.uk-padding-remove {
  padding: 0 !important;
}

.uk-position-relative {
  position: relative !important;
}

@media (min-width: 960px) {
  .uk-hidden-large {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-large {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .uk-visible-large {
    display: none !important;
  }

  .uk-hidden-small {
    display: none !important;
  }
}

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.uk-flex>* {
  -ms-flex-negative: 1;
}

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

.tm-navbar {
  margin-bottom: 25px;
  background-color: #292e3b;
}

.tm-footer {
  margin-top: 25px;
}

@media (min-width: 1220px) {
  .tm-footer {
    margin-top: 40px;
  }
}

@media (min-width: 1360px) {
  .tm-navbar {
    margin-bottom: 140px;
  }
}

.tm-navbar {
  border-bottom: 4px solid #4d6a8c;
}

.tm-footer {
  box-sizing: border-box;
  padding: 15px 0;
  background-color: #292e3b;
  color: #b2b2b2;
  font-size: 14px;
}

.tm-footer a {
  color: #b2b2b2;
}

.tm-footer a:hover {
  color: #ffffff;
}

.tm-footer>.uk-container {
  position: relative;
}

.tm-totop-scroller {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}

.tm-totop-scroller:before {
  content: '\e604';
  display: block;
  height: 15px;
  font-family: 'Monday';
  font-size: 7px;
  line-height: 15px;
  color: #b2b2b2;
}

.tm-totop-scroller:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .tm-footer>.uk-container>.uk-flex {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.block-name {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0px;
  padding: 10px;
  border-radius: 10px;
  color: #012636;
  background-color: #81cdef;
  box-shadow: 0 4px 6px 0 #dedede;
}

@media (max-width: 580px) {
  .block-name {
    font-size: 16px;
  }
}

.bgr {
  text-align: center;
  background-color: #faebd7;
  margin-top: 10px;
}

.main-menu-left {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu-left a {
  display: block;
  margin-bottom: -1px;
  padding: 7px 20px;
  color: #81cdef;
  text-decoration: none;
  padding-top: 10px !important;
  border-radius: 5px;
  border: 1px solid #81cdef;
  font-size: 17px;
  font-weight: bolder;
}

.main-menu-left a:hover {
  background-color: #81cdef;
  color: white;
  box-shadow: 0 4px 9px 0px rgba(37, 42, 52, 0.2);
}

.my-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
  font-weight: 400;
}

.my-block-info {
  text-align: center;
  padding: 0 10px;
}

.mob_menu_title {
  border-bottom: 1px solid #81cdef;
  padding-bottom: 2px;
  margin: 10px 0;
  width: max-content;
}

.mob_menu_title,
.mob_menu_title a {
  color: #81cdef;
  font-size: 20px;
}

.tumbler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background-color: #8abdff;
  background-position: center;
  background-size: cover;
  font-weight: 400;
  font-size: 12px;
  padding: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .6), 23px 0 20px -23px rgba(0, 0, 0, .6), inset 0 0 40px rgba(0, 0, 0, .1);
  color: black;
}

.tumbler-pc {
  width: 60px;
}

@media (max-width: 959px) {
  .tumbler-pc {
    display: none;
  }
}

.tumbler-mob {
  width: 80px;
}

.tumbler__col {
  padding: 3px 7px;
}

.tumbler__active {
  background-color: white;
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
}

.tumbler .tumbler__col a {
  text-decoration: none;
  color: black;
}

.flex-align-center-my-class {
  align-items: center;
}


.custom-swiper-container {
  margin-bottom: 20px;
}

.custom-swiper-container .mySwiper {
  padding-bottom: 16px;

}

.custom-swiper-container .swiper-pagination {
  bottom: -5px !important;
}

.custom-swiper-container .swiper-slide {
  padding: 6px;
  background-color: #8abdff;
  border-radius: 12px;
}

.custom-swiper-container .swiper-slide img {
  border-radius: 8px;
}

.custom-swiper-container .swiper-slide p {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

.custom-swiper-container .swiper-pagination {
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.custom-swiper-container .swiper-backface-hidden .swiper-slide {
  height: auto;
}

.custom-swiper-container .swiper-button-next,
.custom-swiper-container .swiper-button-prev {
  display: none !important;
}

.sidebar-earnings-menu {
  display: none;
}

@media (min-width: 960px) {
  .sidebar-earnings-menu {
    display: block;
  }
}

#up {
  position: absolute;
  top: 0px;
}