* {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Metrophobic';
}

a {
    text-decoration: none;
    display: block;
}

/* ---------- header ----------- */

.main-container {
    max-width: 1240px !important;
    width: 90% !important;
    margin: 0 auto;
}

.main-header {
    z-index: 999;
    width: 100%;
    position: fixed;
}

.site-container {
    background-color: #ffffff;
    width: 90% !important;
    margin: 0 auto;
}

.header__navbar {
    display: flex;
    justify-content: space-between;
}

.header__img {
    height: 100%;
}

.header__img-logo {
    height: 90px;
    width: 200px;
    object-fit: cover;
}

.header_fa-icon {
    display: flex;
    cursor: pointer;
    align-items: center;
}


.header-fafaicon__facebook {
    height: 30px;
    width: 30px;
    padding: 20px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
}

.header-fafaicon__facebook:hover {
    background: #37589b;
    color: #ffffff;
}


.header-fafaicon__instagram {
    height: 30px;
    width: 30px;
    padding: 20px;
    font-size: 18px;
    margin-right: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
}

.header-fafaicon__instagram:hover {
    background: #A67658;
    color: #ffffff;
}

.navbar-collapse-header {
    justify-content: end;
}

.header-two {
    z-index: 999;
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #2c353d;
}

.navbar-nav__header {
    max-width: 1240px;
    margin: 0 auto;
}

.smt-header-item {
    color: #2c353d !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.header-fa-search-icon {
    height: 30px;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: white;
}

.header-fa-search-icon:hover {
    background-color: #fff;
    color: #2c353d;
}

.header_fa-search {
    display: none;
}

.header_fa-icon-search {
    display: flex;
    cursor: pointer;
    align-items: center;
}


.header-menu-item {
    padding: 0px 15px;
}

.header-menu-item a {
    border-bottom: 2px solid #fff;
}

.header-menu-item:hover a {
    border-bottom: 2px solid #efbb20;
}

.header-icon-hide {
    display: flex;

}

.navbar-icon .navbar-toggle-bars:focus-visible,
.navbar-icon .navbar-toggle-bars:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler.navbar-toggle-bars {
    line-height: 0;
    color: white;
    padding: 5px 10px;
    border: none;
    /* background: #5b5b5b !important; */
}

.navbar-icon {
    display: none;
}

.search-form {
    display: none;
}

/*----- silder------ */
.owl-carousel.owl-theme.smt-banner.owl-loaded.owl-drag {
    display: flex;
}

.covid__at-link {
    width: 100%;
    object-fit: cover;
}

.header-silder {
    padding-top: 5rem;
}

.section-top {
    padding-top: 5rem;
}

.header-silder .owl-carousel {
    position: relative;
}

.silder-contain {
    position: relative;
}

.silder-contain::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 44%) 45%, rgb(0 0 0 / 60%) 100%) !important;
}

.silder-short-dis {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 77%;
    text-align: center;
}

.main-silder {
    display: flex;
    justify-content: center;
}

.smt-silder-button {
    text-align: center;
}

.silder-button_more {
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 70px;
}

.silder-button_more:hover {
    color: #fff;
    background-color: #cd9900;
    border: 3px solid #cd9900;
}

.silder-button_more:focus-visible {
    outline: none;
}

.silder-button {
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    background-color: #cd9900;
    border: 3px solid #cd9900;
    border-radius: 70px;
}

.silder-button:hover {
    color: #fff;
    background-color: transparent;
    border: 3px solid white;
}
.silder-button-1 {
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    background-color: #cd9900;
    border: 2px solid #cd9900;
    border-radius: 70px;
}

.silder-button-1:hover {
    border: 2px solid #cd9900;
     background-color: transparent;
    color: #cd9900;
}

.silder-button:focus-visible {
    outline: none;
}

.silder-banner-color {

    padding: 10px 15px;
}

h2.silder-banner-color {
    font-size: 50px;

    @media (max-width: 991px) {
        font-size: 40px;
    }

    @media (max-width: 767px) {
        font-size: 30px;
    }
}

.page-header .owl-nav button span {
    font-size: 30px;
    position: relative;
    top: -7px;
}

.page-header .owl-carousel .owl-nav .owl-prev,
.page-header .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    top: 50%;
    position: absolute;
    transform: translatey(-50%);
    border-radius: 100px;
    border: 2px solid white;
    color: white;
    background-color: transparent;
}

