

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.FixSimplyScroll{
    width :unset !important;
}

html, body {
  font-size: 100%;
}

body {
  background: #e6e6e6;
}

a {
  color: #353535;
  text-decoration: none !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  color: #0808ff;
}

@media only screen and (max-width: 1200px) {
  html, body {
    font-size: 95%;
  }
}

@media only screen and (max-width: 992px) {
  html, body {
    font-size: 90%;
  }
}

.tk_outline_btn {
  background-color: transparent;
  padding: 2px 10px 4px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.tk_outline_btn.tk_primary {
  border: 2px solid #0808ff;
  color: #0808ff;
}

.tk_outline_btn.tk_secondary {
  border: 2px solid #ffbe02;
  color: #ffbe02;
}

.tk_btn {
  padding: 2px 10px 4px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.tk_btn.tk_primary {
  border: 2px solid #0808ff;
  background-color: #0808ff;
  color: #fff;
}

.tk_btn.tk_primary:hover {
  border: 2px solid #0b0bce;
  background-color: #4e4eff;
}

.tk_btn.tk_secondary {
  border: 2px solid #ffbe02;
  background-color: #ffbe02;
  color: #fff;
}

.tk_btn.tk_secondary:hover {
  border: 2px solid #e2aa01;
  background-color: #ffca2a;
}

.tk_btn_lg {
  padding: 5px 25px;
}

.tk_section_title {
  padding-bottom: 5px;
}

.tk_section_title i {
  color: #ffbe02;
}

.tk_section_title span {
  font-size: 0.9rem;
  font-weight: 700;
}

.tk_primaryLight {
  color: #4e4eff;
}

.tk_secondaryLight {
  color: #ffca2a;
}

.tk_edit_btn {
  font-size: 0.7rem;
  background-color: #b1b0b0;
  color: #fff;
  padding: 3px 8px;
  border-radius: 25px;
}

.tk_edit_btn i {
  color: #fff;
}

.tk_edit_btn:hover {
  color: #fff;
}

.navbar-nav .nav-item {
  padding: 0 12px !important;
}

.navbar-nav .nav-item .nav-link {
    padding: 5px 0px !important;
    position: relative;
    color: #5d5d5d;
}
.dropdown-toggle.nav-link {
    color: #5d5d5d !important;
}
.nav-link {
    word-spacing: 1px;
    /*letter-spacing: -0.5px;*/
    text-transform: capitalize;
    font-family: 'Roboto';
    font-weight: initial;
}

.navbar-nav .nav-item .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 3px;
    background-color: #ffbe02;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']::before {
  right: 0;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #ffbe02;
}

.navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
  color: #ffbe02;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .dropdown-toggle::after {
    margin-left: 0;
  }
  .navbar-nav .dropdown-menu {
    text-align: center;
  }
}

.tk_steps_container .tk_step_icon {
  font-size: 1.3rem;
  position: relative;
}

.tk_steps_container .tk_step_icon::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #c5c5c5;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  position: absolute;
}

.tk_steps_container .tk_step_icon i {
  border: 2px solid #212529;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #c5c5c5;
  border-color: #c5c5c5;
  cursor: pointer;
}

.tk_steps_container .tk_step_label {
  color: #c5c5c5;
}

.tk_steps_container .tk_step.completed .tk_step_icon::before {
  background-color: #4e4eff;
}

.tk_steps_container .tk_step.completed .tk_step_icon i {
  border-color: #4e4eff;
  color: #4e4eff;
}

.tk_steps_container .tk_step.completed .tk_step_label {
  color: #4e4eff;
}

.tk_steps_container .tk_step.active .tk_step_icon::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #4e4eff;
  top: calc(50% - 1px);
  left: 0;
  right: 50%;
  position: absolute;
}

.tk_steps_container .tk_step.active .tk_step_icon i {
  border-color: #4e4eff;
  background-color: #4e4eff;
  color: #fff;
}

.tk_steps_container .tk_step.active .tk_step_label {
  color: #4e4eff;
}

.tk_steps_container .tk_step_label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
}

.tk_current_day {
  color: #e2aa01;
}

.tk_purchase i {
  background-color: #4e4eff;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tk_commision i {
  background-color: #3da93b;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tk_order_id {
  background-color: #d0d0d0;
  padding: 5px 15px;
  color: #0aa06e;
  font-size: 1.2rem;
  font-weight: 500;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
  text-align: center;
}

.tk_footer {
  background-color: #01012b;
  color: #fff;
}

.tk_footer ul {
  list-style: none;
}

.tk_footer ul .tk_social_links a {
  color: #fff;
  margin-right: 5px;
}

.tk_buy_currency {
  width: 40vw;
  position: absolute;
  top: calc(50% - 338px/2);
  right: 5%;
  background-color: rgba(117, 117, 117, 0.67);
  padding: 35px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}

.tk_buy_currency:hover {
  background-color: rgba(117, 117, 117, 0.9);
}

@media only screen and (max-width: 992px) {
    #tk_carousel .carousel-item img {
        min-height: 400px;
    }
  .tk_buy_currency {
    width: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .tk_buy_currency {
    width: 60vw;
    right: calc(50% - 30vw);
  }
}

@media only screen and (max-width: 575px) {
  .tk_buy_currency {
    width: 90vw;
    right: calc(50% - 45vw);
  }
}

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
  background-color: #daa70f;
  color: black;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 40px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: auto;
  height: 40px;
  padding: 8px 20px;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_lbl {
  font-weight: 700;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span:nth-child(1), .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span:nth-child(1) {
  color: #0b0bce;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span:nth-child(2), .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span:nth-child(2) {
  color: #fff;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span.increase, .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span.increase {
  color: red;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span.increase::after, .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span.increase::after {
  content: '>';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  font-weight: 700;
  font-family: monospace;
  font-size: 16px;
  margin-left: 3px;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span.decrease, .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span.decrease {
  color: green;
}

.tk_currency_scroller .tk_currency_scroller_item .tk_currency_buy_rate span.decrease::after, .tk_currency_scroller .tk_currency_scroller_item .tk_currency_sell_rate span.decrease::after {
  content: '>';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  font-weight: 700;
  font-family: monospace;
  font-size: 16px;
  margin-left: 3px;
}

.accordion .card {
  border: none;
  border-bottom: 1px solid #d3d3d3 !important;
  border-radius: 0px;
}

.accordion .card .card-header {
  background-color: unset;
  padding: 0 0.5rem;
}

.accordion .card .card-header button {
  text-decoration: none;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

.accordion .card .card-header button::before {
  content: ">";
  display: inline-block;
  position: absolute;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: monospace;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.accordion .card .card-header button[aria-expanded="true"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 380px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: #000000;
  overflow: hidden;
}

.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-module .thumbnail .date .day {
  font-size: 12px;
}

.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}

.post-module .thumbnail img {
  display: block;
  width: 105%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  top: -35px;
  left: 0;
  background: #e74c3c;
  padding: 0 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 1rem;
  font-weight: 400;
}

.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-height: 85px !important;
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.post-module .post-content .description::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(66%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 66%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.post-module .post-content .post-meta {
  margin: 0px 0 0;
  color: #999999;
}

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}


