/*------------------------------------------------------------------
[Table of contents]

1. base
2. fonts
3. typography
4. helpers
5. header
6. footer
7. section-title
8. section-process
9. section-projects
10. section-call-to-action
11. section-video
12. section-breadcrumb
13. section-not-found
14. section-who-we-are
15. section-welcome
16. button
17. process
18. process-item
19. member
20. masonry
21. news
22. contact-info
23. social-media
24. breadcrumb'
25. product'
26. navigation'
27. blog-item'
28. what-we-do'
29. who-we-are'
30. panel-group'
31. progress-bar'
32. tags'
33. author'
34. comments'
35. services_detail'
36. about_industrial'
37. checkout'
38. recent-project'
39. parteners'
40. search_form'
41. slider-home'
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------
 This file contains very basic styles.
 ----------------------------------------------------------------------------- */
/**
 * Remove all outline
 */
* {
  outline: none !important;
}

/**
 * Style MAP
 */
#map {
  width: 100%;
  height: 500px;
}

/**
 * style for input
 */
.form-control {
  height: 50px;
  margin-bottom: 6px;
}

/**
 * style for input
 */
.input-wrapper {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.input-wrapper i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/**
 * style for pagination
 */
.pagination > li a {
  border: none;
  background-color: transparent;
  margin-left: 10px;
  margin-right: 10px;
  color: #cccccc;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100% !important;
  font-size: 15px;
  color: #999999;
  font-family: "robotoregular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.pagination > li a:hover {
  background-color: #ffbe00;
  border-color: #ffbe00;
  color: white;
}

@media (max-width: 767px) {
  .pagination > li a {
    margin-left: 3px;
    margin-right: 3px;
    height: 23px;
    width: 23px;
    line-height: 23px;
  }
}

/**
 * style for pagination
 */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #ffbe00;
  border-color: #ffbe00;
}

/**
 * style for lOADER ANIMATION
 */
