@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.anim-eas-in, .home-banner .controll-wraper .carousel-control-next, .home-banner .controll-wraper .carousel-control-prev, .home-banner .controll-wraper .carousel-control-next::before, .home-banner .controll-wraper .carousel-control-prev::before, .hm-gallery .gal-item, .hm-gallery .gal-item .gal-hidden .project-detail, .hm-gallery .gal-item .gal-hidden .project-detail p, a {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

html {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  border-top: 5px solid #FF5316;
  height: 100%;
}

.header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}

.header .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
}

@media (max-width: 767px) {
  .header .navbar-light .navbar-brand {
    max-width: 120px;
  }
}

.header .navbar-light .navbar-toggler {
  border: 0 none;
}

.header .navbar-light .navbar-toggler span {
  background-image: none;
  background: #fff;
  position: relative;
  height: 2px;
  border-radius: none;
}

.header .navbar-light .navbar-toggler span:after {
  position: absolute;
  width: 100%;
  top: -7px;
  left: 0;
  content: "";
  height: 2px;
  background: #fff;
}

.header .navbar-light .navbar-toggler span::before {
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
  content: "";
  height: 2px;
  background: #fff;
}

.header .navbar-light .navbar-toggler:focus {
  outline: 0 none;
  border: 0 none;
}

.header .navbar-light .navbar-nav .nav-link {
  position: relative;
  color: #fff;
}

.header .navbar-light .navbar-nav .nav-link::after {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: transparent;
  content: "";
}

.header .navbar-light .navbar-nav .nav-link .navbar-collapse {
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
}

.header .navbar-light .navbar-nav .active > .nav-link:after {
  background: #FF5316;
}

@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .header .navbar-collapse {
    background: rgba(0, 0, 0, 0.6);
  }
  .header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 20px;
  }
  .header .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    left: 20px;
    right: 20px;
  }
}

.home-banner {
  height: 100%;
}

.home-banner .carousel-inner, .home-banner .carousel-item, .home-banner .slider-wrap, .home-banner .container {
  height: 100%;
}

.home-banner .slider-wrap {
  /* Animation delays */
}

.home-banner .slider-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.home-banner .slider-wrap .text-wrap .inner {
  margin: auto 0;
  max-width: 800px;
}

.home-banner .slider-wrap .text-wrap .inner h5 {
  font-size: 25px;
}

.home-banner .slider-wrap .text-wrap .inner h3 {
  font-size: 50px;
  font-weight: bold;
}

.home-banner .slider-wrap .text-wrap .inner h3 span {
  font-weight: normal;
  display: block;
}

.home-banner .slider-wrap .text-wrap .inner p {
  color: #fff;
  font-weight: 100;
}

@media (max-width: 767px) {
  .home-banner .slider-wrap .text-wrap .inner h5 {
    font-size: 20px;
  }
  .home-banner .slider-wrap .text-wrap .inner h3 {
    font-size: 30px;
  }
  .home-banner .slider-wrap .text-wrap .inner p {
    font-size: 12px;
  }
}

