h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

h3 span {
  color: #e76f51;
}

.top_header {
  height: 35px;
  background-color: #222222;
  color: #ffffff;
}

.top_header p {
  font-size: 10px;
  padding-top: 12px;

  /* margin-bottom: 0;
  padding-bottom: 0; */
}

.top_header ul {
  padding-top: 6px;
}

.top_header ul li a {
  font-size: 10px;
  color: #ffffff;
}

header {
  padding: 10px 0;
}
header .logo {
  width: 170px;
  height: 70px;
}

header .logo img {
  height: 100%;
}

header .navbar {
  padding: 2px;
}

header nav {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  header .mobile {
    width: 0;
  }
}

header nav li.active {
  border-radius: 5px;
}

header nav a {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 5px;
  font-family: "Roboto", sans-serif;
}

header .navbar-light .navbar-nav .nav-link {
  color: #000000;
}

#slider {
  max-height: 450px;
  border-top: 2px solid #eeeeee;
}

#slider .carousel-caption {
  bottom: 140px;
}

#slider .cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

#slider h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#slider p {
  margin-bottom: 30px;
}

#slider button {
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 30px;
}

#slider button:hover {
  background-color: #e76f51;
}

#slider button a {
  font-size: 12px;
  color: #ffffff;
}

#slider button a:hover {
  color: #000000;
}

#services {
  padding: 50px 0;
}

#services h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

#services h6 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5rem;
}

#services .iron {
  transition: all 0.3s ease;
  text-align: center;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#services .iron:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#services .img_box {
  width: 300px;
  height: 230px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#services .img_box img {
  width: 100%;
  height: 100%;
  border: 3px solid #eeeeee;
}

#services h4 {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#services p {
  font-size: 12px;
  text-align: center;
}

#services button {
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: transparent;
  padding: 5px 10px;
}

#services button a {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

#work {
  padding: 50px 0;
  background-color: #2a9d8f;
}

#work .container {
  position: relative;
}

#work h3 {
  font-size: 36px;
  font-weight: normal;
}

#work h6 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 30px;
}

#work .col-md-3 {
  margin-bottom: 20px;
}

#work .img_box {
  width: 250px;
}

#work img {
  width: 100%;
}

#work .text-box {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 250px;
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  opacity: 0.8;
}

#work .text-box p {
  font-size: 13px;
  font-weight: normal;
}

#work .text-box p a {
  color: #ffffff;
}

#testimonials {
  padding: 50px 0;
}

#testimonials h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

#testimonials h6 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5rem;
}

#testimonials .box_test {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
  box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
}
#testimonials .width-auto {
  width: auto;
}

#testimonials .text-lg {
  font-size: 2rem;
}

#testimonials .carousel-indicators li {
  border: none;
  background: #ccc;
}

#testimonials .carousel-indicators li.active {
  background: #28a745;
}

#testimonials .carousel-item {
  padding-bottom: 20px;
}

#testimonials .lead {
  font-size: 1.05rem;
}

#services {
  padding: 50px 0;
}

#services h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}

#services h6 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5rem;
  font-weight: normal;
}

.services_back {
  padding: 30px 0;
  /* background-color: #2a9d8f; */
  background-color: rgba(42, 157, 143, 0.9);
  background-image: url("/images/services_back.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  /* opacity: 0.8; */
}

.services_back img {
  height: 170px;
  margin-bottom: 20px;
  margin-left: 95px;
}

.services_back h5 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.services_back h5 a {
  color: #ffffff;
}

#registration {
  padding: 50px 0;
}

#registration h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

#registration h6 {
  text-align: center;
  margin-bottom: 40px;
  color: red;
  font-size: 12px;
  font-weight: normal;
}

#form_registration {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 60px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
  box-shadow: -2px 3px 16px -1px rgba(0, 0, 0, 0.37);
}

#form_registration button {
  background-color: #2a9d8f;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
}

footer {
  background-color: #222222;
  padding-top: 15px;
  color: #ffffff;
  margin-top: 30px;
  font-size: 12px;
}

footer .footer_menu {
  text-align: right;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

/* about us */

.jumbotron {
  height: 200px;
  border-radius: 0;
}

.jumbotron a {
  color: #ffffff;
}

.main {
  padding: 50px 0;
}

.aboutus {
  margin-bottom: 50px;
}

.aboutus h1 {
  font-size: 32px;
  text-transform: capitalize;
}

.aboutus h4 {
  font-size: 20px;
}

.aboutus p {
  line-height: 1.5rem;
  width: 80%;
  color: #777777;
  font-size: 14px;
}

.aboutus ul li {
  font-size: 14px;
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 1.5rem;
  margin-bottom: 10px;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .aboutus img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.values {
  background-color: antiquewhite;
  padding: 50px 0;
  margin-bottom: 50px;
}

.values h4 {
  font-size: 20px;
}

.values p {
  font-size: 14px;
}

#experience h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.work {
  margin: 10px 0;
}

.work img {
  height: 250px;
  border: 1px solid #707070;
  margin-bottom: 10px;
}

.work h5 {
  font-size: 18px;
}

.work p {
  font-size: 14px;
  color: #777777;
}

.about_back {
  background-image: url("/images/about_back.jpg");
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

/* product */

.product h1 {
  font-size: 30px;
}

.product h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.product .img_box {
  width: 200px;
  margin-top: 10px;
}

.product .product_img {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.product .product_img img {
  width: 100%;
}

.product .p_content ul li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 1.7rem;
}

.product .text-box {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 200px;
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  opacity: 0.8;
}

.product .cover_p:hover .text-box {
  display: none;
}

.product .text-box p {
  font-size: 12px;
  font-weight: normal;
}

.product .text-box p a {
  color: #ffffff;
}

.product .cover_p {
  position: relative;
  width: 50%;
}

.product .overlay {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 200px;
  background-color: black;
  overflow: hidden;
  height: 0px;
  transition: 0.5s ease;
  opacity: 0.8;
}

.product .cover_p:hover .overlay {
  height: 100%;
}

.product .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_back {
  background-image: url("/images/product_back.jpg");
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

.sidebar {
  padding-top: 30px;
}

.sidebar h6 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6rem;
}

.sidebar ul li {
  list-style-type: square;
  margin-left: -20px;
}

.sidebar ul li a {
  font-size: 13px;
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}

/* contact */

.contact_back {
  background-image: url("/images/contact_back.jpg");
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

/* careers */
.benefits {
  margin: 100px auto;
  text-align: center;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 50px 0;
}

.benefits img {
  width: 60px;
  margin-bottom: 10px;
}

.benefits p {
  width: 100%;
  margin-bottom: 30px;
}

.career_back {
  background-image: url("/images/career_bg.jpg");
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

/* Vendors */
.vendor p {
  width: 100%;
}
.supplier_form h3 {
  margin-bottom: 30px;
  text-align: center;
}

/* consumables */

.consumables img {
  max-width: 450px;
  border: 2px solid #eeeeee;
}

.consumables .table td {
  font-size: 14px;
  color: #777777;
}
