body {
    font-family: "Poppins", sans-serif;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h2 {
    margin-top: -5px;
    font-weight: 600;
    font-size: calc(22px + 10 * (100vw - 300px) / 1600);
    color: #555;
}

#eXTReMe-Free-thedarsh {
    display: none;
}

.m-b-24 {
    margin-bottom: 24px;
}

.mb-minus-24 {
    margin-bottom: -24px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.mb-minus-30 {
    margin-bottom: -30px;
}

.btn-scroll {
    margin-top: 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03rem;
    border: 1px solid transparent;
    background-color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-scroll:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #17181c;
}

.disp-block {
    width: 100%;
    max-width: 600px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-list {
    margin-bottom: 30px;
}

.bg-icon {
    background-image: url(../img/sec-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-hero {
    height: calc(100vh + 80px);
    padding-top: 80px;
    text-align: left;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #17181c;
    overflow: hidden;
}

.page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-hero .sw-js-blob-svg {
    width: 1500px;
    height: 1500px;
    position: absolute;
    right: -430px;
    bottom: -400px;
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
    z-index: 1;
    border-radius: 50%;
    z-index: 0;
}

.page-hero .sw-js-blob-svg path {
    fill: #1e1f24;
}

.page-hero .sw-js-blob-svg-2 {
    width: 800px;
    height: 800px;
    position: absolute;
    left: -300px;
    top: -300px;
    z-index: 1;
    border-radius: 50%;
    z-index: 0;
}

.page-hero .sw-js-blob-svg-2 path {
    fill: #1e1f24;
}

.page-hero .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

.page-hero .hero-plan-image {
    width: 150px;
    height: 260px;
    box-shadow: 0px 0px 15px #8c8c8c;
    -webkit-box-shadow: 0px 0px 15px #8c8c8c;
    -moz-box-shadow: 0px 0px 15px #8c8c8c;
}

.page-hero .anim-box {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-hero .anim-box .img-box {
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.4);
    box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.4);
    z-index: 9;
    opacity: 0.5;
}

.page-hero .anim-box .img-1 {
    height: 250px;
    position: absolute;
    top: 150px;
    left: 50px;
    background-image: url("../img/home.png");
    background-size: cover;
    background-position: top;
    -webkit-animation: move-right-1 8.9s linear infinite;
    animation: move-right-1 8.9s linear infinite;
}

.page-hero .anim-box .img-2 {
    height: 150px;
    position: absolute;
    bottom: 50px;
    left: 250px;
    background-image: url("../img/shop1.png");
    background-size: cover;
    background-position: top;
}

.page-hero .anim-box .img-3 {
    height: 150px;
    position: absolute;
    top: 30px;
    left: 500px;
    background-image: url("../img/blog3.png");
    background-size: cover;
    background-position: top;
    -webkit-animation: move-right-3 5.9s linear infinite;
    animation: move-right-3 5.9s linear infinite;
}

.page-hero .anim-box .img-4 {
    height: 250px;
    position: absolute;
    bottom: 70px;
    right: 90px;
    background-image: url("../img/product3.png");
    background-size: cover;
    background-position: top;
}

.page-hero .anim-box .img-5 {
    height: 200px;
    position: absolute;
    top: 60px;
    right: 200px;
    background-image: url("../img/cart.png");
    background-size: cover;
    background-position: top;
    -webkit-animation: move-right-1 7.9s linear infinite;
    animation: move-right-1 7.9s linear infinite;
}

.page-hero .anim-box .img-6 {
    height: 200px;
    position: absolute;
    bottom: 30px;
    right: 450px;
    background-image: url("../img/about.png");
    background-size: cover;
    background-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: move-right-2 8.9s linear infinite;
    animation: move-right-2 8.9s linear infinite;
}

.page-hero .anim-box .img-7 {
    height: 130px;
    position: absolute;
    top: 230px;
    left: 250px;
    background-image: url("../img/about.png");
    background-size: cover;
    background-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-hero .anim-box .img-8 {
    height: 130px;
    position: absolute;
    top: 5px;
    left: 200px;
    background-image: url("../img/blog2.png");
    background-size: cover;
    background-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: move-right-2 8.9s linear infinite;
    animation: move-right-2 8.9s linear infinite;
}

.page-hero .anim-box .img-9 {
    height: 130px;
    position: absolute;
    top: -30px;
    right: 450px;
    background-image: url("../img/shop1.png");
    background-size: cover;
    background-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-hero .anim-box .img-10 {
    height: 130px;
    position: absolute;
    bottom: -30px;
    left: 550px;
    background-image: url("../img/contact.png");
    background-size: cover;
    background-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes bg-move {
    0% {
        background-position: left;
        background-size: 100% 100%;
    }
    30% {
        background-position: right;
        background-size: 125% 125%;
    }
    60% {
        background-position: left;
        background-size: 125% 125%;
    }
    100% {
        background-position: right;
        background-size: 100% 100%;
    }
}

@keyframes bg-move {
    0% {
        background-position: left;
        background-size: 100% 100%;
    }
    30% {
        background-position: right;
        background-size: 125% 125%;
    }
    60% {
        background-position: left;
        background-size: 125% 125%;
    }
    100% {
        background-position: right;
        background-size: 100% 100%;
    }
}

@-webkit-keyframes move-right-1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes move-right-1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes move-right-2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move-right-2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes move-right-3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move-right-3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.page-intro img {
    max-width: 150px;
    margin-bottom: 30px;
    display: block;
}

.page-intro h2 {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.page-intro h2:after {
    content: "";
    width: 132px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.page-intro .type {
    background-color: #3f51b5;
    background-image: -webkit-gradient(linear-gradient(135deg, #3f51b5, #3f51b5));
    background-image: linear-gradient(135deg, #3f51b5, #3f51b5);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
}

.page-intro h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
}

.page-intro p {
    margin-top: 5px;
    position: relative;
    z-index: 1;
    color: #bbb;
    font-size: 16px;
    letter-spacing: 0.03rem;
    line-height: 26px;
    text-align: left;
}

.page-intro .typer {
    font-weight: 600;
    font-size: 35px;
    color: #fff !important;
}

.page-intro .btn-buy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 15px 15px -15px 15px;
    height: 38px;
    display: none;
}

.navbar-expand-md .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-expand-md .navbar-collapse ul li {
    margin-left: 30px;
}

/*  Loader  */

.da-loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 55;
}

.da-loader .loader {
    position: absolute;
    -webkit-animation: da-rotate 10s linear infinite;
    animation: da-rotate 10s linear infinite;
}

.da-loader .loader:after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #fa94e0;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.da-loader img {
    -webkit-animation: da-flip 1.5s linear infinite;
    animation: da-flip 1.5s linear infinite;
}

@-webkit-keyframes da-flip {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    10% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    90% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes da-flip {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    10% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    90% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes da-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes da-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hero-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.hero-details .desk {
    width: 100%;
}

.hero-details .desk-m {
    width: 400px;
    position: absolute;
    left: auto;
    right: -40px;
    bottom: -100px;
    -webkit-animation: MoveUpDown 4s linear infinite;
    animation: MoveUpDown 4s linear infinite;
}

@-webkit-keyframes MoveUpDown {
    0%,
    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MoveUpDown {
    0%,
    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.blue {
    color: #3f51b5;
}

.m-t-15 {
    margin-top: 15px;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4 {
    opacity: 0.5;
}

.circle-1 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -100px;
    left: -150px;
    background-image: url(../img/circle-1.png);
    background-size: 100% 100%;
}

.circle-2 {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 50px;
    left: -25px;
    background-image: url(../img/circle-2.png);
    background-size: 100% 100%;
}

.circle-3 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: 40px;
    background-image: url(../img/circle-4.png);
    background-size: 100% 100%;
}

.circle-4 {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -75px;
    right: 10px;
    background-image: url(../img/circle-3.png);
    background-size: 100% 100%;
}

.cursor {
    color: #fff !important;
}

.hero-plan-image-1 {
    position: fixed;
    top: 50px;
    left: 100px;
}

.hero-plan-image-2 {
    position: absolute;
    top: 50px;
    left: 450px;
}

.hero-plan-image-3 {
    position: absolute;
    top: 50px;
    right: 350px;
}

.hero-plan-image-4 {
    position: absolute;
    bottom: 50px;
    left: 350px;
}

.hero-plan-image-5 {
    position: absolute;
    bottom: 50px;
    left: 650px;
}

.hero-plan-image-6 {
    position: absolute;
    bottom: 50px;
    right: 100px;
}

.pp-section {
    padding: 100px 0 70px 0;
    position: relative;
    overflow: hidden;
    background-color: #17181c;
}

.sms-bg {
    background-color: #fafafa;
}

.section-bg {
    background-color: #1e1f24;
}

.section-header {
    margin-bottom: 30px;
}

.section-header .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #eee;
}

.section-header .title span {
    font-weight: 600;
    background-color: #3f51b5;
    background-image: -webkit-gradient(linear-gradient(135deg, #3f51b5, #3f51b5));
    background-image: linear-gradient(135deg, #3f51b5, #3f51b5);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
}

.section-header h3 {
    margin-top: 10px;
}

.section-header h3 .old {
    margin-left: 15px;
    background-image: linear-gradient(135deg, #777, #777);
    font-size: 20px;
    position: relative;
}

.section-header h3 .old:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #777;
    position: absolute;
    top: 13px;
    left: -6px;
}

.section-header .s-title {
    width: 70%;
    margin: auto;
    padding: 20px 0;
    font-size: 15px;
    line-height: 24px;
    color: #888 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.section-header .s-title span {
    margin: 0 15px;
}

.section-header .sub-title {
    width: 100%;
    max-width: 700px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    color: #bbb !important;
    font-weight: 300;
}

.section-header .sub-title-dark {
    color: #bbb !important;
}

.design-image {
    height: auto;
}

.design-image:hover {
    box-shadow: 0px 0px 15px #bbadff;
    -webkit-box-shadow: 0px 0px 15px #bbadff;
    -moz-box-shadow: 0px 0px 15px #bbadff;
}

.preview:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-text {
    margin: 15px 10px 30px 10px;
    color: #555;
    font-size: 18px;
    text-align: center;
}

.preview-text-inner {
    margin-bottom: 30px;
}

.preview-image {
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    box-shadow: 0px 0px 15px #a9a9a9;
    overflow: hidden;
    position: relative;
    overflow: initial;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-image:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.preview-image:hover .caption-block {
    opacity: 1;
}

.pc-bg {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1e1f24;
}

.pc-bg:after {
    content: "The Darsh";
    color: #27282f;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 9;
    line-height: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pc-bg:before {
    content: "Multi Purpose";
    color: #27282f;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 9;
    line-height: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pc-bg img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

.home-page .pc-bg {
    background-color: #0b0c12;
}

.home-page .pc-bg:after,
.home-page .pc-bg:before {
    color: #15161e;
}

.img-scroll {
    -webkit-transition: all 9s ease-out 0s;
    transition: all 9s ease-out 0s;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.preview-image-inner {
    max-height: 250px;
}

.style-image {
    width: 100%;
}

.caption-block {
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    border: 0px solid #3f51b5;
    text-align: center;
    z-index: 999;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.caption-block img {
    width: 25px;
    height: 25px;
}

.portfolio .portfolio-menu {
    padding: 15px;
    background-color: #1e1f24;
    border-radius: 30px;
    border: 1px solid #2a2b2f;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.portfolio .portfolio-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.portfolio .portfolio-menu ul li {
    width: 100%;
    margin: 5px;
    display: inline-block;
    list-style-type: none;
    text-align: left;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background: #17181c;
    background-size: 200% auto;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 3px solid transparent;
    position: relative;
    border: 2px dashed #2a2b2f;
}

.portfolio .portfolio-menu ul li:hover {
    color: #fff;
    background: #0d0d0e;
    background-position: 100%;
}

.portfolio .portfolio-menu ul li ul li {
    border: 2px solid #2a2b2f;
}

.portfolio .portfolio-menu ul li .label {
    padding: 2px 5px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #e02957;
    border-radius: 30px;
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
    font-size: 12px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.portfolio .portfolio-menu ul .cat-title {
    width: 100%;
    margin: 5px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.portfolio .portfolio-menu ul .unique,
.portfolio .portfolio-menu ul .unique.mixitup-control-active {
    background-image: -webkit-gradient(linear, left top, right top, from(#e02957), color-stop(#e02957), to(#e02957));
    background-image: linear-gradient(90deg, #e02957, #e02957, #e02957);
}

.portfolio .portfolio-menu ul .unique:hover,
.portfolio .portfolio-menu ul .unique.mixitup-control-active:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e4893a), color-stop(#e4893a), to(#e4893a));
    background-image: linear-gradient(90deg, #e4893a, #e4893a, #e4893a);
    background-position: 100%;
}

.portfolio .portfolio-menu ul .light {
    background-image: -webkit-gradient(linear, left top, right top, from(#e4893a), color-stop(#777), to(#e4893a));
    background-image: linear-gradient(90deg, #e4893a, #777, #e4893a);
}

.portfolio .portfolio-menu ul .light:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#777), color-stop(#e4893a), to(#777));
    background-image: linear-gradient(90deg, #777, #e4893a, #777);
}

.portfolio .portfolio-menu ul .light.mixitup-control-active {
    background-image: -webkit-gradient(linear, left top, right top, from(#777), color-stop(#e4893a), to(#777));
    background-image: linear-gradient(90deg, #777, #e4893a, #777);
}

.portfolio .portfolio-menu ul .mixitup-control-active {
    border: 2px solid #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#8a96e3), color-stop(#3f51b5), to(#8a96e3));
    background-image: linear-gradient(90deg, #8a96e3, #3f51b5, #8a96e3);
    background-position: 100%;
    color: #fff;
}

.portfolio-list .single-portfolio-item {
    position: relative;
}

.portfolio-list .single-portfolio-item .new {
    padding: 5px 10px;
    position: absolute;
    top: 13px;
    right: 30px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e02957), color-stop(#e02957), to(#e02957));
    background-image: linear-gradient(90deg, #e02957, #e02957, #e02957);
    z-index: 5;
    color: #fff;
    -webkit-box-shadow: 0 6px 13px 5px rgba(251, 46, 81, 0.4);
    box-shadow: 0 6px 13px 5px rgba(251, 46, 81, 0.4);
    -webkit-animation: wiggle 2s linear infinite;
    animation: wiggle 2s linear infinite;
    z-index: 19;
}

.portfolio-list .single-portfolio-item .preview {
    margin: 0;
    overflow: hidden;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #2a2b2f;
    overflow: hidden;
}

.portfolio-list .single-portfolio-item .btn-page {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-list .single-portfolio-item .label {
    position: absolute;
    top: 25px;
    left: 10px;
    background-image: url(../img/label.png);
    z-index: 15;
    width: 55px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
}

@-webkit-keyframes wiggle {
    0%,
    7% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    15% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }
    20% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    25% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    30% {
        -webkit-transform: rotateZ(6deg);
        transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

@keyframes wiggle {
    0%,
    7% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    15% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }
    20% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    25% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    30% {
        -webkit-transform: rotateZ(6deg);
        transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

.single-portfolio-item.other .preview {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn-page {
    text-decoration: none;
}

.btn-page:hover {
    text-decoration: none;
}

.btn-buy {
    width: 150px;
    height: 45px;
    margin: 45px auto 0 auto;
    text-align: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #444;
    background-size: 200% auto;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-buy:hover {
    border: 1px solid #fff;
    background-color: #17181c;
    background-position: 100%;
}

.card-title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02rem;
    word-spacing: 0.05rem;
    padding: 15px 5px;
    cursor: pointer;
    background-size: 200% auto;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.card-title:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: 100%;
    text-decoration: none;
}

.product-bg {
    box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-box-shadow: 0px 0px 15px #e2e0e0;
    -moz-box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-bg:hover {
    box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    -moz-box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#features .btn-buy {
    margin-top: 15px;
}

.features-image {
    box-shadow: 0px 0px 15px #dfd9ff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background: #17181c;
    border-radius: 30px;
    border: 1px solid #292a2f;
}

.features-text {
    margin: 10px 0px 30px 0px;
    color: #eee !important;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.core .features-text {
    color: #777 !important;
}

.key-box {
    height: 250px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.key-box .key-features-image {
    border: none;
}

.key-box .features-caption {
    opacity: 0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 255px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    color: #888;
    font-size: 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.key-box:hover .features-caption {
    opacity: 1;
}

.features-caption-r {
    display: none;
    margin: -25px 0 30px 0;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.rating {
    margin: 0 15px;
    width: 100%;
    text-align: center;
}

.rating-star {
    padding-bottom: 30px;
}

.footer {
    background-color: #1e1f24;
}

.footer p {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

#return-to-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    background-image: linear-gradient(166deg, #3f51b5, #3f51b5);
    z-index: 15;
    border-radius: 3px;
}

#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 4px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover span {
    color: #fff;
    top: -1px;
}

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

.other-pages .title {
    color: #556270;
}

.sms-bg-01 {
    background: #1e1f24;
}

.sms-bg-01 .title {
    color: #eee;
}

.sms-bg-02 {
    background: #1e1f24;
}

.sms-bg-02 .title {
    color: #eee;
}

.sms-bg-03 {
    background: #eee;
}

.sms-bg-03 .title {
    color: #17181c;
}

.sms-bg-03 .card-title {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    background-color: #3f51b5;
    background-image: -webkit-gradient(linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%));
    background-image: linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
    background-image: linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%);
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: "";
    width: 60px;
    height: 3px;
    background-image: linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%);
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    background-color: #3f51b5;
    background-image: -webkit-gradient(linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%));
    background-image: linear-gradient(166deg, #3f51b5 35%, #3f51b5 65%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
}

.item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #17181c;
    text-align: center;
    padding: 15px 15px 30px 15px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    background-image: #fff;
    background-size: 200% auto;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover {
    background-position: 100%;
    -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 5px;
    background-color: #fff;
    background-image: -webkit-gradient(linear-gradient(135deg, #3f51b5, #3f51b5));
    background-image: linear-gradient(135deg, #3f51b5, #3f51b5);
    background-size: 100%;
    border-radius: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
    width: 90px;
    height: 90px;
    line-height: 96px;
}

.item svg {
    fill: #3f51b5;
}

.item .feature_box_col_one {
    background: #17181c;
}

.item .feature_box_col_two {
    background: #17181c;
}

.item .feature_box_col_three {
    background: #17181c;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
}

.item .feature_box_col_four,
.item .feature_box_col_five,
.item .feature_box_col_six {
    background-color: #3f51b5;
    background-image: -webkit-gradient(linear-gradient(135deg, #3f51b5, #3f51b5));
    background-image: linear-gradient(135deg, #3f51b5, #3f51b5);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: repeat;
}

.item svg {
    fill: #3f51b5 !important;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}

.item svg path {
    fill: #fff !important;
}

.item p {
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
    font-weight: 300;
}

.item h6 {
    margin-bottom: 5px;
    color: #bbb;
    font-size: 18px;
    font-weight: 600;
}

.item:hover .item,
.item:hover span.icon {
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover h6 {
    color: #fff;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover p {
    color: #777;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 3px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 3px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 3px;
}

.service-section .icon-box {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 3px;
    background-color: #17181c;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon-box .service-icon {
    float: left;
    color: #3f51b5;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon-box .service-title {
    margin-left: 55px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}

.service-section .icon-box .service-title a {
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon-box .service-para {
    color: #777;
    margin-left: 55px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.service-section .icon-box:hover .service-title a {
    color: #3f51b5;
}

.service-section .icon-box:hover .service-icon {
    color: #3f51b5;
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}

.c-list {
    width: 100%;
    margin: -10px;
}

.c-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list ul li {
    margin: 10px;
    padding: 10px 15px;
    color: #fff;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-list ul .done {
    position: relative;
    background-color: #3f51b5;
}

.c-list ul .done:after {
    content: "\f560";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 3px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
}

/**  Navigation  **/

.start-header {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 20px 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    margin-bottom: 5px;
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #3f51b5 !important;
}

.active a {
    color: #3f51b5 !important;
}

.active a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #3f51b5;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
    padding: 5px !important;
    font-weight: 600;
}

.nav-item {
    position: relative;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #3f51b5;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

/* #Primary style
================================================== */

.bg-light {
    background: rgba(0, 0, 0, 0.8) !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}

p {
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
}

body.hero-anime p {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

h1 span {
    display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

body.hero-anime .logo-intro {
    display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 3px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 3px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, 0.6);
}

body.dark {
    color: #fff;
    background-color: #1f2029;
}

body.dark .navbar-brand img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

body.dark h1 {
    color: #fff;
}

body.dark h1 span {
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

body.dark p {
    color: #fff;
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent;
}

.gi-side-cart-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.gi-side-cart {
    right: auto;
    left: 0;
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gi-side-cart.gi-mobile-menu {
    height: 100vh;
    width: 340px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: auto;
    left: -340px;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gi-mobile-menu-open {
    left: 0 !important;
}

.gi-menu-title {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #e1e1e1;
}

.gi-menu-title .gi-close {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #ff6191;
    background: transparent;
}

.gi-side-cart .gi-menu-inner .gi-menu-content ul {
    margin: 0;
    padding: 0;
}

.gi-side-cart .gi-menu-inner .gi-menu-content ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.gi-side-cart .gi-menu-inner .gi-menu-content ul li a {
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
    color: #777;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
}

.gi-side-cart.gi-cart .gi-cart-inner .gi-cart-title {
    margin-bottom: 30px;
    padding: 0;
}

.gi-side-cart.gi-cart .gi-cart-inner .gi-cart-title .cart_title {
    font-size: 20px;
}

.gi-side-cart.gi-wishlist .gi-cart-inner .gi-cart-title {
    margin-bottom: 30px;
    padding: 0;
}

.gi-side-cart.gi-wishlist .gi-cart-inner .gi-cart-title .cart_title {
    font-size: 20px;
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded=true]::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before,
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    -webkit-filter: brightness(10%);
    filter: brightness(10%);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

body.dark .logo img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.gi-cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    -webkit-animation: morphing-image 10s linear infinite forwards;
    animation: morphing-image 10s linear infinite forwards;
    z-index: 9999;
}

.gi-cursor-2 {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 9999;
}

.gi-hover-cursor {
    width: 50px;
    height: 50px;
    background-color: #3f51b5;
    border: 1px solid transparent;
    opacity: 0.5;
    z-index: 9999;
}

.gi-cursorinnerhover {
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 9999;
}

@-webkit-keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }
    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }
    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }
    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }
    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }
    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }
    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }
    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }
    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

@keyframes morphing-image {
    0% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    10% {
        border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
    }
    20% {
        border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
    }
    30% {
        border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
    }
    40% {
        border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
    }
    50% {
        border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
    }
    60% {
        border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
    }
    70% {
        border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
    }
    80% {
        border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
    }
    90% {
        border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
    }
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
}

/*# sourceMappingURL=landing-style.css.map */