
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

body {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #787878;
    line-height: 1.6;
}

body a {
    color: #000;
    outline: none !important;
}

h1,
h2,
h3 {
    margin-bottom: 0;
    margin-top: 0;
}

body a:focus,
body a:active,
body a:visited {
    color: #000;
}

body a:hover,
body a:focus,
body a:active,
body a:visited {
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
}

.body-wrapper {
    overflow: hidden;
}

.clearfix {
    clear: both;
    height: 0;
}

@media(min-width: 1600px) {
    .hot-features .h-feature-item:first-child{
        padding: 0 30px 0 0;
    }
    .hot-features .h-feature-item:last-child{
        padding: 0 0 0 30px;
    }
	.hot-features .container {
		width:1560px;
	}
    .container {
        width: 1860px;
    }
}

.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: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
.header.header-on-top .logo-wrapper{
    top: 20px;
}
.header.header-on-top .nav-container{
    padding-top: 0;
}

/*==MAIN==*/

.hightlight-content {
    background: url(../images/bg_banner.jpg) no-repeat center center;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}
.hightlight-content .demos-web {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    right: 0;
    margin-top: -207px;
}
.hightlight-content .demos-web .title-header1{
    max-width: 1680px; margin: 0 auto; padding: 0 15px;
}
.hightlight-content .demos-web .title-header1 h3 {
    margin: 0;
    font-size: 24px;
    line-height: 55px;
    font-family: "Roboto";
    color: #ff4e08;
    text-transform: capitalize; margin-bottom: 18px;
	font-weight:400;
}

.hightlight-content .demos-web .title-header1 h1 {
    font-size: 60px;
    color: #222;
    line-height: 74px;
    text-transform: capitalize;
    font-family: "Roboto";
	font-weight:900;
    margin: 0;
    letter-spacing: -0.05rem;
}

.hightlight-content .demos-web .title-header1 h4 {
    font-size: 30px;
    line-height: 64px;
    color: #000;
    margin-bottom: 24px;
    font-family: "Roboto";
	font-weight:400;
}



.hightlight-content .demos-web .title-header h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.hightlight-content .demos-web .title-header h2 span {

    font-weight: 700;
    margin-right: 10px;
}

.hightlight-content .demos-web .title-header h4 {
    font-size: 24px;
    line-height: normal;
    color: #fe2424;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
}
.hightlight-content .group-button{
	margin: 0 -15px;
	text-align: left;
}
.hightlight-content .group-button .active{
  background: #fe2424;
  color: #000;
  border-color: #fe2424;
}
.hightlight-content .demos-web a {
    display: inline-block;
    text-align: left;
    color: #000;
    border: 2px solid #000;
    font-family: 'Jost';
    font-size: 16px;
    margin: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 48px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.hightlight-content .demos-web a:hover {
    background: #fe2424;
    color: #fff;
    border-color: #fe2424;
    box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -o-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
}

.device-info {
    position: relative;
    z-index: 2;
    width: 1360px;
    margin: 0 auto;
    margin-top: -440px;
}

.device-info img {
    margin-left: 20px;
}

.admin-demo{
	background-color:#222222;
	padding:100px 0 0;
}
.admin-demo h3{
	font-size:36px; font-weight:900; color:#fff;
	font-family:Roboto; margin:0 0 20px;
}
.admin-demo p{
	font-size:16px; color:#ccc; font-weight:400; font-family:Roboto; margin:0 0 40px;
}
.admin-demo .admin-content img{
	margin-bottom:80px !important;
}
.logo-wrapper {
    position: absolute; top: 50px; left: 45%; width: auto;
}

.title-page-style {
    margin: 0 0 25px;
}
.multi-vendor .title-page-style{
    margin-bottom: 50px; text-align: center;
}
.multi-vendor .title-page-style h2{
    margin-bottom: 15px;
}
.title-page-style p {
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 24px;
}
.acc{
    color: #0084B4; font-family: "Roboto"; font-size: 16px;
}
.title-page-style .img-title {
    margin: 0 0 30px; text-align: center;
}
.content-demo .title-page-style h2{
	font-size: 36px; text-transform: capitalize;
    position: relative;
    background-size: auto;
    margin: 0; color: #222;
    padding: 43px 0 13px;
	font-family: 'Roboto';
	font-weight:900;
    line-height: 48px;
}
.content-demo .title-page-style p{
    font-size: 16px; color: #888;font-family: 'Roboto'; margin-bottom: 55px;
}  
.theme-demo-mobile .title-page-style{
    margin: 0 0 36px;
}
.title-page-style h2 {
    font-size: 36px;
    line-height: normal;
    color: #222;
    font-family: "Roboto";
	font-weight:900;
    margin: 0 0 10px;
    text-align: center;    
}
.theme-demo-mobile .title-page-style img{
    margin: -9px 0 0 10px;
}

.title-page-style h4 {
    font-size: 20px;
    color: #888;
	font-weight:400;
    font-family: "Roboto";
    text-align: center;
    margin-bottom: 13px;
}

.title-page-style h3 {
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-family: "Jost";
    text-transform: none;
    margin: 0;
}
.box-elementor .title-page-style{
	margin-bottom: 45px;
}
.box-elementor .title-page-style p{
    color: #888; font-size: 16px; line-height:26px; margin-bottom:55px;
}
.title-page-style .item-logo {
    text-align: center;
    margin-bottom: 35px;
}
#elementor{
	background-color:#f9f9f9;
}
.box-elementor .title-page-style h2 {
    margin: 0 0 25px;
}

.box-elementor .title-page-style p span {
    text-decoration: underline;
}

