@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/opensans-light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/opensans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../font/opensans-semibold.woff) format('woff');
}

/* Common    */
/* ========= */
* {
	margin: 0;
	padding: 0;
}

body, html {
	background: url(../images/bg.png);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #404040;
	width: 100%;
	overflow-x: hidden;
	padding: 0px !important;
}

/*.main-body {
	width: 100%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}*/

a:visited,a:active,a:focus {
	text-decoration: none;
}

a {
	color: #f6091e;
}

ul,ol {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0px;
}

.input-error {
border-color: #b94a48!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
}

.input-error:focus {
border-color: #953b39!important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392!important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392!important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392!important;
}

thead {
background: #333;
color: #fff;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.input_row {
margin-bottom: 15px;
overflow: hidden;
}

.input_row input {
margin-bottom: 0;
}

.preloader { background:url(i/89.html) center center no-repeat; }

.main-wrapper {
	overflow: hidden;
}

.fixed-area {
	position: relative;
	width: 100%;
	overflow: visible;
	z-index: 999999;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.6);
	   -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.6);
		-ms-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.6);
		 -o-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.6);
			box-shadow: 0px 2px 4px 0px rgba(0,0,0,.6);
}



input[type="button"] {
	background: #6e6e6e;
	padding: 4px 7px 4px 9px;
	border: 1px solid #282828;
	color: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
		-ms-border-radius: 6px;
		 -o-border-radius: 6px;
			border-radius: 6px;
}

.try-button {
	position: absolute;
	z-index: 11;
	top: 86%;
	right: 10.5%;
}

.try-button a, .btn-try {
	color: #fff;
	text-decoration: none;
	padding: 12px 33px 15px;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
	background-color: #18a2d0;
	box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	background: -moz-linear-gradient(center bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));
	background: -webkit-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -ms-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -o-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
}

