/*===============================
    *CSS INDEX*
    *BASE CSS
    *Head And Menu CSS
    *Hero Area CSS
    *Social Area CSS
    *Features Area CSS
    *Video Area CSS
    *Textimonail Area CSS
    *Pricing Area CSS
    *Call to Action CSS
    *NewsLetter CSS
    *Footer Area CSS
    *BackToTopButton CSS
    *Responsive CSS
================================*/

/*===============================
    *BASE CSS
================================*/
/*@font-face(font-display: fallback)*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-weight: 500;
}

svg {
    width: auto !important
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit
}

a:focus {
    text-decoration: none
}

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

.container {
    width: 1170px;
}

.boxed_btn {
    display: inline-block;
    background-color: #fff;
    color: #0084FF;
    border: 1px solid #0084FF;
    font-size: 12px;
    padding: 7px 35px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.boxed_btn:hover {
    color: #fff;
    box-shadow: 0 3px 6px #B2DAFF;
    background-color: #0084FF;
}

.padding-75 {
    padding: 75px 0px;
}

.padding-top-100 {
    padding-top: 110px;
}

input, button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
    background: transparent;
}

.uppercase-text {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.section-title h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}

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

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

#header {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
    z-index: 99 !important;
}


/*===============================
    *Head and Menu CSS
================================*/
.heading_area {
    padding-top: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.main-logo {
    display: inline-block;
}

.main_menu li {
    display: inline-block;
    position: relative;
}

.main_menu li a {
    display: block;
    padding: 25px 12px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    padding-top: 7px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.main_menu li a:hover {
    color: #0084FF;
    border-color: #0084FF;
}

.main_menu li a.boxed_btn {
    display: none;
}

.mobile-menu {
    display: none;
}

ul.menu {
    margin-top: 50px;
}

header.heading_area .text-right {
    text-align: center !important;
}

.main_menu {
    margin-left: 100px;
}

ul.menu li a {
    color: #222;
    display: block;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 5px 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.menu li a:hover {
    border-color: #0084FF;
}

header.heading_area .boxed_btn.mobile {
    display: inline-block;
    width: 110px;
    padding: 3px;
    text-align: center;
    color: #fff;
    margin-left: 4px;
    margin-top: 4px;
}

.mobile-menu-show {
    color: #222;
    font-weight: 400;
    margin-top: 0px;
    cursor: pointer;
}

.mobile-menu-show svg {
    font-size: 25px;
}

.mobile-menu-show {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

ul.menu {
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

ul.menu.active {
    display: block;
    margin-top: 50px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mobile-menu-show {
    display: none;
}

.main-logo {
    display: inline-block;
    margin-top: 10px;
}

header.heading_area .boxed_btn.mobile:hover {
    background-color: #0084FF;
}

.slicknav_menu {
    margin-top: -2px;
    background: transparent;
}

span.slicknav_menutxt {
    display: none !important;
}

a.slicknav_btn.slicknav_collapsed {
    background: transparent;
    margin: 0;
    padding: 0;
}

span.slicknav_icon-bar {
    background-color: #222 !important;
}

span.slicknav_icon {
    margin: 0 !important;
    font-size: 23px;
    /* margin-top: 12px !important; */
    text-shadow: 0 0 0;
    background: transparent;
}

span.slicknav_icon-bar {
    box-shadow: 0 0 0 !important;
}

a.slicknav_btn.slicknav_open {
    margin: 0;
    text-shadow: 0 0 0;
    background: transparent;
    padding: 0;
}


ul.slicknav_nav {
    background-color: #fff;
    width: 345px;
    top: 30px;
    position: absolute;
    right: 0px;
    z-index: 99;
    padding-bottom: 50px;
}

.slicknav_nav a:hover {
    background-color: #fff;
    border-bottom: 2px solid #0084FF;
}

.slicknav_nav a {
    color: #222 !important;
    display: inline-block;
    border: none;
    border-radius: 0 !important;
}

ul.slicknav_nav li a {
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
}

ul.slicknav_nav .boxed_btn.mobile {
    border: none;
    box-shadow: 0 0 0;
    border-radius: 50px !important;
    text-align: center;
}

ul.slicknav_nav li a:focus {
    outline: none;
}

.style-2#header {
    box-shadow: 0 0 10px #888888;
}

.style-3 .sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
}

.style-3 .sticky-wrapper.is-sticky {
    opacity: 1 !important;
    visibility: visible;
    z-index: 9;
}

.sticky-wrapper.is-sticky #header {
    transition: .5s;
}

.sticky-wrapper.is-sticky #header img {
    width: 75%;
    transition: .5s;
}

.sticky-wrapper.is-sticky #header .boxed_btn {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 7px;
}

#home .play-store-icon {
    width: auto;
    height: 70px;
    padding-bottom: 0;
}

