@charset "utf-8";
/* CSS Document */
.sticky {
position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 9999;
    height: 90px;
    top: 0;
    background: #fff;
	padding:20px;
}
.pt45{
padding-top:45px;
}
.feature1 {
    padding-top: 0px;
    padding-bottom: 250px;
    background-image: url(../images/feature1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	}

.feature2 {
    padding-top: 0px;
    padding-bottom: 250px;
    background-image: url(../images/feature2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	}

.feature3 {
    padding-top: 0px;
    padding-bottom: 250px;
    background-image: url(../images/feature3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	}

.feature4 {
    padding-top: 0px;
    padding-bottom: 250px;
    background-image: url(../images/feature4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	}
	
	.feature_box1 {
	width: 100%;
    padding: 40px 15px 15px 15px;
    text-align: center;
    margin: 0 auto;
    background-color: #ff5f00;}
	
		.feature_box2 {
    width: 100%;
    padding: 40px 15px 15px 15px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffc31d;
	}
		.feature_box3 {
    width: 100%;
    padding: 40px 15px 15px 15px;
    text-align: center;
    margin: 0 auto;
    background-color: #b4df56;
	}
		.feature_box4 {
   width: 100%;
    padding: 40px 15px 15px 15px;
    text-align: center;
    margin: 0 auto;
    background-color: #51c5eb;
	}
	.feature1:after {content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;}
	
.bg_banner{	background-image: url(../images/banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	position: relative;
    z-index: 1;
	
	}
	.bg_banner:after {
background: #46ADF2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;	}


	
.bg1{	background-image: url(../images/bg1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	position: relative;
    z-index: 1;
	
	}
	.bg1:after {
background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;	}
	
.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 12px;
    font-weight: 700;
  }
  
}

@media (min-width: 768px) {
  .circle__content {
font-size: 14px;
    font-weight: 700;
	  }
}
/*--------------------------------------------------------------------------------------------*/
.service_list {
 margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
	font-size:14px;
	}
.service_list li:before {
 content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;  }

.footer-wrap {
    padding-top: 60px;
	background:#DFDFDF;
	width:100%;
}

.footer-wrap h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.social {
margin:0;
list-style:none;
padding:0;
}

.social li {
width:100%;
padding:6px 0;
}

.social li a {
color:#000;
font-weight:bold;
text-decoration:none;
font-size:14px;
}
.social li a:hover {
color:#51c5eb;
}

.footerlist {
list-style:none;
margin:0;
padding:0;
}

.footerlist li  {
width:100%;
padding:5px 0;
}
.footerlist li  a{
color:#000;
font-weight:bold;
text-decoration:none;
font-size:14px;
}

.footerlist li  a:hover{
color:#51c5eb;
}


.openhours {
list-style:none;
margin:0;
padding:0;
}

.openhours li  {
width:100%;
padding:5px 0;
font-size:14px;
}


@media (max-width: 480px) {
  
.sticky {
    height: 140px;
	padding:15px;
}

.pt45{
padding-top:100px;
}


}