.try-button a:hover {
	background-color: #0079C1;
	background: -moz-linear-gradient(center bottom,#0064a0 0,#0064a0 20%,#0087d7 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#0064a0),color-stop(20%,#0064a0),color-stop(100%,#0087d7));
	background: -webkit-linear-gradient(bottom,#0064a0 0,#0064a0 20%,#0087d7 100%);
	background: -ms-linear-gradient(bottom,#0064a0 0,#0064a0 20%,#0087d7 100%);
	background: -o-linear-gradient(bottom,#0064a0 0,#0064a0 20%,#0087d7 100%);
	background: linear-gradient(bottom,#0064a0 0,#0064a0 20%,#0087d7 100%);
}


/* Header    */
/* ========= */
.top-area {
	background: url(../images/top-area-pattern.png) #404040;
	padding: 8px 0px;
}

/* Top Menu  */
/* ========= */
.top-menu {
overflow: hidden;
display: block;
text-align: right;
padding: 5px 0;
}

.top-menu li {
	list-style: none;
	margin-right: 14px;
	display: block;
	float: left;
}

.top-menu li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.top-menu li a:hover {
	color: #f6091e;
}

/* Top Right portion with login/signup & search */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.fixed-area form {
	display: inline-block;
	margin: 0;
	padding-top: 4px;
}
.user-system li {
	list-style: none;
	float: left;
	font-size: 13px;
}
.user-system li input {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.mail-area input[type="text"],.password-area input[type="password"] {
	text-shadow: 0px 1px 1px white;
}

.user-system, .user-system form {
	float: right;
	display: inline-block;
}

.user-system form {
margin-bottom: 3px;
}

.search-area {
	position: relative;
	display: inline-block;
	list-style: none;
	float: right;
	margin-left: 10px;
	/*padding-top: 4px;*/
}

.search-area a {
font-size: 14px;
color: #fff;
padding: 4px 5px;
display: block;
text-decoration: none;
width: 22px;
height: 22px;
border: 1px solid #000000;
border-radius: 3px;
text-align: center;
}

.search-area a:hover {
	color: #c2c2c2;
}

.search-box {
	position: absolute;
	top: 130%;
	right: 0px;
	background: #E4E4E4;
	padding: 4px;
	display: none;
	color: white;
	box-shadow: 0px 1px 6px #666;
	-webkit-box-shadow: 0px 1px 6px #666;
	-moz-box-shadow: 0px 1px 6px #666;
	-o-box-shadow: 0px 1px 6px #666;
	-ms-box-shadow: 0px 1px 6px #666;
	width: 260px;
	overflow: hidden;
}

.search-box input[type="text"] {
	padding: 5px 13px 5px 5px;
	margin: 0px;
	position: relative;
	border: 1px solid #888;
	border-radius: 0px;
	float: left;
	background: white;
}

.search-box input[type="submit"] {
	width: 40px;
	height: 32px;
	background: url(../images/search-icon.png) no-repeat #888 13px 8px;
	border: none;
	float: right;
	position: absolute;
	top: 4px;
	right: 0px;
}

.user-system li input[type="button"] {
	text-shadow: 0px 1px 1px #353535;
}

.mini-area {
	position: relative;
	height: 0px;
}

.mini {
	background: url(../images/top-area-pattern.png) #404040;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 28px;
	height: 21px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	line-height: 4px;
	cursor: pointer;
	box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,.6);
}

.user-system li {
	margin-left: 15px;
	position: relative;
}

.mail-area input[type="text"]:hover li.mail-area {
	border: 1px solid red
}

.mail-area,.password-area {
	box-shadow:
		0px 4px 8px -4px black inset;/*, 0px 1px 2px 0px #7a7a7a*/
	-webkit-box-shadow:
		0px 4px 8px -4px black inset;/*, 0px 1px 2px 0px #7a7a7a*/
	-moz-box-shadow:
		0px 4px 8px -4px black inset;/*, 0px 1px 2px 0px #7a7a7a*/
	-ms-box-shadow:
		0px 4px 8px -4px black inset;/*, 0px 1px 2px 0px #7a7a7a*/
	-o-box-shadow:
		0px 4px 8px -4px black inset;/*, 0px 1px 2px 0px #7a7a7a*/
	background: #e4e4e4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #7c7c7c;
}

.mail-area input[type="text"], .password-area input[type="password"] {
	padding: 3px 6px;
	width: 206px;
	border: 1px solid black;
	font-size: 12px;
	margin-bottom: 0;
}

span.forget-button {
	position: absolute;
	top: 4px;
	left: auto;
	right: 3px;
}

span.forget-button a {
	text-decoration: none;
	background: #404040;
	padding: 1px 5px;
	border: 1px solid #282828;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans';
}
.mail-area span a:hover, .password-area span a:hover {
	background: #404040;
}

.mail-area span a:active, .password-area span a:active {
	background: #4d4d4d;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2),0 2px 4px #262626 inset;
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2),0 2px 4px #262626 inset;
	-ms-box-shadow: 0 1px rgba(255,255,255,0.2),0 2px 4px #262626 inset;
	-o-box-shadow: 0 1px rgba(255,255,255,0.2),0 2px 4px #262626 inset;
	box-shadow: 0 1px rgba(255,255,255,0.2),0 2px 4px #262626 inset;
}

.login-area input[type="submit"], .login-area a, .signUp-area a {
text-decoration: none;
color: #404040;
border: none;
display: inline-block;
padding: 6px 15px;
border-radius: 3px;
}
.login-area a {
background-color: #d5d5d5;
}

.signUp-area a {
	background-color: #f6091e;
	color: #fff;
}

.signUp-area:hover a {
	background-color: #ce0f0f;
}

.signUp-area:active a {
}

.login-area input[type="submit"] {
	background-color: #d5d5d5;
	color: #404040;
	border: none;
}

.login-area:hover input[type="submit"] {
	background-color: #B3B3B3;
}


.login-area:active input[type="submit"] {
}

.search-icon {
	display: block;
	text-decoration: none;
	background-image: url(../images/search-icon.png);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	width: 35px;
	height: 33px;
	border-radius: 4px;
	background-color: #404040;
	box-shadow: 0px 0px 0px 1px #787878 inset;
	-o-box-shadow: 0px 0px 0px 1px #787878 inset;
	-ms-box-shadow: 0px 0px 0px 1px #787878 inset;
	-moz-box-shadow: 0px 0px 0px 1px #787878 inset;
	-webkit-box-shadow: 0px 0px 0px 1px #787878 inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-top: 1px;
}


/* Logo and Navigation area */
/* =-=-=-=-=-=-=-=-=-=-=-=- */
.head-area {
	background-color: #f8f8f8;
	overflow: visible;
	width: 100%;
	position: relative;
}
header#header {
	z-index: 15;
	width: 100%;
	height: 104px;
	position: relative;
	top: 0px;
}
header .sub-area {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(../images/menu-area-shadow.png);
	background-repeat: no-repeat;
	background-position: center 103%;
	padding-bottom: 6px;
	width: 100%;
}


/* Logo area */
/* =-=-=-=-= */
.logo {
	margin: 0;
}

.logo a {
	background: url(../images/logo.png) no-repeat 0px center;
	display: block;
	height: 60px;
	width: 300px;
	text-decoration: none;
	text-indent: -99999px;
	-webkit-background-size: 70%;
	-moz-background-size: 70%;
	-ms-background-size: 70%;
	-o-background-size: 70%;
	background-size: 70%;
}


/* Main navigation area */
/* =-=-=-=-=-=-=-=-=-=- */
.main-menu-area {
	float: right;
}

.main-menu {
	float: right;
	margin-top: 12px;
}

.main-menu-area .main-menu.lavaLamp {
margin: 0;
margin-bottom: 6px;
margin-top: 12px;
}

.main-menu li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: -3px;
}

.main-menu li:last-child {
margin-right: 0;
}

.main-menu li a {
	display: block;
	padding: 17px 18px 5px;
	text-decoration: none;
	font-size: 13px;
	color: #404040;
	font-family: 'Open Sans';
	font-weight: 600;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 99;
}

.sub-menu li {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.sub-menu li a {
	min-width: 170px;
	display: block;
	background: #404040;
	border-bottom: 1px solid #4d4d4d;
	padding: 8px 18px;
	color: #fff;
}

.sub-menu li a:hover {
	background: #101010;
	border-bottom: 1px solid #4d4d4d;
}

.sub-menu li.other-portion a {
	background: #C7C7C7;
	color: #333;
	border-bottom: 1px solid #B4B3B3;
}

.sub-menu li.other-portion a:hover {
	background: #e2e2e2;
}

.sub-menu li:last-child a {
	border-bottom: none;
}




/* Slider area */
/* =-=-=-=-=-=-=-=-=-=- */
.arrow-buttons a {
	width: 40px;
	height: 44px;
	display: block;
	float: right;
	margin-left: 7px;
	border-bottom: 2px solid #f6091e;
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: 13px 11px;
}

.arrow-buttons a:hover {
	border-bottom: 2px solid #404040;
	background-color: #f6091e;
}

.arrow-buttons .next {
	background-image: url(../images/arrow-next.png);
}

.arrow-buttons .prev {
	background-image: url(../images/arrow-prev.png);
}



/* sliding area */
/* ============ */
.slider-area {
	width: 100%;
	position: relative;
	height: 500px;
	margin-top: -6px;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
}

.sliding {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.slider_item_list_sliding {
	display: none;
	width: 100%;
	position: absolute;
	height: 100%;
}


.sliding li, .slider_item_list_sliding li {
	list-style: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.sliding li {
	background-image: url('../images/slider/trans.png');
	background-repeat: repeat;
}

.default,.moving,.another_area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.moving {
	z-index: 3;
	width: 0px;
}
.another_area {
	z-index: 2;
	width: 0px;
	background: url('../images/slider/trans.png') repeat;
}

.sliding li .default,
.sliding li .moving {
	-webkit-background-size: cover  ;
	-moz-background-size: cover  ;
	-ms-background-size: cover  ;
	-o-background-size: cover  ;
	background-size: cover  ;
}

.sliding-arrow a {
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 44%;
	text-decoration: none;
	z-index: 5;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.5);
}

.sliding-arrow a.next {
	background-image: url(../images/slider-right-arrow.png);
	right: 0px;
	background-position: 17px 10px;
}

.sliding-arrow a.prev {
	background-image: url(../images/slider-left-arrow.png);
	left: 0px;
	background-position: 13px 10px;
}

.items-list {
	margin-top: 3px;
}

.item-content {
	position: relative;
	height: 100%;
}

.some-about {
	position: absolute;
	width: 295px;
	height: auto;
	background: rgba(255,255,255,.2);
	padding: 30px;
	color: white;
	top: 32%;
	left: 0px;
	z-index: 10;
	box-shadow:
		1px 1px 1px rgba(0,0,0,.25),
		-1px -1px 1px rgba(255,255,255,.5);
	-webkit-box-shadow:
		1px 1px 1px rgba(0,0,0,.25),
		-1px -1px 1px rgba(255,255,255,.5);
	-moz-box-shadow:
		1px 1px 1px rgba(0,0,0,.25),
		-1px -1px 1px rgba(255,255,255,.5);
	-ms-box-shadow:
		1px 1px 1px rgba(0,0,0,.25),
		-1px -1px 1px rgba(255,255,255,.5);
	-o-box-shadow:
		1px 1px 1px rgba(0,0,0,.25),
		-1px -1px 1px rgba(255,255,255,.5);
}

.some-about h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: 'roboto',sans-serif;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

.some-about p {
	font-size: 12px;
	font-family: 'roboto',sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}




/* Features area */
/* =-=-=-=-=-=-=-=-=-=- */
.features-area {
background: rgba(64, 64, 64, 0.7);
font-size: 14px;
color: #fffefe;
margin-top: -38px;
position: relative;
z-index: 10;
font-family: 'Open Sans';
}

.features-area .current_item {
	background: rgba(0,0,0,.4);
}

.slider-items-list {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 13px;
}

.slider-items-list li {
	list-style: none;
	float: left;
}

.slider-items-list li a {
	text-decoration: none;
	display: block;
	padding: 9px 17px;
	color: #fff;
	font-weight: bold;
}

.slider-items-list li a:hover {
	background: rgba(0,0,0,.4);
}

.features-area .contact-area {
padding: 0px 15px;
float: right;
}

.features-area .contact-area a {
text-decoration: none;
color: #fffefe;
margin-right: 15px;
display: inline-block;
padding: 9px 0;
}

.features-area .contact-area a:last-child {
	margin-right: 0;
}

.features-area .contact-area a:hover {
	color: #02b3ee;
}

.contact-area .lan {
position: relative;
}

.contact-area .lan_list {
list-style: none;
position: absolute;
display: block;
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-o-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
height: 0;
overflow: hidden;
}

.contact-area .lan:hover .lan_list {
display: block;
height: auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
-webkit-transition: opacity 1s ease-in;
-moz-transition: opacity 1s ease-in;
-o-transition: opacity 1s ease-in;
transition: opacity 1s ease-in;
}

.features-area .contact-area .lan_list a {
display: block;
background: rgba(28, 147, 197, 0.7);
padding: 8px 20px;
border: 1px solid rgba(28, 147, 197, 0.7);
}

.features-area .contact-area .lan_list a:hover {
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(28, 147, 197, 0.7);
}



/* Main Content area */
/* =-=-=-=-=-=-=-=-=-=- */

/* ------company short text area------ */
.c-p-family {
	text-align: center;
	padding: 35px 10% 40px;
	margin-bottom: 42px;
	/*background: url(../images/horijontal-border.png) repeat-x 0px 100%;*/
	background: url(../images/shadow.png) no-repeat center 100%;
}

.c-p-family h1 {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-shadow: 2px 2px #ddd;
	font-weight: normal;
}

/*.c-p-family h2 {
	text-transform: uppercase;
	font-size: 36px;
}*/

.c-p-family p {
	font-size: 16px;
	font-family: 'open sans';
	line-height: 23px;
	font-weight: 400;
}


/* ------service area------ */
.c-p-feature {
	/*background: url(../images/horijontal-border.png) repeat-x 0px 100%;*/
	background: url(../images/shadow.png) no-repeat center 100%;
}


/* ------service icon area------ */
.feature-item-1 {
	background-image: url(../images/cut.png);
}
/*.feature-item-1:hover {
	background-image: url(../images/cut-hover.png);
}*/

.feature-item-2 {
	background-image: url(../images/masking.png);
}
/*.feature-item-2:hover {
	background-image: url(../images/masking-hover.png);
}*/

.feature-item-3 {
	background-image: url(../images/retouch.png);
}
/*.feature-item-3:hover {
	background-image: url(../images/retouch-hover.png);
}*/

.feature-item-4 {
	background-image: url(../images/identity.png);
}
/*.feature-item-4:hover {
	background-image: url(../images/identity-hover.png);
}*/


/* ------service item formatting area------ */
.item-style {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding: 145px 0px 0px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	margin-bottom: 45px;
	-webkit-background-size: 35%;
	-moz-background-size: 35%;
	-ms-background-size: 35%;
	-o-background-size: 35%;
	background-size: 35%;
}

.item-style h3,.item-style h2 {
	font-size: 22px;
	line-height: 1;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #2e2e2e;
}

.item-style h2 {
	font-size: 22px;
	line-height: 1;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #2e2e2e;
}

.item-style p {
	/*padding: 12px 6% 15px;*/
	margin-bottom: 10px;
	font-size: 16px;
}

.item-style:last-child p {
	background: none;
}



/* Portfolio item filter */
/* ===================== */
.p-button p {
	background: #404040;
	color: #fff;
	padding: 10px 32px 10px 19px;
	text-transform: uppercase;
	font-size: 22px;
	display: inline-table;
	border-bottom: 2px solid #f6091e;
	line-height: 1;
}

.p-list {
	padding: 3px 0px;
}

ul.all-list {
	float: left;
	text-align: center;
	padding-left: 17px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.all-list a {
	padding: 3px 10px 5px;
	color: #7b828b;
	background: #fff;
	display: inline-table;
	border: 1px solid #8d8d8d;
	line-height: 1;
	text-decoration: none;
}

ul.all-list a:hover {
	color: #fff;
	background: #02b3ee;
	border: 1px solid #02b3ee;
}

.p-list ul {
	overflow: hidden;
}

.p-list ul li {
	list-style: none;
	float: right;
	margin: 0px 0px 9px 9px;
}

.p-list ul li a {
	text-decoration: none;
	padding: 3px 10px 5px;
	color: #7b828b;
	background: #fff;
	display: block;
	border: 1px solid #8d8d8d;
	line-height: 1;
	/*font-size: 16px;*/
}

.p-list ul li a:hover {
	color: #fff;
	background: #f6091e;
	border: 1px solid #f6091e;
}

.row.p-selector {
	margin-top: 45px;
}

.p-button a {
	background: #404040;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	display: inline-block;
}



/* ------Portfolio area------ */

.portfolio-area {
	margin-bottom: 45px;
}

.p-single-item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 260px;
	display: block;
}

.arrow-buttons {
	margin-top: 15px;
}

.p-single-item img {
	width: 100%;
}

.p-single-item:hover > div.item-hover{
	top: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.item-hover {
	background: rgba(0,0,0,.7);
	color: white;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 100%;
	height: 100%;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.item-hover img {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 50%;
	margin-left: -17px;
}

.item-hover hr {
width: 50%;
margin: 0 auto;
border-bottom: none;
border-top: 1px solid white;
}


.all-portfolio a.text {
font-size: 16px;
font-weight: bold;
margin-top: 30px;
display: inline-block;
margin-bottom: 30px;
color: #1FA7E1;
text-decoration: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px;
}

.all-portfolio a:hover {
	color: #2192C2;
}


.all-portfolio .next {
background-image: url(../images/arrow-next.png);
width: 46px;
height: 44px;
display: inline-block;
margin-left: 7px;
border-bottom: 2px solid #f6091e;
background-color: #404040;
background-repeat: no-repeat;
background-position: 16px 11px;
margin-bottom: -15px;
margin-top: 20px;
}

.all-portfolio a.next:hover {
border-bottom: 2px solid #404040;
background-color: #f6091e;
}

.portfolio-related-item .we-are {
	margin-top: 30px;
	margin-bottom: 0;
}



/* promo area */
/* ========== */
.prome-area {
	text-align: center;

	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	padding: 45px 0px 0px;
	margin-bottom: 35px;
	font-size: 14px;
	background: #fff;
}

.prome-area .promo-area-bg {
	width: 100%;
	margin-bottom: 12px;
	height: 75px;
}

.some-feature {
	padding: 0px 0px 30px 0px;
}

.feature-1 .promo-area-bg {
	background: url(../images/new-icon/promo-icon01.png) no-repeat 50% 0%;
}
.feature-2 .promo-area-bg {
	background: url(../images/new-icon/promo-icon02.png) no-repeat 50% 0%;
}
.feature-3 .promo-area-bg {
	background: url(../images/new-icon/promo-icon03.png) no-repeat 50% 0%;
}
.feature-4 .promo-area-bg {
	background: url(../images/new-icon/promo-icon04.png) no-repeat 50% 0%;
}
.some-feature:hover .promo-area-bg {
	background-position:  50% -75px;
}

.prome-area p {
	font-family: 'open sans';
	font-weight: 600;
	line-height: 1.3;
}



/* Testimonials Area */
/* ================= */
.testimonial-area {
margin-bottom: 40px;
}

.c-p-tesimonials {
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 1.4;
}

.c-p-tesimonials h3 {
	text-align: center;
	margin: 0px;
	font-size: 22px;
	margin-bottom: 80px;
	font-weight: 400;
	text-transform: uppercase;
}

.c-p-tesimonials .box {
	background: #fff;
	padding: 10px 10px 20px;
	text-align: center;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
				box-sizing: border-box;
}

.c-p-tesimonials img {
	padding: 4px;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	width: 119px;
	height: 119px;
	overflow: hidden;
	margin-top: -75px;
	background: #fff;
}

.c-p-tesimonials img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.client-name {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.client-designation {
	margin-bottom: 15px;
	font-size: 12px;
	opacity: .4;
}

.client-message {
	margin: 0;
}



/* Footer area */
/* =========== */

.social-links, .payment {
	text-align: center;
	font-family: 'Open Sans';
	margin-bottom: 0px;
	background: url(../images/shadow.png) no-repeat center 27px;
}

.payment {
	background: none;
	margin-top: 20px;
}

.social-links h3, .payment h3 {
	font-size: 28px;
	margin-bottom: 20px;
}

.payment h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1;
}

.social-links ul, .payment ul {
	background: #fff;
	padding: 6px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
}
.social-links li, .payment li {
	list-style: none;
	display: inline-block;
	margin-right: 4px;
}

.payment li img {
	width: 40px;
	height: auto;
}

.social-links li:last-child, .payment li:last-child {
	margin-right: 0px;
}

.social-links li a {
	display: block;
}

.social-links li a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}


/* Footer area */
/* =========== */
.footer-area {
	font-size: 14px;
	margin-top: 40px;
	padding-bottom: 25px;
	background: url(../images/shadow.png) no-repeat #fff center 101%;
	color: #404040;
}
.footer-area a {
	color: #1FA7E1;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}
.footer-area a:hover {
	text-decoration: underline;
}

.footer-area .row {
	background: url(../images/siger_border.png) no-repeat;
	padding-top: 60px;
	margin-top: -40px;
}

h4.footer-title, .footer-area .widget-area .widget h3.widget-title {
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
	border: none;
}

.footer-area .widget-area .widget .rpwe-ul.popular-posts li {
border: none;
margin-bottom: 0;
padding-top: 0;
}
.footer-area .widget-area .widget .popular-posts li img {
width: 40px;
height: 40px;
}
.footer-area .widget-area .widget .popular-posts li .rpwe-title {
margin: 0;
}
.footer-area .widget-area .widget .popular-posts li .rpwe-title a {
font-size: 12px;
}

footer ul {
	list-style: none;
}

footer .quick-links li {
	/*margin-bottom: 7px;*/
}

footer .from-blog li {
	margin-bottom: 8px;
	overflow: hidden;
}

.blog-area {
	padding-bottom: 50px;
}

.from-blog .img {
	padding: 3px;
	border: 1px solid #c7c7c7;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 15px;
}

.from-blog .img img {
}

.address i {
	float: left;
	font-size: 18px;
}

.address span {
	padding-left: 17px;
	display: inline-block;
}

.contact-email span {
	padding-left: 13px;
}

.contact-email i {
	font-size: 14px;
}



.quick-list p {
	background: url(../images/quick-link-icon.png) #404040 no-repeat 16px 12px;
	color: #fff;
	padding: 12px 70px;
	font-size: 18px;
	display: inline-table;
	border-bottom: 2px solid #02b3ee;
}

.blog-top-area {
	overflow: hidden;
}

.blog-top-area .arrow-buttons {
	margin-top: 0px;
}

.blog-top-area > p {
	background: url(../images/comment-icon.png) #404040 no-repeat 16px 12px;
	color: #fff;
	padding: 12px 70px;
	font-size: 18px;
	display: inline-table;
	float: left;
	border-bottom: 2px solid #02b3ee;
	margin: 0px;
}

.blog-bottom-area {
	border-left: 1px solid #b2b2b2;
	list-style: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog-bottom-area li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.list-content {
	padding: 28px 0px 35px 26px;
}

.blog-bottom-area img {
	border: 1px solid #e5e5e5;
	padding: 7px;
	float: left;
	margin-right: 20px;
}

.blog-content {
	overflow: hidden;
}

.blog-date {
	float: left;
	margin: 0px;
}

a.read-more {
	text-decoration: none;
	color: white;
	padding: 3px 14px 5px;
	font-size: 14px;
	background: #1c93c5;
	display: inline-table;
	float: right;
	line-height: 1;
}

.blog-content h2 {
	font-size: 16px;
	line-height: 1;
	margin-top: 0px;
}

.items-list li {
	list-style: none;
	float: left;
	margin: 0px 11px 8px 0px;
}

.items-list li a {
	text-decoration: none;
	padding: 5px 10px;
	color: #FFF;
	background: #02b3ee;
	display: block;
}

.items-list li a:hover {
	background: #1c93c5;
}

.box.quick-links.footer-social-area li {
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
	overflow: hidden;
}

.link-text {
display: block;
margin-left: 10px;
float: left;
width: 80%;
margin-top: -3px;
}


/* blog single page */
.cpf-post-thumb {
width: 100%;
display: block;
overflow: hidden;
text-align: center;
margin-bottom: 20px;
}

.entry-content .cpf-post-thumb img {
float: none;
}




.copyright-area {
	text-align: center;
	padding: 20px 0px;
}
.copyright-area a,.copyright-area a:hover {
	color: #f6091e;
	text-decoration: none;
}

.copyright-area p {
	margin: 0px;
}

/*----------------------------- Start: Recommended Isotope styles--------------------------------*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}




/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */


.element {
  overflow: hidden;
  position: relative;
}


.element * {
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/*----------------------------about area--------------------------*/
.we-are-area {
	width: 100%;
	display: block;
	padding-top: 30px;
	font-family: 'open sans';
}
.we-are {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.we-are .left-shadow {
	width: 40%;
	float: left;
	height: 28px;
	background: url(../images/weare-left-shadow.png) no-repeat center;
}
.we-are .right-shadow {
	width: 40%;
	float: right;
	height: 28px;
	background: url(../images/weare-right-shadow.png) no-repeat center;
}
.we-are-head {
	font-size: 22px;
	line-height: 1;
	margin: 0px;
	width: 20%;
	float: left;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}
.we-are .discription {
	clear: both;
	font-size: 18px;
}
.we-are-about {
	overflow: hidden;
	background: url(../images/shadow.png) no-repeat center 100%;
	padding-bottom: 40px;
	margin-bottom: 50px;
}


.we-are-about h3 {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}

.we-are-about img {
	float: left;
	margin-right: 140px;
}
.we-are-about p {
	margin-top: 0px;
}
.trial-button-area {
	text-align: center;
	margin-bottom: 50px;
}
.trial-button {
	text-transform: capitalize;
	padding: 20px 70px;
	background: #e7402f;
	color: #fff;
	font-size: 22px;
	font-family: 'open sans';
	border-radius: 7px;
	display: inline-table;
}
.trial-button:hover, .trial-button:active,.trial-button:visited {
	color: #fff;
	background: #B82D1E;
	text-decoration: none;
}
/*---------------blog--------------*/
.single.single-post ul, .single.single-post ol, .blog-area ul, .blog-area ol {
margin: 0 0 10px 25px;
}

.single.single-post .entry-header ul, .single.single-post .entry-header ol, .blog-area ul.blog-post-info, .blog-area ol.blog-post-info {
margin: 0;
}

.blog {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 40px;
}
.blog .left-shadow, .blog .right-shadow {
	width: 43%;
	height: 2px;
	background: #404040;
	margin-top: 17px;
}
.blog .left-shadow {
	float: left;
}
.blog .right-shadow {
	float: right;
}
.blog-head {
	font-size: 24px;
	line-height: 1;
	margin: 0px;
	width: 14%;
	float: left;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.blog .discription {
	clear: both;
	font-size: 18px;
}
.blog-ceta {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	list-style: none;
	padding: 10px 0px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 5px;
}
.blog-ceta li {
	float: left;
	display: block;
	margin-right: 20px;
}
.blog-ceta li a {
	display: block;
	background: url(../images/blog-ceta-arrow.png) no-repeat 100% center;
	padding-right: 20px;
	text-transform: capitalize;
	color: #404040;
	text-decoration: none;
}
.blog-ceta li a.all {
	color: #f6091e;
}
.blog-ceta li:last-child a {
	background: none;
}

.blog-post-small {
	overflow: hidden;
	border: 1px solid #c7c7c7;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.blog-post-small h2 a:hover, .blog-post-small h2 a:active {
	color: #08c;
	text-decoration: none;
}

.blog-post-small h2 {
	margin-left: 10px;
	margin-right: 10px;
}

.blog-post-info {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;

}
.blog-post-info li:last-of-type {
	margin-right: 0px;
}


.blog-post-info p {
	margin: 0px;
}
.blog-post-info li {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 23px;
	margin-right: 45px;
}

.blog-post-info li.author {
	background-image: url(../images/man.png);
}
.blog-post-info li.time {
	background-image: url(../images/time.png);
}
.blog-post-info li.comment {
	background-image: url(../images/comment.png);
}
.blog-post-info li.path {
	background-image: url(../images/path.png);
}

.blog-post-small h1 {
	font-size: 22px;
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
	line-height: 1;
	margin: 0px;
}
.post-content {
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	padding-bottom: 30px;
}
.post-content img {
	width: 230px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.blog-post-small a.read-more {
	text-decoration: none;
	color: #f6091e;
	padding: 0px;
	font-size: 12px;
	background: transparent;
	border-radius: 5px;
	display: inline-table;
	text-transform: capitalize;
	float: none;
	line-height: 1;
}

.widget-area .widget {
	border: 1px solid #c7c7c7;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.footer-area .widget-area .widget {
border: none;
}

.widget-area .widget h3 {
	margin: 0px;
	line-height: 1;
	padding: 13px 17px;
	font-size: 18px;
	border-bottom: 1px solid #c7c7c7;
	text-transform: capitalize;
}

.single.single-post .widget-area .widget h3, .blog-area .widget-area .widget h3 {
	margin-bottom: 0;
}

.single.single-post .widget-area .widget ul, .blog-area .widget-area .widget ul, .single.single-post .widget-area .widget ol, .blog-area .widget-area .widget ol {
	margin: 0;
}
ul.blog-cate {}
ul.blog-cate li {}
.widget-area .widget li a {
	padding: 15px 0px 15px 20px;
	display: block;
	line-height: 1;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	color: #404040;
}
.widget-area .widget li a:hover {
	color: #f6091e;
}
.widget-area .widget li {
	border-bottom: 1px solid #c7c7c7;
	/*padding-right: 140px;*/
}
.widget-area .widget li:nth-last-of-type(1) {
	border-bottom: none;
}
ul.blog-cate li a.active {
	background: url(../images/blog-ceta-arrow-02.png) no-repeat 100% center !important;
}
ul.blog-cate li a.deactive {
	background: url(../images/blog-ceta-arrow.png) no-repeat 100% center;
}
ul.blog-cate li.main-cate {
	border-bottom: 1px solid #c7c7c7;
	padding-right: 140px;
}
ul.blog-cate li.main-cate:nth-last-of-type(1) {
	border-bottom: none;
}
ul.blog-cate li ul.sub-cate {
}
ul.blog-cate li ul.sub-cate li a {
	padding: 6px 0px 15px 35px;
}
.popular-posts {}
.popular-posts li {
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
	list-style: none;
	overflow: hidden;
}
.widget-area .widget .popular-posts li a {
	padding: 0px;
}

/*widget recent post*/
.rpwe-title {
margin-top: 0;
}


.popular-posts li img, .top-post img {
	width: 61px;
	height: 61px;
	float: left;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	padding: 2px;
}
.top-post .pupolar-post-c-area {
	padding-right: 40px;
	padding-top: 15px;
}
.top-post p {
	font-size: 
}
.popular-posts li .pupolar-post-c-area, .top-post .pupolar-post-c-area {
	display: block;
	overflow: hidden;
	line-height: 1.2;
}
.popular-posts li .pupolar-post-c-area a, .top-post a {
	color: #404040;
	text-decoration: none;
}
.popular-posts li .pupolar-post-c-area a:hover, .top-post a:hover {
	color: #f6091e;
}
.popular-posts li .pupolar-post-c-area p.author {
	background: url(../images/man.png) no-repeat 0px 0px;
	padding-left: 20px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}
.popular-posts li .pupolar-post-c-area p.author a, .blog-post-info li.author a {
	color: #404040;
	text-decoration: none;
	text-transform: capitalize;
}
.popular-posts li .pupolar-post-c-area p.author a:hover, .blog-post-info li.author a:hover {
	color: #f6091e;
}
.popular-posts li .pupolar-post-c-area p.date {
	display: inline-block;
}
.popular-posts li:nth-last-of-type(1) {
	border-bottom: none;
}

.post-categories li {
	padding: 0;
}
ul.tag {
	padding: 15px;
	overflow: hidden;
	margin-bottom: -5px;
}
ul.tag li {
	float: left;
	list-style: none;
	border: 1px solid #c7c7c7;
	margin-right: 11px;
	margin-bottom: 6px;
}
ul.tag li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #404040;
}
ul.tag li a:hover {
	color: #f6091e;
}

.pagination-dir-area {
	float: right;
	overflow: hidden;
	list-style: none;
}
.pagination-dir-area li {
	float: left;
}
.pagination-dir-area li a {
	width: 27px;
	height: 28px;
	display: block;
}
.pagination-dir-area li a.left {
	background: url(../images/pagination-left-arrow.png) no-repeat center #404040;
}
.pagination-dir-area li a.right {
	background: url(../images/pagination-right-arrow.png) no-repeat center #404040;
}
.pagination-dir-area li a:hover {
	background-color: #f6091e;
}

.pagination-num-area {
	float: right;
	overflow: hidden;
	list-style: none;
	margin-right: 42px;
}
.pagination-num-area li {
	float: left;
}
.pagination-num-area li a {
	width: 27px;
	height: 28px;
	background: #404040;
	margin-left: 10px;
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
}
.pagination-num-area li a:hover {
	background: #f6091e;
}
.social-counter {
	float: right;
	width: 110px;
	margin-left: 40px;
}
.app-image {
	width: 100%;
	text-align: center;
}
.app-image img {
	width: 75%;
	height: auto;
	float: none;
	margin: 30px 0px;
}

.post-content p.quet {
	font-style: italic;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.top-post {
	float: left;
	width: 50%;
}
.top-post-area {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.writer-area {
	overflow: hidden;
	margin-bottom: 30px;
}
.writer-area .author-pic {
	width: 100px;
	height: 100px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	float: left;
	margin-right: 20px;
}
.w-content-area {
	float: left;
	width: 640px;
	border: 1px solid #e1e1e1;
	padding: 10px 20px;
	background: #f1fee9;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.w-content-area p:first-child {
	margin-bottom: 20px;
}
.w-content-area p.follow-me {
	float: left;
	margin: 0px;
	margin-right: 15px;
	line-height: 31px;
}
.w-content-area .author,.w-content-area .author:hover {
	color: #f6091e;
	text-decoration: none;
}
.w-content-area ul {}
.w-content-area ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.w-content-area ul li a {
	display: block;
	height: 31px;
	width: 31px;
}
.w-content-area ul li a img {
	width: 100%;
	height: 100%;
}
.left-area .hint {
	font-size: 22px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 20px;
}
.comment-area {}
.comment-area h3 {}
ul.comment-start {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
ul.comment-start li {
	list-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
ul.comment-start li img.author-pic {
	width: 52px;
	height: 52px;
	float: left;
	padding: 3px;
	border: 1px solid #e0e0e0;
	margin-right: 14px;
}
ul.comment-start li .c-content {
	width: 696px;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 10px;
	margin-bottom: 19px;
	position: relative;
	padding-right: 100px;
	padding-bottom: 0px;
	line-height: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
ul.comment-start li .c-content span {
	font-weight: bold;
}
ul.comment-start li .c-content .hour {
	float: right;
	position: absolute;
	top: 10px;
	right: 20px;
}
ul.comment-start li ul.reply-comment {}
ul.comment-start li ul.reply-comment li {
	padding-left: 74px;
	overflow: hidden;
}
ul.comment-start li ul.reply-comment li .c-content {
	width: 622px;
}
ul.comment-start li ul.reply-comment li:first-child {
	background-image: url(../images/reply-bg.png);
	background-repeat: no-repeat;
	background-position: 38px 25px;
}
ul.comment-start li ul.reply-comment li:first-child .c-content {
	background-color: #fee9eb;
}

.new-comment {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 8px 0px 7px 15px;
	position: relative;
	margin-bottom: 75px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.new-comment input[type="text"] {
	width: 100%;
	padding-right: 100px;
	box-shadow: none;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.new-comment input[type="submit"] {
	position: absolute;
	top: 3px;
	right: 3px;
	background: #404040;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 4px;
}

::-webkit-input-placeholder {
   color: #909090;
}
:-moz-placeholder {
   color: #909090;  
}
::-moz-placeholder {
   color: #909090;  
}
:-ms-input-placeholder {  
   color: #909090;  
}

/*---------------------------contact page---------------------------*/

.contact-area {
	padding-top: 30px;
}
.contact-area .we-are {
	/*background: url(../images/shadow.png) no-repeat 0px 100%;*/
	background-position: center bottom;
	padding-bottom: 25px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.c-contact {
	width: 100%;
	background: url(../images/shadow.png) no-repeat 0px 100%;
	background-position: center bottom;
	padding-bottom: 50px;
	margin-bottom: 50px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

ul.contact-form {
	margin-top: 15px;
}
ul.contact-form li {
	list-style: none;
	display: block;
	width: 380px;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
ul.contact-form li input,
ul.contact-form li textarea {
	border: 1px solid #c9c9c9;
	background: #fff;
	box-shadow: none;
	outline: none;
	margin: 0px;
	height: auto;
	padding: 8px 10px 9px 49px;
	width: 100%;
	line-height: 1.5;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		-ms-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

ul.contact-form li span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 38px;
	border-right: 1px solid #c9c9c9;
}

ul.contact-form li span i {
font-size: 20px;
padding: 11px;
line-height: 40px;
}

ul.contact-form li.name {}
ul.contact-form li.name span {
	background: url('../images/man.png') no-repeat center;
}
ul.contact-form li.email {}
ul.contact-form li.email span {
	background: url('../images/mail.png') no-repeat center;
}
ul.contact-form li.subject {}
ul.contact-form li.subject span {
	background: url('../images/subject.png') no-repeat center;
}
ul.contact-form li.text-area {
	width: 100%;
	margin-bottom: 60px;
}
ul.contact-form li.text-area span {
	background: url('../images/message.png') no-repeat center;
	border-bottom: 1px solid #c9c9c9;
}
ul.contact-form li.text-area textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 250px;
}

ul.contact-form li.send-button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	height: auto;
}
ul.contact-form li.send-button input[type="submit"] {
	width: auto;
	background: #f6091e;
	padding: 10px 60px;
	color: #fefefe;
	font-size: 18px;
	border-radius: 7px;
	line-height: 1;
	font-family: 'open sans';
	font-weight: 600;
}
ul.contact-form li.send-button input[type="submit"]:hover {
	background: #C5202F;
}


.address-area {}
.address-area h3, .form-area h3 {
	font-weight: normal;
	margin: 0px;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 22px;
}
.address-area ul {
	overflow: hidden;
	margin-bottom: 17px;
}
.address-area ul.location-list {}
.address-area ul.location-list li {
	list-style: none;
	float: left;
	/*margin-right: 55px;*/
}
.address-area ul.location-list li p {
	line-height: 1.3;
}
.address-area ul.location-list li p.location-name {
	padding-left: 20px;
	background: url(../images/location.png) no-repeat;
}

.address-area ul.contact-list {}
.address-area ul.contact-list li {
	float: left;
	margin-right: 40px;
	padding-left: 30px;
	list-style: none;
}
.address-area ul.contact-list li.mobile-number {
	background: url(../images/mobile.png) no-repeat 0px 0px;
}
.address-area ul.contact-list li.email-address {
	background: url(../images/email2.png) no-repeat 0px 5px;
}
.address-area ul.contact-list li p {
	margin: 0px;
	line-height: 1.3;
}
.address-area ul.contact-list li a {
	color: #404040;
	text-decoration: none;
}
.address-area .map {
	width: 100%;
	height: 350px;
	border: 1px solid #cdcdcd;
}
.address-area .map iframe {
	width: 100% !important;
	height: 100% !important;
}

.news-latter-area {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.news-latter-area ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.news-latter-area ul li {
	display: inline-block;
}
.news-latter-area ul li p {
	font-size: 22px;
	font-weight: 500;
	padding-right: 30px;
	line-height: 1.3;
}
.news-latter-area ul li input[type="email"] {
	box-shadow: none;
	outline: none;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #c9c9c9;
	padding: 10px 10px 10px 10px;
	width: 300px;
	margin-right: 10px;
/*	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;*/
}
.news-latter-area ul li input[type="submit"] {
	box-shadow: none;
	border: none;
	background: #eb9b02;
	padding: 11px 18px;
	border-radius: 7px;
	color: #fff;
	font-size: 18px;
	font-family: 'open sans';
	font-weight: 400;
}
.news-latter-area ul li input[type="submit"]:hover {
	background: #B98013;
}


/*-------------------------------pricing table--------------------------------*/
.pricing-area {
	padding-top: 30px;
	font-family: 'open sans'
}
.pricing-area .we-are {}
.pricing-area .we-are.product-head-area .left-shadow {
	width: 34%;
}
.pricing-area .we-are.product-head-area .right-shadow {
	width: 34%;
}
.pricing-area .we-are.product-head-area .we-are-head {
	font-size: 18px;
	width: 32%;
}
.product-area {
	text-align: center;
}
.product-area .single-product-area {}
.product-area .single-product-area .single-product {
	box-shadow: 0px 0px 3px 1px #d1d1d1;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.product-area .single-product-area .single-product img {
	border: 1px solid #b3b3b3;
	max-width: 100%;
	margin-bottom: 15px;
}
.product-area .single-product-area .single-product a {
	background: #404040;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}


.product-area .single-product-area:hover .single-product a {
	background: #767676;
}

.product-area .single-product-area p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.pricing-area .we-are.pricing-head {
	margin-bottom: 50px;
}

.pricing-area .we-are.pricing-head .left-shadow {
	width: 44%;
}
.pricing-area .we-are.pricing-head .right-shadow {
	width: 44%;
}
.pricing-area .we-are.pricing-head .we-are-head {
	font-size: 22px;
	font-weight: normal;
	width: 12%;
}

.pricing-list-area {
	text-align: center;
	padding-bottom: 90px;
	margin-bottom: 40px;
	background: url(../images/shadow.png) no-repeat 0px 100%;
	background-position: center bottom;
}
.pricing-list-area ul li {
	list-style: none;
}
.pricing-list-area ul.pricint-list {

}
.pricing-list-area ul.pricint-list li.single-list {
	display: inline-block;
	width: 305px;
	margin-right: -3px;
	background: #fff;
}
.pricing-list-area ul.pricint-list li.single-list.featured {
	overflow: hidden;
	-webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		 -o-transform: scale(1.08);
			transform: scale(1.08);
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.pricing-list-area ul.pricint-list li.single-list.featured:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	   -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
		-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
		 -o-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
			box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}


.pricing-list-area ul.pricint-list li.single-list ul.single-name-area {}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li {
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li.head {
	background: #404040;
	color: #fff;
	padding: 24px 10px;
	border: none;
	border-bottom: 5px solid #f6091e;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li.head p {
	margin: 0px;
	font-size: 22px;
	font-weight: 600;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li p.list-name {}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li p {
	font-size: 14px;
	font-weight: 600;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li p span.pri-start {
	color: #B4B4B4;
	font-size: 12px;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li p span.pri-number {
	font-size: 20px;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li p:first-child {
	margin: 0px;
	padding: 10px;
}
.pricing-list-area ul.pricint-list li.single-list ul.single-name-area li a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #404040;
	padding: 10px 10px;
	display: inline-block;
	margin: 10px 0px;
	font-weight: 600;
}
.pricing-list-area ul.pricint-list li.single-list.featured ul.single-name-area li a {
	background: #f6091e;
}

.pricing-list-area .all-portfolio a.text {
	margin-top: 60px;
	margin-bottom: -20px;
}

.quoto-area {
	text-align: center;
	padding: 20px 0 40px;
	margin-bottom: 50px;
	background: url(../images/shadow.png) no-repeat 0px 100%;
	background-position: center bottom;
}
.quoto-area p {
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 22px;
}
.quoto-area a {
	background: #69AA36;
	color: #fff;
	padding: 15px 20px;
	border-radius: 6px;
	font-weight: 400;
	font-size: 22px;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
}
.quoto-area a:hover {
	background: #579626;
}

/* Service page */

.content-area .thumb {
	text-align: right;
}

.content-title {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0;
}

.easy-way-area .content-title {
	margin-top: 35px;
}

.service-main-content {
	font-size: 14px;
	margin-bottom: 30px;
}

.service-head-area .left-shadow {
	width: 43%;
}

.service-head-area .right-shadow {
	width: 43%;
}

.service-head-area .we-are-head {
	width: 14%;
}

.easy-way-area, .service-galance, .content-area, .single .content-area {
	overflow: hidden;
	text-align: center;
	padding: 20px 0 40px;
	margin-bottom: 50px;
	background: url(../images/shadow.png) no-repeat 0px 100%;
	background-position: center bottom;
}

.content-area {
	text-align: left;
	background: none;
	margin-bottom: 10px;
	margin-top: 40px;
}

.single .content-area {
	text-align: left;
}

.service-feature-area {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 20px 0 20px;
}

.service-feature-area .content {
	/*width: 266px;*/
	width: 88%;
	margin-left: 20px;
}

.service-feature-area .item-box .img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #4c4c4d;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: 0px 3px 1px #8d8d8d;
	   -moz-box-shadow: 0px 3px 1px #8d8d8d;
		-ms-box-shadow: 0px 3px 1px #8d8d8d;
		 -o-box-shadow: 0px 3px 1px #8d8d8d;
			box-shadow: 0px 3px 1px #8d8d8d;
}

.service-feature-area .secured .img {
	background-image: url(../images/secured.png);
}

.service-feature-area .fast .img {
	background-image: url(../images/fast.png);
}

.service-feature-area .price .img {
	background-image: url(../images/price.png);
}

.service-feature-area .content .content-title, .service-galance .content-title {
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0;
}

.service-feature-area .service-main-content {
	font-size: 12px;
	font-weight: 600;
}

.service-galance-area .left-shadow {
	width: 38%;
}

.service-galance-area .right-shadow {
	width: 38%;
}

.service-galance-area .we-are-head {
	width: 24%;
}

.service-galance {
	padding-bottom: 70px;
}

.service-galance .img {
	height: 97px;
}


/* Help & FAQ */

.faq-content-area {
	margin-bottom: 60px;
}

.help-head {
	background: none!important;
}

.question li {
	font-size: 18px;
	list-style-position: inside;
}

.question li a {
	text-decoration: none;
	color: #404040;
}

.question li:first-child .subject-item {
	margin-top: 0;
}

.question li a span {
	float: right;
	font-size: 22px;
	padding: 5px 0px;
	width: 32px;
	background: #404040;
	color: #fff;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.question li a:hover span {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.question {
	list-style: circle url(../images/help-list-icon.png);
	margin-left: 80px;
	/*display: none;*/
}

.question li {
	list-style-position: outside !important;
	border-bottom: 1px solid;
	margin-left: 15px;
}

.question li:first-child {
	border-top: none;
}

.question a {
	font-size: 14px;
	padding: 10px 0 10px;
	display: block;
}

.question li a span {
	/*background: none !important;
	color: #404040 !important;*/
	/*padding: 0 !important;*/
}

.question .answer {
	font-size: 14px;
	color: #018FDF;
	padding: 5px 0 20px;
	display: none;
}

/*------------------------how it work---------------------*/

.work-process {
	text-align: center;
}
.work-process .single-process {
	width: 100%;
	padding: 0px 15px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.work-process .img-area {
	background-color: #404040;
	display: inline-block;
	border-radius: 100%;
	height: 137px;
	width: 137px;
	line-height: 137px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
.work-process .img-area img {}
.work-process p.process-name {
	font-size: 18px;
	margin-bottom: 20px;
}
.help-area {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url(../images/shadow.png) no-repeat 0px 100%;
	background-position: center bottom;
}
.help-area .help-item {}
.help-area .help-item ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #b6b6b6;
	border-right: 0px;
}
.help-area .help-item ul li {
	background: transparent;
}
.help-area .help-item ul li a {
	background: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	text-decoration: none;
	display: block;
	color: #404040;
}
.help-area .help-item ul li:last-of-type a {
	border-bottom: 0px;
}
.help-area .help-item ul li a:hover,
.help-area .help-item ul li a:active {
	background: transparent;
	border-right: 0px;
	color: #f6091e;
}

.span9.help-details {
	display: block;
}

.help-area .single-help {
	display: none;
}
.help-area .single-help:first-child {
	display: block;
}

.help-area .single-help h4 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	margin-bottom: 20px;
}
.help-area .single-help p {
	margin-bottom: 25px;
}
.help-area .single-help img {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 4px 1px #b6b6b6;
	   -moz-box-shadow: 0px 0px 4px 1px #b6b6b6;
		-ms-box-shadow: 0px 0px 4px 1px #b6b6b6;
		 -o-box-shadow: 0px 0px 4px 1px #b6b6b6;
			box-shadow: 0px 0px 4px 1px #b6b6b6;
}
.processing {
	padding-top: 20px;
	margin-bottom: 70px;
	padding-bottom: 50px;
}
.working-process {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding-top: 220px;
	position: relative;
}
.working-process01,.working-process02 {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 20px;
}
.working-process01 {
	left: 200px;
}
.working-process02 {
	right: 200px;
}

.working-process .trial-button-area, .trial-button-area {
text-align: center;
margin-bottom: 25px;
margin-top: 35px;
}

/*ul, ol {
margin: 0 0 10px 25px;
}
*/

.side-area {
	margin-right: -210px;
	overflow: hidden;
}
.a-side,.b-side,.c-side {
	width: 250px;
	float: left;
	margin-right: 210px;
	text-align: center;
}
.c-side {
margin: 0;
}
.side-area h3 {
	font-size: 18px;
	font-weight: bold;
}


/* Styles for the entire LavaLamp menu */        
.lavaLamp {
	position: relative;
}
.lavaLamp li.back {
	background: #404040;
	position: absolute;
	top: 100%;
}
.lavaLamp li.back .left {
	background: #404040;
	height: 6px;
	margin-right: 9px;
} 
.lavaLamp li a {
	position: relative;
}

/*-----------------------new style septembar 3----------------------*/
.footer-area .box {
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.footer-area .box.footer-social-area ul {
	padding-top: 20px;
}


#back-to-top {
	width: 48px;
	height:48px;
	position: fixed;
	background: url(../images/top-button.png) no-repeat center center #ddd;
	right: -60px;
	bottom: 10px;
	z-index: 9999999;
	border-radius: 100%;
	cursor: pointer;
}
#back-to-top:hover {
	padding: 3px;
	margin-right: -3px;
	margin-bottom: -3px;
}


/*--------------------------for transition--------------------------*/
.easy-way-area .item-box > img,.service-galance .item-box .img img,.work-process .img-area {
	position: relative;
}

.service-galance a {
	color: #404040;
}

.man-cut {
	height: 100px;
	margin-top: 45px;
}

.service-feature-area .item-box:hover > .img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}
.item-box > img,
.img, .img img,
.work-process .img-area,
.some-feature,#back-to-top,
.main-menu,
.prome-area .promo-area-bg,
a,
input {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}

ul.contact-form li input:focus,
ul.contact-form li textarea:focus,
.news-latter-area ul li input[type="email"]:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

.contact-success {
padding: 10px;
border: 1px solid #BCCFBC;
}

.footer-area .span3.box {
	width: 210px;
}

.footer-area .span6.box {
	width: 440px;
}
/*.from-blog a p {
	color: #404040;
}
.from-blog a:hover p {
	color: #0063dc;
}*/

.footer-social-area .icon {
	float: left;
	width: 19px;
	height: 19px;
	background: rgb(110, 154, 179);
	margin-right: 5px;
}

.animation-image {
	width: 100%;
	position: relative;
}
.animation-image img.image01 {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 153px;
	animation: leftright 10s infinite alternate linear;
	-webkit-animation: leftright 10s infinite alternate linear;
	-moz-animation: leftright 10s infinite alternate linear;
	-ms-animation: leftright 10s infinite alternate linear;
	-o-animation: leftright 10s infinite alternate linear;
}
.animation-image img.image02 {
	width: 100%;
	z-index: 9;
	position: relative;
}
.top-area-controller {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #404040;
	z-index: 9;
	right: 0px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
}
.menu-controll {
	display: none;
}
.formarea {
	width: 100%;
	position: relative;
	padding: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.formControler {
	width: 100%;
	margin-bottom: 50px;
}
.formControler li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.formControler li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #DDDADA;
}
.formControler li.link-active a {
	box-shadow: 0px 0px 10px #147986;
	color: #241D1D;
}
.formarea form {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 10px #7DAAB3;
	-moz-box-shadow: 0px 0px 10px #7DAAB3;
	-ms-box-shadow: 0px 0px 10px #7DAAB3;
	-o-box-shadow: 0px 0px 10px #7DAAB3;
	box-shadow: 0px 0px 10px #7DAAB3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.formarea form ul {
	list-style: none;
}
.formarea form ul li {}

.formarea form ul li input[type="submit"],
.formarea form ul li input[type="reset"] {
	width: auto;
	background: #0F93B4;
	padding: 10px 30px;
	color: #fefefe;
	font-size: 18px;
	border-radius: 7px;
	line-height: 1;
	font-family: 'open sans';
	font-weight: 600;
	border: none;
	outline: none;
	margin-right: 20px;
}
.formarea form ul li input[type="submit"]:hover,
.formarea form ul li input[type="reset"]:hover {
	background: #22768B;
}

.portfolio-page .p-single-item {
	height: 395px;
}
.single-portfolio .slider-area {
	margin-bottom: 20px;
}
.single-portfolio {
	margin-bottom: 50px;
}

.list-show {
	margin-bottom: 10px;
}
.list-show li {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
}

/*==========================form page==========================*/
legend {
	border: none;
}
fieldset {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
    padding-bottom: 20px;
}



#logo-types .logo-type,
#logo-types .logo-type label,
#logo-types .example-img-wrapper,
#logo-types .example-img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


#logo-types .logo-type {
    cursor: pointer;
    float: left;
    height: 240px;
    margin-right: 30px;
    padding: 0;
    width: 168px;
    margin-bottom: 20px;
}

#logo-types .example-img-wrapper {
    border: 1px solid #CCCCCC;
    display: inline-block;
    padding: 5px;
}
.form-v4 .optional, .form-v4 label > span {
    color: #999999;
    font-weight: normal;
}
#logo-types .selection {
    display: block;
    margin-top: 0.5em;
}
#logo-types .description {
    color: #888888;
    display: block;
}
#logo-types .example-img {
    border: 1px solid #CCCCCC;
    display: block;
}

.design-examples-component .controls {
    margin: 15px 0 12px;
}
.design-examples-component .controls input {
    margin-right: 10px;
    background-color: #F4F4F4;
    border: 1px solid #C7C7C7;
    color: #404040;
    margin-right: 10px;
    padding: 10px;
}

#where-used ul li input[type="checkbox"],
#business-cards ul li input[type="radio"] {
	float: left;
	margin-right: 10px;
	outline: none;
}
#business-cards ul li input[type="radio"] {
	margin-top: 5px;
}
#where-used ul li label {
	display: table;
}

.deliverables-wrapper ol {
	list-style-position: inside;
}
#launch-control-panel ul li {
    display: inline-table;
}
#launch-control-panel ul li #next {
    background-color: #F07B36;
    color: #FFFFFF;
}
#launch-control-panel ul li button {
    border: 1px solid #C7C7C7;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 20px;
    margin-right: 10px;
}
#launch-control-panel ul li #save {
	color: #404040;
}

#logo-values {
	width: 100%;
}
#logo-values li {
	width: 100%;
	clear: both;
}

#logo-values .ui-slider {
    float: left;
    margin: 15px;
    width: 200px;
    height: 10px;
    background-color: #E0E0E0;
    position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#logo-values .left-label {
    text-align: right;
}
#logo-values .slider-label {
    float: left;
    font-weight: bold;
    line-height: 3.3;
    width: 120px;
}

#logo-values .ui-slider > a {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: -5px;
	outline: none;
	background-color: #31A6B4;
    cursor: auto;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*======================for layer slider======================*/

#layer-01-bg {
	background-color: #fff;
	width: 100%;
	height: 100%;
}
#layer-01-bg-02 {
	background-color: #4CC9CF;
	width: 100%;
	height: 100%;
}
#layer-02-bg {
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
}

#layer-01-slide-01 {
	top: 8%;
	width: 300px;
	left: 72%;
}
#layer-01-slide-02 {
	top: 14%;
	width: 470px;
	left: 36%;
}


