﻿body {
    margin: 0;
}
/* font family*/

@font-face {
    font-family: Roboto-Regular;
    src: url('../Fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Oswald-Regular;
    src: url('../Fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: Anton-Regular;
    src: url('../Fonts/Anton-Regular.ttf');
}

/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.wtbg {
    /* background-color: #fff;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(../Images/General/Header-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

.top-band {
    background-color: #cc2728;
}

.top-contact {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    text-align: right;
    color: #fff;
}

    .top-contact li {
        display: inline-block;
        padding: 0px 0px 0px 15px;
    }

        .top-contact li a {
            color: #fff;
        }

            .top-contact li a:hover {
                text-decoration: underline;
            }

        .top-contact li i {
            padding: 0px 3px 0px 0px;
            color: #ff6a00;
        }

        .top-contact li span {
            padding: 9px;
            background-color: #ff6a00;
            transition: all 0.5s;
        }

            .top-contact li span:hover {
                background-color: #3c94dc;
            }

                .top-contact li span:hover a {
                    text-decoration: none;
                }

.quote-btn {
    font-family: Oswald-Regular;
    border: none;
    text-transform: uppercase;
    background-color: #ff6a00;
    color: #fff;
    transition: all 0.5s;
    padding: 5px 10px;
}

    .quote-btn:hover {
        background-color: #3c94dc;
    }

.logo a img {
    width: 185px;
    padding: 6px 0px;
}


.mainMenu {
    list-style-type: none;
    margin: 30px 0px 0px -40px;
    text-align: right;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 0px 0px 70px;
    }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
            text-align: left;
        }

        .mainMenu li a {
            color: #cc2728;
            text-transform: uppercase;
            font-family: Oswald-Regular;
            letter-spacing: 1px;
            font-size: 15px;
            transition: all 0.5s;
        }

            .mainMenu li a:hover {
                color: #0464b4;
            }

.fixed-ht {
    height: 126px;
}

.fixed-ht-admin {
    height: 115px;
}

.header {
    height: 100vh;
    width: 100%;
}

.bgfader {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.bgfader-overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bgfader > .image {
    display: none;
}

.bgfader, .bgfader > .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}


.bannerbg {
    overflow: hidden;
    animation: change-background 15s ease infinite;
    height: 100vh;
    width: 100%;
}
/* Keyframes */
@keyframes change-background {
    0% {
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-01.jpg);
        background-position: center;
        background-size: cover;
    }

    20% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Slider-02.jpg);
        background-position: center;
        background-size: cover;
    }

    40% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Slider-03.jpg);
        background-position: center;
        background-size: cover;
    }

    60% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Slider-04.jpg);
        background-position: center;
        background-size: cover;
    }

    80% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Slider-05.jpg);
        background-position: center;
        background-size: cover;
    }

    100% {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Images/General/Slider-06.jpg);
        background-position: center;
        background-size: cover;
    }
}

.slider-txt {
    position: absolute;
    width: 98%;
    text-transform: uppercase;
    margin-top: 270px;
}

    .slider-txt h1, .slider-txt h2 {
        margin: 0px 0px 40px;
        color: #fff;
        text-shadow: 2px 2px #cc2728;
        font-family: Anton-Regular;
        font-size: 60px;
        letter-spacing: 1px;
    }

    .slider-txt h2 {
        font-size: 40px;
        color: #ff6a00;
        text-shadow: 2px 2px #fff;
        margin: 30px 0px 15px;
    }

    .slider-txt h3 {
        text-transform: none;
        margin: 0px;
        color: #fff;
        font-family: Oswald-Regular;
        line-height: 35px;
        font-size: 23px;
    }

.padding01 {
    padding: 40px 0px;
}

.padding02 {
    padding: 20px 0px;
}

.head1 {
    margin: 0px 0px 10px;
    font-size: 45px;
    color: #cc2728;
    font-family: Anton-Regular;
    text-transform: uppercase;
}

.head2 {
    margin: 0px 0px 10px;
    font-size: 30px;
    color: #3c94dc;
    font-family: Oswald-Regular;
}

