body {
    background: #fff;
    font: 400 13px/16px 'Rubik', sans-serif;
    letter-spacing: 1px;
    margin: 0;
    float: left;
    width: 100%;
    color: #666;
}

.container {
    padding: 0 15px;
    margin: auto
}

.row {
    margin: 0 -15px
}

* {
    box-sizing: border-box
}

::-moz-selection {
    background: #313c46 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

::after,
::before {
    box-sizing: border-box
}

img {
    height: auto;
    max-width: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

p {
    color: #666;
    line-height: 22px;
    margin: 0;
}

a {
    line-height: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.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: 980px
    }
    .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%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
    .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%
    }
}

@media (min-width:1450px) {
    .container {
        max-width: 1380px
    }
}

@media (min-width:1550px) {
    .container {
        max-width: 1480px
    }
}

@media (min-width:1650px) {
    .container {
        max-width: 1530px
    }
}

h2 {
    margin: 0;
}

.btn {
    -moz-user-select: none;
    border: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    margin-bottom: 0;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    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;
    background: #313c46;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
}

.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    background: #f04706;
    width: 0;
    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;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.btn:hover::after,
.btn:focus::after,
.btn:active::after {
    width: 100%;
}

.btn-xl {
    padding: 12px 26px;
    background: #333
}

.btn-xl:hover {
    background: #f3283d
}

.goToTop {
    display: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 20px;
    background: #313c46;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    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
}

.goToTop::before {
    background: transparent url(../images/top.png) no-repeat scroll center center;
    content: "";
    float: left;
    height: 100%;
    width: 100%
}

.goToTop:hover {
    background: #f04706;
}

.page {
    float: left;
    overflow: hidden;
    width: 100%
}

header.header-block {
    float: left;
    width: 100%;
}

.header-logo {
    float: left;
    width: auto;
}

.header-logo>img {
    max-width: 100%;
    height: auto
}

.top-view {
    min-height: 740px;
    background-color: #ffcc00;
    position: relative;
    width: 100%;
    background-image: url(../images/header-image/bg-pattern.png);
}

.header-content .header-pop {
    position: absolute;
    right: 17%;
    left: auto;
    top: 16%
}

.header-content .top-desc {
    padding: 100px 15px 0 15px;
}

.header-content #popimg4.header-pop {
    right: 28%;
    top: 50%
}

.header-content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-content h1 {
    float: left;
    width: 100%;
    color: #313c46;
    font: 500 50px/62px 'Rubik', sans-serif;
    margin: 0 0 30px;
}

.header-all-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 400px;
}

.header-all-image .img.img1 {
    position: absolute;
    max-width: 244px;
    z-index: 1;
    left: 30px;
    top: -100px;
}

.header-all-image .img.img2 {
    position: absolute;
    max-width: 294px;
    z-index: 2;
    left: 170px;
    top: 45px;
}

.header-all-image .img.img3 {
    max-width: 992px;
    right: 0;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
}

.header-all-image .img.img4 {
    position: absolute;
    max-width: 362px;
    z-index: 1;
    right: 120px;
    top: -120px;
}

.header-all-image .img.img5 {
    position: absolute;
    max-width: 281px;
    z-index: 2;
    right: 40px;
    top: 150px;
}

header .header-content .img a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin: 0;
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .15);
    border-radius: 8px;
}

header .header-content .img.img4 a {
    box-shadow: none;
}

header .header-content .img {
    position: absolute;
    margin: 0
}

header .header-content .img img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 8px;
}

.header-content .heading-content {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
}

.heading-content .main-title span.font-secondry.color {
    color: #f04706;
}

.header-content .heading-content .section-heading {
    color: #313c46;
}

.header-content .heading-content .section-content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    color: #313c46;
}

.footer_link {
    float: left;
    width: 100%;
}

.header-block .main-header {
    float: left;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: center;
    background: #ffcc00;
}

.header-content .header-nav ul {
    float: left;
    margin: 0;
    padding: 0
}

.main-header .header-nav ul.main-menu li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
    float: none;
    width: auto;
}

