
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

::selection {
	background: #ef3e4c; 
	color: #FFFFFF;
}
::-moz-selection {
	background: #ef3e4c; 
	color: #FFFFFF;
}
h6{
	font-size:14px;
	color:white;
}


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.0.2');
  src: url('../font/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), url('../font/fontawesome-webfont8ee2.svg?v=4.0.2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #888;
    background: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

#demo-canvas{ position:absolute; left:0; top:0;background: rgba(18, 21, 23, 0.4);}

body #sb-site{
	background: #FFFFFF;
}

iframe{
	border: none;
	
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



audio,
canvas,
img,
video {
    vertical-align: middle;
}

input, button, select, textarea{
	background: transparent;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

a {
    color: #ef3e4c;
    text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;	
}
	a:hover, a:focus {
		color: #888;
		outline: none;
		text-decoration: none;
	}
	a:hover, a:active {
		text-decoration: none;
	}
	a, a:visited, a:hover {
		outline: none;
	}
p {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 22px 0;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	margin-top: 0;
}
h1, h2, h3{
	font-weight: 400;
	margin: 0;
}
h2{
	font-size: 40px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	margin: 0;
}
[class^="icon-"], [class*=" icon-"]{
	margin-top: 0;
	height: auto;
	width: auto;
}

code {
    background-color: #F9F9F9;
    border: 1px solid #E9E9E9;
    clear: both;
    color: #222222;
    display: block;
    margin: 20px 0;
    overflow: auto;
    padding: 0 20px;
    text-align: left;
    white-space: pre;
}
.bg_grey{
	background-color: #F2F2F2;
}
/*******************************************************************/
/********************* Global Elements Css Starts ******************/
/* .span_center*/
.span_center{
	float: none;
	margin: 0 auto;
}
/* .align_center*/
.align_center{
	text-align: center;
}
/*to clear columns*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* to highlight text */
.highlight{
	color: #ef3e4c;
}

/* to get space at bottom */
.space_20{
	height: 20px;
	width: 100%;
	overflow: hidden;
}
.space_40{
	height: 40px;
	width: 100%;
	overflow: hidden;
}
.space_60{
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.space_80{
	height: 80px;
	width: 100%;
	overflow: hidden;
}
.space_100{
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.space_120{
	height: 120px;
	width: 100%;
	overflow: hidden;
}
.space_140{
	height: 140px;
	width: 100%;
	overflow: hidden;
}
/* no_bottom_padding used to remove bottom padding for section in order to make two sections same */
.no_bottom_padding{
	padding-bottom: 0 !important;
}
/* .vpn-link-url */
.vpn-link-url{
	color: #999999;
	margin-right: 26px;
}
	.vpn-link-url:hover{
		color: #ef3e4c;
	}
	.vpn-link-url i{
		color: #ef3e4c;
		margin-left: 4px;
		vertical-align: middle;
	}
	
/* Button CSS starts */
.button, a.button{
	background-color: #ef3e4c;
	border: 1px solid #ef3e4c;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 51px;
	margin-bottom: 20px;
	padding: 0 28px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
}
.button.button-arrow .fa{
	margin-left: 28px;
}
	.button-large, a.button-large{
		font-size: 15px;
		line-height: 52px;
		padding: 0 48px;
	}
	.button.button-xlarge {
		font-size: 20px;
		font-weight: 600;
		line-height: 64px;
		padding: 0 39px;
		text-transform: capitalize;
	}
	.button.button-medium {
		font-size: 13px;
		line-height: 44px;
		padding: 0 40px;
	}
	.button.button-small {
		font-size: 12px;
		line-height: 34px;
		padding: 0 29px;
	}
	.button:hover, a.button:hover{
		background-color: transparent;
		color: #ef3e4c;
		text-decoration: none;
	}

input[type="submit"]{
	background-color: #ef3e4c;
	border: 1px solid #ef3e4c;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	text-align: center;
	width: 100%;
}
	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
		color: #ef3e4c;
		background-color: transparent;
	}
	/* .toggle_section_button */
	.circle_button holder{
		position: relative;
	}
	.circle_button{
		display: inline-block;
		color: #999999;
		background-color: #FFFFFF;
		border-radius: 100px;
			-moz-border-radius: 100px;
			-o-border-radius: 100px;
			-ms-border-radius: 100px;
			-webkit-border-radius: 100px;
		font-size: 14px;
		height: 167px;
		margin-left: -83.5px;
		left: 50%;
		padding: 55px 0 0 0;
		position: absolute;
		text-align: center;
		width: 167px;
		z-index: 999;
	}
	.circle_button_bottom{
		bottom: 0;
	}
	.circle_button_top{
		top: 0;
	}
	.circle_button i{
		color: rgba(153, 153, 153, 0.5);
		display: block;
		font-size: 20px;
		margin-bottom: 7px;
		overflow: hidden;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;	
	}
	.circle_button:active, .circle_button:focus{
		color: #ef3e4c;
	}
	.circle_button:hover, .circle_button:hover i{
		color: #ef3e4c;
	}
	
	/* .toggle_section_button */
	/* */
/* Button CSS ends */

/* Form Elements CSS starts */
form{
	margin: 0;
	padding: 0;
}
form p{
	margin: 0;
}
/* Placeholder Style */
.hasPlaceholder {
	color: #666666;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background: transparent;
	border: 1px solid #D0D0D0;
	box-shadow: none;
	color: #000000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 19px;
	margin: 0 0 20px 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	width: 100%;
}
textarea{
	height: 190px;
	max-width: 100%;
	min-width: 100%;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	border: 1px solid #D0D0D0;
	box-shadow: none;
	color: #000000;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: none;
}

/* Errors */
checkbox.error:focus,
radio.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color: #b94a48;
}

label.error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	font-size: 13px;
	margin: -5px 0 20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert{
	clear: both;
}

/* grey scale styling for featured project and team images and clients images for IE10 and IE11  */
.img_wrapper{
	position: relative;
}
.img_wrapper img:nth-child(2){
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	opacity: 1;
}
.img_wrapper .img_grayscale{
	position: relative !important;
	opacity: 0;
	width: 100%;
}

/* preloaders starts */
body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #ffffff;
}
#qLpercentage {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 60px !important;
	font-weight: 700;
	line-height: 1;
}
/* preloaders ends */

/********************* Global Elements Css ends ******************/
/*******************************************************************/

/**      Curve Shape                                     **/

/* vpn_d_curve_container double curves top and bottom starts */
.zee_curve_container{
	clear: both;
	position: relative;
	overflow: hidden;
}
.zee_d_curve_container{
	min-height: 604px;
}
	.zee_d_curve_container .container{
		min-height: 604px;
		/*padding-top: 214px;*/
	}
	.zee_d_curve_container:before{
		content: "";
		background: #FFFFFF;
		height: 220px;
		position: absolute;
		width: 2470px;
		left: 50%;
		margin-left: -1235px;
		top: -130px;
		z-index :900;
		/*transform: rotate(-5.4deg);
			-moz-transform: rotate(-5.4deg);
			-webkit-transform: rotate(-5.4deg);
			-o-transform: rotate(-5.4deg);
			-ms-transform: rotate(-5.4deg);*/
	}
	.zee_d_curve_container:after{
		content: "";
		background: #FFFFFF;
		height: 220px;
		position: absolute;
		width: 2470px;
		left: 50%;
		margin-left: -1235px;

		z-index :900;
		/*transform: rotate(-5.4deg);
			-moz-transform: rotate(-5.4deg);
			-webkit-transform: rotate(-5.4deg);
			-o-transform: rotate(-5.4deg);
			-ms-transform: rotate(-5.4deg);*/
	}

.zee_d_curve{
	background: url(../images/parallex_img2.jpg);
	background-color: #444444;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	min-height: 650px;
}
	.zee_d_curve_bg1{
		background-image: url(../images/curves_bg/curve-bg-1.jpg);
	}
	.zee_d_curve_bg2{
		background-image: url(../images/curves_bg/curve-bg-2.jpg);
	}
	.zee_d_curve_bg3{
		background-image: url(../images/curves_bg/curve-bg-3.jpg);
	}
	.zee_d_curve_bg4{
		background-image: url(../images/curves_bg/curve-bg-4.jpg);
	}
	

