﻿@font-face {
    font-family: russo;
    src: url('../Fonts/RussoOne-Regular.ttf');
}

* {
    text-decoration: none;
    outline: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font: normal 12px arial;
    background: #ed242a;  
    position:absolute; 
}

html, body {
  
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #8a132f;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #074415;
    }

.wrapper {
    max-width: 1100px;
    background-color: #fcf9f2;
    height: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    background: url('../Images/Designs/Css/g2.gif')repeat-x;
    height: 215px;
    float: left;
}

.llamp {
    background: url('../Images/Designs/Css/leftlamp.gif')no-repeat left top;
    height: 100%;
}

.rlamp {
    background: url('../Images/Designs/Css/rightlamp.gif')no-repeat right top;
    height: 100%;
}

.headersymbol {
    background: url('../Images/Designs/Css/headersymbols.jpg')no-repeat;
    height: 65px;
    width: 182px;
    margin: 20px auto 0;
}

#header_top {
    width: 100%;
    height: 22px;
    background: url('../Images/Designs/Css/headertopback.png')repeat-x;
}

#header {
    width: 100%;
}

.left-col {
    float: left;
    width: 25%;
}

.center-col {
    float: left;
    width: 47%;
}

.right-col {
    float: left;
    width: 25%;
}

.logo {
    float: right;
}

.logotext {
    color: #296821;
    margin: 30px 15px 0;
    letter-spacing: 1px;
    font: bold 26px 'Copperplate Gothic';
    background: url('../Images/Designs/Logo/g1.png');
    width: 462px;
    height: 59px;
}

    .logotext span {
        font: bold 31px 'Copperplate Gothic';
        color: #bd1b57;
    }

.logocaption {
    font: italic 11px russo;
    color: #032e05;
    float: right;
    margin: 0 30px 0;
}

.hright {
    margin: 30px 25px 0;
}

#nav {
    float: left;
    width: 100%;
}

    #nav .wrap-nav {
    }

    #nav > ul {
        float: left;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0 0 0 10px;
        background: url('../Images/Designs/Css/menuback.jpg')repeat-x;
        height: 37px;
    }

        #nav > ul > li {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
        }

            #nav > ul > li > a {
                color: #79130f;
                display: block;
                padding: 10px 28px;
                z-index: 3;
                background: url('../Images/Designs/Css/menudivider.jpg')no-repeat right center;
                font: bold 14px sans-serif;
                letter-spacing: 1px;
            }

            #nav > ul > li:last-child > a {
                background: none;
            }

            #nav > ul > li:hover * {
                display: block;
            }

            #nav > ul > li > ul {
                position: absolute;
                left: 0;
                top: 100%;
                z-index: 1000;
                margin: 0;
                padding: 0;
                display: none;
            }

                #nav > ul > li > ul > li {
                    position: relative;
                }

                    #nav > ul > li > ul > li > a {
                        color: #79130f;
                        display: block;
                        padding: 10px 28px;
                        background: #dadedf;
                        font: bold 14px sans-serif;
                        letter-spacing: 1px;
                    }

                        #nav > ul > li > ul > li > a:hover {
                            background: #fff;
                        }

#content {
    height: 100%;
    background-color: #fcf9f2;
    float: left;
    min-height: 650px;
}

.slider-wrapper {
    width: 743px;
    height: 328px;
    padding: 0;
    float: left;
    margin: 0;
    -webkit-box-shadow: 3px 59px 38px -47px rgba(0,0,0,.75);
    -moz-box-shadow: 3px 59px 38px -47px rgba(0,0,0,.75);
    box-shadow: 3px 59px 38px -47px rgba(0,0,0,.75);
}

.slider {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.items {
    margin: 0;
    padding: 0;
    display: none;
}

    .items li {
        margin: 0;
        padding: 0;
    }

        .items li img {
            vertical-align: top;
            width: 743px;
            height: 328px;
        }

.innerpageside {
    width: 90%;
    float: left;
    border: 1px solid #8e8b8b;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
}

.sidetitle {
    font: bold 20px arial;
    background: #074415;
    color: #fff;
    padding: 10px 15px;
    margin: 5px 0;
    width: 90%;
}

#rowleft {
    float: left;
    width: 70%;
}

#rowright {
    float: left;
    width: 30%;
}

.welcomecontent {
    float: left;
    width: 90%;
    margin: 60px 30px 10px;
}

.subtitle {
    color: #237205;
    font: bold 28px calibri;
}

.subtitlebox {
    color: #237205;
    font: bold 22px calibri;
}

