﻿body {
    font-family: sans-serif;
    font-size: 14px;
    color: #000;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myredbtn {
    background-color: #c60700;
    color: #fff;
    margin-bottom: 25px;
    float: right;
}

    .myredbtn:hover, .myredbtn:focus {
        color: #fff;
        background-color: #980505;
    }

.deskvrn {
    display: block;
}

.mobivrn {
    display: none;
}

.headingall {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #c60700;
}

    .headingall h1 {
        font-size: 26px;
        font-weight: bold;
    }

    .headingall label {
        color: #4a4a4a;
    }

.headiall2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #c60700;
}


.contctpart {
    width: 100%;
    text-align: center;
    float: left;
}

    .contctpart h3 {
        color: #c60700;
        margin-top: 13px;
    }

    .contctpart .fa {
        font-size: 35px;
    }

.facebook {
    background-color: #3b5998 !important;
}

.twitter {
    background-color: #0084b4 !important;
}

.googlepls {
    background-color: #DB4437 !important;
}
/************************Header*****************************************/

.affix {
    top: 0;
}

    .affix.header {
        width: 100%;
        float: left;
        position: fixed;
        z-index: 20;
    }

.mobileicon {
    float: right;
    font-size: 20px;
    border: #d8292a solid 2px;
    padding: 0 5px;
    background-color: #d8292a;
    color: #fff;
    margin-bottom: 25px;
}

.plus {
    float: right;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    line-height: 30px;
}

.header {
    width: 100%;
    float: left;
    transition: 0.5s ease;
    background-color: #fff;
    box-shadow: #a5a5a5 0 0 5px;
}

.headertop {
    width: 100%;
    float: left;
}

    .headertop ul {
        float: right;
    }

        .headertop ul li {
            float: left;
            color: #fff;
            background-color: #808080;
            width: 30px;
            height: 30px;
            text-align: center;
            font-weight: bold;
            margin: 15px 8px;
        }

            .headertop ul li a {
                color: #fff;
                display: block;
                padding: 5px;
            }

            .headertop ul li:hover {
                opacity: .7;
            }

.logo {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.download {
    width: 25%;
    float: right;
    padding: 17px 0;
}

.navigation {
    width: 100%;
    float: left;
}

    .navigation ul {
        float: right;
    }

        .navigation ul li {
            float: left;
            position: relative;
            margin-left: 30px;
        }

            .navigation ul li a {
                color: #000;
                padding: 5px;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 1px;
                border-bottom: transparent solid 1px;
            }

                .navigation ul li a:hover {
                    color: #c40902;
                    border-bottom: #c40902 solid 2px;
                }

            .navigation ul li:hover ul.hvrprodct {
                display: block;
                border-radius: 0;
                left: inherit;
            }

                .navigation ul li:hover ul.hvrprodct li {
                    float: none;
                    margin: 0 2px;
                }

                    .navigation ul li:hover ul.hvrprodct li a {
                        letter-spacing: 1px;
                        text-transform: capitalize;
                        font-size: 12px;
                        padding: 4px;
                    }

                        .navigation ul li:hover ul.hvrprodct li a:hover {
                            color: #ffffff;
                            border-bottom: transparent solid 1px;
                            background-color: #cf4753;
                        }


/************************body*****************************************/

.slider {
    width: 100%;
    float: left;
}

.section1 {
    width: 100%;
    float: left;
    padding: 30px 0;
}


.contacenquiry {
    width: 100%;
    float: left;
    background-color: #4a4a4a;
    color: #fff;
    padding: 35px 0;
}

.confrm {
    width: 100%;
    float: left;
}

    .confrm h3 {
    }

.heading {
    text-transform: capitalize;
}

.homeinput {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    border-radius: 0;
    font-style: italic;
    padding: 20px 12px;
}

.rightbg {
    width: 100%;
    float: left;
    text-align: justify;
}

.boximgbgimg {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    height: 160px;
}

.boximgbg {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
}

    .boximgbg img {
        height: 160px;
    }

.boximg {
    width: 100%;
    float: left;
    transition: .5s ease;
}

    .boximg span {
        display: none;
    }

    .boximg:hover {
        transform: scale(1.1) translateZ(0);
    }

        .boximg:hover span {
            position: absolute;
            top: 0;
            font-weight: bold;
            width: 100%;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.6);
            height: 100%;
            display: block;
            color: #fff;
            font-size: 22px;
            padding-top: 25%;
        }

            .boximg:hover span a {
                color: #fff;
            }

.popupimg {
    width: 100%;
    float: left;
    text-align: center;
}

.popupin {
    width: 100%;
    float: left;
    padding: 10px 25px;
}

.logoabt {
    float: right;
    width: 220px;
    padding-left: 20px;
}

.logoabt2 {
    float: left;
    margin: 0 15px 15px 0;
}

.enquiryform {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.galleryimg {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
/************************footer*****************************************/
.footer {
    width: 100%;
    float: left;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
}

.footlink {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .footlink li {
        line-height: 24px;
        position: relative;
        font-size: 14px;
        padding-left: 25px;
        text-transform: capitalize;
    }

        .footlink li .fa {
            position: absolute;
            left: 0;
            line-height: 30px;
        }

.footerlinks {
    width: 100%;
    float: left;
}

    .footerlinks ul {
        float: right;
    }

        .footerlinks ul li {
            float: left;
            color: #fff;
        }

            .footerlinks ul li a {
                color: #fff;
                padding: 5px;
            }