.box-elementor .content-demo {
    text-align: center;
}
.box-elementor .content-demo img{
	box-shadow:0 3px 7px rgb(0,0,0,0.1);
}
.box-elementor {
    padding-top: 106px;
}

.box-elementor .content{
    max-width: 1170px; margin: 0 auto; text-align: center;
}

.box-elementor .content .item h4{
    font-size: 24px; color: #222; text-transform: capitalize;  font-weight:900; font-family:Roboto;
}
.box-elementor .content .item p{
    font-size: 14px; color: #888; padding: 0 10%;
	letter-spacing:0.02rem;
}
.demopage-layout .demo-item {
    display: inline-block;
    width: 33.3%;
    float: left;
    padding: 0 15px;
}

.demopage-layout .demo-item img:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.logo-wrapper h1 {
    margin: 0;
}

.logo-wrapper strong {
    display: none;
}

.nav-container {
    text-align: right;
}



.purchase-wrapper a:hover {
    background: #fe2424;
    color: #fff !important;
    border-color: #7cb342;
    box-shadow: 0 5px 10px rgba(124, 179, 66, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(124, 179, 66, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(124, 179, 66, 0.3);
    -o-box-shadow: 0 5px 10px rgba(124, 179, 66, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(124, 179, 66, 0.3);
}

.nav-container .navigation {
    text-align: left;
    display: inline-block;
    margin: 0;
}

.nav-container .navigation li.active a {
    color: #fe2424;
}

.nav-container .navigation li {
    display: inline-block;
    margin-right: 21px;
}

.nav-container .navigation li a {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
	font-weight:900;
    color: #222;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}


.nav-container .navigation li a:hover {
    color: #fe2424;
}

.description-header {
    text-align: center;
    font-family: 'Jost';
    font-weight: 400;
    padding-top: 130px;
}

.description-header .normal-title {
    font-size: 133.33%;
    color: #fe2424;
}

.description-header .big-title {
    font-size: 320%;
    margin-bottom: 30px;
    color: #fff;
}

.btn-buy:hover {
    color: #fff;
    background-color: #222;
}

.bottom-description {
    text-align: center;
    background-color: #fe2424;
    color: #fff;
    padding: 35px 0;
}

.copyright a {
    color: #f4a137;
}

.title-page {
    text-align: center;
}

.title-page h2 {
    font-family: 'Jost';
    font-weight: 600;
    color: #fff;
    font-size: 226.67%;
}

.content-demo .title-page h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #fd8a49;
}

.title-page h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #484848;
    line-height: 26px;
}

.theme-demo {
    padding: 67px 0 0;
    text-align: center;
}
.theme-demo .container{
	padding-bottom: 60px; max-width: 1410px;
}
.theme-demo ul.row {
    margin: 0 -15px;
}

.theme-demo .demo-item {
    position: relative;
    padding: 0 30px;
}

.theme-demo .demo-item .demo-image::after {
    content: "";
    width: 266px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left:-133px;
    display: inline-block;
    z-index: 9;
	margin-top:-130px;
}
.theme-demo .demo-item.hot::before {
    background: url(../images/hot.png) no-repeat left;
}
.theme-demo .demo-item.new::before {
    background: url(../images/new.png) no-repeat left;
}
.theme-demo .demo-item.coming-soon .demo-image::before {
	background-color:rgba(255,255,255,0.56);
	opacity:1;
}
.theme-demo .demo-item.coming-soon .demo-image::after {
    background: url(../images/icon-coming-soon1.png) no-repeat center;
}
.theme-demo .demo-item.coming-soon .wrap{
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgb(0,0,0,0.05);
    box-shadow: 0px 0px 30px 0px rgb(0,0,0,0.05);
}
.theme-demo .demo-item.coming-soon .wrap .demo-info .title-demo{
	display:block !important;
}
.theme-demo .demo-item.coming-soon .wrap .demo-info button{
	display:none !important;
}
.theme-demo .button-demo {
    margin: 35px 0 0;
}

.theme-demo .button-demo a {
    display: inline-block;
    color: #404040;
    font-size: 16px;
    height: 60px;
    line-height: 55px;
    border: 4px solid #f68444;
    padding: 0 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.theme-demo .button-demo a:hover {
    background-color: #fe2424;
    border: 4px solid #fe2424;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-demo .title-page {
    margin-bottom: 35px;
}

.theme-demo .title-page strong {
    color: #fd8a49;
}

.demo-item {
    margin-bottom: 60px;
}

.demo-item h3 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.demo-item:hover h3 {
    color: #fe2424;
}

.demo-item .demo-image a {
    cursor: pointer;
}

.demo-item.new-item .demo-image {
    position: relative;
}

.demo-item.new-item .demo-image:before {
    content: "";
    display: inline-block;
    width: 79px;
    height: 89px;
    background: url(../images/new-icon.png) no-repeat top left;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    background-size: 100%;
}

.demo-item.hot-item .demo-image {
    position: relative;
}

.demo-item.hot-item .demo-image:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 81px;
    background: url(../images/hot-icon.png) no-repeat top left;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    background-size: 100%;
}

.demo-item.coming-item .demo-image {
    position: relative;
}

.demo-item.coming-item .demo-image:before {
    content: "";
    display: inline-block;
    width: 79px;
    height: 89px;
    background: url(../images/coming-icon.png) no-repeat top left;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 10;
}

.demo-coming img {
    opacity: 0.6;
}
.demo-info{
	padding:20px 0;
}
.demo-info h3 {
   text-align:center;
   text-transform:uppercase;
   font-size:18px; font-weight:700;
   font-family:Roboto;
   line-height:45px;
}
.button-review {
    font-size: 14px;
    color: #222;
    line-height: 28px;
    padding: 0 25px;
    color: #222;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    border: 1px solid transparent;
}

.button-review.e-mobile{
	margin-top:20px;
}
.butom-mobile{
	text-align: center;
	margin: 10px 0 0;
}
.butom-mobile a{
  display: inline-block;
  text-align: left;
  color: #000;
  border: 2px solid #000;
  font-family: 'Jost';
  font-size: 16px;
  margin: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  line-height: 45px;
  padding: 0 22px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.butom-mobile a:hover{
	background: #fe2424;
    color: #fff;
    border-color: #fe2424;
    box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -o-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
}
.woocustom{
    margin: 107px 0;
}
.woocustom .info li img{
    margin: 0 10px 0 0;
}

.woocustom .info li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.woocustom .info h2{
    font-size: 30px;
    color: #000;
    font-family: "Jost";
    font-weight: 600;
    margin-bottom: 50px;
}
.woocustom .info ul{
    width: 50%;
    float: left;
}
.woocustom .info ul li span{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.elementor-layout{
	margin-bottom: 50px;
}
.box-elementor >div{
	border-bottom: 1px solid #ddd;
	padding-bottom: 118px;
}
.bottom-vendor{
	max-width: 1150px;
	margin: 0 auto;
}
.bottom-vendor ul{
	margin: 0;
}
.bottom-vendor ul li{
	display: inline-block;
	text-align: center;
	width: 33%;
	padding: 0 15px;
}
.bottom-vendor ul li h2{
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	font-family: "Jost";
	margin-bottom: 10px;
}
.bottom-vendor ul li h2 span{
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	max-width: 80%;
}
.theme-demo .wrap{
	padding:20px; border-radius:40px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}
.theme-demo .wrap:hover{
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.05);
}
.theme-demo .wrap .demo-image{
	position:relative;
}
.theme-demo .wrap .demo-image img{ border-radius:20px; }
.theme-demo .wrap .demo-image:before{
	content:''; height:100%; width:100%;
	background-color:rgba(0,0,0,0.1);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	border-radius:20px;
	display:inline-block;
	opacity:0;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
.theme-demo .wrap .demo-image {
	border-radius:20px !important;
}
.theme-demo .wrap:hover .demo-info button {
	display:inline-block;
}
.theme-demo .wrap:hover .demo-info .title-demo {
	display:none;
}
.theme-demo .wrap:hover .demo-image:before{
	opacity:1;
}
.theme-demo .content-demo .demo-info{
	padding: 20px 0 0;
}

.theme-demo .content-demo .demo-info button{
	display:inline-block;
	height:45px;
	line-height:45px;
	background-color:#ff4e08; color:#fff;
	font-size:16px; text-transform:uppercase;
	padding:0 32px; border-radius:23px; font-weight:700; border:0;
	display:none;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.theme-demo .content-demo .demo-info h3{
   
}

.theme-demo .content-demo .demo-image {
    width: 100%;
    height: 290px;
    overflow: hidden;
    margin: 0 auto 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
}

@media(min-width: 767px) {

    .theme-demo .content-demo .demo-image.Comingsoon:hover img {
        animation: none;
    }

    .theme-demo .content-demo .demo-image img {
        transition: all 0.5s ease-in-out;
    }

    .theme-demo .content-demo .demo-image:hover img {
        transform: translateY(-100%);
        margin-top: 440px;
        transition: all 5s ease;
    }

    .theme-demo .content-demo .soon .demo-image:hover img {
        margin-top: 440px;
    }

    @-webkit-keyframes moveSlideshow {
        from {
            transform: translateY(0%);
        }

        to {
            transform: translateY(-76%);
        }
    }

    /* Standard syntax */
    @keyframes moveSlideshow {
        from {
            transform: translateY(0%);
        }

        to {
            transform: translateY(-76%);
        }
    }

}

.button-review:hover {
    background: #fe2424;
    color: #fff;
    border: 1px solid #fe2424;
    box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -o-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.button-review a:hover::before {
    background-color: #fe24245e;
    width: 100%;
}

.demo-info .view-demo {
    display: table;
    margin: auto;
    text-transform: uppercase;
    background-color: #efefef;
    color: #222;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.demo-info .view-demo:hover {
    color: #fff;
    background-color: #fe2424;
}

.demo-version li {
    display: inline-block;
    margin: 0 5px;
}

.demo-version li a {
    background-color: #efefef;
    padding: 0 15px;
    display: block;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.demo-version li a:hover {
    color: #fff;
    background-color: #fe2424;
}

/* Demo Mobile*/
.theme-demo-mobile .box-mobile >div{
    padding: 113px 0; background: #f7f7f7;
}
.theme-demo-mobile .buton-now::before {
    width: 4px;
    left: 50%;
    margin-left: -2px;
    bottom: 70px;
    content: "";
    background-color: #fff;
    height: 50px;
    position: absolute;
}

.theme-demo-mobile .buton-now a {
    width: 150px;
    height: 45px;
    line-height: 44px;
    background-color: #f60;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -75px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-demo-mobile .buton-now a:hover {
    background-color: #fe2424;
}

.theme-demo-mobile .title-page {
    text-align: left;
    margin-bottom: 30px;
    padding: 50px 0 0;
}

.theme-demo-mobile .title-page h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    display: inline-block;
    color: #fff;
    position: relative;
}

.theme-demo-mobile .title-page h2 span {
    color: #f6981d;
}

.theme-demo-mobile .title-page h2:before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/trending.png) no-repeat top right;
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 10;
    background-size: 100%;
    right: -50px;
}

.theme-demo-mobile .title-page p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.mobile-layout .demo-item {
    position: relative;
    float: left;
    text-align: center;
    padding: 0 60px;
    width: 33.332%;
    margin: 0;
}

.theme-demo-mobile .comming-soon {
    display: inline-block;
    width: 196px;
    height: 188px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    background: url(../images/bg-comming-soon.jpg) no-repeat top right;
}

/* .theme-demo-mobile .discover-more a:hover{
    transform:translateY(5px);
    } */
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove {
        25% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(5px);
        }
    }

    @keyframes mymove {
        25% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(5px);
        }
    }

    .slider-mobile {
        position: relative;
        margin: 0 -15px;
    }

    .slider-mobile .slick-arrow {
        display: inline-block;
        width: 40px;
        height: 41px;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        border: 0;
        z-index: 4;
        margin-top: -20px;
        opacity: 0;
    }

    .slider-mobile:hover .slick-arrow {
        opacity: 1;
        background-color: #fff;
    }

    .slider-mobile:hover .slick-arrow.slick-prev {
        left: -25px;
    }

    .slider-mobile:hover .slick-arrow.slick-next {
        right: -25px;

    }

    .slider-mobile .slick-arrow.slick-prev {
        left: -15px;
        background: url(../images/icon-prev.png) no-repeat center center rgb(225, 225, 225, 0.8);
        background-size: 14px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .slider-mobile .slick-arrow.slick-next {
        right: -25px;
        background: url(../images/icon-next.png) no-repeat center center rgb(225, 225, 225, 0.8);
        background-size: 14px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .slider-mobile .slick-list .item {
        margin: 0 15px;
        padding: 30px 0;
    }

    .slider-mobile .slick-list .item a {
        display: inline-block;
        box-shadow: 3px 3px 15px rgba(174, 174, 174, 0.75);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .slider-mobile .slick-list .item.slick-center a {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }


    .admin-demo .container1{
        background: url(../images/admin.jpg) no-repeat center top;
        padding-top: 113px;
        background-size: cover;
    }

    .admin-demo .title-page {
        margin-bottom: 35px;
    }

    .admin-demo .title-page h2 {
        color: #fff;
    }

    .admin-demo .title-page h3 {
        color: #fff;
        line-height: inherit;
        font-size: 14px;
    }

    .hot-features {
        display: block;
    }

    .slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        border: 2px solid #fe2424;
        position: absolute;
        top: 50%;
        margin: -20px 0 0;
        left: 0;
        font-size: 0;
        z-index: 9;
        border-radius: 50%;
    }

    .slick-arrow {
        opacity: 0;
    }

    .slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        border: 2px solid #fe2424;
        position: absolute;
        top: 50%;
        margin: -20px 0 0;
        right: 0;
        font-size: 0;
        border-radius: 50%;
        z-index: 9;
    }

    .slick-prev.slick-arrow:before {
        background: url(../images/icon-prev.png) no-repeat center;
        content: "";
        width: 35px;
        height: 36px;
        background-size: 14px;
        z-index: 999;
        display: inline-block;
    }

    .slick-next.slick-arrow:before {
        background: url(../images/icon-next.png) no-repeat center;
        content: "";
        width: 40px;
        height: 36px;
        background-size: 14px;
        z-index: 999;
        display: inline-block;
    }

    .slick-next.slick-arrow:hover,
    .slick-prev.slick-arrow:hover {
        background: #fe2424;
        border-color: #fe2424;
        box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    }

    .multi-vendor {
        padding: 111px 0 0;
    }


    .theme-demo-demopage {
        margin: 0 0 43px;
    }


    .hot-features .h-feature-item {
        overflow: hidden;
        color: #fff;
        width: 25%;
        float: left;

        align-items: center;
        padding: 0 15px;
    }

    .hot-features .h-feature-item .hot-item-content h2 {
        font-size: 20px;
        font-family: 'Jost';
        font-weight: 500;
        margin: 0 0 15px;
        line-height: normal;
    }

    .hot-features .h-feature-item .hot-item-content p {
        line-height: 24px;
        font-size: 15px;
    }

    .all-features {
        padding: 50px 0 30px;
    }

    .all-features .title-page h3 {
        color: #484848;

    }

    .all-features .title-page h2 {
        color: #fd8a49;
    }

    .all-features .title-page {
        margin-bottom: 60px;
    }
    .all-features-content .feature-item1 .item-inner {
        display: flex;
        align-items: center;
    }
    .all-features-content .item-inner .feature-title {
        font-weight: 400;
        font-size: 24px;
        color: #000;
        display: inline-block;
    }
    .all-features-content .feature-item{
        margin: 0;
        padding: 20px;

    }
    .all-features-content .item-inner:hover{
        -webkit-box-shadow: 0px 0px  30px 0  rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.1);
        box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.1);
        cursor: pointer;
	 border:1px solid transparent;
    }
    .all-features-content .item-inner{
       border:1px solid #e5e5e5;
       padding: 30px 60px;
       border-radius: 20px;
       min-height: 264px;
       transition: all 0.3s;
   }
   .all-features-content .item-inner .info{
    text-align: center;
}
.all-features-content .feature-item1  .item-inner .info img{
    width: auto;
    height: auto;
}
.all-features-content .item-inner .info img{
    display: inline-block;

}
.all-features-content .item-inner .info span {
  margin-top: 35px;
  font-size: 16px;
  color: #222;
  font-weight:900;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.all-features-content .item-inner {
    position: relative;
}

.all-features-content .item-inner .feature-title {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

}

.all-features-content .item-inner .feature-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.all-features-content .item-inner .description {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.all-features-content .feature-item {
    margin-bottom: 40px;
    padding: 0 20px;
    float: left;
}

.support-container {
    padding: 50px 0 60px;
}

.support-content .info-support {
    text-align: center;
}

.support-content .title-page {
    margin-bottom: 50px;
}

.support-content .info-support h3 {
    font-size: 160%;
    font-family: 'Jost';
    font-weight: 400;
}

.support-content .info-support h3 a {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.support-content .info-support h3 a:hover {
    color: #fe2424;
}
.customers{
    padding: 150px 0 100px;
    border-bottom: 1px solid #343542;
}
.customers .item >img{
    margin-bottom: 20px;
}
.customers .item .content >*{
    margin-bottom: 10px;
}
.customers h2{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto";

}
.customers h2 span{
    font-weight: 400;
    color: #999;
    padding: 0 5px 0 0;
    font-family: "Roboto";
}
.customers .des{
    font-size: 14px;
    color: #fff;
    margin-bottom: 23px !important;
}
.buytheme-bottom {
    background: url(../images/bg-footer.png) no-repeat top center #fff;
    padding: 0;
    background-size: cover;
}
.buytheme-bottom .content img{
    float: left;
    padding-right: 10px;
}
.buytheme-bottom address{
	text-align: center;
	font-family: "Roboto";
	color: #ccc;
	font-size: 14px;
}
.buytheme-bottom address a{
	color: #ccc;
}
.buytheme-bottom address a:hover{
	color:#fe2424;
}
.img_footer {
    width: 100%;
    margin-bottom: -220px;
    text-align: center;
}

.buy-bottom-content {
    text-align: center;
    color: #fff;
    font-family:Roboto;
    padding: 140px 0 165px;
}

.buy-bottom-content h4 {
    font-size: 30px;
    color: #fff;
    line-height: 64px;
    font-weight: 400;
	font-family:Roboto;
    margin: 0;
}

.buy-bottom-content h2 {
    font-size: 48px;
    line-height: 68px;
    margin: 20px 0 45px;
    color: #fff; font-family: "Roboto";
	font-weight:900;
}

.buy-bottom-content .buy-bottom {
    display: inline-block;
    height: 50px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
    font-size: 14px;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    border-radius: 10px;
    width: 220px;
    margin: 0 5px;
}
.buy-bottom-content .buy-bottom.first {
	background: #fff;
    color: #000;
    border-color: #fff;
}
.buy-bottom-content .buy-bottom:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*effect mobile*/

#fpc_page-tip:before,
#fpc_page-tip:after {
    background-color: #FFF;
    position: absolute;
    display: block;
    z-index: 2;
    border-top-right-radius: 60%;
    width: 50%;
    height: 50%;
    content: "";
}

#fpc_page-tip:before {
    right: 100%;
    top: 0%;
    background: -webkit-radial-gradient(-180% 200%, circle, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 1) 93%);
}

#fpc_page-tip:after {
    top: 100%;
    right: 0%;
    background: -webkit-radial-gradient(-250% 320%, circle, rgba(255, 255, 255, 0) 89%, rgba(0, 0, 0, 0.7) 93%);
}

