/*
Author: W3layout
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
body{
	font-family: 'Open Sans', sans-serif;
}
html,body,a{
	text-decoration:none;
}

/*--- Header Parts Starts Here ---*/

.header{
	background:#151515;
	padding:10px 0;
}

.header-inner {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
  	position: relative;
}

.logo{
  	padding: 7px 30px 7px 0;
}

@media screen and (max-width: 992px) {
	.logo{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
	.logo{
        text-align: left;
    }
}

.logo a,
.logo a h1{
  	display: block;
  	width: 300px;
  	max-width: 100%;
  	text-transform: uppercase;
  	font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 1.42;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	margin: 0;
}

.navigation{
	color: #51b105;
}

@media screen and (max-width: 992px){
	.navigation{
        width: 100%;
      	text-align: center;
    }
}

.navigation ul.nav li{
	display: inline-block;
  	position: relative;
}

.navigation ul.nav li:not(:last-child)::after{
	content: "/";
  	color: #51b105;
  	position: absolute;
  	top: 50%;
  	right: -3px;
  	transform: translate(50%, -50%);
}

.navigation ul.nav li a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

.navigation ul.nav li a:hover{
	color:#51b105;
	transition: 0.5s all;
}

.navigation span.menu{
	display: none;
}

@media (max-width:768px){
	.navigation{
		width:100%;
	}
  
	.navigation span.menu{
	  display: block;
      width: 30px;
	  cursor: pointer;
	  position: absolute;
      top: 15px;
      right: 0;
	}
  
  .navigation span.menu span {
  	display: block;
    width: 100%;
    height: 3px;
    background-color: #3E8406;
    margin-bottom: 6px;
  }
  
	.navigation ul.nav {
		display: none;
		margin-top:20px;
		width:100%;
		background:#fff;
	}
	.navigation ul.nav li{
		display:block;
		text-align:center;
		border-bottom:1px solid #51b105;
	}
}

/*--- Header Parts Ends Here ---*/

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs-wrap {
    padding: 10px 15px;
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs-list li {
  	position: relative;
    padding: 0;
  	margin-right: 25px;
}

.breadcrumbs-list li:first-child {
	padding-left: 0;
}

.breadcrumbs-list li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -15px;
}

.breadcrumbs-list li a {
	color: #3E8406;
}

/*----------------- Breadcrumbs end -----------*/

/*--- Banner Parts Start Here ---*/

.banner{
	background:url(../images/banner.jpg)no-repeat;
	background-size:cover;
	padding:2em 0;
}

.banner-top{
	padding:10em 0 0;
	min-height:500px;
}

.banner-top h1{
	font-weight:700;
	font-size:5.5em;
	color:#fff;
}

.banner-top p{
	font-weight:600;
	font-size:24px;
	padding:0 0 1em 0;
	color: #fff;
	margin: 1% 51% 4% 0;
}
.banner-top a{
	border:0;
	background:#45a608;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0.85em 2.5em;
	font-weight: 700;
	font-size: 24px;
	border-radius: 5px;
}

.banner-top a:hover{
	background:#391b0b;
	transition: 0.5s all;
}

span.ad{
	width:35px;
	height:35px;
	background:url(../images/ad-loc.png)no-repeat;
	display: block;
	float: left;
	margin-right: 1em;
}
span.loc{
	width:35px;
	height:35px;
	background:url(../images/ph.png)no-repeat;
	display: block;
	float: left;
	margin:0 1em 1em 0;
}
/*--- Banner Parts Ends Here ---*/
/*--- Content Parts Starts Here ---*/
.content{
	padding:4em 0;
}
.content-row-column{
	text-align:center;
}
.content-row-column i{
	width:303px;
	height:134px;
	display:inline-block;
	box-shadow:0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.content-row-column i.icon1{
	background:url(../images/icon1.png)no-repeat;
}
.content-row-column i.icon2{
	background:url(../images/icon2.png)no-repeat;
}
.content-row-column i.icon3{
	background:url(../images/icon3.png)no-repeat;
}
.content-row{
	margin-bottom:10%;
}
.content-row-column h3{
	font-weight:400;
	font-size:30px;
	color: #757575;
	padding: 0.5em 0;
}
.content-row-column p{
	margin:0 10%;
	font-size:16px;
	color: #757575;
}
span.line{
	width:34%;
	float:left;
	height:1px;
	background:rgba(147, 146, 146, 0.4);
	display: block;
	margin-top:21px;
}
a.line-anchor{
	text-decoration:none;
	color:#FFF;
	background: #3E8406;
	text-transform: uppercase;
	float: left;
	width:28%;
	margin:0 15px;
	text-align:center;
	padding:10px 0;
	font-size:20px;
	font-weight:700;
	cursor: text 	;
}
.middle-row-column{
	text-align:center;
}
img.icon4{
	width:286px;
	height:215px;
	display:block;
	box-shadow: 0px 4px 9px -1px #999;
}

img.bua{
	width:250px;
	height:240px;
	display:block;
	box-shadow: 0px 4px 9px -1px #999;
}

i.icon5{
	width:48px;
	height:48px;
	background:url(../images/cli-cote.png)no-repeat;
	display:block;
}
.middle-row-column-right{
	text-align:left;
	padding:3em 2em 0;
}
.middle-row-column-right p{
	font-size:18px;
	font-weight:400;
	color:#757575;
	font-style: italic;
	margin-right:10%;
	padding:10px 0;
}
.content-middle-row{
	margin:2em 0;
}
.content-bottom-row{
	padding:2em 0 0 0;
}
.bottom-row-column p.ph{
	font-size:14px;
	color:#757575;
	width: 60%;
	float: left;
	margin-top: 5px;
}
.bottom-row-column a{
	font-size:14px;
	color:#757575;
	background:url(../images/mail.png)no-repeat left;
	padding:15px 50px;
	text-decoration:none;
}
.bottom-row-column a:hover{
	color: #3E8406;
	transition: 0.5s all;
}

.bottom-row-column p.ad{
	font-size:14px;
	color:#757575;
	width: 60%;
	float: left;
}
.bottom-row-column iframe{
	width:330px;
	height:250px;
}
/*--- Content Parts Ends Here ---*/
/*--- Footer Starts Here ---*/
.footer{
	padding:20px 0;
 }

.footer-links h3{
    font-size: 20px;
}

.footer-links ul{
    list-style: none;
    padding-left: 0;
  	margin-bottom: 20px;
}

.footer-links ul li{
    padding: 5px 0;
}

ul.social{
	float:left;
}

ul.social li{
	display: inline-block;
}

ul.social li i{
	width:35px;
	height:35px;
	background:url(../images/img-sprite.png)no-repeat;
	display: inline-block;
	cursor:pointer;
}

ul.social li i:hover{
	opacity:0.5;
}
ul.social li i.fa{
	background-position:0px 0px;
}
ul.social li i.tw{
	background-position:-38px 0px;
}
ul.social li i.pin{
	background-position:-78px 0px;
}
ul.social li i.in{
	background-position:-117px 0px;
}
p.copyright{
	font-size:13px;
	color:#757575;
}
p.copyright a{
	text-decoration:none;
	color: #3E8406;
}

p.copyright a:hover{
	color:#757575;
	transition: 0.5s all;
}

/*--- FOoter Ends Here ---*/
/*--- About part Starts Here ----*/
.about-top{
	padding:1em 0;
}
.about-top-row{
	padding:2em 0;
}
.about-column h3{
	text-transform:uppercase;
	font-weight:600;
	padding:10px 0;
	color: #70543a;
}
.about-column p{
	font-size:14px;
	color:#312F2F;
	font-weight:400;
	line-height: 1.8em;
	margin-bottom: 1em;
}
img.icon6{
	width:120px;
	height:90px;
	display:block;
}
.scroll-content{
	padding:10px 0
}
/*--- About part Ends Here----*/
/*---- Portfolio Starts Here ---*/
.portfolio{
	padding:2em 0;
}
.portfolio-top-row{
	margin:4em 0
}
.portfolio-start{
	padding:0em 0;
}
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
}

.info: hover {
   background:#fff;
}
.view-fourth img {
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view-fourth .mask {
   background-color: #45A608;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transform: scale(0) rotate(-180deg);
   transition: all 0.4s ease-in;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   margin: 20px 40px 0px 40px;
   transition: all 0.5s ease-in-out;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.5s ease-in-out;
}

.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.5s ease-in-out;
}

.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transform: scale(1) rotate(0deg);
   transition-delay: 0.2s;
}

