body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #969696;
}

a,
.btn,
.key-feature ul li,
.video-img #play {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus {
	text-decoration: none !important;
}

a:focus,
a:hover {
	color: #04d39f;
	text-decoration: none !important;
}

a,
button,
input {
	outline: medium none !important;
	color: #04d39f;
}

.uppercase {
	text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #282a39;
	margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1,
.h1 {
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}

h2,
.h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 58px;
}

h3,
.h3 {
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
}

h4,
.h4 {
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
}

h5,
.h5 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

h6,
.h6 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	font-weight: normal;
	line-height: 1.5;
	color: #6f6f6f;
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0px;
}

*::-moz-selection {
	background: #04d39f;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #04d39f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #04d39f;
	color: #fff;
	text-shadow: none;
}


/***************************
Page section margin padding
****************************/

.page-section-ptb {
	padding: 100px 0;
}

.page-section-pt {
	padding: 100px 0 0;
}

.page-section-pb {
	padding: 0 0 100px;
}


/*************************
    Text color
*************************/

.white-bg {
	background: #fff;
}

.gray-bg {
	background: #f5f5f5;
}

.dark-gray-bg {
	background: #14161d;
}

.theme-bg {
	background: #04d39f;
}

.black-bg {
	background: #14161d;
}

.gradient-bg {
	background: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
}


/*************************
    Text color
*************************/

.theme-color {
	color: #04d39f;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #282a39;
}

.text-pink {
	color: #e1135c;
}


/*************************
    margin
*************************/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}


/***************************
Font Family
****************************/


/*.shadows-family { font-family: 'Shadows Into Light Two', cursive; font-weight: 400;  }*/


/***************************
section-title
****************************/

.section-title {
	margin-bottom: 35px;
}

.section-title h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
	line-height: 54px;
	position: relative;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.section-title h2:before {
	position: absolute;
	content: "";
	width: 80px;
	background: #04d39f;
	height: 2px;
	bottom: 0;
}

.section-title.title-center h2:before {
	left: 50%;
	margin-left: -40px;
}

.section-title p {
	line-height: 24px;
}

.container-fluid {
	padding: 0 100px;
}


/***************************
Button
****************************/

.btn.btn-primary {
	background: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
	border-radius: 0;
	border: 0;
}

.btn.btn-primary:hover {
	background-color: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
}

.button {
	position: relative;
	background: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
	font-size: 16px;
	padding: 18px 30px 18px 30px;
	color: #ffffff;
	display: inline-block;
	box-shadow: 0 5px 22px rgba(4, 211, 149, 0.4);
}

.button i {
	padding-left: 10px;
}

.button:hover,
.button:focus,
.button:active {
	color: #ffffff;
}


/*button white*/

.button.white {
	background: #ffffff;
	color: #04d39f;
}

.button.white:hover,
.button.white:hover i {
	color: #04d39f;
}


/*button black*/

.button.black {
	background: #14161d;
	color: #ffffff;
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.4);
}

.btn.btn-sm {
	padding: 10px 20px;
	border-radius: 3px;
}

.ciyashop-application .btn.btn-sm:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #04d39f;
}

.divider {
	width: 100px;
	background: #ffffff;
	height: 3px;
	margin: 0 auto;
}


/***************************
Title
****************************/

.main-title.light-title h4 {
	color: #585965;
	font-weight: 600;
}

.main-title p,
.main-title i {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: 500;
}

.black-bg .main-title.light-title h4 {
	color: #ffffff;
}

.black-bg .main-title p,
.black-bg .main-title i {
	color: #ffffff;
}


/***************************
Header
****************************/

header .container-fluid {
	padding: 0 30px;

}

header .container-fluid .row {
	margin-left: -0px;
	margin-right: -0px;
}

header {
	position: absolute;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.8);
}


/*header .logo img { height: 44px; }*/

header .nav {
	padding: 24px 0;
	display: inline-block;
	vertical-align: top;
}

header .purchase-now {
	display: inline-block;
	margin-left: 20px;
}

header .purchase-now .button {
	padding: 22px 30px 22px 30px;
	background: #14161d;
	box-shadow: none;
	font-size: 14px;
	display: flex;
	align-items: center
}

header .purchase-now .button svg {
	margin-right: 14px;
}

.nav ul li {
	display: inline-block;
}

.nav ul li a {
	color: #282a39;
	padding: 0px 18px;
	font-weight: 600;
}

.nav ul li a:hover,
.nav ul li a.active {
	color: #04d39f;
}

header .d-md-block {
	display: inline-block !important;
}

header.inner-header {
	background: #ffffff;
}

header.inner-header .purchase-now .button {
	background: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
}


/***************************
Main Banner
****************************/

.main-banner {
	background: url('../images/banner/main-banner-new.jpg');
	padding: 160px 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.cet-number h2 {
	display: block;
	font-size: 48px;
	line-height: 52px;
	font-weight: 600;
	margin-right: 20px;
	margin-bottom: 0;
}

.cet-number span {
	font-size: 18px;
	color: #282a39;
}

.banner-title h1 {
	font-size: 38px;
	line-height: 50px;
}

.banner-list p {
	font-size: 16px;
	font-weight: 500;
}

.main-banner .btn.btn-primary:hover,
.main-banner .btn.btn-primary:not(:disabled):not(.disabled).active,
.main-banner .btn.btn-primary:not(:disabled):not(.disabled):active {
	background: #ffffff;
	color: #04d39f;
	border-color: #ffffff;
}

.main-banner .btn.btn-primary.focus,
.main-banner .btn.btn-primary:focus,
.main-banner .btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.main-banner .btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.main-banner .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.video-tutorials-inner {
	background: url('../images/banner/main-banner-02.jpg');
}


/***************************
Isotope
****************************/

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}


