/*--
Author: W3layouts
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
--*/

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background: #fff;
}

.header{
	border-bottom: 2px solid #2ECC71;
}

@media screen and (max-width: 768px) {
	.header{
        padding: 10px 0;
    }
}

.header.custom-margin{
	margin-bottom: 40px;
}

.header-top {
    border-bottom: 1px solid #DADADA;
    padding: 3px 0px 23px 0px;
}

.logo{
	float: left;
  	padding: 10px 0;
}

.logo a,
.logo a h1{
  	font-family: 'Lato', sans-serif;
  	text-transform: uppercase;
	color: #737373;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
  	margin: 0;
}

@media screen and (max-width: 992px) {
  .logo a,
  .logo a h1{
  	font-size: 24px;
  }
}

.logo a:hover{
	text-decoration: none;
}

span.menu{
	display:none;
}
.top-nav{
	display:flex;
  	justify-content: space-between;
  	align-items:center;
	margin: 15px 0;
}
.top-icons {
	float: right;
	margin-top: 20px;
}
.top-nav ul{
	margin:0;
	padding:0;
}
.top-nav ul li{
	display:inline-block;
	float:left;
}

.top-nav ul li a{
	padding: 0.47em 1em;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	color: #737373;
	text-transform: uppercase;
	transition: 0.5s all;
	border-radius: 0.3em;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 992px) {
  .top-nav ul li a{
  	font-size: 14px;
    padding: 5px 10px;
  }
}

