body {
    background-size: 100%;
    background: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow-x: hidden;
    line-height: 1.5;
    font-weight: 300;
}

@media(max-width:1919px) {
    #Features-list .block-heading .heading {
        font-size: 45px !important;
    }
    #Features-list .block-heading {
        padding-bottom: 15px;
    }
    #Features-list li {
        font-size: 15px !important;
    }
}

@media(max-width:991px) {
    #footer h2 span {
        font-size: 30px !important;
    }
    #footer h2 i {
        font-size: 23px !important;
        padding-right: 4px !important;
    }


}
@media(min-width:1920px) {
    header {
        min-height: 100vh;
    }
}
@media(min-width:1200px) {
    #footer .box-right {
        position: relative;
    }
}
@media(max-width:1199px) {
    #footer .box-right .btn-second {
      top: 80% !important;
      left: 0% !important;
      width: 104px !important;
      height: 35px !important;
      line-height: 35px;
      transform: translate(-100%);
  }
}
@media(max-width:991px) {
    .purchase .btn {
        height: 35px;
        width: 110px;
        line-height: 35px;
    }
    #features .demo img{
        width: 100%;
    }
}
@media(max-width:767px) {
    .purchase .btn {
        margin-top: 30px;
    }
    .keeptop .purchase .btn {
       display: none;
   }

   .owl-wrapper-outer {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

#Mobile .inner::before {
   background-size: 100% !important;
   width: 180px !important;
}

#footer .box-right {
    margin-top: 80px !important;
    position: relative;
}

#footer h2 span {
    font-size: 25px !important;
}

#footer h2 {
    font-size: 20px !important;
}

#footer h2 i {
    font-size: 18px !important;
}

.top-header .inner {
    display: inherit !important;
    text-align: center;
    padding: 7px 0 !important;
}

.top-header .inner .logo img {
    width: 130px
}

.menu .list-inline {
    margin-top: 5px !important;
}

.slider h2 {
    font-size: 35px !important;
}

.slider {
    margin-top: 30px !important;
}

.slider p {
    font-size: 14px !important;
}

.block-heading h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}



#Mobile .inner {
    padding: 13px 0px 0px 0px !important;

}


.owl-carousel-play {
    width: 160px !important;
}

.warpper > div {
    padding-bottom: 20px !important;
}

.block-heading {
    padding: 30px 0 !important;
}
#footer .box-right .btn-second {
    top: initial !important;
    bottom: 10%;

}
}
@media(max-width:480px) {
    .top-header .inner .logo img {
        width: 115px;
    }
    
    ul.list-inline li + li {
        margin-left: 0px !important;
    }
    
    ul.list-inline a {
        font-size: 12px !important;
    }
    
    #footer img {
        margin: 0 auto !important;
    }
    
    #footer h2 i {
        font-size: 14px !important;
        padding-right: 0px !important;
    }
    
    #footer h2 {
        font-size: 13px !important;
    }
    
    #footer h2 span {
        font-size: 15px !important;
    }
    
    #footer .box-right {
        margin-top: 20px !important;
    }
    
    #footer .box-right .btn-second {
      height: 25px !important;
      line-height: 25px;
      font-size: 8px;
      width: 75px !important;
  }

  #footer .box-left {
    margin-top: 25px !important;
}
}
@media (min-width: 320px) {
    .has-sticky {
        position: static;
        top: 0px;
    }
    
    .has-sticky.keeptop {
        background: rgba(0, 0, 0, 0.86) !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        z-index: 999999;
    }
    
    .has-sticky.keeptop .inner {
        margin: auto;
    }
    
    // .slider img{
    // 	position: absolute;
    // 	left: 50%;
    // 	bottom: 0;
    // 	transform: translate(-50%,-18%);
    // }
    // header{
    // 	    height: 100vh;
    // 		background-attachment: fixed;
    // }
}
a {
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
.btn {
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    height: 45px;
    width: 135px;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    background: #8e7037;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-color: #8e7037;
    border-radius: 30px;
    font-family: "Montserrat";
}
.btn:hover {
    color: #8e7037;
    text-decoration: none;
    background: #fff;
    border-color: #fff;
}
.btn:focus {
    color: #000;
}
.btn-second {
    background: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    color: #000;
    border: 1px solid #fff;
}
.btn-second:hover {
    border-color: #8e7037;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #8e7037;
}
a i {
    margin-left: 10px;
}
a.btn-white {
    background: #fff;
    color: black;
}
a.btn-white:hover {
    background: black;
    color: #fff;
}
.first-child {
    clear: both;
}
.space-30 {
    margin-bottom: 30px;
}
header {
    min-height: 100px;
    background: url('../images/bg-header.jpg') no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.top-header .inner {
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}
.top-header .inner > div {}
.menu {
    text-align: center;
}
.menu .list-inline {
    margin: 0;
}
ul.list-inline a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
ul.list-inline a:hover {
    color: #8e7037;
}
ul.list-inline li + li {
    margin-left: 10px;
}
.slider {
    color: #fff;
    margin: 42px 0 0;
    line-height: 1.3;
    text-align: center;
    font-size: 20px;
}
.slider h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}
.slider p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #d1eee3;
    margin-bottom: 50px;
}
.slider img {
    margin: 0;
}
.slider a {
    margin-top: 40px;
}
.block-heading {
    text-align: center;
    padding: 80px 0 60px;
}
.block-heading h2 {
    font-size: 52px;
    line-height: 55px;
    letter-spacing: -2px;
    color: #3b3d40;
    margin-bottom: 20px;
}
.block-heading p {
    font-size: 20px;
    line-height: 26px;
}
.block-heading.light h2,
.block-heading.light {
    color: #fff;
}
#Mobile {
    background: rgba(0, 0, 0, 0) url("../images/bg-landing.jpg") no-repeat scroll 0 0;
    background-size: cover;
    padding-bottom: 40px;
}
#Mobile .inner {
    position: relative;
    padding-top: 33px;
}
#Mobile .inner:before {
    content: "";
    height: 100%;
    background: url('../images/mobile.png') no-repeat;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 437px;
}

