.loader {
  background: #2c2e2c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 150px;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: none;
  color: #3D3D3D;
}
a:hover {
  text-decoration: none;
}

.w_100 {
  width: 100%;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body,
html {
  overflow-x: hidden !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
  background: #474946;
  padding: 0.5em 0;
  border-bottom: 2px #d5d9d5 solid;
}
.navbar .logo {
  width: 100%;
  max-width: 250px;
}
.navbar .navbar-nav {
  margin-inline-start: auto;
}
.navbar .navbar-nav li.nav-item {
  margin: 0 1vw;
}
.navbar .navbar-nav .nav-link {
  color: #d5d9d5;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}
.navbar .navbar-nav .nav-link i {
  font-size: 23px;
}
.navbar .navbar-nav .nav-link:hover {
  color: white;
}

.banner {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
.banner.internal {
  height: 400px;
}
.banner .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.594);
}
.banner .content div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .content div h1 {
  color: #d5d9d5;
  font-size: 40px;
  font-weight: 500;
}
.banner .content div h1 span {
  color: white;
  font-size: 60px;
  font-weight: 900;
}
.banner .content div p {
  color: #d5d9d5;
}

.tabs-banner {
  color: white;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tabs-banner img {
  margin-bottom: 10px;
}
.tabs-banner .col-md-4 {
  margin-bottom: 2em;
}

.background {
  position: relative;
}
.background::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../images/bird3.webp"), url("../images/bird2.webp"), url("../images/graphic6.webp"), url("../images/graphic1.webp"), url("../images/graphic3.webp");
  background-position: left top, right 55%, 180% -5%, -30% 50%, 85% 105%;
  background-size: 28%, 17%, 64%, 35%, 15%;
  background-repeat: no-repeat;
}
.background .story {
  padding: 5em 0;
  background: #474946;
}
.background .story .story_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.background .story .story_content {
  background: #2c2e2c;
  margin-right: -150px;
  width: 550px;
  z-index: 2;
  padding: 2em;
}
.background .story .story_content * {
  color: #d5d9d5;
}
.background .story .story_content h3 {
  font-size: 20px;
  font-weight: bold;
}
.background .story .story_content p {
  font-size: 11px;
}
.background .story .story_img .img {
  width: 100%;
  max-width: 600px;
}
.background .swiper-container-horizontal > .swiper-pagination-bullets,
.background .swiper-pagination-custom,
.background .swiper-pagination-fraction {
  bottom: 9%;
}
.background .swiper-pagination-bullet-active {
  background: #3a3b39;
  border: 2px solid #d5d9d5;
}
.background .gallery {
  background: #3a3b39;
  padding: 7em 0;
}
.background .gallery .gallery-text {
  color: white;
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2.5em;
}
.background .gallery .gallery-card .img {
  border-radius: 10px;
  height: 250px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 500ms linear;
}
.background .gallery .gallery-card .img:hover {
  background-size: 110%;
}
.background .gallery .arrow {
  color: #d5d9d5;
  position: relative;
  z-index: 2;
}

.sec-4 {
  position: relative;
  overflow: hidden;
}
.sec-4::before, .sec-4::after {
  content: "";
  position: absolute;
  background: rgba(69, 72, 69, 0.4196078431);
  width: 70%;
  height: 200%;
  z-index: 2;
  top: -50%;
  border: 2px solid rgba(255, 255, 255, 0.275);
  transition: all ease-in-out 0.5s;
}
.sec-4::before {
  left: -21.2%;
  transform: rotate(15deg);
}
.sec-4::after {
  right: -21.2%;
  transform: rotate(15deg);
}
.sec-4:hover::before {
  left: -72%;
}
.sec-4:hover::after {
  right: -72%;
}

.video-map {
  background: #454845;
  position: relative;
}
.video-map::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../images/graphic1.webp");
  background-position: 132% 77%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.counter_div {
  margin-top: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .counter_div .col-md-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.counter_div .col-md-25 {
  position: relative;
}
.counter_div .col-md-25::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: rgb(13, 13, 13);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.counter_div .col-md-25:last-child::after {
  display: none;
}
.counter_div .counter-container div {
  color: #d5d9d5;
  font-size: 25px;
  font-weight: 500;
}
.counter_div .counter-container .counter-title {
  color: white;
  font-size: 12px;
  margin-top: -5px;
  display: block;
}

.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 3;
}
.whatsapp img {
  max-width: 50px;
}
.phone {
  position: fixed;
  bottom: 85px;
  right: 28px;
  z-index: 3;    
  border-radius: 50%;
  border: 2px solid white;
}
.phone img {
  max-width: 45px;
}

.about::before {
  z-index: 2;
}

.footer {
  background: #3a3b39;
  margin-top: 4em;
  padding: 5em 0 2em 0;
  position: relative;
}
.footer.internal {
  margin: 0;
}
.footer.internal .container {
  position: relative;
  z-index: 3;
}
.footer .left h3 {
  color: #d5d9d5;
}
.footer .left p {
  color: #c5c5c5;
}
.footer .left > .d-flex {
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}
.footer .left > .d-flex .m-0 {
  max-width: 60%;
}
.footer .right h4 {
  color: #d5d9d5;
  font-size: 20px;
}
.footer .right p {
  font-size: 14px;
  color: white;
}
.footer .right input {
  -webkit-clip-path: polygon(0 2%, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(0 2%, 100% 0%, 98% 100%, 0% 100%);
  background: #454845;
  border-color: #757a75;
  margin-bottom: 1em;
  font-size: 14px;
  border-radius: 0;
  color: #888e88;
}
.footer .right .btn {
  margin: auto;
  display: block;
  background: #d5d9d5;
  color: black;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding-inline: 50px;
  border: 0;
  border-radius: 0;
}
.footer .social {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 0.6em 6em;
  background: rgba(69, 72, 69, 0.7098039216);
  margin-top: 4em;
  position: relative;
  z-index: 2;
}
.footer .social a {
  color: #d5d9d5;
}
.footer .social i {
  font-size: 25px;
}

.internal-project {
  background: #474946;
  color: #d5d9d5;
  padding: 5em 0;
}
.internal-project .row {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
.internal-project .row:nth-child(even) {
  flex-direction: row-reverse;
}
.internal-project .project-card {
  position: relative;
  z-index: 3;
  padding: 2em;
  background: #3a3b39;
}
.internal-project .project-card .content * {
  font-size: 13px;
}
.internal-project .project-card .content h2 {
  font-size: 22px;
}
.internal-project img {
  height: 100%;
}
.internal-project .content ul {
  padding-inline-start: 1em;
}
.internal-project .content li {
  list-style: disc;
}

.services {
  background: #474946;
  color: #d5d9d5;
  padding: 5em 0;
}
.services a {
  color: #d5d9d5;
}
.services .service-card {
  position: relative;
  z-index: 3;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 2em;
}
.services .service-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3a3b39;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
.services .service-card .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.services .service-card:hover::before {
  background: rgba(0, 0, 0, 0.6666666667);
}

.mission {
  background: rgb(44, 46, 44);
  padding: 2em;
  max-width: 1050px;
  margin: auto;
  margin-top: 3em;
  position: relative;
  z-index: 2;
}
.mission h3 {
  font-size: 25px;
  font-weight: bold;
  color: #d5d9d5;
}
.mission .brief {
  color: #d5d9d5;
}

.contact {
  background: #474946;
  color: white;
  padding: 5em 0;
}
.modal-header {
  padding: .5em; background-color: #d5d9d5;
  border-bottom: 1px solid #dee2e6;
}
.contact .contact-form {
  position: relative;
  z-index: 2;
  background: #3a3b39;
  padding: 2em;
}
.contact .left {
  position: relative;
  z-index: 2;
}
.contact .left h3 {
  color: #d5d9d5;
}
.contact .left p {
  color: #c5c5c5;
}
.contact .left > .d-flex {
  flex-wrap: wrap;
}
.contact .left > .d-flex .m-0 {
  max-width: 60%;
}
.contact .right h4 {
  color: #d5d9d5;
  font-size: 20px;
}
.contact .right p {
  font-size: 14px;
  color: white;
}
.contact .right input, .contact .right textarea {
  -webkit-clip-path: polygon(0 2%, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(0 2%, 100% 0%, 98% 100%, 0% 100%);
  background: #454845;
  border-color: #757a75;
  margin-bottom: 1em;
  font-size: 14px;
  border-radius: 0;
  color: #888e88;
}
.contact .right textarea {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.contact .right .btn {
  margin: auto;
  display: block;
  background: #d5d9d5;
  color: black;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding-inline: 50px;
  border: 0;
  border-radius: 0;
}

#toast-container>div {
  opacity: 1;
  width: inherit;
  min-width: 300px;
  max-width: 400px;
}
.toast.toast-error {
  background: red;
  color: white;
}
.toast.toast-success {
  background: green;
  color: white;
}
.alert-danger {
  font-size: 13px;
  padding: 0.6em;
}
@media only screen and (max-width:480px) {
  .banner {
    max-height: 570px;
    margin-top: 70px;
  }
  .banner .content div {
    width: 90%;
  }
  .banner .content div h1 {
    font-size: 30px;
  }
  .banner .content div h1 span {
    font-size: 40px;
  }
  li.nav-item.d-flex {
    gap: 10px;
    justify-content: center;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .navbar .navbar-nav {
    text-align: center;
    font-size: 22px;
  }
  .navbar .logo {
    max-width: 210px;
  }
  .background .story .story_flex {
    flex-wrap: wrap;
  }
  .background .story .story_content {
    margin-right: 0;
    width: 100%;
    padding: 2em 1.2em;
  }
  .container.counter_div .col-4.col-md-25 {
    margin-bottom: 2em;
  }
  .counter_div .counter-container div {
    font-size: 15px;
  }
  .counter_div .counter-container .counter-title {
    font-size: 10px;
    margin-top: 0;
  }
  .background .gallery {
    padding: 4em 0;
  }
  .footer {
    margin-top: 1em;
  }
  .footer .right {
    text-align: center;
  }
  .footer .left .d-flex, .footer .social {
    justify-content: center;
    text-align: center;
  }
  .footer .left > .d-flex .m-0 {
    max-width: 80%;
  }
  .background .story .story_content p {
    font-size: 1rem;
}
  
}/*# sourceMappingURL=style.css.map */