/*
------------------

Project:        Napp - App landing HTML5 Template
Version:        1.0
Primary use:    App landing. 
Author:         Sabeer M
------------------

----------------
Table of Content
----------------

1.  preloader
2.  Header Part

    2.1. nav part
    2.2. banner part

3.  About us Part
4.  Our Feature Part
5.  Feedbacks Part
6.  Functions part
7.  FAQ Part
8. Contact part
9. Footer part

---- PopUps ----

10. Download PopUps
11. Login/signup PopUps 
12. Promo Code PopUps
13. Newsletter PopUps

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Ubuntu:300,400,500,700');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent;
}

img {
    border: 0;
}

.clr {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

body {
    overflow-x: hidden;
}

#loading,
.load-circle:before {
    bottom: 0
}

.m-btn,
.m-btn-link,
.more-btn {
    text-decoration: none !important
}

.m-btn,
.portfolio-filter li {
    cursor: pointer;
    text-transform: uppercase
}

.counter-col h6,
.m-btn,
.m-btn-link,
.more-btn,
.portfolio-filter li,
.progress-lt h6 {
    text-transform: uppercase
}
/* =========== Preloader ============ */

#musa-loader {
    background-color: #ffd6fe;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    transform: translate(-50%,-50%);
}

/* ============================
            common 
========================= */

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.mt0 {
    margin-top: 0 !important;
}

img {
    max-width: 100%
}

.section {
    padding-top: 80px;
    /*margin-top: -80px;*/
}

.font-alt {
    font-family: 'Ubuntu', sans-serif;
}

.simply-touch h1 {
    font-size: 60px;
    font-weight: 400;
    color: #fefefe;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.simply-touch h1 span {
    /*! font-weight: 300; */
}

.social-icons {
    margin: 0;
    padding: 0
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border-radius: 50%;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s
}

.m-btn,
.m-btn-link,
.more-btn,
.section-title h2 {
    display: inline-block
}

.social-icons li a:hover {
    background: #333;
    color: #fff;
}

.section-title h2 {
    margin: 0;
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 35px;
    z-index: 1;
    color: #151515;
}

.section-title p {
    margin: 0;
    font-size: 16px
}

.m-btn-link,
.m-btn-link:after {
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s
}

.m-btn-link {
    color: #222 !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: ease all .3s;
    font-family: 'Ubuntu', sans-serif;
}

.m-btn-link i {
    margin-left: 5px;
    transition: ease-in-out all .4s;
}

.header-nav .navbar-toggler span,
.navbar-toggler span {
    background: #222;
}
.navbar-toggler{
    background: #fff;
}

.m-btn-link:hover:after {
    width: 10px;
    left: -15px
}

.m-btn-link:hover:before {
    width: 100%;
    transition-delay: .4s
}

.m-btn-link:hover i {
    transform: translateX(7px);
}

.m-btn-link-white {
    color: #222 !important;
}

.sec-round {
    top: 0;
    left: 0;
    right: 0
}

/* ===============================
        Header Part css
==================================*/

.navbar {
    z-index:999;
    position: fixed;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all linear .3s;
}

.navcss {
    /*background: linear-gradient( to left, #e6a2ee, #3e229c);
    background: -webkit-linear-gradient( to left, #e6a2ee, #3e229c);
    background: -moz-linear-gradient( to left, #e6a2ee, #3e229c);*/
  background:#000;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .2);
}

.header-nav .navbar-brand {
    color: #fff;
    font-weight: 800;
    position: relative;
    font-size: 23px
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left
}

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

.header-nav .navbar-nav .nav-item {
    position: relative;
}

.header-nav .m-nav {
    margin-right: 60px;
}

.header-nav .navbar-nav .nav-item a {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    color: #fefefe;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Ubuntu";
}

.header-nav .nav-sign {
    vertical-align: top;
}

.nav-sign li a {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
    color: #fefefe;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 12px;
    border-radius: 5px;
    width: 100px;
    height: 50px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s
}

.nav-sign li a:hover,
.nav-sign li .active-btn {
    background: #3c219b;
    box-shadow: 0px 5px 10px 4px rgba(60, 33, 155, .2);
    -webkit-box-shadow: 0px 5px 10px 4px rgba(60, 33, 155, .2);
    -moz-box-shadow: 0px 5px 10px 4px rgba(60, 33, 155, .2);
    -o-box-shadow: 0px 5px 10px 4px rgba(60, 33, 155, .2);
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0 !important;
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 4px;
}

.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span + span + span {
    width: 10px;
}

.dropdown-toggle::after {
    margin-left: -1px !important;
    vertical-align: .05em !important;
}
.full-screen {
     min-height: 830px;
}

.home-banner {
    position: relative;
    overflow: hidden;
}
.home-banner:after{
    background: url(../images/Home_Page_shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    z-index: -2;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    
}
.home-text-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
}

