.overflow-visible{
  overflow: visible !important;
}
.visible-sm{display: none;}

header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 999;
}

/* #002f5d  2f8ed2 */

.wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}

.main-bar {
  width: 100%;
  padding: 20px 0;
}

.main-bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.logo a{display: block; padding: 0;}

.logo img {
  display: block; height: auto; width: 350px;
}

.main-container {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #fff;
  position: relative;
}


.banner {
  width: 100%;
  position: relative;
  background-color: #000;
}

.mob-show {
  display: none;
}
.mob-hide {
  display: block;
}

.top-navbar {
  width: 100%;
  text-align: right;
  margin-bottom: 100px;
}

.top-navbar ul {
  margin: 0;
  padding: 0;
}

.top-navbar ul li {
  list-style: none;
  width: auto;
  display: inline-block;
  margin-left: 50px;
}

.top-navbar ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.top-navbar ul li a img {
  vertical-align: middle;
  margin-right: 12px;
}

.top-navbar ul li a:hover {
  opacity: 0.8;
}

footer {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #1f1f1f;
  padding: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.footer-1 .wrapper{
  display: flex; flex-wrap: wrap;
}
.foot-widget-1{width: 25%;}
.foot-widget-2{width: 75%; padding-left: 3%; margin-bottom: 20px;}
.foot-widget-3{width: 75%; margin-left: 25%; padding-left: 3%;}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #cccccc;
}

.footer-1 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 70px 0 30px;
}

.footer-1 h5 {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}
.foot-widget-2 ul{margin: 0; padding: 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.foot-widget-2 ul li{list-style: none; width: 25%; margin: 0 0 20px; font-size: 16px; display: inline-flex; padding-right: 2%;}
.foot-widget-2 ul li i{margin-right: 10px; width: 15px;}
.foot-widget-2 ul li a, .foot-widget-2 ul li p{text-decoration: none; margin: 0; width: calc(100% - 25px); text-align: left;}
.foot-widget-2 ul li a:hover{color: #2f8ed2;}
.foot-widget-2 ul li:nth-child(5), .foot-widget-2 ul li:nth-child(6) {margin-top: -60px;}

.foot-widget-3 ul{margin: 0; padding: 0; width: 100%; display: flex; flex-wrap: wrap;}
.foot-widget-3 ul li{list-style: none; width: 25%; margin: 0 0 20px; }
.foot-widget-3 ul li a img{opacity: 1; transition: all 0.3s ease;}
.foot-widget-3 ul li a:hover img{opacity: 0.8;}
.footer-2 {
  width: 100%;
  background: #313131;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0;
}

.footer-2 p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
.engineer-ireland-icon{width: 20px; height: 20px; display: inline-block; background: url(../images/favicon.png) 0 0  no-repeat; background-size: contain;}
.banner-slide {
  padding: 0;
  background-size: cover;
  height: 100vh; min-height: 600px; max-height: 900px; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat; background-position: center top; text-align: center;
}

.banner-slide h1 {
  font-weight: 700; letter-spacing: 2px;
  font-size: 70px; line-height: 1.2;
  color: #fff;
  margin: 0 auto 100px; width: 100%; padding: 0 20px;
  text-transform: capitalize;
}

.action-btns{display: flex; justify-content: center;}

a.btn {
  background: rgba(255,255,255,1);
  border-radius: 2px; margin: 0;
  padding: 20px 40px;
  font-weight: 400; text-transform: uppercase;
  color: #000;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease-in-out; display: inline-block;
}

.banner-slide a.btn{
  margin: 0 50px; padding: 25px 15px; width: 225px; background: rgba(255,255,255,0.9); font-size: 25px;
}

a.btn:hover {
  background: rgba(255,255,255,0.5);
}

a.btn.blue-btn {
  background: rgba(47,142,210,1);
  color: #fff;
}
.banner-slide a.btn.blue-btn {
  background: rgba(47,142,210,0.9);
}
a.btn.blue-btn:hover {
  background: rgba(47,142,210,0.5);
}

.block h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 400;
  margin: 0 0 20px;
}

.block h3 {
  font-size: 46px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.block h2 strong {
  font-weight: 700;
}


.text-center{
  text-align: center;
}


.block {
  padding: 100px 0 50px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.d-flex > div {
  overflow: hidden;
  position: relative;
}

#section1 div.ft-img, #section2 div.ft-img {
  width: 46%;
}
#section1 div.text, #section2 div.text {
  width: 48%;
}

#section1 .ft-img img, #section2 .ft-img img{
  /* height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out; */
  width: 100%;
  margin-bottom: 15px;
}

.block p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 25px;
}