#fpc_effect-back {
    /* edit these sizes for the default revealing corner size */
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    position: absolute;
    overflow: visible;
}

#demo-m:hover #fpc_effect-back {
    /* edit these sizes for the default revealing corner size */
    height: 180px;
    width: 180px;
}

#fpc_box:hover #fpc_corner-box {
    /* edit corner size (First animation, when the whole page is rollovered) */
    height: 50px;
    width: 50px;
}

#fpc_box div#fpc_corner-box:hover {
    /* edit corner size (Second animation, when the corner itself is rollovered) */
    height: 100px;
    width: 100px;
    right: -100px;
}

#fpc_corner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 133%;
    height: 133%;
}

#fpc_corner-contents:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 133%;
    height: 133%;
}

#fpc_corner-button {
    position: absolute;
    width: 108px;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'Shadows Into Light';
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    transform: rotate(45deg);
}

#fpc_corner-button strong {
    font-family: 'Jost';
    font-size: 18px !important;
    text-transform: uppercase;
}

#fpc_page-tip {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(45deg, #333638 17%, #303335 18%, #333638 30%, #515151 34%, #333638 39%, #333638 41%);
    display: block;
    width: 100%;
    height: 100%;
}

#fpc_corner-contents {
    width: 125%;
    position: absolute;
    display: block;
    overflow: hidden;
    -webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
    mask: linear-gradient(45deg, transparent 49%, #000 53%);
    top: 0;
    right: 0;
    height: 125%;
}

