/* Header */

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../../fonts/NotoSans-SemiBold.eot');
    src: url('../../fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-SemiBold.ttf') format('truetype'), url('../../fonts/NotoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../../fonts/NotoSans-Medium.eot');
    src: url('../../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Medium.ttf') format('truetype'), url('../../fonts/NotoSans-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Black';
    src: url('../../fonts/NotoSans-Black.eot');
    src: url('../../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Black.ttf') format('truetype'), url('../../fonts/NotoSans-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('../../fonts/NotoSans-Light.eot');
    src: url('../../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSans-Light.ttf') format('truetype'), url('../../fonts/NotoSans-Light.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
    transition: 0.5s;
    left: 0;
}

body.pushbody {
    position: relative;
    left: -250px;
    overflow: hidden;
    transition: 0.5s;
}

.sidenav.open {
    width: 250px;
    transition: 0.5s;
}

#response {
    max-width: 700px;
    margin: 0 auto;
}

.g-recaptcha>div {
    margin: 0 auto;
}

#response p {
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto 30px auto;
    line-height: 28px;
    width: 100%;
}

#contactForm {
    position: relative;
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 999;
}

.loader{
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
}

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

#email_message {
    display: none;
}

.email_success_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: green;
    background-color: #ffffff;
}

.email_failed_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: red;
    background-color: #ffffff;
}

input.error {
    border: 1px solid #efefef !important;
}

label.error {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: medium !important;
    margin-top: 0px !important;
    color: #ffffff;
}

#mySidenav a {
    display: block;
    color: #ffffff;
    padding-left: 30px;
    margin: 5px 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #006bcf;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}

.hidden-sm-up {
    display: none;
}

.hidden-sm-up.open span:nth-of-type(2) {
    display: inline-block;
}

.hidden-sm-up.open span:nth-of-type(1) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

.hidden-sm-up span:nth-of-type(2) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

*,
a {
    text-decoration: none !important;
    outline: none !important;
}

.top-wrapper {
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 110px;
    background-size: cover;
}

.inner-page .top-wrapper {
    background-image: none;
}

.inner-page main{
    padding-top: 50px;
}
.inner-page h3{
    font-size: 28px;
    line-height: 1.5;    
}
.inner-page h4{
    font-size: 24px;
    line-height: 1.5;
}
.inner-page p{
    line-height: 1.5;
}
header {
    padding: 15px 0;
    top: 0px;
    width: 100%;
    background-color: transparent/* #1647cc*/;
    position: fixed;
    transition: 0.6s;
    z-index: 999;
}

.inner-page .bg-dark {
    background-color: #ffffff !important;
}

.is-scrolled header {
    background-color: #ffffff;
    transition: 0.6s;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}

.is-scrolled .logo-text {
    color: #0084ff;
}

.is-scrolled .sticky-header {
    display: none;
}

.is-scrolled .nav-item.btn a {
    color: #ffffff;
}

.is-scrolled .nav-item a {
    color: #ffffff;
}

.is-scrolled .nav-item.btn {
    background-color: #ffffff;
    padding: 5px 20px;
}

.is-scrolled .nav-item.btn a {
    color: #0084ff;
    font-size: 18px;
}

.is-scrolled .whitelogo {
    top: 0px;
    transition: ease top 1000ms, ease margin-left 1000ms;
    padding-top: 0;
}

.whitelogo {
    border-radius: 10px;    
    /*padding-top: 20px;*/
}


/*.is-scrolled .sticky-header .logo img {
    max-width: 60px;
}*/

.sticky-header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    transition: ease top 1000ms, ease margin-left 1000ms;
    z-index: 999999;
    padding: 15px 0;
    display: block;
    top: 0;
    box-shadow: 0.3em 0.5em 1.3em rgba(0, 0, 0, 0.2);
}

