body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

a:hover {
  color: #FF0000;
  /*transition: 0.5s;*/
}

a {
  color: #FF0000;
  /*transition: 0.5s;*/
}

a:hover, a:active, a:focus {
  /*color: #03c5ec;*/
  /*outline: none;*/
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .col-md-2 {
    padding: 0;
    margin: 0 10px 30px 26px !important;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    padding: 0;
    margin: 0 10px 30px 20px;
  }
}

.col-md-2 {
  padding: 0;
  margin: 0 10px 30px 13px;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../../assets/img/img/preloader.svg") no-repeat center center;
}

.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #FF0000;
  color: #fff;
}

#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/img/OrgaMAXX_Motiv_2020.jpeg") top center fixed;
  background-size: cover;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(48,48,48,0);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 5%;
}

#hero h1 {
  margin: 0px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  /*text-transform: uppercase;*/
  color: rgb(0,0,0);
  display: block;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #hero h1 {
    padding-top: 20px;
    font-size: 1.15em;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #hero .hero-container {
    padding-top: 15%;
  }
}

#hero h2 {
  color: black;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 5px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  width: 210px;
}

#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff !important;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
  width: 180px;
  background-color: rgba(0,0,0,0.08);
  float: left;
}

#hero .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: white !important;
}

.section-title {
  font-size: 32px;
  color: #111;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #FF0000;
  margin: 0 auto;
  margin-bottom: 20px;
}

#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../../assets/img/img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 100px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon, #contact .service-icon, #epson-1 .service-icon {
  float: left;
  background: #FF0000;
  width: 60px;
  height: 60px;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #FF0000;
}

#services .service-icon i, #contact .service-icon i, #epson-1 .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon, #contact .service-item:hover .service-icon, #epson-1 .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i, #contact .service-item:hover .service-icon i, #epson-1 .service-item:hover .service-icon i {
  color: #FF0000;
}

#services .service-title, #contact .service-title, #epson-1 .service-title2 {
  /*margin-left: 80px;*/
  font-weight: 700;
  margin-bottom: 15px;
}

#services .service-title, #contact .service-title, #epson-1 .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
}

#services .service-title a {
  color: #111;
}

#services .service-description, #contact .service-description, #epson-1 .service-description {
  margin-left: 80px;
  line-height: 24px;
  text-align: left;
  margin-top: -15px;
}

#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/img/img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #FF0000;
  border: 2px solid #FF0000;
  color: white !important;
}

#portfolio {
  background: #fff;
  padding: 100px 0;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#testimonials {
  background: #f6f6f6;
  padding: 100px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
  background: grey;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 10px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

#team_kl {
  background: #f6f6f6;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #FF0000;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#contact {
  background: #f7f7f7;
  padding: 100px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #FF0000;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #FF0000;
  border: 1px solid #FF0000;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #FF0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}

#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

.holder {
  display: block;
  width: 44px;
  height: 100px;
  border: 1px solid red;
}

#about {
  background: #fff;
  padding: 100px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../../assets/img/img/index_team.png) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#facts {
  padding: 40px 0;
}

#partner {
  padding: 100px 0;
}

.logo {
  float: right;
  margin-right: 2%;
}

