.navbar-brand img {
    max-width: 270px;
}
.navbar {
    padding: 6px 0px;
}
.main-menu ul li.submenu > a:after{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link iconify-icon {
    font-size: 24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 8px !important;
}
.main-menu ul li {
    margin: 0 8px;
}

header.main-header .header-sticky {
    background: #000;
}
.btn-default {
    border-radius: 50px;
    padding: 14px 57px 14px 20px;
}
.btn-default::before {
    border-radius: 50px;
    right: 2px;
    font-size: 17px;
}
.video-play-button a iconify-icon {
    font-size: 20px;
    color: #fff;
}
.hero .year-experience-circle{
	text-align: right;
}

.experience-badge{
    position: relative;
    width: 180px;
    height: 180px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-ring{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
     backdrop-filter: blur(6px);
}

.experience-text{
    width: 100%;
    height: 100%;
    animation: exp-rotate 14s linear infinite;
}

.experience-text text{
    font-size: 17px;
    letter-spacing: 1.8px;
    fill: #ffffff;
}

.experience-core{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 16px;
}

.experience-icon{
    width: 48px;
    height: 48px;
    display: block;
}

.experience-dot{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f5c400;
    border-radius: 50%;
    top: 18px;
    left: -6px;
    box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.2);
}

@keyframes exp-rotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@media (max-width: 991px){
    .experience-badge{
        width: 150px;
        height: 150px;
    }
    .experience-core{
        width: 74px;
        height: 74px;
    }
    .experience-text text{
        font-size: 11px;
    }
}

.about-us-image-box .experience-ring{
    background: #000;
}
.btn-default {
    color: #ffffff;
}

/* .hero-info-item.box-3 .hero-info-header .icon-box img {
    filter: inherit;
} */
.hero-info-header .icon-box img {
    filter: invert(1);
}
.about-body-item .icon-box img {
    filter: invert(1);
}
.service-item-btn a img, .what-we-do-item .icon-box img {
    filter: invert(1);
}
.service-benefit-box .section-footer-text p span {
    color: #ffffff;
}
.feature-item.box-3 .feature-item-content h2, .feature-item.box-3 .feature-item-content h3 {
    color: #fff;
}

.feature-item-counter-info p {
    color: #fff;
}

.feature-item.box-3 .feature-item-tag-list ul li {
    color: #fff;
    border-color: #ffffff94;
}

.learn-icons a span{
    position: relative;
        left: 34px;
            top: -12px;
}

.learn-icons a span::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0px;
	height: 24px;
	width: 24px;
	background-color: var(--accent-color);
	border-radius: 100px;
	background-size: 12px auto;
    transition: all 0.4s ease-in-out;
}


.learn-icons a span iconify-icon {
    position: relative;
    left: -4px;
    top: 14.5px;
    color: #fff;
    transform: rotate(-30deg);
    transition: .5s;
}

.learn-icons a span:hover  iconify-icon{
	transform: rotate(0deg);
    transition: .5s;
}

.learn-icons .readmore-btn::before {
    display: none;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img {
    filter: invert(1);
}
.btn-default:hover:before {
   background-image: url('../images/arrow-white.svg');
}

.our-projects .container {
    max-width: 1500px;
}

.our-projects.propahes {
    background: var(--secondary-color);
}

.project-why-choose {
    padding: 80px 0;
    background:url(../images/service-bg-shape.png) no-repeat;
    background-position: top right;
    background-size: auto;
    margin-top: 80px;
}

.project-why-choose .section-title {
    margin-bottom: 55px;
    text-align: center;
}

.project-why-choose-grid {
    row-gap: 30px;
}

.project-why-choose-grid > div {
    margin-bottom: 0;
}

.project-why-choose-item {
   text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 18px;
    border-radius: 12px;
    min-height: 168px;
}

.project-why-choose-icon {
        width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--accent-color);
    box-shadow: 0 18px 35px rgba(13, 13, 13, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    border-radius: 50%;
}

.project-why-choose-icon iconify-icon {
    font-size: 30px;
}

.video-play-button a {
  cursor: pointer !important;
}

.project-why-choose-item p {
    margin: 0;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.project-why-choose-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.project-why-choose-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-why-choose-text.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.project-why-choose-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}

.project-why-choose-toggle:hover {
    color: var(--primary-color);
}
.contact-form .error {
    color: #f11c24;
    padding-top: 14px;
}

.project-why-choose-item:hover .project-why-choose-icon {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(13, 13, 13, 0.18);
    filter: saturate(1.05);
}

@media only screen and (min-width: 1200px) {
    .project-why-choose-grid > div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    /* .project-why-choose-item {
        max-width: 220px;
    } */
}

.footer-social-links ul li a iconify-icon {
    font-size: 20px;
    line-height: normal;
    color: inherit;
}
.footer-social-links ul li a:hover {
    color: #ffffff;
}
.footer-logo img {
    max-width: 280px;
}
.footer-copyright {
    padding: 40px 0 40px;
    margin-top: 50px;
}
.post-item-tags a {
    background: #0d0d0d;
}
.post-featured-image figure::before {
    opacity: 1;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0) 100%);
}
.post-content-box {
    border-bottom: 1px solid #ffffff36;
}
.why-choose-body-item-gold .icon-box {
        width: 55px;
    height: 55px;
    font-size: 32px;
    color: #FFF;
}
.why-choose-body-item-gold:hover .icon-box iconify-icon {
    color: #000;
    position: relative;
    z-index: 2;
}
.what-we-do-item {
    background-color: transparent;
    padding: 0;
}
.what-we-do-item .icon-box {
    margin-bottom: 30px;
}
.what-we-do {
    padding: 50px 0;
}
.about-us-body {
    background-color: transparent;
    border-left: none;
    padding: 0;
}
.why-choose-body-item-gold {
    background: transparent;
    padding: 0px 0px 14px 0px;
}
.why-choose-item-gold {
    background: transparent;
    padding: 0;
}
.why-choose-item-body-gold {
    width: 55%;
    padding: 20px 20px 20px 30px;
}
.why-choose-item-image-gold {
    width: 45%;
}
.why-choose-counter-list-gold {
    background: #ffffff0a;
    flex-wrap: wrap;
    gap: 55px;
    padding: 28px;
}
.our-story {
    padding: 100px 0;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    content: '';
}
.page-header {
    background-image: url('../images/new-images/dark-section-bg-image.png') !important;
    padding: 60px 0px;
    margin-top: 84px;
    background: #f2f2f2d6;
}
.page-header:before{
    display: none;
}
.page-header-box h1 {
    padding-top: 0px;
    color: #000000;
    font-size: 42px;
}
.page-single-faqs .section-title h2 {
    font-size: 40px;
}

