@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("themify-icons.css");
@import url("pe-icon-7-stroke.css");
@import url("magnific-popup.css");
@import url("animate.css");
@import url("odometer.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");


body {
    background: #ffffff;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 445px;
}

.page-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.3;
}

a {
    color: #8a1fe6;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

a:hover {
    color: #8a1fe6;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

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

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #8a1fe6;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 35px;
    background: #8a1fe6;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.button:hover {
    color: #000;
    background: transparent;
    border: 2px solid #8a1fe6;
}

.footer-nav{
    padding: 0;
    margin: 0;
    list-style: none;
}
dl, ol, ul {
    /*padding: 0;*/
    /*margin: 0;*/
    /*list-style: none;*/
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
    line-height: 1.3;
    color: #333;
}

.small-title {
    color: #fff;
    font-size: 10px;
    background: #8a1fe6;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 40px;
    height: 42px;
    line-height: 40px;
    border-radius: 3px;
    right: 25px;
    bottom: 20px;
    text-align: center;
    background: #8a1fe6;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    color: #fff;
    font-size: 18px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 8px;
    margin: 0 8px;
    background: #8a1fe6;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #b4afff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent;
    top: 0;
    left: 0;
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.preloader .loader .box {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .loader .shadow {
    width: 100%;
    height: 5px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: #8a1fe6;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
    width: 0;
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
    color: #fff;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
    color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    max-width: 150px;
}

.navbar-b.navbar-reduce .navbar-brand-regular {
    display: none;
}

.navbar-b.navbar-trans .navbar-brand-dark {
    display: none;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #8a1fe6;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #8a1fe6;
}

.navbar-toggler {
    position: relative;
}

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

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 30px;
}

.home-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.svg-shape-bottom .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home-area .home-content h1 {
    font-size: 45px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

.home-area .home-content p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.apps-store-btn {
    margin-top: 25px;
}

.home-content .apps-store-btn-1 {
    margin-right: 10px;
}

.apps-store-btn a {
    display: inline-block;
}

/**************************************
 * 05.How It Works Section Style
 *************************************/

.works-area {
}

.works-item {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid rgb(0, 0, 0, 0.05);
    transition: .3s;
}

.works-item:hover {
    border: 1px solid transparent;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    transform: translate(0, -5px);
}

.works-item:hover .works-icon {
    animation: jello 1s;
}

.works-icon {
    width: 100px;
    height: 75px;
    line-height: 50px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.works-icon i {
    font-size: 30px;
    line-height: 70px;
}

.works-info h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
}

.work-count {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    color: rgba(233, 232, 255, 0.7);
    font-size: 90px;
    font-weight: 700;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.icon-bg-1 {
    color: #fff !important;
    background: url(../img/shape-icon-1.svg);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: 55% 70%;
}

.icon-bg-2 {
    color: #fff !important;
    background: url(../img/shape-icon-2.svg);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: 55% 70%;
}

.icon-bg-3 {
    color: #fff !important;
    background: url(../img/shape-icon-3.svg);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: 55% 70%;
}

.icon-bg-4 {
    color: #fff !important;
    background-color: #11acf3 !important;
}

.icon-bg {
    position: absolute;
    right: -3%;
    top: 10%;
    z-index: -1;
}

/**************************************
 * 06. About Section Style
 *************************************/
.about-area {
    background: #f4f7fa;
}

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

.about-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-right: 70px;
}

.about-info h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    color: #333333;
}

.features-item-box {
    margin-top: 20px;
}

.features-item {
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
    box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
}

.features-item:hover .features-icon {
    animation: jello 1s;
}

.features-icon {
    position: absolute;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 75px;
    line-height: 75px;
    border-radius: 3px;
    background: #673ab7;
}

.features-info {
    padding-left: 80px;
}

.features-icon i {
    color: #ffffff;
    font-size: 30px;
    line-height: 75px;
}

.features-info p {
    margin: 0;
}

.features-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.color-icon-1 {
    color: #fff !important;
    background-color: #70d000 !important;
}

.color-icon-2 {
    color: #fff !important;
    background-color: #ffaa00 !important;
}

.color-icon-3 {
    color: #fff !important;
    background-color: #fd2870 !important;
}

/**************************************
 * 07.Apps Overview Section Style
 *************************************/

.overview-area {
    padding-bottom: 0;
}

.overview-info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.overview-info p {
    margin-bottom: 25px;
}


.why-choos-list {
    width: 100%;
    margin: auto;
    display: block;
    padding: 12px 10px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.why-choos-list:hover i, .why-choos-list.active i {
    color: #fff;
}

.why-choos-list span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
    display: inline-block;
    padding-left: 80px;
    font-weight: 500;
}

.why-choos-list:hover:before, .why-choos-list.active:before {
    height: 120px;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.why-choos-list i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    font-size: 17px;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #585be8;
}

.why-choos-list:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 100px;
    left: -50px;
    top: 0px;
    background: #f4f6fa;
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overview-info .button {
    margin-top: 10px;
}

/**************************************
 * 08.Apps Overview-2 Section Style
 *************************************/
.overview-area-2 {
    padding-top: 70px;
}

.overview-info-2 h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.overview-info-2 p {
    margin-bottom: 20px;
}

.overview-info-2 ul li {
    /*display: inline-block;*/
    /*margin-right: 15px;*/
}

.overview-share-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #8a1fe6;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(113, 87, 228, 0.15);
    box-shadow: 0 3px 10px 0 rgba(113, 87, 228, 0.15);
    border-radius: 3px;
    background: #fff;
}

.overview-share-icon i {
    font-size: 30px;
    line-height: 65px;
}

/**************************************
 * 10.Screenshort Section Style
 *************************************/
.screenshort-item {
    z-index: 1;
    filter: grayscale(1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.screenshort-area .owl-carousel .active.center .screenshort-item {
    opacity: 1;
    transform: scale3d(1.5, 1.5, 1);
    -webkit-transform: scale3d(1.0, 1.0, 1);
    filter: unset;
}

.screenshort-item img {
    border-radius: 4px;
    margin: auto;
}

/**************************************
 * 11.Pricing Section Style
 *************************************/

.price-area {
    background: #f4f7fa;
}

.price-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.single-price-item {
    background: #FFFFFF;
    box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: 3px solid rgba(145, 138, 255, 0);
    transition: .3s;
}

.single-price-item:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-bottom: 3px solid #8a1fe6;
    transition: .3s;
}

.single-price-item.active .pricing-header {
    position: relative;
    overflow: hidden;
}

.single-price-item.active .pricing-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.single-price-item.active .pricing-header .pricing-title {
    color: #fff;
}

.single-price-item .pricing-header {
    border-bottom: 1px solid #f9fafa;
    text-align: center;
    height: 130px;
    display: block;
    position: relative;
    background: #f9fafa;
}

.single-price-item .pricing-header .pricing-title {
    font-weight: 800;
    font-size: 25px;
    color: #464646;
    position: absolute;
    width: 100%;
    top: 30%;
    transform: perspective(1px) translateY(0%);
}

.single-price-item .pricing-body {
    margin-bottom: 30px;
}

.single-price-item .pricing-body .price-icon {
    width: 100px;
    height: 90px;
    position: relative;
    margin: auto;
    margin-top: -45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.single-price-item:hover .pricing-body .price-icon {
    animation: jello 1s;
}

.single-price-item .pricing-body .price-icon i {
    font-size: 30px;
    color: #fff;
    line-height: 90px;
}

.single-price-item .pricing-body .price-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-price-item .pricing-body .price-wrapper .currency {
    height: 47px;
    font-weight: 600;
    font-size: 18px;
    color: #8a1fe6;
    position: relative;
    top: -15px;
}

.single-price-item .pricing-body .price-wrapper .price {
    font-weight: 700;
    font-size: 34px;
    color: #8a1fe6;
    letter-spacing: 1px;
}

.single-price-item .pricing-body .price-wrapper .period {
    font-weight: 700;
    font-size: 14px;
    color: #7b73e8;
    letter-spacing: 0.88px;
}

.single-price-item .pricing-body .list li {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    color: #CCDCEA;
    letter-spacing: 0.5px;
    text-decoration: line-through;
}

.single-price-item .pricing-body .list li.active {
    color: #333;
    text-decoration: none;
}

.single-price-item .pricing-footer {
    text-align: center;
}

.single-price-item .pricing-footer a {
    margin-bottom: 40px;
    margin-top: 0;
}

/**************************************
 * 12.Testimonial Section Style
 *************************************/
.testimonial-area {
    background: #fff;
}

.single-testimonial .testi-content-inner {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.07);
    padding: 35px 25px;
    border-radius: 3px;
    z-index: 1;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.testimonial-area .owl-carousel .active.center .single-testimonial .testi-content-inner {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
    -webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testi-content-inner::before {
    content: "";
    position: absolute;
    right: 100px;
    bottom: 7px;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: -2;
}

.single-testimonial .testi-content-inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: -2;
}

.single-testimonial .testimonial-bio {
    text-align: center;
}

.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
    border: 8px solid #ffffff;
    width: 80px;
    margin: 0 auto;
}

.single-testimonial .testimonial-bio .bio-info {
    margin-top: 12px;
}

.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;
}

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 14px;
}

