/*!
 * Deesign v2 (http://deesign.tk)
 * Copyright 2022 Deecee
 */

html {
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  background: #000;
  color: #fff;
}

body.white {
  background: #fff;
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  vertical-align: top;
  color: #fff;
  border: 1px solid #dfdfdf;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -2px;
  border: 0;
  cursor: pointer;
  padding: 0 40px 0 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

option {
  color: #000;
}

/*Deesign visit http://deesign.tk */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.usejs {
  display: none;
}

a {
  background-color: transparent;
  color: #337ab7;
}

a:hover,
a:active {
  background-color: transparent;
  color: #23527c;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

/*new*/

.parallax_scroll {
  transition: 0.05s;
}

nav.animate {
  background: #000;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
}

nav.animate h1 {
  opacity: 1;
}

nav.animate ul li a,
.side-nav a {
  color: #e0e0e0;
  text-decoration: none;
  border-radius: 99px;
  margin: 0 5px;
}

nav.animate ul li a:hover {
  background: rgb(255 255 255 / 25%);

}

nav {
  transition: 0.5s;
}

video {
  position: absolute;
  background-color: #121212;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 100vh;
}

.video-header > div:first-child {
  display: grid;
  justify-content: start;
  position: relative;
  margin-bottom: 0;
  justify-items: start;
}

.video-header > div,
.video-header-we > div {
  display: grid;
  justify-content: center;
  position: relative;
}

.video-header-we {
  display: grid;
  align-items: center;
  min-height: 80vh;
  z-index: 2;
}

.video-header-we h1 {
  font-size: 134px;
  color: #fff;
  font-weight: 400;
}

#content h1 {
  font-size: 80px;
  font-weight: 400;
}

#content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 60px;
}

#content h1,
#content h2 {
  display: block;
  z-index: 2;
  color: #fff;
}

.howtouse {
  color: #838383 !important;
  margin-top: 15px;
  font-size: 15px;
  margin-left: 2px;
}
.howtouse:hover {
  color: #fff !important;
  margin-top: 15px;
}

.maincard,
.maincard2 {
  display: none;
}

@media (min-width: 992px) {
  .maincard,
  .maincard2 {
    /* background: #dbdbdb;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.54); */
    display: block;
    border-radius: 25px;
    background: white;
    border: 1px solid black;
  }
  .video-header {
    text-align: left;
    grid-template-columns: 1fr 1fr;
  }

  .video-header > div:first-child {
    margin-bottom: 40%;
  }

  .sector-content {
    display: inline-flex;
    align-items: center;
  }
  .green-bol {
    width: 30px;
    height: 30px;
    position: relative;
    background: green;
    border-radius: 100%;
  }

  .cardheader {
    z-index: 2;
    background: #fafafa;
    border-radius: 25px;
    width: 400px;
    height: 700px;
    position: relative;
    text-align: center;
    user-select: none;
  }

  .cardheader h1 {
    font-weight: 600;
    margin: 46px 30px;
    font-size: 43px;

  }

  .cardheader h1:first-child {
    text-align: left;
  }

  .cardheader img {
    margin-top: 10px;
  }

  .onewrapper {
    position: absolute;
    z-index: 3;
    right: 57px;
    width: 280px;
    top: 25%;
    user-select: none;
  }

  .twowrapper {
    position: absolute;
    z-index: 3;
    top: 34%;
    width: 322px;
    left: -110px;
    margin: 0 34px;
    user-select: none;
  }

  .twowrapper img{
    margin-top: 9px;

  }

  .stock{
    /* border: 1px solid black; */
  }

  .twowrapper h5:first-child {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .twowrapper h4:first-child {
    margin-top: -8px;
    text-align: center;
  }

  .twowrapper .text-tiny{
    margin-top: 12px;
    text-align: center;
  }

  .twowrapper a {
    margin-top: 15px;
    display: block;
    text-align: center;
 }

  .threewrapper {
    position: absolute;
    z-index: 3;
    right: 120px;
    bottom: 10%;
    width: 150px;
    user-select: none;
  }

  .threewrapper h4{
    padding: 35px 0;
    font-weight: 600;
  }
  .threewrapper hr{
    padding: 0;
    margin: 0;
  }
  .threewrapper h6{
    padding: 30px 20px;
    margin: 0;
    margin-top: -1px;
    background: #292929;
    color: white;
    border-radius: 0px 0px 23px 23px;
  }
}

/**/

.navbar-fixed {
  position: relative;
  height: 55px;
  z-index: 8;
}

.navbar-fixed nav {
  position: fixed;
}

#nav-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  height: 120%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.side-nav {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  background: #fff;
  overflow-y: scroll;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 250px;
  padding: 0;
}