.home-banner h5 {
    font-size: 60px;
    font-weight: 400;
    color: #fefefe;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.home-banner h5 span {
    font-weight: 300;
}

.home-banner p {
    width: 560px;
    max-width: 100%;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 35px;
    color: #222;
    margin: 0
}

.home-banner .m-btn {
    min-width: 140px;
    margin-right: 10px;
    text-align: center
}

.banner-icon li {
    /*float: left;*/
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    text-align: center;
    line-height: 58px;
    color: #222;
    background: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    box-shadow: 0px 2px 10px 4px rgba(255, 255, 255, .2);
}

.banner-icon li i {
    color: #222;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.banner-icon li:hover {
    background: #3c219b;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
}

.banner-icon li:hover i {
    color: #fff;
}

.banner-icon li:first-child {
    margin-right: 100px;
}

.banner-icon .apple {
    position: relative;
}

.banner-icon .apple:after {
    width: 1px;
    height: 60px;
    background: #fff;
    opacity: 0.2;
    left: 110px;
    top: 0px;
    position: absolute;
    content: '';
}

.banner-icon li p {
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
    padding-top: 6px;
}

.banner-img li {
    float: left;
}

.banner-img {
    position: relative;
}

.banner-img::after {
    background: url(../images/banner-mobile-image.png);
        background-repeat: repeat;
    height: 573px;
    z-index: 99;
    width: 50%;
    right: -240px;
    top: -73px;
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    animation: movebounce 3.9s linear infinite;
}

/*=====================================
 get social class start 
=======================================*/

.social_icon {
    position: fixed;
    left: calc(100% - 8px);
    top: 45%;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: inline-block;
}

.social_icon ul li {
    margin-bottom: 8px;
    background: #fff;
    transition: all linear .3s;
    white-space: nowrap;
    border-top: 0.8px solid #c4c4c4;
    border-bottom: 0.8px solid #c4c4c4;
    margin-left: 8%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    width: 127px;
}

.social_icon ul li a {
    color: #695aa6;
    font-size: 20px;
    font-family: "Ubuntu";
    font-weight: 500;
    text-decoration: none;
}

.social_icon ul li:hover {
    -o-transform: translateY(-128px, 0);
    -moz-transform: translateY(-128px, 0);
    -webkit-transform: translate(-128px, 0);
    transform: translate(-128px, 0);
}

.social_icon ul li a i {
    color: #999;
    font-size: 20px;
    text-align: center;
    background: #ffffff;
    line-height: 24px;
    padding: 15px 19px 16px 20px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 6%;
    margin-left: -58px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(105, 90, 166, 0.5);
    text-decoration: none;
}

