@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rdjr4k');
  src:  url('../fonts/icomoon.eot?rdjr4k#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rdjr4k') format('truetype'),
    url('../fonts/icomoon.woff?rdjr4k') format('woff'),
    url('../fonts/icomoon.svg?rdjr4k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root{
	--primary-color: #6d62ff;
	--secondary-color: #ff266f;
	--body-color: #888;
	--black-color: #1b1b41;
	--sborder-color: #eee;
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
  animation: fade-bottom 0.5s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content > .tab-pane{
	display: block;
	visibility: hidden;
	height: 0;
	transition: all 0.5s;
	transform: translateY(100px);
	opacity: 0;
}
.tab-content > .tab-pane.active{
	visibility: visible;
	height: auto;transform: translateY(0);opacity: 1;
}
.icon-align-justify:before {
  content: "\e91c";
}
.icon-align-left:before {
  content: "\e91d";
}
.icon-align-right:before {
  content: "\e91e";
}
.icon-arrow-left:before {
  content: "\e918";
}
.icon-arrow-left-circle:before {
  content: "\e91f";
}
.icon-arrow-right:before {
  content: "\e919";
}
.icon-arrow-right-circle:before {
  content: "\e920";
}
.icon-calendar:before {
  content: "\e938";
}
.icon-camera:before {
  content: "\e941";
}
.icon-check:before {
  content: "\e921";
}
.icon-check-circle:before {
  content: "\e91b";
}
.icon-check-square:before {
  content: "\e923";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevrons-left:before {
  content: "\e942";
}
.icon-chevrons-right:before {
  content: "\e943";
}
.icon-clock:before {
  content: "\e904";
}
.icon-edit:before {
  content: "\e944";
}
.icon-eye:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-folder:before {
  content: "\e939";
}
.icon-gift:before {
  content: "\e93a";
}
.icon-grid:before {
  content: "\e940";
}
.icon-headphones:before {
  content: "\e924";
}
.icon-heart:before {
  content: "\e907";
}
.icon-help-circle:before {
  content: "\e925";
}
.icon-home:before {
  content: "\e926";
}
.icon-info:before {
  content: "\e927";
}
.icon-instagram:before {
  content: "\e91a";
}
.icon-key:before {
  content: "\e93c";
}
.icon-layers:before {
  content: "\e900";
}
.icon-life-buoy:before {
  content: "\e93b";
}
.icon-link:before {
  content: "\e922";
}
.icon-link-2:before {
  content: "\e928";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-list:before {
  content: "\e93d";
}
.icon-lock:before {
  content: "\e93e";
}
.icon-log-in:before {
  content: "\e929";
}
.icon-log-out:before {
  content: "\e92a";
}
.icon-mail:before {
  content: "\e909";
}
.icon-map-pin:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e903";
}
.icon-message-circle:before {
  content: "\e92b";
}
.icon-message-square:before {
  content: "\e92c";
}
.icon-minus:before {
  content: "\e92d";
}
.icon-minus-circle:before {
  content: "\e92e";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-phone-call:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e92f";
}
.icon-play-circle:before {
  content: "\e930";
}
.icon-plus:before {
  content: "\e931";
}
.icon-plus-circle:before {
  content: "\e932";
}
.icon-refresh-ccw:before {
  content: "\e90d";
}
.icon-refresh-cw:before {
  content: "\e90e";
}
.icon-repeat:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-send:before {
  content: "\e911";
}
.icon-settings:before {
  content: "\e933";
}
.icon-shopping-bag:before {
  content: "\e912";
}
.icon-shopping-cart:before {
  content: "\e913";
}
.icon-star:before {
  content: "\e934";
}
.icon-tag:before {
  content: "\e945";
}
.icon-trash:before {
  content: "\e935";
}
.icon-trash-2:before {
  content: "\e914";
}
.icon-truck:before {
  content: "\e936";
}
.icon-twitter:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-video:before {
  content: "\e946";
}
.icon-x:before {
  content: "\e937";
}
.icon-x-circle:before {
  content: "\e93f";
}
.icon-youtube:before {
  content: "\e917";
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

body {
    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #787878;
    line-height: 1.6;
	font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

body a {
    color: var(--black-color);
    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: 1400px) and (max-width: 1680px){
	.multi-vendor .vendor-demo span{
		min-height:120px !important;
	}
}

@media(min-width: 1400px) {
    .hightlight-content .demos-web .title-header1 h2 {
        font-size: 50px;
    }

    .hot-features .h-feature-item>div h2 {
        font-size: 24px;
    }

    .container {
        width: 1410px;
    }
}

.header {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.navigation-logo .row{
	display: flex;
	align-items: center;
}
.header.header-on-top {
    background-color: #fff;
    padding: 13px 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 .nav-container .navigation li a{
	color:#00022a;
}
.header.header-on-top .nav-container .navigation li a:hover{
	color:#ff3c33;
}
.header.header-on-top .logo-wrapper .logo-sticky{ display:block; margin:4px 0;}
.header.header-on-top .logo-wrapper .logo{ display:none; }
/*==MAIN==*/

.hightlight-content {
    background: url(../images/bg_header.png) no-repeat center center;
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.hightlight-content .demos-web {
    position: absolute;
    z-index: 2;
    top: 120px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;

}

.hightlight-content .demos-web .title-header1 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.hightlight-content .demos-web .title-header1 img{
	margin-bottom:22px;
}
.hightlight-content .demos-web .title-header1 h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    
    letter-spacing: 2px;
}

.hightlight-content .demos-web .title-header1 h1 {
    font-size: 72px;
    font-weight: 700;
	margin:0 0 15px;
}
.hightlight-content .demos-web .title-header1 h1 span{
	font-weight:700;
}
.hightlight-content .demos-web .title-header1 h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    
}
.hightlight-content .demos-web .title-header1 h4 span{
	height:41px; width:60px;
	border:2px solid #fff; border-radius:7px; line-height:37px;	
	display:inline-block;
}

.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: #ff3c20;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
}

.hightlight-content .demos-web a {
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: none;
    font-size: 16px;
    margin: 0 15px;
    font-weight: 400;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
	position:relative;
	text-transform: uppercase;
	border-radius: 30px;
}
.hightlight-content .demos-web a.view-purchase{
	background: none;
	border-color: var(--black-color);
	color: var(--black-color);
}

.hightlight-content .demos-web a:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);  
}
.intro-divider{
	background: url(../images/text-divider.png) no-repeat center center;
	min-height: 70px;
	padding: 120px 0;
}
.intro-demo1 .container, .intro-demo2 .container{ max-width:1410px !important; }
.intro-demo1 ul{ 
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	margin-bottom: 120px;
}
.intro-demo1 ul > li{
	background: rgba( 255, 107, 78, 0.15);
	border-radius: 20px;
	padding: 40px;
	text-align: center;
	color: var(--black-color);
}
.intro-demo1 ul > li:hover{
	color: #fff;
	background: rgba( 255, 107, 78, 1);
	cursor: pointer
}
.intro-demo1 ul > li:nth-child(2){
	background: rgba( 143, 135, 255, 0.15);
}
.intro-demo1 ul > li:nth-child(3){
	background: rgba( 89, 225, 146, 0.15);
}
.intro-demo1 ul > li:nth-child(4){
	background: rgba( 103, 203, 255, 0.15);
}
.intro-demo1 ul > li:nth-child(5){
	background: rgba( 255, 204, 49, 0.15);
}
.intro-demo1 ul > li:nth-child(6){
	background: rgba( 255, 113, 180, 0.15);
}
.intro-demo1 ul > li:nth-child(2):hover{
	background: rgba( 143, 135, 255, 1);
}
.intro-demo1 ul > li:nth-child(3):hover{
	background:rgba( 89, 225, 146, 1);
}
.intro-demo1 ul > li:nth-child(4):hover{
	background: rgba( 103, 203, 255, 1);
}
.intro-demo1 ul > li:nth-child(5):hover{
	background: rgba( 255, 204, 49, 1);
}
.intro-demo1 ul > li:nth-child(6):hover{
	background: rgba( 255, 113, 180, 1);
}
.intro-demo1 ul > li > h4{
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.intro-demo1 ul > li > p{
	font-size: 18px;
	line-height: 24px;
}
#demo2 {
	background:linear-gradient(60deg, rgba(228,231,255,1) 20%, rgba(255,248,255,1) 100%);
}
#demo2 .container .container-home-page{
	max-width: 1410px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0;
}
#demo2 .container .container-home-page .title-style{
	margin-bottom: 80px;
}
#demo2 .container .container-home-page ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
#demo2 .container .container-home-page ul > li{
	background: #fff;
	padding: 20px 20px 30px;
	border-radius: 0;
	position:relative;
}

