.home-banner .bg-img {
    background-color: #0092a9;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
}

.home-banner .container {
    padding: 3rem 0;
}

.home-banner .hex {
    filter: drop-shadow(0 4px 3px #12155231);
    -webkit-filter: drop-shadow(0 4px 3px #12155231);
}

.hex-div {
    cursor: pointer;
    position: relative;
    padding: 2px;
    filter: drop-shadow(0 4px 3px #12155231);
    -webkit-filter: drop-shadow(0 4px 3px #12155231);
}

.hex-div::after {
    position: absolute;
    content: '';
    background-color: #efefef;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -ms-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
}

.hex-div:hover::after {
    background-color: var(--secondary-color-dark);
}

.hex-div:hover {
    filter: drop-shadow(0 4px 7px #1215523a);
    -webkit-filter: drop-shadow(0 4px 7px #1215523a);
}

.hex-div .content {
    position: absolute;
    text-align: center;
    bottom: 20%;
    z-index: 1;
    width: 75%;
    left: 12.5%;
}

.hex-div .content p {
    margin-bottom: 0;
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -ms-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
}

.hex-div:hover p {
    color: var(--secondary-color-dark);
}

.hex-div .content.sub-text {
    bottom: 15%;
}

.hex-div:hover svg path {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
}

.hex-div:hover svg path {
    fill: var(--secondary-color-dark);
}

.indus-img {
    filter: drop-shadow(0 4px 7px #1215526c);
    -webkit-filter: drop-shadow(0 4px 7px #1215526c);
}

.abt-img {
    max-width: 480px;
}

.hex-icon {
    max-width: 14px;
    margin-right: 12px;
    margin-top: 5px;
}

.center-logo {
    max-width: 200px;
}

.why-choose-us ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.why-choose-us .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.g-img {
    padding: 8px;
    height: 100%;
    box-shadow: 0 3px 5px #12155231;
}

.g-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-stage {
    display: flex;
}

.item {
    height: 100%;
}

.w-20px {
    max-width: 20px;
}

.cl-logo {
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #e6e6e6;
}

.cl-logo:hover {
    border-color: transparent;
    box-shadow: 0 4px 20px #4040402c;
}

.cl-logo img {
    max-width: max-content;
    max-height: 90px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .w-md-25 {
        max-width: 33.333337%;
    }

    .hex-div .content p {
        font-size: 0.925rem;
    }
}

@media screen and (min-width: 992px) {
    .w-md-25 {
        max-width: 25%;
    }

    .hex-div .content p {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1200px) {
    .why-choose-us ul {
        justify-content: space-around;
    }

    .w-xl-20 {
        max-width: 20%
    }

    .why-choose-us ul {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1440px) {
    .w-xxl-16 {
        max-width: 16.666667%
    }

    .hex-div .content p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 768px) {
    .hex-div .content {
        bottom: 21%;
    }
}

@media screen and (max-width: 575.5px) {
    .hex-div .content.sub-text {
        bottom: 12%;
    }
}

@media screen and (max-width: 450px) {
    .hex-div .content p {
        font-size: 12px;
    }

    .hex-div .content {
        width: 86%;
        left: 7%;
        bottom: 21%;
    }
}