.view-fourth:hover img {
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
   text-decoration:none;
}
.col_1_of_projects:first-child {
	margin-left: 0;
}
.col_1_of_projects {
	display: block;
	float: left;
	margin:0 0 0 2.6%;
}
a:hover, a:focus {

text-decoration:none;
}
.view-fourth:hover h2, .view-fourth:hover p, .view-fourth:hover a.info{
	text-decoration:none;
}
.span_1_of_projects {
	width: 22.8%;
}
h3.m_4{
	color:#555;
	font-size:1em;
	text-transform:uppercase;
}
/*---- Contact part Starts Here --*/
.contact{
	padding:2em 0;
	min-height:600px;
}
.contact-text{
	padding:10px 0;
}
.contact-text input[type="text"]{
	width:32%;
	padding:10px;
	border:1px solid #999;
	outline:none;
	-webkit-appearence:none;
}
h3.contact-head{
	font-size:25px;
	font-weight:600;
	color:#70543a;
}
.contact-form{
	padding:4em 0;
}
.contact-textarea textarea{
	width:97%;
	height:250px;
	border:1px solid #999;
	resize:none;
	outline:none;
	-webkit-appearence:none;
	padding:10px;
}
.address{
	text-align: left;
}
.address p,.address small{
	font-size:16px;
	color:#757575;
	font-weight:400;
	margin:10px 0 20px;
}
.address a{
	color:#3E8406;
	text-decoration: none;
	font-size:16px;
}
.address a:hover{
	color:#757575;
	transition: 0.5s all;
}
.contact-but input[type="submit"]{
	color:#fff;
	outline:none;
	background:#3E8406;
	border:0;
	padding:0.85em 2em;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.contact-but{
	padding:10px 0;
}

.contact-but input[type="submit"]:hover{
	background: #757575;
	transition: 0.5s all;
}
/*---- Contact part Ends Here --*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
  
.comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-stat {
    display: block;
    color: #777;
}

.comment-content {
	color: #2b2e3f;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
	width: 100%;
    min-height: 190px;
    resize: none;
  	font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
  	padding: 13px 20px;
  	margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #3E8406;
    background-color: #3E8406;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/*--- Error Page starts here --*/
.error{
	padding:2em 0;
	min-height:600px
}

.error-top{
	text-align: center;
	margin:0 0 4em 0;
} 

.error-top h1{
	font-weight:700;
	font-size:6em;
	color:#3E8406;
	padding:1em 0;
}

.error-top a.back{
	color:#fff;
	background:#999;
	text-decoration:none;
	padding:10px 20px;
}

.error-top a.back:hover{
	background:#3E8406;
	transition: 0.5s all;
}
/*--- Error Page Ends here --*/

/*---------- Style for templates -------*/

.main-title{
  	font-size: 38px;
 	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.main-title{
        font-size: 30px;
    }
}

.title-line{
  	flex-grow: 1;
  	height: 1px;
	background-color: #d4d3d3;
}

.blog-item{
	margin-bottom: 30px;
}

.blog-item-image {
	overflow: hidden;
}

.blog-item-image a img {
  	width: 100%;
	max-width: 100%;
  	height: 100%;
  	object-fit: cover;
  	transform: scale(1);
  	transition: all .5s ease;
}

.blog-item-image:hover img {
	transform: scale(1.1);
}

.meta-element {
  	font-weight: 700;
  	font-size: 14px;
	display: flex;
  	justify-content: space-between;	
  	align-items: center;
    flex-wrap: wrap;
  	border-bottom: 1px solid rgba(0, 0, 0, .07);
  	padding: 10px 0;
  	margin-bottom: 10px;
}

.meta-element .meta-author {
	color: #3E8406;
}

.meta-element .meta-date {
	font-weight: 500;
  	font-size: 14px;
  	color: #757575;
}

.blog-item-title{
  	font-size: 18px;
  	display: flex;
  	align-items: center;
	min-height: 40px;
}

.blog-item-title a{
	text-decoration: none;
  	text-transform: uppercase;
    font-weight: 600;
  	font-size: 18px;
    color: #70543a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item-title a:hover{
	text-decoration: underline;
}

.blog-item-text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
 	margin-bottom: 10px;
}

