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

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

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

.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 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.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 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
}

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

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

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

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

.m-btn-link:hover:before {
    width: 100%;
    transition-delay: 0.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 {
    position: fixed;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all linear 0.3s;
}

.navcss {
    background: linear-gradient(to left, #fff, #fff);
    background: -webkit-linear-gradient(to left, #ff7f07, #ff7f07);
    background: -moz-linear-gradient(to left, #ff7f07, #ff7f07);
    box-shadow: 0 0px 5px 0px rgba(0, 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: 42px;
    right: 14px;
    float: left;
}

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

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

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

.header-nav .navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 27px;
    position: relative;
    padding: 0;
    color: black;
    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: 14px;
    vertical-align: top;
    text-align: center;
    color: #fefefe;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 12px;
    border-radius: 5px;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.nav-sign li .login_btn{
    width: 123px;
}

.reg_btn{
    width: 100% !important; 
}

.nav-sign li a:hover,
.nav-sign li .active-btn {
    background: #ff7f07;
    box-shadow: 0px 5px 10px 4px rgba(255, 127, 7, 0.3);
    -webkit-box-shadow: 0px 5px 10px 4px rgba(255, 127, 7, 0.3);
    -moz-box-shadow: 0px 5px 10px 4px rgba(255, 127, 7, 0.3);
    -o-box-shadow: 0px 5px 10px 4px rgba(255, 127, 7, 0.3);
}

.theme-btn {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
    background-color: #fff !important;
    color: #ff7f07 !important;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 10px;
    border-radius: 5px;
    width: 120px;
    height: 45px;
}

.theme_btn_2 {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 100%;
    background-color: #fff !important;
    color: #ff7f07 !important;
    border: 1px solid #ff7f07 !important;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 10px;
    border-radius: 5px;
    height: auto;
    min-width: 165px;
    transition: transform 0.2s;
}
.theme_btn_2 i {
    font-size: 30px;
}

.heading-main p {

    margin: 0 auto;
}
.heading-main a {
    color: #ff7f07;
}

.theme_btn_2:hover {
    background-color: #ff7f07 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    transform: scale(1.2);
    z-index: 1000;
}

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

.tabs-customs{
    min-height: 72px !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

.home-banner {
    position: relative;
    overflow: hidden;
}

#image-bg {
    background: url(../images/back_main.png);
    background-position: center;
    background-size: contain;
}

.home-banner:after {
    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 18px 25px;
}

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

.home-banner p {
    width: 560px;
    max-width: 100%;
    font-weight: 400;
    line-height: 13px;
    font-size: 14px;
    padding: 0 0 19px;
    color: #fff;
    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 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    box-shadow: 0px 2px 10px 4px rgba(255, 255, 255, 0.2);
}

.banner-icon li i {
    color: #222;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.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 0.3s;
    white-space: nowrap;
    border-top: 0.8px solid #c4c4c4;
    border-bottom: 0.8px solid #c4c4c4;
    margin-left: 8%;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.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, #ff7f07, #ff7f07);
    background-image: -webkit-linear-gradient(to right, #ff7f07, #ff7f07);
    background-image: -moz-linear-gradient(to right, #ff7f07, #ff7f07);
    color: #ffffff;
}

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

.tweet i {
    font-size: 25px;
    color: #ff7f07;
    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: -140px;
}

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

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

.about-ss:after {
    background: url(../images/about-screenshort.png);
    background-repeat: no-repeat;
    height: 550px;
    z-index: -1;
    width: 100%;
    right: -205px;
    top: 160px;
    position: absolute;
    content: "";
}

.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, #e6a2ee 0%, #3e229c 100%);
    -webkit-border-image: -webkit-linear-gradient(
        to right,
        #e6a2ee 0%,
        #3e229c 100%
    );
    border-image: linear-gradient(to right, #e6a2ee 0%, #3e229c 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, #ff7f07 0%, #ff7f07 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: 24px; */
    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;
}

.features-left img {
    margin-top: 95px !important;
    margin-left: -67px !important;
}

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

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

/* @media screen and (min-width: 480px) {
    #features {
        height: 630px !important;
    }
} */

.features-left-slick:after {
    background: url(../images/fr.png);
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 100px;
    top: 145px;
    position: absolute;
    content: "";
}

.features-ss:after {
    /* background: url(../images/feature-screen-1.png); */
    background-repeat: no-repeat;
    height: 610px;
    z-index: -1;
    width: 100%;
    left: 55px;
    top: 355px;
    position: absolute;
    content: "";
}

.features-ss:before {
    /* background: url(../images/feature-screen-2.png); */
    background-repeat: no-repeat;
    height: 610px;
    z-index: -1;
    width: 100%;
    left: 65px;
    top: 470px;
    position: absolute;
    content: "";
}

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

.features-text {
    padding: 30px;
    width: 380px !important;
    margin-left: 21px;
}

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

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

/* .features-slick-shape:after {
    position: absolute;
    content: '';
    width: 410px;
    height: 240px;
    border: 1px solid #ff7f07 ;
    margin-top: 100%;
    left: 5px;
    transform: translateY(-37%);
    z-index: 9;
} */

.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, 0.2);
}

.features-text.slick-active {
    opacity: 0.5;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, 0.2);
    margin-top: 35px;
}

.slick-vertical .slick-slide {
    background-color: #ff7f07 !important;
}

.slick-track {
    height: 2000px !important;
}

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

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

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

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

.feedbacks {
    background: url(../images/feedback-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 270px;
    margin-bottom: 320px;
}

.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;
    padding: 30px 25px;
    margin-bottom: 20px;
    box-shadow: 0 1px 30px 0 rgba(81, 39, 159, 0.2);
    margin-top: 60px;
}

.feedback-details:hover {
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
    transform: scale(1.1) !important;
}

.feedback-details h2 {
    font-size: 20px;
    color: #222;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 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%;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    height: 10px;
    margin: 8px 5px;
    width: 10px;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots .slick-active {
    height: 12px;
    width: 12px;
    background: linear-gradient(to right, #ff7f07 0%, #ff7f07 100%);
}

/* ==============================
        FAQ Part start
   ============================== */

.faq {
    background: url(../images/feedback-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 270px;
    padding-bottom: 50px;
}

.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: "FAQ";
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 75px;
    opacity: 0.1;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
}

.faq-details {
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px;
    border: 1px solid #cdcdcd;
    /* box-shadow: 0 1px 30px 0 rgba(81, 39, 159, 0.2); */
    margin-bottom: 0px;
    margin-top: 30px;
}

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

.faq-details a {
    color: #000000;
}
.faq-details a:hover {
    color: #000000;
}

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

.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: #ff7f07;
    padding-top: 1px;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.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: #ff7f07;
    padding-top: 1px;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

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

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

.price {
    margin-top: 80px;
    background-color: #f7f8fa;
}

.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: "FAQS";
    position: absolute;
    font-weight: 500;
    font-family: "Ubuntu";
    z-index: -1;
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #ddd;
} */

.pricing_header p {
    width: 28%;
    margin: 0 auto;
    text-align: center;
}

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

.price-details {
    padding: 60px 20px 20px;
    margin-bottom: 20px;
    margin-top: 60px;
    border: 2px solid #c3cbe5;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.price-details h6 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    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 {
    display: inline-block;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 1px 30px 0 rgba(81, 39, 159, 0.2);
    background: #ff7f07;
    color: #ffffff;
    font-size: 15px;
    font-family: "Ubuntu";
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
    width: 80%;
}

.price-details:hover,
.active .price-details {
    background: linear-gradient(to left, #ff7f07 0%, #ff7f07 100%);
    box-shadow: 0 0px 100px 0 rgba(81, 39, 159, 0.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,
.price-details:hover .theme_clr {
    color: #fff;
}

.price-details:hover a,
.active .price-details a {
    background-color: #ffffff;
    border-color: #ff7f07;
    color: #ff7f07;
}

.contact_btn a {
    border: 2px solid #fc9404;
    box-shadow: -2px 5px 10px 0px #fe7b3c38;
    background: #ffffff;
    color: #ff7f07;
    padding: 12.8px 26.2px 14.4px 26.4px;
    border-radius: 30px;
    font-size: 19px;
}
/*=====================================
         Price Part End
=======================================*/

/*=====================================
        Additional Services Part start
=======================================*/

.cart-main {
    padding: 30px 38.17px;
    border-radius: 16px;
    background: #fff3f380;
    min-height: 275px;
    border: 1px solid transparent;
}
.cart-main:hover {
    border: 1px solid #ff7f07;
}

/*=====================================
        Additional Services 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, 0.2);
}

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

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

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

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

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

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

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

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

.img-container {
}

.function-heading1 h4,
.function-heading2 h4,
.function-heading h4 {
    color: #ff7f07;
    font-size: 32px;
    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 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    box-shadow: 0px 5px 35px 0px rgba(81, 39, 159, 0.2);
}

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

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

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

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

.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/mobile-for-food-web.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -283px;
    top: 40px;
    position: absolute;
    content: '';
} */

.function-ss1:after {
    background: url(../images/create-account-screenshort-2.png);
    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.png);
    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.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 128px;
    margin-top: 70px;
    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: 14px;
    color: #fff;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.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 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

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

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

/*=====================================
 Showcase Part Css
=======================================*/

.showcase_heading a {
    padding: 12px 19.92px 13px 20.23px;
    border-radius: 8px;
    border: 1px;
    background: #ff7f07;
    border: 1px solid #ff7f07;
    color: #ffffff;
    display: inline-block;
}

/*=====================================
 End of Showcase 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: 16px;
    margin-left: 20px;
    color: #fefefe;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 18px 0;
}

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

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

.newsletter {
    position: absolute;
    top: 60px;
    width: 770px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 25px 0 45px;
    box-shadow: 0 11px 100px 0 rgba(0, 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, 0.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, #ff7f07 0%, #ff7f07 100%);
}

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

#back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to bottom, #ff7f07 0%, #ff7f07 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, 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;
    margin-top: -15%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.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, #ff7f07 0%, #ff7f07 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;
    height: 200px !important;
}

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

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

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

.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, 0.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: 0.3s ease all;
    transition: 0.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: 0.3s ease all;
    transition: 0.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, #ff7f07 0%, #ff7f07 100%);
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.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;
    background-color: #ff7f07 !important;
    border-radius: 30px !important;
}

.user-log {
    position: relative;
}

.user-log:after {
    position: absolute;
    content: "";
    background: url(../images/upload-to-cloud.png);
    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, #ff7f07 0%, #ff7f07 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: 95%;
    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 button {
    color: #fff !important;
    background: linear-gradient(to right, #ff7f07 0%, #ff7f07 100%);
    border: 0px !important;
    border-radius: 25px;
    position: relative;
    width: 269px;
    box-shadow: 0 10px 40px 0 rgba(81, 39, 159, 0.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: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

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

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

.tab-log h6 a {
    color: #ff7f07;
    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: #ff7f07;
}

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 0.25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    border-radius: 2px;
    margin-top: 2px;
}

input[type="checkbox"]:checked + label:before {
    background: #ff7f07;
    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, 0.2);
    border-radius: 50%;
    line-height: 52px;
    margin: 0px 37px 29px;
}

.sign-inner.slick-center {
    background: linear-gradient(to right, #ff7f07 0%, #ff7f07 100%) !important;
    opacity: 1 !important;
    box-shadow: 0 2px 40px 0 rgba(81, 39, 159, 0.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, 0.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, #ff7f07 0%, #ff7f07 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: #ff7f07;
}
.tab-inner-log:hover {
    color: #ff7f07;
}
/* 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);
    }
}

@media screen and (max-width: 992px) {
    .theme_btn_2 {
        min-width: 100%;
        margin-left: 0px !important;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .reg_btn, .nav-sign li a{
        width: 160px !important;
    }
}

@media screen and (max-width: 767px) {
    .pricing_header p {
        width: 70%;
    }
    .reg_btn{
        margin-left: 26px;
    }
    .faq-details {
        margin-top: 20px !important;
        min-height: 200px !important;
    }
    .banner_text h5 {
        font-size: 40px !important;
    }
    .banner_text .sub_text {
        font-size: 25px !important;
    }
    .faq-details {
        min-height: 200px !important;
    }
    .price-details{
        margin-top: 0px;
    }
    #contact{
        padding-top: 10px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 480px) {
    .theme_btn_2 i {
        font-size: 16px;
    }
    .theme_btn_2 p {
        font-size: 12px;
    }
}