/* ===================================
                About
   =================================== */


/*
    Theme Name: App Landing Page
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */


/* ===================================
          Table of Contents
   =================================== */


/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 banner
05 services
06 screenShots
07 features
08 Get App
09 footer
10 media query
 */


/*Table Of Contents ends */


/*IMPORT GOOGLE FONT */


/*@import url('https://fonts.googleapis.com/css?family=Raleway:300i,400,700&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700&display=swap');
html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}

body {
    /*background-color: #191919;*/
}


/*************************************/


/************** LOADER CSS ***********/


/*************************************/

.loader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    z-index: 9999999999999;
    overflow: hidden;
    background-color: #fff;
}

.box {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
    font-size: 220px;
}

.loader-07:before,
.loader-07:after {
    content: '';
    border: .2em solid #0693E3;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-07 1s linear infinite;
    animation: loader-07 1s linear infinite;
    opacity: 0;
}

.loader-07:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader-07:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/*************************************/


/***********  Header area ***********/


/*************************************/

.head-sec .top-navigation {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 111;*/
}

#navbarNav {
    justify-content: space-between;
}

.head-sec .top-navigation .navbar {
    padding: 8px 0px;
    /* background-color: #37a6de; */
    transition: .8s ease-in-out;
    /*box-shadow: 1px 1px 15px #e1e1e1;*/
}

header .nav-up .horizontal-nav {}

header .nav-up .horizontal-nav li {
    /* margin-right: 10px; */
}

header .nav-up .horizontal-nav li:last-child {
    margin-right: 0;
}

header .nav-up .horizontal-nav li .nav-link {
    color: #141414;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: .3rem .8rem;
}

header .nav-up .horizontal-nav .nav-link:focus,
header .nav-up .horizontal-nav .nav-link:hover,
header .nav-up .horizontal-nav .nav-link.active {
    color: #0693E3;
}

.head-sec {
    position: relative;
}

.head-sec .right-btn {
    /* position: absolute;
    right: 56px;
    top: 26px */
}

.head-sec .navbar-brand {
    margin-right: 6rem !important;
}

.head-sec .right-btn .login {
    background-color: #E07700;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.head-sec .right-btn .login:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.head-sec .right-btn .create {
    background-color: #fff;
    border: 1px solid #E07700;
    border-radius: 5px;
    padding: 8px 10px;
    color: #E07700;
    text-decoration: none;
}

.head-sec .right-btn .create:hover {
    background-color: #f1f3f4;
    border-color: #E07700;
    color: #E07700;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.head-sec .navigation-toggle ul {
    padding-left: 0;
    margin: auto 0;
}

.head-sec .navigation-toggle ul li {
    list-style: none;
}

.head-sec .navigation-toggle #toggle-btn {
    width: 45px;
    padding: 10px 10px;
    border-radius: 3px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

.head-sec .navigation-toggle #toggle-btn span {
    width: 25px;
    /*background-color: #ffffff;*/
    background-color: #141414;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}

.head-sec .btn-login {
    background-color: #E07700;
    border-radius: 5px;
}

.head-sec .btn-create {
    background-color: #fff;
    border: 1px solid #E07700;
    border-radius: 5px;
}

.head-sec .btn-login a {
    color: #fff !important;
}


/********************************/

.btn-banner {
    display: inline-block;
    color: #ffffff;
    /* padding: 32px; */
    position: relative;
    letter-spacing: 1px;
}

.btn__circle,
.btn__text,
.btn__white-circle {
    position: absolute;
}

.btn__circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    transition: 0.3s ease-in-out;
}

.btn__circle svg {
    width: 24px;
    height: 24px;
    margin: auto;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    transition: 0.3s ease-in-out;
}

.btn__white-circle svg {
    width: 24px;
    height: 24px;
    margin: auto;
}

.btn__text {
    top: 50%;
    transform: translateY(-46%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 33px;
    transition: 0.3s linear;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0;
}

.btn-banner:hover .btn__circle {
    transform: scale(0);
}

.btn-banner:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
}

.btn-banner:hover .btn__text {
    transform: translate(22px, -45%);
}


