@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap";

body {
    font-family: rubik, sans-serif;
    background-color: #fff;
}
:root {
    scroll-behavior: inherit;
    --primary: #160f30;
    --secondary: #6749f1;
}
.mt-10 {
    margin-top: 10px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: calc(40px - 2px);
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-200 {
    padding-bottom: 200px;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec-pt-60 {
    padding-top: 60px;
}
.sec-pb-40 {
    padding-bottom: 40px;
}
.sec-pb-70 {
    padding-bottom: 70px;
}
.no-animation {
    -webkit-animation: none !important;
    animation: none !important;
}
.around-border {
    border: 1px solid #d3d3d9;
}
p {
    color: #313131;
    font-family: roboto, sans-serif;
}
a {
    color: #6749f1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover,
a:active {
    text-decoration: none;
    color: #6749f1;
}
a:hover.redirect-link i,
a:active.redirect-link i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
a:focus {
    outline: 0;
    color: #d365f1 !important;
}
a.redirect-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.redirect-link i {
    -webkit-transition: -webkit-transform 0.3s
        cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s,
        -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    margin-left: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #160f30;
}
.fluid-height {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.full-height {
    height: 100% !important;
}
.full-width {
    width: 100%;
}
.text-justify {
    text-align: justify;
}
.width-225 {
    width: 225px;
}
.border-radius-0 {
    border-radius: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
.max-530 {
    max-width: 530px;
}
.max-670 {
    max-width: 670px;
}
.border-radius-3 {
    border-radius: 3px;
}
.border-top {
    border-top: 1px solid #d3d3d9 !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}
.default-box-shadow {
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
}
button {
    outline: 0;
    border: 0;
}
button:focus,
button:active {
    outline: 0;
    border: 0;
}
.main-btn {
    padding: 15px 50px;
    text-align: center;
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#d365f1),
        color-stop(#6749f1),
        color-stop(#6749f1),
        to(#d365f1)
    );
    background-image: linear-gradient(
        to right,
        #d365f1,
        #6749f1,
        #6749f1,
        #d365f1
    );
    background-size: 300% 100%;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    z-index: 0 !important;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.main-btn i {
    margin-left: 10px;
    font-size: 15px;
}
.main-btn.main-btn-left-arrow i {
    margin-left: 0;
    margin-right: 10px;
}
.main-btn:focus,
.main-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.main-btn:hover {
    background-position: 100% 0;
    color: #fff;
}
.main-btn.btn-small {
    padding: 10px 15px;
    font-size: 13px;
}
.main-btn.main-btn-border {
    background: 0 0;
    color: #6749f1;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-btn.main-btn-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #6749f1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.main-btn-border:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#d365f1),
        color-stop(#6749f1),
        color-stop(#6749f1),
        to(#d365f1)
    );
    background-image: linear-gradient(
        to right,
        #d365f1,
        #6749f1,
        #6749f1,
        #d365f1
    );
    background-size: 300% 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.main-btn-border:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.main-btn.main-btn-border:hover:before {
    opacity: 0;
    border: 0;
}
.main-btn.main-btn-border:hover:after {
    opacity: 1;
}
.main-btn.main-btn-border-2 {
    background: 0 0;
    color: #d365f1;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-btn.main-btn-border-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d365f1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.main-btn-border-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#d365f1),
        color-stop(#6749f1),
        color-stop(#6749f1),
        to(#d365f1)
    );
    background-image: linear-gradient(
        to right,
        #d365f1,
        #6749f1,
        #6749f1,
        #d365f1
    );
    background-size: 300% 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.main-btn-border-2:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.main-btn.main-btn-border-2:hover:before {
    opacity: 0;
    border: 0;
}
.main-btn.main-btn-border-2:hover:after {
    opacity: 1;
}
.main-btn.second-btn {
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#2bfdcf),
        color-stop(#4dff9a),
        color-stop(#4dff9a),
        to(#2bfdcf)
    );
    background-image: linear-gradient(
        to right,
        #2bfdcf,
        #4dff9a,
        #4dff9a,
        #2bfdcf
    );
    background-size: 300% 100%;
    color: #160f30;
}
.main-btn.second-btn:hover {
    background-position: 100% 0;
}
.main-btn.second-btn-border {
    background: 0 0;
    color: #2bfdcf;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-btn.second-btn-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2bfdcf;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.second-btn-border:hover {
    background-color: #fff;
    color: #160f30;
    -webkit-box-shadow: 0 4px 0 -1px #502aff;
    box-shadow: 0 4px 0 -1px #502aff;
}
.main-btn.second-btn-border:hover:before {
    opacity: 0;
    border: 0;
}
.main-btn.second-btn-border-2 {
    background: 0 0;
    color: #fff;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-btn.second-btn-border-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2bfdcf;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.second-btn-border-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#2bfdcf),
        color-stop(#4dff9a),
        color-stop(#4dff9a),
        to(#2bfdcf)
    );
    background-image: linear-gradient(
        to right,
        #2bfdcf,
        #4dff9a,
        #4dff9a,
        #2bfdcf
    );
    background-size: 300% 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 5px;
}
.main-btn.second-btn-border-2:hover {
    color: #160f30;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.main-btn.second-btn-border-2:hover:before {
    opacity: 0;
    border: 0;
}
.main-btn.second-btn-border-2:hover:after {
    opacity: 1;
}
.main-btn.btn-white {
    background-color: #fff;
    color: #160f30;
    -webkit-box-shadow: 0 4px 0 -1px #502aff;
    box-shadow: 0 4px 0 -1px #502aff;
    background-image: none;
}
.main-btn.btn-white:hover {
    color: #160f30;
}
.main-btn.btn-black {
    background-color: #160f30;
    color: #fff;
}
.main-btn.btn-black:hover {
    background-color: #6749f1;
    color: #160f30;
}
.main-btn:disabled,
.main-btn.disabled {
    opacity: 1;
}
.main-btn.btn-fb {
    background-color: #3b5998;
    color: #fff;
}
.main-btn.btn-tw {
    background-color: #00acee;
    color: #fff;
}
.main-btn.btn-ins {
    background-color: #dd2a7b;
    color: #fff;
}
.main-btn.btn-yt {
    background-color: #c4302b;
    color: #fff;
}
.main-btn.btn-vim {
    background-color: #86c9ef;
    color: #fff;
}
.plain-btn {
    padding: 15px 25px;
    font-size: 15px;
    border: 0;
    background-color: #6749f1;
    color: #fff;
    border-radius: 3px;
}
.plain-btn:hover {
    color: #fff;
}
.plain-btn.plain-btn-black {
    background-color: #160f30;
}
.plain-btn.plain-btn-small {
    padding: 10px 15px;
    font-size: 13px;
}
.plain-btn:disabled,
.plain-btn.disabled {
    opacity: 1;
}
.btn-pill {
    border-radius: 35px;
}
.no-radius {
    border-radius: 0;
}
.no-radius.btn,
.no-radius .btn {
    border-radius: 0;
}
.no-radius.btn:before,
.no-radius .btn:before {
    border-radius: 0;
}
.no-radius.btn:after,
.no-radius .btn:after {
    border-radius: 0;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #502aff;
}
.bg-off-white {
    background-color: #f1f1f1;
}
.bg-white {
    background: #fff;
}
.bg-black {
    background: #161616;
}
.bg-dark-gray {
    background-color: #2a2a2a;
}
.bg-secondcolor {
    background: #2bfdcf;
}
.bg-shape-1 {
    background-image: url(../images/cartography-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.color-maincolor {
    color: #6749f1 !important;
}
.color-white {
    color: #fff !important;
}
.bottom-frame {
    position: relative;
}
.bottom-frame:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 115px;
    bottom: 0;
    left: 0;
    background-image: url(../images/bottom-frame.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.top-frame {
    position: relative;
}
.top-frame:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 115px;
    top: 0;
    left: 0;
    background-image: url(../images/top-frame.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.top-frame.top-frame-dark:before {
    background-image: url(../images/top-frame-dark.png);
}
.before-bg {
    position: relative;
}
.before-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
    background-image: --webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(100%, rgba(22, 15, 48, 0.7)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            to(rgba(22, 15, 48, 0.9))
        ),
        url(../images/page-bg/bg-3.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.7) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.before-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 530px;
    top: 0;
    left: 0;
    background: #241663;
    background: radial-gradient(circle, rgba(36, 22, 99, 0.5) 0%, #241663 100%);
}
.z-index-1 {
    z-index: 1;
}
.section-title {
    max-width: 575px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title small {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    color: #6749f1;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #160f30;
    position: relative;
    line-height: 1.4;
}
.section-title h2 span {
    color: #6749f1;
}
.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
}
.section-title p a {
    color: #6749f1;
}
.section-title.section-title-lg {
    max-width: 100%;
}
.section-title.section-title-white small {
    color: #d365f1;
}
.section-title.section-title-white h2 {
    color: #fff;
}
.section-title.section-title-white p {
    color: #fff;
}
.section-title.section-title-white p a {
    color: #fff;
}
.section-title.section-title-second small {
    color: #2bfdcf;
}
.section-title.section-title-second-dark small {
    color: #2bfdcf;
}
.section-title.section-title-second-dark h2 {
    color: #f1f1f1;
}
.section-title.section-title-second-dark p {
    color: #ebebf3;
}
.section-title.section-title-second-dark p a {
    color: #ebebf3;
}
.section-title.section-title-second-dark p a:hover {
    color: #2bfdcf;
}
.section-title.section-title-left {
    max-width: 100%;
    text-align: left;
}
.section-title.section-title-shapeless h2 {
    padding-bottom: 0;
}
.section-title.section-title-shapeless h2:before {
    content: none;
}
.section-title.section-title-lineless h2 span {
    text-decoration: none;
}
.sub-section-title {
    margin-bottom: 30px;
}
.sub-section-title small {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    color: #6749f1;
}
.sub-section-title .sub-section-title-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #160f30;
}
.sub-section-title p {
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0.5rem;
    color: #160f30;
}
.breadcrumb .breadcrumb-item a {
    color: #6749f1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #6749f1;
}
.breadcrumb .breadcrumb-item.active {
    color: #160f30;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #160f30;
    font-size: 16px;
}
.breadcrumb .breadcrumb-item:last-child {
    padding-right: 0;
}
.page-link {
    position: relative;
    padding: 0;
    padding-top: 2px;
    width: 35px;
    height: 35px;
    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;
    margin-left: -1px;
    line-height: 1;
    color: #160f30;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.page-link:hover {
    background-color: #6749f1;
    color: #fff;
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-link i {
    font-size: 10px;
    font-weight: 600;
}
.page-pagination .pagination {
    margin-top: -3px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.page-item {
    padding: 0 7px;
    margin-top: 3px;
}
.page-item:first-child {
    padding-left: 0;
}
.page-item:first-child .page-link {
    border-radius: 0;
    background-color: #fff;
    color: #160f30;
}
.page-item:first-child .page-link:hover {
    background-color: #6749f1;
    color: #fff;
}
.page-item:last-child {
    padding-right: 0;
}
.page-item:last-child .page-link {
    border-radius: 0;
    background-color: transparent;
    color: #160f30;
}
.page-item:last-child .page-link:hover {
    background-color: #6749f1;
    color: #fff;
}
.page-item.disabled .page-link {
    background-color: #fff;
    color: #160f30;
    border: 0;
}
.page-item.active .page-link {
    background-color: #6749f1;
    color: #fff;
}
.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #160f30;
}
.text-muted {
    font-size: 13px;
    color: #313131 !important;
    margin-top: 5px;
}
.input-group {
    border: 0;
    border-radius: 3px;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 3px;
    background-color: #efefef;
}
.input-group.input-group-maincolor .form-control {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control:-ms-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::-ms-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::placeholder {
    color: #fff;
}
.input-group-prepend .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #717171;
    font-size: 16px;
    margin-right: 10px;
}
.input-group-append .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #717171;
    font-size: 16px;
    margin-left: 10px;
}
.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer;
}
.input-group-append .input-group-text.reveal .pass-view {
    display: none;
}
.input-group-append .input-group-text.reveal.active .pass-close {
    display: none;
}
.input-group-append .input-group-text.reveal.active .pass-view {
    display: block;
}
.form-control {
    padding: 15px 25px;
    color: #160f30;
    font-size: 16px;
    background-color: #fff;
    height: auto;
    border: 1px solid #d3d3d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    background-color: #fff;
    border: 1px solid #6749f1;
}
.form-control::-webkit-input-placeholder {
    color: #717171;
}
.form-control:-ms-input-placeholder {
    color: #717171;
}
.form-control::-ms-input-placeholder {
    color: #717171;
}
.form-control::placeholder {
    color: #717171;
}
.form-control.form-control-white {
    color: #fff;
}
.form-control.form-control-white::-webkit-input-placeholder {
    color: #b5b5b5;
}
.form-control.form-control-white:-ms-input-placeholder {
    color: #b5b5b5;
}
.form-control.form-control-white::-ms-input-placeholder {
    color: #b5b5b5;
}
.form-control.form-control-white::placeholder {
    color: #b5b5b5;
}
select.form-control {
    background-image: url(../images/chevron.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 15px;
}
.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer;
}
.input-group-append .input-group-text.reveal .pass-view {
    display: none;
}
.input-group-append .input-group-text.reveal.active .pass-close {
    display: none;
}
.input-group-append .input-group-text.reveal.active .pass-view {
    display: block;
}
.help-block {
    font-size: 14px;
    margin-top: 5px;
}
.help-block.with-errors {
    color: #ff5421;
}
#msgSubmit {
    color: #ff5421 !important;
    font-weight: 600;
    font-size: 18px;
}
#msgSubmit.submit-post-info {
    margin-top: 5px;
}
.input-checkbox label {
    position: relative;
    padding-left: 35px;
    color: #313131;
    margin-bottom: 0;
    font-size: 15px;
}
.input-checkbox label a {
    color: #6749f1;
}
.input-checkbox label a:hover {
    color: #d365f1;
}
.input-checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: 1px;
}
.input-checkbox input {
    display: none;
}
.input-checkbox input:checked ~ label:before {
    color: #fff;
    content: "\f10d";
    font-family: Flaticon;
    background-color: #6749f1;
    border-color: #6749f1;
}
.input-radio label {
    position: relative;
    padding-left: 35px;
    color: #313131;
    margin-bottom: 0;
    font-size: 15px;
}
.input-radio label a {
    color: #6749f1;
}
.input-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: -2px;
}
.input-radio input {
    display: none;
}
.input-radio input:checked ~ label:before {
    color: #e6e6e6;
    content: "\f11c";
    font-family: Flaticon;
    font-size: 10px;
}
.input-radio.input-radio-white label {
    color: #b5b5b5;
}
.social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-list li {
    list-style: none;
    font-size: 18px;
    margin-right: 15px;
}
.social-list li a {
    color: #160f30;
}
.social-list li a:hover {
    color: #d365f1;
}
.social-list li:last-child {
    margin-right: 0;
}
.social-list.social-list-gray li a {
    color: #ebebf3;
}
.social-list.social-list-gray li a:hover {
    color: #d365f1;
}
.social-list.social-list-gray-secondcolor li a {
    color: #ebebf3;
}
.social-list.social-list-gray-secondcolor li a:hover {
    color: #2bfdcf;
}
.social-list.social-list-white li a {
    color: #fff;
}
.social-list.social-list-white li a:hover {
    color: #d365f1;
}
.social-list.social-list-secondcolor li a:hover {
    color: #2bfdcf;
}
.social-list.social-list-btn li {
    width: 45px;
    height: 45px;
    font-size: 17px;
}
.social-list.social-list-btn li a {
    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;
    width: 100%;
    height: 100%;
    background-color: #cecece;
    color: #160f30;
}
.social-list.social-list-btn li.social-fb a {
    background-color: #3b5998;
    color: #fff;
}
.social-list.social-list-btn li.social-tw a {
    background-color: #00acee;
    color: #fff;
}
.social-list.social-list-btn li.social-ins a {
    background-color: #dd2a7b;
    color: #fff;
}
.social-list.social-list-btn li.social-yt a {
    background-color: #c4302b;
    color: #fff;
}
.social-list.social-list-btn li.social-vim a {
    background-color: #86c9ef;
    color: #fff;
}
.social-list.social-list-sm li {
    font-size: 14px;
}
.page-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-bg-1 {
    background-image: ---webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(100%, rgba(22, 15, 48, 0.9)),
                color-stop(0%, rgba(36, 22, 99, 0.11)),
                color-stop(0%, rgba(36, 22, 99, 0.11)),
                to(rgba(22, 15, 48, 0.9))
            ),
        url(../images/page-bg/bg-1.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.9) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-1.jpg);
}
.page-bg-2 {
    background-image: ---webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(100%, rgba(22, 15, 48, 0.9)),
                color-stop(0%, rgba(36, 22, 99, 0.11)),
                color-stop(0%, rgba(36, 22, 99, 0.11)),
                to(rgba(22, 15, 48, 0.9))
            ),
        url(../images/page-bg/bg-2.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.9) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-2.jpg);
}
.page-bg-3 {
    background-image: --webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(100%, rgba(22, 15, 48, 0.9)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            to(rgba(22, 15, 48, 0.9))
        ),
        url(../images/page-bg/bg-4.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.9) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-4.jpg);
}
.page-bg-4 {
    background-image: --webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(100%, rgba(22, 15, 48, 0.9)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            to(rgba(22, 15, 48, 0.9))
        ),
        url(../images/page-bg/bg-5.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.9) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-5.jpg);
}
.page-bg-5 {
    background-image: --webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(100%, rgba(22, 15, 48, 0.9)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            to(rgba(22, 15, 48, 0.9))
        ),
        url(../images/page-bg/bg-6.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.9) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.9) 100%
        ),
        url(../images/page-bg/bg-6.jpg);
}
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: visible;
    z-index: 99999;
    top: 0;
    left: 0;
}
.preloader .preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    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;
}
.preloader-content {
    width: 53px;
    height: 53px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.preloader-content span {
    display: block;
    bottom: 50%;
    width: 9px;
    height: 5px;
    background: #fff;
    position: absolute;
    -webkit-animation: preloader_1 1s infinite ease-in-out;
    animation: preloader_1 1s infinite ease-in-out;
}
.preloader-content span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.preloader-content span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.preloader-content span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.preloader-content span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #d365f1;
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
}
@keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #d365f1;
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff;
    }
}
.pre-loaded .preloader {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

.fixed-top.non-fixed {
    position: relative;
}
.topbar-inner {
    max-width: 1760px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}
.topbar-item {
    width: auto;
}
.topbar-item .social-list {
    margin-bottom: 15px;
}
.topbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: -15px;
}
.topbar-list li {
    list-style: none;
    font-size: 16px;
    color: #313131;
    margin-right: 30px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topbar-list li:last-child {
    margin-right: 0;
}
.topbar-list li i {
    font-size: 20px;
    margin-right: 10px;
}
.topbar-list li a {
    color: #160f30;
}
.topbar-list li a:hover {
    color: #d365f1;
}
.topbar-list.topbar-list-white li {
    color: #ebebf3;
}
.topbar-list.topbar-list-white li a {
    color: #ebebf3;
}
.topbar-list.topbar-list-white li a:hover {
    color: #d365f1;
}
.topbar-list.topbar-list-white-secondcolor li {
    color: #ebebf3;
}
.topbar-list.topbar-list-white-secondcolor li a {
    color: #ebebf3;
}
.topbar-list.topbar-list-white-secondcolor li a:hover {
    color: #2bfdcf;
}
.side-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 1111;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}
.side-modal-wrapper.side-modal-wrapper-show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.side-modal {
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.side-modal.side-modal-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.side-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.side-modal-close {
    font-size: 20px;
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.side-modal-close:hover {
    color: #6749f1;
}
.side-modal-close.side-modal-close-secondcolor:hover {
    color: #2bfdcf;
}
.address-content {
    margin-top: 40px;
}
.address-content h3 {
    font-size: 24px;
    font-family: rubik, sans-serif;
    color: #160f30;
    margin-bottom: 20px;
}
.address-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #313131;
    margin-bottom: 15px;
}
.address-list-item:last-child {
    margin-bottom: 0;
}
.address-list-item i {
    font-size: 18px;
    color: #6749f1;
    margin-right: 10px;
}
.address-list-item a {
    color: #313131;
}
.address-list-item a:hover {
    color: #6749f1;
}
.address-list-item.address-list-item-secondcolor i {
    color: #2bfdcf;
}
.address-list-item.address-list-item-secondcolor a:hover {
    color: #2bfdcf;
}
@-webkit-keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
.main-nav {
    max-width: 1760px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    position: relative;
    display: none;
    background-color: transparent;
}
.main-nav nav .navbar-nav .nav-item {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item a {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
    content: "\f108";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-nav nav .navbar-nav .nav-item a.active {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item:first-child a {
    padding-left: 0;
}
.main-nav nav .navbar-nav .nav-item:last-child a {
    padding-right: 0;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item:hover a.dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item:hover
    .dropdown-menu
    .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    padding: 5px 0;
    width: 230px;
    border-radius: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #160f30;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: none !important;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.dropdown-toggle:after {
    content: "\f10c";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #d365f1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
    color: #d365f1;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu {
    top: -5px !important;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item {
    -webkit-animation-name: menuItem2;
    animation-name: menuItem2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item {
    opacity: 0;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.dropdown-toggle:after {
    content: "\f10c";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu {
    left: 100%;
    top: 0 !important;
}
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item {
    opacity: 0;
}
.main-nav.main-nav-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-nav .main-btn {
    padding: 12px 30px;
}
.navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.navbar-collapse {
    width: auto;
}
.navbar-option-item {
    margin-left: 30px;
}
.navbar-option-item a i {
    font-size: 25px;
}
.navbar-option-search a {
    position: relative;
    color: #fff;
}
.navbar-option-search a:hover {
    color: #d365f1;
}
.navbar-option-cart a {
    position: relative;
    color: #fff;
}
.navbar-option-cart a:hover {
    color: #d365f1;
}
.navbar-option-cart .option-badge {
    position: absolute;
    right: -10px;
    top: -15px;
}
.option-badge {
    background: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    border-radius: 50%;
    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;
    top: -15px;
    line-height: 1;
    color: #160f30;
}
.option-badge.option-badge-main {
    background-color: #6749f1;
    color: #fff;
}
.option-badge.option-badge-secondcolor {
    background-color: #2bfdcf;
    color: #160f30;
}
.navbar-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    position: relative;
}
.main-brand {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hover-brand {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-nav {
    padding: 0 40px;
    display: block;
}
.mobile-nav .navbar-option {
    margin-left: auto;
    margin-right: 95px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.mobile-nav .navbar-option-item button {
    color: #fff;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.mobile-nav .navbar-option-item button i {
    font-size: 20px;
    vertical-align: middle;
}
.mobile-nav .navbar-option-dots .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(50px, 30px) !important;
    transform: translate(50px, 30px) !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    margin: 0;
}
.mobile-nav .navbar-option-dots .dropdown-menu.show {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(50px, 28px) !important;
    transform: translate(50px, 28px) !important;
}
.navbar-dots-dropdown {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
}
.navbar-dots-dropdown .navbar-option-item {
    margin-left: 0;
}
.navbar-dots-dropdown .navbar-option-item a {
    color: #d365f1;
}
.navbar-dots-dropdown .navbar-option-item i {
    font-size: 20px;
}
.mobile-brand {
    position: relative;
    z-index: 1000;
}
.mean-container {
    position: relative;
}
.mean-container .mean-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: 0;
}
.mean-container a.meanmenu-reveal {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    color: #6749f1;
    padding-right: 40px;
}
.mean-container a.meanmenu-reveal span {
    background-color: #6749f1;
}

/* Chan's code were changed here */
.mean-container .mean-nav {
    margin-top: 90px;
}
.mean-container .mean-nav .navbar-nav {
    max-height: 350px;
    overflow: auto;
}
.mean-container .mean-nav .navbar-nav .nav-item a {
    color: #000;
}
.mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #6749f1;
}
.navbar-option-dots button {
    background-color: transparent;
    padding: 0;
}

.navbar-area {
    -webkit-animation: 500ms running fadeInDown;
    animation: 500ms running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-area.is-sticky {
    -webkit-animation: 500ms running fadeInDown;
    animation: 500ms running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #160f30;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #d365f1;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #d365f1;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
    color: #d365f1;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active:hover {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a.active {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area.is-sticky .navbar-option-search a {
    color: #160f30;
}
.navbar-area.is-sticky .navbar-option-search a:hover {
    color: #d365f1;
}
.navbar-area.is-sticky .navbar-option-cart a {
    color: #160f30;
}
.navbar-area.is-sticky .navbar-option-cart a:hover {
    color: #d365f1;
}
.navbar-area.is-sticky .main-brand {
    opacity: 0;
}
.navbar-area.is-sticky .hover-brand {
    opacity: 1;
}
.navbar-area.is-sticky .mobile-nav .navbar-option-item button {
    color: #6749f1;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item a {
    color: #f5f5f5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item a.active {
    color: #f5f5f5;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item a.active:before {
    width: 25px;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #f5f5f5;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #2bfdcf;
    bottom: 0;
    left: 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item:hover a {
    color: #f5f5f5;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item:hover a:before {
    width: 25px;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #f5f5f5;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item:hover a.active:before {
    width: 25px;
}
.navbar-area-2 .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a:before {
    content: none;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #2bfdcf;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active:hover {
    color: #2bfdcf;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #2bfdcf;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a:hover {
    color: #2bfdcf;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #2bfdcf;
}
.navbar-area-2
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #2bfdcf;
}
.navbar-area-2 .navbar-option-search a:hover {
    color: #2bfdcf;
}
.navbar-area-2 .navbar-option-cart a:hover {
    color: #2bfdcf;
}
.navbar-area-2 .navbar-dots-dropdown .navbar-option-item a {
    color: #2bfdcf;
}
.navbar-area-2.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #160f30;
}
.navbar-area-2.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #160f30;
}
.navbar-area-2.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #160f30;
}
.navbar-area-2.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
    color: #160f30;
}
.navbar-area-2.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #160f30;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active:hover {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a.active {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #160f30;
    font-weight: 500;
}
.navbar-area-2.is-sticky .navbar-option-search a:hover {
    color: #2bfdcf;
}
.navbar-area-2.is-sticky .navbar-option-cart a:hover {
    color: #2bfdcf;
}
.navbar-area-2.is-sticky .mobile-nav .navbar-option-item button {
    color: #160f30;
}
.navbar-area-2.is-sticky .mobile-nav .navbar-option-dots .dropdown-menu {
    background-color: #160f30;
}
.navbar-area-2.is-sticky
    .mobile-nav
    .navbar-dots-dropdown
    .navbar-option-item
    a {
    color: #160f30;
}
.navbar-area-2 .mean-container a.meanmenu-reveal {
    color: #2bfdcf;
}
.navbar-area-2 .mean-container a.meanmenu-reveal span {
    background-color: #2bfdcf;
}
.navbar-area-2 .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #2bfdcf;
}
.navbar-area-2 .mobile-nav .navbar-option-item button {
    color: #fff;
}
.navbar-area-2 .mobile-nav .navbar-option-dots .dropdown-menu {
    background-color: #fff;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item a {
    color: #f5f5f5;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item a.active {
    color: #f5f5f5;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item a.active:before {
    width: 25px;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #f5f5f5;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #f5f5f5;
    bottom: 0;
    left: 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item:hover a {
    color: #f5f5f5;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item:hover a:before {
    width: 25px;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #f5f5f5;
}
.navbar-area-2-white .main-nav nav .navbar-nav .nav-item:hover a.active:before {
    width: 25px;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a:before {
    content: none;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active:hover {
    color: #d365f1;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a.active {
    color: #d365f1;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area-2-white
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #160f30;
}
.navbar-area-2-white.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    a.active:hover {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky .main-nav nav .navbar-nav .nav-item a:before {
    background-color: #d365f1;
}
.navbar-area-2-white.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item:hover
    a.active {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    a.active:hover {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a.active {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a {
    color: #160f30;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item
    a.active {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky
    .main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > a {
    color: #d365f1;
}
.navbar-area-2-white.is-sticky .mobile-nav .navbar-option-item button {
    color: #160f30;
}
.navbar-area-2-white.is-sticky
    .mobile-nav
    .navbar-dots-dropdown
    .navbar-option-item
    a {
    color: #d365f1;
}
.header-bg {
    padding-top: 315px;
    padding-bottom: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 22, 99, 0.7);
    background-image: radial-gradient(circle, #0a0a0ad9 0%, #0a0a0ad9 100%);
    z-index: 1;
}
.header-bg > * {
    min-height: 100%;
}
.header-carousel {
    margin-left: auto;
    margin-right: auto;
}
.header-carousel.owl-theme .owl-dots {
    margin-top: 50px !important;
}
.header-carousel.owl-theme .owl-dots button span {
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-carousel.owl-theme .owl-dots button:hover span {
    background-color: #fff;
}
.header-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.header-page-bg {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-page-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 22, 99, 0.8);
    background-image: radial-gradient(
        circle,
        rgba(36, 22, 99, 0.3) 0%,
        rgba(36, 22, 99, 0.3) 100%
    );
    z-index: 1;
}
.header-page-bg .bottom-frame {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 111;
}
.header-page-bg-1 {
    background-image: url(../images/page-bg/hero-1.jpg);
}
.header-page-bg-2 {
    background-image: url(../images/page-bg/hero-2.jpg);
}
.header-page-bg-3 {
    background-image: url(../images/page-bg/hero-3.jpg);
}
.header-page-line-item {
    position: absolute;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1111;
}
.header-page-line-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: header-dot-ride linear 1s infinite;
    animation: header-dot-ride linear 1s infinite;
}
.header-page-line-item:nth-child(1) {
    height: 80%;
    left: 4%;
}
.header-page-line-item:nth-child(2) {
    height: 55%;
    left: 15%;
}
.header-page-line-item:nth-child(3) {
    height: 40%;
    left: 28%;
}
.header-page-line-item:nth-child(4) {
    height: 30%;
    left: 41%;
}
.header-page-line-item:nth-child(5) {
    height: 30%;
    right: 41%;
}
.header-page-line-item:nth-child(6) {
    height: 40%;
    right: 28%;
}
.header-page-line-item:nth-child(7) {
    height: 55%;
    right: 15%;
}
.header-page-line-item:nth-child(8) {
    height: 80%;
    right: 4%;
}
@-webkit-keyframes header-dot-ride {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}
@keyframes header-dot-ride {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}
.header-page-bg-inner {
    max-width: 1725px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 240px;
    padding-bottom: 190px;
}
.header-bg-one {
    background-image: url(../images/top-cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 270px;
    padding-bottom: 160px;
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
}
.button-group .main-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.header-content {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 11;
}
.header-content small {
    font-size: 16px;
    font-weight: 500;
    color: #d365f1;
    margin-bottom: 15px;
    display: inline-block;
}
.header-content h1 {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #160f30;
}
.header-content p {
    font-size: 16px;
    margin-bottom: 30px;
}
.header-content.header-content-white small {
    color: #fff;
}
.header-content.header-content-white h1 {
    color: #fff;
}
.header-content.header-content-white p {
    color: #fff;
}
.header-content.header-content-white .breadcrumb .breadcrumb-item {
    color: #f1f1f1;
}
.header-content.header-content-white .breadcrumb .breadcrumb-item a {
    color: #f1f1f1;
}
.header-content.header-content-white .breadcrumb .breadcrumb-item a:hover {
    color: #f1f1f1;
}
.header-content.header-content-white .breadcrumb .breadcrumb-item.active {
    color: #f1f1f1;
}
.header-content.header-content-white
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item:before {
    color: #f1f1f1;
}
.header-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.section-to-header {
    margin-top: -100px;
    position: relative;
    z-index: 11;
}
.feature-card {
    padding: 25px 25px 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.feature-card:hover {
    -webkit-box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
    box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
}
.feature-card:hover .feature-card-content h3 {
    color: #6749f1;
}
.feature-card:hover .feature-card-content h3 a {
    color: #6749f1;
}
.feature-card:hover .feature-card-content h3 a:hover {
    color: #6749f1;
}
.feature-card:hover .main-btn.main-btn-border {
    color: #fff;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.feature-card:hover .main-btn.main-btn-border:before {
    opacity: 0;
}
.feature-card:hover .main-btn.main-btn-border:after {
    opacity: 1;
}
.feature-card:hover .feature-card-shape {
    opacity: 0;
}
.feature-card:hover.feature-shadow-maincolor {
    -webkit-box-shadow: 0 0 15px 0 rgba(229, 146, 251, 0.8);
    box-shadow: 0 0 15px 0 rgba(229, 146, 251, 0.8);
}
.feature-card-second {
    border: 1px solid rgba(77, 255, 154, 0.3);
}
.feature-card-white {
    background-color: #fff;
}
.feature-card-2 {
    position: relative;
}
.feature-card-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(36, 22, 99, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-card-2:hover {
    background-color: #6344f5;
    background-image: url(../images/card-bg-1.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.feature-card-2:hover:before {
    opacity: 1;
}
.feature-card-2:hover .feature-thumb-frame-1:before {
    background-image: url(../images/frame-2.png);
}
.feature-card-2:hover .feature-card-content h3 {
    color: #fff;
}
.feature-card-2:hover .feature-card-content h3 a {
    color: #fff;
}
.feature-card-2:hover .feature-card-content h3 a:hover {
    color: #fff;
}
.feature-card-2:hover .feature-card-content p {
    color: #e8e8e8;
}
.feature-card-2:hover .main-btn.main-btn-border {
    color: #fff;
    -webkit-box-shadow: 0 4px 0 -1px #000;
    box-shadow: 0 4px 0 -1px #000;
}
.feature-card-2:hover .main-btn.main-btn-border:before {
    opacity: 0;
}
.feature-card-2:hover .main-btn.main-btn-border:after {
    opacity: 1;
}
.feature-card-2:hover .feature-price-list li {
    color: #ebebf3;
}
.feature-card-2:hover .feature-price-list li.price-priority {
    color: #fff;
}
.feature-card-2.feature-card-team:hover .feature-card-content h3 {
    color: #fff;
}
.feature-card-2.feature-card-team:hover .feature-card-content h3 a {
    color: #fff;
}
.feature-card-2.feature-card-team:hover .feature-card-content h3 a:hover {
    color: #fff;
}
.feature-card-2.feature-card-team:hover .feature-card-content h4 {
    color: #e8e8e8;
}
.feature-card-2.feature-card-team:hover .feature-card-content p {
    color: #e8e8e8;
}
.feature-card-2.feature-card-team:hover
    .feature-card-content
    .social-list
    li
    a {
    color: #e8e8e8;
}
.feature-card-2.feature-card-team:hover
    .feature-card-content
    .social-list
    li
    a:hover {
    color: #6749f1;
}
.feature-card-3:hover {
    background-color: #2bfdcf;
}
.feature-card-3:hover .feature-thumb-frame-3:before {
    background-image: url(../images/frame-4.png);
}
.feature-card-3:hover .feature-card-content-light h3 {
    color: #160f30;
}
.feature-card-3:hover .feature-card-content-light h3 a {
    color: #160f30;
}
.feature-card-3:hover .feature-card-content-light h3 a:hover {
    color: #160f30;
}
.feature-card-3:hover .feature-card-content-light p {
    color: #160f30;
}
.feature-card-3:hover .main-btn.second-btn-border {
    background-color: #fff;
    color: #160f30;
    -webkit-box-shadow: 0 4px 0 -1px #502aff;
    box-shadow: 0 4px 0 -1px #502aff;
}
.feature-card-3:hover .main-btn.second-btn-border:before {
    opacity: 0;
    border: 0;
}
.feature-card-3.feature-card-team:hover .feature-card-content h3 {
    color: #fff;
}
.feature-card-3.feature-card-team:hover .feature-card-content h3 a {
    color: #fff;
}
.feature-card-3.feature-card-team:hover .feature-card-content h3 a:hover {
    color: #fff;
}
.feature-card-3.feature-card-team:hover .feature-card-content h4 {
    color: #e8e8e8;
}
.feature-card-3.feature-card-team:hover .feature-card-content p {
    color: #e8e8e8;
}
.feature-card-3.feature-card-team:hover
    .feature-card-content
    .social-list
    li
    a {
    color: #e8e8e8;
}
.feature-card-3.feature-card-team:hover
    .feature-card-content
    .social-list
    li
    a:hover {
    color: #2bfdcf;
}
.feature-card-shadow {
    -webkit-box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
    box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
}
.feature-card-shape {
    border-color: #1c114b #1c114b transparent transparent;
    position: absolute;
    border-width: 25px;
    border-style: solid;
    z-index: 1;
    top: -1px;
    right: -1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.feature-card-thumb {
    margin-bottom: 20px;
    padding: 53px;
}
.feature-card-thumb img {
    border-radius: 50%;
}
.feature-thumb-frame-1 {
    position: relative;
}
.feature-thumb-frame-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/frame-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-thumb-frame-2 {
    position: relative;
}
.feature-thumb-frame-2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/frame-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-thumb-frame-3 {
    position: relative;
}
.feature-thumb-frame-3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/frame-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-card-bg-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.feature-card-bg-thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.feature-card-content {
    text-align: center;
    position: relative;
}
.feature-card-content h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-card-content h3 a {
    color: #160f30;
}
.feature-card-content h3 a:hover {
    color: #6749f1;
}
.feature-card-content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #160f30;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-card-content p {
    font-size: 16px;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feature-card-content.feature-card-content-light h3 {
    color: #f1f1f1;
}
.feature-card-content.feature-card-content-light h3 a {
    color: #f1f1f1;
}
.feature-card-content.feature-card-content-light h3 a:hover {
    color: #160f30;
}
.feature-card-content.feature-card-content-light p {
    color: #ebebf3;
}
.feature-card-content .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature-card-sm .feature-card-content h3 {
    font-size: 21px;
}
.feature-price-plan {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-price-plan h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #160f30;
    width: 100%;
}
.feature-price-plan h4:last-child {
    margin-bottom: 0;
}
.feature-price-plan h3 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #160f30;
    width: 100%;
}
.feature-price-plan h3:last-child {
    margin-bottom: 0;
}
.feature-price-plan p {
    font-size: 14px;
    color: #160f30;
    margin-bottom: 10px;
    width: 100%;
}
.feature-price-plan p:last-child {
    margin-bottom: 0;
}
.feature-price-plan.feature-price-plan-white h4 {
    color: #fff;
}
.feature-price-plan.feature-price-plan-white h3 {
    color: #fff;
}
.feature-price-plan.feature-price-plan-white p {
    color: #fff;
}
.feature-price-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.feature-price-list li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 14px;
    position: relative;
    color: #8a899f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature-price-list li.price-priority {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #313131;
}
.feature-price-list li.price-priority:before {
    color: #6749f1;
}
.feature-price-list li:before {
    content: "\f109";
    font-family: Flaticon;
    font-size: 16px;
    margin-right: 10px;
}
.feature-price-list li:last-child {
    margin-bottom: 0;
}
.feature-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.feature-list li {
    list-style: none;
    padding: 20px 20px 20px 60px;
    background-color: #fff;
    color: #160f30;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 20px;
    cursor: pointer;
}
.feature-list li:last-child {
    margin-bottom: 0;
}
.feature-list li:before {
    content: "\f10d";
    font-family: Flaticon;
    position: absolute;
    left: 30px;
    font-size: 20px;
}
.feature-list li:hover {
    color: #2bfdcf;
}
.feature-list li.active {
    color: #2bfdcf;
}
.feature-list-white li {
    background-color: #161616;
    color: #fff;
}
.feature-list-white li:hover {
    color: #2bfdcf;
}
.feature-tab-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #160f30;
}
.feature-tab-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.feature-tab-content-light h3 {
    color: #fff;
}
.feature-tab-content-light p {
    color: #ebebf3;
}
.feature-tab-details-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-tab-details {
    overflow: hidden;
}
.feature-details-inner-thumb {
    margin-right: 20px;
}
.feature-tab-details-item {
    display: none;
}
.feature-tab-details-item.active {
    display: block;
    -webkit-animation: fadeInRight 1.5s;
    animation: fadeInRight 1.5s;
}
.shape-half-bg {
    position: relative;
}
.shape-half-bg:before {
    content: "";
    width: calc(50% - 10px);
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/shape-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.feature-tab-box {
    padding-right: 150px;
}
.partner-carousel .item {
    text-align: center;
}
.partner-carousel .item img {
    margin: auto;
    width: auto;
}
.partner-carousel-opacity .item img {
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.partner-carousel-opacity .item img:hover {
    opacity: 1;
}
.about-section .section-title {
    margin-bottom: 30px;
}
.about-section .section-title small {
    margin-bottom: 16px;
}
.about-section .section-title h2 {
    margin-bottom: 15px;
}
.about-section .section-title p {
    margin-bottom: 21px;
}
.about-section .section-title p:last-child {
    margin-bottom: 0;
}
.about-content-item {
    position: relative;
    z-index: 1;
}
.about-list-item {
    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;
    padding: 20px 20px 20px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid rgba(209, 200, 212, 0.5);
    margin-bottom: 20px;
}
.about-list-item:last-child {
    margin-bottom: 0;
}
.about-list-item:hover {
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    background-color: #fff;
}
.about-list-item-2 {
    border: 1px solid rgba(99, 96, 96, 0.5);
}
.about-list-item-2:hover {
    background-color: #2a2a2a;
}
.about-list-item-2:hover .about-list-icon-bg-2:before {
    background-image: url(../images/about-frame-4hover.png);
}
.about-list-icon-bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 95px;
    height: 95px;
    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;
    margin-right: 15px;
    position: relative;
}
.about-list-icon-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/about-frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.about-list-icon-bg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 95px;
    height: 95px;
    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;
    margin-right: 15px;
    position: relative;
}
.about-list-icon-bg-2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/about-frame-4.png);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.about-list-icon-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #422C75;
    padding: 12px;
    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;
}
.about-list-icon-thumb-2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4dff9a;
    background-image: --webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#4dff9a),
        to(#2bfdcf)
    );
    background-image: linear-gradient(to top, #4dff9a 0%, #2bfdcf 100%);
    padding: 12px;
    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;
}
.about-list-text {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
}
.about-list-text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #160f30;
    margin-bottom: 10px;
    line-height: 1.4;
}
.about-list-text p {
    font-size: 16px;
    margin-bottom: 15px;
}
.about-list-text p:last-child {
    margin-bottom: 0;
}
.about-list-text.about-list-text-light h3 {
    color: #f1f1f1;
}
.about-list-text.about-list-text-light p {
    color: #ebebf3;
}
.about-frame {
    position: relative;
}
.about-frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-frame-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
}
.about-frame-dark {
    position: relative;
}
.about-frame-dark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-frame-2-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
}
.about-check-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-check-list:last-child {
    margin-bottom: 0;
}
.about-check-list li {
    list-style: none;
    position: relative;
    font-size: 16px;
    color: #464646;
    margin-bottom: 20px;
    padding-left: 28px;
}
.about-check-list li:before {
    content: "\f109";
    font-family: Flaticon;
    font-size: 20px;
    color: #6749f1;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -3px;
}
.about-check-list li:last-child {
    margin-bottom: 0;
}
.about-check-list.about-check-list-second li:before {
    color: #2bfdcf;
}
.about-check-list.about-check-list-white li {
    color: #ebebf3;
}
.counter-item {
    width: 100%;
    height: 315px;
    background-image: url(../images/counter-frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}
.counter-item h3 {
    font-size: 50px;
    font-weight: 500;
    color: #160f30;
    margin-bottom: 10px;
}
.counter-item h4 {
    font-size: 17px;
    margin-bottom: 0;
    width: 100%;
}
.counter-item.counter-item-white h3 {
    color: #fff;
}
.counter-item.counter-item-white h4 {
    color: #fff;
}
.counter-item.counter-item-2 {
    background-image: url(../images/counter-frame-2.png);
}
.counter-item.counter-item-2.counter-item-white h4 {
    color: #fff;
}
.testimonial-quote {
    font-size: 54px;
    color: #313131;
    line-height: 1;
}
.testimonial-para {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}
.testimonial-thumb {
    width: 80px;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-thumb img {
    width: 100%;
}
.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #d365f1;
    margin-bottom: 12px;
}
.testimonial-designation {
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-designation:last-child {
    margin-bottom: 0;
}
.testimonial-content-white .testimonial-quote {
    color: rgba(245, 245, 245, 0.7);
}
.testimonial-content-white .testimonial-para {
    color: #fff;
}
.testimonial-content-white .testimonial-designation {
    color: #fff;
}
.testimonial-content-white.testimonial-flat-content .testimonial-name {
    color: #fff;
}
.testimonial-content {
    text-align: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-carousel-area {
    position: relative;
}
.testimonial-flat-thumb {
    margin-bottom: 15px;
}
.testimonial-flat-thumb-frame {
    position: relative;
    border: 1px solid #6749f1;
}
.testimonial-flat-card:hover .testimonial-flat-thumb-frame:before {
    background-color: transparent;
}
.testimonial-flat-card:hover .testimonial-flat-thumb-frame-2 {
    position: relative;
}
.testimonial-flat-card:hover .testimonial-flat-thumb-frame-2:before {
    background-color: transparent;
}
.testimonial-flat-thumb-frame-2 {
    position: relative;
    border: 1px solid #4dff9a;
}
.testimonial-flat-content .testimonial-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #160f30;
}
.testimonial-flat-content .testimonial-designation {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
}
.testimonial-flat-content .testimonial-designation:last-child {
    margin-bottom: 0;
}
.testimonial-flat-content .testimonial-para {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.testimonial-flat-content .testimonial-para:last-child {
    margin-bottom: 0;
}
.testimonial-carousel.default-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-carousel.default-carousel .owl-nav .owl-prev {
    left: 0;
}
.testimonial-carousel.default-carousel .owl-nav .owl-next {
    right: 0;
}
.default-carousel-control .carousel-arrow {
    font-size: 12px;
    width: 30px;
    height: 30px;
    background-color: #6749f1;
    color: #fff;
}
.default-carousel-control-secondary .carousel-arrow {
    background-color: #2bfdcf;
    color: #160f30;
}
.default-carousel.owl-theme .owl-nav {
    margin: 0;
}
.default-carousel.owl-theme .owl-nav button {
    font-size: 12px;
    width: 30px;
    height: 30px;
    background-color: #6749f1;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.default-carousel.owl-theme .owl-nav button:hover,
.default-carousel.owl-theme .owl-nav button:focus,
.default-carousel.owl-theme .owl-nav button:active {
    background-color: #6749f1;
    color: #fff;
}
.default-carousel-secondary.owl-theme .owl-nav button {
    background-color: #4dff9a;
}
.default-carousel-secondary.owl-theme .owl-nav button:hover,
.default-carousel-secondary.owl-theme .owl-nav button:focus,
.default-carousel-secondary.owl-theme .owl-nav button:active {
    background-color: #4dff9a;
}
.testimonial-carousel-2-controller {
    text-align: center;
    margin-top: 30px;
}
.blog-card {
    padding: 25px;
    -webkit-box-shadow: 0 0 12px 0 rgba(22, 15, 48, 0.1);
    box-shadow: 0 0 12px 0 rgba(22, 15, 48, 0.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-card:hover {
    -webkit-box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
    box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
}
.blog-card:hover .blog-card-content h3 {
    color: #6749f1;
}
.blog-card:hover .blog-card-content h3 a {
    color: #6749f1;
}
.blog-card:hover .blog-entry {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-card:hover .blog-entry:before {
    opacity: 1;
}
.blog-card:hover .blog-entry p {
    color: #fff;
}
.blog-card-dark {
    background-color: #2a2a2a;
}
.blog-card-dark .blog-card-content h3 {
    color: #f1f1f1;
}
.blog-card-dark .blog-card-content h3 a {
    color: #f1f1f1;
}
.blog-card-dark .blog-card-content p {
    color: #ebebf3;
}
.blog-card-dark .blog-entry {
    background-color: #fff;
}
.blog-card-dark .blog-entry p {
    color: #160f30;
}
.blog-card-dark .blog-entry:before {
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#2bfdcf),
        color-stop(#4dff9a),
        color-stop(#4dff9a),
        to(#2bfdcf)
    );
    background-image: linear-gradient(
        to right,
        #2bfdcf,
        #4dff9a,
        #4dff9a,
        #2bfdcf
    );
}
.blog-card-dark:hover .blog-card-content h3 a {
    color: #2bfdcf;
}
.blog-card-dark:hover .blog-entry p {
    color: #160f30;
}
.blog-card-thumb {
    margin-bottom: 18px;
}
.blog-card-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #160f30;
    line-height: 1.4;
}
.blog-card-content h3 a {
    color: #160f30;
}
.blog-card-content h3 a:hover {
    color: #6749f1;
}
.blog-card-content p {
    font-size: 16px;
    margin-bottom: 17px;
}
.blog-card-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
}
.blog-card-action .main-btn {
    margin-top: 20px;
}
.blog-entry {
    width: 55px;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    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;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: --webkit-gradient(
        linear,
        left top,
        right top,
        from(#d365f1),
        color-stop(#6749f1),
        color-stop(#6749f1),
        to(#d365f1)
    );
    background-image: linear-gradient(
        to right,
        #d365f1,
        #6749f1,
        #6749f1,
        #d365f1
    );
    background-size: 300% 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-entry p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #6749f1;
}
.footer-content-item {
    margin-bottom: 20px;
}
.footer-details {
    margin-top: 20px;
}
.footer-details p {
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-content-title h3 {
    font-size: 20px;
    color: #160f30;
    font-weight: 500;
    margin-bottom: 0;
}
.footer-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.footer-list li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    color: #313131;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-list li p {
    margin-top: 3px;
}
.footer-list li:before {
    content: "\f10c";
    font-family: Flaticon;
    color: #d365f1;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
    top: 3px;
}
.footer-list li:hover a {
    color: #d365f1;
}
.footer-list li:hover:before {
    color: #d365f1;
}
.footer-address-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-address-item:last-child {
    margin-bottom: 0;
}
.footer-address-icon {
    font-size: 14px;
    margin-right: 10px;
    color: #160f30;
}
.footer-address-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #160f30;
    margin-bottom: 5px;
}
.footer-address-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #313131;
}
.footer-address-text p a {
    color: #313131;
}
.footer-address-text p a:hover {
    color: #d365f1;
}
.footer-dark .footer-details p {
    color: #ebebf3;
}
.footer-dark .footer-content-title h3 {
    color: #fff;
}
.footer-dark .footer-list li a {
    color: #ebebf3;
}
.footer-dark .footer-list li:before {
    color: #d365f1;
}
.footer-dark .footer-list li:hover a {
    color: #d365f1;
}
.footer-dark .footer-list li:hover:before {
    color: #d365f1;
}
.footer-dark .footer-address-icon {
    color: #fff;
}
.footer-dark .footer-address-text h4 {
    color: #fff;
}
.footer-dark .footer-address-text p {
    color: #ebebf3;
}
.footer-dark .footer-address-text p a {
    color: #ebebf3;
}
.footer-dark .footer-address-text p a:hover {
    color: #d365f1;
}
.footer-light .footer-details p {
    color: #e8e8e8;
}
.footer-light .footer-content-title h3 {
    color: #fff;
}
.footer-light .footer-list li a {
    color: #e8e8e8;
}
.footer-light .footer-list li:before {
    color: #e8e8e8;
}
.footer-light .footer-list li:hover a {
    color: #d365f1;
}
.footer-light .footer-list li:hover:before {
    color: #d365f1;
}
.footer-light .footer-address-icon {
    color: #e8e8e8;
}
.footer-light .footer-address-text h4 {
    color: #e8e8e8;
}
.footer-light .footer-address-text p {
    color: #e8e8e8;
}
.footer-light .footer-address-text p a {
    color: #e8e8e8;
}
.footer-light .footer-address-text p a:hover {
    color: #d365f1;
}
.footer-light-second .social-list li a:hover {
    color: #2bfdcf;
}
.footer-light-second .footer-list li:hover a {
    color: #2bfdcf;
}
.footer-light-second .footer-list li:hover:before {
    color: #2bfdcf;
}
.footer-light-second .footer-address-text p a:hover {
    color: #2bfdcf;
}
.footer-lower {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-copyright-text {
    text-align: center;
}
.footer-copyright-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #858585;
}
.footer-copyright-text p a {
    color: #fff;
    font-weight: 700;
}
.footer-copyright-text p a:hover {
    color: #d365f1;
}
.footer-copyright-text.footer-copyright-text-white p {
    color: #fff;
}
.footer-copyright-text.footer-copyright-text-white p a {
    color: #fff;
}
.footer-copyright-text.footer-copyright-text-white p a:hover {
    color: #fff;
}
.footer-copyright-text.footer-copyright-text-secondcolor p {
    color: #2bfdcf;
}
.footer-copyright-text.footer-copyright-text-secondcolor p a {
    color: #4dff9a;
}
.footer-copyright-text.footer-copyright-text-secondcolor p a:hover {
    color: #2bfdcf;
}
.combine-section-shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}
.combine-section-shape img {
    width: 100%;
}
.full-section-shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
}
.full-section-shape img {
    width: 100%;
}
.section-shape-item {
    position: absolute;
}
.section-shape-item img {
    opacity: 0.2;
    width: 70px;
}
.section-shape-item:nth-child(1) {
    top: 50px;
    left: 20px;
}
.section-shape-item:nth-child(2) {
    bottom: 50px;
    right: -50px;
}
.forum-details img {
    margin-bottom: 28px;
}
.forum-details h1 {
    font-size: 45px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 12px;
}
.forum-details h2 {
    font-size: 30px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.forum-details h3 {
    font-size: 25px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.forum-details h4 {
    font-size: 25px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.forum-details h5 {
    font-size: 22px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.forum-details h6 {
    font-size: 18px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.forum-details p {
    font-size: 15px;
    margin-bottom: 22px;
}
.forum-details p:last-child {
    margin-bottom: 0;
}
.forum-details a {
    color: #6749f1;
}
.forum-details a:hover {
    color: #d365f1;
}
.forum-details ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.forum-details ul:last-child {
    margin-bottom: 0;
}
.forum-details ul li {
    font-size: 15px;
    color: #313131;
    margin-bottom: 15px;
}
.forum-details ul li:last-child {
    margin-bottom: 0;
}
.forum-details ul > li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.forum-details ul > li:before {
    content: "\f109";
    font-family: Flaticon;
    font-size: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #6749f1;
    line-height: 1;
}
.forum-details ol {
    padding-left: 20px;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.forum-details ol:last-child {
    margin-bottom: 0;
}
.forum-details ol li {
    font-size: 16px;
    color: #313131;
    margin-bottom: 15px;
}
.forum-details ol li:last-child {
    margin-bottom: 0;
}
.forum-details .blockquote {
    margin-bottom: 20px;
}
.forum-details .blockquote:last-child {
    margin-bottom: 0;
}
.forum-details .blog-entry-list {
    margin-top: -10px;
    margin-bottom: 15px;
}
.forum-details .blog-entry-list li {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.forum-details .blog-entry-list li:before {
    content: none;
}
.forum-details table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.forum-details table:last-child {
    margin-bottom: 0;
}
.forum-details table thead tr {
    background: #6749f1;
}
.forum-details table thead tr th {
    font-size: 15px;
    color: #160f30;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}
.forum-details table tbody tr {
    border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}
.forum-details table tbody tr:last-child {
    border-bottom: 0;
}
.forum-details table tbody tr td {
    font-size: 15px;
    color: #313131;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
}
.forum-details-block {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 28px;
}
.forum-details-block:last-child {
    margin-bottom: 0;
}
.blockquote {
    padding: 30px;
    background-color: #6749f1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blockquote span.quote-icon {
    font-size: 35px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.blockquote span.quote-icon i {
    line-height: 1;
}
.blockquote p {
    font-size: 16px;
    color: #fff;
}
.blockquote:last-child {
    margin-bottom: 0;
}
.service-filter-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.service-filter-list li {
    list-style: none;
    border: 1px solid #d3d3d9;
    padding: 16px 50px 16px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #6749f1;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.service-filter-list li:last-child {
    margin-bottom: 0;
}
.service-filter-list li.active {
    background-color: #6749f1;
    border-color: #6749f1;
    color: #fff;
}
.service-filter-list li:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 21px;
    position: absolute;
    right: 30px;
    line-height: 1;
}
.service-filter-details-item {
    display: none;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.service-filter-details-item.active {
    display: block;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}
.info-box {
    padding: 30px;
    background-color: #f5f5f5;
}
.info-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #160f30;
    margin-bottom: 15px;
}
.info-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 15px;
}
.info-box-list:last-child {
    margin-bottom: 0;
}
.info-box-list-item {
    margin-top: 10px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
}
.info-box-list-label {
    font-size: 16px;
    font-weight: 500;
    color: #6749f1;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-box-list-label i {
    margin-right: 10px;
}
.info-box-list-details {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
}
.info-box-list-details a {
    color: #313131;
}
.info-box-list-details a:hover {
    color: #d365f1;
}
.accordion-button {
    border: 0;
    background-color: #6749f1;
    padding: 25px 30px;
    color: #fff;
    border-radius: 0 !important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.accordion-button:after {
    content: "\f108";
    font-family: Flaticon;
    font-weight: 400;
    margin-right: 0;
    background-image: none;
}
.accordion-button:active,
.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #6749f1;
    color: #fff;
}
.accordion-button:not(.collapsed):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
    background-color: #e6e6e6;
}
.accordion-button:not(.collapsed):after {
    content: "\f113";
    font-family: Flaticon;
    font-weight: 400;
}
.accordion-collapse {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0 !important;
}
.accordion-body {
    padding: 25px 30px;
    font-size: 16px;
    color: #313131;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.contact-box {
    background-color: #f5f5f5;
    padding: 50px 120px;
}
.blog-entry-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-entry-list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-right: 15px;
    color: #313131;
}
.blog-entry-list li i {
    font-size: 15px;
    color: #6749f1;
    margin-right: 10px;
}
.blog-details-action {
    margin-top: 20px;
    border-bottom: 1px solid #d3d3d9;
}
.blog-details-action-tag h4 {
    font-size: 20px;
    font-weight: 700;
    color: #160f30;
    margin-bottom: 15px;
}
.blog-details-tag {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-details-tag li {
    list-style: none;
    margin-right: 15px;
    margin-top: 10px;
}
.blog-details-tag li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #f5f5f5;
    color: #717171;
}
.blog-details-tag li a:hover {
    background-color: #6749f1;
    color: #fff;
}
.blog-details-action {
    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;
}
.blog-details-action-right {
    text-align: right;
}
.blog-details-action-right .social-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.blog-details-action-item {
    margin-bottom: 20px;
}
.share-post h4 {
    font-size: 20px;
    font-weight: 700;
    color: #160f30;
    margin-bottom: 15px;
}
.post-review-area {
    margin-top: 30px;
}
.review-holder-item {
    background-color: #f5f5f5;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.review-holder-item:last-child {
    margin-bottom: 0;
}
.post-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 18px;
}
.post-review-item-reply {
    border-top: 1px solid #e4e4e5;
}
.post-review-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    margin-right: 15px;
}
.post-review-thumb img {
    width: 100%;
}
.post-review-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 10px;
}
.post-review-header-item {
    margin-top: 10px;
}
.post-review-header-item h3 {
    font-size: 16px;
    color: #160f30;
    margin-bottom: 10px;
}
.post-review-header-item p {
    font-size: 12px;
    color: #717171;
    margin-bottom: 10px !important;
}
.post-review-header-item p:last-child {
    margin-bottom: 0 !important;
}
.post-review-header-item .post-review-btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #6749f1;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.post-review-header-item .post-review-btn:hover {
    -webkit-box-shadow: 0 2px 11px 0 rgba(22, 15, 48, 0.25);
    box-shadow: 0 2px 11px 0 rgba(22, 15, 48, 0.25);
}
.post-review-content {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
}
.post-review-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.post-review-item-reply {
    padding-left: 130px;
}
.post-comment-area {
    margin-top: 30px;
}
.sidebar-search {
    padding: 20px;
    background-color: #6749f1;
}
.sidebar-search .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 13px 18px;
    border-radius: 30px;
}
.sidebar-search .form-group .form-control {
    background-color: transparent;
    padding: 0;
    border: 0;
    padding-right: 10px;
}
.sidebar-search .form-group button {
    padding: 0;
    background-color: transparent;
    font-size: 17px;
    color: #160f30;
}
.sidebar-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #160f30;
    margin-bottom: 20px;
}
.category-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.category-list li {
    list-style: none;
    margin-bottom: 15px;
}
.category-list li:last-child {
    margin-bottom: 0;
}
.category-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
    border: 1px solid #d3d3d9;
    padding: 11.4px 20px;
    color: #7d7d7d;
}
.category-list li a:hover {
    border-color: #6749f1;
    background-color: #6749f1;
    color: #fff;
}
.recent-article-item {
    margin-bottom: 20px;
}
.recent-article-item:last-child {
    margin-bottom: 0;
}
.recent-article-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recent-article-item a:hover .recent-article-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.recent-article-item a:hover .recent-article-content h3 {
    color: #d365f1;
}
.recent-article-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    margin-right: 15px;
    overflow: hidden;
}
.recent-article-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recent-article-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.follow-box {
    padding: 30px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #6749f1;
}
.follow-box h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.follow-box .social-list {
    margin-bottom: 10px;
}
.map-box {
    border: 1px solid #6749f1;
    height: 540px;
}
.map-box iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
.product-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.product-list-header-item {
    padding-left: 10px;
    padding-right: 10px;
}
.product-list-action {
    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;
    margin-left: -10px;
    margin-right: -10px;
}
.product-list-search {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.product-list-search .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(209, 200, 212, 0.5);
    border-radius: 0;
    padding: 15px 20px;
}
.product-list-search .form-group .form-control {
    border: 0;
    padding: 0;
    color: #160f30;
}
.product-list-search .form-group .form-control::-webkit-input-placeholder {
    color: #717171;
}
.product-list-search .form-group .form-control:-ms-input-placeholder {
    color: #717171;
}
.product-list-search .form-group .form-control::-ms-input-placeholder {
    color: #717171;
}
.product-list-search .form-group .form-control::placeholder {
    color: #717171;
}
.product-list-search .form-group button {
    background-color: transparent;
    padding: 0;
    color: #717171;
    font-size: 17px;
}
.product-list-form {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.nice-select {
    padding: 15px 35px 15px 20px;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    border: 1px solid rgba(209, 200, 212, 0.5);
    background: 0 0;
    border-radius: 0;
    color: #717171;
}
.nice-select.open,
.nice-select:focus {
    border: 1px solid rgba(209, 200, 212, 0.5);
    color: #160f30;
}
.nice-select.open:after,
.nice-select:focus:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nice-select:hover {
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.nice-select:after {
    content: "\e9e2";
    font-family: boxicons !important;
    border: 0;
    font-size: 13px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    height: auto;
    right: 10px;
    width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.nice-select .list {
    left: auto;
    right: 0;
    border: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nice-select .list li {
    min-height: auto;
    line-height: 30px;
    font-size: 15px;
    color: #160f30;
}
.nice-select .list li:hover {
    background-color: transparent;
    color: #d365f1;
}
.nice-select .list li:hover.selected,
.nice-select .list li:hover.focus,
.nice-select .list li:hover.selected.focus {
    background-color: transparent;
    color: #d365f1;
}
.nice-select .list li.selected,
.nice-select .list li.focus,
.nice-select .list li.selected.focus {
    background-color: transparent;
    color: #d365f1;
}
.product-list-result {
    margin-top: 20px;
}
.product-list-result p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #160f30;
}
.product-list-result p span {
    font-weight: 600;
}
.product-list-result.product-list-result-white p {
    color: #fff;
}
.review-star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.review-star-list li {
    margin-right: 5px;
    color: #d3d3d9;
    list-style: none;
    font-size: 14px;
}
.review-star-list li.full-star {
    color: #ff5421;
}
.review-star-list li.half-star {
    color: #ff5421;
}
.review-star-list li:last-child {
    margin-right: 0;
}
.review-star-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
}
.review-star-group .review-star-list {
    margin-top: 5px;
    margin-right: 10px;
}
.review-star-group span {
    color: #313131;
    font-size: 15px;
    margin-top: 5px;
}
.product-card:hover .product-card-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-card:hover .product-card-thumb .product-cart {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
}
.product-card:hover .product-card-details h3 a {
    color: #d365f1;
}
.product-card-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.product-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-card-thumb .product-cart {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 45px);
    transform: translate(-50%, 45px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
}
.product-card-details {
    text-align: center;
}
.product-card-details h3 {
    font-size: 25px;
    color: #160f30;
    margin-bottom: 10px;
}
.product-card-details h3:last-child {
    margin-bottom: 0;
}
.product-card-details h3 a {
    color: #160f30;
}
.product-card-details h3 a:hover {
    color: #d365f1;
}
.product-card-details .product-price {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-details .product-price:last-child {
    margin-bottom: 0;
}
.product-card-details .review-star {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-details .review-star:last-child {
    margin-bottom: 0;
}
.product-price {
    color: #313131;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-price del {
    margin-right: 10px;
    font-size: 17px;
    color: #6749f1;
}
.product-slider-for {
    background-color: #f8f8f8;
    border: 1px solid rgba(209, 200, 212, 0.5);
    margin-bottom: 30px;
    position: relative;
}
.product-slider-for .item {
    padding: 50px;
    text-align: center;
}
.product-slider-for .item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.product-slider-nav .item {
    background-color: #f8f8f8;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-slider-nav .owl-item.synced .item {
    border: 1px solid #6749f1;
}
.product-gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
}
.product-gallery-trigger a {
    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;
    background-color: #6749f1;
    width: 100%;
    height: 100%;
    color: #fff;
}
.product-gallery-trigger a i {
    font-size: 20px;
}
.product-badge {
    padding: 7px 15px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
}
.product-badge p {
    margin-bottom: 0;
}
.product-badge-danger {
    background-color: #ff5421;
}
.product-badge-danger p {
    color: #fff;
}
.product-badge-success {
    background-color: #2a8800;
}
.product-badge-success p {
    color: #fff;
}
.product-details-caption {
    margin-bottom: 20px;
}
.product-details-caption .product-badge {
    margin-bottom: 20px;
}
.product-details-caption .product-badge p {
    margin-top: 0;
    margin-bottom: 0;
}
.product-details-caption h3 {
    font-size: 30px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-details-caption h5 {
    font-size: 22px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-details-caption p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-details-caption .review-star-group {
    margin-bottom: 20px;
}
.product-details-caption .product-price {
    margin-bottom: 20px;
}
.product-details-caption .product-action-info {
    margin-bottom: 20px;
}
.product-action-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cart-quantity {
    background-color: transparent;
    border: 1px solid rgba(209, 200, 212, 0.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cart-quantity button {
    background-color: transparent;
    padding: 10px 20px;
    color: #313131;
    font-size: 15px;
}
.cart-quantity input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    text-align: center;
    color: #160f30;
    font-size: 17px;
    border-left: 1px solid rgba(209, 200, 212, 0.5);
    border-right: 1px solid rgba(209, 200, 212, 0.5);
}
.product-quantity .cart-quantity {
    margin-right: 15px;
    margin-top: 10px;
}
.product-quantity .btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.product-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.product-tab-list li {
    list-style: none;
    padding: 10px 15px;
    background-color: rgba(209, 200, 212, 0.5);
    border: 2px solid rgba(209, 200, 212, 0.5);
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #160f30;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-tab-list li:hover {
    background-color: #6749f1;
    border-color: #6749f1;
    color: #fff;
}
.product-tab-list li.active {
    background-color: #6749f1;
    border-color: #6749f1;
    color: #fff;
}
.product-description p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-description p:last-child {
    margin-bottom: 0;
}
.product-description ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-description ul:last-child {
    margin-bottom: 0;
}
.product-description ul li {
    list-style: none;
    font-size: 16px;
    padding-left: 30px;
    color: #313131;
    position: relative;
    margin-bottom: 10px;
}
.product-description ul li:last-child {
    margin-bottom: 0;
}
.product-description ul li:before {
    content: "\f10d";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: -3px;
}
.product-review-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.star-rating {
    -webkit-box-flex: 0;
    flex: 0 0 125px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    width: 125px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.star-rating input {
    display: none;
}
.star-rating label {
    color: #ff5421;
    cursor: pointer;
}
.star-rating label:before {
    content: "\ec27";
    font-family: boxicons !important;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ff5421;
}
.star-rating label:hover:before,
.star-rating label:hover ~ label:before {
    content: "\eeb8";
    font-family: boxicons !important;
}
.star-rating input:checked ~ label {
    color: #ff5421;
}
.star-rating input:checked ~ label:before {
    content: "\ed2e";
    font-family: boxicons !important;
}
.product-tab-information-item {
    display: none;
}
.product-tab-information-item.active {
    display: block;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}
.mfp-bg {
    z-index: 10420;
}
.mfp-wrap {
    z-index: 10430;
}
.related-carousel-controller {
    text-align: center;
    margin-top: 30px;
}
.cart-table {
    overflow: auto;
}
.cart-table::-webkit-scrollbar {
    height: 7px;
}
.cart-table::-webkit-scrollbar-thumb {
    background: #a2a2a2;
}
.cart-table::-webkit-scrollbar-track {
    background: #e2e2e2;
}
.cart-table table {
    width: 100%;
    overflow: hidden;
}
.cart-table table thead tr {
    background: #6749f1;
}
.cart-table table thead tr th {
    font-size: 15px;
    color: #160f30;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}
.cart-table table tbody tr {
    border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}
.cart-table table tbody tr td {
    font-size: 15px;
    color: #313131;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
}
.cart-table table tbody tr td.weight-500 {
    font-weight: 500;
}
.cart-table table tbody tr td .main-btn {
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
.cart-table table tbody tr td .cart-quantity button {
    padding: 5px 15px;
}
.cart-table table tbody tr td .cart-quantity input {
    padding: 5px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cart-table table tbody tr td.cancel a {
    border: 1px solid rgba(209, 200, 212, 0.5);
    padding: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
}
.cart-table table tbody tr td.cancel a:hover {
    background-color: #6749f1;
    color: #fff;
    border-color: #6749f1;
}
.product-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-table-info span {
    font-size: 16px;
    font-weight: 700;
}
.product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    margin-right: 10px;
}
.product-table-thumb img {
    width: 100%;
}
.cart-info-item {
    margin-bottom: 30px;
}
.cart-coupon form {
    height: 100%;
}
.cart-coupon form .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: #efefef;
    height: 100%;
}
.cart-coupon form .form-group .form-control {
    padding: 15px 20px;
    height: 100%;
    border: 0;
    background-color: transparent;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
}
.cart-coupon form .form-group .form-control::-webkit-input-placeholder {
    color: #717171;
    font-size: 17px;
}
.cart-coupon form .form-group .form-control:-ms-input-placeholder {
    color: #717171;
    font-size: 17px;
}
.cart-coupon form .form-group .form-control::-ms-input-placeholder {
    color: #717171;
    font-size: 17px;
}
.cart-coupon form .form-group .form-control::placeholder {
    color: #717171;
    font-size: 17px;
}
.cart-coupon form .form-group .btn {
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #6749f1;
    color: #ffff;
}
.cart-coupon form .form-group .btn:hover {
    color: #fff;
}
.cart-details {
    padding: 30px;
}
.cart-details .btn {
    width: 100%;
    margin-top: 15px;
}
.cart-details-title {
    color: #160f30;
    font-size: 20px;
    font-weight: 700;
}
.cart-total-box {
    margin-top: 15px;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.cart-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(209, 200, 212, 0.5);
    padding: 10px 15px;
}
.cart-total-item:last-child {
    border-bottom: 0;
}
.cart-total-item h4 {
    font-size: 16px;
    color: #717171;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 700;
}
.cart-total-item p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.cart-section-contents {
    display: block;
}
.cart-section-contents.cart-section-contents-hide {
    display: none;
}
.cart-section-empty {
    display: none;
}
.cart-section-empty.cart-section-empty-active {
    display: block;
}
.cart-empty-content {
    text-align: center;
    margin-bottom: 30px;
}
.cart-empty-image {
    margin-bottom: 25px;
}
.cart-empty-text h3 {
    font-size: 40px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 15px;
}
.cart-empty-text h3 span {
    font-weight: 700;
}
.cart-empty-text p {
    font-size: 17px;
    margin-bottom: 25px;
}
.checkout-form .input-group-select {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.checkout-form .input-group-select:before {
    content: "\e9ce";
    font-family: boxicons !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #160f30;
    font-size: 15px;
}
.checkout-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    position: relative;
}
.checkout-details .cart-total-box {
    margin-top: 0;
}
.checkout-details .cart-total-item {
    padding: 15px 20px;
}
.checkout-details .cart-total-item h4,
.checkout-details .cart-total-item p {
    font-size: 15px;
}
.checkout-details .cart-total-item:last-child {
    border-bottom: 0;
}
.checkout-details .cart-total-item .checkout-total-title {
    color: #160f30;
    font-weight: 600;
    font-size: 16px;
}
.checkout-payment-area {
    padding: 30px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
}
.checkout-payment-area .sub-section-title {
    margin-bottom: 20px;
}
.checkout-payment-form p {
    font-size: 17px;
    margin-bottom: 20px;
}
.authentication-item {
    padding: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
    box-shadow: 0 2px 15px 0 rgba(36, 22, 99, 0.15);
}
.authentication-item h3 {
    font-size: 25px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 25px;
}
.authentication-item .form-desc {
    font-size: 16px;
    color: #757575;
}
.authentication-account-access {
    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;
    margin-top: -10px;
}
.authentication-account-access-item {
    margin-top: 10px;
}
.authentication-link a {
    color: #6749f1;
    border-bottom: 1px solid #6749f1;
    font-size: 14px;
    font-weight: 400;
}
.authentication-link a:hover {
    color: #d365f1;
    border-bottom: 1px solid #d365f1;
}
.account-sidebar {
    padding: 40px;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.account-sidebar-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.account-sidebar-list li {
    list-style: none;
    margin-bottom: 10px;
}
.account-sidebar-list li:last-child {
    margin-bottom: 0;
}
.account-sidebar-list li a {
    border: 1px solid rgba(209, 200, 212, 0.5);
    font-size: 16px;
    color: #160f30;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.account-sidebar-list li a:hover {
    color: #fff;
    background: #6749f1;
    border-color: #6749f1;
}
.account-sidebar-list li.active a {
    color: #fff;
    background: #6749f1;
    border-color: #6749f1;
}
.account-info {
    padding: 30px;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.account-info .cart-table {
    width: 100%;
    margin-bottom: 0;
}
.account-info .cart-table table thead tr th {
    font-size: 16px;
}
.account-info .cart-table table tbody tr td {
    font-size: 16px;
}
.account-info .cart-table table tbody tr:last-child {
    border-bottom: 0;
}
.account-info .cart-table table tbody tr:last-child td {
    padding-bottom: 0;
}
.account-info .product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px;
}
.account-info .product-table-info span {
    font-size: 17px;
}
.account-avatar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}
.account-avatar-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    overflow: hidden;
    margin-right: 25px;
    margin-top: 10px;
}
.account-avatar-thumb img {
    width: 100%;
}
.account-avatar-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.account-avatar-action li {
    margin-right: 10px;
    list-style: none;
}
.account-avatar-action li:last-child {
    margin-right: 0;
}
.account-avatar-action li .main-btn {
    padding: 15px 25px;
    font-size: 15px;
}
.account-setting-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}
.account-setting-button .btn {
    margin-left: 10px;
    margin-top: 10px;
}
.account-setting-button .btn:first-child {
    margin-left: 0;
}
.my-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 30px;
}
.my-order .sub-section-title {
    margin-top: 20px;
    margin-bottom: 0;
}
.my-order .sub-section-title-heading {
    margin-bottom: 0;
}
.my-order .product-list-action {
    margin-top: 20px;
}
.my-order .product-list-action .product-list-form {
    margin-top: 0;
}
.billing-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
}
.billing-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #160f30;
    margin-bottom: 0;
    margin-top: 10px;
}
.billing-title p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid #6749f1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.billing-title p:hover {
    color: #6749f1;
    border-bottom-color: #6749f1;
}
.billing-address {
    padding: 20px;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.billing-address.none {
    display: none;
}
.billing-address address {
    font-size: 15px;
    margin: 0;
    color: #313131;
}
.billing-address-info {
    font-size: 16px;
    font-weight: 400;
    display: none;
}
.billing-address-input {
    display: none;
}
.billing-address-input.active {
    display: block;
}
.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(209, 200, 212, 0.5);
}
.divider.divider-lg {
    margin-top: 30px;
    margin-bottom: 30px;
}
.error-page-content {
    text-align: center;
}
.error-page-content img {
    margin-bottom: 50px;
}
.error-page-content h2 {
    font-size: 35px;
    color: #160f30;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 17px;
}
.error-page-content h2:first-child {
    margin-top: 0;
}
.error-page-content h2:last-child {
    margin-bottom: 0;
}
.error-page-content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.error-page-content p:first-child {
    margin-top: 0;
}
.error-page-content p:last-child {
    margin-bottom: 0;
}
.error-page-content .main-btn {
    margin-bottom: 20px;
}
.error-page-content .main-btn:last-child {
    margin-bottom: 0;
}
.coming-soon-section {
    background-image: --webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(100%, rgba(22, 15, 48, 0.54)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            color-stop(0%, rgba(36, 22, 99, 0.11)),
            to(rgba(22, 15, 48, 0.54))
        ),
        url(../images/page-bg/bg-1.jpg);
    background-image: linear-gradient(
            90deg,
            rgba(22, 15, 48, 0.54) 100%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(36, 22, 99, 0.11) 0%,
            rgba(22, 15, 48, 0.54) 100%
        ),
        url(../images/page-bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 30px;
}
.coming-soon-section .container {
    height: 100%;
    position: relative;
}
.coming-soon-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.coming-soon-content-white .new-counter p {
    color: #fff;
}
.coming-soon-content-white .new-counter p:before {
    color: #fff;
}
.coming-soon-content-white .new-counter p span {
    color: #fff;
}
.coming-soon-content-white .coming-soon-details:before {
    background-color: #cecece;
}
.coming-soon-content-white .coming-soon-details h2 {
    color: #fff;
}
.coming-soon-content-white .coming-soon-details .form-group .form-control {
    color: #fff;
    border-color: #fff;
}
.coming-soon-content-white
    .coming-soon-details
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #b5b5b5;
}
.coming-soon-content-white
    .coming-soon-details
    .form-group
    .form-control:-ms-input-placeholder {
    color: #b5b5b5;
}
.coming-soon-content-white
    .coming-soon-details
    .form-group
    .form-control::-ms-input-placeholder {
    color: #b5b5b5;
}
.coming-soon-content-white
    .coming-soon-details
    .form-group
    .form-control::placeholder {
    color: #b5b5b5;
}
.coming-soon-content-white .coming-soon-details p {
    color: #cecece;
}
.coming-soon-content-white .coming-soon-details #validator-newsletter {
    color: #fff;
}
.new-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-counter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 80px;
    font-weight: 600;
    color: #160f30;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.new-counter p:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 10px;
    color: #160f30;
    font-size: 70px;
}
.new-counter p span {
    font-size: 40px;
    font-weight: 400;
}
.new-counter p:last-child:before {
    content: none;
}
.coming-soon-details {
    max-width: 735px;
    padding-top: 45px;
    position: relative;
    margin-top: 50px;
}
.coming-soon-details:before {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #160f30;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.coming-soon-details h2 {
    font-size: 60px;
    color: #160f30;
    font-weight: 600;
    margin-bottom: 20px;
}
.coming-soon-details .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.coming-soon-details .form-group .form-control {
    padding: 15px 20px;
    color: #160f30;
    font-size: 16px;
    border-radius: 0;
    margin-right: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    border-color: #160f30;
    background-color: transparent;
}
.coming-soon-details .form-group .form-control::-webkit-input-placeholder {
    color: #313131;
}
.coming-soon-details .form-group .form-control:-ms-input-placeholder {
    color: #313131;
}
.coming-soon-details .form-group .form-control::-ms-input-placeholder {
    color: #313131;
}
.coming-soon-details .form-group .form-control::placeholder {
    color: #313131;
}
.coming-soon-details p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0;
}
.coming-soon-details #validator-newsletter {
    margin-top: 5px;
    color: #160f30;
    font-size: 13px;
}
.calculator-area {
    -webkit-box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
    box-shadow: 0 18px 50px -28px rgba(22, 15, 48, 0.55);
    padding: 50px;
}
.calculator-header {
    margin-bottom: 30px;
}
.calculator-header h3 {
    font-size: 25px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 0;
}
.checkbox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.checkbox-flex > * {
    margin-top: -10px;
    margin-right: 15px;
}
.calculator-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}
.calculator-action-item {
    margin-top: 10px;
}
.calculator-action-item h4 {
    font-size: 22px;
    color: #160f30;
    font-weight: 700;
    margin-bottom: 0;
}
.calculator-box {
    padding: 30px;
    border: 1px solid rgba(209, 200, 212, 0.5);
}
.project-tab-header {
    margin-bottom: 30px;
}
.project-selection-tab {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
}
.project-selection-tab li {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #160f30;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.project-selection-tab li:hover {
    color: #6749f1;
}
.project-selection-tab li.active {
    color: #6749f1;
}
.company-info-details p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.company-info-details p:last-child {
    margin-bottom: 0;
}
.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #6749f1;
    top: 0;
    left: 0;
    z-index: 1111;
    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;
    padding: 20px;
    display: none;
}
.search-overlay.search-overlay-secondcolor {
    background-color: #2bfdcf;
}
.search-overlay.search-overlay-secondcolor
    .search-form-area
    .form-group
    .form-control {
    color: #160f30;
}
.search-overlay.search-overlay-secondcolor
    .search-form-area
    .form-group
    .form-control::-webkit-input-placeholder {
    color: rgba(22, 15, 48, 0.5);
}
.search-overlay.search-overlay-secondcolor
    .search-form-area
    .form-group
    .form-control:-ms-input-placeholder {
    color: rgba(22, 15, 48, 0.5);
}
.search-overlay.search-overlay-secondcolor
    .search-form-area
    .form-group
    .form-control::-ms-input-placeholder {
    color: rgba(22, 15, 48, 0.5);
}
.search-overlay.search-overlay-secondcolor
    .search-form-area
    .form-group
    .form-control::placeholder {
    color: rgba(22, 15, 48, 0.5);
}
.search-overlay.search-overlay-secondcolor .search-close {
    color: #160f30;
}
.search-overlay.search-overlay-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.search-overlay.search-overlay-none {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    display: none;
}
.search-form-area .form-group {
    margin-bottom: 0;
}
.search-form-area .form-group .form-control {
    padding: 0;
    background-color: transparent;
    text-align: center;
    color: #fff;
    font-size: 35px;
    border: 0;
}
.search-form-area .form-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-form-area .form-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-form-area .form-group .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-form-area .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-close {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
}
.scroll-top {
    position: fixed;
    bottom: 100px;
    left: 20px;
    cursor: pointer;
    z-index: 11;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scroll-top.scrolltopactive {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.scroll-top:hover .scroll-top-inner {
    color: #6749f1;
}
.scroll-top:hover .scroll-top-inner-secondcolor {
    color: #2bfdcf;
}
.scroll-top-inner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #160f30;
    background: #fff;
    border: 1px solid rgba(209, 200, 212, 0.5);
    padding: 15px 2px;
    border-radius: 5px;
}
.side-topbar-option {
    display: none;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}

/* Chan's code changes here */

.feature-card-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.card {
    width: 100%;
    height: 300px;
    background: white;
    /* border-radius: 20px; */
    box-shadow: 1px 1px 15px #b5b5b5, -1px -1px 15px #ffffff;
    transition: 0.2s ease-in-out;
}

.card:hover {
    border-bottom: 5px solid rgb(94, 63, 149);
    transition: 0.2s ease-in-out;
}

/* < card img styling */
.img-container {
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 20px;
  border-top-right-radius: 20px; */
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* > */

.text {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
}

.save {
    transition: 0.2s ease-in-out;
    width: 15px;
    height: 15px;
}

.text .h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: black;
}

.text .p {
    font-family: "Roboto", sans-serif;
    color: #999999;
    font-size: 13px;
}

.card:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.main-page-wrapper {
    width: 75%;
}

.contact {
    max-height: 60vh;
    overflow-y: auto;
    max-width: 100%;
    box-shadow: 0 0.2rem 0.5 #0006;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
}

.map,
.form {
    flex: 1;
    height: auto;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.form {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.form::before {
    position: absolute;
    top: 10%;
    left: -2.7rem;
    content: "";
    width: 0;
    height: 0;
    border: 1.4rem solid transparent;
    border-right: 1.4rem solid var(--primary);
}

.form h1 {
    color: #fff;
    font: 500 1.8rem sans-serif;
    padding: 1rem 2rem;
}

.form form {
    padding: 0 2rem;
}

.form input,
.form textarea {
    width: 100%;
    padding: 1rem;
    border: 0.08rem solid var(--secondary);
    border-radius: 2rem;
    background-color: unset;
    color: #fff;
    font-size: 1rem;
}

.form input:not(:first-child),
.form textarea,
.form button {
    margin-top: 0.8rem;
}

.form textarea {
    height: 6rem;
    resize: none;
}

.form button {
    background-color: var(--secondary);
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 2rem;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form button:hover {
    opacity: 80%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 600px) {
    .main-page-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact {
        max-height: 100vh;
        width: 100%;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .map {
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        height: 50vh;
    }

    .map iframe {
        width: 100%;
        height: 100%;
    }
    .map,
    .form {
        width: 100%;
        height: 50vh;
    }

    .form {
        background-color: var(--primary);
        padding-top: 1rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        width: 100%;
        color: white;
    }

    .form input:not(:first-child),
    .form textarea,
    .form button {
        margin-top: 0.6rem;
    }

    .form textarea {
        height: 4rem;
        resize: none;
    }

    .form button {
        margin: 0.5rem 0;
    }

    .form input,
    .form textarea {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.8rem;
    }
}

#img-setting {
    max-width: 100px;
    max-height: 100px;
    object-fit: fill;
}

.fa-facebook {
    transition: 0.2s ease-in;
}

.fa-telegram {
    transition: 0.2s ease-in;
}

.fa-linkedin {
    transition: 0.2s ease-in;
}

.fa-facebook:hover {
    color: #316ff6;
}

.fa-telegram:hover {
    color: #229ed9;
}

.fa-linkedin:hover {
    color: #0077b5;
}

.owl-item {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.owl-item:hover {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.partner-carousel .owl-item:hover {
    transform: scale(1.15);
    transition: transform 0.3s ease;
}

#top-slide-text {
    font-size: 1rem;
}

/* Small screens (max-width: 300px) */
@media (max-width: 300px) {
    .card .text h5 {
        font-size: 0.3rem;
        word-break: normal;
    }
}

/* Medium screens (max-width: 420px) */
@media (max-width: 420px) {
    .card .text h5 {
        font-size: 0.5rem;
        word-break: normal;
    }
}

/* Small to medium screens (max-width: 768px) */
@media (max-width: 768px) {
    .card .text h5 {
        font-size: 1rem;
        word-break: normal;
    }

    #top-slide-text {
        font-size: 0.8rem;
    }
}

/* Medium to large screens (max-width: 992px) */
@media (max-width: 992px) {
    .card .text h5 {
        font-size: 1rem;
        word-break: normal;
    }

    #top-slide-text {
        font-size: 1rem;
    }
}

/* Large screens (max-width: 1400px) */
@media (max-width: 1400px) {
    .contact {
        max-height: 60vh;
        max-width: 100%;
        box-shadow: 0 0.2rem 0.5 #0006;
        border-radius: 1rem;
        overflow: hidden;
    }

    .main-page-wrapper {
        width: 75%;
    }
}

/* Extra-large screens (max-width: 2048px) */
@media (max-width: 2048px) {
    .main-page-wrapper {
        width: 100%;
    }

    #top-slide-text {
        font-size: 1.5rem;
    }

    .card .text h5 {
        font-size: 1.2rem;
        word-break: normal;
    }
}

/* styles.css */
.navbar-brand {
    display: inline-block;
    padding-left: 100px;
}

.logo.main-brand {
    width: 110px;
    height: 110px;
}

.logo.hover-brand {
    width: 90px;
    height: 90px;
    margin-left: -100px;
}

/* styles.css */
.footer-logo img {
    width: 300px;
    height: 300px;
}

.map iframe {
    border: 0;
}
