.container.anim {
	overflow: hidden;
}
body {
    font: 400 14px/18px "Poppins", sans-serif;
    margin: 0;
    float: left;
    width: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    letter-spacing: 1px;
}
a{
    outline: none;
}
.row {
    margin: 0 -15px
}

* {
    box-sizing: border-box
}

::-moz-selection {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

::after,
::before {
    box-sizing: border-box
}

.layout-image .img-responsive {
    background-size: 100% auto;
    display: block;
    height: 100%;
    max-width: 100%;
    transition: all 1.8s linear 0s;
    background-repeat: no-repeat
}

.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-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%
}
img {
	max-width: 100%;
}
@media (min-width:768px) {
    .container {
        max-width: 750px;
        margin: 0 auto
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .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;
        margin: 0 auto
    }
    .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 {
        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%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1180px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1520px;
        margin: 0 auto
    }
    .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 {
        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%
    }
}

.hb-animate-element {
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0
}

.hb-animate-element.left-to-right.hb-in-viewport {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1
}

.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1
}

.goToTop {
    display: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 15px;
    cursor: pointer;
    height: 50px;
    padding: 6px 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    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
}

.goToTop::before {
    background: transparent url(../images/top.png) no-repeat scroll center center;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
    background-size: contain
}

header {
    float: left;
    position: relative;
    width: 100%
}
.header-tag:hover{
	top:90px;
}
.header-tag {
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-khtml-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

header .header-block {
    background: #0f54b1 url(../images/bg-header.jpg) fixed repeat center 0;
    color: #000;
    float: left;
    height: 820px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
	overflow:hidden;
}
.ttmain-logo img {
    max-width: 280px;
    height: auto;
}
.ttmain-logo {
	margin: 0 0 15px;
}
@keyframes action-bg {
    from {
        background-position: 0 44px
    }
    to {
        background-position: -1800px 44px
    }
}
.header-tag {
	position: absolute;
	left: 0;
	right: 90px;
	margin: auto;
	top: 100px;
	bottom: auto;
	z-index: 1;
	width: 170px;
}
.section-heading span.layout {
    font-size: 40px;
    color: #ffd200;
    line-height: 42px;
    vertical-align: bottom;
}
.modulelist .sub-link {
    list-style: disc;
    margin: 5px 0 2px 50px;
    text-transform: capitalize;
}
.modulelist .sub-link {
    float: left;
    width: 100%;
    text-align: left;
	color:#111;
}
header .header-content .header-image .img {
	position: relative;
	margin: auto;
	width: 20%;
	float: left;
	display: inline-block;
	vertical-align: top;
	height:auto;
}
.main-header {
	float: left;
	width: 100%;
	position: relative;
}
header .header-image {
	float: right;
	position: absolute;
	right: 0;
	left: auto;
	width: auto;
	margin: auto;
	top: 0;
	bottom: auto;
	text-align: right;
}
img {
	height: auto;
}

#choose-service1 .section-content,
#choose-service21 .section-content {
	color: #333;
}
.cmngsn .img-responsive, 
.cmngsn .layout-image:hover .img-responsive {
	transition: none;
	background-position: center !important;
}
header .header-content .header-image .img5 a{
	transform: translate(78%,38%);
}
header .header-content .header-image .img5:hover a{
	transform: translate(78%,37%);
}
header .header-content .header-image .img4 a{
	transform: translate(62%,30%);
}
header .header-content .header-image .img4:hover a{
	transform: translate(62%,29%);
}
header .header-content .header-image .img2 a{
	transform: translate(22%,13%);
}
header .header-content .header-image .img2:hover a{
	transform: translate(22%,12%);
}
header .header-content .header-image .img3 a{
	transform: translate(44%,21%);
}
header .header-content .header-image .img3:hover a{
	transform: translate(44%,20%);
}
header .header-content .header-image .img1 a{
	transform: translate(0%,5%);
}
header .header-content .header-image .img1:hover a {
	transform: translate(0%,4%);
}
header .header-content .header-image .img img:hover{
	box-shadow: 0 15px 22px 0 rgba(0,0,0,.60);
}
.header-block .container {
	max-width: 1903px;
}
.header-content {
	position: relative;
	float: left;
	width: 100%;
	height: 830px;
}
header .header-content .header-image a{
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
header .header-content .header-image .img img {
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0 15px 22px 0 rgba(0,0,0,.15);
	    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
header .header-content .header-content-inner {
	float: left;
	padding: 80px 80px 50px;
	width: auto;
	text-align: left;
}
.header-content .banner>a img {
    border-radius: 15px;
    box-shadow: -1px -3px 9px 2px rgba(0, 0, 0, .1);
    height: auto;
    max-width: 100%;
    transition: .4s ease-in-out;
    transform: scale(.8)
}

.header-content .banner:hover>a img {
    transform: scale(1)
}

.main-header .inmages.img2 {
    left: 30px;
    position: absolute;
    top: 30px
}

.inmages.img1 {
    bottom: 100px;
    left: 30px;
    position: absolute
}

.inmages.img3 {
    bottom: -10px;
    left: 22%;
    position: absolute;
    z-index: -3
}

.inmages.img4 {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3
}

.comingsoon {
    opacity: .7
}

h1, h2{
	font-family: 'Poppins', serif;
	font-weight: 700;
}

header .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    color:#fff;
}
header .header-content .header-content-inner h1 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
}

header .header-content .header-content-inner h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase
}

.main-content6 .feature-content .feature-title .layout-detail {
    color: #000;
    text-decoration: none
}

h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: capitalize;
    margin:0;
}