#layer-01-slide-01,
#layer-01-slide-02 {
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	transform: rotate(-12deg);
}
#layer-01-slide-01 p,
#layer-01-slide-02 p{
	margin: 0px;
	font-size: 22px;
	line-height: 2;
}

#layer-01-slide-03 {
	top: 16%;
	left: 10%;
}

.pera-01 {
	line-height: 1;
	font-size: 35px;
	display: table;
	text-transform: uppercase;
	color: #444343;
	font-weight: 300;
	margin-bottom: 25px;
}

.pera-02 {
	font-size: 35px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.pera-03 {
	font-size: 25px;
	margin-bottom: 60px;
}

.bold {
	font-size: 35px;
}

.slider-button {
	border: 1px solid #e1e1e1;
	padding: 7px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	color: #444343;
	text-decoration: none !important;
}
.slider-button span {
	color: #e1e1e1;
	margin-left: 10px;
}

.slider-button:hover {
	background-color: #e1e1e1;
}
.slider-button:hover span {
	color: #444343;
}

#layer-02-slide-01 {
	top: 0%;
	left: 60%;
	width: 550px;
}
#layer-02-slide-02 {
	top: 20%;
	left: 10%;
}
#layer-02-slide-02 p {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
#layer-02-slide-02 .style-01 {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
	color: #787878;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#layer-02-slide-02 .style-02 {
	background-color: #bebdbe;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 35px;
}
#layer-02-slide-02 .style-02 .highlight {
	color: #c53434;
	font-weight: bold;
	font-size: 25px;
}
#layer-02-slide-02 .slide02-button {
	border: 2px solid #97d2d6;
	padding: 10px;
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	display: table;
	text-decoration: none;
}
#layer-02-slide-02 .slide02-button span {
	color: #97d2d6;
	margin-left: 35px;
}