#fpc_corner-contents:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    /* Match this background color to #fpc_effect-back */
}

#fpc_corner-box,
#fpc_corner-contents,
#fpc_page-tip,
#fpc_effect-back {
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
}

#fpc_corner-button strong {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.copyright {
    background: #f5efef;
    color: #555555;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.copyright .close {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
}

.copyright .close:hover {
    border-color: #fe2424;
    background: #fe2424;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#back-totop1 {
	z-index: 99;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    border-color: #fe2424;
    background: #fe2424;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    border-radius: 50%;
}

#back-totop1:hover {}

.button-buy {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.socials-footer ul {
    width: 30px;
    margin: 0 auto 10px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 0;
    display: none;

}

.socials-footer .close::before {
    content: "";
    width: 20px;
    height: 15px;
    background: url(../images/icon-puls.png) no-repeat center;
    display: inline-block;
}

.socials-footer .closex.close::before {
    background: url(../images/icon-close.png) no-repeat center;
}

.socials-footer .closex.close h3 {
    display: none;
}

.socials-footer .close h3 {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: -50px;
    transform: rotate(-90deg);
    left: 0;
    letter-spacing: 2px;


}

.socials-footer ul li {
    padding: 5px;
}

.socials-footer ul li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.1);
    display: inline-block;

}