.zee_curve_container .container{
	position: relative;
	height: 100%;
}
.zee_curve_container .zee_curve_left, .zee_curve_container .zee_curve_right{
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.curve_content{
	padding: 50px 0 ;
	height: 100%;
}

.zee_curve_container .zee_curve_left{
    border-bottom: 0 solid transparent;
    border-left: 610px solid #FFFFFF;
    border-top: 320px solid transparent;
    left: -519px; /*calc(91px - 610px);*/
    top: -61px;
    transform: rotate(-21.7deg);
		-moz-transform: rotate(-21.7deg);
		-webkit-transform: rotate(-21.7deg);
		-ms-transform: rotate(-21.7deg);
		-o-transform: rotate(-21.7deg);
    z-index: 903;
}
	.zee_curve_container .zee_curve_left:before{
		content: "";
		height: 0;
		left: -716px;
		position: absolute;
		top: -323px;
		width: 0;
		z-index: 904;
		border-top: 320px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 610px solid #ef3e4c;
	}
.zee_curve_container .zee_curve_right{
    border-bottom: 320px solid transparent;
    border-right: 610px solid white;
    border-top: 0 solid transparent;
    bottom: -68px;
    right: -447px; /*calc(163px - 610px);*/
	transform: rotate(-21.7deg);
		-moz-transform: rotate(-21.7deg);
		-webkit-transform: rotate(-21.7deg);
		-o-transform: rotate(-21.7deg);
		-ms-transform: rotate(-21.7deg);
	z-index :903;
}
	.zee_curve_container .zee_curve_right:before{
		content: "";
		height: 0;
		position: absolute;
		width: 0;
		border-bottom: 320px solid transparent;
		border-top: 0px solid transparent;
		border-right: 610px solid #ef3e4c;
		right: -716px;
		bottom: -323px;
		z-index :904;
	}

	/* For Grey Color DOUBLE CURVES SHAPE */	
	.zee_d_curve_container.bottom_grey:after, .zee_d_curve_container.top_grey:before{
		background: #F2F2F2;
	}
		.zee_d_curve_container.top_grey .zee_curve_left{ /* only for double curves */
			border-left: 610px solid #F2F2F2;
		}
		.zee_d_curve_container.bottom_grey .zee_curve_right{ /* only for double curves */
			border-right: 610px solid #F2F2F2;
		}
		
/* _t_curve_container double curves top and bottom starts */	
.zee_t_curve_container, .zee_b_curve_container{
	position: relative;
	overflow: hidden;
}
.zee_t_curve_container{
}
.zee_b_curve_container .section_curve_container{
	padding-bottom: 202px;
}
	.zee_t_curve_container:before{
		content: "";
		background: white;
		height: 220px;
		position: absolute;
		width: 2470px;
		left: 50%;
		margin-left: -1235px;
		top: -130px;
		z-index :900;
		/*transform: rotate(-5.4deg);
			-moz-transform: rotate(-5.4deg);
			-webkit-transform: rotate(-5.4deg);
			-o-transform: rotate(-5.4deg);
			-ms-transform: rotate(-5.4deg);*/
	}
	.zee_b_curve_container:after{
		content: "";
		background: white;
		height: 220px;
		position: absolute;
		width: 2470px;
		left: 50%;
		margin-left: -1235px;
		bottom: -130px;
		z-index :900;
		/*transform: rotate(-5.4deg);
			-moz-transform: rotate(-5.4deg);
			-webkit-transform: rotate(-5.4deg);
			-o-transform: rotate(-5.4deg);
			-ms-transform: rotate(-5.4deg);*/
	}
.zee_curve{
	background: url(../images/parallex_img2.jpg) no-repeat #444444;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	height: 604px;
}
.zee_curve_container .container{
	position: relative;
	height: 100%;
	/*transform: rotate(5.4deg);*/
}
.curve_content{
	padding: 50px 0 ;
	height: 100%;
}

	/* For Grey Color top and buttom curves, one at a time */	
		.zee_t_curve_container.top_grey .zee_curve_left:before{
			border-left: 610px solid #F2F2F2;
		}

		.zee_b_curve_container.bottom_grey .zee_curve_right:before{
			border-right: 610px solid #F2F2F2;
		}
		

/* Curve ends */

	/* .zee_curve_container blockquote starts */
	blockquote.home_quote{
		border: none;
		font-size: 20px;
		font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
	blockquote.home_quote p{
		color: #FFFFFF;
		display: inline;
		font-size: 20px;
		line-height: 30px;
	}
	blockquote.home_quote strong{
		color: #ef3e4c;
		font-weight: 400;
	}
	/* .zee_curve_container blockquote ends */
	
	/* .zee_curve_container .curve_heading starts */
	.curve_heading{
		text-align: center;
	}
	.curve_heading h4{
		color: #FFFFFF;
		font-size: 32px;
		font-weight: 400;
		line-height: 50px;
		margin-bottom: 67px;
	}
	/* .zee_curve_container .curve_heading ends */
	
	/**		2.1- Curve Video		**/
	/* .video_holder starts */
	.zee_curve_container .video_holder{
		margin: 214px 0 208px;
	}
		/* .video_holder .play-button starts */
		.video_holder .play-button{
			background: none;
			border: 2px solid rgba(255, 255, 255, 0.3);
			border-radius: 50px;
				-moz-border-radius: 50px;
				-o-border-radius: 50px;
				-ms-border-radius: 50px;
				-webkit-border-radius: 50px;
			box-shadow: none;
			cursor: pointer;
			display: inline-block;
			height: 90px;
			margin: 0 0 31px;
			text-align: center;
			width: 90px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
			.video_holder .play-button:hover{
				border: 2px solid rgba(255, 255, 255, 1);
			}
			.video_holder .play-button:before{
				content: "\f04b";
				font-family: 'FontAwesome';
				color: #ef3e4c;
				font-size: 18px;
				line-height: 90px;
				z-index: 99;
				text-align: center;
			}
		/* .video_holder .play-button ends */
		
	/* .video_holder ends */
	
	/**		2.2- Curve Testimonial slider		**/
	/* .testi_holder starts */
	.zee_curve_container .testi_holder{
		margin: 258px 0 200px;
		position:relative;
		z-index:1;
	}
		/* .testi_holder .testi_single starts */
		.testi_holder .testi_single{
			cursor: move;
		}
		.testi_holder .testi_single .avatar{
			float: left;
			padding: 0 20px;
			text-align: center;
			width: 17.52577319587629%;
		}
		.testi_holder .testi_single .avatar img{
			border-radius: 100px;
				-moz-border-radius: 100px;
				-o-border-radius: 100px;
				-ms-border-radius: 100px;
				-webkit-border-radius: 100px;
			max-width: 100%;
			
		}
		.testi_holder .testi_single .testi_text{
			text-align: left;
			float: left;
			/*width: 79.38144329896907%;*/
			width:100%;
			/*margin-left: 3.09278350515464%;*/
			margin-left:0;
		}
			.testi_holder .testi_single .testi_text h3{
				color: #FFFFFF;
				font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
				font-size: 28px;
				font-weight: 300;
				line-height: 38px;
	
				margin: 20px 0;
			}
			.testi_holder .testi_single .testi_text h5{
				color: #999999;
				font-size: 15px;
				font-style: italic;
				font-weight: 400;
				line-height: 24px;
			}
		.testi_holder .owl-controls .owl-pagination{
			float: left;
			/*padding: 0 26px;*/
			margin-top: 0px;
			text-align: center;
			/*width: 17.52577319587629%;*/
		}
		.testi_holder .owl-controls .owl-pagination .owl-page{
			display: inline-block;
			overflow: hidden;
		}
		.testi_holder .owl-controls .owl-pagination .owl-page span{
			background: rgba(255, 255, 255, 0.8);
			border-radius: 50px;
				-moz-border-radius: 50px;
				-o-border-radius: 50px;
				-webkit-border-radius: 50px;
				-ms-border-radius: 50px;
			text-indent: -9999px;
			display: inline-block;
			width: 7px;
			height: 7px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
			position: relative;
			vertical-align: middle;
			margin: 0 6px;
			
		}
		.testi_holder .owl-controls .owl-pagination .owl-page span:hover, .testi_holder .owl-controls .owl-pagination .owl-page.active span{
			background: rgba(255, 255, 255, 1);
			border: 2px solid rgba(255, 255, 255, 1);
			height: 11px;
			margin: 0 4px;
			width: 11px;
		}
		/* .testi_holder .testi_single ends */
	
	/**		2.3- Statistics		**/
	/* .stats_single starts */
	.zee_curve_container .vpn_stats{
		margin: 195px 0 25px;
	}
	.stats_single{
		text-align: center;
	}
		.stats_single .icon_holder{
			text-align: center;
			margin-bottom: 11px;
		}
		.stats_single .stats_icon{
			background: url(../images/stats_icon_circle_red.png) no-repeat center center;
			background-color: transparent;
			border-radius: 100px;
				-moz-border-radius: 100px;
				-o-border-radius: 100px;
				-ms-border-radius: 100px;
				-webkit-border-radius: 100px;
			display: inline-block;
			height: 133px;
			text-align: center;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
			width: 133px;
		}
		.vpn_stats .stats_single .stats_icon{
			background: url(../images/stats_icon_circle.png) no-repeat center center;
		}
			.stats_single:hover .stats_icon{
				background-image: none;
				background-color: #ef3e4c;
			}
		
		.stats_single .stats_icon i{
			color: #ef3e4c;
			font-size: 40px;
			line-height: 131px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
			.vpn_stats .stats_single .stats_icon i{
				color: #FFFFFF;
			}
			.stats_single:hover .stats_icon i{
				color: #FFFFFF;
			}
		.stats_single .stats_hgroup{
			display: inline-block;
			overflow: hidden;
		}
		.stats_single .stats_hgroup h3{
			font-size: 32px;
			font-weight: 400;
			line-height: 50px;
			margin: 0;
		}
		.stats_single .stats_hgroup h3 span{
			color: #111111;
		}
			.vpn_stats .stats_single .stats_hgroup h3 span{
				color: #FFFFFF;
			}		
		.stats_single .stats_hgroup h4 {
			color: #a3a3a3;
			font-size: 15px;
			font-weight: 400;
			line-height: 24px;
			margin-bottom: 20px;
		}
			.vpn_stats .stats_single .stats_hgroup h4 {
				color: #e5e5e5;
			}	

/*.sticky-wrapper {
	height: auto !important;
}*/
.sticky-wrapper .menu-bar{
	/*transform: translateY(-66px);*/
	transition: 0.5s all ease-in-out 0s;
		-moz-transition: 0.5s all ease-in-out 0s;
		-ms-transition: 0.5s all ease-in-out 0s;
		-o-transition: 0.5s all ease-in-out 0s;
		-webkit-transition: 0.15s all ease-in-out 0s;
	z-index: -9999;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}
.sticky-wrapper.is-sticky .menu-bar{
	/*transform: translateY(0);*/
	opacity: 1;
	z-index: 9999;
	height: 66px;
	overflow: visible;
}
.menu-bar{
	background-color: rgba(0, 0, 0, 0.90);
	position: relative;
	width: 100%;
	z-index: 9999;
}
.small_menu{
	display: none;
}

/* menu-bar starts from */

.menu-bar .logo{
	display: inline-block;
	float: left;
	margin: 8px 0 0 0;
}
.menu-bar .main-nav{
	float: right;
}
.menu-bar .main-nav ul{
	display: inline-table;
	float: left;
	margin: 0;
	padding: 0;
}
.menu-bar .main-nav ul li{
	float: left;
	list-style: none;
    text-align: center;
}
.menu-bar .main-nav .back_top{
	float:right;
}
	.menu-bar .main-nav .back_top a{
		color: #ef3e4c;
		font-size: 23px;
		line-height: 22px;
		margin: 21px 24px 21px 18px;
		float: left;
	}
		.menu-bar .main-nav .back_top a:hover{
			color: #ffffff;
		}

.menu-bar .main-nav ul li a{
    color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin: 24px 17px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	text-transform: uppercase;	
}

	/* menu-bar Dropdown Starts */
	
	.menu-bar .main-nav ul > ul {
		display: block;
	}
	
	.menu-bar .main-nav li > a:hover,
	.menu-bar .main-nav ul li:hover > a, .menu-bar .main-nav ul li.current a {
		color: #ef3e4c;
	}
	
	.menu-bar .main-nav  ul ul a:hover {
	  color: #fff;
	}
	
	.menu-bar .main-nav  li:hover > ul {
	  display: block;
	  opacity: 1;
	  visibility: visible;
	}
	
	.menu-bar .main-nav  ul > li > ul {
		background: rgba(0, 0, 0, 0.9);
		border-top: 1px solid #ef3e4c;
		visibility: hidden;
		width: auto;
		position: absolute;
		text-align: center;
			-webkit-transition: all 0.5s ease 0s;
			-moz-transition: all 0.5s ease 0s;
			-ms-transition: all 0.5s ease 0s;
			-o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
			opacity: 1;
		max-width: 230px;
		min-width: 170px;
		padding: 0;
		top: 66px;
	}
	
	.menu-bar .main-nav  ul > li > ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: block;
		float: none;
		margin: 0;
		position: relative;
		list-style: none;
	}
	.menu-bar .main-nav  ul > li > ul li:last-child {
		border-bottom: none;
	}
	
	.menu-bar .main-nav ul li.sub_menu > a:before {
		content: "";
		height: 0;
		position: absolute;
		right: 6px;
		top: 37px;
		width: 0;
		z-index: 999;
	}
	
	.menu-bar .main-nav  ul > li > ul a,
	.menu-bar .main-nav  ul > li > ul a:link {
		font-size: 13px;
		line-height: 48px;
		margin: 0;
		padding: 0 24px;
		text-align: left;
		border: none;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	
	.menu-bar .main-nav  ul > li > ul a:hover {
		background-color: #292929;
		color: #FFF;
		padding: 0 14px 0 34px;
	}

.header_nav_holder{
	float: right;
}
.header_nav_holder .main-nav{
	float: left;
	display: none;
}
	/* header_toggle_menu */
	.header_toggle_menu{
		display: inline-block;
		float: right;
	}
		.header_toggle_menu .menu_small_btn{
			background: none;
			border: 0;
			color: #ffffff;
			float: right;
			margin: 3px 0 0 15px;
			position: relative;
			text-align: center;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
			height: 15px;
			width: 15px;
		}
			.header_toggle_menu .menu_small_btn:hover{
				background: none;
			}
			.header_toggle_menu .menu_small_btn .toggle_menu_btn, .header_toggle_menu .menu_small_btn .toggle_top_menu_btn{
				position: absolute;
				top: 0;
				left: 0;
				cursor: pointer;
				transition: all 0.2s ease 0s;
					-webkit-transition: all 0.2s ease 0s;
					-moz-transition: all 0.2s ease 0s;
					-ms-transition: all 0.2s ease 0s;
					-o-transition: all 0.2s ease 0s;
			}
			.header_toggle_menu .menu_small_btn .open_menu{
				z-index: 10;
				opacity: 1;
			}
			.header_toggle_menu .menu_small_btn .close_menu{
				opacity: 0;
				z-index: 9;
			}
			.header_toggle_menu i{
				font-size: 15px;
				line-height: 15px;
				vertical-align: top;
			}
	.header-menu-2, .header-menu-1{
		position: absolute;
		top: 0;
	}
		.header-menu-2.menu-bar .logo img, .header-menu-1.menu-bar .logo img{
			float: left;
		}
		
/**       	4.1- Header Navigation 1							          **/
	/* .header-menu-2 starts */
	.header-menu-2 {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		padding: 44px 0 0 0;
	}	
		.header-menu-2.menu-bar .logo{
			margin: 0;
		}

		.header-menu-2 .main-nav ul li a {
			border-bottom: 2px solid transparent;
			color: #ffffff;
			margin: 0 20px;
			padding: 0 4px 6px;
		}
		.header-menu-2 .main-nav ul li a:hover, .header-menu-2 .main-nav ul li.current a{
			border-bottom: 2px solid #ffffff;
		}
	/* .header-menu-2 ends */

/**       	4.2- Header Navigation 2							          **/	
	/* .header-menu-1 starts */
	.header-menu-1 {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		padding: 38px 0 0 0;
	}	
		.header-menu-1.menu-bar .logo{
			margin: 0;
		}
		.header-menu-1 .main-nav ul li a {
			line-height: 14px;
			margin: 0 17px;
			padding: 0;
		}

.vpn-sb-toggle-btn{
	cursor: pointer;
}
/* .vpn-slidebar starts */
.vpn-slidebar .sb-slidebar{
	background: rgba(0, 0, 0, 0.9);
}
.vpn-slidebar .sb-slidebar .logo{
	padding: 24px 14px 24px 24px;
}
.sb-slidebar .main-nav ul{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sb-slidebar .main-nav ul li{
	clear: both;
	display: block;
	list-style: none;
    text-align: left;
}
		.sb-slidebar .main-nav .back_top a:hover{
			color: #ffffff;
		}
.sb-slidebar .main-nav ul li a{
	border-left: 3px solid transparent;
    color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 14px 14px 14px 24px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	text-transform: uppercase;	
}
	.sb-slidebar .main-nav li > a:hover, .sb-slidebar .main-nav ul li.current a {
		border-left-color: #ef3e4c;
		color: #ef3e4c;
	}
	.sb-slidebar .main-nav ul li.current a{
		background-color: #151515;
	}
/* .vpn-slidebar ends */
	
/**       5- Header                                                  **/
.static_banner {
	/*background-image: url(../images/static_banner.jpg);*/
	background-image: url('https://www.elite-co.com/assets/img/Wall.gif');
	background-position: center center;
	/*background-repeat: no-repeat;*/
	background-size: cover;
	height: 1050px;
	position: relative;
	width: 100%;
}
	.text_banner_holder{
		margin: 190px 0 0 0;
	}
	.text_banner_holder .skew_shape{
		display: block;
		background: #FFFFFF;
		border: 1px solid #585858;
		height: 293px;
		margin: 0 auto;
		width: 4px;
		transform: skewX(-23.5deg);
			-moz-transform: skewX(-23.5deg);
			-webkit-transform: skewX(-23.5deg);
			-o-transform: skewX(-23.5deg);
			-ms-transform: skewX(-23.5deg);
	}
	.text_banner_holder .heading_wrap h2{
		color: #474747;
		font-size: 88px;
		font-weight: 700;
		line-height: 108px;
		margin: 0 0 17px 0;
	}
	.text_banner_holder .heading_wrap h3{
		color: #FFFFFF;
		font-size: 28px;
		line-height: 40px;
		margin: 0 0 14px 0;
	}
	.next_section a{
		color: #cccccc;
		font-size: 42px;
		line-height: 0px;
	}

.section_container{
	
	/*padding-top: 50px;*/
	/*padding-bottom: 40px;*/
}
	.section_container .hgroup{
		display: block;
		overflow: hidden;
		margin-bottom: 42px;
	}
	.section_container .hgroup h2{
		color: #000000;
		display: block;
		font-size: 38px;
		font-weight: 400;
		line-height: 46px;
		margin: 34px 0;
		vertical-align: middle;
	}
	.section_container .hgroup h3{
		color: #999999;
		display: block;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 24px;
		margin: 31px 0;
		position: relative;
		text-align:justify;
	}
	.section_container .hgroup .skew_shape{
		display: block;
		background: #FFFFFF;
		border: 1px solid #999999;
		height: 119px;
		margin: 0 auto;
		width: 2px;
		transform: skewX(-29.7deg);
			-moz-transform: skewX(-29.7deg);
			-webkit-transform: skewX(-29.7deg);
			-o-transform: skewX(-29.7deg);
			-ms-transform: skewX(-29.7deg);
	}
/* Section Homepage General CSS ends */

/**		7- About Section		**/
.about_image img{
	max-width: 100%;
}
.about_content_holder h3{
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 0 53px;
	text-align:justify;
}
.about_single{
	margin-bottom: 42px;
}
.about_single .icon_holder{
	float: left;
	text-align: center;
	width: 18.91891891891892%;
}
.about_single .about_right{
	float: left;
	width: 81.08108108108108%;
}
.about_single i{
	color: #ef3e4c;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}
.about_single h4{
	color: #111111;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 22px;
}
.learn_more_about{
	margin-bottom: 44px;
}
	.learn_more_about .vpn-link-url{
		margin-left: 18.91891891891892%;
		margin-right: 10px;
	}

/**		8- Feature Portfolio Section		**/
/* Project Starts */
	.project .featured_image{
		display: block;
	}
		.project .featured_image img{
			max-width: 100%;
		}
	.project .project_detail {
		display: block;
		margin: 30px 0 0 0;
	}
		.project .project_detail .project_text{
			border-bottom: 1px solid #DDDDDD;
			margin: 0 0 15px 0;
		}
			.project .project_detail .project_text .hgroup{
				margin-bottom: 15px;
			}
			.project .project_detail .project_text .hgroup h2{
				color: #111111;
				display: block;
				font-size: 28px;
				font-weight: 400;
				line-height: 40px;
				margin: 0;
				overflow: hidden;
				padding-right: 100px;
			}
			.project .project_detail .project_text .hgroup h3{
				color: #000000;
				display: block;
				font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: 400;
				line-height: 30px;
				margin: 0;
				overflow: hidden;
				padding-right: 100px;
			}
		.project .project_detail .project_meta {
			border-bottom: 1px solid #DDDDDD;
			display: block;
			margin: 0 0 15px 0;
			padding: 0 0 15px 0;
			width: 100%;
		}
		.project .project_detail .project_meta .meta_title{
			font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
			margin-right: 48px;
		}
			.project .project_detail .project_meta .meta_title:after{
				background: rgba(0, 0, 0, 0.7);
				content: "";
				height: 33px;
				margin: -16.5px auto 0;
				position: absolute;
				right: -22px;
				top: 50%;
				transform: skewX(-29.7deg);
					-moz-transform: skewX(-29.7deg);
					-webkit-transform: skewX(-29.7deg);
					-o-transform: skewX(-29.7deg);
					-ms-transform: skewX(-29.7deg);
				width: 1px;
			}
			.project .project_detail .project_meta span{
				color: #000000;
				font-size: 15px;
				line-height: 33px;
				position: relative;
			}
		.project .project_detail .project_launch{
			line-height: 33px;
		}
/* Project Ends */
/* portfolio_listing starts */

	.portfolio_listing {
		float: left;
		margin: 0;
		width: 100%;
		position: relative;
	}	
	.portfolio_listing .single_portfolio{
		background: #000;
		overflow: hidden;
		position: relative;
	}
	.portfolio_listing .single_portfolio:after{
		content: "";
		background: transparent;
		bottom: 0;
		height: 4px;
		left: 0;
		position: absolute;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		width: 100%;
		
	}
	.portfolio_listing .single_portfolio:hover:after, .portfolio_listing .single_portfolio.active:after{
		background: #ef3e4c;
		z-index: 6;
	}
		/* greyscale img for active state for IE 10 to IE 11 */
		.portfolio_listing .active.greyscale.single_portfolio .img_wrapper .img_grayscale{
			opacity: 1 !important;
		}
		.portfolio_listing .active.greyscale.single_portfolio .img_wrapper img:nth-child(2){
			opacity: 0;
		}
		/* greyscale img for active state working for IE 10 to IE 11 */
			.portfolio_listing .single_portfolio img{
				max-width: 100%;
				transition: all 0.3s ease 0s;
					-webkit-transition: all 0.3s ease 0s;
					-moz-transition: all 0.3s ease 0s;
					-ms-transition: all 0.3s ease 0s;
					-o-transition: all 0.3s ease 0s;
			}
			.portfolio_listing .single_portfolio.greyscale img{
				filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
				filter: gray; /* IE6-9 */
				-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
			}
			.portfolio_listing .single_portfolio.greyscale:hover img, .portfolio_listing .single_portfolio.greyscale.active img{
				filter: none; /* Applies to FF + IE */
				-webkit-filter: grayscale(0);
			}
	.portfolio_listing .owl-controls{
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.portfolio_listing .owl-buttons{
		/*position: absolute;
		top: -20px;
		left: 0;
		width: 100%;*/
		opacity: 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
		.portfolio_listing:hover .owl-buttons{
			opacity: 1;
		}
		.portfolio_listing .owl-controls .owl-buttons{
			text-align: center;
		}
		.portfolio_listing .owl-controls .owl-buttons .owl-prev, .portfolio_listing .owl-controls .owl-buttons .owl-next{
			border-radius: 100px;
				-moz-border-radius: 100px;
				-ms-border-radius: 100px;
				-webkit-border-radius: 100px;
				-o-border-radius: 100px;
			background: rgba(255, 255, 255, 0.5);
			height: 53px;
			position: absolute;
			top: 50%;
			margin-top: -26.5px;
			width: 53px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
		.portfolio_listing .owl-controls .owl-buttons .owl-prev{
			left: 46px;
		}
		.portfolio_listing .owl-controls .owl-buttons .owl-next{
			right: 46px;
		}
			.portfolio_listing .owl-controls .owl-buttons .owl-prev:hover, .portfolio_listing .owl-controls .owl-buttons .owl-next:hover{
				background: rgba(255, 255, 255, 0.7);
			}		
		.portfolio_listing .owl-controls .owl-buttons i{
			color: #FFFFFF;
			font-size: 26px;
			line-height: 53px;
		}


/* portfolio_listing ends */

/**		9- Services Section		**/
/* .service_single starts */
.service_single{
	margin-bottom: 94px;
}
	.service_single .icon_holder{
		float: left;
		width: 21.40350877192982%;
	}
		.service_single:hover .icon_holder .icon_shape{
			background-color: #ef3e4c;
		}
			.service_single:hover .icon_holder .icon_shape i{
				color: #FFFFFF;
			}
		.service_single .icon_holder .icon_shape{
			background-color: #FFFFFF;
			border: 1px solid #ef3e4c;
			border-radius: 100px;
				-moz-border-radius: 100px;
				-o-border-radius: 100px;
				-ms-border-radius: 100px;
				-webkit-border-radius: 100px;
			text-align: center;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
			.service_single .icon_holder .icon_shape i{
				color: #ef3e4c;
				font-size: 40px;
				line-height: 120px;
				transition: all 0.3s ease 0s;
					-webkit-transition: all 0.3s ease 0s;
					-moz-transition: all 0.3s ease 0s;
					-ms-transition: all 0.3s ease 0s;
					-o-transition: all 0.3s ease 0s;
			}
	.service_single .service_right{
		float: left;
		margin-left: 6.666666666666667%;
		width: 71.92982456140351%;
	}
		.service_single .service_right h4{
			color: #111111;
			font-size: 20px;
			line-height: 23px;
			margin: 0 0 22px;
		}
/* .service_single ends */
	
/**		10- Simple text Section		**/
/* .simple_text starts */
.simple_text{
}
	.simple_text .text_holder{
		margin-bottom: 38px;
		overflow: hidden;
	}
		.simple_text .text_holder h4{
			color: #111111;
			font-size: 32px;
			line-height: 40px;
			padding: 0 7.5%;
			margin: 0 0 20px;
		}
		.simple_text .text_holder p{
			padding: 0 7.5%;
		}
	.simple_text .image_holder img{
		max-width: 100%;
	}
/* .simple_text ends */

/**		11- Portfolio Section		**/
/* work_nav starts */
	.work_nav{
		display: block;
		text-align: center;
	}
	.work_nav ul{
		display: inline-block;
		float: left;
		margin: 50px 0 30px ;
		padding: 0;
	}
	.work_nav ul li{
		float: left;
		list-style: none;
		text-align: center;
		margin: 0 19px;
	}
		.work_nav ul li:first-child{
			margin-left: 0;
		}
	.work_nav ul li a{
		color: #777777;
		display: block;
		font-size: 14px;
		line-height: 24px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.work_nav ul li a i{
		font-size: 16px;
		margin-right: 5px; 
		vertical-align: middle;
	}
	.work_nav ul li a:hover, .work_nav ul li.current a{
		color: #ef3e4c;
	}
/* work_nav ends */

/* work_listing starts */

	.work_listing {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}	
	.work_listing .work_item{
		width: 390px;
		display: block;overflow: hidden;
	}
	.work_listing .single_work{
		background: #333;
		list-style: none;
		overflow: hidden;
	}
		.work_listing .single_work figure{
			margin: 0;
		}

	.view {
	   width: 100%;
	   height: 100%;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   cursor: default;
	}
	.view .mask {
	   width: 100%;
	   height: 100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}
	.view .mask, .view .content {
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.view img {
	   display: block;
	   position: relative;
	   max-width: 100%;
	}
	.view .links{
		display: block;
		margin: 0 0 81px 0;
		overflow: hidden;
		padding: 30px 30px 0 0;
		text-align: right;
	}
	.view .links:before{
		border-bottom-width: 80px
	}
	.view .links a{
		text-decoration: none;
		display: inline-block;
		color: #ffffff;
		position: relative;
	}
	.view .links a.info-link{
		height: 34px;
		width: 34px;
		position: relative;
		transform: translateY(-200px);
			-webkit-transform: translateX(-400px);
			-moz-transform: translateX(-400px);
			-o-transform: translateX(-400px);
			-ms-transform: translateX(-400px);
		opacity: 1;
		transition: all 0.2s ease-in-out 0s;
		   	-webkit-transition: all 0.2s ease-in-out 0s;
		   	-moz-transition: all 0.2s ease-in-out 0s;
		   	-o-transition: all 0.2s ease-in-out 0s;
		   	-ms-transition: all 0.2s ease-in-out 0s;
	}
		.view:hover .links a.info-link{
			transform: translateX(0);
				-webkit-transform: translateX(0);
				-moz-transform: translateX(0);
				-o-transform: translateX(0);
				-ms-transform: translateX(0);
			opacity: 1;
			transition: all 0.3s ease-in-out 0.4s;
				-webkit-transition: all 0.3s ease-in-out 0.4s;
				-moz-transition: all 0.3s ease-in-out 0.4s;
				-o-transition: all 0.3s ease-in-out 0.4s;
				-ms-transition: all 0.3s ease-in-out 0.4s;
		}
		.view .links a.info-link:before, .view .links a.info-link:after{
			background: #FFFFFF;
			content: "";
			position: absolute;
		}
		.view .links a.info-link:before{
			left: 50%;
			height: 34px;
			margin-left: -1px;
			top: 0;
			width: 2px;
		}
		.view .links a.info-link:after{
			left: 0;
			height: 2px;
			margin-top: -1px;
			top: 50%;
			width: 34px;
		}
	.view .work_detail{
		color: #FFFFFF;
		padding: 0 12.82%;
		transform: translateY(-200px);
			-webkit-transform: translateY(-200px);
			-moz-transform: translateY(-200px);
			-o-transform: translateY(-200px);
			-ms-transform: translateY(-200px);
		opacity: 0;
		transition: all 0.3s ease-in-out 0.1s;
		   	-webkit-transition: all 0.3s ease-in-out 0.1s;
		   	-moz-transition: all 0.3s ease-in-out 0.1s;
		   	-o-transition: all 0.3s ease-in-out 0.1s;
		   	-ms-transition: all 0.3s ease-in-out 0.1s;
	}
		.view:hover .work_detail{
			opacity: 1;
		}
	.view .work_detail h3{
		color: #FFFFFF;
		display: block;
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.view .work_detail p{
		color: #FFFFFF;
		font-size: 14px;
		line-height: 22px;
	}
	
	.view-second img {
		transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			-o-transition: all 0.2s ease-in;
			-ms-transition: all 0.2s ease-in;
	}
	.view-second .mask {
		background-color: rgba(255,49,49, 0.92);
		width: 150%;
		padding: 60px;
		height: 150%;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translate(54%, 54%) rotate(45deg);
			-webkit-transform: translate(54%, 54%) rotate(45deg);
			-moz-transform: translate(54%, 54%) rotate(45deg);
			-o-transform: translate(54%, 54%) rotate(45deg);
			-ms-transform: translate(54%, 54%) rotate(45deg);
		transition: all 0.3s ease-in-out 0.35s;
			-webkit-transition: all 0.3s ease-in-out 0.35s;
			-moz-transition: all 0.3s ease-in-out 0.35s;
			-o-transition: all 0.3s ease-in-out 0.35s;
			-ms-transition: all 0.3s ease-in-out 0.35s;
	   
	}
	.view-second:hover .mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		transform: translate(-17%, -17%) rotate(45deg);
			-webkit-transform: translate(-17%, -17%) rotate(45deg);
			-moz-transform: translate(-17%, -17%) rotate(45deg);
			-o-transform: translate(-17%, -17%) rotate(45deg);
			-ms-transform: translate(-17%, -17%) rotate(45deg);
		transition: all 0.3s ease-in-out 0s;
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			-ms-transition: all 0.3s ease-in-out 0s;
	}
	
	.view:hover .work_detail, .single_work.active .view .work_detail{
		transform: translateY(0px);
			-webkit-transform: translateY(0px);
		  	-moz-transform: translateY(0px);
		  	-o-transform: translateY(0px);
		   	-ms-transform: translateY(0px);
	   transition: all 0.3s ease-in-out  0.2s;	   
			-webkit-transition: all 0.3s ease-in-out  0.2s;
			-moz-transition: all 0.3s ease-in-out  0.2s;
			-o-transition: all 0.3s ease-in-out  0.2s;
			-ms-transition: all 0.3s ease-in-out  0.2s;

	}
/* work_listing ends */

/**		12- Team Slider Section		**/
/* .team_carousel starts */
.team_carousel{
	width: 100%;
}
	.team_carousel ul{
		margin: 0 0 29px;
		padding: 0;
		overflow: hidden;
	}
	.team_carousel ul li{
		background: #000;
		position: relative;
		margin-right: 2px !important;
		width: 291px;
		cursor: pointer;
	}
		.team_carousel ul li img{
			filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
			filter: gray; /* IE6-9 */
			-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
			max-width: 100%;
			opacity: 0.4;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
		.team_carousel ul li.flex-active-slide img{
			filter: none; /* Applies to FF + IE */
			-webkit-filter: grayscale(0);
			opacity: 1;
		}
			/* greyscale img for active state for IE 10 to IE 11 */
			.team_carousel ul li .img_wrapper:hover .img_grayscale{
				opacity: 0 !important;
			}
			.team_carousel ul li .img_wrapper:hover img:nth-child(2){
				opacity: 1 !important;
			}
			.team_carousel ul li.flex-active-slide .img_wrapper .img_grayscale{
				opacity: 1 !important;
			}
			.team_carousel ul li.flex-active-slide .img_wrapper img:nth-child(2){
				opacity: 0 !important;
			}
			/* greyscale img for active state working for IE 10 to IE 11 */
		.member_basic{
			background: rgba(242, 242, 242, 0.9);
			bottom: 0;
			padding: 15px;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 99;
			left: 0;
			transform: translateY(200px);
				-moz-transform: translateY(200px);
				-webkit-transform: translateY(200px);
				-ms-transform: translateY(200px);
				-o-transform: translateY(200px);
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
		.team_carousel ul li:hover .member_basic, .team_carousel ul li.flex-active-slide .member_basic{
			transform: translateY(0px);
				-moz-transform: translateY(0px);
				-webkit-transform: translateY(0px);
				-ms-transform: translateY(0px);
				-o-transform: translateY(0px);
		}
			.member_basic .member_name{
				color: #000000;
				font-size: 28px;
				line-height: 40px;
				margin: 0;
			}
			.member_basic .member_designation{
				color: #999999;
				font-size: 15px;
				line-height: 26px;
				margin: 0;
			}
/* .team_carousel ends */

/* team_slider starts */
.team_slider{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 0 56px 0;
}
.team_slider ul{
	padding: 0;
	overflow: hidden;
}
	.team_slider ul li{
		position: relative;
	}
	.team_slider .team_stats{
		display: block;
		margin:  0 0 15px;
		overflow: hidden;
	}
		/* .team_stats starts */
		.team_slider .team_stats .stats_bar_holder{
			background: #DDDDDD;
			display: block;
			height: 4px;
			overflow: hidden;
			position: relative;
			width: 100%;
		}
		.team_slider .team_stats .stats_bar{
			background: #ef3e4c;
			height: 4px;
			left: 0;
			top: 0;
			position: absolute;
			width: 0;
			padding-right: 4px;
		}
		.team_slider .team_stats .stats_bar:after{
			border-top: 4px solid #ef3e4c;
			border-right: 4px solid transparent;
			content: "";
			right: -4px;
			position: absolute;
			width: 0;
			height: 0;
		}
		.team_slider .team_stats .stats_title{
			color: #111111;
			display: block;
			font-size: 14px;
			line-height: 30px;
			text-transform: uppercase;
			padding: 3px 0;
		}
		/* .team_stats ends */
		
		/* team_social starts */
		.team_social {
			clear: both;
			margin: 14px 0 0;
			padding: 0;
			width: 100%;
		}
			.team_social > li{
				color: #777777;
				float: left;
				font-size: 20px;
				line-height: 33px;
				list-style: none;
				margin: 0 40px 0 0;
				padding: 0;
				position: relative;
			}
				.team_social > li:last-child{
					margin: 0;
				}
				.team_social > li:last-child:after{
					display: none;
				}
			.team_social > li:before{
				content: "";
			}
			.team_social > li:after{
				content: "";
				display: inline-block;
				background: #c0c0c0;
				height: 33px;
				position: absolute;
				right: -20px;
				width: 1px;
				transform: skewX(-30.7deg);
					-moz-transform: skewX(-30.7deg);
					-webkit-transform: skewX(-30.7deg);
					-o-transform: skewX(-30.7deg);
					-ms-transform: skewX(-30.7deg);
			}
			.team_social > li a{
				color: #DDDDDD;
				line-height: 33px;
			}
			.team_social > li a:hover{
				color: #ef3e4c;
			}
		/* team_social ends */
		
		/* team_description starts */
		.team_description h3{
			color: #111111;
			font-size: 20px;
			font-weight: 400;
			line-height: 30px;
			margin: 0 0 18px;
		}
		/* team_description ends */
/* team_slider ends */

/**		13- Client Section			**/
	/* .clients_holder starts */
	.clients_holder{
		text-align: center;
		margin-bottom: 50px;
	}
	.clients_holder .client_single{
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		opacity: 0.30;
		position: relative;
		z-index: 300;
		transition: all 0.6s ease 0s;
				-webkit-transition: all 0.6s ease 0s;
				-moz-transition: all 0.6s ease 0s;
				-ms-transition: all 0.6s ease 0s;
				-o-transition: all 0.6s ease 0s;
		filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */		
	}
	.clients_holder .client_single:hover {
		opacity: 1;
		filter: none; /* Applies to FF + IE */
		-webkit-filter: grayscale(0);
	}
	.clients_holder .client_single img{
		max-width: 100%;
	}
	
	/* .clients_holder ends */
	
/**		14- Home Blog Section		**/
/* .hm_blog_post starts */
.hm_blog_post{
	display: block;
	/*margin-bottom: 240px;*/
	overflow: hidden;
}
.hm_blog_post .post{
	margin-bottom: 35px;
}
.post{
	display: block;
	overflow: hidden;
}
	.post .featured_image{
		display: block;
		overflow: hidden;
		position: relative;
	}
		.post .featured_image img{
			max-width: 100%;
		}
	
		.post .featured_image.video_post .play-button{
			background: none;
			border: 2px solid rgba(255, 255, 255, 0.3);
			border-radius: 50px;
				-moz-border-radius: 50px;
				-o-border-radius: 50px;
				-ms-border-radius: 50px;
				-webkit-border-radius: 50px;
			bottom: 31px;
			cursor: pointer;
			display: block;
			height: 56px;
			right: 31px;
			position: absolute;
			text-align: center;
			width: 56px;
			transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-ms-transition: all 0.3s ease 0s;
				-o-transition: all 0.3s ease 0s;
		}
			.post .featured_image.video_post .play-button:hover{
				border: 2px solid rgba(255, 255, 255, 1);
				opacity: 1;
			}
			.post .featured_image.video_post .play-button:before{
				content: "\f04b";
				font-family: 'FontAwesome';
				color: #ef3e4c;
				font-size: 16px;
				line-height: 52px;
				text-align: center;
				z-index: 99;
			}
			.post .post_content{
				clear: both;
				display: block;
				padding-left: 0px;
				padding-top: 10px;
				position: relative;
			}
			
			#news .post .post_content{ padding-left:100px; padding-top:30px;}
			.platformmain{ padding-bottom:100px; background:#151515; overflow:hidden;}
			.newsnew{ padding-top:100px; background:#252525; overflow:hidden;}
			
			
			
			
		
.left-line {
    border-left: 10px solid #42526C;
    padding-left: 30px;
    padding-right: 10px;
	position:absolute;
	top:15%;
	z-index:2;
	left:50%;
	margin-left:-220px;
}
.left-line h4 {
    font-size: 15px;
    line-height: 26px;
    margin: 0px;
    text-align: left;
	text-transform:uppercase;
	color:#fff;
}	
.left-line h1 {
    font-size: 100px;
    line-height: 78px;
    margin: 0;
	color:#fff;
		text-transform:uppercase;
}	
.botto_pad{ padding-bottom:100px;}	
.contact_pad{ padding-top:100px;}
			
			
			
			
			
		.post .post_content .date_holder{
			border-top: 12px solid #C8C8C8;
			left: 0;
			position: absolute;
			top: 0;
		}
			.post .post_content .date_holder .date{
				color: #FFFFFF;
				background-color: #ef3e4c;
				height: 97px;
				margin-top: 1px;
				padding-top: 32px;
				width: 70px;
			}
				.post .post_content .date_holder .date span{
					font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
					display: block;
					overflow: hidden;
				}
				.post .post_content .date_holder .date .date_day{
					font-size: 28px;
					line-height: 24px;
					margin: 0 0 5px;
				}
				.post .post_content .date_holder .date .date_month{
					font-size: 15px;
					line-height: 24px;
				}
				
		.post .post_content .meta_holder{
			margin: 0 0 23px;
		}
		
			.post .post_content .meta_holder .title_holder{
			}
				.post .post_content .meta_holder .title_holder .post_title{
					font-size: 26px;
					line-height: 34px;
					margin: 0 0 22px;
				}
					.post .post_content .meta_holder .title_holder .post_title a{
						color: #111111;
					}
				.post .post_content .meta_holder .title_holder .post_title a:hover{
					color: #ef3e4c;
				}
			.post .post_content .meta_holder .post_meta{
				color: #222222;
				font-size: 15px;
				margin: 0 0 2px;
			}
			.post .post_content .meta_holder .post_meta a{
				color: #ef3e4c;
			}
				.post .post_content .meta_holder .post_meta a:hover{
					color: #777777;
				}
/* .hm_blog_post ends */

/**		15- Contact Section		**/
.contact_info{
	display: block;
	overflow: hidden;
	margin: 0 0 32px;
}
	.contact_info .fa{
		color: #ef3e4c;
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 19px;
	}
	.contact_info h4{
		color: #000000;
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 0;
	}
	.contact_form .button{
		float: right;
		width: auto;
	}

/**		16- Footer Section (map included)		**/
/* Footer Starts*/
/* .google_map starts */

.google_map{
	height: 140px;
	width: 100%;
}
.map_mask{
	background-color: #0f0f0f;
	display: none;
	height: 170px;
	width: 100%;
	z-index: -1;
}
/* .google_map ends */

footer{
	background: #0f0f0f;
	padding: 0;
}

.display_in_block{ display:inline-block;}
.careers{ display:inline-block; padding:7px 20px; border:1px solid #ef3e4c; border-radius:40px;}
.careers:hover, .careers:active, .careers:focus{ background:#ef3e4c; color:#fff!important;}

/* sm_links starts */
ul.sm_links{
	float: right;
	margin: 0;
	padding: 0;
}
ul.sm_links li{
	float: left;
	list-style: none;
	position: relative;
	z-index: 9;
	margin: 0;
}
	ul.sm_links li:last-child{
		margin-right: 0;
	}
ul.sm_links li a{
	border-bottom: 4px solid transparent;
	color: #FFFFFF;
	float: left;
	width: 61px;
}
	ul.sm_links li a:hover{
		border-bottom: 4px solid #FFFFFF;
	}
ul.sm_links li a .fa{
	font-size: 18px;
	line-height: 0px;
	text-align: center;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
	
ul.sm_links li a:hover .fa{
	color: #ffffff;
}
/* sm_links ends */

h5.copy_right {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0px 0 15px;
}
h5.copy_right a{
	color: #FFFFFF;
}
h5.copy_right i{
	margin: 0 2px;
}

/* Footer Ends*/

/**      17- Content area inner Pages    							  **/
/* Content area is used in between blog top heading section */
.content_area_section{
	display: block;
	padding: 40px 0;
	overflow: hidden;
	padding-bottom:65px;
}
.content_area_section img{
	max-width: 100%;
}
.content_area_section  hr {
	clear: both;
}
/* content_bar Styling Starts*/ /* Content_bar styling includes for both blog and inner pages */
	/* vpn_headings starts */
	.content_bar .heading_cover{
		display: block;
		overflow: hidden;
	}
	.content_bar h2.vpn_h2{
		color: #000000;
		display: block;
		font-size: 38px;
		font-weight: 300;
		line-height: 48px;
		padding: 0 0 0 33px;
		position: relative;
		margin: 0 0 40px;
		clear: both;
	}
		.content_bar h2.vpn_h2:before{
			content: "";
			display: inline-block;
			background: #333333;
			height: 48px;
			position: absolute;
			left: 14px;
			width: 1px;
			transform: skewX(-30.7deg);
				-moz-transform: skewX(-30.7deg);
				-webkit-transform: skewX(-30.7deg);
				-o-transform: skewX(-30.7deg);
				-ms-transform: skewX(-30.7deg);
		}
	/* vpn_headings ends */

.content_bar h1, .content_bar .h1, .content_bar h1 a, .content_bar .h1 a,  
.content_bar h2, .content_bar .h2, .content_bar h2 a, .content_bar .h2 a,
.content_bar h3, .content_bar .h3, .content_bar h3 a, .content_bar .h3 a,
.content_bar h4, .content_bar .h4, .content_bar h4 a, .content_bar .h4 a, 
.content_bar h5, .content_bar .h5, .content_bar h5 a, .content_bar .h5 a,
.content_bar h6, .content_bar .h6, .content_bar h6 a, .content_bar .h6 a{
	color: #222222;
	font-weight: 400;
	margin: 0 0 20px 0;
}
	.content_bar h1 a, .content_bar .h1 a,  
	.content_bar h2 a, .content_bar .h2 a,
	.content_bar h3 a, .content_bar .h3 a,
	.content_bar h4 a, .content_bar .h4 a, 
	.content_bar h5 a, .content_bar .h5 a,
	.content_bar h6 a, .content_bar .h6 a{
		margin: 0;
	}
	.content_bar h1 span, .content_bar .h1 span, .content_bar h1 a span, .content_bar .h1 a span,
	.content_bar h2 span, .content_bar .h2 span, .content_bar h2 a span, .content_bar .h2 a span,
	.content_bar h3 span, .content_bar .h3 span, .content_bar h3 a span, .content_bar .h3 a span,
	.content_bar h4 span, .content_bar .h4 span, .content_bar h4 a span, .content_bar .h4 a span,
	.content_bar h5 span, .content_bar .h5 span, .content_bar h5 a span, .content_bar .h5 a span,
	.content_bar h6 span, .content_bar .h6 span, .content_bar h6 a span, .content_bar .h6 a span{
		color: #ef3e4c;
	}
.content_bar h1 a:hover, .content_bar h2 a:hover, .content_bar h3 a:hover, .content_bar h4 a:hover, .content_bar h5 a:hover, .content_bar h6 a:hover{
	color: #ef3e4c;
}
	.content_bar h1{
		font-size: 38px;
		line-height: 44px;
	}
	.content_bar h2{
		clear: both;
		font-size: 32px;
		line-height: 38px;
	}
	.content_bar h3{
		font-size: 28px;
		line-height: 34px;
	}
	.content_bar h4{
		font-size: 24px;
		line-height: 30px;
	}
	.content_bar h5{
		font-size: 20px;
		line-height: 26px;
	}
	.content_bar h6{
		font-size: 16px;
		line-height: 22px;
	}
.content_bar p{
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 22px 0;
	overflow: hidden;
	width: auto;
}
	.content_bar p a{
		color: #ef3e4c;
		font-weight: 600;
	}
		.content_bar p a:hover{
			text-decoration: underline;
		}
		
		.content_bar hr {
			border-width: 0;
			border-top: 1px dotted #acacac;
		}

	.content_bar pre {
		background: none repeat scroll 0 0 #FAFAFA;
		border: 1px solid #F0F0F0;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
		font-family: Monaco, Courier, monospace;
		font-size: 14px;
		line-height: 22px;
		height: auto;
		margin: 0 0 22px;
		overflow-x: auto;
		padding: 10px 20px;
	}	
	.content_bar ul {
		clear: both;
		display: block;
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.content_bar ul li:before{
		content: "\f105";
		color: #ef3e4c;
		font-family: 'FontAwesome';
		font-size: 22px;
		padding-right: 10px;
		left: 4px;
		position: absolute;
		top: 0;
	}
	.content_bar ul li {
		color: #777777;
    	font-size: 14px;
    	line-height: 22px;
		margin-right: 10px;
		padding-left: 30px;
		padding-bottom: 10px;
		position: relative;
	}
	.content_bar ol{
		margin-left: 22px;
	}
	.content_bar ol {
		padding: 0;
	}
	
	.content_bar ol li {
		color: #777777;
    	font-size: 14px;
    	line-height: 22px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
/* content_bar Styling Ends*/

/**		18- Internal Section (includes headings group on top)		**/
/* .internal_header Starts */
	.internal_header{
		/*margin: 50px 0;*/
		padding: 90px 0 0px 0;
	}
	.internal_header .hgroup{
	}
	.internal_header .hgroup h2{
		color: #444444;
		display: block;
		font-size: 60px;
		font-weight: 800;
		line-height: 81px;
		margin: 0;
		text-transform: capitalize;
	}
		.internal_header .hgroup h2 span{
			color: #ef3e4c;
		}
	.internal_header .hgroup h3{
		clear: both;
		color: #444444;
		display: block;
		font-size: 23px;
		font-weight: 400;
		line-height: 40px;
		margin:  0 0 5px;
		position: relative;
	}
	.internal_header .hgroup h4{
		color: #999999;
		font-size: 17px;
		font-weight: 400;
		line-height: 24px;
		margin: 0;
	}
/* .internal_header Ends */

/**		19- Inner Blog		**/
/* .blog_post Starts */
	.blog_listing .post{
		margin: 0 0 76px 0;
	}
	.blog_listing.blog_single .post{
		margin: 0;
	}
	.blog_listing .post .post_content .meta_holder{
		display: block;
		margin: 0 0 16px;
		overflow: hidden;
	}
		.blog_listing .post .post_content .meta_holder .title_holder{
			float: left;
			width: 70.14925373134328%;
		}
		.blog_listing .post .post_content .meta_holder  .meta_list{
			float: left;
			width: 25.37313432835821%;
			margin-left: 4.477611940298507%;
		}
			.blog_listing .post .post_content .meta_holder .meta_list .post_meta{
				margin: 0 0 2px;
			}
			.blog_listing .post .post_content .meta_holder .comments{
				margin-top: 9px;
			}
			.blog_listing .meta_holder .comments a{
				color: #c9c9c9;
				font-size: 13px;
				line-height: 24px;
				padding: 0;
				text-transform: none;
			}
			.blog_listing .meta_holder .comments i{
				color: #ef3e4c;
				font-size: 18px;
			}
			.blog_listing .meta_holder .comments span{
				color: #222222;
				font-size: 15px;
				margin: 0 7px 0 10px;
			}
			.blog_listing .meta_holder .comments a:hover{
				color: #ef3e4c;
			}
			
	.blog_listing .post .vjs-poster{
		height: 100%;
	}
	
	/* audiojs Starts */
	.blog_listing .post .featured_image.soundcloud_widget{
		height: 120px;
		float: left;
		width: 100%;
	}
	.blog_listing .post .featured_image.soundcloud_widget iframe{
		overflow: hidden;
		height: 100%;
		width: 100%;
	}
	/* audiojs Ends */
	
	/* video js starts */
	.blog_listing .post .featured_image .vjs-default-skin .vjs-big-play-button{
		background: none;
		border: 2px solid rgba(255, 255, 255, 0.3);
		border-radius: 50px;
			-moz-border-radius: 50px;
			-o-border-radius: 50px;
			-ms-border-radius: 50px;
			-webkit-border-radius: 50px;
		bottom: 31px;
		box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			-o-box-shadow: none;
			-ms-box-shadow: none;
		cursor: pointer;
		display: block;
		height: 56px;
		right: 31px;
		position: absolute;
		text-align: center;
		width: 56px;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.blog_listing .post .featured_image .vjs-default-skin div.vjs-big-play-button:hover{
		border: 2px solid rgba(255, 255, 255, 1);
	}
	.blog_listing .post .featured_image .vjs-default-skin div.vjs-big-play-button span{
		background: none;
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.blog_listing .post .featured_image .vjs-default-skin div.vjs-big-play-button span:before{
		content: "\f04b";
		font-family: 'FontAwesome';
		color: #ef3e4c;
		font-size: 16px;
		line-height: 52px;
		text-align: center;
		z-index: 99;
	}
	/* video js ends */
	
	.post .featured_image img{
		max-width: 100%;
	}

	/* social_media starts */
	.social_media{
		background-color: #f1f1f1;
		float: left;
		margin: 24px 0 22px 0;
		padding: 16px 30px;
		width: 100%;
	}
	.social_media > span{
		color: #000000;
		float: left;
		line-height: 33px;
	}
	.social_media > ul{
		clear: none;
		float: right;
		margin: 0;
		padding: 0;
	}
		.social_media > ul > li{
			color: #777777;
			float: left;
			font-size: 20px;
			line-height: 33px;
			margin: 0 40px 0 0;
			padding: 0;
			position: relative;
		}
			.social_media > ul > li:last-child{
				margin: 0;
			}
			.social_media > ul > li:last-child:after{
				display: none;
			}
		.social_media > ul > li:before{
			content: "";
		}
		.social_media > ul > li:after{
			content: "";
			display: inline-block;
			background: #c0c0c0;
			height: 33px;
			position: absolute;
			right: -20px;
			width: 1px;
			transform: skewX(-30.7deg);
				-moz-transform: skewX(-30.7deg);
				-webkit-transform: skewX(-30.7deg);
				-o-transform: skewX(-30.7deg);
				-ms-transform: skewX(-30.7deg);
		}
		.social_media > ul > li a{
			color: #c0c0c0;
			line-height: 33px;
		}
		.social_media > ul > li a:hover{
			color: #ef3e4c;
		}
	/* social_media starts */
/* .blog_post Ends */

/* pagination start */ 
	 /*.wp-pagenavi & wp_corenavi starts*/
	  .vpn_navigation{
		  border-top: 1px solid #dcdcdc;
		  overflow: hidden;
		  padding: 20px 0 0 0;
		  margin: 0 0 20px 100px;
	  }
	 .vpn_navigation  .wp-pagenavi ,.vpn_navigation .wp_corenavi{
		 float: right;
		 clear: both;
		 display: block;
		 font-size: 14px;
		 overflow: hidden;
		 padding: 0;
		 margin: 0;
		 text-align: left;
	}
	.pages {
		margin: 0;
		padding: 0;
	}
	
	.vpn_navigation  .wp-pagenavi span.current , .vpn_navigation  .wp_corenavi span.current{
		margin: 0 5px;
		padding: 5px 10px;
	}
	.vpn_navigation .wp-pagenavi a, .vpn_navigation .wp-pagenavi span, .vpn_navigation .wp_corenavi a.page-numbers, .vpn_navigation  .wp_corenavi span {
		padding: 5px 10px;
		text-decoration: none;
		border: none;
		margin: 0 2px;
	}
	.vpn_navigation  .wp-pagenavi a, .vpn_navigation  .wp_corenavi a.page-numbers {
		color: #bbbbbb;

		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
	}
	.wp-pagenavi a:hover, .vpn_navigation  .wp_corenavi a:hover{		
		background: #ebeaea;
		color: #555555;
	}
	.wp-pagenavi span.current, .vpn_navigation  .wp_corenavi span.current {
		background: #ef3e4c;
		color: #ffffff;
		border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
	}
	/*.wp-pagenavi  & wp_corenavi starts*/
	
/* pagination end */
/* .navigation Starts (Single post) */
	.page_nav {
		clear: both;
		display: block;
		border-top: 1px solid #dcdcdc;
		margin: 0 0 20px 100px;
		overflow: hidden;
		padding-top: 20px;
	}
		/* .navigation (for Project single page) */
		.page_nav.project_page_nav {
			margin: 20px 0;
			width: 100%;
			float: left;
		}
	.page_nav a{
		background: rgba(34, 34, 34, 0.2);
		color: #ffffff;
		float: right;
		line-height: 40px;
		height: 40px;
		margin-left: 7px;
		width: 40px;
		text-align: center;
	}
	.page_nav a .fa{
		font-size: 14px;
	}
		.page_nav a:hover{
			background: #ef3e4c;
		}
/* .navigation Ends (Single post) */

/**		20- Sidebar and Widgets		**/
/* side_bar Starts*/
.side_bar {
	padding-left: 35px;
}

.widget-title {
	color: #222222;
	clear: both;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 20px;
}

.widget{
	border-bottom: 1px solid #d0d0d0;
	display: block;
	padding: 0 0 31px;
	margin: 0 0 31px;
	overflow: hidden;
}

	/* custom_text_widget starts*/
		.custom_text_widget{
			color: #777777;
			display: block;
			margin-bottom: 25px;
		}
	
		.custom_text_widget h4{
			color: #777777;
			font-size: 22px;
			font-weight: 800;
			line-height: 25px;
			margin: 0 0 20px 0;
			text-transform: uppercase;
		}
	
		.custom_text_widget p {
			color: #777777;
			font-size: 14px;
			font-weight: 400;
			line-height: 22px;
		}
		
	/* custom_text_widget ends*/
	
	/* widget_recent_entries Starts*/
	.widget_recent_entries {
	
	}
	
	.widget_recent_entries ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.widget_recent_entries ul li {
		clear: both;
		display: block;
		margin: 0 0 18px 0;
	}
	
	.widget_recent_entries ul li a {
		color: #333333;
		display: block;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
	}
	
	.widget_recent_entries ul li a:hover {
		color: #ef3e4c;
	}
	
	.post-date {
		color: #ef3e4c;
		font-size: 13px;
		line-height: 20px;
		font-style: italic;
		font-weight: 600;
	}
	
	/* widget_recent_entries Ends*/
	
	
	/* widget_categories Starts*/
	.widget_categories {}
	
	.widget_categories ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.widget_categories ul li {
		color: #777777;
		clear: both;
		display: block;
		margin: 0 0 8px 0;
		line-height: 22px;
	}
	
	.widget_categories ul li a {
		color: #ef3e4c;
		display: block;
		font-size: 14px;
		line-height: 24px;
		float: left;
		font-weight: 400;
		padding: 0 5px 0 0;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	}
	
	.widget_categories ul li a:hover {
		color: #777777;
	}
	/* widget_categories Ends*/
	
	/* widget_text Starts*/
	.widget_text {}
	.textwidget {
		color: #777777;
		font-size: 14px;
		line-height: 22px;
	}
	
	.textwidget strong {
		color: #ef3e4c;
		font-size: 15px;
	}
	
	.textwidget blockquote {
		border: none;
		font-style: italic;
		font-size: 15px;
		line-height: 21px;
		margin-top: 30px;
		padding: 0;
	}
	/* widget_text Ends*/
	
	/* widget tagcloud starts */
	.tagcloud a{
		background: #f1f1f1;
		color: #7d7d7d;
		display: inline-block;
		font-size: 14px;
		float: left;
		font-weight: 400;
		line-height: 24px;
		padding: 4px 12px;
		margin: 0 7px 7px 0;
		-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
	}
	.tagcloud a:hover {
		background: #ef3e4c;
		color: #ffffff;
	}
	/* widget tagcloud ends */
	
	/* widget_kraft_slider starts */
	
		.widget_kraft_slider .bxslider {
			margin: 0;
			padding: 0;
		}
		
		.widget_kraft_slider .bx-wrapper {
			margin: 0;
			position: relative;
		}
		.widget_kraft_slider .bx-wrapper img{
			width: 100%;
			margin-bottom: 11px;
		}
		.widget_kraft_slider .bx-wrapper .bx-prev:before {
			content: "\f104";
			font-family: FontAwesome;
		}
		
		.widget_kraft_slider .bx-wrapper .bx-next:before {
			content: "\f105";
			font-family: FontAwesome;
		}
		
		.widget_kraft_slider .bx-wrapper .bx-prev {
			right: 21px;
			left: auto;
		}
		
		.widget_kraft_slider .bx-wrapper .bx-next {
			right: 0;
		}
		
		.widget_kraft_slider .bx-wrapper .bx-controls-direction a {
			color: #e3e3e3;
			font-size: 20px;
			position: absolute;
			text-indent: 1px;
			bottom: 18px;
			width: auto;
			z-index: 99;
		}
				.widget_kraft_slider .bx-wrapper .bx-controls-direction a:hover{
					color: #ef3e4c;
				}
		
		.widget_kraft_slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
			display: none;
		}
		.widget_kraft_slider .bx-wrapper .slider_caption{
			padding: 0 50px 0 0;
		}
		.widget_kraft_slider .bx-wrapper .bxslider .slider_caption h3 a{
			color: #222222;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: 600;
			line-height: 22px;
			text-transform: uppercase;
		}
		
		.widget_kraft_slider .bx-wrapper .bxslider .slider_caption p {
			color: #444444;
			font-size: 13px;
			font-weight: 400;
			line-height: 22px;
			margin-bottom: 0;
		}
		
		
	/* widget_kraft_slider ends */
	
	/* widget_search, widget_kraft_search Starts*/
	.widget_kraft_search label, .widget_search label{
		margin: 0;
	}
	#s {
		border-right: none;
		float: left;
		width: 301px;
		margin: 0;
	}
	
	#searchsubmit {
		background: url(../images/search.png) no-repeat scroll 40% center #d0d0d0;
		border: 1px solid #d0d0d0;
		border-left: none;
		float: left;
		height: 50px;
		width: 49px;
		margin: 0;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;

	}
		#searchsubmit:hover{
			border-color: #ef3e4c;
			background-color: #ef3e4c;
		}
	/* widget_search, widget_kraft_search Ends*/

	/* tweet-list Starts */
	.tweet-list .tweet, .tweet_even, .tweet_odd {
		font-size: 15px;
		padding-left: 35px;
		line-height: 1.3;
		margin-bottom:  15px;
		min-height: 65px;
		position: relative;
	}

	.tweet-list .tweet .icon {
		width: 25px;
		height: 25px;
		color: #ef3e4c;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		font-size: 25px;
	}
	.tweet .time , .tweet_time  {
		color: #b9b9b9;
		padding: 5px 0 0 0  !important;
		margin: 0;
		display: block;
	}
	.tweet_time a {
		color: #b9b9b9;
	}
	
	/* tweet-list Ends */
	
	/* FLickr widget starts */
	.widget_kraft_flickr .flikr a.overlay{
		background-color: rgba(3, 3, 3, 0.7);
		color: #FFF;
		font-size: 20px;
		float: left;
		overflow: hidden;
		position: relative;
		margin-right: 3.33%;
		margin-bottom: 3.33%;
		width: 22.5%;
		float: left;
	}
	.widget_kraft_flickr .flikr a:nth-child(4n){
		margin-right: 0;
	}
	
	.widget_kraft_flickr .flikr a.overlay:before {
		content: "\f067";
		font-family: 'FontAwesome';
		height: 100%;
		line-height: 80px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 0;
	}
	
	.widget_kraft_flickr .flikr a.overlay img{
		display: block;
		opacity: 1;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		position: relative;
		z-index: 9;
	}
	.widget_kraft_flickr .flikr a.overlay img:hover{
		opacity: .2;
	}
	/* FLickr widget ends */
	
	/* Gallery widget starts */
	.widget_kraft_portvpn .portvpn_thumb{
		margin-right: 3.33%;
		margin-bottom: 3.33%;
		width: 22.5%;
		float: left;
	}
	.widget_kraft_portvpn .portvpn_thumb:nth-child(4n){
		margin-right: 0;
	}
	.widget_kraft_portvpn a.overlay{
		background-color: rgba(3, 3, 3, 7);
		color: #FFF;
		font-size: 20px;
		float: left;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.widget_kraft_portvpn a.overlay:before {
		content: "\f067";
		font-family: 'FontAwesome';
		height: 100%;
		line-height: 80px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 0;
	}
	
	.widget_kraft_portvpn .gallery .pp_default .video:before , .widget_kraft_portvpn .gallery .pp_custom .video:before {
		content: "\f04b";
	}
	
	.widget_kraft_portvpn a.overlay img{
		 display: block;
		 opacity: 1;
		 transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
		 width: 100%;
		 position: relative;
	}
	.widget_kraft_portvpn a.overlay img:hover{
	 	opacity: .2;
	}
	/* Gallery widget ends */
		
	/* widget_custom_video starts */
	.widget_kraft_custom_video{
		overflow: hidden;
	}
	.widget_kraft_custom_video .video-js, .widget_kraft_custom_video .vjs-poster{
	}
	.widget_kraft_custom_video .vjs-default-skin .vjs-big-play-button{
		background: none;
		border: 2px solid #FFFFFF;
		border-radius: 50px;
			-moz-border-radius: 50px;
			-o-border-radius: 50px;
			-webkit-border-radius: 50px;
			-ms-border-radius: 50px;
		box-shadow: none;
		cursor: pointer !important;
		display: block;
		height: 70px;
		left: 50%;
		margin: -36px 0 0 -36px;
		opacity: 0.7;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 70px;
		transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button:hover{
		box-shadow: none;
		opacity: 1;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span{
		background: none;
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.widget_kraft_custom_video .vjs-default-skin div.vjs-big-play-button span:before{
		content: "\f04b";
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 18px;
		line-height: 70px;
		top: 0;
		left: 2px;
		z-index: 99;
		text-align: center;
	}

#comments_section {
	float: left;
	font-size: 14px;
	margin: 0 0 0 100px;
	padding: 13px 0 30px 0;
}
#comments{
	margin-bottom: 10px;
}
#comments_section li:before{
	content: "";
}

#comments_section h3 {
	color: #000000;
	font-size: 38px;
	line-height: 66px;
	margin: 0 0 35px;
}
 
 #comments_section h3 i{
    color: #ef3e4c;
    font-size: 22px;
    vertical-align: super;
 }
 #comments_section h3 span{
	 color: #333333;
 }
 
	#comments_section h3 .count {
		color: #222222;
	}

#comments .commentlist .comment .clearing-container img {
	border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		-webkit-border-radius: 50px;
	float: left;
	margin-right: 20px;
}
 	#comments_section .commentlist {
		list-style: none;
		margin: 0;
	}

	#comments .commentlist .children {
		margin: 0 0 0 120px;
	}
   
	#comments .commentlist .children li {
		border: none;
		margin: 0;
	}

	#comments .commentlist li { 
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		background-image: none !important; 
		display: inline-block;
		margin: 0 0 25px; 
		overflow: hidden;
		padding: 0;
	}
	#comments .commentlist li cite.fn, #comments .commentlist a.comment-reply-link{
		margin: 0 20px 0 0;
	}
	#comments .commentlist li cite.fn, #comments .commentlist li cite.fn a {
		color: #222222;
		float: left;
		font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 28px;
	}
	#comments .commentlist li time{
		clear: both;
		float: left;
	}
	#comments .commentlist li time a {
		display: block;
		color: #444444;
		font-size: 13px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 8px;
	}
	#comments .clearing-container .comment_block{
		clear: both;
		color: #444444;
		float: left;
		margin: -14px 0 0 120px;
		overflow: hidden;
		padding: 0 0 35px; 
	}
	#comments .clearing-container .comment p {
		clear: both;
		padding: 0;
		margin-bottom: 0;
	}
    #comments .commentlist li.odd { 
	 	padding: 0;
	 }
	#comments .comment-author { 
		float: left; 
		margin: 14px 0; 
	}
	#comments .comment-author a {  
		font-size: 22px;
		/*font-weight: 800;*/
		line-height: 24px;
	}
	#comments .commentlist a.comment-reply-link {
		color: #999999;
		font-size: 13px;
		float: right;
		padding: 0;
		margin-top: 18px;
		line-height: 22px;
	}
		#comments .commentlist a.comment-reply-link:hover{
			color: #ef3e4c;
		}
	#comments .commentlist a.comment-reply-link i{
		color: #ef3e4c;
		margin-left: 8px;
		vertical-align: middle;
	}
	#comments_section #respond h3 {
		border: none;
		margin-bottom: 23px;
	}
	#comments_section #commentform .input-small{
		float: left;
		width: 49%;
	}
	#comments_section #commentform .input-small-margin{
		margin-left: 2%;
	}
	#comments_section #commentform textarea {  
		width: 100%;
	}
	#comments_section #commentform .button{
		font-weight: 400;
		margin-bottom: 20px;
		overflow: hidden;
			-webkit-transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-ms-transition: all 0.3s ease 0s;
			-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
		text-align: center;
		width: 100%;
	}
	#comments_section #commentform .button i{
		margin-left: 15px;
	}
		#comments_section #commentform .button:hover, #comments_section #commentform .button:active, #comments_section #commentform .button:focus{
			color: #ef3e4c;
			background-color: transparent;
		}

