/*******************************************************
    Template Name    : Savant - App HTML Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/


/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Features Section Style
    06.About Section Style
    07.Overview Section Style
    08.Trial Section Style
    09.Screenshort Section Style
    10.Pricing Section Style
    11.Team Section Style
    12.Testimonials Section Style
    13.Faq Section Style
    14.Download Section Style
    15.Contact Section Style
    16.Subscribe Section Style
    17.Footer Section Style
 *************************************/


/**************************************
 * 01. Generale Style
 *************************************/

body {
    background: #ffffff;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    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;
}

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

a {
    color: #6f64e7;
    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: #6f64e7;
    -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: #6f64e7;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 26px;
    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 #6f64e7;
}

.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 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 700;
    border: 0;
    background: #85509C;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 25px;
}

.button:hover {
    color: #fff;
    background: #662483;
}

.color-text {
    color: #6f64e7;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.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 h5 {
    color: #662483;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

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

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

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

.mr-0 {
    margin: 0;
}

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

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #85509C;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #191842;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.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: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #85509C;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #85509C;
    box-shadow: 0 1px 5px #85509C;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #85509C;
    transition: .3s;
}


/**************************************
 * 02.Preloader Style
 *************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader .preloader-inner {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #2f5bea !important;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader .preloader-inner span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


/**************************************
 * 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;
    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: 20px;
    padding-bottom: 20px;
}

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

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

.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: #757575;
}

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

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

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.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: #6f64e7;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #6f64e7;
}

.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/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 40px;
}

.home-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background: #641ff1;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #641ff1, #a43bff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #641ff1, #a43bff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.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 {
    margin-bottom: 50px;
}

.home-area .home-content h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.home-area .home-content p {
    font-size: 15px;
    color: #ffffff;
}

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

.home-app-button-box {
    margin-top: 30px;
}

.home-app-button-box .img-app-btn-1 {
    margin-right: 15px;
}


/**************************************
 * 05. Mini Feature Section Style
 *************************************/

.single-mini-feature {
    padding: 30px 30px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    min-height: 250px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px rgb(187 191 218);
    -moz-box-shadow: 0 1px 4px rgb(187 191 218);
    box-shadow: 0 1px 4px rgb(187 191 218);
    -o-box-shadow: 0 1px 4px rgb(187 191 218);
    -ms-box-shadow: 0 1px 4px rgb(187 191 218);
    transition: all 0.4s ease 0s;
}


/*
.single-mini-feature:hover {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/

.mini-feature-icon {
    position: relative;
    text-align: center;
    top: 50px;
}

.single-mini-feature:hover .mini-feature-icon {
    display: none;
    opacity: 0;
}

.mini-feature-info h6 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 12px;
    position: relative;
    top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.single-mini-feature:hover .mini-feature-info h6 {
    color: #fff;
    top: 5px;
    margin-top: 0;
}

.mini-feature-info p {
    color: #fff;
    opacity: 0;
    font-size: 13px;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.single-mini-feature:hover .mini-feature-info p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mini-feature-bg-1:hover {
    background-color: #70d000 !important;
}

.mini-feature-bg-2:hover {
    background-color: #ffaa00 !important;
}

.mini-feature-bg-3:hover {
    background-color: #fd2870 !important;
}

.mini-feature-bg-4:hover {
    background-color: #2196f3 !important;
}

.mini-feature-bg-5:hover {
    background-color: #7e46e2 !important;
}

.mini-feature-bg-6:hover {
    background-color: #c02ada !important;
}


/**************************************
 * 06.About Section Style
 *************************************/

.about-area {
    position: relative;
    z-index: 1;
}

.about-area .bg-shape {
    background-image: url(../img/bg-shape-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 700px;
    height: 705px;
    background-size: 80%;
    top: 15px;
    right: 0;
    z-index: -1;
}

.about-content-text h5 {
    color: #662483;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-content-text h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content-text h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-feature-wrapper {
    margin-top: 25px;
}

.about-features-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}

.about-features-item:last-child {
    margin-bottom: 0px;
}