.copyright .socials-footer {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.copyright address span {
    margin: 0;
    font-size: 14px;
    color: #fe2424;
}

.copyright address a {
    margin: 0;
    padding: 0 1px;
    font-size: 14px;
    color: #fe2424;
    display: inline-block;

}

.copyright address a:hover {
    color: red;
}

/* RESPONSIVE */
@media (min-width: 1650px){
    .theme-demo .container{
        max-width: 1860px; width: 1860px;
    }
}

@media (min-width: 1445px) and (max-width: 1920px) {
    .nav-wrapper{
        padding: 0;
    }
    .theme-demo-mobile .discover-more {
        top: 51%;
    }
}


@media (min-width: 1370px) and (max-width: 1445px) {
    .theme-demo-mobile .comming-soon {
        opacity: 1;
    }

}

@media (min-width: 1190px) and (max-width: 1366px) {
    .hightlight-content .demos-web .title-header1{
        max-width: 1170px;
    }
    .device-info img {
        margin-left: 0px;
    }
}
@media (min-width: 1400px) {
    .theme-demo .content-demo .demo-image {
        height: 670px;
    }
}
@media (min-width: 1200px) {
    .woocustom .info h2{
        width: 65%;
        line-height: 44px;
    }
    .woocustom .content img{
        margin-top: 30px;
    }
    .title-page h2 {
        font-size: 35px;
    }
    .all-features {
        padding: 113px 0 80px;
    }
}

.multi-vendor .title h2 {
    letter-spacing: 2px;
}
.all-features-content .item-inner .info .image{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.multi-vendor .title {
    width: 1140px;
    padding: 100px 120px;
    margin: 0px auto -150px;
}
.all-features-content .title-page-style{
	margin-bottom: 45px;
}


.hot-features .h-feature-item .hot-item-content h2 {
    font-size: 20px;
}
.hot-features .container {
    border-bottom: 1px solid #ddd;
    padding: 80px 0 70px;
}
.hot-features .h-feature-item>div h2 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 10px;
	font-weight:900;
	font-family:Roboto;
}

.hot-features .h-feature-item>div p {
    font-size: 14px;
	line-height:24px;
    color: #ccc;
    margin: 0;
	font-family:Roboto;
}

.title-page h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
}