/***************************
Portfolio
****************************/

.portfolio {
	position: relative;
	z-index: 9999;
}

.isotope-filters {
	background: #ffffff;
	text-align: center;
	padding: 28px 0px;
}

.isotope-filters button {
	font-size: 14px;
	padding: 3px 0px;
	color: #282a39;
	border: none;
	border-bottom: solid 3px transparent;
	background: transparent;
	cursor: pointer;
	margin: 0 1px;
}

.isotope-filters button:focus {
	outline: none;
	outline-style: none;
	outline-offset: 0;
}

.isotope-filters button.active {
	border-bottom: solid 3px #04d39f;
	border-radius: 0;
}

.isotope.columns-4 .grid-item {
	width: 25%;
	padding: 25px;
}

.isotope.columns-4 .grid-item .portfolio-item img {
	width: 100%;
}

.isotope.columns-3 .grid-item {
	width: 33.333%;
	padding: 10px;
	margin-bottom: 30px;
}

.isotope.columns-3 .grid-item .portfolio-item img {
	width: 100%;
}

.portfolio-item {
	/*padding: 0px 25px 25px; */
	text-align: center;
	width: 100%;
	position: relative;
	color: #fff;
	border: 0;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-image {
	-webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.portfolio-item a {
	text-align: center;
	margin-top: 30px;
	color: #585965;
	text-transform: capitalize;
}

.portfolio-item a.page-name {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	text-align: center;
}

.portfolio-item:hover .portfolio-image {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.portfolio-item:hover {

transform: translateY(-10px);}


.portfolio-item:hover a {
	color: #323232;
}

.one-click {
	border: 2px dotted rgba(0, 0, 0, 0.06);
	display: inline-block;
	border-radius: 70px;
	position: relative;
	border-style: dashed;
}

.one-click .one-click-btn {
	background: #04d39f;
	color: #ffffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50px;
	padding: 0;
	position: absolute;
	left: 0;
	font-size: 40px;
	top: -9px;
	box-shadow: 0 0 45px 1px rgba(4, 211, 149, 0.5);
}

.one-click .one-click-btn>i {
	position: relative;
	top: 5px;
	left: 5px;
}

.one-click h6 {
	display: inline-block;
	padding: 30px 40px 30px 140px;
}


.portfolio-item .portfolio-image {
    position: relative;
    transition: all 0.3s ease-in-out;
}


.portfolio-item .portfolio-image:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-image:before {
    opacity: 1;
}


.portfolio-item .portfolio-button {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding: 0 30px;

}

.portfolio-item .portfolio-button .demo-button {
    display: inline-block;
    padding: 6px 12px 6px 7px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto 8px auto;
    transition: all 0.3s ease-in-out;
}
.portfolio-item .portfolio-button .demo-button span {
	margin-left: 6px;
}
.portfolio-item:hover .portfolio-image .portfolio-button {
    opacity: 1;
    top: 50%;
}



/***************************
Masonry
****************************/

.masonry .portfolio-item {
	padding: 0;
}

.masonry .portfolio-item .portfolio-image .new-label {
	right: -7px;
	width: 46px;
	height: 46px;
	line-height: 14px;
	padding: 10px 0;
}

.masonry-main .isotope-filters {
	padding: 0px 220px 40px;
}

.masonry-main .masonry.columns-4 .masonry-item {
	padding: 10px;
}

.masonry-main .isotope-filters button {
	margin: 8px 20px;
	position: relative;
}

.isotope-filters button.active {
	box-shadow: inherit;
}

.page-section-ptb.video-tutorials.masonry-main {
	padding-top: 0px;
}


/***************************
Action Box
****************************/

.action-box {
	/*background: url('../images/action-bg.jpg'); background-size: cover;*/
	padding: 80px 0px;
}


/***************************
Ciyashop Studio
****************************/

.list-style li {
	font-size: 16px;
	font-weight: 500;
	color: #282a39;
	line-height: 30px;
	padding: 6px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.list-style li svg {
	margin-right: 20px;
	color: #04d39f;
	font-size: 40px;
}

.list-style li:last-child {
	border-bottom: 0;
}

.speed-test {
	padding-bottom: 130px;
}

.speed-test ul {
	padding-right: 20px;
	margin-top: 20px;
	display: inline-block;
	clear: both;
}

.speed-test ul li {
	display: inline-block;
	width: 33.333%;
	float: left;
}

.speed-test-box img {
	box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.1);
}

.speed-test-link ul li a img {
	transition: all 0.5s ease-in-out;
	height: 32px;
}

.speed-test-link ul li a img:hover {
	transform: scale(1.1);
}

.theme-option {
	padding-bottom: 70px;
	margin-top: 80px;
}


/***************************
layout Option
****************************/

.nav.nav-pills {
	margin-bottom: 40px;
}

.nav-pills .nav-link {
	font-size: 18px;
	line-height: 30px;
	border-radius: 30px;
	padding: 10px 40px;
	color: #282a39;
	border: 1px solid rgba(0, 0, 0, 0.09);
	margin: 0 2px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
	background: #04d39f;
	color: #ffffff;
	border-color: #04d39f;
	box-shadow: 0px 13px 43px rgba(4, 211, 159, 0.4);
}


/***************************
Theme feature
****************************/

.key-feature ul li {
	text-align: center;
	list-style: none;
	width: 14.2857%;
	padding: 2%;
	float: left;
}

.key-feature .key-feature-list img {
	height: 42px;
}

.key-feature .key-feature-list .key-feature-icon {
	position: relative;
	padding: 30px 30px 35px 30px;
	background: #ffffff;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.key-feature ul li span {
	display: block;
	color: #585965;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 0px 6%;
	min-height: 42px;
}

.key-feature ul li:hover .key-feature-icon {
	box-shadow: 0px 8px 17px 0 rgba(0, 0, 0, 0.1);
}

.key-feature ul li .key-feature-icon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	bottom: 0;
	background: #04d39f;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.key-feature ul li:hover .key-feature-icon:before {
	height: 5px;
}

ul.key-feature-list {
	transition: all 0.3s ease-out 0s;
}

ul.key-feature-list:hover li {
	opacity: 0.5;
}

ul.key-feature-list li {
	opacity: 1;
}

ul.key-feature-list li:hover {
	opacity: 0.5;
}

ul.key-feature-list:hover li:hover {
	opacity: 1;
}


/***************************
Header Footer
****************************/

.header-footer {
	padding-left: 100px;
	padding-right: 100px;
}


/***************************
Support
****************************/

/*.support-details { background: #ffffff; padding: 40px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }*/

.support-step {
	font-size: 20px;
	color: #585965;
}

.support-step .cet-number {
	background-size: 100%;
	width: 70px;
	padding: 17px 0;
	text-align: center;
	height: auto;
	font-size: 22px;
	margin-bottom: 20px;
}

.support-step .cet-number~span {
	display: block;
	font-weight: 600;
}

.support-step .title {
	display: block;
	font-weight: 600;
	margin-top: 15px;
	font-size: 17px;
}

.support-step .support-icon~span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #969696;
}


/***************************
plugin-box
****************************/

.plugin-box .plugin-box-icon-main {
	position: relative;
}

.plugin-box .plugin-box-icon {
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
	max-width: 130px;
	display: inline-block;
	border-radius: 3px;
}

.plugin-box .plugin-box-plus-icon {
	position: absolute;
	right: -20px;
	top: 50%;
}

.plugin-box .plugin-box-plus-icon i {
	font-size: 20px;
	font-weight: bold;
	color: #282a39;
}

.plugin-total .total-number {
	background: url('../images/plugins-logo/shape-02.png');
	width: 146px;
	height: 128px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding: 22px 0px;
	background-repeat: no-repeat;
}

.plugin-total h4 {
	display: inline-block;
}

ul.plugin-box-free {
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.plugin-box-free li {
	width: 11.11%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	vertical-align: top;
}

ul.plugin-box-free li h6 {
	font-size: 15px;
	line-height: 22px;
}

footer hr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 80px;
	display: block;
}

footer .blr {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .br {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}


/*==========================================*/


/* Back To Top */


/*==========================================*/

#back-to-top .top {
	z-index: 999;
	margin: 0px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 40px;
	font-size: 16px;
	background: #14161d;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 43px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#back-to-top .top .ti-angle-up {
	font-weight: bold;
}

#back-to-top .top:hover {
	background: #04d39f;
}