.logo-text {
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo-text {
    font-size: 26px;
    color: #0084ff;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo img {
    border-radius: 10px;
    max-width: 60px;
}

.head-right {
    text-align: right;
}

.head-right ul.nav {
    display: inline-block;
    width: auto;
}

.head-right ul.nav li {
    display: inline-block;
    padding: 5px 20px;
}

.bg-dark {
    background-color: transparent !important;
    padding: 15px 15px 20px 15px;
}

.is-scrolled .bg-dark {
    background: #ffffff !important;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF3784;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2D2D2D;
}

.navbar-nav li {
    margin: 0 15px;
}

.nav-item a {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.nav-item a:hover {
    color: #eee;
}

.nav-item.btn {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid transparent;
    padding: 5px 20px;
}

.nav-item.btn a {
    font-size: 18px;
    line-height: 35px;
    color: #1e75f5;
}

.nav-item.btn:hover {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.nav-item.btn:hover a {
    color: #ffffff;
}

.nav-link.active {
    color: black !important;
}

.banner {
    padding: 25px 0 0px 0;
}

.banner-text h1 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 50px;
}

.mobile-banner-text {
    display: none;
}

.banner-text {
    display: inline-block;
}

.banner-img{
    margin-bottom: -120px;
}
.banner-img img{
    max-height: 750px;
}

.headertitle {
    color: #000000;
    font-size: 50px;    
    text-align: left;
    font-family: 'NotoSans-Black';
    letter-spacing: 1px;
}

.top-wrapper p {
    color: #0D0D0D;
    font-family: 'NotoSans-SemiBold';
    font-size: 38px;
    letter-spacing: 4px;
}

.top-wrapper p span{
     font-family: 'NotoSans-Black';
}
.appstore {
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}

.appstore img:hover {
    opacity: 0.9;
}

.features {
    background-color: #fff;    
    padding: 170px 0 100px 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.features-wrap .img-wrap, .features-wrap .text-wrap {
    padding: 15px 40px;
    width: 50%;
}

.features-wrap .img-wrap img{
    max-width: 100%;
}

.text-wrap h2{
    text-align: left;
    font-size: 44px;
    line-height: 54px;
    color: #000000;    
    font-weight: 700;
    margin-bottom: 15px;
}

.text-wrap p{
    font-size: 20px;
}
.features-detail {
    text-align: center;
    padding: 50px 0;
}

.features-detail p.block-head {
    text-transform: uppercase;
    font-weight: 600;
    color: #2e3c60;
}

.block-wrap {
    padding: 15px 0px;
}

.features-detail img {
    margin-bottom: 30px;
}

.features-detail h3 {
    
    color: #313131;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.featuresparegraph {
    padding: 50px 0px 0px 0px;
}

.features-detail p {
    
    font-size: 20px;
    color: #242424;
    line-height: 34px;
    text-align: left;
}

.downloadsection {
    padding: 100px 0 100px 0;    
    background-image: url(../img/download-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.downloadsection h3 {
    font-size: 50px;
    text-align: center;
    color: #313131;
    font-weight: 700;
    
}

.downloadsection .appstore {
    text-align: center;
    margin-top: 10px;
}

.downloadtext {
    padding: 0px 0px 50px 0px;
    max-width: 500px;
    margin: 0px auto;
}

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

.downloadtext li {    
    font-size: 20px;
    color: #424141;
    padding: 10px 0px 10px 35px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}

footer {
    background-color: #fff;
    padding: 30px 0;
    color: #858585;
    font-size: 18px;
    text-align: center;
    
}

footer p {
    color: #858585;
    font-size: 16px;
}

.footerlink {
    padding: 10px 0px 10px 10px;
}

.footerlink a {
    color: #858585;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}


/* Inner Page */

.section-head {
    padding: 30px 0;
}

.section-head h3 {
    font-size: 36px;
    color: #222;
    text-align: center;    
}

.section-head h3::first-letter {
    border-bottom: 3px solid #e71919;
}

#steps-to-cancle h3 {
    margin: 30px 0 10px 0;
    
    font-size: 26px;
    color: #424141;
}

#steps-to-cancle p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #424141;
    line-height: 30px;
}

#steps-to-cancle ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: inside;
}

#steps-to-cancle li {
    margin: 0px;
    padding: 0px;
}

#steps-to-cancle p img {
    max-width: 300px;
}

ul.footer-navigation {
    margin: 0;
    padding: 0;
}

ul.footer-navigation li:first-child {
    margin-left: 0;
}

ul.footer-navigation li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}

ul.footer-navigation li {
    border-right: 1px solid #5e5e5e;
    padding-right: 20px;
    line-height: 20px;
}

ul.footer-navigation li:last-child {
    border-right: none;
}

ul.footer-navigation li a {
    color: #5e5e5e;
}

ul.footer-navigation li a:hover {
    color: #2e3c60;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #efefef;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
}

.form-group input[type="submit"] {
    width: 150px;
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.form-group textarea {
    height: 120px;
}

.form-group input[type="submit"] {
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    
    margin-top: 30px;
}

.form-group input[type="submit"]:hover {
    background-color: #313131;
}

#support {
    background-color: #fff;
    padding: 30px 0 30px 0;
}

.form-group input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group input::-moz-placeholder {
    color: #a9a9a9;
}