.social_icon ul li a:hover i {
    background-image: linear-gradient( to right, #e6a2ee, #3e229c);
    background-image: -webkit-linear-gradient( to right, #e6a2ee, #3e229c);
    background-image: -moz-linear-gradient( to right, #e6a2ee, #3e229c);
    color: #ffffff;
}

.tweet :hover i {
    color: #444;
}

.tweet i {
    font-size: 25px;
    color: #695aa6;
    background: transparent;
    padding-left: 6%;
    padding-top: 10px;
}

.social_icon ul li.tweet a:before {
    content: "\f17d";
    font-family: 'FontAwesome';
    position: absolute;
    padding-left: 34%;
    font-size: 24px;
    padding-top: 15px;
}

.social_icon ul li.tweet a:after {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    padding-left: 48%;
    font-size: 25px;
    padding-top: 16px;

}

/* =====================================
 get social class end 
======================================= */

/* ===========================================================
            Start About us Part
=============================================================== */

.aboutus {
    position: relative;
    overflow: hidden;
    margin-top: -90px;
}

.heading {
    font-size: 40px;
    position: relative;
    color: #222;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    font-family: "Ubuntu";
    text-transform: capitalize;
    z-index: 0;
    margin-bottom: 65px;
}

.heading:after {
    content: 'About';
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 80px;
    left: 50%;
    transform: translateX(-115px);
    color: #ddd;
}

.m-btn-link:hover {
    color: #00bef1 !important;
}

.about-left p {
    font-size: 14px;
    color: #444;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    font-family: "Open Sans";
}

.about-left {
    margin-top: -60px;
}

.about-ss {
    position: relative;
    animation: movebounce 3.9s linear infinite;
}

.about-ss img {
    /*padding-top: 80px;*/ border-radius:8px;
}


.about-ss:before {
    /*! background: url(../images/dots.png); */
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
    width: 110%;
    left: -100px;
    top: 10px;
    position: absolute;
    content: '';
}

/*=====================================
    Start of Counter  part css
=======================================*/

.counter-text h3 {
    font-size: 20px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 60px;
}

.counter-text h4 {
    font-size: 20px;
    color: #222;
    text-transform: capitalize;
    font-family: "Ubuntu";
    font-weight: 500;
}


/*=====================================
 End of Counter  part css
=======================================*/

/* ============= video part ========*/

.video-watch {
    position: relative;
    text-align: center;
    margin-top: 5px;
}

.side-video {
    margin-top: 30px;
}

.side-video {
    position: relative;
}

.side-video:before {
    position: absolute;
    content: '';
    width: 274px;
    top: 5px;
    height: 205px;
    z-index: -1;
    background: transparent;
    /*border: 2px solid transparent;*/
    /*-moz-border-image: -moz-linear-gradient(to right, #000000 0%, #222 100%);*/
    /*-webkit-border-image: -webkit-linear-gradient(to right, #000000 0%, #222 100%);*/
    /*border-image: linear-gradient(to right, #000000 0%, #222 100%);*/
    border-image-slice: 1;
    opacity: 1;
    left: 140px;
    
}

.youtube_video a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    background: linear-gradient(to left, #000 0%, #222 100%);
    border-radius: 50%;
    line-height: 60px;

}

/*=====================================
 End of About Napp part css
=======================================*/

/* ==============================
      Start Our Feature Part
=================================*/

.heading2 {
    font-size: 32px;
    position: relative;
    color: #222;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    font-family: "Ubuntu";
    text-transform: capitalize;
    z-index: 0;
    margin-bottom: 20px;
}

.heading2:after {
    content: 'features';
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 80px;
    left: 50%;
    transform: translateX(-168px);
    color: #ddd;
}

.features {
    /*! margin-bottom: 185px; */
  overflow: hidden;
}

.features-left img {
    margin-top: 185px!important;
    margin-left: 101px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.1);
  border-radius: 8px;
}

.features-left img {
    margin-top: 50px;
}

.features-slick-shape,
.features-left-slick,
.features-left,
.features-shape,
.features-ss {
    position: relative;
}
.features-left-slick{
     
}



.features-left:after {
    background: url(../images/dots2.png);
    background-repeat: no-repeat;
    height: 100%;
    z-index: -6;
    width: 100%;
    left: -40px;
    top: 12%;
    position: absolute;
    content: '';
    animation: rotate 9s linear infinite;
}

.features-shape:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin-top: -36%;
    left: 298px;
    transform: translateY(-50%);
    z-index: 9;
}

.features-shape:before {
    position: absolute;
    content: '';
    width: 340px;
    height: 2px;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin-top: -36%;
    left: 315px;
    transform: translateY(-50%);
    z-index: 9;
}

.features-slick {
    /* margin-top: 70px; */

    /* EDIT2021 */
    /* margin-top: 81px; */
    /* EDIT2021 */
    margin-top: 130px;
    margin-bottom: 130px;
}


.features-text {
    opacity: 0.5;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, .2);
}

.features-text {
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
    padding: 30px;
    /*width: 380px!important;*/
    width: 377px !important;
    margin-left: 21px;

    min-height: 250px;

    
}

.features-text h3 {
    font-size: 19px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 10px;
}

.features-text p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;

    padding-bottom: 10px;
}

.features-slick-shape:after {
    position: absolute;
    content: '';
    width: 410px;
    height: 280px;
    border: 1px solid #f6e1f8;
    margin-top: 100%;
    left: 5px;
    transform: translateY(-31%);
    z-index: 9;
    border-radius: 15px;
}

.features-slick .slick-list {
    height: 765px!important;
}

.features-text.slick-center {
    background: #f5f5f5!important;
    opacity: 1!important;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, .2);
    
}


.slidNext {
    position: absolute;
    bottom: -6%;
    left: 48%;
    transform: translateX(-50%) rotate(89deg);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9;
    color: #ddd;
    padding-top: 11px;
}

.slidprev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 37px !important;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    top: -7%;
    left: 46%;
    transform: translateX(-50%) rotate(-89deg);
    z-index: 9;
    color: #ddd;
    padding-top: 1px;
}

