.tablen article { margin: 0 auto;
		 width: 600px;
		 height: 77px;
		text-align: left;
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		padding: 0px 0px;
		color:grey;
		text-transform: uppercase;
					  
				  }


.tablen article b { color: #A6373F; }
.tablen article strong { color: black; }





.orderid { width: 328px;
		   height: 221px;
			margin: 0 auto;
			margin-bottom: 50px;
			border-radius: 5px;
			box-shadow: 6px 5px 5px rgba(0,0,0,0.5);
			background:none;
			transition: 0.3s ease;
			opacity: 1;
			}
			  
.orderid img {border-radius: 5px;
			opacity: 1;
			transition: 0.3s ease;
			-webkit-filter: grayscale(30%);
			}

			
.orderid img:hover {border-radius: 4px;
			opacity: 1;
			transition: 0.3s ease;
			-webkit-filter: grayscale(0%);
			}	

.orderid:hover { width: 328px;
		    height: 221px;
			margin: 0 auto;
			margin-bottom: 50px;
			border-radius: 4px;
			box-shadow: 3px 4px 3px	rgba(0,0,0,0.7);
			background:none;
			} 

				

*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cl-effect-1 {
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px auto;
	outline: none;
	color: #246068;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
	
}
.container {
			margin: 50px 0px;
			}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



	body, html {
				height: 100%;
				width: 100%;
}
body {
  margin: 0 auto;    
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#49acc8)); */
    background: #f7f7f7 url(http://articlexpert.in/img/bg.png) repeat center top;
  	}
	
	
	#thanks {
		 margin: 0 auto;
		top: -10px;
		}
 .statichead {
	margin: 0 auto;
	text-align: center;
     top: 0;
    z-index: 100;
     width: 900px; 
	
	height: 100px;
  	font-family: Arial, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000;
  left: 0;right: 0;



			
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			cursor: pointer;
						}

@keyframes anim{
from {top: -200px;}
to {top: -5px;}
}
@-moz-keyframes anim{
from {top: -200px;}
to {top: -5px;}
}
@-webkit-keyframes anim{
from {top: -200px;}
to {top: -5x;}
}
.statichead{
animation:anim 1.1s;
-webkit-animation:anim 1.1s;
}

	
	.statichead img {
			width: 400px; height: 104px; 
			padding: 0px 0px 0px 0px;
			}



		#thanks { 
			width:700px;
			color: white;
			text-align: center;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			padding: 0px 0px;
			margin-top: 20px;
			text-transform: uppercase;
			line-height: 25px;
			color: 	black;
			}

			
		b i {color: white;
			text-align: center;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 20pt; 
			padding: 0px 0px;
			text-transform: uppercase;
			line-height: 25px;
			color: 	green;}


			
			
			
			
			
			
	#thanks{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}






/* Effect 1: Brackets 
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}




.color-1 {
	background: #435a6b;
	font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
	
}

.cl-effect-1 a:focus{outline:thin dotted;}
.cl-effect-1 a:active,
.cl-effect-1 a:hover {outline:0;}
.cl-effect-1 {color: white;}
	
	
	
	*/
	.section1  { 
				width: 800px;
				height: 220px;
				margin: 0 auto;
				background: none;
				/*border-top: 1px solid grey; */
				}

	.section2  { 
				width: 900px;
				height: 190px;
				margin: 0 auto;
				background: none;
				border-top: 2px solid grey;
				}
	
		#links {width: 350px;
				 height: 190px;
				 float: right;
				text-align: center;
				font-family: Calibri, Arial, Helvetica, sans-serif; 
				font-size: 18pt; 
				padding: 0px 0px;
				text-transform: capitalize;
				line-height: 35px;
				margin: 10px auto;
				padding: 5px 5px;
				
}

#alexa {width: 290px;
 height: 200px;
 float: left;
text-align: center;
font-family: Calibri, Arial, Helvetica, sans-serif; 
font-size: 18pt; 
padding: 0px 0px;
text-transform: capitalize;
line-height: 35px;
margin: 0 auto;
padding: 5px 5px;

}

#alexa div span { color: #2c539e; }

#alexa h2 {
	color: #5e574f;

		}


#alexa article {color:grey;
				text-align: center;
				font-family: Calibri, Arial, Helvetica, sans-serif; 
				font-size: 14px;
				padding: 0px 0px;
				text-transform: capitalize;
				line-height: 15px;
				}				
		#air 	{
				
				float: left;
				padding-left: 50px;
				padding-top: 20px;
				}