.about-features-icon {
    position: absolute;
    text-align: center;
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 3px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(187 191 218);
    -moz-box-shadow: 0 1px 4px rgb(187 191 218);
    box-shadow: 0 1px 4px rgb(187 191 218);
    -o-box-shadow: 0 1px 4px rgb(187 191 218);
    -ms-box-shadow: 0 1px 4px rgb(187 191 218);
}

.about-features-info {
    padding-left: 95px;
}

.about-features-icon i {
    color: inherit;
    font-size: 35px;
    line-height: 75px;
}

.about-features-info p {
    margin: 0;
}

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

.about-features-item .about-features-icon:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.about-features-item:hover .about-features-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.about-features-item:hover .about-features-icon i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.about-features-item:hover .color-icon-1:after {
    background-color: #70d000 !important;
}

.about-features-item:hover .color-icon-2:after {
    background-color: #ffaa00 !important;
}

.about-features-item:hover .color-icon-3:after {
    background-color: #fd2870 !important;
}

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

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

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

.color-icon-4 {
    color: #2196f3 !important;
    background-color: transparent;
}

.color-icon-5 {
    color: #7e46e2 !important;
    background-color: transparent;
}

.color-icon-6 {
    color: #c02ada !important;
    background-color: transparent;
}


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

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

.overview-content p {
    margin-bottom: 30px;
}

.overview-content .button {
    margin-top: 30px;
}

.overview-content ul li {
    display: inline-block;
    margin-right: 15px;
}

.overview-share-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #85509C;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(187 191 218);
    -moz-box-shadow: 0 1px 4px rgb(187 191 218);
    box-shadow: 0 1px 4px rgb(187 191 218);
    -o-box-shadow: 0 1px 4px rgb(187 191 218);
    -ms-box-shadow: 0 1px 4px rgb(187 191 218);
}

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


/**************************************
 * 08.Trial Section Style
 *************************************/

.trial-area {
    text-align: center;
    background-color: #f9f9fa;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/demo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.trial-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background: #641ff1;
    background: -webkit-linear-gradient(to right, #641ff1, #a43bff);
    background: linear-gradient(to right, #641ff1, #a43bff);
}

.trial-area .section-title h5 {
    color: #ffffff;
}

.trial-area .section-title h2 {
    color: #fff;
}

.trial-content {
    margin-top: 30px;
}

.trial-title h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.trial-title h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.trial-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.counter-contents h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
    word-spacing: -10px;
}

.counter-contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.trial-button-box .button {
    margin-top: 20px;
}

.trial-button-box .trial-btn-1 {
    margin-right: 15px;
}


/**************************************
 * 09.Screenshort Section Style
 *************************************/

.screenshort-slide-content .screenshort-item img {
    margin: 10px 10px;
    border: 10px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -moz-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -o-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -ms-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
}


/**************************************
 * 10.Pricing Section Style
 *************************************/

.price-area {
    background: #f9f9fa;
    text-align: center;
}

.tab-content .fade {
    transition: opacity 0.5s linear !important;
}

.pricing-nav {
    background: #fff;
    margin: 0px 0 45px;
    border: 1px solid #662483;
    border-radius: 23px;
}

.pricing-nav.pricing-nav-2 {
    border: 1px solid #FE2A5C;
}

.pricing-nav.pricing-nav-2 .nav-item .nav-link {
    color: #FE2A5C;
}

.pricing-nav.pricing-nav-2 .nav-item .nav-link:after {
    background: #FE2A5C;
}

.pricing-nav.pricing-nav-2 .nav-item .nav-link.nav-link-2:before {
    border: 1px solid #FE2A5C;
}

.pricing-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #662483;
    background: transparent;
    padding: 13px 41px 12px 26px;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 11;
}

.pricing-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    background: #662483;
    height: 100%;
    width: 100%;
    top: 0;
    left: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    z-index: -1;
    border-radius: 23px;
    border-radius: 23px 0 0 23px;
}

.pricing-nav .nav-item .nav-link.nav-link-2 {
    padding: 13px 26px 12px 41px;
}

.pricing-nav .nav-item .nav-link.nav-link-2:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 45px;
    width: 45px;
    border: 1px solid #662483;
    border-radius: 50%;
    top: 0;
    right: 50%;
    z-index: 91;
    margin-right: 36px;
}

