@charset "utf-8";


:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
a img {
	border: none;
}
a{
color:#f5872a;
text-decoration:none;
}
a:hover
{
color:#666;
text-decoration:underline;
}

p
{
margin:0px;
padding:0px;
text-align:justify;
}

h1, h2, h3, h4, h5, h6
{

margin:0px;
padding:0px;
color:#231f20;
}

.alignleft
{
	margin-bottom: 5px;
margin-right: 10px;
	}
.alignright
{
	margin-bottom: 5px;
	margin-left: 10px;
	}




input[type="text"],
input[type="password"],
input[type="file"]
{
	text-indent:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius:  3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, left top, left 25, from(#f8fff8), color-stop(4%, #e8eee8), to(#f8fff8));
	background: -moz-linear-gradient(top, #f8fff8, #e8eee8 1px, #f8fff8 25px);

filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8fff8', endColorstr='#e8eee8'); /* IE6 & IE7 */
	height: 25px;
	width: 100%;	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8fff8', endColorstr='#e8eee8')";/ /* IE8 */
	
/*background-image: url(../images/textbox.png);
	background-repeat: no-repeat;
	border-style:none;
	width:235px;*/
}

textarea
{

	text-indent:5px;
	width:100%
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius:  3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
		background: -webkit-gradient(linear, left top, left 25, from(#f8fff8), color-stop(4%, #e8eee8), to(#f8fff8));
background: -moz-linear-gradient(top, #f8fff8, #e8eee8 1px, #f8fff8 25px); 
}

select
{
	text-indent:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;

-moz-border-radius:  3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color : #f4f5f4;
	
	border: 1px solid #CCCCCC;
	
		

}




@font-face {
  font-family: 'tahoma';
  src: url("css/font/tahoma.ttf"),
  url("tahoma.html") format("opentype");
}



body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*header*/

.header {
	height: 137px;
	background-color:#ffffff;
	width: 100%;
	padding-top:3px;
}
.header_main {
	margin: auto;
	height: 120px;
	width: 1000px;
}
.header_left {
	float: left;
	height: 172px;
	width: 180px;
}
.center {
	float: left;
	height: 154px;
	width: 498px;
	margin-top:15px;
	padding-left:10px;
}


.header_left img
{
margin-top:5px;
}

.header_right {
	float: left;
	height: 120px;
	width: 270px;
	padding-left:40px;
}
.header_contact {
	height: 70px;
	width: 270px;
	margin-top: 20px;
}
.phone_icon {
	float: left;
	height: 70px;
	width: 76px;
}
.h_phone {
	float: left;
	height: 70px;
	width: 194px;
}
.hphone_no {
	height: auto;
	width: 194px;
	margin-bottom: 0px;
	font-family: tahoma, Verdana, , Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #f58220;
	margin-top: 8px;
}
.hemail {
	height: auto;
	width: 194px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

/* end header*/

/*menu*/

.header_menu {
	height: 38px;
	width: 100%;
	float: left;
	border-top:1px solid #ccc;
	background-repeat: repeat-x;
}

.menu_main {
	margin: auto;
	height: 38px;
	width: 800px;
	padding-left:20px;
}

/* end menu*/



/* start banner*/
.banner {
	float: left;
	height: 380px;
	width: 100%;
}

.banner img
{
	margin-top:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner_inner {
	float: left;
	height: 210px;
	width: 100%;
	background: url(images/homepage_bg.png) no-repeat scroll center top transparent;
}

.banner_inner img
{
	margin-top:3px;
	display: block;
	 margin-left: auto;
	  margin-right: auto;
}

/* end banner*/


/* start container*/

.container {
	height: auto;
	width: 1000px;
	margin: auto;
}
.anil {
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.container_main {
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.container_main h1 {
	height: 30px;
	width: 1000px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.greenfont
{
color:#f58220 !important;
}


.content_box {
	height: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;
	text-align: justify;
}
.company_name {
	font-size: 16px;
	font-weight: bold;
	color: #23537C !important;
}

/* end container*/


/* start our services*/

.our_services
{
	float: left;
	height: 402px;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.our_services1
{
	float: left;
	height: 800px;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.ourservices_main {
	margin: auto;
	height: 402px;
	width: 1000px;
}
.service_title {
	height: 27px;
	width: 1000px;
	background-image: url(images/our-service-bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f5872a;
	text-indent: 14px;
}
.service_box {
	float: left;
	height: 130px;
	width: 315px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.tt {
	float: left;
	height: 155px;
	width: 315px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.as {
	float: left;
	height: 435px;
	width: 315px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.service_boxlast {
	float: left;
	height: 155px;
	width: 315px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.serive_icon {
	float: left;
	height: 155px;
	width: 115px;
}
.servicecont_box {
	float: left;
	height: 155px;
	width: 190px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.servicecont_box h1
{
	font-size: 17px;
	font-weight: bold;
	color: #252223;
	text-align: left;
}
.readmore {
	margin-top: 5px;
}


.serive_icon img{ 
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.serive_icon img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}



.img_webdesign
 {
 background-image:url(images/web-and-graphics-design-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
.img_webdesign:hover img {
visibility:hidden;
} 


.img_webdeve
 {
 background-image:url(images/website-development-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
  
.img_webdeve:hover img {
visibility:hidden;
} 

.img_webapp
 {
 background-image:url(images/web-application-development-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
  
.img_webapp:hover img {
visibility:hidden;
} 

.img_ecomsol
 {
 background-image:url(images/ecommerce-solutions-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
  
.img_ecomsol:hover img {
visibility:hidden;
} 

.img_mobapp
 {
 background-image:url(images/mobile-application-development-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
  
.img_mobapp:hover img {
visibility:hidden;
} 

.intermar
 {
 background-image:url(images/internet-marketing-hover.png);
  background-repeat: no-repeat;
   display:block;
  }
  
.intermar:hover img {
visibility:hidden;
} 


/*footer*/

.footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 318px;
	width: 100%;
}
.footer_main {
	height: 318px;
	width: 1000px;
	background-image: url(images/footer-large-bg.jpg);
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.footer_box {
	float: left;
	height: 318px;
	width: 310px;
	margin-right: 35px;
}

.footer_boxlast {
	float: left;
	height: 318px;
	width: 310px;
}

.footer_title {
	height: 55px;
	width: 310px;
}
.footerlink_box {
	height: auto;
	width: 310px;
	margin-top: 10px;
}
.footer_icon {
	float: left;
	height: 55px;
	width: 60px;
}
.footerser_name {
	float: left;
	height: 55px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 55px;
	font-weight: bold;
	color: #FFFFFF;
}

.serlink{
	width:310px;
	padding: 0px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 0px;
}
.serlink ul { list-style:none; margin:0px; padding:0px;}
.serlink ul li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-position: left center;
	z-index: 100000;
	background-image: url(images/wihite-bullet.png);
	background-repeat: no-repeat;
}
.serlink li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 265px;
	padding-left: 25px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #838383;
	font-weight: 600;
}
.serlink li a:hover{
	color: #f58220;
}
.footer_contact {
	height: 45px;
	width: 295px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #838383;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

.footer_socailbox {
	height: 20px;
	width: 295px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #838383;
	margin-bottom: 8px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.fcont_icon {
	float: left;
	height: 45px;
	width: 50px;
}
.fcont_box {
	float: left;
	height: 45px;
	width: 245px;
}
.fcont_title {
	height: 20px;
	width: 245px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.fcont_name {
	height: 20px;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aeaeae;
	line-height: 20px;
	font-weight: 600;
}
.fsocial_link {
	height: 37px;
	width: 300px;
}

.fsocial_link img
{
margin-right:10px;
}
.footer_btm {
	float: left;
	height: 45px;
	width: 100%;
	background-color: #151515;
}
.footerbtm_main {
	margin: auto;
	height: 45px;
	width: 1000px;
	font-size: 12px;
	color: #a6a7a4;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
.footerbtm_left {
	float: left;
	height: auto;
	width: 500px;
}
.footerbtm_right {
	float: left;
	height: auto;
	width: 500px;
}


.fbt_link
{
	width:auto;
	height:20px;
	margin-top: 0px;
}

.fbt_link ul
{
margin:0px;
padding:0px;
}

.fbt_link li
{
	float: right;
}

.fbt_link li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #a6a7a4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a6a7a4;
	padding-left: 10px;
	padding-right: 10px;
}

.fbt_link li a:hover
{

color:#fff;
	
}


/*inner page*/
.inner_content
{
width:750px;
height:auto;
float:left;
}

.inner_content h1 {
	height: 30px;
	width: 750px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.content_entry {
	height: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	line-height:18px;
	text-align: justify;
}

.sidebar
{
width:225px;
height:auto;
margin-left:25px;
float:left;
}

.sidebar_box {
	height: auto;
	width: 225px;
}
.sidebar_title {
	background-image: url(images/sidebartitle-bg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 15px;
	color: #FFFFFF;
}
.side_cont {
	height: auto;
	width: 223px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddd9d9;
	border-left-color: #ddd9d9;
}
.sidebar_btm {
	background-image: url(images/sidebar-bottom-bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 225px;
}

.categories{
	width:215px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.categories ul { list-style:none; margin:0px; padding:0px;}
.categories ul li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	
	
}
.categories li a {
	color: #055590;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	text-decoration: none;
	width: 180px;
	padding-left: 25px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	background-image: url(images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 100000;
}
.categories li a:hover{
	color: #000000;
}



.qcontactbox {
	height: auto;
	width: 200px;
	margin-left:10px;
}

.qcontactbox input[type="text"],
input[type="password"]
{
	width:200px;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11.5px;

	}

.qcontactbox select
{
	
	width:200px;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	}

.qcontactbox textarea
{
	width:195px;
	height:50px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11.5px;
	
	}

.qcontactbox input[type="submit"]
{
	width:100px;
	height:32px;
	margin-top:5px;
	/*margin-bottom:5px;*/
	margin-left:50px;
	border-style:none;
background-color:transparent;
	background-image: url(images/red-submit-button.png);
	background-repeat: repeat-x;
	font-size:0px;
	cursor:pointer;
	}



.list {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.list ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list li{
	height: auto;
	width: auto;
	margin-bottom: 5px;
	list-style-type: disc;
}

/*contact us*/
.map
{
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 970px;
	padding: 15px;
}


/* end contact us*/
.contact_box {
	height: auto;
	width: 1000px;
	margin-top: 10px;
}
.contact_left {
	float: left;
	height: auto;
	width: 600px;
	line-height: 25px;
}
.contact_left h2
{
margin-bottom:7px;
}


.left_box {
	float: left;
	height: auto;
	width: 275px;
	margin-right: 28px;
	margin-bottom: 7px;
}
.left_box span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	line-height: 25px;
}


.left_box_last
{
	float: left;
	height: auto;
	width: 275px;
	margin-bottom: 7px;
}

.left_box_last span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	line-height: 25px;
}


.left_area
{
	height: auto;
	width: 100%;
	float: left;
}
.left_area  textarea
{
	height: 60px;
	width: 96%;
}
.left_area input[type="image"]
{
	width:184px;
	height:41px;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:200px;
	border-style:none;
background-color:transparent;
	background-image: url(images/submit.png);
	background-repeat: repeat-x;
	font-size:0px;
	cursor:pointer;
	}

.contact_right {
	float: left;
	height: auto;
	width: 342px;
	margin-left: 55px;
	border: 1px solid #CDCDCD;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	-moz-border-radius:  5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-attachment: scroll;
	background-color: #eaf0ea;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.contact_right .inner_add {
	float: left;
	width: 88.5%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/addon_sep.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.contact_right .inner_add_last {
	float: left;
	width: 88.5%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.contact_right .inner_add h3
{
	text-transform: uppercase;
}

.contact_right .inner_add_last h3
{
	text-transform: uppercase;
}



.inner_add span
{
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
.social_box {
	height: 30px;
	width: auto;
	margin-top: 10px;
	line-height: 30px;
}

.social_box img
{
float:left;
margin-right:5px;
width:30px;
height:30px;
}

.contact_comp {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #D51100;
	height: auto;
	font-weight: bold;
	padding-bottom: 15px;
}


.zoom-sec{
    float:left;
	width:212px;
	padding:8px;
	background:url(img/submenu-bottom.png) repeat;
	margin-right:18px;
	margin-bottom:25px;
	border-radius:3px;
	border:#f2bdbd 2px solid;
	}


.clientname{
   font-size:16px; 
   padding:10px 0 10px 2px; 
   color:#000;	
   text-align:center;
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   
   }
   
.clientname a{
   background:none;
   color:#000;	
   
   
   }

.clientname a:hover{
   background:none;
   color:#414141;	
   
   
   }
   
   
.zoom_img img{

height:180px;
width:210px;
border:#f2bdbd 2px solid;
border-radius:3px;
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
 
.nn {
	float: left;
	height: 435px;
	width: 315px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
} 

.list_name{font-family:Arial, Helvetica, sans-serif;
           text-align:left;
		   font-size:13px;
		   font-weight:bold;
		   color:#ffffff;
		  border-radius:12px; /*css3 round corners*/
           -moz-border-radius:12px; /*css3 round corners*/
           -webkit-border-radius:12px; background:#0FA5DF; 
		   text-decoration:none;
		   display:block;
		   line-height:26px;
		   display:block;
		   }
.list_name a{font-family:Arial, Helvetica, sans-serif;
           text-align:left;
		   font-size:13px;
		   font-weight:bold;
		   color:#ffffff;
		   text-decoration:none;
		    background:url(../images/arrow2.png) no-repeat 5px;
		   padding-left:10px;
		   line-height:26px;
		   display:block;
		
		 
		  }
.list_name a:hover{font-family:Arial, Helvetica, sans-serif;
           text-align:left;
		   font-size:13px;
		   font-weight:bold;
		   color:#FFFFFF;
		   display:block;
		   text-decoration:none;
		  
		  background:url(../images/arrow2.png) no-repeat 5px  #F14902;
		  border-radius:15px; /*css3 round corners*/
           -moz-border-radius:15px; /*css3 round corners*/
           -webkit-border-radius:15px; line-height:26px; /*css3 round corners*/
		  }


.trainer{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9F0000; line-height:20px; text-decoration:none; font-weight:bold; padding-left:10px;}

.manali{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; line-height:20px; text-decoration:none; padding-left:0px; font-weight:bold; }