/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Source Sans Pro', sans-serif;
}
.header-bottom{
	padding: 1em 0;
}
.logo{
	float:left;
	width:40%;
	margin-top: 0.8em;
}
.logo a {
  color:#097ef9;
  font-weight: 700;
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  text-decoration: none;
}
.logo span{
	color:#f907bf;
}
.logo a {
	display: block;
}
.top-menu{
	float:left;
	margin-top: 1.7em;
}
.top-menu ul li{
	display:inline-block;
	
}
.top-menu ul li a{
	font-size:1.2em;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0.8em;
	font-weight: 700;
	color: rgba(80, 106, 133, 1);
}
.top-menu ul li a:hover {
	color: #0095DA;
}
.top-menu ul li a.active {
	color: #0095DA;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*start search*/
.sb-search {
	position: absolute;
	right:204px;
	width: 0%;
	top: 22px;
	min-width:30px;
	margin: 0.4em 20px 0 0px;
	height:45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	outline: none;
	background:#0095DA;
	width: 96%;
	height:45px;
	margin: 0;
	z-index: 10;
	padding: 0px 30px 0 10px;
	font-size: 15px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #e2dee0 url('../images/search.png') no-repeat 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#fff url('../images/search.png') no-repeat 0px 0px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:14%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 60%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color:#fff;
	font-weight: 700;
	font-size: 4.5em;
	text-transform: uppercase;
	font-family: 'Arvo', serif
	
}
.caption p{
	line-height: 1.5em;
	font-size: 1.4em;
	text-align: center;
	font-weight: 400;
	width: 81%;
	margin: 0 auto 10px;
	color:#fff;
}
a.morebtn{
	
	display: block;
	font-size: 1.39em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: 800;
	margin: 3em auto;
	width: 30%;
	background: #2C7ED3;
	padding: 17px 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#506a85;
}
.callbacks_here a:after{
	background:rgb(23, 167, 139);
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -2px;
	z-index: 999;
	left: 46%;
	background:#fff;
	
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_nav {
		display: none;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.beautifull {
	padding: 9em 0;
	background: #0E0A12;
}
.beautifull-header {
	text-align:center;
	width:63%;
	margin:0 auto 4em;
}
.beautifull-header h4 {
	font-size: 3.2em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.2em;
	font-family: 'Arvo', serif
}
.beautifull-header p {
	font-size: 1.41em;
	font-weight: 600;
	color: #928483;
	line-height: 1.8em;
	
}
.beaut-grid h3 {
  font-size: 2.4em;
  font-weight: 600;
  color: #2171C5;
  font-family: 'Arvo', serif;
}
.beaut-grid p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8em;
 padding: 1em 0 3em;	
  color: #928483;
}
.beaut-grid img {
  width: 100%;
}
.beautifull-grid2 {
  padding: 3em 0;
}
a.button1 {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  border: 1px solid #000;
  padding: 1em 2em;
  background: #2C7ED3;
  color: #fff;
  border: none;
  font-weight: 700;
  border-radius: 3px;
}
.checkout-section{
	background-color: rgb(28,29,33);
	padding:9em 0;
}
.checkout-header {
	text-align: center;
	width: 65%;
	margin: 0 auto 3em;

}
.checkout-header h4 {
	font-size: 3.2em;
	font-weight: 700;
	color: #fff;
	font-family: 'Arvo', serif
}
.checkout-header p {
	font-size: 1.41em;
	font-weight: 600;
	color: #928483;
	padding: 1em 0;
}
.bottom-header {
	background: #fff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 1em 0;
	border: none;
}
.bottom-header h5 {
	font-size: 1.5em;
	text-align: center;
	padding: 0.5em 0;
	font-weight:600;
	color: #928483;
	line-height: 1.3em;
}
.bottom-header h5:hover{
		color: #2C7ED3;
}
.bottom-header p {
	font-size: 1.2em;
	text-align: center;
	color: #928483;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-wrapper:hover {
	background:rgba(183, 17, 239, 0.2);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:30%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:48%;
	display:none;
	float:left;
	overflow:hidden;
	margin: 0 2% 25px 0;
	
}
div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	width: 100%;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 8px 32px;
	text-decoration: none;
	color: #2C7ED3;
	cursor: pointer;
	font-size: 1.4em;
	text-transform:uppercase;
	font-weight: 600;	
		margin: 0 0.5em;
	border: 2px solid #2C7ED3;;
}
#filters li span.active {
	background:#2C7ED3;
	color: #F3F3F3;	
	font-weight: 500;	
	
}
#filters li span.filter:hover{
	background:#2C7ED3;
	color: #FFFFFF;
    border:2px solid #2C7ED3;;	
}
#filters li span.active:hover{
	background: #2C7ED3;
	border: 2px solid #2C7ED3;;
	color: #F3F3F3;
}						  
#filters li {
	display: -webkit-inline-box;
}	
.screen-shots {
	padding: 5em 0;
}
.flat-phone img{
	width:100%;
}
.wantto-section{
	padding:5em 0;
	text-align:center;
	  background: #100A06;
}
.wantto-section h4 {
	font-size: 3.2em;
	font-weight: 700;
	color: #fff;
	font-family: 'Arvo', serif
}
.wantto-section p {
	font-size: 1.41em;
	font-weight: 600;
	color: #928483;
	padding: 2em 11em;
}
.wantto-section a {
	text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		border: 1px solid #000;
		padding: 1em 2em;
		background: #2C7ED3;
		color: #fff;
		border: none;
		font-weight: 700;
		border-radius: 3px;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0095DA;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.our-work-section-head.text-center h3 {
	font-size: 3em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	font-family: 'Arvo', serif
}
div#portfolio {
	background: #0E0A12;;
	padding-top: 4em;
}
.contact-section {
	  background: #38363a;
		padding: 3em 0;
}
.contact-grid {
	padding: 0 17px 0 0px;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
  background: #fff;
}
.contact-grid h5 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Arvo', serif;
}
.contact-grid1 h5 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Arvo', serif;
}

p.labels {
	font-size: 1.1em;
	color: #928483;
	line-height:1.6em;
	margin-left: 0.5em;
}
p.label1 {
	font-size: 1.2em;
	padding: 0;
	margin-left: 0.5em;
	color: #928483;
}
.contact-grid a.more {
	text-decoration: none;
	text-transform: capitalize;
	color: #acb3ba;
	font-size: 1.2em;
	font-weight: 700;
}
.contact-grid a:hover {
	color: #2C7ED3;
}

