*{
padding:0px;
margin:0px;
}
body{

background-position:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.header{
height:150px;
background:#fff;
box-shadow:1px 2px 4px#666;
border-bottom:#ccc solid 4px;
}
.wrapper{
width:1100px;
margin:0 auto;
}
.logo{
height:110px;
width:450px;
background-color:#fff;
float:left;
margin:10px 0 0 0;
}
.logo img{
float:left;
margin:10px 0;
}
.topnav{
float:right;
clear:right;
}
.topnav ul{
 margin:20px 0 0 0;
}
.topnav ul li{
	list-style:none;
	float:left;
	
}
.topnav ul li a{
padding:0 10px;
border-right:#666 solid 1px;
text-decoration:none;
color:#333;

}
.topnav ul li a.border-right{
border-right:none;

}
.topnav ul li a:hover{

}
.social-media{
float:right;
clear:right;
margin:20px 0 0 0;


}
.social-media ul{
list-style:none;
}
.social-media ul li{
float:left;
}
.social-media ul li a img{

}
.nav{
	float:left;
	clear:left;
	
}
.nav > ul{
	list-style:none;
	margin:3px 0 0 0;
	font-size:13px;
	font-weight:bold;
	
	

}
.nav > ul .sub{
position:absolute;
z-index:1000;
margin:10px 0 0 7px;
}
.sub li .submenulist{
position:absolute;
margin:-39px 0 0 135px;
visibility:hidden;
width:200px;
}
.sub li:hover .submenulist{
visibility:visible;
}
.nav ul li{
	float:left;
	padding:0 0px;
}
.nav > ul > li > a{
color:#fff;
text-decoration:none;
background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
margin:0 2px;
border:#ccc solid 1px;
padding:10px 23px;
border-radius:10px 10px 0 0;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.nav > ul > li > a:hover{
position:relative;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	color:#333;
}
.nav > ul > li > a.active{
position:relative;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	color:#333;
}
.nav > ul > li > a.border-right{
border-right:none;

}
.nav > ul .sub li{
position:relative;
float:none;
list-style:none;
}
.nav > ul .sub li a{
padding:10px 10px;
display:block;
background:#000066;
border:#ccc solid 1px;
color:#fff;
text-decoration:none;
}
.nav > ul .sub li a:hover{
background-color:#eee;
color:#333;
}
.nav > ul > li .sub{
visibility:hidden;
}
.nav > ul > li:hover > .sub{
visibility:visible;
}
.maincontainer{

}
.clr{
clear:both;
}
.leftpart{
width:250px;
background-image:url(../image/header-bg.png);
box-shadow:0 0 5px#333;
float:left;
}
.businesslist{
	width:250px;
}
.businesslist ul{

}
.businesslist ul li{
list-style:none;
}
.businesslist ul li a{
	text-decoration:none;
	padding:5px 5px;
	color:#666;
	display:block;
	border-bottom:#ccc solid 1px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.businesslist ul li a:hover{
	border-left:#FF9900 solid 3px;
	background-color:#fff;
	padding:5px 5px;
	color:#000;
	font-weight:bold;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}
.rightpart{
width:835px;
margin:0 0 0 5px;
border:#ccc solid 1px;
float:left;
background-image:url(../image/header-bg.png);
}
.banner{
height:300px;
width:835px;

}
.info{
width:810px;
padding:0 0px 0 25px;
}
.info h1{
font-size:19px;
color:#112485;
background-image:url(../image/icons/Glassy-Globe-Icon.png);
background-repeat:no-repeat;
padding:10px 25px;
background-position:left;
}
.info p{
margin:10px 20px 0 0;
text-align:justify;
line-height:22px;
color:#333;
}
.services{
width:380px;
padding:10px;
float:left;
}
.testimonial{

margin:10px 0 0 0;
width:410px;
border:#ccc solid 1px;
}
.testimonial h1{
font-size:18px;
color:#fff;
background-color:#333;
padding:5px 10px;

}
.ancher{
float:right; 
margin:10px 0; 
padding:5px 30px; 
text-decoration:none; 
position:relative;
color:#fff; 
background-color:#333;
background-image:url(../image/icons/arrows-right-icon.png); 
background-repeat:no-repeat;
background-position:5px 10px;
transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
}
.ancher:hover{
background-image:url(../image/icons/arrows-right-icon.png); 
background-repeat:no-repeat;
background-position:10px 10px;
transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
}
.imageicon{
height:40px;
width:40px;
float:left;
margin:0 10px;
}
.eventcalendar{
width:260px;
}
.eventcalendarlist{

}
.eventcalendarlist ul{
	list-style:none;
}
.eventcalendarlist ul li{
	padding:5px 0;
}
/*============================strat footer==========================================================*/
footer{
height:120px;
background-image:url(../image/footerbg.png);
background-repeat:repeat-x;
}
.footernav{
	float:left;
	margin: 20px 0 0 100px;
}
.footernav ul{
	list-style:none;
}
.footernav ul li{
	float:left;
	padding:0 0px;
}
.footernav ul li a{
color:#FFF;
text-decoration:none;
font-weight:bold;
padding:0 15px;
border-right:#666 solid 1px;
}
.footernav ul li a:hover{
	color:#F00;
}
.footernav ul li a.border-right{
border-right:none;

}
.copyright{
float:left;
color:#fff;
margin:10px 0 0 500px;
}
.contactform{
width:800px;
background-color:#fff;
border:#ccc solid 1px; 
box-shadow:1px 2px 3px#333;
float:left;
margin:10px;
}
.contactformtable{

}.contactformtable tr{

}
.contactformtable tr td{
padding:10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
border:#eee solid 1px;
}
.txtbox{
width:600px;
padding:7px;
border:none;
border: #ccc solid 1px;
}
.txtbox:focus{
outline:none;
}
.textarea{
width:600px;
height:80px;
padding:7px;
border:none;
border: #ccc solid 1px;
max-height:80px;
min-height:80px;
max-width:600px;
min-width:600px;
}
.textarea:focus{
outline:none;
}
.sbtn{
padding:6px 10px;
float:right;
background:none;
border:none;
background-color:#333;
color:#fff;
margin:4px;
cursor:pointer;
}
.address{
width:350px;

border:#ccc solid 1px; 

float:left;
margin:10px;
}
.naaclist{
margin:10px 20px;
float:left;
}
.naaclist li{
padding:10px 0 0 0;
line-height:20px;
}
.ecommerce{
margin:10px 20px;
}
.ecommerce li{
padding:10px 0 0 0;
line-height:20px;
}
.goingproject{
width:720px;
padding:10px;
float:left;

}
.goproject{
float:left;
width:700px;


}
.tourlist{
list-style:none;
}
.tourlist li a{
text-decoration:none;
display:block;
padding:7px 30px;
color:#fff;
border-bottom:dotted #666 1px;
background:#333;
transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
background-image:url(../image/icons/plus-icon.png);
background-repeat:no-repeat;
background-position:10px 10px;
}
.tourlist li a:hover{
color:#333;
background:#fff;
padding:7px 40px;
transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
background-image:url(../image/icons/plus-icon-hover.png);
background-repeat:no-repeat;
background-position:10px 10px;
}
.callus{
width:300px;
float:left;

}
.goingimage{
height:70px; 
width:120px;
border:#fff solid 4px;
box-shadow:0 0 5px#333;
float:left
}
.goingimage1{
height:40px; 
width:60px;
border:#fff solid 4px;
box-shadow:0 0 5px#333;
float:left
}
.goingdetail{
width:610px;
float:left;
margin:0 10px;
text-align:justify;
}
.goingsite{
width:790px;
padding:10px;
border:#ccc solid 1px;
background:#fff;
}
.goingsite ul{
list-style:none;
}
.goingsite ul li{
float:left;
padding:10px 0;
border-bottom:#ccc dotted 1px;

}
.clientlist{
height:190px;
width:1100px;
float:left;
margin:10px 0 0 0;
}
/*==========================================================================slidelist=============================================================*/
.showbiz-container				{	max-width:1210px; min-width:300px; overflow:hidden;
									padding:0px 20px;margin:0px auto 50px;
									box-sizing:border-box;
									-moz-box-sizing:border-box;
									-webkit-box-sizing:border-box;
								}

.showbiz-container.darkbg		{	padding:20px;
									background:#d5d5d5;
									max-width:1170px;
								}

.showbiz-container.whitebg		{	padding:20px; padding-top:0px;
									background:#fff;
									max-width:1170px;
									-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									overflow:visible
								}


.showbiz-container.retrodarkbg	{	padding:20px;padding-top:0px;
									background:#222;
									border:1px solid #1e1e1e;
									max-width:1170px;
									overflow:visible
								}

.showbiz-container.fullwidth			{	max-width:100%;}
.showbiz-container.fullwidth.nopaddings	{	padding:0px;}
.sameheight								{	height:400px;}

/*===============================================================end of slidelist===================================================================*/
.isolist{
margin:10px 20px;
}
.isolist li{
  float:none;
  list-style:disc;
  padding:5px 10px;
}
.register{
width:248px;
height:130px;
border:#ccc solid 1px;
margin:0 0 10px 0;
}
.txt{
padding:5px 10px;
width:130px;
}

.searchbox{
height:35px;
width:200px;
padding:10px;
float:right;
margin:0 0px 0 0;
border-radius:0 0 10px 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
box-shadow:1px 3px 4px#ccc;
}
.search{
padding:8px 20px;
width:160px;
border:none;
border:#ccc solid 1px;
}
.pagination {
  clear:both;
  margin:auto;
  
 
  position:relative;
  font-size:12px;
  
  font-weight: bold;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding:8px 10px;
  text-decoration:none;
  
  color:#666666;
  
  -webkit-box-shadow:0 0 4px #aaaaaa; 
  -moz-box-shadow: 0 0 4px #aaaaaa; 
  box-shadow:0 0 4px #aaaaaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	border-bottom-radius:4px;	  
}
 .pagination a:hover{
  color:#fff;
  background: #999999;
}
.pagination .current{
  padding:8px 10px;
  background: #CCCCCC;
  color:#fff;
}
div.pagination span.disabled {
padding:8px 10px;
margin:2px;
border:1px solid #EEE;
color: #DDD;
}
.pagination .results{float:right;  color:#E4827C;}