/*********** fixed nav *********/


/********************************/

header {
    transition: .8s ease-in-out;
    background-color: #fff;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11111;
}

.fix-top {
    background-color: #ffffff;
    position: fixed;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 1px 1px 15px #e1e1e1;
    box-shadow: 1px 1px 15px #e1e1e1;
}

.fix-top .navbar {
    background-color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    box-shadow: none !important;
}

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

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

.screen {
    background: rgba(19, 35, 47, 0.9);
    padding: 20px;
    /* max-width: 1000px; */
    margin: 0px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.tab-group li a:hover {
    background: rgba(6, 147, 227, .8);
    color: #ffffff;
}

.tab-group .active a {
    background: rgba(6, 147, 227, .6);
    color: #ffffff;
}

.tab-content>div:last-child {
    display: none;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row>div:last-child {
    margin: 0;
}

.button:hover,
.button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}


/*===================================
            banner area
=====================================*/

.banner-sec {
    min-height: 440px;
    background-color: rgba(6, 147, 227, .2);
    border-bottom-left-radius: 27%;
    /*background: url("/vapp-landing/img/img2.jpg");*/
}

.banner-sec .banner-details {
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec .banner-details .banner-inner-content {
    /*margin-left: 30px;*/
    /* margin-right: 30px; */
    /*width:85% ;*/
}

.banner-sec .banner-details .banner-inner-content .banner-heading {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 40px;
}

.banner-sec .banner-details .banner-inner-content .banner-heading span {
    /*display: block;*/
    color: #0693E3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.banner-sec .banner-details .banner-inner-content .banner-text {
    font-size: 16px;
    font-weight: 300;
    opacity: .8;
    margin-bottom: 30px;
}

.banner-sec .banner-details .banner-inner-content .banner-btn {
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #1f1f1f;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    transition: .8s ease;
    border: solid 1px #1f1f1f;
    vertical-align: middle;
    margin-bottom: 10px;
}

.banner-sec .banner-details .banner-inner-content .banner-btn i {
    font-size: 22px;
    margin-right: 3px;
    vertical-align: middle;
}

.banner-sec .banner-details .banner-inner-content .banner-btn:hover {
    background-color: #FFFFFF;
    color: #1f1f1f;
    border: solid 1px #FFFFFF;
}

.banner-sec .banner-img {
    padding-left: 25px;
    /*padding-right: 50px;*/
    padding-top: 30px;
}

.banner-sec .banner-img img {
    max-width: 100%;
}

.banner-interne {
    background-color: rgba(6, 147, 227, .2);
    padding: 50px 0;
}

.banner-heading-title {
    font-size: 32px;
    padding: 0;
    margin: 0;
    color: #023b6d;
    font-weight: 600;
}

.banner-heading-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: #009bd9;
    /* border-right: 3px solid #fff; */
    left: 0;
    bottom: -7px;
}

.content-page {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.content-page h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    margin: 20px 0px;
}

.content-page h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #035ca3;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-page .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.content-page ul {
    padding-left: 30px;
}


/* ===================================
    Services section css
====================================== */

.services-sec {
    padding-top: 80px;
    padding-bottom: 60px;
}

.services-sec .services-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0693E3;
    margin-bottom: 30px;
}

.services-sec .services-details .heading {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 30px;
}

.services-sec .services-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 0px;
}

.services-sec .our-services {
    padding-top: 30px;
    overflow: hidden;
    /* padding-bottom: 10px; */
}

.services-sec .our-services .service-card {
    /* padding-top: 30px;
    padding-bottom: 30px; */
    transition: .8s ease;
}

.services-sec .our-services .service-card .image-holder {
    margin-bottom: 30px;
    transition: .8s ease;
}

.services-sec .our-services .service-card .image-holder i {
    font-size: 60px;
    color: #0693E3;
    transition: .8s ease;
}

.services-sec .our-services .service-card .service-card-heading {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    transition: .8s ease;
}

.services-sec .our-services .service-card .service-card-detail {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
}

.services-sec .our-services a {
    text-decoration: none;
    color: #000000;
}

