﻿/*
  Filtered StyleSheet
  --------------------
  This file was generated by scanning the .cshtml files you provided
  (HomePageTestimonials, HomePageContainer, HomePageSlider, Layout,
  MasterPageHeader, MasterPageFooter) for every class="" and id="" actually
  used, then keeping only the matching rules from the original
  StyleSheet.css (originally ~3075 lines / 58KB).

  Result: 141 rules + 4 relevant @media blocks (down from 482 total rules).

  Notes:
  - All @font-face declarations were kept, since fonts are referenced by
    name inside the kept rules and removing them would break text rendering.
  - Generic/base selectors (html, body, *, a, ul, li, img, button, input,
    p, h1-h6, :root) were kept since they affect the whole page even
    without an explicit class.
  - This was done with a script (regex/brace matching), not a full CSS
    parser, so please do a visual diff/QA pass before replacing your
    production stylesheet — there's a small chance of a missed edge case
    (e.g. classes added dynamically via JS, or selectors using attribute
    matching instead of class names).
*/

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Merriweatherb-bold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Merriweather-Bold.ttf");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Montserrat.ttf");
}

@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "RaisindesSables";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/RaisindesSables_PersonalUseOnly.ttf");
}

@font-face {
    font-family: "OpenSans-semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-semibold.ttf");
}

@font-face {
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "verdana";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/verdana.ttf");
}

@font-face {
    font-family: "verdana-bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/verdana-bold.ttf");
}

@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/ARIAL.TTF");
}

@font-face {
    font-family: "Arial-bold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/ARIALBD.TTF");
}

.ff-mwb {
    font-family: Merriweatherb-bold;
}

.ff-ms {
    font-family: Montserrat;
}

.ff-msb {
    font-family: Montserrat-Bold;
}

.ff-aa {
    font-family: Arial;
}

.ff-aab {
    font-family: Arial-bold;
}

.text-orange {
    color: #E25E26;
}

.bg-orange {
    background: #E25E26;
}

.bg-light-grey {
    background: #00000030;
}

.bg-green {
    background-color: #048D01;
    background-color: #186f16;
}

.bg-none {
    background: none !important;
}

.fs-8 {
    font-size: 20px;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

/*#endregion*/

/*#region padding*/
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/*#endregion*/
/*#region master page header css start*/

.ff-mwb.active {
    color: #007bff; /* Change to desired color */
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.whitebar {
    border-radius: 1px;
    display: block;
    height: 6px;
    margin-top: 4px;
    width: 34px;
    background-color: #FDBE3F;
}

#SubMenu {
    width: 184px;
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 333;
    top:50px;
}

.SubMenuUlList {
    list-style: none;
    padding: 0px 0px;
}

.SubMenuList {
    padding: 6px 12px;
}

.SubMenuUlList .SubMenuList:hover {
    background-color: #048D01;
}

.SubMenuList .SubMenuLink {
    text-decoration: none;
    color: black;
}

.SubMenuUlList .SubMenuList:hover .SubMenuLink {
    color: #ffffff;
}

#navbar-Nav #nav-item-7:hover #SubMenu {
    display: block;
}

/*#endregion*/

#nav-item-7:hover #SubMenu {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: black !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: black !important;
    }

.CartImg {
    cursor: pointer;
}

#HomePageMenu #myTab .HomePageMenuNavLink .nav-link.active {
    color: #FDBE3F !important;
    background: none !important;
}

#HomePageMenu #myTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}

/*#endregion*/

/*#region testiomonial section*/
#Testimonial .TestimonialNav {
    width: 16px;
    height: 18px;
    background: url(../images/Dots.jpg) no-repeat;
    background-position: 2px 3px;
    cursor: pointer;
}

    #Testimonial .TestimonialNav:hover {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:active {
        background-position: -12px 3px;
    }

    #Testimonial .TestimonialNav:visited {
        background-position: -12px 3px;
    }

#TestimonialTxt1 {
    margin-bottom: -18px;
    border-right: 4px solid;
}

#Testimonial {
    background: url(../images/Testimonial-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#TestimonialsInner .carousel-control-next, #TestimonialsInner .carousel-control-prev {
    opacity: 1 !important;
}

    #TestimonialsInner .carousel-control-next:hover, #TestimonialsInner .carousel-control-prev:hover {
        opacity: 0.5 !important;
    }

#TestimonialsInner .carousel-control-prev-icon {
    position: absolute;
    left: -420px;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: 1px 1px;
    width: 52px;
    height: 52px;
}