.page-header .owl-carousel .owl-nav .owl-prev:hover,
.page-header .owl-carousel .owl-nav .owl-next:hover {
    background-color: #54443f;
}

.page-header .owl-carousel .owl-nav.disabled {
    display: inline-block;
}

.page-header .owl-carousel .owl-nav .owl-prev {
    left: 1px;
}

.page-header .owl-carousel .owl-nav .owl-next {
    right: 1px;
}


.page-header .owl-dots {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: -5px;
    text-align: center;
}

.page-header .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 20px 0;
    border: 2px solid #fff;
    border-radius: 8px;
}

.page-header .owl-dots .owl-dot.active {
    background: #fff;
}

.page-header .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.main_section {
    padding: 6rem 0 6rem;
}

.house-contact {
    background-color: #efbb20;
    background-image: url("../image/house-wire-model.png");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.contact-btn {
    padding: 50px 0px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.button-contact {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 70px;
}

.button-contact:hover {
    /* background-color: white; */
    border: 3px solid #efbb20;
    color: #efbb20 !important;
}

.button-contact:focus-visible {
    outline: none;
}

.content-dis {
    padding: 50px 12px;
    margin: 0 auto;
    max-width: 1153px;
    text-align: center;
}

.contact-heading {
    color: white;
    font-family: 'Metrophobic';
    font-weight: 400;
    font-size: 30px;
}

.main_section .row {
    margin: 0px;
    padding: 0px;
    align-items: center;
}

.emoji {
    width: 35px;
}



/* our_services */
.our_services {
    border-left: none !important;
}

.services_box {
    margin-bottom: 0px !important;
    min-height: 50px;
}

.our_services-title {
    text-decoration: none;
}

.house-imag {
    background-color: #2c353d;
    background-image: url(../image/house-wire-model-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    /* min-height: 150px */
}

.house-imag-bg {
    background-color: #2c353d;
    background-image: url(../image/house-wire-model-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    min-height: 150px
}

/* .italic {
    font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 400;
    line-height: 13px;
    color: #efbb20;
} */

.logo-image {
    width: 100%;
    max-width: 260px;
    height: 150px;
    object-fit: contain;
}

/* --------------------- contact ------------ */
.main_div .row {
    margin: 0px;
}

.contact_section {
    margin-left: 35px
}

.main-title-contact {
    color: #2c353d;
    font-size: 18px;
    line-height: 26px;
    font-family: 'metrophobic', sans-serif;
}

.contact-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid;
    color: #efbb20;
    opacity: 1;
    width: 50px;
}

.main-title-dis {
    color: #9c9c9c;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Helvetica Neue', sans-serif;
}

.contact_sec .yellow_title {
    color: #efbb20;
    font-size: 13px;
    font-weight: 700;
    line-height: 21.45px;
    font-family: 'Helvetica Neue', sans-serif;
}

.contact_sec p {
    color: #9c9c9c;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Helvetica Neue', sans-serif;
}

.main-dis {
    color: #9c9c9c;
    font-size: 14px;
}

/* ===================footer-section-start=========== */
.footer_iframe {
    margin: 50px 0 0px 0;
    border-radius: 10px;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.main_div {
    padding: 50px 0px;
}

.main_footer {
    background-color: #2c353d;
    color: #ffffff;
    padding: 10px 0 40px 0;
}

.main_footer .footer_title {
    border-top: 1px solid #5b646b;
    border-bottom: 1px solid #5b646b;
    padding: 10px 0;
    margin: 50px 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14.3px;
    line-height: 15.73px;
    font-family: 'Metrophobic';
}

.main_footer p {
    line-height: 21.24px;
    font-size: 13px;
    margin: 11.5px 0;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;

}

.main_footer .row {
    --bs-gutter-x: 4.9rem;
}

.main_footer .footer_btn {
    padding: 10px;
    font-size: 12px;
    margin: 3px 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 14.4px;
    color: #2c353d !important;
    background-color: #fff !important;
}

.main_footer .footer_btn:hover {
    border: 1px solid #efbb20;
    color: #efbb20 !important;
    background-color: transparent !important;
}

.last_footer {
    background-color: #5b646b;
    color: #ffffff;
    padding: 15px 0;
}

.last_footer p,
.last_footer a {
    align-items: self-start;
    text-align: left;
    display: flex;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 11px;
    text-decoration: none !important;
    font-weight: 400;
    margin: 0px;
    line-height: 21.45px;
    color: #fff !important;
}

.last_footer p a:hover {
    color: #efbb20 !important;
}

.scroll_bar a {
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0.7;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #5b646b;
    background-color: #5b646b;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    scroll-behavior: smooth;
}

.scroll_bar:hover a {
    background-color: #f8f8f8;
    color: #efbb20 !important;
    border: 1px solid #e1e1e1;
}

.materials_page_section .material_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.materials_box {
    width: 100%;
    padding-bottom: 40px;
    display: inline-block;
}

.materials_box-logo {
    width: 100%;
    padding-bottom: 30px;
    display: inline-block;
}

.weserved_link {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-img:hover {
    opacity: 0.5;
    transition: all 0.7s;
}

/* khusbu */
/* =====================project-page-css-start========== */
.office_section {
    padding: 50px 0;
    text-align: end;
    position: sticky;
    top: 120px;

}

.material_link {
    width: 100%;
    text-align: right;
    text-decoration: none;
}

.office_section .sabtitle {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0px;
    color: #2c353d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Metrophobic';
    font-size: 14.3px;
}

.office_section .orange_title,
.office_section a {
    color: #efbb20 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 21.45px;
    font-family: 'Helvetica Neue', sans-serif;
    margin-top: 15px;
}

.material_title a {
    color: #919191 !important;
    font-weight: 400;
}

.office_section p {
    color: #9c9c9c !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    font-family: 'Helvetica Neue', sans-serif;

}

.materials_section {
    border-left: 1px solid #e1e1e1;
}

.materials_section .project_main-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #2c353d;
    font-family: 'Metrophobic';
    font-size: 28px;
    line-height: 30px;
    padding: 25px 0px;
    margin: 0;
    text-align: center;
}

.materials_section hr {
    margin: 0 auto;
    /* margin-top: 20px; */
    margin-bottom: 30px;
    border: 1px solid;
    color: #efbb20;
    opacity: 1;
    width: 50px;
}

.materials_box hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid;
    color: #efbb20;
    opacity: 1;
    width: 50px;
    display: inline-block;
}

.box_img_title {
    text-decoration: none !important;
}

.materials_box .box_img_title h2 {
    color: #2c353d;
    font-family: 'Metrophobic';
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
}

.materials_box p {
    color: #9c9c9c;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    line-height: 21.45px;
}


/* .services-dis {
    min-height: 100px;
} */

.our_services-image {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

/* .materials_hover-img {
    height: 174px;

} */

.services_hover-img {
    height: 194px;
    width: 100%;
    object-fit: cover;
}

/* khusbu */
/* ======================about============== */

.hover-img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.large-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.materials_page_section {
    border-left: 1px solid #e1e1e1;
}

.material_page ul {
    list-style-type: disc;
    color: #9c9c9c;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    font-family: 'Helvetica Neue', sans-serif;
}

.material_page .matiriyal_ul {
    margin-left: 30px;
}

.matiriyal-li {
    list-style-type: circle;
}

.material_main-ul {
    padding-left: 16px !important;
}

.material_page .singal-img {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
}

.material_page h3 {
    color: #efbb20;
    font-family: 'Metrophobic';
    font-size: 11.7px;
    font-weight: 700;
    line-height: 21.45px;
    text-transform: uppercase;
    text-align: center;
}

.material_page h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    line-height: 39px;
    color: #2c353d;
    font-family: 'Metrophobic';
    font-weight: 600;
}

.material_page hr {
    display: block;
    margin: 0 auto;
    width: 40px;
    border: 1px solid;
    /* margin-bottom: 38px; */
    color: #efbb20;
    opacity: 2;
}

.material_page p {
    color: #9c9c9c;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    font-family: 'Helvetica Neue', sans-serif;
}

/* about */
.material_box-container {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
    /* padding: 30px 0px; */
    padding-top: 30px;
    gap: 10px !important;

}

.material_box-image {
    height: 100%;
    padding: 25px 0;
    margin: 0 auto;
    /* width: 100%; */
}

.img-material {
    max-width: 400px;
    object-fit: cover;
}

.material-image-title {
    text-align: center;
    font-size: 30px;
    color: #2c353d;
    font-family: 'Metrophobic';
    font-weight: 600;
    margin: 10px 0;
}

/* .social_icon h5 {
    margin-bottom: 20px;
    text-align: center;
    color: #2c353d;
    font-family: 'Metrophobic';
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
}

.social_icon .toltip_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 7px;

}

.tooltip .tooltip-arrow {
    --bs-tooltip-bg: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
}

.tooltip .tooltip-inner {
    background-color: #ffffff;
    color: #919191;
    border-color: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
    width: 150px;
    padding: 15px;
    margin-top: -10px;
}

.social_icon button:focus-visible {
    outline: none;
}

.link_color:focus-visible {
    outline: none;
}

.social_icon button {
    width: 100px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    border: 0.5px solid #e1e1e1;
}

.social_icon button a {
    color: #9c9c9c !important;
    font-size: 15px;
}

.social_icon button:hover a {
    color: #fff !important;
}

.social_icon button:hover.link_facebook {
    background-color: #37589b;
    border: 0.5px solid #37589b;
}

.social_icon button:hover.link_Twitter {
    background-color: #46d4fe;
    border: 0.5px solid #46d4fe;
}

.social_icon button:hover.link_Pinterest {
    background-color: #cb2027;
    border: 0.5px solid #cb2027;
}

.social_icon button:hover.link_LinkedIn {
    background-color: #419cca;
    border: 0.5px solid #419cca;
}

.social_icon button:hover.link_Tumblr {
    background-color: #345574;
    border: 0.5px solid #345574;
}

.social_icon button:hover.link_Vk {
    background-color: #597BA5;
    border: 0.5px solid #597BA5;
}

.social_icon button:hover.link_Reddit {
    background-color: #FF4500;
    border: 0.5px solid #FF4500;
}

.social_icon button:hover.link_Mail {
    background-color: #9fae37;
    border: 0.5px solid #9fae37;
} */

/* weserved page */
.weserved_section {
    padding: 9rem 0 6rem;
}

.weserved_section .row {
    align-items: center;
}

/* table */
.table-section {
    padding-top: 50px;
}


.table-fixed {
    position: sticky;
    top: -1px;
}

.table_scroll {
    display: block;
    width: 100%;
    height: 500px;
    overflow: auto;
}

.table_scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.table_scroll::-webkit-scrollbar-track {
    background-color: #dae0e657;
    border-radius: 10px;
}

.table_scroll::-webkit-scrollbar-thumb {
    background: #212529;
    border-radius: 10px;
    height: 100px;
}

.office_box {
    width: 100%;
    padding-bottom: 40px;
    display: inline-block;
}

.office_box .office_box-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media(max-width: 1100px) {

    .img-material {
        max-width: 350px;
        object-fit: cover;
    }
}

/*============ Default Css End ============*/
@media(max-width: 1024px) {
    .owl-dots {
        display: none;
    }

    .button-contact {
        font-size: 20px;
    }

    .contact-heading {
        font-size: 20px;
    }

    .card__colum {
        padding: 0px 40px;
    }

    .img-material {
        max-width: 320px;
        object-fit: cover;
    }

    .our_services-image {
        height: 150px;
    }

    .material_box-image {
        margin: 0 auto;
    }

    .footer-min-div {
        padding: 0 20px !important;
    }

}

/* khusbu */
@media (min-width: 768px) and (max-width: 991px) {
    .materials_page_section .img_position {
        bottom: 40px;
        height: 40px;
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .header-silder {
        padding-top: 5rem;
    }

    .section-top {
        padding-top: 5rem;
    }

    .silder-banner-color {
        text-align: center;
        font-size: 18px;
    }

    .content-dis {
        padding: 40px 12px;
    }

    .contact-btn {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header_fa-icon-search {
        display: none;
    }

    .emoji {
        width: 25px;
    }


    .navbar-icon {
        display: inline-block;
    }


    .main-header {
        border-bottom: 1px solid #8080803d;
    }

    .toggle_icon {
        font-size: 20px;
        color: #c46c0c;
    }

    .header-icon-hide {
        display: flex;
    }

    .header-two {
        width: 100%;
        position: absolute;
        z-index: 999;
    }

    .header-menu-item {
        padding: 0px 0px;
    }

    .header-menu-item a {
        border-bottom: 2px solid #c46c0c;
    }

    .main_section {
        padding: 4rem 0 4rem;
    }

    .main_div {
        padding: 30px 0px;
    }

    .header_fa-search {
        display: inline-block;
    }

    .header-fa-search-icon {
        color: #808080;
    }

    .header-fa-search-icon:hover {
        background-color: #c46c0c;
        color: white;
    }

    .smt-header-item:hover {
        color: #efbb20 !important;
    }

    .header-fafaicon__search {
        padding: 0px;
    }

    .button-contact {
        font-size: 18px;
    }

    .artificial-turf {
        justify-content: center;
    }


    .header-item-link {
        padding-bottom: 25px;
    }

    .img-material {
        max-width: 300px;
        object-fit: cover;
    }

    .materials_box {
        padding-bottom: 40px;
    }


    .footer-min-div {
        padding: 0 15px !important;
    }
}

@media (max-width: 1200px) {
    .img-material {
        max-width: 350px;
        object-fit: cover;
    }

    /* .main_section{
        padding:5rem 0 5rem; 
    } */

    .office_box .office_box-image {
        height: 315px !important;
    }

}

@media (max-width: 991px) {

    .office_box .office_box-image {
        height: 420px !important;
    }
}

@media (max-width: 767px) {
    .main_section .row {
        justify-content: center;
    }

    .header__img-logo {
        width: 160px;
    }

    .page-header .owl-lazy {
        height: 450px;
        object-fit: cover;
    }

    .content-dis {
        padding: 30px 12px;
    }

    .contact-btn {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-heading {
        font-size: 18px;
    }

    .emoji {
        width: 25px;
    }

    .materials_box {
        padding-bottom: 30px;
    }

    .our_services-image {
        height: 100%;
    }

    .office_section {
        display: none;
    }

    .materials_section {
        padding-left: 0px;
        border: none;
    }

    .materials_section .row {
        --bs-gutter-x: 0.5rem;
    }

    .main_footer .row {
        --bs-gutter-x: 1.5rem;
    }

    .materials_page_section {
        border: none;

    }

    .materials_section .project_main-title {
        font-size: 24px;
    }

    .silder-banner-color {
        text-align: center;
        margin: 0;
        font-size: 16px;
    }

    .materials_page_section .img_position {
        bottom: 40px;
        height: 40px;
        margin: 0px;
        padding: 0px;
    }

    .scroll_bar {
        display: none;
    }

    .services_logo {
        width: 60%;
    }

    .office_section {
        display: none;
    }


    .materials_box .box_img_title h2 {
        margin-top: 25px;
    }

    /* 
    .materials_box hr {
        margin-top: 10px;
        margin-bottom: 10px;
    } */

    .materials_section {
        padding-left: 0px;
        border: none;
    }

    .contact_section {
        padding: 10px 0;
        margin-left: 0px;
    }

    .main_section {
        padding: 4rem 0 4rem;
    }

    .logo-image {
        max-width: 250px;
    }

    .weserved_section {
        padding: 7rem 0 6rem;
    }

    .material_box-container {
        justify-content: center;
    }
}

@media (max-width:500px) {
    .weserved_link {
        min-height: 70px;
    }
}

@media (max-width:575px) {

    .materials_page_section .material_img,
    .mt_last-large_img img {
        height: 200px;
        width: 100%;
    }

    .material-img1 {
        margin-bottom: 0px;
    }
}

/* tulsi */
@media(max-width: 479px) {
    .header-icon-hide {
        display: none;
    }

    /* 
    .navbar-icon::after {
        display: none;
    } */


}

/* khusbu */
@media (max-width:436px) {
    .social_icon .toltip_btn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.contact_link .contact-whatsapp-icon {
    font-size: 20px;
}

.contact_link .site_link {
    color: #9c9c9c;
    text-decoration: none;
    padding-bottom: 10px;
}

.contact_link:hover,
.contact_link .site_link:hover {
    color: #efbb20;
    text-decoration: none;
}

.site_link a {
    color: #fff;
    text-decoration: none;
}

.site_link:hover,
.site_link a:hover {
    color: #efbb20;
    text-decoration: none;
}

.whatsapp-icon {
    position: fixed;
    bottom: 115px;
    right: 50px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    scroll-behavior: smooth;

    @media (max-width:767px) {
        bottom: 30px;
        right: 30px;
    }
}

.height-box--wrapper {
    .hover-img {
        height: 200px;
        width: 200px;
        border-radius: 100px;

        &:hover {
            opacity: 1;
        }

        @media (max-width:991px) {
            height: 150px;
            width: 150px;
        }


        @media (max-width:560px) {
            height: 100px;
            width: 100px;
        }
    }

    p {
        font-family: 'Metrophobic';
        font-size: 25px;
        font-weight: 300;
        line-height: 22px;

        @media (max-width:767px) {
            font-size: 20px;
        }

        @media (max-width:560px) {
            font-size: 15px;
        }
    }
}

.number-link {
    text-decoration: none;

    &:hover p {
        color: #efbb20 !important;
    }
}