body {
	background: #fff;
	font: 400 14px/24px "Open Sans", sans-serif;
	letter-spacing: 0;
	margin: 0;
	float: left;
	width: 100%
}

img {
	height: auto;
}

.container {
	padding: 0;
	margin: auto
}

.row {
	margin: 0 -15px
}

* {
	box-sizing: border-box
}

::-moz-selection {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	text-shadow: none
}

::after,
::before {
	box-sizing: border-box
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

@media (min-width:768px) {
	.container {
		max-width: 760px
	}
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
}

.container {

}

@media (min-width:1300px) {
	.container {
		max-width: 1200px
	}
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-sm-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
}

	.container {
		
	}
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}
}

#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
	background-size: 196px 26px;
}

.topbutton {
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	bottom: 50px;
	background: #FF6870;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 40px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	text-decoration: none;
	outline: 0;
	border: 1px solid transparent;
}

.topbutton::before {
	background: transparent url(../images/top.svg) no-repeat scroll center center;
	background-size: 20px;
	content: "";
	float: left;
	height: 100%;
	width: 100%
}

.topbutton:hover {
	background: #57C4E4;
	border-color: #ffffff;
}

.main {
	float: left;
	overflow: hidden;
	width: 100%
}

header {
	float: left;
	position: relative;
	width: 100%;
	z-index: 3
}

header .header-content {
	float: left;
	width: 100%;
	color: #666666;
	z-index: 1;
	
}

.header-block {
	position: relative;
	background: url(../images/header-bg.png);
	float: left;
	width: 100%;
	min-height: 1208px;
	background-repeat: no-repeat;
	background-position:center;
}

.header-content .logo-desc {
	padding-top: 35px;
}

.header-logo {
	float: left;
}

.header-logo-inner {
	width: 190px;
	height: 60px;
	margin: 0 auto;
}

.header-logo>img {
	max-width: 100%;
	height: auto
}

.button_left .header_button1 {
	float: left;
	overflow: hidden;
	position: relative;
}

.button_left {
	float: right;
}
.header-description {
    clear: both;
    display: block;
	padding: 235px 0 0;
	    position: relative;
}
@media (min-width: 992px) {
.header-description:before {
    content: '';
	background-image: url(../images/header-bg1.png);
	background-position:center;
	background-repeat: no-repeat;
	height:119px;
	width:171px;
	position: absolute;
    top: 10%;
    right: 40%;
    left: auto;
    bottom: auto;
	-webkit-animation: float 3.5s ease-in-out forwards infinite;
    animation: float 3.5s ease-in-out forwards infinite;
}

}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.animateparallax.prod-img {
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 333px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;
    bottom: auto;
    right: auto;
}
.header-block:before {
	content: '';
	background-image: url(../images/mobile.png);
	background-position:center;
	background-repeat: no-repeat;
	height:530px;
	width:273px;
	position: absolute;
    bottom: 18.2%;
    right: 25.3%;
    left: auto;
    top: auto;
	-webkit-animation: floatbottom 3.5s ease-in-out forwards infinite;
    animation: floatbottom 3.5s ease-in-out forwards infinite;
}
@keyframes floatbottom {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@media (max-width: 1699px) {
.header-block:before {
    right: 24%;
}
}
@media (max-width: 1499px) {
.header-block:before {
    right: 17%;
}
}
@media (max-width: 1299px) {
.header-block:before {
    right: 7%;
}
}
@media (max-width: 991px) {
.header-block:before {
    right: 3%;
}
}
@media (max-width: 767px) {
	.header-block:before {
		display:none;
	}
}
.header-description .headertext1 {
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.header-description .headertext2 {
    font-size: 52px;
	line-height:55px;
	color:#042f42;
	font-family: 'Baloo 2', cursive;
    margin: 0 0 30px 0;
    display: block;
	font-weight: 700;
}
.button_left .header_button {
	float: left;
	overflow: hidden;
	position: relative;
}
.button_left .header_button a.btn {
    font: 600 15px/18px "Open Sans", sans-serif;
    position: relative;
    padding: 12px 20px;
    color: #042f42;
    text-transform: capitalize;
}
.button_left .header_button a.btn:hover {
	color: #57C4E4;
}
.button_left .header_button1 a.btn {
	background: #FF6870;
    font: 600 14px/18px "Open Sans", sans-serif;
    letter-spacing: 1px;
    position: relative;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.button_left .header_button1 a.btn:hover {
	background: #57C4E4;
	color: #fff;
}

.logo-desc .header-description {
	float: left;
	width: 100%;
}

.logo-desc .header-description h1 {
	float: left;
	width: 100%
}

.logo-desc .header-description h1 {
	color: #323232;
	font-family: "Open Sans", sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 30px 0;
}

.logo-desc .header-description a.btn {
	background: #57C4E4;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	padding: 15px 25px;
	color: #fff;
	border-radius: 5px;
	margin: 0;
	overflow: hidden
}

.logo-desc .header-description a.btn:hover {
	background: #FF6870;
	color: #fff
}

.layout-image .layout-thumb span::before {
	background: #fff
}

.header-link a:hover::before,
.layout-image .layout-thumb span:hover::before {
	height: 100%
}

.header-link a::after {
	color: #fff;
	content: attr(data-text);
	left: 0;
	position: absolute;
	top: 100%;
	transition: all .3s ease 0s;
	width: 100%
}

.header-link a::after,
.layout-image .layout-thumb span::after {
	opacity: 0
}

.layout-image .layout-thumb span:hover::after {
	transform: translateY(-190%);
	opacity: 1
}

.footer_link a:hover {
    border-color: #042F42;
    color: #042F42;
}

.ttm-innerpages .highlight-inner .blog-style.cell-bg {
	border: medium none
}

.header-link a:hover::after {
	transform: translateY(-115%);
	opacity: 1
}

.footer_link {
	display: inline-block;
	float: none;
	width: auto;
	position: relative
}

.wrap-right .blog {
	float: left;
	width: 100%
}

.header-content .banner {
	float: left;
	width: 100%;
	position: relative
}

.header-content .banner>img {
	max-width: 100%;
	height: auto
}

.header-image .layout-image {
	bottom: 40px;
	left: auto;
	position: absolute;
	right: 50px;
	top: auto
}

header .header-content .header-content-inner {
	bottom: 30%;
	height: 250px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

.header-block .main-header {
	display: inline-block;
	float: none;
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0 170px 0 300px
}

.header-content .header-nav ul {
	float: left;
	margin: 0;
	padding: 0
}

.main-header .header-nav ul.main-menu li {
	display: inline-block;
	list-style: outside none none;
	padding: 12px 20px;
	position: relative
}

.header-nav .main-menu .menu-item>a {
	color: #323232;
	font: 400 16px/22px "Open Sans", sans-serif;
	text-decoration: none;
	outline: 0
}

.header-nav .main-menu .menu-item>a::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	opacity: .2;
	height: 10px;
	width: 90%;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: color .1s, transform .2s ease-out;
	z-index: -1;
	margin: 0 auto;
	right: 0;
	background: #666
}

.header-nav .main-menu .menu-item:hover>a::after {
	transform-origin: left top;
	transform: scale(1, 1)
}

.main-header .header-nav {
	float: left
}

.main-header .header-link {
	float: right;
	position: relative;
	z-index: 1;
	padding: 40px 0
}

.footer_link a {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 11px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border: 2px solid #ffffff;
}

.header-link a {
	border: 2px solid #323232;
	border-radius: 5px;
	color: #323232;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	letter-spacing: .025em;
	line-height: 37px;
	min-width: 199px;
	padding: 4px 10px 5px 15px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	overflow: hidden;
	text-transform: capitalize
}

.header-link a:hover {
	border-color: #FF6870;
	color: #323232
}

div#single-collection {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 110px
}

#single-collection .title span.txt-anim {
	font-size: 92px;
	line-height: 120px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-weight: 600
}

#single-collection .title {
	float: left;
	width: 100%;
	text-align: right;
	letter-spacing: 0;
	display: table-cell
}


