/*=======================================================================
[1] Theme Default CSS 
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
html,
body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 30%;
  }
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #000000;
}
h1 {
  font-size: 70px;
  line-height: 1.2;
}
h2 {
  font-size: 60px;
  line-height: 1.2;
}
h3 {
  font-size: 36px;
  line-height: 1.5;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
}
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;
}
.bg-accent {
  background: #f8f8f8;
}
.bg-accent2 {
  background: #f2f2f2;
}
.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;
  }
}
.position-relative {
  position: relative;
}
.derection-for-bottom {
  margin-top: 70px;
  text-align: center;
  display: inline-block;
}
.derection-for-bottom span {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fffefe;
}
.derection-for-bottom span i {
  font-size: 36px;
}
.derection-for-bottom .blink-item {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
/*=======================================================================
[2] ScrollUp Style
=========================================================================*/
.scrollUp {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #ff4a52;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollUp i {
  display: inline-block;
  -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;
}
.scrollUp:hover,
.scrollUp:focus {
  color: #ffffff;
}
.scrollUp:hover i,
.scrollUp:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.scrollUp.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*=======================================================================
[03] Preloader Style        
=========================================================================*/
#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;
}
/*=======================================================================
[4] Section Heading  Styles
=========================================================================*/
.section-heading {
  text-align: center;
  margin-bottom: 6rem;
}
.section-heading h2 {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading p {
  font-size: 24px;
  color: #444444;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    font-size: 20px;
  }
}
/*=======================================================================
[5] Button Styles
=========================================================================*/
.buy-btn {
  padding: 17px 40px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(187, 41, 42, 0.75);
  -moz-box-shadow: 0px 6px 9px 0px rgba(187, 41, 42, 0.75);
  box-shadow: 0px 6px 9px 0px rgba(187, 41, 42, 0.75);
  -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;
}
.buy-btn:hover {
  color: #ff4a52;
  box-shadow: none;
}
.buy-btn:focus {
  color: #000000;
}
@media (min-width: 480px) and (max-width: 767px) {
  .buy-btn {
    padding: 12px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .buy-btn {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .buy-btn {
    padding: 8px 20px;
  }
}
/*=======================================================================
[6] Site Banner Styles
=========================================================================*/
.preview-banner-area {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.preview-banner-area .animated-figure {
  position: absolute;
  z-index: 0;
}
.preview-banner-area .animated-figure1 {
  top: 20%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  left: -10rem;
  -webkit-animation: animatedFigure1 30s infinite;
  animation: animatedFigure1 30s infinite;
}
.preview-banner-area .animated-figure2 {
  bottom: -15rem;
  left: 50px;
  -webkit-animation: animatedFigure2 3s infinite;
  animation: animatedFigure2 3s infinite;
}
.preview-banner-area .animated-figure3 {
  bottom: -15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: animatedFigure3 4s infinite;
  animation: animatedFigure3 4s infinite;
}
.preview-banner-area .animated-figure4 {
  bottom: -15rem;
  right: 50px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: animatedFigure4 4s infinite;
  animation: animatedFigure4 4s infinite;
}
.preview-banner-area .animated-figure5 {
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  right: -10rem;
  -webkit-animation: animatedFigure5 30s infinite;
  animation: animatedFigure5 30s infinite;
}
.preview-banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.preview-banner-content .preview-logo-area {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 30px;
}
.preview-banner-content .preview-logo-area a {
  display: inline-block;
}
.preview-banner-content .preview-logo-area img {
  margin: 0 auto;
}
.preview-banner-content h1 {
  color: #fffefe;
  font-size: 4rem;
  line-height: 1.2;
  display: block;
  margin: 0 auto 4rem;
}
.preview-banner-content h1 span {
  font-weight: 700;
}
.preview-banner-content ul li {
  margin: 0 5px;
  display: inline-block;
}
ul.build-with {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
  ul.build-with {
    display: none;
  }
}
ul.build-with li {
  margin: 0 15px;
  border-radius: 45px;
}
ul.build-with li img {
  border-radius: 45px;
}
@keyframes animatedFigure1 {
  50% {
    -webkit-transform: translateY(20px) rotate(10deg);
    -ms-transform: translateY(20px) rotate(10deg);
    transform: translateY(20px) rotate(10deg);
  }
}
@keyframes animatedFigure2 {
  50% {
    -webkit-transform: translateY(30px) translateX(-15px);
    -ms-transform: translateY(30px) translateX(-15px);
    transform: translateY(30px) translateX(-15px);
  }
}
@keyframes animatedFigure3 {
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes animatedFigure4 {
  50% {
    -webkit-transform: translateY(30px) translateX(45px);
    -ms-transform: translateY(30px) translateX(45px);
    transform: translateY(30px) translateX(45px);
  }
}
@keyframes animatedFigure5 {
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*=======================================================================
[7] Main Body Styles
=========================================================================*/
.main-body-area {
  padding: 6.5rem 0 4.5rem;
  background-repeat: no-repeat;
}
.main-body-area .product-box {
  position: relative;
  z-index: 5;
  margin-bottom: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main-body-area .product-box:hover .product-box-img:before {
  opacity: 1;
  visibility: visible;
}
.main-body-area .product-box:hover .product-box-img a.view-icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.main-body-area .product-box .product-box-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 12px 51px 0px rgba(189, 189, 189, 0.75);
  -moz-box-shadow: 0px 12px 51px 0px rgba(189, 189, 189, 0.75);
  box-shadow: 0px 12px 51px 0px rgba(189, 189, 189, 0.75);
}
.main-body-area .product-box .product-box-img img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main-body-area .product-box .product-box-img:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 74, 82, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.main-body-area .product-box .product-box-img:hover {
  -webkit-box-shadow: 0px 12px 60px 0px rgba(189, 189, 189, 0.75);
  -moz-box-shadow: 0px 12px 60px 0px rgba(189, 189, 189, 0.75);
  box-shadow: 0px 12px 60px 0px rgba(189, 189, 189, 0.75);
}
.main-body-area .product-box a.view-icon {
  border-radius: 50%;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #fffefe;
  position: absolute;
  top: 110%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 45px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-body-area .product-box a.view-icon i {
  margin-top: 25px;
}
.main-body-area .product-box a.view-icon i:before {
  margin-left: 0;
  font-size: 48px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area .product-box a.view-icon i:before {
    margin-left: 0;
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area .product-box a.view-icon i:before {
    margin-left: 0;
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area .product-box a.view-icon i:before {
    margin-left: 0;
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-body-area .product-box a.view-icon i:before {
    margin-left: 0;
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .main-body-area .product-box a.view-icon i:before {
    margin-left: 0;
    font-size: 30px;
  }
}
.main-body-area .product-box a.view-icon:hover {
  color: #cacaca;
}
.main-body-area .product-box .product-box-content {
  text-align: center;
  padding: 14px 0;
}
.main-body-area .product-box .product-box-content div {
  color: #222222;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}
.main-body-area .product-box .product-box-content div a {
  color: #000000;
  -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 .product-box .product-box-content div a:hover {
  color: #ff4a52;
}
/*=======================================================================
[12] Footer Area Styles 
=========================================================================*/
.footer-area {
  text-align: center;
  background: #000000;
  padding: 80px 0 55px;
}
.footer-area .footer-logo {
  padding: 30px;
}
.footer-area .footer-logo img {
  margin: 0 auto 30px;
}
.footer-area p {
  color: #999999;
}
.footer-area p a {
  margin-left: 3px;
  color: #fffefe;
  -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;
}
.footer-area p a:hover {
  color: #ff4a52;
  -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;
}