#demo2 .container .container-home-page ul > li.item-new:before{
	content:'';
	width:110px;
	height:110px;
	position:absolute;
	right:25px;
	top:25px;
	display:inline-block;
	background: url(../images/new.png) no-repeat center;
	z-index:2;
}

#demo2 .container .container-home-page ul > li.item-comming-soon:before{
	content:'';
	width:169px;
	height:159px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-110px;
	margin-left:-85px;
	display:inline-block;
	background: url(../images/icon-coming-soon.png) no-repeat center;
	z-index:2;
}

#demo2 .container .container-home-page ul > li > a, .mobile-layout .demo-item > a{
	display: block;
	position: relative;
	margin-bottom: 25px;
}
#demo2 .container .container-home-page ul > li > a:before, .mobile-layout .demo-item > a:before, .slideshow-tutorials .slick-list .item .item-wrap > a:before{
	content: '';
	display: block;
	background: rgba(0,0,0,0.15);
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.2s;
	position: absolute;
	width: 0;
	z-index:3;
}
#demo2 .container .container-home-page ul > li > a:after, .mobile-layout .demo-item > a:after, .slideshow-tutorials .slick-list .item .item-wrap > a:after{
	content: 'View Demo';
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	width: 130px;
	height: 40px;
	top: calc(50% - 65px);
	left: calc(50% - 65px);
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: #fff;	
	opacity: 0;
	transition: all 0.2s;
	z-index:4;
}
#demo2 .container .container-home-page ul > li img{
	border: 1px solid #ddd;
}
#demo2 .container .container-home-page ul > li h3 a{
	font-size: 18px;
	color: var(--black-color);
	text-transform: uppercase;
}
#demo2 .container .container-home-page ul > li:hover{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
}
#demo2 .container .container-home-page ul > li:hover h3 a{
	color: var(--primary-color);
}
#demo2 .container .container-home-page ul > li:hover img{
	border-color: transparent;
}
#demo2 .container .container-home-page ul > li:hover > a:before, .mobile-layout .demo-item:hover > a:before, .slideshow-tutorials .slick-list .item .item-wrap:hover > a:before{
	width: 100%;
}
#demo2 .container .container-home-page ul > li:hover > a:after, .mobile-layout .demo-item:hover > a:after, .slideshow-tutorials .slick-list .item .item-wrap:hover > a:after{
	opacity: 1;	
}
.elementor-admin{
	margin:120px 0 120px;
}
.elementor-admin-wrapper{
	display: grid;
	grid-template-columns: 33% calc( 67% - 40px);
	grid-column-gap: 40px;
}
.content-left .wrap-content{
	padding:105px 0 0;
	color: var(--black-color);
}
.content-left h3{
	font-size:40px; font-weight:800; line-height:48px; margin:0 0 20px;
}
.content-left p{
	font-size:18px;  font-weight:400; line-height:30px; margin:0 0 40px;
}
.content-left h4{
	font-size:21px;  font-weight:700; margin:20px 0 0;
}
.image-right img{
	border: 5px solid #eeebf4;
	border-radius: 20px;
	padding: 20px;
}
.tutorials-slide{ padding:0; text-align:center; position:relative; }
.slideshow-tutorials{
	position:relative;
}
.slideshow-tutorials:hover .slick-arrow{
	opacity:1;
}
.slideshow-tutorials .slick-arrow.slick-prev{
	left: 20px;
	height:56px;
	width:56px; background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	display:inline-block; border-radius:28px; color:#fff;
	top:50%;
	margin-top:-50px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	cursor:pointer;
}
.slideshow-tutorials .slick-arrow.slick-prev:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.slideshow-tutorials .slick-arrow.slick-next:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.slideshow-tutorials .slick-arrow.slick-prev:before{
	content:'\e901';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.slideshow-tutorials .slick-arrow.slick-next{
	right:20px;
	height:56px;
	width:56px; background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);;
	display:inline-block; border-radius:28px; color:#fff;
	top:50%;
	margin-top:-50px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	left:auto;
	cursor:pointer;
}
.slideshow-tutorials .slick-arrow.slick-next:before{
	content:'\e902';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.tutorials-slide .slideshow-tutorials{ padding:0 22.5px; }
.tutorials-slide .container{ width:100% !important; }
.tutorials-slide .text-tutorials{
	margin-bottom:30px; text-align:center;
}
.slideshow-tutorials .slick-list .item .item-wrap{
	background: #fff;
	padding: 20px;
	text-align: center;
}
.slideshow-tutorials .slick-list .item .item-wrap > a{
	display: block;
	position: relative;
}
.slideshow-tutorials .slick-list .item .item-wrap img{
	margin: 0 auto 20px;
	border-radius: 10px;
}
.filters-button-group, .filters-button-group-shop{
    text-align: center;
    margin: 0 0 40px;
}
.slideshow-tutorials .slick-list .item .item-wrap:hover{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
}
.filters-button-group button, .filters-button-group-shop button{
    font-size: 14px;
    color: #00022a;
    background-color: #f5f7fa;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    text-transform: capitalize;
    border: 0;  
	border-radius:4px;
    padding: 0 44px 0 20px;
    margin: 0 3px 10px;
	position:relative;
}
.filters-button-group-shop button{
	background-color:#fff;
}
.filters-button-group button.show-more:hover,
.filters-button-group button.show-more.is-checked,
.filters-button-group-shop button.show-more:hover,
.filters-button-group-shop button.show-more.is-checked{
	background: url(../images/double-angle-pointing-to-right-hover.svg) no-repeat #ff3c20;
	background-size:10px 10px;
	background-position:right 20px center;
}
.filters-button-group button.show-more, .filters-button-group-shop button.show-more{
	text-transform:uppercase;
	background: url(../images/double-angle-pointing-to-right.svg) no-repeat #f5f5f5;
	background-size:10px 10px;
	background-position:right 20px center;
}

.filters-button-group button span, .filters-button-group-shop button span{
	position:absolute;
	font-weight:400;
	top:7px; margin-left:5px;
	right:7px;
	height:26px; width:26px; border-radius:3px;
	font-size:14px;
	line-height:normal;
	color:#ff3c33;
	line-height:26px;
	background-color:#fff;
}
.filters-button-group button:hover,
.filters-button-group button.is-checked,
.filters-button-group-shop button:hover,
.filters-button-group-shop button.is-checked{
    color: #fff;
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
}

.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;
}

.device-info {
    position: relative;
    z-index: 2;
    width: 1360px;
    margin: 0 auto;
    margin-top: -440px;
}

.device-info img {
    margin-left: 20px;
}

.logo-wrapper {
    position: relative;
}

.title-page-style {
    margin: 0 0 30px;
}

