
* {
	margin: 0;
	padding: 0;
}
ul, a
{
	list-style:none;
	text-decoration:none;
}


body
{
	background-image:url(../images/bg.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	font-size:13px;
	font-style:inherit;
}


.header-top {
	width: 100%;
	height:220px;
	background-image:url(../images/header-tail.jpg);
	border-bottom:15px solid #fff;
	
}

.wrapper
{
	width:950px;
	height:auto;
	
	margin:auto;
	
}

.header-left
{
	width:200px;
	height:auto;
	float:left;
	margin-top:30px;
	
}

.header-right
{
	width:650px;
	height:auto;
	margin-top:80px;
	float:left;
	
}



.slider
{
	width:950px;
	height:420px;
	
	
}



.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:940px;
	height:420px;
	background:#FFF;
	margin:40px auto;
	margin-top:0PX;
	padding:20px;
	
}



/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.welcome
{
	width:980px;
	height:auto;
	
}


.welcome-left
{
	width:220px;
	height:auto;
    float:left;
	padding:0px;
	
}


.welcome-left h1
{
	
	font-size:40px;
	font-weight:400;
	text-align:left;
	color:#2F3083;
}

.welcome-right
{
	width:720px;
	height:auto;
	float:right;
	padding:0px;
	
}


.welcome-right h3

{

	font-size:16px;

	text-align:justify;
	font-weight:normal;
}
.welcome-right a
{
width: 80px;
height: 20px;
background: #2F73C8 none repeat scroll 0% 0%;
margin-top: 10px;
padding: 5px;
float:right;
color:#FFF;
text-decoration:none;
text-align:center;

}


.id
{
	width:980px;
	height:auto;
	
	margin-top:20px;
}


.id-left
{
	float:right;
}


.main-box{
	width:940px;
	height:auto;
	background:#fbfbfb;
	margin:40px auto;
	background-size:cover;
    padding:20px;
	

	
}

.main-box-inner{
	width:1000px;
	height:auto;
	
}

.container-box
{
	width:460px;
	height:auto;
	float:left;
	
	
	margin:0 20px 0 0;
}
.container-box h1
{
	border-bottom: 1px dotted #5f5f5f;
    color: #2f3083;
    font-size: 24px;
    font-weight: 400;
    margin: auto auto 20px;
    padding: 0 0 10px;
    width: 460px;
}

.container-box:nth-child(2n+0)
{
	margin-right:0px;
}
.con-image
{
	width:210px;
	height:140px;
	float:left;
	background:#d5d5d5;
	padding:5px;
	margin:0 20px 0 0;
	
}
.con-image img
{
	width:100%;
	height:100%;
}
.cont-text
{
	width:220px;
	height:auto;
	float:left;
	
}
.cont-text p
{
	font-size:14px;
	text-align:justify;
}
.cont-text p a
{
	background: #2f73c8 none repeat scroll 0 0;
    color: #fff;
    height: 20px;
    margin-top:15px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 80px;
	float:right;
}
.main-box1
{
	width:300px;
	height:auto;
     float:left;
	margin-right:24px;

}


.main-box1 h2
{
  
	font-size:24px;
    margin:auto;
	border-bottom:1px dotted #5f5f5f;
	width:245px;
	margin-bottom:20px;
	font-weight:400;
	padding:0 0 10px 0;
	color:#2F3083;
	}
	
.main-box1 img
{
	width:235px;
	height:140px;
	padding:5px;
	background:#d5d5d5;
	margin:0 0 10px 0;
}

	
.main-box1-down
{
	width:250px;
	height:auto;
	margin-top:20px;
	margin:auto;
	
}


.main-box1-down p
{

	font-size:14px;
	text-align:justify;
   

	}
	
.main-box1-down-button
{
	width:80px;
	height:20px;
	background:#2F73C8;
	margin-top:10px;
	padding:5px
}
	
