/**
* Template Name: Vesperr - v4.6.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Droid Sans",sans-serif;/*"Open Sans", sans-serif;*/
  /*color: #444444;*/
  color: #7B7B80;
  line-height: 22px;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
p {
    color: #7B7B80;
    /*font-family: "Lato", Sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.image {width: 100%;height: auto;}
.hero-background { background-image:url('../images/electrical-2476782-scaled.webp'); padding-top:150px; padding-bottom:150px; text-align:left;}
@media (max-width: 768px) {
	.img-responsive {width: 100%;height: auto;}
	.hero-background {background-repeat:no-repeat;background-size:cover; padding-top:0px; padding-bottom:0px; }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    position: fixed;
    z-index: 700;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0 0;
    background: #7a7878; /*rgba(22, 23, 26,.6);*/
    transition: top 1s
}

.header.hide_header {
    top: -100%
}

.pre-header {
    position: relative;
    padding: 0 30px 0
}

.pre-header .logo {
    width: 260px;
    margin: 0 auto
}
.pre-header .logo img{width:250px;}
.pre-header .logo a {
    transition: all .2s
}

.pre-header .logo a:hover {
    opacity: .7
}

.social-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    margin: 0;
    padding: 0;
    list-style: none
}

.social-link li {
    float: left;
    margin-right: 20px
}

.social-link li:last-child {
    margin-right: 0
}

.social-link li a {
    display: block;
    width: 20px;
    height: 20px
}

.social-link li a svg {
    width: 20px;
    height: 20px
}

.header-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    margin: 0;
    padding: 0;
    list-style: none
}
@media (max-width: 1200px) {.header-links {right: 10px;}}
.header-links li {
    float: left;
    margin-right: 20px
}

.header-links li:last-child {
    margin-right: 0
}

