.container {
  max-width: 1400px; }

body {
  position: relative;
  font-size: 14px;
  font-family: 'Poppins', sans-serif; }

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 53px;
  text-transform: lowercase;
  color: #fff;
  line-height: 2;
  font-weight: 800;
  letter-spacing: 0.05em; }
  h1 span {
    font-weight: 100; }

h2 {
  font-weight: 100;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.5; }

h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em; }

ul {
  color: #fff;
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: block;
  font-size: 18px;
  line-height: 3; }

p {
  font-size: 16px;
  color: #777777; }

section { padding: 75px 0; }
a:hover{ text-decoration: none; }
.top-banner .banner-text h2{ margin: 35px 0; }

.top-banner {
  background: url("../images/main-bg.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh; }
.top-banner .banner-text {padding-top: 50px; }
.top-banner .banner-text h2 { color: #fff; text-transform: uppercase; }

.demo-section {background-image: url("../images/featur-bg.png"); }
.demo-section .demo-texts {  margin-bottom: 60px; }
.demo-section .demo-texts h2{ font-weight: bold; }
.demo-section .demo-effects:hover .layout-container { background-position: center 100% !important; }
.demo-section .demo-effects a {  text-decoration: none; }
.demo-section .demo-effects a .layout-container {
    height: 450px;
    width: 300px;
    display: inline-flex;
    margin-bottom: 20px;
    background-size: cover;
    transition: all 5s ease-out 0s;
    border: 1px solid #ddd; 
}
.demo-section .demo-effects a .layout-container.image-1 {background-image: url("../images/home-1.jpg"); }
.demo-section .demo-effects a .layout-container.image-2 {background-image: url("../images/home-2.jpg"); }
.demo-section .demo-effects a .layout-container.image-3 {background-image: url("../images/home-3.jpg"); }
.demo-section .demo-effects a .layout-container.image-4 {background-image: url("../images/home-4.jpg"); }
.demo-section .demo-effects a h3 {
      font-weight: 700;
      margin-bottom: 30px;
      color: black;
      text-transform: uppercase; 
}
.demo-section .demo-effects:nth-last-child(1) a h3 { margin-bottom: 15px; }
.demo-section .demo-effects:nth-last-child(2) a h3 { margin-bottom: 15px; }
.demo-effects h3{ text-transform: capitalize; font-weight: bold; }

.slider-section {background-color: #fa4032; }
.slider-section .demo-texts h2 {color: #fff;  margin-bottom: 26px; }
.slider-section .swiper-container {width: 100%; }
.slider-section .swiper-container .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 435px; 
}
.light-bg {background-color: #ffffff; }
.grey-bg {background-color: #eeeeee; }
.product-page { 
  padding-bottom: 0; 
background: #f5f5f5;
}
.demo-features { 
  padding-bottom: 0; 
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.demo-features .demo-texts {
    height: 100%;
    display: flex;
    align-items: center; padding: 15px 0; 
}
.demo-features .demo-texts h2 {
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 500; 
}
.core-feature {
  text-align: center; padding: 70px 0 20px;
  background-image: url("../images/featur-bg.png");
}
.core-feature .demo-texts {margin-bottom: 55px; }
.core-feature h2, .product-page h2 {
   margin-bottom: 20px;
  color: #000;
  font-weight: bold; 
}
.core-feature p {font-size: 15px; padding: 20px 0; margin: 0px; color: #000; font-weight: 500; }
.core-feature .feature-description {height: 100%;align-items: center;  display: flex; }
.icone-img { margin: 20px 0;}
.core-feature .img-fluid{ border-radius: 50%; box-shadow: 3px -2px 5px 2px #ddd; }
.footer-section {background-color: #000; }
.footer-section .footer p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0; 
    text-align: center;
  }
.reating-block{ text-align: center; }
.reating-block p{ margin: 0px; padding: 30px 0; color: #000; font-size: 36px; }
.star-logo-img { padding: 0px 0 50px;}
.reat-btn a {
    border: 1px solid #ff4b3c;
    padding: 11px 50px;
    border-radius: 30px;
    color: #ff4b3c;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
}
.reat-btn a:hover{ background:#ff4b3c; color:#fff; text-decoration: none; }
.features1 {
  padding-top: 105px;
}
.features1 .text_heading {
  margin-bottom: 140px;
}
.mobile-content {
  max-width: 1390px;
  margin-top: 90px;
  margin: 0 auto;
}
.mobile-content .mobile-img {
  width: 20%;
  padding: 0 10px;
  float: left;
}
.rtl_btn {
    padding: 8px 10px;
    display: inline-block;
    width: 94%;
    color: #000;
    background: #fff;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
}
.rtl_btn:hover{ color: #ff4b3c; }
.product-page {
    padding: 70px 0 50px;
}
.theme-item {
    width: 100%;
    margin: 25px 0px; 
    position: relative;
    min-height: 150px;
    text-align: center;
    padding-bottom: 0px;
}
.theme-wrap {position: relative;}

.product-demo .theme-item .theme-image {height: 150px;}
.theme-item .theme-image {
    padding: 0;
    display: inline-block;
    text-align: center;
    height: 275px;
    width: 100%;
    list-style: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    vertical-align: top;
    background: #f1f1f1;
    margin: 0 0 10px;
}
.theme-item:hover .theme-image{ 
  -webkit-box-shadow: 14px 18px 22px 0px rgba(194,194,194,0.65);
-moz-box-shadow: 14px 18px 22px 0px rgba(194,194,194,0.65);
box-shadow: 14px 18px 22px 0px rgba(194,194,194,0.65);
}
.theme-item .theme-image span.image-wrap {
    display: block;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center 0;
    margin: 0;
    -webkit-transition: all 7s ease-out;
    -moz-transition: all 7s ease-out;
    -ms-transition: all 7s ease-out;
    -o-transition: all 7s ease-out;
    transition: all 7s ease-out;
}
.theme-item .theme-image span:hover { background-position: center 100%;}
.theme-name {padding: 10px 0px;  font-weight: 500;}
.theme-name > span {  white-space: nowrap; text-overflow: ellipsis;  overflow: hidden; color: #000;}
.theme-name > span:hover{color: #ff4b3c;}
/*# sourceMappingURL=style.css.map */