.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
#section3 h3{margin-bottom: 60px;}
#section3 .ft-img{width: 100%;}
#section3 .ft-img img{width: 100%; display: block; height: 600px; object-fit: cover;}

#section4 h3{text-align: center; margin-bottom: 60px;}
#section4 .ft-service{width: 32%; margin-bottom: 35px; background-position: center; background-repeat: no-repeat; background-size: auto 100%; padding: 40px 30px; position: relative; transition: all 0.3s ease;}
#section4 .ft-service:hover{background-size: auto 120%;}
#section4 .ft-service:after{content: ""; background-color: rgba(201,204,211, 0.85); width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
#section4 .ft-service h4{ position: relative; z-index: 9; color: #000; margin: 0 0 20px; font-size: 36px; letter-spacing: 1px;}
#section4 .ft-service p{position: relative; z-index: 9;color: #000; margin-bottom: 30px; min-height: 160px;}
#section4 .ft-service a.read-link{position: relative; z-index: 9; color: #000; text-decoration: none;}
#section4 .ft-service a.read-link i{vertical-align: middle; transition: all 0.3s ease;}
#section4 .ft-service a.read-link:hover i{margin-left: 5px;}
#section4 .ft-service:nth-child(2n+1):after{background-color: rgba(96,169,220, 0.85);}
#section4 .ft-service:nth-child(2n+1) h4{ color: #fff; }
#section4 .ft-service:nth-child(2n+1) p{ color: #fff; }
#section4 .ft-service:nth-child(2n+1) a.read-link{ color: #fff; }

#section5 h3{text-align: center; margin-bottom: 60px;}
#section5 .text-with-img{width: 24%; margin-bottom: 30px; position: relative; overflow: hidden;}
#section5 .text-with-img a{display: block; color: #fff; text-decoration: none; width: 100%;}
#section5 .text-with-img .img-section{width: 100%; overflow: hidden;}
#section5 .text-with-img .img-section img{width: 100%; height: 240px; transform: scale(1); object-fit: cover; transition: all 0.3s ease; display: flex;}
#section5 .text-with-img a:hover .img-section img{display: block; transform: scale(1.1);}
#section5 .text-with-img h4{margin: 0; text-align: center; position: absolute; bottom: 0; background-color: #2f8ed2; padding: 10px 5px; font-size: 18px; color: #fff; width: 100%; font-weight: 400;}

#section6 h3{margin-bottom: 60px; text-align: center;}

.main-slider {
  position: relative;
  height: 100%;
}

.main-slider .slick-dots {
  width: auto;
  position: absolute;
  bottom: auto;
  left: auto;
  z-index: 99;
  right: -120px;
  transform: rotate(90deg);
  top: 40%;
}

.main-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}

.main-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  padding: 0;
  border-radius: 50%;
}

.main-slider .slick-dots li.slick-active button {
  background: #000;
  border: 4px solid #fff;
}

.main-slider .slick-dots li button:before {
  content: "";
  display: none;
}

.slick-list {
  z-index: 99;
}

.slick-slide:focus {
  outline: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50%;
  display: block;
  width: 60px;
  height: 112px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  z-index: 555;
  border: none;
  outline: none;
  background-image: url(../images/slider-left.webp);
  left: 3%;
  right: auto;
  background-size: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  transform: translateY(50%);
  background-position: center center;
  opacity: 0.7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 0.9;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-next {
  right: 3%;
  left: auto;
  background-image: url(../images/slider-right.webp);
}

.slick-slider {
  padding: 0;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  position: relative;
}

#back2top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 9999;
  cursor: pointer;
  display: none;
  padding: 2px;
  border-radius: 50%;
  background: #1f1f1f;
}

#back2top svg {
  width: 100%;
  height: 100%;
  color: #fff;
}

#privacy-bar {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 99999;
  padding: 10px 50px;
}

#privacy-bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#privacy-bar p {
  font-size: 18px;
  line-height: 1;
  margin: 0 20px 0 0; color: #000;
}

#privacy-bar a {
  color: #2f8ed2;
  text-decoration: none;
  font-weight: bold;
}

#privacy-bar a:hover {
  text-decoration: none;
}

#agree-cookie {
  background: #2f8ed2;
  border: 1px solid #2f8ed2;
  font-size: 18px;
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 40;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  text-transform: uppercase;
}

#agree-cookie:hover {
  background: #fff;
  color: #2f8ed2 !important;
  text-decoration: none !important;
}

.pt-0{
  padding-top: 0px !important;
}