.header-nav .main-menu .menu-item>a {
    padding: 12px 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #313c46;
    font: 500 16px/18px 'Rubik', sans-serif;
    text-decoration: none;
    outline: 0;
    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-nav .main-menu .menu-item>a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    height: 100%;
    width: 0;
    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;
    z-index: -1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.header-nav .main-menu .menu-item:hover>a::after {
    width: 100%;
    background: #313c46;
}

.header-nav .main-menu .menu-item:hover>a {
    color: #fff;
}

.header-right {
    float: right;
}

.main-header .header-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.main-header .header-nav ul.main-menu {
    padding: 0;
    margin: 0;
}

.main-header .header-link {
    float: right;
    position: relative;
    z-index: 1;
}

.footer_link a {
    background: #313c46;
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.header-link a {
    padding: 14px 20px;
    outline: 0;
    overflow: hidden;
    font-family: 'Rubik', sans-serif;
}

.header-link a img {
    padding-left: 10px;
    vertical-align: top
}

.laptop-view {
    padding: 0;
}

.laptop-view .view-slider {
    position: absolute;
    top: 40px;
    bottom: auto;
    margin: 0 auto;
    left: 25px;
    right: 25px;
    border: 1px solid #9c5441;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.jump {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation: jump 1s linear alternate infinite;
    animation: jump 1s linear alternate infinite;
}

.hover-up {
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

@media(max-width: 1740px) {
    .header-all-image .img.img3 {
        max-width: 930px;
    }
}

@media(max-width: 1699px) {
    .header-content h1 {
        font-size: 44px;
        line-height: 56px;
    }
    .header-all-image .img.img3 {
        max-width: 860px;
    }
    .header-all-image .img.img2 {
        max-width: 244px;
        top: 35px;
    }
    .header-all-image .img.img1 {
        max-width: 214px;
        top: -130px;
    }
    .header-all-image .img.img4 {
        max-width: 322px;
        top: -130px;
    }
    .header-all-image .img.img5 {
        max-width: 221px;
        top: 130px;
    }
}

@media(max-width: 1499px) {
    .header-content .heading-content .section-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .header-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .header-all-image .img.img3 {
        max-width: 780px;
    }
    .header-all-image .img.img2 {
        max-width: 224px;
    }
    .header-all-image .img.img1 {
        max-width: 194px;
        top: -90px;
    }
    .header-all-image .img.img5 {
        max-width: 190px;
    }
    .header-all-image .img.img4 {
        max-width: 292px;
        top: -70px;
    }
    .header-content .heading-content .section-content {
        width: 50%;
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width: 1399px) {
    .header-all-image .img.img1 {
        max-width: 164px;
    }
    .header-all-image .img.img2 {
        max-width: 194px;
        left: 120px;
    }
    .header-all-image .img.img4 {
        max-width: 252px;
        right: 90px;
    }
    .header-all-image .img.img5 {
        max-width: 160px;
    }
    .header-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .header-content .heading-content .section-content {
        font-size: 13px;
        line-height: 22px;
    }
}

@media(max-width: 1299px) {
    .header-block .main-header {
        padding: 20px 0;
    }
    .header-content .heading-content .section-content {
        width: 70%;
    }
    .header-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .header-all-image .img.img3 {
        max-width: 700px;
    }
}

@media(max-width: 1199px) {
    .header-content .heading-content {
        margin: 3% 0 0;
    }
    .header-content .heading-content .section-heading {
        font-size: 22px;
        line-height: 32px;
    }
    .header-all-image .img.img2 {
        left: 100px;
    }
    .header-all-image .img.img4 {
        max-width: 313c46px;
        right: 70px;
    }
}

@media(max-width: 1080px) {
    .header-all-image .img.img1 {
        max-width: 144px;
    }
    .header-all-image .img.img2 {
        left: 100px;
        max-width: 154px;
    }
    .header-all-image .img.img3 {
        max-width: 540px;
    }
    .header-all-image .img.img4 {
        right: 60px;
        max-width: 182px;
        top: -30px;
    }
    .header-all-image .img.img5 {
        max-width: 140px;
    }
}

@media(max-width: 991px) {
    .header-block .main-header {
        padding: 20px 0;
    }
    .header-nav .main-menu .menu-item>a {
        padding: 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .header-link a {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 14px;
    }
    .laptop-view {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .header-btn {
        float: left;
        width: 100%;
    }
    .header-content .heading-content .section-content {
        width: 100%;
        padding: 0 15px;
    }
    .header-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }
}

@media(max-width: 767px) {
    .top-view {
        min-height: 580px;
    }
    .header-content h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .header-content .heading-content .section-content {
        font-size: 12px;
        line-height: 20px;
    }
    .header-all-image {
        top: 370px;
    }
    .header-content .heading-content .section-heading {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .header-all-image .img.img3 {
        max-width: 420px;
        top: -30px;
    }
    .header-all-image .img.img2,
    .header-all-image .img.img5 {
        display: none;
    }
    .header-all-image .img.img1 {
        max-width: 124px;
    }
    .header-all-image .img.img4 {
        right: 40px;
        max-width: 152px;
        top: -100px;
    }
}

@media(max-width: 700px) {
    .header-link a {
        padding: 8px 10px;
        font-size: 10px;
        line-height: 12px;
    }
    .main-header .header-nav ul.main-menu {
        display: none;
    }
    .header-block .main-header {
        padding: 15px 0;
    }
}

@media(max-width: 480px) {
    .header-content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .layout-detail span.desc {
        font-size: 11px;
        line-height: 13px;
    }
    .laptop-view .view-slider {
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .header-content .heading-content {
        margin: 10px 0 0;
        padding: 0 10px;
    }
    .header-content .heading-content .section-heading {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 8px;
    }
    .header-content .heading-content .section-content {
        font-size: 11px;
        line-height: 18px;
        width: 100%;
    }
    .header-logo {
        width: 150px;
    }
    .header-all-image {
        top: 330px;
    }
    .top-view {
        min-height: 510px;
    }
    .header-all-image .img.img3 {
        max-width: 300px;
    }
}

@media(max-width: 400px) {
    .top-view {
        min-height: 470px;
    }
    .header-all-image .img.img1 {
        max-width: 84px;
        top: -50px;
        left: 10px;
    }
    .header-all-image .img.img4 {
        right: 10px;
        max-width: 92px;
        top: -50px;
    }
    .header-all-image .img.img3 {
        max-width: 210px;
        top: 0;
    }
}

.password {
    float: left;
    width: 100%;
    margin: 15% 0 80px;
}

ul.password-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

ul.password-wrap li.password-wrapper {
    width: 50%;
    border: 1px solid #e2e2e2;
    list-style: none;
}

ul.password-wrap li.password-wrapper a {
    display: block;
}

ul.password-wrap li.password-wrapper a img {
    width: 100%;
}

.password-content {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
}

.password-content .section-title h2 {
    line-height: 38px;
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #313c46;
    margin: 0 0 40px;
}

.password-content .section-title p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    background: #313c46;
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.password-content .section-title {
    text-align: left;
}

.password-content .clipboard {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.password-content .copy-input {
    cursor: pointer;
    background-color: #fff;
    color: #6c6c6c;
    font-size: 14px;
    height: 60px;
    max-width: 290px;
    min-width: 290px;
    border-radius: 5px;
    padding: 15px 45px 15px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border: none;
}

.password-content .copy-input:focus {
    outline: none;
}

.password-content .copy-btn {
    font-size: 22px;
    padding: 0;
    margin-left: -40px;
    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;
    border: none;
    background: none;
}

.password-content .copy-btn:hover {
    transform: scale(1.3);
    color: #1a1a1a;
    cursor: pointer;
}

.password-content .copy-btn:focus {
    outline: none;
}

.password-content .copied {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 32px;
    background: #313c46;
    border-radius: 5px;
    margin-left: 50px;
    height: 60px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.password-content .copied span {
    display: block;
}

.section-content {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    position: relative
}

.main-content {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.section-heading {
    font: 500 34px/40px 'Rubik', sans-serif;
    position: relative;
    color: #313c46;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    z-index: 1;
}

.section-heading b {
    background: #f04706;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 92px;
    line-height: 98px;
    font-weight: 600;
}

.section-heading span.layout {
    font-size: 40px;
    color: #f3283d;
    line-height: 42px;
    vertical-align: bottom
}

.theme-layout .item {
    width: 100%;
    float: left
}

.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: 1;
    padding: 80px 0;
    background: #f5f5f9;
}

.main-content>.theme-layout .heading {
    float: left;
    width: 100%;
}

.theme-layout .heading .section-btn .btn {
    background: #fff;
    color: #313c46;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 22px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.1);
    cursor: inherit;
}

.theme-layout .heading .section-btn .btn::after,
.main-content>.theme-layout .view-more:after {
    display: none;
}

.theme-layout .heading .section-btn .btn i {
    font-size: 14px;
    vertical-align: top;
    margin-right: 10px;
    font-weight: 600;
    color: #fff;
    background: #f04706;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.main-content>.theme-layout .view-more {
    background: #ffcc00;
    color: #313c46;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 22px;
    cursor: inherit;
}

.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
}

.section-btn {
    float: left;
    width: 100%;
    margin: 0 0 50px;
}

@media(max-width: 1699px) {
    .password {
        margin: 13% 0 80px;
    }
}

@media(max-width: 1499px) {
    .password {
        margin: 11% 0 80px;
    }
}

@media(max-width: 1450px) {
    .password-content {
        padding: 0 60px;
    }
}

@media(max-width: 1399px) {
    .section-heading b {
        font-size: 80px;
        line-height: 90px;
    }
    .section-heading {
        font-size: 28px;
        line-height: 38px;
    }
}

@media(max-width: 1299px) {
    .password {
        margin: 9% 0 60px;
    }
    .main-content>.theme-layout {
        padding: 60px 0;
    }
    .section-heading {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 22px;
    }
    .section-heading b {
        font-size: 74px;
        line-height: 84px;
    }
    .theme-layout .heading .section-btn .btn {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 16px;
    }
    .section-btn {
        margin: 0 0 40px;
    }
}

@media(max-width: 1199px) {
    .password-content {
        padding: 0 40px;
    }
    .main-content>.theme-layout {
        padding: 40px 0;
    }
    .password-content .section-title h2 {
        line-height: 32px;
        font-size: 24px;
        margin: 0 0 25px;
    }
    .password {
        margin: 8% 0 40px;
    }
    .password-content .copy-input {
        height: 50px;
        max-width: 240px;
        min-width: 240px;
    }
    .password-content .copied {
        font-size: 14px;
        line-height: 16px;
        padding: 16px 24px;
        height: 50px;
    }
    .password-content .copy-btn {
        font-size: 18px;
    }
    .password-content .section-title p {
        font-size: 16px;
        line-height: 18px;
    }
    .section-btn {
        margin: 0 0 30px;
    }
}

@media(max-width: 991px) {
    .password-content .section-title h2 {
        line-height: 26px;
        font-size: 18px;
        margin: 0 0 15px;
    }
    .password-content .section-title p {
        font-size: 12px;
        line-height: 14px;
    }
    .password-content .copy-input {
        height: 40px;
        max-width: 200px;
        min-width: 200px;
        padding: 10px 45px 10px 20px;
    }
    .password-content .copied {
        font-size: 12px;
        line-height: 14px;
        padding: 12px 16px;
        height: 40px;
        margin-left: 40px;
    }
}

@media(max-width:767px) {
    ul.password-wrap li.password-wrapper {
        width: 100%;
        margin: 0 0 15px;
    }
    ul.password-wrap li.password-wrapper:last-child {
        margin: 0;
    }
    .password-content {
        padding: 40px;
    }
    .password {
        margin: 8% 0 30px;
    }
    .section-heading b {
        font-size: 55px;
        line-height: 66px;
    }
    .section-heading {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 18px;
    }
    .theme-layout .heading .section-btn .btn {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 14px;
    }
    .section-btn {
        margin: 0 0 20px;
    }
    .main-content>.theme-layout {
        padding: 30px 0;
    }
}

@media(max-width:480px) {
    .password-content .copy-input {
        max-width: 160px;
        min-width: 160px;
    }
    .password {
        margin: 15px 0;
    }
    .password-content {
        padding: 15px;
    }
    .section-heading {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .section-heading b {
        font-size: 44px;
        line-height: 54px;
    }
}

@media(max-width:400px) {
    .theme-layout .heading .section-btn .btn.btn-primary {
        margin: 0 0 10px;
    }
}

.owl-next,
.owl-prev {
    font-size: 0
}

.owl-buttons div::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll center center;
    height: 100%;
    width: 100%;
    float: left
}

.owl-buttons div.owl-prev::after {
    background-position: 16px -15px
}

.owl-buttons div.owl-next::after {
    background-position: -18px -15px
}

.layout-image .btn-preview {
    float: left;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.layout-image .btn-preview::after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    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;
}

.layout-image .btn-preview:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

.layout-image .btn-preview img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.layout-image {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    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;
}

.layout-image:hover {
    transform: translate3d(0px, -10px, 0px);
}

.item.box-even .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
    width: 42%;
    right: auto;
    left: 50px;
    top: auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    z-index: 9
}

.layout .layout-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 20px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.layout .layout-image a {
    position: relative;
    display: block;
    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;
}

.layout .layout-image a img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.layout .layout-image>a::after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    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;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.layout .layout-image:hover>a::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

.layout-content {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    background: #fff;
}

.layout-content .layout-name {
    float: left;
    width: auto;
    text-align: left;
}

.layout-content .layout-name .layout-title {
    font: 600 18px/20px 'Rubik', sans-serif;
    color: #313c46;
    text-decoration: none;
    margin: 0 0 8px;
}

.layout-content .layout-name span {
    font: 400 14px/16px 'Rubik', sans-serif;
}

.layout .layout_link {
    float: right;
}

.layout .layout_link i.fas {
    font-size: 16px;
    line-height: 50px;
    float: right;
    color: #fff;
    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;
    height: 50px;
    width: 50px;
    background: #313c46;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.layout .layout_link:hover i.fas {
    background: #f04706;
    color: #fff;
}

.theme-layout .item:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 0
}

.item.box-odd.box-odd-2 .layout-image {
    min-height: 1237px
}

.item.box-odd .layout-image {
    float: left;
    position: relative;
    text-align: center
}

.theme-layout .item .layout {
    margin: 0 0 60px;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.theme-layout .item .layout .layout-image {
    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;
    transform: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.theme-layout .item .layout .tag {
    position: absolute;
    top: 40px;
    left: auto;
    right: -10px;
    bottom: auto;
    z-index: 1;
    padding: 5px 17px;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.theme-layout .item .layout .tag1 {
    background: #209677;
}

.theme-layout .item .layout .tag2 {
    background: #cb354e;
}

.theme-layout .item .layout .layout-image:hover {
    transform: translate3d(0px, -10px, 0px);
    box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.11);
}

.item.box-odd:hover .btn-preview.btn-preview-cover {
    left: 0
}

.item.box-odd:hover .btn-preview.btn-preview-phone {
    right: 14%
}

.item.box-odd:hover .btn-preview.btn-preview-tablet {
    right: 2%
}

.item.box-even:hover .btn-preview.btn-preview-phone {
    left: 14%
}

.item.box-even:hover .btn-preview.btn-preview-tablet {
    left: 2%
}

.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 .theme-preview-btn {
    display: none
}

.layout-image:hover .theme-preview-btn {
    background: #fff none repeat scroll 0 0;
    color: #313c46;
    ;
    font-weight: 700;
    left: 0;
    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
}

@media(max-width: 1199px) {
    .layout-content .layout-name .layout-title {
        font-size: 16px;
        line-height: 18px;
    }
    .layout-content .layout-name span {
        font-size: 12px;
        line-height: 14px;
    }
    .theme-layout .item .layout {
        margin: 0 0 40px;
    }
}

@media(max-width: 991px) {
    .theme-layout .item .layout {
        width: 50%;
    }
    .layout .layout_link i.fas {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
}

@media(max-width: 767px) {
    .theme-layout .item .layout .tag {
        padding: 4px 13px;
        font-size: 11px;
    }
    .theme-layout .item .layout {
        margin: 0 0 30px;
    }
}

@media(max-width: 480px) {
    .theme-layout .item .layout {
        width: 100%;
        margin: 0 0 20px;
    }
    .theme-layout .item .layout .tag {
        right: 0;
    }
    .main-content>.theme-layout .view-more {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 16px;
    }
}

.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
}

#portfolio {
    float: left;
    width: 100%;
    color: #313c46;
    position: relative;
    text-align: center
}

#feature-list {
    background: #313c46;
    padding: 80px 0 50px;
}

#feature-list .choose-service .section-heading {
    color: #fff;
}

#feature-list .choose-service {
    margin: 0 0 30px;
    float: left;
    width: 100%;
}

#feature-list .choose-service p {
    width: 54%;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #aaa;
}

#feature-list .main-content2-content {
    float: left;
    width: 100%;
}

#feature-list .main-content2-content .feature-service {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #2b3742;
    padding: 40px 20px;
    border-radius: 10px;
    min-height: 170px;
    margin: 0 0 30px;
}

.feature-cnt {
    text-align: left;
}

.feature-title {
    float: left;
    width: 100%;
    color: #fff;
    font: 500 18px/20px 'Rubik', sans-serif;
    margin: 0 0 10px;
}

.feature-desc {
    color: #aaa;
    float: left;
    width: 100%;
    font: 400 13px/20px 'Rubik', sans-serif;
}

.owl-carousel .owl-wrapper-outer {
    direction: ltr !important
}

.feature-img {
    padding: 0;
}

.feature-content {
    color: #313c46;
    text-align: left;
}

.features .features-block .feature-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #666;
    text-transform: capitalize;
    padding: 10px 0 0;
    float: left;
    width: 100%;
}