.btn {
    border: medium none;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.btn-default {
    background: #feda00;
    border-color: #fff;
    color: #111;
    font-size: 14px;
    transition:all 400ms ease-in-out;
}

.btn-default:hover {
    background: #ca2132 none repeat scroll 0 0;
    color: #fff;
}
.main-header a {
    font-weight: 600;
    z-index: 1;
    position: relative;
}
.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42857;
    text-decoration: none;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.btn-xl {
    padding: 8px 30px
}

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: 70px 0 0;
    text-align: center;
    color: #fff;
    width: 100%;
	background: #222;
}

.section-content {
    color: #ccc;
    font-size: 13px;
    line-height: 22px
}

#portfolio {
    float: left;
    width: 100%
}
.offer-text:hover .animation-text {
	animation-play-state: paused;
}
.main-content {
    float: left;
    width: 100%;
    padding: 70px 5%;
    position: relative
}

.main-content .landing-1 {
    position: absolute;
    bottom: 3%;
    left: 4%
}

.item {
    margin: 0 0 50px;
    padding: 0 25px
}

.layout-content .layout-name a {
    color: #fff;
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out 0s;
    width: 100%;
    font-family: 'Poppins', serif;
}

.layout-content .layout-name a:hover {
    letter-spacing: 1px
}

.layout-content .layout-name a.layout-detail,
.layout-content .layout-name a.layout-detail:hover {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 10px
}

.layout-content .layout-name a.layout-detail:hover,
.layout-image .layout-name a.layout-detail:hover {
    color: #ffd200;
}
.header-tagline {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.theme-layout .item {
    margin: 0 0 20px;
    padding: 0 20px
}

.theme-layout .item.coming .theme-preview-btn {
    display: none!important
}

.theme-layout .item.coming .layout-image a.btn-preview::before {
    opacity: 1
}

.theme-layout .item.coming .layout-image::before {
    bottom: 0;
    color: #fff;
    content: "Coming Soon";
    font-family: raleway;
    font-size: 28px;
    font-weight: 600;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}
.layout-image {
    height: 600px;
    position: relative;
    overflow: hidden
}

.layout-image.new-label::after {
    background: url(../images/new-label.png) no-repeat scroll 0 0;
    content: "";
    height: 86px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 86px;
    z-index: 9999
}

.layout-image a.btn-preview {
    position: relative;
    float: left;
    width: 100%;
    height: 100%
}

.features-block .feature-img a::before,
.layout-image a.btn-preview::before {
    background: rgba(0, 0, 0, .3);
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s
}

.features-block .feature-img a {
    float: left;
    position: relative;
    width: 100%
}

.features-block:hover .feature-img a::before,
.layout-image:hover a.btn-preview::before {
    opacity: 1
}

.layout-image .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 400ms ease-in-out;
    z-index: 9;
    opacity: 0;
}

.layout-image:hover .theme-preview-btn {
    opacity: 1;
}

.layout-image:hover .theme-preview-btn:hover {
    letter-spacing: 2px
}

.layout-content {
    float: left;
    padding: 30px 0 0;
    width: 100%
}

.main-content .more-coming-soon,
.main-content2 .more-coming-soon {
    bottom: 0;
    color: #666;
    float: left;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 30px
}

#portfolio {
    overflow: hidden;
    float: left;
    min-height: 950px;
    width: 100%;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    animation: 80s linear 0s normal none infinite running;
}

.main-content2 {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%
}

.main-content2 .feature-img {
    float: left;
    width: 41.6667%
}

.choose-service {
    color: #000;
    margin: 0 0 20px;
    float: left;
    width:100%;
}
.main-content5.content {
    background: 0 0;
    padding: 0
}

.main-content2-content {
    float: left;
    width: 100%
}

.content {
    float: left;
    width: 100%;
    padding: 50px 0;
	background: #222;
}

.main-content7.blog.content .bg-list-1 {
    position: absolute;
    left: 0;
    top: -140px
}

.main-content7.blog.content .bg-list-1 img {
    max-width: 100%
}

.main-content.content .bg-list-1 {
    position: absolute;
    left: 0;
    top: -140px
}

.main-content10.content .bg-list-2 {
    position: absolute;
    right: 40px;
    bottom: -150px
}

.main-content10.content .bg-list-2 img {
    max-width: 100%
}

.main-content8.content .bg-list-3 {
    position: absolute;
    left: auto;
    right: 50px;
    top: -13%
}

.main-content8.content .bg-list-3 img {
    max-width: 100%
}

.main-content10 .bg-list-3 {
    position: absolute;
    bottom: -120px;
    right: 0
}

.main-content10 {
    position: relative
}

.main-content7.blog.content, 
.main-content8.content {
	position: relative;
	margin-top: 0;
	background: #fff;
}
.main-content2.content {
	background: #f7f7f7;
}
.main-content7.blog.content #choose-service2 {
    padding-top: 20px
}


.feature-img {
    display: inline-block;
    float: none;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: auto
}

.features.features-block {
    text-align: center
}

.feature-content {
    color: #000;
    text-align: left
}

.feature-content .feature-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 10px 0 0;
    text-align: center;
    font-family: 'Poppins', serif;
    float: left;
    width: 100%;
}

.feature-content .feature-desc {
    color: #888
}

