@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

body {
    background: #fff;
    font: 400 13px/16px 'Roboto', 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: #222 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;
}

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: 1560px
    }
}

.goToTop {
    display: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 20px;
    border: 2px solid #fff;
    background: #e96e53;
    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%
}


.page {
    float: left;
    overflow: hidden;
    width: 100%
}

header {
    float: left;
    position: relative;
    width: 100%;
}

.header-block {
    float: left;
    width: 100%;
    background: url(../images/bg.jpg) repeat fixed;
    height: 750px;
    background-color: #ede3da;
    position: relative;
}

.header-block .header-all-image .img {
    position: absolute;
    margin: 0;
}

.header-block .header-all-image .img#header-img1 {
    top: auto;
    bottom: -10px;
    left: 42%;
    right: auto;
}

.header-block .header-all-image .img#header-img2 {
    top: auto;
    bottom: -6%;
    left: 53%;
    right: auto;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 10%);
}

.header-description h1 .text-box {
    display: inline-block;
    position: relative;
    float: right;
    width: 100%;
}

@keyframes rollDown {
    0% {
        top: 0;
        transform: rotateX(-90deg);
    }

    11% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    22% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    33% {
        top: -60px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown2 {
    33% {
        top: 0;
        transform: rotateX(-90deg);
    }

    44% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    55% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    66% {
        top: -60px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown3 {
    66% {
        top: 0;
        transform: rotateX(-90deg);
    }

    77% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    88% {
        top: -50px;
        transform: rotateX(0deg);
        opacity: 1;
    }

    99% {
        top: -60px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

#portfolio>div {
    float: left;
    width: 100%;
}

.header-block .header-all-image .img#header-img3 {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 9%;
    z-index: 1;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 10%);
}

.header-block .header-all-image .img#header-img4 {
    top: auto;
    bottom: 1%;
    left: auto;
    right: 0;
}

.header-logo {
    float: left;
    width: 100%;
}

.header-logo>img {
    max-width: 100%;
    height: auto
}

.header-content .header-pop {
    position: absolute;
    right: 17%;
    left: auto;
    top: 16%
}

.header-content #popimg4.header-pop {
    right: 28%;
    top: 50%
}

.header-content {
    text-align: center;
}

.header-description {
    float: none;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0;
}

.header-description h1 {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: Bona Nova;
    font-weight: 600;
    font-size: clamp(20px, 3vw, 40px);
    line-height: clamp(26px, 4vw, 52px);
}

.header-description h2 {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 3vw, 30px);
    line-height: clamp(22px, 4vw, 35px);
}

.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;
}

.header-content .header-nav ul {
    float: left;
    margin: 0;
    padding: 0
}

.header-nav .main-menu .menu-item:hover>a::after {
    width: 100%;
    background: #fff;
    border-radius: 25px;
}

.header-nav .main-menu .menu-item:hover>a {
    color: #111;
}

.header-right {
    float: right;
}

.theme-view {
    float: right;
    text-align: center;
    margin: -41% -2% 0;
}

.footer_link a {
    padding: 14px 24px;
    overflow: hidden;
    font: 400 15px/17px 'Roboto', sans-serif;
    background: #e96e53;
}

.footer_link a::after {
    background: #2f2f32;
}

.footer_link .btn:hover,
.footer_link .btn:active,
.footer_link .btn:focus {
    color: #fff;
}

.header-link a img {
    padding-left: 10px;
    vertical-align: top
}

@-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)
    }
}

h2 {
    margin: 0;
}

.btn {
    -moz-user-select: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    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: #e96e53;
    color: #fff;
    
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
}

.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2f2f32;
    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;
 
}

.btn:hover::after,
.btn:focus::after,
.btn:active::after {
    width: 100%;
}

.btn-xl {
    padding: 12px 26px;
    background: #333
}

.btn-xl:hover {
    background: #f3283d
}

.section-content {
    color: #cccccc;
    float: left;
    width: 100%;
    position: relative;
    font: italic 400 20px/32px 'Inter', sans-serif;
    margin: 0 0 32px;
}

.main-content {
    float: left;
    width: 100%
}

.section-heading b {
    color: #eea270;
}

.section-heading span.layout {
    font-size: 40px;
    color: #f3283d;
    line-height: 42px;
    vertical-align: bottom
}