.slidNext:hover,
.slidprev:hover {
    background: linear-gradient(to right, #000 0%, #222 100%);
    color: #fff;
}

/* ==============================
        Start Feedbacks Part
   ============================== */

.feedbacks {
    background-size: cover;
    background-position: center;
    /*! height: 270px; */
    margin-bottom: 150px;
    margin-top: 135px !important;
}

.heading3 {
    font-size: 32px;
    position: relative;
    color: #fff;
    line-height: 24px;
    padding-top: 65px;
    text-align: center;
    font-weight: 600;
    font-family: "Ubuntu";
    text-transform: capitalize;
    z-index: 0;
}

.heading3:after {
    content: 'feedback';
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 75px;
    opacity: 0.1;
    left: 50%;
    transform: translateX(-168px);
    color: #ddd;
}

.feedbacks .slick-slide img {
    display: initial;
}

.feedback-details {
    background: #fff;
    border-radius: 3px;
    /*! box-shadow: 0 1px 30px 0 rgba(81, 39, 159, .2); */
    margin-bottom: 20px;
    margin-top: 60px; border-radius: 8px;
}

.feedback-details img{border-top-right-radius:8px; border-top-left-radius:8px;}

.feedback-details h2 {
    font-size: 20px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px; padding-bottom: 20px;
    text-transform: capitalize;
}

.feedback-details h5 {
    font-size: 16px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.feedback-details p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: calc(100% + 0px);
    width: 100%;

    display: none !important;
 159, .2);
    margin-bottom: 20px;
    margin-top: 60px; border-radius: 8px;
}

.feedback-details img{border-top-right-radius:8px; border-top-left-radius:8px;}

.feedback-details h2 {
    font-size: 20px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px; padding-bottom: 20px;
    text-transform: capitalize;
}

.feedback-details h5 {
    font-size: 16px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.feedback-details p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: calc(100% + 0px);
    width: 100%;
nt-family: "Ubuntu";
    z-index: -1;
    font-size: 75px;
    opacity: 0.1;
    left: 50%;
    transform: translateX(-50%);
    color: #8e8e8e;
}

.faq-details {
    background: #fff;
    border-radius: 3px;
    padding: 30px 25px;
    box-shadow: 0 1px 30px 0 rgba(81, 39, 159, .2);
    margin-bottom: 20px;
    margin-top: 60px;
}

.faq-details h5 {
    font-size: 20px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.faq-slick .slick-center h5 {
    color: #431fb0;
}

.faq-details p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
}