@media (max-width:1299px) {
.header-description .headertext2 {
    font-size: 40px;
    line-height: 45px;
}
}


@media (max-width:991px) {
	.header-description {
    padding: 130px 30px 0;
}
	.header-block .left-img .left-bg {
		left: 30px
	}
	.main-header .header-nav ul.main-menu li {
		padding: 20px 12px
	}
	.footer_link a,
	.header-link a {
		font-size: 14px;
		min-width: 140px
	}
	.header-logo {
		float: left;
		width: 100%
	}
	.main-header .header-nav {
		margin: 0;
		padding: 10px 0
	}
	header {
		padding: 0
	}
	.main-header .header-link {
		margin: 15px 0
	}

	.logo-desc .header-description h1 {
		font-size: 30px;
		line-height: 35px;
	}

}

@media (max-width:767px) {
.header-block {
    background: #F1F2F2;
    min-height: auto;
}
.header-description {
    padding: 130px 30px;
    text-align: center;
}
.header-description .headertext2 {
    font-size: 28px;
    line-height: 35px;
}
	.header-content .logo-desc {
		text-align: center
	}
	.logo-desc .header-description a.btn {
		padding: 12px 22px;
	}
	.button_left {
    position: static;

}
.button_left .header_button {
    float: none;
    margin: 10px 0;
}
.button_left .header_button1 {
    float: none;
}
.button_left a.btn {
    padding: 11px 22px;
}
}

@media (max-width:479px) {
	.header-block .left-img .left-bg {
		display: none
	}
	header .header-content {
		min-height: 320px
	}
	logo-desc .header-description h1 {
		font-size: 14px;
		line-height: 22px
	}
	.header-logo>img {
		width: 140px
	}
	.header-block .right-img .right-bg>img {
		width: 25%
	}
	.main-header .header-nav ul.main-menu li {
		float: none;
		padding: 5px 10px
	}
	.main-header .header-nav {
		display: inline-block;
		float: none;
		vertical-align: top
	}
	.main-header .header-link {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin: 10px 0
	}
	.logo-desc .header-description h1 {
		font-size: 17px;
		line-height: 32px
	}
	.logo-desc .header-description a.btn {
		padding: 8px 12px;
		font-size: 12px
	}
	.logo-desc .header-description a.btn:hover::after {
		transform: translateY(-150%)
	}
	
	.main-content>.theme-layout {
		padding: 40px 0 0
	}
}


header .header-content .header-content-inner h1 {
	font-size: 62px;
	font-weight: 700;
	letter-spacing: 8px;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase
}

header .header-content .header-content-inner h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase
}

.header-description a.featurebtn.btn {
    background: transparent;
    color: #042f42;
    border-color: #042f42;
    margin: 0 0 0 10px;
}

h2 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 400;
	text-transform: capitalize
}

.btn {
	border: medium none;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: capitalize
}

.btn-default {
	background: #FF6870;
	border-color: #fff;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px
}

.btn-default:hover {
	background: #57C4E4
}

.btn {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857;
    text-decoration: none;
    margin-bottom: 0;
    padding: 12px 25px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn-xl {
	padding: 12px 26px;
	background: #666
}

.btn-xl:hover {
	background: #FF6870
}

header .top-main {
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 150px 0;
	position: relative;
	text-align: center;
	width: 100%
}

header .top-main .macbook.col-sm-10 {
	float: none
}

header .top-main .macbook.col-sm-10 img {
	max-width: 100%
}

.bg-primary {
	float: left;
	padding: 30px 0;
	text-align: center;
	color: #000;
	width: 100%;
	margin: 90px 0 0
}

.section-content {
	color: #323232;
	font-size: 16px;
	letter-spacing: .4px;
	line-height: 26px;
	float: left;
	width: 100%;
	position: relative
}

.main-content {
	float: left;
	width: 100%
}

.heading .heading-text {
	font-size:15px;
	font-weight:600;
	color:#57c4e4;
	display:block;
	margin-bottom:5px;
	text-transform: capitalize;
}
.section-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    color: #042f42;
    margin: 0;
    padding: 0 0 50px;
    font-family: 'Baloo 2', cursive;
    letter-spacing: 0.5px;
}

.section-heading span.layout {
	font-size: 40px;
	color: #FF6870;
	line-height: 50px;
	vertical-align: bottom;
}
#page-collection .heading .heading-text, #page-collection .section-heading {
    z-index: 1;
    position: relative;
    color: #ffffff;
}
.theme-collection {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.layout-content .layout-name a {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
    font-weight: 700;
    color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out
}

.layout-content .layout-name .layout-detail {
	color: #888;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	float: left
}

.main-content .view-demo>ul {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto
}

.main-content .view-demo li {
	float: left;
	list-style: outside none none;
	margin: 0 22px
}

.main-content .view-demo li a {
	font: 600 16px/20px "Open Sans", sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: #000;
	position: relative
}

.main-content .view-demo li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background: #FF6870;
	bottom: -15px;
	transition: all .4s ease-in-out;
	left: 0;
	right: 0;
	margin: auto
}

.main-content .view-demo li a.active::before {
	width: 100%
}

.theme-layout .item .layout .layout-image .layout-content {
	margin: 0;
	background: #57C4E4;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	padding: 15px 15px;
	position: absolute;
	transition: all .4s ease-in-out;
	transform: translateY(60px);
	border-radius: 0 0 8px 8px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
}

.theme-layout .item .layout .layout-image .layout-content:hover {
	background: #FF6870;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
}

.theme-layout .item .layout .layout-image .layout-content i.fas {
	font-size: 20px;
	line-height: 26px;
	float: right;
	color: #a7a7a7;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.theme-layout .item .layout .layout-image .layout-content a:hover i.fas {
	color: #000
}

.theme-layout .item .layout .layout-image .layout-content a.layout-link {
	float: right
}

.theme-layout .item .layout .layout-image:hover .layout-content {
	transform: translateY(0);
}

.layout-content .layout-name .layout-subtitle {
	width: 100%;
	color: #777;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	margin: 5px 0;
	font-size: 16px;
	display: none
}

.layout-content .layout-name .layout-description {
	width: 100%;
	color: #777;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 22px
}

.theme-layout .item {
	margin: 0 -15px;
	width: auto;
}

.main-content .theme-layout .bg1 {
	float: left;
	width: 700px;
	height: 700px;
	position: absolute;
	right: 0;
	left: auto;
	top: 15%;
	background: url(../images/bg-1.png) no-repeat;
	background-size: contain;
	z-index: -1;
	-webkit-animation: myfirst 6s;
	-webkit-animation-iteration-count: infinite;
	animation: myfirst 6s;
	animation-iteration-count: infinite
}