.services-sec .our-services .s-cards:nth-child(even) {
    border-left: solid 1px #e1e1e1;
}

.services-sec .our-services .s-cards {
    border-top: solid 1px #e1e1e1;
    padding: 10px 50px;
}

.services-sec .our-services .s-cards:nth-child(2),
.services-sec .our-services .s-cards:first-child {
    border-top: solid 1px transparent;
}

.services-sec .our-services .service-card:hover .service-card-heading {
    color: #E07700;
}

.services-sec .our-services .service-card:hover .image-holder {
    transform: translateY(-10px);
}


/* ===================================
     App clips
====================================== */

.app-clips {
    padding-top: 50px;
    padding-bottom: 50px;
}

.app-clips .app-clips-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0693E3;
    margin-bottom: 30px;
}

.app-clips .app-clips-details .heading {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.app-clips .app-clips-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 40px;
}


/* ===================================
     App video
====================================== */

.app-video {
    padding-top: 80px;
    padding-bottom: 80px;
}

.app-video .app-video-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0693E3;
    margin-bottom: 30px;
}

.app-video .app-video-details .heading {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 00px;
    margin-bottom: 30px;
}

.app-video .app-video-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 40px;
}


/* ===================================
     App prix
====================================== */

.app-prix {
    padding-top: 50px;
    padding-bottom: 20px;
}

.app-prix .app-prix-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0693E3;
    margin-bottom: 20px;
}

.app-prix .app-prix-details .heading {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 00px;
    margin-bottom: 20px;
}

.app-prix .app-prix-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 20px;
}


/* ===================================
    Mobile App features
====================================== */

.app-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.app-sec .app-details {
    margin-bottom: 50px;
}

.app-sec .app-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0693E3;
    margin-bottom: 30px;
}

.app-sec .app-details .heading {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 30px;
}

.app-sec .app-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 40px;
}

.app-feature {
    text-align: center;
    margin-bottom: 4rem;
    font-family: 'Montserrat', sans-serif;
}

.app-feature:hover i {
    transform: translateY(-5px);
}

.app-feature:last-child {
    margin-bottom: 0;
}

.app-feature h4 {
    font-weight: 500;
    font-size: 24px;
}

.app-feature p {
    font-weight: 300;
    font-size: 15px;
}

.app-feature i {
    color: #0693E3;
    font-size: 40px;
    margin-bottom: 1.5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img {
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
}

#app-slider {
    position: absolute;
    top: 50%;
    width: 235px;
    left: 50%;
    height: 420px;
    transform: translate(-50%, -50%);
}


/* ===================================
    Get App Section
====================================== */

.get-app-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-position: -100px 173.422px !important;
}

.get-app-sec .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(6, 147, 227, .2);
}

.get-app-sec .get-app-details .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 30px;
}

.get-app-sec .get-app-details .heading {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.get-app-sec .get-app-details .detail-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 80px;
}

.get-app-sec .get-app-details .get-app-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #1f1f1f;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 10px 16px;
    border: solid 1px #fff;
    margin-right: 15px;
    transition: .8s ease;
}

.get-app-sec .get-app-details .get-app-btn:last-child {
    margin-right: 0;
}

.get-app-sec .get-app-details .get-app-btn:hover {
    background-color: #E07700;
    color: #FFFFFF;
    border: solid 1px #E07700;
}

.get-app-sec .get-app-details .get-app-btn i {
    font-size: 22px;
    margin-right: 5px;
}


/*  accordion */

