/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a{
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
  font-family: 'Raleway', sans-serif;
}
.header{
  background: url(../img/a-clockwork-orange.jpg) no-repeat center bottom;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height: 1000px;
}
.header-top {
  padding-top:10em;
  position:relative;
}
.header-top:before {
  content: url(../img/left.png) no-repeate 0px 0px;
  position: absolute;
  left: 0px;
  top: -85px;
    background-size: 100% 100%;
}
.header-top:after {
  content: url(../img/right.png)  no-repeate 0px 0px;
  position: absolute;
  right: 0px;
  top: -85px;
    background-size: 100% 100%;
}
.logo {
  margin: 0 auto;
  width: 71%;
}
.logo img {
  display: block;
  margin-bottom: 20px;
}
.logo span {
  font-size: 0.6em;
  color: #000;
}
.top-menu{
  text-align:center;
  text-transform: uppercase;
  border-top: 2px solid #303030;
  width: 71%;
  margin: 0 auto;
}
.top-menu ul li{
	display:inline-block;
      margin: 0 1.2em;
     padding: 1.5em 0;
 }
.top-menu ul li a {
  font-size: 1.3em;
  text-decoration: none;
  color: #353739;
  font-family: 'Raleway', sans-serif;
}
.top-menu ul li a:hover {
  color: #ffc52f;
}
.top-menu ul li a.active {
  color: #ffc52f;
}
 span.menu {
  display: none;
}
p.banner-center {
  text-align: center;
  width: 66%;
  margin: 0em auto 0;
  color: #000;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 6em 0 0;
}
.banner-bottom {
  position: relative;
}
.banner-grids {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.left-grid {
  padding: 0;
}
.left-grid-img {
  min-height: 314px;
  background: url(../img/quilt-welcome.jpg) no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}
a.top-icon {
  text-align: center;
  display: block;
  margin-top: 18em;
}
.right-grid h3 {
  font-size: 3em;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 300;
}
.right-grid  p {
  font-size: 1em;
  color: #FFF;
  line-height: 1.8em;
  font-weight: 400;
  padding: 1em 0 1em 0;
}
.right-grid {
  background: #ff8000;
  padding: 2em 2em 0 2em;
  min-height: 314px;
}
.about-section {
	text-align: justify;
	padding: 300px 0 100px;
	}
.about-header h3 {
	font-size: 3em;
	color:#000;
	font-weight: 300;
  margin-top: 1em;
	margin-bottom: 0.5em;
}
.about-header p {
	font-size: 1.2em;
	color: #000;
}
.about-grids {
  margin-top: 2em;
}
.about-grid {
  margin-top: 2em;
}
.about-grid h4 {
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
	color:#f0c75e;
	 font-weight: 400;
	
}
.about-grid p {
  text-align: left;
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
}
.services-header h3 {
	font-size: 3em;
	color: #fff;
	font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.services-header p {
	font-size: 1.2em;
	color: #fff;
}
.services-grids {
  margin-top: 5em;
}
.ser-grid h4 {
	font-size: 1.5em;
  margin: 1em 0 0.5em 0;
	color: #f0c75e;
	font-weight: 400;
 }
.ser-grid:hover div.ser1 {
  border: 5px solid #f0c75e;
}
.ser-grid p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
}
.ser-bottom {
  margin-top: 5em;
}
.services-section {
  text-align: center;
  padding: 50px 0 150px;
  background: url(../img/finaosta-quilt.jpg) no-repeat center center;
  background-size: cover;
}
.ser1 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 620px;
  padding: 25px 0px;
  margin-top: 20px;
}
.team-section {
   padding: 4em 0;
  text-align: center;
    background-color: #eee
}
.team-header h3 {
  font-size: 3em;
  	color:#524E4E;
  margin-bottom: 0.5em;
  font-weight: 300;
 }
.team-header p{
  font-size: 1.2em;
  color: #555;
 }
 .team-grid img {
  border-radius: 15em;
  
 }
.team-grid {
  position: relative;
  text-align: center;
  margin-top:1em; 
}
.team-info {
  position: absolute;
  width: 66%;
  left: 15px;
  top: -1px;
  border-radius: 10em;
  padding: 6.5em 0em;
  display:none;
}
.team-info h3{	
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.team-grid:hover div.team-info{
  display: block;
  background: rgba(100, 116, 25, 0.55);
  border-radius: 10em;
  padding: 6em 0em;
}
.team-info h4 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 500;
 }
.team-info p {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
 }
.team-info img {
  border: none;
  margin-top:0.2em;  
}
.team-grids {
  margin-top: 5em;
  }
.portfolio-section {
	text-align: center;
	padding: 100px 0;
	background: #ff8000;
}
.Portfolio-header h3 {
 font-size: 3em;
  color: #fff;
  font-weight: 300;

  margin-bottom: 0.5em;
}
.Portfolio-header p {
	font-size: 1.2em;
	color: #fff;
}
.Portfolio-grid img {
  width: 100%;
}
.gr2 {
  margin: 2em 0;
}
.Portfolio-grids {
  margin-top: 5em;
}

