/* Site SCSS */
/* -------------------------
 FUNCTIONS VARIABLES
 ----------------------------*/
/* -------------------------
 VARIABLES
 ----------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../webfonts/fa-brands-400.woff') format('woff');
  src: url('../webfonts/fa-brands-400.woff2') format('woff2');
  src: url('../webfonts/fa-regular-400.woff') format('woff');
  src: url('../webfonts/fa-regular-400.woff2') format('woff2');
  src: url('../webfonts/fa-solid-900.woff') format('woff');
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.editing cms-block {
  z-index: 99;
}
#main {
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  color: #252525;
}
#main .row {
  margin-right: 0;
  margin-left: 0;
}
#main .container {
  width: 100%;
  max-width: 1700px;
  padding: 0 15px;
}
@media (min-width: 1700px) {
  #main .container {
    padding: 0;
  }
}
#main .container .padding {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .container .padding {
    padding: 60px 0;
  }
}
#main h1 {
  color: #2509ea;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 768px) {
  #main h1 {
    font-size: 1.875em;
    line-height: 40px;
  }
}
#main h2 {
  color: #d4b908;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 768px) {
  #main h2 {
    font-size: 1.5em;
    line-height: 40px;
  }
}
#main h3 {
  color: #2509ea;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 768px) {
  #main h3 {
    font-size: 1.375em;
    line-height: 40px;
  }
}
#main p {
  color: #252525;
  line-height: 30px;
  font-weight: normal;
}
#main a {
  color: #2509ea;
  text-decoration: none;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
#main a:visited {
  color: #2509ea;
}
#main a:focus, #main a:hover {
  color: #7360f9;
}
#main a.underline {
  text-decoration: underline;
}
#main .main ul li {
  list-style: none;
}
#main .main ul li:before {
  content: "\25A0";
  color: #2509ea;
  font-weight: bold;
  display: inline-block;
  vertical-align: sub;
  width: 1em;
  font-size: 2em;
  margin-left: -1em;
}
#main .button {
  background: #2509ea;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  white-space: nowrap;
  border: solid 2px #2509ea;
}
#main .button:visited {
  background: #2509ea;
  color: #fff;
  text-decoration: none;
}
#main .buttonfocus, #main .button:hover {
  border: solid 2px #2509ea;
  color: #2509ea;
  background-color: transparent;
}
#main .button.inverted {
  background: transparent;
  color: #2509ea;
  border: 1px solid #2509ea;
}
#main .button.inverted:visited {
  background: transparent;
  color: #2509ea;
}
#main .button.invertedfocus, #main .button.inverted:hover {
  background: #2509ea;
  color: #fff;
  border: 1px solid #2509ea;
}
#main .button.white-inverted {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#main .button.white-inverted:visited {
  background: transparent;
  color: #fff;
}
#main .button.white-invertedfocus, #main .button.white-inverted:hover {
  background: #fff;
  color: #2509ea;
  border: 1px solid #fff;
}
#main .button.solidGrey {
  background-color: #ebebeb;
  color: #2509ea;
}
#main .button.solidGrey:visited {
  background: #ebebeb;
  color: #2509ea;
  text-decoration: none;
}
#main .button.solidGreyfocus, #main .button.solidGrey:hover {
  background: #2509ea;
  color: #ebebeb;
}
#main .button.wide {
  width: 100%;
  text-align: center;
  display: block;
}
#main .breadcrumb {
  font-size: 0.75em;
}
#main .breadcrumb > li + li:before {
  padding: 0;
}
/*
 ======================================================================
 HEADER
 ======================================================================
 */
#main.home header {
  position: absolute;
  background-color: rgba(235, 235, 235, 0.95);
}
#main header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 12px 0 0 0;
}
@media (min-width: 768px) {
  #main header {
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  #main header .container {
    padding: 0;
  }
}
@media (min-width: 1700px) {
  #main header .container {
    padding: 0;
  }
}
#main header .logo {
  width: 100%;
  display: block;
  z-index: -1;
}
#main header .logo img {
  width: 230px;
  display: inline-block;
  margin-right: 15px;
  border: solid 2px #252525;
}
#main header .logo p {
  display: block;
  vertical-align: middle;
  color: #2509ea;
  font-size: 1em;
  line-height: normal;
  margin: 0;
  padding-top: 5px;
}
@media (min-width: 600px) {
  #main header .logo p {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #main header .logo {
    text-align: center;
  }
  #main header .logo img {
    width: 150px;
    display: inline-block;
    margin: 0 5px;
  }
  #main header .logo p {
    display: inline-block;
    font-size: 0.6em;
    line-height: 10px;
    margin: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #main header .logo img {
    width: 260px;
  }
}
@media (min-width: 1100px) {
  #main header .logo img {
    width: 300px;
  }
}
/*
 ======================================================================
 MENU
 ======================================================================
 */