.hero_text {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

/*===============================
    *Responsive CSS
================================*/
/*Medium Layout 1280px.*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu {
        margin-left: 0px;
    }

    .hero_area .offset-1 {
        margin: 0;
    }

    .hero_text h1 {
        font-size: 38px;
    }

    .video_area_text h1 {
        font-size: 33px;
    }

    .feature-border {
        left: -30px;
        top: -35px;
    }

    .dot.dot-1 {
        top: 130px;
        left: 44px;
    }

    .dot.dot-2 {
        top: 130px;
        right: 44px;
    }

    .bg-border2 .dot-1 {
        top: 212px;
        left: -9px;
    }

    .bg-border2 .dot-2 {
        top: 212px;
        right: -9px;
    }

    .features_img {
        margin-top: 22px;
        margin-left: 7px;
    }

    .container {
        width: auto
    }

    .single_social_item {
        border-right: 2px solid #fff;
    }

    .features {
        margin-bottom: 110px;
    }

    .popular-item {
        width: 200px;
        text-align: center !important;
        margin-left: 0px;
    }

    .border-right-none {
        border-right: none;
    }

    .social_bg {
        margin-top: -15px;
    }
}

/*Tablet Layout 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
        display: none;
    }

    .container {
        width: auto;
    }

    .heading_area .boxed_btn {
        display: none;
    }

    .mobile-menu-wrap {
        display: none;
    }

    .mobile-menu-show {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .hero_area .offset-md-1 {
        margin: 0px;
    }

    .hero_area.style-2 img, .hero_area.style-3 img, .hero_area.style-4 img {
        width: 200px !important;
        float: none;
        margin-left: 110px;
    }

    .hero_text {
        padding: 125px 0px;
    }

    .hero_text h1 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .border-right-none {
        border-right: 2px solid #fff;
    }

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

    .features {
        margin-bottom: 0px;
    }

    .section-title p:first-child {
        margin-bottom: 0;
    }

    .section-title h1 {
        font-size: 32px;
        margin-bottom: 16px;
        margin-top: 3px;
    }

    .features .col-lg-3.text-right, .features .col-lg-3 {
        text-align: center !important;
    }

    /*for features item width
        .single_features_item {
        width:  500px;
        margin:  0 auto;
        margin-top:  30px;
    }
    */
    .feature-border {
        position: inherit;
        margin: 0 auto;
        width: 100%;
        left: 0;
        top: 28px;
        margin-bottom: 20px;
    }

    .features_img {
        top: 290px;
        left: 325px;
    }

    .video_area_text.padding-75 {
        padding: 0;
        margin-bottom: 45px;
    }

    .video_area_text h1 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .textimonial-inner p {
        font-size: 16px;
    }

    .video_area_text p {
        margin-bottom: 15px;
    }

    .video_bg_img {
        width: 150%;
        height: 100%;
    }

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

    .single_pirce_box {
        width: 450px;
        margin: 0 auto;
    }

    .single_pirce_box {
        margin-top: 50px;
    }

    .single_pirce_box.border-none {
        margin-top: 50px;
    }

    .textimonial-carousel .owl-nav button {
        left: -65px;
        height: 35px;
        width: 35px;
        font-size: 15px !important;
    }

    .textimonial-carousel .owl-nav .owl-next {
        right: -65px;
    }

    .textimonial-inner {
        padding: 54px;
    }

    .cta_area .boxed_btn {
        margin-top: 10px;
        text-align: center;
    }

    .cta_area h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .cta_area .col-xl-4.text-right {
        text-align: center !important;
    }

    .form-group {
        width: 500px;
        margin-left: -80px;
    }

    .footer_area li a {
        padding-left: 20px;
    }

    .apst-button {
        width: 40px;
        height: 40px;
    }

    .apst-button::before {
        left: 12px;
        top: 14px;
    }

    ul.menu li {
        display: block;
        padding: 5px 106px;
    }

    header.heading_area .boxed_btn.mobile {
        margin-bottom: 15px;
        background-color: #0084FF;
    }

    #header {
        background: #fff;
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        box-sizing: border-box;
        z-index: 99 !important;
        position: relative;
    }


}