.top-nav ul li.active a span{
	background:#e74c3c;
	width:100%;
	height:1px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
.top-nav ul li a:hover, .top-nav ul li.active a {
color: #2ECC71;
}
.top-nav ul li:nth-child(5) a{
	border-bottom:none;
}


.posts{
	margin:10px 0;
}

.cbp-vm-image {
	margin-bottom: 10px;
}

.cbp-vm-image img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.cbp-vm-title {
    margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
	.cbp-vm-title {
        min-height: 55px;
    }
}

.cbp-vm-title a {
  	text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cbp-vm-details{
  margin:10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.cbp-vm-add {
	color: #fff;
	background: #2ECC71;
	padding: 10px 20px;
	border-radius: 2px;
	margin:0px 0 0;
	display: inline-block;
	transition: background 0.2s;
}

.cbp-vm-add:hover {
	color: #fff;
	background: #31BD6C;
}

.tagcloud{
 padding:0;
}

.post h1{
  margin-top:20px;
}

.post img{
  	margin-top:20px;
	max-width:100%;
}

.categories {
  	list-style:none;
	margin:0;
    padding:0;
}

.categories li {
	border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.categories li a {
	display: flex;
}

.categories li a span {
	display: inline-block;
  	margin-left: auto;
}

.tag-cloud-link{
  	background: #ccc;	
	display: inline-block;
  	padding: 5px 10px;
  	margin: 2px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
  background:#ccc !important;
  border:1px solid transparent !important;
}

.top-icons ul{
	padding: 0;
}
.top-icons ul li{
	display:inline-block;
	margin-left:0px;
	list-style: none;
}

.top-icons ul li a span{
	width:38px;
	height:36px;
	display: inline-block;
	background: url('../images/top-icons.png') no-repeat;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.top-icons ul li a.twitter span{
	background-position:0px 0px;
}
.top-icons ul li a.twitter span:hover{
	background-position:0px 0px;
}
.top-icons ul li a.fb span{
	background-position: -41px 0px;
}
.top-icons ul li a.fb span:hover{
	background-position: -41px -45px;
}
.top-icons ul li a.rss span{
	background-position: -41px 0px;
}
.top-icons ul li a.rss span:hover{
	background-position: -82px -45px;
}
.top-icons ul li a.rss span{
	background-position: -82px 0px;
}
.top-icons ul li a.p span{
	background-position: -123px 0px;
}
.top-icons ul li a.p span:hover{
	background-position: -123px -45px;
}
.top-icons ul li a.gp span{
	background-position: -165px 0px;
}
.top-icons ul li a.gp span:hover{
	background-position: -165px -45px;
}
.top-icons ul li a.db span{
	background-position: -206px 0px;
}
.top-icons ul li a.db span:hover {
	background-position: -206px -45px;
}
/*--banner-sub-head--*/
.banner-sub-head {
	background: #fff;
	padding: 5em 0;
}
.banner-sub-head h1 {
	text-align: center;
	font-size: 1.3em;
	margin: 7% auto 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 1.9em;
	font-weight: 600;
	color:#AEADAD;
	width: 90%;
}
/*----*/
.browse-button {
text-align: center;
}
.slide-btn{
	padding:0.7em 1em;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	border:1px solid#2ECC71;
	margin-top: 2em;
	display: inline-block;
	color: #FFF;
	font-size: 1.3em;
	font-weight:600;	
	text-align:center;
	text-transform:uppercase;	
	-webkit-appearance:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	width:23%;
	background: #2ECC71;
}
.slide-btn:hover{
	text-decoration:none;
	color:#fff;
	background: #31BD6C;
}
/*----- responsive-design -----*/
@media (max-width:768px){
	span.menu {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/menu-icon.png) no-repeat 0px 0px;
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	}
	.top-icons {
	float: right;
	margin-top: 12px;
	}
	.top-nav ul{
	  display:none;
      width: 100%;
      position:absolute;
      top: 55px;
      left:0;
      background:rgba(255,255,255, 1);
      padding:10px;
      z-index:100;
	}
	.top-nav ul li {
		display:block;
		float:none;
	}
	.top-nav ul li a {
		margin: 2px 0;
		padding: 0.6em 0.5em;
		width: 100%;
		border-bottom: 1px solid #EEE;
		font-size: 1.05em;
	}
	a.db {
		display: none;
	}
	a.rss {
	display: none;
	}
	a.fb {
	display: none;
	}
	.top-icons ul li {
	margin-left: -3px;
	list-style: none;
	}
	.top-icons ul li a.p span {
		background-position: -124px 0px;
	}
	.top-icons ul li a.p span:hover {
	background-position: -124px -45px;
	}
	.top-nav {
	float: left;
	 margin:0px;
	 width: 100%;
	}
}
@media (max-width:320px){
	.top-nav ul li a {
		margin: 2px 0;
		padding: 0.5em 0.5em;
		width: 100%;
		border-bottom: 1px solid #EEE;
		font-size: 1em;
	}
}

/*--projects--*/
#projects {
	padding:5em 0 3em 0;
}
.projects-head {
	padding: 0em 0 2em 0;
	text-align: center;
}
.projects-head h3 {
	text-align: center;
	color: #8A8888;
	font-size: 2.2em;
	line-height: 1.8em;
	text-transform:uppercase;
	margin: 0.4em auto;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
.projects-head p {
	color: #8A8888;
	font-size: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height: 1.9em;
	width: 72%;
	margin: 0.5em auto;
}

/********start-slider**************/
article > div {
	text-align: center;
}
/* Default Skin */

.client-main{
	margin:0 auto;
	width: 80%;
	padding:3.5em 0;
}
.slide-text{
	width:62%;
	margin: 0 auto;
}
.slide-text h4{
	color: #585C67;
	font-size: 2.3em;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin:0.7em 0;
	text-transform: uppercase;
}
.slide-text p {
	width: 93%;
	color: #8A8888;
	font-size: 1.2em;
	text-align:center;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
	font-weight: 500;
}
article > div > span{
	text-align: center;
	padding: 1em 0 0 0;
	display:block;
}
 article:nth-child(2) > div > span > a {
	color:#585C67;
	cursor: pointer;
	font-size:1.2em;
}
article:nth-child(2) > div > span > a:hover{
color:#C0B9CD;
}
/******************/
.Ready {
	padding: 3em 0;
	background: #322F2F;
}
.ready-text h3{
	color: #fff;
	font-size: 2.2em;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin:0.7em 0;
	text-transform: uppercase;
}
.ready-button {
	text-align:right;
}
.ready-button a{
	text-decoration: none;
}
.ready-btn{
	padding: 0.7em 1em;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	border: 1px solid#2ECC71;
	margin-top: 0.5em;
	display: inline-block;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	width: 90%;
	background: #2ECC71;
}
.ready-btn:hover{
	text-decoration:none;
	color:#fff;
	background:#31BD6C;
}
.ready-section {
padding: 1em 0;
}
/*-----service-section----*/
.main-head-section{
	padding: 2.2em 0;
	background: #2ECC71;
}

.main-head-section h1,
.main-head-section h3{
	color: #fff;
	font-size: 30px;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin:0.7em 0;
	text-transform: uppercase;
  	line-height: 1.4;
}

.service-head {
	margin-top: 18%;
}
.main-textgrids {
	padding:5em 0 1em 0;
	background: #FEFEFE;
}
.ab-pic {
	margin-top: 2.3%;
}
.ab-text p {
	color: #8A8888;
	font-size: 1.178em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 4%;
	margin-top: 3%;
}
.ab-text span {
	color: #8A8888;
	font-size: 1.178em;
	margin: 0.2em auto;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	line-height: 1.8em;
}
/*---statements--------*/
.statements{
	padding: 1em 0;
}
.mission h4,.facts h4{
	color: #8A8888;
	font-size:1.85em;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin:0.7em 0;
	text-transform: uppercase;
}
.mission p,.facts p {
	color: #8A8888;
	font-size: 1.178em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 4%;
	margin-top: 3%;
}
/*---statements--------*/
.service-grid {
	text-align: center;
	padding: 4em 0;
	transition: 0.5s all;
	cursor: pointer;
}
.service-grid:hover{
	background: #DADADA;
}
.service-grids {
	background: #eee;
}
.s-head{
	background: #FEFEFE;
}
.s-head h3 {
	text-align: left;
	color: #8A8888;
	font-size: 2em;
	line-height: 1.8em;
	margin: 1em auto;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.service-grid h3 {
	color: #737373;
	font-size: 1.2em;
	margin: 0.2em auto;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	text-align: center;
}

.bottom-text p {
	color: #8A8888;
	font-size: 1.18em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 1.85em;
	text-align: left;
	margin: 2em 0;
}
.list.styled.arrow-list ul {
	padding: 0;
}
.list.styled.arrow-list ul li {
list-style: none;
}
.list.styled.arrow-list {
	padding-bottom: 1.6em;
}
div.list.arrow-list ul li a {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	vertical-align: middle;
	text-decoration: none;
	color: #8A8888;
	font-family: 'Lato', sans-serif;
	line-height: 1.9em;
	font-size: 1.15em;
	margin-top: 3px;
}
.list.styled.arrow-list img {
	margin-right: 20px;
}

/*------------------------ 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: #2ECC71;
}

.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 ----------------------*/

/*-----------------------*/
.contact-map iframe {
	min-height:480px;
	width: 100%;
	border: none;
}
.contact_top {
	padding:4em 0 3em 0;
}
.contact-head h3 {
	text-align: left;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	width: 73%;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}
.contact-head p {
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	width: 73%;
	margin: 0.2em auto;
	font-family: 'Lato', sans-serif;
}
.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;
	font-family: 'Lato', sans-serif;
}
.contact_left p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom: 1em;
	font-family: 'Lato', sans-serif;
}
.contact_left p span{
	cursor:pointer;
	color:#2aacc8;
}
.contact_left p span:hover{
	text-decoration:underline;
}


.main-head-section{
	margin:0 0 40px 0;
}

.form_details input[type="text"], .form_details textarea {
	padding: 11px;
	width: 51%;
	font-size: 1.1em;
	margin: 10px 0px;
	border: 2px solid #8A8888;
	color: #8A8888;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.form_details textarea {
	height:200px;
	resize:none;
	width:80%;
}
.form_details input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 1.3em;
	padding: 0.7em 1em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s ease-out;
	font-weight:600;
	border:none;
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	background: #2ECC71;
	width:30%;
}
.form_details input[type="submit"]:hover {
 	text-decoration: none;
	color: #fff;
	background: #31BD6C;

}
.sub-button {
	margin-bottom: 25px;
}

.contact_left h4{
	font-size:1.6em;
	text-transform: uppercase;
	color:#8A8888;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.contact_left p{
	text-align: left;
	color: #8A8888;
	font-size: 1.2em;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	width: 90%;
	line-height: 1.8em;
}
.company_ad h3{
	font-size:1.6em;
	text-transform: uppercase;
	color:#8A8888;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.company_ad span{
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: 'Lato', sans-serif;
	color:#8A8888;
	font-weight: 400;
}
.company_ad p{
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #8A8888;
}
.company_ad lable{
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #2ECC71;
	margin-left: 2px;
	
}
.store {
	margin-top: 11%;
}
.store h4{
	font-size:1.6em;
	text-transform: uppercase;
	color:#8A8888;
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.store p{
	font-size: 1.15em;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	color: #8A8888;
}
.days,.hours {
	margin: 0;
	padding: 0;
}
/*------*/

.details a{
	color: #2ECC71;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #eee;
    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-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: 2px;
    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-radius: 2px;
    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 #2ECC71;
    background-color: #2ECC71;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/*---------/footer-------*/
.footer {
  	margin:50px 0 0 0;
	padding: 1em 0;
	background: #eee;
}
.copy-right {
	text-align:center;
	margin-top: 1.5em;
	float: left;
}
.copy-text{
	float:right;
	margin-top:1em;
}
.footer-nav ul{
	margin:0;
	padding:0;
}
.footer-nav ul li{
	display:inline-block;
	float:left;
	margin-left: 15px;
	
}
.footer-nav {
	float: right;
}
.footer-nav ul li a{
	padding: 0.47em 0em;
	display:inline-block;
	font-weight:600;
	font-size:1.1em;
	text-decoration:none;
	color:#737373;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	font-family: 'Lato', sans-serif;
}
.footer-nav ul li a:hover,.top-nav ul li.active a{
	color:#2ECC71;
}
.copy-right p {
	font-size: 1.2em;
	color: #737373;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.copy-right p a{
	color:#2ECC71;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.copy-right p a:hover{
	color: #737373;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 29px;
	right: 3%;
	overflow: hidden;
	width:38px;
	height:25px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width:38px;
	height:25px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*---- responsive-design -----*/

@media(max-width:1440px){
	.banner {
	min-height: 538px;
	}
	.banner-picture {
	left:19%;
	top: 27%;
	}
	.main-head-section h3 {
	font-size: 2em;
	}
	.contact-map iframe {
	min-height:400px;
	}
	.main-head-section {
	padding: 1.8em 0;
	background: #2ECC71;
	}
	.client-main {
	margin: 0 auto;
	width: 80%;
	padding: 2.5em 0;
	}
	.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 290px;
	text-align: center;
	}
	.slide-text h4 {
	font-size: 2.1em;
	}
	.ready-text h3 {
	font-size: 2em;
	}
	.Ready {
	padding: 2em 0;
	}
	.main-textgrids {
	padding: 3em 0 1em 0;
	}
}
@media(max-width:1366px){
	.banner {
	min-height: 538px;
	}
	.banner-picture {
	left: 16.8%;
	top: 27%;
	}
	.wmuSliderNext {
	background-position: -57px -53px;
	right: 321px;
	}
	.wmuSliderPrev {
	background-position: -9px -52px;
	left: 271px;
	}
	.wmuSliderNext:hover {
	background-position: -57px -7px;
	right:321px;
	}
	.wmuSliderPrev {
	background-position: -9px -52px;
	left:271px;
	}
	.video-grid h2 {
	font-size: 1.8em;
	}
	.projects-head h3 {
	font-size: 2em;
	}
	.contact_top {
	padding: 3em 0 3em 0;
	}
}
@media(max-width:1280px){
	.banner-picture {
	left: 14.8%;
	top: 24%;
	}
	.ready-text h3 {
	font-size: 2.05em;
	}
	.banner-sub-head h1 {
	font-size: 1.27em;
	margin: 5% auto 0;
	}
	.wmuSlider {
	min-height: 269px;
	}
	.contact-map iframe {
	min-height: 350px;
	}
}
@media(max-width:1024px){
	.banner {
	min-height:470px;
	}
	.banner-picture {
	left: 12.8%;
	top: 26%;
	height: 395px;
	width: 695px;
	background-size: 100%;
	}
	.banner-sub-head h1 {
	font-size: 1.23em;
	margin: 9% auto 0;
	width: 90%;
	}
	.slide-btn {
	padding: 0.7em 1em;
	margin-top: 1.7em;
	color: #FFF;
	font-size: 1.3em;
	width: 26%;
	}
	.projects-head h3 {
	font-size: 1.7em;
	}
	.video-grid p,.video-grid span {
	font-size: 1.16em;
	}
	.video iframe {
	width: 368px;
	height: 320px;
	}
	.video-grid h2 {
	font-size: 1.7em;
	}
	.top-icons {
	padding-top: 13px;
	}
	.ready-text h3 {
	font-size: 1.8em;
	}
	.wmuSliderNext {
	background-position: -57px -53px;
	right: 164px;
	}
	.wmuSliderPrev {
	background-position: -9px -52px;
	left: 175px;
	}
	.wmuSliderNext:hover {
	background-position: -57px -7px;
	right: 164px;
	}
	.wmuSliderPrev:hover {
	background-position: -9px -7px;
	left: 175px;
	}
	.slide-text p {
	width: 100%;
	font-size: 1.18em;
	}
	.copy-right p {
	font-size: 1.1em;
	}
	.footer-nav ul li a {
	padding: 0.47em 0em;
	font-size: 1em;
	}
	.ab-pic img {
	width: 100%;
	}
}
@media(max-width:768px){
	.banner {
	min-height: 386px;
	}
	.banner-picture {
	left: 8.8%;
	top: 26%;
	height: 329px;
	width: 580px;
	background-size: 100%;
	}
	.banner-sub-head h1{
	font-size: 1.1em;
	margin: 5% auto 0;
	width: 95%;
	}
	.header-top {
	border-bottom: 1px solid #DADADA;
	padding: 3px 0px 11px 0px;
	}
	.slide-btn {
	padding: 0.7em 1em;
	margin-top: 1.7em;
	color: #FFF;
	font-size: 1.23em;
	width: 31%;
	}
	.video iframe {
	width: 616px;
	height: 407px;
	}
	.video {
	padding: 2em 0 3em 0;
	}
	.video-grid.text {
	margin-top: 0%;
	}
	.video-grid h2 {
	font-size: 1.8em;
	}
	.projects-head p {
	font-size: 1.192em;
	width: 100%;
	}
	.projects-head h3 {
	font-size: 2em;
	}
	#projects {
	padding: 3em 0 2em 0;
	}
	.slide-text {
	width: 90%;
	}
	.wmuSliderNext {
	background-position: -57px -53px;
	right: 64px;
	}
	.wmuSliderNext:hover {
	background-position: -57px -7px;
	right: 64px;
	}
	.wmuSliderPrev {
	background-position: -9px -52px;
	left:59px;
	}
	.wmuSliderPrev:hover {
	background-position: -9px -7px;
	left:59px;
	}
	.ready-section {
	padding: 0.6em 0;
	text-align: center;
	}
	.ready-button {
	text-align: center;
	}
	.ready-btn {
		padding: 0.7em 1em;
		margin-top: 0.5em;
		display: inline-block;
		color: #FFF;
		font-size: 1.2em;
		width:35%;
	}
	.ready-text h3 {
	font-size: 2em;
	margin: 0.4em 0;
	}
	.copy-right {
	margin-top: 1.3em;
	float: none;
	}
	.copy-text {
	float: none;
	margin-top: 0.7em;
	}
	.footer-nav {
	float: none;
	margin: 0 auto;
	width: 48%;
	}
	.main-textgrids {
	padding: 2em 0 1em 0;
	}
	.mission h4, .facts h4 {
	font-size: 1.7em;
	margin: 0.3em 0;
	text-align:left;
	}
	.statements {
	padding: 0.5em 0;
	}
	.s-head h3 {
	font-size: 2em;
	line-height: 1.8em;
	margin: 0.7em auto;
	text-align: center;
	}
	.service-grid {
	text-align: center;
	padding: 3em 0;
	}
	.main-head-section h3 {
	font-size: 1.9em;
	}
	.main-head-section {
	padding: 1em 0;
	}
	.store {
	margin-top: 4%;
	}
	.contact_top {
		padding: 3em 0 3em 0;
	}
	.contact_left {
	float:none;
	}
	.company-right {
	float:none;
	}
	.form_details input[type="text"], .form_details textarea {
	padding: 11px;
	width: 99%;
	}
	.company_ad h3 {
	font-size: 1.4em;
	}
	.store h4 {
	font-size: 1.4em;
	}
	.form_details input[type="submit"] {
	margin-top: 1em;
	font-size: 1.2em;
	padding: 0.7em 1em;
	}
	.contact_left p {
	text-align:left;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 9px;
	}
	.contact-map iframe {
	min-height:300px;
	}
	.video-grid p {
	margin-top: 0%;
	}
	.slide-text h4 {
	font-size: 1.8em;
	}
	.client-main {
	padding: 2em 0;
	}
	.wmuSlider {
	min-height: 234px;
	}
}	
@media(max-width:640px){
	.logo {
	float: left;
	}
	.banner {
	min-height: 325px;
	}
	.top-icons {
	padding-top: 4px;
	}
	.banner-picture {
	left: 12%;
	top: 36%;
	height: 244px;
	width: 432px;
	background-size: 100%;
	}
	.video iframe {
	width: 545px;
	height: 377px;
	}
	.banner-sub-head {
	padding: 4em 0 3em 0;
	}
	.projects-head h3 {
	font-size: 1.6em;
	}
	.banner-sub-head h1 {
		font-size: 1em;
		margin:1.5% auto 0;
		width: 100%;
	}
	.slide-btn {
	padding: 0.7em 1em;
	margin-top: 1em;
	color: #FFF;
	font-size: 1.15em;
	width: 37%;
	}
	.slide-text {
		width: 99%;
	}
	.wmuSliderNext {
	background-position: -57px -53px;
	right: 27px;
	}
	.wmuSliderNext:hover {
	background-position: -57px -7px;
	right: 27px;
	}
	.wmuSliderPrev {
	background-position: -9px -52px;
	left: 22px;
	}
	.wmuSliderPrev:hover {
	background-position: -9px -7px;
	left: 22px;
	}
	.slide-text h4 {
	font-size: 1.6em;
	}
	.projects-head h3 {
	font-size: 1.6em;
	}
	.ready-text h3 {
	font-size: 1.6em;
	margin: 0.4em 0;
	}
	.footer-nav {
	float: none;
	margin: 0 auto;
	width: 53%;
	}
	.main-head-section {
	padding: 1em 0;
	}
	.main-head-section h3 {
	font-size: 1.55em;
	}
	.contact_left p {
	font-size: 1.1em;
	width: 100%;
	}
	.form_details input[type="submit"] {
	margin-top: 1em;
	font-size: 1.2em;
	padding: 0.7em 1em;
	width: 39%;
	}
	.contact_top {
	padding: 2em 0 2em 0;
	}
	.contact-map iframe {
	min-height: 261px;
	}
	span.menu {
	top: 10px;
	cursor: pointer;
	}
	.video-grid h2 {
	font-size: 1.6em;
	}
	.mission h4, .facts h4 {
	font-size: 1.5em;
	margin: 0.3em 0;
	text-align: left;
	}
	.main-head-section {
	padding: 0.7em 0;
	}
	.ready-btn {
	font-size: 1.1em;
	width: 45%;
	}
	.form_details textarea {
	height: 145px;
	}
}	
@media(max-width:480px){
	.banner-picture {
	left: 12.8%;
	top: 29%;
	height: 180px;
	width: 319px;
	background-size: 100%;
	}
	.banner {
	min-height: 214px;
	}
	.banner-sub-head h1 {
	font-size: 0.9em;
	margin: 0% auto 0;
	width: 100%;	
	}
	.slide-btn {
	padding: 0.7em 1em;
	margin-top: 1.5em;
	color: #FFF;
	font-size: 1.06em;
	width: 49%;
	}
	.video iframe {
	width: 413px;
	height: 342px;
	}
	.video-grid h2 {
	font-size: 1.4em;
	}
	.video-grid p {
	font-size: 1.13em;
	margin-bottom: 2%;
	margin-top: 2%;
	}
	.video-grid span {
	display: none;
	}
	.projects-head p {
	font-size: 1.12em;
	width: 100%;
	}
	.projects-head h3 {
	font-size: 1.4em;
	}
	.ready-btn {
	padding: 0.7em 1em;
	margin-top: 0.5em;
	font-size: 1em;
	width: 52%;
	}
	.slide-text p {
	width: 97%;
	font-size: 1.1em;
	}
	.slide-text h4 {
		font-size: 1.6em;
	}
	.wmuSlider {
	min-height: 195px;
	}
	.client-main {
	margin: 0 auto;
	width: 80%;
	padding: 0em 0;
	}
	.ready-text h3 {
	font-size: 1.4em;
	margin: 0.4em 0;
	line-height: 1.5em;
	}
	.copy-right p {
		font-size: 1em;
	}
	.footer-nav ul li a {
	padding: 0.47em 0em;
	font-size: 0.9em;
	}
	.footer-nav {
	width: 68%;
	}
	.list.styled.arrow-list img {
		margin-right: 5px;
	}
	.bottom-text p {
	font-size: 1.1em;
	}
	.mission h4, .facts h4 {
	font-size: 1.4em;
	}
	.contact-map iframe {
	min-height:200px;
	}
	.form_details textarea {
	height: 133px;
	resize: none;
	width: 99%;
	}
	.form_details input[type="text"], .form_details textarea {
	padding: 9px;
	width: 99%;
	}
	.company_ad h3 {
	font-size: 1.25em;
	}
	.store h4 {
	font-size: 1.25em;
	}
	.form_details input[type="submit"] {
	margin-top: 0.7em;
	font-size: 1em;
	padding: 0.7em 1em;
	width: 46%;
	}
	.banner-sub-head {
	background: #fff;
	padding: 4em 0 2em 0;
	}
}
@media(max-width:320px){
	.top-icons {
	padding-top: 4px;
	display: none;
	}
	.banner {
	min-height:170px;
	}
	.banner-picture {
	left: 12.7%;
	top: 42%;
	height: 123px;
	width: 215px;
	background-size: 100%;
	}
	.banner-sub-head {
	padding: 2em 0 2em 0;
	}
	.banner-sub-head h1 {
		font-size: 0.9em;
		margin: 7% auto 0;
		width: 91%;
		overflow: hidden;
		height: 39px;
		line-height: 1.9em;
	}
	.slide-btn {
	padding: 0.7em 1em;
	margin-top: 1.3em;
	color: #FFF;
	font-size:0.9em;
	width: 65%;
	}
	.video iframe {
		width: 247px;
		height: 205px;
	}
	.video-grid h2 {
	font-size: 1.2em;
	}
	.video {
	padding: 1.5em 0 1.7em 0;
	text-align: center;
	}
	.video-grid p {
	font-size: 1.1em;
	margin-top: 2%;
	overflow: hidden;
	height: 51px;
	text-align:left;
	}
	.projects-head h3 {
		font-size: 1.2em;
	}
	.projects-head p {
	font-size: 1.1em;
	width: 100%;
	}
	#projects {
	padding: 1.5em 0 1em 0;
	}
	.projects-head {
		padding: 0em 0 0.6em 0;
		text-align: center;
	}
	.client-main {
	margin: 0 auto;
	width:74%;
	padding: 0.3em 0;
	}
	.main-head-section {
	padding: 0.2em 0;
	}
	.slide-text p {
	width: 96%;
	font-size:1em;
	overflow: hidden;
	height: 55px;
	}
	.slide-text h4 {
	font-size: 1.3em;
	}
	.wmuSlider {
	min-height: 145px;
	text-align: center;
	}
	.Ready {
	padding: 1em 0;
	background: #322F2F;
	}
	.ready-text h3 {
		font-size: 1.2em;
		margin: 0.4em 0;
		line-height: 1.5em;
	}
	.ready-btn {
		padding: 0.7em 1em;
		margin-top: 0.3em;
		font-size: 1em;
		width: 85%;
	}
	.copy-text {
	float: none;
	margin-top:0;
	display: none;
	}
	.copy-right {
	float: none;
	margin-bottom:0.8em;
	}
	.footer {
	padding: 0.5em 0;
	}
	.copy-right p {
	font-size: 1em;
	line-height: 23px;
	}
	.ab-text p {
	font-size: 1.178em;
	margin-bottom: 2%;
	margin-top: 2%;
	overflow: hidden;
	height: 57px;
	}
	.ab-text span {
	display: none;
	}
	.mission h4, .facts h4 {
	font-size: 1.3em;
	}
	.mission p, .facts p {
	font-size: 1.178em;
	line-height: 1.8em;
	margin-bottom: 4%;
	margin-top: 3%;
	overflow: hidden;
	height: 63px;
	}
	.main-textgrids {
	padding: 2em 0 0em 0;
	}
	.s-head h3 {
	font-size: 1.5em;
	margin: 0.7em auto;
	}
	.main-head-section h3 {
	font-size: 1.3em;
	line-height: 1.8em;
	}
	.service-grid h3 {
	font-size: 1em;
	}
	.service-grid {
	padding: 2em 0;
	}
	.bottom-text p {
	font-size: 1.1em;
	overflow: hidden;
	height: 80px;
	margin: 1em 0;
	}
	div.list.arrow-list ul li a {
	font-size: 1em;
	margin-top: 2px;
	}
	.list.styled.arrow-list {
		padding-bottom: 0.9em;
	}
	.contact_top {
		padding: 1em 0 1.5em 0;
	}
	.contact_left h4 {
	font-size: 1.3em;
	}
	.contact_left p {
		font-size: 1.1em;
		width: 100%;
		overflow: hidden;
		height: 56px;
	}
	.form_details textarea {
	height: 102px;
	}
	.form_details input[type="text"], .form_details textarea {
	padding: 8px;
	width: 99%;
	font-size: 15px;
	margin: 3px 0px;
	border: 2px solid #8A8888;
	}
	.form_details input[type="submit"] {
	margin-top: 0.5em;
	font-size: 1em;
	padding: 0.6em 1em;
	width: 99%;
	}
	.company_ad span {
	font-size: 1.1em;
	}
	.store p {
	font-size: 1em;
	}
	.contact-map iframe {
	min-height:190px;
	}
  
	span.menu {
	top: 15px;
	cursor: pointer;
	right: 15px;
	}
  
	.top-nav ul {
	display: none;
	margin-top:0em;
	}
}	