.page-header-box ol li.breadcrumb-item {
    color: #000000;
}
.page-header-box ol li.breadcrumb-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-header-box ol li.breadcrumb-item a iconify-icon {
    font-size: 22px;
}
.page-header-box p {
    margin: auto;
    max-width: 56%;
}
.about-us-body .about-us-footer-content {
    width: 100%;
}
.about-us-body .about-us-item-silver .icon-box img {
    filter: invert(1);
}
.about-us-body .about-us-btn {
    border-top: none;
    padding-top: 0;
    margin-top: 30px;
}
.about-us-body .about-us-item-list-silver {
    margin-bottom: 15px;
}
.about-image-box-2-silver {
        height: 248px;
    max-width: 400px;
    border: 20px solid #fff;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    background: #fff;
    border-top: 0;
}
.about-image-box-2-silver img {
    border-radius: 14px 14px 0px 14px;
}
.approach-item-image figure img {
    height: 60px;
}
.values-image-box .value-counter-box .icon-box img {
    filter: invert(1);
}
p.edu {
    color: #000;
}
.values-image-box {
    padding: 0px 30px 0 0;
}
.skills-progress-bar {
    margin-bottom: 28px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}
.skills-progress-bar .skill-data {
    display: block;
}
.skill-no {
    font-size: 17px !important;
    padding-bottom: 5px;
    color: #494949 !important;
    font-weight: 500 !important;
}
.skills-progress-bar .skill-data:last-of-type {
    margin-bottom: 0;
}
.our-values-content .section-title {
    margin-bottom: 24px;
}
.our-values-content .section-title p {
    margin-top: 12px;
}
.skills-progress-bar .skill-data .skill-title{
    font-size: 19px;
}
.slicknav_icon .slicknav_icon-bar {
    background-color: #ffffff;
}
.slicknav_nav li a {
    color: #ffffff;
}
.slicknav_arrow:after{
    display: none;
}
.slicknav_nav .slicknav_item a iconify-icon {
    font-size: 22px;
    position: absolute;
}
.watch-video-circle {
    margin-top: 120px;
}
.team-item {
    height: 424px; 
}

.team-page .team-item {
    border: 2px solid #fdad0040;
}

.team-page .team-item .team-item-image figure::before{
background: linear-gradient(180deg, rgb(252 172 0 / 5%) 42.71%, rgba(0, 0, 0, 0.80) 85.3%);
}

.team-extra-item {
    display: none;
}

.team-extra-item.show {
    display: block;
}

.team-extra-item.show .team-item {
    visibility: visible !important;
}

.team-extra-item.team-reveal-animate .team-item {
    animation: teamRevealFade 0.45s ease both;
}

@keyframes teamRevealFade {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-toggle-wrap {
    text-align: center;
    margin-top: 20px;
}

.team-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 54px;
    padding: 12px 24px;
    border: 1px solid #fdad0040;
    border-radius: 999px;
    background: #fff8ef;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.team-toggle-btn:hover,
.team-toggle-btn.active {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

body.team-modal-open {
    overflow: hidden;
}

.team-page .team-item {
    cursor: pointer;
}

.our-team .team-item {
    cursor: pointer;
}

.team-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

.team-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.team-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.6);
    backdrop-filter: blur(12px);
}

.team-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 920px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(13, 13, 13, 0.2);
    overflow: hidden;
    transform: translateY(24px) scale(0.98);
    transition: all 0.35s ease;
    z-index: 1;
}

.team-modal.active .team-modal-dialog {
    transform: translateY(0) scale(1);
}

.team-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.team-modal-close:hover {
    background: var(--accent-color);
    color: #fff;
}

.team-modal-close iconify-icon {
    font-size: 22px;
}

.team-modal-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 520px;
}

.team-modal-media {
    position: relative;
    background: linear-gradient(180deg, #fff7ea 0%, #f7efe2 100%);
    padding: 32px;
}

.team-modal-media figure {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 20px 45px rgba(13, 13, 13, 0.12);
}

.team-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 44px;
}