.layout-content a {
    text-decoration: none;
}

.layout-content .layout-detail {
    color: #888;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    float: left
}

.theme-layout .item .layout .layout-image .layout-content i.fas {
    font-size: 20px;
    line-height: 26px;
    float: right;
    color: #a7a7a7;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.theme-layout .item .layout .layout-image .layout-content a:hover i.fas {
    color: #222;
}

.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: #f7f7f7;
}

.main-content>.theme-layout .heading {
    margin: 0 0 30px;
}

.main-content>.theme-layout .heading p {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: 14px;
    font-style: italic;
}

.main-content .tab-pane.active {
    display: block
}

.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
}

.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
}

#portfolio {
    float: left;
    width: 100%;
    color: #2f2f32;
    position: relative;
    text-align: center
}

.red-color {
    color: red;
    font-weight: 500;
}

.header-description .special-text {
    color: #eea270;
    position: relative;
    padding: 0 5px;
    z-index: 1;
}

.header-description .special-text::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 14px;
    background-color: rgba(249, 237, 223, .2);
    top: auto;
    bottom: 7px;
    right: auto;
    left: 0;
    z-index: -1;
}

.header-block .main-header.fixed {
    background: #234648;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    animation: fixedmenu 1s ease 0s normal both 1 running;
    -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
    -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
    -o-animation: fixedmenu 1s ease 0s normal both 1 running;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
}

@-webkit-keyframes fixedmenu {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@-moz-keyframes fixedmenu {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes fixedmenu {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@-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)
}

.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
}

.main-content6 .owl-controls.clickable {
    display: none !important;
}

.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 {
    text-align: center;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto 0;
    left: -30px;
    right: auto;
    height: 105px;
    width: 50px;
}

.owl-controls .owl-page {
    display: flex;
    margin: 0;
    align-items: center;
    height: 50px;
    width: 50px;
    float: none;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    justify-content: center;
}

.owl-controls .owl-page.active {
    border: 1px solid #111;
}

.owl-controls .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #b7b7b7;
    border-radius: 50%;
    vertical-align: top;
}

.owl-controls .owl-page.active span {
    background: #111;
}

@-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)
    }
}

.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: 1549px) {
    .header-all-image {
        display: none;
    }

    .main-content>.theme-layout .heading p {
        width: 60%;
    }
}

@media (max-width: 1350px) {
    .header-content {
        margin: 30px 0 0;
    }

    .theme-view {
        margin: -34% 0 0;
    }

    .header-block {
        height: 750px;
    }
}