.main-content .theme-layout .bg3 {
	float: left;
	width: 800px;
	height: 800px;
	position: absolute;
	right: auto;
	left: -140px;
	top: 52%;
	background: url(../images/bg-2.png) no-repeat;
	background-size: contain;
	z-index: -1;
	-webkit-animation: spin 80s linear infinite;
	-moz-animation: spin 80s linear infinite;
	animation: spin 80s linear infinite
}

.main-menu>.bg {
	float: left;
	width: 1220px;
	height: 800px;
	position: absolute;
	right: -90px;
	left: auto;
	top: -40px;
	background: url(../images/bg-2.png) no-repeat;
	background-size: contain;
	z-index: 0;
	transform: rotate(-29deg)
}

@media (max-width:767px) {
.heading .heading-text {
    margin-bottom: 10px;
}
}
@media (max-width:479px) {
.header-description {
    padding: 50px 0;
}
.header-description a.featurebtn.btn {
    margin: 10px 0 0 0;
}
}
.theme-layout .item.coming .theme-preview-btn {
	display: none!important
}

.theme-layout .item.coming .layout-image a.btn-preview::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1
}

.main-content>.theme-layout {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 80px 0;
	background: #ffffff
}

.owl-next,
.owl-prev {
	font-size: 0
}

.owl-buttons div::after {
	content: "";

	height: 100%;
	width: 100%;
	float: left
}


@media(max-width:991px) {
	.layout-content .layout-name a {
		font-size: 14px;
	}
	.section-heading {
		font-size: 30px;
        line-height: 40px;
		padding-bottom: 30px;
	}
	.section-heading span.layout {
		font-size: 35px;
		line-height: 40px;
	}
}

@media(max-width:767px) {
	.main-content .view-demo li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 10px 15px
	}
}

@media(max-width:480px) {
	#myTabContent .tt-carousel {
		padding: 0 10px
	}
}

.layout-image .btn-preview {
	float: left;
	width: 100%
}


.item.thumb-box .layout-content .layout-name .layout-counter {
	font: 700 28px/30px "Open Sans", sans-serif;
	color: #323232;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-transform: capitalize;
	display: none
}

.layout-content .layout-name .layout-title {
	
}


#ttm_main_content .main-content .layout-image {
	padding: 0
}

.item.thumb-box .layout-image {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #eeeeee;
}

.layout-image .layout-thumb-wrap {
	transition: .4s ease-in-out;
	border-radius: 8px;
}

.layout-image .layout-thumb-wrap::after {
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
}

.layout-image:hover .layout-thumb-wrap::after {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
}

.layout-image .layout-thumb {
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	height:420px;
}
.layout-image .layout-thumb img {
    max-width: 100%;
}
.layout-image:hover .layout-thumb {
	transform: translateY(-60px);
	transition: all 0.5s ease;
}

.theme-layout .item .layout {
	padding: 0 15px;
}

.main-content>.theme-layout {
	clear: both;
	overflow: hidden;
}

.tm-thumb-box-inner img {
	max-width: 100%;
}

.tm-thumb-box {
	margin-bottom: 50px;
}

#section2 {
    background: #F7F7F7;
    padding: 90px 0;
	position:relative;
}
@media (min-width: 1700px) {

#section2:before {
    content:'';
	background-image: url(../images/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 38px;
    position: absolute;
    left: 5%;
    right: auto;
    top: 8%;
    bottom: auto;
	-webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    -o-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}
#section2:after {
    content:'';
	background-image: url(../images/bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 246px;
    width: 198px;
    position: absolute;
    right: 0;
    left: auto;
    top: 8%;
    bottom: auto;
}
#section2 .box-main.box-custom-view:before {
	content: '';
    background-image: url(../images/bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 104px;
    width: 102px;
    position: absolute;
    left: 25%;
    right: auto;
    bottom: 3%;
    top: auto;
	-webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    -o-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}
}
#section2 .box-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	margin: 0 0 90px 0;
}
#section2 .box-main.back-grey.last {
    margin: 0;
}
#section2 .box-main-inner .image, #section2 .box-main-inner .text {
    float: left;
    width: 50%;
	text-align: left;
}
#section2 .box-main-inner .text-inner {
    width: 75%;
	padding: 70px 0 0 0;
}
#section2 .box-custom-view .box-main-inner .image {
    float: right;
    width: 50%;
}
#section2 .box-main-inner .text1 {
	font-size:15px;
	color:#57c4e4;
	font-weight:600;
	display:block;
	margin: 0 0 5px 0;
}
#section2 .box-main-inner .text2 {
	font-size:40px;
	line-height:44px;
	color:#042f42;
	font-weight:700;
	font-family: 'Baloo 2', cursive;
	display:block;
	margin: 0 0 20px 0;
}
#section2 .box-main-inner .text3 {
	font-size:15px;
	color:#666666;
	font-weight:400;
	display:block;
	margin: 0 0 35px 0;
}

.page-collection-bg {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
}
@media(min-width:1700px) {
.page-collection-bg:before {
	content: '';
    background-image: url(../images/bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 264px;
    width: 118px;
    position: absolute;
    left: 3.8%;
    right: auto;
    bottom: -58.6%;
    top: auto;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    z-index: 0;
}
.page-collection-bg:after {
	content: '';
    background-image: url(../images/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 270px;
    width: 75px;
    position: absolute;
    right: 3%;
    left: auto;
    bottom: -60%;
    top: auto;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    z-index: 0;
}
}
@media(max-width:1499px) {
	#section2 .box-main-inner .text-inner {
    width: 90%;
}
}
@media(max-width:1299px) {
#section2 .box-main-inner .text-inner {
    width: 100%;
    padding: 50px 0 0 40px;
}
#section2 .box-main-inner .text2 {
    font-size: 30px;
    line-height: 35px;
}
}
@media(max-width:991px) {
#section2 .box-main-inner .text2 {
    font-size: 25px;
    line-height: 35px;
}
#section2 .box-main-inner .text-inner {
    width: 100%;
    padding: 0 0 0 30px;
}
}
@media(max-width:767px) {
	#section2 .box-main-inner .text-inner {
    padding: 0 ;
}
	#section2 .box-main-inner .image, #section2 .box-main-inner .text {
    float: left;
    width: 100%;
    text-align: center;
}
.page-collection-bg {
    display: none;
}
#page-collection .heading .heading-text {
    color: #57c4e4;
}
#page-collection .section-heading  {
	color:#042f42;
}
#section2 .box-main-inner .image {
    margin: 0 0 30px;
}
#section2 .box-custom-view .box-main-inner .image {
    float: right;
    width: 100%;
    margin: 30px 0 0 0;
}
	#ttm_main_content .main-content .layout-image {
		margin: 0 0 50px;
		    display: inline-block;
    vertical-align: top;
	}
	#ttm_main_content .main-content .layout:last-child .layout-image {
		margin: 0;
	}
}

.layout-image .layout-thumb.page1 {
	background-image: url(../images/collection/category-grid.png)
}

.layout-image .layout-thumb.page2 {
	background-image: url(../images/collection/category-list.png)
}

.layout-image .layout-thumb.page3 {
	background-image: url(../images/collection/product.png)
}