.single-testimonial .testimonial-content {
    margin-bottom: 20px;
    text-align: center;
}

.single-testimonial .testimonial-content p {
    font-size: 14px;
    font-weight: 500;
}

.single-testimonial .testi-content-inner .testimonial-rating {
    display: block;
    margin-bottom: 10px;
}

.single-testimonial .testi-content-inner .rating li {
    display: inline-block;
    font-size: 15px;
    color: #fdae04;
}

.single-testimonial .testi-content-inner .location i {
    font-size: 15px;
    padding-right: 5px;
}

.single-testimonial .testi-content-inner .location {
    display: inline-block;
    text-align: left;
}

/**************************************
 * 13.Faq Section Style
 *************************************/
.faq-area {
    background: #f4f7fa;
}

.faq-area .faq-item .accordion .accordion-item-1,
.faq-area .faq-item .accordion .accordion-item-2 {
    margin-bottom: 20px;
}

.faq-area .faq-item .accordion .accordion-item-1:last-child,
.faq-area .faq-item .accordion .accordion-item-2:last-child {
    margin-bottom: 0px;
}

.faq-area .faq-item .accordion .title {
    position: relative;
    padding: 20px 20px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.faq-area .faq-item .accordion .title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #000;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area .faq-item .accordion .title h6 {
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
}