.full-width-block{width: 100% !important;}
.intro-block{  display: flex; justify-content: space-between; flex-wrap: wrap;}
.intro-content{width: 55%; padding: 0 5% 0 0;}
.intro-block h2{ color: #2f8ed2;  margin: 0 0 50px;  font-size: 36px;  font-family: 'Verdana'; padding: 0; line-height: 1; width: 100%;}
.intro-content p{font-size: 18px;  line-height: 24px;  margin: 0 0 15px;}
.intro-ft-img{width: 45%; text-align: center; padding: 5px 0 0;}
.gallery{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.gallery > div{width: 24%; margin: 0 0 20px; height: 240px; padding: 0;}
.gallery > div img{height: 100%; object-fit: cover; width: 100%;}

.flex{display: flex; justify-content: space-between;}
.section-ft-img > div{width: 49%; margin-bottom: 15px;}

/*Responsive CSS*/

@media(max-width: 1700px) {

  .mobile-header .wrapper{padding: 0;}

  .banner-slide h1{max-width: 80%;}

  .navbar > ul > li {
    margin: 0 0 0 35px;
  }

  .banner-slide h1 {
    font-size: 70px;
  }
  .banner-slide a.btn{font-size: 22px;}
  .navbar > ul > li.has-menu > a:after {
    top: 7px;
  }

  .block h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .block h3 {
    font-size: 40px;
    line-height: 34px;
  }

  .navbar > ul > li > ul > li, .navbar > ul > li > ul > li > ul > li{font-size: 16px;}

}
@media(max-width: 1500px) {
  .banner-slide h1{font-size: 60px;}
}
@media(max-width: 1400px) {
  .block{padding: 75px 0 30px;}
  #section4 .ft-service h4{font-size: 30px;}
}
@media(max-width: 1350px) {
  .wrapper{padding: 0 50px;}
  .banner-slide h1{margin: 0 auto 60px;}
  .banner-slide a.btn{padding: 25px 35px; font-size: 20px; margin: 0 30px;}
  .foot-widget-2 ul li{width: 40%;}
  .foot-widget-2 ul li p br{display: none;}
  .banner-slide h1{font-size: 50px;}
  .block h3{font-size: 36px; line-height: 1.1;}
  #section1 div.ft-img, #section2 div.ft-img{margin-top: 5px;}
  .foot-widget-2 ul{justify-content: flex-start;}
  .foot-widget-2 ul li:nth-child(5), .foot-widget-2 ul li:nth-child(6){margin-top: 0;}
}

@media(max-width: 1200px) {

  .banner-slide h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .banner-slide a.btn {
    padding: 18px 30px;
  }
  .block {
    padding: 50px 0 30px;
  } 
  .block p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
  }

  #section3 h3, #section4 h3, #section5 h3, #section6 h3 {
    margin-bottom: 40px;
  }
  #section5{padding-bottom: 0;}

  .block h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  footer {
    font-size: 20px;
    letter-spacing: 0;
  }

  .footer-2 p {
    font-size: 16px;
  }
  .footer-1 h5{font-size: 20px;}

  a.btn{font-size: 18px; padding: 15px 30px;}
  #section1 .d-flex, #section2 .d-flex{align-items: flex-start;}
  #section3 .ft-img img{height: 500px;}
  #section4 .ft-service h4 {
    font-size: 22px;
    letter-spacing: 0;
  }
  #section5 .text-with-img{width: 32%;}
  .foot-widget-2 ul li{width: 50%;}
  /* .foot-widget-2 {    width: 35%;    padding-left: 0;} */
  /* .foot-widget-3 {  width: 30%;} */
  .foot-widget-3 ul li{width: auto; margin: 0 20px 20px 0;}
}

@media(max-width: 1000px) {
  .visible-sm{display: block;}
  .overflow-visible{display: none;}
  .full-width-sm{width: 100% !important;}

  .footer-1 ul li:last-child > div {
    margin-bottom: 5px;
  }

  #section1 .wrapper > div, #section2 .wrapper > div{width: 49%; margin-bottom: 15px;}
  #section1 .wrapper > div.text, #section2 .wrapper > div.text{width: 47%;}
  .banner-slide {    height: 500px;}
  .banner-slide h1{font-size: 40px; line-height: 54px;}
  .gallery{ justify-content: flex-start;}
  .gallery > div{ width: 31%; margin-right: 2%; height: 200px; padding: 0;}
  #section4 .ft-service, #section5 .text-with-img{ width: 49%; margin-bottom: 20px; }
  .footer-2{padding: 20px 0;}
  .foot-widget-2 ul li {  width: 100%; margin: 0 0 15px;}
}