.loader {
  position: fixed;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
  text-align: center;
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -----------------------------------------------------------------------------
 This file contains all @font-face declarations, if any.
 ----------------------------------------------------------------------------- */
/**
 * roboto black
 */
@font-face {
  font-family: 'robotoblack';
  src: url("../../fonts/roboto-black-webfont.eot");
  src: url("../../fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-black-webfont.woff2") format("woff2"), url("../../fonts/roboto-black-webfont.woff") format("woff"), url("../../fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * roboto bold
 */
@font-face {
  font-family: 'robotobold';
  src: url("../../fonts/roboto-bold-webfont.eot");
  src: url("../../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../fonts/roboto-bold-webfont.woff") format("woff"), url("../../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * roboto regular
 */
@font-face {
  font-family: 'robotoregular';
  src: url("../../fonts/roboto-regular-webfont.eot");
  src: url("../../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../fonts/roboto-regular-webfont.woff") format("woff"), url("../../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * MyriadPro regular
 */
@font-face {
  font-family: 'MyriadPro';
  src: url("../../fonts/MyriadPro.eot");
  src: url("../../fonts/MyriadPro.eot") format("embedded-opentype"), url("../../fonts/MyriadPro.woff2") format("woff2"), url("../../fonts/MyriadPro.woff") format("woff"), url("../../fonts/MyriadPro.svg#MyriadPro") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * MyriadPro Bold
 */
@font-face {
  font-family: 'MyriadProBold';
  src: url("../../fonts/MyriadProBold.eot");
  src: url("../../fonts/MyriadProBold.eot") format("embedded-opentype"), url("../../fonts/MyriadProBold.woff2") format("woff2"), url("../../fonts/MyriadProBold.woff") format("woff"), url("../../fonts/MyriadProBold.svg#MyriadProBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * MyriadPro Web regular
 */
@font-face {
  font-family: 'MyriadWebPro';
  src: url("../../fonts/MyriadWebPro.eot");
  src: url("../../fonts/MyriadWebPro.eot") format("embedded-opentype"), url("../../fonts/MyriadWebPro.woff2") format("woff2"), url("../../fonts/MyriadWebPro.woff") format("woff"), url("../../fonts/MyriadWebPro.svg#MyriadWebPro") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * MyriadPro Web Bold
 */
@font-face {
  font-family: 'MyriadWebProBold';
  src: url("../../fonts/MyriadWebProBold.eot");
  src: url("../../fonts/MyriadWebProBold.eot") format("embedded-opentype"), url("../../fonts/MyriadWebProBold.woff2") format("woff2"), url("../../fonts/MyriadWebProBold.woff") format("woff"), url("../../fonts/MyriadWebProBold.svg#MyriadWebProBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -----------------------------------------------------------------------------
 This file contains very basic typography styles.
 ----------------------------------------------------------------------------- */
/**
 * Basic styles for Body
 */
body {
  font-family: "MyriadPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Basic styles for Heading
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "robotoblack", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Basic styles for links
 */
a {
  color: #666;
  text-decoration: none;
  transition: color 0.5s;
}

a:hover, a:active, a:focus {
  color: #666;
  text-decoration: none;
}

/**
 * Basic styles for paragraph
 */
p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

/* -----------------------------------------------------------------------------
 This file contains CSS helper classes.
 ----------------------------------------------------------------------------- */
/**
 * Main content containers
 */
.container {
  max-width: 1170px;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}

/**
 * Gutter Section
 */
.section-padding {
  padding-top: 70px;
  padding-bottom: 45px;
}

.gutter-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin-top-bottom-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/**
 * Reset padding
 */
.no-pad {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-top {
  padding-top: 0;
}

.no-pad-bottom {
  padding-bottom: 0;
}

/**
 * Center Block Verticaly and horizontaly
 */
.center-block {
  position: absolute;
  width: 100%;
  top: 77%;
  transform: translateY(-50%);
  text-align: center;
}

/**
 * Yellow background color
 */
.yellow-bg {
  background-color: #ffbe00;
}

/* -----------------------------------------------------------------------------
 This file contains all styles related to the header of the site/application.
 ----------------------------------------------------------------------------- */
.header {
  background-color: white;
  /**
    * Navbar Top
    */
  /**
    * Navbar Middle
    */
  /**
    * Navbar Bottom
    */
}

.header__top {
  min-height: 40px;
  background-color: #242424;
  display: flex;
}

@media (max-width: 767px) {
  .header__top {
    display: block;
    padding: 15px 0;
  }
}

.header__top__social, .header__top__info {
  width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  line-height: 0;
}

.header__top__social a, .header__top__info a {
  color: white;
}

.header__top__social a:hover, .header__top__info a:hover {
  color: #ffbe00;
}

@media (max-width: 767px) {
  .header__top__social, .header__top__info {
    width: 100%;
    float: none;
    text-align: center;
    transform: translateY(0);
  }
}

.header__top__social a {
  margin-right: 25px;
  font-size: 19px;
}

.header__top__social a:last-child {
  margin-right: 0;
}

.header__top__info {
  text-align: right;
}

.header__top__info__link {
  font-size: 15px;
}

.header__top__info__link i {
  color: #ffbe00;
  margin-right: 7px;
}

.header__top__info__link:first-child {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .header__top__info {
    text-align: center;
    margin-top: 20px;
  }
  .header__top__info a {
    display: block;
  }
  .header__top__info a:first-child {
    margin-bottom: 20px;
  }
}

.header__middle {
  height: 120px;
  background-color: #141414;
  text-align: center;
  position: relative;
}

.header__middle h1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 100%;
  font-size: inherit;
}

.header__bottom .navbar {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  min-height: 60px;
}

.header__bottom .navbar__search {
  margin-top: 7px;
  display: block;
  height: 50px;
  text-align: right;
  width: 50px;
  border-left: 1px solid #d0d0d0;
  cursor: pointer;
  float: right;
}

@media (max-width: 767px) {
  .header__bottom .navbar__search {
    float: none;
    margin: 0 auto;
    border: none;
    text-align: center;
    margin-bottom: 15px;
  }
}

.header__bottom .navbar__search .fa-search {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

.header__bottom .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.header__bottom .navbar .navbar-collapse.in {
  overflow-y: visible;
}

.header__bottom .navbar .navbar-collapse .nav {
  text-align: center;
}

.header__bottom .navbar .navbar-collapse .nav > li {
  float: none;
  display: inline-block;
  border-top: 2px solid transparent;
}

@media (max-width: 767px) {
  .header__bottom .navbar .navbar-collapse .nav > li {
    display: block;
  }
  .header__bottom .navbar .navbar-collapse .nav > li a {
    font-size: 18px !important;
  }
}

.header__bottom .navbar .navbar-collapse .nav > li:hover {
  border-top-color: #ffbe00;
}

@media (max-width: 767px) {
  .header__bottom .navbar .navbar-collapse .nav > li:hover {
    border-top: none;
  }
  .header__bottom .navbar .navbar-collapse .nav > li:hover a {
    color: #ffbe00;
  }
}

.header__bottom .navbar .navbar-collapse .nav > li a {
  font-size: 14px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 767px) {
  .header__bottom .navbar .navbar-collapse .nav > li a:hover, .header__bottom .navbar .navbar-collapse .nav > li a:active, .header__bottom .navbar .navbar-collapse .nav > li a:focus {
    color: #ffbe00;
    background-color: transparent;
  }
}

@media (max-width: 992px) {
  .header__bottom .navbar .navbar-collapse .nav > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 992px) {
  .header__bottom .navbar .navbar-collapse .nav > li.dropdown {
    text-align: center;
    background: #eeeeee;
  }
  .header__bottom .navbar .navbar-collapse .nav > li.dropdown a {
    text-align: center;
  }
}

.header__bottom .navbar .navbar-collapse .nav > li.dropdown li {
  display: block;
}

@media (min-width: 767px) {
  .header__bottom .navbar .navbar-collapse .nav > li.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    background-color: #ffbe00;
    margin-top: 11px;
  }
  .navbar-toggle .icon-bar {
    background-color: white;
    height: 3px;
  }
}

/* -----------------------------------------------------------------------------
 This file contains all styles related to the footer of the site/application.
 ----------------------------------------------------------------------------- */
.footer-top {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #141414;
}

.footer-top__block__title {
  color: white;
  font-size: 16px;
  margin-top: 0;
  font-family: "robotobold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 67px;
  position: relative;
}

.footer-top__block__title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #666;
}

@media (max-width: 992px) {
  .footer-top__block__title {
    margin-top: 40px;
  }
}

.footer-top__block__service {
  display: block;
  font-size: 16px;
  color: #d0d0d0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-top__block__service i {
  color: #ffbe00;
  margin-right: 15px;
}

.footer-top__block__logo {
  margin-bottom: 30px;
}

.footer-top__block__txt {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "robotoregular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.footer-top__block__link {
  color: #ffbe00;
  font-size: 14px;
  font-family: "robotoregular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: italic;
}

.footer-top__block hr {
  border-top-color: #666;
}

.footer-top__block__offers {
  color: #ffbe00;
  margin-top: 30px;
  display: block;
}

.footer-top__block__form span {
  position: relative;
  display: block;
}

.footer-top__block__form span button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #ffbe00;
  background-color: transparent;
  border: none;
}

.footer-top__block__form span .form-control {
  background-color: transparent;
  border: 1px solid gray;
  margin-top: 20px;
}

.footer-top__block__row {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-top__block__row .col-md-4,
.footer-top__block__row .col-sm-3,
.footer-top__block__row .col-xs-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top__block .recent-project {
  margin-bottom: 20px;
}

.footer-bottom {
  background-color: #1a1a1a;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}

.footer-bottom__copyright p {
  margin-bottom: 0;
  position: relative;
  top: 3px;
}

@media (max-width: 992px) {
  .footer-bottom__copyright p {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer-bottom__payment {
  text-align: right;
}

@media (max-width: 992px) {
  .footer-bottom__payment {
    text-align: center;
  }
}

.footer-bottom__payment .fa {
  font-size: 30px;
}

.footer-bottom__payment a {
  margin-left: 15px;
}

.footer-bottom__payment a:first-child {
  margin-left: 0;
}

.footer-bottom #back-to-top {
  background-color: #1a1a1a;
  width: 30px;
  height: 26px;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
}

.footer-bottom #back-to-top i {
  color: white;
  font-size: 15px;
  position: relative;
  top: 5px;
}

/* -----------------------------------------------------------------------------
 This file contains all styles related to the Title section.
 ----------------------------------------------------------------------------- */
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  color: #141414;
  font-family: "MyriadWebProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.section-title h2 span {
  color: #ffbe00;
}

.section-title p {
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* -----------------------------------------------------------------------------
 This file contains all styles related to the process section.
 ----------------------------------------------------------------------------- */
#process {
  background-color: #f1f1f1;
}

/* -----------------------------------------------------------------------------
 This file contains all styles related to the projects section.
 ----------------------------------------------------------------------------- */
#projects {
  background-image: url("../images/background/projects.png");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #projects {
    background-image: none;
  }
}

#projects .btn {
  margin-top: 30px;
}

/* --------------------------------------------------------------------------------------------
 This file contains all styles related to the call to action section of the site/application.
 --------------------------------------------------------------------------------------------- */
.call-to-action {
  padding-top: 20px;
  padding-bottom: 20px;
}

.call-to-action__title {
  font-size: 30px;
  color: white;
  font-family: "MyriadWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 8px;
  letter-spacing: -1px;
  margin-top: 0;
}

.call-to-action__title span {
  color: #141414;
}

@media (max-width: 992px) {
  .call-to-action__title {
    text-align: center;
  }
}

.call-to-action__txt {
  font-size: 15px;
  color: #242424;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .call-to-action__txt {
    text-align: center;
  }
}

.call-to-action__buttons {
  text-align: right;
}

@media (max-width: 992px) {
  .call-to-action__buttons {
    text-align: center;
  }
}

.call-to-action .btn {
  margin-top: 12px;
  font-size: 13px;
}

.call-to-action .btn:last-child {
  margin-left: 10px;
}

/* --------------------------------------------------------------------------
 This file contains all styles related to the video section.
 --------------------------------------------------------------------------- */
.video {
  height: 600px;
  background-image: url("../images/background/video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.video__wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.video__wrapper .fa-play-circle {
  position: relative;
  color: #ffbe00;
  cursor: pointer;
  font-size: 80px;
  border-radius: 100%;
}

.video__wrapper .fa-play-circle:after {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  z-index: -1;
}

.video__wrapper__title {
  color: white;
  font-size: 30px;
  font-family: "MyriadPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.video__wrapper__txt {
  color: white;
}

.video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
}

/* -------------------------------------------------------------------------------
 This file contains all styles related to the breadcrumbs of the site/application.
 -------------------------------------------------------------------------------- */
#section-breadcrumb {
  background-position: center;
  background-size: cover;
  height: 255px;
  width: 100%;
  position: relative;
}

#section-breadcrumb__title {
  color: white;
  font-size: 58px;
  font-family: "robotoblack", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: -3px;
}

#section-breadcrumb__title span {
  color: #ffbe00;
}

#section-breadcrumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
}

/* -------------------------------------------------------------------------------------
 This file contains all styles related to the not found section of the site/application.
 -------------------------------------------------------------------------------------- */
#section-notfound {
  padding-top: 165px;
  padding-bottom: 165px;
  position: relative;
  background-image: url("../images/background/not-found.jpg");
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

#section-notfound:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 190, 0, 0.8);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.section-notfound__title {
  color: white;
  margin-top: 0;
}

@media (min-width: 767px) {
  .section-notfound__title {
    font-size: 150px;
    margin-bottom: 50px;
  }
}

.section-notfound__message {
  color: white;
  margin-top: 0;
}

@media (min-width: 767px) {
  .section-notfound__message {
    margin-bottom: 70px;
    font-size: 58px;
  }
}

.section-notfound__txt {
  color: white;
  margin-top: 0;
}

@media (min-width: 767px) {
  .section-notfound__txt {
    font-size: 45px;
    margin-bottom: 70px;
  }
}

/* -------------------------------------------------------------------------------------
 This file contains all styles related to the who we are section section 
 -------------------------------------------------------------------------------------- */
#how-we-are {
  position: relative;
  background-image: url("../images/background/video.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

#how-we-are:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  position: absolute;
}

#how-we-are .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #how-we-are .row {
    display: table;
  }
}

/* --------------------------------------------------------------------
 This file contains all styles related to the welcome section.
 ---------------------------------------------------------------------- */
#welcome {
  position: relative;
}

#welcome .btn {
  margin-top: 60px;
}