.title-page-style p {
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 24px;
}

.title-page-style .img-title {
    margin: 0 0 30px;
}

.title-page-style h2 {
    font-size: 40px;
    line-height: normal;
    color: #000;
    font-weight: bold;
    text-transform: none;
    
    margin: 0 0 27px;
    text-align: center;
}

.title-page-style h4 {
    font-size: 20px;
    color: #555;
    
    font-weight: 400;
    text-align: center;
    margin-bottom: 26px;
}

.title-page-style h3 {
    font-size: 20px;
    color: #222;
    
    text-transform: capitalize;
    margin: 0;
}

.title-page-style .item-logo {
    text-align: center;
    margin-bottom: 45px;
}

.box-elementor .title-page-style h2 {
    margin: 0 0 42px;
}

.box-elementor .title-page-style p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    line-height: 32px;
	padding-right:150px;
}

.box-elementor .title-page-style p span {
    text-decoration: underline;
}

.box-elementor .content-demo {
    text-align: center;
	box-shadow:-20px 0px 40px rgba(0,2,42,0.05);
}

.box-elementor {
    background-color: transparent;
    padding-top: 160px;
}
.box-elementor .title-page-style{
	padding-left:350px;
}
.box-elementor .title-page-style h2{
	text-align:left;
	font-weight:500; color:#00022a; margin-bottom:27px;
}
.box-elementor .title-page-style h4{
	font-size:18px; color:#555c70; font-weight:300; text-align:left; margin-bottom:74px;
}
.box-elementor .title-page-style p{
	text-align:left; color:#00022a;
}
.box-elementor .title-page-style .item-logo{ text-align:left; }
.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: center;
}
.logo-wrapper .logo-sticky{ display:none;}
.purchase-wrapper a {
    display: inline-block;
	height:50px;
	padding:0 40px;
	line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	font-size:18px;
	font-weight:500;
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(65, 66, 255, 1) 0%, rgba(125, 55, 255, 1) 80%);
	border-radius:30px;
	color:#fff;
	margin:4px 0;
	text-transform: uppercase;
}
.purchase-wrapper a:visited, .purchase-wrapper a:hover{ color:#fff; background: var(--primary-color)}


.nav-container .navigation {
    text-align: left;
    padding-top: 10px;
    display: inline-block;
}

.nav-container .navigation li.active a {
    color: #01ffc4;
}

.nav-container .navigation li {
    display: inline-block;
    margin-right: 35px;
}

.nav-container .navigation li a {
    
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    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: #01ffc4;
}

.description-header {
    text-align: center;
    
    font-weight: 400;
    padding-top: 130px;
}

.description-header .normal-title {
    font-size: 133.33%;
    color: #ff3c20;
}

.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: #ff3c20;
    color: #fff;
    padding: 35px 0;
}

.copyright a {
    color: #f4a137;
}

.title-page {
    text-align: center;
}

.title-page h2 {
    
    font-weight: 600;
    color: #fff;
    font-size: 226.67%;
}

.content-demo .title-page h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #fd8a49;
}

/*.content-demo .title-page h2:after{
    position:absolute;
    right:-140px;
    top:-15px;
    content:'';
    display:inline-block;
    width:95px;
    height:93px;
    background: url(../images/icon-layout.png) no-repeat center center;
}
*/
.title-page h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #484848;
    line-height: 26px;
}