/***************************
Video Tutorials
****************************/

.main-banner.video-tutorials-inner {
	padding: 220px 0px 90px
}

.video-tutorials .container-fluid [class*='col-'] {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
}

.video-tutorials .video-details {
	background: #f5f5f5;
	padding: 20px;
	border: 1px solid #eaeaea;
}

.video-tutorials .video-details p {
	display: inline-block;
	width: 100%;
	color: #6f6f6f;
	line-height: 22px;
}

.video-tutorials .video-img {
	position: relative;
}

.video-tutorials .isotope-filters button {
	padding: 3px 8px;
}

/*.main-banner-studio .video-img  { position: relative; display: inline-block; }
.main-banner-studio .video-img:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; right: 0; background: rgba(0,0,0,0.4); }*/


/* Play Button */

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.video-img .stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4, 5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	transition: opacity 1s ease, stroke-width 1s ease;
}

.video-img .stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.video-img .icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.video-img #play {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin-left: -50px;
	margin-top: -50px;
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.video-img #play:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.video-img #play:hover .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}

.video-img #play:hover .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}

.video-img #play:hover .icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.video-img .button {
	position: static;
	background: inherit;
	font-size: inherit;
	padding: inherit;
	border-radius: inherit;
	color: inherit;
	display: inherit;
}

.video.check-cet-demo i {
	margin-right: 8px;
	margin-top: 3px;
	float: left;
}

.video.check-cet-demo .btn {
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 13px;
}

/* List */
.achieved-speed-list li i {
	margin-right: 6px;
}

.achieved-speed-list li a {
	margin: 0px 4px;
}


/***************************
Speed Test
****************************/

.page-speed .main-banner.video-tutorials-inner {
	padding: 220px 0px 200px;
}

.page-speed .e-feature {
	margin-top: -80px;
}

.page-speed .e-feature .e-feature-details {
	padding: 50px 20px 40px 20px;
}

.page-speed .e-feature .container-fluid [class*='col-'] {
	padding-left: 15px;
	padding-right: 15px;
}

.speed-info {
	font-size: 18px;
}

.speed-info span {
	display: block;
	color: #04d39f;
}

.speed-info span b {
	font-weight: normal;
	color: #969696;
}

.ciyashop-fixed-buy {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 999;
}