.admin-demo .title-page {
    margin-bottom: 140px;
}


}
.container1 img {
    margin: 0 0 50px;
}
@media(max-width: 1400px){
    .hightlight-content .demos-web .title-header1 h3{
        margin-bottom: 15px;
    }
    .vendor-demo .container ul li{
        padding:0 30px;
    }
    .all-features-content .item-inner{
        padding: 15px;
    }
    .all-features-content .feature-item{
        margin-bottom: 30px;
    }
    .woocustom .info ul li span{
        font-size: 12px;
    }
    .nav-container .navigation li{
        margin-right: 25px;
    }
    .hightlight-content .demos-web{
        top: 58%;
    }
    .hightlight-content .demos-web .title-header1 h3{
        margin-bottom: 5px;
    }
    .hightlight-content .demos-web .title-header1 h1{
        font-size: 40px; line-height: 50px;
    }
    .hightlight-content .demos-web .title-header1 h4{
        font-size: 20px;
    }
    .nav-container{
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .logo-wrapper{
        position: static;padding-top: 3px;
    }
    .nav-container{
        padding-top: 5px;
    }
    .mobile-layout ul{
        width: auto !important;
    }
    .hightlight-content .demos-web .title-header1{
        padding-left: 45px;
    }
    .all-features-content .item-inner{
        min-height: 230px;
    }
    .woocustom .info ul li span{
        width: 100%;
    }
    .hightlight-content .demos-web{
        margin-top: -230px;
    }
    .theme-demo-demopage {
        margin: 0;
    }
    .buy-bottom-content h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .title-page-style {
        margin: 0 0 30px;
    }

    .all-features {
        padding: 0;
    }

    .hot-features {
        padding: 0 0 60px;
    }

    .hot-features .h-feature-item {
        padding: 20px;
        height: auto;
    }

    .admin-demo {
        padding: 60px 0 0;
        margin: 0 0 10px;
    }

    .multi-vendor .vendor-demo {
        margin: 0 0 50px;
    }

    .theme-demo {
        padding: 60px 0 30px;
    }

    .multi-vendor .vendor-demo span {
        min-height: 145px !important;
    }
    .hightlight-content .demos-web .title-header1 h1{
    	margin-bottom: 0;
    }
    .hightlight-content .demos-web a {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 14px;
    }

    .nav-container .navigation li {
        margin-right: 10px;
    }

    .hightlight-content .demos-web .title-header1 h1 {
        font-size: 40px;
    }

    .purchase-wrapper a {
        padding: 0 10px;
        font-size: 12px;
    }

    .multi-vendor .title {
        width: 70%;
        margin: 0 auto -100px;
        padding: 30px 0;
    }

    .logo-wrapper::before {
        right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .device-info {
        max-width: 970px;
    }
	
	.navigation-logo .logo-wrapper {
        float: left; width: 25%; padding-top: 10px;
    }
	.navigation-logo .nav-wrapper {
        float: right;
        width: 75%;
    }
    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        width: 50%;
        padding: 25px;
    }




    .all-features-content .feature-item:nth-child(3n+1) {
        clear: left;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .navigation-logo .row{
        display: flex;
        align-items: center;
    }
    .hightlight-content .demos-web{
        margin-top: -340px; top:45%;
    }
    .all-features-content .feature-item {
        min-height: 170px;
    }

    .nav-container .navigation li {
        margin-left: 25px;
    }
    .device-info {
        max-width: 750px;
        margin: -330px auto 0;
    }

    .navigation-logo .logo-wrapper {
        float: left; width: 25%; padding-top: 13px;
    }
    .nav-container{
        padding-top: 6px;
    }
    .purchase-wrapper a {
        font-size: 10px;
        padding: 0 5px;
    }

    .nav-container .navigation li a {
        font-size: 11px;
    }

    .navigation-logo .nav-wrapper {
        float: right;
        width: 75%;
    }

    .navigation-logo .nav-wrapper .purchase-wrapper {
        width: auto;
    }
    .header{
        padding: 20px 0;
    }
    .nav-container .navigation {
        padding: 0 10px;
    }

    .nav-container .navigation li {
        margin: 0;
        margin-left: 15px;
    }

    .demo-image {
        text-align: center;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }



    .slider-mobile {
        margin: 20px 0 0;
    }

    .mobile-layout .demo-item .demo-layout {
        display: inline-block;
    }


    .hot-features .h-feature-item {
        display: block;
        float: left;

        width: 50%;
    }
}

#purchase-menu {
    display: none;
}
.admin-demo .admin-content {
    text-align: center;
}
@media (max-width: 767px) {
    .theme-demo-mobile .title-page-style img{
        display: none;
    }
    .hightlight-content .demos-web .title-header1{
        padding-left: 15px !important;
    }
    .nav-container{
        padding-top: 0;
    }
    .button-buy{
        left: 25px !important;
    }
    .bottom-contact{
        right: 25px !important;
    }
    .header.header-on-top .logo-wrapper{
        padding-top: 8px;
    }
    .theme-demo .content-demo .demo-info{
      padding: 0;
  }
  .theme-demo .container{
      padding: 0 10px !important;
  }
  .bottom-vendor ul li{
      width: 100% !important;
  }
  .multi-vendor,
  .box-elementor {
    padding: 50px 0 0;
}

.title-page-style .item-logo,
.box-elementor .title-page-style h2 {
    margin: 0 0 20px;
}

.theme-demo .content-demo .demo-image {
    height: 270px;
}
.theme-demo ul.row {
    margin: 0 -15px;
}

.theme-demo .demo-item {
    padding: 0 15px;
}

.click-menu {
    display: block !important;
    z-index: 99;
}

.buy-bottom-content h4,
.buy-bottom-content h2 {
    line-height: 40px;
}

.buy-bottom-content .buy-bottom {
    margin: 15px 0 0;
}

.multi-vendor .vendor-demo span,
.title-page-style h2 {
    margin: 0 0 15px;
}

.theme-demo-demopage {
    margin: 0;
}

.admin-demo .admin-content img {
    margin: 0 0 20px !important;
}
.admin-demo h3{ font-size:28px; }
.admin-demo .admin-content p{ font-size:14px;}
.buy-bottom-content h2 {
    font-size: 25px;
}

.buy-bottom-content h2 {
    font-size: 30px;
    margin: 0;
}

.title-page-style {
    margin: 0 0 20px;
}

.all-features-content .feature-item {
    margin: 0 0 30px;
}

.hot-features {
    padding: 0;
}

.hot-features .h-feature-item {
    padding: 20px;
    height: auto;
}

.admin-demo {
    padding: 30px 0 0;
    margin: 0 0 30px;
}

.multi-vendor .vendor-demo {
    margin: 0 0 20px;
}

.theme-demo {
    padding: 30px 0 0;
}

.theme-demo-mobile {
    padding: 30px 0 0;
}



.hightlight-content .demos-web {
    margin: -120px 0 0;
}

.hightlight-content .demos-web .title-header1 {
    margin: 0 0 30px;
}

.hightlight-content .demos-web .title-header1 h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.hightlight-content .demos-web .title-header1 h1 {
    font-size: 30px;

    line-height: 40px;

    margin: 0;
}

.title-page-style h2 {
    font-size: 30px;
}

.multi-vendor .vendor-demo span {
    min-height: auto !important;
}

#purchase-menu {
    display: block;
}

#purchase {
    display: none;
}

