﻿
.clear
{
    clear: both;
}

.body
{
    font-family: Verdana;
    
}




#top_bg
{
    background: url(../images/top_bg.png);
    width: 100%;
    height: 8px;
}

#wrapper
{
    width: 75%;
    margin: 0 auto;
    height: auto;
}

#content
{
    background: #fff;
    width: 75%;
    height: auto;
    box-shadow: 0 0 4px 4px #cccccc;
    border: 1px #2b2b2b solid;
    float: left;
    margin-left: 13%;
}

#header
{
    width: 100%;
    background: #fff;
    height: 130px;
    border-bottom: 9px #0178b4 solid;
    float: left;
}

#logo
{
    width: 9%;
    float: left;
    margin-left: 20%;
    padding-right: 2%;
    padding-top: 1.5%;
}

#headertxt
{
    width: 60%;
    float: left;
   margin-top:2%;
    height:130px;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
}

#headertxt img
{
    margin-top: 30px;
}

#navigation
{
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
}

#nav
{
    float: left;
    background: url(../images/navigation-bg.png);
    width: 100%;
    height: 34px;
    margin: 0 0 7px 0;
}

#nav span
{
    width: auto;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    line-height: 32px;
}

#navigation ul
{
    background: url(../images/navul-bg.png);
    background-repeat: repeat;
    width: 200px;
    height: 33px;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}



#navigation ul li
{
    text-align: justify;
    border-bottom: 1px solid #9c9c9c;
}

#navigation ul li a
{
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 24px;
    font-family: Verdana;
    border-right: 1px solid #fff;
}

#navigation ul li a:hover
{
    color: #fff;
    background: #000;
}

#contentarea
{
    width: 100%;
    float: left;
    margin: 10px ;
}

#cont_area1
{
    width: 23%;
    float: left;
    background: url(../images/con1.png);
    background-repeat: no-repeat;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 4px #ccc;
    margin-left: 10px;
    height: 250px;
}

#cont_area1 p
{
    text-align: left;
    font-size: 13px;
    color: #000000;
    line-height: 23px;
    margin: 0 10px 0 10px;
}

#rmore1
{
    margin-top: -16px;
}



#cont_area2
{
    width: 23%;
    border-radius: 25px;
    float: left;
    box-shadow: 0px 0px 4px 4px #ccc;
    margin-left: 15px;
    background: url(../images/con2.png);
    height: 250px;
}

#cont_area2 p
{
    text-align: justify;
    font-size: 13px;
    color: #000;
    line-height: 28px;
    margin: 0 10px 0 10px;
}





#cont_area3
{
    width: 23%;
    border-radius: 25px;
    float: left;
    box-shadow: 0px 0px 4px 4px #ccc;
    margin-left: 15px;
    background: url(../images/con3.png);
    height: 250px;
}

#cont_area3 p
{
    text-align: justify;
    font-size: 13px;
    color: #000;
    line-height: 28px;
    margin: 0 10px 0 10px;
}

#rmore3
{
    margin-top: 120px;
}


#cont_area4
{
    width: 23%;
    border-radius: 25px;
    float: left;
    box-shadow: 0px 0px 4px 4px #ccc;
    margin-left: 15px;
    background: url(../images/con4.png);
    height: 250px;
}

#cont_area4 p
{
    text-align: left;
    font-size: 13px;
    color: #000;
    line-height: 28px;
    margin: 0 10px 0 10px;
}

#rmore4
{
    margin-top: 64px;
}



#footer
{

    background-color: #014279;
    width: 100%;
    height: 40px;
    margin-top: 2%;
    color: #ffffff;
    font-size: 12px;
    float: left;
}

#footer_sub
{
    background-color: #01315a;
    width: 100%;
    height: 30px;
    padding-top: 2%;
    color: White;
    font-size: 12px;
    float: left;
}

#rights
{
    width: 60%;
    float: left;
    margin: 30px 0 0 0;
}

#visitorlog
{
    width: 25%;
    float: right;
    margin: 30px 0 0 0;
}

#endsec
{
    background: #0075d2;
    width: 75%;
    padding: 0 15%;
    height: 20px;
    float: left;
    text-align: center;
}


/**************css of about us page***********/

#contentareaa
{
    width: 73%;
    float: right;
    margin-top:2%;
    margin-right:6%;
}

#brief
{
    width: 98%;
    float: left;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    margin: 10px;
}

#brief h2
{
    font-family: Verdana;
    border-bottom: 1px solid #9c9c9c;
    background: #014279;
    padding: 5px 0;
    color: #fff;
}