.blog-item-more{
  	display: inline-block;
    text-decoration: none;
  	font-weight: 600;
    font-size: 18px;
	color: #3E8406;
}

.blog-item-more:hover{
  	text-decoration: underline;
  	color: #3E8406;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #3E8406;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.sidebar-box{
	margin-bottom: 30px;
}

.sidebar-title{
	text-decoration: none;
  	text-transform: uppercase;
    font-weight: 600;
  	font-size: 18px;
    color: #70543a;
}

.sidebar-box ul{
	list-style: none;
  	padding-left: 0;
}

.sidebar-box ul li{
	padding: 7px 0;
}

.sidebar-box ul li a {
	font-size: 16px;
    font-weight: 400;
    color: #757575;
  	display: flex;
  	align-items: center;
}

.sidebar-box ul li a:hover{
    color: #3E8406;
}

.sidebar-box ul li a span {
	margin-left: auto;
}

.tag-cloud-link{
  	display: inline-block;
  	color: #757575;
  	border: 1px solid #3E8406;
	padding: 5px 12px;
  	margin: 5px 2px 0 0;
  	transition: all .3s ease;
}

.tag-cloud-link:hover{
  	color: #fff;
  	border: 1px solid #3E8406;
  	background-color: #3E8406;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
	border-top: 1px solid #ddd;
  	padding-top: 30px;
  	margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
  	font-weight: 500;
	font-size: 28px;
  	color: #70543a;
  	margin-bottom: 10px;
}

