@charset "utf-8";
/* CSS Document */
@import url('font-awesome.css');
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700');
body{margin:0;padding:0;font-family: 'Droid Sans', sans-serif;color: #777; }
.main{width: 1170px;overflow:visible;margin:0 auto; }
.main2{width:100%;overflow:visible;margin:0 auto; }

.headerpart{width: 1170px;height:110px;background-color:#fff; margin-top:2px;}

.leftbox{width:400px; height:100px ; float:left; margin-bottom:10px;}
.leftbox img{ margin-top:10px;}
.leftbox1 img{ margin-top:7x; margin-left:50px;}
.leftbox1{width:380px; height:90px ;  float:left; margin-left:10px; margin-bottom:10px; margin-top:10px;  }
.rightbox{width:360px; height:100px ; float:right; margin-left:10px; }
#phone {color: #025DA2;font-size: 15px; width:250px; text-align:justify; float:left;}
#phone p {margin:1px;}
#phone11 {
    color: #025DA2;
    font-size: 15px;
    width: 100px;
    text-align: justify;
    float: right;
    padding-bottom:0px;
}
#phone11 img{margin-left:10px; margin-top:57px;}
.icons img{margin-left:10px;}
.menuhead{ width:100%;  background-color:#ffa500;margin:0 auto; }
#cssmenu {
   font-family: 'Droid Sans', sans-serif; 
   background: ##ffa500 none repeat scroll 0% 0%;
   
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: visible;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
 font-family: 'Droid Sans', sans-serif; 
 background: #ffa500 none repeat scroll 0% 0%;
 
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 21.3px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
 }
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
   -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
 background: #ffa500 none repeat scroll 0% 0%;
 position:relative;
 z-index:100;  text-transform: uppercase;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
 /* content: '';*/
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
 /* content: '';*/
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.headpart3
{
background-color:#fff;
width:1170px;
height:200px;

}
.subtxt p {
    width: 830px;
    float: left;
    height: 280px;
    padding: 20px 20px 10px 0px;
	margin-left:10px;
		margin-top:0px;
		text-align:justify;
		font-family: 'Droid Sans', sans-serif; 
		font-size:13px;
		letter-spacing:0.5px;
		color: #777;
}
.subtxt1 {
  width: 840px;
  float: left;
  height: 162px;
  border: 1px solid #F4F4F4;
}
.lattxt {
   background: #A6CBE4 url("../images/bullet-n.png") no-repeat scroll 816px 15px;
    color: #FFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top:1px;
    margin-bottom: 0px;
}
.latpart {
    height:120px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
}
.latpart ul {
    margin-left: -20px;
}
.latpart li {
    list-style: outside none none;
  line-height: 20px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.09);
  padding: 5px 0px;
}

.latpart li a {
    text-align: justify;
    text-decoration: none;
    color: #777;
    font-size: 13px;
}
.data {
    color: #025DA2;
    padding-top: 5px;
    line-height: 22px;
}
.read1 {
    color: #025DA2;
    text-decoration: none;
    padding: 5px;
    float: right;
}
.headpart4
{
height:190px;
}
.leftpart{
width:840px;
background-color:#fff;
height:180px;
float:left;
padding:0px 10px 0px 10px;
}
.rightpart{
width:290px;
height:340px;
float:right;
padding:10px;

}
.tabpart 
 { 
margin:0px 0 20px 0;
}
.cane { 
border:1px solid #f4f4f4;
 padding:0px 0;
 }
.canetxt { 
font-size:13px; 
color:#025DA2; 
font-weight:bold; 
letter-spacing:0.2px;

}
.canekay {
 margin-left:30px;}