@media(max-width: 900px) {
  .banner-slide h1{font-size: 36px;}
  .banner-slide h1 br{display: none;}
  .mobile-header .brand img{height: 60px;}
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .block h2 {
    font-size: 36px;
    line-height: 44px;
  }
  #section5 .text-with-img h4{font-size: 15px;}
  .footer-1 {
    padding: 50px 0 40px;
  }

  footer {
    font-size: 16px;
  }
}

@media(max-width: 800px) {
  .footer-1 {
    padding: 50px 0 40px;
  }
  #section1 .wrapper > div.text, #section2 .wrapper > div.text{width: 100%;}
  #section1 .wrapper > div, #section2 .wrapper > div{width: 100%;}
  #section2 .d-flex{ flex-direction: column-reverse; }
}

@media(max-width: 767px) {

  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }

  .banner-slide h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-slide {
    padding: 100px 0 0;
    height: 425px; min-height: 350px;
  }
  .banner-slide h1{margin: 0 auto 30px;}
  #section1 .wrapper > div, #section2 .wrapper > div{width: 60%;}
  #section3 .ft-img img{height: 300px;}
  .foot-widget-2, .foot-widget-3{width: 100%; margin-left: 0; padding-left: 0;} 
  .foot-widget-1{width: 40%; margin: 0 auto;}
  .foot-widget-2 ul{align-items: center; flex-direction: column;}
  .foot-widget-2 ul li{width: auto; max-width: 47%; justify-content: center;}
  .foot-widget-2 ul li br{display: none;}
  .foot-widget-2 ul li a, .foot-widget-2 ul li p{width: auto; text-align: center;}

  .foot-widget-3 ul{justify-content: center;}
  .foot-widget-3 ul li{margin: 0 10px 20px; width: auto;}

  #privacy-bar {
    padding: 10px 0;
  }

  .footer-1 .wrapper {
    display: inline-block;
  }

  .footer-1 h5 {
    margin: 40px 0 15px;
  }

  .slick-next{right: 0;}
  .slick-prev{left: 0;}
  .footer-1{text-align: center;}

  .gallery > div{width: 48%; margin-right: 0;}
  .gallery{justify-content: space-between;}
  .block h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  #section3 h3, #section4 h3, #section5 h3, #section6 h3{margin-bottom: 20px;}
  #section1 .wrapper > div, #section2 .wrapper > div{width: 100%;}
  #section1 .wrapper > div.text, #section2 .wrapper > div.text{width: 100%;}
}

@media(max-width: 650px) {
  #section4 .ft-service{padding: 30px 20px;}
  .footer-2 p {
    font-size: 14px;
  }

  .banner-slide h1 {
    font-size: 30px;
    line-height: 42px;
    max-width: 88%;
  }

  .banner-slide a.btn {
    font-size: 14px; margin: 0 15px; width: 170px;
  }
  #section4 .ft-service p{margin-bottom: 25px;}
  .block {
    padding: 40px 0 15px;
  }
  a.btn{font-size: 15px;}
  .foot-widget-2 ul li{width: auto; max-width: 62%; justify-content: center;}

}

@media(max-width: 600px) {
  .block h2 {
    line-height: 36px;
    font-size: 32px;
  }
  .wrapper{padding: 0 30px;}
  #section4 .ft-service, #section5 .text-with-img{width: 100%;}
  #section4 .ft-service{background-size: 100% 100%;}
  #section4 .ft-service p{min-height: inherit;}
}

@media(max-width: 550px) {
  .banner-slide{height: 350px; padding: 80px 0 0;}
  
  .banner-slide h1 {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%; padding: 0;
  }
  .banner-slide a.btn{padding: 15px; margin: 0 10px;}
  .foot-widget-2 ul li{max-width: 69%;}
  .foot-widget-2 ul li i{width: 25px; margin-right: 5px;}
}

@media(max-width: 450px) {
  .wrapper {
    padding: 0 15px;
  }
  .banner-slide h1{max-width: 88%;}
  .block h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .block h2 {
    line-height: 36px;
    font-size: 28px;
    margin: 0 0 20px;
  }

  .banner-slide h1{ padding: 0;}
  .mobile-header .brand img{height: 50px;}
  .foot-widget-3 ul li{margin: 0 15px 20px;}
  .gallery > div{width: 100%;}
  .foot-widget-1{width: 60%;}
  .foot-widget-2 ul li { max-width: 80%; font-size: 14px;}
  .block p{font-size: 14px; line-height: 20px;}
}

@media(max-width: 350px) {
  .banner-slide h1 {
    font-size: 24px;
    line-height: 32px;
    max-width: 88%;
  }

  .banner-slide a.btn {
    font-size: 12px;
    padding: 15px 10px;
  }
  .foot-widget-2 ul li{width: 100%;}
}


