.bg-overlay {
    background-image: url("img/bg.jpg");
    z-index: -2;
}
.bg-overlay > div {
    background-color: rgba(0, 0, 0, 0.8);
}
.main {
    padding-top: 84px;
}
.menu-icon > .fa,
#box-menu {
    font-size: 1em;
}
#intro {
    z-index: 2;
    max-width: 100%;
}
#intro.bg-light-8 {
    background-color: transparent !important;
}
#intro.bg-light-8 > .row {
    background-color: rgba(255, 255, 255, 0.8);
}
#intro > .sm {
    font-size: 2em;
}
#intro > .md {
    font-size: 3em;
}
#intro > .lg {
    font-size: 4em;
}
#home-slide-container{
    padding-bottom: 84px;;
}
/*
.slide-text {
    top: auto;
    left: auto;
    right: 0%;
    width: 50%;
    height: 60%;
    bottom: 0%;
}
*/
    .slide-text {
        left: 0px;
        right: auto;
        top: auto;
        bottom: 5%;
        padding: 0.5rem !important;
        height: auto;
        width: 75%;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: rgba(255, 255, 255, 0.8) !important;
    }

.slide-image {
    height: 75% !important;
    position: relative;
}
.slide-image,
#container-vision-mission {
    top: 0%;
}
#container-vision-mission {
    background-image: url("img/mission-bg.jpg");
    height: 100% !important;
}
.slide-image,
.slide-image > img,
.slide-text {
    border-radius: 1rem;
}
/*
#home-slide > .carousel-indicators {
    width: auto !important;
    right: auto !important;
    bottom: 10% !important;
    left: 1rem !important;
}
    */

    #home-slide > .carousel-indicators {
        margin-bottom: 0rem;
        bottom: -2rem !important;
        left: 0rem !important;
        right: 0rem !important;
    }

#home-slide > .carousel-indicators > button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.home-border {
    aspect-ratio: 1920 / 200;
}
.home-border::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 200;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../../img/border_new_2.png) no-repeat center;
    background-size: cover;
    z-index: 5;
    pointer-events: none;
}
.home-border::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 200;
    background-color: #f8f9fa;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(
        0 30%,
        73% 80%,
        100% 23%,
        100% 70%,
        100% 100%,
        0 100%,
        0 70%,
        0 100%
    );
}

.h-75-home-vision{
    height: 68% !important;
}

#home-vision{
    padding-top: 0 !important;
}