#brief p
{
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

#brief P span
{
    margin-left: 30px;
}

#infra
{
    width: 48%;
    float: left;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    margin: 10px;
}

#infra h2
{
    font-family: Verdana;
    border-bottom: 1px solid #9c9c9c;
    background: #014279;
    padding: 5px 0;
    color: #fff;
}

#infra p
{
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

#staff
{
    width: 35%;
    float: left;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
    margin: 10px;
}

#staff h2
{
    font-family: Verdana;
    border-bottom: 1px solid #9c9c9c;
    background: #014279;
    padding: 5px 0;
    color: #fff;
}

#staff table
{
    width: 100%;
}

#staff table tr
{
    width: 100%;
}

#staff table tr:nth-of-type(odd)
{
    background: #eee;
}

#staff table tr td
{
    width: 40%;
    padding: 5px;
    text-align: left;
}


/*************partners page css here*******************/

#pro1
{
    width: 90%;
    float: left;
    margin-left:3%;
    text-align: left;
}

#pro1 h3
{
    font-family: Verdana;
    border-bottom: 1px solid #9c9c9c;
    background: #014279;
    padding: 5px 0;
    color: #fff;
    padding-left: 10px;
}

#proimg
{
    width: 125px;
    height: 125px;
    border: 1px solid #9c9c9c;
    margin: 10px;
    float: left;
}

#pro1 h2
{
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

#pro1 ul li
{
    font-size: 13px;
    line-height: 24px;
}

#pro2
{
    width: 90%;
    float: left;
    margin: 10px 35px;
    text-align: left;
}

#pro2 h3
{
    font-family: Verdana;
    border-bottom: 1px solid #9c9c9c;
    background: #014279;
    padding: 5px 0;
    color: #fff;
    padding-left: 10px;
}

#proimg
{
    width: 125px;
    height: 125px;
    border: 1px solid #9c9c9c;
    margin: 10px;
    float: left;
}

#pro2 h2
{
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

#pro2 ul li
{
    font-size: 13px;
    line-height: 24px;
}



/***************clients page css here*************/

#contentarea1
{
    width: 79%;
    float: left;
}

#clients
{
    width: 88%;
    float: left;
  margin-left:4%;
  margin-top:3%;
  
}

#clients ul
{
    width: 100%;
}

#clients ul li
{
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}


/********************useful links css here**************************/

#links
{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}

#links ul
{
    width: 80%;
    margin-left: 30px;
}

#links ul li
{
    font-size: 14px;
    line-height: 26px;
}

#links ul li a
{
    text-decoration: underline;
}

#links ul li span
{
    margin-left: 30px;
}

.linkimg
{
    width: 237px;
    float: right;
    margin: 10px 20px 0 0;
}



/****************contactus css here********************/

#contact
{
    width: 80%;
    float: left;
   margin-left:2%;
    text-align: justify;
}

#contactimg
{
    width: 228px;
    float: right;
    margin: -28px -60px 0 0;
}

#contact ul
{
    width: 90%;
    text-align: left;
    margin-top: 30px;
}

#contact ul li
{
    font-size: 14px;
    line-height: 26px;
}



#contact ul li label
{
    font-weight: bold;
    width: 150px;
    float: left;
    margin-left: 30px;
}

/*******************career page css here******************/

#career
{
    width: 90%;
    float: left;
   margin-left:2%;
    text-align: justify;
}

#careerimg
{
    width: 253px;
    height: 120px;
    float: right;
    margin: 0 -30px 0 0;
}

#career p
{
    font-size: 14px;
    line-height: 26px;
}

#career p a
{
    text-decoration: underline;
    font-size: 14px;
}


/******************download page css here**************/

#download
{
    width: 90%;
    float: left;
    margin-left:2%;
    text-align: left;
}

#downloadimg
{
    width: 253px;
    height: 130px;
    float: right;
    margin: 0 -30px 0 0;
}

#download ul
{
    width: 100%;
    margin: 30px 0 0;
}

#download ul li
{
    margin: 15px 0;
}

#download ul li a
{
    font-size: 14px;
    text-decoration: underline;
}

/****************services page css here**********************/

#service
{
    width: 90%;
    float: left;
    margin: 20px 0 0 30px;
    text-align: justify;
}

#serviceimg
{
    width: 234px;
    height: 194px;
    float: right;
    margin: 0 0px 0 0;
}

#service1
{
    width: 70%;
    float: left;
}

#service1 ul
{
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 20px;
}

#service1 ul li
{
    line-height: 26px;
}

#banner
{
    width:85%;
    margin-top:3.5%;
}
#menu2
{
    height:40px;
    width:100%;
    background-color:Green;
}

#menu2 ul
{
    margin:0;
    padding:0;
}

#menu2 ul li
{
    list-style:none;
    float:left;
    padding:10px 24px 25px 24px;
    border-right:1px white solid;
    
}

#menu2 ul a
{
    display:block;
    color:White;
    text-decoration:none;
    font-family:Verdana;
}