.buy-bottom-content h2 {
    font-size: 25px;
}


.multi-vendor .vendor-item {
    min-height: auto !important;
}

.logo-wrapper::before {
    display: none;
}


.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;
}

.buy-bottom-content h2 {
    font-size: 32px;
}

.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;
    height: auto;
}

.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;
}


.navigation-logo .logo-wrapper {
    float: left;
    width: 70%;
}

.navigation-logo .nav-wrapper {
    float: right;
    width: auto;
}


.nav-container .navigation {
    background: #fff none repeat scroll 0 0;
    display: none;
    position: absolute;
    right: 15px;
    top: 45px;
    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;
	line-height:20px;
}

.nav-container .navigation li:last-child a {
    border: 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: 170px;
        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) {
    .buy-bottom-content{
        padding: 40px 0;
    }
    .customers{
        padding: 80px 0 40px;
    }
    .woocustom .info ul{
        width: 100%;
    }
    .all-features-content .item-inner{
        min-height: 240px;
    }
    .admin-demo .container1 {

        margin-bottom: 40px;
    }
    .admin-demo .container1,
    .theme-demo-mobile .box-mobile >div{
        padding: 40px 0;
    }
    .woocustom{
        margin: 40px 0;
    }
    .buy-bottom-content h2,
    .title-page-style h2,
    .content-demo .title-page-style h2{
      font-size: 24px;
  }
  .hightlight-content .demos-web a{
   background: #fe2424;
   color: #fff;
   border-color: #fe2424;
   box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
   -webkit-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
   -moz-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
   -o-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
   -ms-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
}
.hightlight-content .demos-web .title-header1 h3{
  font-size: 13px;
}
.hightlight-content .demos-web .title-header1 h4{
  font-size: 12px;
}
.hightlight-content .demos-web .title-header1 h1{
  font-size: 25px !important;
  line-height: 35px !important;
}
.img_footer {
    margin-bottom: -115px;
}

.demo-info h3 {
    font-size: 12px;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    display: none !important;
}

.title-page-style h2 {
    font-size: 25px;
}


.hightlight-content .demos-web {
    margin: -355px 0 0;
}
.hightlight-content .demos-web .title-header1 img{
    display: none;
}

.header {
    padding: 20px 0 10px;
}

.buytheme-bottom {
    padding: 130px 0 15px;
}

.mobile-layout .demo-item,
.demopage-layout .demo-item {
    width: 100%;
}

.hightlight-content .demos-web a {
    margin: 0 0 10px;
}

.hightlight-content .demos-web .title-header1 {
    margin-bottom: 20px;
}

.hightlight-content .demos-web .title-header1 h1 {
    font-size: 40px;
    line-height: 50px;
}

.hightlight-content .demos-web .title-header1 h4 {
    font-size: 16px;
    line-height: 40px;
}

.copyright address {
    padding: 0 15px;
}

.demo-item.hot-item .demo-image:before {
    right: 5px;
    top: 5px;
}



.hightlight-content {
    padding: 55px 0 0;
}




.slider-mobile .slick-list .item {
    text-align: center;
}

.slider-mobile .slick-list .item a {
    transform: scale(1);
    -webkit-transform: scale(1);
}


.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 h2 {
    font-size: 24px;
}
}

