.tg-header__top-two {
    padding: 0.5rem 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
    width: 280px;
}

.tgmenu__navbar-wrap>ul {
    margin: 0 0 0 auto;
}

.tgmobile__menu .navigation .sub-menu li>a {
    font-size: 14px;
}

.tgmobile__menu {
    width: 75%;
}

.tgmenu__nav .logo img {
    width: 100%;
    max-height: 5rem;
}

.hero-7 {
    margin-top: 0rem;
}

.breadcrumb__content {
    padding: 6rem 0;
}

.about-us .process-card {
    min-height: 32rem;
}

.tgmenu__navbar-wrap ul li .sub-menu {
    min-width: 1000px;
    left: -53rem;
    padding: 2rem;
}

.mega-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 820px) {
    .mega-menu h5 {
        padding-left: 1rem;
    }
}

.mega-menu ul .mega-item:last-child a {
    padding: 0;
}

.mega-menu ul .mega-item a {
    padding: 0 0 1rem !important;
}

.mega-menu ul .mega-item a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.product-block {
    padding: 1rem;
    border: 1px solid #7DCDCE;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}

.product-block .product-name h5 {
    margin: 0;
    font-size: 1rem;
    color: #7DCDCE;
}

.product-block:hover {
    background: #A6DC77;
    border-color: #A6DC77;

}

.product-block:hover .product-name h5 {
    color: #ffffff;
}

.services .service-card-title {
    font-size: 1.25rem;
}

.services .service-card-number {
    font-size: 2rem;
}

.services .service-card {
    transition: all 0.5s ease-in-out;
    background: #7DCDCE;
    min-height: 10rem;
    box-shadow: 4px 4px 4px 0px #E2E2E2;
}

.services .service-card:hover {
    background: #154C4C;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
}

.services .service-card:hover .service-card-icon .service-card-number {
    color: #ffffff;
}

.services .service-card:hover .service-card-title {
    color: #ffffff;
}

.custom-service .service-card {
    box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.07);
}

.custom-service .service-card-text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services .service-card .service-card-icon {
    margin-bottom: 0.25rem;
}

.business-value {
    background: #f1f1f1;
}

.service-area .nav li {
    padding: 0.5rem;
}

.service-area .nav-tabs {
    border: none;
}

.service-area .nav-tabs .active {
    border: none;
    background: #7DCDCE;
    color: #ffffff !important;
}

.service-area .nav-tabs .nav-item .nav-link {
    border: 1px solid #7DCDCE;
}

.service-area .nav-tabs .nav-item .nav-link {
    border-radius: 0.5rem;
    display: block;
    color: #7DCDCE;
    font-weight: 700;
}

.service-area .nav-tabs .nav-item .nav-link:hover {
    background: #7DCDCE;
    color: #ffffff;
    border-color: #7DCDCE;
}

.service-swiper {
    padding: 2rem 1rem;
    overflow: hidden;
}

.services-table .table tr td,
th {
    vertical-align: middle;
    text-transform: capitalize;
}

.global-swiper {
    overflow: hidden;
}

.global-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
}

.global-swiper .swiper-wrapper .swiper-slide img {
    height: 10rem;
    width: 10rem;
    object-fit: contain;
    text-align: center;
}

.global-swiper .swiper-wrapper .swiper-slide p {
    margin-top: 1rem;
    font-weight: 600;
}

.modal-content {
    position: relative;
}

.modal-content .btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 10;
    color: #000000;
    opacity: 1;
}

.modal-content .modal-body .contact__form {
    padding: 1rem;
}