.faqNext {
    position: absolute;
    top: 53%;
    right: -5%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    z-index: 9;
    color: #431fb0;
    padding-top: 1px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.faqprev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    top: 53%;
    left: -5%;
    transform: translateY(-50%);
    z-index: 9;
    color: #431fb0;
    padding-top: 1px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.faqNext:hover,
.faqprev:hover {
    background: linear-gradient(to right, #e6a2ee 0%, #3e229c 100%);
    color: #fff;
}

/*=====================================
         Price Part Start
=======================================*/

.price {
    margin-top: 80px;
}

.heading4 {
    font-size: 32px;
    position: relative;
    color: #222;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    font-family: "Ubuntu";
    text-transform: capitalize;
    z-index: 0;
}

.heading4:after {
    /*! content: 'Pricing'; */
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
}

.price-inner {
    margin-top: 30px;
}

.price-details {
    padding: 60px 20px;
    margin-bottom: 20px;
    margin-top: 60px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.price-details h6 {
    font-size: 20px;
    color: #ddd;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.price-details h5 {
    font-size: 50px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.price-details h4 {
    font-size: 14px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.price-details p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 60px;
}

.price-details a {
    border-radius: 3px;
    padding: 15px 20px;
    box-shadow: 0 1px 30px 0 rgba(81, 39, 159, .2);
    background: #fff;
    color: #444;
    font-size: 20px;
    font-family: "Ubuntu";
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
}

.price-details:hover,
.active .price-details {
    background: linear-gradient(to left, #e6a2ee 0%, #794fc5 100%);
    box-shadow: 0 0px 100px 0 rgba(81, 39, 159, .3);
}

.price-details:hover h6,
.price-details:hover h5,
.price-details:hover h4,
.price-details:hover p,
.price-details:hover a,
.active .price-details h6,
.active .price-details h5,
.active .price-details h4,
.active .price-details a,
.active .price-details p {
    color: #fff;
}

.price-details:hover a,
.active .price-details a {
    background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%);
}

/*=====================================
         Price Part End
=======================================*/

/*=====================================
       Functions part Start
=======================================*/

.function {
    padding-bottom: 50px;
    overflow: hidden;
}

.function-text1,
.function-text {
    position: relative;
    padding-top: 100px;
}

.function-padding {
    padding-bottom: 60px;
}

.function-text:after {
    background: url(../images/dots3.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 80%;
    height: 80%;
    left: -105px;
    top: 0px;
    position: absolute;
    content: '';
    animation: moveleftbounce 4.9s linear infinite;
}

.function-text1:after {
    background: url(../images/dots3.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 80%;
    height: 80%;
    right: -265px;
    top: 0px;
    position: absolute;
    content: '';
    animation: moveleftbounce 4.9s linear infinite;
}

.function-img {
    background: #fff;
    width: 75px;
    height: 90px;
    box-shadow: 0 13px 40px 0 rgba(81, 39, 159, .2);
}

.function-img img {
    padding: 15px;
}

.function-img2 {
    background: #fff;
    width: 70px;
    height: 76px;
    box-shadow: 0 13px 40px 0 rgba(81, 39, 159, .2);
}

.function-img2 img {
    padding: 13px;
}

.function-img1 {
    background: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0 13px 40px 0 rgba(81, 39, 159, .2);
}

.function-img1 img {
    padding: 13px;
}

.function-heading {
    padding-top: 44px;
}

.function-heading1 {
    padding-top: 24px;
}

.function-heading2 {
    padding-top: 28px;
}

.function-heading1 h4,
.function-heading2 h4,
.function-heading h4 {
    color: #000;
    font-size: 24px;
    font-family: "Ubuntu";
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
}

.function-heading1 h5,
.function-heading2 h5,
.function-heading h5 {
    color: #444;
    font-size: 18px;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 300;
}

.function-text1 p,
.function-text p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 60px;
}

.function-icon li {
    float: left;
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    text-align: center;
    line-height: 58px;
    color: #222;
    background: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    box-shadow: 0px 5px 35px 0px rgba(81, 39, 159, .2);
}

.function-icon li i {
    color: #222;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.function-icon li:hover {
    background: #3c219b;
}

.function-icon li:hover i {
    color: #fff;
}

.function-icon li:hover p {
    color: #3c219b;
}

.function-icon li p {
    color: #222;
    font-size: 15px;
    font-family: sans-serif;
    padding-top: 10px;
}

.function-icon li:first-child {
    margin-right: 100px;
}

.function-ss1,
.function-ss2,
.function-ss,
.function-icon .apple {
    position: relative;
}

.function-icon .apple:after {
    width: 1.5px;
    height: 60px;
    background: #888;
    opacity: 0.2;
    left: 110px;
    top: 0px;
    position: absolute;
    content: '';
}

.function-ss:after {
    background: url(../images/why-1.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -283px;
    top: 40px;
    position: absolute;
    content: '';
    border-radius:8px;
    animation-duration: 3s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}

.function-ss1:after {
    background: url(../images/create-account-screenshort-2.html);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -70px;
    top: 40px;
    position: absolute;
    content: '';
}

.function-ss2:after {
    background: url(../images/login-screenshort-2.html);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -283px;
    top: 40px;
    position: absolute;
    content: '';
}


/*=====================================
   function Part End
=======================================*/

/*=====================================
 start of contact Part Css
=======================================*/

#contact {
    background: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*padding-top: 300px;*/
    margin-top: 0px;
    margin-bottom: -6px;
}

.contact-text {
    border-bottom: 1px solid #ddd;
}

.contact-logo img {
    padding-bottom: 10px;
}

.contact-logo h1 {
    color: #fff;
    font-size: 32px;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 120px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-logo p {
    font-size: 13px;
    color: #8a8a8a;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 20px;
}

.follow {
    margin-bottom: 50px;
}

.follow a {
    margin-right: 15px;
    text-align: center;
    border: 1px solid transparent;
    float: left;
    color: #fff;
    font-size: 22px;
    width: 46px;
    height: 46px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.follow a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, .3);
}
.footer-text{
    text-align: right;
}

/*=====================================
 End of contact Part Css
=======================================*/

/*=====================================
 Start of Footer Part Css
=======================================*/

.footer-inner p {
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 24px;
    padding: 18px 0;
}

.footer-link li {
    display: initial;
}

.footer-link a {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
    color: #8a8a8a;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 10px 0;

}

/*=====================================
 End of Footer Part Css
=======================================*/

.name-or,
#news11 {
    position: relative;
}

.newsletter {
    position: absolute;
    /*top:0px;*/
    top: 190px;
    width: 770px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 25px 0 45px;
    box-shadow: 0 11px 100px 0 rgba(0, 0, 0, .2);
}

.newsletter h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    font-family: "Ubuntu";
    line-height: 24px;
    margin-bottom: 35px;
}

.newsletter .name a {
    border-radius: 3px;
    padding: 15px 36px;
    background: #fff;
    color: #444;
    font-size: 20px;
    font-family: "Ubuntu";
    text-transform: capitalize;
    cursor: pointer;
    line-height: 24px;
    font-weight: 500;
    box-shadow: 0 5px 30px 0 rgba(81, 39, 159, .2);
}

.name-or:after {
    content: 'Or';
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 24px;
    top: -5px;
    transform: translateX(77%);
    color: #888;
}

.newsletter .name a:hover {
    color: #fff;
    background: linear-gradient(to right, #000 0%, #313131 100%);
}

/* === BACK TO TOP CSS == */

#back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to bottom, #000000 0%, #393939 100%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#back-top-btn i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 15px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#back-top-btn:hover i {
    color: #fff;
    top: 12px;
}

/*=====================================
Download PopUps Part Start start 
=======================================*/

.modal-content {
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 60px;
    margin-top: 15%;
}

.modal-header i {
    position: absolute;
}

.modal-header {
    border-bottom: none;
}

.modal-dialog {
    margin-top: 100px;
    max-width: 1024px!important;
}

.download-close {
    float: right;
    background: linear-gradient(to left, #e6a2ee 0%, #794fc5 100%);
    border-radius: 50%;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    z-index: 99999;
    position: absolute;
    right: -8px;
    top: -15px;

}

.download-close i {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    padding: 5px 15px;
}

.download-icon {
    margin-left: 59%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.letter_inner {
    text-align: center;
}

.letter_inner img {
    padding-bottom: 30px;
    margin-top: 20px;
}

.letter_inner h2 {
    font-size: 30px;
    color: #444;
    font-weight: 500;
    font-family: "Ubuntu";
    line-height: 24px;
    margin-bottom: 30px;
}

.letter_inner h4 {
    font-size: 24px;
    color: #3c219b;
    font-weight: 500;
    font-family: "Ubuntu";
    line-height: 24px;
    margin-bottom: 25px;
}

.letter_inner p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 24px;
    padding: 0 24%;
}

.letter_inner span {
    text-transform: uppercase;
    color: #3c219b;
}

.download-icon li p {
    color: #222;
    font-size: 15px;
    font-family: sans-serif;
    padding-top: 8px;
}

.download-icon li.active p,
.download-icon li:hover p {
    color: #3c219b;
}

.download-icon li.active,
.download-icon li:hover {
    background: #3c219b;
}

.download-icon li.active i,
.download-icon li:hover i {
    color: #fff;
}

/*=====================================
Login/signup PopUps start 
=======================================*/

.log-sign {
    max-width: 535px!important;
}

.switch-button {
    box-shadow: 0 0px 130px 0 rgba(81, 39, 159, .23);
    width: 400px;
    height: 45px;
    margin-top: 30px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    font-family: "Ubuntu";
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    background: #fff;
}

.nav-item .switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: #444;
    position: relative;
    border: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding-bottom: 1px;
}

.nav-item .switch-button-case:hover {
    cursor: pointer;
}

.nav-item .switch-button-case:focus {
    outline: none;
    text-decoration: none;
}

.switch-button .btn-active {
    color: #fff !important;
    background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%);
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
}

.switch-button a {
    padding: 2px 17% 0;
    color: #222;
}

.switch-button a.active-case,
.active-case:focus,
.active-case {
    color: #fff;
}

.user-log {
    position: relative;
}

.user-log:after {
    position: absolute;
    content: '';
    background: url(../images/upload-to-cloud.html);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 54.4%;
    top: 77px;
}

.user-log:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: 52%;
    top: 65px;
    border-radius: 100%;
    background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%);
}

