html,
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica, sans-serif;
    color: #3d3d3f;
    background: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
}


a,
button,
input {
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}

a:hover,
a:focus {
    color: #ae0917;
}

.btn:focus,
button:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.font-bold {
    font-weight: bold;
}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*--navbar--*/
.wrapper > header {
    border-top: 5px solid #ae0917;
}

.navbar-default {
    background: #fff;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 25px 0;
}

.navbar-brand {
    padding: 0;
    height: 100%;
}

.navbar-brand img {
    width: 225px;
}

.nav-menu {
    padding: 0;
    margin-top: 70px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #3d3d3f;
    padding: 0 15px;
    font-weight: 400;
    border-right: 1px solid #ae0917;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ae0917;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #ae0917;
    font-weight: 600;
}
.navbar-default .navbar-toggle {
    background: #ae0917;
    border-color: transparent;
    border-radius: 0;
    padding: 12px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 15px;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ae0917;
    outline: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #ae0917;
    color: #fff;
}
.tel-link {
    width: 40px;
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 18px;
}
/*--banner-section--*/
.banner-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px 5px 0;
    background: #fff;
    display: block;
    border-radius: 0;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #ae0917;
}

/*--about-section--*/
.about-section {
    padding: 25px 0;
    text-align: center;
    float: left;
}

.title {
    color: #ae0917;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.title small {
    color: #ae0917;
    font-size: 15px;
    font-weight: 400;
}

.sub-title {
    color: #ae0917;
    font-size: 20px;
    font-weight: 400;
}

p {
    font-size: 15px;
    color: #3d3d3f;
    line-height: 24px;
}

.about-content {
    /*margin: 40px 0;*/
    margin: 0px 0 20px;
    text-align: center;
}

/*--service-section--*/
.service-section {
    padding: 1px 0;
    text-align: center;
}

.services-info {
    /* float: left;
    width: 33.33%; */
    margin-bottom: 3px;
}
.service-content {
    position: relative;
}
.service-content img {
    width: 330px;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.service-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.service-caption span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-info:hover .service-caption {
    display: block;
}

/*--Demolation-section--*/
.demolation-section {
    padding: 25px 0 0 0;
}

.demolation-section .title {
    margin-bottom: 25px;
}

.demolation-section p {
    margin-bottom: 30px;
}

.reference-section {
    padding: 25px 0;
}

.reference-section .title {
    margin-bottom: 25px;
}
/*--lightbox plugin--*/
.lightboxOverlay {
    opacity: .7;
}
.lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}
.lb-outerContainer {
    border-radius: 0;
}
.lightbox .lb-image {
    border-radius: 0;
    border: 2px solid #fff;
}
.lb-nav a.lb-prev {
    background-size: 30px;
    background-position-y: 50%;

}
.lb-nav a.lb-next {
    background-size: 30px;
    background-position-y: 50%;

}
.lb-data .lb-close {
    width: 22px;
    height: 22px;
    background-size: 22px;
    opacity: 1;
}
.lb-number {
    display: none !important;
}

/*--footer--*/
footer {
    position: relative;
    background: url('../Images/footer-shape.png') no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 314px;
    /* padding: 50px 0 50px 0; */
}

footer::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 30px);
    right: 40px; 
    background-image: url(../Images/heavy-machine.png);
    background-repeat: no-repeat;
    width: 178px;
    height: 124px;
    z-index: -1;
}

.footer-content {
    text-align: center;
    padding-top: 100px;
}

.footer-content ul {
    padding-left: 0;
    list-style: none;
}

.footer-content ul li {
    display: inline-block;
    color: #fff;
}

.footer-content ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-content ul li a:hover {
    color: #fff;
}

.company-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.company-info {
    margin-bottom: 25px;
}

.company-info li {
    position: relative;
    padding: 0 3px;
    font-size: 13px;
}

.company-info li:first-child {
    padding: 0;
}

.company-info li:first-child::before {
    display: none;
}