.feature-img .img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .15);
	margin: auto;
    transition: all .6s ease 0s;
}
.main-content6-content .features-block {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.main-content3 {
	float: left;
	width: 100%;
	padding: 0;
	background: #114aa8;
}

.main-content3>div {
    padding: 40px 0
}

.main-content2 .features-block {
   margin: 0 0 30px;
}
.feature-service {
    float: left;
    background: #fff;
    padding: 30px 25px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    transition: .4s ease-in-out;
    min-height: 200px;
    overflow: hidden;
}
.features .features-block:hover .feature-service {
    box-shadow: 0 3px 12px 1px rgba(0,0,0,.1);
}
#feature-list .features-block:hover .feature-img .img-responsive {
    transform: translateY(-10px);
}
.main-content2 .feature-content .feature-title {
    text-align: left;
    margin: 0 0 15px
}

.main-content3 .title {
    color: #fff;
    float: left;
    margin: 0 0 25px;
    text-transform: capitalize;
    width: 100%
}
.footer-title {
    font: italic 500 13px/20px "poppins",helvetica,sans-serif;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.footer-get-theme .title span {
	float: left;
	width: 100%;
	padding: 10px;
}
.footer-get-theme .title .promo-title1 {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
}
.footer-get-theme .title .promo-title {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding: 7px 12px;
	cursor: pointer;
	position: relative;
	/* animation: "flash" 2s infinite; */
	/* -webkit-animation: "flash" 2s infinite; */
	/* -moz-animation: "flash" 2s infinite; */
	font-size: 16px;
	overflow: hidden;
}
/*
.footer-get-theme .title .promo-title:hover {
	 -webkit-animation-play-state:paused;
	  -moz-animation-play-state:paused;
	  -o-animation-play-state:paused;
	  animation-play-state:paused;
  }
*/
.footer-get-theme .title .promo-title::after {
	content: "";
	border-top: 2px dashed;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 48px;
	width: 200%;
	position: absolute;
	left: 0;
}
.footer-get-theme .title .promo-title::before {
	content: "";
	border-bottom: 2px dashed;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 48px;
	width: 200%;
	position: absolute;
	left: 0;
}
.footer-get-theme .title .promo-codes::after {
	content: "";
	border-right: 2px dashed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 120px;
	position: absolute;
	width: 99%;
}
.footer-get-theme .title .promo-codes::before {
	content: "";
	border-left: 2px dashed;
	right: 0;
	left: 0;
	margin: auto;
	top: 7px;
	bottom: 0;
	height: 120px;
	position: absolute;
}
.footer-get-theme .title .promo-title:hover::after
 {
	-webkit-animation: slideDash 3s infinite linear;
	animation: slideDash 3s infinite linear;
	-moz-animation: slideDash 3s infinite linear;
	-ms-animation: slideDash 3s infinite linear;
	-o-animation: slideDash 3s infinite linear;
}
.footer-get-theme .title .promo-title:hover::before  {
	-webkit-animation: slideDashopp 3s infinite linear;
	animation: slideDashopp 3s infinite linear;
	-moz-animation: slideDashopp 3s infinite linear;
	-ms-animation: slideDashopp 3s infinite linear;
	-o-animation: slideDashopp 3s infinite linear;
}
.footer-get-theme .title .promo-title:hover .promo-codes::before {
	animation: slideDashYopp 1.5s infinite linear;
	-webkit-animation: slideDashYopp 1.5s infinite linear;
	-moz-animation: slideDashYopp 1.5s infinite linear;
	-ms-animation: slideDashYopp 1.5s infinite linear;
	-o-animation: slideDashYopp 1.5s infinite linear;
}
.footer-get-theme .title .promo-title:hover .promo-codes::after {
	animation: slideDashY 1.5s infinite linear;
	-webkit-animation: slideDashY 1.5s infinite linear;
	-moz-animation: slideDashY 1.5s infinite linear;
	-ms-animation: slideDashY 1.5s infinite linear;
	-o-animation: slideDashY 1.5s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.main-content4 {
    background: #000 none repeat scroll 0 0;
    float: left;
    text-align: center;
    padding: 20px 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
}
.content .features-block {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.main-content6-content {
    padding: 0
}
.header-image a {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.main-content6 {
	float: left;
	padding: 50px 0;
	width: 100%;
	background: #fff;
}
.footer-get-theme {
    background: #0f54b1 url(../images/bg-header.jpg) repeat scroll center center;
    background-size: cover;
}
.main-content2.content .section-content {
	color: #222;
}
.main-content2.content .feature-content .feature-desc {
	text-align: left;
}
.footerblock{
	float: left;
	width: 100%;
}
.main-content6 .feature-content {
    text-align: center
}

.main-content6 .feature-img {
    margin: 5px 0 30px;
    padding: 0
}
.footerblock {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.feature-title .layout-detail {
	color: #000;
	text-decoration: none;
}
.main-content7 .feature-content,
.main-content8 .feature-content,
.main-content9 .feature-content {
    text-align: center
}
.main-content8 .feature-img .img-responsive {
	border: none;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .15);
}
.main-content8 .features-block {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.main-content6-content .owl-buttons {
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.main-content6-content:hover .owl-buttons {
    opacity: 1;
}
.main-content7 .features-block .feature-img {
    display: inline-block;
    float: none;
    vertical-align: top
}
#ttfeature .owl-buttons,
#ttfeature-blog .owl-buttons,
#ttfeature-carousel .owl-buttons {
    opacity: 0;
    transition: all .4s ease-in-out
}
 #ttfeature-blog:hover .owl-buttons,
 #ttfeature:hover .owl-buttons,
 #ttfeature-carousel:hover .owl-buttons {
    opacity: 1
}
#feature-list .img-responsive {
	border: none;
	box-shadow: none;
}
#feature-list .features .features-block .feature-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	color: #333;
	text-transform: capitalize;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
    padding: 10px 0 0;
}
.main-content2 .feature-img {
	float: left;
	width: 25%;
	margin: 0;
}
.feature-img {
	display: inline-block;
	float: none;
	margin: 0 0 40px;
	position: relative;
	vertical-align: top;
}
.main-content2 .features.one {
    width: 100%;
    float: left;
}
#ttcmsoffer {
    float: left;
    width: 100%;
}
#ttcmsoffer .parallex {
    float: left;
    height: 568px;
    width: 100%;
    background: #222
}
.main-content2 .main-content2-content {
    float: left;
    width: 100%;
    padding: 0 75px;
}
#ttcmsoffer .ttblock-subheading {
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    padding: 0 0 30px;
    color: #fff;
    font-family: 'Poppins', serif;
}

