body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-size: 13px;
  background-color: #ffffff;
}

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/NunitoSans-Regular.ttf');
}

@font-face {
  font-family: "Nunito Sans Bold";
  src: url('../fonts/NunitoSans-Bold.ttf');
}

@font-face {
  font-family: "Rubik";
  src: url('../fonts/Rubik-Regular.ttf');
}

@font-face {
  font-family: "Rubik Bold";
  src: url('../fonts/Rubik-Bold.ttf');
}

@font-face {
  font-family: "Raleway";
  src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: "Raleway Bold";
  src: url('../fonts/Raleway-Bold.ttf');
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.gray {
  background: #F6F6F6;
  padding: 60px 0;
}

.menu-list {
  position: absolute;
  right: 15px;
  top: 10px;
}

/* .glide-production-mobile { display: none; } */
/* .glide-mobile { display: none; } */

.arrows-chevron button {
  background-color: #FF6B00;
  padding: 0px 15px 2px 15px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  font-size: 30px;
}

.arrow-chevron-left {
  position: relative;
  left: -100px;
  top: -120px;
}

.arrow-chevron-right {
  position: relative;
  left: 1230px;
  top: -120px;
}

.arrows-chevron-applicators button {
  background-color: #dddddd;
  padding: 3px 15px 6px 15px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  font-size: 30px;
}

.arrows-chevron-applicators button:hover {
  color: #ffffff;
  background: #FF6B00;
}

.arrow-chevron-applicators-left {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: -40px;
  top: -52px;
}

.arrow-chevron-applicators-right {
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 1157px;
  top: -52px;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.padding-left-right-only {
  margin: 0;
  padding: 0 5px 0 5px;
}

.padding-right-only {
  margin: 0;
  padding: 0 10px 0 0;
}

.padding-left-only {
  margin: 0;
  padding: 0 0 0 10px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top33 {
  margin-top: 33px;
}

/* ========= HEADER ========= */
.header-top {
  background-image: url('../images/background-header.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 100%;
  height: 134px;
}
.header-top-content { margin: 0 Auto; width: 1200px; padding: 40px 0 40px 0; }
.header-top-left ul { margin: 0; padding: 0; list-style: none; }
.header-top-left ul li {
  display: block;
  float: left;
  margin-right: 20px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.header-menu { background: #FFCC00; }
.header-menu-blue { background: #192B75; }
.header-menu-content { margin: 0 Auto; width: 1200px; }
.header-menu-left ul, .header-menu-left-blue ul { margin: 0; padding: 0; list-style: none; }
.header-menu-left ul li, .header-menu-left-blue ul li {display: inline-flex; }
.header-menu-left ul li a { font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 23px 30px 23px 30px;
  color: #272727;
  text-decoration: none;
}

.header-menu-left ul li a:hover,
.header-menu-left-blue ul li a:hover {
  background: #FF6B00;
  color: #ffffff;
  text-decoration: none;
}

.header-menu-left-blue ul li a { font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 23px 30px 23px 30px;
  color: #FFFFFF;
  text-decoration: none;
}

/* .header-menu-left ul li a { color: #272727; text-decoration: none; }
.header-menu-left ul li a:hover { color: #ffffff; text-decoration: none;} */
.header-menu-left ul li ul li, .header-menu-left-blue ul li ul li { width: 100%; }
.header-menu-left ul li ul li a, .header-menu-left-blue ul li ul li a { width: 100%; color: #272727; }
.header-menu-left ul li ul li a:hover, .header-menu-left-blue ul li ul li a:hover { color: #ffffff; background: #FF6B00; }

.header-top-right { text-align: right; margin-top: 20px; }
.header-top-right img { margin-top: -5px; margin-left: 5px;}
.header-top-right a {
  background: #2AA200;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header-menu-right { text-align: right; padding-top: 10px;}
.header-menu-right input[type="text"] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 9px 10px 9px 10px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.header-menu-right button {
  background: #FF6B00;
  color: #ffffff;
  border-radius: 0px 4px 4px 0px;
  border: none;
  padding: 11px 10px 10px 10px;
  margin-top: -2px;
  margin-left: -3px;
}

/* ========= CONTENT ========= */
.information-text { font-size: 16px; }
.home-about { background: #203850; }
.home-about-content { margin: 0 Auto; width: 1200px; }
.home-about-content-left { padding-top: 140px; padding-bottom: 140px; }
.home-about-content-left h1 {
  font-family: 'Rubik Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  color: #ffffff;
}
.hac-left-text {
  padding-top: 16px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E5E5E5;
}
.home-about-content-right h3 {
  background: #FFCC00;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 16px 0 16px 0;
  color: #272727;
  text-transform: uppercase;
  margin: 0;
}
/* .home-about-content-right ul { margin: 0; padding: 0; list-style: none; background: #FF6B00; }
.home-about-content-right ul li {
  display: inline-block;
  width: 195px;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #FF6B00;
  padding: 60px 47px;
  margin: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;

  text-align: center;
  letter-spacing: 0.04em;
} */
.home-about-content-right .glide-technology {

}
.home-about-content-right .glide-technology .dark-background {
  background: #E05E00;
}
.home-about-content-right .glide-technology a {
  color: #ffffff;
}
.home-about-content-right .items-tech {
  float: left;
  width: 195px;
  padding: 60px 47px;
  margin: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  background: #FF6B00;
}

.arrows-chevron-tech button {
  background-color: #FF6B00;
  padding: 0px 15px 2px 15px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  font-size: 30px;
}

.arrow-chevron-left-tech {
  position: relative;
  left: 10px;
  top: 2px;
}

.arrow-chevron-right-tech {
  position: relative;
  left: 493px;
  top: 2px;
}
/* .home-about-content-right ul li.dark-background {
  background: #E05E00;
}
.home-about-content-right ul li a {
  color: #ffffff;
} */
.hac-right-text { text-transform: uppercase; padding-top: 20px; }
.hac-right-bottom {
  background: #ffffff;
  text-align: center;
  padding: 22px 0;
  margin-top: -55px;
}
.hac-right-bottom a {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FF6B00;
}
.hac-right-bottom a:hover { text-decoration: none; }


.home-news {
  background: #F6F6F6;
}
.home-news-content { width: 1200px; margin: 0 Auto; padding: 80px 0; }
.slider-container {
  padding: 0rem 5rem;
  /* background: #e6e6e6; */
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 1300px;
  left: -50px;
  border-radius: 5px;
  position:relative;
}

.slider-container:before {
  position: absolute;
  left: 0;
  top: 0;
  color: blue;
}
.my-slider {
  display: flex;
  position: relative;
}

.slider-items {
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #ffffff;
  display: inline-block;
  width: 370px;
  /* margin: 0 10px 0 10px; */
  margin: 22px 15px;
  text-align: left;
  transition: transform .3s;
  padding: 20px;
  border: 1px solid #D9D9D9;
  /* box-shadow: 0px 20px 30px -6px rgba(0, 0, 0, 0.2); */
}

.slider-items:hover {
  transform: scale(1.0);
}

.slider-items-active {
  width: 385px;
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #ffffff;
  display: inline-block;
  margin: 0 10px 0 10px;
  text-align: left;
  height: 460px;
}

.slider-items img {
  /* width: 370px; */
  width: 330px;
  height: 240px;
}

.slider-items-active img {
  width: 385px;
  height: 270px;
}

.slider-items h3,
.slider-items-active h3,
.slider-items:hover h3 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #203850;
}

.slider-items-description {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  padding-bottom: 30px;
  padding-right: 20px;
  color: #272727;
}

.slider-items-detail {
  background: #FF6B00;
  border-radius: 4px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  /* identical to box height, or 75% */
  margin-right: 20px;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
}

.slider-items-detail a { color: #ffffff; text-decoration: none;}

.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  /* background: #333; */
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.controls:focus {
  outline: none;
}

li:hover {
  cursor: pointer;
}


.home-technology {
  background: #ffffff;
}
.home-technology-content { width: 1200px; margin: 0 Auto; padding: 100px 0; }
.home-technology-content .items-technology { border-bottom: solid 1px #272727; padding-bottom: 40px; margin-bottom: 40px; }
.home-technology-content .items-technology-last { padding-bottom: 40px; margin-bottom: 40px; }

.home-technology-content-right .item img,
.home-technology-content-left .item img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding-top: 30px;
}
.home-technology-content-left a,
.home-technology-content-right a {
  background: #FF6B00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 18px 27px;
  text-transform: uppercase;
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
}
.home-technology-content-left h2,
.home-technology-content-right h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  color: #272727;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.htc-text {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 70px;
}

.technology-button { text-align: center; margin-top: 60px; }
.technology-button a {
  padding: 20px 50px;
  border: 2px solid #FF6B00;
  border-radius: 4px;

  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;

  align-items: center;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #FF6B00;
  text-decoration: none;
}


.home-production {
  background-image: url('../images/background_production.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 100px 0;
}
.home-production-content {
  margin: 0 Auto;
  width: 1200px;
}
.home-production-content h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;

  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #FFFFFF;
}

.home-production-content ul { margin: 0; padding: 0; list-style: none; text-align: center; }
.home-production-content ul li {
  display: inline-block;
  background: #FFCC00;
  box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 20px 30px;
  width: 167px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 0.04em;

  color: #272727;
}
.home-production-content ul li h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: -0.02em;

  color: #272727;
}

.home-registration {
  position: relative; /*Parent MUST be relative*/
  z-index: 9;
  background: #ffffff;
}
.home-registration::before {
  content: "";
  position: absolute;/*set 'child' to be absolute*/
  z-index: -1;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  height: 140px;
  background: #FF6B00;
}
.home-registration-content { margin: 0 Auto; width: 1200px; }
.home-registration-content-left h2 {
  margin: 0;
  padding: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  /* identical to box height, or 105% */

  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
}

.fr-text {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000000;
}
.required-star label {
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 26px;
  /* identical to box height, or 144% */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #000000;
}

.no-required-star label {
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 26px;
  /* identical to box height, or 144% */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #000000;
}

.required-star label:after {
  content: ' *';
  color: #D31145;
}
.required-star label.label_item:after {
  content: '';
  color: #D31145;
}
.no-required-star label:after {
  content: '';
  color: #D31145;
}
.form-registration { padding-bottom: 30px; }
.form-registration input[type="email"],
.form-registration input[type="password"] {
  width: 100%;
  border-bottom: solid 1px #000000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */

  margin-bottom: 40px;
  color: #000000;
}

.form-registration input[type="submit"] {
  background: #2AA200;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.forgot-password {
  text-align: right;
  padding-top: 18px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #192B75;
}
.forgot-password a { text-decoration: underline; color: #192B75; }
.forgot-password a:hover { text-decoration: none; }

.home-registration-content-right {
  background: #ffffff;
  padding: 50px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.home-registration-content-right ul { margin: 0; padding: 0; list-style: none; }
.home-registration-content-right ul li { display: block; }
.home-registration-content-right ul li a { background: #FFCC00; border: none; font-size: 16px; width: 100%; text-align: left; color: #272727; padding: 20px; }
.home-registration-content-right ul li a:hover { background: #FFCC00; color: #272727; }
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-default { border:none; }
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FFCC00;
  border: none;
}

.panel-title {
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  letter-spacing: 0.01em;

  color: #272727;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
  margin-left: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #FFCC00;
  border: none;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  color: #272727;
}
.right-question { text-align: center; padding-top: 40px; }
.right-question a {
  background: #FF6B00;
  border-radius: 4px;
  padding: 15px 35px;
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  /* identical to box height, or 86% */

  align-items: center;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #FFFFFF;
}

.aplikator { margin: 0; padding: 0; }
.aplikator-content { margin: 0 Auto; width: 1200px; padding-top: 50px; padding-bottom: 50px; }
.amc-tech-glide {
  border-radius: 48px;
}
.aplikator-content .amc-tech-glide ul,
.aplikator-monitoring-content .amc-tech-glide ul { list-style: circle; margin: 0; padding: 0; }
.aplikator-content .amc-tech-glide ul li,
.aplikator-monitoring-content .amc-tech-glide ul li {
  display: inline-block;
  background: #203850;
  padding: 20px 30px;
  width: 167px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  border: soild 1px #ffffff;
}
.custome-width-slide { width: 100px; }

.amc-tech-glide ul li a {
  background: #203850;
  padding: 18px 50px;
  border: none;
  height: 100px;
  color: #ffffff;
}

.amc-tech-glide ul li a:hover,
.amc-tech-glide ul li a.active {
  background: #FF6B00;
  padding: 18px 50px;
  border: none;
  height: 100px;
  color: #ffffff;
  text-decoration: none;
}
.ap-recomendation {
  background: #203850;
  padding: 30px 0;
}
.ap-recomendation h2,
.ap-data-orange h2 {
  margin: 0 0 60px 0;
  padding: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ap-data-white h2 {
  margin: 0 0 60px 0;
  padding: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.ap-recomendation ul { margin: 60px 0 0 0; padding: 0; list-style: none; text-align: center; }
.ap-recomendation ul li {
  background: #FFFFFF;
  border: 2px solid #D5D5D5;
  box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: inline-flex;
  padding: 20px 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: 275px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #192B75;
}
.ap-recomendation ul li a { width: 100%; text-decoration: none;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #192B75;
}

.ap-recomendation ul li h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #192B75;
  margin-bottom: 20px;
  text-transform: uppercase;
  height: 48px;
  margin-top: 20px;
}
.apr-recomendation-right,
.apr-rating-right {
  text-align: left;
}
.ap-recomendation-status { padding-top: 15px; }

.search-result ul { margin: 60px 0 0 0; padding: 0; list-style: none; text-align: center; }
.search-result ul li {
  background: #FFFFFF;
  border: 2px solid #D5D5D5;
  /* box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.25); */
  border-radius: 20px;
  display: inline-flex;
  padding: 20px 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: 275px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #192B75;
}
.search-result ul li a { width: 100%; text-decoration: none;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #192B75;
}

.search-result ul li h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #192B75;
  margin-bottom: 20px;
  text-transform: uppercase;
  height: 48px;
  margin-top: 20px;
}
.search-result-status { padding-top: 15px; }


.ap-data-orange { background: #FF6B00; padding: 30px 0; }
.ap-data-white { background: #ffffff; padding: 30px 0; }
.ap-data-orange .slider-container,
.ap-data-white .slider-container {
  padding: 0rem 5rem;
  /* background: #e6e6e6; */
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 1300px;
  left: -50px;
  border-radius: 5px;
  position:relative;
}

.ap-data-orange .slider-container:before,
.ap-data-white .slider-container:before {
  position: absolute;
  left: 0;
  top: 0;
  color: blue;
}
.ap-data-orange .my-slider-orange1,
.ap-data-white .my-slider-white {
  display: inline-flex;
  position: relative;
}

.ap-data-orange .my-slider-orange1 a,
.ap-data-white .my-slider-white a {
  text-decoration: none;
  color: #192B75;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.ap-data-orange .slider-items-orange,
.ap-data-white .slider-items-white {
  border: 2px solid #D5D5D5;
  border-radius: 20px;
  background: #ffffff;
  display: inline-flex;
  width: 275px;
  text-align: center;
  margin: 0 10px;
  transition: transform .3s;
  padding: 20px 0px;
}
.ap-data-orange #tns2 > .tns-item {
  padding-right: 20px;
}

/* .ap-data-white #tns2 > .tns-item {
  padding-right: 20px;
} */

.ap-data-orange .slider-items-orange:hover,
.ap-data-white .slider-items-white:hover {
  transform: scale(1.0);
}

.ap-data-orange .slider-items-orange-active,
.ap-data-white .slider-items-white-active {
  width: 385px;
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #ffffff;
  display: inline-flex;
  margin: 0 10px 0 10px;
  text-align: left;
  height: 460px;
}

.ap-data-orange .slider-items-orange h3,
.ap-data-white .slider-items-white h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #192B75;
}
.ap-data-rating { margin-bottom: 15px;}


.aplikator-detail { margin: 0; padding: 0; }
.aplikator-detail-content { margin: 0 Auto; width: 1200px; padding-top: 50px; padding-bottom: 50px; }
.adc { margin: 0 100px 30px 100px; }
.adc-full { margin: 0 0 30px 0; }
.adc-profile {
  margin-bottom: 40px;
}
.adc-profile h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #192B75;
  text-transform: uppercase;
}
.adc-profile .dividers {
  height: 2px;
  margin-bottom: 10px;
  background-color: #000000;
}
.profile-info {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  padding: 15px 0;
  margin: 0;
  border-bottom: solid 1px #cccccc;
}
.profile-info-bold {
  font-family: 'Nunito Sans Bold';
  font-weight: 700;
}
.uploaded-status {
  background: #ffffff;
  padding: 3px;
  width: 120px;
  margin: 0 Auto;
  text-align: center;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  align-items: center;

  color: #272727;}
.adc h3,
.adc-full h3,
.adc-maps h3 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #192B75;
  margin-bottom: 30px;
}
.adc table table { width: 80%; }
.adc-full table table { width: 100%; }
.adc table th,
.adc-full table th {
  background: #203850;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 15px;
  border: solid 1px #ffffff;
}
.adc table td,
.adc-full table td {
  background: #F0F0F0;
  border: solid 1px #ffffff;
  text-align: center;
  padding: 15px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
  vertical-align: middle;
}

.adc table th.border-left,
.adc-full table th.border-left {
  border-top-left-radius: 16px;
}

.adc table th.border-right,
.adc-full table th.border-right {
  border-top-right-radius: 16px;
}

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

.adc-button button {
  background: #2AA200;
  border-radius: 4px;
  padding: 18px 40px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF
}

.counter-information {
  margin: 0;
  padding: 0 0 20px 0;
}

.counter-information ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.counter-information ul li {
  display: inline-table;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  /* box-shadow: 0px 20px 30px -6px rgba(0, 0, 0, 0.2); */
  box-shadow: 5px 7px 0px 0px rgba(217,217,217,1);
-webkit-box-shadow: 5px 7px 0px 0px rgba(217,217,217,1);
-moz-box-shadow: 5px 7px 0px 0px rgba(217,217,217,1);
  text-align: center;
  width: 275px;
  padding: 24px 10px;
  margin: 0 10px;
  min-height: 250px;

  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.counter-information ul li h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0 25px 0;
  color: #192B75;
}

.circle-grey {
  margin:0 Auto;
  text-align: center;
  height: 150px;
  width: 150px;
  background-color: #F2F2F2;
  border-radius: 50%;
  padding: 20px;
}

.inside-circle-white {
  margin:0 Auto;
  text-align: center;
  height: 110px;
  width: 110px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 43px 15px 20px 15px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

.adc-information {
  position: relative;
  margin: -120px 0 0 0;
  padding: 0;
  z-index: 1;
}

.adc-information ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.adc-information ul li {
  display: inline-table;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 20px 30px -6px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 250px;
  padding: 24px 10px;
  margin: 0 10px;
  min-height: 250px;

  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}
.adc-information ul li h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 25px 0 15px 0;
  color: #192B75;
}

.aplikator-monitoring { margin: 0; padding: 0; }
.aplikator-monitoring-content { margin: 0 Auto; width: 1200px; padding-top: 50px; padding-bottom: 50px; }
.aplikator-monitoring-content h1,
.aplikator-content h1,
.aplikator-detail h1 {
  font-family: 'Rubik Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.amc-menu { text-align: center; margin-bottom: 80px; margin-top: 57px; }
.amc-menu ul { list-style: none; margin: 0; padding: 0; }
.amc-menu ul li {
  display: inline-block;
  text-align: center;
  margin-left: -2px;
  padding: 0;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  gap: 0px;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
  color: #FFFFFF;
}
.amc-menu ul li a { background: #203850; padding: 18px 50px; border: none; color: #ffffff; }
.amc-menu ul li a:hover{
  background: #FF6B00;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 18px 50px;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.amc-menu ul li a.active {
  background: #FF6B00;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 18px 50px;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.amc-menu ul li.border-left a {
  border-radius: 48px 0px 0px 48px;
}

.amc-menu ul li.border-right a {
  border-radius: 0 48px 48px 0;
}
.amc-total table,
.amc-company table { width: 100%; font-size: 7px}
.amc-total table th,
.amc-company table th {
  background: #203850;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 15px;
  border: solid 1px #ffffff;
}
.amc-total table td,
.amc-company table td {
  background: #F0F0F0;
  border: solid 1px #ffffff;
  padding: 15px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.amc-total table th.border-left {
  border-top-left-radius: 16px;
}

.amc-total table th.border-right {
  border-top-right-radius: 16px;
}
.amc-graphic-production {
  background: #F1F1F1;
  padding: 50px;
  margin-bottom: 40px;
}
.amc-graphic-workshop {
  background: #F1FAEE;
  padding: 50px;
  margin-bottom: 60px;
}

.amc-graphic-production h2,
.amc-graphic-workshop h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;

  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;

  color: #192B75;
}

.amc-graphic-production h3,
.amc-graphic-workshop h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;

  color: #E63946;
}

.amc-company {
  margin-top: 60px;
}


.technology {
  margin: 0;
  padding: 50px 0;
}
.technology-content {
  margin: 0 Auto;
  width: 1200px;
}

.technology-view-header {
  height: 430px;
  background-color: #203850;
  margin-bottom: 20px;
}

.technology-view-header .titles-technology {
  padding: 40px;
  background-color: #203850;
  color: #FFFFFF;
}

.technology-view-header img {
  height: 445.5px;
  width: 100%;
  object-fit: cover;
}

.technology-view-header .row, .technology-view-images .row, .technology-view-description .row {
  margin-left: 0;
  margin-right: 0;
}

.technology-view-header, .technology-view-images {
  margin-bottom: 20px;
}

.technology-view-header .titles-technology h2 {
  color: #FFCC00;
  font-family: "Rubik";
  line-height: 32px;
  font-size: 25px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px 0;
  height: 65px;
}

.technology-view-header .titles-technology .description {
  text-align: justify;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  height: 240px;
  overflow-y: auto;
  padding-right: 20px;
}
.technology-view-header .download {
  margin-top: 20px;
}
.technology-view-header .download a {
  background: #FF6B00;
  border-radius: 4px;
  padding: 15px 35px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  /* identical to box height, or 86% */

  align-items: center;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #FFFFFF;
}

.technology-view-description {
  margin-top: 70px;
}
.technology-view-description .description-container {
  padding: 30px;
  border: solid 1px #D4D4D4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 450px;
}

.technology-view-description .description-mobile-content {
  margin: 85px 0 85px 0;
}

.technology-view-description .description-container .container-images,
.technology-view-description .description-mobile-content .description-container .container-images {
  background: #FF6B00;
  width: 96px;
  height: 96px;
  text-align: center;
  padding: 10px;
  position: relative;
  margin-top: -80px;
  margin-bottom: 20px;
}

.technology-view-description .description-container h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 25px;
}

.technology-view-description .description-container .description {
  height: 300px;
  overflow-y: auto;
  padding-right: 15px;
}

.technology-view-description .description-container .description::-webkit-scrollbar,
.technology-view-header .titles-technology .description::-webkit-scrollbar {
   width: 8px;
}

.technology-view-description .description-container .description::-webkit-scrollbar-track,
.technology-view-header .titles-technology .description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   background-color: #F5F5F5;
}

.technology-view-description .description-container .description::-webkit-scrollbar-thumb,
.technology-view-header .titles-technology .description::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
   background: #FF6B00;
}

.technology-information {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.technology-information h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  color: #272727;
  margin-top: 33px;
  margin-bottom: 20px;
}
.technology-information h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #272727;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.technology-information h5 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  color: #272727;
}

.technology-items { text-align: center; padding: 20px 0; }
.technology-items ul { margin: 0; padding: 0; list-style: none; }
.technology-items ul li { display: inline-table; background: #272727; width: 275px; text-align: center; padding: 30px 20px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  margin: 0 10px;
  text-align: center;

  color: #FFFFFF;
}
.technology-items ul li p {
  min-height: 60px;
}
.technology-items ul li h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 24px 0 10px 0;
  color: #FFFFFF;
}

.pages {
  margin: 0 Auto;
  width: 1200px;
  padding: 80px 0 80px 0;
}

.pages h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
}

.pages-content {
  font-size: 15px;
}

.notifications {
  margin: 0 Auto;
  width: 1000px;
  padding: 80px 0 80px 0;
}

.notifications h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
}

.notifications-content {
  background: #ECF0FF;
  padding: 25px 40px 25px 40px;
}

.notifications-items {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  border-bottom: solid 1px #D4D4D4;
  padding: 15px 0 15px 0;
}

.notifications-items h3 {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #000000;
  margin: 0px 0 5px 0;
}

.notifications-items-date {
  color: #5E5E5E;
  font-weight: 700;
  font-family: 'Nunito Sans';
}

.faq {
  margin: 0 Auto;
  width: 1200px;
  padding: 80px 0 80px 0;
}

.faq h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
}
.faq-content ul { margin: 0; padding: 0; list-style: none; }
.faq-content ul li { display: block; margin-bottom: 20px; font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.faq-content ul li a { background: #FFCC00; border: none; font-size: 16px; width: 100%; text-align: left; color: #272727; padding: 20px; }
.faq-content ul li a:hover { background: #FFCC00; color: #272727; }
.faq-content .download-all {
  margin-top: 70px;
  text-align: center;
}
.faq-content .download-all a {
  background: #FF6B00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 18px 27px;
  text-transform: uppercase;
  font-family: 'Nunito Sans Bold';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
}

.profile { margin: 0; padding: 0; }
.profile-content { margin: 0 Auto; width: 1200px; padding-top: 50px; padding-bottom: 50px; }
.profile-content h1  {
  font-family: 'Rubik Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.profile-content table tr th {
  font-size: 14px;
  text-align: left;
}
.profile-content table td {
  font-size: 14px;
  text-align: left;
}

.profile-content .button-add {
  background-color: #ffffff;
  border: solid 1px #192B75;
  border-radius: 4px;
  color: #000000;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
}

.profile-content .button-delete {
  background-color: #ffffff;
  border: solid 1px #FF0000;
  border-radius: 4px;
  color: #FF0000;
  padding: 10px 20px 10px 20px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
}

.additional-position {
  text-align: right;
  margin-top: 18px;
}

.profile-button-add {
  text-align: right;
}

.profile-button-add a {
  background: #FF6B00;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 15px 25px 15px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.profile-success-message {
  width: 500px;
  margin: 0 Auto;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}
.profile-success-images {
  text-align: center;
  margin-bottom: 50px;
}

.dashboard-clue { margin: 0; padding: 0px 0 10px 0; text-align: center; }
.dashboard-clue a { font-size: 16px; text-decoration: underline; color: #000000;}
.dashboard-clue a:hover { text-decoration: none;}
.dashboard-modal-content { font-size: 14px;}
.dashboard-modal-content ol { margin: 10px 0 20px 0; }
.dashboard-modal-content ol li { margin: 10px 0 0 0; font-size: 16px;}
.dashboard-top { margin: 0; padding: 0; text-align: center;}
.dashboard-top ul { list-style: none; margin: 0; padding: 0; }
.dashboard-top ul li {
  display: inline-block;
  border: solid 1px #cccccc;
  margin: 10px;
  padding: 20px;
  border-radius: 15px;
  font-size: 40px;
  width: 250px;
  cursor: normal;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
}
.dashboard-top ul li h4 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #192B75;
}

.header-top-right-after-login {
  text-align: right; margin-top: 0px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.header-top-right-after-login button {
  background: #2AA200;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header-top-right-after-login ul {
  width: 278px;
}
.header-top-right-after-login ul li {
  font-size: 16px;
  text-align: center;
  padding: 7px 0 7px 0;
  background: #ffffff;
}
.header-top-right-after-login ul li:hover,
.header-top-right-after-login ul li:hover a {
  background-color: #F5F5F5;
}
.header-top-right-after-login ul li.disabled {
  font-size: 16px;

  text-align: center;
  background-color: #F5F5F5;
}

/* .dropdown-menu { width: 210px; right: 0; left: none} */
.dropdown-menu .divider {
  margin: 0;
  padding: 0;
}

.error { color: #FF0000}

.register { margin: 0; padding: 0; }
.register-content { margin: 0 Auto; width: 1200px; padding-top: 50px; padding-bottom: 50px; }
.register-content h1  {
  font-family: 'Rubik Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.register-form input[type="text"],
.register-form input[type="number"],
.register-form input[type="email"],
.register-form input[type="password"],
.register-form input[type="date"],
.register-form textarea,
.register-form select,
.register-form-onboarding input[type="text"],
.register-form-onboarding input[type="number"],
.register-form-onboarding input[type="email"],
.register-form-onboarding input[type="password"],
.register-form-onboarding input[type="date"],
.register-form-onboarding textarea,
.register-form-onboarding select {
  width: 100%;
  border: 1px solid #ADB1B5;
  border-radius: 10px;
  padding: 14px 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik';
  font-style: normal;
}

.register-form input[type="radio"],
.register-form-onboarding input[type="radio"] {

  height: 1.8rem;
  width: 1.8rem;
  margin-right: 0.5rem;
}

.register-form-onboarding input[type="file"],
.register-form input[type="file"] {
  display: none;
}
.register-form-onboarding .required-star label.custom-file-upload,
.register-form .required-star label.custom-file-upload,
.register-form .no-required-star label.custom-file-upload {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.register-form-onboarding .required-star label.custom-file-upload:after {
  content: '';
}
.register-form-onboarding .no-required-star label.custom-file-upload {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.register-form-onboarding .no-required-star label.custom-file-upload:after {
  content: '';
}

.register-form span,
.register-form-onboarding span {
  position: relative;
  top: -3px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik';
  font-style: normal;
}

.register-form input[type="submit"],
.register-form-onboarding input[type="submit"] {
  background: #FF6B00;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.register-form-onboarding input[type="submit"].button-next {
  background: #2AA100;
  border-radius: 4px;
  color: #ffffff;
  border:none;
  padding: 18px 25px 18px 25px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


.register-success-message {
  width: 500px;
  margin: 0 Auto;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}
.register-success-images {
  text-align: center;
  margin-bottom: 50px;
}

.register-form h3 {
  margin: 5px 0 20px 5px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 1px #FF6B00;
  text-transform: uppercase;
  font-family: 'Rubik';
  color: #FF6B00;
  font-weight: bold;
}

.register-form-onboarding h3 {
  margin: 5px 0 20px 5px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 1px #FF3737;
  text-transform: uppercase;
  font-family: 'Rubik';
  color: #FF3737;
  font-weight: bold;
}

.register-form-onboarding h4 {
  margin: 5px 0 20px 5px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 2px #000000;
  text-transform: uppercase;
  font-family: 'Rubik';
  color: #192B75;
  font-weight: bold;
}

.register-text {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 10px;
}
.company-data {
  padding: 15px;
}

.company-data ul,
.company-data ul.onboarding {
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-data ul li {
  display: inline-table;
  text-align: center;
  margin: 5px;
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 10px;
  font-family: 'Rubik';
  font-style: normal;
  font-size: 14px;
  width: 150px;
  height: 150px;
}

.company-data .form-group ul.onboarding li {
  display: inline-block;
  text-align: center;
  background: #FFFFFF;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  border: solid 2px #ffffff;
  border-radius: 0px;
  font-family: 'Rubik';
  font-weight: bold;
  color: #192B75;
  font-size: 14px;
  width: auto;
  height: auto;
}

.company-data .radio_item {
  display: none !important;
}

.company-data .label_item {
  text-align: center;
  background: #F0F0F0;
  margin: 5px;
  margin-right: 0;
  padding: 20px;
  border: solid 2px #F0F0F0;
  border-radius: 0px;
  font-family: 'Rubik';
  font-weight: bold;
  color: #192B75;
  font-size: 14px;
  width: 130px;
  height: auto;
  cursor: pointer;
}
.company-data .radio_item:checked + label {
  border: solid 2px #FF6B00;
}

.company-data .image-check {
  position: relative;
  top: -175px;
  left: 70px;
  opacity: 0;
}

.company-data .image-check-show {
  position: relative;
  top: -175px;
  left: 70px;
  opacity: 1;
}

/* ========= FOOTER ========= */
#footer { margin:0; padding: 0; }
.footer-top { background: #203850; }
.footer-top-content { margin: 0 Auto; width: 1200px; padding: 50px 0 50px 0; }
.footer-top-content-left h3 {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-top-content h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFCC00;
}
.footer-top-content-middle ul { margin: 0; padding: 20px 0 0 0; list-style: none; }
.footer-top-content-middle ul li {
  display: inline-block;
  padding: 0 10px 10px 0;
  width: 150px;
  text-transform: uppercase;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.footer-top-content-middle ul li a { color: #ffffff; }
.footer-top-middle-url { margin-top: 50px; }
.footer-top-middle-url a { color: #FFCC00; text-decoration: underline; font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.footer-top-content-right .contact {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  border-bottom: solid 1px #6D6D6D;
  padding: 0 0 30px 0;
}

.footer-top-content-right .contact a,
.footer-top-content-right .second-contact a { color: #FFCC00; text-decoration: none; font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.footer-top-content-right .contact a:hover,
.footer-top-content-right .second-contact a:hover {
  color: #FFCC00;
  text-decoration: underline;
}
.footer-top-middle-url a:hover { color: #FFCC00; text-decoration: none; }

.footer-top-content-right .second-contact {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 0 0 0;
}
.whatsapp-footer {
  margin-bottom: 10px;
}
.footer-top-content-right .second-contact .whatsapp-footer a {
  color: #ffffff;
}
.footer-top-content-right .second-contact .whatsapp-footer a:hover {
  color: #FFCC00;
  text-decoration: none;
}

.footer-top-content-right .second-contact .email-footer a {
  color: #ffffff;
}
.footer-top-content-right .second-contact .email-footer a:hover {
  color: #FFCC00;
  text-decoration: none;
}

.footer-bottom {
  background: #272727;
  padding: 20px 0 20px 0;
}
.footer-bottom-content { width: 1200px; margin: 0 Auto; }
.footer-bottom-content-left ul { margin: 0; padding: 0; list-style: none; }
.footer-bottom-content-left ul li {
  display: inline-block;
  color: #FFCC00;
  font-family: 'Nunito Sans';
  font-style: 'normal';
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
}
.footer-bottom-content-left ul li a { color: #FFCC00; }
.footer-bottom-content-left ul li a:hover { text-decoration: underline; }

.footer-bottom-content-right {
  text-align: right;
  color: #ffffff;
  font-family: 'Rubik';
  font-style: 'normal';
  font-size: 14px;
  font-weight: 700;
}