/********************************************************************************************Global**************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
a {
    color: unset;
    text-decoration: none;
}
a:hover {
    color: unset;
}
/********************************************************************************************Header**************************************************************************************************************************/
section.nptopbar {
    background: #EBB63C;
    height: 80px;
}
nav.npmenubar {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url(/seoassets/images/ready-mix-concrete-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixedheader {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 999;
    }

.beforesticky {
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 99;
        background-image: unset !important;
        background: rgba(0,0,0,0.5);
        
    }

.bg-dark-50 {
    --bs-bg-opacity: 0.8;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

#navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
    font-family: 'Poppins', serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
#navbarCollapse div.navbar-nav a.dropdown-item {
    font-family: 'Poppins', serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

nav.npmenubar li.nav-item a.nav-link {
    font-family: 'Poppins', serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
nav.npmenubar li.nav-item a.nav-link img#menucall {
    width: 22px;
    position: relative;
    top: -5px;
}
nav.npmenubar li.nav-item a.nav-link img#menuemail {
    width: 22px;
    position: relative;
    top: -3px;
}
nav.npmenubar li.nav-item a.nav-link img#menucallmobile {
    width: 22px;
    position: relative;
    top: -5px;
    display: none;
}
nav.npmenubar li.nav-item a.nav-link img#menuemailmobile {
    width: 22px;
    position: relative;
    top: -3px;
    display: none;
}
nav.npmenubar li.nav-item a.nav-link:hover {
    color: #EBB63C !important;
}
nav.npmenubar li.nav-item:nth-child(5) a.nav-link {
    font-family: 'Poppins', sans-serif;
}
nav.npmenubar li.nav-item:not(:last-child) {
    margin-left: 0px;
    margin-right: 0px;
}
nav.npmenubar li.nav-item:last-child {
    margin-left: 15px;
}

 a#horizontalmenuhover {
    position: absolute;
    background: #fff;
    margin-left: 0;
    top: 0px;
    padding: 13px 20px;
}
nav.npmenubar li.horizontalmenu:hover a#horizontalmenuhover {
    display: inline-block !important;
}
div.bannersec .textsec h1 {
    font-family: 'Playfair Display', serif;
    font-size: 55px;
}
div.bannersec .textsec p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 36px;
}
div.bannersec .form-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #010101;
}
.form-label {
    font-family: 'Roboto', sans-serif;
    color: #010101;
}
div.bannersec button.submit:hover {
    background: #010101 !important;
}
/********************************************************************************************End Header**************************************************************************************************************************/