#layer-02-slide-02 .slide02-button:hover {
	background-color: #97d2d6;
}

#layer-02-slide-02 .slide02-button:hover span {
	color: #E5E5E5;
}


.class-slider {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fdfdfd;
}
.class-slider.bg-01 {
	background: url("../images/service/other/bg-01.jpg") no-repeat;
}
.class-slider.bg-02 {
	background: url("../images/service/other/bg-02.jpg") no-repeat;
}


.c-left-area {
	position: absolute;
	opacity: 1;
}
.c-right-area {
	position: absolute;
	opacity: 1;
}
.c-right-area h2 {
	font-weight: bold;
	font-size: 41px;
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px #272727;
}
.c-right-area p {
	font-size: 16px;
	line-height: 1.6;
}



.bg-01 .c-left-area {
	width: 500px;
	top: 80px;
	left: 80px;
}
.bg-01 .c-right-area {
	width: 500px;
	top: 90px;
	left: 680px;
}

.bg-02 .c-left-area {
	left: 170px;
	width: 500px;
	top: 80px;
}
.bg-02 .c-right-area {
	left: 750px;
	width: 500px;
	top: 90px;
}

.partners ul, .partners ol {
	margin: 0 0 10px 25px;
}



.sli-button, .sli-button:hover {
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	margin-top: 30px;
	display: table;
	line-height: 1;
	font-weight: bold;
}
.sli-button span {
	margin-left: 20px;
}
.ui-design .sli-button {
	border: 1px solid #389745;
}
.ui-design .sli-button:hover {
	background-color: #389745;
}
.logo-identify .sli-button {
	border: 1px solid #d5d5d5;
}
.logo-identify .sli-button:hover {
	background-color: #d5d5d5;
	color: #404040;
}