.feature-img .img-responsive {
    border: medium none;
    display: block;
    height: auto;
    margin: auto;
    transition: all .6s ease 0s;
    max-width: 100%;
}

.feature-img:hover .img-responsive {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.features-block:hover .feature-img .img-responsive {
    transform: translateY(-10px)
}

.main-content3 {
    background: #ffcc00;
    float: left;
    width: 100%;
    text-align: center;
}

.main-content3>div {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.main-content3 .title {
    color: #313c46;
    float: left;
    font-size: 26px;
    width: 100%;
    line-height: 28px;
    margin: 0 0 30px;
    font-weight: 500;
}

.footer-get-theme .subtitle {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #f04706;
    border: 1px solid #f04706;
    color: #fff;
    padding: 16px 20px;
    border-radius: 5px;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
}

.footer-get-theme>.footer-title {
    color: #313c46;
    font: 700 30px/35px 'Rubik', sans-serif;
    margin: 0 0 25px
}

.main-content7.content {
    padding: 80px 0;
    background: #fff;
}

.main-content7.content .modulelist-wrapper .list {
    color: #313c46;
    list-style: none;
    text-align: left;
    position: relative;
    margin: 8px 0 6px;
    cursor: pointer;
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 5px 40px 60px;
    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;
}

.main-content7.content .modulelist-wrapper .list:last-child {
    margin-bottom: 0;
}

.main-content7.content .modulelist-wrapper .list:hover {
    color: #f04706;
}

.main-content7.content .modulelist-wrapper .list::before {
    content: '\e876';
    position: absolute;
    top: -8px;
    bottom: auto;
    right: auto;
    left: 0px;
    font-family: 'Material Icons';
    color: #313c46;
    width: 40px;
    height: 40px;
    background: #f5f5f9;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 900;
    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;
}

.main-content7.content .modulelist-wrapper .list:hover::before {
    color: #fff;
    background: #f04706;
}

.main-content7.content .decription_part {
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.main-content7.content .decription_part p {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.main-content7.content .keyfeature_img {
    float: right;
    padding: 0;
}

.main-content7.content .modulelist-links {
    padding: 0;
}

.main-content7.content ul.modulelist.modulelist1,
.main-content7.content ul.modulelist.modulelist2 {
    padding: 0;
    margin: 0;
}

.main-innerpage {
    padding: 80px 0;
    position: relative;
    background: #f5f5f9;
}

.main-innerpage .innerpage {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    border: 3px solid #e7e7e7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.main-innerpage .page1 span {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.main-innerpage .innerpage img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.innerpage-content {
    float: left;
    width: 100%;
}

.innerpage-content .owl-pagination {
    width: 100%;
    height: 35px;
    top: auto;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.innerpage-content .owl-controls .owl-page {
    display: inline-flex;
}

.main-innerpage .service-heading {
    color: #fff;
    margin: 0 0 12px;
}

.main-innerpage .desc {
    color: #ccc;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.main-innerpage .desc-content {
    float: left;
    width: 100%;
}

.section-block {
    padding: 80px 0;
    background: #f5f5f9;
}

.section-block .collection-detail li.collection-item {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 22px 40px 22px 0;
    text-align: right;
    word-wrap: break-word;
    border-right: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    cursor: pointer;
    list-style: none;
}

.section-block .collection-detail ul.slider-nav.slick-initialized.slick-slider.slick-vertical {
    padding: 0;
}

.section-block .collection-detail li.collection-item.slick-slide.slick-current.slick-active {
    color: #f04706;
    border-right: 2px solid #f04706;
}

.section-block .collection-detail li.collection-item a.nav-link {
    color: #313c46;
    position: relative;
    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;
}

.section-block .collection-detail li.collection-item a.nav-link.active {
    color: #f04706;
}

.section-block .collection-detail li.collection-item a.nav-link.active::after,
.section-block .collection-detail li.collection-item a.nav-link:hover::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: auto;
    right: -20px;
    margin: auto;
    height: 60px;
    width: 2px;
    background: #f04706;
}

.section-block .block-content {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.section-block .header-img,
.section-block .footer-img {
    margin: 0 0 30px;
    float: left;
    width: 100%;
}

.section-block .header-img a,
.section-block .footer-img a {
    display: block;
    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;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 8px 0 0;
}

.section-block .header-img a::after,
.section-block .footer-img a::after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all .4s ease-in-out 0s;
    -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;
}

.section-block .header-img:hover a::after,
.section-block .footer-img:hover a::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.section-block .header-img a img,
.section-block .footer-img a img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    width: 100%;
}

.section-block .header-img:hover a,
.section-block .footer-img:hover a {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}

.custom-service {
    padding: 80px 0;
    background: #f5f5f9;
}

.custom-service .service-content {
    float: left;
    width: 100%;
}

.custom-service .service-content.owl-carousel {
    margin: 0
}

.service-btn {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.service-btn .btn {
    padding: 15px 40px;
    background: none;
    color: #313c46;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    overflow: hidden;
    border: 1px solid #313c46;
}

.service-btn .btn:hover,
.service-btn .btn:focus,
.service-btn .btn:active {
    color: #fff;
}

.service-btn .btn::after,
.service-btn .btn::after,
.service-btn .btn::after {
    background: #87a243;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.custom-service .steps {
    position: relative;
    margin-top: 32px;
    float: left;
    width: 100%;
}

.custom-service .steps::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #dddcd9;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 50%;
}

.custom-service .steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}

.custom-service .steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}

.custom-service .steps-container {
    display: flex;
}

.custom-service .step-line {
    width: 40px;
    background-color: #dddcd9;
    height: 2px;
    margin-top: 45px;
    opacity: 0.4;
    flex-shrink: 0;
    margin-right: 31px;
}

.custom-service .step-line.even {
    margin-left: 31px;
}

.custom-service .service-description .service-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Rubik', sans-serif;
    color: #313c46;
}