.accordion-container {
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.accordion {
    background: rgba(6, 147, 227, .2);
    color: #023b6d;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.4s ease;
    border-bottom: 1px solid #fff;
}

.accordion:hover,
.accordion.active {
    background-color: rgba(6, 147, 227, .3);
    color: #023b6d;
}

.accordion .icon {
    transition: transform 0.4s ease;
}

.accordion.active .icon {
    transform: rotate(180deg);
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.panel.show {
    display: block;
    padding: 18px;
}

.step {
    margin-bottom: 20px;
}

.step img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.step h4 {
    margin-top: 0;
    color: #333;
}

.step p {
    margin: 10px 0 0;
}


/* ===================================
footer css
====================================== */

.footer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.footer-sec .footer-icons a {
    display: inline-block;
    text-decoration: none;
    color: #1f1f1f;
    margin: 0 10px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.footer-sec .footer-icons a:hover {
    color: #0693E3;
}

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

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

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

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

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


/*************************************/


/************* Broad nav *************/


/*************************************/

header .broad {
    display: none;
}

header .broad-rem {
    -webkit-animation: .5s display-hid !important;
    animation: .5s display-hid !important;
}

@-webkit-keyframes display-hid {
    from {
        opacity: 1;
        transform: translateX(0%);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes display-hid {
    from {
        opacity: 1;
        transform: translateX(0%);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

header .broad-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    background-color: #FFFFFF;
    z-index: 99999;
    display: block;
    -webkit-animation: .5s display-ctrl;
    animation: .5s display-ctrl;
}

@-webkit-keyframes display-ctrl {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes display-ctrl {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

header .broad-nav .navbar {
    background-color: #FFFFFF !important;
    padding: 20px 70px !important;
}

header .broad-nav .close-nav {
    position: absolute;
    top: 6%;
    right: 9%;
}

header .broad-nav .close-nav i {
    color: #1f1f1f;
    font-size: 30px;
}

header .broad-nav .navbar {
    margin-top: 50px;
}

header .broad-nav .navbar .nav-item {
    margin-bottom: 15px;
}

header .broad-nav .navbar .nav-item .nav-link {
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: .8s ease;
    cursor: pointer;
}

header .broad-nav .navbar .nav-link:focus,
header .broad-nav .navbar .nav-link:hover,
header .broad-nav .navbar .nav-link.active {
    color: #0693E3;
}


/**** mode d'emploi*****/

.step_bloc {
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.step_bloc::after {
    /* background-color: rgba(6, 147, 227, .1); */
    left: 15px;
    right: 15px;
    bottom: 20px;
    top: 0px;
    position: absolute;
    content: "";
    z-index: 0;
    border: 1px solid rgba(6, 147, 227, .1);
}

.step_bloc h4 {
    color: #023b6d;
    font-weight: 600;
    font-size: 15px;
    background-color: rgba(2, 59, 109, .1);
    padding: 10px;
}

.step_bloc h4 .nb_step {
    width: 25px;
    height: 25px;
    background-color: #0693E3;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
}

.step_bloc .liste {
    display: inline-block;
    text-align: left;
    padding-left: 0;
}

.se-connect .nb_step {
    width: 25px;
    height: 25px;
    background-color: #023b6d;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
}

.se-connect h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 0 14px;
    margin: 20px 0;
    line-height: 24px;
}


/*===================================
           Media Query
=====================================*/

@media (max-width: 575.98px) {
    /*header sec*/
    .head-sec .top-navigation .navbar {
        padding: 20px 30px;
        background-color: white;
    }
    header .broad-nav {
        left: 0;
        bottom: 0;
    }
    header .broad-nav .navbar {
        margin-top: 65px;
    }
    /*banner sec*/
    .banner-sec {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .banner-sec .banner-details .banner-inner-content .banner-heading {
        font-size: 30px;
    }
    .btn-banner {
        float: left;
        padding: 20px 50px;
    }
    .btn__text {
        font-size: 18px;
    }
    /*services sec*/
    .services-sec .services-details .heading {
        font-size: 24px;
        padding-left: 0;
        padding-right: 0;
    }
    .services-sec .our-services {
        padding-top: 0;
    }
    .services-sec .our-services .s-cards {
        padding-top: 0;
        border: none;
        padding-bottom: 0;
        border-top: solid 1px #e1e1e100;
    }
    .services-sec .our-services .s-cards:nth-child(2),
    .services-sec .our-services .s-cards:first-child {
        border-top: none;
    }
    .services-sec .our-services .s-cards:nth-child(even) {
        border-left: solid 1px transparent;
    }
    /*app clips sec*/
    .app-clips .app-clips-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    .app-clips .app-clips-slider {
        width: 60%;
        margin: auto;
    }
    /*app feature sec*/
    .app-sec .app-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    /*#app-slider {*/
    /*    left:41px;*/
    /*}*/
    /* get app sec*/
    .get-app-sec .get-app-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    .get-app-sec .get-app-details .get-app-btn {
        padding: 20px 50px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    /* footer sec*/
    .footer-sec .footer-icons a i {
        height: 30px;
        width: 30px;
        font-size: 18px;
        line-height: 31px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*header sec*/
    .head-sec .top-navigation .navbar {
        padding: 20px 30px;
        background-color: white;
    }
    header .broad-nav {
        left: 0;
        bottom: 0;
    }
    header .broad-nav .navbar {
        margin-top: 65px;
        display: block;
    }
    .head-sec .right-btn {
        margin-top: 50px;
    }
    /*banner sec*/
    .banner-sec {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .banner-sec .banner-details .banner-inner-content .banner-heading {
        font-size: 30px;
    }
    /*services sec*/
    .services-sec .services-details .heading {
        font-size: 24px;
        padding-left: 0;
        padding-right: 0;
    }
    .services-sec .our-services {
        padding-top: 0;
    }
    .services-sec .our-services .s-cards {
        padding-top: 0;
        border: none;
        border-top: solid 1px #e1e1e100;
    }
    .services-sec .our-services .s-cards:nth-child(2),
    .services-sec .our-services .s-cards:first-child {
        border-top: none;
    }
    .services-sec .our-services .s-cards:nth-child(even) {
        border-left: solid 1px transparent;
    }
    /*app clips sec*/
    .app-clips .app-clips-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    /*app feature sec*/
    .app-sec .app-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    .get-app-sec .get-app-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    .get-app-sec .get-app-details .get-app-btn {
        padding: 20px 50px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    /* footer sec*/
    .footer-sec .footer-icons a i {
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 41px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header .broad-nav {
        left: 0;
        bottom: 0;
    }
    header .broad-nav .navbar {
        margin-top: 70px;
    }
    .banner-sec {
        padding-top: 90px;
        padding-bottom: 30px;
        min-height: 355px;
    }
    .get-app-sec .get-app-details .get-app-btn {
        padding: 20px 24px;
        font-size: 16px;
    }
    .app-sec .app-features-list {
        width: 74%;
        margin: 0 auto;
    }
    .services-sec .our-services .s-cards {
        padding: 30px;
    }
    .banner-sec .banner-img img {
        display: block;
        ;
    }
    .btn-banner {
        float: left;
        padding: 20px 50px;
    }
    .btn__text {
        font-size: 18px;
    }
    .banner-img {
        display: none;
    }
}

@media (min-width: 991.99px) and (max-width: 1320px) {
    .get-app-sec .get-app-details .get-app-btn {
        padding: 20px 30px;
    }
    .banner-sec .banner-details .banner-inner-content .banner-btn {
        margin-bottom: 10px;
    }
    .head-sec .navbar-brand {
        margin-right: 2rem !important;
    }
    header .nav-up .horizontal-nav li .nav-link {
        padding: .3rem .2rem;
        font-size: 12px;
    }
    .head-sec .right-btn .login {
        font-size: 12px;
        padding: 7px;
    }
    .head-sec .right-btn .create {
        padding: 6px 4px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .col-12.col-lg-6.banner-img {
        display: none;
    }
    a.btn.banner-btn {
        display: block;
        max-width: 80%;
        margin: 6px auto;
        text-align: center;
    }
    .footer-icons.d-flex {
        display: grid !important;
    }
    .footer-icons.d-flex span {
        display: none;
    }
    .banner-sec .banner-details .banner-inner-content {
        margin-right: 0px;
    }
    .btn-banner {
        float: left;
        padding: 20px 50px;
    }
    .btn__text {
        font-size: 18px;
    }
    header .broad-nav .navbar {
        margin-top: 65px;
        display: block;
    }
    .head-sec .right-btn {
        margin-top: 50px;
    }
    .banner-heading-title {
        font-size: 20px;
    }
}