.layout-image .layout-thumb.page4 {
	background-image: url(../images/collection/cart.png)
}

.layout-image .layout-thumb.page5 {
	background-image: url(../images/collection/checkout.png)
}

.layout-image .layout-thumb.page6 {
	background-image: url(../images/collection/latest_blog.png)
}

.layout-image .layout-thumb.page7 {
	background-image: url(../images/collection/brand.png)
}

.layout-image .layout-thumb.page8 {
	background-image: url(../images/collection/contact-us.png)
}

.layout-image .layout-thumb.page9 {
	background-image: url(../images/collection/registration.png)
}

#theme-collection-product #ttsinglepage-carousel {
	padding: 0 0 0 150px
}

.layout-image .layout-thumb.product1 {
	background-image: url(../images/collection/product1.png)
}

.layout-image .layout-thumb.product2 {
	background-image: url(../images/collection/product2.png)
}

.layout-image .layout-thumb.product3 {
	background-image: url(../images/collection/product3.png)
}

@media (max-width:1399px) {
	.layout-image .layout-thumb {
		height: 300px
	}
}

@media (max-width:1199px) {
	.layout-image .layout-thumb {
		height: 240px
	}
	.main-content {
		padding: 0
	}
	.bg-primary {
		margin: 50px 0 0
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.features .features-block {
		margin: 0 0 30px
	}
}

@media (max-width:991px) {
	.layout-image .layout-thumb {
		height: 260px
	}
	.bg-primary {
		margin: 0;
		padding: 50px 0 10px
	}
	.main-content .view-demo li a {
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: 600px;
		letter-spacing: .4px;
	}
	.main-content .view-demo li {
		margin: 0 15px
	}
	
}

@media (max-width:571px) and (min-width:481px) {
	.item.thumb-box .layout-content .layout-name .layout-counter {
		margin: 0
	}
}

@media (max-width:480px) and (min-width:370px) {
	.btn-xl {
		padding: 10px 16px
	}
}

@media (max-width:369px) and (min-width:320px) {
	.btn-xl {
		padding: 10px 16px
	}
}

@media (max-width:767px) {
	.theme-layout .item .layout .layout-image .layout-content {
		position: static;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		transform: translateY(0);
	}
	h2 {
		font-size: 30px;
		line-height: 34px
	}
	.section-content {
		font-size: 14px
	}
	.logo-desc .header-description h1 {
		font-size: 25px;
        line-height: 30px;
	}
	.logo-desc .header-description h3 {
		font-size: 14px;
		line-height: 20px
	}
	.main-content {
		padding: 0
	}
	#about-interior .section-heading {
		font-size: 30px;
		line-height: 34px;
		margin: 0
	}
	.layout-content .layout-name .layout-subtitle {
		font-size: 13px;
		line-height: 15px
	}
	.item.thumb-box .col-xs-4 {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.theme-layout .item .layout {
		width: 50%;
	}
}


@media (max-width:479px) {
    .theme-layout .item .layout {
		width: 100%;
	}
	.item.thumb-box .col-xs-4 {
		width: 100%
	}
	.logo-desc .header-description h3 {
		font-size: 12px
	}
	#about-interior .section-heading {
		font-size: 26px;
		margin: 0
	}
	.bg-primary {
		padding: 40px 0 0
	}
	.ttm-innerpages {
		padding-top: 0
	}
	.layout-content .layout-name .layout-title {
		
	}
	.vendor-logo span {
    font-size: 18px;
	    margin: 20px 0 10px;
}
	.logo-desc .header-description h1 {
	    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
	}
	.vendor-logo .detail {
    font-size: 14px;
	margin: 0 0 30px 0;
}
    .button_left .header_button a.btn {
        padding: 7px 12px;
        font-size: 13px;
    }
    #section2 .box-main {
    margin: 0 0 50px 0;
}
#section2 {
    padding: 60px 0 20px;
}
}

.layout-image .theme-preview-btn {
	display: none
}

.layout-image:hover .theme-preview-btn {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-weight: 700;
	left: 0;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 12px 24px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 45%;
	display: block;
	width: 120px;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	z-index: 9
}

.layout-image:hover .theme-preview-btn:hover {
	letter-spacing: 2px
}

.hb-animate-element.bottom-to-top.hb-in-viewport .cells,
.hb-animate-element.bottom-to-top.hb-in-viewport .features-block {
	animation: zoomIn .5s ease
}

.main-content .more-coming-soon,
.main-content2 .more-coming-soon {
	background: #666;
	color: #fff;
	float: left;
	font: 400 16px/18px "Open Sans", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%
}

#page-collection .title span.txt-anim {
	font-size: 50px;
	line-height: 65px;
	font-family: 'Baloo 2', cursive;
	letter-spacing: 0.5px;
	color: #323232;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-weight: 600;
}

#page-collection .title .txt-anim span.show {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#page-collection .title .txt-anim span {
	display: inline-block;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .2s cubic-bezier(.05, .43, .04, .87);
	-moz-transition: all .2s cubic-bezier(.05, .43, .04, .87);
	transition: all .2s cubic-bezier(.05, .43, .04, .87)
}

#ttm_main_content {
	float: left;
	width: 100%;
	color: #666;
	position: relative;
	text-align: center
}

#page-collection .title {
	text-align: center;
	display: block;
	letter-spacing: 0;
	margin: 0 0 50px 0;
}

#pages-collection.owl-carousel .owl-wrapper-outer {}

.main-content2 {
	background: #fff;
	float: left;
	padding: 0 0 50px;
	text-align: center;
	width: 100%
}

#megamenu .menu {
	position: absolute;
	top: 80%;
	border: 10px solid #fff;
	right: 6%;
	width: 48%;
	box-shadow: 0 3px 12px 1px rgba(234, 61, 86, .1);
	transform: translateX(5%) translateY(5%);
	z-index: 1
}

#megamenu .menu1 {
	position: absolute;
	width: auto;
	left: -13%;
	top: 20%;
	transform: translateX(5%) translateY(5%);
	width: 28%
}

#megamenu .menu2 {
	position: absolute;
	width: auto;
	right: 40%;
	bottom: -66%;
	top: auto;
	transform: translateX(5%) translateY(5%);
	width: 29%
}

.main-content2 .features.list {
	width: 25%;
	float: left
}

.main-content2 .main-content2-content {

}

.main-content2 .choose-service {
	color: #000;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top
}

.owl-carousel .owl-wrapper-outer {
	direction: ltr!important
}

.features .features-block {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
	margin: 0 0 30px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	transition: .4s ease-in-out;
	cursor: pointer;
	display: flex;
	min-height: 110px;
}

.features .features-block:hover {
	box-shadow: 0 3px 6px 1px rgba(221, 221, 221, 0.4)
}

#feature-list {
	float: left;
	position: relative;
	width: 100%;
	z-index: 0
}

.feature-img {
	float: left;
	width: 25%
}

.feature-content {
	color: #000;
	text-align: left
}

.features .features-block .feature-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: capitalize;
	text-align: left;
	padding: 0 0 0 10px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center
}

.feature-img .img-responsive {
	border: medium none;
	display: block;
	height: auto;
	margin: auto;
	transition: all .6s ease 0s;
	max-width: 100%;
	width: 45px
}