#welcome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 767px) {
  #welcome:before {
    display: none;
  }
}

#welcome:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 767px) {
  #welcome:after {
    display: none;
  }
}

.welcome__txt {
  font-size: 18px;
  line-height: 32px;
  max-width: 940px;
  margin: 0 auto;
  color: #242424;
}

/* -----------------------------------------------------------------------------
    This file contains all styles related to the button component.
   ---------------------------------------------------------------------------*/
.btn {
  line-height: 14px;
  padding: 15px 25px;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #f3f3f3;
}

.btn-header {
  background-color: #ffbe00;
  font-size: 14px;
  position: relative;
  top: 15px;
}

.btn-header2 {
  background-color: #c80071;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.btn-header3 {
  background-color: #3586a0;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.btn-header4 {
  background-color: #7faf1b;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.btn-header5 {
  background-color: #eaae1c;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.btn-yellow {
  background-color: #ffbe00;
}

.btn-black {
  background-color: #141414;
}

.btn-white {
  background-color: white;
  color: #666;
}

.btn-submit {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the process component.
   ---------------------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
}

@media (max-width: 992px) {
  .process {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.process img {
  width: 100%;
  
}

.process:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.2);
}

.process__details__icon {
  background: rgba(225, 225, 225, 0.5);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  overflow: visible;
}