/* Auth page */
/* ========= */
.login-box form {
margin-bottom: 0;
}


/* Order/Job page */
/* ============== */
.jobs h1.page-title {
font-size: 24px;
line-height: 18px;
margin-top: 40px;
margin-bottom: 30px;
}

.page-title .new-order {
	margin-left: 20px;
}

.big_job_id {
color: rgb(24, 165, 219);
font-weight: bold;
font-size: 26px;
margin-bottom: 30px;
}

.jobs input[type="text"], .jobs textarea {
width: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.jobs input[type="text"] {
height: 32px;
}


/* fetch files */
/* =========== */
.upload-info {
text-align: center;
margin-top: 10px;
font-weight: bold;
font-size: 14px;
}

.fetch-ftp {
cursor: pointer;
}

#fetch-ftp {
display: none;
padding: 20px;
background: #f9f9f9;
border-radius: 4px;
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#fetch-ftp .input_row:last-child {
margin-bottom: 0;
}

#fetch-ftp form {
margin-bottom: 0;
}

#fetch-ftp label,  #fetch-ftp input[type="text"] {
width: 50%;
float: left;
}

.check_status {
margin-right: 10px;
}



/* upload module */
/* ============= */
.ajax-file-upload-statusbar {
border: 1px solid #ddd;
margin-top: 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px;
}