.pricing-nav .nav-item .nav-link.nav-link-2:after {
    left: -120px;
    border-radius: 0 23px 23px 0;
}

.pricing-nav .nav-item .nav-link.nav-link-2.active:after {
    left: 0;
}

.pricing-nav .nav-item .nav-link.active {
    color: #fff;
}

.pricing-nav .nav-item .nav-link.active:after {
    opacity: 1;
    left: 0;
    visibility: visible;
}


/***single-price-wrap***/

.single-price-wrap {
    background: #ffffff;
    border-radius: 5px;
    padding: 35px 30px 45px;
    transition: all 0.3s ease-in;
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -moz-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -o-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -ms-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
}

.single-price-wrap .pricing-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-price-wrap .pricing-cost {
    font-size: 30px;
    font-weight: 600;
    color: #662483;
    margin-bottom: 20px;
}

.single-price-wrap .pricing-cost span {
    font-size: 14px;
    color: #9699A8;
}

.single-price-wrap .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-price-wrap .pricing-list li {
    font-size: 15px;
    font-weight: 400;
    color: #6E7898;
    line-height: 20px;
    margin-bottom: 16px;
}

.single-price-wrap .pricing-list li:last-child {
    margin-bottom: 0px;
}


/**************************************
 * 11.Team Section Style
 *************************************/

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
}

.team-image {
    position: relative;
    z-index: 1;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 10px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/* Third team-image example (One team-image element rotated in the opposite direction) */

.team-image:before {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}

.team-image:after {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
}


/* Reset all rotations on hover */

.team-image:hover:before,
.team-image:hover:after,
.single-team-box:hover .team-image:before,
.single-team-box:hover .team-image:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}


/* team-images creted by the use of generated content */

.team-image:before,
.team-image:after {
    content: "";
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 10px solid #fff;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
}

.team-image:before {
    top: 4px;
    z-index: -10;
}


/* 1st element in team-image (behind image) */

.team-image:after {
    top: 8px;
    z-index: -20;
}


/* 2nd element in team-image (behind image) */

.team-image {
    float: none;
    width: 92%;
    margin: 3% 0% 8% 4%;
    position: relative;
    z-index: 1;
}

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

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

.team-info span {
    color: #6f64e7;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.team-social-icon {
    display: block;
    margin-top: 10px;
}

.single-team-box .team-social-icon a {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
    background: #f9f9f9;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.single-team-box .team-social-icon a:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
    border: 1px dashed #3b5998;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
    border: 1px dashed #00acee;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
    border: 1px dashed #0e76a8;
}


/**************************************
 * 12.Testimonial Section Style
 *************************************/

.testimonial-area {
    text-align: center;
    background-color: #f9f9fa;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/depo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.testimonial-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background: #641ff1;
    background: -webkit-linear-gradient(to right, #641ff1, #a43bff);
    background: linear-gradient(to right, #641ff1, #a43bff);
}

.testimonial-area .section-title h2 {
    font-weight: 700;
    color: #fff;
}

.testimonial-area .section-title p {
    color: #fff;
}

.single-testimonial {
    position: relative;
    background-color: #ffffff;
    padding: 30px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -moz-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -o-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -ms-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    margin: 10px;
}

.rating-box ul li {
    display: inline-block;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 18px;
}

.testimonial-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 16px;
}

.single-testimonial .testimonial-bio {}

.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
    border: 3px solid #fff0a9;
    width: 75px;
    margin: 0 auto;
    padding: 3px;
}

.single-testimonial .testimonial-bio .bio-info {
    text-align: center;
    margin-top: 10px;
}

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

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
    color: #555;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}


/**************************************
 * 13.Faq Section Style
 *************************************/

.faq-area {
    background: #fff;
}

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

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

.faq-area .faq-item .accordion .title {
    padding: 15px 20px;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #dadada;
}

.faq-area .faq-item .accordion .title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 0px;
    color: #333;
    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: 16px;
    font-weight: 600;
    padding-right: 20px;
}

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

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

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

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

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