@media (max-width: 1200px) {
    .header-content {
        margin: 0;
        width: 100%;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .header-logo {
        margin: 0px 0 0;
    }
}

@media (max-width: 1199px) {
    .header-description h1 {

    }

    .header-block {
        height: 700px;
    }

    .header-content {
        margin: 0 0;
    }
}

@media (max-width: 1024px) {
    .header-block {
        height: 650px;
    }
}

@media (max-width: 800px) {
    .header-block {
        height: 460px;
    }

    .header-description h1 {

    }

    .header-description {
        width: 50%;
    }

    .header-block .counter {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .footer_link a {
        padding: 10px 20px;
    }

    .theme-view {
        margin: -25% 0 0 10px;
        width: 750px;
    }

    .main-header .header-nav {
        float: left;
        width: 100%;
        text-align: center;
        display: none;
    }

    .main-header .header-link {
        float: right;
        margin: 0;
        width: auto;
    }

    .header-description {
        width: 50%;
        margin: 30px 0 0;
    }

    .main-content>.theme-layout .heading p {
        width: 80%;
    }

    .main-content>.theme-layout {
        padding: 50px 0;
    }

    .section-heading {
        font-size: 28px;
        line-height: 30px;
    }

    .footer_link {
        float: left;
        width: 100%;
    }

    .header-content {
        margin: -8% 0 0;
    }

    .video-tutorial .video-link img {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .header-description {
        width: 60%;
    }

    .header-content {
        margin: -13% 0 0;
    }
}

@media (max-width: 543px) {
    .header-description {
        width: 78%;
    }

    .section-heading {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 10px;
        padding: 0 10px;
    }

    .main-content>.theme-layout .heading p {
        font-size: 13px;
    }

    .main-content>.theme-layout .heading {
        margin: 0 0 20px;
    }

    .QR-code {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-content {
        margin: -15% 0 0;
    }

    .main-header .header-nav ul.main-menu {
        margin: 8px 0;
    }

    .main-header .header-nav ul.main-menu li {
        padding: 12px 9px;
    }

    .header-description h1 {

    }

    .header-block {
        height: 265px;
    }

    .header-description {
        width: 58%;
    }

    .section-heading {
        font-size: 21px;
    }
}

@media (max-width: 399px) {
    .header-content {
        margin: -16% 0 0 0px;
        width: 100%;
        padding: 0;
    }

    .header-logo {
        width: 150px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-description h1 .text-box {
        width: 140%;
        margin: 60px 0 0;
    }

    .header-description h1 .text-box div {
        margin: 0 0 0 15px;
    }

    .header-description {
        width: 71%;
    }

    .header-link a {
        padding: 8px;
        font-size: 12px;
    }
}

.Checkout_theme .app .subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: left;
    width: 73%;
    line-height: 24px;
}

.Checkout_theme .app .title {
    font: 600 36px/38px Bona Nova;
    margin: 0 0 20px;
    text-align: left;
}

.Checkout_theme .app .desc .icon-box p {
    font-size: 16px;
    font-family:  Roboto, sans-serif;
    color: #111;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 55px;
    float: left;
    width: 100%;
}

.Checkout_theme .app .desc .icon-box {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.Checkout_theme .app .desc .icon-box::before {
    position: absolute;
    content: "\e876";
    font-family: 'Material Icons';
    font-size: 20px;
    background: #e96e53;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    left: 0;
    right: auto;
    top: -8px;
    bottom: 0;
    text-align: center;
}

.Checkout_theme .app .desc {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.Checkout_theme {
    background-color: #f5f5f5;
}

.Checkout_theme .wrap-left {
    padding: 90px 0 10% 40px;
}

.Checkout_theme .btn {
    background-color: #e96e53;
    padding: 16px 36px;
    color: #fff;
}

.Checkout_theme .button {
    text-align: left;
    margin: 80px 0 0;
}

.main-content3 {
    background: #282a27;
    text-align: center;
}

.main-content3>div {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.main-content3 .title {
    font: 400 26px/28px  Roboto, sans-serif;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.footer-get-theme .subtitle {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #fff;
    color: #222;
    padding: 16px 20px;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
    font-family:  Roboto, sans-serif;
}

.footer-get-theme>.footer-title {
    color: #111;
    font: 700 30px/35px  Roboto, sans-serif;
    margin: 0 0 25px
}

.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: 600 15px/26px  Roboto, sans-serif;
    color: #fff;
    margin: 0 0 0 10px;
}

.showcase-content {
    padding: 80px 0;
    background: #fff;
}

.showcase-detail {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0;
}

.section-heading {
    font: 600 34px/40px Bona Nova;
    position: relative;
    color: #2f2f32;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    z-index: 1;
}

.showcase-list {
    float: left;
    width: 100%;
    padding: 0;
}

.showcase-detail .subtitle {
    width: 55%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    font-size: 14px;
}

.showcase-list .button .btn {
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

#showcase .image {
    float: left;
    width: 100%;
    overflow: hidden;
    border: 15px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    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;
}

#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 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: 500 18px/20px  Roboto, sans-serif;
    color: #222;
    text-decoration: none;
    margin: 0 0 8px;
    float: left;
    width: 100%;
}

.showcase-txt-content .showcase-name span {
    font: 400 14px/16px 'Roboto', 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: #e96e53;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.wrap-right .theme-preview-btn:hover {
    color: #fff;
}

.showcase-txt-content .showcase_link:hover i {
    background: #2f2f32;
    color: #fff;
}

.showcase-list .button .btn:hover span {
    color: #fff;
    transition: .6s;
}

@media (max-width:1366px) {
    .theme-view {
        margin: -55% -10% 0;
    }

    .header-description h1 {

    }

    .header-description h1 .text-box {
        width: 87%;
    }

    .header-description {
        width: 48%;
        margin: 30px 0 0;
    }
}

@media (max-width:1200px) {
    .header-description h1 .text-box div {
        left: auto;
        right: auto;
        margin: 0 0 0 15px;
    }

    .header-description h1 .text-box {
        width: 75%;
    }

    .header-block .counter {
        margin: 20px 0;
    }

    .header-block .counter-title {
        font: 500 47px/50px  Roboto, sans-serif;
    }

    .theme-view {
        margin: -15% 0 0 60px;
    }
}

@media (max-width:1199px) {
    .header-description h1 .text-box {
        margin: 10px 0 0;
    }

    .header-block .main-header {
        padding: 15px 0;
    }

    .main-content3 .title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width:991px) {
    .header-block .counter-title {
        font-size: 40px;
        line-height: 42px;
    }

    .header-description {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .Checkout_theme .app .title {
        font-size: 32px;
        line-height: 34px;
    }

    .section-content {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .Checkout_theme .app .subtitle {
        width: 100%;
    }

    .Checkout_theme .app .title {
        font-size: 30px;
        line-height: 32px
    }

    .Checkout_theme .app .desc .icon-box p {
        font-size: 16px;
    }

    .Checkout_theme .app .subtitle {
        width: 90%;
        font-size: 13px;
    }

    .Checkout_theme .button {
        margin: 70px 0 0;
    }

    .Checkout_theme .wrap-left {
        padding: 60px 0 10%;
    }

    .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;
    }
}

@media (max-width:767px) {
    .header-description h1 .text-box {
        width: 100%;
        margin: 20px 0 0;
    }

    .header-description h1 .text-box div {
        left: auto;
        right: auto;
        margin: 0 0 0 75px;
    }

    .header-description h1 {
    }

    .header-block .counter {
        margin: 10px 0;
    }

    .owl-controls .owl-buttons .owl-next,
    .owl-controls .owl-buttons .owl-prev {
        top: 35%
    }

    .Checkout_theme .app .title {
        font-size: 28px;
        line-height: 30px;
    }

    .Checkout_theme .button {
        margin: 50px 0 0;
    }

    .Checkout_theme .wrap-left {
        padding: 45px 0 10%;
    }

    .section-content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 543px) {
    .custom-service .service-heading .title {
        font-size: 12px;
    }

    .Checkout_theme .app .title {
        font-size: 22px;
        line-height: 24px;
    }

    .Checkout_theme .app .desc .icon-box p {
        font-size: 15px;
    }

    .Checkout_theme .app .desc .icon-box::before {
        font-size: 18px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        top: -6px;
    }

    .Checkout_theme .btn {
        padding: 12px 28px;
    }

    .Checkout_theme .app .subtitle {
        width: 100%;
    }

    .section-content {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .owl-controls .owl-page {
        height: 35px;
        width: 35px;
    }

    .main-content3 .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width:480px) {
    .header-description h1 .text-box {
        width: 176%;
        margin: 55px 0 0;
    }

    .header-block .counter {
        margin: -10px 0 10px;
    }

    .header-description {
        width: 100%;
    }

    .header-description h1 {

    }

    .header-block .counter-title {
        font-size: 35px;
        line-height: 37px;
    }

    .owl-carousel .owl-buttons .owl-next {
        right: -10px
    }

    .owl-carousel .owl-buttons .owl-prev {
        left: -10px
    }

    .video-tutorial {
        padding: 60px 0 90px;
    }

    .section-content {
        font-size: 11px;
        line-height: 20px;
    }
}

@media (max-width: 330px) {
    .Checkout_theme .app .desc .icon-box p {
        font-size: 14px;
    }
}

.header-description .btn {
    font: 400 19px/22px  Roboto, sans-serif;
    background: none;
    color: #111;
    margin: 15px 0 0;
    position: relative;
    padding: 0 0 8px;
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    background-color:#fff;
    padding: 10px 20px;
}

.Checkout_theme .button .btn span {
    color: #fff;
    transition: .4s;
}

.Checkout_theme .button .btn:hover span {
    color: #fff;
}

.header-description .btn::after {
    display: none;
}

.header-description .btn:hover {
    color: #fff;
    background-color:#e96e53;
}



.Checkout_theme .button .btn::after {
    background: #2f2f32;
}

.Checkout_theme .button .btn:hover,
.Checkout_theme .button .btn:focus,
.Checkout_theme .button .btn:active {
    color: #fff;
}

.Checkout_theme .button .btn {
    overflow: hidden;
}

.Checkout_theme .app-compatiable {
    margin: 0 0 40px;
    float: left;
    width: 100%;
}

.app-compatiable .wrap-right {
    margin-top: -12%;
    position: relative;
}

.app-compatiable .wrap-right img {
    border: 6px solid #fff;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 10%);
}

@media (max-width: 1366px) {
    .Checkout_theme .app-compatiable {
        margin: 0
    }

    .Checkout_theme .wrap-left {
        padding: 70px 0 8% 40px;
    }

    .section-heading {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width:1299px) {
    .showcase-content {
        padding: 60px 0;
    }

    .section-heading {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 22px;
    }
}

@media (max-width: 1199px) {
    .showcase-content {
        padding: 40px 0;
    }

    .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;
    }

    .Checkout_theme .button {
        margin: 50px 0 0;
    }

    .app-compatiable .wrap-right {
        margin: 0;
    }

    .header-description .btn {
        font-size: 16px;
        line-height: 20px;
        margin: 30px 0 0;
    }

    .header-description .btn::before {
        width: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .Checkout_theme .app-compatiable {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .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;
    }
}

@media (max-width: 767px) {
    .Checkout_theme .wrap-left {
        padding: 30px 0 8% 40px;
    }

    .showcase-content {
        padding: 30px 0;
    }

    .section-heading {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 18px;
    }
}

@media (max-width: 543px) {
    .Checkout_theme .button {
        margin: 40px 0 0;
    }
}

@media (max-width: 480px) {
    #showcase .image {
        border-width: 10px;
    }

    .section-heading {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .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;
    }

    .showcase-detail .subtitle {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .showcase-content {
        padding: 15px 0;
    }

    .showcase-detail {
        margin: 0 0 15px;
    }

    .footer-get-theme .subtitle {
        padding: 8px 12px;
        margin: 0 0 18px;
        font-size: 12px;
        line-height: 14px;
    }

    .Checkout_theme .wrap-left {
        padding: 30px 0 8% 0px;
    }

    .header-description .btn {
        font-size: 13px;
        line-height: 18px;
        margin: -11px 0 0;
        padding: 5px;
    }

    .header-description .btn::before {
        width: 30px;
    }
}

div.rbt-toolbar {
    font-family:  Roboto, 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;
}

.header-content {
    position: absolute;
    top: 22%;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 15px;
}

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: #e96e53;
}

.rbt-theme-dropdown {
    position: absolute;
    left: -68px;
    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: #e96e53;
    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: #111;
    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: #e96e53;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.material-icons {
    color: #fff;
}

.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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.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: #111;
    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;
    }

    .header-content {
        top: 36%;
    }

    .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: -56px;
    }

    .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;
    }
}


/*---------------------- The Modal (background) -----------------------------------*/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

.modal-header {
    text-align: center;
}

.modal-header .modal-title {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #111;
}

.modal-header .modal-title .subTitle {
    background: #5ab4d1;
    color: #fff;
    margin: 0 8px;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-weight: 600;
}

.modal-header a.enter-password {
    margin-left: 8px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

svg.preview-password:hover {
    fill: #5ab4d1;
}


/* Modal Content/Box */

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 30px;
    width: 628px;
    /* Could be more or less, depending on screen size */
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.modal-content .modal-button.btn-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 14px;
}


/* The Close Button */

.close {
    color: #111;
    float: right;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    background: none;
    border: none;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    outline: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media(max-width: 767px) {
    .modal-content {
        padding: 20px;
        width: 450px;
    }
}

@media(max-width: 400px) {
    .modal-content {
        padding: 15px;
        width: 290px;
    }

    .modal-header .modal-title {
        font-size: 14px;
        line-height: 22px;
    }
}

.wrap-right .theme-preview-btn {
    background: #e96e53;
    color: #fff;
    left: 0;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
    display: block;
    width: 120px;
    transition: all 400ms ease-in-out;
    z-index: 9;
    opacity: 0;
}

.wrap-right a.btn-preview {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wrap-right a.btn-preview::before {
    background: rgba(0, 0, 0, .3);
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wrap-right:hover .theme-preview-btn,
.wrap-right:hover a.btn-preview::before {
    opacity: 1;
}
.header-block:after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111;
    content: '';
    opacity: 0.4;
}
@media(max-width:480px){
    .header-description {
        margin: 10px 0 0;
    }
}