.features-block:hover .feature-img .img-responsive {
	animation: jello 0.5s;
	-webkit-animation: jello 0.5s;
	-moz-animation: jello 0.5s;
	-o-animation: jello 0.5s;
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.main-content3 {
	background: #fff;
	float: left;
	width: 100%
}

.main-content3>div {
	padding:195px 0 60px;
	background: #57C4E4;
	color: #ffffff;
}

.main-content3 .title {
    color: #ffffff;
    float: left;
    font-size: 18px;
    margin: 0 0 30px;
    text-transform: capitalize;
    width: 100%;
    line-height: 28px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
}

.main-content3 .title a {
	color: #ffffff;
	text-decoration: unset;
	font-weight: 600;
}

.footer-get-theme h2 {
	font-weight: 600;
    line-height: 54px;
	font-size: 54px;
    font-family: 'Baloo 2', cursive;
    letter-spacing: 0.5px;
	margin: 0 0 20px;
}

.footer-get-theme>h1 {
	color: #323232;
	font: 700 30px/35px "Open Sans", sans-serif;
	text-transform: uppercase
}
.footer-get-theme .footer-text1 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;
    display: block;
}
.footer-get-theme .footer-text3 {
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 30px 0;
    display: block;
    font-size: 15px;
}
.main-content4 {
	background: #000 none repeat scroll 0 0;
	float: left;
	height: 100px;
	color: #777;
	text-align: center;
	padding: 40px 0;
	width: 100%
}

.main-content4 .footer-privacy a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 1px
}

.main-content4 .footer-privacy a:hover {
	text-decoration: underline
}

#theme-slider .owl-wrapper-outer .owl-item {
	transform: scale(.8);
	animation: zoomIn .5s ease
}

#theme-slider .owl-wrapper-outer .owl-item.active {
	transform: scale(1)
}

div#theme-slider .owl-buttons {
	display: none
}

#themes-slider {
	float: left;
	width: 100%;
	padding: 120px 0 70px
}

#themes-slider .layout-image {
	margin: 50px 0;
	padding: 0
}

#themes-slider .heading {
	margin: 0
}

@media (max-width:1700px) {
	.features .features-block {
		padding: 20px
	}
}

@media (max-width:1400px) {
	.features .features-block .feature-title {
		font-size: 14px;
		line-height: 22px;
		padding: 0
	}
	.features .features-block {
		padding: 20px 6px
	}
}

@media (max-width:1300px) {
	.features .features-block .feature-title {
		text-align: center;
		display: inline-block;
		vertical-align: top
	}
	#page-collection .title span.txt-anim,
	#single-collection .title span.txt-anim {
		font-size: 64px;
		line-height: 76px
	}
	.feature-img {
		float: none;
		width: 35%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px
	}
	.features .features-block {
		display: block;
		text-align: center
	}
}

@media (max-width:1200px) {
	.feature-img {
		margin: 0 0 10px
	}
	.main-menu>.bg {
		width: 850px;
		height: 570px
	}
}

@media (max-width:1199px) {
	.main-content2 .main-content2-content {
		padding: 0 
	}
}

@media (min-width:768px) and (max-width:991px) {
	.feature-content,
	.feature-img {
		margin: 0 0 20px;
		text-align: center;
		width: 100%
	}
	.features .features-block .feature-title {
		font-size: 14px;
		padding: 0 8px
	}
}

@media (max-width:991px) {
	.main-content2 .features.list {
		padding: 0;
		width: 100%;
		float: none;
	}
	.features .features-block {
		margin: 0 0 30px;
		width: 33.33%;
		border: none;
		padding: 20px 15px;
		min-height: 130px;
	}
}

@media(max-width:991px) {
	#pages-collection.owl-carousel .owl-wrapper-outer {
		width: 100%
	}
	.main-menu>.bg {
		width: 700px;
		height: 370px
	}
	.main-menu .pop-img.img1 {
		display: none
	}
}

@media (max-width:767px) {
	.features .features-block {
		width: 50%;
	}
	#page-collection .title span.txt-anim,
	#single-collection .title span.txt-anim {
		font-size: 36px;
		line-height: 42px
	}
	.theme-layout .item {
		margin: 0;
	}
	.main-content3>div {
		padding: 30px 20px
	}
	.layout-content {
		margin: 30px 0
	}
	#megamenu .menu {
		position: static;
		float: none;
		display: inline-block;
		vertical-align: top
	}
	.main-content3 .title {
		font-size: 14px;
		line-height: 22px
	}
	#megamenu .menu1,
	#megamenu .menu2 {
		display: none
	}
}

@media (max-width:479px) {

	.theme-layout .item {
		width: 100%
	}
	.features .features-block .feature-title {
		font-size: 16px
	}
	.feature-content,
	.feature-img {
		margin: 0 0 20px;
		width: 100%;
		text-align: center
	}
	.feature-img .img-responsive {
		margin: 0 auto;
		float: none
	}
	.main-content2 {
		padding: 20px 0 0
	}
	.main-content3>div {
		padding: 30px 10px
	}
	.footer-get-theme>h1 {
		font-size: 14px;
		line-height: 24px
	}
	.main-content2 .features.list {
		width: 100%
	}
}

#ttm_main_content>div {
	float: left;
	width: 100%
}

#ttm_main_content>div #choose-demo {
	float: left;
	width: 100%
}
.main-content3.footer {
	position:relative;
}
@media(min-width:1700px) {
.main-content3.footer:before {
	content: '';
    background-image: url(../images/footer-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 182px;
    height: 86px;
    position: absolute;
    top: -20%;
    bottom: auto;
    left: 1.5%;
    right: auto;
}
.main-content3.footer:after {
	content: '';
    background-image: url(../images/footer-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 123px;
    height: 143px;
    position: absolute;
    top: -30%;
    bottom: auto;
    right: 2%;
    left: auto;
}
}
.heading {
	clear: both;
	text-align: center
}
.footer-img-inner {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 -170px 0;
    z-index: 1;
    position: relative;
}
#theme-collection-product .theme-layout {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: relative
}

.theme-collection .item .layout-image {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	background: #fff;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	overflow: hidden;
}

.theme-collection .item .layout-content .layout-name .layout-title {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 40px
}

#pages-collection.owl-carousel .owl-item {
	padding: 0 15px
}

#page-collection .main-content>#theme-collection {
	float: left;
	width: 100%;
	margin: -20px 0 0 0
}

#page-collection .page-collection {
	width: 100%
}

.theme-collection .item .layout-image .btn-preview:hover img {
	transition: all .4s ease-in-out 0s;
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	-o-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
}

#page-collection .page-collection img {
	width: 600px;
	height: auto;
	transition: all .4s ease-in-out 0s;
}

#ttm_main_content .theme-collection .item .layout-image {
	padding: 0;
}

#page-collection .slick-slide {
	outline: medium none;
	transform: scale(.8)
}

#page-collection .slick-slide.slick-current.slick-center {
	transform: scale(1);
	transition: all .4s ease-in-out 0s
}

div#page-collection .slick-list {
	padding: 0!important
}

.product-page {
	float: left;
	padding: 70px 0 30px;
	width: 100%
}