.head3 {
    margin: 20px 0px 20px;
    font-size: 19px;
    color: #cc2728;
    font-family: Anton-Regular;
}

    .head3 span {
        color: #1e1e1e;
    }

.rbs-link {
    font-family: Oswald-Regular;
    color: #3c94dc;
    transition: all 0.5s;
    font-size: 16px;
}

    .rbs-link:hover {
        color: #cc2728;
    }

.loader-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
}

.loader {
    position: relative;
    width: 370px;
    height: 370px;
    transform-style: preserve-3d;
    transform: perspective(500px) rotateX(60deg);
    z-index: 1;
}

    .loader span {
        position: absolute;
        display: block;
        border: 5px solid #fff;
        box-shadow: 0 5px 0 #ccc, inset 0 5px 0 #ccc;
        box-sizing: border-box;
        border-radius: 50%;
        animation: animate 3s ease-in-out infinite;
    }

@keyframes animate {
    0%,100% {
        transform: translateZ(-100px);
    }

    50% {
        transform: translateZ(100px);
    }
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    animation-delay: 1.4s;
}

.loader span:nth-child(2) {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    animation-delay: 1.3s;
}

.loader span:nth-child(3) {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    animation-delay: 1.2s;
}

.loader span:nth-child(4) {
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    animation-delay: 1.1s;
}

.loader span:nth-child(5) {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    animation-delay: 1s;
}

.loader span:nth-child(6) {
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    animation-delay: 0.9s;
}

.loader span:nth-child(7) {
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    animation-delay: 0.8s;
}

.loader span:nth-child(8) {
    top: 70px;
    left: 70px;
    bottom: 70px;
    right: 70px;
    animation-delay: 0.7s;
}

.loader span:nth-child(9) {
    top: 80px;
    left: 80px;
    bottom: 80px;
    right: 80px;
    animation-delay: 0.6s;
}

.loader span:nth-child(10) {
    top: 90px;
    left: 90px;
    bottom: 90px;
    right: 90px;
    animation-delay: 0.5s;
}

.loader span:nth-child(11) {
    top: 100px;
    left: 100px;
    bottom: 100px;
    right: 100px;
    animation-delay: 0.4s;
}

.loader span:nth-child(12) {
    top: 110px;
    left: 110px;
    bottom: 110px;
    right: 110px;
    animation-delay: 0.3s;
}

.loader span:nth-child(13) {
    top: 120px;
    left: 120px;
    bottom: 120px;
    right: 120px;
    animation-delay: 0.2s;
}

.loader span:nth-child(14) {
    top: 130px;
    left: 130px;
    bottom: 130px;
    right: 130px;
    animation-delay: 0.1s;
}

.loader span:nth-child(15) {
    top: 140px;
    left: 140px;
    bottom: 140px;
    right: 140px;
    animation-delay: 0s;
}

.cog {
    position: absolute;
    right: 11%;
    bottom: 100px;
}

    .cog i {
        color: #ccc;
        font-size: 250px;
    }

.bearing img {
    width: 235px;
    animation: spin 5s ease-in-out infinite;
}
/* Keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/* Keyframes */

.about-txt {
    padding: 150px 70px 0px 0px;
}

.counter-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Counter.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 20px 0px 0px;
    padding: 50px 0px;
}

.counter h1, .counter h2 {
    color: #fff;
    font-family: Oswald-Regular;
    margin: 20px 0px;
    font-size: 23px;
    text-shadow: 1px 1px #000;
}

.counter i {
    color: #fff;
    font-size: 30px;
}

.counter h2 {
    font-size: 30px;
    margin: 20px 0px 0px;
    color: #ff6a00;
}

.offer {
    margin: 15px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 3px;
}

    .offer table {
        width: 100%;
        min-height: 175px;
        border: 1px dotted #fff;
        transition: all 0.5s;
    }

        .offer table tr td {
            padding: 5px;
            text-align: center;
        }

            .offer table tr td a {
                font-family: Oswald-Regular;
                color: #fff;
                font-size: 20px;
                transition: all 0.5s;
            }

    .offer:hover table {
        border: none;
    }

    .offer:hover a {
        text-shadow: 1px 1px #000;
    }