/********************************************************************************************Content Section**************************************************************************************************************************/
section.contentsection1, section.contentsection2 {
    background: url(/seoassets/images/contentbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.contentsection1 .contentheading, section.contentsection2 .contentheading {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #010101;
}
section.contentsection1 .headingcontent, section.contentsection2 .headingcontent {
    font-family: Playfair Display, serif;
    font-size: 24px;
    /*line-height: 14px;*/
    color: #010101;
}
section.contentsection1 .contentdesc, section.contentsection2 .contentdesc {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #010101;
    font-weight: 500;
}
/********************************************************************************************End Content Sections**************************************************************************************************************************/

/********************************************************************************************Call to action**************************************************************************************************************************/
section.calltoaction .calltoactiontext {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-weight: 600;
}
section.calltoaction .barnetcontent {
    font-family: 'Playfair Display', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
section.calltoaction .calltoactionmore {
    font-size: 20px;
    font-weight: 600;
    background: #EBB63C;
}
section.calltoaction .calltoactionmore:hover {
    opacity: 0.7;
}
/********************************************************************************************End Call to action**************************************************************************************************************************/

/********************************************************************************************Footer**************************************************************************************************************************/
.newfooter {
    padding-right: 60px;
}
.newfooter .footerbg {
    background: url(/seoassets/images/ready-mix-concrete.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.newfooter .footerbg .imgbg {
    display: none;
}
.newfooter .footerformsecleft {
    background: #EBB63C;
    border-radius: 5px;
    box-shadow: -5px 0px 0px 0px #EBB63C;
    margin-bottom: 80px;
}
.newfooter .contactheading {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.newfooter .footerformsecleft .list-group-item a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #010101;
}
.newfooter .footerformsecleft .list-group-item a span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.newfooter .footerformsecleft li:last-child {
    margin-top: 250px;
}
.newfooter .footerformsecright {
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 0 0 #fff;
    margin: 60px 0 90px 0;
}
.newfooter .footerformsecright .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.newfooter .footerformsecright .submit {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.newfooter .footerformsecright .submit:hover {
    background: #010101 !important;
}
.copyright p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.copyright .topicon {
    margin-top: -85px;
    left: 50% !important;
}
.copyright .topicon:hover {
    opacity: 0.7;
}
div.stickybtn a {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #EBB63C;
    border: 2px solid #ffffff !important;
    z-index: 1000;
}
div.topToButton{
    display: none;
    position:fixed;
    bottom: 30px;
    left: 30px;
    padding:10px;
    border-radius: 50%;
    background: #EBB63C;
    border: 2px solid #ffffff !important;
    z-index: 1000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #EBB63C !important;
    text-decoration: none !important;
    background-color: #ffffff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #EBB63C !important;
}
.navbar-toggler{
    border: 2px solid #ffffff !important;
}
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
}
ul.footer-nav{
    list-style: none !important;
}

#copyRight {
    order: 1 !important;
}

#footerCopyRight {
    font-size: 1.5rem !important;
}

#usefulLinks {
    order: 2 !important;
}
/********************************************************************************************End Footer**************************************************************************************************************************/
@media(min-width: 992px) and (max-width: 1500px) {
    .newfooter {
        padding-right: 10px;
    }
    #navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px !important;
        padding-right:4px !important;
        padding-left: 15px !important;
    }
}

/*min-width 992 to max-width 1199 in pexels*/
@media(min-width: 992px) and (max-width: 1199px) {
    nav.npmenubar li.nav-item {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    nav.npmenubar li.nav-item a.nav-link {
        font-size: 14px;
    }

    #navbarCollapse {
        position: absolute;
        z-index: 10 !important;
        background: white !important;
        width: 100% !important;
        top: 71px !important;
    }

    #navbarCollapse ul.navbar-nav {
        padding: 1rem !important;
    }

    #navbarCollapse ul.navbar-nav li.nav-item a {
        color: #000000 !important;
    }

    a.navbar-brand img.mainScreen {
        top: -23px !important;
    }

}
@media(max-width: 991px) {
    nav.npmenubar li.nav-item .rounded-pill {
        background: transparent !important;
        margin-top: 0 !important;
        padding: 0.5rem 0 !important;
    }
    nav.npmenubar ul.navbar-nav {
        background: #fff !important;
    }
    nav.npmenubar li.nav-item a.nav-link {
        font-size: 14px;
        color: #010101;
    }
    nav.npmenubar li.horizontalmenu:hover a#horizontalmenuhover {
        display: unset !important;
    }
    a#horizontalmenuhover {
        display: block !important;
        position: relative;
        background-color: transparent !important;
        margin-left: 0;
        top: 0px;
        padding: 12px 20px 0 20px;
    }
    .beforesticky {
        background: unset !important;
    }
    nav.npmenubar li.nav-item a.nav-link img#menucall {
        display: none;
    }
    nav.npmenubar li.nav-item a.nav-link img#menuemail {
        display: none;
    }
    nav.npmenubar li.nav-item a.nav-link img#menucallmobile {
        display: inline;
    }
    nav.npmenubar li.nav-item a.nav-link img#menuemailmobile {
        display: inline;
    }
    .newfooter .footerbg {
        background: unset;
    }
    .newfooter .footerbg .imgbg {
        display: block;
        height: auto !important;
    }
    .newfooter .footerformsecleft {
        box-shadow: 0 0px 0px 0px #EBB63C;
        margin-bottom: 0;
        text-align: center;
    }
    .newfooter .footerformsecright {
        border-radius: 0 0 5px 5px;
        margin: 0 0 60px 0;
    }
    .newfooter {
        padding-right: 0px;
    }
    .newfooter .footerformsecleft li:last-child {
        margin-top: 30px !important;
    }
    .newfooter .contactheading {
        text-align: center;
    }


    #copyRight {
        order: 2 !important;
        padding-top: 1.5rem !important;
    }

    #footerCopyRight {
        font-size: 1.1rem !important;
    }

    #usefulLinks {
        order: 1 !important;
        padding-top: 0 !important;
        margin-bottom: 20px !important;
    }
}
@media(min-width: 361px) and (max-width: 991px) {
    nav.npmenubar li.nav-item:last-child {
        margin-left: 0;
    }

    #scrollAddStyle {
        background: #EBB63C;
        height: 100px;
    }
    #mainNavBar{
        top: -20px !important;
    }

    #navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }

    #navbarCollapse div.navbar-nav a.dropdown-item {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }
    #navbarCollapse{
        background: white !important;
        padding: 20px 30px !important;
    }

    .mainNav {
        top: -63px !important;
        width: 370px !important;
    }
    nav.npmenubar .navbar-nav {
        position: absolute !important;
        top: -10px;
    }

    section.nptopbar {
        background: #EBB63C;
        height: 70px;
    }
}
@media(max-width: 767px) {
    nav.npmenubar li.nav-item:last-child {
        margin-left: 0;
    }
    div.bannersec .textsec h1 {
        font-size: 32px;
        line-height: 40px;
    }
    div.bannersec .textsec p {
        font-size: 18px;
        line-height: 26px;
    }
    section.contentsection1 .contentheading, section.contentsection2 .contentheading {
        font-size: 32px;
        line-height: 40px;
    }
    section.contentsection1 .contentdesc, section.contentsection2 .contentdesc {
        font-size: 18px;
        line-height: 26px;
    }
    .newfooter .copyright .topicon {
        left: 50% !important;
    }
    div.stickybtn a {
        right: 20px;
        bottom: 20px;
    }

    div.topToButton{
        bottom: 20px;
        left: 20px;
    }

    section.nptopbar {
        background: #EBB63C;
        height: 70px;
    }

    #scrollAddStyle {
        background: #EBB63C;
        height: 100px;
    }
    #mainNavBar{
        top: -20px !important;
    }

    #navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }
    #navbarCollapse div.navbar-nav a.dropdown-item {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }
    #navbarCollapse{
        background: white !important;
        padding: 20px 30px !important;
    }

    .mainNav {
        top: -63px !important;
        width: 370px !important;
    }
}
@media(min-width: 361px) {
    nav.npmenubar a.sticky {
        display: none;
    }
    nav.npmenubar {
        padding-top: 20px !important;
    }

    section.nptopbar {
        background: #EBB63C;
        height: 70px;
    }
}
@media(max-width: 360px) {
    section.nptopbar a.nonsticky {
        display: none;
    }
    nav.npmenubar .navbar-toggler {
        margin-top: 10px;
    }
    nav.npmenubar .navbar-nav {
        /*top: 10px;*/
        top: 0;
    }
    nav.npmenubar .navbar-nav {
        position: absolute !important;
        width: 100%;
        /*top: 140px;*/
        top: 0;
    }

    section.nptopbar {
        background: #EBB63C;
        height: 70px;
    }

    #scrollAddStyle {
        background: #EBB63C;
        height: 100px;
    }
    #mainNavBar{
        top: -20px !important;
    }

    #navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }
    #navbarCollapse div.navbar-nav a.dropdown-item {
        font-size: 17px;
        font-weight: 600;
        color: #000000 !important;
    }
    #navbarCollapse{
        background: white !important;
        padding: 20px 30px !important;
    }

    .mainNav {
        top: -63px !important;
        width: 370px !important;
    }
}
@media only screen and (min-width: 1366px) {
    #navbarCollapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        font-weight: 600;
        padding-right: 15px !important;
    }
