﻿/*=================Main Slider==========*/
.slider
{
    width: 100%;
    height: 325px;
    /*background-color: #3C7500;*/
    /*background-image: url('../_image/slider/slider100bg.jpg');*/
    background-repeat: repeat-x;
}

.sliderWrap
{
    width: 100%;
    height: 325px;
    margin: 0 auto;
    overflow: hidden;
    /*background-image: url('../_image/slider/slider1.jpg');
    background-repeat: no-repeat;*/
}

/*.camera_wrap
{
    width: 100%;
    height: 423px;
    overflow: hidden;
    position: relative;
}*/
/*=================end Main Slider==========*/

/*====================Spritely===============*/

  #banner-wrap
        {
            width: 100%;
            
            padding: 0 0 5px 0;
            position: relative;
            height: 320px;
        }

        #banner-wrap
{
    background: #60B000 url('../images/background_tile_white.png') repeat 0 0;
}

        .stage
        {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-width: 900px;
            height: 320px;
            overflow: hidden;
        }

        #stage #bg
        {
            background-color: #fdfdfd;
        }

        #stage #clouds
{
    background: transparent url('../images/clouds_y22.png') repeat-x 0 0;
}

        #stage #skyline3
{
    background: transparent url('../images/skyline3_y178.png') repeat-x 0 0;
}

        #stage #helicopter
{
    background: transparent url('../images/helicopter.png') no-repeat 0 0;
    width: 21px;
    height: 14px;
}

        #stage #skyline
{
    background: transparent url('../images/skyline2_y123.png') repeat-x;
    background-position-x: 0;
}

        #stage #cars
{
    background: transparent url('../images/cars_y79_xipra.png') repeat-x 0 0px;
}

        #stage #buildings
{
  
    background-position: 0px 0px;
    background: transparent url('../images/buildings_y29_new.png') repeat-x;
}

        #stage #man
{
    background: transparent url('../images/man_walking_green.png') repeat-x 0 0;
    position: relative;
    top: 230px;
    left: 175px;
    width: 55px;
    height: 81px;
    z-index: 500;
}
/*====================End Spritely===============*/

.divider_div
{
width:100%;
height:5px;
background-color:#60B000;
}

/*===============Content============*/
.content
{
    width: 100%;
    padding: 30px 0;
}

    .content table.services
    {
        width: 100%;
        border-spacing: 0;
    }

.contentclm
{
    width: 25%;
}

.serviceHeader
{
    width: 100%;
    height: 60px;
    border-spacing: 0;
    vertical-align: middle;
    text-align: center;
}

    .serviceHeader h6
    {
        font-size: 18px;
        font-weight: 400;
        color: rgb(38, 38, 38);
        font-weight: 400;
    }

.greencircle
{
    background-image: url('../_image/content/circle.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 24%;
}

    .greencircle h5
    {
        font-size: 40px;
    }

.serviceTitle
{
    text-align: left;
    padding-left: 5px;
}

.serviceSlogan .contentclm
{
    padding:15px 0 15px 15px;
    

}

.service_slogan
{
    color: rgb(67, 120, 3);
    font-weight: 400;
    font-size: 18px;
    display: block;
    text-align: justify;
}

.serviceList ul
{
    color: rgb(74, 74, 74);
    padding-left:15px;
    list-style: square;
    list-style-position: inside;
}

.content .clmcontent
{
    padding: 10px 15px 10px 15px;
    display: block;
    color: rgb(74, 74, 74);
    font-size: 14px;
    text-align: justify;
    text-transform: none;
    /*text-transform:uppercase;*/
}
/*=================End Content=============*/