.img-grid1 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.img-grid2 {
	float: left;
	width: 49%;

}
.img-grid1 img{
	width: 100%;
}
.img-grid2 img {
	width: 100%;
}
.img-grid3 img{
	width: 100%;
}
.img-grid4 img{
	width: 100%;
}
.img-grid3 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.img-grid4 {
	float: left;
	width: 49%;

}
.contact-leftgrid {
	margin-bottom: 0.5em;
}
.icon2 {
  margin-top: 1em;
}
.icon2 ul li {
	display: inline-block;
	padding: 0.1em 0;
}
i.message {
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.phone {
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -20px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.indicate {
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -160px 0px;
	display: inline-block;
	vertical-align:middle;
}
.icon2 ul li label {
	font-size: 1.2em;
	color:#928483;
}
.icon2 ul li a {
	font-size: 1.2em;
	color:#928483;
	margin-left: 0.5em;
}
.footer-section{
	background:#0A0417;
	padding:1em 0;
}
.footer-left{
	float:left;
}
.bottom-menu{
	float:right;
}
.bottom-menu ul li {
	display:inline-block;
}
.footer-left p {
	font-size: 1.15em;
	color: #707e8c;
}
.footer-left p a {
	font-size: 1.1em;
	color: #707e8c;
	margin-left: 10px;
}
.footer-left p a:hover{
	color:#2C7ED3;
}
.bottom-menu ul li a {
	font-size: 1.2em;
	color: #acb3ba;
	text-decoration: none;
	margin: 0 0.5em;
	text-transform:capitalize;
}
.bottom-menu ul li a:hover{
	color:#0095DA;
}
.bottom-menu ul li a.active{
	color:#0095DA;
}
.b-animate img{

	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom-icon.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 350px;	
}
.grid_box a:hover .zoom-icon{
	top:20px;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
/**** Blog ****/
.blog_posts {
	padding: 15px 0 20px;
}
.blog_date {
	float: left;
	width: 7%;
	background:#2C7ED3;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1',endColorstr='#ff5f5f5f',GradientType=0);
	display: inline-block;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
.blog_posts figure {
	font-weight: 700;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding:18px 10px;
}
.blog_posts figure span {
	font-size:2.5em;
	line-height: 30px;
	color: #FFF;
	display: block;
	margin-bottom: -5px;
}
.blog_desc {
	float: left;
	padding-left: 2%;
	width: 90%;
}
.blog_heading p span {
	color: #C86360;
	font-size: 18px;
	text-transform: uppercase;
}
.blog_heading p {
	color:#9A585C;
	font-size: 0.8em;
	padding:0;
}
.blog_1_of_2 {
	width:50%;
	float:left;
}
.blogdata_1_of_2{
	width: 47%;
	float: left;
	margin-left: 3%;
}
.blog_img img {
	padding:5px;
	background: #FFF;
	border: 1px solid #2C7ED3;
	margin-top:10px;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.10) rotate(-1deg);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.10);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.blog_data p {
	color:#B8A395;
	font-size:0.8125em;
	line-height:1.8em;
}
/*** Page numbers ***/
.content-pagenation{
	float:right;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#2C7ED3;
	font-size: 1em;
	background: #FFF;
	padding: 10px 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover{
	background:#0095DA;
	color:#FFF;
	
}
.span_1_of_3 li{
	color: #928483;
	font-size: 1em;
	padding: 7px 24px;
	background: url(../images/list-arrow.png) no-repeat 0;
	cursor: pointer;
	list-style-type: none;
}
.span_1_of_3 li:hover{
	color:#0095DA;
	padding-top: 10px;
}
.blog_heading a {
	font-size: 1.5em;
	color: #2C7ED3;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
}
.blog_heading p {
	color: #928483;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}
.blog_heading p a {
  color: #928483;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 300;
  text-transform: none;
}
.blog_data p
  {
	color:#928483;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}
p.text {
	color: #928483;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}
.blog_img img {
	width: 100%;
}
.blog_heading h3 {
	font-size: 1.6em;
	color:#2C7ED3;
	text-transform: uppercase;
}
.more span a{
	padding:8px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	font-size:1em;
	color:#FFF;
    -webkit-transition: -webkit-box-shadow, background 0.2s linear;
    -moz-transition: -moz-box-shadow, background 0.2s linear;
    -ms-transition: -moz-box-shadow, background 0.2s linear;
    -o-transition: -o-box-shadow, background 0.2s linear;
    transition: box-shadow, background 0.2s linear;
     background:#2C7ED3;
    float: left;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;  
	text-decoration:none;
	margin-top: 2em;
}

.blog-content-head h3{
	color:#fff;
	font-size: 3.2em;
	margin-bottom: 0.2em;
	text-align:center;
	font-weight:700;
	font-family: 'Arvo', serif
}
.blog-content {
	padding: 4em 0;
	background: #191818;
	
}
.rsidebar.span_1_of_3 {
	width: 33%;
	margin: 50px 0 0 7em;
}
.rsidebar h3{
	color: #fff;
	font-size: 3em;
	margin-bottom: 8px;
	font-family: 'Arvo', serif
}
.latest_comments h4 a {
	color: #2C7ED3;
	font-size: 0.9em;
	font-style: italic;
}
.latest_comments p {
	font-size: 1em;
	color: #928483;
	font-weight: 500;
	padding:5px 0;
}
.latest_comments {
	margin-top: 2em;
}
.single {
	margin: 0 0 3em 7em;
}
.icon9 {
	float: left;
	border-top: 1px dashed rgba(80, 106, 133, 1);
	border-bottom: 1px dashed rgba(80, 106, 133, 1);
	padding: 1em 0;
	width: 100%;
	margin-top: 1em;
}
.icon9 ul li{
	display:inline-block;
	padding:0 0 0 3px;

}
.icon9 ul li a {
	font-size: 1.15em;
	vertical-align: top;
	text-transform: capitalize;
	color: #928483;
}
.icon9 ul li p {
  font-size: 1.15em;

  text-transform: capitalize;
  color: #928483;
 }
i.user {
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat -180px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.clender{
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat -200px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.comment{
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat -220px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.donec{
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat -240px 0px;
	display: inline-block;
	vertical-align:middle;
}
i.per{
	width: 20px;
	height: 20px;
	background: url('../images/img-sprite.png') no-repeat -260px 0px;
	display: inline-block;
	vertical-align:middle;
}

.icon9 ul li:nth-child(9){
	margin-left:39em;
}
.icon9 ul li:nth-child(10) {
	float: right;
}
.leave h4 {
	color: #fff;
	font-size: 2.5em;
	margin: 20px 0 10px 0;
	font-weight: 400;
}
#commentform label {
	display: block;
	font-size: 1em;
	color: #fff;
}
#commentform span {
	color: #A60000;
	position: absolute;
}
#commentform input[type="text"] {
	padding: 8px 15px;
	width: 60%;
	color: #444;
	font-size: 1em;
	border: 1px solid #eee;
	background: #eee;
	outline: none;
	display: block;
}
#commentform textarea {
	padding: 13px 20px;
	width:60%;
	color: #444;
	font-size:0.85em;
	outline: none;
	height:150px;
	display: block;
	resize: none;
	font-weight:400;
	border: 1px solid #eee;
	background: #eee;
}
#commentform input[type="submit"] {
	padding: 10px 40px;
	color: #FFF;
	background: #444;
	outline: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 1.3em;
	font-weight: 600;
}
#commentform input[type="submit"]:hover {
	background:#2C7ED3;
}
.comments1 {
	margin-top: 3em;
}
#commentform p {
	position: relative;
	padding: 8px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.comments-main {
	border: 1px solid #D5D4D4;
	padding: 17px 0px;
	margin: 15px 0px;
}
.cmnts-right a {
	padding: 6px 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
.Archives {
	margin-bottom:3em;
}
.cmts-main-left img{
	border: 3px solid#ccc;
}
.cmnts-right a:hover{
	background: #333;
	text-decoration:none;
}
.cmts-main-right h5 {
	font-size: 1em;
	color: #fff;
	margin: 0px;
	font-weight: 600;
}
.comments1 h4 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	color: #fff;
	font-weight: 600;
}
.cmts-main-right p{
	font-size: 15px;
	color: #555;
	margin:15px 0px;
}
.cmnts-left p {
	font-size: 13px;
	color:#999;
	font-weight: 600;
}

/**** EndBlog ****/
/***404***/
.page-not-found h1{
	font-size:7em;
	color:#2C7ED3;
	text-transform:uppercase;
	font-weight:700;
	margin: 0.8em 0 10px 0;
	font-family: 'Arvo', serif
}
.page-not-found h2{
	font-size:5.5em;
	color:#2C7ED3;
	text-transform:uppercase;
	font-family: 'Arvo', serif
}
.page-not-found p{
	font-size: 1.8em;
	margin-top: 15px;
	line-height: 1.6em;
	color: #928483;
}
.page-not-found  span.error{
	color:#2C7ED3;
	font-size:2em;
}
.page-not-found p span{
	font-size: 0.8em;
	color:#928483;
}
.search1{
	border: 1px solid rgba(173, 173, 173, 0);
	margin-left: 378px;
	margin-top: 20px;
	width: 382px;
	position:relative;
    background:rgba(156, 156, 156, 0.12);
    box-shadow: inset 0px -1px 5px rgba(94, 94, 94, 0.19);
    border-radius:5px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.search1 form input[type="text"]{
	border:none;
	outline:none;
	width: 297px;;
	padding:8px;
	font-size:12px;
    background:rgba(255, 255, 255, 0);
   color:#fff;
}
.search1 form input[type="submit"]{
	border:none;
	background:none;
	cursor:pointer;
	padding:10px 20px;
	font-size:13px;
	color:#eee;
	box-shadow: inset 1px -2px 8px rgba(0, 0, 0, 0.33);
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background:#2C7ED3;
	outline: none;
}
.search1 form input[type="submit"]:hover{
	box-shadow: inset 0px 0px 4px #222;
	color:#FFF;
}
.page-not-found {
	min-height: 690px;
}
.main {
padding: 3% 0;
background: rgba(0, 0, 0, 0.9);
}
/**end-404**/

/*start Contact*/
.contact{
	display: block;
}
.contact h3 {
	font-size: 3em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Arvo', serif
}
.contact_info{
	float: right;
	width: 64.33333%;
}
.contact-map {
	margin-top: 2%;
}
.company_address {
	float: left;
	margin-right: 3%;
	width: 32.3333%;
}
.span_1_of_2 h2{
	font-size: 2.5em;
	color:#fff;
	text-transform: capitalize;
	word-spacing: 1px;
	margin-bottom: 0.5em;
	font-family: 'Arvo', serif;
	
}
.span_2_of_4 h2{
	font-size: 2.5em;
	color: #fff;
	text-transform: capitalize;
	word-spacing: 1px;
	margin-bottom: 15px;
	font-family: 'Arvo', serif;
}
.contact-form{
	position:relative;
	margin-top: 2%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #C9C9C9;
	display:block;
	font-size: 0.8725em;
	padding-bottom:5px;
}
.company_address p{
	font-size: 1.1em;
	color:#928483;
	line-height: 1.8em;
}
.company_address p span{
	color: #8ABB96;
	cursor:pointer;
}
.company_address p span:hover{
	color: #C9C9C9;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.contact-form input[type="text"],.contact-form textarea{
	font-size: 1.1em;
	color: #506A85;
	font-weight: 500;
	padding: 14px;
	display: block;
	width: 98%;
	background: #fff;
	border:none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact-form textarea{
	resize:none;
	height:180px;	
	background: #fff;	
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
	-webkit-box-shadow:0px 0px 1px rgba(154, 153, 162, 0.69);
	-moz-box-shadow0px 0px 1px rgba(154, 153, 162, 0.69);
	-o-box-shadow: 0px 0px 1px rgba(154, 153, 162, 0.69);
}
.contact-form input[type="submit"]{
	background: #6F6F6F;
	color: #ffffff;
	border: 1px solid #646464;
	cursor: pointer;
	padding: 10px 18px;
	display: inline-block;
	text-transform: uppercase;
	font-size:1em;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact-form input[type="submit"]:hover{
	outline:none;
	background: #e1184a;
	color: #ffffff;
}
.button a {
	background: #0095DA;
	color: #fff;
	text-decoration:none;
	border: none;
	font-size: 1.2em;
	cursor: pointer;
	padding: 12px 24px 12px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin:0;
}
.button a:hover {
	background: #2C7ED3;
}
.company_address a {
	color:#2C7ED3;
}
.contact-form span label {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.col.span_1_of_2 {
	margin-bottom: 4em;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
				/*-- responsive-mediaquries --*/
@media(max-width:1440px){
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 16%;
		}
		.sb-search {
			right: 115px;
		}
		.caption h3 {
			font-size: 4.7em;
		}
		.caption p {
			font-size: 1.35em;
		
		}
		a.morebtn {
			margin: 2em auto;
	}
	.bottom-header {
 		margin-right: 0px;
	}
}
@media(max-width:1366px){
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 16%;
		}
		.sb-search {
			right: 85px;
		}
		.caption h3 {
			font-size: 4.5em;
		}
		.caption p {
			font-size: 1.3em;
			width: 86%;
		}
	}
@media(max-width:1280px){
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 18%;
		}
		.sb-search {
			right: 35px;
		}
		.caption h3 {
			font-size: 4em;
		}
		.caption p {
			width: 92%;
		}
		.beautifull-header h4 {
			font-size: 3em;
		}
		
		.grid_box.zoom-icon {
			
			height: 320px;
		}
		.blog-content-head h3 {
			font-size: 3em;
		}
		.rsidebar h3 {
			font-size: 2.5em;
		}
		.page-not-found {
			min-height: 620px;
		}
		.page-not-found h1 {
			font-size: 5.5em;
		}
		.page-not-found h2 {
			font-size: 4.5em;
		}
		.page-not-found p {
			font-size: 1.5em;
		}
	}
@media(max-width:1024px){
		.logo {
  			float: left;
  			width: 33.5%;
  		}
		.logo a {
 			 
  			font-weight: 700;
  			font-size: 2.4em;
  		}
		.top-menu ul li a {
			margin: 0 0.5em;
		}
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 21%;
		}
		.sb-search {
			right: 15px;
		}
		.caption h3 {
			font-size: 3em;
		}
		.caption p {
			width: 100%;
			font-size: 1.2em;
		}
		.callbacks_nav.next {
			right: 9%;
		}
		.callbacks_nav {
			top: 41%;
			left: 9%;
		}
		a.morebtn{
			margin: 2em auto;
			width: 35%;
		}
		.beautifull-header {
			width: 71%;
		}
		.beautifull {
  			padding: 6em 0;
  		}
		.beautifull-header h4 {
			font-size: 2.3em;
		}
		.beautifull-header p {
			font-size: 1.3em;
		}
		.beaut-grid h3 {
  			font-size: 1.9em;
  		}
		.beaut-grid p {
 			font-size: 1.1em;
 		}
 		.beaut-grid p {
  			padding: 0.5em 0 3em;
  		}
		.checkout-header {
			width: 74%;
		}
		.checkout-header h4 {
			font-size: 2.3em;
		}
		.checkout-header p {
			font-size: 1.3em;
		}
		.bottom-header h5 {
			font-size: 1.2em;
		}
		.checkout-section {
 			padding: 5em 0;
		}
		.wantto-section {
			padding: 3em 0;
		}
		.wantto-section h4 {
			font-size: 2.3em;
		}
		.wantto-section p {
			font-size: 1.2em;
			padding: 2em 10em;
		}
		.wantto-section a {
			font-size: 1.2em;
		}
		.contact-grid h5 {
			font-size: 1.1em;
		}
		.contact-grid1 h5 {
			font-size: 1.1em;
		}
		.follow {
  			overflow: hidden;
  			height: 273px;
		}
		p.labels {
			  font-size: 1em;
			  height: 130px;
			  overflow: hidden;
		}
		.icon2 ul li a {
  			font-size: 1.11em;
  		}
		
		p.label1 {
			font-size:1.05em;
		}
		.bottom-menu ul li a {
			font-size: 1.1em;
			margin: 0 0.2em;
		}
		.footer-left p {
 			 font-size: 1.1em;
 		}
		.our-work-section-head.text-center h3 {
			font-size: 2.3em;
		}
		#filters li span {
			font-size: 1.2em;
		}
		.grid_box .zoom-icon {
			height: 280px;
		}
		.blog-content-head h3 {
			font-size: 2.3em;
		}
		.blog_heading a {
			font-size: 1.2em;
		}
		.blog_heading p {
			font-size: 1.1em;
		}
		.blog_data p {
			font-size: 1.1em;
		}
		.blog_posts figure {
  			padding: 15px 10px;
		}
		p.text {
			font-size: 1.1em;
		}
		.rsidebar h3 {
			font-size: 1.7em;
		}
		.more span a {
			padding: 8px 8px;
		}
		.blog_posts figure span {
			font-size: 2.2em;
		}
		.latest_comments h4 a {
			font-size: 0.8em;
		}
		.blog_heading h3 {
			font-size: 1.2em;
		}
		.single {
			margin: 0 0 3em 6em;
		}
		.icon9 ul li a {
			font-size: 1.1em;
		}
		.icon9 ul li p {
  			font-size: 1.1em;
  		}
		.icon9 ul li:nth-child(9) {
				margin-left:27em;
		}
		.leave h4 {
			font-size: 1.7em;
		}
		.comments1 h4 {
			font-size: 1.2em;
		}
		#commentform input[type="submit"] {
			padding: 10px 30px;
			font-size: 1.20em;
		}
		.page-not-found {
			min-height: 600px;
			padding-top: 8em;
		}
		
		.page-not-found h1 {
			font-size: 4em;
		}
		.page-not-found h2 {
			font-size: 3.5em;
		}
		.page-not-found p {
			font-size: 1.2em;
		}
		.contact h3 {
			font-size: 2.3em;
		}
		.search1 {
			margin-left: 340px;
			width: 28%;
		}
		.search1 form input[type="text"] {
			width: 178px;
		}
		.span_1_of_2 h2 {
			font-size: 1.7em;
		}
		.span_2_of_4 h2 {
			font-size: 1.7em;
		}
		.company_address p {
			font-size: 1em;
		}
		.button a {
			font-size: 1em;
			padding: 10px 15px 10px;
		}
	}
@media (max-width: 800px){
		..header-bottom {
			padding: 0.5em 0;
		}
 		.top-menu{
			float:none;
			width: 100%;
			padding: 2px 0 0 0;
			text-align:center;
			margin-top: 0.5em;
			}
		.logo {
		
			margin-top:10px;
			width: 39%;
		}
		.top-menu ul li{
			display:block;
			float:none;
			margin:10px 0;
		}
		.top-menu ul li a{
			color:#7F8BA3;
			text-align: center;
			padding:5px 8px;
		}
		.top-menu ul{
			display:none;
			background:rgb(7, 7, 8);
			width:100%;
			padding: 10px 0;
		}
		.top-menu span.menu{
			display: block;
			width: 5%;
			text-align: center;
			position:relative;
			padding:14px 0;
			margin: 0 auto;
	}
	.top-menu span.menu:before {
		content: url("../images/nav-icon.png") no-repeat 0px 0px;
		cursor: pointer;
		text-align:center;
		width: 100%;
	}
	.top-menu lable {
		display: none;
	}
	.top-menu ul li a.active {
		padding: 6px 0;
		display: block;
	}
	.top-menu ul li a {
		font-size: 1.2em;
		display: block;
	}
	.top-menu ul li {
		padding:0;
		margin: 0;
	}
		.sb-search {
			right: 7px;
			top: 18px;
		}
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 28%;
		}
		.caption {
			width: 68%;
			top: 30%;
			left: 17%;
		}
		.caption h3 {
			font-size: 2.5em;
		}
		.caption p {
			font-size: 1.05em;
		}
		.callbacks_nav.next {
			right: 5%;
		}
		.callbacks_nav {
			top: 35%;
			left: 5%;
		}
		a.morebtn {
			margin: 1.5em auto;
			width: 33%;
			padding: 12px 0;
			font-size: 1.09em;
		}
		ul.callbacks_tabs.callbacks1_tabs {
			left: 45%;
		}
		.beautifull-header {
 			 width: 80%;
 			 margin: 0 auto 3em;
		}
		.beautifull {
			padding: 5em 0;
		}
		.beautifull-header h4 {
			font-size: 1.7em;
		}
		.beautifull-header p {
			font-size: 1em;
			line-height: 1.5em;
			padding: 0.6em 0;
		}
		.beautiful-grid {
			float: left;
			width: 31.33%;
			margin-right: 2%;
			padding:0;
		}
		.beaut-grid {
			  float: left;
			  width: 50%;
		}
		.beaut-grid h3 {
  			font-size: 1.5em;
		}
		.beaut-grid p {
  			padding: 0.5em 0 2em;
  			font-size: 0.91em;
		}
		a.button1 {
			padding: 0.8em 1em;
			font-size: 0.95em;
		}
		
		.checkout-section {
			padding: 3em 0;
		}
		.checkout-header {
			width: 95%;
			margin: 0 auto 2em;

		}
		.checkout-header h4 {
			font-size: 1.7em;
		}
		.checkout-header p {
				font-size: 1.15em;
				padding: 0.7em 0;
		}
		.bottom-header h5 {
			font-size: 1.15em;
		}
		.bottom-header p {
			font-size: 1.15em;
		}
		.wantto-section {
			padding: 3em 0;
		}
		.wantto-section h4 {
			font-size: 1.7em;
		}
		.wantto-section p {
			font-size: 1.05em;
			padding: 1.5em 4em;
		}
		.wantto-section a {
			font-size: 1em;
			padding: 0.8em 1.5em;
		}
		.contact-grid {
		  margin-top: 1em;
		  text-align: center;
		}
		.contact-grid h5 {
			font-size: 1.05em;
			margin-bottom: 1em;
		}
		.contact-grid1{
			float: left;
			width: 50%;
			margin-top: 2em;
		}
		.contact-grid1 h5 {
		  	font-size: 1.05em;
		  	margin-bottom: 1em;
		 }
		.contact-section {
			  background: #38363a;
			  padding: 2em 0;
		}
		.contact-grid span img {
			width: 40%;
		}
		.contact-grid p {
			font-size: 1em;
		}
		.icon2 {
  			margin-top: 2em;
		}
		.icon2 ul li {
  			padding: 0.2em 0;
		}
		.footer-left {
			float: none;
			text-align: center;
			margin-bottom: 1em;
		}
		.bottom-menu {
			float: none;
			text-align: center;
		}
		#portfoliolist .portfolio {
			width: 48%;
			margin: 0 2% 15px 0;
		}
		div#portfolio {
			padding-top: 2em;
		}
		.our-work-section-head.text-center h3 {
			font-size: 1.8em;
		}
		#filters li span {
			font-size: 1.05em;
		}
		#filters li span {
			padding: 8px 25px;
		}
		.grid_box .zoom-icon {
			height: 170px;
		}
		.blog-content {
			padding: 2em 0 2em;
		}
		.blog-content-head h3 {
			font-size: 1.8em;
		}
		.blog_heading a {
			font-size: 1.11em;
		}
		.blog_heading p {
			font-size: 1em;
		}
		.blog_heading h3 {
			font-size: 1.1em;
		}
		.blog_data p {
			font-size: 1em;
			height: 125px;
			overflow: hidden;
		}
		.blog_posts figure {
  			padding: 8px 10px;
  			 font-size: 9px;
		}
		p.text {
			font-size: 1em;
			overflow: hidden;
			height: 130px;
		}
		.single {
			margin: 0 0 3em 4em;
		}
		.icon9 ul li:nth-child(9) {
			margin-left: 15em;
		}
		.icon9 ul li a {
			font-size: 1em;
		}
		.icon9 ul li p {
  			font-size: 1em;
		}
		.leave h4 {
			font-size: 1.5em;
		}
		#commentform label {
			font-size: 0.9em;
		}
		#commentform input[type="submit"] {
			font-size: 1em;
		}
		.cmts-main-left {
			float: left;
			width: 19%;
			margin-right: 1%;
		}
		.cmts-main-right {
			float: left;
			width: 80%;
		}
		.cmts-main-right p {
			font-size: 14px;
			margin: 10px 0px;
		}
		.cmnts-left {
			float: left;
		}
		.cmnts-right {
				float: left;
				margin-top: 1em;
			}
		.rsidebar h3 {
			font-size: 1.5em;
		}
		.span_1_of_3 li {
			padding: 7px 16px;
		}
		.icon5 img {
			width: 60%;
		}
		.search1 {
			margin-left: 226px;
			width: 37%;
		}
		.search1 form input[type="text"] {
 		 width: 181px;
		}
		
		.contact h3 {
			font-size: 1.8em;
		}
		.span_1_of_2 h2 {
			font-size: 1.5em;
		}
		.contact-form input[type="text"], .contact-form textarea {
  			padding: 10px;
	}
}
@media (max-width: 780px){
		
		.header-bottom {
			padding: 0.5em 0;
		}
 		.top-menu{
			float:none;
			width: 100%;
			padding: 2px 0 0 0;
			text-align:center;
			margin-top: 0.5em;
			}
		.logo {
			float: left;
			margin-top:10px;
		}
		.top-menu ul li{
			display:block;
			float:none;
			margin:10px 0;
		}
		.top-menu ul li a{
			color:#7F8BA3;
			text-align: center;
			padding:5px 8px;
		}
		.top-menu ul{
			display:none;
			background:rgb(7, 7, 8);
			width:100%;
			padding: 10px 0;
		}
		.top-menu span.menu{
			display: block;
			width: 5%;
			text-align: center;
			position:relative;
			padding:14px 0;
			margin: 0 auto;
	}
	.top-menu span.menu:before {
		content: url("../images/nav-icon.png") no-repeat 0px 0px;
		cursor: pointer;
		text-align:center;
		width: 100%;
	}
	.top-menu lable {
		display: none;
	}
	.top-menu ul li a.active {
		padding: 6px 0;
		display: block;
	}
	.top-menu ul li a {
		font-size: 1.2em;
		display: block;
	}
	.top-menu ul li {
		padding:0;
		margin: 0;
	}
	.sb-search {
		top: 14px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 29%;
	}
}
@media (max-width: 640px){
		.top-menu ul li a {
			font-size: 1em;
		}
		
		.logo {
	  		margin-top: 16px;
	 	 	width: 41%;
		}
		.logo a {
	  		font-size: 2em;
		}
		
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 33%;
		}
		.sb-search {
			right: -3px;
		}
		.caption h3 {
			font-size: 2em;
		}
		.caption p {
			font-size: 1.05em;
			height: 45px;
			overflow: hidden;
		}
		a.morebtn {
			margin: 1em auto;
			width: 35%;
			padding: 13px 0;
		}
		ul.callbacks_tabs.callbacks1_tabs {
			left: 44%;
		}
		.beautifull {
			padding: 3em 0;
		}
		.beautifull-header h4 {
			font-size: 1.5em;
		}
		.beautifull-header p {
			padding: 0.6em 0;
			height: 54px;
			overflow: hidden;
		}
		.beautifull-grids {
			margin-top: 0.6em;
		}
		.beaut-grid h3 {
  			font-size: 1.2em;
		}
		.beaut-grid p {
			 padding: 0.5em 0 2em;
			 font-size: 0.91em;
			 height: 123px;
			 overflow: hidden;
		}
		a.button1 {
			 padding: 0.8em 1em;
			 font-size: 0.9em;
		}
		.bottom-header h5 {
  			font-size: 1em;
		}
		.checkout-section {
			padding: 3em 0;
		}
		.checkout-header h4 {
			font-size: 1.5em;
		}
		.checkout-header p {
  			font-size: 1.1em;
  		}
		.screen-shots {
			padding: 3em 0;
		}
		.wantto-section {
			padding: 3em 0;
		}
		.wantto-section h4 {
  			font-size: 1.5em;
		}
		.wantto-section a {
			font-size: 1.05em;
			padding: 0.7em 1em;
		}
		.wantto-section p {
			padding: 1.5em 2em;
		}
		.contact-grid h5 {
			font-size: 1em;
		}
		.contact-grid span img {
			width: 30%;
		}
		p.labels {
			 font-size: 0.9em;
			 height: 104px;
			 overflow: hidden;
		}
		.icon2 {
  			margin-top: 1em;
		}
		.contact-section {
			padding: 2em 0;
		}
		p.label1 {
  			font-size: 1em;
		}
		.icon2 ul li a {
 		 font-size: 1em;
		}
		.footer-section {
			padding: 1.5em 0;
		}
		
		.our-work-section-head.text-center h3 {
			font-size: 1.6em;
		}
		#portfoliolist .portfolio {
			width: 48%;
		}
		#filters li span {
			padding: 5px 15px;
			font-size: 1em;
		}
		.grid_box .zoom-icon {
			height: 140px;
		}
		.blog_date {
			 width: 9%;
		}
		.blog_posts figure {
			padding: 8px 8px;
		    font-size: 9px;
		}
		.blog_posts {
  			padding: 15px 0 15px;
		}
		.blog-content-head h3 {
			font-size: 1.6em;
		}
		.blog_posts figure span {
			font-size: 2em;
		}
		.blog_heading a {
			font-size: 1.1em;
		}
		.blog_heading h3 {
			font-size: 1.05em;
		}
		.blog_data p {
			font-size: 0.9em;
			height: 82px;
			overflow: hidden;
			margin-top: 1em;
		}
		.blog_heading p {
			font-size: 0.9em;
		}
		.more span a {
		
			font-size: 0.89em;
		}
		.rsidebar h3 {
			font-size: 1.3em;
		}
		.rsidebar.span_1_of_3 {
			width: 50%;
			margin: 50px 0 0 4em;
		}
		.leave h4 {
			font-size: 1.3em;
		}
		.single {
			margin: 0 0 3em 0em;
		}
		p.text {
			font-size: 0.9em;
			overflow: hidden;
			height: 110px;
		}
		.icon9 ul li:nth-child(9) {
			margin-left: 10.2em;
		}
		.comments1 h4 {
			font-size: 1em;
		}
		#commentform input[type="text"] {
			width: 100%;
		}
		#commentform textarea {
			width: 100%;
		}
		.cmts-main-right p {
			font-size: 13px;
			height: 50px;
			overflow:hidden;
		}
		.cmts-main-left img {
			width: 100%;
		}
		.cmnts-right a {
			font-size: 11px;
		}
		.content-pagenation {
			text-align: center;
			float: none;
			margin-top: 1em;
		}
		.span_1_of_3 li {
			padding: 7px 15px;
			font-size: 0.95em;
		}
		.latest_comments p {
			font-size: 0.9em;
		}
		.latest_comments h4 a {
			font-size: 0.8em;
		}
		.content-pagenation li a {
			font-size: 0.9em;
		}
		.page-not-found {
			min-height: 600px;
		}
		.page-not-found h1 {
			font-size: 3.5em;
		}
		.page-not-found h2 {
			font-size: 2.5em;
		}
		.page-not-found p {
			font-size: 1em;
		}
		.page-not-found span.error {
			font-size: 1.9em;
		}
		.search1 {
			margin-left: 185px;
			width: 38%;
		}
		.search1 form input[type="text"] {
			width: 147px;
		}
		.contact h3 {
			font-size: 1.6em;
		}
		.col.span_1_of_2 {
 			 margin-bottom: 3em;
		}
		.span_1_of_2 h2 {
			font-size: 1.3em;
		}
		.span_2_of_4 h2 {
			font-size: 1.4em;
		}
		.company_address p {
			font-size: 0.97em;
		}