.ciyashop-fixed-buy a {
	display: inline-block;
	background: #e1135c;
	padding: 9px 16px;
	border-radius: 3px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-weight: 600;
}

.ciyashop-fixed-buy a i {
	padding-left: 10px;
	font-weight: 600;
}

.ciyashop-fixed-buy:hover a {
	transform: translateY(-2px);
	box-shadow: 0px 12px 33px rgba(0, 0, 0, 0.23);
}

.ciyashop-fixed-app {
	position: fixed;
	left: 50px;
	bottom: 102px;
	z-index: 999;
}

.ciyashop-fixed-app a {
	display: inline-block;
	background: #e1135c;
	border-radius: 3px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-weight: 600;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}

.ciyashop-fixed-app a.android {
	position: fixed;
	left: 50px;
	bottom: 154px;
}

.live-customizer.video-img #play {
	background: #04d39f;
	box-shadow: 0 5px 22px rgba(4, 211, 149, 0.4);
	border-radius: 50%;
	padding: 25px;
	left: 50%;
}


/*ciyashop-application*/

.ciyashop-application {
	background: #14161d url(../../assets/images/bg/02.png);
	background-position: center center;
}

.portfolio-item .portfolio-image {
	position: relative;
}

.portfolio-item .portfolio-image .new-label {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	color: #e1135c;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
 	box-shadow: 0 9px 9px rgb(0 0 0 / 10%);
	border: 1px solid #eee;
}
.portfolio-item .portfolio-image .new-label img {
	height: 25px;
}

.portfolio-item.coming-soon:hover .portfolio-image {
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
	transform: inherit;
}

.portfolio-item.coming-soon .portfolio-image img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
	filter: blur(5px);
}

.portfolio-item.coming-soon a {
	cursor: inherit;
}

.portfolio-item.coming-soon .portfolio-image h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 9;
	text-shadow: 0px 0px 15px rgb(255, 255, 255);
	font-size: 40px;
	line-height: 50px;
}

.masonry.columns-4 .masonry-item {
	width: 25%;
	padding: 0 15px 15px 0;
}


/*img-side*/

.img-side.img-left {
	left: 0;
}

.img-side.img-right {
	right: 0;
}

.img-side {
	padding: 0;
	position: absolute!important;
	top: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}


/*mobile-app*/

#mobile-app .black-bg {
	padding-bottom: 500px;
}

.mobile-app-step {
	position: relative;
	border: 2px solid #33363d;
	padding: 50px 30px;
	overflow: hidden;
	height: 100%;
}

.mobile-app-step .title {
	display: table;
	position: relative;
	z-index: 1;
	font-size: 20px;
}

.mobile-app-step .title strong {
	display: table-cell;
	padding-right: 20px;
	font-size: 72px;
	line-height: 72px;
	font-weight: 600;
	vertical-align: top;
}

.mobile-app-step .title span {
	display: table-cell;
	vertical-align: top;
}

.mobile-app-step p {
	color: rgba(255, 255, 255, .7);
	position: relative;
	z-index: 1;
}

.mobile-app-step svg {
	position: absolute;
	right: -60px;
	bottom: -60px;
	z-index: 0;
}

.available-app {
	margin-top: -500px;
}

.svg-ani {
	stroke-dasharray: 10;
	animation: ani 4s linear infinite;
}


/* Changeloag */

.changelog ul li {
	margin-bottom: 7px;
	list-style-position: inside;
	font-size: 16px;
}

.changelog ul li ul {
	margin: 10px 30px;
}

.changelog span {
	border-bottom: 1px dashed #969696;
	font-style: italic;
	font-size: 13px;
	margin-left: 5px;
}

.changelog h4 {
	font-size: 30px;
}

.log-title {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 10px;
	list-style-type: none;
	color: #282a39;
}


/* CiyaShop Studio */

.main-banner-studio {
	padding: 200px 0 0;
}

.ciyashop-studio .popup-youtube {
	margin-bottom: 20px;
}


/* Animation style start */

.animateblock {
	opacity: 0;
}

.animateblock.animated {
	opacity: 1;
}

@keyframes ani {
	to {
		stroke-dashoffset: 100;
	}
}


/*header-elements*/

.header-elements-main [class*=col-] {
	margin-top: 20px;
}

.header-elements {
	display: table;
	background: #ffffff;
	padding: 6px 10px;
	height: 100%;
	width: 100%;
}

.header-elements .icon {
	display: table-cell;
	width: 70px;
}

.header-elements .info {
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
}

.header-elements .info h6 {
	margin-bottom: 5px;
}

.header-elements .info p {
	font-size: 12px;
	margin-bottom: 0;
}




/***************************
Tab features
****************************/
.intro-features {
	text-align: center;
}

.intro-features .features {
	background: #ffffff;
	padding: 40px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
}

.intro-features .features:hover {
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);

}
.intro-features .features h6 {
	margin: 15px 0;
	color: #04d39f;
}

.intro-features .features p {
	color: #969696;
	margin-bottom: 0;
}