.user-log img {
    padding-bottom: 0px;
}

.sign-tab li {
    float: left;
    width: 172px;
}

.log-tab label {
    display: block!important;
    margin-bottom: 5px;
}
.log-tab h3,
.log-tab label {
    font-size: 18px;
    color: #3c219b;
    font-weight: 500;
    font-family: "Ubuntu";
    line-height: 24px;
    margin-top: 15px;
}
.log-tab input {
    border-bottom: 1px solid #888!important;
    border: none;
    text-align: center;
    width: 45%;
    font-size: 16px;
    padding-bottom: 5px;
}

.log-tab input[type=tel] {
    width: 100px;
    width: 95%;
    padding-bottom: 6px;
}

.letter_inner::-webkit-input-placeholder {
    color: #808080;
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}

.letter_inner::-moz-placeholder {
    color: #808080;
    text-align: center;
    font-size: 16px;
}

.log-tab ul {
    width: 305px;
    margin-left: 50%;
    transform: translateX(-45%);
}

.log-tab li {
    float: left;
}

.log-tab li:first-child {
    margin-right: 30px;
}

.log-tab select {
    border-bottom: 1px solid #888!important;
    border: none;
    text-align: center;
    background: #fff;
    width: 100%;
    padding-bottom: 3px;
}

.log-tab a {
    color: #fff !important;
    background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%);
    border-radius: 25px;
    position: relative;
    width: 269px;
    box-shadow: 0 10px 40px 0 rgba(81, 39, 159, .25);
    height: 48px;
    display: inline-grid;
    font-size: 20px;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 11px 0;
    margin-top: 32px;
    margin-bottom: 30px;
    line-height: 24px;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
}

.log-tab:hover a {
    width: 290px;
}

.tab-log h6 {
    margin-top: 25px;
}

.tab-log h6 a {
    color: #3c219b;
    text-transform: capitalize;
}

.sign-tab label {
    display: block!important;
    text-align: left;
    font-size: 14px!important;
    color: #888;
    font-weight: 500;
    font-family: "Ubuntu";
}