.team-modal-kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff7ea;
    border: 1px solid #f3ddbb;
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.team-modal-content h3 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 14px;
}

.team-modal-position {
    font-size: 18px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 18px;
}

.team-modal-bio {
    font-size: 16px;
    line-height: 1.8em;
    color: #636f6b;
    margin: 0;
}
.our-faqs.about-faqs {
    padding: 70px 0px;
}

@media (max-width: 767px) {
    .team-toggle-btn {
        width: 100%;
        min-width: 100%;
    }

    .team-modal {
        padding: 12px;
    }

    .team-modal-dialog {
        max-height: calc(100vh - 24px);
        overflow-y: auto;
        border-radius: 22px;
    }

    .team-modal-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .team-modal-media,
    .team-modal-content {
        padding: 20px;
    }

    .team-modal-media figure {
        height: 320px;
    }

    .team-modal-content h3 {
        font-size: 28px;
    }

    .team-modal-position {
        font-size: 16px;
    }
}

.faq-contact-box .icon-box iconify-icon {
    color: #fff;
    font-size: 26px;
}
.faq-contact-box .icon-box {
    border-radius: 8px;
}
.scrolling-content span img {
    width: 100%;
    max-width: 180px;
    margin-right: 20px;
    animation: none;
    height: 98px;
    background: #f4f4f4a3;
    padding: 8px 15px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #dddddd70;
    min-width: 180px;
}
.scrolling-content {
    gap: 0px;
}
.footer-scrolling-ticker {
    padding: 0px 0px 80px 0px;
    background: transparent;
}

.footer-scrolling-ticker:before, .footer-scrolling-ticker:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, 
    rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 0) 100%
);
}

.footer-scrolling-ticker:after {
    left: inherit;
    right: 0;
     background: linear-gradient(to left, 
    rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 0) 100%
);
}
.our-faqs {
    padding: 40px 0px 100px 0;
}
.main-menu ul ul li a {
    color: #ffffff;
}
.main-menu ul ul{
    width: 280px;
}
.service-why-choose-item .icon-box iconify-icon, .service-process-item .icon-box iconify-icon {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.service-why-choose-item .icon-box, .service-process-item .icon-box {
    height: 55px;
    width: 55px;
    border-radius: 8px;
}
.page-category-list h3 {
    background: var(--secondary-color);
    border-bottom: 1px solid var(--divider-color);
}

.page-category-list {
    background: #eeeeee1c;
    border: 1px solid var(--divider-color);
    margin-bottom: 40px;
    border-radius: 16px;
}
.sidebar-cta-title {
    background: transparent;
    position: relative;
}
.sidebar-cta-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 16px;
}

.sidebar-cta-box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000d1;
    left: 0;
    top: 0;
}

.sidebar-cta-body {
    position: relative;
}
.sidebar-cta-title h3 {
    font-size: 26px;
}
.sidebar-cta-body-content ul li a {
    color: #fff;
    font-size: 18px;
}

.sidebar-cta-body-content ul li {
    margin-bottom: 18px;
}

.sidebar-cta-body-content ul li iconify-icon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 12px;
}
.sidebar-cta-title p {
    color: #fff;
    padding-top: 10px;
    margin: 0;
}
.sidebar-cta-body a.btn {
    background: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 40px;
}

.sidebar-cta-body a.btn iconify-icon {
    font-size: 20px;
}
.page-service-single {
    padding: 60px 0;
}
.service-offer-item-image figure::before {
      background: linear-gradient(180deg, rgb(0 0 0 / 41%) 60.52%, rgb(0 0 0 / 86%) 88.79%);
}
.service-entry h2 {
    font-size: 40px;
}
.about-us.sector-page .about-image-box-1-silver {
    padding: 0;
}

.sector-tabs {
    width: 60%;
}
.tab-imGE-wrap {
    display: flex;
    gap: 30px;
}

.tab-ri-img-wrap {
    width: 40%;
}

.tab-ri-img {
    height: 190px;
    width: 100%;
}

.tab-ri-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.tab-ri-img-wrap p {
    padding-top: 12px;
}

.sector-tabs-nav {
        display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.sector-tab-btn {
    border: none;
    color: #111111;
    padding: 10px 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.3s ease;
    background: transparent;
    border-bottom: 2px solid #fff;
}

.sector-tab-btn.active,
.sector-tab-btn:hover {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

.sector-tab-pane {
    display: none;
}

.sector-tab-pane.active {
    display: block;
}

.sector-tab-pane ul {
    margin: 0;
}

.sector-tab-pane ul li {
    margin-bottom: 15px;
}
.tab-imGE-wrap .about-counter-silver h2 {
    color: #000;
    font-size: 42px;
}

.tab-imGE-wrap .about-counter-silver p {
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}

.tab-imGE-wrap .about-counter-silver {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
}
.about-us.sector-page {
    padding: 70px 0px 80px 0px;
}

div#rail-section .about-footer-content-list {
    padding-top: 30px;
}

div#rail-section .about-footer-content-list ul li {
    color: #fff;
    line-height: 29px;
}

div#rail-section .about-us-footer-content {
    width: 100%;
}
div#rail-section .about-image-box-1-silver {
    padding: 0;
    padding-left: 100px;
    padding-bottom: 60px;
}

div#rail-section .section-title.section-title-center {
    margin: 0;
}
div#rail-section .about-us-image-box-silver {
    margin: 0;
}