.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}

.ajax-file-upload-progress {
position: relative;
width: 100%;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: block;
margin: 5px 0;
}

.ajax-file-upload-bar {
background-color: #62C55E;
width: 0;
height: 2px;
border-radius: 3px;
color: #FFFFFF;
}

.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}

.ajax-file-upload-red {
background-color: #FF5A4C;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: normal;
padding: 4px 10px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right: 5px;
}

.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: normal;
padding: 4px 8px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right: 5px;
}

.ajax-file-upload {
font-weight: bold;
cursor: pointer;
margin-right: 20px;
display: inline-block;
text-decoration: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px 20px;
color: #fff;
background: #17AD1D;
border: none;
-moz-box-shadow: 0 2px 0 0 #119717;
-webkit-box-shadow: 0 2px 0 0 #119717;
box-shadow: 0 2px 0 0 #119717;
vertical-align: middle;
}

.ajax-file-upload:hover {
background: #28C22F;
-webkit-box-shadow: 0 2px 0 0 #119717;
   -moz-box-shadow: 0 2px 0 0 #119717;
		box-shadow: 0 2px 0 0 #119717;
}

.ajax-upload-dragdrop {
border: 2px dashed #ccc;
color: #ccc;
padding: 30px 0px 33px;
border-radius: 4px;
text-align: center;
}


