/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/




/*-- portfolio-page --*/

/*-- portfolio --*/
#portfolio{
	/*padding:100px 0;*/
	}
.portfolio-info h3{
  margin: 0;
  color: #2e2b34;
  font-size: 32px;
  font-weight: bold;
  text-align:center;
}
.portfolio-info p{
  text-align: center;
  margin: 0;
  color: #6d6b71;
  line-height: 1.8em;
  font-size: 16px;
  width: 64%;
  margin: 45px auto 0 auto;
  }
/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	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;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*------------------------------------------*/
/*	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;
	
}
.b-animate img{
	margin-top:19.5%;
	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;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
  padding: 0px;
  margin: 55px 0;
  text-align: center;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
  background: rgba(85, 85, 85, 0.44);
  border: 4px solid #5d9cec;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
	display: block;
	border-radius: 4px;
	padding: 6px 12px;
	text-decoration: none;
	color:#2e2b34;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	
	background: #fff;
	margin: 0 10px 0 0;
	}
	#filters li span.active,#filters li span:hover {
	background: #2f6ba7;
	color: #ffffff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 23%;
		margin: 0 11px 22px 11px;
		display:none;
		float:left;
		overflow:hidden;
	}
	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		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 */


/*-- //portfolio-page --*/
/*-- about-page --*/
.about{
	padding:100px 0;
	background:#2e2b34;
	}
.about-info h2{
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align:center;
}
.about-info p{
  text-align: center;
  margin: 0;
  color: #6d6b71;
  line-height: 1.8em;
  font-size: 16px;
  width: 64%;
  margin: 45px auto 0 auto;
  }
.about-left{
float:left;
width:43%;
}
.about-right{
float:right;
width:55%;
}
.about-left img{
width:100%;
}
.about-right h3{
  margin: 0px 0 0px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  }
.about-grids {
  margin: 55px 0 0 0;
}
.about-right p:nth-child(2) {
  margin-bottom: 0;
}
.about-right p{
  margin:18px 0;
  color: #6d6b71;
  font-size: 16px;
  line-height:1.8em;
  }
.about-right a{
	color: #333;
	padding: 8px 25px;
    text-decoration: none;
    background:#e6ccb2; 
	font-size: 14px;
	font-weight:bold;
	border:2px solid #e6ccb2; 
	margin-top:6px;
	display:inline-block;
	}
.about-right a:hover{
	color:#fff;
	text-decoration: none;
	background:transparent;
	border:2px solid #fff;
}
.staff-grid{
float:left;
width: 22.3%;
margin:0 15px;
position:relative;
}
.staff-grid img{
width:100%;
}
.desc{
position:absolute;
top:0%;
left:0%;
  width: 100%;
  text-align:center;
}
.staff-grid p:nth-child(1) {
  padding: 5px 0px;
  font-size:20px;
}
.desc p{
margin:0;
color:#ffffff;
font-weight:bold;
}
.staff-grids {
  margin-top: 55px;
}
.our-staff{
	padding:100px 0;
  }
.staff-info h2 {
  text-align: center;
  margin: 0;
  color: #2e2b34;
  font-size: 32px;
  font-weight: bold;
}
.staff-info h2 span{
	color:rgba(34, 98, 163, 0.96);
}
.staff-grid p{
margin:0;
color:#ffffff;
font-size:16px;
line-height:1.8em;
padding: 20px;
background:rgba(34, 98, 163, 0.96);
}
/*-- //about-page --*/
/*-- blog-page --*/
.blog-page{
padding:100px 0;
}
.blog-grids {
  margin: 55px 0 0 0;
}
.gallery p,.recent p {
  text-align: center;
  margin: 0;
  color: #6d6b71;
  line-height: 1.8em;
  font-size: 16px;
  width: 64%;
  margin: 45px auto 0 auto;
  }
.gallery h2,.recent h2 {
  margin: 0 0 0px 0;
  text-align:center;
  color: #2e2b34;
  font-size: 32px;
  font-weight: bold;
  }