.custom-service .service-description p {
    font-weight: 500;
}

.custom-service .service-img {
    float: left;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f9;
    height: 100px;
    width: auto;
    border-radius: 50%;
    transition: all 400ms ease-in-out 0s;
    margin: 0 0 20px;
    border: 2px solid #e5e5e5;
    cursor: pointer;
}

.custom-service .section-heading::after {
    display: none;
}

.custom-service .section-subheading {
    font: 600 30px/40px 'Rubik', sans-serif;
    position: relative;
    color: #f04706;
    float: left;
    width: 100%;
    z-index: 1;
    margin: 0 0 5px;
}

.custom-service .service-detail .service {
    border-radius: 5px;
    float: none;
    vertical-align: top;
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 40px 20px;
    min-height: 170px;
}

.custom-service .service-detail .service .service-main {
    padding: 0;
}

.custom-service .service-description {
    text-align: left;
}

.custom-service .service-description.even {
    text-align: left;
    float: left;
    margin: 0 0 0 20px;
}

.custom-service .content {
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
}

.custom-service .inner-desc {
    width: 100%;
    float: left;
}

.custom-service .service-img:hover {
    background-color: #313c46;
    border: 2px solid #313c46;
}

.custom-service .service-img::before {
    height: 50px;
    width: 50px;
    background: #313c46;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 25px 23px;
    transition: all 400ms ease-in-out 0s;
}

.custom-service .service-img:hover::before {
    background: #fff;
    transform: rotateY(180deg);
}

.custom-service .service-img.image1::before {
    content: '';
    mask-image: url('../images/icon-01.png');
    -webkit-mask-image: url('../images/icon-01.png');
}

.custom-service .service-img.image2::before {
    content: '';
    mask-image: url('../images/icon-02.png');
    -webkit-mask-image: url('../images/icon-02.png');
}

.custom-service .service-img.image3::before {
    content: '';
    mask-image: url('../images/icon-03.png');
    -webkit-mask-image: url('../images/icon-03.png');
}

.custom-service .service-img.image4::before {
    content: '';
    mask-image: url('../images/icon-04.png');
    -webkit-mask-image: url('../images/icon-04.png');
}

.custom-service .service-img.image5::before {
    content: '';
    mask-image: url('../images/icon-05.png');
    -webkit-mask-image: url('../images/icon-05.png');
}

.custom-service .service-img.image6::before {
    content: '';
    mask-image: url('../images/icon-06.png');
    -webkit-mask-image: url('../images/icon-06.png');
}

#launguage-block {
    background: #ffcc00;
    padding: 47px 0;
}

.laun-flags.owl-carousel.owl-theme {
    margin: 0;
}

#launguage-block .trans-text {
    font: 400 24px/32px 'Rubik', sans-serif;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #313c46;
    margin: 0 0 30px;
}

.laun-flags.owl-carousel.owl-theme .trans-flag {
    display: flex;
    align-items: center;
    width: auto;
    float: none;
    padding: 9px 0px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    margin: 0 15px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: center;
}

.laun-flags.owl-carousel.owl-theme .trans-flag .trans-name {
    color: #313c46;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    font: 400 16px/18px 'Rubik', sans-serif;
    margin: 0 0 0 10px;
}

.offer-banner {
    float: left;
    width: 100%;
    background: #ffcc00;
}

.offer-banner1 .offer-cnt {
    font: 400 16px/20px 'Rubik', sans-serif;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #313c46;
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 10px 0 0;
}

.offer-banner1 .offer-cnt::after {
    content: "\e5cc";
    font-family: 'Material Icons';
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.offer-banner1 .offer-cnt:last-child {
    padding: 0;
    margin: 0;
}

.offer-banner1 .offer-cnt:last-child::after {
    display: none;
}

@media(max-width: 1629px) {
    .offer-banner1 .offer-cnt {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .custom-service .service-detail .service {
        padding: 30px 15px;
    }
    .custom-service .service-description {
        padding-right: 0px;
    }
}

@media(min-width: 992px) {
    .offer-banner .offer-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .section-block .collection-detail {
        width: 100%;
    }
    .section-block .collection-image {
        padding: 0;
        width: 100%;
    }
}

@media(max-width: 400px) {
    .custom-service .service-detail .service .service-main {
        float: left;
        width: 100%;
    }
    .custom-service .service-img {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .custom-service .service-description {
        ;
        float: left;
        width: 100%;
        text-align: center;
    }
}

.offer-banner .offer-content {
    padding: 17px 0;
}

.offer-banner .offer-content .offer-subtitle {
    float: none;
    display: inline-flex;
    vertical-align: top;
    width: auto;
    padding: 10px 25px;
    background: #a26053;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #fff;
    font: 500 15px/18px 'Rubik', sans-serif;
}

.offer-banner .offer-content .offer-desc {
    position: relative;
    color: #fff;
    font: 400 16px/18px 'Rubik', sans-serif;
    padding: 0 60px 0 38px;
    margin-left: 18px;
}

.offer-banner .offer-content .offer-desc::after {
    position: absolute;
    content: '\e3e7';
    font-family: 'Material Icons';
    font-size: 18px;
    left: 0;
    line-height: 28px;
    right: auto;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 25px;
    color: #974e40;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: auto;
}

.offer-banner .offer-content .btn.btn-secondary {
    background: #b87248;
    padding: 14px 44px;
    font: 500 15px/18px 'Rubik', sans-serif;
}

.main-product {
    padding: 80px 0;
    background: #f5f5f9;
}

.main-product .tab-pane {
    display: none;
}

.main-product .tab-pane.active {
    display: block;
}

.main-product .desc-content {
    float: left;
    width: 100%;
}

.main-product .desc-content .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
}

.main-product .product-detail {
    float: left;
    width: 100%;
}

.main-product #shoppage {
    float: left;
    width: 100%;
}

.main-product .layout-content {
    background: none;
    float: left;
    width: 100%;
}

.main-product .layout-content .layout-name {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}

.gr__tooltip {
    display: none !important
}

#portfolio>div {
    float: left;
    width: 100%
}

