/*=======================================================================
[1] Theme Default CSS 
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Roboto:300,400,500,700,900);
html,
body {
  font-family: 'Roboto', 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;
  position: relative;
}
.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: #111111;
  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: 36px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
.section-heading p {
  width: 50%;
  margin: 0 auto;
  color: #444444;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading-light {
  text-align: center;
  margin-bottom: 6rem;
}
.section-heading-light h2 {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .section-heading-light h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading-light h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading-light h2 {
    font-size: 26px;
  }
}
.section-heading-light p {
  width: 50%;
  margin: 0 auto;
  color: #cccccc;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .section-heading-light p {
    width: 100%;
  }
}
/*=======================================================================
[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;
  -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: #111111;
}
.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] Header Styles
=========================================================================*/
header {
  padding: 60px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -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) {
  header {
    text-align: center;
  }
}
header .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .row {
    display: block;
  }
}
header .header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header .header-btn {
    justify-content: center;
    margin-top: 20px;
  }
}
header .header-btn li {
  margin-left: 10px;
}
header .header-btn li a {
  display: block;
  padding: 10px 22px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 15px;
  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;
}
header .header-btn li .ghost-btn {
  color: #ffffff;
  border: 1px solid #555555;
}
header .header-btn li .ghost-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
header .header-btn li .fill-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
header .header-btn li .fill-btn:hover {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #555555;
}
.rt-sticky {
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
/*=======================================================================
[6] Site Banner Styles
=========================================================================*/
.preview-banner-area {
  padding: 20rem 0 30rem;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .preview-banner-area {
    padding: 38rem 0 15rem;
  }
}
.preview-banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.preview-banner-content .item-title {
  color: #fffefe;
  font-size: 40px;
  line-height: 1.5;
  display: block;
  width: 80%;
  margin: 0 auto 4rem;
}
.preview-banner-content .item-title span {
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .preview-banner-content .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .preview-banner-content .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .preview-banner-content .item-title {
    font-size: 30px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .preview-banner-content .item-title {
    font-size: 28px;
  }
}
.preview-banner-content .totla-demo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .preview-banner-content .totla-demo {
    display: block;
    text-align: center;
  }
  .preview-banner-content .totla-demo img {
    margin-bottom: 30px;
  }
}
.preview-banner-content .totla-demo h2 {
  margin-left: 15px;
  color: #ffffff;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .preview-banner-content .totla-demo h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .preview-banner-content .totla-demo h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .preview-banner-content .totla-demo h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .preview-banner-content .totla-demo h2 {
    font-size: 22px;
  }
}
.build-with-wrap {
  background-color: #f3f3f3;
  padding: 10rem 0 6.5rem;
}
.build-with-wrap ul.build-with {
  text-align: center;
}
.build-with-wrap ul.build-with li {
  margin: 0 5px 30px;
  display: inline-block;
}
@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: 10rem 0 6rem;
  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;
  transform: scale(0.9);
}
.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%);
}
.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 {
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(17, 17, 17, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -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-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: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  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.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;
  -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: 700;
  font-size: 18px;
}
.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: #111111;
}
.inner-page-area {
  background-color: #000000;
  padding: 10rem 0 0;
}
.responsive-wrap {
  padding: 1rem 0 2rem;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 991px) {
  .responsive-wrap {
    padding: 0 0 11rem;
    text-align: center;
  }
}
.responsive-wrap .row {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .responsive-wrap .row {
    display: block;
  }
}
.responsive-wrap .item-content h3 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .responsive-wrap .item-content h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-wrap .item-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-wrap .item-content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .responsive-wrap .item-content h3 {
    font-size: 26px;
  }
}
.responsive-wrap .fill-btn {
  background-color: #111111;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  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;
}
.responsive-wrap .fill-btn:hover {
  background-color: #2a2a2a;
}
.rtl-wrap {
  padding: 1rem 0 2rem;
  background-color: #111111;
}
@media only screen and (max-width: 991px) {
  .rtl-wrap {
    padding: 0 0 11rem;
    text-align: center;
  }
}
.rtl-wrap .row {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rtl-wrap .row {
    display: block;
  }
}
.rtl-wrap .item-content {
  text-align: center;
}
.rtl-wrap .item-content h3 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .rtl-wrap .item-content h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl-wrap .item-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl-wrap .item-content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .rtl-wrap .item-content h3 {
    font-size: 26px;
  }
}
.rtl-wrap .fill-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  -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;
}
.rtl-wrap .fill-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
/*=======================================================================
[12] Footer Area Styles 
=========================================================================*/
.footer-area {
  text-align: center;
  background: #000000;
  padding: 80px 0 55px;
}
.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: #bdbcbc;
  -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;
}