.gallery h2 span,.recent h2 span {
  color: rgba(34, 98, 163, 0.96);
}
.blog-sidebar h4{
	font-size:20px;
	text-align:center;
	padding:15px 0;
	text-transform:uppercase;
	color:#ffffff;
	margin:0;
	font-weight: bold;
	background:#2e2b34;
}
.blog-post a img{
display:block;
}
.blog-sidebar{
	width:25%;
	float:right;
}
ul.category{
	padding:0;
}
ul.category li{
	display:block;
	line-height:1.8em;
	background:rgba(34, 98, 163, 0.96);
	padding: 15px 15px;
	border-bottom: 1px solid #fff;
}
ul.category li a{
	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	display: block;
	
}
ul.category li:hover {
background:#2e2b34;

	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.blog-content{
	width:75%;
	float:left;
	padding-right:2em;
}
.blog-post{
	margin:0 0 3em;
}
.blog-post h4{
	font-size:20px;
	text-transform:uppercase;
	color:#2e2b34;
	margin:0 0 0px 0;
	font-weight: bold;
}
.blog-post h4 a{
color:#2e2b34;
}
.blog-post h4 a:hover{
color:rgba(34, 98, 163, 0.96);
}
.post-details p{
	font-size:16px !important;
	color:#2e2b34 !important;
	margin:20px 0 !important;
}
.post-details p a{
	color:rgba(34, 98, 163, 0.96);
}
.post-details p a:hover{
color:#2e2b34;
}
.post-details p span{
	color:#5d9cec;
}
.blog-post img{
	width:100%;
}
.blog-post p:nth-child(4) {
  margin:15px 0;
  font-size:20px;
  line-height:initial;
}
.blog-post p:nth-child(5) {
  margin:0px 0 15px 0;
  font-size:16px;
}
.blog-post p{
	font-size:16px;
	color:#2e2b34 ;
	line-height:1.8em;
	margin:0 0 0 0;
}
.more{
font-size:16px;
padding:10px 20px;

}

.pag-nations{
	text-align:center;
}
ul.page-list{
	padding:0;
}
ul.page-list li{
	display:inline-block;
	margin:0 3px;
}
ul.page-list li a{
	display: inline-block;
	padding:5px 15px;
	background:rgba(34, 98, 163, 0.96);
	color:#fff;
	font-size:16px;
}
ul.page-list li a:hover{
	background:#2e2b34;
}
/*-- featuared --*/
.featured{
	float:right;
	width:25%;
}
.featured h4 {
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  background: #2e2b34;
  margin-bottom:1em;
}
.featured ul li{
	display:inline-block;
	width:48%;	
	padding: 4px
}
.featured img{
	width:100%;
}
.featured ul {
  margin-left: 7px;
}
/*-- /featured --*/
/*-- //blog-page --*/
/*-- single-page --*/
.single{
padding:100px 0;
}
.leave-form input[type="text"]:nth-child(3) {
  margin-right: 0;
}
.leave-form input[type="text"]{
	width: 31.8%;
	color: #5d9cec;
	margin: 0 23px 23px 0;
	padding: 12px 10px;
	outline: none;
	font-size:16px;
	border: 1px solid #e8e8e8;
	}
.leave-form textarea{
	width: 100%;
	color: #5d9cec;
	resize: none;
	height: 185px;
	font-size:16px;
	padding: 12px;
	outline: none;
	border: 1px solid #e8e8e8;
	}
.leave-form input[type=submit] {
	color: #ffffff;
	padding: 13px 43px;
	font-size: 16px;
	margin: 23px 0 0 0;
	cursor: pointer;
	font-weight: 500;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border: 3px solid #2967a5;
	background:#2967a5;
	}
.leave-form input[type=submit]:hover {
	background:#ffffff;
	border: 3px solid #2967a5;
	color:#2967a5;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;	
	transform: rotateX(360deg);
	}

.leave-form h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #2e2b34;
  margin: 0 0 20px 0;
  font-weight: bold;
}
/*-- //single-page --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive media queries --*/

