.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

@media (min-width:768px) {
  .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: .8rem;
    padding-bottom: .8rem;
    line-height: 1;
  }
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

.aes-red-bg {
  background-color: #c60000;
}

.aes-blue-bg {
  background-color: #333a89;
}

.top-nav {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
}

.top-nav .nav-item:hover {
  background-color: #333a89;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-nav .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav .nav-item.active {
  background-color: #333a89;
}

.top-nav .navbar-toggler {
  margin: 0 auto;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 32.4px;
}

@media (max-width: 767px) {
  .top-nav .container {
    max-width: 100%!important;
  }
}

.logo-container img {
  max-width: 100%;
  max-height: 85px;
}

.information-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-area {
  background-color: #fff;
}

.icon-center {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.contact-icons i {
  font-size: 50px;
  width: 1rem;
  height: 1rem;
  /*display: block;*/
  /*line-height: 1;*/
  color: #c60000;
}

.mb-0, .my-0 {
}

.contact-texts h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-texts p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto';
  margin-top: 2px;
  color: #333a89;
}

.contact-row {
  display: flex;
  align-items: center;
}

.center-div {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.contact-column {
  display: grid;
}

.logo-container {
  text-align: center;
  margin: 0 auto;
}

.background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0c0c0c;
  opacity: .28;
}

.carousel-text-overlay h1 {
  color: #333a89;
  font-family: prompt,Sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.21em;
  letter-spacing: 2.8px;
  text-shadow: 2px 2px 0 #fff;
}

.carousel-text-overlay h2 {
  color: #fff;
  font-family: prompt,Sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.35em;
}

.quality-service p {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 300;
  margin-bottom: 0px;
}

.affordable-electrician-services h2 {
  color: #162b40;
  font-family: prompt,Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.35em;
  margin-bottom: 20px;
}

.affordable-electrician-services p {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 300;
  margin-bottom: 0px;
}

.about-our-company-photo img {
  width: 100%;
}

.why-call-professionals h2 {
  color: #c60000;
  font-family: prompt,Sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.35em;
}

.why-call-professionals p {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 300;
  margin-bottom: 0px;
}

.core-values h2 {
  color: #162b40;
  font-family: prompt,Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.35em;
  text-align: center;
}

.values-heading {
  color: #c60000;
  font-family: prompt,Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
}

.values-list {
  color: #000;
  font-family: roboto,Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.49em;
}

.footer-dark {
  background-color: #333a89;
  text-align: left!important;
}

.footer-dark h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  border-bottom: 3px solid #c60000;
  line-height: 3;
  display: inline-block;
}

.footer-dark img {
  width: 100%;
  padding-bottom: 20px;
}

.footer-aes-text {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 25.2px;
}

.footer-dark li a {
  font-size: 18px;
  color: #fff!important;
  text-transform: uppercase;
  opacity: 1;
  font-family: 'Open Sans';
}

.footer-dark li {
  padding-bottom: 15px;
}

.copyright {
  background-color: #141414;
  opacity: 1;
}

.disabled {
}

.contacts-list a {
  padding-left: 10px;
}

.contacts-list a {
  text-transform: initial!important;
}

.services-img img {
  width: 100%;
}

.services-col li {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 23.55px;
  font-weight: 300;
}

.services-col h2 {
  color: #162b40;
  font-family: archivo,Sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 23px;
}

.services-col ul {
  padding: 0;
  margin: 15px 0 15px 20px;
}

.our-services-paragraph {
  font-family: 'Roboto';
  font-size: 21px;
  line-height: 31.5px;
  font-weight: 400;
}

.our-services-header {
  background-color: transparent;
  background-image: linear-gradient(180deg,#1d1d1d 0%,#4c4c4c 100%);
  padding-top: 75px;
  padding-bottom: 75px;
}

.our-services-header span {
  color: #fff;
  font-family: archivo,Sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1em;
}

.aes-red-text {
  color: red!important;
}

.electrical-services-heading {
  color: #162b40;
  font-family: archivo,Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1em;
}

.electrical-services-heading span {
  color: #162b40;
  font-family: archivo,Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1em;
}

.about-us-section {
  background-image: url("../../assets/img/about-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.background-overlay-about {
  background-color: transparent;
  background-image: linear-gradient(90deg,#ffffff 42%,rgba(242,41,91,0) 100%);
  opacity: 1;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.gallery .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery .col {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.gallery .col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  transition: 0.3s linear;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

@media (max-width: 990px) {
  .carousel-caption h1 {
    color: #333a89;
    font-family: prompt,Sans-serif;
    font-size: 42px!important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.21em;
    letter-spacing: 2.8px;
    text-shadow: 2px 2px 0 #fff;
    text-align: center;
  }
}

.carousel-caption h1 {
  color: #333a89;
  font-family: prompt,Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.21em;
  letter-spacing: 2.8px;
  text-shadow: 2px 2px 0 #fff;
}

@media (max-width: 768px) {
  .carousel-caption h2 {
    color: #fff;
    font-family: prompt,Sans-serif;
    font-size: 22px!important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.35em;
  }
}

.carousel-caption h2 {
  color: #fff;
  font-family: prompt,Sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.35em;
}

@media (max-width: 1200px) {
  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    padding-left: 0!important;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
  }
}

.about-us-text h1 {
  color: #162b40;
  font-family: archivo,Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1em;
}

.about-us-text p {
  font-family: 'Roboto';
  line-height: 31.5px;
  font-size: 21px;
  color: #262626;
}

.statistics-section {
  background-color: #1b242b;
}

.statistics-section span {
  font-size: 80px;
  font-family: 'Raleway';
}

.footer-dark .item:not(.social) {
  text-align: left!important;
}

@media (max-width: 768px) {
  .contact-columns {
    /*display: none;*/
  }
}

body {
  overflow-x: hidden;
}

#carousel-1 {
  z-index: 0;
}

@media (max-width: 768px) {
  .home-page-section {
    /*margin-top: 1px!important;*/
  }
}

@media (min-width: 800px) {
  .home-page-section {
    margin-top: -40px!important;
  }
}

@media (min-width: 991px) {
  .home-page-section {
    margin-top: -103px!important;
  }
}

@media (max-width: 991px) {
  .affordable-electrician-services {
    margin-top: 10px!important;
  }
}

.affordable-electrician-services {
  margin-top: 104px;
}

.contact-links:focus {
  text-decoration: none!important;
  color: inherit;
}

.contact-links:hover {
  text-decoration: none!important;
  color: inherit;
}

.contact-links {
  text-decoration: none!important;
  color: inherit;
  margin: 0 auto;
}

.404-section {
  height: 100vh;
}