.theme-demo .title-style h2{
	font-size:170px; font-weight:900; 
	background: linear-gradient(#4142FF, #7D37FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-demo .title-style h2 span{
	font-size: 120px;
}
.theme-demo .title-style h3{
	font-size:40px; color:var( --black-color ); line-height:52px;  margin-bottom:20px;font-weight: 700;
	background: linear-gradient(#4142FF, #7D37FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-demo .title-style p{
	font-size:18px; color:#555c70; line-height:24px;
}
.demo-shop .container{ max-width:1480px !important;} 
.group-tabs{ text-align:center; }
.group-tabs ul.nav{
	display:inline-block;
}
.group-tabs ul.nav li{ display:inline-block; }
.group-tabs ul.nav li > a{
	font-size: 14px;
    color: #00022a;
    background-color: #f5f7fa;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    text-transform: capitalize;
    border: 0;
    border-radius: 4px;
    padding: 0 44px 0 20px;
    margin: 0 3px 10px;
    position: relative;
}
.group-tabs ul.nav li.active > a, .group-tabs ul.nav li:hover > a{
	color:#fff;
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
}
.group-tabs ul.nav li > a > span{
	position: absolute;
    font-weight: 400;
    top: 7px;
    margin-left: 5px;
    right: 7px;
    height: 26px;
    width: 26px;
    border-radius: 3px;
    font-size: 14px;
    line-height: normal;
    color: #ff3c33;
    line-height: 26px;
    background-color: #fff;
}
.group-tabs .tab-content .tab-pane{
	display:block; height:0; visibility:hidden; opacity:0;
}
.group-tabs .tab-content .tab-pane.active{
	height:auto; visibility:visible; opacity:1;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list{
	margin:0 -5px; padding:40px 10px;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item{
	padding:0 5px;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item .item-wrap{
	padding:10px; border-radius:10px;
	transition:all 0.3s;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item .item-wrap .demo-image{
	position:relative;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item .item-wrap .demo-image:before{
	height:100%;
	content:'';
	width:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	opacity:0;
	transition:all 0.3s;
	border-radius:5px;
}
.theme-demo .content-demo .item-wrap img{
	border-radius:5px;
}

.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover{
	z-index:3;
	background-color:#fff;
}
.slider-shop{
	position:relative;
}
.slider-shop:hover .res-button{
	opacity:1;
}
.slider-shop .res-button.slick-prev{
	left:-86px;
	height:56px;
	width:56px; background-color:#f5f7fa;
	display:inline-block; border-radius:28px; color:#00022a;
	top:50%;
	margin-top:-28px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	cursor:pointer;
}
.slider-shop .res-button.slick-prev:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.slider-shop .res-button.slick-next:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.slider-shop .res-button.slick-prev:before{
	content:'\e901';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.slider-shop .res-button.slick-next{
	right:-86px;
	height:56px;
	width:56px; background-color:#f5f7fa;
	display:inline-block; border-radius:28px; color:#00022a;
	top:50%;
	margin-top:-28px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	left:auto;
	cursor:pointer;
}
.slider-shop .res-button.slick-next:before{
	content:'\e902';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item .item-wrap .demo-image{
	box-shadow:0 10px 20px rgba(0, 2, 42, 0.05); border-radius:5px;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item .item-wrap .demo-image img{ border:0; border-radius:5px; }
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover .item-wrap .demo-image:before{
	opacity:1;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover .item-wrap .demo-image{
	box-shadow:none;
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover .item-wrap{
	 box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -webkit-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -o-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -ms-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
}
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover .item-wrap .demo-info h3{ font-weight:700 !important; }
.group-tabs .tab-content .tab-pane .slider-shop .slick-list .item:hover .button-review{
	opacity:1;
	height:auto;
	visibility:visible;	
}
.group-tabs .tab-content .tab-pane .slider-shop .item .demo-info h3{
	font-size:18px; font-weight:400; color:#00022a;  margin:18px 0 15px;
}
.group-tabs .tab-content .tab-pane .slider-shop .item .item-wrap .button-review{
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.theme-demo .content-demo .item-wrap .button-review{
	opacity:0;
	height:0;
	visibility:hidden;
	transition:all 0.3s;
	
}

.theme-demo-layout p.text-find{
	display:none;
}
.theme-demo-layout.active p.text-find{
	display:block;
}
.theme-demo-layout.active .grid-demo{
	display:none;
}
.theme-demo .content-demo .item-wrap{
	padding:10px; border-radius:10px;
	transition:all 0.3s;
}
.theme-demo .content-demo .demo-item{
	max-height:330px;
}
.theme-demo .content-demo .item-wrap .demo-image{
	position:relative;
}
.theme-demo .content-demo .item-wrap .demo-image:before{
	height:100%;
	content:'';
	width:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	opacity:0;
	transition:all 0.3s;
}
.theme-demo .content-demo .item-wrap img{
	border-radius:5px;
}
.theme-demo .content-demo .demo-item:hover{
	max-height:382px;
	z-index:10;
	background-color:#fff;
}
.theme-demo .content-demo .demo-item:hover .item-wrap .demo-image:before{
	opacity:1;
}
.theme-demo .content-demo .demo-item:hover .item-wrap{
	 box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -webkit-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -moz-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -o-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
    -ms-box-shadow: 0 10px 40px rgba(0, 2, 42, 0.1);
}
.theme-demo .content-demo .demo-item:hover .item-wrap .button-review{
	opacity:1;
	height:auto;
	visibility:visible;	
}
.theme-demo .content-demo .demo-info h3{
	font-size:18px; font-weight:400; color:#00022a; 
}
.theme-demo .content-demo .item-wrap .button-review{
	opacity:0;
	height:0;
	visibility:hidden;
	transition:all 0.3s;
	
}

#quicksearch{
	height:64px; min-width:970px;
	border:0; border-radius:10px; padding:0 30px;
	box-shadow:0 10px 40px rgba(0,2,42,0.07);
	margin:43px 0 50px; 
}

.ui-autocomplete{
	background-color:#fff; padding:20px;     width: 970px !important;
    border-radius: 10px; box-shadow: 0 10px 20px rgba(0,2,42,0.07); z-index:999;
}
.ui-autocomplete .ui-menu-item{
	font-size:14px; font-weight:300; color:#555c70; line-height:35px;
}
.demo-shop{ margin-bottom:14px; }
.demo-shop .title-page-style h3{ font-size:18px; color:#555c70; font-weight:300; margin-bottom:52px; text-align:center;  }
.theme-demo ul.row {
    margin: 0 -30px;
}
.demo-info-bottom{
	margin:100px 0;
}
.demo-info-bottom h3{
	font-size: 40px;
    color: #00022a;
    font-weight: 500;
    line-height: 52px;
    font-family: Roboto;
}
.demo-info-bottom p{
	font-size: 16px;
    color: #555c70;
    line-height: 24px;
    font-weight: 300;
}
.demo-info-bottom .buy-bottom{
	display: inline-block;
    height: 60px;
    line-height: 60px;
    text-transform: capitalize;
    color: #fff;
    background-color: #6ca329;
    font-weight: 500;
    padding: 0 110px;
    border-radius: 5px;
    margin: 40px 0 0;
}
.demo-info-bottom .buy-bottom:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
}
.demo-info-bottom .buy-bottom:after{
	font-family: icomoon;
    content: '\e919';
    margin-left: 10px;
}
.theme-demo .demo-item{
    position: relative;
    padding: 0 5px;
	width:20% !important;
}
.theme-demo .demo-item.hidden{
	height:0;
}
.theme-demo .demo-item.active{
	display:block !important;
	visibility:visible !important;
	left:0 !important;
	top:0 !important;
	height:auto;
}
.theme-demo .demo-item.comming-soon img{
	opacity:0.4;
}

.theme-demo .demo-item::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 15px;
    display: inline-block;
    z-index: 9;
}

.theme-demo .demo-item.hot::before {
    background: url(../images/hot.png) no-repeat left; display:block;
}

.theme-demo .demo-item.hot1::before {
    background: url(../images/hot1.png) no-repeat left; display:block;
}

.theme-demo .demo-item.comingsoon::before {
    background: url(../images/coming-icon.png) no-repeat left; display:none;
}

.theme-demo .demo-item.new::before {
    background: url(../images/new.png) no-repeat left; display:block;
}

.theme-demo .demo-item.extra::before {
    background: url(../images/icon-extra.png) no-repeat left; display:none;
}

.theme-demo .demo-item.comming-soon::before {
    background: url(../images/comming-soon.png) no-repeat left; display:none;
}
.theme-demo .demo-item.comming-soon .button-review{
	opacity:0.7;
}
.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: #ff3c20;
    border: 4px solid #ff3c20;
    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: 20px;
}

.demo-item h3 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.demo-item:hover h3 {
    font-weight:700 !important;
}

.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 {
    text-align: center;
}

.button-review {
    font-size: 14px;
    color: #fff;
	font-weight:400;
    line-height: 30px;
    padding: 0 20px;
    background: linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
    display: inline-block;
    border-radius: 5px;
    position: relative;
    border: 0;
	margin:0 0 10px;

}
.multi-layout .button-review{
	margin:0 10px; padding:0;
}
.multi-layout .button-review a:hover{
	 background: linear-gradient(0deg, rgba(200, 47, 25, 1) 0%, rgba(255, 60, 32, 1) 100%);
    color: #fff;
    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;
}
.multi-layout .title-demo{
	margin-bottom:18px;
}
.multi-layout .button-review > a{
	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;
}

.theme-demo .content-demo .demo-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fafafb !important;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01); */
    /* -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01); */
    /* -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01); */
    /* -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01); */
    /* -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01); */
    /* border: 1px solid #ededed; */
    border-radius: 6px;
}

@media(min-width: 767px) {
    .theme-demo .content-demo .demo-image.Comingsoon:hover img {
        animation: none;
    }
	.theme-demo-mobile{
		background-size:cover;
	}
    .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: 285px;
        transition: all 5s ease;
    }
*/
    @-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: linear-gradient(0deg, rgba(200, 47, 25, 1) 0%, rgba(255, 60, 32, 1) 100%);
    color: #fff;
    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: #ff3c205e;
    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: #ff3c20;
}

.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: #ff3c20;
}

/* Demo Shop Page*/
.demo-shop{
	background-color:#fff;
}
.demo-shop .title-page-style{
	margin-bottom:30px;
}
.demo-shop .title-page-style h2{
	font-size:34px; 
	color:#000;
	
	margin:0 0 26px;
}
.demo-shop .demo-info h3{ font-size:18px; }
/* New Layouts**/
.new-layouts{
	 background: url(../images/bg-new-layouts.png) no-repeat center;
	 padding: 120px 0 120px;
}
.new-layouts .title-page-style h2, .new-layouts .title-page-style p {
	color: #fff;
}
.new-layouts  .nav-tabs{
	border-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: center;
	margin: 70px 0 70px;
}
.new-layouts  .nav-tabs > li > a{
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 13px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-color: #fff;
}
.new-layouts  .nav-tabs > li.active > a, .new-layouts  .nav-tabs > li:hover > a{
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}
/* Demo Mobile*/
.theme-demo-mobile {
    background: url(../images/bg-mobile-layout.png) no-repeat center;
    position: relative;
    padding: 120px 0 120px;
	max-width: 1710px;
	margin: 0 auto;
	border-radius: 50px;
	background-size: cover;
	
}
.theme-demo-mobile .title-page-style h2{
	color:#fff; font-weight:500; margin-bottom:22px;
}
.theme-demo-mobile .title-page-style p{
	color:#aaaab5;
}
.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: #ff3c20;
}

.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;
}
.box-mobile .title-page-style{ margin:0; }
.box-mobile .title-page-style p{
	margin-bottom:0;
}

.mobile-layout .grid-demo ul{
	margin-top:40px;
	display: grid;
	grid-template-columns: 400px 400px;
	grid-column-gap: 120px;
	justify-content: center;
}
.mobile-layout .demo-item {
    background: rgba( 0,0,0, 0.3);
	border-radius: 30px;
	padding: 20px;
}
.mobile-layout .demo-item > a{
	margin-bottom: 0;
}
.mobile-layout .demo-item:hover{
	background: #fff;
}
.mobile-layout  .qrcode{
	margin: 20px 0;
	text-align: center;
	color: #fff;
}
.mobile-layout  .qrcode img{
	width: 120px;
	margin: 0 auto 15px;
	border-radius: 10px;
}

.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-elementor .box-elementor >.container{
	width:100% !important;
}

/* .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 .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;
}

.admin-demo .admin-content{
	text-align:center;
}

.hot-features {
    display: block;
}
.hot-features{
	border:0;
}
.theme-demo-demopage .slider-page {
    position: relative;
}

.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 2px solid #ff3c20;
    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 #ff3c20;
    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: linear-gradient(0deg, rgba(200, 47, 25, 1) 0%, rgba(255, 60, 32, 1) 100%);
    border-color: #ff3c20;
    box-shadow: 0 5px 10px rgba(255, 60, 32, 0.3);
}

.theme-demo-demopage .slider-page .slick-center img {
    transform: scale(1.1);
    cursor: pointer;
}

.multi-vendor {
    padding: 125px 0 0;
}

.theme-demo-demopage {
    margin: 0 0 43px;
}

.slick-slider .slick-list{
	margin: 0 -250px;
}

.slick-initialized .slick-slide {
    padding: 25px;
}

.slick-initialized .slick-slide img {
    border: 1px solid #ededed;
}

.hot-features .h-feature-item {
    height: 240px;
    overflow: hidden;
    color: #fff;
    width: 25%;
    float: left;
    border-left: 1px solid #eaebed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.hot-features .h-feature-item:nth-child( 2n + 1){
	background:linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(244,247,252,1) 65%);
}
.hot-features .h-feature-item:nth-child( 2n + 2){
	background:linear-gradient(360deg, rgba(255,255,255,1) 45%, rgba(244,247,252,1) 65%);
}
.hot-features .h-feature-item.feature-1 {
    border-left: 0 !important;
}

.hot-features .h-feature-item .hot-item-content h2 {
    font-size: 20px;
    
    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 50px;
	background: linear-gradient(60deg, rgba(228,231,255,1) 20%, rgba(255,248,255,1) 100%);
}
.all-features .title-page-style h2{
	 margin-bottom:22px; 
}
.all-features .title-page-style p{
	font-size:18px;
}
.all-features .title-page-style{
	margin-bottom: 70px;
}

.list-feature {
    margin: 10px 0 120px;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 70px;
	text-align: center;
}
.list-feature .feature-item{
	cursor: pointer;
}
.list-feature .feature-item .feature-title{
	display: flex;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #fff;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(0);
	transition: all 0.2s;
}
.list-feature .feature-item h5{
	font-size: 16px;
	color: var(--black-color);
}
.list-feature .feature-item:hover .feature-title{
	transform: translateY(-10px);
}
.list-feature .feature-item:hover h5{
	color: var(--primary-color);
}
.responsive-design .text-responsive{
	text-align: center;
	padding: 120px 0 80px;
}
.responsive-design .text-responsive h3{
	font-size:40px; color:#000;
	margin:5px 0 25px;
}
.responsive-design .text-responsive p{
	font-size: 18px;
	color: #000;
}
.testimonial-slide{
	background:linear-gradient(60deg, rgba(96,89,190,1) 20%, rgba(203,77,116,1) 100%);
	padding:120px 0;
}
.testimonial-slide .text-testimonial{ text-align:center; margin:0 0 40px; }
.testimonial-slide .text-testimonial h3{
	font-size:40px; color:#fff;
	margin:5px 0 25px;
}
.testimonial-slide .text-testimonial p{
	font-size:18px; color:#fff;
}
.testimonial-slider{
	position:relative;
}
.testimonial-slider:hover .slick-arrow{
	opacity:1;
}
.testimonial-slider .slick-arrow.slick-prev{
	left:-86px;
	height:56px;
	width:56px; background-color:#fff;
	display:inline-block; border-radius:28px; color:#00022a;
	top:50%;
	margin-top:-50px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	cursor:pointer;
	box-shadow:0 10px 40px rgba(0,2,42,0.05);
}
.testimonial-slider .slick-arrow.slick-prev:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.testimonial-slider .slick-arrow.slick-next:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
	box-shadow:none;
	color:#fff;
}
.testimonial-slider .slick-arrow.slick-prev:before{
	content:'\e901';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.testimonial-slider .slick-arrow.slick-next{
	right:-86px;
	height:56px;
	width:56px; background-color:#fff;
	display:inline-block; border-radius:28px; color:#00022a;
	top:50%;
	margin-top:-50px;
	text-align:center; line-height:56px;
	display:inline-block;
	border:0;
	left:auto;
	cursor:pointer;
	box-shadow:0 10px 40px rgba(0,2,42,0.05);
}
.testimonial-slider .slick-arrow.slick-next:before{
	content:'\e902';
	font-family:icomoon;
	font-size:24px;
	background-image:none;
	width:auto; height:auto;
}
.testimonial-slider .slick-list{
	position:relative; margin:0 -15px; padding:30px 0;
}
.testimonial-slider .slick-list .item{
	padding:0 15px;
}
.testimonial-slider .slick-list .item .item-wrap{
	background-color:#fff; padding:50px 50px 40px; border-radius:10px; text-align:left; transition:all 0.3s;
}
.testimonial-slider .slick-list .item .item-wrap:hover{
	box-shadow: 10px 0px 40px rgba(0,2,42,0.05)
}
.testimonial-slider .slick-list .item .item-wrap img{ margin-bottom:40px; border:0;}
.testimonial-slider .slick-list .item .item-wrap p{
	font-size:18px; color:#555c70; font-weight:400; line-height:32px;  margin-bottom:0;
}
.testimonial-slider .slick-list .item .item-wrap .item-name{
	font-size:18px; font-weight:500; color:#00022a; text-transform:capitalize; padding-top:22px; border-top:2px solid #eff3fa; margin-top:36px;
	display:block;
}
.testimonial-slide .view-all{
	display:inline-block;
	background-color:#fff; font-size:18px; color:#00022a; text-transform:capitalize;
	height:56px; line-height:56px; padding:0 43px; border-radius:5px; margin:30px 0 0;
}
.testimonial-slide .view-all:hover{
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%); color:#fff;
}
.testimonial-slide .view-all:after{
	font-family: icomoon;
    content: '\e919';
    margin-left: 10px;
}
.support ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0;
}
.support ul li .item{
	background:linear-gradient(60deg, rgba(228,231,255,1) 20%, rgba(255,248,255,1) 100%); padding:60px 110px 70px;
	text-align:center; transition:all 0.3s;
}
.support ul li:hover .item{
	background: #fff;
}
.support ul li .item img{ margin:0 0 35px;}
.support ul li .item h3 a{
	font-size:24px; color:var(--black-color); margin:0 0 17px; display:block;
}
.support ul li:hover .item h3 a{
	color:var(--primary-color);
}
.support ul li .item p{
	font-size:18px; color:var(--black-color);  line-height:26px; 
}
.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-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: #ff3c20;
}
.faqs-page{
	background-color:#f4f7fb;
	padding:155px 0 150px;
}
.faqs-page .container{
	width:800px !important;
}
.faqs-page h2{
	font-size:40px; font-weight:500; color:#00022a; text-align:center;  margin:0 0 50px;
}
.faqs-page .panel-group .panel{
	padding:22px 20px; background-color:#fff; border-radius:10px; border:0; box-shadow:none; margin:0 0 10px;
}
.faqs-page .panel-group .panel > a{
	font-size:18px; color:#00022a; font-weight:500;
	line-height: 23px;
    display: block;
    vertical-align: top;
	position:relative;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.faqs-page .panel-group .panel .panel-body a{ font-size:15px; color:#ff3c33; }
.faqs-page .panel-group .panel  a.item-question:after{
	content: "\e902";
	font-family:icomoon;
	position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #00022a;
	transform: rotate(-90deg);
}
.faqs-page .panel-group .panel a.item-question.collapsed:after{
	transform: rotate(90deg);
}

.faqs-page .panel-group .panel a span{
	min-width:23px; height:23px; display:inline-block; margin-right:20px;
	border-radius:3px; background-color:#ff3c33;
	color: #fff;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
	
	
}
.faqs-page .panel-group .panel .panel-collapse .panel-body{
	font-size:18px; color:#555c70; line-height:26px; padding:30px 40px 20px;
}
.buytheme-bottom {
   background: url(../images/bg-footer.png) no-repeat center;
    padding: 150px 0 160px;
}
.buytheme-bottom h2{
	font-size:50px;  margin:0 0 50px 0;font-weight: 400;
}
.buytheme-bottom h2 span{
	font-weight: 700;
	text-decoration: underline;
}
.buytheme-bottom h3{
	font-size:30px; line-height:38px; font-weight:400; color:#fff;
}
.buytheme-bottom .price{
	font-size: 120px;
	color: var(--secondary-color);
	font-weight: 700;
	padding: 30px 0;
}
.buytheme-bottom .price .sale{
	font-size: 100px;
	font-weight: normal;
	padding-left: 40px;
	color: #7c7889;
	text-decoration: line-through;
}
.buy-bottom-content {
    text-align: center;
    color: #fff;
    
}

.buy-bottom-content .buy-bottom {
   display:inline-block;
   height:60px; line-height:60px; text-transform:uppercase;
   color:#fff;  font-weight:500;
   background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(65, 66, 255, 1) 0%, rgba(125, 55, 255, 1) 80%);
   padding: 0 50px;
   border-radius:30px; 
}
.buy-bottom-content .buy-bottom:hover {
    background: var(--secondary-color);
    transition: all 0.3s;
}
.sw-content {
	position:fixed; bottom:30px; right:30px;
}
.sw-content .sw-list-buttons{
	display:none; margin-bottom:5px;
}
.sw-content .sw-list-buttons >div{
	display:flex;
	flex-direction:column-reverse;
}

.sw-content .sw-list-buttons .sw-button a{
	display:inline-block;
	width:56px; height:56px;
	border-radius:50%;
	font-size:0;
	margin:5px 0;
	vertical-align:top;
}
.sw-content .sw-list-buttons .sw-button.btn-support a{
	 background: url(../images/icon-support.png) no-repeat center #3bb17d;
}
.sw-content .sw-list-buttons .sw-button.btn-document a{
	 background: url(../images/icon-document.png) no-repeat center #f35e33;
}
.sw-content .sw-list-buttons .sw-button.btn-video a{
	 background: url(../images/icon-video.png) no-repeat center #ea0e0e;
}
.sw-content .sw-list-buttons .sw-button.btn-hosting a{
	 background: url(../images/icon-host.png) no-repeat center #3c4feb;
}
.sw-content .sw-list-buttons .sw-button a{
	position:relative;
}

.sw-content .sw-list-buttons .sw-button a .tooltiptext{
    visibility: hidden;
    position: absolute;
	height:26px;
    color: #fff;
	font-size:14px;
    text-align: center;
    padding: 0 10px;
	line-height:26px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}
.sw-content .sw-list-buttons .sw-button.btn-support a .tooltiptext{
	background-color:#3bb17d;
}
.sw-content .sw-list-buttons .sw-button.btn-document a .tooltiptext{
	background-color:#f35e33;
}
.sw-content .sw-list-buttons .sw-button.btn-video a .tooltiptext{
	background-color:#ea0e0e;
}
.sw-content .sw-list-buttons .sw-button.btn-hosting a .tooltiptext{
	background-color:#3c4feb;
}
.sw-content .sw-list-buttons .sw-button a:hover .tooltiptext {
	visibility: visible;
    opacity: 1;
}
.sw-content .sw-list-buttons .sw-button a .tooltip-left {
    right: 120%;
    top: 50%;
	margin-top:-13px;
}
.sw-content .sw-list-buttons .sw-button a .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}
.sw-content .sw-list-buttons .sw-button.btn-support a .tooltiptext::after{
	 border-color: transparent transparent transparent #3bb17d;
}
.sw-content .sw-list-buttons .sw-button.btn-document a .tooltiptext::after{
	 border-color: transparent transparent transparent #f35e33;
}
.sw-content .sw-list-buttons .sw-button.btn-video a .tooltiptext::after{
	 border-color: transparent transparent transparent #ea0e0e;
}
.sw-content .sw-list-buttons .sw-button.btn-hosting a .tooltiptext::after{
	 border-color: transparent transparent transparent #3c4feb;
}
/*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-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: #ff3c20;
    background: linear-gradient(0deg, rgba(200, 47, 25, 1) 0%, rgba(255, 60, 32, 1) 100%);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.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: #ff3c20;
}

.copyright address a {
    margin: 0;
    padding: 0 1px;
    font-size: 14px;
    color: #ff3c20;
    display: inline-block;

}

.copyright address a:hover {
    color: red;
}

	@-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);
	  }
	}
	
	@-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);
	  }
	}

	.button-buy{
		position: fixed; bottom: 30px; left: 30px; background: url(../images/icon-buy.png) no-repeat center center; z-index:10;
	}
	.button-buy a{
		width: 175px; height: 32px; display: block; font-size: 0; position: relative;
	}
	.button-buy a button{
		/* to make button in center to screen */
		position:absolute;
		top: 50%; left:50%;
		transform: translate(-50%,-50%);
		/* finish csnter */
		background: transparent;
		border: none;
		width:174px;
		height:32px;
		color:#FFF;
		text-transform:uppercase;
		letter-spacing:10px;
		border-radius:50%;
		animation: buy 3000ms linear infinite;
		border-radius: 0;
	}

	.sw-content .button-mes{
	   background: url(../images/icon-mes.png) no-repeat center center;
	}
	.sw-content .button-mes a{
		width: 56px; height: 56px; display: block; font-size: 0; position: relative;
	}
	.sw-content .button-mes a button{
		/* to make button in center to screen */
		position:absolute;
		top: 50%; left:50%;
		transform: translate(-50%,-50%);
		/* finish csnter */
		background: transparent;
		border: none;
		width:56px;
		height:56px;
		color:#FFF;
		text-transform:uppercase;
		letter-spacing:10px;
		border-radius:50%;
		animation: pulse 3000ms linear infinite;
	}
@media (min-width: 1800px){
	#demo2 .container{
		width: 1720px;
	}
}
/* RESPONSIVE */
@media (min-width: 1680px) and (max-width: 1920px) {
    .theme-demo-mobile .discover-more {
        top: 51%;
    }
	.hightlight-content .demos-web{ top:250px; }
	.hightlight-content{
		margin-top:-33px;
	}
}


@media (min-width: 1370px) and (max-width: 1445px) {
    .theme-demo-mobile .comming-soon {
        opacity: 1;
    }

}

@media (min-width: 1190px) and (max-width: 1370px) {
	.header .container {
		width: 1360px;
	}
    .device-info img {
        margin-left: 0px;
    }
	.theme-demo .demo-item{
		width:25% !important;
	}
	.theme-demo .content-demo .demo-info h3{
		margin:10px 0 17px;
	}
	.all-features-content .item-inner .description{
		padding:0;
	}
	.box-elementor .title-page-style{
		padding-left:30px;
	}
	.box-elementor .title-page-style h4{ margin-bottom:24px;}
	.box-elementor .title-page-style .item-logo{ margin-bottom:20px; }
	.support ul li .item{
		padding:60px 30px 70px;
	}
}

@media (min-width: 1200px) {

		
    .title-page h2 {
        font-size: 35px;
    }


    .hot-features .container {
        width: 100% !important;
    }

    .all-features {
        padding: 120px 0;
    }

    .hot-features {
        width: 100%;
        border-top: 1px solid #ededed;
        background-color: #f5efef;
		border-bottom: 1px solid #ededed;
    }
}

.multi-vendor .title h2 {
    letter-spacing: 2px;
}

.multi-vendor .title {
    width: 1140px;
    padding: 100px 120px;
    margin: 0px auto -150px;
}


.hot-features .h-feature-item .hot-item-content h2 {
    font-size: 20px;
}

.hot-features .h-feature-item>div h2 {
    font-size: 24px;
    color: #00022a;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px;
	
}

.hot-features .h-feature-item>div p {
    font-size: 16px;
    color: #555c70;
    margin: 0;
    line-height: 26px;
}

.title-page h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
}

.admin-demo .title-page {
    margin-bottom: 140px;
}

.admin-demo {
    padding: 0;
}
.admin-demo .title-page-style h2{
	font-weight:500; color:#00022a;
}
.admin-demo .title-page-style p{
	font-weight:300; color:#555c70;
}
.admin-demo .title-page-style{
	margin-bottom:70px;
}
.container1 img {
    margin: 0 0 50px;
}

@media (max-width: 1450px) {
	.multi-vendor .vendor-demo span {
        min-height: 145px !important;
    }
	.support .container{
		width:100%;
	}
	.hightlight-content{
		background-size:cover;
	}
}

@media (min-width: 1400px) {
 
    .demo-item.hot-item .demo-image::before {
        right: 25px;
        top: 25px;
    }

    .container.container1 {
        width: 1410px;
    }

    .demo-info h3 {
        margin: 10px 0 15px;
    }

    .hot-features .h-feature-item {
        padding: 0 60px;
    }

    .logo-wrapper {
        width: 16.6667%;
    }

}

@media (min-width: 1200px) {
    .mobile-layout>.container {
        width: 1280px;
    }

    .all-features-content .feature-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) {
    .theme-demo-demopage {
        margin: 0;
    }
	.slick-slider .slick-list{
		margin: 0;
	}
	.box-elementor .title-page-style p{
		padding-right:0;
	}
	.buytheme-bottom{
		padding:130px 0;
	}
	.hightlight-content .demos-web{top:80px; }
	.support ul li .item{
		padding:40px 30px 40px;
	}
	.all-features-content .item-inner .description{ padding:0; }
	.box-elementor .title-page-style{
		padding:0;
	}
	.support .container, .testimonial-slide .container{
		width:100% !important;
	}
	.filters-button-group button, .filters-button-group-shop button{
        margin: 0 3px 10px;
    }
	
    .buy-bottom-content div {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .title-page-style {
        margin: 0 0 30px;
    }

    .hot-features {
        padding: 0 0 60px;
    }

    .hot-features .h-feature-item {
        padding: 20px;
        height: auto;
    }

    .admin-demo {
        padding: 60px 0 0;
        margin: 0 0 60px;
    }

    .multi-vendor .vendor-demo {
        margin: 0 0 50px;
    }

    .theme-demo {
        padding: 60px 0 30px;
    }

    .theme-demo-mobile {
        padding: 60px 0 25px;
    }

    .multi-vendor .vendor-demo span {
        min-height: 170px !important;
    }
	
	.multi-vendor .vendor-demo .vendor-item:nth-child(3) span{
		min-height:192px !important;
	}
	
	.multi-vendor .vendor-demo .vendor-item:nth-child(4) span{
		min-height:192px !important;
	}
	
    .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 h2 {
        font-size: 45px;
    }


    .multi-vendor .title {
        width: 70%;
        margin: 0 auto -100px;
        padding: 30px 0;
    }

    .all-features-content .item-inner .description {
        font-size: 14px;
    }

    .logo-wrapper::before {
        right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .device-info {
        max-width: 970px;
    }
	.theme-demo .demo-item{ width:33.33% !important; }
	.theme-demo .content-demo .demo-info h3{ margin:10px 0 17px; }
    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        width: 50%;
    }
}

@media (max-width: 991px) {
	.theme-demo-mobile, #demo2 .container{
		border-radius: 0;
	}
	.intro-divider{
		display: none;
	}
	.intro-demo1 ul{
		margin-bottom: 0;
	}
	.hightlight-content .demos-web{
		top:150px;
	}
	.intro-demo1 ul{
		grid-template-columns: 1fr 1fr;
	}
	#demo2 .container .container-home-page ul, .elementor-admin-wrapper{
		grid-template-columns: 100%;
		grid-row-gap: 40px;
	}
	.list-feature{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.mobile-layout .grid-demo ul{
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}
	.support ul{
		grid-template-columns: 100%;
	}
	.testimonial-slider .slick-arrow.slick-prev{
		left:0;
	}
	.testimonial-slider .slick-arrow.slick-next{ right:0; }
	.intro-top{
		padding:60px 0;
	}
	.faqs-page .container{
		width:100% !important;
	}
	.slideshow-tutorials .slick-arrow.slick-next{ right:0; }
	.slideshow-tutorials .slick-arrow.slick-prev{ left:0; }
	#quicksearch{ min-width:100%; }
	.multi-vendor .vendor-item .vendor{ margin:0 0 50px; }
}

@media (min-width: 800px) and (max-width: 1020px) {
		.hightlight-content .demos-web{ top:70px; }
		.hightlight-content .demos-web .title-header1 img{display:none; }
		.hightlight-content .demos-web .title-header1 h3{ font-size:24px; }
		.hightlight-content .demos-web .title-header1 h1{ font-size:28px; }
		.hightlight-content .demos-web .title-header1 h4{ font-size:18px; }
		.testimonial-slide, .faqs-page, .buytheme-bottom{
			padding:60px 0;
		}		
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-features-content .feature-item {
        min-height: 170px;
    }
	.title-page-style h2{ font-size:32px; }
	.all-features-content .feature-item:nth-child(2n+1){
		clear:both;
	}
	.hightlight-content .demos-web .title-header1 h1{
		font-size:36px;
	}
	.theme-demo .content-demo .demo-image {
		height:197px;
	}
    .nav-container .navigation li {
        margin-left: 25px;
    }
	
	.theme-demo .demo-item{ width:33.33% !important; }
	.theme-demo .content-demo .demo-info h3{ margin:10px 0 17px; }
	.theme-demo .content-demo .demo-item{ max-height:270px; }
    .device-info {
        max-width: 750px;
        margin: -330px auto 0;
    }
	.multi-vendor .vendor-demo .vendor-item:nth-child(3) span{
		min-height:auto !important;
	}
	
	.multi-vendor .vendor-demo .vendor-item:nth-child(4) span{
		min-height:auto !important;
	}
    .navigation-logo .logo-wrapper {
        float: left;
        width: 15%;
		padding-top:5px;
    }


    .nav-container .navigation li a {
        font-size: 10px;
    }

    .navigation-logo .nav-wrapper {
        float: left;
        width: 70%;
    }
	.navigation-logo .purchase-wrapper{
		width:15%;
		float:right;
	}
	.purchase-wrapper a{
		background-size:contain; font-size:12px; padding:0 10px;
	}
	
	.nav-container .navigation{ margin:0; padding-top:5px; }
    .navigation-logo .nav-wrapper .purchase-wrapper {
        width: auto;
    }
	.intro-demo1 .intro-item:first-child{
		text-align:center;
	}
	.intro-demo1 .intro-item:first-child img{
		margin:0 0 40px;
	}
    ..nav-container .navigation {
        padding-top: 6px;
    }

    .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;
        min-height: 205px;
        width: 50%;
    }
}