.offer-01 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-01.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-01:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-01.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-02 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-02.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-02:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-02.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-03 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-03.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-03:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-03.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-04 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-04.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-04:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-04.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-05 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-05.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-05:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-05.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-06 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-06.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-06:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-06.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-07 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-07.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-07:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-07.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-08 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-08.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-08:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-08.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-09 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-09.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-09:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-09.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-10 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-10.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-10:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-10.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-11 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-11.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-11:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-11.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-12 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-12.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-12:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-12.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-13 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-13.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-13:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-13.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-14 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-14.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-14:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-14.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-15 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-15.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-15:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-15.jpg);
        background-position: center;
        background-size: cover;
    }

.offer-16 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Offer-16.jpg);
    background-position: center;
    background-size: cover;
}

    .offer-16:hover {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Offer-16.jpg);
        background-position: center;
        background-size: cover;
    }

.core-bg {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Images/General/Core.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 20px 0px 0px;
    padding: 50px 0px;
}

.core-txt h1 {
    margin: 0px;
    padding: 50px 0px;
    font-family: Oswald-Regular;
    color: #fff;
    font-size: 50px;
}

.customer img {
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 0px;
}

.head2 span {
    float: right;
    font-size: 25px;
    padding-top: 5px;
}

    .head2 span a {
        color: #dc6066;
        transition: all 0.5s;
    }

        .head2 span a:hover {
            color: #3c94dc;
        }

.footer-padding {
    /*background-color: #f1f1f1;*/
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Header-Bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 0px 20px;
}

.ftitle {
    margin: 0px 0px 10px;
    font-size: 16px;
    color: #ff6a00;
    font-family: Oswald-Regular;
}

.flist {
    margin: 0px 0px 0px -40px;
    list-style-type: none;
    color: #fff;
    font-size: 14px;
}

    .flist li {
        transition: 0.5s;
    }

        .flist li i {
            color: #ff6a00;
            padding: 0px 3px 0px 0px;
        }

        .flist li a {
            color: #fff;
            transition: all 0.5s;
        }

            .flist li a:hover {
                color: #3c94dc;
                padding-left: 5px;
            }

        .flist li:hover i {
            color: #0464b4
        }

.social-link {
    margin: 20px 0px 10px;
}

    .social-link a {
        color: #fff;
        font-size: 25px;
        padding: 0px 5px 0px 0px;
        transition: 0.5s;
    }

        .social-link a:hover {
            color: #3c94dc;
        }

.copyright, .copyright a {
    font-size: 13px;
    color: #fff;
    margin: 5px 0px;
}

    .copyright span {
        color: #ff6a00;
    }

    .copyright a:hover {
        text-decoration: underline;
    }

.sub-bannertxt h1 {
    margin: 0px;
    color: #fff;
    text-shadow: 2px 2px #cc2728;
    font-family: Anton-Regular;
    font-size: 50px;
    letter-spacing: 1px;
    padding: 115px 0px;
    text-transform: uppercase;
}

.sub-about {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-About.jpg);
    background-position: center;
    background-size: cover;
}

.sub-product {
    /*background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Product.jpg);
    background-position: center;
    background-size: cover;*/
    overflow: hidden;
    animation: change-productbackground 15s ease infinite;
    width: 100%;
}

/* Keyframes */
@keyframes change-productbackground {
    0% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Sub-Product-01.jpg);
        background-position: center;
        background-size: cover;
    }

    25% {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Images/General/Sub-Product-02.jpg);
        background-position: center;
        background-size: cover;
    }

    50% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Sub-Product-03.jpg);
        background-position: center;
        background-size: cover;
    }

    75% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Sub-Product-04.jpg);
        background-position: center;
        background-size: cover;
    }

    100% {
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Sub-Product-01.jpg);
        background-position: center;
        background-size: cover;
    }
}

.sub-installations {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Installations.jpg);
    background-position: center;
    background-size: cover;
}

.sub-quality {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Quality.jpg);
    background-position: center;
    background-size: cover;
}

.sub-contact {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Contact.jpg);
    background-position: center;
    background-size: cover;
}

