* {  
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;	
  }
body {
	background:none repeat scroll 0 0 #d3d3d3;
	font-size:100%;
	margin:0;
  font-family:tahoma;
  color:#444;
  }
p img {width:80%;
		display: block;
    margin-left: auto;
    margin-right: auto;}
  
h1, h2, h3, h4, h5, h6 ,h7 {
  color:#444;
  font-weight: normal;
  margin:0.2em 0 0.2em 0;    
}
h1 {font-size:2.4em;}
h2 {font-size:2em;}  
h3 {font-size:1.6em;}  
h4 {font-size:1.2em;}  
h5 {font-size:1em;}  
h6 {font-size:0.9em;}   
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
  color:#444;
	}
img {
	height:auto;
	width:100%;
	}
	
p {font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 0.75em;
	color: #6D6A6A;
	line-height: 20px;}	
		
table {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #D0D0D0;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width:100%;
	}
table tr td, table tr th {padding:0.625em;}
table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
th {border-right:1px solid #fff;}
td {border-right:1px solid #e0e0e0;}
.size-960 .line {
  margin:0 auto;
  max-width:60em;
  padding:0 0.625em;
}
.size-1140 .line {
  margin:0 auto;
  max-width:71.25em;
  padding:0 0.625em;
  background-color: #ffffff;
}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
form {line-height:1.4em;}
nav {
  display:block;
  width:100%;
  background:#D70A0A;
}
.line:after,nav:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#262626;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  padding:1.25em;
  display:block;
  color:#fff; 
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #222;
  min-width:100%;
  padding:0.625em;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#999;}
.top-nav li ul {display:none;}
.top-nav li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background:none repeat scroll 0 0 #777;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:mfg;
  font-size:0.7em;
  margin:0 0.625em;
}
.top-nav .active-item a {background:none repeat scroll 0 0 #999;}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #999;
  color:#fff;
} 
@media screen and (min-width:801px) {
  .aside-nav .count-number {
	 margin-left:-1.25em;	
	 float:right;	
  }
  .top-nav li:hover > ul {
	 display:block;
	 z-index:10;
  }  
.top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5em 0;
    width:100%;
  } 
}
.nav-text {display:none;}
.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 
.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,
.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a {
  display:block;
  padding:1.25em;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625em 1.25em;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#999;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family:"mfg";
  font-size:0.6em;
  margin:0 0.625em 0 -1.25em;
  width:0.625em;
}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {
  display:block;  
  height:auto;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin {margin:0 -0.625em;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25em;
  width:100%;
}
.margin-bottom {margin-bottom:0.25em;}
.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:relative;
} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {clear:left;width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.right {float:right;} 
@media screen and (max-width:800px) {
.size-960 {max-width:800px;}
.size-1140 {max-width:800px;}
.hide-l {display:block;}
.hide-s {display:none;}
nav {
  display:block;
  cursor:pointer;
  line-height:3em;
}
.top-nav li a {background:none repeat scroll 0 0 #4a4a4a;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color:#fff;
  display:block;
  padding:0.625em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
  background:none repeat scroll 0 0 #8b8b8b;
  color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #9d9d9d;
  padding:0.625em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #d7d7d7;
  color:#222;
}
.nav-text {
  color:#fff;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.625em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f008";
  font-family:"mfg";
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}
.count-number {margin-right:-1.25em;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;float:none;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
}
.center {
  float:none;
  margin:0 auto;
  display:block;
}



/*-------form-css-start--*/

.seo_report{background:#fff; -webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px; width:350px; -webkit-box-shadow: 0 1px 9px rgba(0,0,0,.43); -moz-box-shadow: 0 1px 9px rgba(0,0,0,.43); box-shadow: 0 1px 9px rgba(0,0,0,.43);margin-left: 10%; }
.seo_report h2{ background-color:#D70A0A; background-image: -webkit-linear-gradient(bottom, #40424e, #3f414e); background-image: -moz-linear-gradient(bottom, #D70A0A, #3f414e); background-image: -o-linear-gradient(bottom, #D70A0A, #3f414e); background-image: linear-gradient(to top, #D70A0A, #D70A0A); color:#fff; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:20px; text-transform:uppercase; text-align:center; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px; padding:8px 0 }
.seo_report h2 span{ font-size:30px;}

.seo_report p{ background:url(../img/sprite.png) no-repeat center -222px; text-align:center; padding:35px 0 15px 0; font-family: 'Open Sans', sans-serif; font-weight:600; font-style:italic}

.seo_report input[type="text"], .seo_report input[type="email"], .seo_report input[type="number"], .seo_report textarea{-webkit-box-shadow: 0 0 5px rgba(125,125,125,.44); -moz-box-shadow: 0 0 5px rgba(125,125,125,.44); box-shadow: 0 0 5px rgba(125,125,125,.44); border: solid 1px rgba(193,193,193,.15); background:#fff; width:100%; padding:10px 15% 10px 5%; margin-bottom:15px; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:14px }

.seo_report input[type="submit"]{ background:url(../img/sprite.png) no-repeat left -279px; width:118px; height:38px; float:right; border:none; text-indent:-9999px; cursor:pointer; display:block;}




.seo_services{ padding-top:50px}
.seo_services h2{ text-align:center;  font-family: 'Open Sans', sans-serif; font-weight:600; font-size:25px; padding:15px 0}
.seo_services > p{ text-align:center;  font-family: 'Open Sans', sans-serif; font-weight:400; font-size:15px; line-height:30px}


.seo_services ul{ margin-top:50px}
.seo_services ul li{ float:left; width:33%; text-align:center; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; padding:25px 0}
.seo_services h3{ color:#35363a; font-family: 'Open Sans', sans-serif; font-weight:600; font-size:17px; text-transform:uppercase; margin:10px 0 7px}
.seo_services ul li p{ padding:0 20px; line-height:24px}
.seo_services ul li + li + li, .seo_services ul li:last-child{ border-right:none} 
.seo_services ul li + li + li + li{border-right:1px solid #e9e9e9; border-bottom:none}
.seo_services ul li span{ height:60px; display:block}

	
.seo_report{ width:310px}

.seo_report div { padding: 0 20px 50px;}

	
		
.security-inp {width: 65%;float: left;}
.error {width: 100%; background: #FFDFDF; padding: 6px; margin-bottom: 15px; border: 1px solid #FFCACA; border-radius: 5px; font-weight: normal; text-align:center;}
.success {width: 100%; background: #CFFFF5;padding: 6px; margin-bottom: 15px; border: 1px solid #B9ECCE; border-radius: 5px; font-weight: normal; text-align:center;}
.wrong-code {width: 100%; background: #FFDFDF; padding: 6px; margin: 0px 0px 15px 0px; border: 1px solid #FFCACA; border-radius: 5px; font-weight: normal; float: left; text-align:center;}

.seo_report .wrong-code { padding:8px 9px 9px;}
.seo_report .error { padding:8px 9px 9px;}


.security-img{margin-left: 10px; height: 30px; margin-top: -6px;}

::-webkit-input-placeholder {color: #000; opacity:1}
:-moz-placeholder { /* Firefox 18- */ color: #000; opacity:1 }
::-moz-placeholder {  /* Firefox 19+ */ color: #000; opacity:1 }
:-ms-input-placeholder { color: #000; opacity:1 }



.web_design .seo_report{ width:352px}

.web_design .seo_services ul li{ width:50%; border:none; text-align:left; padding:10px 0}
.web_design .seo_services ul li .left{ float:left; width:100px;}
.web_design .seo_services ul li .right{ float:left; width:378px}
.web_design .seo_services ul li p{ padding:0; line-height:28px}
.web_design .seo_services ul li + li + li + li{ border:none}
.web_design .seo_services ul li h4{ color:#3f8ac1; font-size:18px; font-weight:600}

.web_design .seo_services h2{ font-weight:400}
.web_design .seo_services h2 span{ font-weight:600}
.web_design .seo_services{ padding-top:20px}



.web_design .seo_report h2{ font-weight:600; font-size:22px; padding:14px 0}




.s_hide{ display:none !important}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.seo_report {width: 291px;}
   .web_design .left{ width:560px}
	.seo_report h2{ font-size:18px;}
	.seo_report h2 span {font-size: 25px;}
	.seo_report{ margin-top:-50px}
	header .phone {margin-right: 49px;}	
	.web_design .seo_services ul li .right{ width:363px}	
	.banner .left{ width:649px}
	
	.social_media .banner .left {width: 577px;}
	.social_media .banner .left img{ margin-top:20px}
	
	
	
	 }
	
@media only screen and (min-width: 1px) and (max-width: 991px) { 
   
 

  .seo_report{ width:100%; margin:0; float:none; display:block; clear:both; position:relative; z-index:9999}
  .seo_report h2{ border-radius:0}

	.seo_services ul li p{ padding:0 14px}

	
	

	.web_design .seo_report{ width:auto}
	.web_design .seo_services ul li{ width:100%}
	.web_design .seo_services ul li + li + li + li, .web_design .seo_services ul li + li{ border-top:1px solid #e9e9e9}
	.web_design .seo_services ul li .right{ float:none; width:inherit}
	.web_design .seo_services ul li br{ display:none}
	.web_design .seo_services ul li .left{ width:80px}

}	


#@media only screen and (max-width: 767px){
	


	

	.seo_report h2{ border-radius:0}
	

	.seo_services ul li{ float:none; width:inherit; border:none; border-bottom:1px solid #e9e9e9}
	.seo_services ul li + li + li + li{ border-right:0px; border-bottom:1px solid #e9e9e9}
	.seo_services ul li:last-child{ border-bottom:0px}
	

	.seo_report h2{ font-size:18px; margin-top:10px}
	.seo_report h2 span{ font-size:25px}
	.seo_report div {padding: 0 17px 20px;}
	
	.seo_services{ padding-top:15px}
	.seo_services h2{ font-size:20px; padding:5px 0}
	.seo_services ul{ margin-top:15px}
	.seo_services ul li span{ height:auto;}
	

	
	.seo_report input[type="text"], .seo_report textarea{ padding:8px 15% 10px 3%}
	

	.seo_services > p img, .web_design .banner .left img{ max-width:100%; height:auto}
	
	.web_design .seo_services ul li .left{ float:left; width:auto; margin-right:15px}
	.web_design .seo_services ul li, .web_design .seo_services ul li .right{ float:none; width:inherit}
	.web_design .seo_report{ width:inherit}
	.web_design .seo_services ul li h4{ font-size:16px}
	.web_design .seo_services ul li + li + li + li, .web_design .seo_services ul li + li{ border-top:1px solid #e9e9e9}

	

	}
	
/*form-css-end---*/

.s-col4{width: 134px; padding: 0px; margin: 5px 10px 4px 0; text-align:left; float:left;display: inline-block;background-color: #D70A0A;border: 3px solid #fff;-moz-box-shadow: #E9E7E7 0px 3px 10px 2px;
-webkit-box-shadow: #E9E7E7 0px 3px 10px 2px;  box-shadow: #E9E7E7 0px 3px 10px 2px;}

.s-col4 h2 {
color: #fff;
font-size: 14px;
text-align: center;
font-weight: bold;
margin: 7px 0px;
padding: 18px 0px;
}

h2 {
color: #005094;
font: 500 25px/1.3 'Source Sans Pro',sans-serif;
margin: 0 0 15px;
}