#ttcmsoffer .ttoffer-heading {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 30px;
    color: #fff;
}

#ttcmsoffer .ttoffer-content {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

#ttcmsoffer .ttcmsoffer.container {
    float: none;
    height: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
}

#ttcmsoffer .tticons {
    max-width: 100%
}
#ttcmsoffer .ttoffer-img{
	top: 22%;
}
#ttcmsoffer .ttoffer-img img {
    height: auto;
    max-width: 100%;
}
#tttop-carousel .owl-item.active img {
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.scroll-btn {
    bottom: 25px;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px
}

#tttop-carousel .owl-controls.clickable {
    display: none!important
}

.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.main.container {
    max-width: 1150px;
    position: relative;
    margin: 0 auto
}

.content-bottom {
    background: #111;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #000
}

.showcase-content {
    float: left;
    width: 100%;
    padding: 8% 0
}

#showcase {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 410px;
    background-image: url(../images/showcase/main.png)
}
#theme_store{
    margin: 0;
}
#theme_store .store {
    float: left;
    width: 100%;
    padding: 0 20px;
    transition: all 0.5s;
}
#theme_store .store h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    color: #fff;
}
#theme_store a{
    outline :none;
}
.store img {
    margin: 0 auto;
    width: 100%;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.08);
}
#theme_store .items:not(.slick-active) .store {
    float: left;
    width: 100%;
    position: relative;
    transform: translateY(38%);
    transition: all 0.5s;
}
.showcase-detail {
    padding: 80px 0;
    text-align: center;
    float: left;
    width: 100%
}
#theme_store .slick-slider {
    float:left;
    width:100%;
}
.showcase-detail .title {
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
}
.showcase-detail .subtitle {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #fff;
}
.showcase-detail .button .btn {
    padding: 9px 20px;
    position: relative;
    z-index: 1;
    border: none
}
#showcase .image {
    float: left;
    padding: 45px 4px;
    width: 98%
}
#showcase .slick-list {
    width: 70%;
    float: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1
}
#showcase .collection .image div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 296px
}
#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0
}
#showcase .slick-arrow {
    font-size: 0;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all .4s;
    padding: 0;
    position: absolute;
    height: 32px;
    width: 30px
}

#showcase:hover .slick-arrow {
    opacity: 1
}

#showcase .slick-arrow.slick-next {
    right: 96px
}

#showcase .slick-arrow.slick-prev {
    left: 90px
}

#showcase .slick-arrow.slick-prev::after {
	content: "";
	background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
	height: 32px;
	width: 30px;
	float: left;
	background-size: cover;
	background-position: 7px -2px;
}
#showcase .slick-arrow:hover {
	background-color: #feda00;
	border-color: #feda00;
}
#showcase .slick-arrow.slick-next::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
    height: 32px;
    width: 30px;
    float: left;
    background-size: contain;
    background-position: -10px 0
}
.offer-text {
	background: #feda00;
	font-weight: 500;
	text-align: center;
	padding: 40px 0px;
	text-transform: capitalize;
	width: 100%;
	float: left;
	color: #111;
}
.main-content8.content .section-content {
	color: #111;
}
.animation-text {
    float: left;
    width: 100%;
	text-indent: 0;
	font-size: 26px;
	line-height: 32px;
}

.animation-text:hover {
    animation-play-state: paused
}
#feature-list .module-label {
	position: absolute;
	top: -15px;
	bottom: auto;
	padding: 0;
	right: -20px;
}

