/**
* 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: "Open Sans", sans-serif;
  color: #444444;
}

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

a:hover {
  color: #5faee3;
  text-decoration: none;
}
p {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.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 {
  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: 100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  float: right;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-weight: 700;
  color: #24256d;/*#555555;*/
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #3498db;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# 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: 120px;
}
.div {
	flex: 0 0 50px;
	margin: 5px;
}
.w25{width:25%;}
.w75{width:75%;}
.w70{width:70%;}
@media (max-width: 1200px) {.w25{width:20%;}.w70{width:80%;}}
.big {
	flex-basis: 110px;
}
.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-desc {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.73);
	margin-left: 3.0rem;margin-right: 3.0rem;
}
.img-gallery{max-width:100%; padding:20px;}
@media (max-width: 1200px) {
  .heading-title {font-size: 45px;}
  .heading-desc {font-size: 25px;}
  
}
@media (max-width: 768px) {
  .heading-title {font-size: 35px;}
  .heading-desc {font-size: 20px;margin-left: 1.0rem;margin-right: 1.0rem;}
}
@media (max-width: 576px) {
  .heading-title {font-size: 25px;}
  .heading-desc {font-size: 18px;margin-left: 0rem;margin-right: 0rem;}
}
@media (max-width: 400px) {
  .heading-title {font-size: 20px;}
  .heading-desc {font-size: 15px;}
  
}
.home-choose{
	background-color: transparent;
    background-image: linear-gradient(180deg, #ede4e4 0%, #FFFFFF 100%);
}
.home-service-title{
	color: #cc0000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
	text-align: center;
    font-weight: 800;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
}
.home-service-desc{
    font-family: "Lato", Sans-serif;
    font-size: 15px;
	text-align: center;
}

#our-services{
	background-color: transparent;
    background-image: linear-gradient(180deg, #f7f4f4 0%, #00000021 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-heading-title {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.box-text {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
	text-align: center;
	line-height: 1.5em;
    height: 6.5em;
	overflow: hidden;
}
.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;}
.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:35px; 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 .map-block{ border-radius:5px; margin-top:15px; padding:5px 5px; -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:474px; border:none; }

.about-header {
    height: 70vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.2)),url(../images/menus/menu-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-header {
    height: 70vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.2)),url(../images/menus/menu-3.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.voucher-header {
    height: 70vh;
    width: auto;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.2)),url(../images/menus/menu-6.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-thumb{width:100%; height:280px;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);}}