#portfolio>div #choose-demo {
    float: left;
    width: 100%
}

.heading {
    clear: both;
}

.product-page {
    float: left;
    width: 100%
}

.container-outer {
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    width: 100%
}

.theme-collection .heading {
    margin: 0 0 100px
}

.main-menu .caption {
    font: 400 18px/30px 'Rubik', sans-serif;
    text-transform: capitalize
}

@keyframes beat {
    to {
        transform: scale(.9)
    }
}

#feature-list .section-content {
    color: #313c46;
    margin: 20px 0 60px;
}

.content-bottom {
    text-align: center;
    position: relative;
    background: #f5f5f5;
}

.main-product .view-demo {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    position: relative;
}

.main-product .view-demo>ul {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto
}

.main-product .view-demo li {
    float: left;
    list-style: outside none none;
    margin: 0 10px
}

.main-product .view-demo li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    background: #fff;
    color: #313c46;
    padding: 12px 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.main-product .view-demo li a.active,
.main-product .view-demo li a::after {
    background: #f04706;
    color: #fff;
}

.main-product .view-demo li a:hover {
    color: #fff;
}

.main-product .view-demo li a span {
    height: 26px;
    width: 34px;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f9;
    color: #313c46;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    font: 600 14px/26px 'Rubik', sans-serif;
    margin-left: 8px;
}

.main-product .view-demo li a.active span {
    background: #fff;
}

@media(min-width:1530px) {
    .main-content .content-bottom>.container {
        max-width: 1500px
    }
}

.main-innerpage .page1 {
    padding: 0 15px;
}

.main-content7.content .modulelist-wrapper .list {
    font-size: 13px;
    line-height: 18px;
}