.header-links li a.phone {
    background: url(../images/icons-sprite-white.svg#svg_phone_view) no-repeat left;
    background-size: 26px 26px;
    padding-left: 32px;
    line-height: 45px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.header-links li a.cart-header-link {
    display: inline-block;
    line-height: 45px;
    position: relative
}

.header-links li a.cart-header-link svg {
    width: 26px;
    height: 26px
}

.header-links li a.cart-header-link span {
    bottom: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    color: #000;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px
}
.header-inner {
    /*padding: 15px;*/
    position: relative
}

.header-inner .logo {
    margin: 0 auto;
    width: 260px
}
.header-inner .logo img{width:250px;}
.header-inner .phone {
    background: url(../images/icons-sprite-white.svg#svg_phone_view) no-repeat center;
    background-size: 100%;
    height: 40px;
    width: 40px;
    left: 15px;
    top: 15px;
    position: absolute;
    top: 50%;
    margin-top: -20px
}
.header-inner .menu-icon {
    background: url(../images/icons-sprite-white.svg#svg_nav_view) no-repeat center;
    background-size: 40px auto;
    height: 40px;
    width: 40px;
    right: 15px;
    top: 15px;
    position: absolute;
    top: 50%;
    margin-top: -20px
}
@media (max-width: 768px) {.header-inner .phone {width: 25px;height: 25px;} .header-inner .menu-icon {width: 25px;height: 25px;} .header-inner .logo {margin-right: auto!important;margin-left: auto!important;width:300px;} .logo img{width:250px;}}
@media (max-width: 450px) {.header-inner .logo {width:210px !important;} .logo img{width:200px !important;}}
.banner-image {
    min-width: initial;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex
}

.banner-image a,.banner-image img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto
}

.banner {
    position: relative
}

.banner .banner-image {
    max-height: 400px;
    height: auto
}

.banner .banner-image {
    max-height: none!important;
    height: 80vh
}
/*
.banner .carousel-caption {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    bottom: auto;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 20px
}

.banner .carousel-caption .btn {
    margin-top: 5px
}

.banner .carousel-caption h2 {
    font-size: 50px
}

.banner .carousel-caption h2,.banner .carousel-caption h3 {
    line-height: 100%
}
*/
.banner .carousel-caption {height: 100%; display: flex;  flex-direction: column;  justify-content: center;}
.banner .carousel-caption .bg{background-color: rgba(162,163,165,0.8);}
.banner .image {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    z-index: 10;
    width: 50%
}

.banner .btn {
    background: #a87e11;
    color: #fff;
    border-color: #a87e11;
    font-size: 20px
}

.banner .btn:hover {
    background: #fff;
    color: #a87e11;
    border-color: #fff
}

.banner .carousel-indicators {
    bottom: 30px
}

.banner .carousel-control-prev,.banner .carousel-control-next {
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 30;
    top: 50%;
    margin-top: -20px
}

.banner .carousel-control-prev {
    background-image: url(../images/icons-sprite.svg#svg_left_arrow);
    left: 0
}

.banner .carousel-control-next {
    background-image: url(../images/icons-sprite.svg#svg_right_arrow);
    right: 0
}
.modal-dialog.full_screen .modal-content {
    height: 100%
}

.modal-dialog.full_screen .modal-body {
    overflow-y: scroll
}

.modal-dialog.full_screen .modal-footer,.modal-dialog.full_screen .modal-header {
    border: 0
}

.modal-dialog.full_screen .modal-header {
    padding: 15px
}

.modal-dialog.full_screen.modal-dialog-scrollable,.modal-dialog.full_screen.modal-dialog-scrollable .modal-content {
    max-height: calc(100% - 0rem)
}

.modal-dialog.full_screen button.close {
    background: url(//www.mlk.ie/wp-content/themes/mlk2020/assets/mob/css/../images/icons-sprite.svg#svg_close_view) no-repeat center;
    opacity: 1;
    background-size: 30px;
    height: 50px;
    width: 50px;
    padding: 0
}

.menu-mobile {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-mobile li {
    border-bottom: 1px solid #d8d8d8;
    font-size: 20px;
    text-align: center;
    font-weight: 700
}

.menu-mobile li:last-child {
    border-bottom: none
}

.menu-mobile li a {
    padding: 13px 0;
    color: #6d6d6d;
    display: block;
    text-transform: uppercase
}

.menu-mobile li a:hover {
    color: #4d4d4f
}

.menu-mobile .sub-menu {
    padding: 0;
    list-style: none
}

.menu-mobile .sub-menu li {
    border-top: 0;
    border-bottom: 0
}

.menu-mobile .sub-menu li a {
    font-size: 15px;
    color: #999;
    padding: 6px 0
}
.btn-outline-primary:hover {
    color: #4d4d4f;
    background-color: #fff;
    border-color: #fff;
}
.btn:hover {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #6b6a68;
    text-decoration: none;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.cta {
    background: #4d4d4f;
    padding: 15px 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.cta.active {
    bottom: -80px
}
#header {
  z-index: 997;
  transition: all 0.5s;
  /*padding-bottom: 22px;*/
  background: #fff;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  /*margin: 0;
  margin:auto;*/
  display: block;
  max-height: 130px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.toggleMenu {
    display: none;
    height: 68px;
    width: 40px;
    text-transform: uppercase;
    background: url(../images/toogle-open.png) no-repeat center;
    text-indent: -9999px;
    float: right
}

.toggleMenu.active {
    background: url(../images/toogle-close.png) no-repeat center;
    color: #fff
}

.toggleMenu:hover {
    color: #fff
}

.menu {
    list-style: none;
    *zoom:1;margin: 0;
    padding: 0;
    text-align: center
}

.menu:before,.menu:after {
    content: "";
    display: table
}

.menu:after {
    clear: both
}

.menu ul {
    list-style: none;
    min-width: 250px;
    float: none;
    left: 0;
    top: 100%;
    position: relative
}

.menu a {
    padding: 0 15px;
    color: #fff
}

.menu li {
    position: relative;
    padding: 0
}

.menu>li>.parent:after {
    content: ' ';
    background: url(../images/icons-sprite-white.svg#svg_down_arrow_view) no-repeat center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu li a:hover,.menu li:hover>a,.menu li.current-menu-item>a,.menu li.current-menu-parent>a {
    color: #cbcbca;
    text-decoration: none
}

.menu>li {
    display: inline-block;
    position: relative;
    line-height: 68px
}

.menu>li:last-child {
    background: 0 0
}

.menu>li>a {
    display: block;
    text-transform: uppercase;
    text-transform: uppercase;
    position: relative;
    font-weight: 700
}

.menu li ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    list-style: none;
    padding: 0
}

.menu>li.hover>ul {
    left: 50%;
    margin-left: -125px
}

.menu li li.hover ul {
    left: 100%;
    top: 0
}

.menu li li {
    padding: 0;
    line-height: 22px;
    text-align: left;
    margin: 0
}

.menu li li a {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    padding: 8px 10px;
    background: rgba(77,77,79,.75)
}

.menu li li:last-child {
    border-bottom: none
}

.menu li li a:hover {
    color: #4d4d4f;
    background: #fff
}

.menu li li li a {
    background-color: rgba(77,77,79,.75);
    z-index: 200
}
.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.navigation{}
@media (max-width: 1300px) {.navigation{font-size:14px;}}
@media (max-width: 1100px) {.navigation{font-size:12px;}}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

#outer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 80px;
	padding-left:50px;
	padding-right:50px;
}
.div {
	flex: 0 0 50px;
	margin: 5px;
}
.w25{width:25%;}
.w75{width:75%;}
.w70{width:70%;}
.big {
	flex-basis: 110px;
}
.home-btn1 {
  background-color: #000000;
  border-radius: 35px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight:800;
  margin: 4px 2px;
  cursor: pointer;
}
.home-btn1:hover{background-color: #ff0000;color: white;}
.home-btn2 {
  background-color: #ff0000;
  border-radius: 35px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight:800;
  margin: 4px 2px;
  cursor: pointer;
}
.home-btn2:hover{background-color: #000000;color: white;}
.readmore-btn {
    padding: 10px 35px 10px 0;
    position: relative;
    font-size: 16px;
    color: #cd171d;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.readmore-btn:after {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -35px -414px;
    position: absolute;
    content: "";
    right: 0;
    height: 20px;
    width: 26px;
}
/*
.carousel-caption {
    /*top: 0;
    bottom: auto;*//*
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}
*/
.heading-title {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 65px;
    font-weight: 900;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.73);
}
.heading-text {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.73);
}
.box-heading-title {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 1200px) {
  .heading-title {font-size: 55px;}
}
@media (max-width: 768px) {
  .heading-title {font-size: 45px;}
  .heading-text {font-size: 20px;}
}
@media (max-width: 576px) {
  .heading-title {font-size: 35px;}
  .heading-text {font-size: 18px;}
}
@media (max-width: 400px) {
  .heading-title {font-size: 25px;}
  .box-heading-title {font-size: 18px;}
  .heading-text {font-size: 16px;}
}
.home-choose{
	background-color: transparent;
    background-image: linear-gradient(180deg, #00000021 0%, #FFFFFF 100%);
}

.two-lines {
    line-height: 1.5em;
    height: 3.0em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
}
.icon-img {width:70px;}
.box-text {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
	text-align: center;
	line-height: 1.5em;
    height: 13em;
	overflow: hidden;
}
.rt-block{ margin:0 0 30px; padding:0; }
.rt-block .wpcf7-form{ background:#fff; border-radius:5px; margin:0; padding:25px 25px 20px; -webkit-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.rt-block .wpcf7-form label{ font-family: 'SFUIDisplay-Light'; font-size:15px; line-height:17px; letter-spacing:.64px; color:#2c2c2c; width:100%; padding:0; /*margin:0 0 18px; */}
.rt-block .wpcf7-form .wpcf7-form-control{ width:100%; height:50px; background:none; border:1px solid rgba(0,0,0,.1); /*font-family: 'SFUIDisplay-Thin';*/ font-size:15px; line-height:17px; letter-spacing:.96px; color:#2c2c2c; margin:8px 0 0; padding:0 15px; }
.rt-block .wpcf7-form textarea.wpcf7-form-control{ height:105px; resize:none; padding:10px 15px 10px; }
.rt-block .wpcf7-form .wpcf7-submit{ display:inline-block; border:none; width:auto; background:#f26532; font-family: 'SFUIDisplay-Medium'; font-size:14px; line-height:16px; letter-spacing:.64px; color:#fff; text-transform:uppercase; transition:all 500ms ease-in-out; margin:0; padding:0 20px; }
.rt-block .wpcf7-form .wpcf7-submit:hover{ background:#00b9cb; }
.rt-block .wpcf7-form .wpcf7-getprice{ display:inline-block; border:none; width:100%; background:#7c6e69; font-family: 'SFUIDisplay-Medium'; font-size:18px; line-height:16px; letter-spacing:.64px; color:#fff; transition:all 500ms ease-in-out; margin:0; padding:0 20px; }
.rt-block .wpcf7-form .wpcf7-getprice:hover{ background:#00b9cb; }

.rt-block .map-block{ border-radius:5px; margin:0; padding:10px 5px 0; -webkit-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.rt-block .map-block iframe{ width:100%; height:460px; border:none; }

.img-gallery{max-width:100%; padding:20px;}
.img-thumb{width:100%; height:280px;padding-top: 2px; padding-right: 0px;  padding-bottom: 2px; padding-left: 0px;}
.img-thumb1{width:180px; height:180px;padding-top: 2px; padding-right: 0px;  padding-bottom: 2px; padding-left: 0px;}
.img-thumb2{width:40px; height:46px;padding-top: 2px; padding-right: 0px;  padding-bottom: 2px; padding-left: 0px;}
.img-thumb-padding{padding-right: calc(var(--bs-gutter-x) * 0.1);padding-left: calc(var(--bs-gutter-x) * 0.1);}
@media (max-width: 575px) {.img-thumb-padding{padding-right: calc(var(--bs-gutter-x) * 0.5);padding-left: calc(var(--bs-gutter-x) * 0.5);}}
/*
@media (max-width: 1400px) {.img-thumb{width:300px; }}
@media (max-width: 991px) {.img-thumb{width:250px; }}
@media (max-width: 768px) {.img-thumb{width:280px; }}
*/
.link-color{color: #A9B821;}
.link-color-white{color: #fff;}
.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.aboutus-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/projects/shannon-airport/shannon-airport-4.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.projects-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/projects/mincon/mincon-1.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/projects/kinvara/kinvara-1.jpeg);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
    position: relative;
}
.industrial-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/projects/kinvara/kinvara-1.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.lv-switchgear-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/lv-switchgear-header.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.fire-alarm-header {
    height: 50vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(../images/fire-alarm-header.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}