.home-vision-title-name{
    height: auto !important;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 1em;
    margin-left: 25%;
}
/* #home-message {
    position: relative;
    z-index: 2;
    padding-top: calc(clamp(50px, 5.208333333333334vw, 100px) * 2) !important;
    height: calc(100% + (clamp(50px, 5.208333333333334vw, 100px) * 2)) !important;
}
#home-message::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 200;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../../img/border.png) no-repeat center;
    background-size: cover;
    z-index: 5;
    pointer-events: none;
}
#home-message::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 200;
    background-color: #f8f9fa;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(
        0 30%,
        73% 80%,
        100% 23%,
        100% 70%,
        100% 100%,
        0 100%,
        0 70%,
        0 100%
    );
}
#home-message-container {
    top: -3rem;
    z-index: 2;
} */
.wow > h2 {
    color: #ffffff;
    margin-bottom: 22px;
}
.grid-outer > .column-wrap {
    height: 310px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.grid-outer > .column-wrap > .content-wrap > .content {
    width: 305px;
    height: 124px;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(1) > .content {
    bottom: 0.5rem;
    right: 0.5rem;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(2) > .content {
    bottom: 0.5rem;
    left: 0.5rem;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(3) > .content {
    right: 0.5rem;
    top: 0.5rem;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(4) > .content {
    top: 0.5rem;
    left: 0.5rem;
}
.logo.wow {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 51.5px);
    left: calc(50% - 51.5px);
}
.logo.wow > img {
    margin-left: -0.75rem;
}
.grid-outer > .column-wrap > .content-wrap > .content > .show {
    z-index: 3;
    position: relative;
    opacity: 1;
    max-width: 175px;
    height: 124px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.grid-outer > .column-wrap > .content-wrap > .content > .content-inner {
    display: none;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease-in-out,
        -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
        -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    z-index: 3;
}
.grid-outer
    > .column-wrap
    > .content-wrap
    > .content
    > .content-inner
    > .img-wrap
    > img {
    width: 50px;
    height: 50px;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(1) {
    z-index: 1;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(2) {
    z-index: 2;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(3) {
    z-index: 2;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(4) {
    z-index: 1;
}
.grid-outer > .column-wrap > .content-wrap:nth-child(1) .content:after,
.grid-outer > .column-wrap > .content-wrap:nth-child(2) .content:after,
.grid-outer > .column-wrap > .content-wrap:nth-child(3) .content:after,
.grid-outer > .column-wrap > .content-wrap:nth-child(4) .content:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.grid-outer > .column-wrap > .content-wrap:nth-child(1) .content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    margin: -51px;
    padding: 51px;
    /* border-radius: 50%; */
    -webkit-box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
    box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
}
.grid-outer > .column-wrap > .content-wrap:nth-child(2) .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: -51px;
    padding: 51px;
    /* border-radius: 50%; */
    -webkit-box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
    box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
}
.grid-outer > .column-wrap > .content-wrap:nth-child(3) .content:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: -51px;
    padding: 51px;
    /* border-radius: 50%; */
    -webkit-box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
    box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
}
.grid-outer > .column-wrap > .content-wrap:nth-child(4) .content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: -51px;
    padding: 51px;
    /* border-radius: 50%; */
    -webkit-box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
    box-shadow: 0 0 0 500px rgba(0, 72, 122, 0.7);
}
.grid-outer > .column-wrap > .content-wrap > .content:hover,
.grid-outer > .column-wrap > .content-wrap > .content:active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    padding: 28px 50px;
    width: 473px;
    height: 261px;
    color: black;
}
.grid-outer > .column-wrap > .content-wrap > .content:hover > .content-inner,
.grid-outer > .column-wrap > .content-wrap > .content:active > .content-inner {
    display: block;
}
.grid-outer > .column-wrap > .content-wrap > .content:hover > .show,
.grid-outer > .column-wrap > .content-wrap > .content:active > .show {
    display: none;
}
.grid-outer > .column-wrap > .content-wrap > .content:hover:after,
.grid-outer > .column-wrap > .content-wrap > .content:active:after {
    -webkit-box-shadow: 0 0 0 500px rgba(255, 255, 255);
    box-shadow: 0 0 0 500px rgba(255, 255, 255);
}
.home-project{
    min-height: 400px;
}
.home-project > .description {
    bottom: 2rem !important;
}
.home-project-type {
    width: 90%;
    left: 5%;
}
.carousel-indicators > .circle {
    height: 1rem;
    width: 1rem;
}
/* .home-message::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 50%;
    background-image: url(../../img/logo-compress.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
} */
.btn-primary.animate:active,
.btn-primary.animate:hover {
    background-color: white;
    border-color: white;
    color: #0dcaf0 !important;
    z-index: 2;
}
.btn-warning.animate:active,
.btn-warning.animate:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff !important;
    z-index: 2;
}
.home-vision-left {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.home-vision-right {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* .home-message-text::before, */
.home-headlines-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(100%, white),
        to(white)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        white 100%,
        white 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        white 100%,
        white 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        white 100%,
        white 100%
    );
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.home-headlines-container::before {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.home-btn-map {
    cursor: pointer;
}
.home-btn-map:active,
.home-btn-map:hover {
    border-bottom: 1px solid !important;
}

.clients_container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.individual_clients {
   /* margin: 1em 3em;*/
   width: 30%;
}

.individual_clients img {
    filter: grayscale(100%);
    max-height: 20em;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content2 {
    background-color: #2d2b2b;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color:white;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