.features .features-block .feature-title {
    font-size: 12px;
}


}
@media(max-width:1200px) {
    .feature-img {
        margin: 0 0 10px
    }
}
@media(max-width:1299px) {
    .feature-title {
        font-size: 16px;
        line-height: 18px;
    }
    
    .main-product {
        padding: 60px 0;
    }
    
    .main-product .view-demo {
        margin: 0 0 40px;
    }
    
    .main-innerpage {
        padding: 60px 0;
    }
    
    .main-content7.content {
        padding: 60px 0;
    }
    
    .section-block {
        padding: 60px 0;
    }
    
    .main-content3 .title {
        font-size: 22px;
        line-height: 24px;
    }
    
    .footer_link a {
        padding: 12px 16px;
    }
    
    #feature-list {
        padding: 60px 0 30px;
    }
}
@media(max-width:1199px) {
    .offer-banner .offer-content .offer-desc {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0px 0 34px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .offer-banner .offer-content .offer-subtitle {
        padding: 8px 18px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .offer-banner .offer-content .btn.btn-secondary {
        font-size: 13px;
        line-height: 16px;
        padding: 12px 34px;
    }
    
    .main-product {
        padding: 40px 0;
    }
    
    .main-product .view-demo {
        margin: 0 0 30px;
    }
    
    .main-product .layout-content .layout-name {
        margin: 20px 0 0;
    }
    
    .main-product .view-demo li a {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .main-innerpage {
        padding: 40px 0;
    }
    
    .main-content7.content .modulelist-wrapper .list {
        width: 33.33%;
    }
    
    .main-content7.content {
        padding: 40px 0;
    }
    
    .section-block {
        padding: 40px 0;
    }
    
    .main-content3 .title {
        font-size: 20px;
        line-height: 22px;
    }
    
    .footer_link a {
        font-size: 13px;
        line-height: 16px;
    }
    
    #feature-list .choose-service p {
        width: 70%;
    }
    
    #feature-list {
        padding: 40px 0 10px;
    }
    
    #launguage-block .trans-text {
        font-size: 20px;
        line-height: 28px;
        width: 60%;
    }
    
    #launguage-block {
        padding: 35px 0;
    }
    
    .feature-cnt {
        padding-right: 0px;
    }
    
    #feature-list .main-content2-content .feature-service {
        padding: 30px 15px;
    }
}
@media(max-width:991px) {
    #feature-list .main-content2-content .feature-service {
        min-height: 140px;
    }
    
    .main-product .view-demo li a {
        padding: 8px 14px;
        font-size: 14px;
        line-height: 22px;
    }
    
    .main-product .view-demo li a span {
        height: 22px;
        width: 30px;
        font-size: 12px;
        line-height: 24px;
    }
    
    .main-product .view-demo li {
        margin: 0 12px;
    }
    
    .main-innerpage .page1 span {
        font-size: 14px;
        line-height: 16px;
    }
    
    .main-content7.content .modulelist-wrapper .list {
        padding: 0 0 30px 60px;
        margin: 4px;
        width: 48%;
    }
    
    #feature-list .choose-service p {
        width: 100%;
    }
    
    #launguage-block .trans-text {
        font-size: 18px;
        line-height: 26px;
        width: 70%;
    }
    
    #launguage-block {
        padding: 30px 0;
    }
    
    .laun-flags.owl-carousel.owl-theme .trans-flag {
        padding: 6px 0;
    }
}
@media(max-width:767px) {
    .feature-desc {
        font-size: 11px;
        line-height: 18px;
    }
    
    .feature-title {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 8px;
    }
    
    #feature-list .main-content2-content .feature-service {
        min-height: 136px;
    }
    
    .layout .layout-image {
        border: 10px solid #fff;
    }
    
    .main-product {
        padding: 30px 0;
    }
    
    .offer-banner .offer-content .btn.btn-secondary {
        font-size: 13px;
        padding: 10px 26px;
    }
    
    .main-product .view-demo {
        margin: 0 0 20px;
    }
    
    .main-product .layout-content .layout-name {
        margin: 10px 0 0;
    }
    
    .main-product .view-demo li {
        margin: 0 6px;
    }
    
    .layout-content .layout-name .layout-title {
        font-size: 14px;
        line-height: 16px;
    }
    
    .main-innerpage {
        padding: 30px 0;
    }
    
    .main-content7.content .modulelist-wrapper .list::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
    .main-content7.content .modulelist-wrapper .list {
        padding: 0 0 20px 45px;
    }
    
    .main-content7.content {
        padding: 30px 0;
    }
    
    .section-block {
        padding: 30px 0;
    }
    
    .section-block .block-content {
        margin: 0;
    }
    
    .section-block .header-img,
    .section-block .footer-img {
        margin: 0 0 20px;
    }
    
    .section-block .footer-img:last-child {
        margin: 0;
    }
    
    .main-content3 .title {
        font-size: 16px;
        line-height: 18px;
    }
    
    #feature-list .choose-service .section-description {
        font-size: 12px;
    }
    
    #feature-list .choose-service {
        padding: 0 15px;
    }
    
    #feature-list {
        padding: 30px 0 10px;
    }
}
@media(max-width:700px) {
    .offer-banner .offer-content .offer-desc {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0;
    }
    
    .main-product .view-demo li a span {
        height: 20px;
        width: 26px;
        font-size: 10px;
        line-height: 22px;
    }
    
    .main-product .view-demo li a {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 20px;
    }
}
@media(max-width:600px) {
    .main-content7.content .modulelist-wrapper .list {
        padding: 0 0 20px 40px;
        font-size: 11px;
        line-height: 16px;
    }
    
    .features .features-block .feature-title {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
    }
    
    #feature-list .choose-service {
        margin: 0 0 20px;
    }
}
@media(max-width:543px) {
    .main-content3>div {
        padding: 15px 0;
    }
    
    .laun-flags.owl-carousel.owl-theme .trans-flag .trans-name {
        font-size: 13px;
    }
    
    #launguage-block .trans-text {
        font-size: 16px;
        line-height: 22px;
        width: 84%;
        margin: 0 0 18px;
    }
    
    #launguage-block {
        padding: 20px 0;
    }
}
@media(max-width:450px) {
    .main-content7.content .modulelist-wrapper .list {
        width: 100%;
    }
}
@media(max-width:480px) {
    #feature-list .main-content2-content .feature-service {
        padding: 20px 10px;
        margin: 0 0 15px;
    }
    
    #feature-list .choose-service p {
        font-size: 11px;
        line-height: 18px;
    }
    
    .offer-banner1 .offer-cnt {
        font-size: 11px;
        padding: 0 20px 0 0;
        margin: 0 5px 0 0px;
    }
    
    .offer-banner1 .offer-cnt::after {
        font-size: 14px;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
    
    .offer-banner .offer-content .btn.btn-secondary {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 20px;
    }
    
    .main-product .view-demo {
        margin: 0 0 10px;
    }
    
    .main-product .view-demo li {
        width: 50%;
        margin: 0 0 10px;
    }
    
    .main-content7.content .decription_part {
        margin: 0 0 10px;
    }
    
    .main-content3 .title {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 12px;
    }
    
    .footer_link a {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 14px;
    }
    
    #launguage-block .trans-text {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: 0 0 15px;
    }
    
    .laun-flags.owl-carousel.owl-theme .trans-flag .trans-name {
        font-size: 11px;
        margin: 0 0 0 5px;
    }
}
.header-block .main-header.fixed {
    background: #ffcc00;
    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;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
}
@-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
}
.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);
    height: auto !important;
}
.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
}
.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
}
.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: #f3283d;
    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 i {
    font-size: 40px;
    margin: -20px 0 0
}
.owl-pagination {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}
.owl-controls .owl-page {
    display: inline-block;
    vertical-align: top;
    float: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.owl-controls .owl-page.active {
    border: 1px solid #313c46;
}
.owl-controls .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    vertical-align: top;
    margin: 12px;
    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;
}
.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background: #313c46;
}
@media (max-width:991px) {
    .owl-pagination {
        margin: 20px 0 0;
    }
}
@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)
    }
}
.compare-price-table {
    padding: 80px 0;
    position: relative;
    background: #fff;
}
.compare-price-table .decription_part {
    margin: 0 0 30px;
    float: left;
    width: 100%;
}
.price-table {
    background: #fff;
    box-shadow: 0 20px 100px rgb(0, 0, 0, 0.09);
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 130px;
}
.price-table .table {
    float: left;
    width: 100%;
    position: relative;
    height: 580px;
    transition: .3s height;
    overflow: hidden;
}
.show-full .price-table .table {
    height: 100%;
}
.price-table table {
    width: 100%;
    border-collapse: collapse;
}
.price-table th {
    font-size: 18px;
    font-weight: 600;
    color: #313c46;
    font-family: 'Rubik', sans-serif;
}
.price-table th,
.price-table td {
    padding: 20px 5px;
    border-right: 2px solid #ececec;
    text-align: center;
    width: 25%;
    line-height: 20px;
}
.price-table thead th {
    background: #f5f5f5;
}
.price-table td {
    font-size: 16px;
}
.price-table tr:nth-child(even) td {
    background: #f8f8f8;
}
.price-table td:first-child {
    color: #999;
}
.price-table th:first-child,
.price-table td:first-child {
    border-radius: 5px 0 0 5px;
}
.total-price-table {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.total-price-table .more-price {
    background: linear-gradient(181.44deg, rgba(245, 245, 245, 0) -10.16%, #f5f5f5 81.4%);
    border-radius: 0px 0px 5px 5px;
    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;
    z-index: 11;
    padding-top: 80px;
}
.show-full .total-price-table .more-price {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}
.total-price-table .more-price .btn {
    padding: 12px 16px;
}
.total-price-table .more-price .btn span {
    vertical-align: top;
    line-height: 16px;
    font-weight: 500;
}
.total-price-table tfoot th {
    height: 110px;
    padding: 14px 16px 10px;
    background: rgba(245, 245, 245, 1);
}
.total-price-table tfoot th.app-cost del,
.total-price-table tfoot th.app-cost span {
    color: #ff0000;
}
.total-price-table tfoot th .total {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px;
    background: #f04706;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}
@keyframes moveSlideshow {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-100%);
    }
}
@keyframes moveSlideshow2 {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(100%);
    }
}
.scan-code {
    float: right;
    position: fixed;
    z-index: 10;
    top: auto;
    bottom: 80px;
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.QR-code.active .qr-popup {
    z-index: 99;
    position: fixed;
    top: auto;
    bottom: 80px;
    right: 0;
    left: auto;
    transition: all .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.qr-popup {
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    right: -200px;
    position: fixed;
    z-index: 99;
    top: auto;
    bottom: 80px;
}
.QR-code.active .scan-code {
    right: 200px;
}
@media(max-width: 1299px) {
    .compare-price-table {
        padding: 60px 0;
    }
}
@media(max-width: 1199px) {
    .compare-price-table {
        padding: 40px 0;
    }
    
    .compare-price-table .decription_part {
        margin: 0 0 10px;
    }
}
@media(max-width: 991px) {
    .price-table th,
    .price-table td {
        padding: 15px 5px;
        line-height: 20px;
        font-size: 14px;
    }
    
    .price-table td {
        font-size: 14px;
        line-height: 16px;
    }
    
    .total-price-table tfoot th a {
        font-size: 11px;
        padding: 8px 10px;
    }
}
@media(max-width: 767px) {
    .price-table {
        padding: 15px;
    }
}
@media(max-width: 600px) {
    .price-table table {
        table-layout: fixed;
        overflow-y: hidden;
        display: block;
    }
    
    .price-table td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
    }
    
    .total-price-table {
        position: static;
    }
    
    .price-table th,
    .price-table td {
        padding: 10px 5px;
        line-height: 18px;
        font-size: 12px;
    }
}
.content-bottom {
    text-align: center;
    position: relative;
    background-color: #fff;
}
.showcase-content {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.showcase-detail {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0;
}
.showcase-list {
    float: left;
    width: 100%;
    padding: 0;
}
.showcase-detail .subtitle {
    width: 55%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.showcase-list .button .btn {
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}
#showcase .image {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: 15px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 5px 0;
    transition: all .4s ease-in-out 0s;
    -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;
}
#showcase .image:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}
#showcase .image>a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#showcase .image>a::after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all .4s ease-in-out 0s;
    -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;
}
#showcase .image:hover>a::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
#showcase .image a img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 15PX;
}
.showcase-txt-content {
    padding: 15px 0 0;
    background: #fff;
}
.showcase-txt-content .showcase-name {
    float: left;
    width: auto;
    text-align: left;
}
.showcase-txt-content .showcase-name .showcase-title {
    font: 600 18px/20px 'Rubik', sans-serif;
    color: #313c46;
    text-decoration: none;
    margin: 0 0 8px;
    float: left;
    width: 100%;
}
.showcase-txt-content .showcase-name span {
    font: 400 14px/16px 'Rubik', sans-serif;
}
.showcase-txt-content a {
    position: relative;
    display: block;
    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;
}
.showcase-txt-content .showcase_link {
    float: right;
}
.showcase-txt-content .showcase_link i {
    font-size: 16px;
    line-height: 50px;
    float: right;
    color: #fff;
    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;
    height: 50px;
    width: 50px;
    background: #313c46;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.showcase-txt-content .showcase_link:hover i {
    background: #f04706;
    color: #fff;
}
#about-interior {
    padding: 0;
    margin: 0 0 80px;
    background: #fff;
}
#about-interior .services-image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
#about-interior .services-image .service-img {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
}
#about-interior .section-heading {
    font: 600 36px/42px 'Rubik', sans-serif;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    color: #313c46;
    margin: 0 0 30px;
}
#about-interior .section-heading span {
    color: #313c46;
}
#about-interior .section-content {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    float: none;
    width: 26%;
    margin: 0 0 30px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
#about-interior .btn-service {
    font: 500 16px/18px 'Rubik', sans-serif;
    padding: 13px 22px;
}
#about-interior .btn-content {
    float: left;
    width: 100%;
}
.gdpr-banner {
    margin: 60px 0 0;
}
.video-tutorial {
    float: left;
    width: 100%;
}
.theme-tutorial {
    background: #fff;
    padding: 80px 0;
}
.theme-tutorial .img-content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.video-tutorial .video-content {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.video-tutorial .video-content .video-img {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.theme-tutorial .video-feature {
    float: left;
    width: 100%;
    background: #f5f5f9;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    text-align: left;
}
.theme-tutorial .video-feature .btn span {
    float: none;
    display: inline-block;
    vertical-align: top;
    font: 600 18px/24px 'Rubik', sans-serif;
    margin: 0 0 0 5px;
}
.theme-tutorial .video-feature .videop-desc {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 18px/20px 'Rubik', sans-serif;
    margin: 0 0 0 10px;
}
.theme-tutorial .video-feature li {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ce465b;
    border-radius: 5px;
    padding: 2px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 10px;
    height: 50px;
    transition: .3s all;
    cursor: pointer;
    text-decoration: none;
}
.theme-tutorial .img-content .video-subtitle {
    float: left;
    width: 100%;
    color: #313c46;
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin: 0 0 10px;
}
.theme-tutorial .img-content .video-desc {
    float: none;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    color: #666;
}
.theme-tutorial .theme-preview {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    overflow: hidden;
}
div#popup_toggle {
    line-height: 0;
}
.theme-tutorial #tilt .popup_overlay1 {
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}
.theme-tutorial #tilt .popup_overlay1 .popup {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
    background: #000;
    color: #fff;
    vertical-align: middle;
    margin: 8% 0;
    z-index: 99999;
    float: none;
}
.theme-tutorial #tilt .popup_overlay1 .popup .popup_close1 {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    bottom: auto;
    right: 5px;
    left: auto;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}
