.navbar-nav .activelink {
    color: #E31E24 !important;
}

.client-logo img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.List-of-Machinery-page ul li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

.List-of-Machinery-images .blog-area .img-area img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-bottom: 1px solid #d5d5d5;
}

.List-of-Machinery-images .img-area {
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.List-of-Machinery-images .img-area h4 {
    padding: 10px 7px;
}

p,
li,
span,
a,
b {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
}

.textarea-padding {
    padding-bottom: 40px 0px;
}

.list-style li {
    list-style-type: disc;
}

.style-1 span {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.style-1 button {
    padding: 7px 15px;
    border-radius: 10px;
    border: 2px solid #d3d3d3;
    color: #2c2956;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
}

.style-1 button:hover {
    border: 2px solid #fff;
    background-color: #2c2956;
    color: #fff;
}

/* Gallery CSS */
.gallery img {
    cursor: pointer;
    transition: 0.3s;
    aspect-ratio: 3/2;
    object-fit: cover;
    border: 1px solid #dadada;
}

.gallery img:hover {
    transform: scale(1.05);
}

.modal-img {
    width: fit-content;
}

.main-silder-swiper .swiper-slide .btn {
    margin-right: 10px;
}

.service-pb-100 {
    padding-bottom: 100px;
}

.padding-section {
    padding: 60px 0px;
}

/* Client logo */
.Client-logo .item img {
    border: 1px solid #dadada;
}

.Client-logo .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.item {
    width: 100%;
}

.border-box {
    padding: 20px;
    border: 1px solid #dadada;
    height: 100%;
}

.square-img {
    aspect-ratio: 3/3;
    object-fit: cover;
}

.about-us-page .border-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper-pagination span {
    font-size: 30px;
}

.service-card-specification table tr td,
.service-card-specification table tr th {
    margin: 0;
    padding: 7px;
}

.service-card-specification table tr th {
    color: #000;
}

.service-page img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.sqare-img img {
    aspect-ratio: 3/3 !important;
    object-fit: cover;
}

.contact-box .icon-md span i {
    color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .ic-media img {
    aspect-ratio: 2/3;
    object-fit: cover;
}

.nav-bg-r {
    background-color: #E31E24;
}

.nav-bg-b {
    background-color: #2c2956;
}

.nav-bg-r a,
.nav-bg-b a {
    color: #fff !important;
}

.gallery-section .img-sec img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border: 1px solid #dadada;
    transition: .5s;
}

.gallery-section {
    padding: 10px 0px 60px 0px;
}

.gallery-section .img-sec img:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.05);
}