/* Image previewer box */
/* =================== */
.preview-area {
margin-bottom: 20px;
}

.img-item {
border: 1px solid #ddd;
border-radius: 3px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}

.img-item .img {
height: 178px;
overflow: hidden;
width: 100%;
}

.img-item .img img {
min-height: 178px;
width: 100%;
}

.controls {
text-align: right;
}

.controls a i {
padding: 3px 4px;
display: inline-block;
margin-top: 5px;
margin-bottom: 3px;
border-radius: 3px;
text-decoration: none;
}



/*---------------------------3D animation-------------------------------*/
.easy-way-area .item-box:hover > img,
.work-process .single-process:hover > .img-area {
	animation: topBottom .3s 2 alternate linear;
	-webkit-animation: topBottom .3s 2 alternate linear;
	-moz-animation: topBottom .3s 2 alternate linear;
	-ms-animation: topBottom .3s 2 alternate linear;
	-o-animation: topBottom .3s 2 alternate linear;
}
.service-galance .item-box:hover > .img img{
	animation: jumping 1.5s 1;
	-webkit-animation: jumping .5s 1;
	-moz-animation: jumping .5s 1;
	-ms-animation: jumping .5s 1;
	-o-animation: jumping .5s 1;
}

@keyframes leftright {
	0% {
		left : 153px;
		top: 30px; linear
	}
	50% {
		top: 14px;
	}
	100% {
		left: 962px;
		top: 30px;
	}
}
@-webkit-keyframes leftright {
	0% {
		left : 153px;
		top: 30px; linear
	}
	50% {
		top: 14px;
	}
	100% {
		left: 962px;
		top: 30px;
	}
}
@-moz-keyframes leftright {
	0% {
		left : 153px;
		top: 30px; linear
	}
	50% {
		top: 14px;
	}
	100% {
		left: 962px;
		top: 30px;
	}
}
@-ms-keyframes leftright {
	0% {
		left : 153px;
		top: 30px; linear
	}
	50% {
		top: 14px;
	}
	100% {
		left: 962px;
		top: 30px;
	}
}
@-o-keyframes leftright {
	0% {
		left : 153px;
		top: 30px; linear
	}
	50% {
		top: 14px;
	}
	100% {
		left: 962px;
		top: 30px;
	}
}

@keyframes topBottom {
	from {
		top:0px;
	}
	to {
		top: -10px;
	}
}
@-webkit-keyframes topBottom {
	from {
		top:0px;
	}
	to {
		top: -10px;
	}
}
@-moz-keyframes topBottom {
	from {
		top:0px;
	}
	to {
		top: -10px;
	}
}
@-ms-keyframes topBottom {
	from {
		top:0px;
	}
	to {
		top: -10px;
	}
}
@-o-keyframes topBottom {
	from {
		top:0px;
	}
	to {
		top: -10px;
	}
}