.about-image-box-1-silver.fornewsonesa {
    position: absolute;
    bottom: 0px;
    padding: 0 !important;
    height: 280px;
    border: 12px solid #0d0d0d;
    border-radius: 0px 10px  0px 0px;
}

.about-image-box-1-silver.fornewsonesa figure.image-anime {
    height: 280px;
    width: 280px;
}
.value-counter-box-content h2 {
    font-size: 36px;
}
.value-counter-box {
    padding: 20px 30px;
}
.value-counter-box-content p {
    margin: 0;
}
h4.sub-hadd {
    padding-top: 20px;
}

div#ports-section {
    background: var(--secondary-color) url(../images/service-bg-shape.png) no-repeat;
    background-position: top right;
    background-size: auto;
}
div#ports-section .what-we-do-item {
    padding: 30px;
    background: #fff;
}

div#ports-section .what-we-do-item .icon-box iconify-icon {
    font-size: 30px;
    color: #fff;
}

div#ports-section .what-we-do-item:hover .icon-box iconify-icon {position: relative;}

.about-us-content-gold.engineering-capabilities {
    padding-left: 24px;
}

.about-us-content-gold.engineering-capabilities .about-us-counter-box-gold p {max-width: 100%;}
.about-us-hightlighted-content:hover h3 {
    color: #fff;
}
.about-us-body-item-gold .icon-box {
    height: 48px;
    width: 48px;
    border-radius: 8px;
}

.about-us-body-item-gold .icon-box iconify-icon {
    font-size: 26px;
    color: #fff;
    position: relative;
}
/* 
.service-item-gold.active .service-item-content-gold p {
    color: #fff;
} */


.service-item-gold.active .service-item-title-gold h2 {
    color: #fff;
}

.service-item-gold.active .service-item-btn-gold a {
    border: 1px solid #fff;
}
.service-item-gold .icon-box iconify-icon {
    color: #fff;
    font-size: 28px;
    position: relative;
}

.service-item-gold .service-item-btn-gold a iconify-icon {
    font-size: 26px;
    transform: rotate(-45deg);
    color: var(--accent-color);
}

.service-item-gold.active .service-item-btn-gold a iconify-icon {
    color: #fff;
}

.service-item-gold.active .service-item-body-gold {
    border-top: 1px solid #ff6b70;
}
.what-we-box-header-silver {
    flex-wrap: nowrap;
}
.what-we-body-image-silver figure {
    margin: 0;
    width: 100%;
    height: 500px;
}

.what-we-body-image-silver figure img {
    aspect-ratio: inherit;
    height: 100%;
    width: 100%;
    border-radius: 14px;
}
.what-we-body-image-silver {
    width: 100%;
    height: 500px;
}
.what-we-item-silver .icon-box {
    border-radius: 8px;
    width: 48px;
    height: 48px;
}

.what-we-item-silver .icon-box iconify-icon {
    color: #fff;
    font-size: 28px;
    position: relative;
}
.contact-info-item .icon-box {
    border-radius: 8px;
    width: 54px;
    height: 54px;
}
.contact-info-item .icon-box iconify-icon {
    font-size: 26px;
    color: #fff;
    position: relative;
}
.google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 400px;
}
.about-us.client-pages {
    padding: 0;
}

.about-us.client-pages .scrolling-content {
    animation: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.about-us.client-pages .scrolling-ticker-box {display: block;}

.about-us.client-pages .footer-scrolling-ticker:before, .about-us.client-pages .footer-scrolling-ticker:after {
    display: none;
}

.about-us.client-pages .footer-scrolling-ticker {
    padding: 70px 0px;
}

.service-offer-item.blog-details-img {
    width: 100%;
}

.service-offer-item.blog-details-img figure.image-anime {
    height: 400px;
    width: 100%;
}

.service-offer-item.blog-details-img figure.image-anime img {
    height: 100%;
}

.service-offer-item.blog-details-img figure.image-anime::before, .service-offer-item.blog-details-img figure.image-anime:after {
    display: none;
}

.our-blog.jobs-pages {
    padding: 60px 0px;
}

.our-blog.jobs-pages .section-row .section-title.section-title-center {
    text-align: left;
    margin-left: 0;
}

.our-blog.jobs-pages .section-row .section-title.section-title-center h2 {
    text-align: left;
}

.our-blog.jobs-pages .section-row .section-title.section-title-center h2 .split-line {
    text-align: left !important;
}

.our-blog.jobs-pages .section-row {
    margin-bottom: 40px;
}

.job-card {
    position: relative;
    background: #fff;
    border: 1px solid #f2e7d5;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
    transition: all 0.35s ease;
    height: calc(100% - 24px);
}

.job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
    border-color: #eedbb7;
}