@media(max-width:1440px){
	.logo {
	  left: 41.7%;
	  }
	.olia-left ul li:nth-child(2) {
	  margin: 0px 258px 0 10px;
	  }
	.wrap {
	  margin: 0 auto 0 148px;
	  width: 73%;
	}
}
@media(max-width:1366px){
	.logo {
	  left: 41.5%;
	}
	.olia-right {
	  width: 46.6%;
	  margin-left: 45px;
	  }
	.wrap {
	  margin: 0 auto 0 113px;
	  width: 77%;
	}
	.get-right {
	  width: 54%;
	}

}
@media(max-width:1280px){
.logo {
  left: 43%;
}
.wrap {
  margin: 0 auto 0 60px;
  width: 82%;
}
.olia-left ul li:nth-child(2) {
  margin: 0px 269px 0 10px;
}
.olia-right {
  width: 45.6%;
  }
}
@media(max-width:1024px){
	.banner {
	  min-height: 550px;
	  background-size: 100% !important;
	}
	.banner-info {
	  margin: 120px 0 0 0;
	}
	.logo {
	 left: 40%;
  top: 5.6%;
  width: 21.5%;
	  }
	  .navigation {  
		width: 100%;
	  }
	.navigation ul li a {
	  margin: 20px 10px;
	  }
	.navigation ul li:nth-child(3) {
	  margin-right: 290px;
	}
	.banner-info h1 {
	  font-size: 50px;
	  }
	.banner-info p {
	  font-size: 28px;
	  }
	.bottom-header h2,.contact-info h2,.project-header h2,.about-info h2,.staff-info h2,.services-info h2,.special-info h2,.portfolio-info h3,.gallery h2, .recent h2 {
	  font-size: 28px;
	  }
	.banner-bottom,.contact,.error-page,.project,.slider,.about,.our-staff ,.services,.special-services,#portfolio,.blog-page{
	  padding: 55px 0;
	}
	 .bottom-header p,.project-header p,.about-info p,.portfolio-info p,.gallery p, .recent p {
	  margin: 33px auto 0 auto;
	}
	 .project-header p,.about-info p,.portfolio-info p,.gallery p, .recent p {
	  width: 72%;
	} 	
	 .strip.a, .strip.b {
	  margin: 41px 0 33px 0;
	}
	.strip.d {
	  margin: 40px 0 33px 0;
	} 
	.slider-img h3 {
	  margin: 36px 0 19px 0;
	}
	.slider-img p {
	  width: 70%;
	  margin: 0 auto 30px auto;
	}  
	.slider {
	  min-height: 350px;
	  }
	.get-right input[type=submit] {
	  padding: 35px 22px;
	}  
	.get-right input[type="text"]{
	  margin: 0 0 0 0;
	} 
	.get-left {
	  margin: 18px 0;
	}  
	.olia-right {
	  width: 44.6%;
	}
	.wrap {
	  margin: 0 auto 0 40px;
	  }
	.olia-left ul li:nth-child(2) {
	  margin: 0px 166px 0 10px;
	}
	.olia-left {
	  padding: 60px 0px;
	  }
	.olia-right {
	  padding: 60px 0;
	  }
	.olia-right h4 {
	  margin: 22px 0;
	  font-size: 40px;
	  }
	.about-right p:nth-child(2) {
	  overflow: hidden;
	  height: 80px;
	  }
	.staff-grid {
	  width: 21.8%;
	  }
	.staff-grid p {
	  padding: 12px 12px;
	  }
	.staff-grid p:nth-child(2) {
	  overflow: hidden;
	  height: 164px;
	  font-size: 14px;
	}
	.about-right p {
	  margin: 11px 0;
	  }
	.services-grid {
	  width: 22.8%;
	  }
	.services-grid p {
	  overflow: hidden;
	  height: 139px;
	  font-size: 15px;
	  }
	.special-right p {
	  overflow: hidden;
	  height: 110px;
	  }
	.special-grid ul li:nth-child(6) {
	  display: none;
	}
	.special-grid ul li:nth-child(5) {
	  display: none;
	}
	#portfoliolist .portfolio {
	  width: 22.6%;
	  }	
	  .blog-sidebar h4,.featured h4 {
	font-size: 17px;
	}
	ul.category li {
	 padding: 7px 15px;
	}
	ul.category li a {
		font-size: 14px;
	 }
	ul.category li:nth-child(5),ul.category li:nth-child(6)  {
	  overflow: hidden;
	  height: 46px;
	}
	ul.category li {
	  padding: 12px 15px;
	  }
	.error-info h3 {
	  font-size: 11em;
	  } 
	.leave-form input[type="text"] {
	  width: 31.48%;
	  }
	  .blog-post h4 {
  font-size: 19px
  }
}
@media(max-width:768px){
	.navigation ul li a {
	  font-size: 14px;
	  margin: 12px 7px;
	  }
	.navigation ul li:nth-child(3) {
	  margin-right: 206px;
	}
	.logo {
	  left: 40.55%;
	  top: 7.1%;
	  width: 20.38%;
	}
	.banner-info h1 {
	  font-size: 40px;
	}
	.banner-info {
	  margin: 90px 0 0 0;
	}
	.banner-info p {
	  font-size: 22px;
	  margin: 25px 0 0 0;
	}
	.view {
	  margin-top: 35px;
	}
	.view a {
	  padding: 8px 12px;
	  font-size: 14px;
	}
	.banner {
	  min-height: 437px;
	  }
	.banner-bottom, .contact, .error-page, .project, .slider, .about, .our-staff, .services, .special-services, #portfolio,.blog-page{
	  padding: 45px 0;
	}
	 .btm-info p, .contact-info h2,.about-info h2, .staff-info h2, .services-info h2, .special-info h2, .portfolio-info h3, .gallery h2, .recent h2 {
	    overflow: hidden;	
	}
	.bottom-header h2, .project-header h2{
		font-size:20px;
	}
	.bottom-header p, .project-header p, .about-info p, .portfolio-info p, .gallery p, .recent p {
	  margin: 20px auto 0 auto;
	  font-size: 14px;
	}
	.bottom-header p {
	  overflow: hidden;
	  height: 72px;
	  font-size: 13px;
	  width: 80%;
	  line-height: 1.65em;
	  }
	.bottom-grids,.project-grids,.about-grids,.staff-grids,.services-grids,.special-grids,.blog-grids {
	  margin-top: 25px;
	}
	.col-md-4.bottom-grid {
	  float: left;
	  width: 33.3%;
	}
	.btm-info h3 {
	  font-size: 18px;
	}

	.project-header p, .about-info p, .portfolio-info p, .gallery p, .recent p {
	  width: 72%;
	  overflow: hidden;
	  height: 50px;
	}
	.project-grid h3,.get-right input[type="text"] {
	  font-size: 13px;
	  }
	  .get-right input[type="text"] {
		padding: 14px 14px 14px 14px;
	  }
	  .get-left p{
		font-size:12px;
	  }
	  .get-left h3{
		font-size: 14px;
		margin: 0 0 4px 0;
	  }
	.project-grid p,#filters li span,.contact-left input[type="text"],.contact-right textarea,.contact-form input[type=submit],.error-info p:nth-child(2),.error-info p:nth-child(3),.home-page a ,.leave-form textarea,.leave-form input[type=submit],.leave-form input[type="text"],.blog-post p:nth-child(5),.blog-post p,.post-details p,.more,ul.page-list li a,ul.category li a,.special-grid ul li a,.services-grid p,.readmore a,.special-right p,.about-right p,.staff-grid p:nth-child(2),.slider-img p,.olia-left ul li:nth-child(2),.olia-left p,.olia-right p,.about-right p:nth-child(2){
	  font-size: 14px;
	}
	.about-right a{
		font-size:13px;
	}
	.about-left {
	  width: 41%;
	}
	.col-md-3.project-grid {
	  float: left;
	  width: 33.3%;
	}
	.special-grid {
		width: 44%;
	}	
	.services-info h2, .special-info h2, .portfolio-info h3,.gallery h2,.contact-info h2{
		font-size:22px;
	}
	.col-md-3.project-grid:nth-child(4) {
	display:none;
	}
	.project-grid p {
	  margin: 12px 0px 0 0px;
	  width: 100%;
	  overflow: hidden;
	  height: 65px;
	  }
	.slider-img h3 {
	  margin: 28px 0 15px 0;
	}
	.callbacks_tabs {
	  left: 45.5%;
	  }
	.slider-img p {
	  width: 67%;
	  }
	.slider {
	  min-height: 350px;
	}
	.get-right input[type=submit] {
	  padding: 26px 15px;
	}
	.get-left {
	  margin: 18px 0;
	}
	.wrap {
	  width: 90%;
	  margin: 0 auto 0 20px;
	}
	.olia-right h4 {
	  font-size: 28px;
	  }
	.olia-left ul li:nth-child(2) {
	  margin: 0px 102px 0 10px;
	}
	.olia-right {
	margin-left: 39px;
	}
	.olia-left p:nth-child(3) {
	  overflow: hidden;
	  height: 37px;
	}
	
	.pg-head {
	  min-height: 155px !important;
	}
	.logo.head {
	  top: 20.9%;
	}
	.about-right h3 ,.staff-grid p:nth-child(1),.leave-form h3,.special-right h3, .special-grid h3,.blog-post h4,.blog-sidebar h4{
	  font-size: 17px;
	  }
	.staff-grid p:nth-child(1) {
	  padding: 0px 0px;
	  }
	.staff-grid {
	  margin: 0 11px;
	  width: 21.94%;
	  }
	.about-right p:nth-child(2) {
	  overflow: hidden;
	  height: 47px;
	}
	.about-right p:nth-child(3) {
	  overflow: hidden;
	  height: 47px;
	}
	.staff-grid p:nth-child(2) {
	  overflow: hidden;
	  height: 116px;
	}
	.staff-grid p {
	  padding: 8px 12px;
	}
	.services-grid p {
	  overflow: hidden;
	  height: 96px;
	}
	.services-grid {
	  width: 22.1%;
	}
	.col-md-7.special-grid {
	  width: 73%;
	  float: left;
	}
	.col-md-5.special-grid {
	  width: 23%;
	  float: right;
	}
	.col-md-7.special-grid {
	  width: 55%;
	  float: left;
	}
	.col-md-5.special-grid {
	  width: 52%;
	  float: right;
	}
	.special-right {
	  display: none;
	}
	.special-left {
	  float: left;
	  width: 100%;
	}
	.special-grid ul li:nth-child(5) {
	  display: block;
	}
	.special-grid ul li:nth-child(6) {
	  display: block;
	}
	ul#filters {
	  margin: 35px 0;
	  }
	#portfoliolist .portfolio {
	  width: 30.25%;
	}
	.b-animate img {
	  margin-top: 15.5%;
	  }
	.blog-content {
	  width: 100%;
	  float: left;
	}
	.post-details p {
	  font-size: 14px !important;
	  }
	.blog-post p:nth-child(4){
	  font-size: 18px !important;
	}
	.blog-sidebar,.featured {
	  width: 100%;
	}
	ul.category {
	  margin-bottom: 48px;
	}
	.leave-form input[type="text"] {
	  width: 30.92%;
	}
	.leave-form input[type=submit] {
	  padding: 8px 25px;
	  }
	.leave-form textarea {
	  height: 150px;
	  }
	.home-page a {
	  background: url("../images/home.png") no-repeat 14px 11px #5d9cec;

	  }
	.error-page {
	  min-height: 605px;
	}
	.portfolio:nth-child(11) {
	  display: none !important;
	}
	.portfolio:nth-child(9) {
	  display: none !important;
	}
	.portfolio:nth-child(12) {
	  display: none !important;
	}
	.error-page{
	  padding: 140px 0 0 0;
	}
	.contact-info {
	  margin-bottom: 35px;
	}
	.contact-map iframe {
	  height: 245px;
	}
	.contact-map{
	  height: 245px;
	  margin-bottom: 35px;
	}
	.contact-left {
	  width: 35%;
	}
	.contact-right {
	  width: 64%;
	  }
	.contact-left input[type="text"] {
	  margin: 0px 0px 23px 0;
	  }
	.contact-form input[type=submit] {
	  padding: 8px 24px;
	  }
	  .project-grid.text-center {
  width: 33%;
  float: left;
}
}
@media(max-width:640px){
	.navigation ul li a {
	  font-size: 13px;
	  margin: 9px 7px;
	  }
	.navigation ul li:nth-child(3) {
	  margin-right: 160px;
	}
	.logo {
	  top: 8.5%;
	left: 40.5%;
	  }
	.banner-info {
	  margin: 82px 0 0 0;
	}
	.banner-info h1 {
	  font-size: 33px;
	}
	.banner-info p {
	  font-size: 18px;
	  margin: 18px 0 0 0;
	}
	.view {
	  margin-top: 25px;
	}
	.view a {
	  font-size: 10px;
	}
	.banner {
	  min-height: 360px;
	}
	.bottom-header h2, .slider-img h3, .contact-info h2, .project-header h2, .about-info h2, .staff-info h2, .services-info h2, .special-info h2, .portfolio-info h3, .gallery h2, .recent h2 {
	  font-size: 20px;
	}
	.btm-border.a {
	  background-size: 100% !important;
	}
	.btm-border.b {
	  background-size: 100% !important;
	}
	.btm-border.c {
	  background-size: 99% !important;
	}
	.bottom-header p {
	  width: 90%;
	  overflow: hidden;
	  height: 40px;
	 }	
	 .btm-info p{
	   overflow: hidden;
	   height: 52px;
	  font-size: 12px;	 
	 }
	 .banner-bottom{
	   padding: 60px 0;
	 }	
	.project-header p, .about-info p, .portfolio-info p, .gallery p, .recent p {
	  width: 72%;
	  overflow: hidden;
	  height: 42px;
	}
	.project-grid h3, .get-left h3, .get-left p, .get-right input[type="text"] {
	  font-size: 13px;
	}
	.project-grid p,.get-right input[type=submit],#filters li span,.contact-left input[type="text"],.contact-right textarea,.contact-form input[type=submit],.error-info p:nth-child(2),.error-info p:nth-child(3),.home-page a ,.leave-form textarea,.leave-form input[type=submit],.leave-form input[type="text"],.blog-post p:nth-child(5),.blog-post p,.post-details p,.more,ul.page-list li a,ul.category li a,.special-grid ul li a,.services-grid p,.readmore a,.special-right p,.about-right p,.staff-grid p:nth-child(2),.slider-img p,.about-right a,.olia-left ul li:nth-child(2),.olia-left p,.olia-right p,.about-right p:nth-child(2){
		font-size: 13px;
		}
	.slider-img p {
		width: 93%;
	}
	.about-right a {
	font-size: 12px;
	padding: 5px 25px;
	margin-top:11px;
	}
	.get-right input[type=submit] {
	  padding: 28px 15px;
	}
	.bottom-header p, .project-header p, .about-info p, .portfolio-info p, .gallery p, .recent p {
		  font-size: 13px;
		}
	.project-grid p {
	  overflow: hidden;
	  height: 61px;
	}
	.project-grid {
	  background: url(../images/444.jpg) no-repeat 52px 53px;
	}
	.slider {
	  min-height: 322px;
	}
	.slider-img p {
	  margin: 0 auto 18px auto;
	}
	.callbacks_tabs {
	  top: 93%;
	  }
	.get-right {
	  width: 60%;
	}
	.get-left {
	  width: 34%;
	}
	.olia-left ul li a {
	  padding: 5px 9px 5px 32px;
	  background: url("../images/11.png") no-repeat 10px 6px #00acee;
	  }
	.olia-left ul li a:hover {
	 background: url("../images/11.png") no-repeat 10px 6px #2e2b34;
	}
	
	.olia-left ul li:nth-child(2) {
	  margin: 0px 62px 0 10px;
	}
	.olia-left p:nth-child(2) {
	  margin: 10px 0;
	}
	.olia-left p:nth-child(3) {
	  margin-bottom: 10px;
	}
	.olia-right {
	  margin-left: 30px;
	}
	.olia-right h4 {
	  font-size: 24px;
	}
	.about-right h3, .staff-grid p:nth-child(1), .leave-form h3, .special-right h3, .special-grid h3, .blog-post h4, .blog-sidebar h4 {
	  font-size: 16px;
	}
	.about-right p {
	  margin: 10px 0;
	  }
	.about-right p:nth-child(3) {
	display:none;
	}
	.about-right p:nth-child(2) {
	  overflow: hidden;
	    height: 91px;
	 margin-bottom: 0px;
	  }
	.staff-grid {
	  margin: 0 7px;
	  width: 22.6%;
	}
	.staff-grid p:nth-child(2) {
	  overflow: hidden;
	  height: 104px;
	}
	.services-grid {
	  width: 29.88%;
	}
	.services-grid p {
	  margin: 10px 0 0 0;
	  }
	.readmore a {
	  padding: 8px 8px;
	 font-size: 11px;
	  }
	  .readmore {
	 margin-top: 14px;
	}
	.services-grid:nth-child(4) {
	  display: none;
	}
	.col-md-7.special-grid {
	  width: 50%;
	  padding-left: 0;
	  }
	.col-md-5.special-grid {
	  width: 50%;
	  }
	.special-grid ul li {
	  background: url(../images/left.png) no-repeat 0px 5px;
	  }
	ul#filters {
	  margin: 20px 0;
	}
	#portfoliolist .portfolio {
	  width: 30.25%;
	  margin: 0 9px 18px 9px;
	  }
	.bottom-grids, .project-grids, .about-grids, .staff-grids, .services-grids, .special-grids, .blog-grids {
	  margin-top: 25px;
	}
	.post-details p {
	  font-size: 13px !important;
	}
	.blog-post p:nth-child(4) {
	  font-size: 16px !important;
	}
	.more {
	  padding: 7px 10px;
	}
	.blog-sidebar {
	  display: block;
	}
	.leave-form input[type="text"] {
	  padding: 8px 10px;
	  }
	.leave-form input[type="text"] {
	  width: 30.44%;
	}
	.home-page a {
	  background: url("../images/home.png") no-repeat 14px 10px #5d9cec;
	}
	.error-info h3 {
	  font-size: 10em;
	}
	.error-page {
	  min-height: 540px;
	}
	.contact-info {
	  margin-bottom: 25px;
	}
	.contact-map iframe {
	  height: 200px;
	}
	.contact-map{
	  height: 200px;
	}
	.contact-left {
	  width: 40%;
	}
	.contact-right {
	  width: 60%;
	}
	.contact-right textarea {
	  height: 178px;
	  }
	.contact-form input[type=submit] {
	  padding: 6px 15px;
	}

}
@media(max-width:480px){
	span.menu img{
	width:98%;
	}
	span.menu {
	   display: block;
	  cursor: pointer;
	  position: relative;
	  text-align: right;
	  width: 6.5%;
	  margin: 4px 0 4px 388px;
	}
	ul.nav1{
		display:none;
		background:#29292f;
		}
	.navigation ul.nav1 li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0px 0;
		}
	.navigation ul {
	 position: absolute;
	 padding: 0;
	 margin: 0;
	 top: 22%;
	  left: 3.3%;
	  width: 100%;
	  z-index: 999;
	  width: 93.5%;
	}
	.logo {
	  width: 26%;
	  left: 3.99%;
	  top: 7.5%;
	  z-index: 9999;
	}
	.banner-info h1 {
	  font-size: 26px;
	}
	.navigation {
	  margin-top: 18px;
	}
	.navigation ul li a {
	  margin: 11px 7px;
	  color:#fff;	  
	}	
	.navigation ul li a:hover,.navigation ul li a.active{
		color: #e6ccb2;
	}
	.banner-info {
	  margin: 55px 0 0 0;
	}
	.banner {
	  min-height: 268px;
	}
	.pg-head {
	  min-height: 84px !important;
	}
	.banner-info p {
	  margin:5px 0 0 0;
	  font-size:16px;
	}
	.view {
	  margin-top: 11px;
	}
	.banner-bottom, .contact, .error-page, .project, .slider, .about, .our-staff, .services, .special-services, #portfolio, .blog-page {
	  padding: 44px 0;
	}
	.bottom-header h2, .slider-img h3, .btm-info p, .contact-info h2, .project-header h2, .about-info h2, .staff-info h2, .services-info h2, .special-info h2, .portfolio-info h3, .gallery h2, .recent h2 {
	  font-size: 20px;
	}
	.bottom-header p {
	  width: 100%;
	  height: 36px;
	  font-size: 0.85em;
	  margin-top: 11px;
	}
	.hi-icon-effect .hi-icon,.hi-icon-effect .hi-icon:hover {  
	  width: 40px;
	  height: 42px;
	  background-size: 160px;
	}
	a.hi-icon.hi-icon-archive.icon2 {
	  background-position: -59px -4px;
	}
	a.hi-icon.hi-icon-archive.icon3 {
	  background-position: -116px -6px;
	}
	.btm-info h3 {
	  font-size: 14px;
	}
	.btm-info p {
	  margin: 5px 0 0 0;
	  font-size: 11px;
	  height: 28px;
	}
	.bottom-header h2{
		font-size:18px;
	}
	.project-grid:nth-child(2){
		display:none;
	}
	.project-grid.text-center {
	  width: 50%;
	  float: left;
	  padding: 0 7px;
	}
	.callbacks_tabs {
	  top: 96%;
	  left: 42.5%;
	}
	.slider-img p {
	  width: 100%;
	}
	 .get-left h3, .get-left p, .get-right input[type="text"] {
	  font-size: 12px;
	}
	.project-grid h3{
		font-size: 13px;
	}
	.project-grid p {
		margin: 0px 0px 0 0px;
	}
	.get-left {
	  width: 38%;
	}
	.get-right {
	  width: 62%;
	}
	.get-right input[type="text"] {
	  width: 64%;
	  padding: 14px 14px 14px 14px;
	}
	.get-right input[type=submit] {
	    padding: 26px 12px;
	}
	.olia-left {
	  width: 100%;
	}
	.olia-right {
	  display: block;
	  width: 95%;
	}
	.wrap {
	  width: 90%;
	  margin: 0 auto 0 auto;
	}
	
	.logo.head {
	  top: 24%;
	}
	ul.nav1.nl {
	   top: 63.5%;
	}
	.navigation.nv-hd {
	  margin-top: 18px;
	}
	.olia-left ul li:nth-child(2) {
	  margin: 0px 200px 0 10px;
	}
	.about-right h3, .staff-grid p:nth-child(1), .leave-form h3, .special-right h3, .special-grid h3, .blog-post h4, .blog-sidebar h4 {
	  font-size: 14px;
	}
	.about-right a {
	  padding: 3px 13px;
	 margin-top: 16px;
	  }
	.about-right p:nth-child(2) {
	  overflow: hidden;
	  height: 66px;
	  }
	  .about-left {
	  float: left;
	  width: 48%;
	}
	.about-right {
	  float: right;
	  width: 48%;
	}
	.staff-grid:nth-child(4) {
	  display: none;
	}
	.staff-grid {
	  margin: 0 7px;
	  width: 30.1%;
	}
	.staff-grid p {
	  padding: 5px 12px;
	}
	.staff-grid p:nth-child(2) {
	  overflow: hidden;
	  height: 103px;
	}
	.services-grid {
	  margin: 0 7px;
	  width: 30.1%;
	}
	.services-grid p {
	  overflow: hidden;	  
	}
	.col-md-7.special-grid {
	  width: 48%;
	  padding: 0;
	}
	.col-md-5.special-grid {
	  width: 48%;
	  padding: 0;
	}
	.special-grid ul li:nth-child(2) {
	  overflow: hidden;
	  height: 26px;
	}
	.special-grid ul li:nth-child(4) {
	  overflow: hidden;
	  height: 26px;
	}
	.special-grid ul li:nth-child(5) {
	  overflow: hidden;
	  height: 26px;
	}
	.special-grid ul li:nth-child(6) {
	  display: none;
	}
	.special-grid ul {
	  margin: 7px 0 0 0;
	  }
	#filters li span {
	  margin: 0 0px 0 0;
	}
	#portfoliolist .portfolio {
	  width: 46%;
	  margin: 0 7px 18px 7px;
	}	
	.portfolio:nth-child(10) {
	  display: none !important;
	}
	.b-animate img {
	  margin-top: 6.5%;
	}
	.blog-post h4 {
	  overflow: hidden;
	  height: 16px;
	 }
	.post-details p {
	  margin: 10px 0 !important;
	}
	.blog-post p:nth-child(4) {
	  overflow: hidden;
	  height: 38px;
	}
	ul.page-list li a {
	  padding: 5px 13px;
	  }
	.leave-form input[type="text"] {
	  margin: 0 16px 23px 0;
	  }
	.leave-form input[type=submit] {
	  padding: 5px 17px;
	}
	.error-info h3 {
	  font-size: 9em;
	}
	.error-page {
	  min-height: 425px;
	}
	.contact-map iframe {
	  height: 192px;
	}
	.contact-map {
	  height: 192px;
	}
	.contact-left input[type="text"] {
	  margin: 0px 0px 16px 0;
	}
	.contact-left {
	  width: 43%;
	}
	.contact-right {
	  width: 57%;
	}
	.contact-left input[type="text"] {
	  padding: 9px 10px;
	  }
	.contact-right textarea {
	  height: 146px;
	}
	.olia-left,.olia-right {
	    padding: 32px 0px;
	}
	ul.category li {
	  padding: 8px 15px;
	}
	ul.category li:nth-child(5), ul.category li:nth-child(6) {
	  overflow: hidden;
	  height: 41px;
	}
	.blog-content{
		padding-right:0;
	}
	ul.page-list {  
  margin-top: 2em;
	}
	.gallery p,.portfolio-info p{	
	width:90%;
	}
		.error-page {
	  min-height: 508px;
	  padding: 164px 0;
	}
	.error-info p:nth-child(2){
		font-size:13px;
	}
}

	.portfolio:nth-child(10) {
	  display: none !important;
	}
	.portfolio:nth-child(8) {
	  display: none !important;
	}
	.portfolio:nth-child(7) {
	  display: none !important;
	}