/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/
	.vpn-one-half { width: 48.717948717948715%; }
	.vpn-one-third { width: 31.623931623931625%; }
	.vpn-two-third { width: 65.81196581196582%; }
	.vpn-one-fourth { width: 23.076923076923077%; }
	.vpn-three-fourth { width: 74.35897435897436%; }
	.vpn-one-fifth { width: 17.94871794871795%; }
	.vpn-two-fifth { width: 38.46153846153846%; }
	.vpn-three-fifth { width: 58.97435897435898%; }
	.vpn-four-fifth { width: 79.48717948717949%; }
	.vpn-one-sixth { width: 14.52991452991453%; clear: left; }
	.vpn-five-sixth { width: 82.90598290598291%; }
	
	.vpn-one-half,
	.vpn-one-third,
	.vpn-two-third,
	.vpn-three-fourth,
	.vpn-one-fourth,
	.vpn-one-fifth,
	.vpn-two-fifth,
	.vpn-three-fifth,
	.vpn-four-fifth,
	.vpn-one-sixth,
	.vpn-five-sixth {
		position: relative;
		/*margin-right: 4%;*/
		margin-right: 2.564102564102564%;
		margin-bottom: 40px;
		float: left;
	}
	
	.vpn-column-last {
		margin-right: 0 !important;
		clear: right;
	}