#dauth {width: 330px;
 height: 190px;
 float: right;
text-align: center;
font-family: Calibri, Arial, Helvetica, sans-serif; 
font-size: 18pt; 
padding: 0px 0px;
text-transform: capitalize;
line-height: 35px;
margin: 0 auto;
padding: 5px 5px;

}

#dauth div span { color: #2c539e; }

#dauth h2 {
	color: #5e574f;

		}


#prank article {color:grey;
				text-align: center;
				font-family: Calibri, Arial, Helvetica, sans-serif; 
				font-size: 14px;
				padding: 0px 0px;
				text-transform: capitalize;
				line-height: 15px;
				}				
	

	
	#prank {width: 330px;
 height: 200px;
text-align: center;
font-family: Calibri, Arial, Helvetica, sans-serif; 
font-size: 18pt; 
padding: 0px 0px;
text-transform: capitalize;
line-height: 35px;
margin: 0 auto;
padding: 5px 5px;
}

#prank div span { color: #2c539e; }

#prank h2 {
	color: #5e574f;

		}


#dauth article {color:grey;
				text-align: center;
				font-family: Calibri, Arial, Helvetica, sans-serif; 
				font-size: 14px;
				padding: 0px 0px;
				text-transform: capitalize;
				line-height: 15px;
				}



				
	span h1 {
	margin: 35px;
	text-align: center;
	font-size: 20px;
	color: #2c539e;
		
		}
		
		
	#links h2 {margin: 10px; 
		padding: auto;	
		color: rgba(0,0,0,0.6);
		text-shadow: 2px 3px 3px #grey,
        0px -5px 2px rgba(255,255,255,0.3);
		}
	
		#links article {color:grey;
				text-align: center;
				font-family: Calibri, Arial, Helvetica, sans-serif; 
				font-size: 14px;
				padding: 0px 0px;
				text-transform: capitalize;
				line-height: 15px;
				}
		span strong {
			color: white;
			font-size:16px;
			background: maroon;
			border: 0x solid red;
			border-radius: 14px;
			padding: 0px 2px 2px 3px;
			}
			

		hr {
			margin: 15px auto;
			align: center;
			width: 610px;
			color: grey;
			}
		

                                    
									
									
									
									
									
									
									
									
									/*
Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
	color: grey;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #78d8ae;
	font-weight:bold;

}
table a:active,
table a:hover {
	transition: 0.3s;
	color: #006fcd;
	text-decoration:underline;
}
table {

	table-layout: fixed;
	width:1000px;

	
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:15px auto;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	
}
table th {
	padding:21px 15px 20px 10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	padding-left:10px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	transition: 0.4s ease;
	text-align: center;
	padding-left:10px;
}
table tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table tr td {
		padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
		}
table td b {color: #2D882D;
			background:none;
			}
table td strong {color: #ED9E00;
				}

.increase {
			margin: 25px auto;
			color: #2c539e;
			font-size: 50px;
			}


table td div { 	white-space: nowrap;
				overflow: hidden;
				text-overflow:ellipsis;
				}
colgroup {text-align: center;}
			
.iii1 {	
		background-image:url(https://dmcil0.fiverrcdn.com/4e5bf73e94a6f629c900461b/5414a94f9473996d699e989b/thumb-200x123-f.jpeg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii1 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;
		}
		



.iii1:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}		
		
		
		
		
		
.iii2 {	background-image:url(https://cdnil1.fiverrcdn.com/photos/4003908/v2_200/edu_gov_backlinks_us_based.jpg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii2 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;
		}
		



.iii2:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}		
		
		
.iii3 {	background-image:url(https://cdnil1.fiverrcdn.com/photos/2212838/v2_680/optima_high_pr_links_seo_service.jpg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii3 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;
		}
		



.iii3:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}			
	
.iii4 {	background-image:url(https://dmcil0.fiverrcdn.com/4e5bf73e94a6f629c900461b/54a9093806361d2ec2796901/thumb-200x123-f.jpeg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii4 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;
		}
		



.iii4:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}			
	



.iii5 {	background-image:url(https://cdnil0.fiverrcdn.com/photos/1362746/v2_200/social_signals2.jpg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii5 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;

		}
		



.iii5:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}			

.iii6 {	background-image:url(https://cdnil1.fiverrcdn.com/photos/3816154/v2_200/youtube_views_subscribers_likes.jpg);
		background-repeat:no-repeat;
		background-size: 100px;
		width:100px;
		height:61px; 
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 6pt; 
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
		color: white;
		border-radius: 4px;
		border: 1px solid #grey;
		text-align: center;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;		
		cursor: pointer;
		}

.iii6 p {background: black;
		border-radius: 4px;
		padding: 0px;
		background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(71,129,187,1) 43%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(43%,rgba(71,129,187,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(71,129,187,1) 43%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		margin-top: 0;

		}
		



.iii6:hover { 
		background-size: 200px;
		width:200px;
		height: 123px;
		font-size: 12pt;
		box-shadow: 1px 27px 47px rgba(0,0,0,0.3);
		}			
			
			
		
	.iii1, .iii2, .iii3, .iii4, .iii5, .iii6 {border-bottom: 1px solid grey;}
		
	
.other {
		text-align: center;
		width: 99px;
		font-family: Calibri, Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		color: white;
		border-radius: 3px 27px 3px 0px;
		box-shadow: 1px 3px 3px rgba(0,0,0,0.5);	
		border: 1px solid grey;	
		
		
background: #348ad1; /* Old browsers */
background: -moz-linear-gradient(top,  #348ad1 11%, #356aa0 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#348ad1), color-stop(92%,#356aa0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #348ad1 11%,#356aa0 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #348ad1 11%,#356aa0 92%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #348ad1 11%,#356aa0 92%); /* IE10+ */
background: linear-gradient(to bottom,  #348ad1 11%,#356aa0 92%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348ad1', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */


		}

.imgmenu {position: fixed;  left: 0px; top: 50%; margin-top: -225px; width: 100px;
		width: 200px;
		height: 450px;}
	
	
	
.texta {
		margin: 0 auto;
		text-align: center;
		width: 800px;
		text-algin: center;
		/*border-top: 1px dotted grey; */
		border-bottom: 1px dotted gray;
		padding-bottom: 35px;
		}
.texta p {
		  font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			padding: 0px 0px;
			margin-top: 20px;
			text-transform: capitalize;
			line-height: 25px;
			color: 	grey;	
		  }
.texta p b {color: #AE3A3A;}


.texta textarea:hover { transition: 0.5s ease;}

.texta textarea:hover { 
background: #f8f8f8; 
border: 1px double #555;
}
		

             /* WHATNOW */
.whatnow{ margin: 30px auto 50px;
			width: 1000px;
			height: 200px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			text-transform: auto;
			color: grey;
			text-align: center;
			border: 1px dotted grey;
			border-bottom: none;
			box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
			
			}
			
/*.whatnow:hover {
					box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
					} */
.whatnow p {
background: rgb(109,0,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,25,1)), color-stop(56%,rgba(143,2,34,1)), color-stop(100%,rgba(169,3,41,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */

				padding:0px;
				margin: 0px auto;
				font-size: 17pt;
				color: white;
				transition: 0.3s ease;
				
				}

					
.wn1 			{
				float:left;
				width: 499px;
				height: 170px;
				background:none;
				transition: 0.3s ease;
				border-right: 1px dashed grey;
				-webkit-filter: grayscale(100%);
				}
			
			
.wn1 p {background:inherit;}
.wn2 p {background:inherit;}		
.wn2 {
				float:right;
				width: 499px;
				height: 170px;
				background:none;
				transition: 0.3s ease;
				-webkit-filter: grayscale(100%);
				}

.wn1:hover {-webkit-filter: grayscale(0%);}
.wn2:hover {-webkit-filter: grayscale(0%);}
.wn1 img {text-align:center;

					width: 125px;
					height: 87px;}	
					
.wn2 img {text-align:center;

					width: 100px;
					height: 100px;}		
		
		
		
		
.wn1 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: green;}
				
.wn2 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: red;}			
				
             /* QUESTION */
.questions{ margin: 30px auto 0px;
			width: 1000px;
			height: 270px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			text-transform: auto;
			color: grey;
			text-align: center;
			border: 1px dotted grey;
			border-bottom: none;
			transition: 0.3s ease;
			}
.questions:hover {
					box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
					}

.questions p {background:  #AA4139;
				padding:10px;
				margin: 0px auto;
				font-size: 22pt;
				color: white;
				transition: 0.3s ease;
				}

				
.questions .q1 {
				float:left;
				width: 349px;
				height: 150px;
				background:none;
				}		
.q1 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: grey;}
.q1 p b{background: none;
				border: 0px;
				color: #2F4474;}

.q1 img {width: 300px;
		height: 100px;
		padding-top: 20px;
		} 
				
.questions .a1 {
				float:right;
				width: 650px;
				height: 200px;
				}
.a1 p 			{background: none;
				font-size: 12pt;
				border: 0px;
				color: #2A526F;}
				
				
.a1 p i 		{background: none;
				font-size: 9pt;
				border: 0px;
				color: grey;}

	/* QUESTIONS 2 */
.questions2{ margin: 0px auto;
			width: 1000px;
			height: 170px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			text-transform: auto;
			color: grey;
			text-align: center;
			border: 1px dotted gray;
			transition: 0.3s ease;
			}
.questions2:hover {
					box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
					}

.questions2 .q2 {float:right;
				width: 350px;
				height: 150px;
				background:none;
				}
				
.q2 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: grey;}
.q2 p b{background: none;
				border: 0px;
				color: #2F4474;}

.q2 img {width: 90px;
		height: 90px;
		} 
				
.questions2 .a2 {
				float:left;
				width: 650px;
				height: 150px;
				background:#white;
								}
.a2 p 			{background: none;
				padding: 20px;
				font-size: 12pt;
				border: 0px;
				padding-left:50px;
				padding-right:50px;
				color: #2F4474;}

	

	/* QUESTIONS 3 */
.questions3{ margin: 0px auto;
			width: 1000px;
			height: 170px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			text-transform: auto;
			color: grey;
			text-align: center;
			border: 1px dotted gray;
			border-top: none;
			transition: 0.3s ease;
			}
.questions3:hover {
					box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
					}

.questions3 .q3 {
				float:left;
				width: 350px;
				height: 150px;
				background:none;
				}
				
.q3 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: grey;}
.q3 p b{background: none;
				border: 0px;
				color: #AE3A3A;}

.q3 img {width: 90px;
		height: 90px;
		} 
				
.questions3 .a3 {
				float:right;
				width: 650px;
				height: 150px;
				background:#white;
								}
.a3 p 			{background: none;
				padding: 20px;
				font-size: 12pt;
				border: 0px;
				padding-left:50px;
				padding-right:50px;
				color: #AE3A3A;}


	/* QUESTIONS 4 */
	
.questions4{ margin: 0px auto;
			width: 1000px;
			height: 290px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 16pt;
			text-transform: auto;
			color: grey;
			text-align: left;
			border: 1px dotted gray;
			border-top: none;
			transition: 0.3s ease;
			}
.questions4:hover {
					box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.38);
					}

.questions4 .q4 {
				float:right;
				width: 350px;
				height: 150px;
				background:none;
				text-align: center;
				}
				

.q4 p {background: none;
				font-size: 14pt;
				border: 0px;
				color: grey;}
.q4 p b{background: none;
				border: 0px;
				color: #FEBF01;}

.q4 img {width: 300px;
		height: 150px;
		} 
				
.questions4 .a4 {
				float:left;
				width: 650px;
				height: 150px;
				background:#white;
				}
.a4 p 			{
				background: none;
				padding: 10px;
				font-size: 12pt;
				border: 0px;
				padding-left:50px;
				padding-right:50px;
				color: black;
				}
				

.questions4 a:link {
					color: #AD3A3A;
					font-weight: bold;
					text-decoration:none;
					transition: 0.3s;
					}


.questions4 a:active,
.questions4 a:hover {
			color: #006fcd;
			text-decoration:underline;
					}

             /* QUESTION5 */
			 
			 
.questions5{ margin: 60px auto 100px;
			width: 1000px;
			height: 350px;
			font-family: Calibri, Arial, Helvetica, sans-serif; 
			font-size: 12pt;
			text-transform: auto;
			color: grey;
			text-align: left;
			border: 1px dotted grey;
			border-bottom: auto;
			transition: 0.3s ease;
			}
.questions5:hover {
					box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.38);
					}
/*EEDE42*/
.questions5 p {background:  #303E73;
				padding:10px;
				margin: 0px auto;
				text-align: center;
				text-transform: uppercase;
				font-size: 19pt;
				color: white;
				transition: 0.3s ease;
				}
.questions5 ul {padding-left: -10px;
				padding-right: 20px;
				
				}

				
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	opacity: 0.6;
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #3D9BBA url(http://articlexpert.in/img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover span {
opacity: 1;
	background-color: #0566A0;
}

.backtop2 {margin: 0 auto;
	width: 1090px;
	padding-left: 150px;
	position: relative;
 }