.tm-demos {
    background:#fff;
    width: 65px;
    height: 65px;
    color: #000;
    position: fixed;
    top: 50%;
    left: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
	background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
}
.tm-demos .demo-text {
    display: block;
    position: relative;
    color: white;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    z-index: 2;
    color:inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
	    padding-top: 3px;
}
.tm-demos .demo-count {
    position: relative;
    top: 8px;
    left: 0;
    z-index: 1;
    line-height: normal;
    font-size: 26px;
    font-weight: bold;
    color:#000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tm-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1022;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    background: #ffffff;
    -webkit-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tm-preview.tm-preview-open.animated {
    visibility: visible;
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
}
.tm-preview-close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 0;
    height: 80px;
    width: 80px;
    z-index: 4;
    cursor: pointer;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: transform .25s ease .4s;
    transition: transform .25s ease .4s;
}
.tm-preview-open .tm-preview-close {
    transform: none;
}
.tm-preview-close:after, .tm-preview-close:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -2px;
    margin-right: -20px;
    display: inline-block;
    background-color:#000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tm-preview-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tm-preview-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tm-all-demos {
    display: block;
    padding-top: 80px;
    text-align: center;
}
.tm-demos:hover .demo-text, .tm-demos:hover .demo-count {
    opacity: 0;
}
.tm-demos:before {
    content: '\e849';
    font-family: 'tm-anomica-icons';
    display: inline-block;
    position: absolute;
    font-size: 25px;
    left: 10px;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tm-demos:hover:before {
    left: 25px;
    opacity: 1;
}

.tm-anomica-thumb-box {
    margin: 0 15px 35px;
    display: inline-block;
    position: relative;
    max-width: 320px;
    background-color: #fff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 5px 20px 13px;
    transition: all 0.5s linear;
}
.tm-anomica-thumb-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tm-new-tag {
    text-align: center;
    font-size: 12px;
    width: 40px;
    line-height: 61px;
    color: #FFF;
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 0;
    left: 0;
    margin: 0 auto;
}
.tm-new-tag:before {
    position: absolute;
    content: "";
    top: 9px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: -1;
    background-color: #ed2144;
    border-radius: 50%;
}
.tm-thumb-inner.tm-thumbbox-headerinner a.tm-stepbox-demo {
    position: absolute;
    right: 20px;
    top: -20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.tm-thumb-inner.tm-thumbbox-headerinner a.tm-stepbox-demo.tm-stepbox-vc {
    right: 60px;
}
.tm-anomica-thumb-box a.tm-stepbox-demo img {
    height: 30px;
    width: 30px;
    z-index: 1;
    position: relative;
}
.tm-anomica-thumb-box h3.tm-demo-title {
    font-family: var(--body-font-family);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    color: #000000;
}
.dot-img {
    text-align: left;
}
.main-home-img img {
    width: 100%;
}