.form-group input:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group input::placeholder {
    color: #a9a9a9;
}

.form-group textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::-moz-placeholder {
    color: #a9a9a9;
}

.form-group textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::placeholder {
    color: #a9a9a9;
}

.form-group {
    margin-bottom: 15px;
}

.section-head {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-top: 0;
    padding-bottom: 40px;
}

.error {
    color: #ffd617;
    display: block;
    text-align: left;
    margin-top: 5px;
}

#contact-us {
    text-align: center;
}

form#contact-us {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.alert-success {
    text-align: center;
}

.navbar-expand-md>.container{
    display: block !important;
    text-align: center;
}
.download-badges{
    text-align: center;
    margin: 30px 0 50px 0;
}
.download-badges a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
/* Media Queries */

@media (max-width: 1680px) {
    .nav-item a {
        font-size: 18px;
    }
    .head-right ul.nav li {
        padding: 3px 15px;
    }
    .head-right ul.nav li:last-child {
        padding: 3px 25px;
    }
    .nav-item.btn a {
        font-size: 18px;
    }
    .appstore img {
        max-width: 200px;
    }
    .appstore {
        margin-top: 40px;
    }
    .banner-img img {
        max-height: 720px;
    }
    .features h2 {
        font-size: 46px;
    }
    .features-detail img {
        width: calc(50%);
        margin-bottom: 20px;
    }
    .features-detail h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .features-detail p {
        font-size: 17px;
    }
    .features-detail {
        padding: 50px 0 50px 0;
    }
    /*.downloadsection {
        padding: 70px 0 70px 0;
    }*/
    
    .downloadtext {
        padding: 40px 0px 40px 0px;
    }
}