#TestimonialsInner .carousel-control-next-icon {
    right: -45px;
    position: absolute;
    top: 33px;
    background: url(../images/TestimonialsArrow.png) no-repeat;
    background-position: -61px 1px;
    width: 52px;
    height: 52px;
}

/*#endregion*/
/*#region footer section */
#MasterPageFooter {
    position: relative;
}

.socialFooter {
    margin-top: -133px;
}

.Follow {
    font-size: 20px;
}

.FBinner {
    font-size: 16px;
}

.pagefooter {
    padding: 51px;
}

#MasterPageFooter .FooterSocialIcon {
    width: 41px;
    height: 41px;
    background: url("./images/social-media-icon.png") no-repeat;
    background-position: 3px 2px;
    cursor: pointer;
}

.FaFax {
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 22px;
    background-image: url(../Images/ftrFax.png);
}

.FaPhone {
    background: url(../Images/ftrPhone.png);
    width: 19px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 8px;
}

.FaMap {
    background: url(../Images/ftrLocation.png);
    width: 25px;
    /* border: 2px solid; */
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    height: 68px;
}

.footerleft .fa {
    width: 19px;
}

#MasterPageFooter #Instagram {
    background-position: -39px 2px;
}

#MasterPageFooter #Twitter {
    background-position: -96px 2px;
}

div#MasterPageFooter {
    font-size: 12px;
    vertical-align: top;
}

.ConnactIcon {
    background: url(../Images/Footer-SocialMedia.png) no-repeat;
    width: 39px;
    height: 40px;
}

    .ConnactIcon:hover {
        transform: scale(1.09);
        transition: 0.5s all ease-in-out;
    }

.connectInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#Insta {
    background-position: -176px 0px;
}

#GOneC:hover {
    background-position: 0px -48px;
}

#FaceBook {
    background-position: -41px 0px;
}

    #FaceBook:hover {
        background-position: -41px -48px;
    }

/*#region Hover*/
#MasterPageFooter #Facebook:hover {
    background-position: 3px -38px;
}

#MasterPageFooter #Instagram:hover {
    background-position: -39px -38px;
}

#MasterPageFooter #Twitter:hover {
    background-position: -97px -47px;
}

.business-hours-img {
    background-image: url(./Images/business-hours-img.jpg);
    background-repeat: no-repeat;
    width: 20.1rem;
    height: 22.3rem;
    padding: 15px;
    outline: 1px solid #E0E0DE;
    outline-offset: -16px;
}

.carousel-indicators .active {
    opacity: 1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #E25E26 !important;
    color: white !important;
}

.AdvSearchSideBar.active, .AdvSearchSideBarMobile.active {
    left: 0px;
    transition: 0.8s all;
}

#AdvSearchSideBar .row {
    margin-left: 0px;
    margin-right: 0px;
}

#AllPopUps.AllPopUpsBox.active {
    width: 100%;
    height: 100% !important;
    z-index: 33333333;
    position: absolute;
    top: 0px;
    background-color: #0000007d;
}

.PopUps.active {
    transform: scale(1);
}

.PopUps2.active {
    transform: scale(1);
}

.PopUps3.active {
    transform: scale(1);
}

.ViewCartContainers.active {
    display: block;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*#region for header changes*/
.overlayMobile {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 111111;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    display: none;
}

.Header {
    box-shadow: 0 -5px 25px 0px #7b7b7b;
    -moz-box-shadow: 0 -5px 25px 0px #7b7b7b;
    -webkit-box-shadow: 0 -5px 25px 0px #7b7b7b;
    top: 0;
    width: 100%;
    z-index: 1000;
    position: sticky;
}

.headerAdd, .headerPhone {
    background: url(../images/Icon/Header/Top-Icon.jpg)no-repeat;
    height: 23px;
    width: 14px;
    float: left;
    margin-right: 10px;
}

.headerPhone {
    background-position: -16px 0px;
}

/* The navigation menu links */
.overlayMobile a {
    text-decoration: none;
    font-size: 21px;
    color: #186f16;
    display: block;
    transition: 0.3s;
    text-align: center;
    margin: 0 auto;
}

.overlayMobile-content {
    margin-top: 60px;
}

#SubMenuMob a {
    font-size: 16px;
}

/* When you mouse over the navigation links, change their color */
.overlayMobile a:hover {
    color: #E25E26;
}

/* Position and style the close button (top right corner) */
.overlayMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#navbar-Nav {
    gap: 8px;
    margin-top: -11px;
}

.HeaderOrderButton {
    background: #FDBE3F;
    border-radius: 5px;
}

    .HeaderOrderButton a {
        text-decoration: none;
        color: black;
    }