/*Mobile and Tablates Layout.*/
@media only screen and (max-width: 767px) {
    .main-logo {
        margin-top: 0px;
    }

    .main_menu {
        display: none;
    }

    header.heading_area .boxed_btn {
        display: none;
    }

    .container {
        width: auto;
    }

    .mobile-menu {
        display: block;
    }

    .heading_area {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .social_wrap p {
        font-size: 28px;
        line-height: 22px;
    }

    .hero_text {
        padding: 70px 0px;
        padding-bottom: 10px !important;
    }

    .hero_text h1 {
        font-size: 23px;
        line-height: 34px;
        margin-top: -6px;
        margin-bottom: 15px;
    }

    .hero_text .boxed_btn {
        margin-top: 15px;
    }

    .hero_area img {
        width: 260px;
        height: auto;
        padding-bottom: 40px;
    }

    .hero_area.style-2 img {
        padding-top: 0px !important;
        margin-left: -15px;
    }

    .single_social_item {
        border-right: 0px solid #fff;
        margin-bottom: 30px;
    }

    .social.social_bg {
        padding: 80px 0px;
        padding-bottom: 40px;
    }

    .section-title h1 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 7px;
    }

    .section-title {
        margin-bottom: 60px;
    }

    .section-title p {
        font-size: 14px;
    }

    .single_features_item:last-child {
    }

    .mobile-margin-fix {
        margin-bottom: 0px;
    }

    .padding-75 {
        padding: 0px 0px;
    }

    .video_area_text h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .video_area_text p:first-child {
        margin-bottom: -15px;
    }

    .video_area_text p {
        margin-bottom: 20px;
    }

    .single_pirce_box ul {
        line-height: 50px;
        padding: 0 20px;
    }

    .pricing_head {
        padding-bottom: 25px;
    }

    .single_pirce_box {
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .single_pirce_box.border-none {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .features .col-md-3.text-right {
        text-align: left !important;
    }

    .feature-border {
        display: none;
    }

    .textimonial-inner h5 {
        font-size: 14px;
        line-height: 21px;
    }

    .textimonial-inner p {
        font-size: 10px;
        line-height: 22px;
        text-align: justify;
    }

    .textimonial-inner {
        padding: 30px;
        padding-bottom: 50px;
    }

    .tm-user img {
        height: 80px !important;
        width: 80px !important;
        margin-top: 16px !important;
    }

    .tm-user h6 {
        margin: 10px 0px;
    }

    .textimonial-carousel .owl-nav button {
        display: none;
    }

    h1.plaen_text {
        line-height: 34px;
    }

    .brands-img {
        margin-bottom: 60px;
    }

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

    .cta_area h2 {
        font-size: 19px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .cta_area .boxed_btn {
        font-size: 11px;
        padding: 10px 20px;
        line-height: 20px;
        text-align: center;
    }

    .cta_area .boxed_btn svg {
        padding-right: 10px;
    }

    .margin-top-fix {
        margin-top: 0;
    }

    .section-title h1 {
        line-height: 30px;
    }

    .form-group {
        width: auto;
        box-shadow: 0 0 0;
        width: 300px;
        padding: 0;
        margin: 0;
        margin-left: 2px;
    }

    .footer_area .col-md-8.text-right, .footer_area .col-md-4.text-left {
        text-align: center !important;
        bottom: -17px;
    }

    .form-group input[type=email] {
        border: 1px solid #ddd;
        border-radius: 2px;
        width: 90% !important;
        margin-bottom: 10px;
    }

    .form-group input {
        margin-left: 0;
    }

    .form-group button {
        width: 90%;
        border-radius: 4px;
    }

    .popular-item {
        margin-left: 0;
        width: 200px;
    }

    img.features_img {
        width: 265px;
        margin-left: 0px;
        position: inherit;
        margin-top: 20px;
    }

    .video_bg_img {
        width: 100%;
    }

    .video_play_btn {
        display: block;
        margin: 0 auto;
    }

    .form-group {
        width: 100%;
    }

    header.heading_area .text-right {
        height: 0;
    }

    .apst-button {
        height: 35px;
        width: 35px;
        bottom: -15px;
    }

    .apst-button:before {
        top: 14px;
        left: 11px;
    }

    .features .col-xl-3.text-right, .features .col-xl-3 {
        text-align: center !important;
    }

    .features {
        margin-bottom: 0;
    }

    .footer_area .col-xl-8.text-right {
        text-align: center !important;
    }

    .features .col-lg-3.text-right, .features .col-lg-3 {
        text-align: center !important;
    }

    .cta_area .col-md-4.text-right {
        text-align: center !important;
    }

    .footer_area .col-lg-4.text-left, .footer_area .col-lg-8.text-right {
        text-align: center !important;
    }

    #video-section video {
        display: none;
    }

    .hero_area.style-4:after {
        opacity: 1 !important;
    }

}

/*Mobile Layout Portrait.*/
@media only screen and (min-width: 200px) and (max-width: 767px) {
    #home .play-store-icon {
        height: 40px !important;
        /*display: none !important;*/
    }

    .play-store-link {
        text-align: center;
    }

    .hero_area.style-2 img, .hero_area.style-3 img, .hero_area.style-4 img {
        margin: 0 auto !important;
        float: none;
        clear: none;
    }

    .cta_area .col-xl-4.text-right {
        text-align: center !important;
    }

    .single_pirce_box {
        width: 400px;
        margin: 0 auto;
    }

    .single_social_item {
        border-right: none;
    }

    #video-section video {
        display: none !important;
    }

    .hero_area.style-4:after {
        opacity: 1 !important;
    }


}