@media(max-width:991px) {
	#theme-collection-product .theme-layout .item .single .layout-image {
		position: static
	}
	#theme-collection-product .theme-layout .item {
		padding: 30px 0
	}
	#theme-collection-product.single-page {
		padding: 0
	}
	#theme-collection-product .theme-layout .item .five.single .layout-image,
	#theme-collection-product .theme-layout .item .four.single .layout-image {
		width: 100%
	}
	#theme-collection-product .heading {
		padding: 8% 0
	}
	#page-collection .owl-wrapper-outer .owl-item {
		transform: scale(1)
	}
}

@media (max-width:767px) {
	.footer-img-inner {
    margin: 0 0 -100px 0;
}
	#theme-collection .layout-image .layout-thumb,
	#theme-collection-product .layout-image .layout-thumb {
		padding-bottom: 60%
	}
	#theme-collection .theme-layout .img-responsive,
	#theme-collection-product .theme-layout .img-responsive {
		width: 100%
	}
	#theme-collection,
	#theme-collection-product {
		margin: 10px 0
	}
	.theme-collection .heading {
		margin: 0 0 30px
	}
	.tt-carousel .cell-1.cells {
		padding: 0
	}
	.ttm-innerpages .wrap-left {
		float: left;
		width: 100%
	}
	#themes-slider {
		padding: 50px 0 0
	}
	.main-content .view-demo li {
		padding: 15px 0
	}
}

@media (max-width:479px) {
	.footer-img-inner {
    margin: 0 0 -50px 0;
}
	.heading h2 {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: .4px;
	}
	.main-content>.theme-layout .heading h2.section-heading {
		padding: 0 0 30px
	}
	.section-heading span.layout {
		font-size: 26px;
    line-height: 25px;
	}
	.product-page {
		padding: 50px 0 0
	}
	#theme-collection-product .theme-layout .item .single {
		margin: 0 0 10px;
		width: 100%
	}
	#theme-collection-product .theme-layout .item {
		padding: 10px 0
	}
	#theme-collection-product #ttsinglepage-carousel {
		padding: 0 0
	}
	#page-collection .owl-wrapper-outer .owl-item {

    padding: 0;
}
	#myTabContent {
		padding: 0 0 20px
	}
	#themes-slider .layout-image {
		margin: 30px 0
	}
	.features .features-block {
    width: 100%;
}
}

.banner .img img {
	max-width: 100%
}

div#ttfeature-carousel {
	margin: 0
}

div#carousel-style {
	padding: 60px 0 120px;
	margin: 0 100px
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner:hover {
	transform: translateY(-5px)
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner {
	background-repeat: no-repeat;
	padding: 60px 40px 40px;
	transition: .6s ease-in-out;
	background-position: center
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner img {
	width: 410px;
	height: auto
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg1 {
	background-image: url(../images/header-bg.jpg)
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg2 {
	background-image: url(../images/blog-bg.jpg);
	padding: 40px 40px 60px
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg3 {
	background-image: url(../images/footer-bg.jpg)
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg2 .detail {
	margin-bottom: 40px
}

#carousel-style .container-outer #ttfeature-carousel .owl-item {
	padding: 0 25px
}

#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg1,
#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg3 {
	margin: 50px 0
}

#carousel-style #ttfeature-carousel .highlight-inner .detail .title {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	padding: 20px 0
}

#carousel-style #ttfeature-carousel .highlight-inner .detail .desc {
	font-size: 14px;
	line-height: 24px
}

#carousel-style #ttfeature-carousel .highlight-inner .detail {
	float: left;
	width: 100%;
	margin: 20px 0
}

.ttm-innerpages-wrap {
	float: left;
	width: 100%
}

.ttm-innerpages {
	position: relative;
	float: left;
	width: 100%;
}

.container-outer {
	clear: both;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 100%
}

.ttm-innerpages .wrap-left {
	float: left
}

.ttm-innerpages .wrap-right {
	float: right
}

.highlight-inner {
	float: left;
	width: 100%
}

.ttm-innerpages-wrap .main-menu.container-outer {
	background: #fff none repeat scroll 0 0;
	padding: 140px 0 340px;
	position: relative
}

.main-menu .highlight-inner .cell-1.cells {
	padding: 0
}

.main-menu .megamenu>img {
	border-radius: 0
}

.ttm-innerpages .wrap-right .megamenu img {
	width: 760px;
	height: auto
}

#megamenu .menu img {
	width: 345px;
	height: auto
}

#megamenu .menu1 img {
	width: 213px;
	height: auto
}

#megamenu .menu2 img {
	width: 215px;
	height: auto
}

.ttm-innerpages .wrap-right .megamenu {
	padding: 10px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	animation: zoomIn .5s ease
}

.blog-style {
	box-shadow: 0 6px 25px 5px rgba(0, 0, 0, .06);
	padding: 10px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
	animation: zoomIn .5s ease
}

.ttm-innerpages .wrap-right .megamenu {
	padding: 0;
	margin: 0
}

.wrap-left .description,
.wrap-right .highlight-inner.description {
	float: right;
	text-align: center
}

.wrap-left .highlight-inner {
	float: left
}

.blog .cells .blog-style {
	margin: 0;
	box-shadow: 0 2px 21px 5px rgba(0, 0, 0, .04)
}

.cell-2 .blog_description .heading {
	margin: 18% 0 0
}

.cell-2 .blog_description .heading::after {
	bottom: 95%;
	top: auto;
	transform: rotate(148deg);
	height: 140px
}

.cell-3 .blog_description .heading {
	float: right;
	margin: 120px 150px 0 0
}

.cell-3 .blog_description .heading::after {
	right: -56%;
	left: auto;
	transform: rotate(65deg);
	top: -50px
}

.ttm-innerpages .highlight-inner .shop-1 {
	float: left;
	height: 700px;
	overflow: hidden;
	transition: all .3s ease 0s;
	box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .15);
	width: 100%
}

.ttm-innerpages .highlight-inner .shop-1:hover {
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	transform: translateY(-10px)
}

.ttm-innerpages .wrap-left.blog_design .description {
	padding: 100px 0 0
}

.theme-collection .heading {
	margin: 0 0 100px
}

.ttm-innerpages .highlight-inner .cell-bg {
	border: 1px solid #e5e5e5
}

.highlight-inner img {
	max-width: 100%;
	vertical-align: top
}

.block-content.style1 {
	text-align: left
}

.block-content.style1 h4::before {
	background: #FF6870;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px
}

.highlight-inner h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: .4px;
	margin: 0 0 30px;
	line-height: 64px;
	color: #fff;
	position: relative;
	text-transform: capitalize
}

.app-com.container-outer .app-contain .parallax-image img {
	width: 760px;
	height: auto
}

.main-menu .highlight-inner h4 {
	color: #000
}

.main-menu .highlight-inner.description {
	padding: 15% 30% 15% 0;
	text-align: left
}

.main-menu .highlight-inner.description .number {
	text-align: center
}

.main-menu .caption {
	font: 400 18px/30px "Open Sans", sans-serif;
	text-transform: capitalize
}

.pop-img {
	position: absolute;
	left: 70px;
	right: auto;
	top: -60px;
	z-index: 2
}

@keyframes beat {
	to {
		transform: scale(.9)
	}
}

.app-com.container-outer {
	float: left;
	width: 100%;
	position: relative;
	background: #f7f8fa;
	padding: 90px 0
}

.app-com.container-outer .app-contain {
	float: left;
	width: 100%
}

.app-com.container-outer .app-contain .wrap-left {
	padding: 0 100px
}