.faq-area .faq-item .accordion .title h6 span {
    color: #000;
}

.faq-area .faq-item .accordion .active .title h6 span {
    color: #fff;
}

.faq-area .faq-item .accordion .accordion-info-1,
.faq-area .faq-item .accordion .accordion-info-2 {
    display: none;
    padding: 20px 15px;
    margin-top: 10px;
    margin-left: 0;
    background: #ffffff;
    border-radius: 0;
}

.faq-area .faq-item .accordion .accordion-info-1 p,
.faq-area .faq-item .accordion .accordion-info-2 p {
    font-size: 14px;
}

.faq-area .faq-item .accordion .active {
    display: block;
}

.faq-area .faq-item .accordion .active .title {
    color: #fff;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.faq-area .faq-item .accordion .active .title:after {
    content: '\f068';
    color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 {
    color: #fff;
}

.faq-img img {
    border-radius: 7px;
}

/**************************************
 * 14.Team Section Style
 *************************************/
.team-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.single-team-box {
    background: #fff;
    margin-top: 30px;
    border-radius: 3px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-team-box .team-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-social-icon {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-bottom: -20px;
}

.single-team-box .team-image .team-social-icon a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    margin: 0 3px;
    vertical-align: middle;
    background: #ffffff;
    height: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
}

.single-team-box .team-image .team-social-icon a:hover {
    color: #fff;
    background: #8a1fe6;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.single-team-box:hover .team-image .team-social-icon {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}

.team-info {
    padding: 20px 20px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-info {
    background-color: #8a1fe6;
    background: #8E2DE2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-team-box:hover .team-info h3 {
    color: #ffffff;
}

.team-info span {
    color: #8a1fe6;
    font-size: 14px;
    font-weight: 500;
}

.single-team-box:hover .team-info span {
    color: #ffffff;
}

/**************************************
 * 15.Downloade Section Style
 *************************************/

.download-area {
    position: relative;
    color: #fff;
    text-align: center;

    z-index: 1;
}

.download-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.download-app-text {
    padding: 100px 0;
    text-align: left;
}

.download-app-text h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 33px;
}

.download-app-text p {
    color: #fff;
}

.download-app-button {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    transition: all 0.3s ease-in;
    text-align: center;
}

.download-btn span {
    font-size: 35px;
    line-height: 30px;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
}

.download-btn {
    border: 2px solid #fff;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 5px 35px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
}

.download-btn:last-child {
    margin-right: 0px;
}

.active-btn {
    border: 2px solid #ef9f00;
    background: #ef9f00;
}

.download-btn:hover {
    border: 2px solid #ef9f00;
    background: #ef9f00;
}

.download-btn p small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.download-btn p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

/**************************************
 * 16.Contact Section Style
 *************************************/
.contact-area .item {
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-info ul li {
    position: relative;
    padding-left: 115px;
    color: #57647c;
    margin-bottom: 35px;
}

.contact-info ul li .icon {
    width: 100px;
    height: 70px;
    line-height: 60px;
    border-radius: 23px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.contact-info ul li span {
    display: block;
    margin-bottom: 3px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.contact-info ul li a {
    color: #57647c;
    display: block;
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    height: 50px;
    background-color: #f3f3f3;
    font-weight: 500;
    border-radius: 2px;
}

.contact-area .form textarea {
    max-height: 300px;
    height: auto;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button, input, textarea {
    color: #505050;
}

button, input, textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}



.footer {
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 0;
    bottom: 0;
}

.footer-top {
    padding: 70px 0;
    background: #fff;
}

.footer-colm-1 {
    padding: 0 25px;
}

.footer-logo {
    margin-bottom: 20px;
    display: block;
}

.footer-colm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-content .footer-colm-4 p a {
    color: #333;
    font-weight: 600;
}

.footer-colm-4 .footer-social-icon li a {
    color: #fff;
    background: #8a1fe6;
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.footer-colm-4 .footer-social-icon li a:hover {
    color: #ffffff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-colm-4 .footer-social-icon li {
    display: inline-block;
    margin-right: 10px;
}

ul.footer-nav li a {
    padding-bottom: 10px;
    display: block;
    color: #333;
}

.footer-colm-4 .footer-social-icon {
    margin-top: 15px;
}

.footer-subscribe form {
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 0;
}

.footer-subscribe form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    background: #f3f3f3;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(145, 138, 255, 0.08);
    box-shadow: 0px 3px 10px 0px rgba(145, 138, 255, 0.08);
}

.footer-subscribe form input:focus {
    outline: none;
    border: 0;
}

.subscribe-btn {
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    background: #8a1fe6;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    border: 5px solid white;
}

.subscribe-btn:hover {
    color: #fff;
    background: #262834;
}

.copyright-area {
    border-top: 1px solid #f9fafa;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9fafa;
}

.copyright-area p {
    color: #000;
}

.copyright-area p a {
    color: #8a1fe6;
}