.main-box1-down a
{
	
width: 80px;
height: 20px;
background: #2F73C8;
padding: 5px;
margin-top: 20px;
color:#fff;
text-decoration:none;
text-align:center;
	}
	
.about
{
	width:980px;
	height:auto;
	
}


.about-left
{
	width:400px;
	height:auto;
	
	float:left;
	
}
.about-left ul
{
	float:left;
}

.about-left ul li
{
    background:url(../images/bg-new.png) top 5px left no-repeat;
	list-style:none;
	width:400px;
	height:auto;
    display:block;
	margin:0 0 10px 0;
	
	
}
.about-left ul li a
{
	color:#5f5f5f;
	padding:0 0 0 20px;
	text-decoration:none;
	font-size:15px;
	display:block;

	
}



/*.about-left  li a
{
	font-family:Calibri;
	font-size:30px;
	color:#000;
	width:200px;
	background:pink;
	float:right;
	margin-top:-10px;
	
}*/
.about-left h2
{
	
	font-size:24px;
    font-weight:400;
	line-height:10px;
}
.about-left h1
{
   font-size:26px;
	margin-bottom:10px;
	font-weight:400;
	color:#2F3083;
	
}

.about-left p
{
	
	font-size:14px;
	
	margin-top:15px;
	width:370px;
	float:right;
	text-align:justify;
	margin-bottom:30px;

}

.about-right
{
	width:525px;
	height:auto;
	float:right;
	
}


.about-right h1
{
	
	font-size:26px;
	margin-bottom:10px;
	font-weight:400;
	color:#2F3083;
	
}

.about-right h2
{
	
	font-size:26px;
	font-weight:400;
	margin-bottom:15px;
	color:#2F3083;
	
}

.about-right-img
{
	width:200px;
	height:auto;
	float:left;
	margin-right:5px;
	
}


.about-right-txt
{
	width:300px;
	height:auto;
	float:right;

}


.about-right-txt p

{
	
	font-size:15px;
	
	text-align:justify;
}

.about-button
{
	width:80px;
	height:20px;
	background:#2F73C8;
	margin-top:10px;
	padding:5px;
	margin-top:20px;
}

.about-button a
{
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
}
.about-button a:hover
{color:#E6E6E6;
}

.footer
{
	width:100%;
	height:100px;
	background-image:url(../images/header-tail.jpg);
}

.footer-inner
{
	width:980px;
    margin:auto;
	margin-top:20px;
	
}


.footer-inner-left
{
	width:490px;
	height:auto;
	float:left;
	margin-top:30px;
	

}

.footer-inner-left h3
{
	
	font-size:20px;
	color:#fff;
	
}

.footer-inner-right
{

	height:auto;
    margin-top:30px;
	float:right;
	
	
}


.footer-inner-right h3
{

	font-size:20px;
	color:#fff;
	
}


.footer-inner-right a
{
	font-size:20px;
	color:#fff;
	text-decoration:none;
	
}


.footer-inner-right a:hover
{
	color:#E5E5E5;
}
/****************Home-end*****/
.box-n {
	width:940px;
	height:250px;
	background:#FFF;
	margin:40px auto;
	margin-top:0PX;
	padding:20px;
	
}

.banner {
	width:940px;
	height:250px;
	background:#FFF;
	margin:40px auto;
	
	
}
.about-con
{
	width:980px;
	height:auto;
	
}
.about-con h1
{
	width:980px;
	height:auto;
	font-size: 20px;
    border-bottom: 1px dotted #5F5F5F;
    font-weight: 400;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#2F3083;

}
.about-con p
{

	font-size:15px;
	text-align:justify;
	margin:0px 0 10px 0;
   

}
.about-con p img
{

	margin:0 10px 0 0;
   

}
.client-con
{
	width:980px;
	height:auto;
	
}
.client-con h1
{
	width:980px;
	height:auto;
	font-size: 24px;
    border-bottom: 1px dotted #5F5F5F;
    font-weight: 400;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#2F3083;

}
.client-con ul li
{
	width:220px;
	height:140px;
	float:left;
	margin:0 20px 20px 0;
    
	padding:5px;
	background:#d5d5d5;
	list-style:none;
	text-decoration:none;
	
}

