html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #131313;
  font-size: 15px;
  line-height: 27px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
a:hover,
a:focus {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  text-decoration: none;
  color: inherit;
}

.parallex {
  background-size: cover;
  position: relative;
  background-attachment: scroll;
  background-position: 50% 0;
}

body .load-position {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

body .load-position img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

body section.container-fluid.header-out {
  padding: 35px 100px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  background: #fff;
}

@media (max-width: 1366px) {
  body section.container-fluid.header-out {
    padding: 35px 50px 15px;
  }
}

@media (max-width: 1199px) {
  body section.container-fluid.header-out {
    padding: 35px 40px 15px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.header-out {
    padding: 15px 0 15px;
    height: 95px;
    background: #fff;
  }
}

body section.container-fluid.header-out .container {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-left {
    position: absolute;
    left: 15px;
    z-index: 2;
    width: 250px;
    padding: 0;
    max-width: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    top: 30px;
  }
}

@media (max-width: 360px) {
  body section.container-fluid.header-out .container .row .head-left {
    width: 140px;
    top: 20px;
  }
}

body section.container-fluid.header-out .container .row .head-left a img {
  max-width: 100%;
}

body section.container-fluid.header-out .container .row .head-right {
  padding-top: 0px;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right {
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar {
  padding: 0;
  margin: 0;
  float: right;
  background: transparent !important;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar {
    width: 100%;
    float: none;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler {
  background: #e88b45;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin-top: 8px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 5px;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler .navbar-toggler-icon {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
  height: 20px;
  position: relative;
}

body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler .navbar-toggler-icon::before {
  position: absolute;
  content: '';
  right: 0;
  top: 8px;
  width: 18px;
  height: 1px;
  background: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler:hover {
  background: #131313;
}

body section.container-fluid.header-out .container .row .head-right .navbar .navbar-toggler:hover .navbar-toggler-icon::before {
  width: 30px;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul {
  float: right;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul {
    float: inherit;
    margin-top: 80px;
    background: #fff;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li {
  display: inline-block;
  padding: 0 3px;
}

@media (max-width: 1366px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li {
    margin-bottom: 5px;
    padding: 0;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li a {
  font-size: 16px;
  color: #000000;
  padding: 7px;
  text-transform: capitalize;
  font-weight: 600;
  border: solid 1px #000;
  border-radius: 18px;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li a:hover {
  color: #e88b45;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li a:hover {
    background: #131313;
    color: #fff;
  }
}

@media (max-width: 1366px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li a {
    padding: 5px 15px;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li:first-child {
  padding-left: 0;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li:last-child {
  padding-right: 0;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.active a {
  color: #e88b45;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu {
  background: #db0101;
  padding: 0;
  border: none;
  border-radius: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu {
    display: none;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  color: #fff;
  border-bottom: 1px dashed #f23939;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: 400;
}

@media (max-width: 1366px) {
  body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
  }
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu .dropdown-item:hover {
  background: #131313;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
}

body section.container-fluid.header-out .container .row .head-right .navbar ul li.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  display: block;
}

body section.container-fluid.header-out .container .row .head-right .head-social {
  float: right;
  position: relative;
  margin-top: -7px;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .head-social {
    position: absolute;
    right: 80px;
    top: 20px;
  }
}

@media (max-width: 535px) {
  body section.container-fluid.header-out .container .row .head-right .head-social {
    display: none;
  }
}

@media (max-width: 360px) {
  body section.container-fluid.header-out .container .row .head-right .head-social {
    top: 25px;
  }
}

body section.container-fluid.header-out .container .row .head-right .head-social ul {
  float: left;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}

@media (max-width: 991px) {
  body section.container-fluid.header-out .container .row .head-right .head-social ul {
    margin-bottom: 0;
    border-left: none;
  }
}

body section.container-fluid.header-out .container .row .head-right .head-social ul li {
  float: left;
  list-style: none;
}

body section.container-fluid.header-out .container .row .head-right .head-social ul li a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #305696;
  margin-left: 10px;
  line-height: 0;
  display: block;
  text-align: center;
  padding-top: 11px;
}

@media (max-width: 360px) {
  body section.container-fluid.header-out .container .row .head-right .head-social ul li a {
    width: 30px;
    height: 30px;
    padding-top: 6px;
  }
}

body section.container-fluid.header-out .container .row .head-right .head-social ul li a svg {
  width: 15px;
  height: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.header-out .container .row .head-right .head-social ul li a:hover {
  background: #e88b45;
}

body section.container-fluid.header-out .container .row .head-right .head-social ul li a:hover svg {
  fill: #fff;
}

body section.container-fluid.header-out.top-bar.shrink-nav {
  position: fixed;
  top: 0px;
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 100px 15px;
}

@media (max-width: 1366px) {
  body section.container-fluid.header-out.top-bar.shrink-nav {
    padding: 35px 50px 15px;
  }
}

@media (max-width: 1199px) {
  body section.container-fluid.header-out.top-bar.shrink-nav {
    padding: 35px 40px 15px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.header-out.top-bar.shrink-nav {
    padding: 15px 0 15px;
  }
}

body section.container-fluid.baner-out {
  padding: 0;
  position: relative;
  padding-top: 147px;
  background: url(../images/baner-shape.png) no-repeat;
}

@media (max-width: 991px) {
  body section.container-fluid.baner-out {
    padding-top: 95px;
  }
}

body section.container-fluid.baner-out:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  
  bottom: 0;
  width: 50%;
  opacity: 0.5;
}

body section.container-fluid.division-out {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out {
    padding: 50px 0;
  }
}

@media (max-width: 420px) {
  body section.container-fluid.division-out {
    padding: 0;
  }
}

body section.container-fluid.division-out .container .row h1 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .container .row h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  body section.container-fluid.division-out .container .row h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

body section.container-fluid.division-out .container .row p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 0%;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  text-align: justify;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .container .row p {
    padding: 0;
    margin-bottom: 30px;
  }
}

body section.container-fluid.division-out .division-box-wrap {
  position: relative;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-attachment: fixed;
  padding-top: 50px;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .division-box-wrap {
    padding: 50px 15px;
    background-size: cover;
    background-position: center !important;
    background-attachment: inherit;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .division-box-wrap .division-box {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .division-box-wrap .division-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

body section.container-fluid.division-out .division-box-wrap .division-box .division-icon {
  margin-bottom: 15px;
  min-height: 50px;
}

body section.container-fluid.division-out .division-box-wrap .division-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

body section.container-fluid.division-out .division-box-wrap .division-box h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .division-box-wrap .division-box h3::after {
    right: 0;
    margin: auto;
  }
}

body section.container-fluid.division-out .division-box-wrap .division-box p {
  font-size: 15px;
  text-align: left;
  color: #7b7b7b;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  body section.container-fluid.division-out .division-box-wrap .division-box p {
    text-align: center;
  }
}

body section.container-fluid.division-out .division-box-wrap .division-box a {
  color: #fff;
  position: relative;
}

body section.container-fluid.division-out .division-box-wrap .division-box a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #e00;
  left: 0;
  bottom: -6px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.division-out .division-box-wrap .division-box a:hover::after {
  width: 100%;
}

body section.container-fluid.division-out .division-box-wrap .division-box:hover h3::after {
  width: 100%;
}

body section.container-fluid.about-out {
  background: #f7f7f7;
  padding: 80px 0;
}

@media (max-width: 767px) {
  body section.container-fluid.about-out {
    padding: 50px 0;
  }
}

body section.container-fluid.about-out .about-right {
  padding-left: 70px;
}

@media (max-width: 991px) {
  body section.container-fluid.about-out .about-right {
    padding-left: 15px;
  }
}

body section.container-fluid.about-out .about-right h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #305696;
}






@media (max-width: 767px) {
  body section.container-fluid.about-out .about-right h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  body section.container-fluid.about-out .about-right h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

body section.container-fluid.about-out .about-right h2 span {
  color: #e88b45;
}

body section.container-fluid.about-out .about-left .ab-img {
  overflow: hidden;
  border-radius: 50px;
}

@media (max-width: 767px) {
  body section.container-fluid.about-out .about-left .ab-img {
    margin-bottom: 30px;
  }
}

body section.container-fluid.about-out .about-left .ab-img img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 575px) {
  body section.container-fluid.about-out .about-left .ab-img img {
    width: 100%;
  }
}

body section.container-fluid.about-out .about-left .ab-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body section.container-fluid.service-out {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row {
    display: block;
  }
}

body section.container-fluid.service-out .container .row .serv-img {
  padding: 0;
  min-height: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row .serv-img {
    min-height: inherit;
  }
}

body section.container-fluid.service-out .container .row .serv-img img {
  position: absolute;
  left: -68%;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row .serv-img img {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
  }
}

body section.container-fluid.service-out .container .row .serv-img::after {
  position: absolute;
  content: '';
  right: 25px;
  bottom: 25px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row .serv-img .structural-images {
    display: none;
  }
}

body section.container-fluid.service-out .container .row .serv-img .mobile-structural-slider {
  display: none;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row .serv-img .mobile-structural-slider {
    display: block;
  }
}

body section.container-fluid.service-out .container .row:hover .serv-img::after {
  width: 400px;
  height: 400px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row:hover .serv-img::after {
    width: 75%;
    height: 50%;
  }
}

body section.container-fluid.service-out .container .row .serv-cont {
  background: #160b5a;
  padding: 40px;
  position: relative;
  min-height: 600px;
  z-index: 2;
}

@media (max-width: 1199px) {
  body section.container-fluid.service-out .container .row .serv-cont {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.service-out .container .row .serv-cont {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row .serv-cont {
    min-height: inherit;
    padding: 30px 15px;
  }
}

body section.container-fluid.service-out .container .row .serv-cont:after {
  position: absolute;
  content: "";
  background: #160b5a;
  right: -70%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -9;
}

body section.container-fluid.service-out .container .row .serv-cont span {
  font-size: 50px;
  color: #ee0000;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 400;
}

body section.container-fluid.service-out .container .row .serv-cont h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  body section.container-fluid.service-out .container .row .serv-cont h4 {
    font-size: 24px;
  }
}

body section.container-fluid.service-out .container .row .serv-cont p {
  color: #fff;
  font-size: 15px;
}

body section.container-fluid.service-out .container .row .serv-cont p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body section.container-fluid.service-out .container .row .serv-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

body section.container-fluid.service-out .container .row .serv-cont a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
}

body section.container-fluid.service-out .container .row .serv-cont a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -6px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.service-out .container .row .serv-cont a:hover::after {
  width: 100%;
}

body section.container-fluid.service-out .container .row .serv-cont .advantages {
  margin: 0;
  padding: 0;
}

body section.container-fluid.service-out .container .row .serv-cont .advantages li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

body section.container-fluid.service-out .container .row .serv-cont .advantages li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border: 1px solid #db0101;
  border-radius: 10px;
}

body section.container-fluid.service-out .container .row.oil-gas .serv-img {
  position: absolute;
  right: 0;
  z-index: inherit;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row.oil-gas .serv-img {
    position: relative;
  }
}

body section.container-fluid.service-out .container .row.oil-gas .serv-img img {
  right: 0;
  left: auto;
}

@media (max-width: 1199px) {
  body section.container-fluid.service-out .container .row.oil-gas .serv-img img {
    right: -68%;
  }
}

body section.container-fluid.service-out .container .row.oil-gas .serv-img::after {
  position: absolute;
  content: '';
  left: 25px;
  bottom: 25px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.service-out .container .row.oil-gas:hover .serv-img::after {
  width: 400px;
  height: 400px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out .container .row.oil-gas:hover .serv-img::after {
    width: 75%;
    height: 50%;
  }
}

body section.container-fluid.service-out .container .row.oil-gas .serv-cont {
  z-index: inherit;
  background: #ffffff;
}

body section.container-fluid.service-out .container .row.oil-gas .serv-cont h4 {
  color: #1f1f1f;
}

body section.container-fluid.service-out .container .row.oil-gas .serv-cont p {
  color: #696969;
}

body section.container-fluid.service-out .container .row.oil-gas .serv-cont a {
  color: #292929;
}

body section.container-fluid.service-out.abt .container .row .serv-cont {
  background: #fff;
}

body section.container-fluid.service-out.abt .container .row .serv-cont::after {
  background: #fff;
}

body section.container-fluid.service-out.abt .container .row .serv-cont p {
  color: #131313;
}

body section.container-fluid.service-out.abt .container .row .serv-cont h4 {
  color: #131313;
}





body section.container-fluid.service-out.abt .container .row.vsn .serv-cont {
  min-height: 400px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out.abt .container .row.vsn .serv-cont {
    min-height: unset;
  }
}

body section.container-fluid.service-out.abt .container .row.vsn .serv-img {
  min-height: 400px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out.abt .container .row.vsn .serv-img {
    min-height: unset;
  }
}

body section.container-fluid.service-out.abt .container .row.vsn:hover .serv-img::after {
  height: 75%;
}

body section.container-fluid.service-out.abt .container .row.msn .serv-cont {
  min-height: 700px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out.abt .container .row.msn .serv-cont {
    min-height: unset;
  }
}

body section.container-fluid.service-out.abt .container .row.msn .serv-img {
  min-height: 700px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out.abt .container .row.msn .serv-img {
    min-height: unset;
  }
}

body section.container-fluid.service-out.abt .container .row .weld-bottom {
  padding-top: 80px;
}

@media (max-width: 767px) {
  body section.container-fluid.service-out.abt .container .row .weld-bottom {
    padding-top: 0px;
  }
}

body section.container-fluid.service-out.abt .container .row .weld-bottom p {
  margin-bottom: 0;
}

body section.container-fluid.projects-out {
  background: #f9f9f9;
  text-align: center;
  padding: 120px 0;
}

body section.container-fluid.projects-out h1 {
  font-size: 45px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

body section.container-fluid.projects-out p {
  color: #696969;
  font-size: 15px;
  width: 33%;
  margin: 0 auto 60px;
}

@media (max-width: 1199px) {
  body section.container-fluid.projects-out p {
    width: 50%;
  }
}

body section.container-fluid.projects-out h6 a {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  border: 1px solid #6a6a6a;
  border-radius: 50px;
  padding: 15px 35px;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  position: relative;
}

body section.container-fluid.projects-out h6 a::before {
  position: absolute;
  content: '';
  right: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #fe0000;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

body section.container-fluid.projects-out h6 a::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

body section.container-fluid.projects-out h6 a:hover {
  color: #fff;
}

body section.container-fluid.projects-out h6 a:hover::after {
  width: 50%;
}

body section.container-fluid.projects-out h6 a:hover::before {
  width: 50%;
}

body section.container-fluid.projects-out h6 a span {
  position: relative;
  z-index: 1;
}

body section.container-fluid.footer-out {
  padding: 0;
  background: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  body section.container-fluid.footer-out {
    display: block;
  }
}

body section.container-fluid.footer-out .location-map {
  float: left;
  width: 50%;
}

@media (max-width: 1199px) {
  body section.container-fluid.footer-out .location-map {
    width: 40%;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.footer-out .location-map {
    width: 100%;
    height: 300px;
  }
}

body section.container-fluid.footer-out .location-map iframe {
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  float: left;
}

body section.container-fluid.footer-out .contact-add {
  float: left;
  width: 100%;
  background: #2a2a2a;
  padding: 50px;
}

@media (max-width: 1199px) {
  body section.container-fluid.footer-out .contact-add {
    width: 60%;
    padding: 90px 50px;
  }
}

@media (max-width: 991px) {
  body section.container-fluid.footer-out .contact-add {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.footer-out .contact-add {
    padding: 30px 15px;
  }
}

body section.container-fluid.footer-out .contact-add .contact-form {
  float: left;
  width: 50%;
}

@media (max-width: 575px) {
  body section.container-fluid.footer-out .contact-add .contact-form {
    width: 100%;
  }
}

body section.container-fluid.footer-out .contact-add .contact-form h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}

body section.container-fluid.footer-out .contact-add .contact-form h5:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -15px;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group {
  float: left;
  width: 48%;
  padding: 0 1%;
}

@media (max-width: 575px) {
  body section.container-fluid.footer-out .contact-add .contact-form form .form-group {
    width: 50%;
  }
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group input {
  float: left;
  width: 100%;
  background: #404040;
  border: none;
  padding: 3px 10px;
  outline: none;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.message {
  float: left;
  width: 96%;
}

@media (max-width: 575px) {
  body section.container-fluid.footer-out .contact-add .contact-form form .form-group.message {
    width: 100%;
  }
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.message textarea {
  background: #404040;
  width: 100%;
  outline: none;
  border: none;
  padding: 3px 10px;
  height: 80px;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button {
  margin: 0;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 60px;
  border-radius: 50px;
  outline: none;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button::before {
  position: absolute;
  content: '';
  right: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #e88b45;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #305696;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button:hover::after {
  width: 50%;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button:hover::before {
  width: 50%;
}

body section.container-fluid.footer-out .contact-add .contact-form form .form-group.button button span {
  position: relative;
  z-index: 1;
}

body section.container-fluid.footer-out .contact-add .contact-det {
  float: right;
  width: 46%;
}

@media (max-width: 575px) {
  body section.container-fluid.footer-out .contact-add .contact-det {
    width: 100%;
    margin-top: 30px;
  }
}

body section.container-fluid.footer-out .contact-add .contact-det h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

body section.container-fluid.footer-out .contact-add .contact-det h5:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -15px;
}

body section.container-fluid.footer-out .contact-add .contact-det P {
  color: #c6c6c6;
  font-size: 15px;
}

body section.container-fluid.footer-out .contact-add .contact-det ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

body section.container-fluid.footer-out .contact-add .contact-det ul li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}

@media (max-width: 1800px) {
  body section.container-fluid.footer-out .contact-add .contact-det ul li {
    width: 100%;
  }
}

body section.container-fluid.footer-out .contact-add .contact-det ul li a {
  color: #c6c6c6;
  font-size: 15px;
}

body section.container-fluid.copyright-out {
  background: #1c1c1c;
  float: left;
  padding: 20px 150px;
}

@media (max-width: 991px) {
  body section.container-fluid.copyright-out {
    padding: 20px 50px;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.copyright-out {
    padding: 20px;
  }
}

body section.container-fluid.copyright-out h6 {
  color: #888;
  font-size: 13px;
  /* float: left; */
  margin: 0;
  line-height: 27px;
  text-align: center;
}

@media (max-width: 1199px) {
  body section.container-fluid.copyright-out h6 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body section.container-fluid.copyright-out h6 {
    line-height: 22px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  body section.container-fluid.copyright-out h6 {
    line-height: 22px;
    text-align: center;
    width: 100%;
  }
}

body section.container-fluid.copyright-out ul {
  float: right;
  margin: 0;
}

@media (max-width: 767px) {
  body section.container-fluid.copyright-out ul {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  body section.container-fluid.copyright-out ul {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

body section.container-fluid.copyright-out ul li {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 575px) {
  body section.container-fluid.copyright-out ul li {
    margin-left: 0;
    display: inline-block;
    padding: 0px 5px;
  }
}

body section.container-fluid.copyright-out ul li a svg {
  width: 17px;
  height: 17px;
  fill: #949494;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

body section.container-fluid.copyright-out ul li a:hover svg {
  fill: #db0101;
}

/*inner pages*/
.inner-banner {
  padding: 0px 0 80px 0;
  position: relative;
  margin-top: 147px;
}

@media (max-width: 991px) {
  .inner-banner {
    padding: 0 0 80px 0;
    margin-top: 95px;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    padding: 0 0 50px 0;
    margin-top: 147px;
  }
}

.inner-banner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/inner-baner-shape.png) no-repeat;
  background-size: auto;
  opacity: 1;
}

@media (max-width: 991px) {
  .inner-banner::after {
    background-size: cover;
  }
}

.inner-banner::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 80px;
  width: 50%;
  background: url(../images/inner-banner.jpg) top left no-repeat;
  background-size: cover;
  opacity: 1;
}

@media (max-width: 767px) {
  .inner-banner::before {
    display: none;
  }
}

.inner-banner .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner-banner .container {
    max-width: 100%;
    width: 100%;
  }
}

.inner-banner .container .left h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .inner-banner .container .left h1 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 34px;
  }
}

.inner-banner .container .left h1 span {
  color: #db0101;
}

.inner-banner .container .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 0px;
}

.inner-banner .container .left ul li {
  font-size: 16px;
  padding: 0 20px 0 0;
  list-style: none;
  margin-right: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .inner-banner .container .left ul li {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .inner-banner .container .left ul li {
    font-size: 12px;
    padding: 0 10px 0 0;
    margin-right: 10px;
  }
}

.inner-banner .container .left ul li::after {
  position: absolute;
  content: '';
  right: 0;
  top: 6px;
  width: 1px;
  height: 15px;
  background: #f00;
}

.inner-banner .container .left ul li:last-child {
  border-right: none;
  color: #db0101;
  margin-right: 0;
  padding-right: 0;
}

.inner-banner .container .left ul li:last-child::after {
  display: none;
}

.inner-banner .container .right {
  padding-left: 0;
}

.inner-banner.no_after::before {
  display: none;
}

@media (max-width: 767px) {
  .inner-banner.no_after .left {
    text-align: center;
  }
  .inner-banner.no_after .left ul {
    text-align: center;
    display: block;
  }
  .inner-banner.no_after .left ul li {
    float: none;
    display: inline-block;
  }
}

.inner-banner.no_after .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-banner.no_after .right img {
  width: 100%;
}

@media (max-width: 767px) {
  .inner-banner.no_after .right img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .inner-banner.no_after .right {
    padding: 0px 15px;
    margin-top: 30px;
  }
}

.inner-page.about-page {
  padding: 0;
}

@media (max-width: 767px) {
  .inner-page.about-page .container {
    max-width: 100%;
  }
}

.inner-page.about-page.md .about-wrapper .back-bg {
  background: #131313 url(../images/md-shape.png) no-repeat !important;
  background-size: cover;
  background-position: center !important;
}

@media (max-width: 767px) {
  .inner-page.about-page.md .about-wrapper .back-bg {
    width: 33.3333%;
    position: absolute;
    height: 100%;
  }
}

@media (max-width: 575px) {
  .inner-page.about-page.md .about-wrapper .back-bg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .inner-page.about-page.md .about-wrapper .container {
    max-width: 100%;
    width: 100%;
  }
}

.inner-page.about-page .about-wrapper {
  position: relative;
}

.inner-page.about-page .about-wrapper:nth-of-type(2n) .back-bg {
  left: inherit;
  right: 0;
}

.inner-page.about-page .about-wrapper .back-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media (max-width: 767px) {
  .inner-page.about-page .about-wrapper .back-bg {
    position: relative;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .inner-page.about-page .about-wrapper .back-bg {
    position: relative;
    width: 100%;
    height: 200px;
  }
}

.inner-page.about-page .about-wrapper .back-bg iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.inner-page.about-page .about-wrapper .right-cont {
  padding: 80px;
  background: #fff;
}

@media (max-width: 1199px) {
  .inner-page.about-page .about-wrapper .right-cont {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .inner-page.about-page .about-wrapper .right-cont {
    padding: 40px 30px;
  }
}




@media (max-width: 768px) {
  .inner-page.about-page .about-wrapper .right-cont {
    padding: 40px 15px;

  }
}

.inner-page.about-page .about-wrapper .right-cont img {
  max-width: 100%;
}

.inner-page.about-page .about-wrapper .right-cont p:last-child {
  margin-bottom: 0;
}

.inner-page.about-page .about-wrapper .right-cont h3 {
  margin-bottom: 25px;
}

.inner-page.about-page .about-wrapper .right-cont h5 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}

.inner-page.about-page .about-wrapper .right-cont h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -15px;
}

.inner-page.about-page .about-wrapper .right-cont h6 {
  margin-bottom: 0;
  color: #b2b2b2;
}

.inner-page.about-page .about-wrapper .right-cont .md {
  max-width: 320px;
  border: 15px;
}

.inner-page.about-page .about-wrapper .right-cont .md img {
  max-width: 100%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form {
  float: left;
  width: 100%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form h5 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form h5:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -15px;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group {
  float: left;
  width: 100%;
  padding: 0 1%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group input {
  float: left;
  width: 100%;
  border: none;
  padding: 5px 10px;
  outline: none;
  border-bottom: 1px solid #b2b2b2;
  padding-left: 0;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.message {
  float: left;
  width: 100%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.message textarea {
  width: 100%;
  outline: none;
  border: none;
  padding: 3px 10px;
  height: 80px;
  border-bottom: 1px solid #b2b2b2;
  padding-left: 0;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button {
  margin: 0;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 10px 60px;
  border-radius: 50px;
  outline: none;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button::before {
  position: absolute;
  content: '';
  right: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #fe0000;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 0;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button:hover {
  color: #fff;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button:hover::after {
  width: 50%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button:hover::before {
  width: 50%;
}

.inner-page.about-page .about-wrapper .right-cont .contact-form form .form-group.button button span {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner-page.about-page .about-wrapper .right-cont.md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page.about-page .about-wrapper .right-cont.md h5 {
  margin-bottom: 5px;
  color: #db0101;
}

.inner-page.about-page .about-wrapper .right-cont.md h5::after {
  display: none;
}

.inner-page.about-page .about-wrapper .right-cont.md h6 {
  font-size: 13px;
}

.inner-page.about-page .about-wrapper .right-cont.coil .advantages {
  margin: 0;
  padding: 0;
}

.inner-page.about-page .about-wrapper .right-cont.coil .advantages li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.inner-page.about-page .about-wrapper .right-cont.coil .advantages li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border: 1px solid #db0101;
  border-radius: 10px;
}

.inner-page.about-page .about-wrapper .md-img-wrap {
  padding: 80px 0px 80px 80px;
}

@media (max-width: 991px) {
  .inner-page.about-page .about-wrapper .md-img-wrap {
    padding: 50px 0px 50px 50px;
  }
}

@media (max-width: 991px) {
  .inner-page.about-page .about-wrapper .md-img-wrap {
    padding: 0px 15px;
  }
}

.inner-page.about-page .about-wrapper .md-img-wrap .md-img {
  max-width: 300px;
  float: right;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .inner-page.about-page .about-wrapper .md-img-wrap .md-img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .inner-page.about-page .about-wrapper .md-img-wrap .md-img {
    margin: 50px -15px 50px 0;
    float: right;
  }
}

@media (max-width: 575px) {
  .inner-page.about-page .about-wrapper .md-img-wrap .md-img {
    margin: 50px auto;
    float: none;
  }
}

.inner-page.about-page .about-wrapper .md-img-wrap .md-img img {
  max-width: 100%;
}

.inner-page.about-page.oil .about-wrapper {
  position: relative;
}

.inner-page.about-page.oil .about-wrapper:nth-of-type(2n) {
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .inner-page.about-page.oil .about-wrapper:nth-of-type(2n) {
    background: #fff;
  }
}

.inner-page.about-page.oil .about-wrapper:nth-of-type(2n) .right-cont {
  background: transparent;
}

.inner-page.about-page.oil .about-wrapper:nth-of-type(2n)::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}

.inner-page .team-wrap {
  padding: 50px 0 50px;
}

@media (max-width: 991px) {
  .inner-page .team-wrap {
    padding-top: 0;
  }
}

.inner-page .team-wrap .team {
  padding: 0 25px;
}

@media (max-width: 991px) {
  .inner-page .team-wrap .team {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .inner-page .team-wrap .team {
    margin-bottom: 30px;
  }
}

.inner-page .team-wrap .team:last-child {
  margin-bottom: 0;
}

.inner-page .team-wrap .team .team-box {
  padding: 30px;
  transition: 800ms;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
}

@media (max-width: 991px) {
  .inner-page .team-wrap .team .team-box {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 991px) {
  .inner-page .team-wrap .team .team-box {
    padding: 0;
  }
}

.inner-page .team-wrap .team .team-box:hover {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
}

.inner-page .team-wrap .team .team-box .team-img {
  margin-bottom: 20px;
}

.inner-page .team-wrap .team .team-box .team-img img {
  max-width: 100%;
}

.inner-page .team-wrap .team .team-box h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  color: #db0101;
}

.inner-page .team-wrap .team .team-box h6 {
  margin-bottom: 0;
  color: #b2b2b2;
  font-size: 13px;
}

.abt-bottom {
  padding: 80px 0;
  background: #f7f7f7;
  position: relative;
}

@media (max-width: 1199px) {
  .abt-bottom {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .abt-bottom {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .abt-bottom {
    padding: 40px 15px;
  }
}


@media (max-width: 767px) {
  .abt-bottom .container {
    max-width: 100%;
  }
}



@media (max-width: 767px) {
  .abt-bottom .container .row div {
    padding: 0;
  }
}

.abt-bottom .right {
  padding: 0 80px;
}

@media (max-width: 1199px) {
  .abt-bottom .right {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .abt-bottom .right {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .abt-bottom .right {
    padding: 15px 15px 0;
  }
}

.abt-bottom .right p {
  color: #fff;
}

@media (max-width: 767px) {
  .abt-bottom .right p {
    color: #131313;
  }
}

.abt-bottom .right p:last-child {
  margin-bottom: 0;
}

.abt-bottom p:last-child {
  margin-bottom: 0;
}

.foot-bottom {
  background: url(../images/contact-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 991px) {
  .foot-bottom {
    padding: 0;
  }
}

.foot-bottom::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.foot-bottom::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #800;
}

@media (max-width: 767px) {
  .foot-bottom::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .foot-bottom .container {
    max-width: 100%;
  }
}

.foot-bottom .container .right {
  padding: 0 80px 0 0;
  color: #fff;
}

.foot-bottom .container .right iframe {
  width: 100%;
  height: 100%;
  float: left;
  border: none;
}

.foot-bottom .container .adrs-box {
  padding: 80px 50px;
  position: relative;
  z-index: 1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 991px) {
  .foot-bottom .container .adrs-box {
    padding: 40px 14px;
  }
}

.foot-bottom .container .adrs-box:nth-of-type(2) {
  background: #800;
}

.foot-bottom .container .adrs-box:nth-of-type(2) h5::after {
  background: #fff;
}

.foot-bottom .container .adrs-box:nth-of-type(2) ul li span svg {
  fill: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.foot-bottom .container .adrs-box:nth-of-type(2) ul li span svg path {
  fill: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.foot-bottom .container .adrs-box:nth-of-type(2):hover {
  background: #800;
}

.foot-bottom .container .adrs-box:nth-of-type(2):hover h5::after {
  background: #db0101;
}

.foot-bottom .container .adrs-box:nth-of-type(2):hover ul li span svg {
  fill: #db0101;
}

.foot-bottom .container .adrs-box:nth-of-type(2):hover ul li span svg path {
  fill: #db0101;
}

.foot-bottom .container .adrs-box h5 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}

.foot-bottom .container .adrs-box h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #e00;
  left: 0;
  bottom: -15px;
}

.foot-bottom .container .adrs-box p {
  color: #fff;
}

.foot-bottom .container .adrs-box ul {
  padding: 0;
  margin-bottom: 0;
}

.foot-bottom .container .adrs-box ul li {
  list-style: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.foot-bottom .container .adrs-box ul li:last-child {
  margin-bottom: 0;
}

.foot-bottom .container .adrs-box ul li.double span {
  padding-right: 15px;
}

.foot-bottom .container .adrs-box ul li.double span svg {
  width: 17px;
  height: 17px;
  fill: #db0101;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.foot-bottom .container .adrs-box ul li.double span svg path {
  fill: #db0101;
  transition: 400ms;

  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.foot-bottom .container .adrs-box ul li a {
  color: #fff;
}

.foot-bottom .container .adrs-box ul li a span {
  padding-right: 15px;
}

.foot-bottom .container .adrs-box ul li a span svg {
  width: 17px;
  height: 17px;
  fill: #db0101;
}

.foot-bottom .container .adrs-box ul li a span svg path {
  fill: #db0101;
}

.foot-bottom .container .adrs-box:hover {
  background: #800;
}

.map iframe {
  height: 450px;
  border: none;
  width: 100%;
}

.key-suppliers {
  padding: 80px 0 60px 0;
}

@media (max-width: 767px) {
  .key-suppliers {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .key-suppliers .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .key-suppliers .container .logo-box-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.key-suppliers .container .logo-box-wrap .logo-box {
  width: 20%;
  padding: 10px;
}

@media (max-width: 991px) {
  .key-suppliers .container .logo-box-wrap .logo-box {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .key-suppliers .container .logo-box-wrap .logo-box {
    width: 50%;
  }
}

.key-suppliers .container .logo-box-wrap .logo-box .logo-wrap {
  padding: 10px;
  border: 1px solid #f1f1f1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.key-suppliers .container .logo-box-wrap .logo-box .logo-wrap img {
  max-width: 100%;
  width: 100%;
}

.key-suppliers .container .logo-box-wrap .logo-box:hover .logo-wrap {
  background: #db0101;
}

.key-suppliers.weld .container h1 {
  text-align: left;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box {
  width: 25%;
  padding: 10px;
}

@media (max-width: 767px) {
  .key-suppliers.weld .container .logo-box-wrap .logo-box {
    width: 33.333%;
  }
}

@media (max-width: 520px) {
  .key-suppliers.weld .container .logo-box-wrap .logo-box {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .key-suppliers.weld .container .logo-box-wrap .logo-box {
    width: 100%;
  }
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap {
  padding: 10px;
  border: 1px solid #f1f1f1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap img {
  max-width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap .text {
  padding-top: 15px;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap .text p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap .text p:last-child {
  margin-bottom: 0;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap .text p span {
  color: #000;
  background: #f5f5f5;
  padding: 5px 15px 2px;
  border-radius: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box .logo-wrap:hover .text p {
  color: #fff;
}

.key-suppliers.weld .container .logo-box-wrap .logo-box:hover .logo-wrap {
  background: #db0101;
}

.products {
  padding: 55px 15px 0px 15px;
}

@media (max-width: 767px) {
  .products {
    padding: 25px 10px 50px 10px;
  }
}

.products h4 {
  margin: 25px 0;
}

.products .steel-products {
  margin-top: 80px;
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 767px) {
  .products .steel-products {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.products .steel-products .steel-pro-img {
  padding: 1px;
}

.products .steel-products .steel-pro-img img {
  max-width: 100%;
}

.gallery {
  padding: 80px 0 50px 0;
}


@media (max-width: 767px) {
  .gallery {
    padding: 50px 0 20px 0;
  }
}

@media (max-width: 767px) {
  .gallery .container {
    max-width: 100%;
  }
}

.gallery .container .thumb {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .gallery .container .thumb {
    margin-bottom: 15px;
  }
}

.gallery .container .thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #131313;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.gallery .container .thumb a img {
  max-width: 100%;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.gallery .container .thumb a:hover {
  -webkit-box-shadow: 0px 0px 0px 10px #019449;
  box-shadow: 0px 0px 0px 10px #019449;
}

.gallery .container .thumb a:hover img {
  opacity: 0.4;
}

.table-bordered {
  margin-bottom: 0;
}

.table-bordered tr {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.table-bordered tr:nth-of-type(1) {
  background: #db0101;
  color: #fff;
}

.table-bordered tr:nth-of-type(1) td {
  font-weight: 600;
}

.table-bordered tr:nth-of-type(2n) {
  background: #f1f1f1;
}

.table-bordered tr td {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 575px) {
  .table-bordered tr td {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .table-bordered tr td {
    font-size: 11px;
    padding: 2px;
    line-height: 18px;
  }
}

.table-bordered tr:hover {
  background: #131313;
}

.table-bordered tr:hover:nth-of-type(1) {
  background: #db0101;
}

.table-bordered tr:hover td {
  color: #fff;
}

.coil-table {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .coil-table {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 767px) {
  .coil-table .container {
    max-width: 100%;
  }
}

.coil-table .container .table-bordered {
  margin-bottom: 25px;
}

.coil-table .container .table-bordered:last-child {
  margin-bottom: 0;
}

.coil-table.consumable {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .coil-table.consumable {
    padding: 30px 0 0;
  }
}

.coil-table.consumable h1 {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .coil-table.consumable h1 {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .coil-table.consumable h1 {
    font-size: 30px;
  }
}

.coil-table.consumable h1 span {
  position: relative;
}

.coil-table.consumable h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .coil-table.consumable h1 span::before {
    display: none;
  }
}

.coil-table.consumable h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .coil-table.consumable h1 span::after {
    display: none;
  }
}

.coil-table.consumable h5 {
  margin-top: 50px;
}

.coil-table.consumable h6 {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.coil-table.consumable .table-wrap h6 {
  text-align: left;
  margin-bottom: 25px;
  color: #db0101;
}

.coil-table.consumable .table-wrap .table-bordered tr:nth-of-type(1) {
  background: #131313;
  color: #fff;
}

.coil-table.consumable .table-wrap .table-bordered tr:nth-of-type(1):hover {
  background: #131313;
}

.coil-table.consumable .table-wrap .table-bordered tr:hover {
  background: #db0101;
}

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-dialog .modal-content {
  display: block;
}

.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
  border: none;
}

.modal .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
}

.modal .modal-dialog .modal-content .modal-body button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  background: #f00;
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body button span {
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
  text-shadow: none;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-footer {
  background: #db0101;
  border-top: none;
}

.modal .modal-dialog .modal-content .modal-footer #image-gallery-caption {
  color: #fff;
  text-align: center !important;
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-footer #image-gallery-caption {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    margin: 0;
  }
}

.modal .modal-dialog .modal-content .modal-footer #show-previous-image {
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-footer #show-previous-image:focus {
  outline: none;
}

.modal .modal-dialog .modal-content .modal-footer #show-next-image {
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
  float: right;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-footer #show-next-image:focus {
  outline: none;
}

@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-footer div {
    margin: 0;
  }
}

.weld {
  padding: 80px 15px;
}

@media (max-width: 767px) {
  .weld {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .weld .container {
    max-width: 100%;
  }
}

.weld .container h1 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .weld .container h1 {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .weld .container h1 {
    font-size: 30px;
  }
}

.weld .container h1 span {
  background: #fff;
  position: relative;
}

.weld .container h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .weld .container h1 span::before {
    display: none;
  }
}

.weld .container h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .weld .container h1 span::after {
    display: none;
  }
}

.weld .container .weld-box {
  width: 33.3333%;
  position: relative;
}

@media (max-width: 575px) {
  .weld .container .weld-box {
    width: 100%;
  }
}

.weld .container .weld-box a {
  display: block;
  position: relative;
}

.weld .container .weld-box a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.weld .container .weld-box a img {
  max-width: 100%;
}

.weld .container .weld-box a h3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  padding: 0 15px;

  margin-bottom: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;


  -ms-transition: 400ms;
}

.weld .container .weld-box a:hover::after {
  height: 100%;
}

.weld .container .weld-box a:hover h3 {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}

.weld .container .weld-box:nth-of-type(2n) a::after {
  background: #db0101;
  background: -webkit-gradient(linear, left bottom, left top, from(#db0101), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #db0101 0%, rgba(0, 0, 0, 0) 100%);
}

.equip {
  background: #131313;
  padding: 80px 15px;
}

@media (max-width: 767px) {
  .equip {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .equip .container {
    max-width: 100%;
  }
}

.equip .container h1 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  color: #fff;
}

@media (max-width: 767px) {
  .equip .container h1 {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .equip .container h1 {
    font-size: 30px;
  }
}

.equip .container h1 span {
  position: relative;
}

.equip .container h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .equip .container h1 span::before {
    display: none;
  }
}

.equip .container h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .equip .container h1 span::after {
    display: none;
  }
}

.equip .container .owl-item .item {
  padding: 10px;
  position: relative;
}

.equip .container .owl-item .item::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #db0101;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.equip .container .owl-item .item img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.equip .container .owl-item .item .caption-out {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.equip .container .owl-item .item .caption-out h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.equip .container .owl-item .item .caption-out ul {
  padding: 0;
  margin-bottom: 0;
}

.equip .container .owl-item .item .caption-out ul li {
  list-style: none;
}

.equip .container .owl-item .item .caption-out ul li a {
  color: #919191;
}

.equip .container .owl-item:hover .item::before {
  height: 100%;
  opacity: 1;
}

.equip .container .owl-item:hover .item ul li a {
  color: #fff;
}

.equip .container .owl-nav {
  position: relative;
}

.equip .container .owl-nav .owl-prev {
  font-size: 24px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #db0101;
  border-radius: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.equip .container .owl-nav .owl-prev::before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
  height: 100%;
  color: #fff;
}

.equip .container .owl-nav .owl-prev span {
  display: none;
}

.equip .container .owl-nav .owl-prev:hover {
  background: #fff;
}

.equip .container .owl-nav .owl-prev:hover::before {
  color: #000;
}

.equip .container .owl-nav .owl-prev:focus {
  outline: none;
}

.equip .container .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #db0101;
  border-radius: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;

  -ms-transition: 400ms;
}

.equip .container .owl-nav .owl-next::before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
  height: 100%;
  padding-left: 7px;
  color: #fff;
}

.equip .container .owl-nav .owl-next span {
  display: none;
}

.equip .container .owl-nav .owl-next:hover {
  background: #fff;
}

.equip .container .owl-nav .owl-next:hover::before {
  color: #000;
}

.equip .container .owl-nav .owl-next:focus {
  outline: none;
}

.equip .container .owl-dots {
  margin-top: 20px;
  display: none;
}

.equip .container .owl-dots .owl-dot.active span {
  background: #fff;
}

.equip .container .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background: transparent;
}

.wel {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .wel {
    padding: 30px 15px;
  }
}

.wel::before {
  position: absolute;
  content: '';
  left: 0;
  right: 20%;
  top: -50%;
  bottom: -50%;
  width: 250px;
  margin: auto;
  background: #e4e4e4;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 0;
}

.wel .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .wel .container {
    max-width: 100%;
  }
}

.wel .container h1 {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 767px) {
  .wel .container h1 {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .wel .container h1 {
    font-size: 30px;
  }
}

.wel .container h1 span {
  position: relative;
  display: block;
}

.wel .container h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .wel .container h1 span::before {
    display: none;
  }
}

.wel .container h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .wel .container h1 span::after {
    display: none;
  }
}

.wel .container .welding {
  padding: 0 50px;
}

@media (max-width: 767px) {
  .wel .container .welding {
    padding: 0;
  }
}

.wel .container .welding .owl-stage-outer {
  position: relative;
  z-index: 5;
}

.wel .container .welding .owl-stage-outer .item .weld-img {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .wel .container .welding .owl-stage-outer .item .weld-img {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .wel .container .welding .owl-stage-outer .item .weld-img {
    margin-bottom: 30px;
  }
}

.wel .container .welding .owl-stage-outer .item .weld-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wel .container .welding .owl-stage-outer .item .weld-caption .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wel .container .welding .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .wel .container .welding .owl-nav {
    display: none;
  }
}

.wel .container .welding .owl-nav .owl-prev {
  float: left;
  font-size: 24px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #db0101;
  border-radius: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.wel .container .welding .owl-nav .owl-prev::before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
  height: 100%;
  color: #fff;
}

.wel .container .welding .owl-nav .owl-prev span {
  display: none;
}

.wel .container .welding .owl-nav .owl-prev:hover {
  background: #131313;
}

.wel .container .welding .owl-nav .owl-prev:focus {
  outline: none;
}

.wel .container .welding .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #db0101;
  border-radius: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.wel .container .welding .owl-nav .owl-next::before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
  height: 100%;
  padding-left: 7px;
  color: #fff;
}

.wel .container .welding .owl-nav .owl-next span {
  display: none;
}

.wel .container .welding .owl-nav .owl-next:hover {
  background: #131313;
}

.wel .container .welding .owl-nav .owl-next:focus {
  outline: none;
}

.wel .container .welding .owl-dots {
  margin-top: 20px;
}

.wel .container .welding .owl-dots .owl-dot.active span {
  background: #363636;
}

.wel .container .welding .owl-dots .owl-dot span {
  border: 1px solid #363636;
  background: transparent;
}

.automation {
  padding: 80px 15px;
}

@media (max-width: 767px) {
  .automation {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .automation .container {
    max-width: 100%;
  }
}

.automation .container h1 {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .automation .container h1 {
    font-size: 36px;
  }
}

@media (max-width: 475px) {
  .automation .container h1 {
    font-size: 30px;
  }
}

.automation .container h1 span {
  position: relative;
}

.automation .container h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .automation .container h1 span::before {
    display: none;
  }
}

.automation .container h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .automation .container h1 span::after {
    display: none;
  }
}

.automation .container h6 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.automation .container a .automation-box {
  background: #e4e4e4;
  padding: 80px;
  text-align: center;
}

@media (max-width: 991px) {
  .automation .container a .automation-box {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .automation .container a .automation-box {
    padding: 30px;
    margin-bottom: 5px;
  }
}

.automation .container a .automation-box::before {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  top: 0;
  height: 0;
  background: #131313;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.automation .container a .automation-box:hover::before {
  height: 100%;



  opacity: 1;
}

.automation .container a .automation-box img {
  width: 100%;
  position: relative;
  z-index: 1;

}


.automation .container a .automation-box h6 {
  width: 100%;
  background: #db0101;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0;
}

.cutting {
  padding: 80px 15px;
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .cutting {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .cutting .container {
    max-width: 100%;
  }
}

.cutting .container h1 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .cutting .container h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}

@media (max-width: 475px) {
  .cutting .container h1 {
    font-size: 30px;
  }
}

.cutting .container h1 span {
  position: relative;
}

.cutting .container h1 span::before {
  position: absolute;
  content: '';
  left: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .cutting .container h1 span::before {
    display: none;
  }
}

.cutting .container h1 span::after {
  position: absolute;
  content: '';
  right: -110px;
  top: 33px;
  width: 100px;
  height: 1px;
  background: #db0101;
}

@media (max-width: 575px) {
  .cutting .container h1 span::after {
    display: none;
  }
}

.cutting .container a {
  display: block;
}

.cutting .container a .cutting-box {
  background: #e4e4e4;
  padding: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .cutting .container a .cutting-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .cutting .container a .cutting-box {
    margin-bottom: 5px;
  }
}

.cutting .container a .cutting-box::before {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  top: 0;
  height: 0;
  background: #305696;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.cutting .container a .cutting-box:hover::before {
  height: 100%;
  opacity: 1;
}

.cutting .container a .cutting-box img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.cutting .container a .cutting-box h6 {
  width: 100%;
  background: #119a54;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  display: block;
}

h2.hide {
  display: none;
}
/*# sourceMappingURL=style.css.map */


@media only screen and (max-width: 600px) {
 .flexslider .slides img {
    width: auto;
    max-width: 100%;
    float: right;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	
 }}