.job-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.job-card-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.job-card-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.job-card-logo.backend-role {
    background: linear-gradient(135deg, #ff6b8a 0%, #ff9472 100%);
}

.job-card-logo.designer-role {
    background: linear-gradient(135deg, #7f2bff 0%, #b067ff 100%);
}

.job-card-logo.strategy-role {
    background: linear-gradient(135deg, #5865f2 0%, #7b8cff 100%);
}

.job-card-logo.marketing-role {
    background: linear-gradient(135deg, #2d9cdb 0%, #57c7ff 100%);
}

.job-card-logo.civil-role {
    background: linear-gradient(135deg, #00a76f 0%, #36d399 100%);
}

.job-card-logo.qaqc-role {
    background: linear-gradient(135deg, #ff8a00 0%, #ffbc5e 100%);
}

.job-card-title {
    min-width: 0;
}

.job-card-title h3 {
    font-size: 18px;
    line-height: 1.35em;
    margin-bottom: 6px;
    color: var(--primary-color);
}

.job-card-title p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #6f7d7a;
}

.job-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.job-card-badge,
.job-card-save {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fffaf1;
    color: #f5b400;
    border: 1px solid #f5ead1;
}

.job-card-save {
    color: #9f9f9f;
    background: #fff;
}

.job-card-badge iconify-icon,
.job-card-save iconify-icon {
    font-size: 14px;
}

.job-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.job-card-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7fbfa;
    color: #5e7670;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2em;
}

.job-card-tags span iconify-icon {
    color: #28b48d;
    font-size: 15px;
}

.job-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid #f3eadb;
}

.job-card-footer p {
    margin: 0;
    font-size: 14px;
    color: #7d8a86;
}

.job-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
}

.job-apply-btn:hover {
    background: var(--accent-color);
    color: #fff;
}

body.job-modal-open {
    overflow: hidden;
}

.job-application-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

.job-application-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.job-application-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.6);
    backdrop-filter: blur(10px);
}

.job-application-dialog {
    position: relative;
    width: 100%;
    max-width: 980px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(13, 13, 13, 0.22);
    transform: translateY(24px) scale(0.98);
    transition: all 0.35s ease;
    z-index: 1;
}

.job-application-modal.active .job-application-dialog {
    transform: translateY(0) scale(1);
}

.job-application-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f7f7f7;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.job-application-close:hover {
    background: var(--accent-color);
    color: #fff;
}

.job-application-close iconify-icon {
    font-size: 22px;
}

.job-application-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
}

.job-application-panel {
    background: linear-gradient(180deg, #fff8ef 0%, #fff 100%);
    padding: 50px 36px;
    border-right: 1px solid #f1e7d8;
}

.job-application-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #f1e7d8;
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.job-application-panel h3 {
    font-size: 34px;
    margin-bottom: 16px;
}

.job-application-panel p {
    margin-bottom: 28px;
    color: #66716d;
}

.job-application-highlight {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f1e7d8;
    box-shadow: 0 14px 35px rgba(13, 13, 13, 0.05);
}

.job-application-highlight span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #7b8581;
    margin-bottom: 8px;
}

.job-application-highlight strong {
    display: block;
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1.4em;
    font-family: var(--accent-font);
}

.job-application-form-wrap {
    padding:36px;
}

.job-application-form .form-group {
    margin-bottom: 18px;
}

.job-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.job-application-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.job-application-form .form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid #e9e0d2;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--primary-color);
    background: #fcfbf8;
    box-shadow: none;
}

.job-application-form textarea.form-control {
    height: 120px;
    resize: vertical;
}

.job-application-form .form-control:focus {
    border-color: rgba(241, 28, 36, 0.28);
    background: #fff;
    outline: none;
}

.job-upload-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 22px;
    border: 1px dashed #dfd2bf;
    border-radius: 10px;
    background: #fdfaf5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.job-upload-field:hover {
    border-color: rgba(241, 28, 36, 0.35);
    background: #fffdf9;
}

.job-application-form label.job-upload-field {
    text-align: center;
}

.job-upload-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #fff;
    color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgb(13 13 13 / 24%);
    flex-shrink: 0;
    margin-bottom: 12px;
}

.job-upload-icon iconify-icon {
    font-size: 26px;
}

.job-upload-content strong,
.job-upload-content small {
    display: block;
}

.job-upload-content strong {
    color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 6px;
}

.job-upload-content small {
    color: #7f8985;
    font-size: 13px;
}

.job-upload-field input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.job-application-actions {
    margin-top: 26px;
}

.job-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 50px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #2d2d2d 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.job-submit-btn:hover {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-color) 100%);
    color: #fff;
}

.policy-terms-row ul {
    padding: 15px 0px 0px 0px;
    list-style-type: none;
}

.policy-terms-row ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 34px;
}

.team-social-list ul li a:hover {
    color: #ffffff;
}
.team-button {
    text-align: center;
    margin-top: 38px;
}