/**      22.2- Buttons Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/
/* .button.button-dark starts */
.button.button-dark, a.button.button-dark{
	background-color: #222222;
	border: 1px solid #222222;
	color: #FFF;
}
	.button.button-dark:hover, a.button.button-dark:hover{
		background-color: transparent;
		color: #222222;
	}
/* .button.button-dark ends */

/* .button.button-icon starts */
.button.button-icon, a.button.button-icon{
}
	.button.button-icon i, a.button.button-icon i{
		margin-right: 11px;
		font-size: 14px;
	}
.button.button-xlarge.button-icon {
	padding: 0 46px 0 28px;
}
	.button.button-xlarge.button-icon i{
		margin-right: 15px;
		font-size: 18px;
	}
.button.button-large.button-icon {
	padding: 0 48px 0 30px;
}
	.button.button-large.button-icon i{
		margin-right: 15px;
		font-size: 18px;
	}
.button.button-medium.button-icon {
	padding: 0 30px 0 26px;
}
	.button.button-medium.button-icon i{
		margin-right: 13px;
		font-size: 16px;
	}
.button.button-small.button-icon {
	padding: 0 24px 0 20px;
}
	.button.button-small.button-icon i{
		margin-right: 10px;
		font-size: 14px;
	}
/* .button.button-icon ends */