.nav-item {
    list-style: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.masterPageNavbarLi a {
    text-decoration: none;
    color: white;
    letter-spacing: 0px;
    font-size: 17px;
}

#MNavSrc {
    width: 35px;
}

/*#endregion*/
/*#region for footer*/
.footerTitleL, .FooterTitle {
    font-size: 22px;
    font-family: "OpenSans-Bold";
    /* text-align: center; */
    color: #fff;
}

.footerdiv2, .footerdiv3 {
    background-image: url(../Images/Footer-Seprator.jpg);
    background-repeat: no-repeat;
}

.footerTitleL u, .FooterTitle u {
    border-bottom: 0px solid white;
    text-decoration: none;
}

.footerListUpper {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.FooterSubBut {
    position: absolute;
    right: 22px;
    margin-top: 6px;
    background: #C60607;
    color: white;
    border: 0px;
    padding: 10px;
    width: 31%;
    border-radius: 3px;
}

.footerInput::placeholder {
    color: black;
    font-style: italic;
}

.footerListUpper .nav-item::before {
    height: 11px;
    width: 11px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    float: left;
    /* border-radius: 10px; */
    margin-top: 15px;
    margin-right: 10px;
    content: "";
    color: white;
}

.footerleft {
    color: #fff;
    font-family: OpenSans-Regular;
}

.pagefooter {
    padding-top: 30px;
    padding-bottom: 23px;
}

.contactusContent {
    font-size: 17px;
}

.ftrPhone {
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.ContentI {
    text-align: center;
    width: 100%;
    line-height: 1.6;
}

/*#region for cart*/
/*#NavCart {
    position: absolute;
    right: 18px;
    top: 46px;
}

.cart-item-number {
    background: #FDBE3F;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
    font-weight: bold;
    border: 1px solid #000;
    font-size: 12px;
    padding-left: -2px;
}

#MNavCart {
    margin-top: -3px;
    position: relative;
}

.MCount {
    top: -11px;
    right: -6px;
}*/

.btn-radio.active::before {
    border-color: #007bff;
}

.btn-radio.active::after {
    background-color: #007bff;
    transform: translate(-50%, -50%) scale(0.7);
}

.btn-radio.active span {
    font-weight: bold;
    color: #007bff;
}

.btn-primary {
    background-color: #09800a !important;
    border-color: #09800a !important;
    box-shadow: none !important;
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #E25E26 !important;
        border-color: #E25E26 !important;
        color: white !important;
    }

/*#region for loading screen css*/
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
}

/*#region homepage service section*/
.SerImg {
    background: url(../Images/Services.jpg);
    height: 175px;
    background-repeat: no-repeat;
    width: 175px;
    margin: 0px auto;
}

.ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 24px;
    height: 100%;
    right: 0px;
    background-image: url(../images/SepratorSER.jpg);
}

.ServicesCards:hover {
    color: #E25E26;
}

.ServicesCards .btn {
    Padding: 10px !important;
    Color: #fff;
    border: 1px solid white !important;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 15px;
    background: #E25E26 !important;
    color: white !important;
    font-weight: bold;
}

.ServicesCards:hover .btn-primary {
    background-color: #E25E26 !important;
    color: white !important;
}

#SImg1:hover {
    background-position: 0px -187px;
}

.card:hover #SImg1 {
    background-position: 0px -187px;
}

#SImg2 {
    background-position: -739px 0px;
}

    #SImg2:hover {
        background-position: -739px -187px;
    }

.card:hover #SImg2 {
    background-position: -739px -187px;
}

#SImg3 {
    background-position: -374px 0px;
}

    #SImg3:hover {
        background-position: -374px -187px;
    }

.card:hover #SImg3 {
    background-position: -374px -187px;
}

#SImg4 {
    background-position: -560px 0px;
}

    #SImg4:hover {
        background-position: -560px -187px;
    }

.card:hover #SImg4 {
    background-position: -560px -187px;
}

@media(max-width:1007px) {
    .footerdiv2, .footerdiv3; {
        background-image: none !important;
    }

    #TestimonialTxt1 {
        border-right: 0px !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    }

    .ServicesCards:first-child::before, .ServicesCards:nth-child(2)::before {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .socialFooter {
        margin-top: 0px;
    }
    .footerdiv2, .footerdiv3 {
        background-image:none;
    }
}
@media screen and (max-width: 768px) {
    .divHeaderLogo {
        display: none;
    }

    #TestimonialTxt1 {
        border-right: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1094px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

@media screen and (min-width: 1094px) and (max-width: 1240px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}