.award-item-content-silver ul {
    margin: 8px 0 0 0;
}
.award-item-content-silver ul li:first-of-type {
        border: none;
    line-height: 23px;
    padding: 0;
    padding-top: 10px;
}
.award-item-silver .icon-box {
    width: 76px;
    height: 76px;
}
.award-item-silver .icon-box iconify-icon {
    font-size: 40px;
    color: #fff;
    position: relative;
}
.award-item-silver:hover iconify-icon {
    color: var(--accent-color);
}
/* .award-item-silver {
    margin-bottom: 24px;
} */
.award-item-content-silver h3 {
    font-size: 20px;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award-item-content-silver h3 ul {
    margin: 0;
    align-items: center;
}

.award-item-content-silver h3 ul li {
    font-size: 14px;
    color: var(--white-color);
    border: 1px solid var(--dark-divider-color) !important;
    border-radius: 30px;
    padding: 3px 16px !important;
        background: #ffffff14;
}

.award-item-content-silver h3 ul li a {
    color: #fff;
}

.award-counter-box-silver h3 {
    max-width: 500px;
}

.award-counter-box-silver h3 span {
    font-size: 18px;
    color: var(--white-color);
    border: 1px solid var(--dark-divider-color) !important;
    border-radius: 50px;
    padding: 6px 15px !important;
    background: #ffffff14;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 5px;
}
.award-counter-box-silver h3 span iconify-icon {
    font-size: 22px;
}

.award-counter-box-silver {
    padding: 0;
    max-width: 100%;
    text-align: left;
}

.award-counter-box-silver h3 {
    max-width: 92%;
    margin-left: 0;
}
.hero-info-item.box-3:hover .hero-info-header .icon-box img{
        filter: inherit;
}

.section-title h1 span {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.main-menu ul li a.mobile-onlys{
    display: none !important;
}

.main-menu ul li.nav-item.submenu ul li a {
    padding: 12px 24px !important;
}

.capser .service-item-content-gold h3 {
    font-size: 22px;
    padding-bottom: 12px;
}

.capser .service-item-gold {
    min-height: 358px;
    padding: 0;
    gap: 0;
    height: auto;
    margin: 0;
}
.capser .service-item-gold:before{
    display: none;
}

.capser .service-item-header-gold {
    padding: 24px;
}

.capser .service-item-gold img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

 .our-projects .project-item {
            height: calc(100% - 20px);
            margin-bottom: 20px;
        }

        .our-projects .project-item-image {
            background: #111111;
        }

        .project-item-btn a img {
                max-width: 20px;
            }
            .project-item-btn a {
                width: 46px;
                height: 46px;
            }

        .our-projects .project-item-image img {
            display: block;
            width: 100%;
            height: 320px;
            aspect-ratio: auto;
            object-fit: cover;
            object-position: center;
            image-rendering: auto;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        .our-projects .project-item-content {
            bottom: 28px;
            right: 28px;
            left: 28px;
        }

        .our-projects .project-item-btn {
            top: 28px;
            right: 28px;
        }
        .our-projects .project-item {
    position: relative;
}

.our-projects .project-item-content {
    bottom: 24px;
    right: 24px;
    left: 24px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.72) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(2px);
    overflow: hidden;
    transition: background 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), padding 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.our-projects .project-item-content h2,
.our-projects .project-item-content p {
    will-change: transform, opacity;
}

.our-projects .project-item-content h2 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.our-projects .project-item-content p {
    margin: 0px 0 0;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    max-height: 1.6em;
    opacity: 0.88;
    transform: translateY(8px);
    transition: max-height 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 15px;
}

.our-projects .project-item:hover .project-item-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.92) 100%);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
    padding-top: 18px;
    padding-bottom: 20px;
    transform: translateY(-6px);
}

.our-projects .project-item:hover .project-item-content h2 {
    transform: translateY(-2px);
}

.our-projects .project-item:hover .project-item-content p {
    max-height: 9.6em;
    opacity: 1;
    transform: translateY(0);
}
.about-video-image figure::before {
    background: #0d0d0d30;
}
.satisfy-client-image.add-more iconify-icon {
    color: #fff;
}
.what-we-do.client-sec {
    position: relative;
}

.what-we-do.client-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background:linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.20) 25%, rgb(229 229 229) 50%, rgba(13, 13, 13, 0.28) 75%, rgba(13, 13, 13, 0) 100%);
}



@media only screen and (max-width: 767px) {
    .our-projects .project-item-content {
        padding: 14px 16px;
    }
}

        @media only screen and (max-width: 991px) {
            .our-projects .project-item-image img {
                height: 280px;
            }
        }

        @media only screen and (max-width: 767px) {
            .our-projects .project-item-image img {
                height: 240px;
            }
        }




@media (max-width: 767px) {
    .job-card {
        padding: 18px;
        border-radius: 16px;
    }

    .job-card-top,
    .job-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-card-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .job-card-title h3 {
        font-size: 17px;
    }

    .job-apply-btn {
        width: 100%;
    }

    .job-application-modal {
        padding: 12px;
    }

    .job-application-dialog {
        max-height: calc(100vh - 24px);
        overflow-y: auto;
        border-radius: 20px;
    }

    .job-application-grid,
    .job-form-row {
        grid-template-columns: 1fr;
    }

    .job-application-panel,
    .job-application-form-wrap {
        padding: 28px 20px;
    }

    .job-application-panel {
        border-right: none;
        border-bottom: 1px solid #f1e7d8;
    }

    .job-application-panel h3 {
        font-size: 28px;
    }

    .job-upload-field {
        align-items: flex-start;
        padding: 18px;
    }

    .job-submit-btn {
        width: 100%;
    }

    .sector-tabs-nav {
        gap: 10px;
    }

    .sector-tab-btn {
        width: 100%;
        text-align: center;
    }

    .why-choose-item-image-gold
    {
        width: 100%;
    }
    .why-choose-item-body-gold {
    width: 100%;
    padding: 24px 0px 20px 0px;
}
    .why-choose-counter-item-gold {
        width: 100%;
    }
        .why-choose-counter-item-gold::before {
        display: none;
    }
    .section-title h3::before {
    top: 10px;
}
.section-title h3 {
    line-height: 1.6em;
}
.main-menu ul li a.mobile-onlys{
    display: block;
}

.footer-scrolling-ticker:before, .footer-scrolling-ticker:after {
    width: 70px;
}
.navbar {
    padding: 12px 0px;
}
    .footer-menu ul {
        gap: 10px 30px;
    }
    .about-footer-content-gold p {
    font-size: 15px;
}
    .footer-box {
        padding: 40px 0 0;
    }
        .floating-chat-link {
        width: 46px !important;
        height: 46px !important;
    }
    .hero-slide .section-title h1{
    padding-bottom: 10px;
    line-height: 34px;
    }
    .footer-social-links ul li a span {
    display: none;
}
.hero-info-item.box-2.more-r {
    display: none;
}

    .experience-badge {
        display: none;
    }
        .about-us-image-box-2 .about-us-image {
        margin-top: 80px;
    }
        .hero-info-box {
        padding-bottom: 20px;
    }







}

