* {
  scroll-behavior: smooth;
}
@font-face {
  font-family: Helvetica Nue Light;
  src: url(./assets/Helvetica-Neue/HelveticaNeueLight.ttf);
}
@font-face {
  font-family: Helvetica Neue Regular;
  src: url(./assets/Helvetica-Neue/HelveticaNeueMedium.ttf);
}
@font-face {
  font-family: Helvetica Neue Bold;
  src: url(./assets/Helvetica-Neue/HelveticaNeue-BoldExt.otf);
}
@font-face {
  font-family: Helvetica Bold;
  src: url(./assets/helvetica\400ttf);
}
@font-face {
  font-family: Helvetica New Bold;
  src: url(./assets/FontsFree-Net-HelveticaNeueBold.ttf);
}
@font-face {
  font-family: Helvetica New Regular;
  src: url(./assets/HelveticaNeue-Regular.ttf);
}
@font-face {
  font-family: Helvetica roman;
  src: url(./assets/Helvetica-Neue/HelveticaNeue-Roman.otf);
}
@font-face {
  font-family: Helvetica Neue Light;
  src: url(./assets/HelveticaNeueLight.ttf);
}

.navbar ul li a {
  height: 21px;
  color: #4a4a4a;
  font-family: Helvetica Nue Light;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;

  font-weight: bolder;
  display: flex;
  justify-content: space-around;
  font-weight: 600;
  /* color: #4A4A4A; */
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lis {
  margin-right: 30px;
  text-align: center;
  /* justify-content: space-around; */
}

.card-img-top{
  height: 260px !important;
}
.title1 {
  font-size: 40px;
  position: absolute;
  color: #fff;
  font-family: Helvetica New Bold;
  top: 52%;
  left: 7%;
  letter-spacing: 0.8px;
  line-height: 58px;
  font-weight: bold;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sub-title {
  height: 90px;
  width: 601px;
  color: #ffffff;
  font-family: Helvetica Nue Light;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 38px;
  top: 73%;
  left: 7%;
  position: absolute;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.special-text {
  padding: 8px 5px;
  background-color: #006400;
  color: #000;
}
.about-title {
  height: 30px;
  /* width: 113px; */
  color: #232323;
  font-family: Helvetica New Bold;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 30px;
}
.our-services {
  height: 29px;
  /* width: 149px; */
  color: #232323;
  font-family: Helvetica New Bold;
  font-size: 24px;
  text-align: center;
  /* font-weight: bold; */
  letter-spacing: 0;
  line-height: 29px;
}

.vision {
  height: 26px;
  width: 64px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 27px;
}
.mission {
  height: 26px;
  width: 81px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 27px;
}
.core-values {
  height: 26px;
  width: 124px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 27px;
}
.deluto-energy-limited {
  height: 300px;
  /* width: 555px; */
  max-width: 100%;
  color: #676767;
  font-family: Helvetica Nue Light;
  font-size: 18px;
  font-weight: 00;
  letter-spacing: 0.3px;
  line-height: 30px;
}
.engineering-and-proc {
  height: 28px;
  /* width: 407px; */
  color: #676767;
  font-family: Helvetica Neue Regular;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 29px;
  margin-top: 20px;
}
.abt-img {
  margin-left: 170px;
  max-width: 100%;
}
#hero {
  margin-top: -108px;
  line-height: 24px;
  height: 80vh;
}
.hero__content {
  margin: 10em 0em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  /* width: 50%; */
}
.hero__content h2 {
  font-size: var(--fs-400);
  color: #fff;
  line-height: 36px;
  text-align: start;
}
.hero__content h4 {
  font-size: var(--fs-200);
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff183;
}
.hero__content p {
  font-size: var(--fs-200);
  color: #fff;
  line-height: 24px;
}
.hero__btn_group {
  margin-top: 1em;
}
.hero__primary_btn {
  text-decoration: none;
  padding: 0.7em 1.5em;
  background: #fff;
  color: var(--darker-primary-color);
}
.hero__primary_btn:hover {
  color: var(--darker-primary-color);
}
.hero__secondary_btn {
  text-decoration: none;
  padding: 0.7em 1.5em;
  border: 1px solid #fff;
  margin-left: 1em;
  color: #fff;
}
.hero__secondary_btn:hover {
  color: #fff;
}

#banner {
  margin-top: -109px;
}
#banner img {
  filter: brightness(50%);
  height: 500px;
  max-height: 100%;
}

section {
  padding: 60px 0;
  /* overflow: hidden; */
  /* margin: 60px 0; */
}

.carousel-text {
  font-family: Lato;
  font-size: 18px;
}

.item {
  text-align: start;
}

