@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.custom-page-text-color {
    color: #000;
}

.custom-page-breadcrumbs-area {
    position: relative;
    background: url('../../../assets/images/omkarworkbanner/about_us.png') no-repeat center center;
    background-size: cover;
    margin-top: 116px;
    padding: 100px 0px;
}


.custom-page-breadcrumbs-area .page-title ul.breadcrumbs-link li a {
    color: var(--white);
    text-decoration: none;
    border: 2px solid red;
}



.custom-page-breadcrumbs-area:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(2 2 2 / 13%);
    z-index: -1;
}

/*.custom-page-breadcrumbs-link {*/
/*    position: relative;*/
/*    top: 6rem;*/
/*}*/

.custom-page-breadcrumbs-link {
    position: relative;
    top: 66px;
    left: -26px;
}



.custom-page-breadcrumbs-link li a {
    color: var(--white);
    text-decoration: none;
}

.custom-page-breadcrumbs-link li a::after {
    display: inline-block;
    content: '/';
    margin-left: 10px;
    margin-right: 8px;
    color: var(--white);
}

.custom-page-breadcrumbs-link li.active {
    color: var(--white);
    text-decoration: none;
}

.custom-page-breadcrumbs-area .page-title h1 {
    font-size: 46px;
    line-height: 70px;
    color: var(--white);
    margin-bottom: 20px;
}

.custom-page-header-area-one .header-top-bar .top-left span {
    color: var(--white);
    margin-right: 25px;
    font-size: 1rem;
}


.text-about-us {
    text-align: justify;
}



.heading-divider-about-us {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #4d4b4b;
    width: 90px;
    height: 4px;
    border-radius: 50px;
    margin-bottom: -5px;
    position: relative;
    top: -19px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading-divider-about-us:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #000;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}


/* .sec-title-about-us {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
} */

.why-choose-us {
    width: 100%;
    margin: 20px auto;
    padding: 60px 20px;
    background-color: #f7f7f7;
}



/* Shared box styles */
.info-box {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
}

.info-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.icon-box {
    font-size: 2.2rem;
}

/* Vision specific */
.vision-box-custom {
    background-color: #f9f9ff;
}

.vision-box-custom .icon-box {
    color: #007bff;
}

/* Mission specific */
.mission-box-custom {
    background-color: #fffaf5;
}

.mission-box-custom .icon-box {
    color: #ff6f00;
}







.sidebar-widget {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 12px;
}

.sidebar-link {
    text-decoration: none;
    color: #555;
    padding: 10px 15px;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.sidebar-link:hover {
    background-color: #0f0f0f;
    color: #fff;
}

.sidebar-link.active {
    background-color: #060606;
    color: #fff;
}

.equipment-thumb {
    width: 200px;
    height: 150px;
    object-fit: cover;
}





/* 2 */

.equipment-sales-widget-area {
    background-color: #f8f9fa;
    padding: 25px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
}

.equipment-sales-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
    border-bottom: 2px solid #ccc;
    padding-bottom: 8px;
}

.equipment-sales-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.equipment-sales-nav li {
    margin-bottom: 14px;
}

.equipment-sales-link {
    font-size: 11px;
    /* small font as requested */
    color: #555;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: transparent;
}

.equipment-sales-link:hover {
    background-color: #0b0b0b;
    color: #fff;
}

.equipment-sales-link.active {
    background-color: #121212;
    color: #fff;
    font-weight: 600;
}

.card-text-about-us {
    font-family: 'roboto, sans-serif';
}

.card-text {
    height: 100px;
}


.solds {
    font-size: 28px;
    font-weight: 600;
    color: red;

}





.card .mb-4 .box-shadow {
    height: 100px;

}

/* new one */

/* price equipment sales slug */

.price {
    font-size: 1.8rem;
    font-weight: bold;
    color: red;
    /* red main price */
    display: inline-flex;
    align-items: center;
}

.price .pre-price {
    font-size: 1.2rem;
    color: #888;
    /* muted gray */
    text-decoration: line-through;
    margin-left: 1rem;
    /* spacing */
}

.products-details-wrapper .product-info p {
    color: #000;
    margin-bottom: 20px;
    margin-left: 17px;
}

.products-details-wrapper .product-info span.price {
    font-weight: 600;
    color: #000000;
    margin-left: 1rem;
}

.products-details-wrapper .product-info h2 {
    margin-bottom: 15px;
    margin-left: 1rem;
}


.slider-brands {
    text-align: center;
    font-size: 20px;
    color: #2d2a2a;
}

/* pdf */


.pdf-mj {
    background: #ffffff;
    padding: 40px;
    max-width: 700px;
    margin: 50px auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pdf-mj-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.pdf-mj-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pdf-mj-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
}

.pdf-mj-item:hover {
    background-color: #f1f1f1;
    transform: translateY(-2px);
}

.pdf-mj-icon {
    font-size: 24px;
    color: #d9534f;
    margin-right: 15px;
}

.pdf-mj-link {
    font-size: 16px;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.pdf-mj-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .pdf-mj {
        padding: 25px;
    }

    .pdf-mj-title {
        font-size: 22px;
    }

    .pdf-mj-link {
        font-size: 15px;
    }
}





/* all */

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000000;
    margin-left: 20px;
}


