﻿body {
    font-family: Jost,sans-serif;         
    font-size: 14px;
    color: #222222;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

.all-content {
    position: relative;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a:focus,
a:hover {
    color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.top-bottom-padding {
    padding: 100px 0 100px 0;
}

.main-section-heading {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

.main-heading {
    color: #252525;
    font-size: 52px;
    line-height: 60px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.main-heading span {
    color: #0075e5;
}

.main-content {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    /*  margin-bottom: 0;*/
    line-height: 1.8;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

@media(max-width:1199px) {
    .main-heading {
        margin-top: 0;
        font-size: 42px;
        line-height: 46px;
    }

    .top-bottom-padding {
        padding: 40px 0;
    }

    .main-section-heading {
        max-width: 65%;
    }
}

@media(max-width:991px) {
    .main-heading {
        font-size: 40px;
        margin: 0 0 14px 0;
        line-height: 46px;
    }

    .main-section-heading {
        max-width: 85%;
    }

    .top-bottom-padding {
        padding: 30px 0;
    }
}

@media(max-width:840px) {
    .main-heading {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 36px;
    }
}

@media(max-width:767px) {
    .main-section-heading {
        max-width: 75%;
    }
}

@media(max-width:640px) {
    .main-heading {
        font-size: 32px;
        line-height: 46px;
    }
}

@media(max-width:575px) {
    .main-section-heading {
        max-width: 100%;
    }

    .main-heading {
        line-height: 28px;
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

/* header */
header,
header .full-section {
    position: relative;
}

.header_inner {
    text-align: center;
}

/* header */
header,
header .full-section {
    position: relative;
    overflow: hidden;
}
.header-menu {
    position: absolute;
    overflow: hidden;
    background: transparent;
    right: 0;
    left: 0;
    margin: auto;
}

.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top {
    padding: 60px 0;
}

.header-nav .navbar-nav>li+li {
    margin: 0 0 0 42px;
}

.header-nav .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    color: #222222;
}

.header-nav .nav>li>a:focus,
.header-nav .nav>li>a:hover {
    background: transparent;
    color: #0075e5;
}

.header_top {
    position: absolute;
    text-align: center;
    padding-top: 100px;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
}

.header-intro {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
}

.header_top .anim.button span.purchase-btn {
    color: #ffffff;
    background: #e4c1b1;
}

.header_top .anim.button span.purchase-btn:hover {
    color: #ffffff;
    background: #222222;
}

.anim.button span.purchase-btn {
    background: #e4c1b1;
    border: none;
    color: #ffffff;
    border-radius: 0;
    display: inline-block;
    padding: 15px 31.5px;
}

.anim.button span.purchase-btn:hover {
    color: #ffffff;
    background: #222222;
}

.header_top .anim.button span.purchase-btn:hover:before {
    color: #ffffff;
    background: #222222;
    border: 2px transparent;
}

.anim.button span.purchase-btn:hover:before {
    background: #222222;
    color: #222222;
    border: 2px transparent;
}

.anim.button span {
    font-weight: 500;
    text-align: center;
    width: auto;
    vertical-align: top;
    padding: 15px 35px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0;
    z-index: 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    background: #222222;
    position: relative;
}

.layout-desc .v3 i,
.button .v4 i,
.anim.button span i {
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.layout-desc .v3:hover i,
.button .v4:hover i,
.anim.button span:hover i {
    transform: unset;
}

header {
    padding: 30px 0;
    background: #f7f7f7;
}

.header-right {
    justify-content: right;
    display: flex;
}

.slider-content .btn-purchase {
    background: #0075e5;
}
.slider-content .btn-purchase:hover {
    background: #222222;
}
.btn-purchase {
    /*background: #252525;
    border: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    padding: 12.5px 30px;
    text-decoration: none;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    white-space: nowrap;*/
        background: #252525;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    white-space: nowrap;
}

.btn-purchase:hover {
    background: #0075e5;
    color: #ffffff;
    text-decoration: none;
}

.html-img-content {
    /*margin-top: 75px;*/
    margin-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.html-img-content img {
    max-height: 500px;
    /*margin: 0 0 113px 0; */
}

.main-content .title {
    /*font-size: 42px;
    margin: 115px 0 0 0;
    margin: 80px 0 0 0;
    font-weight: 600;*/
}

.footer {
    background: #0075e5;
    padding: 30px 0;
    /*position: fixed;*/
    left: 0;
    right: 0;
    bottom: 0;
}

.footer>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-content .demo {
    margin: 50px 0 95px 0;
    font-size: 24px;
}

.demo-title {
    font-size: 24px;
    font-weight: 500;
}

.footer strong {
    padding: 5.5px 9.5px;
    color: #222222;
    text-decoration: underline;
    font-weight: 500;
}

.footer-right .btn-purchase {
    background: #222222;
    color: #ffffff;
}

.footer-right .btn-purchase:hover {
    background: #ffffff;
    color: #252525;
}

#pageLoader.hide {
    opacity: 0;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999999;
    display: block;
    opacity: 1;
    transition: opacity 1s;
}

.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}

.page-loader .home-loader .loader-spinner {
    opacity: 1;
    height: 100%;
    width: 10%;
}

.page-loader .home-loader .loader-spinner:before {
    animation: 0.8s linear infinite spinner;
    -webkit-animation: 0.8s linear infinite spinner;
    -moz-animation: 0.8s linear infinite spinner;
    -o-animation: 0.8s linear infinite spinner;
    animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: " ";
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 40px;
    width: 40px;
    border-bottom-color: #333333;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
#hero-slideshow {
    /*background: burlywood;*/
/*    background: #E7f4f5;*/
}
@media (max-height: 600px) {
    .content {
        max-height: fit-content;
    }
}

@media(max-width: 1440px) {
    .html-img-content img {
        max-height: 405px;
    }

    .main-content .title {
        /*margin: 40px 0 0 0;*/
    }
}

@media(max-width: 1280px) {
    .html-img-content img {
        max-height: 400px;
    }
}

@media(max-width: 1024px) {
    .main-content .title {
        /*  font-size: 24px;
        margin: 40px 0 0 0;*/
    }

    .html-img-content img {
        max-height: 250px;
    }
}

@media(max-width: 991px) {
    .header-right.col-sm-6 {
        display: none;
    }
    .header-center{
        display: none;
    }
    .header-left.col-sm-6 {
        width: 100%;
        text-align: center;
    }

    header {
        padding: 15px 0 0 0;
    }
    .btn-purchase{
        padding: 7px 10px;
        font-size: 12px;
    }
}

@media(max-width: 912px) {
    .html-img-content img {
        max-height: 100%;
    }

    .main-content .title {
        /*margin: 150px 0 0 0;
        font-size: 60px;*/
    }

    .html-img-content {
        margin-top: 200px;
    }
}

@media(max-width: 820px) {
    .main-content .title {
        /*  margin: 100px 0 0 0;
        font-size: 60px;*/
    }

    .html-img-content {
        margin-top: 180px;
    }
}

@media (max-width: 767px) {
    header {
        padding-top: 20px;
    }

    .btn-purchase {
        /*padding: 10px 20px;*/
    }

    .header-left img {
        /*width: 200px;*/
    }

    .main-content .title {
        /*font-size: 35px;*/
    }
}

@media(max-width: 768px) {
    .html-img-content {
        /*margin-top: 115px;*/
    }
}

@media(max-width: 680px) {
    .header-left img {
        /*width: 175px;*/
    }
}

@media(max-width: 575px) {
    .footer>div {
        flex-direction: column;
    }

    .footer-right .btn-purchase {
        margin-top: 15px;
    }

    .demo-title {
        font-size: 18px;
    }

    .main-content .title {
        /*margin-top: 40px;*/
    }
}

@media(max-width: 540px) {
    .html-img-content {
        margin-top: 70px;
    }
}

@media(max-width: 480px) {
    .btn-purchase {
        /*padding: 8px 10px;*/
        /*font-size: 14px;*/
    }
    .header-left img{
        width: 155px;
    }
}

@media(max-width: 414px) {
    .main-content .title {
        /*margin-top: 100px;*/
    }

    .html-img-content {
        margin-top: 150px;
    }
}

@media(max-width: 360px) {
    .html-img-content {
        margin-top: 80px;
    }
}

@media(max-width: 375px) {
    .main-content .title {
        /*margin-top: 80px;*/
    }
    .html-img-content {
        margin-top: 75px;
    }
    .header-left img{
        width: 145px;
    }
}

@media(max-width: 320px) {
    .main-content .title {
        /*font-size: 30px;*/
    }
}

/*********************** Slideshow Start ***********************/
.main-slideshow-video {
    vertical-align: middle;
}

.slideshow {
    background: #f7f7f7;
    position: relative;
    padding: 100px 0;
}

.slider-inner {
   /* text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slideshow-logo-img {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}

.slideshow img {
    margin-bottom: 20px;
}
.shopify-logo img{
    height: 65px;
    margin-bottom: 30px;
    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 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.slideshow-logo-img span {
    font-weight: 600;
    color: #0075e5;
}

.slider-inner .main-heading {
    font-size: 18px;
    line-height: 22px;
    color: #0075e5;
    margin: 30px 0px;
}

.slideshow1-img {
    position: absolute;
    max-width: 210px;
    width: 100%;
    top: 10%;
    left: 15%;
    animation: mover 1s infinite alternate;
}

.slideshow2-img {
    position: absolute;
    max-width: 448px;
    width: 100%;
    bottom: 0px;
    left: 0;
    animation: mover1 2s infinite alternate;
}

.slideshow3-img {
    position: absolute;
    max-width: 850px;
    width: 100%;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.slideshow4-img {
    position: absolute;
    max-width: 450px;
    width: 100%;
    bottom: 0px;
    right: 0;
    animation: mover1 2s infinite alternate;
}

.slideshow5-img {
    position: absolute;
    max-width: 200px;
    width: 100%;
    top: 20%;
    right: 15%;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

@keyframes mover1 {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}
@media(max-width:1440px) {
    .slideshow-logo-img {
        font-size: 32px;
        line-height: 40px;
    }
    .slider-inner .main-heading{
        margin: 10px 0px;
        font-size: 14px;
    }
    .shopify-logo img {
        height: 60px;
        margin-bottom: 10px;
    }   
    .slideshow1-img {
        top: 30%;
        left: 7%;
    }
    .slideshow5-img {
        top: 30%;
        right: 8%;
    }
    .slideshow3-img {
        max-width: 660px;
    }
    .slideshow2-img,
    .slideshow4-img {
        display: none;
    }
    .slideshow{
        padding: 60px 0;
    }
}
@media(max-width: 1199px){
    .shopify-logo img{
        height: 40px;
    }
    .slideshow{
        padding: 50px 0;
    }
}
@media(max-width:1366px) {
    .slideshow-logo-img {
        font-size: 26px;
        line-height: 35px;
    }
    .slideshow1-img {
        max-width: 150px;
    }
    .slideshow2-img {
        max-width: 350px;
    }
    .slideshow4-img {
        max-width: 350px;
    }
    .slideshow5-img {
        right: 8%;
    }
    .slideshow3-img {
        max-width: 660px;
    }
}



/*@media(max-width:991px) {
    .slideshow-logo-img {
        font-size: 20px;
        line-height: 30px;
    }
    .slider-inner .main-heading {
        margin: 10px 0px;
    }
    .slideshow1-img {
        max-width: 125px;
    }
    .slideshow5-img {
        max-width: 150px;
    }
    .shopify-logo img {
        height: 40px;
        margin-bottom: 10px;
    }   
}*/

@media(max-width: 991px) {
    .slideshow{
        padding: 20px 0 0;
    }
    .slider-inner{
        flex-direction: column;
        justify-content: center;
    }
    .slider-content {
        text-align: center;
        margin-bottom: 10px;
    }
     .shopify-logo img {
        margin: auto;
     }
    .slideshow-logo-img {
        font-size: 32px;
        line-height: 36px;
        margin-top: 10px;
    }
}

@media(max-width: 767px){
     .slideshow{
        padding: 10px 0 0;
    }
}
@media(max-width:575px) {
    .slideshow-logo-img {
        font-size: 26px;
        line-height: 32px;
    }

    .slider-inner .main-heading {
        font-size: 16px;
    }

    .slideshow5-img,
    .slideshow1-img {
        display: none;
    }

    .slideshow3-img {
        max-width: 80%;
    }

  
}

@media(max-width:480px) {
 .shopify-logo img{
    height: 36px;
 }
}

@media(max-width: 375px){
    .slideshow{
        padding: 20px 0 0;
    }
}
@media (max-width: 369px) {
    .slideshow-logo-img {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:340px) {
   
}

/*********************** Slideshow End ***********************/
/*********************** Slideshow End ***********************/
/*********************** Demo Start ***********************/
/*.main-theme-demo .main-section-heading .main-title {
  color: transparent;
  font-size: 200px;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #ff8080;
  stroke-dasharray: 5;
  -webkit-animation: bounce 0.6s ease infinite alternate;
  animation: bounce 0.6s ease infinite alternate;
}
@keyframes bounce {
  0% {
    transform:translateY(20px);
  }
  100% {
    transform:translateY(-20px);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform:translateY(20px);
  }
  100% {
    transform:translateY(-20px);
  }
}*/
.main-theme-demo {
    padding: 100px 0 0;
}

.main-demo-wrapper {
    display: flex;
    justify-content: center;
}

.main-theme-demo .main-section-heading {
    margin: unset;
    max-width: 100%;
}

.main-theme-demo .page-menu-item {
    margin-top: 40px;
    position: relative;
    padding: 0px 40px;
}

.main-theme-demo .page-menu-item::before {
    content: "";
    background: linear-gradient(#f4f5fb, #0075e5, #f4f5fb);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

#mobile-optimized a.theme-btn {
    margin-left: 0;
    margin-top: 40px;
}

.mobile-optimized-content {
    padding: 0 0 100px 0;
}

.main-theme-demo .page-menu-item:last-child::before {
    content: none;
}

.main-theme-demo .page-inner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.main-theme-demo .page-demo-img {

    overflow: hidden;
    transition: all 0.5s;
}

.page-demo-img-inner {
    position: relative;
    overflow: hidden;
}

.page-demo-img-inner img {
    border-radius: 5px;
}
.password {
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    padding: 14px 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform: lowercase;
}
.main-section-heading.pwd-section {
    text-align: center;
}
.password span {
    position: relative;
    width: 28px;
    height: 28px;
    background-color: #0075e5;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}
.main-theme-demo .demo-overlay {
    position: absolute;
    inset: -2px;
    /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, #000 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(51.04%, rgba(0, 0, 0, 0.67)), to(#000));*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, #000 100%);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.main-theme-demo .page-inner-wrapper:hover .demo-overlay {
    opacity: 1;
    background: rgb(0 0 0 / 60%);  
    border-radius: 10px;     
}
.main-theme-demo .page-menu-item .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.main-theme-demo .demo-overlay p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #FFFFFF;
    position: absolute;
    top: 47%;
    right: 0;
    left: 0;
    transform: translateY(50%);
}
.main-theme-demo .demo-overlay p span {
    color: #0075e5;
    font-weight: 700;
    font-size: 20px;
    background-color: #ffffff;
    padding: 7px 14px;
    border-radius: 50px;
}
.main-theme-demo .demo-name a {
    font-size: 24px;
    color: #252525;
    transition: all 0.5s ease;
    font-weight: 600;
}
.main-theme-demo .demo-name a:hover {
    color: #0075e5;
    text-decoration: none;
}
.product-page-hover .main-content {
    color: #fff;
}
.main-theme-demo .demo-name p {
    font-size: 14px;
    color: #70747f;
    margin-top: 5px;
    margin-bottom: 0px;
}
.main-theme-demo .view-demo a {
    background-color: #0075e5;
    padding: 11px 14px;
    transition: all 0.5s ease;
    margin-right: 10px;
    border-radius: 25px;
}
.main-theme-demo .view-demo a:hover {
    background-color: #252525;
}
.main-theme-demo .page-title .view-demo a img {
    width: 100%;
    max-width: 15px;
    height: 100%;
    max-height: 15px;
}
@media(max-width:1199px) {
    .main-theme-demo {
        padding: 60px 0 0;
    }
    .password{
        font-size: 14px;
        padding: 8px 20px;
    }
    .mobile-optimized-content {
        padding: 0 0 40px 0;
    }

    .main-theme-demo .demo-overlay p {
        font-size: 18px;
    }

    .main-theme-demo .demo-overlay p span {
        font-size: 18px;
        padding: 5px 12px;
    }
}

@media(max-width:1099px) {
    .main-theme-demo {
        padding: 40px 0px 0;
    }

    .main-theme-demo .demo-overlay p {
        font-size: 16px;
    }

    .main-theme-demo .demo-overlay p span {
        font-size: 16px;
        padding: 3px 10px;
    }
}

@media(max-width:991px) {
    .main-theme-demo .page-menu-item {
        margin-top: 30px;
    }

    .main-theme-demo {
        padding: 30px 0 0;
    }

    .main-theme-demo .demo-overlay p {
        top: 45%;
    }

    .mobile-optimized-content {
        padding: 0 0 30px 0;
    }
}

@media(max-width:840px) {
    .main-theme-demo {
        padding: 30px 0px 0;
    }

    .main-theme-demo .page-menu-item .page-title {
        padding-top: 15px;
    }

    .main-theme-demo .demo-overlay p {
        font-size: 14px;
    }

    .main-theme-demo .demo-name a {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .main-theme-demo {
        /*        padding:  0px;*/
    }

    .main-theme-demo .view-demo a {
        padding: 10px 11px;
    }

    .main-theme-demo .page-menu-item {
        padding: 0px 20px;
        margin-top: 15px;
    }
}

@media(max-width:640px) {
    .main-theme-demo {
        /*        padding: 40px 0px;*/
    }
}

@media(max-width:575px) {
    .main-theme-demo {
        padding: 30px 0px 0;

    }
    .main-theme-demo .page-menu-item{
        margin-top: 10px;
    }
    .password {
    font-size: 12px;
    padding: 5px 15px;
    }
    .password span{
        padding: 2px 5px;
    }
}

/*********************** Demo End ***********************/
/*********************** Password Start ***********************/
.main-password {
    overflow: hidden;
    padding-top: 100px;
}

.password-gift {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    height: 100%;
    border-radius: 5px;
}

.password-content {
    background-color: #f1f3f6;
    padding: 94.5px 75px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.password-content .section-title img {
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 30px;
}

.password-content .section-title h2 {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.password-content .section-title p {
    color: #0075e5;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.password-content .copy-text {
    display: flex;
    align-items: center;
}

.password-content .password-copy-btn {
    width: 100%;
}

.password-content .copy-input {
    cursor: pointer;
    background-color: #ffffff;
    color: #70747f;
    font-size: 18px;
    width: 100%;
    padding: 15px 75px 15px 30px;
    border: 0px;
    border-radius: 5px;
}

.password-content .copy-input:focus-visible {
    outline: 0;
}

.password-content .copy-btn {
    padding: 0;
    margin-left: -50px;
    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.2);
    cursor: pointer;
}

.password-content .copy-btn:focus {
    outline: none;
}

.password-content .btn-purchase {
    margin-top: 30px;
}

.password-content .btn-purchase img {
    display: none;
    max-width: 24px;
    max-height: 24px;
}

/*----------------marquree-feature------------*/
.marquree-feature {
    background: #0075e5;
    padding: 100px 0;
}

.marquree-feature .main-heading,
.marquree-feature .main-content {
    color: #ffffff;
}

.marquree-feature .main-content {
    margin-bottom: 30px;
}
#marquree_content {
    overflow: hidden;
}
/*.all-section-feature-one li span {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    background: #caa17b;
    padding: 14px 50px;
    margin-right: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-transform: capitalize;
}*/

.marquree-feature-item {
    overflow: hidden;
}

.marquree-feature-item1 {
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
    padding: 15px 0;
    animation: marquee2 70s linear infinite;
}

.marquree-feature-item2 {
    position: relative;
    white-space: nowrap;
    padding: 15px 0;
    margin-bottom: 25px;
    animation: marquee3 70s linear infinite;
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.product-content {
    margin-left: 30px;
    margin-right: -50px;
}

@media(max-width:1199px) {
    .marquree-feature {
        padding: 40px 0;
    }
}

@media (max-width:991px) {
    .marquree-feature {
        margin: 0;
    }
}

@media (max-width:543px) {
    .product-content {
        margin-left: 15px;
    }
}

/*********************** Password End ***********************/
/*---------
Start Main Content
---------*/
.highlight-title {
    padding: 10px 30px;
    text-align: center;
    background: #ff1515;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0 50px 50px 0;
    font-size: 22px;
    margin-top: 50px;
}

.highlight {
    text-align: center;
    position: absolute;
    left: 0;
    right: auto;
    margin: auto;
    /* justify-content: center; */
    /* display: flex; */
    /* margin-top: 20px; */
}

#SectionContent {
    position: relative;
    padding-top: 190px;
}

.content-top {
    text-align: center;
    margin: 0 auto;
}

.demo-title .title>span {
    display: block;
}

.demo-title span.title {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
}

#sectionTitle {
    padding-bottom: 73px;
}

.item.theme-image {
    margin-bottom: 50px;
}

.image {
    position: relative;
}

.image .button:hover {
    color: #ffffff;
}

.image:hover .button a {
    opacity: 1;
}

.layout-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layout-desc i {
    font-size: 18px;
    color: #252525;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 50%;
}

.layout-desc i:hover {
    background: #ff1515;
    color: #ffffff;
}

.main-content .demo_content {
    display: block;
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.main-content .demo_title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #252525;
    text-decoration: none;
}

.main-content .demo_title:hover {
    color: #0075e5;
    text-decoration: none;
}

.main-content .image .layout-content {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.main-content .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    opacity: 1;
}

.main-content .image:hover img {
    -webkit-transition: top 2.5s linear;
    -moz-transition: top 2.5s linear;
    transition: top 2.5s linear;
    opacity: 1;
}

.main-content .Homepage .image:hover img {
    top: -980px;
}

.main-content .demo-button {
    margin-top: 15px;
}

@media(max-width: 1440px) {
    .highlight-title {
        /*        padding: 10px 120px;*/
    }
}

@media(max-width:1199px) {
    .highlight-title {
        /*        padding: 10px 80px;*/
    }
}

@media(max-width: 991px) {
    .image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: rgb(125 120 120 / 39%);
        z-index: 1;
    }

    .highlight-title {
        padding: 10px 25px;
        font-size: 16px;
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .highlight-title {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media(max-width:575px) {
    .highlight-title {
        padding: 7px 15px;
        margin-top: 15px;
    }
}

@media(max-width: 480px) {
    .highlight-title {
        padding: 5px 10px;
        margin-top: 10px;
    }
}

@media(max-width:375px) {
    .highlight-title {
        padding: 3px 5px;
        margin-top: 10px;
        font-size: 12px;
    }
}

@media(max-width:320px) {}

/*---------
End Main Content
---------*/
/*----------------------------------------------------------------------------
  Customer reviews Section start
----------------------------------------------------------------------------*/
.customer-reviews {
    background: #f1f3f6;
}

.customer-reviews .reviews-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 10px 0px;
    min-height: 255px;
}

.customer-reviews .reviews-wrap:before {
    content: "";
    border: 17px solid transparent;
    border-top-color: #fff;
    display: block;
    position: absolute;
    bottom: -34px;
    left: 40px;
    z-index: 1;
}

.review-author {
    color: #252525;
    font-size: 18px;
    margin: 40px 0 0;
    text-align: left;
}

.review-rate i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #ffb400;
    fill: #ffb400;
}

.customer-reviews .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    border: 5px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 50%);
    ;
}

/*--------------------
Start Portfolio 
----------------------*/
.portfolio {
    text-align: center;
}

.header-box-contant {
    padding: 100px 0;
}

.inner-page-layout {
    overflow: hidden;
    background: #f1f3f6;
}

.header-box-contant .demo-title {
    margin-bottom: 30px;
}

.portfolio .item a {
    display: block;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}
.our-theme .first__features__marquee__content{
    -webkit-animation: marquee-left 60s linear infinite forwards;
    animation: marquee-left 60s linear infinite forwards;
}

.our-theme .second__features__marquee__content{
    -webkit-animation: marquee-right 60s linear infinite forwards;
    animation: marquee-right 60s linear infinite forwards;
}
.portfolio .owl-stage-outer {
    padding: 10px 0;
    margin: -10px 0;
}

.portfolio .owl-nav>div {
    color: #252525;
    font-size: 24px;
}

.portfolio .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.portfolio .owl-nav>div i {
    padding: 0 20px;
    font-size: 50px;
    vertical-align: middle;
}

.portfolio .btn-purchase {
    margin-top: 45px;
    display: inline-block;
    text-align: center;
}

.portfolio .owl-nav>div.disabled i {
    cursor: default;
    opacity: .5;
}

.owl-carousel {
    touch-action: manipulation;
}

.portfolio .btn-purchase span.purchase-btn {
    padding: 15px 30px;
}

.header-box-contant .owl-carousel .owl-nav .fa {
    color: #252525;
}

.header-box-contant .owl-carousel .owl-nav .fa:hover {
    color: #0075e5;
}

@media (min-width: 1801px) {
    .portfolio .container {
        width: 1780px;
    }
}
/*---start themes----*/
.themes .swiper-inner {
  border-radius: 24px;
  border: 1px solid #d4d4d4;
  padding: 16px;
  position: relative;
}
.themes .swiper-inner{
    position: relative;
}
.themes .swiper-viewport {
  margin-top: 50px;
}
.view-demo i {
  display: none;
}
.themes .desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 20px;*/
    padding: 24px 15px 32px 15px;
}
.themes .images img{
    border-radius: 25px;
    width: 100%;
}
.themes .view-demo {
  height: 36px;
  width: 36px;
  border: 1px solid #7777;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  background: #111;
  transition: all 0.5s ease;
}
.first-row {
  -webkit-animation: marquee-left 30s linear infinite forwards;
  animation: marquee-left 30s linear infinite forwards;
}
.second-row{
    -webkit-animation: marquee-right 30s linear infinite forwards;
animation: marquee-right 30s linear infinite forwards;
}
.themes .swiper-inner:hover .view-demo{
    background: #0075e5;
}
.themes {
  background: #ffffff;
  overflow: hidden;
  padding: 100px 0;
}
.themes .swiper-inner:before{
position: absolute;
content: "";
width: 1px;
height: 150px;
background: -o-linear-gradient(top, transparent 30%, #0075e5 65%, transparent 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(65%, #0075e5), to(transparent));
background: linear-gradient(180deg, transparent 30%, #0075e5 65%, transparent 100%);
top: 60%;
left: -1px;
opacity: 0;
-webkit-transition: opacity .25s ease-in-out, top .25s ease-in-out;
-o-transition: opacity .25s ease-in-out, top .25s ease-in-out;
transition: opacity .25s ease-in-out, top .25s ease-in-out;
will-change: opacity, top;
}
.themes .swiper-inner:hover:before{
    top: 15%;
    opacity: 1;
}
.themes .swiper-inner:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background: -o-linear-gradient(top, transparent 30%, #0075e5 65%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(65%, #0075e5), to(transparent));
    background: linear-gradient(180deg, transparent 30%, #0075e5 65%, transparent 100%);
    bottom: 60%;
    right: -1px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out, bottom .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, bottom .25s ease-in-out;
    transition: opacity .25s ease-in-out, bottom .25s ease-in-out;
    will-change: opacity, bottom;
}
.themes .swiper-inner:hover:after{
    bottom: 15%;        
    opacity: 1;
}
.demo-name a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #222;
}
.themes .demo-name .page-subtitle {
  font-size: 16px;
  color: #777;
  margin: 0;
}
@media(max-width: 1440px){
    .themes .desc{
        padding: 10px 15px 0 15px;
    }
}
@media(max-width: 1199px){
    .themes {
        padding: 40px 0;
    }
    .themes .demo-name a{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .themes .swiper-viewport {
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .themes .swiper-viewport {
        margin-top: 20px;
    }
    .themes {
        padding: 30px 0;
    }
    .themes .swiper-slide.col-xs-12 {
        padding: 0 5px;
    }
    .themes .swiper-inner{
        padding: 10px;  
    }
}
/*---end themes----*/
/*--- Carosal ---*/
.owl-carousel .owl-dots {
    padding: 5px;
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    border: none;
    border-radius: 20px;
    opacity: 1;
    box-shadow: none;
    position: relative;
    border: 1px solid transparent;
    padding: 10px;
}

.owl-carousel .owl-dots .owl-dot span {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
   background: #222222;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin: auto;
}
.owl-carousel .owl-dots .owl-dot.active{
    border: 1px solid #0075e5;
    padding: 10px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #0075e5;
}
@media(max-width: 991px){
    .owl-carousel .owl-dots{
        margin-top: 20px;
    }
}
@media(max-width: 575px){
    .owl-carousel .owl-dots{
        margin-top: 10px;
    }
}
/*********************** Features Start ***********************/
.main-features-content {
    background-color: #0075e5;
    padding: 100px 0 100px 0;
}
.main-features-content .main-content {
    color: #ffffff;
}
.main-features-content .main-heading span {
    color: #ffffff;
}
.main-features-content .main-features-wrapper {
    margin-top: 20px;
}

.features-box {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.features-box .features-image {
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #ffffff;
    color: #2a2a2a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.featuer-top>div>div {
    /*    display: flex;*/
}

.featuer-top .card-icon {
    position: relative;
    height: 157px;
    width: 157px;
    line-height: 157px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 10px 30px 0px rgb(35 34 51 / 3%);
    text-align: center;
    padding: 10px;
    border-radius: 50%;
}

/*.featuer-top .card-icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 157px;
    width: 157px;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}*/
.card-image {
    border-radius: 50%;
    background-color: #2896ff;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.featuer-top .card-icon:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}
.featuer-top .cart-item:hover .card-icon:before {
    border-color: #ffffff;
    animation: rotate 7s linear infinite;
}

.featuer-top .card-content {
    margin: 25px 0 0;
}

.featuer-top .cart-item {
    margin-top: 30px;
}

.card-content h3 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.card-content h3:hover {
    /*color: #0075e5;*/
}

.features-name span {
    font-size: 20px;
    display: block;
    color: #252525;
    font-weight: 600;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

@media(max-width:991px) {
    .main-features-content {
        padding: 30px 0 30px 0;
    }
}

@media(max-width:767px) {
    .col-md-3:nth-child(3n+1) {
        /*        clear: left;*/
    }

    .featuer-top .card-icon {
        /* height: 135px;
        width: 135px;
        line-height: 135px;*/
    }
}

@media(max-width:575px) {
    .col-md-3:nth-child(2n+1) {
        clear: left;
    }

    .featuer-top .cart-item {
        width: 50%;
    }
}

@media(max-width:375px) {
    .featuer-top .card-icon {
        height: 135px;
        width: 135px;
        line-height: 135px;
    }

    .featuer-top .cart-item {
        margin-top: 20px;
    }

    .main-features-content .main-content {
        margin: 0;
    }
}

@media(max-width:320px) {
    .featuer-top .cart-item {
        /*        width: 100%;*/
    }

    .featuer-top .card-icon {
        height: 115px;
        width: 115px;
        line-height: 115px;
    }
}

/*********************** Features End ***********************/
/*********************** multiple language start ***********************/
.multi-lang {
    background-color: #f7f7f7;
}
.multi-lang .owl-carousel .owl-item{
    display: flex;
    justify-content: center;
}
.multi-lang .multi-lang-opc {
    gap: 30px;
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.top-title {
    font-size: 14px;
    font-weight: 800;
    color: #0075e5;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.multi-lang-opc .multi-lang-info .multi-lang-inner svg {
    width: 50px;
    filter: drop-shadow(0 15px 30px #0b5330);
    margin-left: auto;
    margin-right: auto;
}
.multi-lang-inner h6 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}
.multi-lang-inner {
    border-radius: 50%;
    background-color: #0075e5;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.multi-lang-opc .multi-lang-info {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    position: relative;
}
.multi-lang .owl-carousel .owl-item img {
    width: auto;
}
.multi-lang-opc .multi-lang-info:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px dashed #0075e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: rotate 7s linear infinite;
}
@media(max-width: 1440px){
    .multi-lang-opc .multi-lang-info{
        width: 120px;
        height: 120px;
    }   
}
@media(max-width:991px) {
    .multi-lang-opc .multi-lang-info {
        /*max-width: 130px;*/
        /*padding: 30px;*/
    }
    .multi-lang .multi-lang-opc{
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .multi-lang .multi-lang-opc {
        /*margin-top: 0;*/
    }

    .multi-lang .multi-lang-opc {
        justify-content: center;
        gap: 15px;
    }

    .multi-lang-opc .multi-lang-info {
        /*max-width: 95px;*/
        /*padding: 15px;*/
    }
}

@media(max-width:575px) {
    .multi-lang .multi-lang-opc {
        gap: 5px;
    }

    .multi-lang-opc .multi-lang-info {
        /*padding: 8px 5px;*/
        /*max-width: 54px;*/
    }

    .multi-lang-opc .multi-lang-info .multi-lang-inner svg {
        margin: auto auto 7px auto;
        max-width: 31px;
        height: 100%;
    }

    .multi-lang-opc .multi-lang-info .multi-lang-inner h6 {
        font-size: 10px;
        text-transform: capitalize;
        margin: 0;
    }
}

/*********************** multiple language End ***********************/
/*********************** Exclusive Section Start ***********************/
.all-ecommerce-features {
    overflow: hidden;
}

.first-features-slider-marquee {
    margin-top: 40px;
    white-space: nowrap;
    /*  overflow: hidden;*/
    box-sizing: border-box;
}

.first__features__marquee__content {
    width: 300%;
    display: flex;
    line-height: 30px;
    -webkit-animation: marquee-left 30s linear infinite forwards;
    animation: marquee-left 30s linear infinite forwards;
}

.first-features-marquee-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 33.33%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.first__features__marquee__content ul li img {
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    overflow: hidden;
/*    width: 100%;*/
}

@-webkit-keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}
@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}
.second-features-slider-marquee {
    margin-top: 40px;
    white-space: nowrap;
    /*  overflow: hidden;*/
    box-sizing: border-box;
}

.second__features__marquee__content {
    width: 300%;
    display: flex;
    line-height: 30px;
    -webkit-animation: marquee-right 30s linear infinite forwards;
    animation: marquee-right 30s linear infinite forwards;
}

.second-features-marquee-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 33.33%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.second__features__marquee__content ul li {
    max-width: 20%;
    width: 100%;
    padding: 0px 15px;
}

.second__features__marquee__content ul li img {
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    overflow: hidden;
/*    width: 100%;*/
} 
.Exclusive-featuer .all-ecommerce-features .second__features__marquee__content.all-section-feature-main ul li, 
.Exclusive-featuer .all-ecommerce-features .first__features__marquee__content.all-section-feature-main ul li{
    background: #ffffff;
}
.Exclusive-featuer .all-ecommerce-features .second__features__marquee__content.all-section-feature-main ul li, 
.Exclusive-featuer .all-ecommerce-features .first__features__marquee__content.all-section-feature-main ul li{
    padding: 0;
}
.Exclusive-featuer .second__features__marquee__content.all-section-feature-main ul li, 
.Exclusive-featuer .first__features__marquee__content.all-section-feature-main ul li{
    margin-right: 15px;
}
@-webkit-keyframes marquee-right {
    0% {
        transform: translateX(-66.6%);
    }

    100% {
        transform: translateX(0);
    }
}
@keyframes marquee-right {
    0% {
        transform: translateX(-66.6%);
    }

    100% {
        transform: translateX(0);
    }
}
@media(max-width:1440px){
    .Exclusive-featuer .second-features-slider-marquee,
    .Exclusive-featuer .first-features-slider-marquee{
        margin-top: 20px;
    }
}
@media(max-width:991px) {
    .all-ecommerce-features .main-content {
        margin: 0;
    }
}
@media(max-width:767px) {
    .first__features__marquee__content,
    .second__features__marquee__content {
        width: 450%;
    }
}

@media(max-width:575px) {
    .first__features__marquee__content,
    .second__features__marquee__content {
        width: 900%;
    }
}
/*********************** Exclusive Section Start ***********************/
.first-features-slider-marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.first-features-marquee-wrapper.all-section-feature-one,
.second-features-marquee-wrapper.all-section-feature-one {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 120%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.first-features-marquee-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 166.65%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.first__features__marquee__content ul li {
    max-width: 33.33%;
    width: 100%;
    padding: 0px 15px;
}
.second__features__marquee__content.all-section-feature-main ul li,
.first__features__marquee__content.all-section-feature-main ul li {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    background: #2896ff;
    padding: 14px 50px;
    margin-right: 25px;
    border-radius: 5px;
    text-transform: capitalize;
}
.second__features__marquee__content.all-section-feature-main {
    width: 360%;
    display: flex;
    line-height: 30px;
    -webkit-animation: marquee-right 60s linear infinite forwards;
    animation: marquee-right 60s linear infinite forwards;
}
.second-features-slider-marquee {
    margin-top: 40px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
  @-webkit-keyframes marquee-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-66.6%);
    }
  }

  @keyframes marquee-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-66.6%);
    }
  }
  @-webkit-keyframes marquee-right {
    0% {
      transform: translateX(-66.6%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes marquee-right {
    0% {
      transform: translateX(-66.6%);
    }

    100% {
      transform: translateX(0);
    }
  }
  @media(max-width:991px){ 
        .first-features-slider-marquee,
        .second-features-slider-marquee {
            margin-top: 20px;
        }

    .first__features__marquee__content ul li,
    .second__features__marquee__content ul li{
        padding: 0 5px;
    }
    }
/*********************** All outstanding end ***********************/
/*********************** All Features Start ***********************/
.monthly-fee-price-table {
    border: 2px solid #0075e5;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 5px;
}
#monthly-fee .main-heading span {
    color: #222222;
    text-transform: capitalize;
    text-decoration-line: line-through;
    text-align: center;
}
.monthly-fee-price-table .table {
    position: relative;
    transition: 0.3s height;
    margin-bottom: 0px;
}

.monthly-fee-price-table table {
    width: 100%;
}

.monthly-fee-price-table .table>thead>tr.active>th {
    background: #0075e5;
    color: #ffffff;
    font-size: 20px;
    padding: 19px 5px;
    font-weight: 500;
    border-right: 2px solid #0075e5;
    border-bottom: 2px solid #0075e5;
    vertical-align: middle;
}

.monthly-fee-price-table table td:last-child {
    border-right: none;
}

.monthly-fee-price-table .table>tbody>tr>td {
    padding: 22px 5px;
    border-right: 2px solid #0075e5;
    border-bottom: 2px solid #0075e5;
    text-align: center;
    width: 100%;
    max-width: 25%;
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    background: #ffffff;
    vertical-align: middle;
}

.monthly-fee-price-table .table>tbody>tr>td:last-child {
    border-right: none;
}

.monthly-fee-price-table table td img {
    width: 100%;
    height: 100%;
    max-width: 22px;
    max-height: 22px;
    margin-right: 5px;
}

.monthly-fee-price-table table thead th {
    background: #0075e5;
    color: #ffffff;
    font-size: 20px;
    padding: 19px 5px;
    font-weight: 500;
    border-right: 2px solid #0075e5;
    border-bottom: 2px solid #0075e5;
    vertical-align: middle;
    text-align: center;
}

table tfoot th p {
    margin-bottom: 0px;
    color: #0075e5;
    font-size: 22px;
    text-align: center;
}

.monthly-fee-price-table thead th:last-child {
    border-right: none;
}
.monthly-fee-price-table .btn-purchase {
    background: #0075e5;
    padding: 10px 20px;
    font-size: 14px;
}
.monthly-fee-price-table .btn-purchase:hover {
    background: #252525;
}
.total-price-table {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.total-price-table .view-more-price {
    background: linear-gradient(181.44deg, rgba(245, 245, 245, 0) -10.16%, #FFFFFF 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: 100px;
    padding-bottom: 30px;
}

.monthly-fee-price-table table tr.active .view-more-price {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}

.total-price-table .view-more-price .theme-btn {
    margin-left: 0px;
}

.total-price-table .view-more-price button:focus {
    outline: none;
}

table tfoot th {
    padding: 20px 5px;
    border-right: 2px solid #0075e5;
    border-top: 2px solid #0075e5;
    background: #FFFFFF;
    width: 100%;
    max-width: 50%;
    line-height: 33px;
}

table tfoot th:last-child {
    border-right: none;
}

table tr {
    display: none;
}

table tr.active {
    display: table-row;
}

@media(max-width: 1429px) {
    .monthly-fee-price-table {
        margin-top: 70px;
    }
}

@media(max-width: 1299px) {
    table tfoot th {
        padding: 18px 5px;
    }

    table tfoot th p {
        font-size: 20px;
    }

    .monthly-fee-price-table {
        margin-top: 60px;
    }
}

@media(max-width:1099px) {
    .monthly-fee-price-table .table>thead>tr.active>th {
        font-size: 18px;
        padding: 10px 5px;
    }

    .monthly-fee-price-table .table>tbody>tr>td {
        padding: 13px 5px;
    }

    table tfoot th {
        padding: 13px 5px;
    }

    table tfoot th p {
        font-size: 18px;
    }

    .monthly-fee-price-table {
        margin-top: 50px;
    }
}

@media(max-width:991px) {
    .total-price-table .view-more-price {
        padding-bottom: 20px;
        padding-top: 50px;
    }
}

@media(max-width:840px) {
    .monthly-fee-price-table .table>thead>tr.active>th {
        font-size: 16px;
    }

    table tfoot th p {
        font-size: 16px;
        line-height: 20px;
    }

    .monthly-fee-price-table {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    table tfoot th {
        padding: 16px 5px;
    }
}

@media(max-width:575px) {
    table tfoot th {
        padding: 24px 5px;
    }

    .monthly-fee-price-table {
        margin-top: 15px;
    }
}

@media(max-width:369px) {
    table tfoot th {
        padding: 12px 5px;
    }
}

/*--------------------
back to top 
--------------------*/
#back-to-top-button {
    display: inline-block;
    background-color: #0075e5;
    width: 40px;
    color: #fff;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 37px;
    border-radius: 25px;
}

.fa-angle-up:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#back-to-top-button:hover {
    cursor: pointer;
    background-color: #252525;
}

#back-to-top-button i {
    font-size: 24px;
    line-height: 35px;
}

#back-to-top-button:active {
    background-color: #555;
}

#back-to-top-button.show {
    opacity: 1;
    visibility: visible;
}

/*--------------------
Features
--------------------*/
.services-box .title {
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}

.services-box .title>span {
    display: block;
    margin-top: 20px;
}

.services-box {
    padding-top: 80px;
}

.services-content li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    background: none !important;
}

.services-content>li>a {
    text-decoration: none;
    color: #a3a3a3;
    background: none !important;
    border: none !important;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.servic-icon i {
    height: 110px;
    width: 110px;
    display: block;
    margin: 0 auto 10px auto;
}

.service-text {
    font-size: 24px;
    color: #252525;
    background: #fff;
    text-align: center;
    padding: 22px 0;
    font-weight: 500;
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
}

.service-text:hover {
    box-shadow: 0px 2px 15px 0px rgba(68, 68, 68, 0.1);
}

/*Footer Start*/
footer {
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    background: #222222;
}

footer .container-inner {
    padding: 100px 0 50px;
}

.footer-title-block {
    margin: 0 0 10px;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-transform: unset;
}

.header-box-contant .header-slider {
    margin-top: 10px;
}

footer .cpy-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 25px 0;
}

.footer-bottom-inner {
    border-top: 1px solid #3b3b3b;
    padding: 28px 0;
}

.footer-bottom-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

footer ul.footer-list {
    margin: 15px 0 20px;
    padding: 0;
}

footer ul.footer-list li {
    font-size: 20px;
    line-height: 34px;
    color: rgb(255 255 255 / 50%);
    display: inline-block;
    margin: 5px 16px;
    position: relative;
    padding: 0 0 0 38px;
    font-weight: 400;
}

.footer-list .icon {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 34px;
    font-size: 25px;
    text-align: center;
    font-family: 'FontAwesome';
}

footer p.purchase-text {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
}

footer p.purchase-text span.text-grey {
    color: #636363;
    text-decoration-line: line-through;
}

footer p.purchase-text span.text-skin {
    color: #d20404;
}

footer a {
    color: #ffffff;
    text-transform: uppercase;
}

footer a:hover,
footer a:focus {
    color: #0075e5;
    text-decoration: none;
}

footer .btn-purchase {
    background: #fff;
    color: #252525;
}

footer .btn-purchase:hover {
    background: #0075e5;
}

.footer-block .anim.button span {
    background: #ffffff;
    color: #252525;
    border-radius: 5px;
    padding: 15px 43px;
    display: inline-block;
}

.footer-block .anim.button span:hover {
    color: #ffffff;
}

.footer-block .anim.button span:hover:before {
    background: #ff1515;
}

@media (min-width: 768px) {
    .demo-title .title>span {
        display: block;
    }
}

@media (min-width: 1200px) {
    .item.theme-image {
        padding: 0 25px;
    }

    #SectionContent .row {
        margin: 0 -25px;
    }
}

@media (min-width: 1441px) {
    .container {
        width: 1380px;
    }
}

@media (min-width: 1601px) {
    .container {
        width: 1580px;
    }
}

@media (min-width: 1801px) {
    .container {
        width: 1600px;
    }
}

@media (max-width: 1440px) {
    .header_top {
        padding-top: 70px;
    }

    .header-logo img {
        max-width: 175px;
    }

    .header-intro {
        font-size: 30px;
        line-height: 40px;
    }

    .header-text {
        margin: 25px 0 30px;
    }

    .html-title {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 15px;
    }
}

@media (max-width: 1199px) {
    .header_top {
        padding-top: 50px;
    }

    .header-logo img {
        max-width: 160px;
    }

    .home-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    #SectionContent {
        padding-top: 50px;
    }

    .html .html-img-content {
        margin-top: 20px;
    }

    .html-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .html-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .services-box {
        padding-top: 50px;
    }

    .services-box .title {
        margin-bottom: 30px;
    }

    #sectionTitle {
        padding-bottom: 40px;
    }

    footer .container-inner {
        padding: 50px 0;
    }
}

@media(max-width:1199px) {
    .header-box-contant {
        padding: 40px 0;
    }

    .portfolio .owl-nav,
    .portfolio .btn-purchase {
        margin-top: 20px;
    }

    .footer-title-block {
        font-size: 42px;
        line-height: 46px;
    }

    footer ul.footer-list li {
        font-size: 16px;
        margin: 0 15px;
    }

    footer ul.footer-list {
        margin: 10px 0 15px;
    }

    footer p.purchase-text {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .header_top {
        padding-top: 30px;
    }

    .header-logo img {
        width: 145px;
    }

    .header-intro {
        font-size: 20px;
        line-height: 30px;
    }

    .header-text {
        margin: 20px 0;
    }

    .footer-title-block {
        font-size: 34px;
        line-height: 40px;
    }

    footer ul.footer-list li {
        font-size: 12px;
        margin: 0 10px;
        line-height: 25px;
        padding: 0 0 0 30px;
    }

    footer ul.footer-list {
        margin: 10px 0 10px;
    }

    .footer-list .icon {
        font-size: 16px;
        line-height: 25px;
    }

    footer p.purchase-text {
        font-size: 24px;
        line-height: 25px;
    }

    footer .cpy-text p {
        font-size: 12px;
        margin: 20px 0;
    }

    footer .container-inner {
        padding: 30px 0;
    }

    .footer-bottom-inner {
        padding: 20px 0;
    }

    .footer-bottom-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header_top {
        padding-top: 20px;
    }

    footer .container-inner {
        padding: 30px 0;
    }
}

@media (max-width: 680px) {
    .header-logo img {
        width: 130px;
    }

    .anim.button span.purchase-btn {
        padding: 5px 15px;
    }
}

@media (max-width:575px) {
    .footer-title-block {
        font-size: 30px;
        line-height: 30px;
    }

    footer p.purchase-text {
        font-size: 17px;
        line-height: 20px;
    }

    footer .cpy-text p {
        margin: 10px 0;
    }
}

@media (max-width: 540px) {
    .header-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .header-text {
        margin: 10px 0;
    }

    footer .container-inner {
        padding: 20px 0;
    }

    .footer-title-block {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}

@media (max-width: 480px) {
    .header-intro {
        font-size: 14px;
        line-height: 20px;
    }

    .header-logo img {
        width: 100px;
    }

    .header_top .anim.button span {
        padding: 4px 10px;
        font-size: 10px;
    }

    .footer-block .anim.button span,
    .anim.button span {
        padding: 8px 20px;
    }

    .footer-title-block {
        font-size: 12px;
        line-height: 24px;
    }

    .footer-bottom-text {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-bottom-inner {
        padding: 15px 0;
    }
}