.logos {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
  flex-wrap: wrap;
  text-align: center;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.title {
  text-align: center;
}
.navbar {
  text-align: right;
}

.navbar ul li a {
  color: white;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.yellowline {
  margin-top: -35px;
}

.contact-text {
  font-size: 20px;
  font-family: Lato;
}

.footer {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-2020-delu {
  height: 17px;
  /* width: 377px; */
  color: #676767;
  font-family: Helvetica Nue Light;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 17px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 48px;
}
.at-deluto-we-provid {
  background-color: #f7f7f7;
  padding: 25px;
  height: 204px;
  /* width: 505px; */
  color: #676767;
  font-family: Helvetica Nue Light;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 20px;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.maintenance {
  background-color: #f7f7f7;
  padding: 25px;
  height: 255px;
  /* width: 505px; */
  color: #676767;
  font-family: Helvetica Nue Light;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 20px;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.body {
  background-color: #f7f7f7;
  padding: 20px;
  color: #676767;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 20px;
}
.our-team {
  height: 29px;
  /* width: 113px; */
  color: #232323;
  font-family: Helvetica New Bold;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 29px;
}
.our-sound-business-p {
  height: 196px;
  width: 510px;
  color: #676767;
  font-family: Helvetica Nue Light;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
}
.contact-us {
  height: 29px;
  /* width: 127px; */
  color: #232323;
  font-family: Helvetica New Bold;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
.lagos-office {
  height: 24px;
  width: 127px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.herbert-macaulay {
  height: 21px;
  width: 337px;
  color: #4a4a4a;
  font-family: Helvetica roman;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.abuja-office {
  height: 24px;
  width: 123px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.floor-asta-gall {
  height: 56px;
  width: 518px;
  color: #4a4a4a;
  font-family: Helvetica roman;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 28px;
}
.phone-number {
  height: 22px;
  width: 237px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 22px;
}
.number {
  height: 22px;
  width: 237px;
  color: #4a4a4a;
  font-family: Helvetica roman;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 22px;
}
.email-address-info {
  height: 22px;
  width: 274px;
  color: #4a4a4a;
  font-family: Helvetica Neue Regular;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.email {
  height: 22px;
  width: 274px;
  color: #4a4a4a;
  font-family: Helvetica roman;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 22px;
}

.hero-text {
  font-weight: bold;
}

#Banner {
  background-image: url("assets/landscape1.jpg");
}

.details {
  font-size: 18px;
  font-family: Helvetica Nue Light;
  font-weight: 300;
  color: #676767;
}

.services-list li a {
  color: black;
  text-decoration: none;
}
li {
  list-style: none;
}

.toggle-img {
  height: 15px;
  width: 15px;
  margin-top: 7px;
  background: url(./assets/Plus.svg);
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.toggle-img-minus {
  height: 15px;
  width: 15px;
  margin-top: 7px;
  background: url(./assets/Minus.svg);
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.text {
  height: 29px;
  width: 439px;
  color: #676767;
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
.map {
  /* width: 500px; */
  /* height: 400px; */
  max-width: 100%;
}

.slide1 {
  background: url(./assets/landscape.jpg) !important;
}
.slide2 {
  background: url(./assets/landscape.jpg) !important;
}
.slide3 {
  background: url(./assets/landscape.jpg) !important;
}
.slide4 {
  background: url(./assets/landscape.jpg) !important;
}
.slide5 {
  background: url(./assets/landscape.jpg) !important;
}
.slide6 {
  background: url(./assets/landscape.jpg) !important;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  min-height: 590px;
  width: 100% !important;
  background-position: center;
  background-size: cover !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  top: 90% !important;
  right: 3% !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 92% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  border-radius: 50% !important;
  padding: 17px !important;
  height: 40px !important;
  width: 40px !important;
  background: #f4f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abj-map {
  margin-top: -800px;
  margin-left: 280px;
  transition: all 0.5s;
  -webkit-animation: beat 0.7s ease 0s infinite normal;
  -moz-animation: beat 0.7s ease 0s infinite normal;
  animation: beat 0.9s ease 0s infinite normal;
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes beat {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.img-fluid {
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 1024px) {
  .title1 {
    top: 16%;

    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .sub-title {
    top: 27%;
    left: 7%;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .engineering-and-proc {
    margin-bottom: 48px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .at-deluto-we-provid {
    margin-bottom: 35px;
    height: 273px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .maintenance {
    margin-bottom: 20px;
    height: 320px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    margin-top: -26px;
  }
  /* .abj-map{
    margin-top: -37px;
    margin-left: 116px;
  }
  .lagos-map {
    margin-top: 190px;
    margin-left: -513px;
} */
}
@media (min-width: 768px) and (max-width: 769px) {
  /* my css */
  .abj-map {
    margin-top: -37px;
    margin-left: 116px;
  }
  .lagos-map {
    margin-top: 190px;
    margin-left: -513px;
  }
}

@media (min-width: 1300px) {
  .title1 {
    font-size: 40px;
    position: absolute;
    color: #fff;
    font-family: Helvetica New Bold;
    top: 31%;
    left: 12%;
    letter-spacing: -0.2px;
    line-height: 60px;
    font-weight: bold;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .sub-title {
    height: 90px;
    width: 38%;
    color: #ffffff;
    top: 50%;
    left: 12%;
    position: absolute;
    font-family: Helvetica Nue Light;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 35px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media (max-width: 500px) {
  #banner {
    margin-top: -108px;
  }
  #banner img {
    height: 250px;
  }
  .brandTitle {
    font-size: 0.95rem;
  }
  .title1 {
    font-size: 107%;
    position: absolute;
    color: #fff;
    font-family: Helvetica;
    top: 29%;
    left: 7%;
    letter-spacing: -0.2px;
    line-height: 25px;
    font-weight: bold;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .sub-title {
    height: 90px;
    width: 62%;
    color: #ffffff;
    top: 33%;
    left: 7%;
    position: absolute;
    font-family: Helvetica Nue Light;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 20px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .engineering-and-proc {
    margin-bottom: 48px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .at-deluto-we-provid {
    margin-bottom: 188px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .maintenance {
    margin-bottom: 318px;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    margin-top: -26px;
  }
  .side-img {
    display: none;
  }
  .abt-img {
    margin-left: 3px;
    margin-top: -49px;
  }
  .deluto-energy-limited {
    /* width: 390px; */
    margin-bottom: 127px;
  }
  .our-sound-business-p {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .lagos-map {
    width: 30px;
    margin-top: -218px;
    margin-left: 38px;
  }
  .abj-map {
    margin-top: -580px;
    margin-left: 200px;
    width: 30px;
  }
  .special-text {
    padding: 2px 2px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex-shrink: 1 !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