.all-pricings .pricing-img-hover {
    position: relative;
    overflow: hidden;
}

.all-pricings .image-hover-box {
    position: relative;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.all-pricings .image-hover-box img {
    transition: transform 0.3s ease;
}

.all-pricings .image-hover-box:hover img {
    transform: scale(1.05);
}

.all-pricings .hover-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.all-pricings .arrow {
    font-size: 16px;
    color: #333;
}

.all-pricings .image-hover-box:hover .hover-arrow {
    opacity: 1;
    transform: translateX(0);
}





/* Card styling */
.hover-card {
    padding-left: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.hover-card:hover {
    transform: translateY(-5px);
}

/* Image hover box */
.image-hover-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.image-hover-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Dark overlay blur effect on hover */
.image-hover-box::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    transition: top 0.4s ease;
    z-index: 1;
}

.image-hover-box:hover::before {
    top: 0;
}

/* Scale and blur image on hover */
.image-hover-box:hover img {
    transform: scale(1.05);
    filter: blur(2px) brightness(0.8);
}

/* Eye icon */
.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    font-size: 24px;
    color: white;
}

.image-hover-box:hover .hover-icon {
    opacity: 1;
}

/* Make whole card clickable, remove link styles */
.full-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


#specifications p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

#specifications i {
    font-size: 1.1rem;
}

















/* Tab Pane Paragraph Styling */
.tab-pane p {
    background-color: #f9f9f9;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

/* Icon Styling */
.tab-pane i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

/* Section Headings */
.tab-pane h5 {
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
    margin-top: 10px;
}









.product-img {
    box-shadow: rgba(211, 211, 211, 0.3) 0px 1px 2px 0px, rgba(255, 255, 255, 0.15) 0px 1px 3px 1px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}


/* index all */

button.btn-custom.btn.btn-dark {
    font-size: 12px;
    width: 100%;
}



.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000000;
    margin-left: 20px;
}













/* Make flag icons smaller */
.iti__flag {
    /* Adjust size as needed */
    height: 14px;

    /* Adjust size as needed */
}

/* Resize the input box if needed */
.iti-phone {
    /*padding-left: 50px;*/
    width: 100%;
    /* Make space for the flag */
}

/* Customize the country code dropdown to be smaller */
.iti__selected-flag {
    font-size: 14px;
    /* Reduce size of the flag and country code */
}

/* Make sure country name is visible in dropdown */
.iti__country-name {
    font-size: 14px;
    /* Adjust size */
}