.client-con ul li img
{
	width:100%;
	height:100%;
}

.client-con ul li:nth-child(4n+0){
	margin-right:0px;
	
}

/************client-end*****/
.service-con
{
	width:980px;
	height:auto;
	margin:auto;
}
.service-left
{
	width:240px;
	height:auto;
	float:left;
   
	padding-bottom:10px;
}

.service-left-th
{
	width:230px;
	height:424px;
	float:left;
	padding:5px;
	background:#d5d5d5;
  
}
.service-left-th img
{
	width:100%;
	height:100%;
}
.service-left h3
{
	width:240px;
	height:40px;
	
	line-height:40px;
	font-size: 20px;
    border-bottom: 1px dotted #5F5F5F;
    font-weight: 400;
	padding:0 0 0 10px;
	color:#fff;
	border-radius:15px 15px 0px 0px;
/* Permalink - use to edit and share this gradient: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c8ece+23,42437f+100 */
background: #5c8ece; /* Old browsers */
background: -moz-linear-gradient(top, #5c8ece 23%, #42437f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#5c8ece), color-stop(100%,#42437f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5c8ece 23%,#42437f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5c8ece 23%,#42437f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5c8ece 23%,#42437f 100%); /* IE10+ */
background: linear-gradient(to bottom, #5c8ece 23%,#42437f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c8ece', endColorstr='#42437f',GradientType=0 );  IE6-9 
}
.service-left ul li
{
	list-style:none;
}

.service-left ul li a
{
	width:240px;
	height:40px;
	border-bottom:1px solid  #004E98;
	font-size:15px;
	display:block;
	line-height:40px;
	text-align:left;
	color:#004E98;
	list-style:none;
	text-decoration:none;
	background:#f7f7f7;
	padding:0 0 0 10px;
	
}
.service-left ul li a:hover, .service-left ul li a.active
{
	display:block;
	color:#fff;
	background:#3C7CD4;
	transition:all 0.6s;

}



.service-right
{
	width:710px;
	height:auto;
	float:left;
	padding-bottom:10px;
	margin:0 0 0 30px;
	
}
.service-right h1
{
	width:710px;
	height:auto;
	font-size: 24px;
    border-bottom: 1px dotted #5F5F5F;
    font-weight: 400;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#2F3083;

}
.service-right p
{

	font-size:15px;
	text-align:justify;
	margin:0px 0 10px 0;
   

}
.service-right p img
{

	margin:0 10px 0 0;
   

}

/********************contact****************************/

.contact-container-main {
	width: 980px;
	height: auto;
	
}
.contact-container-main h1{
    width:980px;
	height:auto;
	font-size: 24px;
    text-transform:capitalize;
    font-weight: 400;
	color:#2F3083;
    border-bottom: 1px dotted #5F5F5F;
	padding:0 0 10px 0;
}
.contact-left {
	width: 430px;
	height: auto;
	float: left;
}
.contact-left td {
	padding: 3px;
	font-size: 16px;
}
.input_field {
	width: 420px;
	padding: 5px;
	color: #666;
	height: 20px;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-radius: 5px;
}
.required {
	width: 420px;
	padding: 5px;
	color: #666;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-radius: 5px;
	height: 120px;
}
.submit_btn {
	background:#3C7CD4;
	color: #FFF;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	padding: 7px 14px;
	width: 430px;
}
.submit_btn:hover {
	background:rgba(45, 46, 123, 0.8);
	border: none;
	color: #FFF;
	transition: ease-out 1s;
	-moz-transition: ease-out 1s;
	-ms-transition: ease-out 1s;
	-o-transition: ease-out 1s;
	-webkit-transition: ease-out 1s;
}
.contact-right {
	width: 500px;
	height: auto;
	float: right;
	padding-top: 25px;
	margin:0 0 10px 0;
}
.add
{
	width:200px;
	height:auto;
	float:left;
	margin:0 20px 0 0;
}
.map
{
	width:280px;
	height:200px;
	float:left;

}
contact-info {
	width: 500px;
	height: auto;
	padding-bottom: 10px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;/*background:#666;*/
}
.add h1 {
    width:200px;
	height:auto;
	font-size: 20px;
    text-transform:capitalize;
    font-weight: 400;
	color:#2F3083;
}
.add p
{
	line-height:21px;
}

/*.contact p
{ font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  color:#666;
}*/


.contact-info-left {
	width: 265px;
	height: auto;
	float: left;
}
.contact-info-left {
	width: 265px;
	height: auto;
	float: right;
}
.contact-info h3 {
	font-size: 20px;
	color: #E32031;
}
.contact-info p {
	text-align: justify;
	padding: 0;
	font-size: 15px;
	margin: 5px 0px;
}

/*******************anroid anp stratergy********************************/
.service-right-n
{
	width:710px;
	height:auto;
	float:right;
	padding-bottom:10px;
	margin:0 0 0 30px;
	
}
.service-right-n h1
{
	width:710px;
	height:auto;
	font-size: 24px;
    border-bottom: 1px dotted #5F5F5F;
    font-weight: 400;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#2F3083;
	float:right;

}
.service-x
{
	width:710px;
	height:auto;
	float:right;
    margin:10px 0 0 0;
	
}
.service-y
{
	width:700px;
	height:240px;
	float:left;
	background:#d5d5d5;
	padding:5px;
	margin:10px 0 0 0;
}
.service-y img
{
	width:100%;
	height:100%;
}
.service-x p
{
	color:#5f5f5f;
	line-height:21px;
	font-size:15px;
	text-align:justify;
	padding:0 0 8px 0;
	
}


.service-x h2
{
	width:710px;
	height:auto;
	font-size:18px;

    font-weight: 400;
	padding:0 0 0px 0;
	margin:0 0 10px 0;
	color:#5658CB; 

}
.service-x span
{
	font-style:italic;
	font-weight:bold;
}
.service-new
{
	width:355px;
	height:auto;
	float:left;
	
	margin:0 20px 0 0;
}
.service-new ul li
{
	width:335px;
	margin:0 0 10px 0;
	background:url(../images/bg-new.png) top 4px left no-repeat;
	padding:0 0 0 20px;
}
.service-new ul li a
{
	color:#5f5f5f;
	font-size:15px;
	
	
}
.service-images
{
	width:335px;
	height:auto;
	float:left;
	
}
/********************career***********************/

.contact-container-main5 {
	width: 980px;
	height: auto;
	margin:0 auto;
	
}
.contact-container-main5 h1{
    width:980px;
	height:auto;
	font-size: 24px;
    text-transform:capitalize;
    font-weight: 400;
	color:#2F3083;
    border-bottom: 1px dotted #5F5F5F;
	padding:0 0 10px 0;
}
.contact-container-main5 form
{
	margin:30px 0 0 240px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom:20px;
	margin-top:20px;
	font-size:18px;
	font-weight: 700;
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.form-control {
	
	display: block;
	width: 60%;
	height: 25px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
.btn-default
{
	margin-top:20px;
	padding:5px 10px 5px 10px;
	font-size:16px;
	background:#C9302C;
	color:#FFF;
}
.btn-default:hover
{
	color:#333;
}
/*
     FILE ARCHIVED ON 09:29:23 Nov 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:07:28 Feb 13, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.245
  CDXLines.iter: 23.545 (3)
  RedisCDXSource: 0.778
  captures_list: 130.646
  esindex: 0.019
  LoadShardBlock: 101.489 (3)
  PetaboxLoader3.resolve: 1146.391 (3)
  PetaboxLoader3.datanode: 78.233 (5)
  exclusion.robots: 0.26
  load_resource: 1176.477 (2)
*/

