﻿
/*----- card style start ------*/
.rscard {
    background: url('../images/body-bg.jpg') repeat 0 0;
    display: block;
    position: relative;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    height: auto;
}

    .rscard:hover {
        -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }

.rscard-cont {
    background: #fff;    
    border-radius: 4px 4px 4px 4px;
}

/*----- card style end ------*/

/*----- area cont start */
.area-body {
    background: url('../images/body-bg.jpg') repeat 0 0;
}

.area-body1 {
    background: url('../images/slide/slide4.jpg') repeat 0 0;
}

.area-body2 {
    background: url('../images/slide/slide2.jpg') repeat 0 0;
}

.area-cont {
    background: rgba(0,0,0,0.5);
    width: 100%;
}

.area-body-white {
    background-color: #fff;
}
.area-body-gray {
    background: #fbf9f9;
}
.rscontantarea {
    padding: 30px 0px 10px 0px;
}
/*----- area cont end */

/*----- tab contarea start -----*/
.tab-contarea {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

    .tab-contarea h1 {
        margin: 5px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        display: block;
        font-size: 30px;
        color: #ff5b11;
        font-family: Exo !important;
        text-shadow: 1px 1px 1px lightgrey;
        text-align: center;
        align-content: center;
    }

        .tab-contarea h1 span {
            color: #606060;
        }


    .tab-contarea p {
        font-size: 16px !important;
        padding: 5px 15px 5px 25px!important;
        display: block;
        line-height: 20px;
        text-align: justify;
        color: #404040 !important;
    }

        .tab-contarea p b {
            padding: 0px 0px 0px 0px!important;
            display: block;
            line-height: 20px;
            text-align: justify;
            color: #cc2900 !important;
            display: inline-block;
            font-weight: 600;
        }

        .tab-contarea p span {
            padding: 5px 0px 0px 0px !important;
            display: block;
            margin-bottom: 0px !important;
        }

            .tab-contarea p span b {
                font-size: 15px !important;
                padding: 0px !important;
                color: #006600 !important;
                font-weight: 600;
            }

                .tab-contarea p span b:hover {
                    font-size: 15px !important;
                    padding: 0px !important;
                    color: #e4033a !important;
                    font-weight: 600;
                }

            .tab-contarea p span a {
                font-size: 15px !important;
                padding: 0px !important;
                color: #33aaf8 !important;
                font-weight: 600;
            }

                .tab-contarea p span a:hover {
                    font-size: 15px !important;
                    padding: 0px !important;
                    color: #006600 !important;
                    font-weight: 600;
                }

    .tab-contarea ul {
        padding-left: 20px !important;
        margin-top: 10px !important;
    }

    .tab-contarea li {
        list-style: none;
        background: none;
    }

        .tab-contarea li a {
            display: inline-block;
            font-size: 15px !important;
            font-weight: normal !important;
            margin: 7px 5px 0px 5px !important;
            padding: 4px 8px 4px 8px !important;
            vertical-align: middle;
            background: #ff7200;
            color: rgb(255, 255, 255) !important;
            border-radius: 2px;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .tab-contarea li a:hover {
                color: rgb(255, 255, 255) !important;
                -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                background-color: #444;
            }

    .tab-contarea table {        
        text-align: center;
        align-content: center;
        margin: 2px 10px 2px 10px;
    }

    .tab-contarea td, .tab-contarea tr {
        border: 1px solid #2d7c0a !important;
    }

        .tab-contarea td h3 {
            font-size: 17px;
            font-weight: 600;
            text-align: center;
            align-content: center;
            padding: 5px 5px 5px 5px;
        }

    .tab-contarea td {
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        align-content: center;
        padding: 5px 5px 5px 5px;
    }
/*----- tab contarea end -----*/

/*----- inner cont area start ------*/
.inner-contarea {
    padding: 30px 0px 10px 0px;
}
/*----- inner cont area end ------*/

/*--- inner list start -----*/
.rs-innerlist {
    background: url('../images/body-bg.jpg') repeat 0 0;
    display: block;
    position: relative;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    height: auto;
    padding-bottom:18px;
}
    .rs-innerlist:hover {
        -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }
    .rs-innerlist a {
        padding: 0 8px;
        margin: 0 5px 5px 5px;
        display: block;
        background: #0996d3;
        line-height: 30px;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        transform: skew(-11deg, 0deg);
    }
        .rs-innerlist a:hover {
            background-color: #444;
        }
/*--- inner list end -----*/

/*----- inner content start -----*/
.inner-content {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;    
}
    .inner-content p {
        font-size: 16px !important;
        padding: 5px 15px 5px 25px;
        display: block;
        line-height: 20px;
        text-align: justify;
        color: #404040 !important;
    }

        .inner-content p b {
            padding: 0px 0px 0px 0px;
            display: block;
            line-height: 20px;
            text-align: justify;
            color: #cc2900 !important;
            display: inline-block;
            font-weight: 600;
        }

        .inner-content p span {
            padding: 5px 0px 0px 0px !important;
            display: block;
            margin-bottom: 0px !important;
        }

            .inner-content p span b {
                font-size: 15px !important;
                padding: 0px !important;
                color: #006600 !important;
                font-weight: 600;
            }

                .inner-content p span b:hover {
                    font-size: 15px !important;
                    padding: 0px !important;
                    color: #e4033a !important;
                    font-weight: 600;
                }

            .inner-content p span a {
                font-size: 15px !important;
                padding: 0px !important;
                color: #33aaf8 !important;
                font-weight: 600;
            }

                .inner-content p span a:hover {
                    font-size: 15px !important;
                    padding: 0px !important;
                    color: #006600 !important;
                    font-weight: 600;
                }

    .inner-content ul {
        padding-left: 20px !important;
        margin-top: 10px !important;
    }

    .inner-content li {
        list-style: none;
        background: url('../images/right_icon.png') 0 10px no-repeat rgba(0, 0, 0, 0);
        text-align: justify;
        padding:5px 10px 0px 25px;
    }

        .inner-content li a {
            display: inline-block;
            font-size: 15px !important;
            font-weight: normal !important;
            margin: 7px 5px 0px 5px !important;
            padding: 4px 8px 4px 8px !important;
            vertical-align: middle;
            background: #ff7200;
            color: rgb(255, 255, 255) !important;
            border-radius: 2px;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .inner-content li a:hover {
                color: rgb(255, 255, 255) !important;
                -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
                background-color: #444;
            }

    .inner-content table {
        border: 1px solid #2d7c0a !important;
        text-align: center;
        align-content: center;
        margin: 2px 10px 2px 10px;
    }

    .inner-content td, .inner-content tr {
        border: 1px solid #2d7c0a !important;
    }
    .inner-content td {
        font-size: 17px;
        font-weight: 500;
        text-align: left;
        align-content: center;
        padding: 5px 10px 2px 10px;
    }
        .inner-content td h3 {
            font-size: 17px;
            font-weight: 500;
            text-align: left;
            align-content: center;
            padding: 5px 10px 2px 10px;
        }
   
/*----- inner content end -------*/

/*------ profile start ------*/
.rs-profile {
    background: url('../images/body-bg.jpg') repeat 0 0;
    display: block;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    height: auto;
    font-size: 16px;
    color: #404040;
    text-align: center;
    align-content: center;
    align-items: center;
    padding-bottom:18px;
}
    .rs-profile:hover {
        -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }

    .rs-profile img {
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 100px;
        border: 3px solid #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        margin: 5px auto 15px;
    }

    .rs-profile p {
        margin: 3px 0px 15px 0px;
        display: block;
        font-size: 21px;
        color: #0000a0 !important;
        text-shadow: 1px 1px 1px #E4E4E4;
    }

        .rs-profile p span {
            font-size: 18px;
            color: #717171;
            display:block;
            padding:5px 0px 0px 0px;
        }

    .rs-profile ul {
        padding: 5px 0px 5px 0px;
    }

    .rs-profile li {
        list-style: none;
        display: inline;
        padding: 0px 4px 0px 4px;
        
    }

        .rs-profile li a {
            width: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid #e9e9e9;
            line-height: 34px;
            border-radius: 100px;
            color: #000;
            font-size: 15px;
            box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
        }
            .rs-profile li a i {
                padding: 5px 5px 5px 5px;
                vertical-align: middle;
                font-size: 16px;
            }
/*------ profile end ------*/



/*----- infra images start ------*/
.image-area {
    padding: 30px 30px 0 30px;
}
.img-heading {
    font-size: 25px;
    color: #f75700;
    text-shadow: 1px 1px 1px lightgrey;
    font-weight: 500;
    display: block;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid #e9e9e9;
}
    .img-heading span {
        color: #606060;
    }
.img-new {
    width: auto;
    max-height: 291px;
    box-shadow:inset;
}


/*----- infra images end ------*/

/*------ enquiry start ----*/
.rs-card {
    background: url('../images/body-bg.jpg') repeat 0 0;
    display: block;
    position: relative;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    height: auto;
    padding-bottom:18px;
}

    .rs-card:hover {
        -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }
    .rs-lable{
        font-size:16px;
        padding:5px 0px 5px 0px;
        display:block;
    }
.rs-input {
    padding: 0 15px;
    height: 2.1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    font-size: .875rem;
    border-bottom: 0;
    -webkit-transition: none !important;
    transition: none !important;
    width:100%;
}

    .rs-input:focus, .rs-input:hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.08) !important;
        border-bottom: 0
    }
.req:after {
    content: " *";
    color: #ff0000;
}

.req-msg {
    padding: 5px 0px 5px 0px;
    color: #ff0000;
}

/*------ enquiry End ----*/

/*=== btn start ==*/
.call_btn {
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    background-color: #ff7200!important;
    height: 34px !important;
    line-height: 30px !important;
    padding: 0 18px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    font-weight: 400 !important;
}

.call_btn_blue {
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    background-color: #0996d3;
    height: 34px !important;
    line-height: 20px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 400 !important;
}

    .call_btn:hover, .call_btn_blue:hover {
        color: rgb(255, 255, 255) !important;
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        background-color: #444;
        border: none !important;
    }

 .call-link {
    display: block;
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 7px 5px 0px 5px !important;
    padding: 8px 8px 8px 8px !important;
    vertical-align: middle;
    background: #ff7200;
    color: rgb(255, 255, 255) !important;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align:center;
    align-content:center;
}
    .call-link:hover {
        color: rgb(255, 255, 255) !important;
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        background-color: #444;
    }