/* Optional: Adjust the flag size for better fit */
.iti__flag {
    width: 22px;
    /* Adjust flag icon size */
    height: auto;
}













/* Container for the file upload */
.file-upload-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Hide the default file input */
.file-upload-input {
    display: none;
}

/* Custom label for the file upload */
.file-upload-label {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.file-upload-label i {
    margin-right: 8px;
}

/* Hover effect for the upload button */
.file-upload-label:hover {
    background-color: #0056b3;
}

/* File size info styling */
.file-size-info {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #6c757d;
}

/* Optional: Add a small icon inside the input field */
.file-upload-input:focus+.file-upload-label {
    outline: 3px solid #28a745;
    /* Green outline when focused */
}



.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
    border: 1px solid #e1d6d6;
}


.header-top-bar {
    background: #151515;
    padding: 10px 20px 10px 50px;
}


.hero {
    width: 100%;
    height: 100vh;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 100px;
    box-sizing: border-box;
}

.hero-content {
    color: white;
    text-align: center;
    max-width: 90%;
    white-space: normal;
    /* allow text wrap */
    background: rgba(0, 0, 0, 0.4);
    /* translucent background for readability */
    padding: 20px;
    border-radius: 8px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}

.hero p {
    font-size: 1.3rem;
    line-height: 1.4;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .hero h1 {
        font-size: 1.8rem;
        /* smaller but readable */
    }

    .hero p {
        font-size: 1rem;
    }
}





.slider-brands-header-slider {
    text-align: center;
    font-size: 20px;
    color: #2d2a2a;
}






/* Slider container */
/* Slider container */
.slider-about-show-one {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    background-color: #f9f9f9;
    /* Optional */
    margin-bottom: 60px;
    /* Space before footer */
}


/* Track that scrolls */
.slider-track-about {
    display: flex;
    width: max-content;
    animation: none;
    /* We'll use JS to animate */
    transition: transform 0.1s linear;
}

/* Each logo slide */
.slide-show {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo image */
.slide-show img {
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}

/* On hover, show logo in color */
.slide-show img:hover {
    filter: grayscale(0%);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .slide-show {
        padding: 0 20px;
    }

    .slide-show img {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .slide-show {
        padding: 0 15px;
    }

    .slide-show img {
        max-height: 50px;
    }
}


/* about mean custom page */


.gallery-card {
    height: 550px;
}


.content-column-about-about {
    height: 120vh;
    /* Adjust this value to the desired height */
}

.content-column-about-about img {
    height: 140%;
    /* Makes the image fill the height of the parent */
    width: 100%;
    /* Makes the image stretch to the full width of the parent */
    object-fit: cover;
    margin-top: -7rem;
    /* Ensures the image keeps its aspect ratio while covering the container */
}






#icons-i {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    top: 0px;
}

.about-img {
    max-width: 100%;
    height: auto;
}

/* Section Styling */
.why-choose-us-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #c60202c2;
    margin-bottom: 30px;
    position: relative;
}

.why-choose-us-span {
    color: #2f2f2f;
    font-weight: 700;
    padding-bottom: 5px;
}

.why-choose-us-description {
    text-align: center;
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}

/* Grid Layout for Items */
.row-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-lg-3,
.col-sm-6 {
    flex: 1 1 calc(33.33% - 15px);
    /* Adjust for spacing */
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .col-lg-3 {
        flex: 1 1 100%;
    }
}

