* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}
div {
    display: block;
}
body{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #787878;
    line-height: 1.6; 
 }
 
body a {
    color: #000;
    outline: none !important;
}

a {
    color: #428bca;
    text-decoration: none;
}

a {
    background: none repeat scroll 0 0 transparent;
} 

img {
    border: 0;
}

img {
    width: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

 .body-wrapper {
    overflow: hidden;
}
 
.head {
    background: #cfd8dc;
    display: flex;
    overflow: auto;
    min-height: calc(100vh - 60px);
}
.panel-top-div {
    padding-top: 60px;
    transition-property: padding-top;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.panel-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    color: #243238;
    background: #243238;
    box-shadow: 0 5px 10px rgb(36 50 56 / 25%);
    color: #fff;
    height: 60px;
    transition: height .3s cubic-bezier(.86,0,.07,1);
} 
.panel-top-container {
    display: flex;
    justify-content: space-between;
}
.panel-top-container-chapter {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.panel-top-close {
    position: fixed;
    width: 50px;
    height: 60px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    z-index: 3;
} 
.panel-top-close:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #243238;
    box-shadow: 0 5px 10px rgb(36 50 56 / 25%);
    opacity: 0;
    transform: rotate(-45deg);
    left: 25px;
    top: -30px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
} 
 
 .panel-top-close-icon {
    pointer-events: none;
    fill: #b0bec5;
    transform: rotate(-270deg);
    transition-duration: .3s;
    transition-property: transform,margin;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}
 


.header {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 40px 0 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
} 


.header.header-on-top {
    background-color: rgba(206, 46, 88, 0.9);
    padding: 10px 0;
    position: fixed;
    top: 0;
    box-shadow: -1px 4px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1400px) {
    .demo-item.hot-item .demo-image::before {
        right: 25px;
        top: 25px;
    }

    .hot-features .h-feature-item {
        min-height: 300px !important;
    }

    .hot-features .h-feature-item {
        padding: 80px 30px 0 !important;
    }

    .all-features .container,
    .admin-demo .container1,
    .vendor-demo .container {
        width: 1170px;
    }

    .theme-demo-mobile .title-page {
        padding: 120px 0 0;
    }

    .theme-demo-mobile .title-page p {
        width: 80%;
        line-height: 35px;
        text-align: left;
    }

    .theme-demo-mobile .container {
        padding: 0 90px;
    }

    .theme-demo-mobile {
        padding: 65px 0 160px;
        margin: 0px 0 170px;
    }

    .theme-demo-mobile .title-page h2:before {
        width: 160px;
        height: 140px;
        right: -150px;
        top: -80px;
    }

    .demo-info h3 {
        margin: 10px 0 20px;
    }

    .hightlight-content .demos-web .title-header::before {
        bottom: 50px;
        height: 7px;
        top: 25em;
    }

    .container {
        width: 1720px;
    }

    .logo-wrapper {
        width: 16.6667%;
    }

}

@media (min-width: 1200px) {
    .theme-demo {
        padding: 150xp 0;
    }

    .mobile-layout>.container {
        width: 1280px;
    }

    .all-features-content .feature-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) {
    .admin-demo {
        padding: 50px 0 25px;
    }

    .multi-vendor .vendor-demo {
        padding: 150px 0 50px;
    }

    .multi-vendor .title {
        width: 70%;
        margin: 0 auto -100px;
        padding: 30px 0;
    }

    .all-features-content .item-inner .description {
        font-size: 14px;
    }

    .hot-features .h-feature-item {
        padding: 25px 15px;
    }

    .theme-demo-mobile {
        margin-bottom: 100px;
    }

    .logo-wrapper::before {
        right: 15px;
    }

    .theme-demo {
        padding: 50px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .theme-demo-mobile .discover-more {
        top: 58%;
    }

    .device-info {
        max-width: 970px;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        width: 50%;
    }

    .hightlight-content .demos-web {

        bottom: 10px;
    }


    .all-features-content .feature-item:nth-child(3n+1) {
        clear: left;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .all-features-content .feature-item {
        min-height: 155px;
    }

    .nav-container .navigation li {
        margin-left: 25px;
    }

    .device-info {
        max-width: 750px;
        margin: -330px auto 0;
    }

    .navigation-logo .logo-wrapper {
        float: left;
        width: 30%;
    }

    .navigation-logo .nav-wrapper {
        float: left;
        width: 70%;
    }

    .nav-container .navigation {
        margin: 0;
        padding: 0;
    }

    .nav-container .navigation li {
        margin: 0;
        margin-left: 15px;
    }

    .demo-image {
        text-align: center;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hightlight-content .demos-web {

        bottom: 20px;
    }

    .theme-demo-mobile .discover-more {
        display: none;
    }

    .slider-mobile {
        margin: 20px 0 0;
    }

    .mobile-layout .demo-item .demo-layout {
        display: inline-block;
    }

    .hightlight-content .demos-web .title-header h2 {
        font-size: 30px;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        min-height: 205px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .buy-bottom-content div {
        font-size: 25px;
    }

    .multi-vendor .vendor-demo a {
        position: initial !important;
        margin: 0 !important;
    }

    .multi-vendor .vendor-item {
        min-height: auto !important;
    }

    .logo-wrapper::before {
        display: none;
    }

    .theme-demo-mobile .enjoy-it a {
        bottom: 20px;
    }

    .slider-mobile {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .device-info {
        margin: -180px auto 0;
        max-width: auto;
        width: auto;
        padding: 0 15px;
    }

    .hightlight-content {
        min-height: 470px;
        padding: 200px 0 0;
        background-size: cover;
    }

    .hightlight-content .demos-web a {
        width: 140px;
    }

    .theme-demo-mobile {
        padding: 0 !important;

    }

    .theme-demo-mobile .buton-now::before {
        display: none;
    }

    .mobile-layout .demo-item a {
        display: none;
    }

    .theme-demo-mobile .grid-demo {
        padding-top: 40px;
    }

    .buy-bottom-content div {
        font-size: 32px;
    }

    .buytheme-bottom {
        padding: 30px 0 45px;
    }

    .support-container {
        padding: 20px 0;
    }

    .device-info {
        max-width: 750px;
    }

    .theme-demo-mobile .grid-demo .demo-content {
        max-width: 750px;
    }

    .hightlight-content .demos-web .title-header h2 {
        font-size: 20px;
        line-height: normal;
    }

    .demo-item {
        text-align: center;
    }

    .demo-image {
        text-align: center;
        display: inline-block;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .multi-vendor .title h2 {
        margin: 0;
    }

    .hot-features .h-feature-item {
        display: block;
        width: 100%;
        padding: 0 30px 30px;
    }

    .slider-demo-container {
        display: none;
    }

    .content-top {
        min-height: auto;
        padding-bottom: 40px;
    }

    .support-item .item-inner {
        margin-bottom: 30px;
    }

    .support-item .item-inner .box-image {
        text-align: center;
    }

    .buytheme-bottom {
        background-size: auto 100%;
    }

    .navigation-logo .logo-wrapper {
        float: left;
        width: 70%;
    }

    .navigation-logo .nav-wrapper {
        float: left;
        width: 30%;
    }

    .nav-container {
        background: url(../images/icon-nav-mobile.png) no-repeat center center #fff;
        float: right;
        width: 36px;
        height: 36px;
        position: relative;
        border: 1px solid #ddd;
        margin-top: 5px;
    }

    .nav-container .navigation {
        background: #fff none repeat scroll 0 0;
        display: none;
        position: absolute;
        right: -1px;
        top: 34px;
        width: 200px;
        padding: 10px 20px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .nav-container .navigation li {
        display: block;
        float: none;
        margin: 0 !important;
    }

    .nav-container .navigation li a {
        color: #222;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-container .navigation li:last-child a {
        border: none;
    }

    .nav-container:hover .navigation {
        display: block;
    }

    .theme-demo-mobile .discover-more {
        display: none;
    }

    .slider-mobile .slick-list .item a {
        box-shadow: none;
    }

    .hightlight-content .header-title {
        background-size: 100% 100%;
        width: 100%;
        height: 120px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .all-features-content .feature-item {
        min-height: 155px;
        width: 50%;
    }

    .device-info img {
        margin-left: 0px;
    }

    .slider-mobile .slick-list .item a {
        box-shadow: none;
    }

    .hightlight-content {
        padding: 50px 0 0;
    }

    .hightlight-content .header-title {
        padding-top: 32px;
        padding-right: 248px;
    }
}

@media (max-width: 480px) {
    .copyright address {
        padding: 0 15px;
    }

    .demo-item.hot-item .demo-image:before {
        right: 5px;
        top: 5px;
    }

    .theme-demo-mobile .comming-soon {
        opacity: 0;
    }

    .hightlight-content {
        padding: 55px 0 0;
    }

    .theme-demo-mobile .enjoy-it {
        text-align: center;
    }

    .theme-demo-mobile .enjoy-it a {
        position: static;
        margin: 0 0 30px;
        display: inline-block;
    }

    .slider-mobile .slick-list .item {
        text-align: center;
    }

    .slider-mobile .slick-list .item a {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .hightlight-content .demos-web {

        bottom: 13px;
    }

    .mobile-layout .demo-item .demo-layout .text-layout {
        left: 20px;
    }

    .theme-demo-mobile .title-page {
        padding: 0;
        margin: 0;
    }

    .theme-demo-mobile .title-page h2 {
        text-align: center;
    }

    .theme-demo-mobile .title-page p {
        padding: 0 25px;
        text-align: center;
    }

    .buy-bottom-content div {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .all-features-content .feature-item {
        width: 100%;
    }

    .multi-vendor .title h2 {
        font-size: 25px;
    }

    .theme-demo-mobile .title-page h2:before {
        display: none;
    }

    .multi-vendor .title h3 br,
    .admin-demo .title-page h3 br {
        display: none;
    }

    .multi-vendor .title {
        width: 95%;
    }
}

@media (max-width: 360px) {
    .mobile-layout .demo-item {
        text-align: center;
        margin-bottom: 60px;
    }

    .theme-demo-mobile .enjoy-it {
        display: none;
    }

    .hightlight-content .demos-web .title-header h4 {
        font-size: 14px;
    }

    .hightlight-content .demos-web a {
        margin: 0;
    }

    .device-info {
        margin: -100px auto 0;
    }

    .device-info img {
        margin: 0;
    }

    .buy-bottom-content div {
        font-size: 20px;
    }

    .hightlight-content {
        padding: 30px 0 0;
    }
}

/* Multi-vendor */
.multi-vendor .vendor-demo {
    background-color: #3f51b5;
}

.multi-vendor .title {
    text-align: center;
    background-color: #cf2d48;
    z-index: 99;
    position: relative;
}

.multi-vendor .vendor-demo .vendor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.multi-vendor .title h2 {
    font-weight: 600;
    color: #fff;
}

.multi-vendor .title h3 {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.multi-vendor .vendor-demo h2 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'Poppins';
}

.multi-vendor .vendor-demo h3 {
    font-size: 14px;
    line-height: inherit;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-family: 'Poppins';
}

.multi-vendor .vendor-demo a {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -75px;
    display: inline-block;
    width: 150px;
    height: 45px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    background-color: #ff5c01;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.multi-vendor .vendor-demo a:hover {
    background-color: #ffcc00;
}

.multi-vendor .vendor-item .vendor {
    text-align: center;
}

.multi-vendor .vendor-item {
    position: relative;
    margin-bottom: 50px;
    min-height: 500px;
}

@media (max-width: 991px) {
    .buy-bottom-content div {
        font-size: 30px;
    }

    .theme-demo-mobile .title-page {
        text-align: center;
    }

    .theme-demo-mobile {
        padding: 0 0 170px;
    }

    .multi-vendor .vendor-item {
        margin-bottom: 0;
    }

    .multi-vendor .vendor-demo a {
        position: initial;
        margin: 15px 0 0;
    }

    .discover-more1 {
        display: none;
    }

    .vendor {
        padding-top: 20px;
    }

    .multi-vendor .vendor-demo h3 {
        padding-bottom: 15px;
    }

    .multi-vendor .vendor-demo h3 {
        text-align: center;
    }
}

.bottom-contact{
    /* to make button in center to screen */
    position:fixed;
    bottom: 25px;
    right: 40px;
    /* finish csnter */
    background: #2c8fde;
    border: none;
    width: 50px;
    height: 50px;
    color:#FFF;
    text-transform:uppercase;
    letter-spacing:10px;
    border-radius:50%;
    animation: pulse 3000ms linear infinite;
}
.bottom-contact img{
    padding: 11px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44,143,222,0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px  rgba(44,143,222,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0  rgba(44,143,222,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44,143,222,0.4);
    box-shadow: 0 0 0 0  rgba(44,143,222,0.3);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px  rgba(44,143,222,0);
      box-shadow: 0 0 0 20px  rgba(44,143,222,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0px  rgba(44,143,222,0);
      box-shadow: 0 0 0 0px rgba(44,143,222,0);
  }
}
.button-buy{
    position:fixed;
    bottom: 25px;
    left: 40px;
    /* finish csnter */
    background: #66a425;
    border: none;
    width: 180px;
    height: 30px;
    color:#FFF;
    text-transform:capitalize;
    box-shadow: 0 0 0 rgba(102,164,37,0.3);
  animation: buy 3000ms linear infinite;
  text-align: center;
}
.button-buy .buy-btn{
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}
@-webkit-keyframes buy {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102,164,37,0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px  rgba(102,164,37,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0  rgba(102,164,37,0);
  }
}
@keyframes buy {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(102,164,37,0.5);
    box-shadow: 0 0 0 0  rgba(102,164,37,0.3);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px  rgba(102,164,37,0);
      box-shadow: 0 0 0 20px  rgba(102,164,37,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0px  rgba(102,164,37,0);
      box-shadow: 0 0 0 0px  rgba(102,164,37,0);
  }
}

.logo-wrapper {
    position: relative;
}
.logo-wrapper strong {
    display: none;
}

b, strong {
    font-weight: bold;
}
b, strong {
    font-weight: bold;
}

.logo-wrapper {
    position: relative;
}
.logo-wrapper h1 {
    margin: 0;
}

.logo-wrapper::before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #fff;
    right: -5px;
    top: -4px;
    position: absolute;
}



.nav-container .navigation {
    text-align: left;
    padding-top: 10px;
}

ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nav-container .navigation li {
    margin: 0;
    margin-left: 15px;
}



.nav-container .navigation li {
    display: inline-block;
    margin-right: 30px;
}

.nav-container .navigation li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.clearfix {
    clear: both;
    height: 0;
}



.hightlight-content {
   
   background: linear-gradient(45deg, #192129 25%, transparent 25%, transparent 75%, #192129 75%), linear-gradient(45deg, #192129 25%, transparent 25%, transparent 75%, #192129 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #184147, #090909);
   background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;

    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
   
    z-index: 1;
}

.hightlight-content2 {
  
    background-image: url('../images/carbon-fibre.png');
    background-color: Gainsboro; 
   
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
   
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
.hightlight-content .demos-web {
    bottom: 20px;
}
}

.hightlight-content .demos-web {
    position: absolute;
    z-index: 2;
    bottom: 19px;
    text-align: center;
}

.hightlight-content .demos-web .title-header {
    position: relative;
}

.hightlight-content .demos-web .title-header::before {
    background-color: #fff;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -30px;
    content: "";
}

@media (min-width: 768px) and (max-width: 991px) {
.hightlight-content .demos-web .title-header h2 {
    font-size: 30px;
}
}

.hightlight-content .demos-web .title-header h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

audio, canvas, video {
    display: inline-block;
}