#feature-list .module-label img {
	max-width: 100%;
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.offer-text marquee {
	color: #111;
	line-height: 38px;
	font-size: 30px;
	cursor: pointer;
}
.main-content7.content {
	background: #fff;
}
.main-content8.content,.main-content6.content {
	background: #f7f7f7;
}
.main-content7.content .service-heading.text-uppercase {
	color: #111;
}
.main-content7.content .desc {
	color: #111;
	font-weight: 400;
	font-size: 13px;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.choose-service p {
    font-size: 13px;
    line-height: 22px;
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.app-compatiable {
    float: left;
    width: 100%;
}
.wrap-left .highlight-inner {
    float: left;
}
.wrap-left .cell-1.cells {
    padding: 0;
}
.highlight-top .wrap-right {
    float: right;
}
.wrap-left .app {
    float: left;
    width: 100%;
    text-align: center;
}
.wrap-left .app>h2 {
    font: 600 60px/62px poppins, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #ffd200;
    margin: 0 0 20px;
}
 .wrap-left .app>h3 {
    color: #fff;
    font: 500 20px/32px poppins, Helvetica, sans-serif;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}
.app-com.container-outer {
    float: left;
    width: 100%;
    position: relative;
    background: #0f54b1;
    padding: 80px 0 0;
}
.app-com.container-outer .background-img {
    background-image: url(../images/parallax-bg.jpg);
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity .4s ease 0s
}
.app .all-apps {
    float: left;
    width: 100%;
}
.app .ttoffer-icons {
    float: none;
    margin: 10px 0 0;
    width: auto;
}
.app .ttoffer-icons a {
    display: inline-block;
    vertical-align: top;
    float: none;
    overflow: hidden;
    position: relative;
}
.app .ttoffer-icons .tticons {
    border-radius: 8px;
    width: 55px;
    height: auto;
}
.highlight-inner img {
    max-width: 100%;
    vertical-align: top;
}
@media (min-width: 1200px){
    .app-compatiable{
        display: flex;
        align-items: center;;
    }
}
.main-content7.content .modulelist-wrapper .link-block .list {
    margin: 25px 0 0px;
    padding: 0 0 5px;
}
.main-content7.content .modulelist-wrapper .link-block li:first-child {
    margin: 0;
}
.features .features-block .feature-img {
    margin: 0 0 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
}
#feature-list {
    float: left;
    position: relative;
    width: 100%;
}
.main-content7.content .modulelist-wrapper .list {
	color: #111;
	list-style: none;
	text-align: left;
	position: relative;
	margin: 8px 0 6px;
	cursor: pointer;
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 15px;
}
.main-content7.content .modulelist-wrapper .list .module-label {
	position: absolute;
	top: -10px;
	bottom: auto;
	padding: 0 5px 0;
}
.main-content7.content .modulelist-wrapper .list:hover img {
	 -webkit-animation-play-state:paused;
	  -moz-animation-play-state:paused;
	  -o-animation-play-state:paused;
	  animation-play-state:paused;
}
.main-content7.content .modulelist-wrapper .list img {
	max-width: 100%;
}
.feature-content a {
	color: #000;
	text-decoration: none;
}	
.main-content7.content .modulelist-wrapper .list::before {
	color: #111;
	content: "\E5CC";
	float: left;
	font-family: "Material Icons";
	font-size: 14px;
}
li {
	list-style: none;
}
.main-content7.content .decription_part span {
	color: #ca2132;
}
.main-content7.content .decription_part {
	margin: 0 0 50px;
	float: left;
	width: 100%;
}
.main-content7.content .modulelist-wrapper .list:hover,
.main-content7.content .modulelist-wrapper .list:hover::before{
	color: #ca2132;
}
.main-content8.content #ttfeature-carousel {
	padding: 0;
}
.main-content8.content .feature-img {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.main-content7.content .modulelist-wrapper .list .module-label {
	position: absolute;
	bottom: auto;
	padding: 0;
	top: -10px;
}
@media (max-width: 1599px){
    .feature-service{
        padding: 20px 10px;
    }
    .main-content7 .features .features-block,.main-content6 .features .features-block{
        padding: 0 15px;
    }
	.layout-image {
		height: 455px;
	}
}
@media (max-width: 1500px){
	header .header-block {
	    background-attachment: scroll;
	    background-size: cover;
	    background-position: center bottom;
	}
}

@media (min-width:1200px) and (max-width:1399px) {
    #showcase .slick-arrow.slick-prev {
        left: 55px
    }
    #showcase .slick-arrow.slick-next {
        right: 55px
    }
}

@media (max-width:1400px) {
    .showcase-detail .title {
        font-size: 30px;
        line-height: 36px;
    }
    #showcase .image {
        padding: 32px 2px
    }
    #showcase {
        min-height: 350px;
        margin: 0
    }
    .showcase-detail {
        padding: 50px 0
    }
    .showcase-content {
        padding: 50px 0
    }
    #showcase .collection .image div {
        min-height: 270px
    }
}

@media (max-width:1300px) {
    .main-content7.blog.content .bg-list-1 img {
        max-width: 70%;
        float: left
    }
    .main-content8.content .bg-list-3 img {
        max-width: 50%;
        float: right
    }
    .main-content10.content .bg-list-2 img {
        max-width: 60%;
        float: right
    }
    #showcase {
        min-height: 300px
    }
    #showcase .collection .image div {
        min-height: 230px
    }
}
@media (max-width:1200px) {
#feature-list .feature-img {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#feature-list .features .features-block .feature-title {
	text-align: center;
	width: 100%;
	padding: 0;
}
#feature-list .features .features-block {
	min-height: 190px;
}

}
@media (max-width:1199px) {
    .choose-service{
        margin: 0 0 10px;
    }
    .offer-text{
            padding: 30px 0px;
    }
    .animation-text{
        font-size: 22px;
    line-height: 26px;
    }
    .app-com .wrap-left .app>h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 15px;
}
.app-com.container-outer{
    padding: 60px 0 0;
}
    .bg-primary{
        padding: 40px 0 0;
    }
    .section-heading span.layout{
            font-size: 34px;
    line-height: 36px;
    }
    .item{
        margin: 0 0 30px;
    }
    .main-content7.content .desc{
        width: 70%;
        margin: 0;
    }
    .main-content7.content .decription_part{
            margin: 0 0 15px;
    }
    .content{
            padding: 30px 0;
    }
    .main-content3{
        padding: 0;
    }
    h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
}
.footer-title{
    margin: 0 0 20px;
}
    .main-content3>div {
    padding: 30px 0;
}
    .showcase-detail {
    padding: 30px 0;
}
    .main-content2{
        padding:30px 0;
    }
    .choose-service p{
        width: 70%;
    }
    .feature-service{
        width:100%;
    }
    .modulelist-links.col-sm-8 {
    width: 100%;
}
.responsive_img.col-sm-4 {
    width: 100%;
}
#feature-list .features .features-block {
    width:25%;
}
.main-content2 .main-content2-content{
padding: 0 45px;
}
.layout-image {
	height: 356px;
}
    .main.container {
        max-width: 960px
    }
    #showcase .image {
        padding: 28px 0
    }
    .showcase-detail .title {
        font-size: 26px;
        line-height: 28px;
    }
    #showcase .collection .image div {
        min-height: 190px
    }
    #showcase {
        min-height: 230px
    }
    #showcase .slick-arrow.slick-prev {
        left: 40px
    }
    #showcase .slick-arrow.slick-next {
        right: 40px
    }
    /*------------------*/
    #ttcmsoffer .ttblock-subheading{
    	font-size: 46px;
    	padding: 0 0 15px;
    }
    #ttcmsoffer .ttoffer-heading{
    	font-size: 18px;
    	padding: 0 0 15px;
    }
}
@media (max-width:991px) {
    #ttfeature-carousel {
    padding: 0 20px;
}
#ttfeature{
    padding: 0 20px;
}
    .animation-text {
    font-size: 20px;
    line-height: 24px;
}
    .app-com .app .ttoffer-icons .tticons {
    width: 45px;
}
.app-com .wrap-left .app>h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px;
}
.wrap-left .app>h3{
    width: 100%;
    margin: 10px 0;
}
    .layout-image .theme-preview-btn{
        opacity: 1;
    }
    .layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover{
        font-size: 18px;
        margin: 0;
    }