/* Hover Icon */
.intro-features .features:before {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.6);
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.intro-features .features .play-button,
.intro-features .features .link {
	opacity: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #00c7b1 0%, #00de8c 100%);
	line-height: 54px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	box-shadow: 0px 13px 43px rgba(4, 211, 159, 0.4);
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.intro-features .features.feature-popup:hover:before {
	opacity: 1;
}

.intro-features .features.feature-popup:hover .play-button,
.intro-features .features.feature-popup:hover .link {
	opacity: 1;
	top: 50%;
}


/***************************
Tab plugins
****************************/
.intro-plugins {
	text-align: center;
}

.intro-plugins [class*='col-'] {
	background: #ffffff;
	padding: 50px 70px;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	transition: all 0.3s ease-out 0s;
}

.intro-plugins [class*='col-']:nth-child(3n-3) {
border-right: none;
}


.intro-plugins [class*='col-']:hover {
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
	z-index: 1;

}
.intro-plugins .plugins h6 {
	margin: 15px 0;
	color: #04d39f;
}

.intro-plugins .plugins p {
	color: #969696;
	margin-bottom: 0;
}


/************************************************************************************************************
intro filter
*************************************************************************************************************/

.demo-filter-search {
	position: relative;
	text-align: center;
	max-width: 41.5%;
	margin: 0 auto;
	/*padding: 5px;*/
	/*background: #efefef;*/
}

.demo-filter-search input {
	width: 100%;
	height: 42px;
	padding: 0 15px 0 40px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #969696;
	background-color: white;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}

.demo-filter-search:after {
	position: absolute;
	content: "\e610";
	font-size: 16px;
	font-family: 'themify';
	left: 0;
	top: 0;
	height: 42px;
	width: 45px;
	line-height: 45px;
	text-align: center;
}

.ciya-studio-search-box:after {
	left: 13px;
}

.demo-filter.nav-tabs {
	display: table;
	margin: 0 auto;
	padding: 2px 150px 10px;
	text-align: center;
	border-bottom: 0;
}

.demo-filter.nav-tabs .nav-item {
	display: inline-block;
}

.demo-filter.nav-tabs .nav-item #demo-tab .demo-item-count {
	right: -28px;
}

.demo-filter.nav-tabs .nav-item.ciyashop-studio .demo-item-count {
	right: -33px;
}

.demo-filter.nav-tabs .nav-item #language-tab .demo-item-count {
	right: -15px;
}

.demo-filter.nav-tabs .nav-item .nav-link.active {
	border-bottom: solid 3px #04d39f;
	border-radius: 0;
}
.demo-filter.nav-tabs .nav-item .nav-link:hover {
	border-bottom: solid 3px #04d39f;
	border-radius: 0;
}

.demo-filter.nav-tabs .nav-item .nav-link,
.demo-filter.nav-tabs .nav-item a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding: 2px;
	color: #363636;
	border-radius: 3px;
	background: transparent;
	cursor: pointer;
	margin: 10px 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px transparent;
}

.demo-filter.nav-tabs .nav-item .nav-link#features-tab,
.demo-filter.nav-tabs .nav-item a#features-tab {
	margin-right: 0;
}

.demo-item-count {
	position: absolute;
	right: -22px;
	top: -6px;
	line-height: 1;
	font-size: 11px;
	padding: 3px 5px;
	color: #363636;
	border-radius: 3px;
	background: rgba(0,0,0,0.1);
}

.active .demo-item-count {
	color: #fff;
	background: #323232;
}

.overflow-hidden {
	overflow: hidden;
}

.pages-demo { margin-top: -40px; }

.pages-demo .container-fluid {
	padding: 0 20px;
}

.portfolio-wrap {
	width: 16.66666666666667%;
	padding: 0 15px;
	margin-bottom: 30px;
}


.button.demo-btn{
		margin-left: 2px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    background: #f8f6fb;
    color: #11121b;
    display: inline-block;
    border-radius: 50%;
    padding: 0 8px;
    box-shadow: none;
}

.button.demo-btn i{ padding: 0 }
.button.demo-btn:hover {
	background: #11121b;
    color: #ffffff !important;
}



.masonry-main .isotope-filters button:first-child .demo-item-count {
	right: -30px;
}