#Mobile .inner .owl-item.active .item img {
    box-shadow: none;
}
.warpper > div {
    padding-bottom: 80px;
}
#product-layout,
#features,
#our-demo {
    background: #f9f9f9;
    ;
}
.demo {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 18px;
}
.demo div {
    padding: 30px;
    color: #666;
}
.home-page div {
    padding: 30px;
    color: #666;
}
.row .demo:hover {
    box-shadow: 0 0 30px #ccc;
    transition: all ease 0.3s;
}
.home-page{
    margin-bottom: 18px ;
    margin-top: 18px ;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.row .home-page:hover{
   box-shadow: 0 0 30px #ccc;
   transition: all ease 0.3s;
}
.demo-style a {
    display: block;
    position: relative;
}
.demo-style .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent, #4c4b4b);
    background-image: linear-gradient(180deg, transparent 0, #4c4b4b);
    background-repeat: repeat-x;
    /* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#FF000000",GradientType=0); */
    
    z-index: 1;
}
.demo-style div {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
.demo-style div h4,
.demo-style div span {
    color: white;
}
h4.name {
    font-size: 10px;
    font-weight: 700;
    color: #3b3d40;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
h4.name span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito Sans";
    display: block;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 10px;
}
.name a {
    color: #272727;
}
.load-more {
    margin-top: 60px;
}
.owl-wrapper-outer {
    overflow: hidden;
    z-index: -99;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.owl-carousel .owl-buttons div {
    position: relative;
}
.owl-carousel .owl-buttons div:hover {
    opacity: 0.8;
}
.owl-carousel .owl-buttons div::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff;
    top: 0px;
    left: 17px;
    font-size: 20px;
}
.owl-carousel .owl-buttons div.owl-next::before {
    content: "\f105";
}
.owl-carousel .owl-buttons div.owl-prev::before {
    content: "\f104";
}
#optimized {
    background: url("../images/bg-seo.jpg");
    padding: 50px 0 100px;
}
#optimized .block-heading {}
.image-bg {
    height: 300px;
    display: block;
    position: relative;
}
.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    height: 300px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
}
.image-bg .image-shop-scroll {
    transition: all 6s ease-out 0s;
    -webkit-transition: all 6s ease-out 0s;
    -moz-transition: all 6s ease-out 0s;
    -ms-transition: all 6s ease-out 0s;
    -o-transition: all 6s ease-out 0s;
}
.image-bg:hover .image-shop-scroll {
    background-position: center 100%!important;
}
.item .image-bg,
.item .image-bg .image-shop-scroll {
    width: 630px;
    height: 540px;
    text-align: center;
    display: inline-block;
}
.item > a {
    display: inline-block;
    position: relative;
}
.list-features ul {
    list-style: none;
    padding-left: 0;
    margin-right: 30px;
}
.list-features {
    display: flex;
}
.list-features ul i {
    background: red;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    margin-right: 10px;
}
.list-features ul li {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: Montserrat;
    padding: 5px 0;
}
#Features-list {
    background: url("../images/bg-feature-list.jpg") no-repeat;
    padding-top: 100px;
    padding-bottom: 0;
    text-align: left;
    background-attachment: fixed;
    background-size: cover;
}
@media(max-width:1199px) {
    #Features-list {
        padding-top: 25px !important;
    }
    
    #Features-list .animated img {
        margin-top: 10% !important;
    }
}
#Features-list .block-heading {
    text-align: left;
    padding-top: 0;
}
#Features-list .animated {
    margin-bottom: 0;
}
#Features-list .animated img {
    margin: 0 auto;
    display: block;
}
#Features-list ul .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #eda61a;
    font-size: 18px;
    line-height: 27px;
    border-radius: 50%;
    margin-right: 10px;
}
#Features-list li {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #fff;
    padding: 10px 0;
}
.row > .item {
    padding: 0 30px!important;
}
#footer {
    background: url("../images/bg-footer.jpg") no-repeat;
    background-size: cover;
}
#footer .box-left {
    margin-top: 20%;
}
#footer img {
    margin-top: -50px;
}
#footer .box-right .btn-second {
    position: absolute;
    top: 42%;
    right: 0;
    width: 126px;
    height: 44px;
}
#footer h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    width: 100%;
    margin: 0;
    letter-spacing: 1px;
}
#footer h2 i {
    font-size: 30px;
    padding-right: 4px;
}
#footer h2 span {
    font-size: 48px;
    display: block;
}
.text-black {
    color: #272727!important;
}
.height-30 {
    height: 30px;
    display: block;
}
.owl-carousel-play {
    position: relative;
    display: inline-block;
    width: 380px;
}
.owl-carousel .owl-pagination {
    margin-top: 13%;
}
.owl-carousel .owl-pagination .owl-page span {
    height: 7px;
    width: 7px;
    ;
}
#cycler {
    position: relative;
    overflow: hidden;
    height: 422px;
    margin-bottom: 40px;
    margin-top: 40px;
}
#cycler img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
}
#cycler img.active {
    z-index: 3;
    opacity: 1;
}
span.image {
    height: 247px;
    display: block;
}