.faq-area .faq-item .accordion .active .title {
    color: #333;
    background: transparent;
}

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

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


/**************************************
 * 14. Downloade Section Style
 *************************************/

.download-area {
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/download-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

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

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

.download-app-text h5 {
    color: #662483;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

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

.download-button-wrapper {
    margin-top: 30px;
    text-align: center;
}

.list-inline-btn {
    display: inline-block;
}

.download-btn {
    border: 2px solid #85509C;
    margin-right: 20px;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 30px;
    margin-bottom: 10px;
    background: #85509C;
}

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

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

.download-btn span {
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

.download-btn .download-text {
    text-align: left;
    line-height: 1.1;
}

.download-btn .download-text small {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.download-btn .download-text h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}


/**************************************
 * 15. Contact Section Style
 *************************************/

.contact-area {}


/* ##### Contact Area CSS ##### */

.contact_form .input-sub-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Dosis", sans-serif;
}

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input,
.group textarea {
    font-size: 12px;
    font-style: normal;
    padding: 10px 15px;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #555;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

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

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

.input-message{
    font-size: 10pt;
    font-weight: 500;
}

.text-alert{
    color: #FE2A5C;
}


/* Form Active State */

.group input:focus~label,
.group textarea:focus~label,
.group input:valid~label,
.group textarea:valid~label {
    top: -18px;
    font-size: 12px;
    color: transparent;
}

.group input:focus~.bar:before,
.group textarea:focus~.bar:before,
.group input:focus~.bar:after,
.group textarea:focus~.bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
textarea:required {
    box-shadow: none !important;
}

.contact-area .group input,
.contact-area .group textarea {
    color: #333 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.contact-area .group input:focus~.bar:before,
.contact-area .group textarea:focus~.bar:before,
.contact-area .group input:focus~.bar:after,
.contact-area .group textarea:focus~.bar:after {
    background-color: #662483;
}

.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;
}

/* loader */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fcf;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fcf transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

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

    100% {
        transform: rotate(360deg);
    }
}
/* fim loader */


/**************************************
 * 16.Subscribe Section Style
 **************************************/

.client-area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.client-item {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 70%;
    height: auto;
    transition: transform .5s ease-in;
    margin: 8px auto;
}

.client-item:hover {
    transform: scale(1.2);
}


/**************************************
 ** - 14 - Subscribe Section CSS
 **************************************/

.subscribe-area {
    position: relative;
    background-color: #f5f6f9;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.5;
}

.subscribe-content {
    text-align: left;
}

.subscribe-content .sub-title {
    color: #555;
    display: block;
}

.subscribe-content h2 {
    color: #0b0b31;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 24px;
}

.newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: end;
}

.newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 50px;
    padding-left: 25px;
    border-radius: 5px;
    outline: 0;
    color: #0b0b31;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #747576;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #747576;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #747576;
}

.newsletter-form .input-newsletter::placeholder {
    color: #747576;
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #85509C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
}

.newsletter-form button:hover {
    background-color: #0b0b31;
    color: #ffffff;
}

.btn-contato-whats{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background-color: #85509C;
    color: #fff;
    border-radius: 5px;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 400;
}
.btn-contato-whats i{
    margin-right: 8px;
}

.btn-contato-whats:hover{
    background-color: #0b0b31;
    color: #fff;
}


/**************************************
 * 17.Footer Section Style
 *************************************/

.footer-top-wrapper {
    background-color: #202338
}

.footer-bottom-wrapper {
    padding: 30px 0;
    background-color: #1a1c2d;
}

.footer-about .footer-logo {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.footer-about p {
    color: #fff;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.footer-list h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 18px;
}

.footer-list ul li a {
    display: block;
    color: #dadada;
    padding: 5px 0;
}

.footer-social-icon {
    margin-top: 20px;
}

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

.footer-social-icon li a {
    color: #fff;
    background: #85509C;
    border-radius: 3px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.footer-social-icon li a:hover {
    opacity: 0.4;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.footer-app-btn .button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-app-btn .button:last-child {
    margin-bottom: 0px;
}

.footer-copyright-text p {
    color: #fff;
}