/* .button.button-outline starts */
.button.button-outline, a.button.button-outline{
	background-color: transparent;
	color: #ef3e4c;
}
	.button.button-outline:hover, a.button.button-outline:hover{
		background-color: transparent;
	}
/* .button.button-outline ends */

/* .button.button-full starts */
.button.button-full{
	width: 100%;
	font-size: 15px;
	line-height: 62px;
}

/*-----------------------------------------------------------------------------------*/
/* Tab Styles
/*-----------------------------------------------------------------------------------*/
.vpn-tabs.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}

.vpn-tabs {
	background: none;
	margin: 0 0 25px 0;
}

.vpn-tabs .vpn-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.vpn-tabs .vpn-nav li {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #E3E3E3;
	float: left;
	position: relative;
	margin: 0 0 -1px 0;
	z-index: 10;
	padding: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.vpn-tabs .vpn-nav li:before { 
	content: "";
}
.vpn-tabs .vpn-nav .ui-tabs-selected, .vpn-tabs .vpn-nav .ui-tabs-active{
	background: transparent;
	border: 1px solid #E3E3E3;
	border-bottom-color: #FFFFFF;
	
}
.vpn-tabs .vpn-nav li a {
 	display: block;
    border: none;
    border-radius: 0;
    color: #222222;
    font-size: 13px;
    line-height: 34px;
    margin: 0 0 0 0;
    padding: 0 44px;
    position: relative;
}
.vpn-tabs .vpn-nav li a:hover {
	opacity: 0.9;
}
.vpn-tabs .vpn-nav li a .fa{
	margin: 0 5px 0 -15px;
}
.vpn-tabs .vpn-nav .ui-tabs-selected a,
.vpn-tabs .vpn-nav .ui-tabs-active a {
	color: #ef3e4c;
}
.vpn-tabs .vpn-tab {
	border: 1px solid #dcdcdc;	
	background: #fff;
	clear: both;
	padding: 22px 28px;
	color: #777777;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

/**      22.4- Toggles Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/
.vpn-toggle { margin: 0 0 14px 0; }

.vpn-toggle .vpn-toggle-title {
	outline: none;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	border: 1px solid #f2f2f2;
	color: #222222;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 12px 20px;
	position: relative;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.vpn-toggle .ui-accordion-header-active, .vpn-toggle .ui-state-active{
	background-color: #ef3e4c;
	border-color: #ef3e4c;
    color: #FFFFFF;
}
.vpn-toggle .vpn-toggle-title:hover {  }
.vpn-toggle-inner {
	color: #777777;
	border: none;
	display: block;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	width: auto;
	padding: 22px 28px;
}
.vpn-toggle span.ui-icon:before{
	content: "\f178";
	display: inline-block;
	font-size: 14px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 29px;
	padding: 8px 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
}
.vpn-toggle .ui-state-active .ui-icon:before { content: "\f175"; }


/**      22.5- Pricing Tables Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/* vpn Pricing Table Styles		
/*-----------------------------------------------------------------------------------*/
.vpn_pricing_single{
	background: #f2f2f2;
	position: relative;
	text-align: center;
	z-index: 9;
	margin-bottom: 25px;
}

.vpn_pricing_single .price_title{
	background: #FFFFFF;
	padding: 12px 15px;
	text-align: center;
	position: relative;
}
.vpn_pricing_single.favourite_pricing .price_title{
	background: #ef3e4c;
}
	.vpn_pricing_single .price_title:after{
		background: #F2F2F2;
		content: "";
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}
	.vpn_pricing_single .price_title h2{
		color: #656565;
		font-size: 22px;
		line-height: 28px;	
		font-weight: 400;
		margin: 0;
	}
	.vpn_pricing_single.favourite_pricing .price_title h2{
		color: #FFFFFF;
	}
.vpn_pricing_single .price_cost{
	padding: 47px 15px;
	text-align: center;
}
	.vpn_pricing_single .price_cost .price{
		color: #000000;
		font-size: 60px;
		font-weight: 200;
		line-height: 60px;
		margin: 0;
	}
	
	.vpn_pricing_single .price_cost .duration{
		color: #000000;
		font-size: 12px;
		font-weight: 400;
		line-height: 22px;	
		margin: 0;
	}
.vpn_pricing_single .pricing_details{
	padding: 24px 0 37px;
}
.vpn_pricing_single .pricing_details ul{
	margin: 0 0 17px 0;
	text-align: center;
}
	.vpn_pricing_single .pricing_details ul li{
		color: #777777;
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 24px 0;
		margin: 0;
	}
	.vpn_pricing_single .pricing_details ul li:before{
		content: "";
	}
	.vpn_pricing_single .pricing_details .button{
		margin: 0;
	}
	.vpn_pricing_single.dark_pricing .pricing_details .button{
		background-color: #222222;
		border: 1px solid #222222;
		color: #FFF;		
	}
		.vpn_pricing_single.dark_pricing .pricing_details .button:hover{
			background-color: transparent;
			color: #222222;
		}


/**      22.6- Quotes Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Quotes Styles
/*-----------------------------------------------------------------------------------*/

	/* quote_styling Starts */
	
	/* blockqoute */ 
	.content_bar .quote_1, .content_bar .quote_2, .content_bar .quote_3, .content_bar .quote_4, .content_bar .quote_5{
		margin: 35px 0 40px 0;
		padding: 0 10px 0 47px;
		clear: both;
	}
	.content_bar .quote_4, .content_bar .quote_5{
		padding: 25px 38px 25px 38px;
		border: none;
		background: #ccc;/*rgba(239, 239, 239, 1);*/
	}
	.content_bar .quote_1{
		border-left: 3px solid #ef3e4c;
	}
	.content_bar .quote_2, .content_bar .quote_3 {
		border-left: 3px solid  #ef3e4c;
	}
	
	/* blockqoute p */
	.content_bar .quote_1 p, .content_bar .quote_4 p , .content_bar .quote_5 p{
		float: none;
		color: #000000;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		padding-bottom: 15px;
		margin: 0;
	}
	.content_bar .quote_2 p, .content_bar .quote_3 p {
		float: none;
		color: #000000;
		font-size: 22px;
		font-style: italic;
		font-weight: 400;
        line-height: 28px;
		padding-bottom: 15px;
		margin: 0;
	}
		.content_bar .quote_3 p{
			font-weight: 600;
		}
	.content_bar .quote_4 p , .content_bar .quote_5 p{
		font-size: 22px;
		line-height: 28px;
		font-style: italic;
	}
		.content_bar .quote_5 p{
			font-weight: 600;
		}
	
	/* blockqoute strong */
	.content_bar .quote_1 strong{	
		color: #979797;
		clear: both;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 13px;
	}
	.content_bar .quote_4 strong, .content_bar .quote_5 strong, .content_bar .quote_3 strong, .content_bar .quote_2 strong {	
		color: #979797;
		clear: both;
		font-size: 13px;
		font-style: italic;
		font-weight: 400;
		line-height: 13px;
	}
	
	/* quote_styling Ends */


/**      22.7- Alerts Styles			                 				  **/
/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/
.vpn-alert {
	padding: 10px 35px 10px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
		-ms-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	line-height: 24px;
}

.vpn-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.vpn-alert.red, .vpn-alert.danger, .vpn-alert.error {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.vpn-alert.yellow ,.vpn-alert.warning {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.vpn-alert.green, .vpn-alert.success {
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
}
	
.vpn-alert.grey {
    background: #EAEAEA;
    border: 1px solid #D3D3D3;
    color: #373737;
}
.vpn-alert.blue, .vpn-alert.info{
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}


/*-----------------------------------------------------------------------------------*/
/* vpn Stats Styles		
/*-----------------------------------------------------------------------------------*/

.section_404{
	padding-top: 202px;
}
	.section_404 .hgroup{
		display: block;
		overflow: hidden;
		margin-bottom: 42px;
	}
		.section_404 .hgroup .heading_left{
			float: left;
			width: 29.74358974358974%;
			text-align: center;
		}
			.section_404 .hgroup .heading_left h1 {
				color: #000;/*#e2e2e2;*/
				font-size: 200px;
				font-weight: 300;
				line-height: 222px;
				position: relative;
			}
			.section_404 .hgroup .heading_left h1:after{
				background: #ef3e4c;
				bottom: -5px;
				content: "";
				height: 10px;
				left: 50%;
				position: absolute;
				margin-left: -26px;
				width: 54px;
			}
		.section_404 .hgroup .skew_holder{
			float: left;
			width: 14.35897435897436%;
		}
			.section_404 .hgroup .skew_shape{
				display: block;
				background: #FFFFFF;
				border: 1px solid #999999;
				height: 295px;
				margin: 0 auto;
				width: 2px;
				transform: skewX(-29.7deg);
					-moz-transform: skewX(-29.7deg);
					-webkit-transform: skewX(-29.7deg);
					-o-transform: skewX(-29.7deg);
					-ms-transform: skewX(-29.7deg);
			}
		.section_404 .hgroup .heading_right{
			float: left;
			padding: 31px 0 0 25px;
			width: 55.8974358974359%;
		}
			.section_404 .hgroup h2{
				color: #444444;
				display: block;
				font-size: 80px;
				font-weight: 200;
				line-height: 80px;
				margin: 0 0 7px;
			}
			.section_404 .hgroup h3{
				color: #444444;
				font-size: 28px;
				line-height: 40px;
				margin: 0;
				position: relative;
			}
			.section_404 .hgroup p{
				font-size: 17px;
				line-height: 24px;
				margin: 0 0 7px;
			}
/* .section_404 ends */




/*Home creen Text Animation*/
.slider {
  max-width: 300px;
  height: 200px;
  margin: 20px auto;
  position: relative;
 
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0; top:0;
  display:none;
}
.slide {

    animation:fade 14s infinite;
-webkit-animation:fade 14s infinite;

} 

/*elemt float moving steller*/
#imgEtiquette {
  position: absolute;
  top: -180px;
  left: -30px;
  z-index:-1;
  width:100%;
}
#imgCadran {
  position: absolute;
  top: 290px;
  left: 845px;
}




/*cloud animation*/

.clouds {
  position: absolute;
  top: 110px;
  left:0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 337px;
  background-image: url("../images/bg-clouds.png");
}
.no-touch.cssanimations .clouds {
  -webkit-animation: clouds 15s infinite linear;
  -moz-animation: clouds 15s infinite linear;
  -ms-animation: clouds 15s infinite linear;
  -o-animation: clouds 15s infinite linear;
  animation: clouds 15s infinite linear;
}

/* clouds */
@-webkit-keyframes clouds {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1000px 0; } }

@-moz-keyframes clouds {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1000px 0; } }