.process__details__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background-color: white;
  border-radius: 100%;
}

.process__details__icon:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 90px;
  background: #ffbe00;
}

.process__details__icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffbe00;
  font-size: 25px;
  z-index: 11;
}

.process__details__title {
  color: #434343;
  font-weight: bold; 
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 25px;
}

.process:hover:after {
  content: "";
  border: 5px solid #ffbe00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the process item component.
   ---------------------------------------------------------------------------*/
.process-item {
  position: relative;
  display: block;
  margin-top: 40px;
}

.process-item__title {
  font-size: 17px;
  font-family: "MyriadPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-top-style: solid;
  border-top-width: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.process-item__icon {
  background: rgba(225, 225, 225, 0.5);
  width: 115px;
  height: 115px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.process-item__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 100%;
}

.process-item__icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 90px;
}

.process-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.process-item__txt {
  color: white;
  font-size: 13px;
  line-height: 25px;
  padding: 60px 20px;
}

.process-item.industrial .process-item__title {
  color: #ffbe00;
  border-top-color: #ffbe00;
}

.process-item.industrial .process-item__icon:before {
  background-color: #ffbe00;
}

.process-item.industrial .process-item__txt {
  background-color: #ffbe00;
}

.process-item.solar .process-item__title {
  color: #12b6aa;
  border-top-color: #12b6aa;
}

.process-item.solar .process-item__icon:before {
  background-color: #12b6aa;
}

.process-item.solar .process-item__txt {
  background-color: #12b6aa;
}

.process-item.mining .process-item__title {
  color: #81a60e;
  border-top-color: #81a60e;
}

.process-item.mining .process-item__icon:before {
  background-color: #81a60e;
}

.process-item.mining .process-item__txt {
  background-color: #81a60e;
}

.process-item.shiping .process-item__title {
  color: #aa6d42;
  border-top-color: #aa6d42;
}

.process-item.shiping .process-item__icon:before {
  background-color: #aa6d42;
}

.process-item.shiping .process-item__txt {
  background-color: #aa6d42;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the member component.
   ---------------------------------------------------------------------------*/
.member {
  margin-bottom: 30px;
}

.member__img {
  height: 370px;
  background-color: #ffbe00;
  position: relative;
  display: block;
  transition: background-color 0.3s;
}

.member__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
  transition: max-width 0.3s;
}

.member__info {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.member__info__job {
  color: #cccccc;
  font-size: 14px;
  font-family: "robotoregular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 6px;
  padding-top: 35px;
}

.member__info__name {
  color: #141414;
  font-size: 20px;
  font-family: "MyriadWebProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 17px;
}

.member__info__txt {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 17px;
}

.member:hover .member__img {
  background-color: #d0d0d0;
}

.member:hover .member__img img {
  max-width: 320px;
}

.member:hover .member__info {
  border-color: #ffbe00;
  border-top-style: solid;
  border-top-width: 7px;
  margin-top: -7px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the masonry component.
   ---------------------------------------------------------------------------*/
.grid-sizer,
.grid-item {
  padding-bottom: 35px;
  width: 33.33%;
}

@media (max-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item {
  margin-bottom: 30px;
  border-left: 15px solid white;
  border-right: 15px solid white;
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.grid-item--double {
  height: 610px;
}

.grid-sizer-blog,
.grid-masonry-blog {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  width: 33.33%;
}

@media (max-width: 1200px) {
  .grid-sizer-blog,
  .grid-masonry-blog {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .grid-sizer-blog,
  .grid-masonry-blog {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .grid-sizer-blog,
  .grid-masonry-blog {
    width: 100%;
  }
}

.grid-masonry-blog {
  float: left;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the project component.
   ---------------------------------------------------------------------------*/
.projet {
  position: relative;
}

.projet__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}

.projet__overlay__icon {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.projet__overlay__icon a {
  font-size: 20px;
  color: #ffbe00;
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 55px;
}

.projet__overlay__icon a:hover {
  background-color: #ffbe00;
  color: white;
}

.projet__overlay:hover {
  opacity: 1;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the news component.
   ---------------------------------------------------------------------------*/
.news-item {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .news-item {
    margin-bottom: 30px;
  }
}

.news-item__img {
  background-image: url("../images/background/process.jpg");
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
  display: block;
}

.news-item__description {
  height: 300px;
  background-color: #f8f8f8;
  padding: 50px;
  position: relative;
}

@media (max-width: 1200px) {
  .news-item__description {
    padding: 15px;
  }
}

.news-item__description .arrow {
  position: absolute;
  background: #f8f8f8;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #d0d0d0;
}

.news-item__description .arrow-top {
  top: 0;
  margin-top: -13px;
  line-height: 30px;
}

.news-item__description .arrow-down {
  bottom: 0;
  margin-bottom: -13px;
  line-height: 60px;
}

.news-item__description__title {
  font-size: 25px;
  font-family: "MyriadWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.news-item__description__txt {
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-item__description__link {
  color: #3f91e5;
  font-family: "MyriadWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the contact info component.
   ---------------------------------------------------------------------------*/
.contact-info .media {
  border-bottom: 2px solid #ffbe00;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.contact-info .media-left {
  color: #ffbe00;
  font-size: 30px;
  min-width: 50px;
}

.contact-info .media-heading {
  font-size: 18px;
  margin-top: 0;
}

.contact-info .media-text {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the social media component.
   ---------------------------------------------------------------------------*/
.social-media a {
  color: #d0d0d0;
  height: 34px;
  width: 34px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  border-radius: 50%;
  line-height: 34px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border 0.4s;
  text-align: center;
}

.social-media a:hover {
  color: #ffbe00;
  border-color: #ffbe00;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the breadcrumb component.
   ---------------------------------------------------------------------------*/
.breadcrumb {
  background-color: transparent;
}

.breadcrumb > li + li:before {
  color: white;
}

.breadcrumb > li a {
  color: white;
  font-size: 17px;
}

.breadcrumb > li.active {
  color: #ffbe00;
  font-size: 17px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the product component.
   ---------------------------------------------------------------------------*/
#products {
  padding-top: 135px;
  padding-bottom: 135px;
}

.product {
  margin-bottom: 30px;
  text-align: center;
}

.product__img {
  position: relative;
}

.product__img img {
  max-width: 100%;
  margin: 0 auto;
}

.product__img__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 190, 0, 0.8);
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.4s;
  opacity: 0;
}

.product__img__overlay a {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 50px;
  transition: opacity 0.4s;
  opacity: 0;
  border-radius: 100%;
}

.product__price {
  font-size: 18px;
  color: #141414;
}

.product__price--old {
  color: #d0d0d0;
  text-decoration: line-through;
}

.product__title {
  color: #141414;
  font-size: 14px;
  margin-bottom: 15px;
}

.product:hover .product__img__overlay {
  opacity: 1;
}

.product:hover .product__img__overlay a {
  opacity: 1;
}

.gallery-images__list {
  display: table;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
}

.gallery-images__list__item {
  padding: 10px 5px;
  display: table-cell;
  vertical-align: middle;
}

.product-ratings li .fa {
  color: #ffbe00;
}

.product-code {
  margin-right: 40px;
}

.product-code,
.product-availablity {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-code span,
.product-availablity span {
  color: #141414;
}

.product-code .fa,
.product-availablity .fa {
  margin-right: 4px;
}

.info-product__title {
  font-weight: 700;
  color: black;
  font-size: 33px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid lightgray;
}

.info-product__price {
  color: #141414;
  font-size: 36px;
}

.info-product__txt {
  font-size: 15px;
  line-height: 28px;
  color: #646464;
  margin-bottom: 40px;
}

#product-details-form select.form-control {
  background-color: #ececec;
  color: #141414;
  font-family: "Cambay", sans-serif;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}

#product-details-form select.form-control:first-child {
  margin-bottom: 15px;
}

.quantity {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 140px;
}

.quantity .minus {
  display: inline-block;
  cursor: pointer;
  padding: 7px 13px;
  font-size: 18px;
  color: #141414;
  position: absolute;
  left: 0px;
  top: 0;
}

.quantity .plus {
  display: inline-block;
  cursor: pointer;
  padding: 7px 13px;
  font-size: 18px;
  color: #141414;
  position: absolute;
  right: 0px;
  top: 0;
}

.quantity input.form-control {
  max-width: 140px;
  display: inline-block;
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 0;
  height: 38px;
  padding: 5px 15px;
}

.product-tags {
  margin-bottom: 15px;
}

.sku,
.product-categories,
.product-tags {
  color: #6f6f6f;
  text-transform: uppercase;
  line-height: 30px;
}

.sku .fa,
.product-categories .fa,
.product-tags .fa {
  margin-right: 4px;
}

.sku span,
.product-categories span,
.product-tags span {
  color: #141414;
}

.more-infos {
  margin-top: 100px;
}

.more-infos .tab-content {
  padding: 50px 40px;
  border: 1px solid #ececec;
}

.more-infos p {
  color: #646464;
  font-size: 15px;
  line-height: 28px;
}

.more-infos .tablist {
  padding-left: 0;
}

.more-infos .tablist li {
  display: inline-block;
  list-style: none;
  margin-bottom: 20px;
}

.more-infos .tablist li a {
  display: block;
  padding: 2px 60px;
  background-color: #ececec;
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 56px;
}

.more-infos .tablist li.active a {
  background-color: #ffbe00;
  color: #fff;
}

.related-products {
  margin-top: 110px;
}

.related-products-title {
  line-height: 36px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #010000;
}

.related-products-title small {
  display: block;
  color: #ffbe00;
  margin-left: 25px;
  text-transform: uppercase;
}

.rating {
  width: 110px;
  text-align: center;
  position: relative;
}

.rating .radio-btn {
  display: none;
}

.rating > label {
  float: right;
  display: inline;
  padding: 0;
  margin: 0;
  position: relative;
  width: 1.5em;
  cursor: pointer;
  color: #999;
  height: 40px;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
  color: transparent;
}

.rating > label:before {
  content: "\f006";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 16px;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
  content: "\f005";
  color: #ffbe00;
}

.product-imgs img {
  width: 100%;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the pagination component.
   ---------------------------------------------------------------------------*/
.section-pagination {
  margin-top: 60px;
  background-color: #fcfcfc;
  border: 1px solid #d0d0d0;
}

@media (min-width: 767px) {
  .section-pagination {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section-pagination .pagination {
  margin-top: 23px;
  margin-bottom: 14px;
}

.section-pagination__arrow {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #141414;
}

@media (max-width: 767px) {
  .section-pagination__arrow {
    font-size: 10px;
  }
}

.section-pagination__arrow i {
  margin-left: 5px;
  padding-right: 5px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the Blog component.
   ---------------------------------------------------------------------------*/
.blog-item {
  position: relative;
}

.blog-item img {
  width: 100%;
}

.blog-item__date {
  background-color: #ffbe00;
  height: 50px;
  width: 50px;
  text-align: center;
  color: white;
  position: absolute;
  top: 15px;
  left: -3px;
  padding-top: 6px;
}

.blog-item__title {
  font-size: 17px;
  line-height: 26px;
  color: #141414;
}

.blog-item p,
.blog-item img {
  margin-bottom: 30px;
}

.blog-details__list {
  background-color: #fcfcfc;
  float: left;
  width: 65%;
  padding: 15px 10px;
  border: 2px solid #fcfcfc;
}

.blog-details__list a {
  margin-right: 15px;
}

.blog-details__list--single {
  float: none;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
}

.blog-details__btn {
  padding: 15px 10px;
  display: inline-block;
  width: 35%;
  background-color: white;
  border: 2px solid #e4e4e4;
  text-align: center;
}

/* -----------------------------------------------------------------------------
  This file contains all styles related to what we do component.
   ---------------------------------------------------------------------------*/
.what-we-do {
  position: relative;
  margin-top: 40px;
}

.what-we-do__img {
  width: 100%;
}

.what-we-do__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  vertical-align: middle;
}

.what-we-do__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -----------------------------------------------------------------------------
  This file contains all styles related to who we are component.
   ---------------------------------------------------------------------------*/
.how-we-are__small-title {
  color: #ffbe00;
  font-size: 13px;
}

.how-we-are__title {
  color: white;
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}

.how-we-are__quote__text {
  color: #cccccc;
  font-size: 13px;
  line-height: 26px;
  max-width: 360px;
  display: block;
}

.how-we-are__quote .fa {
  color: #cccccc;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #cccccc;
  border-radius: 100%;
}

.how-we-are__txt {
  color: #cccccc;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .how-we-are {
    margin-bottom: 40px;
  }
}

/* -----------------------------------------------------------------------------
  This file contains all styles related to the panel group component.
   ---------------------------------------------------------------------------*/
.panel {
  border-radius: 0;
}

.panel > .panel-heading {
  background-color: white;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 2px solid #d0d0d0;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.panel > .panel-heading:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "+";
  height: 23px;
  width: 10px;
  font-size: 20px;
  transform: translateY(-50%);
  text-align: center;
}

.panel > .panel-heading .panel-title {
  font-size: 11px;
  color: #141414;
}

.panel .panel-collapse {
  border: 2px solid #ffbe00;
  border-top: none;
}

.panel.active > .panel-heading {
  border-bottom: none;
  border-left-color: #ffbe00;
  border-right-color: #ffbe00;
  border-top-color: #ffbe00;
}

.panel.active > .panel-heading:after {
  content: "-";
}

.panel .panel-body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  letter-spacing: 1px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

/* -----------------------------------------------------------------------------
  This file contains all styles related to the progress bar component.
   ---------------------------------------------------------------------------*/
.progress_bars__title {
  font-size: 11px;
  color: #141414;
  margin-top: 0;
}

.progress {
  background-color: #efefef;
  box-shadow: none;
  border-radius: 1px;
  line-height: 33px;
  height: 30px;
}

.progress-bar {
  background-color: #ffbe00;
  text-align: left;
  padding-left: 15px;
  box-shadow: none;
  border-radius: 1px;
  line-height: 33px;
  height: 30px;
}

/* -----------------------------------------------------------------------------
   This file contains all styles related to the tags component.
   ---------------------------------------------------------------------------*/
.tags {
  margin-top: 50px;
  margin-bottom: 40px;
}

.tags__item {
  color: #a2a2a2;
  font-size: 12px;
}

.author {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 40px;
}

.author .media-left img {
  width: 200px;
}

@media (max-width: 992px) {
  .author .media-left img {
    width: 100px;
  }
}

.author__details {
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 400px;
}

@media (max-width: 992px) {
  .author__details {
    padding-left: 0;
    padding-right: 0;
  }
}

.author__details__title {
  font-size: 20px;
  color: #141414;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 992px) {
  .author__details__title {
    margin-bottom: 0;
  }
}

.author__details__name {
  color: #999999;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "MyriadPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 992px) {
  .author__details__name {
    margin-bottom: 0;
  }
}

.author__details__txt {
  font-size: 15px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .author__details__txt {
    font-size: 12px;
    line-height: 16px;
  }
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the comment component.
   ---------------------------------------------------------------------------*/
.comments__details {
  padding: 30px 20px;
}

@media (max-width: 992px) {
  .comments__details {
    padding: 5px 0;
  }
}

.comments__details__name {
  color: #141414;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 992px) {
  .comments__details__name {
    margin-bottom: 0;
  }
}

.comments__details__name span {
  font-size: 15px;
  color: #939393;
  font-family: "MyriadPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.comments__details__txt {
  font-size: 15px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .comments__details__txt {
    font-size: 12px;
    line-height: 16px;
  }
}

.comments__details .btn {
  font-size: 10px;
}

.comments div.comments {
  margin-top: 60px;
}

.author-image {
  width: 200px;
}

@media (max-width: 992px) {
  .author-image {
    width: 70px;
  }
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the service detail component.
   ---------------------------------------------------------------------------*/
.service-details {
  border: 2px solid #d0d0d0;
  padding: 20px;
}

.service-details__img {
  width: 41%;
  margin-left: 5.5%;
}

.service-details__txt {
  margin-top: 15px;
}

.about_industrial {
  padding-bottom: 70px;
}

.about_industrial__title {
  font-size: 35px;
  color: #141414;
  margin-top: 0;
}

.about_industrial__title i {
  font-size: 15px;
  display: block;
  color: #333333;
  font-family: "MyriadWebPro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.about_industrial__txt {
  margin-bottom: 40px;
}

.about_industrial__item {
  position: relative;
  overflow: hidden;
}

.about_industrial__item img {
  width: 100%;
}

.about_industrial__item:hover .about_industrial__item__detail {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.about_industrial__item__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffbe00;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.5s;
  pointer-events: none;
}

.about_industrial__item__detail__title {
  color: white;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.about_industrial__item__detail__txt {
  color: white;
  font-size: 17px;
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the Checkout component.
   ---------------------------------------------------------------------------*/
.returning-customer {
  margin-right: 40px;
}

.returning-customer,
.have-coupon {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.returning-customer a,
.have-coupon a {
  color: #ffbe00;
}

.billing-details__title {
  font-size: 14px;
  color: #242424;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 20px;
}

.billing-details__label {
  font-size: 12px;
  font-style: italic;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.billing-details__label span {
  color: #ffbe00;
}

.order-details {
  background-color: #f8f7f7;
  border: 4px solid #ececec;
  padding: 45px 30px;
}

.your-order__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffbe00;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  letter-spacing: 3px;
}

#billing-form {
  margin-top: 40px;
}

.product-table {
  margin-bottom: 50px;
}

.product-table > tbody > tr > th,
.product-table > tbody > tr > td {
  vertical-align: middle;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-table > thead > tr > th {
  border-bottom: 0 !important;
  color: #141414;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-table > tbody > tr > th {
  border-top-color: #ebebeb;
}

.product-table > tbody > tr > th:first-child {
  text-align: left;
}

.product-table > tbody > tr > th:last-child {
  text-align: right;
}

.payment-method__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffbe00;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  letter-spacing: 3px;
}

.payment-method p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
}

.product-price {
  font-size: 18px;
  font-weight: 400;
  color: #141414;
}

.product-name {
  font-size: 10px;
  color: #6f6f6f;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.product-quantity {
  color: #141414;
}

.product-quantity::before {
  content: "x";
  text-transform: lowercase;
}

.product-color {
  color: #6f6f6f;
  font-size: 12px;
}

.shipping-method {
  text-transform: uppercase;
  color: #6f6f6f;
  font-weight: 300;
  letter-spacing: 2px;
}

.checkout-table > tbody > tr > th,
.checkout-table > tbody > tr > td {
  vertical-align: middle;
}

.checkout-table > tbody > tr > th:first-child {
  text-align: left;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.checkout-table > tbody > tr > th:last-child {
  text-align: right;
}

.checkout .table > thead > tr > th,
.checkout .table > tbody > tr > th,
.checkout .table > tfoot > tr > th,
.checkout .table > thead > tr > td,
.checkout .table > tbody > tr > td,
.checkout .table > tfoot > tr > td {
  padding: 13px 0px;
}

.checkout .table > thead > tr > th,
.checkout .table > thead > tr > td {
  padding-top: 0px;
}

.place-order {
  text-align: center;
  margin-top: 40px;
}

.place-order .btn {
  width: 100%;
}

.lost-password {
  color: #8799a3;
  font-size: 16px;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#login-form label {
  font-size: 16px;
  color: #252525;
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 15px;
}

#login-form .btn {
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}

.remember-me label {
  color: #8799a3 !important;
  line-height: 29px;
  margin-bottom: 0 !important;
  margin-top: 25px;
}

.checkbox label {
  font-family: "MyriadProBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.checkbox label input {
  position: relative;
  top: -2px;
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the recent project component.
   ---------------------------------------------------------------------------*/
.recent-project {
  position: relative;
  margin-bottom: 30px;
}

.recent-project__details {
  background: rgba(255, 190, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .3s;
}

.recent-project__details__icon {
  color: white;
  height: 30px;
  width: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background: rgba(1, 1, 1, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.recent-project__details__icon:hover {
  color: white;
}

.recent-project:hover .recent-project__details {
  opacity: 1;
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the recent project Partners component.
   ---------------------------------------------------------------------------*/
#partners .owl-carousel {
  padding-left: 20px;
  padding-right: 20px;
}

#partners .owl-carousel .owl-nav .owl-prev,
#partners .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50.5%);
}

#partners .owl-carousel .owl-nav .owl-prev .fa,
#partners .owl-carousel .owl-nav .owl-next .fa {
  color: white;
}

#partners .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

#partners .owl-carousel .owl-nav .owl-next {
  right: 0;
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the search-from component.
   ---------------------------------------------------------------------------*/
.search-form {
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.search-form.active {
  opacity: 1;
  visibility: visible;
}

.search-form__close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
  color: red;
}

.search-form__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-form__wrapper input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 4px;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  border-color: #ffbe00;
  padding-right: 100px;
  width: 100%;
}

@media (max-width: 992px) {
  .search-form__wrapper input {
    font-size: 25px;
    height: 50px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .search-form__wrapper input {
    font-size: 15px;
  }
}

.search-form__wrapper button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

@media (max-width: 992px) {
  .search-form__wrapper button {
    font-size: 15px;
  }
}

/* -----------------------------------------------------------------------------
     This file contains all styles related to the home page slider component.
   ---------------------------------------------------------------------------*/
.homepage-slider__item {
  height: 720px;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

@media (max-width: 767px) {
  .homepage-slider__item {
    height: 520px;
  }
}

.homepage-slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}

.homepage-slider__item__title {
  color: white;
  font-size: 130px;
  font-family: "robotoblack", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0px;
}

.homepage-slider__item__title span {
  color: #ffbe00;
}

@media (max-width: 992px) {
  .homepage-slider__item__title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .homepage-slider__item__title {
    font-size: 40px;
  }
}

.homepage-slider__item__txt {
  color: white;
  max-width: 606px;
  margin: 0 auto 50px auto;
}

@media (max-width: 767px) {
  .homepage-slider__item__txt {
    margin-bottom: 20px;
  }
}

.homepage-slider__item .center-block {
  padding-left: 60px;
  padding-right: 60px;
}

.homepage-slider__down {
  background: red;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 1000;
  background: #ffbe00;
  border-radius: 100%;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 60px;
  font-size: 26px;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.12);
  text-align: center;
  transition: box-shadow 0.5s;
}

.homepage-slider__down:hover {
  color: #fff;
  box-shadow: 0px 0px 0px 6px rgba(100, 100, 100, 0.22);
}

.owl-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .owl-dots {
    left: 20px;
  }
}

.owl-dots .owl-dot {
  background: gray;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.owl-dots .owl-dot.active {
  background-color: #ffbe00;
}

.slider_wrapper {
  position: relative;
}
