/*
    Theme Name: foodfactor
    Theme URI: #
    Description: foodfactor
    Author URI: #
    Version: 1.0.0
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: foodfactory
*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src: url('assets/fonts/Mont-Bold.woff2') format('woff2'),
        url('assets/fonts/Mont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('assets/fonts/Mont-Regular.woff2') format('woff2'),
        url('assets/fonts/Mont-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont Heavy DEMO';
    src: url('assets/fonts/Mont-HeavyDEMO.woff2') format('woff2'),
        url('assets/fonts/Mont-HeavyDEMO.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont ExtraLight DEMO';
    src: url('assets/fonts/Mont-ExtraLightDEMO.woff2') format('woff2'),
        url('assets/fonts/Mont-ExtraLightDEMO.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src: url('assets/fonts/Mont-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Mont-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src: url('assets/fonts/Mont-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont Book';
    src: url('assets/fonts/Mont-Book.woff2') format('woff2'),
        url('assets/fonts/Mont-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('assets/fonts/ComicSansMS.woff2') format('woff2'),
        url('assets/fonts/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    overflow-x: hidden;
}
* h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}
*{margin:0px;padding:0px;}
p{
    color:#010100;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Mont';
}

ul{margin-bottom: 0px;}
ul li{list-style:none;}
a{text-decoration:none;transition: all 0.3s ease-in-out;}
a:hover{
    text-decoration: none;
    color: inherit;
}
input, textarea, select{ border:0px none; background:none; outline:none; font-size:16px; color:#323c3f;    }
img{ outline:none; max-width:100%; height:auto; border:0px none; }
input[type='submit']{  border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
:focus{ outline:none;}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 1230px !important;
  }
}

/*------------------------Header------------------*/
.header{
    position: fixed;
    z-index: 11;
    top: 0px;
    left: 0px;
    padding: 40px 0px;
     width: 100%;
    background:transparent;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.header_inner .navbar{
    padding: 0px;
}
.header.page-header{
	position:relative;
	 background:#21483c;
}
.sticky,
.page-header.sticky{
    background:#21483c;
    padding: 10px 0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
}
.page-header.sticky{
	position:fixed;
}
.sticky .header-logo-area{
  max-width: 100px;
}
.header-main-menu{
    display: flex;
    margin: 0px;
    margin-left: auto;
}
.header-main-menu li{
    margin-left: 40px;
}
.header-main-menu li:first-child{
    margin-left: 0px;
}
.header-main-menu li a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'Helvetica Neue';
    position: relative;
}
.header-main-menu li a:hover{
    color:#f47721;
    text-decoration: none;
}
.header-main-menu li.active a:after{
    content: "";
    background:#000;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left:50%;
    transform: translateX(-50%);
}

/*-------Menu-----*/
/* Icon 1 */