@-ms-keyframes clouds {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1000px 0; } }

@-o-keyframes clouds {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1000px 0; } }

@keyframes clouds {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1000px 0; } }
	
	
	
	
	
	/*Falling leaves Animation*/
	
	.fallingLeaves {
    text-align: left;
	position:absolute;
}
.fallingLeaves span {
    display: inline-block;
	margin: -30px 30px 44px  -24px;
    
    -webkit-animation: fallingLeaves 9s infinite  linear;
    -moz-animation: fallingLeaves 9s infinite  linear;
    animation: fallingLeaves 9s infinite  linear;
}
.fallingLeaves span:nth-child(5n+5) {
	background:url("../images/oak1.gif");
    width: 35px;
    height: 35px;

    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.fallingLeaves span:nth-child(3n+2) {
	background:url("../images/oak2.gif");
    width: 35px;
    height: 35px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.fallingLeaves span:nth-child(2n+1) {
	background:url("../images/oak3.gif");
    width: 21px;
    height: 21px;

    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.fallingLeaves span:nth-child(3n+1) {
	background:url("../images/oak4.gif");
    width: 21px;
    height: 21px;

    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.fallingLeaves span:nth-child(7n+2) {
	background:url("../images/oak1.gif");
    width: 35px;
    height: 35px;

    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.fallingLeaves span:nth-child(4n+5) {
	background:url("../images/oak2.gif");
    width: 35px;
    height: 35px;

    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.fallingLeaves span:nth-child(5n+2) {
	background:url("../images/oak3.gif");
    width: 21px;
    height: 21px;

    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s;
}
@-webkit-keyframes fallingLeaves {
  0% {
    opacity: 1;

	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;

	-webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;

	-webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
@-moz-keyframes fallingLeaves {
  0% {
    opacity: 1;
    
	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
   
	-webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    
	-webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
@keyframes fallingLeaves {
  0% {
    opacity: 1;
    
	transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
   
	transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    
	transform: translate(150px, 800px) rotateZ(360deg);
  }
}





/*Steam animation html one line*/

.steamcoffee{background:url(../images/coffesteam.png) no-repeat left top;width:22px;height:15px;position:absolute;left:63px;top:45px}.steamcoffee{-moz-animation-name:steam;-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:steam;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}
@keyframes steam{0%{top:5px;opacity:0}50%{top:-5px;opacity:1}100%{top:-18px;opacity:0}}@-moz-keyframes
steam{0%{top:45px;opacity:0}50%{top:35px;opacity:1}100%{top:20px;opacity:0}}@-webkit-keyframes
steam{0%{top:45px;opacity:0}50%{top:35px;opacity:1}100%{top:20px;opacity:0}}@-o-keyframes
steam{0%{top:45px;opacity:0}50%{top:35px;opacity:1}100%{top:20px;opacity:0}}


/*rotate main*/

.icon-repeat {
    -webkit-animation: Rotate 1500ms infinite linear;
    -moz-animation: Rotate 1500ms infinite linear;
    -ms-animation: Rotate 1500ms infinite linear;
    -o-animation: Rotate 1500ms infinite linear;
    animation: Rotate 1500ms infinite linear;
}
@-o-keyframes Rotate {
  from {-o-transform:rotate(0deg);}
  to {-o-transform:rotate(360deg);}
}
@-moz-keyframes Rotate {
  from {-moz-transform:rotate(0deg);}
  to {-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate {
  from {-ms-transform:rotate(0deg);}
  to {-ms-transform:rotate(360deg);}
}
@-webkit-keyframes Rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}
@-keyframes Rotate {
  from { transform:rotate(0deg);}
  to { transform:rotate(360deg);}
}





/*using icon-rotate but dif html and image*/
.gearanimation{background:url(../images/gear.png) no-repeat left top;width:24px;height:24px;position:absolute;left:77px;top:27px}

.brush{background:url(../images/sing1.png) no-repeat left top;}
.seo_search{background:url(../images/seo_search.png) no-repeat left top;}

/*brush moving*/
.singing{width:25px;height:25px;position:absolute;left:42px;bottom:17px}.singing{-moz-animation-name:sing;-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:sing;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@keyframes
sing{0%{top:20px;opacity:0}50%{top:35px;left:82px;opacity:1}100%{top:8px;left:88px;opacity:0}}@-moz-keyframes
sing{0%{top:20px;opacity:0}50%{top:35px;left:82px;opacity:1}100%{top:8px;left:88px;opacity:0}}@-webkit-keyframes
sing{0%{top:20px;opacity:0}50%{top:35px;left:82px;opacity:1}100%{top:8px;left:88px;opacity:0}}@-o-keyframes
sing{0%{top:20px;opacity:0}50%{top:35px;left:82px;opacity:1}100%{top:8px;left:88px;opacity:0}}



/*message bubble anmation*/

.bubbleprojects{background:url(../images/bubblesproject.png) no-repeat left top;width:23px;height:17px;position:absolute;left:66px;top:60px}.bubbleprojects{-moz-animation-name:bubble;-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:bubble;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@keyframes
bubble{0%{top:66px;opacity:1}100%{top:44px;opacity:0}}@-moz-keyframes
bubble{0%{top:66px;opacity:1}100%{top:44px;opacity:0}}@-webkit-keyframes
bubble{0%{top:66px;opacity:1}100%{top:44px;opacity:0}}@-o-keyframes
bubble{0%{top:66px;opacity:1}100%{top:44px;opacity:0}}.bubbleprojectsout{background:url(../images/bubblesproject.png) no-repeat left top;width:23px;height:17px;position:absolute;left:66px;top:60px}.bubbleprojectsout{-moz-animation-name:bubble2;-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:bubble2;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@keyframes
bubble2{0%{top:66px;opacity:1}100%{top:-23px;opacity:0}}@-moz-keyframes
bubble2{0%{top:66px;opacity:1}100%{top:-23px;opacity:0}}@-webkit-keyframes
bubble2{0%{top:66px;opacity:1}100%{top:-23px;opacity:0}}@-o-keyframes
bubble2{0%{top:66px;opacity:1}100%{top:-23px;opacity:0}}


/*ecommerse animation*/
.facebookhand{-moz-animation-name:facebookhover;-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:facebookhover;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@keyframes
facebookhover{0%{top:0px}50%{top:10px}100%{top:0px}}@-moz-keyframes
facebookhover{0%{top:0px}50%{top:10px}100%{top:0px}}@-webkit-keyframes
facebookhover{0%{top:0px}50%{top:10px}100%{top:0px}}@-o-keyframes
facebookhover{0%{top:0px}50%{top:10px}100%{top:0px}}


footer{ padding-bottom:5px;}
.parallex_vpn{ min-height:590px;}

#about-us{ padding-top:100px;}

.next_section{ position:absolute; left:50%; bottom:50px; z-index:1; margin-left:-25px; width:46px;}



/*bounce animation shopping cart icon*/

.element-animation{
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  15% {
    -moz-transform:  translate(0px,-25px)  ;
  }
  30% {
    -moz-transform:  translate(0px,0px)  ;
  }
  45% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  15% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
  30% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  45% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  15% {
    -o-transform:  translate(0px,-25px)  ;
  }
  30% {
    -o-transform:  translate(0px,0px)  ;
  }
  45% {
    -o-transform:  translate(0px,-15px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  15% {
    -ms-transform:  translate(0px,-25px)  ;
  }
  30% {
    -ms-transform:  translate(0px,0px)  ;
  }
  45% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}



.steamcoffee.new{ background:url(../images/coffesteam_new.png) no-repeat!important;}
.heading_wrap h2{/*font-family: 'Pacifico', cursive;*/ margin-left:0; text-align:center; font-weight:400;}
.text_banner_holder .heading_wrap h2{ font-size:68px; line-height:78px;/* text-shadow: 1px 1px 1px rgba(0,0,0,.8), 3px 3px 5px rgba(0,0,0,.4);*/ font-family: 'Seaweed Script', cursive;
font-family: 'Loved by the King', cursive;, cursive; color:#636363;
}

.testi_holder .testi_single .testi_text h3{
              text-shadow: 2px 2px 2px #000; line-height:38px;}
/*@media only screen and (max-width: 480px) {
    .circle_button{ width:105px!important;}
}
@media only screen and (max-width: 767px) {
	#process{ display:none;}
}
*/

.copy_right .fa.fa-heart{
    -webkit-animation: animateHeart 2.5s infinite;
	-moz-animation: animateHeart 2.5s infinite;
    animation: animateHeart 2.5s infinite; color:#ef3e4c;
	}
	@-webkit-keyframes animateHeart {
  0%  { -webkit-transform: scale(1); }
  5%  { -webkit-transform: scale(1.2); }
  10% { -webkit-transform: scale(1.1); }
  15% { -webkit-transform: scale(1.3); }
  50% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(1); }
}
@keyframes animateHeart {
  0%  { transform: scale(1); }
  5%  { transform: scale(1.2); }
  10% { transform: scale(1.1); }
  15% { transform: scale(1.3); }
  50% { transform: scale(1); }
  100% { transform: scale(1); }
}

.menu-bar .logo{ margin:-14px 0 0;}

.text_banner_holder .heading_wrap h2{ }
.sec_ttile{ text-align:center;}
.big_logo_red{max-width:220px; text-align:center; position:absolute; top:50%; left:50%; margin-left:-97px; margin-top:-90px; z-index:3; opacity:1;}
.heading_wrap h2{ font-family:Arial, Roboto, Helvetica, sans-serif; }
.career{ width:50px; height:50px; background: #ef3e4c url("../images/career_img.png") no-repeat scroll center 7px; display:block; position:absolute; top:50%; right:0; z-index:5; color:#fff; padding:28px 0 0 5px; font-size:11px; text-align:center;}
#contact-us{ position:relative;}
.career:hover, .career:active{ color:#fff;}
.zee_d_curve.zee_d_curve_bg1{ min-height:450px;}
#services, #platforms, #careers{ padding-top:100px;}
.featured_image{ margin-bottom:30px;}
/*.text_banner_holder .heading_wrap h2{ text-shadow:1px 1px 1px rgba(0, 0, 0, 0.9);}*/
.sub.menu-bar{ position:fixed; left:0; top:0;}
.sub_footer{ padding-top:4px;}
.logo.sub{ height:70px;}
.mob_logo{ display:none;}

/*dark style*/
body{background:#252525}body #sb-site{background:#252525}iframe{border:none}hr{border-top:1px solid #e3e3e3}input,button,select,textarea{color:#e3e3e3}a:hover,a:focus{color:#888}code{background-color:#F9F9F9;border:1px solid #E9E9E9;color:#222}.bg_grey{background-color:#151515}.vpn-link-url{color:#999}.button,a.button{background-color:#ef3e4c;border:1px solid #ef3e4c;color:#FFF}.button:hover,a.button:hover{background-color:transparent;color:#ef3e4c}input[type="submit"]{background-color:#ef3e4c;border:1px solid #ef3e4c;color:#FFF}input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{color:#ef3e4c;background-color:transparent}.circle_button holder{position:relative}.circle_button{background-color:#252525}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{border:1px solid rgba(242,242,242,0.3);color:#e3e3e3}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{color:#e3e3e3}.zee_d_curve_container:before{background:#252525}.zee_d_curve_container:after{background:#252525}.zee_curve_container .zee_curve_left{border-left:610px solid #252525}.zee_curve_container .zee_curve_right{border-right:610px solid #252525}.zee_d_curve_container.bottom_grey:after,.zee_d_curve_container.top_grey:before{background:#151515}.zee_d_curve_container.top_grey .zee_curve_left{border-left:610px solid #151515}.zee_d_curve_container.bottom_grey .zee_curve_right{border-right:610px solid #151515}.zee_t_curve_container:before{background:#252525}.zee_b_curve_container:after{background:#252525}.zee_t_curve_container.top_grey .zee_curve_left:before{border-left:610px solid #151515}.zee_b_curve_container.bottom_grey .zee_curve_right:before{border-right:610px solid #151515}.stats_single .stats_hgroup h3 span{color:#e3e3e3}.section_container .hgroup h2{color:#e3e3e3}.about_content_holder h3{color:#e3e3e3}.about_single h4{color:#e3e3e3}.project .project_detail .project_text{border-bottom:1px solid rgba(221,221,221,0.2);margin:0 0 15px}.project .project_detail .project_text .hgroup h2{color:#e3e3e3}.project .project_detail .project_text .hgroup h3{color:rgba(227,227,277,0.6)}.project .project_detail .project_meta{border-bottom:1px solid rgba(221,221,221,0.2)}.project .project_detail .project_meta span{color:#e3e3e3}.project .project_detail .project_meta .meta_title:after{background:#777}.service_single .icon_holder .icon_shape{background-color:transparent}.service_single .service_right h4{color:#e3e3e3}.simple_text .text_holder h4{color:#e3e3e3}.work_nav ul li a{color:#999}.member_basic{background:rgba(37,37,37,0.9)}.member_basic .member_name{color:#e3e3e3}.member_basic .member_designation{color:#999}.team_slider .team_stats .stats_bar_holder{background:#151515}.team_slider .team_stats .stats_title{color:#e3e3e3}.team_description h3{color:#e3e3e3}.post .post_content .meta_holder .title_holder .post_title a{color:#e3e3e3}.post .post_content .meta_holder .post_meta{color:#777}.contact_info h4{color:#e3e3e3}.content_bar h2.vpn_h2{color:#e3e3e3}.content_bar h2.vpn_h2:before{background:#e3e3e3}.content_bar h1,.content_bar .h1,.content_bar h1 a,.content_bar .h1 a,.content_bar h2,.content_bar .h2,.content_bar h2 a,.content_bar .h2 a,.content_bar h3,.content_bar .h3,.content_bar h3 a,.content_bar .h3 a,.content_bar h4,.content_bar .h4,.content_bar h4 a,.content_bar .h4 a,.content_bar h5,.content_bar .h5,.content_bar h5 a,.content_bar .h5 a,.content_bar h6,.content_bar .h6,.content_bar h6 a,.content_bar .h6 a{color:#e3e3e3}.content_bar p{color:#777}.content_bar pre{background:none repeat scroll 0 0 #2f2f2f;border:1px solid #151515;color:#999}.internal_header .hgroup h2{color:#e3e3e3}.internal_header .hgroup h3{color:#e3e3e3}.internal_header .hgroup h4{color:#777}.blog_listing .meta_holder .comments span{color:#e3e3e3}.social_media{background-color:#2f2f2f}.social_media > span{color:#e2e2e2}.vpn_navigation{border-top:1px solid #2f2f2f}.vpn_navigation .wp-pagenavi a,.vpn_navigation .wp_corenavi a.page-numbers{color:#747474}.wp-pagenavi a:hover,.vpn_navigation .wp_corenavi a:hover{background:#2f2f2f;color:#747474}.page_nav{border-top:1px solid #2f2f2f}.page_nav a{background:#2f2f2f;color:#747474}.page_nav a .fa{font-size:14px}.page_nav a:hover{background:#ef3e4c;color:#fff}.widget-title{color:#e3e3e3}.widget{border-bottom:1px solid #747474}.widget_recent_entries ul li a{color:#e3e3e3}.tagcloud a{background:#2f2f2f;color:#747474}.widget_kraft_slider .bx-wrapper .bxslider .slider_caption h3 a{color:#e3e3e3}.widget_kraft_slider .bx-wrapper .bxslider .slider_caption p{color:#777}#s{border-right:none}#searchsubmit{background:url(../images/search.png) no-repeat scroll 40% center rgba(242,242,242,0.3);border:1px solid rgba(242,242,242,0.3);border-left:none}#comments_section h3{color:#e3e3e3}#comments_section h3 span{color:#e3e3e3}#comments_section h3 .count{color:#e3e3e3}#comments .commentlist li{border-bottom:1px solid rgba(226,226,226,0.1)}#comments .commentlist li cite.fn,#comments .commentlist li cite.fn a{color:#e3e3e3}.button.button-dark,a.button.button-dark{background-color:#111;border:1px solid #111;color:#FFF}.button.button-dark:hover,a.button.button-dark:hover{background-color:transparent;color:#111}.vpn-tabs .vpn-nav li{background:#2f2f2f;border:1px solid #151515;border-right:1px solid #151515;border-left:1px solid #151515;border-bottom:1px solid #151515}.vpn-tabs .vpn-nav .ui-tabs-selected,.vpn-tabs .vpn-nav .ui-tabs-active{background:#2f2f2f;border:1px solid #151515;border-bottom-color:#2f2f2f}.vpn-tabs .vpn-nav li a{color:#e3e3e3}.vpn-tabs .vpn-tab{border:1px solid #151515;background:#2f2f2f}.vpn-toggle{margin:0 0 14px}.vpn-toggle .vpn-toggle-title{background-color:#2f2f2f;border:1px solid #151515;color:#e3e3e3}.vpn_pricing_single{background:#2f2f2f}.vpn_pricing_single .price_title{background:#151515}.vpn_pricing_single .price_title:after{background:#2f2f2f}.vpn_pricing_single .price_title h2{color:#999}.vpn_pricing_single.favourite_pricing .price_title h2{color:#FFF}.vpn_pricing_single .price_cost{padding:47px 15px;text-align:center}.vpn_pricing_single .price_cost .price{color:#e3e3e3}.vpn_pricing_single .price_cost .duration{color:#e3e3e3}.vpn_pricing_single.dark_pricing .pricing_details .button{background-color:#111;border:1px solid #111}.vpn_pricing_single.dark_pricing .pricing_details .button:hover{color:#111}.content_bar .quote_4,.content_bar .quote_5{background:#2f2f2f}.content_bar .quote_1 p,.content_bar .quote_4 p,.content_bar .quote_5 p{color:#e3e3e3}.content_bar .quote_2 p,.content_bar .quote_3 p{color:#e3e3e3}.section_404 .hgroup .heading_left h1{color:rgba(255,255,255,0.1)}.section_404 .hgroup h2{color:#e3e3e3}.section_404 .hgroup h3{color:#e3e3e3}







/*overlay gradiebt and color*/
.td_bgcolor_box{
	position:absolute !important;
	z-index:0 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
}
.td_gradient_box{
	position:absolute !important;
	z-index:0 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	background-color:#000;
}


.overlay_gradvp{
	position:absolute !important;
	z-index:0 !important;
	min-width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	background:rgba(0, 0, 0, 0) url("../images/services__bg.png") no-repeat scroll 0 0/cover;
	
}


.down-mark {
	position: absolute;
	bottom: 75px;
	height: 29px;
	width: 18px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #f2f2f2;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index:1;
}
@keyframes example {
0%   {top:3px;}
25%  { top:5px;}
50%  { top:15px;}
100% {top:2px;}
}
.down-mark:after {
	position: absolute;
	background: #f2f2f2;
	height: 6px;
	width: 2px;
	top: 5px;
	left: 0;
	content: '';
	right: 0;
	margin: 0 auto;
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	-webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-name: example;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	z-index:1;
}
.text_banner_holder{ position:relative; z-index:1;}
.text_banner_holder .heading_wrap h2{ color:#f2f2f2;}

.about_right .vpn-link-url i{ font-size:12px;}


.newp{ position:absolute; left:50%; top:50%; margin-left:-93px; font-size:15px; padding:1px 5px 1px 5px; background:#ef3e4c; color:#fff; z-index:0; border-radius:100px; font-style:italic; margin-top:47px;}
.next_section{ background:#fff; width:50px; height:50px; border-radius:26px;-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);}
.scroll_next_section{ margin:0 auto; padding:11px;}

.next_section:hover {
	 background-color: #ef3e4c;
  color: white;
}
.next_section a i{ margin-top:3px;}
.next_section:hover a i{ color:#fff!important;}
.heart{
    -webkit-animation: animateHeart 2.5s infinite;
	-moz-animation: animateHeart 2.5s infinite;
    animation: animateHeart 2.5s infinite; color:#ef3e4c;
	}
	
	#tag_cloud-2{ border-bottom:none;}
	.contact_description{ text-align:center;}

    

label.success {
	color: #638366;
	background-color: #deecdf;
	border: 1px solid #bed9c0;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	font-size: 13px;
	margin: -5px 0 20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{ bottom:128px!important;}

.gmnoprint .gm-style-mtc{ margin-top:88px;}
	.gmnoprint .gm-style-mtc div{ background:#aeaeae!important;}
	.gmnoprint .gm-style-mtc div:hover{ background:#f2f2f2!important;}
	@media screen and (max-width: 480px){
		.gmnoprint .gm-style-mtc{ margin-top:0px;}
	}
/*right-slidebar close custom vpn btn*/
 	.slideclose{ border-radius:0 0 80px 80px!important;
     -moz-border-radius: 0 0 80px 80px!important;
     -webkit-border-radius: 0 0 80px 80px!important; width:60px!important; height:40px!important; color:#ccc!important; padding:6px 17px 12px 15px!important; text-align:center!important; position:absolute!important; left:-50px!important; top:50%!important; margin-top:-25px!important; z-index:1!important; display:block!important; cursor:pointer; -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); background:rgba(0,0,0,0.9);}
	.slideclose i{-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);}
	.sb-slidebar{ overflow:inherit!important;}

.sitemap li a{ color:#777777!important;}
.sitemap li a:hover{ color:#ef3e4c!important;}
.new-location{ border:1px dotted #474747; overflow:hidden; margin-top:20px;}
.country{ padding:14px 0 10px; color:#ccc; display:inline-block;}
.new-location .side{ border-right:1px dotted #474747;}


@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
select option {
    margin: 40px;
    background-color: white;
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
    select option:hover {
        color:white;
        box-shadow: 0 0 10px 100px #ef3e4c inset;
    }