
@media (max-width: 575.98px) { 
    .navbar-expand-lg .navbar-nav {
    gap: 30px;
    padding: 50px 0 0 25px;
}
    .contactus {
    padding: 65px 0;
}
    .subbanner {
    padding: 65px 0 65px;
}
.corevalues .subheading {
    margin-bottom: 40px;
}
.about_content {
    padding: 60px 0 0;
}
.about_content .row{
    flex-direction:column-reverse;
}
section.about_service {
    padding: 60px 0 ;
}
.about-img {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
}
.corevalues {
    padding: 60px 0;
}
.corevalues .aboutcrads ul {
    gap: 50px 50px;
}
.manimg {
display: none;
}
.manimg img{
    width: 100%;
}
    a.location {
    display: none;
}
ul.topcontact {
    gap: 15px;
    justify-content: left;
}
.last_content p {
    font-size: 19px;
    width: 100%;
}
.substract img {
    width: 119px;
}
.tools img {
    width: 130px;
}
.tools {
    bottom: -41px;
}
.banner_heading h1 {
    font-size: 53px;
    margin-bottom: 20px;
}
.banner_btns {
    flex-flow: wrap;
}
.navbar-brand img{
    height: 85px;
}
.navbar.navtop {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #252323;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar-toggler {
    background: #fff;
    color: #35506d;
    line-height: 28px;
    width: 44px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.navbar-collapse {
    position: fixed;
    width: 0%;
    background: #152331;
    top: 0;
    right: 0;
    height: 100vh;
    transition: 0.5s;
    z-index: 99;
    box-shadow: -16px 0px 40px rgb(0 0 0 / 55%);
    display: block !important;
    overflow: scroll;
}
.navbar-collapse.show {
    width: 80%;
    transition: 1s;
}
/* .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 53%;
    background: #152331;
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    padding: 50px 0 0 20px;
    z-index: 103;
    position: fixed;
    transform: translateX(296px);
    transition: all 0.5s ease;
} */
.serviceimg  {
    height: 450px;
}
.navbar-collapse.collapse.show .navbar-nav {
    transform: translateX(0);
    transition: all 0.5s ease;
}
.bannerscontents {
    position: relative;
    padding: 150px 0 70px;
}
.subheading h2 {
    font-size: 41px;
    margin-bottom: 30px;
}
section.aboutus {
    padding: 60px 0;
}
.aboutcrads ul {
    gap: 50px;
}
.aboutcrads {
    padding: 60px 0 60px 20px;
}
.glovesimg {
    left: auto;
    right: 0;
    transform: rotate(
181deg);
}
.services {
    padding: 60px 0;
}
.services::after {
display: none;
}
.services .subheading {
    z-index: 85;
}
.services .owl-nav button {
    height: 40px;
    width: 40px;
    display: none;
}
.services .owl-nav button img {
    height: 26px !important;
    width: 14px !important;
}
.services .owl-next {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}
.services .owl-prev {
    position: absolute;
    top: auto;
    right: 97px;
    bottom: 0;
}
.services  .owl-dots {
    display: table;
}
.footerpart {
    padding: 60px 0 25px;
}
.footerpart h4 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.cap_img {
    display: none;
}
.footerbottom {
    padding-top: 65px;
}
.footerbottom ul {
    text-align: center;
    justify-content: center;
}
.copywrite {
    display: table;
    margin: auto;
    margin-top: 30px;
}
body.no-scroll {
  overflow: hidden;
}
.close_btn {
    position: absolute;
    right: 18px;
    background: #fff;
    top: 11px;
    height: 30px;
    width: 30px;
    font-size: 13px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #b21d1d;
    border-radius: 5px;
    background: #ffdede;
     transition: 0.5s;
}
.navbar-collapse {
  transition: 0.5s;
}
.herobanner {
    height: 100%;
}
.footer_content {
    max-width: 325px;
}
.footer_links li a {
    max-width: 350px;
    display: inline-block;
}
.wrapper {
    margin-left: 10px;
    overflow: hidden;
}
.contactsec {
    padding: 60px 0;

}
.constructionimg {
    display: none;
}
.contact_detais {
    margin-top: 50px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) { 
    .navbar-expand-lg .navbar-nav {
    gap: 40px;
    padding: 50px 0 0 30px;
}
    .contactus {
    padding: 65px 0;
}
    .subbanner {
    padding: 65px 0 65px;
}
    .manimg {
    display: none;
}
.last_content p {
    width: 100%;
    font-size: 19px;
}
.corevalues {
    padding: 80px 0;
}
.substract img{
    width: 132px;
}
.tools img{
    width: 160px;
}
.about-img {
    position: relative;
    width: 500px;
    height: 100%;
    display: table;
    margin: auto;
    bottom: 0;
}
section.about_service {
    padding: 80px 0;
}
.about_content .row{
    flex-direction: column-reverse;
}
.about_content {
    padding: 80px 0 0;
}
    .contact_detais {
    margin-top: 50px;
}
    .constructionimg {
    display: none;
}

        a.location {
    display: none;
}
.wrapper {
    margin-left: 24px;
}
ul.topcontact {
    gap: 15px;
    justify-content: left;
}

.banner_heading h1 {
    font-size: 53px;
    margin-bottom: 20px;
}
.banner_btns {
    flex-flow: wrap;
}
.navbar-brand img{
    height: 85px;
}
/* .navbar.navtop {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #252323;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar-toggler {
    background: #fff;
    color: #35506d;
    line-height: 28px;
    width: 44px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.navbar-collapse{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 45%;
    background: #152331;
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    padding: 50px 0 0 20px;
    z-index: 103;
    position: fixed;
    transform: translateX(296px);
    transition: 0.5s;
}
.navbar-collapse.show {
    width: 100%;
    transition: 1s;
}
/* .navbar-collapse.collapse.show .navbar-nav {
   transform: translateX(0);
    transition: 0.5s;
} */ */


.bannerscontents {
    position: relative;
    padding: 150px 0 70px;
}
.subheading h2 {
    font-size: 41px;
    margin-bottom: 30px;
}
section.aboutus {
    padding: 60px 0;
}
.aboutcrads ul {
    gap: 50px;
    justify-content: left;
}
.aboutcrads {
    padding: 60px 0 60px 25px;
}
.glovesimg {
    left: auto;
    right: 0;
    transform: rotate(
181deg);
}
.services {
    padding: 60px 0;
}

.services .subheading {
    z-index: 85;
}
.services .owl-nav button {
    height: 40px;
    width: 40px;
    display: none;
}
.services .owl-nav button img {
    height: 26px !important;
    width: 14px !important;
}
.services .owl-next {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}
.services .owl-prev {
    position: absolute;
    top: auto;
    right: 97px;
    bottom: 0;
}
.services  .owl-dots {
    display: table;
}
.footerpart {
    padding: 60px 0 25px;
}
.footerpart h4 {
    margin-bottom: 30px;
    margin-top: 40px;
}
.cap_img {
    display: none;
}
.footerbottom {
    padding-top: 65px;
}
.footerbottom ul {
    text-align: center;
    justify-content: center;
}
.copywrite {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    gap: 3px;
}
body.no-scroll {
  overflow: hidden;
}
.close_btn {
    position: absolute;
    right: 18px;
    background: #fff;
    top: 11px;
    height: 30px;
    width: 30px;
    font-size: 13px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #b21d1d;
    border-radius: 5px;
    background: #ffdede;
     transition: 0.5s;
}
.navbar-collapse {
  transition: 0.5s;
}
.herobanner {
    height: 100%;
}
.services::after {
    width: 3%;
    z-index: 96;
}
.footerpart .col-sm-2{
    display: none;
}
.services .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.serviceimg {
    height: 400px;
}

.navbar-brand img{
    height: 85px;
}
.navbar.navtop {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #252323;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar-toggler {
    background: #fff;
    color: #35506d;
    line-height: 28px;
    width: 44px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.navbar-collapse {
    position: fixed;
    width: 0%;
    background: #152331;
    top: 0;
    right: 0;
    height: 100vh;
    transition: 0.5s;
    z-index: 99;
    box-shadow: -16px 0px 40px rgb(0 0 0 / 55%);
    display: block !important;
    overflow: scroll;
}
.navbar-collapse.show {
    width: 50%;
    transition: 1s;
}
 }


@media (min-width: 768px) and (max-width: 991.98px) { 
    .navbar-expand-lg .navbar-nav {
    gap: 45px;
    padding: 50px 0 0 30px;
}
    .contactus {
    padding: 65px 0;
}
    .subbanner {
    padding: 65px 0;

}
    .about-img {
    position: relative;
    width: 735px;
    left: 0;
    bottom: 0;
    height: 362px;
    display: table;
    margin: auto;
}
.about_content {
    padding: 100px 0 0;
    position: relative;
}
.about_content .row{
 flex-direction: column-reverse;
}
  .constructionimg img{
    height: 280px;
}
            a.location {
    display: none;
}
ul.topcontact {
    gap: 15px;
    justify-content: left;
}

.banner_heading h1 {
    font-size: 60px;
    margin-bottom: 20px;
}
.banner_btns {
    flex-flow: wrap;
}
.navbar-brand img{
    height: 85px;
}
.navbar.navtop {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #252323;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}
section.about_service {
    padding: 100px 0;
}
.manimg{
    display: none;
}
.corevalues .aboutcrads ul {
    gap: 55px 45px;
}
.last_content p {
    font-size: 22px;

    width: 100%;
}
.substract img {
    width: 125px;
}
.navbar-toggler {
    background: #fff;
    color: #35506d;
    line-height: 28px;
    width: 44px;
    text-align: center;
    justify-content: center;
    display: flex;
}


.navbar-collapse.collapse.show .navbar-nav {
   transform: translateX(0);
    transition: 0.5s;
}

.bannerscontents {
    position: relative;
    padding: 150px 0 70px;
}
.subheading h2 {
    font-size: 41px;
    margin-bottom: 30px;
}
section.aboutus {
    padding: 60px 0;
}
.aboutcrads ul {
    gap: 45px;
}
.aboutcrads {
    padding: 60px 0 60px 30px;
}
.glovesimg {
    left: auto;
    right: 0;
    transform: rotate(
181deg);
}
.services {
    padding: 60px 0;
}

.services .subheading {
    z-index: 85;
}
.services .owl-nav button {
    height: 40px;
    width: 40px;
   
}
.services .owl-nav button img {
    height: 26px !important;
    width: 14px !important;
}


.services  .owl-dots {
    display: table;
}
.footerpart {
    padding: 60px 0 25px;
}
.footerpart h4 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 17px;
}
.cap_img {
    display: none;
}
.footerbottom {
    padding-top: 65px;
}
.footerbottom ul {
    text-align: center;
    justify-content: center;
}
.copywrite {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    gap: 3px;
}
body.no-scroll {
  overflow: hidden;
}
.close_btn {
    position: absolute;
    right: 18px;
    background: #fff;
    top: 11px;
    height: 30px;
    width: 30px;
    font-size: 13px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #b21d1d;
    border-radius: 5px;
    background: #ffdede;
     transition: 0.5s;
}
.navbar-collapse {
  transition: 0.5s;
}
.herobanner {
    height: 100%;
}
.services::after {
    width: 3%;
    z-index: 96;
}
.footerpart .col-sm-2{
    display: none;
}
.services .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.serviceimg {
    height: 400px;
}
.services .owl-next {
    top: -120px;
}
.services .owl-prev {
    top: -120px;
}
.aboutcrads::after {
    background-repeat: repeat;
}

.footer_content {

    max-width: 365px;
}
.navbar-brand img{
    height: 85px;
}
.navbar.navtop {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #252323;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar-toggler {
    background: #fff;
    color: #35506d;
    line-height: 28px;
    width: 44px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.navbar-collapse {
    position: fixed;
    width: 0%;
    background: #152331;
    top: 0;
    right: 0;
    height: 100vh;
    transition: 0.5s;
    z-index: 99;
    box-shadow: -16px 0px 40px rgb(0 0 0 / 55%);
    display: block !important;
    overflow: scroll;
}
.navbar-collapse.show {
    width: 50%;
    transition: 1s;
}
.wrapper {
    margin-left: 30px;
    overflow: hidden;
    max-width: 100%;
}
 }


@media (min-width: 992px) and (max-width: 1199.98px) {  
    .footerpart h4 {
    font-size: 16px;
}
    .navbar.navtop {
    padding-top: 0;
}
.substract  img{
    width: 118px;
}
.corevalues .aboutcrads ul {
    gap: 40px;
}
.about-img {
    width: 525px;
    left: 0;
    bottom: -28%;
}
section.about_service {
    overflow: hidden;
}
.manimg {
    right: 42%;
    width: 400px;
}
.last_content p {

    width: 100%;
}
.tools img {
    width: 146px;
}
.about_content {
    padding: 80px 0 89px;
}
 .constructionimg img {
    height: 500px;
}
    .glovesimg {
    bottom: -61px;
}
    b.contentlocation {
    flex: 1;
}
.banner_heading h1 {
    font-size: 67px;
    margin-bottom: 30px;
}
.bannerscontents {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 170px 0 65px;
    position: relative;
}
.herobanner {
    height: 100%;

}
.subheading h2 {
    font-size: 48px;
}
.cap_img {
    left: 56%;

}
.wrapper {
    margin-left: 4%;
    overflow: hidden;
    max-width: 100%;
}
}


@media (min-width: 1200px) and (max-width: 1399.98px) { 
    .subheading h2 {
    font-size: 55px;
}
.glovesimg {
    bottom: -68px;
}
.glovesimg img{
    height: 244px;
}
.glovesimg {
    bottom: -69px;
}
.about-img {
    width: 680px;
    bottom: -26px;
}
.manimg  img{
    width: 900px;
}
.constructionimg  img {
    height: 520px;
}
 }

@media (min-width: 1700px) and (max-width: 1999.98px){
.about-img {
    left: 8%;
}
.manimg {
    right: -170px;
}
}