/* about page css */

h1.text-white.fw-bold.about-heading {
    text-align: center;
}

.row.py-5.my-5.bannersec.about-banner-1 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important;
}

.accordion-body {
    padding: 2rem 1.25rem !important;
}


img.img-fluid.mt-3.mb-4.my-xl-0.Image-height {
    height: 135vh;
    object-fit: cover;
}

.about-2nd {
    height: 80vh!important;
    object-fit: cover;
}

.about-3rd {
    height: 45vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-4th {
    height: 75vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-5th {
    height: 130vh!important;
    object-fit: cover;
}
.about-6th {
    height: 66vh!important;
    object-fit: cover;
}
 .about-7th {
    height: 77vh!important;
    object-fit: cover;
}
.about-8th {
    height: 80vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-9th {
    height: 50vh!important;
    width: 100%!important; 
    object-fit: cover;
    object-position: top;
}
.background {
    background-position: center;
    background-image: url(Barnet Concrete.jpg);
    background-size: cover;
}
.about-11th {
    height: 70vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-12th {
    height: 130vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-13th {
    height: 102vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-14th {
    height: 95vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-15th {
    height: 55vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-16th {
    height: 60vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-17th {
    height: 50vh!important;
    width: 100%!important; 
    object-fit: cover;
}
.about-18th {
    height: 50vh!important;
    width: 100%!important; 
    object-fit: cover;
}

.barnet-content {
   font-family: 'Poppins', sans-serif;
   font-size: 15px!important;
   line-height: 22px;
   color: #010101;
   font-weight: 500;
}
 .about-content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px!important;
    line-height: 24px;
    color: #010101;
    font-weight: 500;
}
.about-padding {
    padding: 20px!important;
}

.accordion-button:not(.collapsed) {
    color:black;
    background-color: #ebb63c;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}


.accordion-button:focus {
    z-index: 3;
    border-color: #000000;
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ebb63c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%);
}

.faqs-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px!important;
    line-height: 40px;
    color: #010101;
    font-weight: 500;
}
.faqs-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 20px!important;
    line-height: 40px;
    color: #010101;
    font-weight: 500;
}

.font-size {
    font-size: 25px !important;
    font-weight: 500;
}
}/