.side-nav ul {
  margin: 0;
  list-style: none;
  font-size: 0.85rem;
  width: 80%;
}

.side-nav li {
  display: block;
  padding: 1rem 0 1rem;
  text-align: center;
}

.side-nav li a,
.side-nav li a:hover {
  color: #333;
  text-decoration: none;
}

.side-nav .btn {
  margin-bottom: 20px;
}

.noscroll {
  overflow: hidden;
}

nav {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: transparent;
  /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); */
  padding: 0.5rem 1rem;
}

nav .col {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0;
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav a:first-letter,
.side-nav a:first-letter,
.btn::first-letter {
  text-transform: uppercase;
}

.brand {
  display: flex;
  vertical-align: middle;
  gap: 15px;
  justify-content: center;
  margin-right: 30px;
}

.brand img {
  height: 48px;
  display: block;
  position: relative;
}

.navbar-text {
  display: grid;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: inherit;
  margin-top: 4px;
}


.nav-link:hover {
  color: #e0e0e0;
  background: rgb(255 255 255 / 25%);
}

.navbar-text:hover{
    color: #e0e0e0;
}

.icon-menu {
  font-size: 24px;
  color: #fff;
}

.nav-icon {
  padding: 5px 3px 3px;
  margin-top: 7px;
}

.nav-link {
  display: inline-block;
  border-radius: 99px;
  margin: 0 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  padding: 0;
  vertical-align: middle;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu {
  min-width: 10rem;
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  margin: 0;
  padding: 0.25rem 1.5rem;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  display: none !important;
}

.dropdown-item a {
  display: block;
}

.show {
  display: block;
}

.navbar {
  display: none;
}

@media screen and (min-width: 768px) {
  nav {
    padding: 1.75rem 1.5rem;
  }

  .navbar-fixed {
    height: 64px;
  }

  nav .col div:last-child {
    display: grid;
    align-content: end;
  }

  #nav-overlay,
  .side-nav,
  .nav-icon,
  .icon-menu {
    display: none;
    background: transparent;
  }

  .navbar {
    display: inline-block;
  }

  .navbar-nav {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .navitems {
    line-height: 1.5;
    font-weight: 400;
  }

  .navitems > .active a {
    background-color: #0d47a1;
    color: #eee;
  }

  .navbar-text {
    display: inline-block;
    margin-right: 1rem;
  }

  .dropdown-menu {
    position: absolute;
    background-color: #1565c0;
  }

  .dropdown-item {
    position: absolute;
    padding: 0.25rem 1.5rem;
    margin: 0;
    clear: both;
    background: #1e88e5;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .dropdown-item a {
    display: block;
  }

  .show {
    display: block;
  }
}

footer {
  cursor: default;
  background: #101010;
  padding: 32px 24px 32px;
  position: relative;
  color: #fff;
}

footer ul {
  padding: 0;
}

footer li,
footer a {
  font-size: 14px;
  color: #757575;
  list-style: none;
}

footer li:hover,
footer a:hover {
  color: #fff;
  transition: color 0.3s ease-out;
}

footer .rowrow {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: left;
}

footer .headline {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75em;
  margin: 0 0 12px;
}

footer span, span a {
  font-size: 13px;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}

footer .footer-copyright span {
  justify-self: center;
  text-align: center;
}

footer .col {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  footer .col {
    display: grid;
    grid-template-columns: 1fr auto auto;
  }

  footer .col div:last-child {
    display: grid;
    justify-items: center;
  }
}

.flag {
  height: 24px;
  margin-top: -2.5px;
  margin-right: 25px;
  width: 24px;
}

.social-btn {
  display: inline-block;
  padding: 11px 12px;
  margin: 0 8px 0 0;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social-btn:hover {
  background: #e0e0e0;
}

.facebook {
  background: #3b5998;
}

.facebook:hover {
  color: #3b5998;
}

.twitter {
  background: #000;
  border: 1px solid #fff;
}

.twitter:hover {
  color: #202020;
}

.instagram {
  background: #c13584;
}

.instagram:hover {
  color: #c13584;
}

.snapchat {
  color: #000;
  background: #fffc00;
}

.snapchat:hover {
  color: #000;
}

.youtube {
  background: #e52d27;
}

.youtube:hover {
  color: #e52d27;
}

.forms {
  width: 100%;
  padding: 0px;
  padding-left: 10px !important;
  height: 35px;
  border: none;
  font-size: 16px;
  width: 99% !important;
  border: 1px solid #ced4da;
  margin-top: 0px;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

.textarea {
  padding: 8px 10px !important;
  font-size: 16px;
  width: 99% !important;
  border: 1px solid #ced4da;
  margin-top: 0px;
}

.form-switch input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.form-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 14px;
  background: #ced4da;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}

.form-switch label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.2s;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.form-switch input:checked + label {
  background: #78aeff;
}

.form-switch input:checked + label:after {
  left: calc(100% + 1px);
  transform: translateX(-100%);
  background: #0d6efd;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: #fff;
}

@media only screen and (max-width: 580px) {
  #form-div {
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

input[type="radio"]:after {
  width: 1em;
  height: 1em;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ced4da;
  margin-right: 8px;
}

input[type="radio"]:checked:after {
  width: 1em;
  height: 1em;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  border: 1px solid #ced4da;
  visibility: visible;
  border: 4px solid #0d6efd;
  margin-right: 8px;
}

.form-check-input[type="checkbox"] {
  width: 1em;
  height: 1em;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
  /*margin-top: 0.25em;*/
  border-radius: 0.25em;
  border: 1px solid #ced4da;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small {
  font-size: 80%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.lead {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22px;
  }
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-tiny {
  font-size: 13px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.img-circle {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 1px rgba(162, 162, 162, 0.57);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

/* mobile */
.container-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-content p {
  color: grey;
  font-size: 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    grid-template-columns: auto;
  }

  .col-lg-11 {
    grid: ;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1700px;
  }

  .container-content {
    display: grid;
    max-width: 1300px;
  }
}

/*
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}
*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

.btn {
  cursor: pointer;
  border-radius: 9999px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 1.5rem;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #000;
}

.btn-primary:hover {
  color: #eee;
  background-color: #333;
}

.btn-secondary {
  color: #000;
  background-color: #fff;
}

.btn-secondary:hover {
  color: #333;
  background-color: #e0e0e0;
}

.btn-succes {
  color: #fff;
  background-color: #66bb6a;
}

.btn-succes:hover {
  color: #fff;
  background-color: #4caf50;
}

.btn-danger {
  color: #fff;
  background-color: #ef5350;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f44336;
}

.btn-warning {
  color: #000;
  background-color: #ffca28;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffd54f;
}

.btn-info {
  color: #000;
  background-color: #00e5ff;
}

.btn-info:hover {
  color: #000;
  background-color: #18ffff;
}

.btn-outline-primary {
  color: #1e88e5;
  border-color: #1e88e5;
}

.btn-outline-primary:hover {
  color: #fff;
  background: #1e88e5;
  border: 1px solid transparent;
}

.btn-outline-secondary {
  color: #333;
  background: #fff;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-succes {
  color: #66bb6a;
  border-color: #66bb6a;
}

.btn-outline-succes:hover {
  color: #fff;
  background-color: #66bb6a;
  border: 1px solid transparent;
}

.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef5350;
  border: 1px solid transparent;
}

.btn-outline-warning {
  color: #ffca28;
  border-color: #ffca28;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffca28;
  border: 1px solid transparent;
}

.btn-outline-info {
  color: #00e5ff;
  border-color: #00e5ff;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #00e5ff;
  border: 1px solid transparent;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}

.fixed {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.73);
  z-index: 2;
}

.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #1e88e5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.card {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 0.5rem 0 1rem 0;
}

.card-img {
  width: 100%;
  border-radius: 3px;
}

.card-content {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card-link {
  margin-right: 1.25rem;
  text-decoration: none;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-size: 15px;
  list-style: none;
  background-color: #f5f5f5;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > .active {
  color: #777777;
}

.jumbotron {
  padding: 5px 20px 25px;
  margin-bottom: 20px;
  background-color: #1e88e5;
  color: #fff;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    margin-bottom: 20px;
    padding: 20px 50px 45px;
  }

  .jumbotron h1 {
    font-size: 40px;
  }
}

.alert {
  display: block;
  padding: 14px;
  font-size: 14px;
  color: #283593;
  background-color: rgba(21, 101, 192, 0.3);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.alert p {
  margin: 0px;
}

.alert.success {
  background-color: rgba(76, 175, 80, 0.3);
  color: #1b5e20;
}

.alert.warning {
  background-color: rgba(255, 196, 0, 0.3);
  color: #ef6c00;
}

.alert.danger {
  background-color: rgba(244, 67, 54, 0.3);
  color: #c62828;
}

.alert a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-weight: bold;
  font-size: 21px;
  opacity: 0.2;
  padding: 4px;
  cursor: pointer;
  text-decoration: none;
}

.alert a.close:hover,
.alert-box a.close:focus {
  opacity: 0.4;
}

.pagination {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  border-radius: 0.25rem;
}

.pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 5px;
  color: #000;
  background-color: transparent;
  margin: 2px;
  font-size: 1rem;
  text-decoration: none;
}

.pagination li a:hover {
  color: #000;
  background-color: #eee;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.pagination li a.active {
  color: #eee;
  background-color: #1e88e5;
}

section {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.bordersc {
  border: 2px solid black;
  border-radius: 25px;
  padding: 10px 30px 30px;
}

.easy {
  display: grid;
  background-color: #e3e3e3;
  border-radius: 25px;
  padding: 20px;
  grid-template-columns: 1fr;
}

.easy .bank {
  display: grid;
  align-content: center;
}

@media (min-width: 768px) {
  .easy {
    padding: 15px 30px 30px 30px;
    grid-template-columns: 1fr auto;
  }
}

/*
.bordersc ol li{

}
*/

ol li {
  display: block;
  position: relative;
  counter-increment: inst;
}

ol li::before {
  content: counter(inst) ".";
  font-size: 1.9rem;
  left: -9%;
  top: -2px;
  font-weight: 500;
  position: absolute;
}

@media (min-width: 768px) {
  ol li {
    margin: 0;
    padding-top: 0.05em;
    display: block;
    position: relative;
    counter-increment: inst;
  }
  ol li::before {
    content: counter(inst) ".";
    font-size: 1.9rem;
    padding-top: 0;
    left: -2.5%;
    top: 20px;
    height: 1.35em;
    width: 1.35em;
    font-weight: 500;
    position: absolute;
  }
}

/* footer lider*/

.black {
  background: #000;
  margin: 0;
}

#slider1 h2,
#slider1 p,
#slider1 a,
#slider1 li {
  font-size: 6vw;
  font-weight: normal;
  line-height: 1.1;
  outline: none;
  color: white;
}

#slider li {
  font-weight: 200;
}

.slick-list {
  padding: 0 0 0 1.3vw;
}

.slick-current li {
  transition: all 0.5s ease;
  font-weight: 700 !important;
}

.bgafter {
  width: 100%;
  height: 40%;
  bottom: auto;
  top: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, transparent, #000);
}

.bgbefore {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.7647058824vw;
  z-index: 1;
  background: linear-gradient(180deg, transparent, #000);
}

#slider1 .col3 {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
}

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 40px;
  background: #fff;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
    0 3px 1px -2px rgb(0 0 0 / 20%);
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 37px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
    0 3px 1px -2px rgb(0 0 0 / 20%);
  background: #000;
  border: 4px solid #fff;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  border-radius: 20px;
}

.timeline ul li.timeline-top {
  padding-top: 44px;
}
.timeline ul li.timeline-bottom::after {
  bottom: -15px;
}

.timeline ul .box p {
  padding: 15px 0 0;
}

.timeline ul .box {
  text-align: -webkit-center;
  border: 3px solid white;
  border-radius: 25px;
}

.timeline ul p {
  color: #fff;
  font-size: 40px;
}

/* GENERAL MEDIA QUERIES*/

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}

/*extra*/

.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/*tabs*/
.tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  padding: 0.5rem 1rem;
  margin-right: 0.2rem;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid white;
}

.tabs .tab {
  position: relative;
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  margin: 1rem;
  background: #fff;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  border: 2px solid black;
  border-radius: 50px;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 0.14285714em;
  background-color: #000000;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(255, 255, 255, 0.925);
  text-transform: none;
  font-weight: 700;
  font-size: 12px;
  border: 0 solid transparent;
  border-radius: 0.28571429rem;
  transition: background 0.1s ease;
}


.borderbuttonwhite {
  border-bottom: 1px solid white;
}

.content{
  margin: 130px 0;
}

.card-border-white{
  border: 2px solid white;
  border-radius: 25px;
  padding: 10px 30px 30px;
}