.tops-header {
    display: flex;
    justify-content: end;
    gap: 17px;
    padding: 10px 100px;
    background-color: #ebeef0;
}

.logo {
    width: 16rem;
    margin-left: 35px;
}

.logo-foot {
    width: 18rem;
}

.explore {
    background-color: #e0a700;
}

.explore a {
    text-transform: none;
}

.image img {
    width: 100%;
    height: 30rem;
    border: 1px solid #000;
    border-radius: 9px;
}

.sec-img {
    position: absolute;
    top: 36%;
    right: 5px;

}

.sec-img img {
    width: 90%;
    border-radius: 10px;
    object-fit: cover;
    height: 28rem;
    border: none;
}

.Projects h2 {
    font-weight: 600;
}

.Projects p {
    line-height: 1.5;
}

.service-icon {
    background: #e5b730;
    border-radius: 50%;
}

.mission-bg {
    background: url(../images/banner-1/4.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40.1rem;
    position: relative;
}

.mission-des {
    width: 60%;

}

.vision-title {
    top: 50%;
}

ul.feature-list li:before {
    content: "";
    background: url(../images/icons/check-mark.png)no-repeat center;
    /* object-fit: cover; */
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.feature-list li {
    position: relative;
    font-size: 18px;
}

.about-logo {
    float: right;
    text-align: end;
}

.about-logo img {
    width: 66%;
}



.project-1-image span i {
    padding: 13px 16px;
}

.inner-box p {
    color: #000 !important;
}

.inner-box {
    gap: 30px
}

.fw-500 {
    font-weight: 500;
}

.feature-block-four .inner-box {
    height: 8rem;
    margin-bottom: 10px;
}

.industries img {
    height: 36.2rem;
    background-position: center;
    object-fit: cover;
}

.testimonials-1-top-content {
    background: #e0a700;
}

.testimonials-1-quote {
    width: 30%;
}

i.flaticon-right-1 {
    color: #000;
}


.slider-nav-style-2>*,
.slider-nav-style-4>* {
    border: 1px solid rgb(0 0 0 / 70%);
}

.testimonials-1-author-title {
    color: #000000;
}


.slider-nav-style-2>*,
.slider-nav-style-4>* {

    width: 70px;
    height: 70px;
    line-height: 76px;
    margin-right: 0;

}

.slider-nav-style-2,
.slider-nav-style-4 {
    gap: 30px;
}

.testimonials-1-desc {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}

.bg_dark-blk {
    background-color: #000000;
}


.main-menu .navigation>li.dropdown>a:before {
    top: 5px;
    font-size: 17px;
}


.testimonials-1-top-content:before {

    height: 18px;
    bottom: -16px;

}


i.flaticon-right-arrow-1 {
    color: #000;
}


li.message {
    position: relative;
}

li.message::before {
    content: "\f107";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    rotate: -90deg;
    right: 4.5rem;
    top: 1px;
}

.whatsapp {
    width: 20rem;
    padding: 9px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: fixed;
    right: -134px;
    top: 27rem;
    rotate: -90deg;
    z-index: 999;
    border-radius: 5px;
}

.whats-call {
    background: #02151e;
}

.whats-logo {
    background-color: #48a133;
    padding: 10px;
}

.main-menu .navigation>li {
    padding: 0px 0px;
}

.banner-1-section {
    height: 40rem;
}



.about-widget.mb_35.project:after {
    position: absolute;
    right: -16px;
    content: "";
    width: 1px;
    height: 26rem;
    background: #ffffff54;
    top: 0;
}

.about-widget.mb_35.project {
    position: relative;
}

.values {
    height: 40.1rem;
    padding-left: 20px;
}


/* mobile view */
.mobile-nav-toggler {
    background: #e1a800;
}


@media only screen and (min-width:992px) {
    .p-lg-48 {
        padding-top: 48px;
    }
}

@media only screen and (max-width:992px) {
    .copyrights {
        text-align: center;
    }
}

/* .footer-border-new{
    display: none;
} */
.quantum {
    font-size: 14px !important;
}

.contact a {
    padding: 20px;
    background: #e0a700;
    width: 100%;
}

.contact {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


.contact {
    position: fixed;
    bottom: 5px;
    z-index: 99;
    display: none;
}



.banner-1-service {
    height: auto;
    position: relative;
    z-index: 2;
}

.banner-1-service::after {
    width: 100%;
    height: 26rem;
    content: "";
    left: 0;
    background-color: #0000008c;
    position: absolute;
    top: 0;
    z-index: -1;

}

.banner-2-service {
    position: sticky !important;
    top: 100px;
}

.service-tab {
    height: 85vh;
    overflow-x: auto;
    overflow-y: scroll;
}

li.service-tab-items {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125);
}

ul.service-tab li a.active:after {
    content: "";
    position: absolute;
    border-top: 5px solid #BC2F0D;
    height: 30px;
    width: 30px;
    left: -40px;
    top: 34%;
}

.service-wrap {
    position: relative;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 15px #BD242B;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999999;
}

/* .right-content-side {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2000px;
    margin-right: 10px;
    background: #ccc;
    background: linear-gradient(to bottom, #eeeeee 0%, #B7EAE0 100%);
} */

.left-side {
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    color: #fff;
    overflow-y: scroll;
    height: 80vh;

}

ul.services-roll li {
    padding: 10px 15px;
    background-color: #e1a800;
    margin-bottom: 10px;
    border-bottom: 1px solid #02151e52;
    width: 99%;
    margin: 10px auto;

}

.left-side {
    background-color: #e1a800;
}

ul.services-roll li a {
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    text-transform: uppercase;

}

ul.services-roll li a:hover {
    color: #ffffff;

}

.services-image img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

ul.services-roll li.active:after {
    width: 5px;
    height: 100%;
    content: "";
    background: #124096;
    position: absolute;
    right: 0;
    top: -3px;
}

ul.services-roll li.active {
    position: relative;
}

.services-roll li.active {
    color: #fff !important;
    background-color: transparent;
}


.best-us ul li {
    padding-bottom: 10px;
    color: #000 !important;
}







/* contact page design */

.contact-bg {
    background: url(../images/background/shape-27.png) no-repeat center;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
    
}

.contact-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #444444ab;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.form-container-main {
    width: 80%;
    margin: 0 auto;
}
.main-footer{
border-top: 1px solid #131313;
}
.map-bg{
    background-color: #000000;
}
.map iframe {
    border-radius: 20px;
    box-shadow: rgb(154 40 40 / 28%) 1.95px 1.95px 2.6px;
}