/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
body {
  color: #606060;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
img {
  max-width:100%;
  height:auto
}
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-weight: 600;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  text-decoration:none;
  color: #606060;
 }
a, a::before, a::after, i, button, img, input,
*::before, *::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline:0px solid
}
a:focus {
  color: #303030;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  color: #E6AE48;
  text-decoration: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.fix {
  overflow:hidden
}
.clear{
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.table, .table-cell {
  display: table;
  height: 100%;
  margin: 0;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.sticky{
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #fff none repeat scroll 0 0;
	left: 0; 
	position: fixed;
	top: 0; 
	width: 100%;
	z-index:999;
	box-shadow:0px 1px 2px #000; 
 } 
 #scrollUp {
  background: #333333 none repeat scroll 0 0;
  bottom: 30px;
  box-shadow: 0 5px 11px #000000;
  color: #ffffff;
  font-size: 18px;
  height: 45px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 40px;
  transition:all .3s;
}
 #scrollUp:hover{
	 background:#E6AE48;
 }
.margin-0 {
  margin: 0px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.padding-0 {
 padding: 0px !important;
}
.padding-top-80 {
 padding-top: 80px !important;
}
.padding-top-90 {
 padding-top: 90px !important;
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.overlay {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  2.  Header Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.  Header Area
/*----------------------------------------*/
.hero-wrapper{
  background: rgba(0, 0, 0, 0) url("img/bg.jpg") no-repeat scroll center center / cover ;
  height:100vh;
  position:relative;
}
.hero-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  content: "";
  opacity: .4;
}
.hero-wrapper-text {
  height: 100%;
  position: relative;
}
.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero-content > h1 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 36px;
}
.hero-content h3 {
    color: #ffffff;
    font-size: 36px;
}
.hero-content > p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
}
.hero-content p span {
  margin: 0 10px;
}
.hero-content button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 12px;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  margin-top: 30px;
  padding: 7px 35px;
  text-transform: uppercase;
  transition:all .2s;
}
.hero-content button:hover {
  background: #E6AE48 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
}
/*----------------------------------------*/
/*  4.  Demo Area
/*----------------------------------------*/
.section-title.text-center {
  margin-bottom: 50px;
}

.single-demo{
	position:relative;
	margin-bottom:50px;
}
.demo-area {
  background: #f0f0f0 none repeat scroll 0 0;
  padding-top: 90px;
  padding-bottom:50px;
}
.demo-img {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center top / cover ;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background 4s ease 0s;
}

.demo-preview-hover {
  bottom: 0;
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align:center;
  transition: all 0.25s ease 0s;
  z-index: 1;
  width:100%;
}
.single-demo:hover .demo-preview-hover {
  opacity: 1;
}
.demo-preview-hover::after {
  background-color: #E6AE48;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  transition: all 0.25s ease 0s;
  z-index: -1;
}
.single-demo:hover .demo-preview-hover::after {
  opacity: 1;
  transform: scale(1);
}
.demo-content {
  position: relative;
  top: 26%;
}
.hero-content > p {
  font-weight: 700;
  text-transform: capitalize;
}
.demo-content > h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.btn-white {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 5px;
  padding: 7px 16px;
  text-transform: uppercase;
  border-radius: 4px;
  transition:all .2s;
}
.btn-white:hover {
  box-shadow: 0 8px 10px #666666;
} 
/*----------------------------------------*/
/*  9.  Feature Area
/*----------------------------------------*/
.feature-list {}
.feature-list ul{}
.feature-list ul li {
  display: block;
  float: left;
  font-family: 'Merriweather', serif;
  width: 33.33%;
  line-height: 36px;
  text-transform: uppercase;
}
.feature-list ul li::before {
  color: #DEC839;
  content: "➞";
  margin-right: 10px;
}
/*----------------------------------------*/
/*  10.  Footer Area
/*----------------------------------------*/
.footer-top {
  background-color: #333;
  padding: 75px 0;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img{}
.footer-social{}
.footer-social a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.footer-social a i {
  display: block;
  line-height: 32px;
}
.footer-social a:hover {
  background-color: #fff;
  color: #E6AE48;
}

.footer-bottom {
  background-color: #000;
  padding: 23px 0;
}
.footer-bottom .copyright{}
.footer-bottom .copyright p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 22px;
}
.footer-bottom .copyright p a {
  color: #fff;
  font-weight: 400;
}
.footer-bottom .copyright p a:hover {
  color: #303030;
}
.footer-bottom .payment-method {
  margin-bottom: 0;
}
.footer-bottom .payment-method img{}