@media (max-width: 480px){	
		.social-icons i{
			margin-left:0.5em;
		 }
		 .logo {
			width: 44%;
  			margin-top: 20px;
		}
		.logo a {
  			font-size: 1.6em;
		}
		 .sb-search{
			margin: 0.4em 14px 0 0px;
		 }
		 .sb-search.sb-search-open, .no-js .sb-search {
			width: 43%;
		}
		.sb-search {
  			right: 0px;
		}
		.sb-icon-search, .sb-search-submit {
  			width: 30px;
  			height: 40px;
  		}
  		.sb-search-input {
  			height: 40px;
  			font-size: 14px;
  		}
  		.sb-search {
 			 top: 20px;
		}
		.caption h3 {
  			font-size: 1.5em;
		}
		.caption {
			width: 78%;
			top: 23%;
			left: 12%;
		}
		a.morebtn {
			margin: 0.5em auto;
  			width: 35%;
  			padding: 10px 0;
  			font-size: 0.9em;
		}
		ul.callbacks_tabs.callbacks1_tabs {
			bottom: 0px;
		}
		.beautifull-header {
			width: 100%;
			margin: 0 auto 2em;
		}
		.beautifull-header h4 {
			font-size: 1.3em;
		}
		.beautifull-header p {
			 padding: 0.6em 0;
			 height: 47px;
			 overflow: hidden;
			 font-size: 0.95em;
		}
		.beaut-grid {
			  float: left;
			  width: 50%;
			  padding: 0 9px;
		}
		.beaut-grid h3 {
 			font-size: 0.92em;
		}
		.beaut-grid p {
			  font-size: 0.91em;
			  height: 79px;
			  overflow: hidden;
		}
		.beautifull {
  			padding: 2em 0;
		}
		.beautifull-grid2 {
  			padding: 2em 0;
		}
		a.button1 {
			padding: 0.8em 1em;
			font-size: 0.8em;
		}
		.checkout-section {
			padding: 0.5em 0;
		}
		.checkout-header {
			width: 100%;
			margin-bottom: 2em;
		}
		.checkout-header h4 {
  			font-size: 1.3em;
		}
		.checkout-header p {
			font-size: 1.05em;
			padding: 0.2em 0;
			height: 28px;
			overflow: hidden;
		}
		.bottom-header{
			padding:0.5em 0;
		}
		.bottom-header h5 {
			font-size: 1.05em;
			height: 25px;
			overflow: hidden;
		}
		.screen-shots {
  			padding: 2em 0;
		}
		#owl-demo .item img {
			  height: auto;
			  width: 60%;
		}
		.wantto-section {
  			padding: 2em 0;
		}
		.wantto-section h4 {
			font-size: 1.3em;
		}
		.wantto-section p {
			padding: 1em 1em;
			height: 60px;
			overflow: hidden;
			margin-bottom: 10px
		}
		.wantto-section a {
			font-size: 0.9em;
			padding: 0.7em 1em;
		}
		.contact {
			padding: 1.5em 0 0;
		}
		.contact-grid {
			width: 100%;
			padding: 0;
		}
		i.indicate {
			margin:0px;
		}
		.contact-grid1 {
			 float: none;
			 width: 100%;
			 margin-top: 1em;
		}
		.contact-grid1 h5 {
			 font-size: 1em;
			 margin-bottom: 0.7em;
			 text-align: center;
		}
		.contact-grid span img {
			width: 25%;
		}
		.contact-grid h5 {
			font-size: 0.9em;
			margin-bottom: 0.5em;
		}
		.contact-grid1 h5 {
			font-size: 0.9em;
			margin-bottom: 0.5em;
		}
		.follow {
  			overflow: hidden;
  			height: 263px;
		}
		.bottom-menu {
			float: none;
			text-align: center;
		}
		.bottom-menu ul li a {
			font-size: 1em;
		}
		.footer-left p a {
			font-size: 1em;
		}
		.footer-left p {
  			font-size: 1em;
		}
		.our-work-section-head.text-center h3 {
			font-size: 1.8em;
		}
		div#portfolio {
			padding-top: 1em;
		}
		#filters li span {
			padding: 5px 10px;
			font-size: 0.9em;
		}
		.grid_box .zoom-icon {
			height: 105px;
		}
		.blog_heading a {
			font-size: 1.05em;
		}
		.blog_data p {
			font-size: 0.9em;
			height: 68px;
			overflow: hidden;
			line-height: 1.5em;
		}
		.blog_date {
  			width: 10%;
		}
		.blog_posts figure {
  			padding: 3px 4px;
  			font-size: 9px;
  		}
		.more span a {
			font-size: 0.79em;
			margin-top: 1em;
		}
		.rsidebar.span_1_of_3 {
			width: 90%;
			margin: 50px 0 0 2em;
		}
		.rsidebar h3 {
			font-size: 1.2em;
		}
		.icon9 ul li:nth-child(9) {
			display: none;
		}
		.icon9 ul li:nth-child(10) {
			display: none;
		}
		.single {
			margin: 0 0 1em 0em;
		}
		.comments1 {
			margin-top: 2em;
		}
		.cmts-main-left {
			float: left;
			width: 29%;
			margin-right: 1%;
		}
		.cmts-main-right {
			float: left;
			width: 70%;
		}
		.page-not-found {
			min-height: 560px;
			padding-top: 5em;
		}
		.page-not-found h1 {
			font-size: 3em;
			margin: 2em 0 10px 0;
		}
		.page-not-found h2 {
			font-size: 2em;
		}
		.search1 {
			margin-left: 110px;
			width: 50%;
		}
		.search1 form input[type="text"] {
  			width: 140px;
		}
		.contact_info {
			float: none;
			width: 100%;
		}
		.company_address {
			width: 100%;
			margin-top: 1em;
		}
		.blog-content {
			padding: 1em 0;
		}
		.comments-main {
  			padding: 9px 0px;
  		}
  		.content-pagenation {
  			margin:1em 0;
		}
		.col.span_1_of_2 {
			margin-bottom: 2em;
		}
		.button a {
			font-size: 0.8em;
			padding: 10px 10px 10px;
		}
		.span_1_of_2 h2 {
  			font-size: 1.1em;
		}
		.span_2_of_4 h2 {
  			font-size: 1.1em;
		}
		.contact-form span label {
  			font-size: 13px;
	}
}
	