.animated-icon1{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler {
  border: none;
}
/*------------------Home------------------*/
.banner-section{
    background: url(assets/images/banner-bg.png) no-repeat top center;
    background-size:100% 682px;
    width: 100%;
    padding-top: 150px;
}
.banner-inner-area{
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner-inner-area h1{
    font-size: 78px;
    font-weight: bold;
    font-family: 'Mont';
    color:#fff;
    text-align: center;
    margin-bottom: 0px;
}
.banner-image-section{
    width: 100%;
}
.banner-image-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-story-section{
    padding-top: 110px;
    padding-bottom: 200px;
}
.story-inner-area{
    display: flex;
}
.story-left-image{
    width: 50%;
}
.story-right-content{
    width: 50%;
    padding-left: 25px;
    margin-left: auto;
}
.story-right-content h2{
    font-family: 'Comic Sans MS';
    font-weight: bold;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 58px;
    color: #000;
    margin-bottom: 15px;
}
.story-right-content p{
    font-family: 'Comic Sans MS';
    font-size: 14px;
    line-height: 29px;
    color: #000;
    margin-bottom:35px;
}
.story-right-content p:last-child{
    margin-bottom: 0px;
}
.suger-free-section{
    background:#efefef;
    padding: 73px 0px;
}
.suger-free-inner{
    display: flex;
    margin: 0px;
    justify-content: space-between;
}
.suger-free-inner li{
    text-align: center;
}
.suger-free-inner li span{
    font-size: 20px;
    display: block;
    font-family: 'Mont';
    color:#252525;
    font-weight: bold;
}
.taste-note-box{
    margin-bottom: 55px;
    min-height: 69px;
}
.products-section{
    padding: 145px 0px 110px;
}
.products-inner-area h3{
    font-size:34px;
    font-family: 'Mont Heavy DEMO';
    color:#000;
    text-align: center;
}
.products-area{
    width: 100%;
    display: inline-block;
    margin:0px 0px 110px;
}
.products-inner-area .products-area:nth-of-type(1){
  margin-top: 70px;
}

.products-area li{
    display: inline-block;
    width: 22%;
    float: left;
    margin-left: 4%;
}
.products-area li:nth-child(4n+1){
    margin-left: 0px;
}
.products-slider .slick-slide{
  margin: 0px 20px;
}
.product-content-box h4{
    margin-bottom: 15px;
    min-height: 42px;
}
.product-content-box h4 a{
    font-size: 13px;
    font-family: 'Mont';
    font-weight:bold;
    color: #000;
    display: block;
    line-height: 14px;
}
.product-content-box h4 a:hover{
    text-decoration: none;
}
.product-content-box p{
    font-size: 12px;
    font-family: 'Mont';
    font-weight: 200;
    line-height: 18px;
    color: #000;
    min-height: 72px;
    margin-bottom:40px;
}
.product-content-boxed p{
	min-height:90px;
}
.product-image-box{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    height: 224px;
}
.product-image-box a img{
    height: 224px;
    object-fit: cover;
    margin: auto;
}
.product-image-box:after{
    content:"";
    position: absolute;
    background: url(assets/images/product-shadow.png) no-repeat center;
    width: 173px;
    height: 49px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.shop-now-btn{
    background: #f47721;
    display:block;
    width: 125px;
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #f47721;
}
.shop-now-btn:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}
.view-online-shop{
  width: 100%;
  margin-top: -20px;
}
.view-online-shop a{
  font-size: 13px;
  font-weight: bold;
  font-family: 'Mont';
  color: #fff;
  background:#f47721;
  height: 50px;
  line-height: 50px;
  width: 260px;
  display: block;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #f47721;
  margin: auto;
}
.view-online-shop a:hover{
  text-decoration: none;
    background: #fff;
    color: #000;
}
.get-intouch-section{
  background:#2a4941;
  padding:85px 0px 110px;
  position: relative;
}
.get-in-image-left{
  position:absolute;
  bottom: 40px;
}
.get-in-image-right{
  position: absolute;
  right: 0px;
  top: 25px;
}
.get-in-touch-inner{
  max-width: 745px;
  margin: auto;
}
.get-in-touch-inner h3{
  font-size: 34px;
  color: #fff;
  font-family: 'Mont';
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
.get-in-form-area{
  display: flex;
}
.get-in-left-side{
  width: 48%;
}
.get-in-right-side{
  width: 48%;
  margin-left: auto;
}
.touch-field{
  border: 1px solid #c0cac7;
  height: 43px;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-family: 'Mont Book';
  font-size: 11px;
  color:rgba(255,255,255,0.62);
  padding-left: 20px;
}
.wpcf7-form-control-wrap{
	margin-bottom:25px;
	display:block;
}
.touch-field::placeholder{
  font-family: 'Mont Book';
  font-size: 11px;
  color:rgba(255,255,255,0.62);
}
.wpcf7-form-control-wrap:last-child{
  margin-bottom: 0px;
}
textarea.touch-field{
  height: 111px;
  padding-top:15px;
	resize:none;
}
[type=submit].touch-submit-btn{
  background:#f47721;
  height: 43px;
  line-height: 43px;
  border-radius: 10px;
  color: #fff;
  font-family: 'Mont';
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
[type=submit].touch-submit-btn:hover{
  background:transparent;
    color: #fff;
    border: 1px solid #f47721;
}
.food-gallery-section{
  width: 100%;
  padding:50px 0px 10px;
  overflow: hidden;
}
.food-gallery-section h4{
  font-size: 20px;
  color:#000;
  font-family: 'Mont';
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.food-gallery-section h4 a{
	color:#000;
}
.food-gallery-section h4 a:hover{
	color:#f47721;
	text-decoration:none;
}
.gallery-slide-box{
  height: 240px;
}
.gallery-slide-box img{
  height: 100%;
  object-fit: cover;
}
.gallery-slider .slick-slide{
  margin: 0px 2px;
}
.footer{
  background:#efefef;
  padding:145px 0px 0px;
  overflow: hidden;
}
.news-lettter-section{
  padding-bottom: 50px;
}
.news-letter-inner h4{
  font-size: 32px;
  line-height: 30px;
  color:#000;
  font-family: 'Mont Heavy DEMO';
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-letter-inner p{
  font-size: 20px;
  font-family: 'Mont Book';
  color: #000;
  text-align: center;
  margin-bottom: 0px;
}
.news-letter-form{
  max-width: 475px;
  margin:40px auto 0px;
  display: flex;
}
.tnp-subscription form{
	display:flex;
}
.tnp-field-email{
	width:90%;
}
#newsletter-field,
#tnp-1{
  height: 60px;
  border: 1px solid #000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  font-family: 'Mont Book';
   font-size: 16px;
   color: #000;
   padding: 0px 15px;
}
#newsletter-field::placeholder,
#tnp-1::placeholder{
  font-family: 'Mont Book';
   font-size: 16px;
   color: #000;
}
.news-letter-form [type=submit],
.tnp-field.tnp-field-button [type=submit]{
  min-width: 117px;
  background: #f47721;
  color: #fff;
	height:60px;
  border: 1px solid #000;
  border-left: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: 'Mont';
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.news-letter-form [type=submit]:hover,
.tnp-field.tnp-field-button [type=submit]:hover{
  background:transparent;
    color: #000;
    border-color:#f47721;
}
.tnp.tnp-subscription{
	margin:0px;
}
.tnp-field.tnp-field-email,
.tnp-field.tnp-field-button{
	margin-bottom:0px;
}
.footer-logo-area p{
  margin-bottom: 0px;
  color:#010101;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Mont Book';
}
.footer-logo-area p a{
  color:#010101;
  font-size: 16px;
  font-family: 'Mont Book'; 
}
.footer-logo-area p a:hover{
  color:#f47721;
  text-decoration: none;
}
.footer-logo{
  margin-bottom:30px;
}
.footer-social-media{
  display: flex;
  margin:25px 0px 0px;
}
.footer-social-media li{
  margin-right: 5px;
}
.footer-social-media li a{
  color: #fff;
  font-size: 22px;
  width: 38px;
  height: 38px;
  background:#ea781e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-media li a:hover{
  background:#000;
  text-decoration: none;
}
.logo-menu-section{
  display: flex;
}
.footer-column-box{
  width: 30%;
  margin-left: 5%;
}
.footer-column-box:first-child{
  margin-left: 0px;
}
.footer-column-box h5{
  font-size: 18px;
  font-family: 'Mont';
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-menu{
  margin: 0px;
  width: 100%;
}
.footer-menu li{
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-menu li a{
  font-family: 'Mont';
  font-size: 15px;
  color: #4d4c4c;
}
.footer-menu li a:hover,
.copy-right-area ul li a:hover{
  text-decoration: none;
  color: #f47721;
}
.copy-right-section{
  border-top: 1px solid #000;
  padding: 10px 0px;
  margin-top: 70px;
}
.copy-right-area{
  display: flex;
  align-items: center;
}
.copy-right-area ul{
  margin-bottom: 0px;
  display: flex;
}
.copy-right-area ul li a{
  font-family: 'Mont';
  font-size: 12px;
  line-height: 25px;
  color: #000;
  border-right: 1px solid #000;
  padding-right: 8px;
  margin-right: 8px;
}
.copy-right-area p{
  margin-bottom: 0px;
   font-family: 'Mont';
  font-size: 12px;
  line-height: 28px;
  color: #000;
}
.slick-prev, .slick-next {
      background: #21483c !important;
      border-radius: 50%;
      width: 55px !important;
      height: 55px !important;
      z-index: 1;
  }
  .slick-prev{
    left: -25px !important;
  }
  .slick-next{
    right: -25px !important;
  }
  .slick-prev:before{
    content: "";
      background: url(assets/images/angle-left-wh.png) no-repeat center;
      font-family: unset !important;
      color: transparent !important;
      font-size: unset;
      position: absolute;
      width: 8px;
      height: 15px;
      top: 50%;
      left: 50%;
      margin-left: -2px;
      transform: translate(-50%, -50%);
  }
  .slick-next:before {
    content: "";
    background: url(assets/images/angle-right-wh.png) no-repeat center;
    font-family: unset !important;
    color: transparent !important;
    font-size: unset;
    position: absolute;
    width: 8px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translate(-50%, -50%);
}
.slick-prev:focus,.slick-next:focus{
	background:#f47721 !important;
}
.wpcf7-not-valid-tip{
	position:absolute;
	font-family: 'Mont Book';
    font-size: 12px;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 0px;
    border: 1px solid #D8000C;
    color: #D8000C;
    font-size: 13px;
    background: #FFBABA;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Mont Book';
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #46b450;
    background: #fff;
    border: 1px solid #6f9b41;
}
.header-page-other{
	padding:100px 0px;
}
.page-inside h3{
	font-family: 'Mont';
    color: #252525;
    font-weight: bold;
	font-size:30px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*---------Key Frames----------*/
@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes iconupdown{
    50%{
      transform:translateY(-6px);
    }
    100%{
      transform:translateY(0);
    }
  }
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animatable{
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

     @-webkit-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideRight {
       0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideRight {
      0% {
          opacity: 0;
          transform: translateX(80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-1000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-1000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-1000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-1000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(1000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(1000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(1000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(1000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @-moz-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    } 
    @-o-keyframes slideLeft {
       0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
    @keyframes slideLeft {
      0% {
          opacity: 0;
          transform: translateX(-80px);
      }
  
      70% {
          transform: translateX(0px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
    }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(.9);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes moveDown {
      0% {
          opacity: 1;
          -webkit-transform: translateY(-40px);
      } 100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveDown {
      0% {
          opacity: 1;
          -moz-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveDown {
      0% {
          opacity: 1;
          -o-transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  @keyframes moveDown {
      0% {
          opacity: 1;
          transform: translateY(-40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
   
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:rgba(0,0,0,0.95);
      }
      100%{
          background:#000;
      }
  }
  
  .animated.animationDelay{
      animation-delay:.25s;
      -webkit-animation-delay:.25s;
  }
  .animated.animationDelayMed{
      animation-delay:1s;
      -webkit-animation-delay:1s;
  }
  .animated.animationDelayLong{
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animated.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animated.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  .animated.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animated.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animated.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
    
  }
  .animated.slideRight {
      -webkit-animation-name: slideRight;
      -moz-animation-name: slideRight;
      -o-animation-name: slideRight;
      animation-name: slideRight;
  }
  .animated.slideLeft {
      -webkit-animation-name: slideLeft;
      -moz-animation-name: slideLeft;
      -o-animation-name: slideLeft;
      animation-name: slideLeft;
  }
  .animated.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animated.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }
  .animated.moveDown {
      -webkit-animation-name: moveDown;
      -moz-animation-name: moveDown;
      -o-animation-name: moveDown;
      animation-name: moveDown;
  }