﻿body {
}



.carousel-item .image_hover {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

#services .cat_box {
    width: 100%;
    float: left;
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-top: -90px;
    padding: 25px;
}

#services .cat_box .box {
    padding: 80px 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 250px;
    border-radius: 4px;
    color: #07a37a;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #2c3e50bd 1%,#575a63d4 50%,#2c3e50bd 99%);
    /*background:linear-gradient(to right, #2c3e5099 1%,#575a6394 50%,#2c3e50ab 99%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#2c3e50',GradientType=1 );
}

    #services .cat_box .box img {
        width: 50px;
        height: auto;
    }

    #services .cat_box .box .title a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    #services .cat_box .box a {
        color: #fff100;
        font-size: 14px;
        font-weight: 600;
    }

    #services .cat_box .box .description {
        color: #07a37a;
    }

#services .cat_box:hover .box {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: linear-gradient(to right, #2c3e50 1%,#575a63 50%,#2c3e50 99%);
    cursor: pointer;
}

#services_pg {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #services_pg img {
        width: 100%;
    }

    #services_pg .schemes-detail-matter1 {
        padding: 10px;
    }

        #services_pg .schemes-detail-matter1 h3 {
            color: #0165a3;
            font-size: 24px;
            font-weight: 500;
        }

#about .product_img_box {
    width: 100%;
    float: left;
    border: 1px solid rgb(199, 198, 198);
    padding: 5px;
    margin: 5px 10px;
    height: 240px;
    overflow: hidden;
}

.product_img_box img {
    width: auto;
    float: none;
    height: 100%;
    margin: auto;
}

#about .hovereffect {
    width: 100%;
    /*height: 100%;*/
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

    #about .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        /*background: linear-gradient(to right, #2c3e50 1%,#575a63c7 50%,#2c3e50 99%);*/
        background: linear-gradient(to right, #e9de16b3 1%,#ece20699 50%,#e4ce0ebd 99%);
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    #about .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 1s linear;
        transition: all 1s linear;
    }

    #about .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        margin-top: 10%;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgb(47, 64, 82);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    #about .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    #about .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 25px;
    }

    #about .hovereffect:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    #about .hovereffect .overlay .viewmore {
        width: 70%;
        margin: 10% 0% 0 15%;
        border: 1px solid #ca373c;
        color: #fff;
        padding: 7px 15px;
        background: #ca373c;
        float: left;
        font-size: 16px;
        text-decoration: none;
    }

    #about .hovereffect .overlay .border_bx {
        /*border: 1px solid #036672!important;*/
        border: 1px solid #b5b2b2 !important;
        width: 100%;
        height: 100%;
    }

#about_pg .mi_b {
    width: 100%;
    float: left;
    padding: 30px 0;
}

#about_pg .ab_mi_outer {
    width: 100%;
    padding: 10px;
}

#about_pg .mis_box {
    border: 1px solid #f1f1f1;
    padding: 30px 25px;
    text-align: center;
    /*background:#dcaa1a;*/
}

    #about_pg .mis_box:hover {
        border: 1px solid #e2dede;
        background: rgba(241, 241, 241, 0.3686274509803922);
        box-shadow: -2px 2px 5px 1px #a7a7a7;
    }

    #about_pg .mis_box h3 {
        color: #b02923;
    }

    #about_pg .mis_box p {
    }

#about_pg .mgment_bx {
    width: 100%;
    float: left;
    padding: 30px 0;
}

#about_pg .managment_box {
    width: 100%;
    float: left;
}

#about_pg .mg_body {
}

#about_pg .dir_img {
    width: 35%;
    float: left;
    border: 1px solid #eee;
    margin: 0 10px 10px 10px;
    padding: 10px;
    text-align: center;
}

    #about_pg .dir_img img {
        width: 100%;
    }

#about_pg .mg_body p {
    text-align: justify;
}

#qotation {
    background-image: url(/Images/slider2.jpg);
    width: 100%;
    float: left;
    /*margin-top: -80px;*/
    background-attachment: fixed;
    height: auto;
    background-size: cover;
}

.qotation_bg {
    background: rgba(82, 82, 82, 0.8);
    z-index: 999;
    float: left;
    width: 100%;
    padding: 5% 0%;
}

#qotation .qot_info {
}

    #qotation .qot_info p {
        color: #fff;
        margin-bottom: 20px;
    }

    #qotation .qot_info .btn_qot {
        background: #ca373c;
        text-decoration: none;
        color: #fff;
    }

.posf {
    width: 100%;
    float: left;
}