@media (max-width: 320px){
		
		.header-bottom {
  			padding: 0.2em 0;
		}
		.logo {
			width:69%;
			margin-top: 10px;
		}
		.logo img {
  			width:95%;
		}
		.logo a {
  			font-size: 1.3em;
		}
		.top-menu span.menu {
  			padding: 3px 0;
  			width:11%;
  			float: right;
 		}
		.rslides img {
			display: block;
			
		}
		.sb-search {
 			 display: none;
		}
		a.morebtn {
			margin: 0.5em auto;
			width: 42%;
			padding: 10px 0;
			font-size: 0.8em;
		}
		.caption {
			width: 93%;
			top: 19%;
			left: 4%;
		}
		.caption h3 {
			font-size: 1.2em;
		}
		.caption p {
		  	font-size: 1em;
		 }
		ul.callbacks_tabs.callbacks1_tabs {
			display: none;
		}
		.sb-search.sb-search-open, .no-js .sb-search {
			width: 61%;
		}
		.beautifull {
			padding: 1em 0;
		}
		.beautifull-header h4 {
			font-size: 1.1em;
		}
		.beaut-grid {
		  	float:none;
		  	width: 100%;
		  	margin-top: 2em;
		 }
		 .beautifull-grid2 {
  			padding: 0.5em 0;
		}
		.beaut-grid h3 {
  			font-size: 1em;
		}
		a.button1 {
  			margin-top: 1em;
  		}
		.checkout-header h4 {
			font-size: 1.1em;
		}
		.checkout-header p {
			font-size: 0.95em;
			padding: 0.2em 0;
			height: 25px;
			overflow: hidden;
		}
		#portfoliolist .portfolio {
  			width: 100%;
		}		
		.screen-shots {
			padding: 2em 0;
		}
		.bottom-header h5 {
			font-size: 1em;
			height: 23px;
			overflow: hidden;
		}
		.bottom-header p {
			font-size: 0.9em;
		}
		.wantto-section h4 {
			font-size: 1.1em;
		}
		.wantto-section p {
			padding: 1em 0em;
			height: 53px;
			overflow: hidden;
			margin-bottom: 9px;
			font-size: 0.95em;
		}
		.wantto-section a {
			font-size: 0.9em;
			padding: 0.7em 1em;
			display: inline-block;
		}
		.contact {
			padding: 1em 0;
		}
		.contact-section {
			padding: 1em 0 ;
		}
		.contact-grid h5 {
			font-size: 1.1em;
		}
		.contact-grid p {
			padding: 0.5em 0;
		}
		
		.bottom-menu ul li a {
			display: none;
		}
		.footer-section {
			padding: 1em 0 0;
		}
		.footer-left {
			text-align: center;
			margin-bottom: 0;
		}
		.our-work-section-head.text-center h3 {
			font-size: 1.4em;
		}
		.grid_box .zoom-icon {
			height: 160px;
		}
		#filters li span {
			padding: 5px 5px;
			font-size: 0.8em;
		}
		.blog-content-head h3 {
			font-size: 1.4em;
		}
		.blog_posts {
			padding: 5px 0 0px;
		}
		.blog_date {
			float: left;
			width: 10%;
		}
		.blog_heading a {
			font-size: 0.9em;
		}
		.blog_1_of_2 {
			width: 100%;
			float: none;
		}
		.blog_posts figure span {
			font-size: 1.5em;
		}
		.blogdata_1_of_2 {
			width: 100%;
			float: none;
			margin: 0%;
		}
		.blog_data p {
			font-size: 0.91em;
			height: 56px;
			overflow: hidden;
			margin: 0.8em 0em 5px -2em;
			line-height: 1.5em;
		}
		p.text {
			font-size: 0.95em;
			overflow: hidden;
			height: 110px;
		}
		.single {
			margin: 0 0 1em 0.5em;
		}
		
		.content-pagenation li a {
			padding: 10px 10px;
		}
		.blog_heading h3 {
			font-size: 0.9em;
		}	
		.content-pagenation {
			margin-top: 1.5em;
		}
		.rsidebar.span_1_of_3 {
			width: 85%;
			margin: 30px 0 0 1em;
		}
		.span_1_of_3 li {
			padding: 7px 11px;
		}
		.icon9 ul li:nth-child(7) {
			display: none;
		}
		.icon9 ul li:nth-child(8) {
			display: none;
		}
		.leave h4 {
			font-size: 1.1em;
		}
		#commentform label {
			font-size: 0.85em;
		}
		#commentform input[type="submit"] {
			font-size: 0.9em;
			padding: 5px 20px;
		}
		.latest_comments h4 a {
			font-size: 0.75em;
		}
		.blog_desc {
			margin-top: 0.5em;
		}
		.cmts-main-left {
			float: left;
			width: 35%;
			margin-right: 1%;
		}
		.cmts-main-right {
			float: left;
			width: 64%;
			padding: 0;
		}
		.cmts-main-right h5 {
			font-size: 0.9em;
		}
		.cmts-main-right p {
			font-size: 12px;
			height: 37px;
			overflow: hidden;
		}
		.comments1 {
			margin-top: 1em;
		}
		.cmts-main-right p {
			margin: 0px;
		}
		.cmnts-left {
			float: left;
			width: 100%;
			padding: 0;
			margin: 6px 0px 0 0;
		}
		.cmnts-right {
			float: none;
			margin: 0px 0em 0 7em;
			padding: 0;
		}
		.rsidebar h3 {
  			font-size: 1em;
		}
		.page-not-found {
			min-height: 390px;
			padding-top: 2em;
		}
		.page-not-found h1 {
			font-size: 2.5em;

		}
		.page-not-found h2 {
			font-size: 1.5em;
		}
		.search1 {
			margin-left: 0;
			width: 100%;
		}
		.search1 form input[type="text"] {
			width: 187px;
		}
		
		.left-grid {
			padding: 0;
		}
		.right-grid {
			padding: 0;
		}
		.features-grid1 {
			margin-bottom: 1em;
		}
		.blog-content {
			padding: 1em 0 1.5em;
			margin: 0;
		}
		.contact h3 {
			font-size: 1.4em;
		}
		.span_1_of_2 h2 {
  			font-size: 1em;
		}
		.span_2_of_4 h2 {
 		 font-size: 1em;
	}
}
				
		