@keyframes jumping {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(10%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}
@-webkit-keyframes jumping {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(10%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
@-moz-keyframes jumping {
	0% {
		-moz-transform: translateY(0%);	
	}
	50% {
		-moz-transform: translateY(10%);	
	}	
	100% {
		-moz-transform: translateY(0%);
	}			
}
@-ms-keyframes jumping {
	0% {
		-ms-transform: translateY(0%);	
	}
	50% {
		-ms-transform: translateY(10%);	
	}	
	100% {
		-ms-transform: translateY(0%);
	}			
}
@-o-keyframes jumping {
	0% {
		-o-transform: translateY(0%);	
	}
	50% {
		-o-transform: translateY(10%);	
	}	
	100% {
		-o-transform: translateY(0%);
	}			
}

@media (max-width: 1199px) {
	.slider-area {
		height: 390px;
	}
	.main-menu li a {
		padding: 17px 13px 5px;
	}
	.p-single-item {
		height: 217px;
	}
	.item-hover h2 {
		margin-top: 20px;
		margin-bottom: 6px;
	}
	.item-hover p {
		margin: 8px 0px;
	}
	.footer-area .span3.box {
		width: 172px;
	}
	.service-feature-area .content {
		width: 196px;
	}
	.w-content-area {
		width: 490px;
	}
	ul.comment-start li ul.reply-comment li .c-content {
		width: 472px;
	}
	ul.comment-start li .c-content {
		width: 546px;
	}
	.a-side, .b-side, .c-side {
		width: 220px;
		margin-right: 140px;
	}
	.animation-image img.image01 {
		position: absolute;
		z-index: 5;
		top: 17px;
		left: 124px;
		animation: leftright 10s infinite alternate linear;
		-webkit-animation: leftright 10s infinite alternate linear;
		-moz-animation: leftright 10s infinite alternate linear;
		-ms-animation: leftright 10s infinite alternate linear;
		-o-animation: leftright 10s infinite alternate linear;
	}
	@keyframes leftright {
		0% {
			left : 124px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 763px;
			top: 17px;
		}
	}
	@-webkit-keyframes leftright {
		0% {
			left : 124px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 763px;
			top: 17px;
		}
	}
	@-moz-keyframes leftright {
		0% {
			left : 124px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 763px;
			top: 17px;
		}
	}
	@-ms-keyframes leftright {
		0% {
			left : 124px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 763px;
			top: 17px;
		}
	}
	@-o-keyframes leftright {
		0% {
			left : 124px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 763px;
			top: 17px;
		}
	}
}
@media (max-width: 979px) {
	.slider-area {
		height: 360px;
	}
	.main-menu li a {
		padding: 17px 9px 5px;
	}
	.features-area {
		margin-top: -75px;
	}
	.slider-items-list {
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.slider-items-list li {
		float: none;
		display: inline-block;
	}
	.features-area .contact-area {
		float: none;
		text-align: center;
	}
	.item-style {
		padding: 100px 0px 0px;
	}
	.item-style h3 {
		font-size: 28px;
	}
	.item-style p {
		font-size: 15px;
	}
	.p-list ul li a {
		padding: 3px 7px 5px;
	}
	.p-single-item {
		height: 165px;
	}
	.item-hover h2 {
		margin-top: 10px;
		margin-bottom: 4px;
		font-size: 16px;
	}
	.item-hover p {
		margin: 8px 0px;
		padding: 0px;
	}
	.item-hover img {
		width: 20px;
		margin-top: 10px;
		height: 20px;
	}
	.arrow-buttons a {
		width: 32px;
		height: 36px;
		-webkit-background-size: 15px;
		-moz-background-size: 15px;
		-ms-background-size: 15px;
		-o-background-size: 15px;
		background-size: 15px;
		background-position: center;
	}
	.footer-area .span3.box {
		width: 166px;
	}
	.span3.box.quick-links.footer-social-area {
		width: 100%;
		text-align: center;
	}
	.box.quick-links.footer-social-area li {
		display: inline-block;
	}
	ul.blog-cate li.main-cate {
		padding-right: 25px;
	}
	.blog-post-info li {
		margin-right: 30px;
	}
	.service-feature-area .item-box .img {
		width: 50px;
		height: 50px;
	}
	.service-feature-area .content {
		width: 163px;
		margin-left: 15px;
	}
	.working-process {
		padding-top: 160px;
	}
	.a-side, .b-side, .c-side {
		width: 183px;
		margin-right: 87px;
	}
	.work-process .single-process {
		padding: 0px;
		margin-bottom: 40px;
	}
	.work-process .img-area {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.social-links, .payment {
		background-position: center 22px;
	}
	.post-content img,.social-counter {
		margin-bottom: 10px;
	}
	.writer-area .author-pic {
		width: 80px;
		height: 80px;
	}
	.w-content-area {
		width: 366px;
		line-height: 1.3;
	}
	.w-content-area p:first-child {
		margin-bottom: 10px;
	}
	ul.comment-start li .c-content {
		width: 402px;
	}
	ul.comment-start li ul.reply-comment li .c-content {
		width: 328px;
	}
	.news-latter-area ul li p {
		font-size: 18px;
		padding-right: 25px;
	}
	.pricing-list-area ul.pricint-list li.single-list {
		width: 242px;
	}
	ul.contact-form li {
		width: 100%;
	}


	.animation-image img.image01 {
		position: absolute;
		z-index: 5;
		width: 35px;
		top: 17px;
		left: 100px;
		animation: leftright 8s infinite alternate linear;
		-webkit-animation: leftright 8s infinite alternate linear;
		-moz-animation: leftright 8s infinite alternate linear;
		-ms-animation: leftright 8s infinite alternate linear;
		-o-animation: leftright 8s infinite alternate linear;
	}
	@keyframes leftright {
		0% {
			left : 100px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 590px;
			top: 17px;
		}
	}
	@-webkit-keyframes leftright {
		0% {
			left : 100px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 590px;
			top: 17px;
		}
	}
	@-moz-keyframes leftright {
		0% {
			left : 100px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 590px;
			top: 17px;
		}
	}
	@-ms-keyframes leftright {
		0% {
			left : 100px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 590px;
			top: 17px;
		}
	}
	@-o-keyframes leftright {
		0% {
			left : 100px;
			top: 17px; linear
		}
		50% {
			top: 5px;
		}
		100% {
			left: 590px;
			top: 17px;
		}
	}
}
@media (max-width: 767px) {
	.slider-area {
		height: 340px;
	}
	.portfolio-area {
		padding: 0px 20px;
	}
	.top-area .span6 {
		width: 50%;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	.logo a {
		margin: 0px auto;
		background-position: center center;
	}
	.p-single-item {
		height: 250px;
	}
	.item-hover h2 {
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 25px;
	}
	.item-hover p {
		margin: 8px 0px;
		padding: 0px 15%;
	}
	.item-hover img {
		width: 30px;
		margin-top: 30px;
		height: 30px;
	}
	.c-p-tesimonials .box {
		margin-bottom: 85px;
	}
	.p-list ul li a {
		padding: 5px 13px 5px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .span3.box {
		width: 100%;
	}
	footer .from-blog li {
		text-align: left;
	}
	footer ul {
		display: table;
		margin: 0px auto;
	}
	.item-style {
		-webkit-background-size: 90px;
		-moz-background-size: 90px;
		-ms-background-size: 90px;
		-o-background-size: 90px;
		background-size: 90px;
	}
	.we-are-about {
		padding-left: 15px; 
		padding-right: 15px;
		text-align: center;
	}

	.man.we-are-about {
		text-align: left;
	}
	.blog-area, .help-area, .content-area,.easy-way-area, .service-galance, .service-feature-area,.c-contact {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
				box-sizing: border-box;
	}
	.blog-area .left-area {
		margin-bottom: 50px;
		overflow: hidden;
	}
	.side-area {
		margin-right: 0px;
	}
	.a-side, .b-side, .c-side {
		width: 100%;
		margin-right: 0px;
	}
	.news-latter-area ul li {
		display: block;
		margin-bottom: 10px;
	}
	.question {
		margin-left: 0px;
	}
	.content-area .thumb {
		width: 22%;
		float: left;
		margin-right: 3%;
	}
	.content-area .span10 {
		width: 75%;
		float: left;
	}
	.service-feature-area .item-box {
		width: 280px;
		overflow: hidden;
		margin: 0px auto;
		padding: 20px;
	}
	.product-area .single-product-area {
		margin-bottom: 30px;
	}
	.product-area .single-product-area .single-product img {
		width: 100%;
	}
	.pricing-list-area ul.pricint-list li.single-list {
		width: 100%;
	}
	.user-system li {
		right: 40px;
	}
	.item-box {
		margin-bottom: 30px;
	}
	.single-list {
		margin-bottom: 50px;
	}
	.pricing-list-area {
		padding-bottom: 40px;
	}
	.pricing-list-area ul.pricint-list li.single-list.featured,
	.pricing-list-area ul.pricint-list li.single-list.featured:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	ul.contact-form li.text-area {
		margin-bottom: 30px;
	}
	ul.contact-form li.send-button {
		text-align: center;
	}
	.address-area ul.location-list li {
		margin-right: 0px;
		width: 33%;
	}
	.form-area {
		margin-bottom: 40px;
	}
	.address-area h3 {
		text-align: center;
	}
	.we-are-about img {
		margin-right: 50px;
		margin-bottom: 10px;
		width: 150px;
	}
	.help-area .help-item {
		margin-bottom: 30px;
	}
	header {
		position: relative;
	}
	.menu-controll {
		display: block;
		margin-left: 10px;
	}
	.menu-controll p {
		display: block;
		width: 28px;
		height: 28px;
		background: #5A5A5A;
		color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 28px;
		cursor: pointer;
		margin: 0px;
	}
	.main-menu-area,
	.main-menu {
		float: none;
	}
	.top-menu {
		text-align: left;
		padding-left: 10px;
	}
	.main-menu, .top-menu {
		display: none;
	}
	.top-menu li {
		float: none;
	}
	.top-menu li a {
		padding-top: 5px;
	}
	.main-menu li {
		display: block;
		margin: 0px;
	}
	.main-menu li ul.sub-menu {
		position: relative;
	}
	.main-menu li a {
		padding: 10px
	}

	.animation-image img.image01 {
		position: absolute;
		z-index: 5;
		width: 30px;
		top: 12px;
		left: 78px;
		animation: leftright 8s infinite alternate linear;
		-webkit-animation: leftright 8s infinite alternate linear;
		-moz-animation: leftright 8s infinite alternate linear;
		-ms-animation: leftright 8s infinite alternate linear;
		-o-animation: leftright 8s infinite alternate linear;
	}
	@keyframes leftright {
		0% {
			left : 78px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 460px;
			top: 12px;
		}
	}
	@-webkit-keyframes leftright {
		0% {
			left : 78px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 460px;
			top: 12px;
		}
	}
	@-moz-keyframes leftright {
		0% {
			left : 78px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 460px;
			top: 12px;
		}
	}
	@-ms-keyframes leftright {
		0% {
			left : 78px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 460px;
			top: 12px;
		}
	}
	@-o-keyframes leftright {
		0% {
			left : 78px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 460px;
			top: 12px;
		}
	}
}
@media (max-width: 500px) {
	.slider-area {
		height: 290px;
	}
	.features-area {
		margin-top: -35px;
	}
	.slider-items-list li a {
		padding: 7px 10px;
	}
	.we-are .right-shadow,
	.we-are .left-shadow,
	.pricing-area .we-are.pricing-head .right-shadow,
	.pricing-area .we-are.pricing-head .left-shadow {
		width: 33%;
	}
	.we-are-head,
	.pricing-area .we-are.pricing-head .we-are-head,
	.service-head-area .we-are-head,
	.service-galance-area .we-are-head {
		width: 34%;
	}
	.work-process .img-area img {
		width: 50%;
	}
	.work-process .img-area {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 20px;
	}
	.work-process p.process-name {
		margin-bottom: 5px;
	}
	.work-process .single-process {
		margin-bottom: 30px;
	}
	.top-post .pupolar-post-c-area {
		padding-top: 0px;
		padding-right: 20px;
	}
	.w-content-area {
		width: 338px;
	}
	ul.comment-start li .c-content {
		width: 374px;
	}
	ul.comment-start li ul.reply-comment li .c-content {
		width: 300px;
	}
	.easy-way-area .item-box img {
		width: 60px;
	}
	.easy-way-area .content-title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.service-galance .img {
		height: 85px;
	}
	.working-process {
		padding-top: 85px;
	}
	.we-are-about p {
		margin-top: 0px;
	}



	.animation-image img.image01 {
		position: absolute;
		z-index: 5;
		width: 25px;
		top: 8px;
		left: 63px;
		animation: leftright 7s infinite alternate linear;
		-webkit-animation: leftright 7s infinite alternate linear;
		-moz-animation: leftright 7s infinite alternate linear;
		-ms-animation: leftright 7s infinite alternate linear;
		-o-animation: leftright 7s infinite alternate linear;
	}
	@keyframes leftright {
		0% {
			left : 63px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 358px;
			top: 12px;
		}
	}
	@-webkit-keyframes leftright {
		0% {
			left : 63px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 358px;
			top: 12px;
		}
	}
	@-moz-keyframes leftright {
		0% {
			left : 63px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 358px;
			top: 12px;
		}
	}
	@-ms-keyframes leftright {
		0% {
			left : 63px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 358px;
			top: 12px;
		}
	}
	@-o-keyframes leftright {
		0% {
			left : 63px;
			top: 12px; linear
		}
		50% {
			top: 2px;
		}
		100% {
			left: 358px;
			top: 12px;
		}
	}
}
@media (max-width: 350px) {
	.slider-area {
		height: 230px;
	}
	.c-p-family {
		padding: 35px 0% 40px;
	}
	.p-list ul li a {
		padding: 5px 7px 5px;
	}
	.p-single-item {
		height: 201px;
	}
	.item-hover h2 {
		margin-top: 20px;
		margin-bottom: 7px;
		font-size: 22px;
	}
	.item-hover p {
		margin: 6px 0px;
		padding: 0px 4%;
	}
	.item-hover img {
		margin-top: 25px;
	}
	.social-links li, .payment li {
		margin-bottom: 4px;
	}
	.man.we-are-about {
		text-align: center;
	}
	.we-are-about img {
		margin: 0px;
		width: 100px;
		float: none;
	}
	.we-are-about {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.trial-button-area {
		margin-bottom: 30px;
	}
	.post-content img,
	.app-image img {
		width: 100%;
		height: auto;
	}
	.top-post {
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.left-area .hint {
		padding-bottom: 10px;
		line-height: 1.2;
	}
	/*.popular-posts li img,*/
	.top-post img {
		width: 40px;
		height: 40px;
	}
	.top-post .pupolar-post-c-area {
		padding-top: 5px;
	}
	.writer-area {
		text-align: center;
	}
	.writer-area .author-pic {
		margin-bottom: 20px;
		float: none;
	}
	ul.comment-start li img.author-pic {
		margin-bottom: 10px;
	}
	ul.comment-start li .c-content,
	ul.comment-start li ul.reply-comment li .c-content {
		width: 100%;
	}
	.processing {
		padding-top: 0px;
	}
	.working-process {
		padding-top: 20px;
	}

	.animation-image img.image01 {
		position: absolute;
		z-index: 5;
		width: 18px;
		top: 3px;
		left: 41px;
		animation: leftright 7s infinite alternate linear;
		-webkit-animation: leftright 7s infinite alternate linear;
		-moz-animation: leftright 7s infinite alternate linear;
		-ms-animation: leftright 7s infinite alternate linear;
		-o-animation: leftright 7s infinite alternate linear;
	}
	@keyframes leftright {
		0% {
			left : 41px;
			top: 3px; linear
		}
		50% {
			top: 1px;
		}
		100% {
			left: 230px;
			top: 3px;
		}
	}
	@-webkit-keyframes leftright {
		0% {
			left : 41px;
			top: 3px; linear
		}
		50% {
			top: 1px;
		}
		100% {
			left: 230px;
			top: 3px;
		}
	}
	@-moz-keyframes leftright {
		0% {
			left : 41px;
			top: 3px; linear
		}
		50% {
			top: 1px;
		}
		100% {
			left: 230px;
			top: 3px;
		}
	}
	@-ms-keyframes leftright {
		0% {
			left : 41px;
			top: 3px; linear
		}
		50% {
			top: 1px;
		}
		100% {
			left: 230px;
			top: 3px;
		}
	}
	@-o-keyframes leftright {
		0% {
			left : 41px;
			top: 3px; linear
		}
		50% {
			top: 1px;
		}
		100% {
			left: 230px;
			top: 3px;
		}
	}
}


.refund-policy ol, .refund-policy ul {
	margin: 0 0 10px 25px;
}