#parallax {
    background-image: url(/Images/inner_pages_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 400px;
    width: 100%;
    background-color: #b02923;
}

    #parallax .top_heading {
        margin-top: 20%;
        float: left;
        width: 100%;
        text-align: center;
    }

        #parallax .top_heading h2 {
            color: #eee;
        }

        #parallax .top_heading ul {
            padding: 10px 50px;
            background: rgba(128, 127, 128, 0.34901960784313724);
            display: inline-block;
        }

            #parallax .top_heading ul li {
                list-style: none;
                display: inline-block;
                font-size: 17px;
                color: #ca373c;
                font-weight: 600;
            }

                #parallax .top_heading ul li .fa {
                    color: #eee;
                    margin: 0px 5px;
                }

#about_pg {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #about_pg .ab_content {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

        #about_pg .ab_content p {
            text-align: justify;
        }

    #about_pg .ab_photo {
        width: 100%;
        border: 1px solid #777;
        padding: 5px;
        margin-top: 25px;
    }

        #about_pg .ab_photo img {
            width: 100%;
        }

    #about_pg .testomonial {
        background-image: url(/Images/pattern.png);
        width: 100%;
        float: left;
        padding: 50px 0px;
    }

        #about_pg .testomonial .testo_box {
            width: 70%;
            padding: 10px;
            margin: auto;
        }

            #about_pg .testomonial .testo_box .test_content {
                background: #fff;
                padding: 40px 20px;
                text-align: center;
            }

                #about_pg .testomonial .testo_box .test_content p {
                    text-align: center;
                }

                #about_pg .testomonial .testo_box .test_content h5 {
                    margin-top: 10px;
                    margin-bottom: 0;
                    font-size: 17px;
                    font-weight: 600;
                }

.brand_title {
    margin-top: 15px;
    margin-left: -5px;
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 10px;
    padding: 2px;
}

    .brand_title h2 {
        margin-bottom: 0;
        font-size: 26px;
        font-style: italic;
        color: #ca373c;
        text-shadow: 3px 4px 9px #000000ba;
    }

.side_cat_menu {
    width: 100%;
    margin-top: 15px;
    height: 100%;
}

.pr_bg {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 30px 0;
}

.side_cat_menu h3 {
    font-size: 24px;
    background: #ca373c;
    color: #f1e8e8;
    padding: 10px 5px;
}

.side_cat_menu ul {
}

    .side_cat_menu ul li {
        line-height: 40px;
        color: #1d1c1c;
        font-size: 16px;
        background: #bbbbbb;
        margin-bottom: 10px;
        padding: 5px;
        padding-left: 10px;
        width: 100%;
        float: left;
    }

        .side_cat_menu ul li a {
            width: 100%;
            float: left;
            color: #1d1c1c;
        }

        .side_cat_menu ul li:active {
            transform: translateY(2px);
        }

        .side_cat_menu ul li:hover {
            box-shadow: 3px 3px 2px 0px #969494;
            cursor: pointer;
            font-weight: 600;
            background: #d0772d;
        }

        .side_cat_menu ul li a::after {
            content: '\f101 ';
            font-family: FontAwesome;
            font-size: 18px;
            margin: 0px 5px;
            color: #03163e;
            font-weight: 600;
            float: right;
        }

.section-title-header .desc {
    font-size: 16px;
    margin-bottom: 50px;
}

    .section-title-header .desc p {
        font-size: 16px;
        margin-bottom: 0px !important;
        padding-bottom: 0 !important;
    }

#secure, #emeter {
    display: block;
}

.thumbnails .prop, .thumbnails .prop1 {
    display: none;
    z-index: 0;
    float: left;
    width: 100%;
}

#product_detail {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #product_detail .product_detail {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

        #product_detail .product_detail p {
            font-size: 14px;
            text-align: justify;
        }

    #product_detail .pr_img {
        width: 100%;
        float: left;
        border: 1px solid #b8b7b8;
        padding: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

#clientle {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #clientle .clientle {
        width: 100%;
        float: left;
    }

        #clientle .clientle .cli_out_box {
            width: 100%;
            margin-bottom: 20px;
        }

            #clientle .clientle .cli_out_box .cli_innbox {
                text-align: center;
                border: 1px solid #dcdbdb;
                transition: transform 1s;
                overflow: hidden;
                background: #eee;
            }

                #clientle .clientle .cli_out_box .cli_innbox:hover {
                    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.94);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

                    #clientle .clientle .cli_out_box .cli_innbox:hover .cli_img {
                        /*border-color: #ca373c;*/
                        -webkit-transform: rotateY(3620deg);
                        transform: rotateY(360deg);
                    }

                #clientle .clientle .cli_out_box .cli_innbox .cli_img {
                    width: 100%;
                }

                #clientle .clientle .cli_out_box .cli_innbox img {
                    width: 100%;
                }

            #clientle .clientle .cli_out_box .cli_info {
            }

                #clientle .clientle .cli_out_box .cli_info h5 {
                    font-weight: 600;
                    color: #ca373c;
                }

                #clientle .clientle .cli_out_box .cli_info p {
                }

                #clientle .clientle .cli_out_box .cli_info .read {
                    background: #ca373c;
                    margin-top: 20px;
                    text-align: center;
                    color: #fff;
                    text-decoration: none;
                }

