@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap");
a.nav-link:hover {
  border-bottom: 1px solid green;
}
header .social .social-1 {
  width: 40px;
  height: 40px;
  border: 2px solid green;
  margin-bottom: 4px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: black;
}
header .social .social-1 a {
  color: black;
  line-height: 0;
  transition: 0.3s all ease-in-out;
}
header .social .social-1:hover {
  background-color: green;
  border: 2px solid green;
  transition: 0.3s all ease-in-out;
}
header .social .social-1:hover a {
  color: white;
  transition: 0.3s all ease-in-out;
}
footer {
  background-color: #7070702b;
  border-top: 1px solid #bdc2c7;
}
header {
  background-color: #e7e7e7;
  border-bottom: 1px solid #bdc2c7;
}
.hero-banner {
  background-image: url(images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 84vh;
}
.hero-banner h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.hero-banner p {
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.hero-banner .learn-btn a {
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.hero-banner .learn-btn:hover {
  background-color: green;
  border: 2px solid transparent;
  transition: 0.6s all ease-in-out;
}
.hero-banner .learn-btn {
  padding: 8px 40px;
  border-radius: 50px;
  border: 2px solid green;
  transition: 0.6s all ease-in-out;
}
.overlay {
  background-color: rgba(0, 0, 0, 61%);
}
.service .tele-img {
  height: 408px;
}
.service .tele-img img {
  object-fit: cover;
}
.service h1 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 2px solid green;
}

.service ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service p {
  color: black;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
}
.service ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: green;
  padding: 0px 10px;
}
.service ul > li > span {
  font-size: 20px;
  font-weight: 500 !important;
  color: black;
}

.about h1 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 2px solid green;
}
.about h4 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
}
.why h1 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 2px solid green;
}
.about .tele-img {
  height: 408px;
}
.about .tele-img img {
  object-fit: cover;
}
.about p {
  color: black;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
}
.about .contact-btn {
  padding: 8px 40px;
  border-radius: 50px;
  border: 2px solid green;
  transition: 0.6s all ease-in-out;
  width: fit-content;
}
.about .contact-btn a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.about .contact-btn:hover {
  background-color: green;
  border: 2px solid transparent;
  transition: 0.6s all ease-in-out;
  color: white;
}
.about .contact-btn a:hover {
  color: white;
}
.why ul li span {
  color: black;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
}
.why .tele-img {
  height: 408px;
}
.why .tele-img img {
  object-fit: cover;
}
.why ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service-offer .ece-re {
  background-image: url(images/bg4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
a.nav-link.active {
  font-size: 16px;
  font-weight: 500;
  color: green !important;
}
a.nav-link {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.service-offer .overlay {
  background-color: rgba(0, 0, 0, 70%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-offer .ece-re h4 {
  color: white;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.service-offer .ece-re p {
  font-size: 16px;
  color: white;
  line-height: 22px;
  text-align: center;
  padding: 10px;
  display: none;
}
.service-offer .ece-re:hover p {
  display: block;
  -webkit-animation: slide-down 0.6s ease-out;
  -moz-animation: slide-down 0.6s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.service-offer h1 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 2px solid green;
}
footer a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.about h2 {
  font-size: 30px;
  font-weight: 600;
  color: black;
}
.email {
  border: 2px solid green;
  padding: 1px 30px;
  width: fit-content;
}
.contact h1 {
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 2px solid green;
}
.contact .email p {
  font-size: 18px;
  color: black;
  font-weight: 400;
}
.contact .email:hover {
  background-color: green;
  border: 2px solid green;
}
.contact .email:hover p {
  color: white;
}
.contact p {
  color: black;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
}
.why ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: green;
  padding: 0px 10px;
}
.sticky {
  position: fixed;
  width: 100%;
}
.anim-t {
  animation: stick 0.6s linear !important;
}

@keyframes stick {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 50%;
    background-color: white;
  }
  100% {
    opacity: 100%;
  }
}
.contact-main {
  height: 100vh;
}
.about-main {
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-banner h1 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
}
