.main-menu-right {
    height: 104px;
    border-left: 1px solid rgb(224 224 224 / 17%);
}

/* home page */
.testimonial-img {
    max-height: 320px;
}

.service-details-four {
    justify-content: center;
}

.service-box-four {
    background: linear-gradient(to bottom right, white, #e7e5e4);
    border: 1px solid #e7e5e4;
    transition-duration: 400ms;
    height: 320px;
    padding: 0px 35px;
    border-radius: 0px;
}

.service-box-four:hover {
    background: #404040;
}

.service-box-four h4 {
    font-size: 24px;
    color: black
}

.service-box-four i {
    font-size: 50px;
    height: 80px;
    color: #616161;
    transition-duration: 400ms;
}

.service-box-four p {
    opacity: 80%;
    margin-bottom: 0px;
    color: black;
    opacity: 0%;
    height: 0%;
    transition-duration: 400ms;
}

.service-box-four:hover p {
    opacity: 100%;
    height: 80px;
}

.service-box-four:hover h4,
.service-box-four:hover p,
.service-box-four:hover i {
    color: white;
}

.service-box-four:hover i {
    font-size: 25px;
    height: 40px;
}

.industry-slider .benefit-box-four {
    margin: 0 10px;
}

.industry-slider {
    margin-top: 40px;
}

.blog-section-two {
    padding-bottom: 150px;
}

.about-section-four {
    padding-bottom: 80px;
}

.benefit-section-four {
    padding-top: 80px;
}

.why-choose-video-four {
    display: none
}

.contact-box .contact-details {
    width: 100%;
    padding: 25px;
    min-height: 230px;
    transition-duration: 400ms;
}

.contact-box:hover .contact-details {
    transform: translateY(-12px);
}

.contact-box .contact-details a,
.contact-box .contact-details p {
    font-size: 15px;
}

.contact-box .contact-details i {
    color: #a1a1a1;
    transform-origin: top right;
    transition-duration: 400ms;
}

.contact-box .contact-details:hover i {
    color: black;
    transform: scale(120%);
}

.map-section .map {
    background-image: url(../images/contact-four-bg.jpg);
    height: 600px;
}

.why-choose-section-four .heading-box {
    margin-bottom: 0px;
}

.page-header-section {
    background-image: url(../images/banner-3.jpg);
    height: 100vh;
    padding-top: 350px;
}

.banner-slide-item-one {
    height: 100vh;
    padding-top: 300px;
}

.about-image-four img {
    object-fit: cover;
}

.cta-section-three {
    background-image: url(../images/get-started.jpg);
    background-attachment: fixed;
}

.industry-section-content .heading-title {
    margin-bottom: 80px;
}

/* ------------------- about page ----------------------- */
.team-section-one {
    background-color: #e2e8f0;
}
.team-section-one.about-team {
    padding-top: 150px;
    margin-top: 150px;
}

.about-section-one {
    width: 1440px;
    margin: 150px auto;
    padding: 0px !important;
}

.page-header-section.about-header {
    background-image: url(../images/about-header.jpg)
}

.about-us-img {
    width: 100%;
    aspect-ratio: 1/0.8 !important;
    object-fit: cover;
}

.about-left-one img {
    position: relative;
}

.about-left-one {
    height: auto;
}

.about-right-one {
    padding: 0px !important;
    margin: 0px !important
}

.team-image-one {
    padding: 80px;
    padding-bottom: 0px;
}

.about-section-four {
    padding: 0px;
    width: 1440px;
    margin: 150px auto;
}

.service-section-four {
    background-color: #F5F5F4;
    padding-top: 150px;
}

.index-why-choose-subtitle {
    padding: 40px 0;
}

.index-about-img-container {
    width: 100%;
    margin: 0px;
    height: 100%;
}

.index-about-img-container img {
    height: 100%;
    object-fit: cover;
}

.sidebar-link-text {
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-left: 4px;
}

.sub-title {
    font-size: 20px !important;
    color: #737373 !important;
}

.heading-title span {
    color: #a1a1a1;
}

.btn-light:hover {
    background-color: #737373 !important;
}

.menu-item-children.active {
    color: #a1a1a1 !important;
}

.main-menu-inner .main-menu-list .menu-item-children {
    font-size: 18px;
    position: relative;
}

.main-menu-inner .main-menu-list .menu-item-children::after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: 0px;
    background-color: var(--uniqo-primary);
    height: 1px;
    width: 0%;
    transition: width 0.3s ease-in-out;
}

.main-menu-inner .main-menu-list .menu-item-children:hover::after {
    width: 100%;
}

.footer-unstyled-link::after {
    display: none;
}

/* -------------------------- */
/* .modal-backdrop.show {
    opacity: 0.75;
} */
/* -------------------------- */