/*=====================================
	 Intro Menu Tab More link
=======================================*/
.demo-filter .nav-item-more{
	display: inline-block;
}
.demo-filter .nav-item-more .btn.dropdown-toggle{
	position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    color: #363636;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    margin: 10px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: solid 3px transparent;
	width: auto;
    display: inline-block;
}
.demo-filter .nav-item-more .btn.dropdown-toggle:focus{
	box-shadow: none;
}
.demo-filter .nav-item-more.show .dropdown-menu.show {
    display: block;
    width: 210px;
}
.demo-filter .nav-item-more .nav-item{
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.demo-filter .nav-item-more .nav-item;:last-child{
	border-bottom: medium none;
}
.demo-filter.nav-tabs .nav-item-more .nav-item .nav-link, .demo-filter.nav-tabs .nav-item-more .nav-item a{
	width: auto;
	display: inline-block;
}


@media (max-width: 1600px) {
	.portfolio-wrap {
		width: 20%;
	}
}


@media (max-width: 1366px) {

}

@media (max-width: 1199px) {
	.portfolio-wrap {
		width: 25%;
	}
}


@media (max-width: 1024px){
	.pages-demo { margin-top: -30px; }
	.demo-filter.nav-tabs{ padding: 0px 170px 10px; }
}


@media (max-width: 991px) {
	.pages-demo{ margin-top: 30px; }
	.demo-filter.nav-tabs{ padding: 10px 0; }
	.portfolio-item a.page-name {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.pages-demo {
    	margin-top: 20px;
	}
	.portfolio-wrap {
		width: 33.333333333%;
		padding: 0 15px;
	}
	.demo-filter-search{
		max-width: 80%;
	}
	.display-section h2 {
		font-size: 44px;
	}
}


@media (max-width: 574px) {
	.portfolio-wrap {
		width: 50%;

	}

}


/************************************************************************************************************
Responsive
*************************************************************************************************************/

@media (max-width: 1600px) {
	.ciyashop-studio {
		padding-top: 0;
	}
	.speed-test {
		padding-top: 0;
	}
	.theme-option {
		padding-top: 0;
	}

}

@media (max-width: 1400px) {
	.masonry-main .isotope-filters {
		padding: 0px 38px 20px;
	}
	/* Compatible Plugins */
	ul.plugin-box-free li {
		width: 12.11%;
	}
	.mobile-app-step {
		padding: 30px 30px;
	}
	.mobile-app-step .title strong {
		font-size: 42px;
		line-height: 72px;
	}
	.mobile-app-step .title {
		font-size: 16px;
	}
	.section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.button {
		padding: 18px 24px 18px 24px;
	}
	.ciyashop-studio {
		padding-bottom: 2%;
	}
	.speed-test {
		padding-bottom: 2%;
		padding-top: 0;
		margin-top: 0;
	}
	.theme-option {
		padding-bottom: 2%;
		padding-top: 0;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1560px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1560px;
	}
}

@media (max-width: 1366px) {
	/* Tab plugins */
	.intro-plugins [class*='col-'] {
		padding: 50px 30px;
	}

}

@media (max-width: 1199px) {
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 32px;
	}
	.page-section-ptb {
		padding: 80px 0;
	}
	.section-title h2 {
		font-size: 34px;
		line-height: 40px;
	}
	/* Banner */
	.main-banner {
		padding: 220px 0px 140px;
	}
	.banner-list li {
		font-size: 17px;
		padding: 0 26px;
	}
	/* Isotope */
	.isotope.columns-4 .grid-item {
		width: 33%;
		padding: 15px;
	}
	/* Key Feature */
	.key-feature ul li {
		width: 20%;
	}
	.one-click h6 {
		font-size: 16px;
	}
	.list-style li {
		font-size: 16px;
	}
	ul.plugin-box-free li h6 {
		font-size: 14px;
	}
	/* Portfolio */
	.isotope.columns-3 .grid-item {
		width: 50%;
	}
	/*Masonry*/
	.masonry-main .masonry.columns-4 .masonry-item {
		width: 33.33%;
	}
	.display-2 {
		text-align: center;
	}
	.display-section p {
		text-align: center;
	}
	/* Compatible Plugins */
	ul.plugin-box-free li {
		width: 16.66%;
	}
	.mobile-app-step .title strong,
	.mobile-app-step .title span {
		display: block;
	}
	.mobile-app-step {
		padding: 10px 30px;
	}
	.ciyashop-studio {
		padding-bottom: 2%;
		padding-top: 0;
	}
	.speed-test {
		padding-bottom: 2%;
		padding-top: 0;
		margin-top: 0;
	}
	.theme-option {
		padding-bottom: 2%;
		padding-top: 0;
	}
}

@media (max-width: 991px) {
	.mb-md-30 {
		margin-bottom: 30px;
	}
	.container-fluid {
		padding: 0 15px;
	}
	.btn {
		padding: 10px 30px;
		border-radius: 50px;
		font-size: 14px;
	}
	h3 {
		font-size: 34px;
	}
	h4 {
		font-size: 30px;
	}
	.page-section-ptb {
		padding: 60px 0;
	}
	/* Header */
	.nav ul li a {
		font-size: 14px;
		padding: 0px 11px;
	}
	/* Banner */
	.main-banner {
		padding: 200px 0px 120px;
	}
	.banner-list li {
		font-size: 15px;
	}
	/* Isotope */
	.isotope.columns-4 .grid-item {
		padding: 10px;
	}
	.one-click {
		border: 0;
	}
	.one-click .one-click-btn {
		position: relative;
		display: block;
		margin: 0 auto;
		top: 0;
	}
	.one-click h6 {
		padding: 40px 0 0 0;
	}
	.plugin-box .plugin-box-plus-icon i {
		display: none;
	}
	.plugin-box .plugin-box-icon {
		padding: 10px;
	}
	.key-feature ul li span {
		min-height: 62px;
	}
	ul.plugin-box-free li {
		width: 23%;
	}
	/*Masonry*/
	.ciyashop-studio {
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
	}
	#mobile-app .black-bg {
		padding-bottom: 370px;
	}
	.available-app {
		margin-top: -410px;
	}
	.img-side {
		position: inherit !important;
		padding: 30px;
		z-index: 0
	}
	.nav ul li a {
		padding: 0px 5px;
	}
	.speed-test {
		padding-top: 0!important;
		margin-top: 0 !important;
		padding-bottom: 0 !important;
		overflow: hidden;
	}
	.theme-option {
		padding-top: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 0 !important;
		overflow: hidden;
	}

	/* Tab plugins */
	.intro-plugins [class*='col-']:nth-child(3n-3) {
		border-right: 1px solid #f5f5f5;
	}

	.intro-plugins [class*='col-']:nth-child(2n-2) {
		border-right: none;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.page-section-pt {
		padding: 40px 0 0;
	}
	.section-title {
		margin-bottom: 15px;
	}
	.section-title h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.list-style li {
		font-size: 14px;
	}
	/*Header*/
	header {
		padding: 20px 0px;
	}
	header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	header .d-md-block {
		display: none !important;
	}
	.nav ul li {
		margin: 14px 0px 0px 0px;
	}
	.nav ul li a {
		padding: 0px 14px;
	}
	/* Banner */
	.main-banner {
		padding: 110px 0px 40px;
	}
	.banner-list li {
		background-size: 14px;
		padding: 0 20px;
	}
	/* Isotope */
	.isotope.columns-4 .grid-item {
		width: 50%;
	}
	.nav.nav-pills {
		margin-bottom: 10px;
	}
	.nav-pills .nav-link {
		margin: 10px 8px;
		font-size: 14px;
		line-height: 22px;
		padding: 10px 30px;
	}
	.plugin-box {
		margin-bottom: 20px;
	}
	.key-feature ul li span {
		min-height: 58px;
	}
	.key-feature ul li {
		width: 25%;
	}
	.unlimited-layout-option [class*='col-'] {
		margin: 15px 0px !important;
	}
	.unlimited-layout-option .page-section-ptb {
		padding: 35px 0;
	}
	.pages-demo .mt-50 {
		margin-top: 20px;
	}
	.portfolio-item a.page-name {
		margin-top: 0px;
		display: inline-block;
	}
	/*Highlights of Ciya Shop*/
	.speed-test .section-title {
		margin-top: 0px;
	}

	/*support*/
	.support-details {
		text-align: center;
	}
	/*Compatible Plugins */
	.plugin-box {
		margin-bottom: 0;
	}
	ul.plugin-box-free li {
		margin-bottom: 0px;
		width: 33.33%;
	}
	ul.plugin-box-free li h6 {
		margin-top: 10px;
	}
	.plugin-box .plugin-box-icon-main+.mt-30 {
		margin-top: 10px;
	}

	/*Footer*/
	footer .pb-5 {
		padding: 15px 0px !important;
	}
	/* Portfolio */
	.isotope.columns-3 .grid-item {
		width: 100%;
		padding: 0px;
	}
	.video-tutorials .video-img {
		text-align: center;
	}
	.video-tutorials .container-fluid [class*='col-'] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.video-tutorials .video-details {
		padding: 10px;
	}
	/*Masonry*/
	.masonry-main .masonry.columns-4 .masonry-item {
		width: 50%;
	}
	.masonry-main .portfolio-item .portfolio-image {
		margin-bottom: 10px;
	}
	.cet-number h2 {
		font-size: 58px;
		line-height: 50px;
	}
	.banner-title h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.available-app {
		margin-top: -350px;
	}
	.button {
		padding: 12px 20px 12px 20px;
		font-size: 14px;
	}
	header .purchase-now {
		display: none;
	}
	header {
		text-align: center;
	}

	/* Tab plugins */
	.intro-plugins [class*='col-'] {
		border-right: none;
	}

	.intro-plugins [class*='col-']:nth-child(3n-3) {
		border-right: none;
	}


}

@media (max-width: 575px) {
	.btn {
		padding: 8px 24px;
		font-size: 12px;
	}
	h3 {
		line-height: 38px;
	}
	.mt-50 {
		margin-top: 40px;
	}
	.mb-50 {
		margin-bottom: 40px;
	}
	.mb-40 {
		margin-bottom: 30px;
	}
	.mb-30 {
		margin-bottom: 20px;
	}
	/* Banner */
	.main-banner {
		padding: 110px 0px 40px;
	}
	.cet-number b {
		font-size: 40px;
	}
	.banner-list li {
		font-size: 13px;
	}
	/* Isotope */
	/*.isotope.columns-4 .grid-item { width: 100%; }*/
	.speed-test .speed-test-box {
		margin-bottom: 50px;
	}
	ul.plugin-box-free li,
	.key-feature ul li {
		width: 49%;
	}
	.ciyashop-fixed-buy span {
		display: none;
	}
	.ciyashop-fixed-buy a i {
		padding-left: 0;
	}
	.ciyashop-fixed-buy a{
		padding: 12px 18px;
	}
	.ciyashop-fixed-app a {
		padding: 0px;
	}
	#back-to-top .top {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	/*Masonry*/
	.masonry-main .masonry.columns-4 .masonry-item {
		width: 100%;
	}
	.masonry-main .isotope-filters button {
		font-size: 14px;
		padding: 4px 10px;
		margin: 3px 1px;
	}
	.page-section-ptb {
		padding: 40px 0;
	}
	.masonry-main .portfolio-item .portfolio-image {
		margin-bottom: 10px;
	}
	.banner-title h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.live-customizer.video-img #play {
		width: 90px;
		height: 90px;
	}
}