.layout-image a.btn-preview::before{
    opacity: 1;
}
    .modulelist .sub-link{
        font-size: 12px;
    }
    .main-content7.content .modulelist-wrapper .list{
        font-size: 13px;
        margin: 6px 0;
    }
    .main-content3 .title{
margin: 0 0 15px;
    }
    .btn-xl {
    padding: 8px 20px;
}
    .main-content3>div {
    padding: 20px 0;
}
    .main.container {
        max-width: 730px
    }
    .showcase-list {
        width: 100%;
        float: left;
        padding: 0
}
    #showcase {
        min-height: 325px
    }
    #showcase .image {
        padding: 40px 0
    }
    #showcase .collection .image div {
        min-height: 270px
    }
    #showcase .slick-arrow.slick-prev {
        left: 70px
    }
    #showcase .slick-arrow.slick-next {
        right: 70px
    }
    #ttcmsoffer .ttblock-subheading{
    	font-size: 42px;
    }
    #ttcmsoffer .ttoffer-heading{
    	font-size: 14px;
    }
}
@media (max-width:1600px) {
    .bg-primary{
        padding:60px 0 0;
    }

	header .header-content,header .header-block {
		height: 620px;
	}
    	.header-tag {
		    top: 50px;
            right: 50px;
	}
	.prestashop-logo1 img,.prestashop-logo2 img {
		width: 50%;
	}
	.prestashop-logo3 img {
		width: 30%;
	}
	.prestashop-logo {
		left: 0;
	}
}
@media (max-width:1399px) {
    .header-tag{
        top:110px;
    }
    header .header-image{
        top:80px;
    }
	.main-content2.content .feature-content .feature-desc {
		text-align: center;
	}
}
@media (max-width:1200px) {
.ttmain-flag {
	margin: 20px 0 0;
}
	header .header-content .header-content-inner h1 {
		font-size: 20px;
		line-height: 25px;
	}
}
@media (min-width:768px) and (max-width:1399px) {
    .feature-content,
    .feature-img {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
        padding: 0
    }
    .feature-content .feature-title {
        font-size: 16px
    }
    .main-content2 .feature-content .feature-title,
    .main-content2 .features-block{
    	text-align: center;
    }
    .main-content2 .feature-img{
    	float: none;
    }
}
@media (max-width:991px) {
    #ttfeature .owl-buttons, #ttfeature-blog .owl-buttons, #ttfeature-carousel .owl-buttons{
        opacity: 1;
    }
    .main-content6-content .owl-buttons {
    opacity: 1;
}
    .choose-service p {
    width: 90%;
    margin: 0;
}
    .main-content2 .main-content2-content{
        padding: 0 35px;
    }
    #feature-list .features .features-block{
        width:33.33%;
        margin: 0 0 20px;
    }
    .main-content7.content .desc{
        width:100%;
    }
    .item{
            margin: 0 0 30px;
    }
.header-text {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 20px;
}
.modulelist-wrapper .responsive_img {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.bg-primary {
	padding: 30px 0 0;
}
.prestashop-logo2 {
	padding: 0;
}
.ttmain-flag img {
	width: 180px;
}
.header-tag img {
	width: 124px;
	cursor: pointer;
}
#theme_store {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
}
    .inmages img {
        width: 60%
    }
    .inmages.img4 img {
        display: none
    }
    .inmages.img1 {
        bottom: 60px;
        left: -60px
    }
    .inmages.img3 {
        bottom: 65px;
        left: 12%
    }
    .main-header .inmages.img2 {
        left: -50px;
        top: 10px
    }

    header .header-content,header .header-block{
    	height: 560px;
    }
header .header-content .header-content-inner {
	padding: 30px 0 0 30px;
}
    .ttmain-logo img{
    	width: 210px;
    }

}