@media (max-width: 1400px){
    .headertitle{
        font-size: 44px;
    }
    .top-wrapper p{
        font-size: 33px;
    }
    .banner-img img {
        max-height: 650px;
    }
    .features h2 {
        font-size: 40px;
    }
    .downloadsection h3{
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .banner-img img {
        max-height: 550px;
    }
    .banner-img {
        margin-bottom: -80px;
    }
    .section-head {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .downloadsection h3 {
        font-size: 40px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .appstore {
        margin-top: 25px;
    }
    .features-detail {
        padding: 30px 0 30px 0;
    }
    .features {
        padding: 100px 0 80px 0;
    }
    .features-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .features-detail h4 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .Create-own-logo h3 {
        font-size: 37px;
    }
    .banner {
        padding: 30px 0 0px 0;
    }
    .features h2 {
        font-size: 36px;
        line-height: 45px;
    }
    /*.features-wrap .img-wrap img {
        max-width: 400px;
    }*/
}

@media (max-width: 992px) {
    .block-wrap {
        max-width: 300px;
        margin: 0px auto 30px auto;
    }
    .features-detail {
        padding: 0;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .downloadsection h3 {
        font-size: 36px;
    }
    .features {
        background-attachment: scroll;
    }
    .appstore {
        text-align: left;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    
    /*.features-detail img {
        width: calc(50%);
    }        */
    .downloadsection {
        padding: 50px 0 50px 0;
    }
    footer {
        padding: 10px 0;
    }
    .top-wrapper .hidden-sm-up span {
        color: #ffffff;
    }
    .is-scrolled .hidden-sm-up.mobile-burger span {
        color: #ffffff
    }
    .hidden-sm-up {
        display: block;
    }
    .hidden-sm-up span {
        color: #ffffff;
        font-size: 30px;
    }
    .head-right>ul.nav {
        display: none;
    }
    .section-head h3 {
        font-size: 24px;
    }
    #steps-to-cancle h3 {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .features-detail img {
        max-width: 80%;
    }
    .banner-img img {
        max-height: 450px;
    }
    .appstore {
        margin-top: 30px;
        text-align: left;
    }
    .features h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .features-detail p {
        padding: 0 0px;
    }
    .features-detail .bottom-block {
        margin: 0px auto 0 auto;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }    
    .marketing-text p {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    .downloadsection {
        padding: 80px 0 50px 0;
    }
    footer {
        padding: 10px 0;
    }
    footer p {
        font-size: 16px;
    }
    .banner {
        padding: 30px 0 0px 0;
    }
    .headertitle {
        font-size: 33px;        
    }
    .top-wrapper p{
        font-size: 28px;
        letter-spacing: 1px;
    }
    .top-wrapper {
        padding-top: 80px;
    }
    .features {
        padding: 120px 0 50px 0;
    }
    .featuresparegraph {
        padding: 0px 0px 0px 0px;
    }
    .features-detail p {
        font-size: 16px;
        line-height: 25px;
    }
    .marketing-text h3,
    .downloadsection h3 {
        font-size: 30px;
    }
    .downloadtext {
        padding: 30px 0px 30px 0px;
    }
    .section-head {
        font-size: 36px;
    }
    #support{
        padding: 150px 0 20px 0;
    }
}

@media (max-width: 767px) {
    .inner-page h4{
        font-size: 20px;
        line-height: 30px;
    }
    .inner-page .section-head h3{
        font-size: 26px;
    }
    .inner-page p{
        font-size: 14px;
    }
    .download-badges a{
        width: 40%;        
    }
    .download-badges a img{
        max-width: 100%;
    }
    .download-badges{
        margin: 10px 0 20px 0;
    }
    #support {
        padding: 100px 0 20px 0;
    }
    .banner {
        padding: 80px 0 30px 0;
    }
    .navbar-nav li {
        text-align: center;
        margin: 0 5px;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #2D2D2D;
        margin: 15px 0;
    }
    .navbar-dark .navbar-toggler span {
        color: #000000;
    }
    .features-wrap .d-flex{
        flex-wrap: wrap;
    }
    .features-wrap .img-wrap, .features-wrap .text-wrap{
        width: 100%;
        padding: 15px;
    }
    .bg-dark {
        background: #ffffff !important;
    }
    .whitelogo {
        padding-top: 0;
        max-width: 250px;
    }
    .footerlink a {
        font-size: 15px;
    }
    .nav-item.btn {
        max-width: 300px;
        margin: 0 auto;
    }
    .mobile-banner-text {
        display: block;
    }
    .mobile-banner-text h1 {
        color: #ffffff;
        font-family: 'SF UI Display Heavy';
        font-size: 32px;
    }    
    .banner-img {
        margin: auto;
        margin: 30px auto 0px auto;
    }
    footer .d-flex {
        display: block !important;
        text-align: center;
    }
    footer .d-flex>div {
        display: block;
        margin: 10px 0;
    }
    .top-wrapper p {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .headertitle {
        font-size: 26px;
        padding: 0px 0px 10px 0px;
    }
    .features h2{
        text-align: center;
        font-size: 24px;
    line-height: 34px;
    }
    .text-wrap p{
        text-align: center;
            font-size: 16px;
    }
    .custom-reverse{
        flex-direction: column-reverse;
    }
    .downloadtext li{
        font-size: 18px;
    }
    .marketing-text h3, .downloadsection h3 {
        font-size: 24px;
    }
    .banner .d-flex{
        flex-wrap: wrap;
        text-align: center;
    }
    .banner-text{
        margin: auto;
    }
}

@media (max-width: 575px) {        
    .sticky-header {
        padding: 10px 0;
    }
    .is-scrolled .nav-item.btn a {
        padding: 0 20px;
    }
    .is-scrolled .head-right ul.nav li {
        padding: 0;
    }
    .is-scrolled .stiky-header {
        padding: 10px 0;
    }
    .features-detail>.row>.row {
        margin-left: 0;
        margin-right: 0;
    }
    .head-right ul.nav li {
        padding: 0px;
    }
    .head-right ul.nav li:first-child {
        margin-bottom: 10px;
    }
    .nav-item.btn a {
        padding: 0 20px;
    }

    .banner-img img {
        max-width: 100%;
    }
    .appstore {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .appstore img {
        max-width: 100%;
    }
    .features-detail .bottom-block {
        margin-top: 0;
    }
    footer p {
        font-size: 15px;
    }
    .marketing-text h3 .Create-own-logo h3 {
        font-size: 26px;
    }
    .features-detail img {
        max-width: 80%;
    }
    .head-right ul.nav li:first-child {
        margin-bottom: 5px;
        display: block;
    }
    .nav-item.btn a {
        line-height: 34px;
    }
    footer {
        padding: 10px 0;
    }
    .banner-text h1 {
        font-size: 22PX;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }
    .features {
        background-image: none;
    }
    .Create-own-logo {
        background-color: #fafafa;
        padding: 30px 0 30px 0;
    }
    .nav-item a {
        line-height: 30px;
    }    
    .marketing-text h3,
    .downloadsection h3 {
        font-size: 28px;
        line-height: 45px;
    }
    .downloadtext {
        padding: 30px;
    }
    .block-wrap {
        max-width: 300px;
        margin: 0px auto 0px auto;
    }
    .section-head {
        padding-bottom: 40px;
    }
    .hidden-sm-up {
        cursor: pointer;
    }
    .section-head {
        font-size: 32px;
    }

}