.app-com .app .ttoffer-icons .tticons {
	border-radius: 8px;
	width: 61px;
	height: auto
}

.app-com .app .ttoffer-icons {
	float: left;
	margin: 20px 0 0;
	width: 100%
}

.app-com .wrap-left .app {
	float: left;
	padding: 50px 0;
	width: 100%;
	text-align: left
}

.app-com .wrap-left .app p {
	color: #777;
	font-size: 16px;
	line-height: 24px
}

.app-com .wrap-left .cell-1.cells {
	padding: 0
}

.app-com .wrap-left .app>h1 {
	font: 700 44px/50px "Open Sans", sans-serif;
	text-transform: capitalize;
	color: #323232;
	margin-top: 0
}

.app-com .wrap-left .app>h3 {
	color: #666;
	font: 700 20px/24px "Open Sans", sans-serif;
	text-transform: capitalize
}

.app-com.container-outer img.img-responsive {
	position: relative;
	z-index: 1
}

.blog.container-outer {
	float: left;
	width: 100%
}

.blog .highlight-inner.description>h4 {
	color: #FF6870
}

.blog .wrap-left .caption {
	font: 400 16px/20px "Open Sans", sans-serif
}

.footer-style .wrap-left .caption,
.header-style .wrap-left .caption {
	color: #fff
}

#theme-collection .section-heading,
#theme-collection-product .section-heading {
	font: 700 60px/64px "Open Sans", sans-serif;
	color: #FF6870
}

#page-collection>#theme-collection .theme-layout {
	FLOAT: left;
	width: 100%;
	position: relative;
}

#page-collection>#theme-collection .theme-layout::after {
	float: left;
	width: 100%;
	background: #f5f5f5;
	margin: 0 0 0;
	position: absolute;
	content: "";
	height: 75%;
	left: 0;
	right: 0;
	top: 25%;
	z-index: -1;
	bottom: auto;
}

#theme-collection .item .layout-content .layout-name .layout-title {
	color: #000;
	font: 400 18px/20px "Open Sans", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: top
}

#theme-collection .item .layout-content .layout-name .layout-title:hover {
	color: #FF6870
}

#theme-collection .theme-layout .item .layout-content {
	margin: 25px 0 0;
	padding: 0
}

#feature-list .section-content {
	color: #000;
	margin: 20px 0 60px
}

#page-collection {
	margin: 0 0 80px 0;
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 80px 0 0;
    position: relative;
}

#theme-collection-product .heading>p {
	color: #000;
	font-size: 14px;
	line-height: 20px
}

@media (max-width:991px) {
	.button_left .header_button , .button_left .header_button1 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
	.header-logo-inner {
    width: 150px;
    height: 47px;
    margin: 0 auto 20px;
}
	#page-collection {
    margin: 0 0 50px 0;
    padding: 50px 0 90px 0;
}
	.button_left {
    width: 100%;
    text-align: center;
}
	div#carousel-style {
		padding: 70px 0;
		margin: 0 15px
	}
	.app-com.container-outer .app-contain .wrap-left {
		width: 100%;
		padding: 0
	}
	.app-com.container-outer .app-contain .app-right {
		width: 100%;
		margin: 0 0 40px;
		float: left;
		padding: 0
	}
	.showcase-list {
		width: 100%;
		float: left;
		padding: 0
	}
	.showcase-detail {
		padding: 0 0 40px;
		width: 100%;
		text-align: center
	}
	#showcase {
		min-height: 325px
	}
	#showcase .image {
		padding: 40px 0
	}
	#showcase .collection .image div {
		min-height: 270px
	}
	#carousel-style .container-outer #ttfeature-carousel .highlight-inner {
		padding: 50px 30px 30px
	}
	#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg2 {
		padding: 30px 25px 50px
	}
	#carousel-style #ttfeature-carousel .highlight-inner .detail .title {
		font-size: 22px;
		line-height: 24px
	}
	div#single-collection {
		padding: 0 0 40px
	}
	.main-content .theme-layout .bg1 {
		width: 400px;
		height: 300px
	}
	.main-content .theme-layout .bg3 {
		width: 400px;
		height: 400px
	}
	.main-content>.theme-layout {
		padding: 60px 0
	}
}

@media (max-width:767px) {
	#page-collection {
    padding: 50px 0 60px;
}
.theme-collection {
    padding: 0;
}
	.footer-get-theme>h1 {
		font-size: 20px;
		line-height: 34px
	}
	#showcase .slick-arrow {
		opacity: 1
	}

	div#carousel-style {
		padding: 60px 0
	}
}

@media (max-width:700px) {
	#showcase {
		min-height: 290px
	}
	#showcase .collection .image div {
		min-height: 235px
	}
}

@media (max-width:600px) {
	#showcase {
		min-height: 190px
	}
	#showcase .image {
		padding: 25px 0
	}
	#showcase .collection .image div {
		min-height: 230px
	}
}

@media (max-width:543px) {
	#showcase .collection .image div {
		min-height: 190px
	}
}

@media(max-width:480px) {
	div#carousel-style {
		padding: 0 0
	}
	.main-menu>.bg {
		display: none
	}
	.ttm-innerpages {
		padding: 20px 0 0
	}
	#carousel-style .container-outer #ttfeature-carousel .owl-item {
		padding: 0 10px
	}
	#carousel-style .container-outer #ttfeature-carousel .highlight-inner {
		padding: 40px 15px 15px
	}
	#carousel-style .container-outer #ttfeature-carousel .highlight-inner.bg2 {
		padding: 10px 15px 30px
	}
	#showcase .collection .image div {
		min-height: 155px
	}
	#showcase .slick-arrow {
		top: 100%
	}
	#showcase .slick-arrow.slick-next {
		right: 36%
	}
	#showcase .slick-arrow.slick-prev {
		left: 36%
	}
	.showcase-detail .subtitle {
		font-size: 15px;
		line-height: 22px
	}
	.showcase-detail .title {
		font-size: 20px;
		line-height: 22px
	}
}

@media (max-width:360px) {
	#showcase .image {
		padding: 16px 0
	}
	#showcase .collection .image div {
		min-height: 115px
	}
	#showcase .collection {
		margin: 0 0 0 3px
	}
}

@media (max-width:1500px) {
	.ttm-innerpages .highlight-inner .shop-1 {
		height: 500px
	}
	.wrap-left .description,
	.wrap-right .highlight-inner.description {
		padding: 10% 0
	}
}

@media(max-width:1400px) {
	.main-menu .highlight-inner.description {
		padding: 15% 20% 15% 0
	}
	.ttm-innerpages-wrap .main-menu.container-outer {
		padding: 80px 0 200px
	}
	.app-com .wrap-left .app>h1 {
		font: 700 40px/42px "Open Sans", sans-serif
	}
}

@media (max-width:1300px) {
	.blog .cell-1 .blog-style {
		margin: 30px 0 0
	}
	.blog_description .heading::after {
		height: 130px
	}
	.cell-2 .blog_description .heading::after {
		height: 110px
	}
	.blog_description .heading {
		font-size: 16px;
		height: 120px;
		line-height: 22px;
		padding: 40px 0;
		width: 120px
	}
	.cell-3 .blog_description .heading {
		margin: 110px 110px 0 0
	}
}