/*=====================================
	 Intro Tab Mobile Responsive
=======================================*/
@media (max-width: 991px) {
.ciyashop-search-demos.demo-filter-search{
	max-width:80%;
	position: relative;
}
.ciyashop-search-demos.demo-filter-search .ciyashop-studio-search{
	width: 90%;
}

.studio-mobile-button-menu {
    position: absolute;
    right: 0;
    top: 6px;
}
.masonry {
	margin-top: 50px;
}

.isotope-filters button.active {
	color: #04d39f;
}

.page-section-ptb.video-tutorials.masonry-main {
padding-top: 10px;
}

 .studio-mobile-button-menu .studio-mobile-menu-trigger {
    position: relative;
    width: 20px;
    height: 24px;
    margin-left: 5px;
	display:block;
}
 .studio-mobile-button-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    left: 0;
    top: 11px;
}

 .studio-mobile-button-menu .studio-mobile-menu-trigger span::after,  .studio-mobile-button-menu .studio-mobile-menu-trigger span::before{
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
 .studio-mobile-button-menu span:before {
    top: -7px;
}
 .studio-mobile-button-menu span:after {
    top: 7px;
}
 .studio-mobile-button-menu span:after,  .studio-mobile-button-menu span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    right:0px;
}
.studio-mobile-button-menu .studio-mobile-menu-trigger.studio-mobile-menu-trigger-open span{
	background:transparent;
}
.studio-mobile-button-menu .studio-mobile-menu-trigger.studio-mobile-menu-trigger-open span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}
.studio-mobile-button-menu .studio-mobile-menu-trigger.studio-mobile-menu-trigger-open span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.isotope-filters.studio-filter-tabs.menu-open {
	display:block;
	background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 326px;
    overflow: auto;
    z-index: 99;
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    text-align: left;
		margin-top: -1px;
		opacity: 1;
    height: 100%;
    transition: height 0.7s linear;
    overflow: hidden;
    overflow-y: scroll;
}
.isotope-filters.studio-filter-tabs{
	display: block;
    height: 0px;
    opacity: 0;
    transition: height 0.7s linear;
    position: absolute;
}