.home-banner .slider-wrap .anim-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.home-banner .slider-wrap .anim-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.home-banner .slider-wrap .anim-3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.home-banner .slide-1 {
  background: url(../images/slide-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
}

.home-banner .slide-2 {
  background: url(../images/welding.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
}

.home-banner .slide-3 {
  background: url(../images/bilier-line-slide.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
}

.home-banner .controll-wraper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 266px;
}

.home-banner .controll-wraper .carousel-control-next, .home-banner .controll-wraper .carousel-control-prev {
  width: 50%;
  background: #FF5316;
  opacity: 1;
}

.home-banner .controll-wraper .carousel-control-next::before, .home-banner .controll-wraper .carousel-control-prev::before {
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
}

.home-banner .controll-wraper .carousel-control-next:hover, .home-banner .controll-wraper .carousel-control-prev:hover {
  background: #fff;
}

.home-banner .controll-wraper .carousel-control-next:hover::before, .home-banner .controll-wraper .carousel-control-prev:hover::before {
  color: #FF5316;
}

.home-banner .controll-wraper .carousel-control-prev:after {
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  height: 100%;
  content: "";
  background: #dc4b1d;
}

@media (max-width: 767px) {
  .home-banner .controll-wraper {
    max-width: 156px;
    height: 60px;
  }
}

.about-home {
  padding: 150px 0;
}

.about-home img {
  max-width: 600px;
}

@media (max-width: 920px) {
  .about-home img {
    margin-bottom: 50px;
  }
}

.about-home .cont-wrap {
  max-width: 530px;
  margin: auto;
}

.hm-services {
  padding: 150px 0;
}

@media (max-width: 920px) {
  .hm-services {
    padding-top: 0;
  }
}

.hm-services .cont-wrap img {
  max-width: 170px;
  margin-bottom: 30px;
}

.hm-services .cont-wrap .title-org-sub {
  margin-bottom: 29px;
}

.hm-services .cont-wrap .btn {
  margin-top: 15px;
}

@media (max-width: 920px) {
  .hm-services .cont-wrap {
    margin-bottom: 50px;
  }
}

.hm-gallery {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 920px) {
  .hm-gallery {
    padding-top: 0;
  }
}

.hm-gallery .sec-title {
  clear: both;
}

.hm-gallery .gal-item {
  position: relative;
  margin-bottom: 30px;
}

.hm-gallery .gal-item .gal-hidden {
  position: absolute;
  height: 300px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
}

.hm-gallery .gal-item .gal-hidden .project-detail {
  position: absolute;
  bottom: -120px;
  background: #fff;
  padding: 20px;
  width: 100%;
}

.hm-gallery .gal-item .gal-hidden .project-detail p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.hm-gallery .gal-item .gal-hidden .project-detail h3 {
  margin-bottom: 0;
  font-weight: bold;
}

.hm-gallery .gal-item:hover .project-detail {
  bottom: 0;
  top: inherit;
}

.hm-gallery .gall-btn {
  background: #FF5316;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 20% 0;
  line-height: 75px;
}

.hm-gallery .gall-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.hm-gallery .gall-btn:hover {
  text-decoration: none;
}

.geta-quote {
  background: url(../images/port-arthur.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
}

.geta-quote .inner-wrap {
  max-width: 840px;
  margin: auto;
}

.geta-quote .inner-wrap .title-org-sub {
  color: #fff;
}

.geta-quote .inner-wrap .title-org-sub {
  position: relative;
}

.geta-quote .inner-wrap .title-org-sub .icon-quote {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

.hm-testimonials {
  padding: 150px 0;
  text-align: center;
}

.hm-testimonials .test-wrap {
  max-width: 800px;
  margin: auto;
}

.hm-testimonials .test-wrap .testi {
  text-align: left;
}

@media (max-width: 767px) {
  .hm-testimonials .test-wrap .testi {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hm-testimonials .test-wrap img {
    margin-bottom: 20px;
  }
}

.inner-banner {
  padding: 230px 0  30px 0;
}

.inner-banner.bn-services, .inner-banner.bn-about, .inner-banner.gallery-bn, .inner-banner.contact-bn {
  background: url(../images/welding-1209208_1920.jpg);
  background-size: cover;
  background-position: bottom;
}

.inner-banner.bn-services .title-org-sub, .inner-banner.bn-about .title-org-sub, .inner-banner.gallery-bn .title-org-sub, .inner-banner.contact-bn .title-org-sub {
  color: #fff;
  margin-bottom: 8px;
}

.inner-banner.bn-services p, .inner-banner.bn-about p, .inner-banner.gallery-bn p, .inner-banner.contact-bn p {
  color: #fff;
}

.inner-banner.bn-about {
  background: url(../images/dublin.jpg);
  background-position: center;
}

.inner-banner.gallery-bn {
  background: url(../images/bilier-line-slide.jpg);
  background-position: center;
}

.inner-banner.contact-bn {
  background: url(../images/structural.jpg);
  background-position: top;
  background-size: cover;
}

.inner-content-wrap {
  padding: 90px 0;
}

.inner-content-wrap .serv-img {
  max-width: 180px;
}

.inner-content-wrap .services-wrap {
  margin-top: 100px;
}

.inner-content-wrap .abt-inner-img {
  max-width: 507px;
}

@media (max-width: 920px) {
  .inner-content-wrap .abt-inner-img {
    margin-bottom: 25px;
  }
}

.inner-content-wrap .intro-wrap {
  max-width: 800px;
  margin: auto;
}

.inner-content-wrap .strength {
  margin-top: 150px;
}

.inner-content-wrap .strength .strength-seperation {
  margin-top: 70px;
}

.inner-content-wrap .strength .strength-seperation h5 {
  font-weight: bold;
  font-size: 25px;
}

.inner-content-wrap .strength .strength-seperation p {
  margin-bottom: 0;
}

.inner-content-wrap .strength .strength-seperation img {
  max-width: 170px;
}

@media (max-width: 921px) {
  .inner-content-wrap .strength .strength-seperation img {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .inner-content-wrap .strength .strength-seperation-mb {
    margin-top: 70px;
  }
}

.inner-content-wrap .our-team {
  margin-top: 150px;
  text-align: center;
}

.inner-content-wrap .our-team img {
  max-width: 1050px;
}

.contact-wrap .form-style .form-group {
  margin-bottom: 35px;
}

.contact-wrap .form-style .form-group .form-control {
  padding: 20px;
  height: inherit;
  border-radius: 0px;
}

.contact-wrap .contact-inner {
  max-width: 460px;
  margin: auto;
}

.contact-wrap .contact-inner p {
  margin-bottom: 15px;
}

.contact-wrap .contact-inner .seperator {
  margin-top: 50px;
}

.contact-wrap .contact-inner .sm-icon-wrap a {
  font-size: 32px;
  color: #1C1C1C;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
}

.contact-wrap .contact-inner .sm-icon-wrap a:hover {
  text-decoration: none;
}

footer section.foot {
  padding: 30px 0;
  background: #1C1C1C;
}

footer section.foot .logo {
  max-width: 150px;
  margin: auto 0;
}

@media (max-width: 767px) {
  footer section.foot .logo {
    margin-left: 25px;
    margin-bottom: 50px;
  }
}

footer section.foot a {
  padding: 4px 25px;
  display: inline-block;
  line-height: 100px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  footer section.foot a {
    line-height: 20px;
  }
}

footer section.foot a:hover {
  color: #FF5316;
  text-decoration: none;
}

footer section.basement {
  text-align: left;
  padding: 20px;
  background: #000;
}

footer section.basement * {
  color: #717171;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

.title-orange {
  font-size: 20px;
  font-weight: normal;
  color: #FF5316;
  margin-bottom: 20px;
  margin-top: 0;
  color: #FF5316;
}

.title-org-sub {
  font-size: 45px;
  color: #1C1C1C;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 920px) {
  .title-org-sub {
    font-size: 38px;
  }
}

.title-2 {
  font-size: 28px;
  color: #1C1C1C;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1370px;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

.btn-primary {
  background: #FF5316;
  color: #fff;
  border-radius: 0;
  border: 1px solid #FF5316;
  padding: 10px 20px;
}

.btn-secondary {
  background: #fff;
  color: #FF5316;
  border-radius: 0;
  border: 2px solid #a79e9e;
  padding: 15px 30px;
}

.re-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.re-list li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  color: #1C1C1C;
  font-weight: 300;
}

.re-list li::before {
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 170px;
  width: 10px;
  height: 10px;
  background: #FF5316;
  content: "";
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 20px;
}

a {
  color: #FF5316;
}

.section-start {
  margin-top: 100px;
}

.g-map {
  height: 600px;
}

.g-map iframe {
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */