@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*=====================================
1. Theme Default CSS  
=======================================*/
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.wrapper {
  overflow: hidden;
}
.section-space {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-space {
    padding: 60px 0;
  }
}
/*-------------------------------------
1.5 ScrollUp Area Styles 
---------------------------------------*/
#scrollUp {
  background-color: rgba(160, 207, 79, 0.8);
  bottom: 5px;
  color: #ffffff !important;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffffff;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #a0cf4f;
}
/*-------------------------------------
1.6 Preloader Area Styles
---------------------------------------*/
#preloader {
  background: #ffffff url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/*-------------------------------------
1.6 Button Styles
---------------------------------------*/
.ghost-btn-big {
  border: 2px solid #a0cf4f;
  color: #ffffff;
  padding: 18px 60px;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ghost-btn-big {
    padding: 16px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ghost-btn-big {
    padding: 14px 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ghost-btn-big {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .ghost-btn-big {
    padding: 10px 20px;
  }
}
.ghost-btn-big:hover {
  background: #a0cf4f;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 35px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ghost-btn {
    padding: 12px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ghost-btn {
    padding: 12px 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ghost-btn {
    padding: 12px 35px;
  }
}
@media only screen and (max-width: 479px) {
  .ghost-btn {
    padding: 12px 35px;
  }
}
.ghost-btn:hover {
  border: 2px solid #a0cf4f;
  background: #a0cf4f;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default {
  font-size: 48px;
  font-weight: 700;
  color: #a0cf4f;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .title-default {
    font-size: 36px;
  }
}
.title-default-textPrimary {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-textPrimary {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-textPrimary {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-textPrimary {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .title-default-textPrimary {
    font-size: 24px;
  }
}
.sub-title-default {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-title-default {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-title-default {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-default {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .sub-title-default {
    font-size: 20px;
  }
}
.sub-title-sm-textPrimary {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-sm-textPrimary {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .sub-title-sm-textPrimary {
    font-size: 14px;
  }
}
.title-summery {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title-summery {
    width: 100%;
  }
}
.title-summery-textPrimary {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
}
.main-body-title {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 90px;
}
/*======================================
26. Switch Styling Area Styles 
========================================*/
.style-switch {
  background-color: #dcedc8;
}
.style-switch ul .active a {
  color: #a0cf4f;
  font-weight: 400;
}
.style-switch .switch-button {
  right: -45px;
  background-color: #a0cf4f;
  color: #ffffff;
}
/*=====================================
2. Header Area Start Here
=======================================*/
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.header-bottom-area {
  padding: 20px 30px 0 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #545454;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.logo-area {
  margin-top: -8px;
}
@media only screen and (max-width: 1199px) {
  .logo-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .logo-area {
    margin-top: 8px;
  }
}
.main-menu-area {
  float: right;
}
.main-menu-area nav ul {
  margin-top: 7px;
  text-align: center;
}
.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}
.main-menu-area nav ul li a {
  padding: 0 15px 27px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
.main-menu-area nav ul li a:hover {
  color: #a0cf4f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li a i {
  padding-left: 8px;
  font-size: 18px;
}
.main-menu-area nav ul li ul {
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #a0cf4f;
  padding: 0;
  left: 17px;
}
.main-menu-area nav ul li ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #689f38;
}
.main-menu-area nav ul li ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #ffffff;
}
.main-menu-area nav ul li ul > li:last-child {
  border-bottom: none;
}
.main-menu-area nav ul li ul > li:hover {
  background: #689f38;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav ul li ul > li:hover a {
  color: #ffffff;
}
.main-menu-area nav ul li ul > li:hover a:before {
  opacity: 0;
}
.main-menu-area nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area nav ul li:hover > a {
  position: relative;
}
.main-menu-area nav ul li:hover > a:before {
  opacity: 1;
  width: 57%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.stick {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #a0cf4f;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.stick .main-menu-area nav ul li a {
  padding: 0 15px 15px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.stick .logo-area {
  margin-top: -7px;
}
.stick .main-menu-area nav ul li ul > li > a {
  padding: 10px 10px 10px;
}
/*-------------------------------------
2.2 Header 1 Area Styles 
---------------------------------------*/
.header1-area .header-bottom-area {
  position: fixed;
}
/*-------------------------------------
2.5 Mobile Menu Area styles
---------------------------------------*/
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #212121;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #a0cf4f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-x: scroll;
}
.mean-container .mean-bar,
.mean-container .mean-nav {
  background: transparent !important;
}
.mean-container .mean-bar {
  padding: 0 !important;
  position: fixed !important;
}
.mean-container .mean-nav {
  float: none !important;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
}
.mean-bar + div.wrapper {
  padding-top: 58px;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
}
/*-------------------------------------
1.7 Inner Page Bannar Area Styles
---------------------------------------*/
.preview-banner-area {
  position: relative;
}
.preview-banner-inner {
  text-align: center;
  background: url(img/banner/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  padding: 160px 0 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-banner-inner {
    padding: 140px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-banner-inner {
    padding: 120px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-banner-inner {
    padding: 100px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .preview-banner-inner {
    padding: 60px 0 40px;
  }
}
.preview-banner-inner:after {
  position: absolute;
  content: "";
  background: rgba(1, 10, 14, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.preview-banner-inner .preview-banner-content {
  position: relative;
  z-index: 1;
}
.preview-banner-inner .preview-banner-content h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 48px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 32px;
  }
}
.preview-banner-inner .preview-banner-content h2 span {
  color: #a0cf4f;
  text-transform: capitalize;
  font-weight: 700;
}
.preview-banner-inner .preview-banner-content h3 {
  color: #b5b5b5;
  font-size: 18px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.preview-banner-inner .preview-banner-content h4 {
  margin-top: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 28px;
}
.preview-banner-inner .preview-banner-content ul {
  margin-bottom: 50px;
}
.preview-banner-inner .preview-banner-content ul li {
  display: inline-block;
}
.preview-banner-inner .derection-for-bottom {
  margin-top: 50px;
  text-align: center;
}
.preview-banner-inner .derection-for-bottom span {
  background: #a0cf4f;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 55px;
  color: #ffffff;
  border-radius: 20px;
  line-height: 66px;
}
.preview-banner-inner .derection-for-bottom span i {
  font-size: 24px;
}
.preview-banner-inner .derection-for-bottom .blink-item {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
/*--------------------------------------
17.2 Food Menu 2 Area Styles
----------------------------------------*/
.main-body-area {
  background: #f8f8f8;
  padding: 70px 0 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area {
    padding: 65px 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area {
    padding: 60px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area {
    padding: 55px 0 45px;
  }
}
@media only screen and (max-width: 479px) {
  .main-body-area {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .main-body-area .row .col-xs-6 {
    width: 100%;
  }
}
.main-body-area .myisotop {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area .myisotop {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area .myisotop {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area .myisotop {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .main-body-area .myisotop {
    margin-bottom: 40px;
  }
}
.main-body-area .myisotop:after {
  display: none;
}
.main-body-area .myisotop a {
  background: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  color: #212121;
  margin: 0 1px 5px 1px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-body-area .myisotop a:hover {
  background: #a0cf4f;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-body-area .myisotop .current {
  background: #a0cf4f;
  color: #ffffff;
}
.main-body-area .product-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .main-body-area .product-box {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .main-body-area .product-box {
    margin-bottom: 30px;
  }
}
.main-body-area .product-box .product-img-holder {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-body-area .product-box .product-img-holder {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main-body-area .product-box .product-img-holder {
    margin-bottom: 10px;
  }
}
.main-body-area .product-box .product-img-holder:before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-body-area .product-box .product-img-holder img {
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px 1px #bab8ba;
  -moz-box-shadow: 0px 2px 8px 1px #bab8ba;
  box-shadow: 0px 2px 8px 1px #bab8ba;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-body-area .product-box .product-img-holder .product-preview-btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-body-area .product-box .product-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .main-body-area .product-box .product-title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .main-body-area .product-box .product-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main-body-area .product-box .product-title h3 {
    font-size: 18px;
  }
}
.main-body-area .product-box:hover .product-img-holder img {
  box-shadow: none;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-body-area .product-box:hover .product-img-holder:before {
  opacity: 1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-body-area .product-box:hover .product-preview-btn {
  opacity: 1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
/*======================================
35. About 2 Area Styles 
========================================*/
.feature1-area {
  background: #263238;
  padding: 95px 0 70px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature1-area {
    padding: 85px 0 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature1-area {
    padding: 80px 0 55px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .feature1-area {
    padding: 75px 0 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .feature1-area {
    padding: 70px 0 45px 0;
  }
}
.feature1-item {
  margin-top: 50px;
}
.feature1-item h3 {
  font-size: 20px;
  text-align: left;
  color: #000000;
}
.feature1-item img {
  margin-bottom: 20px;
}
/*======================================
35. About 2 Area Styles 
========================================*/
.feature2-area {
  padding: 90px 0 52px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature2-area {
    padding: 80px 0 42px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature2-area {
    padding: 70px 0 32px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .feature2-area {
    padding: 60px 0 22px 0;
  }
}
@media only screen and (max-width: 479px) {
  .feature2-area {
    padding: 50px 0 12px 0;
  }
}
.feature2-item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .feature2-item {
    text-align: center;
    margin-bottom: 40px;
  }
}
.feature2-item img {
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .feature2-item img {
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.feature2-item h3 {
  font-size: 20px;
  text-align: left;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .feature2-item h3 {
    text-align: center;
  }
}
.feature2-item:hover img {
  position: relative;
  z-index: 5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*======================================
25. Footer Area Styles 
========================================*/
.preview-footer-area {
  text-align: center;
  background: #0b1013;
  padding: 80px 0 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-footer-area {
    padding: 70px 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-footer-area {
    padding: 60px 0 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-footer-area {
    padding: 50px 0 25px;
  }
}
@media only screen and (max-width: 479px) {
  .preview-footer-area {
    padding: 40px 0 15px;
  }
}
.preview-footer-area .preview-logo-area img {
  margin: 0 auto;
}
.preview-footer-area .preview-footer-social {
  margin: 50px 0 40px;
}
@media only screen and (max-width: 479px) {
  .preview-footer-area .preview-footer-social {
    margin: 30px 0 20px;
  }
}
.preview-footer-area .preview-footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.preview-footer-area .preview-footer-social li:last-child {
  margin-right: 0;
}
.preview-footer-area .preview-footer-social li a {
  line-height: 27px;
  background: #a0cf4f;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border: 1px solid #689f38;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.preview-footer-area .preview-footer-social li a i {
  color: #ffffff;
  font-size: 12px;
}
.preview-footer-area .preview-footer-social li a:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.preview-footer-area .preview-footer-social li a:hover i {
  color: #a0cf4f;
}
.preview-footer-area p {
  color: #999999;
}
.preview-footer-area p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.preview-footer-area p a:hover {
  color: #a0cf4f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
