@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
}

    a:hover {
        color: #d10924;
        text-decoration: underline
    }

body, button, input, select, textarea {
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
.w-100 {
    width:100%
}
.header-part {
    background-color: #f9f9f9;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 0 15px;
    position: relative;
        border-bottom: solid 1px #dfdfdf;
}

.header-logo img {
    width: 132px;
    max-width: 100%
}

.top-right {
    padding: 15px 0
}

.navbar {
    padding: 9px 0 15px;
    background: 0 0
}

.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    padding: 13px 20px;
    font-size: 0.9rem
}
.nav-item {
    margin-right: 46px;
}
.navbar-nav .active a {
    color: #d10924;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.banner-img img {
    padding-left:100px
}
.banner-part p {
    margin-top: 39px;
    text-align:justify
}
.button-style {
    margin: 24px 0px 0px 0px;
    padding: 10px 30px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    background-color: #d10924;
    color:#fff;
    display:inline-block;
    border:none;
}
    .button-style:hover {
        background-color: #000000;
        color: #fff;
        text-decoration:none
    }
    .banner-part {
        margin-top: 23px
    }
.mt-60 {
    margin-top:60px
}
.features {
    padding: 19px 0 20px 0;
    border: solid 1px #dfdfdf;
    text-align: center;
    margin-top: 40px;
    height: calc(100% - 40px);
}
.fearute-img, .feature-content {
    display: inline-block
}
.fearute-img {
    margin-right:15px
}
.grey-bg {
    background-color: #f9f9f9;
}
.ourservices {
    padding:60px 0;
    text-align:center;
    margin-top:60px
}
    .ourservices h4, .gallery h4 {
        margin-bottom:40px
    }
    .services-block {
        padding: 35px 29px 20px 30px;
        border-radius: 4px;      
        text-align: center;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }
.ourservices .col-sm-4 {
    margin-bottom: 30px;
}
.services-block h6 {
    margin:20px 0 24px 0
}
.services-img {
    height: 142px
}
        .read-more {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.5px;
            color: #d10924;
            display: inline-block;
            text-transform: uppercase;
            margin-top: 13px
        }
.footer-area {
    padding: 50px 0;
    color: #979797;
    background-color: #000000;
    font-size: 13px
}
.footer-area h6 {
    margin-bottom:10px;
    color:#fff
}
.footer-links ul li a {
    color: #979797;
    line-height:26px
}
.footer-contact ul li {
    color: #979797;
    margin-bottom:16px;
}
.footer-contact ul li i {
    margin-right:8px;
}
.inner-page-banner {
    padding: 72px 0;
    color: #ffffff;
    background-color: #141414;
    margin-bottom:40px
}
.abt-content {
    padding-left:35px
}
.gallery {
    padding:60px 0;
    text-align:center
}
.services-page ul li {
    padding-bottom:20px
}
.contact-left h5 {
    margin-bottom:25px
}
.form-control {
    width: 100%;
    display: block;
    letter-spacing: 0;
    border-radius: 0;
    background-color: #fff;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    height: auto;
    padding: .775rem .75rem;
    border: solid 1px #d5d5d5;
    margin-bottom: 36px
}
textarea.form-control {
    height: 199px;
    margin-bottom:0
}
.map iframe {
    width:100%
}
.contact-block {
    margin-top: 23px;
    color: #37474f;
}
.contact-block i {
    color:#000
}
.contact-block h5 {
    font-size:20px;
    margin-bottom: 8px
}
.contact-right {
    margin-left:100px
}
.contact-page {
    padding:60px 0;
}
.inner-bg {
    width: 100px;
    height: 170px;
    background-image: url(../images/inner-banner-bg.png);
    position: absolute;
    top: -72px;
    right: 0;
    background-size: cover;
}
.service-modal img {
    width:100px;
    margin-bottom:30px

}
.service-modal h4 {
    margin: 0px 0 14px 0;
    color: #d10924;
}
.service-modal p {
    margin-bottom: 18px;
}
.service-modal ul {
    margin-bottom: 18px;
    margin-left: 0px;
}
    .service-modal ul li {
        list-style:none;
        padding-bottom:8px;
    }
        .service-modal ul li i {
            color: #d10924;
            padding-right: 8px;
        }
    .close {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
        font-size: inherit
    }
        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: .75;
            outline: none;
        }
.header-cart-count a {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    margin-left: 10px;
    font-size: 0.9rem;
}

    .header-cart-count a:hover {
        color: #d10924;
    }

    .header-cart-count a.active {
        color: #d10924;
    }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 990px) {
    h2 {
        font-size: 24px;
    }
    .footer-area h6 {
        font-size: 15px;
    }
    .header-logo img {
        width:100px
    }
    body, button, input, select, textarea {
        font-size: 15px;
        line-height: 23px;
    }
    .fearute-img img {
        margin-bottom:10px
    }
    .header-part{
        padding:0
    }
    .banner-img img {
        padding-left: 0px;
        padding-top: 30px
    }
    .banner-part p {
        margin-top: 19px;
    }
    .footer-links, .footer-contact {
        margin-top: 15px;
    }
    .footer-area {
        padding:30px 0
    }
    .contact-right {
        margin-left: 0;
    }
    .ourservices {
        padding: 20px 0;
        margin-top: 20px;
    }
        .ourservices h4, .gallery h4 {
            font-size: 24px;
            margin-bottom: 20px;
        }
    .contact-page {
        padding: 20px 0;
    }
    .contact-block h5 {
        font-size: 16px;
    }
    .form-control {
        margin-bottom: 20px;
        font-size:inherit
    }
    .services-block {
        padding: 20px;
    }
        .services-block h6 {
            margin: 14px 0 14px 0;
        }
}
@media screen and (max-width: 767px) {
    .contact-right {
        margin-left: 0;
        margin-top: 40px !important
    }
   
    .navbar-collapse {
        position: absolute;
        top: 66px;
        background: #fff;
        z-index: 999;
        min-width: 230px;
        padding: 0px;
        background-color: #f9f9f9;
        right: 0;
        border: solid 1px #dfdfdf;
    }

    .nav-item {
        margin-right: 0
    }

    .nav-link {
        padding: 9px 15px !important;
    }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
    .nav-item {
        margin-right: 25px;
    }
}
    @media screen and (max-width: 1199px) {
        .container {
            max-width: 96%
        }
    }