/* Item Styling */
.item.why-choose-us {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    height: 25rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.item.why-choose-us:hover {
    background: #454343;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.item.why-choose-us:hover h6,
.item.why-choose-us:hover p {
    color: #fff;
}

.icons-why-choose {
    font-size: 40px;
    margin-bottom: 25px;
    color: #c60202c2;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50%;
    display: inline-block;
    background: #f0f0f0;
}

.icons-why-choose.fa-globe {
    background: rgba(247, 198, 5, 0.20);
}

.icons-why-choose.fa-anchor {
    background: rgba(255, 77, 28, 0.15);
}

.icons-why-choose.fa-hourglass-half {
    background: rgba(0, 147, 38, 0.15);
}

.icons-why-choose.fa-database {
    background: rgba(0, 108, 255, 0.15);
}

.icons-why-choose-why-choose.fa-upload {
    background: rgba(146, 39, 255, 0.15);
}

.icons-why-choose.fa-camera {
    background: rgba(23, 39, 246, 0.15);
}

/* Title and Text Inside Items */
.why-choose-us-h6 {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.why-choose-us-p {
    color: #131212;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

/* Hover Effects for iconss */
.item.why-choose-us:hover .icons-why-choose {
    background: #fff;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .why-choose-us-title {
        font-size: 28px;
    }

    .why-choose-us-description {
        font-size: 14px;
    }

    .item.why-choose-us {
        padding: 20px;
    }

    .icons-why-choose {
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .why-choose-us-h6 {
        font-size: 16px;
    }

    .why-choose-us-p {
        font-size: 14px;
    }
}






/* equipment all */




.equipment-thumb {
    width: 200px;
    height: 150px;
    object-fit: cover;
}


.equipment-name {
    margin: -90px 65px;
    font-size: 15px;
    font-weight: 600;
}








/* gallery  */


/* equipment rental inside start */

.container-rental {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.rental-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 30px 25px;
    text-align: center;
}

.rental-box .heading-h2 {
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.rental-box .heading-p {
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
}

.heading-price {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
    color: #000000;
}

.heading-divider {
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}

.heading-btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.button-work {
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    flex: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.button-work.pdf {
    background-color: #d90000;
    color: #fff;
}

.button-work.email {
    background-color: #000000;
    color: #fff;
}

.button-work.phone {
    background-color: #077bda;
    color: #fff;
}

.button-work.pdf:hover {
    background-color: #d90000;
    color: #fff;
}

.button-work.phone {
    background-color: #077bda;
    color: #fff;
}

.button-work.email:hover {
    background-color: #000000;
    color: #fff;
}


/* equipment rental inside ends */





















/* all new rquire  */


.about-section {
    position: relative;
    padding: 100px 0 70px;
    background: #fff;
}


.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}


/* all header remain */

/* Make image responsive */
.modal-body img {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: -110px !important;
    /* default max width */
    height: auto;
    object-fit: contain;
}

/* Adjust image max width for viewport between 1200px and 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
    .modal-body img {
        max-width: 400px;
    }
}

/* .modal-backdrop {
    background-color: transparent !important;
  }


  body.modal-open {
    overflow: auto !important;
  } */


.modal-dialog {
    max-height: 80vh;
    overflow-y: auto;
}


/* all header one part */

.header-area-one .dropdown .dropdown-toggle,
.header-area-two .dropdown .dropdown-toggle {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #000;
    margin-top: 8px;
}



.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin-left: 20px;
}

@media (min-width: 1150px) and (max-width:1330px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 253px;
    }
}



/*@media (min-width: 1331px) and (max-width:1400px){*/
/*    .navbar-expand-lg .navbar-nav {*/
/*        flex-direction: row;*/
/*        margin-left: 246px !important;*/
/*    }*/
/*}*/

@media (min-width: 1331px) and (max-width:1500px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 260px !important;
    }
}


@media (min-width: 1501px) and (max-width:1580px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 432px !important;
    }
}

@media (min-width: 1581px) and (max-width:1650px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 497px !important;
    }
}

@media (min-width: 1651px) and (max-width:1790px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 36rem;
    }
}

@media (min-width: 1791px) and (max-width:1960px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 42rem;
    }
    
    .custom-header-top-bar-height {
    /* height: 100px; */
    display: flex;
    align-items: center;
}

  .navbar-expand-lg .navbar-collapse{
    margin-left: 25px;
  }
    
    .section-title h2 {
    font-size: 2rem;
    color: #000000;
    font-family: roboto, serif;
    font-weight: 600;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-left: 11px;
}
}