.sign-tab input {
    width: 10%!important;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.sign-tab ul {
    width: 360px!important;
    margin-left: 50%;
    transform: translateX(-50%)!important;
    margin-top: 30px;
}

.sign-tab li:first-child {
    margin-right: 0px!important;
}

input[type="checkbox"] {
    visibility: hidden;
}

input[type=checkbox]:checked + label {
    color: #3c219b;
}

input[type="checkbox"] + label:before {
    border: 1px solid #ccc;
    background: #ccc;
    content: "\00a0";
    display: inline-block;
    font: 15px/0.9em sans-serif;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    border-radius: 2px;
    margin-top: 2px;
}

input[type="checkbox"]:checked + label:before {
    background: #3c219b;
    color: #fff;
    content: "\2713";
    text-align: center;
    font-weight: 700;
}

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.sign h4 {
    font-size: 17px;
    font-weight: 500;
    font-family: "Ubuntu";
    text-align: center;
    color: #888;
}

.sign-inner i {
    color: #ccc;
    font-size: 20px;
}

.sign-inner {
    width: 50px!important;
    height: 50px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0px 130px 0 rgba(81, 39, 159, .2);
    border-radius: 50%;
    line-height: 52px;
    margin: 0px 37px 29px;
}

.sign-inner.slick-center {
    background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%)!important;
    opacity: 1!important;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, .25);
    margin: 0 46px;
}

.sign-inner.slick-center i {
    color: #fff;
}

.sign-inner.slick-active {
    background: #fff;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, .3);
    margin-top: 20px;
}

.sign-slick {
    width: 617px!important;
    margin-left: -54px;
    height: 108px;
}
/* newsletter */

.input-group {
	margin-left: 50%;
    transform: translateX(-22%);
    margin-top: 30px;
}

.input-group a {
	text-decoration: none;
}

.input-group input {
	position: relative;
	color: #707070;
	text-transform: capitalize;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	border: 1px solid #ddd;
	border-radius: 100px;
	font-size: 14px;
	height: 45px;
	background: #ffffff;
	width: 430px;
	padding-left: 20px;
	font-style: italic;
}

.button {
	background: linear-gradient(to right, #e6a2ee 0%, #794fc5 100%)!important;
	border: 0 none;
	border-radius: 100px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Ubuntu";
	font-weight: 400;
	outline: 0 none;
	padding: 8px 22px;
	position: absolute;
	text-align: center;
	text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105, 90, 166, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(105, 90, 166, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(105, 90, 166, 0.3);
	z-index: 1;
	transform: translateX(-100%) translateY(-3%);
	-o-transform: translateX(-100%) translateY(-3%);
	-moz-transform: translateX(-100%) translateY(-3%);
	-webkit-transform: translateX(-100%) translateY(-3%);
}

.button:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.form-group {
	margin-bottom: 15px !important;
}
.tab-inner-log{
    color: #794fc5;
}
.tab-inner-log:hover{
    color: #e6a2ee;
}
/* donate poppup */
/*  animation*/
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(30px); }
  100% {
    transform: translateX(-10px); } }

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




/*********************** Demo - 8 *******************/
.box8 .icon,.box8 .title{margin:0;position:absolute}
.box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box8 img{width:100%;height:auto}
.box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box8 .icon li a,.box8 .title{background:#ef4050;font-size:20px;color:#fff}
.box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0)}
.box8 .title{padding:5px 7px;border-radius:5px;font-weight:600;bottom:20px;left:20px;transition:all .9s ease 0s}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
.box8:hover .title{bottom:-40px}
.box8 .icon{list-style:none;padding:0;top:42%;left:0;right:0}
.box8 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px}
.box9 .icon,.box9 .title{width:100%;font-size:22px}
.box8 .icon li a:hover{background:#fff;color:#000}
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}