.quilt {
  opacity: 1;
  margin-bottom: 30px;
}
.quilt a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.Testimonials-k {
  padding: 100px 0;
  background: url(../img/kaleidoscope.jpg) no-repeat center center;
  text-align: center;
   background-size: cover;
   min-height:400px;
}
.Testimonials-r {
  padding: 100px 0;
  background: url(../img/roundrobin.jpg) no-repeat center center;
  text-align: center;
   background-size: cover;
   min-height:400px;
   border-top: 2px solid #fafafa;
}
.testimonial-header h3 {
  font-size: 3em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.testimonial-header p {
	font-size: 1.2em;
	color: #eee;
}
.testmonial-text p {
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  margin-bottom:0.5em;
}
.testmonial-text h4{
font-size: 1.5em;
   color: #fff;
  font-weight: 500;
  text-align:center;
    padding-top: 1em;
  }
.test-monials {
  margin-top: 5em;
}
.news-section {
  text-align: center;
  padding: 90px 0 100px;
}
.new-date {
  float: left;
  width: 20%;
  margin-right: 2%;
  text-align: left;
}
.new-text {
  float: left;
  width: 78%;
}
.new-header h3 {
	font-size: 3em;
    color:#524E4E;
	font-weight: 300;
	margin-bottom:0.5em;
}
.new-header p {
	font-size: 1.2em;
	color: #555;
}
.news-grids {
  margin-top: 3em;
}
.new-date h4 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #ff8000;
}
.new-date h5 {
  font-size: 1.5em;
  color: #ff8000;
}
.new-text p {
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-align: left;
  margin-top: 10px;
}
/*** contact***/
.contact-section{
  background: #eee;
  padding: 4em 0;
 }
.contact-header h3 {
  font-size: 3em;
  color:#000;
  text-align: center;
   margin-bottom: 0.5em;
   font-weight: 300;
  
 }
.contact-header p {
	font-size: 1.2em;
	color: #000;
	text-align: center;
}
.contact-grid {
  margin-top: 5em;
}
.contactdetails-grid h5 span {
	color: #f0c75e;
}
.contactdetails-grid h4 {
  font-size: 1.7em;
 	color:#000;
  margin-bottom: 1em;
  font-weight: 400;

  }
.contact-text p {
	color: #000;
	font-size: 15px;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
}

.contactdetails-grid p span {
	color: #fe2121;
}
.contactdetails-grid h5 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 7px 3px;
	color: #000;
}
.contactdetails-grid h4 span {
	color: #fe2121
}
.contactdetails-grid input[type="text"] {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	outline: none;
	border:1px solid #dcdee0;
}
.contactdetails-grid input[type="text"]:hover{
	border:1px solid #f0c75e;
}
.contactdetails-grid textarea {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	height: 20em;
	resize: none;
	outline: none;
	border:1px solid #dcdee0;
}
.contactdetails-grid textarea:hover{
	border:1px solid #f0c75e;
}

.contactdetails-grid input[type="button"] {
	float: right;
	padding: 10px 25px;
	font-size: 1.3em;
	margin: 8px 55px 0 0;
	color: #ffffff;
	font-weight: 400;
	border: none;
	outline: none;
	background: #A8C75C;
}
.contactdetails-grid input[type="button"]:hover {
	background:#f0c75e;
}
.contactdetails-grid1 p {
  font-size: 1.2em;
  color: #000;
  line-height: 1.8em;
    margin-top: 0.2em;
}
.contactdetails-grid1 h4 {
  font-size: 1.7em;
	color:#000;
  margin-top: 0.5em;
  margin-bottom: 1em;
   font-weight: 400;

}
.contactdetails-grid1 p a {
  color: rgb(240, 199, 94);
}
.google-map {
  margin-top: 0;
}
.google-map iframe {
	padding: 0;
	width:100%;
	min-height: 310px;
	border: none;
}
.footer-section{
	padding:4em 0;
	text-align:center;
	background:rgb(29, 29, 29);
}
.footer-bottom {
	margin-top: 1em;
}
.footer-bottom p {
	font-size: 15px;
	color: #d5d6d7;
	font-weight: 400;
}
.footer-bottom a {
	font-size: 15px;
	color:#fff;
	font-weight: 400;
}
.footer-bottom a:hover {
	color: #fff;
}
.footer-bottom p a {
	margin: 0 6px 0 6px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}


@media only screen and (max-width: 840px){
  .logo {
    width: 95%;
  }
  span.menu {
    display: block;
    cursor: pointer;
    padding: 1em 0;
  }
  .top-menu {
    float:none;
    width: 95%;
  }
  .top-menu  ul{
    display:none;
  }
  .top-menu  ul li {
    font-size: 14px;
    display:block;
   }
  .top-menu ul li {
    display: block;
    float: none;
    margin: 0em;
    border-bottom: 1px solid #f5f7f9;
    border-right: none;
  }
  .top-menu ul li {
    padding:10px 0 ;
      }
  .top-menu ul {
    margin: 15px 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .top-menu ul li a {
    display: block;
    font-size: 1.1em;
  }
  .banner-grids {
    position: relative;
  }
  .about-section {
    padding-top: 10px;
  }

}