.sub-customers {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Customers.jpg);
    background-position: center;
    background-size: cover;
}

.sub-distributor {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Distributor.jpg);
    background-position: center;
    background-size: cover;
}

.sub-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Sitemap.jpg);
    background-position: center;
    background-size: cover;
}

.sub-terms {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Sub-Terms.jpg);
    background-position: center;
    background-size: cover;
}

.img01 img {
    width: 100%;
}

.about-offer {
    padding: 10px;
    margin: 10px 0px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 3px solid #0464b4;
    transition: all 0.5s;
    min-height: 405px;
}

    .about-offer img {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-offer h3 {
        margin: 0px 0px 10px;
        color: #0464b4;
        font-family: Oswald-Regular;
        font-size: 17px;
        text-align: center;
        transition: all 0.5s;
    }

    .about-offer p {
        font-size: 14px;
        margin: 0px;
        line-height: 25px;
    }

    .about-offer:hover h3 {
        color: #cc2728;
    }

    .about-offer:hover {
        border-bottom: 3px solid #cc2728;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.mission-div {
    margin: 20px 0px;
    min-height: 400px;
    padding: 15px;
}

.rbs-tbl {
    width: 100%;
    margin: 10px 0px 20px;
}

    .rbs-tbl tr td {
        padding: 10px 5px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .rbs-tbl tr td i {
            color: #cc2728;
        }

.rbs-install-tbl tr td {
    padding: 7px 5px;
}

    .rbs-install-tbl tr td:nth-child(1) {
        width: 7%;
    }

.img02 {
    text-align: right;
}

    .img02 img {
        width: 65%;
    }

.bline {
    border-bottom: 1px dashed #dc6066;
    margin: 15px 0px 25px;
}

.sidemenu-product ul li a img {
    width: 70%;
    cursor: pointer;
}

.sidemenu-product ul li i {
    padding-top: 45px;
    font-size: 30px;
}

.product-logo {
    text-align: right;
    margin: 0px;
}

    .product-logo img {
        width: 180px;
    }

.more, .head4 {
    color: #cc2728;
    font-family: Oswald-Regular;
    font-size: 16px;
}

.head4 {
    font-size: 18px;
}

.link-tbl {
    width: 100%;
    margin: 0px 0px 5px;
}

    .link-tbl tr td {
        padding: 5px;
        /* border-bottom: 1px solid rgba(0,0,0,0.1);*/
    }

        .link-tbl tr td i {
            color: #cc2728;
            padding: 0px 5px 0px 0px;
        }

        .link-tbl tr td a {
            color: #3c94dc;
            transition: all 0.5s;
        }

            .link-tbl tr td a:hover {
                text-decoration: underline;
                color: #0464b4;
            }

    .link-tbl tr:nth-child(1) {
        /*  border-top: 1px solid rgba(0,0,0,0.1);*/
    }

.redclr {
    color: #cc2728;
}

/*Quotation Popup style*/
.quotation-popup {
    width: 100%;
    height: 100vh;
    z-index: 1075;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 70px 400px;
    overflow: hidden;
    animation: change-quotebackground 15s ease infinite;
}

/* Keyframes */
@keyframes change-quotebackground {
    0% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Slider-02.jpg);
        background-position: center;
        background-size: cover;
    }

    20% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Counter.jpg);
        background-position: center;
        background-size: cover;
    }

    40% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Sub-Product-01.jpg);
        background-position: center;
        background-size: cover;
    }

    60% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Slider-03.jpg);
        background-position: center;
        background-size: cover;
    }

    80% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Slider-04.jpg);
        background-position: center;
        background-size: cover;
    }

    100% {
        background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Slider-02.jpg);
        background-position: center;
        background-size: cover;
    }
}

.quotation-popup h3 {
    margin: 0px 0px 20px;
    color: #ff6a00;
    font-family: Oswald-Regular;
}

.clsbtn {
    background-color: #ff6a00;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.5s;
    font-size: 20px;
    float: right;
}

    .clsbtn:hover {
        background-color: #3c94dc;
    }