@media (max-width:767px) {
    .main-content2 .features.one{
        padding: 0;
    }
    .choose-service{
        margin: 0;
    }
    ul.modulelist {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
    .app-com.container-outer {
    padding: 30px 0 0;
}
    h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
}
    .owl-pagination{
        margin: 10px 0 0;
        padding: 0!important;
    }
    .header-tag{
        right: 0;
    }

    div#choose-service21 h2.service-heading.text-uppercase {
    margin: 0;
}
    .main-content7.content .service-heading.text-uppercase {
    margin: 0 0 15px;
}
.main-content7.content .modulelist-wrapper .link-block .list {
    margin: 15px 0 0px;
}
    .modulelist-wrapper .responsive_img{
        margin:15px 0 0;
    }
    .main-content2 .main-content2-content{
        padding: 0 35px;
    }
    .main-content2 .features-block {
    margin: 0 0 15px;
}
    .header-tag {
    top: 110%;
}
.header-tag img {
    width: 100px;
}
.main-content3 .title {
	font-size: 24px;
    line-height: 30px;
}
.footer-get-theme .title span {
	padding: 0 0 6px;
}
#showcase .slick-arrow.slick-next,
#showcase .slick-arrow.slick-prev {
	opacity: 1;
}
.offer-text .animation-text {
	line-height: 26px;
	font-size: 16px;
    padding: 0 15px;
}
.offer-text {
	padding: 20px 0px;
}
.features-block .feature-img a {
	float: none;
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
    .main-content6 .features .features-block {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }
    .theme-layout .item {
        width: 50%;
        float: left
    }
    .main-content3>div {
        padding: 30px 20px
    }
    .inmages.img1 img,
    .inmages.img2 img,
    .inmages.img3 img {
        display: none
    }
    .header-content .banner>a img {
        max-width: 50%
    }
    header .header-content,header .header-block {
        height: 600px
    }
    .bg-primary {
        padding: 20px 0 0
    }
    .main-content8.content {
        margin-top: 0
    }
    .main-content10.content .bg-list-2 {
        right: 0
    }
    .main-content8.content .bg-list-3 {
        right: 0;
        top: -110px
    }
	#ttcmsoffer .parallex{
		height: 350px;
	}
	.main-content2.content .feature-content .feature-desc {
	text-align: left;
}
.main-content7.blog.content {
	padding: 50px 0;
}	
.main-content2.content .features-block .feature-img {
	width: 40%;
}
	header .header-content .header-content-inner {
	float: left;
	width: 100%;
	text-align: center;
}
header .header-content,header .header-block {
	height: 100%;
}
header .header-image {
	position: static;
}
header .header-content .header-content-inner {
	padding: 50px 0 0;
}
    .ttmain-logo img{
    	width: 210px;
    }
.layout-image {
	height: 293px;
}
    .layout-content{
    	padding: 20px 0;
    }
    .item{
    	margin: 0 0 40px;
    }
    .main-content6 .feature-img{
    	margin: 5px 0 20px;
    }
    #ttfeature-carousel{
    	margin: 0;
    }
	.main-content8.content #ttfeature-carousel {
		margin: 0;
	}
    .main-content7.blog.content{
    	margin-top: 0;
    }
    .main-content7.blog.content #choose-service2{
    	padding-top: 0;
    	margin: 0; 
    }
    .main-content7 .features-block .feature-img{
    	margin:  0 0 20px;
    }
    #ttfeature .owl-buttons,
    #ttfeature-blog .owl-buttons,
    #ttfeature-carousel .owl-buttons{
    	opacity: 1;
    }

    #ttcmsoffer .ttoffer-content{
        display: block;
        float: left;
        height: auto;
        width: 100%;
    }
    #ttcmsoffer .ttoffer-img{
        float: left;
        width: 100%;
        top: 0;
        position: relative;
    }
.prestashop-logo img {
	width: 70px;
}
.prestashop-logo {
	left: 5px;
	bottom: 20px;
}
}
@media(max-width: 600px){
.main-content7.blog.content {
	padding: 40px 0 0;
}
.main-content6 {
	padding: 15px 0;
}
.header-tag img {
	width: 70px;
}
	header .header-content .header-content-inner h1{
		font-size: 24px;
	}
	.ttmain-logo{
		margin: 0;
	}
	header .header-content .header-content-inner h1{
		margin: 0 0 20px;
	}
	.layout-image{
		height: 250px;
	}
    .main-content7 .owl-buttons div::after,
    .main-content6 .owl-buttons div::after,
	.main-content8 .owl-buttons div::after,
	.footerblock .owl-buttons div::after{
        background: rgba(0, 0, 0, 0) url(../images/icons-btn1.png) no-repeat scroll 0 0
    }
    .main-content7.blog.content .owl-buttons div.owl-prev::after, .main-content6 .owl-buttons div.owl-prev::after,
	.main-content8 .owl-buttons div.owl-prev::after,.footerblock .owl-buttons div.owl-prev::after{
        background-position: 8px -6px; 
    }
    .main-content7.blog.content .owl-buttons div.owl-next::after, .main-content6 .owl-buttons div.owl-next::after,
	.main-content8 .owl-buttons div.owl-next::after,.footerblock .owl-buttons div.owl-next::after{
        background-position: -19px -6px;
    }
}
    @media (max-width:480px) {
        #theme_store .store h5{
            font-size: 16px;
            line-height: 20px;
        }
        .main-content7 .features-block .feature-img {
    margin: 0;
}
            .layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover{
        font-size: 14px;
    line-height: 18px;
    }
        .wrap-left.col-sm-5 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.app-com .wrap-left .app>h2 {
    font-size: 24px;
    line-height: 26px;
}
        .main-content7.content .decription_part{
            padding: 0 15px;
        }
        .btn-xl {
    padding: 6px 15px;
    font-size: 12px;
}
.footer-title {
    margin: 0 0 15px;
    font-size: 12px;
}
        .main-content3 .title{
            font-size: 20px;
    line-height: 24px;
        }
        .main-content3>div {
    padding: 20px 20px;
}
        .layout-content{
            padding: 15px 0 0;
        }
        .layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover{
            margin: 0;
        }
        .section-heading span.layout{
            font-size:32px;
        }
        .bg-primary h2 {
    font-size: 18px;
    margin:0 0 10px;
}
        .main-content7.content .modulelist-wrapper .list{
            font-size:14px;
        }
        .modulelist .sub-link{
            font-size:13px;
        }
        .offer-text .animation-text {
    line-height: 22px;
    font-size: 14px;
}
        .goToTop {
            right: 5px
        }
        .theme-layout .item {
            width: 100%
        }
        .feature-content .feature-title {
            font-size: 14px
        }
        .main-content10.content .bg-list-2 {
            bottom: -80px
        }
        .main-content8.content .bg-list-3 {
            top: -90px
        }
        .main-content10.content .bg-list-2 img {
            max-width: 45%
        }
        .main-content8.content .bg-list-3 img {
            max-width: 45%
        }
        .main-content7.blog.content .bg-list-1 {
            top: -120px
        }
        .feature-content,
        .feature-img {
            margin: 0 0 20px;
            width: 100%;
            text-align: center
        }
        .feature-img .img-responsive {
            margin: 0 auto;
            float: none
        }