@media (max-width:1200px) {
	#feature-list .service-heading,
	#theme-collection .section-heading,
	#theme-collection-product .section-heading,
	.highlight-inner h4 {
		font-size: 37px;
		line-height: 46px
	}
	.main-menu .caption {
		font-size: 16px;
		line-height: 26px
	}
}

@media (max-width:1199px) {
	.app-com .wrap-left .app>h1 {
		font: 700 30px/32px "Open Sans", sans-serif
	}
	.ttm-innerpages .highlight-inner .shop-1 {
		height: 370px
	}
	.wrap-left .description,
	.wrap-right .highlight-inner.description {
		padding: 0
	}
	.ttm-innerpages .wrap-right {
		padding: 0
	}
	.ttm-innerpages .description .number {
		margin: 20px 0
	}
}

@media (max-width:991px) {
	.vendor-logo .text {
    font-size: 27px;
    line-height: 35px;
}
	.container {
		max-width: 100%;
		margin:0 15px;
	}
	.footer-get-theme h2 {
		line-height: 40px;
		font-size: 40px;
	}
.main-content3>div {
    padding: 150px 0 60px;
}
	.ttm-innerpages .wrap-left.blog_design .description {
		padding: 50px 0 0
	}
	.main-menu .highlight-inner.description {
		padding: 0
	}
	.ttm-innerpages-wrap .main-menu.container-outer {
		padding: 70px 0 130px
	}
	.app-com .wrap-left .app {
		padding: 0;
		text-align: center
	}
	#feature-list .service-heading,
	#theme-collection .section-heading,
	#theme-collection-product .section-heading,
	.highlight-inner h4 {
		font-size: 28px;
		line-height: 36px
	}
	.main-menu .caption {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: .4px
	}
	
}

@media (max-width:767px) {
	.main-content3>div {
    padding: 210px 0 60px;
}
	
	.footer-get-theme h2 {
   line-height: 35px;
    font-size: 30px;
}
.footer-get-theme .footer-text1 {
    font-size: 18px;
    margin: 0 0 12px 0;
}
	.highlight-inner {
		padding: 0
	}
	.ttm-innerpages .highlight-inner .cells {
		float: left;
		margin: 0 0 30px;
		width: 100%;
		padding: 0
	}
	.cell-2 .blog_description .heading {
		margin: 60px 0 0
	}
	.main-menu .highlight-inner.description {
		text-align: center
	}
	.highlight-inner.parallax-image {
		margin: 0
	}
	.ttm-innerpages-wrap .main-menu.container-outer {
		padding: 40px 0 0
	}
}

@media(max-width:479px) {
	.main-content3>div {
    padding: 80px 15px 60px;
}
}

.header-block .main-header.fixed {
	background: rgba(255, 255, 255, .9);
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	animation: fixedmenu 1s ease 0s normal both 1 running;
	-webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	-moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	-o-animation: fixedmenu 1s ease 0s normal both 1 running;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px 5%;
	width: 100%;
	z-index: 999
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@media (max-width:1629px) {
	.header-block .main-header.fixed {
		padding: 20px 2%
	}
}

@-moz-keyframes fillToRight {
	to {
		width: 100%
	}
}

@keyframes fillToRight {
	to {
		width: 100%
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls .owl-buttons div {
	position: absolute
}

.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 40%
}

.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 40%
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel {
	margin: 0 0 20px;
	direction: ltr!important;
	z-index: 1
}

.owl-carousel:hover .owl-buttons div {
	opacity: 1
}

.owl-carousel .owl-buttons .owl-prev {
	left: 0
}

.owl-carousel .owl-buttons .owl-next {
	right: 0
}

.theme-collection:hover .owl-carousel .owl-buttons div.owl-prev {
	left: 70px
}

.theme-collection:hover .owl-carousel .owl-buttons div.owl-next {
	right: 70px
}

.owl-carousel .owl-buttons div {
	height: 58px;
	width: 58px;
	border-radius: 50%;
	background: #FF6870;
	box-shadow: 0 -5px 10px rgba(234, 61, 86, .3);
	line-height: 15px;
	overflow: hidden;
	opacity: 0;
	transition: .4s ease-in-out
}

.owl-carousel .owl-buttons div:hover {
	background: #323232;
	box-shadow: 0 -5px 10px rgba(0, 0, 0, .2)
}

.theme-collection:hover .owl-carousel .owl-buttons div {
	opacity: 1
}

.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0
}

.owl-pagination {
	text-align: center;
	position: relative
}
.owl-controls {
    bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0 6px
}

.owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, .5);
	border-radius: 5px;
	box-shadow: unset;
	transition: .3s ease-in-out
}

.owl-controls .owl-page.active span {
	background: #FF6870;
	width: 20px;
	transition: .3s ease-in-out
}

.owl-controls .owl-page:hover span {
	background: #FF6870;
	transition: .3s ease-in-out
}

.rating-image .fa-star,
.rating-image .fa-star-o {
	color: #FDB819;
	font-size: 22px;
	margin: 0 2px;
}

.footer-rating-wrapper {
	margin: 0 0 25px;
}

@media (max-width:767px) {
	.owl-controls .owl-buttons .owl-next,
	.owl-controls .owl-buttons .owl-prev {
		top: 35%
	}
}

@media (max-width:480px) {
	.owl-carousel .owl-buttons .owl-next {
		right: -10px
	}
	.owl-carousel .owl-buttons .owl-prev {
		left: -10px
	}
}

@-webkit-keyframes myfirst {
	0% {
		right: 0;
		top: 15%
	}
	25% {
		right: 20px;
		top: 15%
	}
	50% {
		right: 20px;
		top: 16%
	}
	75% {
		right: -20px;
		top: 16%
	}
	100% {
		right: 0;
		top: 15%
	}
}

@keyframes myfirst {
	0% {
		right: 0;
		top: 15%
	}
	25% {
		right: 20px;
		top: 15%
	}
	50% {
		right: 20px;
		top: 16%
	}
	75% {
		right: -20px;
		top: 16%
	}
	100% {
		right: 0;
		top: 15%
	}
}

@-webkit-keyframes myfirst2 {
	0% {
		left: -110px;
		top: 56%
	}
	25% {
		left: -130px;
		top: 56%
	}
	50% {
		left: -130px;
		top: 57%
	}
	75% {
		left: -130px;
		top: 57%
	}
	100% {
		left: -110px;
		top: 56%
	}
}

@keyframes myfirst2 {
	0% {
		left: -110px;
		top: 56%
	}
	25% {
		left: -130px;
		top: 56%
	}
	50% {
		left: -130px;
		top: 57%
	}
	75% {
		left: -130px;
		top: 57%
	}
	100% {
		left: -110px;
		top: 56%
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
html {
  scroll-behavior: smooth;
}

.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -65px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width:55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #042f42;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #042f42;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tmtheme_fbar_icons > span:after {
	content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons > span:hover,
.tmtheme_fbar_icons:hover i {
    color:#57c4e4;
}
.tm-new-tag {
    text-align: center;
    font-size: 17px;
    width: 45px;
    line-height: 57px;
    color: #FFF;
    position: absolute;
    top: -2px;
    right: 2px;
    transform: rotate(45deg);
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.tm-new-tag:before {
    position: absolute;
    content: "";
    top: 9px;
    right: -16px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 80px solid #57C4E4;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}