#purchase-menu {
    display: none;
}

@media (max-width: 767px) {
	.button-review{ padding:0 15px;}
	.hightlight-content{
		background-size:cover;
	}
    .multi-vendor,
    .box-elementor {
        padding: 50px 0 0;
    }
	.intro-demo1 .intro-item:first-child{
		text-align:center;
	}
	.intro-demo1 .intro-item:first-child img{
		margin:0 0 40px;
	}
	.theme-demo-mobile{
		background-size:cover;
	}
	.theme-demo .demo-item{
		width:50% !important;
	}
	.theme-demo .content-demo .demo-info h3{ margin:10px 0 17px; }
    .title-page-style .item-logo,
    .box-elementor .title-page-style h2 {
        margin: 0 0 20px;
    }

    .theme-demo .content-demo .demo-image {
        height: 270px;
        /* height: 270px; */
    }

    .theme-demo .demo-item::before {
        left: 10px;
    }
	.testimonial-slide, .faqs-page, .buytheme-bottom{
		padding:60px 0;
	}
	 .support{
		 padding:60px 0 0px;
	 }
    .theme-demo ul.row {
        margin: 0 -15px;
    }

    .theme-demo .demo-item {
        padding: 0 15px;
    }
	.multi-vendor .vendor-demo .vendor-item:nth-child(3) span{
		min-height:auto !important;
	}
	
	.multi-vendor .vendor-demo .vendor-item:nth-child(4) span{
		min-height:auto !important;
	}
    .click-menu {
        display: block !important;
        z-index: 99;
    }

    .buy-bottom-content h4,
    .buy-bottom-content div {
        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;
    }

    .buy-bottom-content div {
        font-size: 25px;
    }

    .buy-bottom-content div {
        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 h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .hightlight-content .demos-web .title-header1 h2 {
        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 div {
        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 div {
        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 15px 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;
    }

    .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%;
    }
	.hightlight-content .demos-web{ margin:0; }
    .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;
    }
	.all-features-content .feature-item:nth-child(2n+1){
		clear:both;
	}
}

@media (max-width: 480px) {
    .img_footer {
        margin-bottom: -115px;
    }
	.content-left .wrap-content{
		padding: 0;
	}
	.intro-demo1 ul, .mobile-layout .grid-demo ul{
		grid-template-columns: 100%;
	}
	.list-feature{
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.list-feature .feature-item .feature-title{
		width: 150px;
		height: 150px;
	}
	.faqs-page .panel-group .panel a{ font-size:14px; padding-right:25px; }
	.faqs-page .panel-group .panel .panel-collapse .panel-body{ font-size:14px; padding:20px 15px 10px; }
	.buy-bottom-content .buy-bottom{ padding:0 60px; }
	.faqs-page h2, .support .title-support h2{ font-size:24px; }
	.group-tabs .tab-content .tab-pane .slider-shop .slick-list{ padding:40px 0;}
    .slideshow-tutorials .slick-list .item{ padding:0; }
	.buytheme-bottom h2{ font-size: 30px; }
	.buytheme-bottom h3{ font-size:24px; line-height:42px; }
	.intro-top .title-page-style h2{ font-size:28px; line-height:44px; }
	.buytheme-bottom .price, .buytheme-bottom .price .sale{
		font-size: 70px;
	}
	.theme-demo .demo-item{
		width:50% !important;
	}
    .demo-info h3 {
        font-size: 14px;
    }
	.demo-info-bottom .buy-bottom{
		padding:0 50px;
	}
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        display: none !important;
    }

    .title-page-style h2 {
        font-size: 25px;
    }

    .theme-demo .content-demo .demo-image {
        height: 150px;
        /* height: 270px; */
    }
	.theme-demo .demo-item::before{ left:15px; }
	.theme-demo .content-demo .demo-item{ max-height:220px; }
	.demo-info-bottom h3{
		font-size:24px; margin:0 0 20px; line-height:36px;
	}

    .header {
        padding: 15px 0; 
		position:relative;
    }
	.header .nav-wrapper{
		padding: 10px;
	}

    .mobile-layoutmobile-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 h3 {
        line-height: 40px;
    }

    .hightlight-content .demos-web .title-header1 h2 {
        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 div {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .all-features-content .feature-item {
        width: 100%;
    }
	.hightlight-content .demos-web .title-header1 h1{ font-size:36px; line-height:46px; }
	.intro-demo1 .intro-item:first-child img{
		margin:0 0 60px;
	}
	.intro-demo1 .intro-item:nth-child(2){
		margin:0 0 60px;
	}
	.tutorials-slide .text-tutorials h2, .theme-demo .title-style h3{ font-size:32px; line-height:46px; }
	.intro-demo2 .intro-item{ margin:0 0 40px; }
    .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 */
.vendor-demo {
    margin-bottom: 150px;
}

.admin-demo .admin-content img {
    margin: 0 0 55px;
    display: inline-block;
}

.multi-vendor .vendor-demo .vendor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.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-weight: bold;
    color: #222 !important;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}

.multi-vendor .vendor-demo h3 a:hover {
    color: #ff3c20 !important;
}

.multi-vendor .vendor-demo span {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    display: block;
    margin-bottom: 30px;
    min-height: 100px;
    text-align: center;
}

.multi-vendor .vendor-demo .buton {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
    border: 0;
    font-weight: bold;
    display: inline-block;
    padding: 0 35px;
    border-radius: 5px;
	background:linear-gradient(92deg, rgba(255,78,32,1) 20%, rgba(222,1,26,1) 100%);
}

.multi-vendor .vendor-demo .buton:hover {
    background: linear-gradient(0deg, rgba(200, 47, 25, 1) 0%, rgba(255, 60, 32, 1) 100%);
    color: #fff;
    border-color: #ff3c20;
    -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;
}
@media (max-width: 1680px) {
	.multi-layout .title-demo{ margin-bottom:13px; }
}

@media (max-width: 1199px) {
	.multi-layout .button-review > a {
       padding:0 15px;
    }
}

@media (max-width: 991px) {
	.filters-button-group button, .filters-button-group-shop button{
        margin: 0 5px 5px;
        width: 45%;
    }
	#entersomething{ min-width:100%; }
	.demo-shop .filters-button-group-shop button{ margin-bottom:10px }
    .multi-vendor .vendor-demo span {
        min-height: auto !important;
    }

    .mobile-layout .demo-item {
        padding: 0 15px;
    }

    .buy-bottom-content div {
        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;
    display: inline-block;
}

.demopage-layout .content-demo {
    margin-top: 5px;
    margin-bottom: 45px;

}

.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 #fff;
}

.click-menu.closex {
    border: 1px solid #ff3c20;
}
@media (max-width: 480px) {
	.hightlight-content{
		max-height:710px;
	}
	.elementor-admin{
		margin: 50px 0;
	}
	.hightlight-content .demos-web .title-header1 img{ display:none; }
	.multi-layout .button-review{ margin:5px 0;}
	.theme-demo .grid-demo{ padding:0 15px; }
	.theme-demo .demo-item{ padding:0 5px; }
	.theme-demo .grid-demo .grid{ margin-left:-5px; margin-right:-5px; }
	.filters-button-group button{
		display: inline-block;
		vertical-align: top;
		white-space: normal;
		width: 220px;
	}
	.filters-button-group{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
}

  