.blog-articles h3 {
  	font-weight: 500;
	font-size: 24px;
  	color: #70543a;
  	margin-bottom: 10px;
}

.blog-articles p {
	margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

.pagination-list{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list li a{
    text-decoration: none;
  	display: inline-block;
    min-width: 40px;
  	height: 40px;
    font-weight: 700;
  	line-height: 2.6;
    text-align: center;
    border: 1px solid #3E8406;
    background-color: transparent;
    color: #757575;
  	transition: all .3s ease;
  	padding: 0 10px;
    margin: 0 3px;
}

.pagination-list li.active a{
    text-decoration: none;
    border: 1px solid #3E8406;
    background-color: #3E8406;
    color: #fff;
}

.pagination-list li a:hover{
    text-decoration: none;
    border: 1px solid #3E8406;
    background-color: #3E8406;
    color: #fff;
}

.blog-post-image {
	overflow: hidden;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
  	object-fit: cover;
  	transform: scale(1);
    transition: all .5s ease;
}

.blog-post-image:hover img {
	transform: scale(1.1);
}

.blog-item-meta{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	padding: 10px 0;
}

.blog-item-author{
	text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #3E8406;
}

.blog-item-date{
	font-size: 16px;
    font-weight: 400;
    color: #757575;
}


/*---- Media Queries Starts Here ----*/
@media (max-width:1024px){
	ul.nav {
		margin-top: 6px;
	}
	.banner-top {
		padding: 5em 0 0;
		min-height: 400px;
	}
	.banner-top h1 {
		font-size: 4.5em;
	}
	.banner-top p {
		font-size: 21px;
		margin: 1% 51% 3% 0;
	}
	.banner-top a {
		font-size: 20px;
	}
	img.icon4,img.bua{
		width: 220px;
		height: 146px;
		display: block;
		background-size: 100%;
	}
	 {
		width: 180px;
		height: 126px;
		display: block;
		background-size: 70%;
	}
	.middle-row-column-right {
		padding: 1em 2em 0;
	}
	img.icon6{
		width: 90px;
		height: 75px;
		display: block;
	}
	.view,.view .mask, .view .content {
		width: 213px;
		height: 142px;
	}
}
@media (max-width:800px){
	.navigation ul.nav li a {
		font-size: 15px;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
	ul.nav {
		margin-top: 8px;
	}
	.logo a img{
		width:80%;
	}
	.banner-top {
		padding: 4em 0 0;
		min-height: 308px;
	}
	.banner-top h1 {
		font-size: 3.2em;
	}
	.banner-top p {
		font-size: 18px;
		margin: 1% 42% 3% 0;
	}
	.banner {
		padding: 1em 0;
	}
	.banner-top a {
		font-size: 18px;
		padding: 0.85em 1.5em;
	}
	.content-row-column {
		margin: 0em 0 2em;
	}
	.content-row {
		margin-bottom: 2%;
	}
	.content-row-column h3 {
		margin: 0;
	}
	a.line-anchor {
		margin: 0 10px;
		font-size: 15px;
	}
	img.icon4,img.bua{
		margin: 0 auto;
	}
	.middle-row-column-right p {
		font-size: 16px;
	}
	.bottom-row-column p.ph {
		background: url(../images/c2.png)no-repeat 261px 8px;
	}
	.content-bottom-row {
	}
	.bottom-row-column p.ad {
		background: url(../images/c1.png)no-repeat 209px 8px;
	}
	.bottom-row-column {
		margin: 0 0 1em 0;
	}
	p.copyright {
		margin-top: 10px;
	}
	.view,.view .mask, .view .content {
		width: 175px;
		height: 110px;
	}
	.portfolio {
		padding: 2em 0;
		width: 750px;
	}
	h3.contact-head {
		margin: 4% 0 0 0;
	}
	.contact-form {
		padding: 0em 0;
	}
	.contact-textarea textarea {
		width: 97%;
		height: 180px;
	}
	.mask p{
		display: none;
	}
	.view-fourth h2 {
		margin:0 !important;
	}
}
@media (max-width:768px){
	.navigation ul.nav li a {
		font-size: 18px;
		padding: 5px;
		margin: 0px;
		color:#3E8406;																						
	}
	lable{
		display: none;
	}
	.navigation ul.nav li a:hover{
		background:#3E8406;
		color: #fff;
		transition: 0.5s all;
	}
	.view,.view .mask, .view .content {
		width: 175px;
		height: 110px;
	}
	.portfolio {
		padding: 2em 0;
		width: 710px;
	}
	i.icon6 {
	}

}
@media (max-width:640px){
	.banner-top {
		padding: 2.5em 0 0;
		min-height: 237px;
	}
	.mask h2{
		font-size:12px;
	}
	.banner-top h1 {
		font-size: 3em;
	}
	.banner-top p {
		font-size: 17px;
		margin: 1% 30% 2% 0;
	}
	.banner-top a {
		font-size: 17px;
		padding: 0.85em 1.2em;
	}
	.content-row-column i.icon1,.content-row-column i.icon2,.content-row-column i.icon3 {
		background-size: 100%;
	}
	.content-row-column i {
		width: 170px;
		height: 74px;
	}
	.content-row-column h3 {
		font-size: 25px;
	}
	.content-row-column p {
		font-size: 15px;
	}
	.content {
		padding: 2em 0;
	}
	.content-row-column {
		margin: 0em 0 1em;
	}
	a.line-anchor {
		font-size: 14px;
	}
	img.icon4,img.bua {
		width: 166px;
		height: 121px;
		background-size: 100%;
	}
	img.icon6{
		margin:0 auto;
	}
	i.icon5 {
		width: 30px;
		height: 30px;
		background-size: 100%;
	}
	.middle-row-column-right p {
		font-size: 15px;
		margin-right:0;
	}
	.content-middle-row {
		margin: 0.5em 0;
	}

	.bottom-row-column p.ph {
		background: url(../images/c2.png)no-repeat 210px 8px;
	}
	.bottom-row-column p.ad {
		background: url(../images/c1.png)no-repeat 144px 8px;
	}
	.content-bottom-row {
		padding: 1em 0 0 0;
	}
	.about-column h3 {
		margin: 0;
		font-size: 22px;
	}
	.portfolio {
		padding: 2em 0;
		width: 570px;
	}
	.view, .view .mask, .view .content {
		width: 124px;
		height: 86px;
	}
	.portfolio-top-row {
		margin: 2em 0 0;
	}
}
@media (max-width:480px){
	.banner-top h1 {
		font-size: 2em;
	}
	.banner-top p {
		font-size: 14px;
		margin: 1% 39% 2% 0;
	}
	.mask h2{
		font-size:20px;
		margin:10px !important;
	}
	
	.banner-top {
		padding: 1.8em 0 0;
		min-height: 174px;
	}
	.banner-top a {
		font-size: 14px;
		padding: 0.5em 0.85em;
	}
	.logo a img {
		width: 65%;
	}

	.content-row-column h3 {
		font-size: 20px;
	}
	.content-row-column p {
		font-size: 14px;
	}
	span.line {
		width: 30%;
	}
	a.line-anchor {
		width: 33%;
	}
	.bottom-row-column p.ph {
		background: url(../images/c2.png)no-repeat 130px 8px;
	}
	.bottom-row-column p.ad {
		background: url(../images/c1.png)no-repeat 63px 8px;
	}
	p.copyright {
		margin-top: 6px;
		font-size:14px;
	}
	.portfolio {
		padding: 2em 0;
		width: 454px;
	}
	.view, .view .mask, .view .content {
		width: 208px;
		height: 141px;
	}
	.span_1_of_projects {
		width: 46.8%;
		margin-left: 0;
	}
	.col_1_of_projects:first-child {
	}
	.portfolio-top-row {
		margin: 1em 0 0;
	}
}
@media (max-width:320px){
	.banner-top h1 {
		font-size: 1.5em;
	}
	.mask h2{
		display: none;
	}
	.view-fourth a.info{
		margin:10px !important;
	}
	.banner-top p {
		margin: 1% 10% 2% 0;
	}
	.banner-top {
		padding: 0.8em 0;
		min-height: 100px;
	}
	.banner-top a {
		font-size: 12px;
	}
	a.line-anchor {
		font-size: 13px;
		margin: 0 5px;
	}
	.content-row-column p {
		margin: 0 0%;
	}
	.content-row-column h3 {
		font-size: 16px;
	}
	.bottom-row-column p.ph {
	}
	.bottom-row-column p.ad {
		font-size: 14px;
	}
	.bottom-row-column iframe {
		width: 250px;
		height: 200px;
	}
	ul.social {
		float: none;
		padding: 0;
	}
	p.copyright {
		float: none;
	}
	.footer {
		padding: 20px 10px;
		text-align: center;
	}
	.content {
		padding: 1em 0 0;
	}
	.portfolio {
		padding: 1em 0;
		width: 301px;
	}
	.view, .view .mask, .view .content {
		width: 108px;
		height: 74px;
	}
	.contact-textarea textarea {
		width: 97%;
		height: 110px;
	}
	.contact-text input[type="text"] {
		width: 97%;
		margin: 7px 0;
	}
	h3.contact-head {
		margin: 6% 0 0 0;
		font-size:18px;
	}
	.contact-but {
		text-align: center;
	}
	.about-column h3 {
		font-size: 18px;
	}
	.about-column p {
		margin-bottom: 15px;
	}
	.view-fourth h2{
		margin:10px 0 0 0;
		font-size: 14px;
	}

	.error-top h1 {
		font-size: 2em;
		padding: 1em 0;
	}
	.error {
		padding: 2em 0;
		min-height: 340px;
	}
}

/*---- Media Queries Ends Here ----*/