#contact_page {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-top: 100px;
    background-color: #b02923;
}

    #contact_page .add_bo {
        width: 35%;
        background: #eee;
        margin: auto;
        text-align: center;
        padding: 20px;
    }

        #contact_page .add_bo h4 {
            font-size: 24px;
            border-bottom: 3px double #aaa;
            margin-bottom: 15px;
            padding-bottom: 5px;
            /*color: #ca373c;*/
            color: #fff;
            text-transform: uppercase;
        }

        #contact_page .add_bo p {
            font-size: 16px;
            line-height: 30px;
        }

            #contact_page .add_bo p span {
                color: #232323;
                font-weight: 600;
            }

.contact_container {
    width: 100%;
    float: left;
}

#contact_page .contact_form {
}

    #contact_page .contact_form .form-control {
        background: #eee;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0px 5px;
        padding: 5px;
    }

    #contact_page .contact_form .textarea {
    }

.contact_container .loc_map {
    width: 100%;
}

    .contact_container .loc_map iframe {
        width: 100%;
    }

.addr_panel {
}

.add_con {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .add_con .fa {
        width: 7%;
        float: left;
        padding-top: 5px;
        /*background: #b5b5b5;*/
        /*padding: 10px;*/
        font-size: 18px;
        margin-right: 9px;
        text-align: center;
        color: #e8c006;
    }

    .add_con p {
        float: left;
        width: 90%;
        color: #fff;
    }

.form_title {
    width: 100%;
}

    .form_title h3 {
        color: #f9ce04;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

.feedback {
    margin-top: 30px;
}

.error {
    background: #f00 !important;
    border: #f00 !important;
}

.add_con p strong {
    color: #e8c006;
}

.widget_getintuch ul {
    padding: 0;
}

    .widget_getintuch ul li {
        list-style: none;
        border: none !important;
        display: flex;
    }

        .widget_getintuch ul li .fa {
            width: 30px;
            height: 30px;
            float: left;
            background: rgb(251, 251, 251);
            padding: 8px;
            text-align: center;
            margin-right: 5px;
            color: #000;
        }

        .widget_getintuch ul li p {
            width: 92%;
            float: left;
            color: #d2cdcd;
        }

            .widget_getintuch ul li p strong {
                /* color: #4fb2ec; 
    color: #cb393e;*/
                color: #dcc705;
            }
/*  Start  Footer*/
#footer {
    width: 100%;
    float: left;
    /* margin-top: 40px; */
}

    #footer .t_footer .t_footer_over {
        background: #B02923 /*#5f1416*/;
        /*background: #dfdcda;*/
        z-index: 999;
        float: left;
        width: 100%;
        padding: 40px 10px;
        background-image: url(../Images/sample.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #footer .t_footer .widget {
        width: 100% !important;
        margin-top: 30px !important;
    }

        #footer .t_footer .widget h3 {
            /*color: #fff;
     border-bottom: 2px solid #4faceb; 
    border-bottom: 2px solid #cb393e;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size:24px;*/
            color: #f5f5f7;
            border-bottom: 2px solid #efefef;
            padding-bottom: 5px;
            margin-bottom: 15px;
            font-size: 24px;
        }

    #footer .t_footer .widget_service ul {
        padding: 0;
    }

        #footer .t_footer .widget_service ul li:first-child {
            padding: 0px 5px 10px 5px !important;
        }

        #footer .t_footer .widget_service ul li:before {
            content: "\f101";
            font-family: "FontAwesome";
            /* color: #4fb2ec; */
            color: #cb393e;
            padding-right: 7px;
        }

    #footer .t_footer .widget_about p, #footer .t_footer .widget_service li a, #footer .t_footer .widget P {
        color: #fff;
        line-height: 22px;
    }

    #footer .t_footer .widget_service ul li {
        padding: 10px 5px;
        list-style: none;
        border-bottom: 1px dashed #757272;
    }

    #footer .t_footer .footer-social li {
        display: inline-block;
    }

        #footer .t_footer .footer-social li a {
            color: #000;
            background: #fff;
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: block;
            text-align: center;
            border-radius: 4px;
            font-size: 15px;
            margin-right: 5px;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
        }

            #footer .t_footer .footer-social li a:hover {
                color: #fff;
            }

        #footer .t_footer .footer-social li .facebook:hover {
            background: #3B5998;
        }

        #footer .t_footer .footer-social li .twitter:hover {
            background: #00aced;
        }

        #footer .t_footer .footer-social li .linkedin:hover {
            background: #0073b1;
        }

        #footer .t_footer .footer-social li .foursqare:hover {
            background: #25a0ca;
        }

        #footer .t_footer .footer-social li .google-plus:hover {
            background: #d34836;
        }