.theme-tutorial #tilt #popup_toggle .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    color: #fff;
    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;
}
.theme-tutorial #tilt:hover #popup_toggle .play-icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.theme-tutorial #tilt #popup_toggle .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    color: #fff;
    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;
}
.theme-tutorial #tilt #popup_toggle #playVideo i {
    line-height: 70px;
    font-size: 70px;
    float: none;
    display: inline-block;
    vertical-align: top;
    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;
}
.theme-tutorial #tilt #popup_toggle {
    position: relative;
    overflow: hidden;
}
.theme-tutorial #tilt #popup_toggle::before {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.theme-tutorial #tilt:hover #popup_toggle::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper {
    position: relative;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 50%;
}
.theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.main-content4 {
    padding: 80px 0;
    float: left;
    width: 100%;
}
.main-content4 .responsive-content {
    float: left;
    width: 100%;
}
@media (min-width:768px) {
    .main-content4 .responsive-content,
    .main-content5 .responsive-content {
        display: flex;
        align-items: center;
    }
}
.main-content4 .responsive-content .wrap-right,
.main-content5 .responsive-content .wrap-right,
.main-content4 .responsive-content .wrap-left,
.main-content5 .responsive-content .wrap-left {
    padding: 0 15px;
}
.main-content4 .responsive-content .highlight-inner,
.main-content5 .responsive-content .highlight-inner {
    text-align: left;
}
.main-content4 .responsive-content .highlight-inner h5 {
    font: 600 18px/20px 'Rubik', sans-serif;
    margin: 0 0 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: -webkit-linear-gradient(45deg, #974e40, #b87248);
    padding: 10px 16px;
    border-radius: 5px;
}
.main-content4 .responsive-content .highlight-inner h2,
.main-content5 .responsive-content .highlight-inner h2 {
    float: left;
    width: 100%;
    font: 600 34px/46px 'Rubik', sans-serif;
    margin: 0 0 25px;
}
.main-content4 .responsive-content .highlight-inner h3,
.main-content5 .responsive-content .highlight-inner h3 {
    float: left;
    width: 100%;
    font: 500 20px/22px 'Rubik', sans-serif;
    margin: 0 0 10px;
}
.main-content4 .responsive-content .highlight-inner span {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font: 500 18px/40px 'Rubik', sans-serif;
    color: #666;
    margin: 0 0 0 10px;
}
.main-content4 .responsive-content .highlight-inner p.caption,
.main-content5 .responsive-content .highlight-inner p.caption {
    margin: 0 0 20px;
    line-height: 22px;
    float: left;
    width: 100%;
}
.main-content4 .responsive-content .highlight-inner .btn,
.main-content5 .responsive-content .highlight-inner .btn {
    font: 500 16px/18px 'Rubik', sans-serif;
    padding: 11px 24px;
}
.main-content5 {
    padding: 0 0 80px;
    float: left;
    width: 100%;
}
.main-content5 .responsive-content {
    float: left;
    width: 100%;
}
.main-content5 .responsive-content .wrap-right .responsive_img {
    float: right;
    width: auto;
}
.footer-content {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.footer-subcnt {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.footer-subcnt span {
    float: none;
    display: inline-block;
    vertical-align: top;
    font: 500 15px/26px 'Rubik', sans-serif;
    color: #313c46;
    margin: 0 0 0 10px;
}
@media (max-width:1400px) {
    .showcase-detail .subtitle {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width:1299px) {
    .showcase-content,
    .theme-tutorial,
    .main-content4,
    .custom-service {
        padding: 60px 0;
    }
    
    .main-content5 {
        padding: 0 0 60px;
    }
    
    #about-interior {
        margin: 0 0 60px;
    }
    
    #about-interior .section-content {
        font-size: 18px;
        line-height: 28px;
        width: 36%;
    }
    
    #about-interior .section-heading {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 25px;
    }
    
    .gdpr-banner {
        margin: 40px 0 0;
    }
    
    .custom-service .service-description p {
        font-size: 12px;
        line-height: 20px;
    }
    
    .custom-service .service-description .service-title {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width:1199px) {
    .showcase-content,
    .theme-tutorial,
    .main-content4,
    .custom-service {
        padding: 40px 0;
    }
    
    .main-content5 {
        padding: 0 0 40px;
    }
    
    #about-interior {
        margin: 0 0 40px;
    }
    
    .main-content4 .responsive-content .highlight-inner h2,
    .main-content5 .responsive-content .highlight-inner h2 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 40px;
    }
    
    .main-content4 .responsive-content .highlight-inner h5 {
        padding: 8px 12px;
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 20px;
    }
    
    .main-content4 .responsive-content .highlight-inner span {
        font-size: 16px;
        line-height: 34px;
    }
    
    .main-content4 .responsive-content .highlight-inner .btn,
    .main-content5 .responsive-content .highlight-inner .btn {
        padding: 9px 20px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .showcase-txt-content .showcase_link i {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    
    .showcase-txt-content .showcase-name .showcase-title {
        font-size: 16px;
        line-height: 18px;
    }
    
    .showcase-txt-content .showcase-name span {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width:991px) {
    #about-interior .section-content {
        width: 46%;
        margin: 0 0 20px;
    }
    
    #about-interior .btn-service {
        padding: 11px 18px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .gdpr-banner {
        margin: 30px 0 0;
    }
    
    .theme-tutorial .img-content .video-desc {
        width: 100%;
    }
    
    .theme-tutorial .img-content {
        margin: 0 0 20px;
    }
    
    .theme-tutorial .video-feature {
        padding: 10px;
    }
    
    button.btn.btn-more i.material-icons {
        font-size: 20px;
    }
    
    .theme-tutorial .video-feature .btn span {
        font-size: 14px;
        line-height: 20px;
    }
    
    .theme-tutorial .video-feature .videop-desc {
        font-size: 14px;
        line-height: 18px;
    }
    
    .showcase-detail {
        margin: 0 0 20px;
    }
    
    .footer-subcnt span {
        margin: 0 0 0 8px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .footer-subcnt svg {
        width: 22px;
        height: 22px;
    }
    
    .footer-get-theme .subtitle {
        padding: 8px 12px;
        margin: 0 0 25px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .main-content4 .responsive-content .highlight-inner h5 {
        padding: 8px 8px;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 15px;
    }
    
    .main-content4 .responsive-content .highlight-inner span {
        font-size: 14px;
        line-height: 32px;
    }
    
    .main-content4 .responsive-content .highlight-inner h3,
    .main-content5 .responsive-content .highlight-inner h3 {
        margin: 0 0 5px;
        font-size: 16px;
        line-height: 18px;
    }
    
    .main-content4 .responsive-content .highlight-inner h2,
    .main-content5 .responsive-content .highlight-inner h2 {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 30px;
    }
    
    .main-content4 .responsive-content .highlight-inner p.caption,
    .main-content5 .responsive-content .highlight-inner p.caption {
        margin: 0 0 15px;
        line-height: 20px;
        font-size: 11px;
    }
    
    .main-content4 .responsive-content .highlight-inner .btn,
    .main-content5 .responsive-content .highlight-inner .btn {
        padding: 9px 16px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .custom-service .step-line {
        width: 30px;
    }
}
@media (max-width:767px) {
    #about-interior .section-heading {
        font-size: 28px;
        margin: 0 0 20px;
    }
    
    #about-interior .section-content {
        width: 58%;
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 26px;
    }
    
    #showcase .slick-arrow {
        opacity: 1
    }
    
    .showcase-list .button .btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .showcase-content,
    .theme-tutorial,
    .main-content4,
    .compare-price-table,
    .custom-service {
        padding: 30px 0;
    }
    
    .main-content5 {
        padding: 0 0 15px;
    }
    
    #about-interior {
        margin: 30px 0;
    }
    
    .gdpr-banner {
        margin: 15px 0 0;
        float: left;
    }
    
    .theme-tutorial .video-feature .videop-desc {
        display: none;
    }
    
    .theme-tutorial .video-feature {
        text-align: center;
    }
    
    .footer_link a {
        padding: 8px 10px;
    }
    
    .main-content4 .container,
    .main-content5 .container {
        padding: 0px;
    }
    
    .total-price-table .more-price .btn {
        padding: 10px 14px;
    }
    
    .custom-service .steps::after,
    .custom-service .step-line {
        display: none;
    }
    
    .custom-service .steps-container,
    .custom-service .steps .steps-container:nth-child(even) {
        width: 100%;
        left: 0;
        display: block;
    }
    
    .custom-service .section-subheading {
        font-size: 26px;
        line-height: 36px;
    }
    
    .custom-service .content {
        float: left;
    }
    
    .custom-service .service-description.even {
        margin: 0 0 0 10px;
    }
    
    .custom-service .content {
        margin: 0 0 15px;
    }
}
@media(max-width:480px) {
    #showcase .image {
        border-width: 10px;
    }
    
    .showcase-txt-content .showcase_link i {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
    
    .showcase-txt-content .showcase-name .showcase-title {
        font-size: 14px;
        line-height: 16px;
    }
    
    .showcase-txt-content .showcase-name span {
        font-size: 11px;
        line-height: 13px;
    }
    
    #about-interior .services-image .service-img {
        padding: 0 5px;
    }
    
    #about-interior .section-heading {
        font-size: 24px;
        margin: 0 0 15px;
        line-height: 28px;
    }
    
    #about-interior .btn-service {
        padding: 11px 16px;
        font-size: 13px;
        line-height: 15px;
    }
    
    #about-interior .section-content {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }
    
    .showcase-detail .subtitle {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }
    
    .showcase-content,
    .theme-tutorial,
    .main-content4,
    .compare-price-table,
    .custom-service {
        padding: 15px 0;
    }
    
    .main-content5 {
        padding: 0 0 15px;
    }
    
    #about-interior {
        margin: 15px 0;
    }
    
    .theme-tutorial .img-content .video-desc {
        width: 100%;
        font-size: 11px;
        line-height: 18px;
    }
    
    .theme-tutorial .img-content {
        margin: 0 0 15px;
    }
    
    button.btn.btn-more {
        padding: 6px 8px;
    }
    
    button.btn.btn-more i.material-icons {
        font-size: 18px;
    }
    
    .theme-tutorial .video-feature .btn span {
        font-size: 12px;
        line-height: 18px;
    }
    
    .theme-tutorial .theme-preview {
        border-width: 3px;
    }
    
    .showcase-detail {
        margin: 0 0 15px;
    }
    
    .footer-get-theme .subtitle {
        padding: 8px 12px;
        margin: 0 0 18px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .main-content4 .responsive-content .highlight-inner h2,
    .main-content5 .responsive-content .highlight-inner h2 {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 28px;
    }
    
    .total-price-table .more-price .btn span {
        font-size: 12px;
    }
    
    .total-price-table .more-price .btn {
        padding: 7px 12px;
    }
    
    .custom-service .service-img {
        height: 90px;
    }
    
    .custom-service .service-img::before {
        margin: 18px;
    }
    
    .custom-service .service-description .service-title {
        font-size: 14px;
        line-height: 16px;
    }
}
div.rbt-toolbar {
    font-family: 'rubik', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}
.qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover) {
    z-index: 1;
}
section.rbt-sidearea {
    width: 292px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -292px;
    top: 0;
    z-index: 6669991;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.rbt-loaded .rbt-theme-dropdown {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rbt-theme-dropdown .rbt-btn div {
    background: #313c46;
}
.rbt-theme-dropdown {
    position: absolute;
    left: -77px;
    z-index: 6669992;
    font-size: 10px !important;
    letter-spacing: .11em;
    display: block;
    height: 68px;
    width: 77px;
    line-height: 68px;
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 500ms ease-in-out;
}
.rbt-active .rbt-theme-dropdown {
    left: -368px;
    transition: all 500ms ease-in-out;
}
.rbt-theme-dropdown .rbt-btn {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 68px !important;
    font-weight: 500;
}
.rbt-btn div {
    color: #fff;
    display: inline-block;
    line-height: 1 !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 13px;
    border-radius: 8px 0 0 8px;
}
.rbt-theme-dropdown .rbt-btn div {
    transition: opacity .1s ease;
}
div.rbt-toolbar i {
    position: initial;
}
.rbt-theme-dropdown .close-btn {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 17px 23px;
}
.rbt-theme-dropdown .close-btn i {
    font-size: 30px;
}
.rbt-list-holder {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 6669993;
    background-color: #fff;
    transition: all 500ms ease-in-out;
}
.rbt-list {
    height: calc(100% - 40px - 0px);
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: -18px;
}
.rbt-list-bottom {
    height: 40px;
    background: #313c46;
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
}
.rbt-list-bottom .link-text-holder {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.rbt-list-inner {
    max-width: 234px;
    float: left;
    width: 100%;
}
.rbt-sidearea .rbt-list-holder.show {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);
    transition: all 500ms ease-in-out;
}
.rbt-active .rbt-theme-dropdown .close-btn {
    opacity: 1;
    transition-delay: .3s;
}
.rbt-active .rbt-theme-dropdown .open-btn {
    opacity: 0;
    transition-delay: .2s;
}
body.open .page::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.page::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.page {
    position: relative;
    float: left;
    width: 100%;
}
.rbt-list-inner .rbt-logo {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
.rbt-list-inner .rbt-logo .logo-text-holder {
    float: left;
    width: 100%;
    color: #313c46;
    margin: 10px 0 0;
}
.rbt-list-inner span.rbt-list-related {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 15px;
    background: #313c46;
    padding: 5px;
    text-align: center;
}
.rbt-list-inner .rbt-theme {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.rbt-list-inner .rbt-img-hover {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
}
.rbt-list-inner .rbt-img-hover .rbt-star {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
    background: #fec500;
    padding: 2px;
    border-radius: 4px 0 0 4px;
    transition: all 400ms ease-in-out 0s;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    z-index: 1;
}
.rbt-list-inner .rbt-img-hover:hover .rbt-star {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.rbt-list-inner .rbt-img-hover::after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    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;
}
.rbt-list-inner .rbt-img-hover:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.rbt-list-inner .rbt-theme span.rbt-title {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #313c46;
    font-weight: 500;
    margin: 0 0 5px;
}
.rbt-list-inner .rbt-theme span {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}
.rbt-theme-dropdown .rbt-btn div span {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.rbt-theme-dropdown .rbt-btn .open-btn {
    -webkit-animation: demoflash 4s ease infinite normal;
    animation: demoflash 4s ease infinite normal;
}
.rbt-theme-dropdown .rbt-btn:hover .open-btn {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.rbt-theme-dropdown .rbt-btn div p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
@keyframes demoflash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    
    25%,
    75% {
        opacity: .8;
    }
}
@media(max-width:480px) {
    section.rbt-sidearea {
        width: 257px;
        position: fixed;
        right: -257px;
    }
    
    .rbt-list {
        padding: 20px 20px 0 20px;
    }
    
    .rbt-list-inner {
        max-width: 219px;
    }
    
    .rbt-btn div {
        padding: 8px;
    }
    
    .rbt-theme-dropdown .rbt-btn {
        line-height: 50px !important;
    }
    
    .rbt-active .rbt-theme-dropdown {
        left: -320px;
    }
    
    .rbt-theme-dropdown {
        height: 50px;
        width: 64px;
        line-height: 50px;
    }
    
    .rbt-theme-dropdown .rbt-btn div i {
        font-size: 24px;
    }
    
    .rbt-theme-dropdown {
        left: -63px;
    }
    
    .rbt-theme-dropdown .close-btn {
        padding: 13px 20px;
    }
    
    .rbt-theme-dropdown .rbt-btn div span {
        font-size: 18px;
        line-height: 18px;
    }
    
    .rbt-theme-dropdown .rbt-btn div p {
        font-size: 10px;
        line-height: 16px;
    }
    
    .rbt-list-inner .rbt-logo .logo-text-holder {
        font-size: 18px;
        line-height: 20px;
    }
    
    .rbt-list-inner span.rbt-list-related {
        font-size: 12px;
        line-height: 18px;
    }
}
.page-collection.tab-pane {
    display: none;
}
.page-collection.tab-pane.active {
    display: block;
}