#main .navbar {
  margin-bottom: 0;
  border: none;
}
#main .navbar .navbar-header {
  float: none;
  text-align: center;
}
@media (min-width: 1600px) {
  #main .navbar .navbar-header {
    float: left;
    text-align: left;
  }
}
#main .navbar .navbar-nav li a:visited {
  background-color: #fff;
}
#main .navbar .navbar-nav li a:focus, #main .navbar .navbar-nav li a:hover {
  background-color: transparent !important;
  color: #d4b908;
}
@media (min-width: 768px) {
  #main .navbar .navbar-nav li a {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  #main .navbar .navbar-nav li a {
    padding: 20px;
  }
}
#main .navbar .navbar-nav li:last-child a {
  padding-right: 0;
}
@media (min-width: 768px) {
  #main .navbar .navbar-nav li {
    width: 16.66%;
  }
}
@media (min-width: 1600px) {
  #main .navbar .navbar-nav li {
    width: auto;
  }
}
#main .navbar .navbar-nav li .dropdown-menu li {
  width: 100%;
}
@media (min-width: 768px) {
  #main .navbar .navbar-nav li .dropdown-menu li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main .navbar .navbar-nav {
    width: 100%;
    margin: 10px 0;
  }
}
@media (min-width: 1600px) {
  #main .navbar .navbar-nav {
    width: auto;
  }
}
#main .navbar .dropdown-menu {
  right: auto !important;
}
@media (max-width: 768px) {
  #main .menu-section {
    background-color: #252525;
    padding: 0 10px;
    margin-top: 10px;
  }
}
#main .menu-section .header-telephone {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}
#main .menu-section .header-telephone a {
  color: #fff;
}
#main .menu-section .header-telephone a:visited, #main .menu-section .header-telephone a:focus, #main .menu-section .header-telephone a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  #main .menu-section .header-telephone {
    display: none;
  }
}
#main .navbar-toggle {
  margin-right: 0;
  margin-bottom: 0;
  background-color: #252525;
  margin-top: 0;
  position: relative;
  width: auto;
}
#main .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (max-width: 1250px) {
  #main .dropdown-menu {
    background-color: #ebebeb;
  }
}
@media (min-width: 1250px) {
  #main .dropdown-menu {
    width: 300px;
  }
}
#main .dropdown-menu > li > a {
  padding: 8px 20px !important;
  white-space: revert;
}
@media (min-width: 768px) {
  #main .dropdown-menu > li > a {
    padding: 8px 10px !important;
  }
}
#main .dropdown-menu > .active > a {
  background: transparent;
}
#main input[type=checkbox], #main input[type=radio] {
  margin: 8px 0 0 -20px;
}
#main .form-control {
  border-radius: 0;
}
#main .banner {
  position: relative;
  height: 80vh;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 500px) {
  #main .banner {
    min-height: 850px;
  }
}
@media (max-height: 650px) {
  #main .banner {
    min-height: 600px;
  }
}
#main .banner .overlay {
  display: block;
  top: 0;
  width: 100%;
  background: rgba(11, 3, 73, 0.65);
  height: 100%;
  position: absolute;
  left: 0;
}
#main .banner .bannerCaption {
  position: absolute;
  padding: 5px 20px;
  color: white;
  width: 100%;
  text-align: center;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 1700px;
}
@media (min-width: 768px) {
  #main .banner .bannerCaption {
    top: 38%;
    width: 80%;
  }
}
#main .banner .bannerCaption h1 {
  color: white;
  line-height: normal;
  font-size: 2.25em;
  letter-spacing: -1px;
  font-weight: bold;
}
#main .banner .bannerCaption p {
  color: white;
  font-size: 1em;
}
@media (min-width: 768px) {
  #main .banner .bannerCaption p {
    font-size: 1.125em;
  }
}
@media (min-width: 1250px) {
  #main .banner .bannerCaption p {
    font-size: 1.25em;
  }
}
#main .banner .bannerCaption .button {
  display: inline-block;
  margin-top: 20px;
}
#main .banner .banner-image {
  height: 100%;
}
#main .banner .slick-slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#main .banner .slick-slider .slick-track {
  height: 100%;
}
#main .banner .slick-slider .slick-list {
  height: 100%;
}
#main .banner .slick-slider .slick-list .slick-slide {
  position: relative;
  object-fit: cover;
  display: block !important;
  height: 100%;
  z-index: 0 !important;
}
#main .banner .slick-slider .slick-list .slick-slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main .page-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main .page-intro h1 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #d4b908;
}
@media (min-width: 768px) {
  #main .page-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#main .services {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #main .services {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
#main .services .service-box {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  #main .services .service-box {
    margin-top: 55px;
  }
}
#main .services .service-box .first-row td:nth-child(2) {
  background-color: #f2efef;
}
#main .services .service-box .first-row td:nth-child(3) {
  background-color: #e7e7e7;
}
#main .services .service-box .first-row td:nth-child(4) {
  background-color: #dbdbdb;
}
#main .services .service-box .second-row td:nth-child(1) {
  background-color: #f2efef;
}
#main .services .service-box .second-row td:nth-child(2) {
  background-color: #e7e7e7;
}
#main .services .service-box .second-row td:nth-child(3) {
  background-color: #dbdbdb;
}
#main .services .service-box .second-row td:nth-child(4) {
  background-color: #d0d0d0;
}
#main .services .service-box tr td {
  background-color: #fbfbfb;
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  padding: 10px;
}
#main .services .service-box tr td h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125em;
}
@media (min-width: 500px) {
  #main .services .service-box tr td {
    width: 50%;
    height: 150px;
  }
}
@media (min-width: 850px) {
  #main .services .service-box tr td {
    width: 25%;
    display: table-cell;
    height: 220px;
  }
  #main .services .service-box tr td h3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1250px) {
  #main .services .service-box tr td h3 {
    font-size: 1.25em;
  }
}
#main .mdi-dpi {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #d4b908;
}
#main .mdi-dpi p {
  color: black;
}
#main .mdi-dpi ul li {
  color: black;
}
@media (min-width: 768px) {
  #main .mdi-dpi {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
#main .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
#main .cards .cardWrapper {
  overflow: visible;
  flex-basis: 100%;
}
#main .cards .cardWrapper.underlap.right {
  flex-basis: 280%;
}
#main .cards .cardWrapper.underlap .card {
  flex-basis: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#main .cards .cardWrapper.underlap .card .overlay {
  display: block;
  top: 0;
  width: 100%;
  background: rgba(11, 3, 73, 0.65);
  height: 100%;
  position: absolute;
  left: 0;
}
#main .cards .cardWrapper.overlap {
  flex-basis: 100%;
  position: relative;
  z-index: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  #main .cards .cardWrapper.overlap {
    flex-basis: 55%;
    padding: 50px;
  }
}
#main .cards .cardWrapper.overlap .card {
  flex-basis: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  #main .cards .cardWrapper.overlap .card {
    padding: 55px 80px;
  }
}
#main .cards .cardWrapper.overlap .card.left {
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #main .cards .cardWrapper.overlap .card.left {
    width: 130%;
  }
}
#main .cards .cardWrapper.overlap .card h3 {
  text-transform: lowercase;
  font-size: 2.25em;
  margin-bottom: 50px;
  margin-top: 0;
}
#main .cards .cardWrapper.overlap .card h3 span {
  display: block;
}
#main .cards .cardWrapper.overlap .card p {
  font-size: 1.125em;
}
#main .cards .cardWrapper.overlap .card a {
  margin-top: 50px;
}
#main .cards .cardWrapper .card {
  height: auto;
  background-color: rgba(251, 251, 251, 0.92);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .cards .cardWrapper .card img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#main .flex-4 {
  display: flex;
  flex-wrap: wrap;
}
#main .flex-4 div {
  background-color: #fbfbfb;
  text-align: center;
  position: relative;
  flex-basis: 50%;
}
#main .flex-4 div:nth-child(2), #main .flex-4 div:nth-child(5) {
  background-color: #f2efef;
}
#main .flex-4 div:nth-child(3), #main .flex-4 div:nth-child(6) {
  background-color: #e7e7e7;
}
#main .flex-4 div:nth-child(4), #main .flex-4 div:nth-child(7) {
  background-color: #dbdbdb;
}
#main .flex-4 div:nth-child(8) {
  background-color: #d0d0d0;
}
@media (min-width: 768px) {
  #main .flex-4 div {
    flex-basis: 33.3%;
  }
}
@media (min-width: 1200px) {
  #main .flex-4 div {
    flex-basis: 25%;
  }
}
#main #contentArea {
  width: 100%;
  padding: 80px 0;
  background-image: url(../images/inner-top-banner.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
#main #contentArea.pdmi {
  background-image: url(../images/pdmi-top-banner.jpg);
}
#main #contentArea.contact {
  background-image: url(../images/contact-top-banner.jpg);
}
#main #contentArea.capacity {
  background-image: url(../images/capacity-top-banner.jpg);
}
#main #contentArea.equip {
  background-image: url(../images/equip-top-banner.jpg);
}
#main #contentArea.enviro {
  background-image: url(../images/enviro-top-banner.jpg);
}
#main #contentArea.engineering {
  background-image: url(../images/engineering-top-banner.jpg);
}
#main #contentArea.about {
  background-image: url(../images/about-top-banner.jpg);
}
#main #contentArea.upgrade {
  background-image: url(../images/upgrade-top-banner.jpg);
}
#main #contentArea.maintenance {
  background-image: url(../images/maintenance-top-banner.jpg);
}
#main #contentArea.process {
  background-image: url(../images/process-top-banner.jpg);
}
#main #contentArea.project {
  background-image: url(../images/project-top-banner.jpg);
}
@media (min-width: 768px) {
  #main #contentArea {
    padding: 150px 0;
  }
}
#main #contentArea h1 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.875em;
}
@media (min-width: 768px) {
  #main #contentArea h1 {
    font-size: 2em;
  }
}
#main #contentArea .overlay {
  display: block;
  top: 0;
  width: 100%;
  background: rgba(11, 3, 73, 0.65);
  height: 100%;
  position: absolute;
  left: 0;
}
#main .table-four tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .table-four tr td {
  width: 48%;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  #main .table-four tr td {
    width: 23%;
  }
}
#main .table-four tr td img {
  max-width: 100%;
}
#main .table-two tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .table-two tr td {
  width: 100%;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  #main .table-two tr td {
    width: 48%;
  }
}
#main .table-two tr td img {
  max-width: 100%;
}
#main #contactBar .container {
  padding: 0;
}
#main #contactBar .contactYellowBar {
  background: url(../images/yellow-dot-bg.png);
  padding: 55px 35px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #main #contactBar .contactYellowBar {
    text-align: left;
  }
}
#main #contactBar .contactYellowBar > span {
  width: 100%;
  color: #fff;
  font-size: 1.875em;
  font-weight: normal;
  display: block;
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  #main #contactBar .contactYellowBar > span {
    width: 75%;
    padding-bottom: 0;
  }
}
#main #contactBar .contactYellowBar > span > span {
  font-weight: 700;
}
#main #contactBar .contactYellowBar a {
  background: #2509ea;
  color: #fff;
  font-size: 1em;
  height: auto;
  width: 100%;
  padding: 20px;
  vertical-align: middle;
  font-weight: 600;
}
@media (min-width: 768px) {
  #main #contactBar .contactYellowBar a {
    font-size: 1.6em;
  }
}
@media (min-width: 1100px) {
  #main #contactBar .contactYellowBar a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 75px 20px 0 20px;
    height: 100%;
    width: auto;
    content: '';
  }
  #main #contactBar .contactYellowBar a:before {
    content: '';
    background-image: url(../images/contactbarBefore.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -160px;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
@media (min-width: 1100px) and (min-width: 1420px) {
  #main #contactBar .contactYellowBar a:before {
    left: -160px;
  }
}
#main #contactBar .contactYellowBar a:hover {
  opacity: 0.5;
}
@media (min-width: 1100px) {
  #main #contactBar .contactYellowBar a {
    padding: 55px 20px 0 20px;
  }
}
#main footer {
  background-color: #f7f7f7;
  position: relative;
}
@media (max-width: 768px) {
  #main footer {
    font-size: 0.875em;
  }
  #main footer p {
    line-height: normal;
  }
}
#main footer:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: -2px;
  left: 0;
  z-index: -1;
  background: #2509ea;
  -moz-transform: skew(0deg, -0.5deg);
  -webkit-transform: skew(0deg, -0.5deg);
  -o-transform: skew(0deg, -0.5deg);
  -ms-transform: skew(0deg, -0.5deg);
  transform: skew(0deg, -0.5deg);
}
#main footer:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: -2px;
  left: 0;
  z-index: -2;
  background: #d4b908;
  -moz-transform: skew(0deg, 0.5deg);
  -webkit-transform: skew(0deg, 0.5deg);
  -o-transform: skew(0deg, 0.5deg);
  -ms-transform: skew(0deg, 0.5deg);
  transform: skew(0deg, 0.5deg);
}
#main footer .footer-info {
  padding: 45px 0;
}
#main footer .footer-info .footer-logo {
  max-width: 150px;
  margin: 20px 0;
  border: none;
  max-height: 115px;
}
@media (max-width: 991px) {
  #main footer .footer-info {
    text-align: center;
  }
  #main footer .footer-info .text-right {
    text-align: center !important;
  }
}
#main footer .footer-legal {
  background-color: #252525;
  color: #fff;
  padding: 30px 0;
}
#main footer .footer-legal p {
  margin-bottom: 0;
  color: #fff;
}
#main footer .footer-legal a {
  color: #fff;
}
#main footer .footer-legal a:visited {
  color: #fff;
}
#main footer .footer-legal a:focus, #main footer .footer-legal a:hover {
  color: #7360f9;
}