@media (max-width: 479px) {
    .all-features-content .feature-item {
        width: 100%;
    }
	.theme-demo .demo-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%;
    }
    .mobile-layout .demo-item {
        text-align: center;
        margin-bottom: 60px;
    }
}

@media (max-width: 375px) {
    .theme-demo-mobile .enjoy-it , .hightlight-content .demos-web .title-header1 h4{
        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 h2 {
        font-size: 20px;
    }

    .hightlight-content {
        padding: 30px 0 0;
    }
}

/* Multi-vendor */
.vendor-demo {
    margin-bottom: 110px;
}
.admin-demo .title-page-style{
	margin-bottom: 60px;
}
.admin-demo .admin-content img {
    margin: 0;
    display: inline-block;
}
.admin-demo .admin-content h2{
	color: #fff;
}
.admin-demo .admin-content p{
	color: #ccc;	
}
.hot-features{
	background-color:#282828;
}
.multi-vendor .vendor-demo .vendor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.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 h3 a {
    font-family: 'Jostmedium';
    color: #17171a;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
}

.multi-vendor .vendor-demo h3 a:hover {
    color: #fe2424 !important;
}

.multi-vendor .vendor-demo span {
    font-size: 14px;
    line-height: 23px;
    color: #7a7a7a;
    display: block;
    margin-bottom: 15px;
    min-height: 100px;
    text-align: center;
}

.multi-vendor .vendor-demo .buton {
    color: #fe2424;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 35px;
    border: 1px solid #fe2424;
    font-weight: 400;
    display: inline-block;
    padding: 0 35px;
    border-radius: 0; letter-spacing: 1px;
}

.multi-vendor .vendor-demo .buton:hover {
    background: #fe2424;
    color: #fff;
    border-color: #fe2424;
    -webkit-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -o-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -ms-box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.multi-vendor .vendor-item .vendor {
    text-align: center;
}
.list-feature .row{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hightlight-content .demos-web .title-header1{
        padding-left: 30px;   
    }
    .buy-bottom-content{
        padding: 50px 0;
    }
    .customers{
        padding: 100px 0 60px;
    }
    .buy-bottom-content{
        padding: 100px 0 ;
    }
    .buytheme-bottom{
        padding: 0;
    }

    .bottom-vendor ul li{
        width: 32%;
    }
    .multi-vendor{
      padding: 60px 0 0;
  }
  .box-elementor >div,
  .theme-demo-mobile .box-mobile >div{
      padding-bottom: 60px;
  }
  .box-elementor{
      padding-top: 30px;
  }
  .theme-demo{
      padding: 30px 0 0;
  }
  .theme-demo .container{
      padding: 0;
  }
  .multi-vendor .vendor-demo .vendor img {
    margin-bottom: 20px;
}

.multi-vendor .vendor-demo span {
    min-height: auto !important;
}

.mobile-layout .demo-item {
    padding: 0 15px;
}

.buy-bottom-content h2 {
    font-size: 30px;
}

.theme-demo-mobile .title-page {
    text-align: center;
}

.multi-vendor .vendor-item {
    margin-bottom: 0;
}



.discover-more1 {
    display: none;
}

.vendor {
    padding-top: 20px;
}
}

.mobile-layout ul {
    margin: 5px 0 0; width: 1125px;
    display: inline-block;
}

.demopage-layout .content-demo {
    margin-top: 5px;
    margin-bottom: 45px;

}

.list-feature {
    margin: 10px 0 0;
    display: inline-block;
}

#demomobile .mobile-layout .grid-demo .row {
    text-align: center;
}

.click-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid transparent;
    background: url(../images/icon-nav-mobile.png) no-repeat center center #ffffffbd;
}

.click-menu.closex {
    border: 1px solid #fe2424;
}
.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;
    z-index: 99;
}
.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: 40px;
    line-height: 38px;
    color:#FFF;
    text-transform:uppercase;
    box-shadow: 0 0 0 rgba(102,164,37,0.3);
    animation: buy 3000ms linear infinite;
}

@-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);
}
}