/*********************** Demo - 9 *******************/
.box9{background:#000;text-align:center;position:relative}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}
.box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
.box9 .title{font-weight:700;color:#fff;line-height:17px;margin:5px 0;position:absolute;bottom:55%}
.box10 .icon li a,.box9 .icon li a{line-height:35px;border-radius:50%}
.box9 .icon{list-style:none;padding:0;margin:0;position:absolute;top:50%}
.box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px)}
.box9:hover .icon li{opacity:1;transform:translateY(0)}
.box9:hover .icon li:first-child{transition-delay:.1s}
.box9:hover .icon li:nth-child(2){transition-delay:.2s}
.box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s}
.box9 .icon a:hover{background:#fff}
@media only screen and (max-width:990px){.box9{margin-bottom:20px}
}

.a-color-price{
    color: #B12704!important;
    text-align: left !important;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 2px;
}

.shop-btn{
    background: #222;
    border: none;
    padding: 5px 20px;
    color: white;
    /*font-size: 13px;*/
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 9;

    height: 43px;
    font-size: 20px;
    /*! letter-spacing: 0.05em; */
    font-weight: 400;
    font-family: "Ubuntu";
    border-radius: 9px;
}
.shop-btn:hover{
    background: #02356f;
    cursor: pointer;
}

.product-text1 h2{
    font-weight: 400;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 24px;
    margin-top: 8px;
    font-size: 20px;
    color: #404040;
    padding: 3px 0px 3px 18px;
}

.txt-style1{
    font-weight: 400;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    margin-top: 8px;
    font-size: 20px !important;
    color: #404040 !important;
}

.icon-style{
    background: #292929;
    color: white;
    padding: 10px;
    border-radius: 10%;
}

.icon-padding{
    padding: 15px;
}

.padding-tt{
    padding-top: 10px;
    font-size: 15px !important;
}
.padding-ttb{
    padding-top: 10px;
    font-size: 15px !important;
}

.product-text1 ul>li{
    margin-bottom: 12px;
    margin-top: 12px;
}

.checked {
  color: orange;
}

.checked2 {
  color: #afafaf;
}

.padd-img{
    margin-bottom: 30px;
    margin-top: 50px;
}
.product-text2{
    /*font-size: 14px !important;*/
    text-decoration: none;
    color: #696969 !important;
}

.marg1{
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}

.pro-style-heading{
    border-radius: 2px;
    /*float: left;*/
background: #f6f6f6;

    
   /* background: rgba(102,102,102,1);
background: -moz-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(196,196,196,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(100%, rgba(196,196,196,1)));
background: -webkit-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(196,196,196,1) 100%);
background: -o-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(196,196,196,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(102,102,102,1) 0%, rgba(196,196,196,1) 100%);
background: linear-gradient(135deg, rgba(102,102,102,1) 0%, rgba(196,196,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#c4c4c4', GradientType=1 );
*/
    }
.pro-style-name li{
    font-size: 13px;
    color: #666;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    /*padding: 0px 13px;*/
    list-style: inside;
    margin-left: 21px;
}

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

.pd-top{
    padding-bottom: 30px;
}
.padding-tb{
    padding-bottom: 5px;
    padding-top: 5px;
}

/*---image animate---*/
/*.anim-up {
  width: 100px;
  height: 100px;
  background: red;
  position: relative;
  -webkit-animation: mymove 3s; 
  -webkit-animation-fill-mode: forwards; 
  animation: mymove 3s;
  animation-fill-mode: forwards;
}


@-webkit-keyframes mymove {
  from {top: 200px;}
  to {top: 0px;}
}

@keyframes mymove {
  from {top: 200px;}
  to {top: 0px;}
}*/


/*------whatsapp chat------*/

/*------whatsapp chat------*/
 

.float-whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF!important;
    border-radius:50px;
    text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float-whatsapp{
    margin-top:16px;
}
/*------end whatsapp chat------*/


.style-pad{
    margin-top: 8vh;
}
.style-pad2{
    margin-top: 8vh !important;
}


/*---image end -----*/






.heading2::after {
  content: 'So Smart!';
  position: relative;
  font-weight: 500;
  font-family: "Ubuntu";
  z-index: -1;
  font-size: 100px;
  left: 0;
  transform: translateX(0px);
  color: #222;
  top: 0;
  opacity: 0.1;
  width: 100%;
  text-align: center;
  display: block;
  top: -60px;
}


.simply-touch h3{
color: #FFF;
font-family: Ubuntu;
font-size: 35px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.35px; margin-bottom: 15px}

.simply-touch p{
color: #F1F1F1;
text-align: center;
font-family: Ubuntu;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.24px;
}


.box-1{
    width: 90px;
height: 90px;
border-radius: 20px;
background: #FFF2F2;
margin: auto;
-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
    display: flex;
    padding: 20px;
}

.box-2{
    width: 90px;
height: 90px;
border-radius: 20px;
background: #FDFBDA;
margin: auto;
-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
display: flex;
    padding: 20px;
}

.box-3{
    width: 90px;
height: 90px;
border-radius: 20px;
background: #E2F3FF;
margin: auto;
-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
display: flex;
    padding: 20px;
}

.box-4{
    width: 90px;
height: 90px;
border-radius: 20px;
background: #FFE7FB;
margin: auto;
-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.11);
display: flex;
    padding: 20px;
}



.smart-font{
    color: #FEFEFE;
font-family: Segoe UI;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}


/*/ start count stats /*/

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding: 230px 0;
  margin-bottom: 100px;
  background: url(../images/lines.png) #222 center;
  background-repeat: no-repeat;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;

}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/

.dis-inline{display: inline-block;}