.quotetxtbx {
    border: 1px solid #ff6a00;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background-color: #000;
    transition: all 0.5s;
    width: 100%;
    margin: 2px 0px;
    height: 40px;
}

    .quotetxtbx:focus {
        background-color: #fff;
        color: #000;
    }

.quotation-btn, .rbsbtn {
    border: 1px solid #ff6a00;
    border-radius: 5px;
    background-color: #ff6a00;
    padding: 5px 10px;
    height: 40px;
    color: #fff;
    width: 100%;
    margin: 2px 0px;
    font-family: Oswald-Regular;
    text-transform: uppercase;
    transition: all 0.5s;
}

    .quotation-btn:hover, .rbsbtn:hover {
        background-color: #3c94dc;
        border: 1px solid #3c94dc;
    }
/*//Quotation Popup style*/

.rbsdiv {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 30px;
    margin: 15px 0px;
    border-bottom: 2px solid #ff6a00;
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/Machine-Pattern.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}

.pattern-bg {
    background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(../Images/General/Machine-Pattern.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}

.contactdiv {
    padding: 20px;
    background-image: none;
}

    .contactdiv h6 {
        margin: 0px 0px 10px;
        font-size: 22px;
        color: #ff6a00;
    }

    .contactdiv h5 {
        font-family: Oswald-Regular;
        margin: 0px 0px 10px;
        font-size: 16px;
        color: #ff6a00;
    }

    .contactdiv p {
        margin: 0px;
    }

        .contactdiv p span {
            font-family: Oswald-Regular;
            color: #000;
        }


        .contactdiv p a {
            color: #000;
            transition: all 0.5s;
        }

            .contactdiv p a:hover {
                color: #3c94dc;
            }
        .contactdiv p i{
            color:#ff6a00;
            padding-right:5px;
        }

        .rbstxtbx {
            border: 1px solid #fff;
            background-color: #fff;
            border-radius: 3px;
            margin: 2px 0px;
            color: #000;
            width: 100%;
            padding: 7px;
            transition: all 0.5s;
        }

    .rbstxtbx:focus {
        border: 1px solid #ff6a00;
        background-color: #fff;
    }

.rbsbtn {
    width: auto;
    border-radius: 3px;
}

.installations img {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    margin: 10px 0px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
}

.sitemap {
    border-left: 2px solid #3c94dc;
    color: #ff6a00;
    margin-top: 10px;
}

    .sitemap li {
        list-style-type: square;
        padding: 2px 0px;
    }

        .sitemap li a {
            color: #4d4d4d;
            transition: all 0.5s;
        }

            .sitemap li a:hover {
                color: #3c94dc;
            }

.cogrotate img {
    width: 45%;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.satisfaction img {
    border-radius: 50%;
}

.quote-msg {
    color: #fff;
    font-family: Oswald-Regular;
    font-size: 18px;
    text-shadow: 1px 1px #000;
}
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .border-line {
        border-right: 1px solid #e1e1e1;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li {
        display: inline-block;
        padding: 0px 0px 0px 60px;
    }

    .loader-bg {
        height: 70vh;
    }

    .loader {
        width: 320px;
        height: 320px;
    }

    .cog {
        bottom: 100px;
    }

    .about-txt {
        padding: 70px 50px 0px 0px;
    }

    .border-line {
        border-right: 1px solid #e1e1e1;
    }

    .sub-bannertxt h1 {
        font-size: 45px;
        padding: 115px 0px;
    }

    .sidemenu-product ul li i {
        padding-top: 40px;
        font-size: 25px;
    }

    .quotation-popup {
        padding: 70px 300px;
    }

    .contactdiv {
        min-height: 300px;
    }

    .contactdiv01 {
        min-height: 0px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .top-contact {
        text-align: center;
    }

        .top-contact li {
            display: inline-block;
            padding: 0px 15px;
        }

    .logo {
        text-align: center;
    }

        .logo a img {
            width: 170px;
        }

    .mainMenu {
        text-align: center;
        margin: 5px 0px 5px -40px;
    }

        .mainMenu li {
            display: inline-block;
            padding: 0px 20px;
        }

    .slider-txt h1 {
        font-size: 40px;
    }

    .slider-txt h2 {
        font-size: 30px;
        text-shadow: 1px 1px #fff;
    }

    .slider-txt h3 {
        font-size: 22px;
    }

    .loader {
        width: 300px;
        height: 300px;
    }

    .cog {
        bottom: 100px;
        right: 12%;
    }

    .bearing img {
        width: 200px;
    }

    .head1 {
        font-size: 35px;
    }

    .head2 {
        font-size: 25px;
        line-height: 33px;
    }

    .about-txt {
        padding: 70px 30px 0px 0px;
    }

    .core-txt h1 {
        padding: 40px 0px;
        font-size: 40px;
    }

    .fixed-ht {
        height: 160px;
    }

    .fixed-ht-admin {
        height: 150px;
    }

    .sub-bannertxt h1 {
        font-size: 38px;
        padding: 90px 0px;
    }

    .img02 {
        text-align: right;
    }

        .img02 img {
            width: 80%;
        }

    .sidemenu-product ul li i {
        padding-top: 30px;
        font-size: 18px;
    }

    .product-logo img {
        width: 100%;
    }

    .quotation-popup {
        padding: 50px 200px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {

    .fixed-top {
        position: relative;
        right: 0;
        left: 0;
        z-index: auto;
    }

    .fixed-ht {
        height: auto;
    }

    .top-contact {
        text-align: left;
        font-size: 14px;
    }

        .top-contact li {
            display: list-item;
            padding: 2px 0px;
        }

            .top-contact li span {
                padding: 3px 6px;
                border-radius: 3px;
            }

    .quote-btn {
        font-family: Roboto-Regular;
        border: none;
        text-transform: none;
        padding: 3px 10px;
        margin: 2px 0px;
    }

    .logo a img {
        width: 170px;
    }

    .mainMenu {
        text-align: left;
        margin: 5px 0px 5px -40px;
    }

        .mainMenu li {
            display: list-item;
            padding: 2px 0px;
        }

            .mainMenu li a {
                font-size: 14px;
            }

    .slider-txt h1 {
        font-size: 35px;
    }

    .slider-txt h2 {
        font-size: 27px;
        text-shadow: 1px 1px #fff;
    }

    .slider-txt h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .loader-bg {
        height: 40vh;
    }

    .loader {
        width: 300px;
        height: 300px;
    }

    .cog {
        bottom: 180px;
        right: 0%;
        position: relative;
        text-align: center;
    }

    .bearing img {
        width: 150px;
    }

    .head1 {
        font-size: 28px;
    }

    .head2 {
        font-size: 20px;
        line-height: 33px;
    }

    .about-txt {
        padding: 25px 0px 0px 0px;
    }

    .counter-bg {
        margin: 0px 0px;
        padding: 20px 0px;
    }

    .counter {
        min-height: 150px;
    }

        .counter h1, .counter h2 {
            font-size: 20px;
        }

        .counter i {
            color: #fff;
            font-size: 25px;
        }

        .counter h2 {
            font-size: 25px;
            margin: 15px 0px 0px;
        }

    .core-txt h1 {
        padding: 40px 0px;
        font-size: 28px;
    }

    .flist {
        margin: 0px 0px 20px -40px;
    }

    .sub-bannertxt h1 {
        font-size: 30px;
        padding: 50px 0px;
    }

    .head3 {
        font-size: 16px;
        margin: 10px 0px;
    }

    .img02 {
        text-align: center;
    }

        .img02 img {
            width: 65%;
        }

    .sidemenu-product ul li a img {
        width: 150px;
    }

    .sidemenu-product ul li i {
        padding-top: 40px;
        font-size: 20px;
    }

    .product-logo {
        text-align: left;
    }

        .product-logo img {
            width: 170px;
        }

    .head4 {
        font-size: 16px;
    }

    .quotation-popup {
        padding: 40px 40px;
    }

        .quotation-popup h3 {
            font-size: 20px;
        }

    .fixed-ht-admin {
        height: 0px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .sidemenu-product ul li a img {
        width: 120px;
    }
}
/*Media query*/
