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

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

html, body {
   
    width: 100%;
}

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

::-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: 700px;
}

.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: 50px 30px 10px;
    font: normal 12px arial;
}

.subtitle {
    color: #237205;
    font: bold 28px calibri;
    padding: 10px 0;
    background: url('../Images/Designs/Css/divider.png')no-repeat 50px 35px;
}

.subtitlebox {
    color: #237205;
    font: bold 22px calibri;
    padding: 20px 10px 10px;
    background: url('../Images/Designs/Css/divider.png')no-repeat bottom center;
}

.welcomecontent p, .welcomecontent h2 {
    line-height: 25px;
    padding: 20px 0 0 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 0 20px;
}

.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;
        margin: 20px 0;
    }

.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: 25px;
    padding-left: 5px;
    width: 290px;
}

.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;
    }

.contact {
    margin-top: 30px;
}

    .contact ul {
        font-family: 'Segoe UI Symbol';
        line-height: 20px;
        padding: 10px 20px;
        margin: 20px auto;
        float: none;
        width: 200px;
    }

        .contact ul strong {
            line-height: 40px;
            font: bold 16px 'Segoe UI Symbol';
        }

.undercon {
    width: 300px;
    font: normal 18px arial;
    color: #074415;
    height: 200px;
    margin: auto;
}

    .undercon tr td {
        vertical-align: middle;
        text-align: center;
    }

.tabs {
    position: relative;
    margin: 40px auto;
    width: 700px;
}

    .tabs input {
        position: absolute;
        z-index: 1000;
        min-width: 120px;
        height: 40px;
        left: 0;
        top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        cursor: pointer;
    }

        .tabs input#tab-2 {
            left: 100px;
        }

        .tabs input#tab-3 {
            left: 250px;
        }

        .tabs input#tab-4 {
            left: 540px;
        }

    .tabs label {
        background: #86530b;
        font-size: 13px;
        line-height: 42px;
        height: 40px;
        position: relative;
        padding: 0 20px;
        float: left;
        display: block;
        width: auto;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(255,255,255,.3);
        border-radius: 3px 3px 0 0;
        vertical-align: middle;
        border-radius: 5px 5px 0 0;
        margin-bottom: -2px;
    }

        .tabs label:after {
            content: '';
            background: #fff;
            position: absolute;
            left: 0;
            width: 100%;
            display: block;
            color: #074415;
        }

    .tabs input:hover + label {
        background: #fff;
        color: #074415;
        box-shadow: 2px 0 2px rgba(0,0,0,.1);
    }

    .tabs label:first-of-type {
        z-index: 4;
        box-shadow: 2px 0 2px rgba(0,0,0,.1);
    }

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
    z-index: 6;
    -webkit-animation: page .2s linear;
    -moz-animation: page .2s linear;
    -ms-animation: page .2s linear;
    -o-animation: page .2s linear;
    animation: page .2s linear;
    color: #074415;
    border: 1px solid #074415;
    border-bottom: none;
}

.clear-shadow {
    clear: both;
}

.content {
    margin: 0;
    position: relative;
    width: 100%;
    height: 420px;
    z-index: 5;
    overflow: hidden;
    background: #fff url('../Images/Designs/Texture/smallganesh.jpg')no-repeat center center;
    border: 1px solid #074415;
}

    .content div {
        position: absolute;
        top: 0;
        padding: 10px 10px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        -ms-transition: all linear .3s;
        transition: all linear .3s;
    }

.content-1, .content-3 {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.content-2, .content-4 {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out .2s .1s;
    -moz-transition: all ease-out .2s .1s;
    -o-transition: all ease-out .2s .1s;
    -ms-transition: all ease-out .2s .1s;
    transition: all ease-out .2s .1s;
}

.content div h2, .content div h3 {
    color: #fff;
    margin: 0 0 10px;
}

.content div p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    margin: 0;
    color: #777;
    padding-left: 15px;
    font-family: Cambria,Georgia,serif;
    border-left: 8px solid rgba(63,148,148,.1);
}

.contble {
    width: auto;
}

    .contble tr td {
        vertical-align: top;
        padding: 10px;
        text-align: left;
    }

        .contble tr td table {
            margin: 10px 20px;
            font: bold 14px Arial;
            text-transform: capitalize;
            width: 95%;
            color: #81500a;
        }

            .contble tr td table tr {
            }
.ps_container{
	display:none;
	width:400px;
	height:250px;
	margin:80px auto 0px auto;
    padding:20px;
	position:relative;
    border:1px double #f8b71b;
    border-radius:5px;
}
.ps_image_wrapper{
	width:300px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:#999 url(../Images/Designs/Others/prev.png) no-repeat top center;
	left:-50px;
}
.ps_next{
	background:#999 url(../Images/Designs/Others/next.png) no-repeat top center;
	right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	margin:20px 0px;	
    width:100%;
    float:right;
    
}
ul.ps_nav li{
	float:left;
    display:inline-block;
}
ul.ps_nav li img{
	display:block;
	outline:none;	
	margin:0px 0px 30px 30px;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../Images/Designs/Others/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;

}