@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8eorlh');
  src:  url('../fonts/icomoon.eot?8eorlh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8eorlh') format('truetype'),
    url('../fonts/icomoon.woff?8eorlh') format('woff'),
    url('../fonts/icomoon.svg?8eorlh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	overflow-x: hidden !important;
}
p{
	margin: 0;
}
a{
	text-decoration: none !important;
}
.container-fluied{
	padding: 0 15px;
}
button:focus{
	outline: none;
}
img{
	max-width: 100%;
	height: auto;

}
figure{
	margin: 0;
	height: auto;
	width: 100%;	
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #ffde00;
}

::selection {
  color: #fff; 
  background: #ffde00;
}
header{
	padding: 20px 0;
	background: #ffffff;
}
header p.link .icon{
	font-family: 'icomoon';
	font-style: normal;
	font-size: 20px;
	margin-right: 10px;
	color: #000100;
	text-decoration: none;
	transition: all 0.3s ease;
}
header p.link .icon:hover{
	color: #8fc800;
	cursor: default;
}

header ul{
	padding: 0;
	margin: 0;
	float: right;
}
header ul li{
	list-style: none;
	float: left;
	margin-right: 25px;
}
header ul li:last-child{
	margin-right: 0;
}
header ul li a{
	color: #4b4a4a;
	font-size: 19px	;
	transition: all 0.5s ease;
	padding-bottom: 15px;
	font-family: 'Roboto';
	font-weight: 500;
	text-decoration: none;
}
header ul li a:hover{
	color: #8fc800;
	border-bottom: 1px solid #8fc800;
}
.banner-1{
	width: 100%;
	background: url(../images/banner-image-1.jpg) no-repeat center center/cover;
	padding: 180px 0;
}
.banner-2{
	width: 100%;
	background: url(../images/banner-image-2.jpg) no-repeat center center/cover;
	padding: 180px 0;
}
 .banner-text{
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
}
.banner-text p.spacer{
	font-family: 'Roboto';
	font-size: 43px;
	color: #ffffff;
}
.banner-text p.spacer span{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 66px;
	margin-bottom: 0;

}
.banner-text p.space{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 71px;
	margin-bottom: 0;
}
.banner button.explore{
	padding: 11px 77px;
	background: #ffde00;
	border: none;
	border-radius: 3px;
	color: #454545;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 25px;
	border-radius: 25px;

}
.banner button.explore:hover{
	background: #8fc800;
	color: #ffffff;
}
.banner p{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 30px;
}
.service{
	padding: 80px 0 70px;
	background: #f2f2f2;
}
.service h2 a.spa{
	font-size: 50px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
	text-transform: uppercase;	
	padding: 0;
	background: transparent;
}
.service h2 a.spa:hover{
	color: #8fc800;
}
.service p{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}
.service p.space{
	margin-bottom: 30px;
}
.service figure {
	width: 98px;
	height: 98px;
	padding: 20px;
	border-radius: 100%;
	background: #8fc800;
	border: 7px solid #ffffff;
	margin: 0 auto;
}
.service h4{
	margin: 20px 0 25px;
}
.service h4 a.span{
	font-size: 18px;
	color: #000000;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 0;
	background: transparent;
	text-transform: none;
}
.service h4 a.span:hover{
	color: #8fc800;
}
.service a{
	padding: 11px 31px;
	font-size: 16px;
	color: #454545;
	background: #ffde00;
	border-radius: 25px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
}
.service a:hover{
	background: #8fc800;
	color: #ffffff;
}
.gallery{
	padding: 50px 0 30px;
	background: #ffffff;
}
.gallery h2 a.spa{
	font-size: 50px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;	
	padding: 0;
	text-transform: uppercase;
	background: transparent;
}
.gallery h2 a.spa:hover{
	color: #8fc800;
}
.gallery p{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}
.overlay {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle .icon{
	font-family: 'icomoon';
	font-style: normal;
	font-size: 100px;
	font-weight: 500;
	color: #000000;
	transition: all 0.3s ease;
	outline: none
}
.middle {
  transition: .5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 7px 11px;
  background: rgba(204,178,6,0.7);
}
.mid{
	border: 3px solid #fff;
	padding: 20px 0 19px;
	transition: transform .2s;
}
.middle h4 a{
	color: #000000;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.middle p.space{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 0;

}
.middle figure{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 17px 0;
}
.overlay:hover .middle {
  opacity: 1;
}
.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.mid:hover{
	transform: scale(0.99); 
}
.blog{
	padding: 30px 0 60px;
	position: relative;
}
.blog:after {
  content: "";
  background: url(../images/blog-full-width-image.jpg) no-repeat center center/cover;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.blog h2{
	margin-bottom: 60px;	
}
.blog h2 a.spa{
	font-size: 50px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease;	
	padding: 0;
	background: transparent;
}
.blog h2 a.spa:hover{
	color: #8fc800;
}
.blog figure{
	margin-bottom: 10px;
}
.blog .white-box{
	padding: 20px 25px;
	background: #ffffff;
	border-bottom: 1px solid #8fc800;
	position: relative;
}
.blog .white-box:after{
	position: absolute;
	content: "";
	width: 22px;
	height: 10px;
	border: 1px solid #8fc800;
	background: transparent;
	bottom: -6px;
	left: 47%;
}
.blog .white-box h4{
	margin-bottom: 10px;
}
.blog .white-box h4 a{
	font-size: 16px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	transition: all 0.3s ease;
}
.blog .white-box span{
	font-size: 14px;
	color: #686868;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.blog .white-box span a{
	font-size: 14px;
	color: #686868;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}
.blog .white-box span a:hover{
	cursor: default;
}
.blog .white-box p{
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	margin-top: 10px;
}
.blog .white-box p a{
	font-size: 16px;
	color: #8fc800;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}
.blog .white-box p a:hover{
	color: #ffde00;
}
.testimonials{
	padding: 60px 0 80px;
}
.testimonials h2 a.spa{
	font-size: 50px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease;	
	padding: 0;
	background: transparent;
}
.testimonials h2 a.spa:hover{
	color: #8fc800;
}
.testimonials p{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}
.testimonials .shadow{
	width: 100%;
	height: auto;
	padding: 60px 40px 25px;
}
.testimonials figure{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonials p.space{
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	margin-bottom: 20px;
}
.testimonials p.space a{
	font-size: 16px;
	color: #8fc800;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}
.testimonials p.space a:hover{
	color: #ffde00;
}
.testimonials a{
	color: #000000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.black{
	padding: 40px 0 60px;
	background: #000000;
}
.black ul{
	padding: 0;
	margin: 0;
}
.black ul li{
	list-style: none;
	float: none;
	margin-right: 25px;
}
.black ul li a{
	color: #f0f0f0;
	font-size: 17px;
	transition: all 0.5s ease;
	padding-bottom: 15px;
	font-family: 'Roboto';
	font-weight: 700;
	text-decoration: none;
	line-height: 34px;
}
.black ul li a:hover{
	color: #8fc800;
	cursor: hand;
}
.black h4{
	margin-bottom: 15px;
}
.black h4 a{
	color: #f0f0e1;
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: 700;
	transition: all 0.3s ease;
}
.black ul li.line a{
	font-weight: 500;
	padding-left: 15px;
}
.black ul li.line{
	position: relative;
	width: 100%;
	font-weight: 400;
}
.black ul li.line:before{
	position: absolute;
	content: "-";
	top: 14px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #f0f0f0;
}
.black figure{
	margin-top: -41px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.black p{
	text-align: right;
	color: #f0f0f0;
	font-size: 17px;
	font-family: 'Roboto';
	margin-top: -26px;
}
.black p.link .icon{
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	color: #f0f0f0;
	margin-right: 8px;
}
.black p.link{
	margin-top: 15px;
	font-family: 'icomoon';
	transition: all 0.3s ease;
	outline: none
}
.black p.link .icon:hover{
	color: #8fc800;
}
footer{
	background: #ffffff;
	padding: 30px 0 40px;
}
footer p{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	color: #333333;
	font-size: 14px;
}
footer p a{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	color: #333333;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}
footer a:hover{
	color: #8fc800;
	text-decoration: none;
}
footer img{
	opacity: 10;
	transition: all 0.3s ease;
}
footer img:hover{
	opacity: 9;
}

@media (max-width: 1119px)  {
	.main-nav {
	    position: fixed;
	    width: 260px;
	    top: 0;
	    right: -260px;
	    background: #333;
	    height: 100%;
	    -webkit-transition: all ease 0.3s;
	            transition: all ease 0.3s;
	    z-index: 1005;
	    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
	    overflow-y: auto;
	  }
	  .main-nav ul {
	    margin: 0;
	    padding: 0;
	    display: block;
	    margin-top: 0px;
	  }
	  .main-nav ul.mnav {
	    margin-bottom: 30px;
	  }
	  .main-nav ul li {
	    display: block;
	    border-bottom: 1px solid #656b74;
	    position: relative;
	    text-transform: capitalize;
	    font-size: 16px;
	    width: 100%;
	    text-align: left;
	    padding-left: 20px;
	  }
	  .main-nav ul li span {
	    display: none;
	  }
	  .main-nav ul li a {
	    color: #fff;
	    text-decoration: none;
	    font-size: 1em;
	    display: block;
	    padding: 10px;
	    padding-right: 40px;
	  }
	  .main-nav ul li a:hover {
	    border: none;
	  }
	  .main-nav ul li.submenu i {
	    position: absolute;
	    width: 43px;
	    height: 39px;
	    top: 0;
	    right: 0;
	    cursor: pointer;
	    -webkit-transition: all ease 0.5s;
	    transition: all ease 0.5s;
	  }
	  .main-nav ul li.submenu i:after {
	    content: "";
	    height: 0;
	    width: 0;
	    border-left: 3px solid transparent;
	    border-right: 3px solid transparent;
	    border-top: 6px solid #b3b3b3;
	    position: absolute;
	    right: 17px;
	    top: 18px;
	    z-index: 10;
	  }
	  .main-nav ul ul {
	    margin: 0;
	    display: none;
	  }
	  .main-nav ul ul li:last-child {
	    border-bottom: 0;
	  }
	  .main-nav ul ul li:first-child {
	    border-top: 1px solid #656b74;
	  }
	  .main-nav ul ul li a {
	    padding-left: 20px;
	  }
	  .main-nav ul ul li ul a {
	    padding-left: 30px;
	  }
	  .show-menu .main-nav {
	    right: 0;
	  }
	  .show-menu .overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.3);
	    z-index: 1001;
	  }
	  .mob-btn {
	    position: absolute;
	    float: right;
	    padding: 5px 7px;
	    margin: 0px;
	    background-color: transparent;
	    cursor: pointer;
	    right: 19px;
	    top: 10px;
	  }
	  .mob-btn span {
	    display: block;
	    width: 30px;
	    height: 3px;
	    border-radius: 1px;
	    background: #464646;
	  }
	  .mob-btn span + span {
	    margin-top: 5px;
	  }
	  /*==== Menu End ====*/
	  /*=== Append and Prepend ===*/
	  .extra-link {
	    display: none;
	  }
	  .banner-1{
	  	padding: 100px 0;
	  }
	  .banner-2{
	  	padding: 100px 0;
	  }
	  .service{
	  	padding: 50px 0;
	  }
	  .service p{
	  	margin-bottom: 25px;
	  }
	  .gallery{
	  	padding: 30px 0;
	  }
	  .gallery p{
	  	margin-bottom: 30px;
	  }
	  .blog{
	  	padding: 30px 0;
	  }
	  .blog h2 {
	  	margin-bottom: 35px;
	  }
	  .testimonials{
	  	padding: 30px 0;
	  }
	  .testimonials p{
	  	margin-bottom: 25px;
	  }
	  .mid{
	  	padding : 1px 5px 19px;
	  }
	  .middle figure{
	  	margin: 6px 0;
	  }
}
@media (max-width: 991px){
	.black h4{
		margin-top: 25px;
	}
	.black figure{
		margin-top: 0;
	}
	.black p{
		text-align: left;
	}
	.banner p{
		margin-bottom: 20px;
	}
	.banner-text{
		line-height: 18px;
	}
	.banner-text p.spacer{
		font-size: 4.25vw;
	}
	.banner-text p.spacer span{
		font-size: 5.5vw;
	}
	.banner-text p.space{
		font-size: 7.1vw;
	}
	.banner button.explore{
		padding: 10px 55px;
		font-size: 20px;
	}
	.service h2 a.spa{
		font-size: 6.25vw;
	}
	.service {
	    padding: 30px 0;
	}
	.service p {
	    margin-bottom: 5px;
	}
	.blog h2 {
	    margin-bottom: 5px;
	}
	.gallery h2 a.spa{
		font-size: 6.25vw;
	}
	.middle{
		padding: 6px 9px;
	}
	.middle .icon{
		font-size: 47px;
	}
	.middle h4 a{
		font-size: 16px;
	}
	.mid{
		padding: 1px 5px 4px;
		border: 2px solid #fff;
	}
	.middle p.space{
		font-size: 14px;
	}
	.blog h2 a.spa{
		font-size: 6.25vw;
	}
	.blog .white-box p{
		font-size: 13px;
	}
	.blog .white-box p a{
		font-size: 15px;
	}
}
@media (max-width: 767px){
	.banner p{
		font-size: 17px;
	}
	.banner-1{
		padding: 60px 0;
	}
	.banner-2{
		padding: 60px 0;
	}
	.service{
		padding: 30px 0;
	}
	.service h2 a.spa{
		font-size: 5.25vw;
	}
	.service p{
		font-size: 15px;
	}
	.service h4{
		margin: 10px 0 10px;
	}
	.middle figure{
		margin: 0;
	}
	.gallery h2 a.spa{
		font-size: 5.25vw;
	}
	.gallery p{
		font-size: 14px;
	}
	.blog{
		padding: 0 0 30px;
	}
	.blog h2 a.spa{
		font-size: 5.25vw;
	}
	.blog h2{
		margin-bottom: 10px;
	}
	.testimonials h2 a.spa{
		font-size: 5.25vw;
	}
	.testimonials p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.testimonials p.space{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.testimonials p.space a{
		font-size: 14px;
	}
	.black figure{
		display: block;
	}
	footer{
		padding: 20px 0;
	}
	.middle {
	    padding: 6px 8px;
	}
	.middle .icon {
	    font-size: 41px;
	}
	.middle p.space {
	    font-size: 14px;
	    padding-bottom: 9px;
	}
	.banner-text p.spacer{
		font-size: 5.1vw;
	}
	.banner-text p.spacer span{
		font-size: 6.5vw;
	}
	.banner-text{
		margin-bottom: 10px;
		line-height: 22px;
	}
	.banner-text p.space{
		font-size: 7.1vw;
	}
	.service h2 a.spa{
		font-size: 5.25vw;
	}
	.service p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.gallery h2 a.spa{
		font-size: 5.25vw;
	}
	.blog h2 a.spa{
		font-size: 5.25vw;
	}
	.testimonials h2 a.spa{
		font-size: 5.25vw;
	}
	.black ul{
		text-align: center;
	}
	.black ul li.line a{
		padding-left: 0;
	}
	.black ul li.line:before{
		display: none;
	}
	.black figure{
		display: flex;
	}
	.black p{
		text-align: center;
		font-size: 15px;
	}
	.black h4{
		text-align: center;
		border-bottom: 1px solid #5e5f5d;
		padding-bottom: 10px;
	}
	.black ul li{
		border-bottom: 1px dashed #5e5f5d;
		margin-right: 0;
		padding: 5px 0;
	}
	.black h4 a{
		font-size: 20px;
	}

}
@media (max-width: 400px){
	.middle p.space {
	    padding-bottom: 3px;
	}
	.service h2 a.spa{
		font-size: 7.25vw;
	}
	.gallery h2 a.spa{
		font-size: 7.25vw;
	}
	.blog h2 a.spa{
		font-size: 7.25vw;
	}
	.testimonials h2 a.spa{
		font-size: 7.25vw;
	}
}