.masonry-main .isotope-filters button {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    text-align: left;
}

.masonry-main .isotope-filters button:first-child .demo-item-count {
    right: auto;
}

.masonry-main .isotope-filters .demo-item-count {
    right: auto;
}

}

@media (max-width: 767px) {
.ciyashop-search-demos.demo-filter-search{
	max-width:100%;
	width:100%;
}

 .demo-mobile-button-menu .demo-mobile-menu-trigger {
    position: relative;
    width: 20px;
    height: 24px;
    margin-left: 5px;
	display:block;
}
 .demo-mobile-button-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    left: 0;
    top: 11px;
}
.demo-mobile-button-menu{
	float: right;
}
 .demo-mobile-button-menu .demo-mobile-menu-trigger span::after,  .demo-mobile-button-menu .demo-mobile-menu-trigger span::before{
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
 .demo-mobile-button-menu span:before {
    top: -7px;
}
 .demo-mobile-button-menu span:after {
    top: 7px;
}
 .demo-mobile-button-menu span:after,  .demo-mobile-button-menu span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    right:0px;
}
.demo-mobile-button-menu .demo-mobile-menu-trigger.demo-mobile-menu-trigger-open span{
	background:transparent;
}
.demo-mobile-button-menu .demo-mobile-menu-trigger.demo-mobile-menu-trigger-open span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}
.demo-mobile-button-menu .demo-mobile-menu-trigger.demo-mobile-menu-trigger-open span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}
.nav.nav-tabs.demo-filter.menu-open{
	display:block;
	background: #fff;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    max-height: 326px;
    overflow: auto;
    z-index: 99;
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    text-align: left;
	margin-top: -1px;
	opacity: 1;
    height: 100%;
    transition: height 0.7s linear;
    overflow: hidden;
    overflow-y: scroll;
}
.nav.nav-tabs.demo-filter .nav-item-more {display: none;}
.nav.nav-tabs.demo-filter {display: block; height: 0px; opacity: 0; transition: height 0.7s linear; position: absolute;}
.demo-filter-search {margin:0px;}
.demo-filter.nav-tabs .nav-item {display: block; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.05);	border-radius: 0;}
.demo-filter.nav-tabs .nav-item:last-child {border-bottom:medium none;}
.demo-filter.nav-tabs .nav-item .nav-link{position: relative; line-height: 24px; display: inline;}
.demo-filter.nav-tabs .nav-item .nav-link.active {border-bottom: medium none; border-radius: 0;	color:#04d39f;}
}

@media (max-width: 575px) {
	.ciyashop-search-demos.demo-filter-search .ciyashop-studio-search {width: 80%;}
	.studio-mobile-button-menu {right: 40px;}
	.masonry-main .isotope-filters button {padding: 10px 20px;}
}

/*============================================*/
/* CiyaShop Native Mobile Application Test */
/*============================================*/
#mobile-app-test {padding-bottom: 100px;}
#mobile-app-test .container {max-width: 1370px; margin: 0 auto;}
#mobile-app-test .content-area {padding-right: 80px; align-self: center;}
#mobile-app-test .image-area {padding-left: 50px;}
#mobile-app-test .section-title {margin-bottom: 0;}
#mobile-app-test ul.step-list {padding: 0; margin: 20px 0; list-style-type: none;}
#mobile-app-test ul.step-list li {margin: 10px 0; color: #6f6f6f;}
#mobile-app-test ul.step-list li label {background: #04d39f; color: #ffffff; width: 21px; height: 21px; font-size: 12px; font-weight: 600; line-height: 21px; text-align: center; margin: 0; margin-right: 10px; border-radius: 30px;}

@media (min-width: 993px) {
	#mobile-app-test .container .row {flex-direction: row-reverse;}
}
@media (max-width: 1400px) {
	#mobile-app-test .container {max-width: 1140px;}
}
@media (max-width: 1200px) {
	#mobile-app-test .container {max-width: 960px;}
	#mobile-app-test .content-area {padding-right: 30px;}
}
@media (max-width: 992px) {
	#mobile-app-test {padding-top: 30px;}
	#mobile-app-test .container {max-width: 720px;}
	#mobile-app-test .content-area {padding-right: 15px; margin-top: 50px;}
	#mobile-app-test .image-area {padding-left: 15px; text-align: center;}
}
@media (max-width: 767px) {
	#mobile-app-test {padding-top: 30px; padding-bottom: 60px;}
	#mobile-app-test .container {max-width: 540px;}
	#mobile-app-test .image-area {padding-left: 30px; padding-right: 30px;}
}