.welcomecontent p, .welcomecontent h2 {
    line-height: 25px;
    padding: 10px 0 20px 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.welcomecontent a {
    color: #ee071c;
    float: right;
}

footer {
    width: 100%;
    min-height: 320px;
    background: #f8b71b;
    float: left;
}

.footerblock {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.fl {
    width: 28%;
    float: left;
}

.fc {
    width: 48%;
    float: left;
}

.fr {
    width: 20%;
    float: left;
}

.ourservices {
    background: url('../Images/Designs/Others/service.png')no-repeat;
    height: 497px;
    width: 354px;
    float: right;
    margin: 0;
}

.ourserviceul {
    margin: 132px 90px 0 0;
}

    .ourserviceul li a {
        display: block;
        font: bold 19px arial;
        padding: 0 0 0 7px;
        line-height: 35px;
        width: 200px;
        color: #011421;
    }

.onebytwo {
    float: left;
    width: 50%;
    margin: 20px 0;
}

.fbox {
    width: 80%;
    padding: 10px 20px;
    margin: auto;
    border: 1px solid #d0d0d0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .fbox p {
        line-height: 25px;
        letter-spacing: 1px;
        text-align: justify;
        padding: 10px 20px;
    }

    .fbox a {
        color: #ee071c;
        float: right;
    }

.footerpadding {
    width: 80%;
    margin: auto;
    padding: 10px 20px;
}

.video {
    width: 252px;
    height: 182px;
    padding: 5px;
    margin: 30px auto;
}

.ourmajorservices {
    margin: 30px auto 10px;
    background: url('../Images/Designs/Others/functiondetails.jpg')no-repeat;
    width: 426px;
    height: 192px;
}

.followuson {
    width: 100%;
    margin: 30px 0 10px;
    line-height: 25px;
}

    .followuson ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

.facebook {
    width: 51px;
    height: 53px;
    background: url('../Images/Designs/Others/fb.jpg')no-repeat;
    float: right;
}

.copy {
    background: #700000;
    color: #ddd;
    width: 100%;
    padding: 12px 0;
    height: 10px;
    float: left;
}

    .copy > div {
        width: 90%;
        margin: auto;
    }

.cfl {
    width: 60%;
    float: left;
}

.cfr {
    width: 40%;
    float: right;
}

.copy a {
    color: #fff;
    margin: 0 10px;
    font: normal 11px arial;
}

.copy span {
    color: #f8b71b;
}

a.st {
    color: #0ff8ea;
}

.w2bslikebox {
    background: url('../Images/Designs/Css/Enquiry.png') no-repeat scroll right center;
    float: left;
    height: 205px;
    padding: 0 37px 0 0;
    width: 300px;
    z-index: 999999;
    position: fixed;
    left: -305px;
    top: 20%;
}

    .w2bslikebox div {
        background: #fff;
        border: none;
        position: relative;
        display: block;
    }

    .w2bslikebox span {
        bottom: 12px;
        font: 8px"lucida grande",tahoma,verdana,arial,sans-serif;
        position: absolute;
        left: 7px;
        text-align: left;
        z-index: 99999;
    }

        .w2bslikebox span a {
            color: gray;
            text-decoration: none;
        }

            .w2bslikebox span a:hover {
                text-decoration: underline;
            }

.textbox {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    height: 20px;
    padding-left: 5px;
    width: 200px;
}

.textarea {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    height: 80px;
    padding-left: 5px;
    width: 290px;
    resize: none;
    overflow-y: scroll;
}

.select {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    height: 30px;
    padding-left: 5px;
    width: 290px;
    font: normal 12px arial;
}

.textarea1 {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    height: 80px;
    padding-left: 5px;
    width: 600px;
    resize: none;
    overflow-y: scroll;
}

.select1 {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    height: 25px;
    padding-left: 5px;
    width: 600px;
}

.btn {
    -moz-border-radius: 9;
    -webkit-border-radius: 9;
    background: #2a522e;
    background-color: #3d58b5;
    border: 1px solid #3d58b5;
    border-radius: 9px;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    outline: none;
    padding: 5px 10px;
    text-decoration: none;
}

    .btn:hover {
        background-color: #557fff;
        border: 1px solid #557fff;
        cursor: pointer;
        outline: none;
        text-decoration: none;
    }

.tblenq {
    width: 100%;
    border-spacing: 0;
    background: #f0f0f3;
    border: 1px solid #148fd8;
}

    .tblenq tr td {
        padding: 1px 3px;
    }