@media only screen and (max-width: 1199px) {
    .navbar-brand img {
        max-width: 220px;
    }

    .page-header-box p {
        max-width: 75%;
    }

    .footer-location-info,
    .footer-contact-links,
    .footer-social-links {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .project-nav ul {
        gap: 10px 24px;
    }

    .project-nav ul li a:before {
        right: -14px;
    }

    .project-item-content {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .project-item-btn {
        top: 24px;
        right: 24px;
        opacity: 1;
        transform: scale(1);
    }

    .service-why-choose-item,
    .service-offer-item,
    .service-process-content,
    .service-process-image {
        width: 100%;
    }

    .tab-imGE-wrap {
        flex-direction: column;
        gap: 24px;
    }

    .sector-tabs,
    .tab-ri-img-wrap {
        width: 100%;
    }

    .about-us-content-gold.engineering-capabilities {
        padding-left: 0;
    }

    .about-body-items-list-gold {
        gap: 20px;
    }

    .about-us-body-item-gold {
        width: calc(50% - 10px);
    }

    .what-we-box-header-silver {
        flex-wrap: wrap;
    }

    div#rail-section .about-image-box-1-silver {
        padding-left: 40px;
        padding-bottom: 40px;
    }

    .about-image-box-1-silver.fornewsonesa {
        height: 220px;
    }

    .about-image-box-1-silver.fornewsonesa figure.image-anime {
        height: 220px;
        width: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .project-why-choose {
        padding: 75px 0 25px;
    }

    /* .project-why-choose-item p {
        font-size: 17px;
    } */

    .navbar-brand img {
        max-width: 190px;
    }

    .page-header {
        margin-top: 78px;
        padding: 50px 0;
    }

    .page-header-box h1 {
        font-size: 34px;
    }

    .page-header-box p {
        max-width: 100%;
    }

    .page-header-box ol {
        row-gap: 8px;
    }

    .section-title h2,
    .page-single-faqs .section-title h2,
    .service-entry h2 {
        font-size: 32px;
    }

    .footer-logo img {
        max-width: 220px;
    }

    .footer-links-box {
        gap: 24px 20px;
    }

    .footer-location-info,
    .footer-contact-links,
    .footer-social-links {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-copyright,
    .footer-menu ul {
        justify-content: center;
        text-align: center;
    }

    .contact-info-list {
        max-width: 100%;
    }

    .contact-us-form {
        margin-left: 0;
        padding: 28px 22px;
    }

    .contact-info-item-content {
        width: calc(100% - 74px);
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 320px;
    }

    .about-us-images-gold,
    .values-image-box {
        margin-right: 0;
        padding-right: 0;
    }

    .about-us-footer-gold {
        gap: 20px;
    }

    .about-us-counter-box-gold p {
        max-width: none;
    }

    .why-choose-counter-list-gold {
        gap: 24px;
        padding: 24px;
    }

    .why-choose-counter-item-gold {
        width: calc(50% - 12px);
    }

    .why-choose-counter-item-gold::before {
        right: -12px;
    }

    .why-choose-counter-item-gold:nth-child(2n + 2)::before {
        display: none;
    }

    .team-item {
        height: auto;
        min-height: 380px;
    }

    .service-process-box {
        padding: 28px 22px;
    }

    .sidebar-cta-body a.btn {
        margin-top: 24px;
    }

    div#rail-section .about-image-box-1-silver {
        padding-left: 0;
        padding-bottom: 24px;
    }

    .about-image-box-1-silver.fornewsonesa {
        position: relative;
        bottom: auto;
        height: auto;
        width: 100%;
        margin-top: 20px;
        border-width: 8px;
        border-radius: 10px;
    }

    .about-image-box-1-silver.fornewsonesa figure.image-anime,
    .about-image-box-1-silver.fornewsonesa figure.image-anime img {
        width: 100%;
        height: auto;
    }

    .about-image-box-2-silver {
        max-width: 280px;
        height: auto;
        border-width: 12px;
    }

    .project-nav ul li a:before {
        display: none;
    }

    .project-item-btn {
        top: 18px;
        right: 18px;
    }

    .project-item-btn a {
        width: 46px;
        height: 46px;
    }

    .project-item-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .project-why-choose {
        padding: 55px 0 20px;
    }

    .project-why-choose .section-title {
        margin-bottom: 38px;
    }


    /* .project-why-choose-item p {
        font-size: 16px;
        line-height: 1.45em;
    } */

    br {
        display: none;
    }

    .award-title-box-silver {
        margin-right: 0;
    }

    .award-title-box-silver .section-title h2 {
        font-size: 20px;
        line-height: 1.18em;
        letter-spacing: 0;
        max-width: 100%;
        word-break: normal;
        overflow-wrap: normal;
        text-wrap: balance;
    }

    .our-features .section-title.section-title-center h2 {
        font-size: 24px;
        line-height: 1.2em;
        letter-spacing: 0;
        max-width: 100%;
    }

    .navbar-brand img {
        max-width: 165px;
    }

    .page-header {
        margin-top: 74px;
        padding: 42px 0;
    }

    .page-header-box h1 {
        font-size: 28px;
        line-height: 1.15em;
    }

    .page-header-box p {
        font-size: 15px;
    }

    .section-title h2,
    .page-single-faqs .section-title h2,
    .service-entry h2 {
        font-size: 28px;
    }

    .footer-copyright {
        padding: 30px 0;
        margin-top: 36px;
    }

    .footer-menu ul {
        gap: 10px 20px;
    }

    .contact-info-item {
        align-items: flex-start;
    }

    .contact-info-item .icon-box {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }

    .contact-info-item-content {
        width: calc(100% - 62px);
    }

    .contact-info-item-content h3 {
        font-size: 18px;
    }

    .contact-form-btn .btn-default {
        width: 100%;
        text-align: left;
    }

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 260px;
    }

    .about-us-hightlighted-content {
        padding: 18px 20px;
        margin-bottom: 24px;
    }

    .about-us-body-item-gold,
    .why-choose-counter-item-gold {
        width: 100%;
    }

    .about-us-footer-gold {
        margin-top: 24px;
        padding-top: 24px;
    }

    .about-us-counter-box-gold h2 {
        font-size: 46px;
    }

    .why-choose-counter-list-gold,
    .service-process-box {
        padding: 18px;
    }

    .why-choose-counter-item-gold::before {
        display: none;
    }

    .service-offer-item-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .service-offer-item-content h3 {
        font-size: 18px;
    }

    .tab-ri-img {
        height: 220px;
    }

    .tab-imGE-wrap .about-counter-silver {
        gap: 14px;
    }

    .tab-imGE-wrap .about-counter-silver h2 {
        font-size: 34px;
    }

    .tab-imGE-wrap .about-counter-silver p {
        font-size: 15px;
        line-height: 1.4em;
    }

    .sector-tabs-nav {
        gap: 8px;
        border-bottom: none;
    }

    .sector-tab-btn {
        width: auto;
        border: 1px solid #ddd;
        border-radius: 999px;
        padding: 10px 16px;
    }

    .sector-tab-btn.active,
    .sector-tab-btn:hover {
        border-color: var(--accent-color);
    }

    .value-counter-box {
        padding: 18px;
    }

    .team-item {
        min-height: 340px;
    }

    .project-nav {
        margin-bottom: 28px;
    }

    .project-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        width: 100%;
    }

    .project-nav ul li a {
        display: block;
        text-align: center;
        padding: 10px 12px;
        border: 1px solid var(--divider-color);
        border-radius: 999px;
    }

    .project-item-content h2 {
        font-size: 18px;
    }

    .satisfy-client-images {
        flex-wrap: wrap;
    }

    .footer-scrolling-ticker {
    padding: 0px 0px 10px 0px;
}
.scrolling-content span img
 {
    max-width: 120px;
    height: 70px;
    min-width: 120px;
}

.award-item-content-silver h3 ul li {
    font-size: 11px;
    padding: 3px 10px !important;
}

br{
    display: none !important; 
}

.page-service-single {
    padding: 40px 0 0px 0px;
}
.our-faqs {
    padding: 40px 0;
}

.policy-terms-row ul li {
    align-items: baseline;
    line-height: 22px;
    padding-bottom: 14px;
}

.policy-terms-row ul li iconify-icon {
    top: 4px;
    position: relative;
}
.our-blog.jobs-pages {
    padding: 40px 0px 30px;
}
.custom-pagination
 {
    margin: 10px 0px 20px 0px;
}
.slicknav_menu ul {
    padding: 10px 10px 18px 10px;
}
.project-why-choose {
    margin-top: 53px;
}
.our-projects.propahes {
    padding-bottom: 40px;
}
.what-we-do.client-sec {
    padding-bottom: 0;
    margin-top: 30px;
}
    .footer-scrolling-ticker {
        padding: 0px 0px 50px 0px;
    }
    .capser .service-item-gold {
    min-height: auto;
    margin-bottom: 24px;
}

}

@media only screen and (max-width: 575px) {

    .page-header-box h1,
    .section-title h2,
    .page-single-faqs .section-title h2,
    .service-entry h2 {
        font-size: 24px;
    }

    .page-header-box ol li.breadcrumb-item,
    .page-header-box p,
    .project-nav ul li a {
        font-size: 14px;
    }

    .contact-us-form {
        padding: 20px 16px;
    }

    .project-item-btn a {
        width: 42px;
        height: 42px;
    }

    .section-title h2 br {
    display: none !important;
}

    .page-header {
        margin-top: 53px;
    }
    .page-single-faqs {
    padding-bottom: 40px;
}
div#road-word{
    padding: 40px 0px ;
}
.our-services-gold {
        padding: 50px 0 20px 0px;
    }
    .what-we-body-image-silver img {
        max-width: 100%;
    }
    .what-we-body-image-silver figure {
    height: auto;
}
.what-we-body-image-silver {
    height: auto;
}
}