.canekay li
{ list-style:upper-roman; line-height:22px; font-size:13px; color:#777;} .last { margin-bottom:10px;} .canekay li ul { margin-left:20px;} .canekay li ul li { list-style:lower-alpha;}
.canekay li ul li ul li { list-style:upper-roman;}
.cane1 { /*overflow-x:hidden; overflow-y:scroll;*/ height:100px; padding:10px 20px;}
.canekay {
 margin-left:30px;}
.canekay li
{ list-style:upper-roman; line-height:22px; font-size:13px; color:#777;} .last { margin-bottom:10px;} .canekay li ul { margin-left:20px;} .canekay li ul li { list-style:lower-alpha;}
.canekay li ul li ul li { list-style:upper-roman;}
.cane1 { /*overflow-x:hidden; overflow-y:scroll;*/ height:250px; padding:10px 20px;}
/* form txt part*/
#tabs{overflow: auto;width: 100%;list-style: none; margin: 0;padding: 0;}
#tabs li{margin: 0;padding: 0;float: left;}
#tabs a{ -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2); -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);box-shadow: -4px 0 0 rgba(0, 0, 0, .2); background: #ad1c1c;background:    -moz-linear-gradient(220deg, transparent 10px, #85878c 10px); background:    -webkit-linear-gradient(220deg, transparent 10px, #85878c 10px);      background:     -ms-linear-gradient(220deg, transparent 10px, #85878c 10px); background:      -o-linear-gradient(220deg, transparent 10px, #85878c 10px); background:         linear-gradient(220deg, transparent 10px, #85878c 10px); text-shadow: 0 1px 0 rgba(0,0,0,.5); color: #fff;float: left;font: bold 12px/35px 'Lucida sans', Arial, Helvetica; height: 35px;padding: 0 50px; text-decoration: none;font-family: 'Droid Sans', sans-serif; }
#tabs a:hover{background: #85878c; background:    -moz-linear-gradient(220deg, transparent 10px, #85878c 10px); background:    -webkit-linear-gradient(220deg, transparent 10px, #85878c 10px);      background:     -ms-linear-gradient(220deg, transparent 10px, #85878c 10px);  background:      -o-linear-gradient(220deg, transparent 10px, #85878c 10px);  background:         linear-gradient(220deg, transparent 10px, #85878c 10px);     }
#tabs a:focus{outline: 0;}
#tabs #current a{ background: #fff; background:    -moz-linear-gradient(220deg, transparent 10px, #6e6c64 10px);background:    -webkit-linear-gradient(220deg, transparent 10px, #6e6c64 10px);      background:-ms-linear-gradient(220deg, transparent 10px, #6e6c64 10px);  background: -o-linear-gradient(220deg, transparent 10px, #6e6c64 10px);  backgroundlinear-gradient(220deg, transparent 10px, #6e6c64 10px); text-shadow: none;  color: #fff;}
#content1{ background-color: #fff;background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd);  background-image:    -moz-linear-gradient(top, #fff, #ddd); background-image:-ms-linear-gradient(top, #fff, #ddd);  background-image:      -o-linear-gradient(top, #fff, #ddd);  background-image:         linear-gradient(top, #fff, #ddd);-moz-border-radius: 0 2px 2px 2px; -webkit-border-radius: 0 2px 2px 2px; border-radius: 0 2px 2px 2px;-moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset; -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;padding: 30px;
}

.headerpart5{height:180px; width:1170px; }
.section-title {    text-transform: uppercase; border-bottom: 1px solid #DDD; padding-bottom: 10px; margin-bottom: 20px; margin-top: 0px;padding-top: 0px;font-size: 25px;color: #025DA2;}
.images{   width: 840px; height:160px; padding:10px;}
.images img {
  width: 140px;
  BORDER-RADIUS: 5%;
 /* box-shadow: 0px 0px 5px #201E1E;*/
  margin-bottom: 12px;
  margin-left:10px;
  margin-top:30px;
  
}
.subtxt {width: 840px; height:210px;float:left;}
.imagesbig{ width:840px; height:190px; padding:10px;}
.imagesbig img
{
width: 200px;
/*box-shadow: 0px 0px 5px #201E1E;
*/margin-bottom: 30px;
margin-left:5px;
margin-top:20px;
  }
.lastpart{width:100%; height:300px; background-color:#025DA2;}
.first{ width:500px; height:180px;  padding:10px; float:left;}
.first1{ width:300px; height:180px;  padding:10px; float:left; margin-left:10px;}
.first2{ width:295px; height:180px;  padding:10px; float:right;}
.map{ width:495px; height:230px;  padding:10px; float:right;}
.cane11{color:#fff;font-size: 20px;width:300px;margin-left:20px;margin-top: 0px;}
.text {
  margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-size: 13px;
  line-height:19px;
 }
 .text1111 {
  margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-size: 13px;
  line-height:22px;
  margin-top:-10px;
 }
.side1 img
{
margin-left:20px;
}

.key li {
  line-height: 2.5;
  list-style: url(../images/bul.png);
  width: 170px;
  float: left;
  font-size: 13px;
  margin-top: -10px;
}
.key li a{color:#fff;font-size: 13px;text-decoration:none;font-size:13px;}
.key li a:hover{color: #999999;font-size:13px;}
/*about page
*/.keyabt li {line-height:2;list-style:url(../images/bullet.png);}
.keyabt li {color:#000;font-size: 13px;text-decoration:none;}
.bottom  {
    padding-top: 30px;
    border-top: 5px solid #484848;
    color: #8B8C8D;
	
}
.lastpart1{width:auto; height:50px; background-color:#025DA2; }
.lastpart11{width:auto; height:10px; background-color:#025DA2; margin-top:0px; border-top: 5px solid #09548C; color:#FFFFFF; font-size:13px;}
.heading {
      border-bottom: 1px dotted #025DA2;
}
.heading h2{
    border-bottom: 2px solid #cc0309;
    display: inline-block;
    margin: 0px 0px -2px !important;
    padding-bottom: 5px;
	color: #025DA2;font-size: 20px;
}

#dynamic-to-top span {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 59px;
    background: transparent url("../images/up.png") no-repeat scroll center center;
	float:right;
	margin-top:-100px;
	padding:10px;
}

#dynamic-to-top {
    font-family: sans-serif;
    font-size: 1em;
    color: #FFF;
    text-shadow: 0px 1px 0px #333;
    font-weight: bold;
}
.endbottom11111 {
  height: 205px;
  width: 100%;
  background-color: #025DA2;
}
.endbottom{
height:220px;
width:100%;
background-color: #025DA2;
}.cc-map-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
       
}
.cc-map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
} 
.bantxt1new1
{width: 187px;
height: 25px;
color: #3E2002;
border: 1px solid #D4D4D4;
}
.rtibox {
    width: 100%;
    height: 300px;
}
.rtibox1 {
    width: 200px;
    height: 160px;
    float: left;
}.rtibox2 {
    width: 700px;
    height: 50px;
    float: left;
    background: #F1F1F1 none repeat scroll 0% 0%;
    margin-left: 10px;
}.rtibox3 {
    width: 350px;
    height: 150px;
    float: left;
}.bult {
    width: 650px;
    height: 130px;
    float: left;
    font-size: 12px;
    margin-left: 30px;
    line-height: 22px;
    color: rgba(0, 174, 255, 0.8);
}.bult {
    font-size: 12px;
    line-height: 22px;
    color: rgba(0, 174, 255, 0.8);
}.bult ul li {
    list-style: outside url("../images/bullet1.png") disc;
    padding-bottom: 10px;
}a {
    text-decoration: none;
    color: inherit;
}
.searchnewclass{
    height: 50px;
    background: #FFFBED none repeat scroll 0% 0%;
    padding: 5px;
    margin-bottom: 20px;
}
.subtxtnewclass {
    width: 120px;
    height: 30px;
    float: left;
    margin-top: -30px;
    margin-left: 200px;
}
.myacc1 {
    width: 370px;
    height: 260px;
    margin: 0px auto;
    box-shadow: 0px 0px 5px #CCC;
    padding: 20px;
}.socboxnew1 {
    width: 40px;
    height: 45px;
    float: left;
}.mysoc {
    width: 300px;
    height: 45px;
    float: left;
    margin-left: 10px;
    padding-bottom: 10px;
}
.type
{color: #777;
  font-size: 13px;
  margin: 5px 0px;
  line-height: 22px;
  text-align: justify;
}
.subadminnewclass {
    width: 800px;
       padding: 10px 20px;
    color: #777;
    font-size: 15px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
.subadminnewclass {
    width: auto;
       padding: 10px 20px;
    color: #777;
    font-size: 15px;
    border-radius: 5px;
}
.type {
  color: #777;
  font-size: 10px;
  line-height: 12px;
  text-align: justify;
  width: 100px;
}
.myacc1 {
    width: 370px;
    height: 260px;
    margin: 0px auto;
    box-shadow: 0px 0px 5px #CCC;
    padding: 20px;
}.socboxnew1 {
    width: 40px;
    height: 45px;
    float: left;
}.mysoc {
    width: 300px;
    height: 45px;
    float: left;
    margin-left: 10px;
    padding-bottom: 10px;
}
.searchnewclass{
    height: auto;
    background: #FFFBED none repeat scroll 0% 0%;
    padding: 5px;
    margin-bottom: 20px;
}
.subtxtnewclass {
    width: auto;
    height: auto;
    float: left;
    margin-top: -30px;
    margin-left: 300px;
}
.endbottom11111 {
  height: 205px;
  width: 100%;
  background-color: #025DA2;
}
.bantxt1new1
{width: 150px;
height: 15px;
color: #3E2002;
border: 1px solid #D4D4D4;
}

.cc-map-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.cc-map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.endbottom{height:auto;width:92%;background-color: #025DA2; margin-left:15px;}
.main { width:92%;padding-left:5px;padding-right:5px; }
.headerpart { /*width:100%;*/ height:auto;background:#fff; padding-bottom:5px; width:95%; margin-top:2px;}
.headpart3{ height:auto;background:#fff; padding-bottom:5px; width:95%; margin-top:1px;}
.subtxt {width: 100%; float:none; height:auto; text-align:justify; float:none;}
.subtxt p {width: 100%; float:none; height:auto; text-align:justify;}
.subtxt1 {    width: 100%;    float: none;    height: auto;    border: 1px solid #F4F4F4;}
.lattxt {background: #025DA2 url("../images/bullet-n.png") no-repeat scroll 280px 15px;    color: #FFF;    border-top-right-radius: 5px;    border-top-left-radius: 5px;    font-size: 16px;    padding: 10px;    margin-top:1px;    margin-bottom: 0px;	width:auto;}
.latpart { width:100%;  overflow-x: scroll;overflow-y: scroll; margin: 0px; padding: 0px;}
.latpart ul {    margin-left: -20px;}
.latpart li {    list-style: outside none none;    line-height: 22px;   border-bottom: 1px solid #000000;    padding: 5px 0px;}
.latpart li a {    text-align: justify;    text-decoration: none;    color: #777;    font-size: 13px;letter-spacing: 0.5px;}
.data {    color: #025DA2;  padding-top: 5px;    line-height: 22px;}
.read1 {    color: #025DA2;   text-decoration: none;    padding: 5px;    float: none;
}
.headpart4{height:auto;width:auto;background-color:#CC33CC;margin-top:2px;}
.leftpart{width:100%;background-color:#fff;height:auto;float:left;padding:10px;}
.rightpart{width:100%;background-color:#fff;height:auto;float:right;padding:10px;}
.rightpart img{ width:220px; height:auto; float:none; margin-left:20px;}
.canekay { margin-left:30px;}
.canekay li
{ list-style:upper-roman; line-height:22px; font-size:13px; color:#777;} .last { margin-bottom:10px;} .canekay li ul { margin-left:20px;} .canekay li ul li { list-style:lower-alpha;}.canekay li ul li ul li { list-style:upper-roman;}
.canekay li ul li ul li { list-style:upper-roman;}
.cane1 { height:100px; padding:10px 20px;}
/* form txt part*/
#tabs{width:100%; list-style: none; margin: 0;padding: 0;}
#tabs li{margin: 0;padding: 0;float: left;}
#tabs a{ -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2); -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);box-shadow: -4px 0 0 rgba(0, 0, 0, .2); background: #ad1c1c;background:    -moz-linear-gradient(220deg, transparent 10px, #85878c 10px); background:    -webkit-linear-gradient(220deg, transparent 10px, #85878c 10px);      background:     -ms-linear-gradient(220deg, transparent 10px, #85878c 10px); background:      -o-linear-gradient(220deg, transparent 10px, #85878c 10px); background:         linear-gradient(220deg, transparent 10px, #85878c 10px); text-shadow: 0 1px 0 rgba(0,0,0,.5); color: #fff;float: left;font: bold 12px/35px 'Lucida sans', Arial, Helvetica; height: autio;padding: 0 50px; text-decoration: none;font-family: 'Droid Sans', sans-serif; }
#tabs a:hover{background: #c93434; background:    -moz-linear-gradient(220deg, transparent 10px, #0065df 10px); background:    -webkit-linear-gradient(220deg, transparent 10px, #0065df 10px);      background:     -ms-linear-gradient(220deg, transparent 10px, #0065df 10px);  background:      -o-linear-gradient(220deg, transparent 10px, #0065df 10px);  background:         linear-gradient(220deg, transparent 10px, #0065df 10px);     }
#tabs a:focus{outline: 0;}
#tabs #current a{ background: #fff; background:    -moz-linear-gradient(220deg, transparent 10px, #f9cc01 10px);background:    -webkit-linear-gradient(220deg, transparent 10px, #f9cc01 10px);      background:-ms-linear-gradient(220deg, transparent 10px, #f9cc01 10px);  background: -o-linear-gradient(220deg, transparent 10px, #f9cc01 10px);  backgroundlinear-gradient(220deg, transparent 10px, #f9cc01 10px); text-shadow: none;  color: #fff;}
#content1{ background-color: #fff;background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); background-image: -webkit-linear-gradient(top, #fff, #ddd);  background-image:    -moz-linear-gradient(top, #fff, #ddd); background-image:-ms-linear-gradient(top, #fff, #ddd);  background-image:      -o-linear-gradient(top, #fff, #ddd);  background-image:         linear-gradient(top, #fff, #ddd);-moz-border-radius: 0 2px 2px 2px; -webkit-border-radius: 0 2px 2px 2px; border-radius: 0 2px 2px 2px;-moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset; -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;padding: 30px;
}

.headerpart5{height:auto; width:100%; }
.section-title {    text-transform: uppercase; border-bottom: 1px solid #DDD; padding-bottom: 10px; margin-bottom: 10px; margin-top: 0px;padding-top: 0px;font-size: 25px; color: #025DA2;}
.images{ width:auto; height:auto; padding:10px;}
.images img {  width:auto;
  BORDER-RADIUS: 5%;
 /* box-shadow: 0px 0px 5px #201E1E;*/
  margin-bottom: 12px;
  margin-left:30px;
  
}
.imagesbig{ width:auto; height:auto; }
.imagesbig img
{
width: auto;
/*box-shadow: 0px 0px 5px #201E1E;
*/margin-bottom: 30px;
margin-left:-10px;

  }
 #phone11 {
    color: #025DA2;
    font-size: 15px;
    width: auto;
    text-align: justify;
    float: none;
    padding-bottom:0px;
}
#phone11 img{margin-left:10px; margin-top:5px;}

 
.map{ width:100px; height:auto;  padding:10px; float:none;}

.lastpart{width:100%; height:auto; background-color:#000000;}
.first{ width:auto; height:auto;   float:none; background-color: #025DA2;}
.first1{ width:auto; height:auto;  float:none;margin-left: 0px; background-color: #025DA2;}
.first2{ width:auto; height:auto;   float:none;  margin-left: px;}
.cane11{color:#fff;font-size: 13px;width:200px;padding-bottom:5px;}
.text{margin-bottom: 10px;}
.side1 img
{
margin-left:20px;
}

.key li {line-height:2;list-style:url(../images/bul.png);width:auto;float:none;}
.key li a{color:#fff;font-size: 13px;text-decoration:none;}
.key li a:hover{color: #FF0000;}
/*about page
*/.keyabt li {line-height:2;list-style:url(../images/bullet.png);}
.keyabt li {color:#000;font-size: 13px;text-decoration:none;}



.lastpart1{width:92%; height:auto; background-color: #025DA2; margin-left:15px; }
.lastpart11{width:92%; height:auto; background-color: #025DA2; margin-top:0px; border-top: 5px solid #484848;}


.leftbox{width:96%; height:70px ;  float:none;}
.leftbox img{width:96%;}
.leftbox1{width:92%; height:92px ;  float:none; margin-top:10px;}
.leftbox1 img { margin-left: 0px; width:190px;}

.rightbox{width:92%; height:90px ;  float:none;}
#phone p {color: #025DA2;  font-size: 15px;  width: auto;  margin-left: -10px;}
#phone p img{ width:220px;}
.img img{margin-top:-12px;}
.heading {    margin: 10px 0px 13px;    border-bottom: 1px dotted #025DA2;}
.heading h2{    border-bottom: 2px solid #cc0309;    display: inline-block;    margin: 0px 0px -2px !important;    padding-bottom: 5px;	color: #025DA2;font-size: 20px;}
#dynamic-to-top span {display: block;overflow: hidden;width: auto; height: 50px;background: transparent url("../images/up.png") no-repeat scroll center center;	float:none;margin-top:-70px;	padding:10px; margin-left:170px;}

#dynamic-to-top {font-family: sans-serif; font-size: 1em;    color: #FFF;    text-shadow: 0px 1px 0px #333;    font-weight: bold;}

.lastpart{width:auto; height:auto; background-color:#025DA2;}
.menuhead{ width:92%;  background-color:#025DA2;margin:0 auto; }
  #cssmenu {
    width: 100%;
	margin:0 auto;
	margin-top:50px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a { color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px; color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #025DA2 none repeat scroll 0% 0%;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
  .mptxt {
    text-align: center;
    margin-bottom: 20px;
}
table
{
width:auto;
height:auto;
}
.text1111{margin-bottom: 10px;}


#cssmenunew {
    width: auto;
    font-family: "Open Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
    line-height: 1;
    background: #3DB2E1 none repeat scroll 0% 0%;height:120px;
}#cssmenunew ul, #cssmenunew ul li, #cssmenunew ul li a, #cssmenunew #menu-button {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: outside none none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}#cssmenunew > ul > li {
    float: left;
    text-transform: uppercase;
}#cssmenunew ul li, #cssmenunew ul li a, #cssmenunew #menu-button {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: outside none none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;}
#cssmenunew > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #FCFEFB;
    transition: all 0.2s ease 0s;
}#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #FCFEFB;
    transition: all 0.2s ease 0s;
}#cssmenunew > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	
}
#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #FCFEFB;
    transition: all 0.2s ease 0s;
}

}
.mptxt {
    text-align: center;
    margin-bottom: 20px;
}.mpic li {
    float: left;
    list-style: outside none none;
    background: #FFC100 none repeat scroll 0% 0%;
    margin-left: 50px;
    padding: 10px 15px;
}.mpic li a {
    color: #FFF;
    font-size: 13px;
}.Clear {
    clear: both;
}
.headline
{list-style: outside none upper-roman;
line-height: 22px;
font-size: 17px;
color: #777;}




#cssmenunew {
    width: 550px;
    font-family: "Open Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
    line-height: 1;
    background: #3DB2E1 none repeat scroll 0% 0%;height:30px;
}#cssmenunew ul, #cssmenunew ul li, #cssmenunew ul li a, #cssmenunew #menu-button {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: outside none none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
}#cssmenunew > ul > li {
    float: left;
    text-transform: uppercase;
}#cssmenunew ul li, #cssmenunew ul li a, #cssmenunew #menu-button {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: outside none none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;}
#cssmenunew > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #ffa500;
    transition: all 0.2s ease 0s;
}#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #ffa500;
    transition: all 0.2s ease 0s;
}#cssmenunew > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	
}
#cssmenunew > ul > li > a {
    padding: 10px 25px;
    font-size: 12px;
    text-decoration: none;
    color: #ffa500;
    transition: all 0.2s ease 0s;
}