@media (min-width: 1961px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 1456px;
    }
}



a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;

}

img.lazy {
    width: 100px;
}


.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #4d4b4b;
    width: 90px;
    height: 4px;
    border-radius: 50px;
    margin-bottom: -5px;
    position: relative;
    top: -40px;
    left: 8%;
    transform: translate(-50%, -50%);
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #000;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(75px);
    }

    100% {
        transform: translateX(-1px);
    }
}



/* all header */


.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 24px;
    color: #121111;
    font-weight: bold;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}


.header-area-one .dropdown .dropdown-item,
.header-area-two .dropdown .dropdown-item {
    color: #020202;
}









/* 2 */









.text-about {
    color: #000;
    text-align: justify;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    width: 100%;
}




@media (max-width: 480px) {
    body {
        width: 100%;
       
    }
}


.button-read-more {
    display: inline-block;
    border-radius: 4px;
    background-color: #050505;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 11px;
    width: 30%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}


.button-read-more span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-read-more span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -16px;
    left: 94px;
    right: -15px;
    transition: 0.5s;
    /* font-size: 2em; */
    font-size: 34px;
}

.button-read-more:hover span {
    padding-right: 15px;
}

.button-read-more:hover span:after {
    opacity: 1;
    right: 0;
}





/* 3 */






/* gallery start */

.gallery .blog-thumbnail {
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery .blog-thumbnail:hover {
    transform: scale(1.02);
}

.gallery #modalImage {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

.gallery .modal-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.gallery .modal-close-btn:hover {
    background: #f0f0f0;
}

.gallery .modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 20;
    transition: background-color 0.2s;
}

.gallery .modal-nav-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.gallery .modal-nav-left {
    left: 1rem;
}

.gallery .modal-nav-right {
    right: 1rem;
}

/* gallery end */



/* all banner */






/* all media query */





@media (min-width: 300px) and (max-width: 480px) {
    .custom-header-top-bar {
        display: none;
        height: 100px;
        background-color: black;
        padding: 0px 50px;
    }
    
   
}


@media screen and (max-width: 480px) {
    
    
     .hero {
        height: auto;
        min-height: 200px;
        padding: 10px;
        margin-top: 0;
        width: 100%;
        margin-top: 100px;
    }

    .hero h1 {
        font-size: 0.9rem;
        /* readable on small screens */
    }

    .hero p {
        font-size: 0.6rem;
    }


    .sec-title .title {
        position: relative;
        display: block;
        font-size: 40px;
        font-weight: 600;
        line-height: 56px;
        color: #121111;
        font-weight: bold;
        margin-bottom: 33px;
    }


    .about-section .text {
        margin-bottom: 20px;
        font-size: 16px;
        width: 90%;
        margin-top: 0rem;
        line-height: 26px;
        color: #000000;
        font-weight: 400;
        text-align: justify;
    }


    .about-content-box {
        margin-top: -3rem;
    }

    .section-title h2 {
        text-align: center;
        font-size: 2rem;
        color: #000000;
        font-family: roboto, serif;
        font-weight: 600;
        border-bottom: 2px solid #e67e22;
        width: 100%;
        display: inline-block;
    }
    
 
}

@media (max-width: 360px) {
    .custom-header-top-bar-info-cont {
        margin-left: -2rem;
        font-size: 12px;
    }
    
        .custom-page-breadcrumbs-area {
        margin-top: 6rem;
        width: 100%;
    }


}



   



@media screen and (max-width: 360px) {


    .item.why-choose-us {
       height: 300px;
    }

}

/*@media screen and (max-width: 480px) {*/

 
/*}*/



@media screen and (max-width: 480px) {
    .footer-widget {
        margin-left: 0;
    }

}

@media screen and (max-width: 360px) {
    .footer-widget {
        margin-left: 0;
    }

}