#ttcmsoffer .parallex {
	height: 340px;
}
#ttcmsoffer .ttblock-subheading {
	font-size: 24px;
	line-height: 35px;
	padding: 30px 0 20px;
}
        #ttfeature-carousel {
            padding: 0 15px;
        }
        #ttfeature {
            padding: 0 15px;
            margin: 0;
        }
        .item {
            margin: 0 0 15px;
            padding: 0 15px;
        }
        h2 {
            font-size: 22px;
            margin:0 0 10px;
        }
        #ttcmsoffer .ttoffer-heading {
            font-size: 18px;
            padding: 0 0 20px;
        }
        .main-content2 .feature-content .feature-title {
            text-align: center
        }
        .main-content2 .feature-img {
            display: inline-block;
            float: none;
            vertical-align: top
        }
header .header-content .header-content-inner {
	padding: 30px 0 10px;
}
        .layout-image{
        	height: 250px;
        }
        header .header-content .header-content-inner h1{
        	font-size: 19px;
        	line-height: 24px;
        }

    }
    .gr__tooltip {
        display: none!important
    }
@media (max-width:600px) {
    #feature-list .features .features-block{
        width: 50%;
    }
    #showcase {
        min-height: 150px
    }
    #showcase .image {
        padding: 25px 0
    }
    #showcase .collection .image div {
        min-height: 187px;
    }
}

@media (max-width:480px) {
    #theme_store .store{
padding: 0 15px;
    }
    .main-content2 {
    padding: 15px 0;
}
    .main-content2 .main-content2-content {
    padding: 0 15px;
}
.main-content2.content .feature-content .feature-desc {
	text-align: center;
}
    #showcase .owl-buttons>div {
        opacity: 1;
        position: static;
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px
    }
    .content-bottom .owl-buttons {
        margin: 20px 0 0
    }
    #showcase .collection .image div {
        min-height: 155px
    }
}

@media (max-width:360px) {
            .header-tag {
    top: 100%;
}
    #showcase .image {
        padding: 16px 0
    }
    #showcase .collection .image div {
        min-height: 115px
    }
    #showcase .collection {
        margin: 0 0 0 3px
    }
    #showcase .slick-arrow.slick-prev {
        left: 12px
    }
    #showcase .slick-arrow.slick-next {
        right: 12px
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev.slick-arrow {
    background: #fff none repeat scroll 0 0;
    font-size: 20px;
    height: 30px;
    left: 5px;
    line-height: 28px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    z-index: 8
}

.slick-next.slick-arrow {
    right: 5px;
    background: #fff none repeat scroll 0 0;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    z-index: 8
}
@media (max-width:400px) {
.layout-image {
    height: 200px;
}
}
@media (max-width:380px) {
    .choose-service{
        margin: 0;
    }
    .ttmain-logo img {
    width: 180px;
}
header .header-content .header-content-inner h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
        .layout-image .theme-preview-btn{
            font-size: 12px;
            width: 90px;
            top: 38%;
            padding: 6px 10px;
            font-weight: 500;
        }
    .layout-image {
    height: 174px;
}
    h2 {
    font-size: 18px;
}
    .main-content3 .title {
    font-size: 18px;
    line-height: 24px;
}
.main-content3>div {
    padding: 20px 15px;
}
    .showcase-detail .button .btn {
    padding: 6px 10px;
    font-size: 11px;
}
.main-content2 .main-content2-content {
    padding: 0;
}
.feature-service{
        min-height: 178px;
        padding: 12px 6px;
        }
        #feature-list .features .features-block .feature-title{
            font-size: 12px;
        }
        .showcase-detail .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}
.showcase-detail {
    padding: 20px 15px;
}
.showcase-detail .subtitle {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 18px;
}
}

/*---------------------- The Modal (background) -----------------------------------*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-header {
    text-align: center;
}
.modal-header .modal-title {
    margin: 15px 0 0;
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
	text-transform: capitalize;
	color:#111;
}
.modal-header .modal-title .subTitle {
	background: #5ab4d1;
	color:#fff;
	margin: 0 8px;
    padding: 0 4px;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
    font-weight: 600;
}
.modal-header a.enter-password {
    margin-left: 8px;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
svg.preview-password:hover {
    fill: #5ab4d1;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 30px;
  width: 628px; /* Could be more or less, depending on screen size */
  position:relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
  text-align:center;
}
.modal-content .modal-button.btn-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    margin-top: 20px;
	text-transform: capitalize;
    font-size: 14px;
}
/* The Close Button */
.close {
	color: #111;
	float: right;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
	background: none;
	border:none;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	outline:none;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
}