/*  End  Footer*/
/*Start Gallery Page*/
#gallery {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    #gallery .gallery_testing {
        width: 100%;
        float: left;
    }

        #gallery .gallery_testing .gallery_al_back {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

            #gallery .gallery_testing .gallery_al_back .gall_img {
                margin: 5%;
                width: 90%;
                float: left;
                height: 200px;
                overflow: hidden;
                border: 1px solid #dbdedb;
                padding: 5px;
                display: block;
                position: relative;
                overflow: hidden;
            }

                #gallery .gallery_testing .gallery_al_back .gall_img .gimg {
                    width: 100%;
                    height: 100%;
                }

                #gallery .gallery_testing .gallery_al_back .gall_img .overlay1 {
                    background: rgba(0, 150, 136, 0.8196078431372549);
                    height: 50px;
                    margin-top: -60px;
                    z-index: 999;
                    display: inline-block;
                    width: 100%;
                    position: relative;
                    padding: 5px;
                    float: left;
                }

                    #gallery .gallery_testing .gallery_al_back .gall_img .overlay1 h4 {
                        font-size: 22px;
                        float: left;
                        color: #fff;
                    }

                    #gallery .gallery_testing .gallery_al_back .gall_img .overlay1 .info {
                        float: right;
                        font-size: 18px;
                        color: #ca373c;
                        font-weight: 600;
                    }

                        #gallery .gallery_testing .gallery_al_back .gall_img .overlay1 .info:hover {
                            color: #2f2f2f;
                        }

        #gallery .gallery_testing .gallery_back {
            width: 100%;
            float: left;
        }

        #gallery .gallery_testing .gall_img {
            margin: 5%;
            width: 90%;
            float: left;
            height: 200px;
            overflow: hidden;
            border: 1px solid #dbdedb;
            /*padding:5px;*/
        }

        #gallery .gallery_testing .gimg {
            width: 100%;
            height: 100%;
        }

        #gallery .gallery_testing .overlay {
            width: 100%;
            float: left;
            background: rgba(37, 167, 173, 0.7490196078431373);
            margin-top: -65px;
            z-index: 999;
            display: block;
            position: relative;
            height: 50px;
        }

            #gallery .gallery_testing .overlay a {
                color: #fff;
                text-transform: capitalize;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
                vertical-align: middle;
            }

        #gallery .gallery_testing .ban-setting {
            display: block;
            position: relative;
            overflow: hidden;
        }

            #gallery .gallery_testing .ban-setting:hover .captn {
                bottom: 0%;
            }

            #gallery .gallery_testing .ban-setting .captn {
                display: inline-block;
                height: 100%;
                width: 100%;
                color: #ffffff;
                position: absolute;
                bottom: -75%;
                right: 0;
                background-color: rgba(37, 167, 173, 0.69);
                text-align: center;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

.popup {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    background: linear-gradient(#000000ed, #284c4b);
    width: 100%;
    height: 100%;
    bottom: 0 !important;
}

.popupbtn {
    float: right;
    color: #fff !important;
}

.modalPopup {
    width: 50%;
    float: none;
    margin: auto 25%;
    float: left;
}

.popupbody .over {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    background: rgba(37, 167, 173, 0.69);
    padding: 10px;
    margin-bottom: -58px;
    text-align: center;
    z-index: 999;
    padding: 10px;
    height: 55px;
}

.popup .popupbody .over h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}

.popup .img_title {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.modalPopup img {
    width: 100%;
    height: 100%;
}

.g_album .over {
    background: #65bfc2c9;
    width: 100%;
    float: left;
    z-index: 999;
    position: relative;
    height: 50px;
    margin-top: -50px;
    padding: 10px;
}

.lp {
    border: 1px solid #a2a1a1;
    border-radius: 5px;
}

.heading {
    width: 100%;
    float: left;
    background: none;
    margin-bottom: 20px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
}

    .heading h3 {
        color: #fff;
        font-size: 21px;
        margin: 0;
    }

.ga {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .ga img {
        width: 100%;
        height: 100%;
    }

    .ga .over h4 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

        .ga .over h4 a {
            color: #fff;
        }
/*End Gallery Page*/
/*Other Product details on product Page */
#about {
    width: 100%;
}

.other_product {
}

    .other_product .page-title {
        width: 100%;
        text-align: center;
        color: #b02923;
    }



/* End Other Product details on product Page */