.company-info li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: 3px;
    height: 3px;
    background: #fff;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}

.footer-links {
    margin-bottom: 0;
}

.footer-links li {
    font-size: 15px;
}

.footer-links li a {
    padding: 0 15px;
    border-left: 1px solid #fff;
}

.footer-links li:first-child a {
    border: none;
}
.navbar .header-text  {position: absolute;top: 10px;right: 0px; text-align: right;}
.navbar .header-text p {color:#ae0917; font-size:16px}

.footer-content .company-title { display:flex; justify-content:center; margin-bottom:15px; gap: 12px; }
.footer-content .company-title h4 { align-self:flex-end; margin-bottom:0; }
.footer-content .company-title .social-medai { margin-bottom: 2px; }
.footer-content .company-title .social-medai a { display:flex; }
.footer-content .company-title .social-medai a img { max-width:26px; }



/*--@media-rules--*/

@media (min-width: 1100px) {
    .container {
        width: 1030px;
    }
	.navbar-collapse.collapse {
    padding-top: 4px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .navbar-brand img {
        width: 200px;
    }
    .nav-menu {
        padding: 0;
        margin-top: 65px;
    }
    .row.no-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }
    .no-gutter>[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1099px) {
    .navbar-default .navbar-nav>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .navbar-default {
        padding: 0;
    }
    .navbar-header {
        float: none;
        padding: 15px 0;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .nav-menu {
        margin-top: 0;
        border: 0;
        position: absolute;
        z-index: 10000;
        left: 0px;
        right: 0px;
        background: #fff;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background: #ae0917;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        background: #ae0917;
        color: #fff;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px;
        border-right: 0;
        color: #ae0917;
        border-bottom: 1px solid #fff;
    }
    
    .collapse.in{
        display:block !important;
    }
  
    .navbar-brand img {
        width: 200px;
    }
    .service-content {
        margin-bottom: 30px;
    }
    .row.no-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }
    .no-gutter>[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
	.navbar .header-text {position:static; }
}
@media (min-width: 992px) {
    .tel-link {
        display: none;
    }
}
@media (max-width: 767px) {
    footer::before {
        display: none;
    }
    .service-content img {
        width: 100%;
        height: auto;
    }
    .service-content {
        margin-bottom: 30px;
    }
    .services-info {
        width: 50%;
        float: left;
    }
    .title small {
        margin-top: 5px;
        display: block;
    }
    
}

@media (max-width: 479px) {
    .navbar-brand img {
        width: 160px;
    }
    .navbar-default .navbar-toggle {
        padding: 7px;
    }
    .tel-link {
        width: 35px;
        display: block;
        float: right;
        margin-right: 15px;
        margin-top: 15px;
    }
    .title {
        font-size: 20px;
    }
    .sub-title {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .about-content {
        margin: 15px 0;
    }
    .service-section {
        padding-top: 0;
    }
    .demolation-section p {
        margin-bottom: 15px;
    }
    .reference-section {
        padding-top: 0;
    }
    footer {
        min-height: 100%;
    }
    .footer-content {
        padding: 100px 0 50px 0;
    }
    .services-info {
        width: 100%;
        float: left;
    }
}


/* Added by Developer */


h1{
    color: #ae0917;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
h2 {
    color: #ae0917;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}
h3 {
    color: #ae0917;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
h4 {
    color: #ae0917;
    font-size: 18px;
    font-weight: 400;
}
h5 {
    color: #ae0917;
    font-size: 16px;
    font-weight: 400;
}

.content-block a{color: #3d3d3f;text-decoration: underline;}

.btn-primary {
    color: #fff;
    background-color: #ae0917;
    border-color: #ae0917;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #ae0917;
    border-color: #ae0917;
    opacity: 0.9; 
}
.content-block > .frame { padding: 10px 0; }
.demolation-section {padding: 0px}

.home_page .about-section + .frame h3{margin: 0px;padding: 0px;}