html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #515151;
}

a:hover {
    text-decoration: none;
}

.fw-8 {
    font-weight: 800;
}

.fw-7 {
    font-weight: 700;
}

.fw-6 {
    font-weight: 600;
}

.fw-5 {
    font-weight: 500;
}

.fw-4 {
    font-weight: 400;
}

.fw-3 {
    font-weight: 300;
}

.top-strip {
    background: #1595ce;
    position: relative;
    padding: 20px 0;
}

.top-strip::before {
    content: url(../images/shapes/polygon.png);
    width: 68px;
    height: 59px;
    position: absolute;
    top: -25px;
    left: 75px;
}

.nav-block {
    box-shadow: 2px 2px 15px #ebeaea;
}

.navbar-toggler {
    padding: 0.25rem 0.35rem;
}

#search {
    align-items: center;
    background: #d12028;
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100% !important;
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

#search:target .close-btn {
    display: block;
}

#search:target .close-btn:hover {
    color: #ffb100;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 17px;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    transition: all 300ms ease;
}

#search ::placeholder {
    color: rgb(255 255 255 / 69%);
}

.navbar-expand-md .navbar-nav .nav-link {
    margin-right: 15px;
    color: #515151;
    transition: all 300ms ease;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #48beff;
}

.nav-block.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all 300ms ease;
}

form a {
    transition: all 300ms ease;
}

form a:hover {
    color: #48beff;
}

.banner-content h1 {
    font-size: 55px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.banner-content h1 span.typewrite {
    background: #48beff;
    border-radius: 6px;
    padding: 0px 20px 0px;
    margin-left: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-content h3 {
    font-size: 32px;
}

.start-now {
    background: #48beff;
    padding: 65px 0;
    text-align: center;
}

.start-now h2 {
    font-weight: 600;
    color: #fff;
}

.btn {
    padding: 12px 35px;
    border-radius: 1px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #2554ff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;

}

.btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #031521;
    color: #ffffff;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50px;
    opacity: 1;
}

.btn:hover {
    color: #ffffff !important;
    box-shadow: 0px 15px 10px -15px #111;
}

.btn:hover span {
    width: 225%;
    height: 562.5px;
}

.btn.white {
    background: #fff;
    color: #515151;
}

.btn.blue {
    background: #48beff;
    color: #fff;
}

.btn.blue:hover {
    background: #000;
    color: #48beff;
}

.logos {
    padding: 75px 0 60px;
    background-color: #eaeaea;
}

.snapshot {
    padding: 80px 0;
}

.sn-details {
    padding: 10px 0px 25px 25px;
}

.sn-details h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
}

.sn-details p {
    font-size: 18px;
    color: #666666;
}

.single-block {
    border-top: 1.5px dashed #48beff;
    padding-top: 20px;
}

.single-block:nth-child(odd) {
    border-right: 1px dashed #48beff;
}

.single-block.b1,
.single-block.b2 {
    border-top: 0;
}

.snap-shot-content img {
    max-width: 60px;
}

.dynaqr {
    background-color: #f2f2f2;
    padding: 85px 0;
    position: relative;
    z-index: 4;
    margin-bottom: 24px;
    box-shadow: 3px 3px 12px #dddbdb;
}

.dynaqr h3 {
    margin-bottom: 15px;
}

.dynaqr p {
    font-size: 22px;
    line-height: 1.65;
    padding-left: 50px;
    position: relative;
}

.dynaqr p::before {
    content: url(../images/quote-left.png);
    position: absolute;
    left: 0;
    top: 6px;
}

.dynaqr p::after {
    content: url(../images/quote-right.png);
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.key-feature {
    background: url(../images/bg-pattern.jpg) no-repeat center;
    padding: 155px 0 75px;
    background-size: cover;
    position: relative;
    z-index: 3;
    border-bottom: 1px dashed #999999;
}

.key-feature h3 {
    margin-bottom: 40px;
}

.features-list h4 {
    font-weight: 700;
}

.features-list li {
    margin-bottom: 15px;
    position: relative;
}

.features-list li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #808080;
    top: 15px;
    left: -25px;
    outline: 3px solid #808080;
    outline-offset: 3px;
}

.personalize {
    padding: 85px 0;
}

.p-block img {
    width: 135px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 600ms linear;
}

.p-block:hover img {
    transform: translateY(-5px);
}

.p-block h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 19px;
}

.p-block p {
    color: #666666;
}

.pricing {
    padding: 100px 0;
    background-color: #f9f9f9;
    border-top: 1px dashed #999999;
    box-shadow: 0px 29px 30px -20px #bbbbbb;
}

.pricing h5 {
    font-size: 23px;
    margin-bottom: 30px;
}

.faq {
    padding: 100px 0;
}

.qr-code {
    padding: 30px;
    border: 1px solid #48beff;
    margin-bottom: 25px;
    border-radius: 0.5rem;
}

.qr-code h5 {
    color: #666666;
    font-weight: 400;
    line-height: 1.5
}

.faq-content .card {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    margin-bottom: 10px;
}

.faq-content .card-header {
    border-bottom: 0;
    background-color: #e0e0e0;
    padding: 0.75rem 1.85rem;
    position: relative;
}

.faq-content .card-body {
    padding: 0.75rem 1.85rem;
}

.faq-content .btn-link {
    text-align: left;
    color: #000000;
    padding: 0;
    font-size: 15px;
    border: none;
    background: transparent;
    line-height: 1;
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
}

.faq-content .btn-link.collapsed::after {
    content: "\f054";
}

.faq-content .btn-link::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    color: #999999;
    transition: all 700ms linear;
    top: 50%;
    transform: translateY(-50%);
}

footer .download,
footer .footer-links {
    padding: 85px 0;
}

.download {
    background-color: #ededed;
}

.download p {
    font-size: 15px;
}

.footer-links {
    background-color: #48beff;

}

.footer-links ul li {
    margin-bottom: 20px;
}

.footer-links ul li a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.footer-links ul li a:hover {
    color: #fff;
    transform: translateX(10px);
    display: inline-block;
}

.footer-links ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #48beff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-links ul li a:hover::before {
    opacity: 1;
    background-color: #fff;
}

.download::after {
    content: url(../images/shapes/curve-02.png);
    width: 156px;
    height: 160px;
    position: absolute;
    left: -60px;
    bottom: -100px;
}

.footer-logo {
    max-width: 220px;
}

.footer-links::before {
    content: url(../images/shapes/curve-01.png);
    position: absolute;
    width: 168px;
    height: 159px;
    top: -50px;
    left: 125px;
}

.footer-links::after {
    content: url(../images/shapes/curve-03.png);
    position: absolute;
    width: 159px;
    height: 81px;
    bottom: -45px;
    left: 180px;
}

.footer-social a {
    font-size: 35px;
    color: #ffffff;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

.footer-social a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #808080;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.footer-social a:hover::before {
    background: #48beff;
}

.footer-social a i {
    font-size: 20px;
}

.footer-social::after {
    content: url(../images/shapes/curve-04.png);
    width: 138px;
    height: 162px;
    position: absolute;
    right: 25px;
    bottom: 30px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0b70c5;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

#scrollUp {
    background: #4d5f80;
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 85px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 45px;
    transition: .3s;
}

#scrollUp:hover {
    background: #4ba8f6;
}

/*--- login ----------*/

.modal-content {
    background: linear-gradient(to bottom right, #48beff, #48beff);
    border: none;
}

.modal-body {
    position: relative;
    padding: .5rem;
}

#login p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

#login span {
    font-size: 12px;
}

#login a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

#login button {
    border-radius: 20px;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

#login button.close {
    width: 25px;
    height: 25px;
    padding: 5px !important;
    color: #fff !important;
    background: #256080 !important;
    border: none !important;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 999;
    opacity: 1;
    font-size: 15px;
}

#login button:active {
    transform: scale(0.95);
}

#login button:focus {
    outline: none;
}

#login form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

#login input,
#login textarea {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

#login .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

#login .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

#login .sign-in-container {
    left: 0;
    width: 100%;
    z-index: 2;
}

#login .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

#login form h1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    background: #47bbfc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 15px 10px -15px #858a8d;
    font-weight: 700 !important;
    color: #fff;
}

.card.current {
    border: 1px solid #48beff;
    padding: 1.5rem 0;
}

.card.current .card-header {
    background-color: transparent;
}

.card.current .btn-link::after {
    display: none;
}

.card.current .btn-link {
    font-size: 20px;
    font-weight: 700;
}

.card.current .card-body {
    padding: 0 1.85rem 0.75rem;
}

.faq-content .card-body p {
    font-size: 17px;
    overflow-y: scroll;
    padding-right: 10px;
    max-height: 128px;
}
::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 50px;
}

.logos .item img{
    filter: grayscale();
    transition: all 700ms linear;
}
.logos .item img:hover{
    filter: none;
    transform: scale(.95);
}
 
/*-----------------*/
.pricing {
    box-shadow: 0px 29px 30px -20px #adaaaa;
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
}
.form-block .left-block,  .form-block .right-block{
    padding: 130px 0 80px;
    min-height: 700px;
    display: flex;
    align-items: center;
}
.form-block .left-block{
    background: #2fc5fe;
}
.form-block .right-block{
    background: #ffd400;
}
.form-block h2{
    font-size: 2.5rem;
}
 
.form-block form{
    position: relative;
    z-index: 2;
}
.form-block .form-group{
    margin-bottom: 10px;
}
.form-block form .form-control{
    height: 50px;
    font-size: 14px;
    padding: 0.375rem 1rem;
    margin-bottom: 0;
}
.form-block form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-block form textarea.form-control{
    min-height: 100px;
}
.note small{
    line-height: 1.25;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.white-btn {
    padding: 10px 25px;
    min-width: 200px;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.white-btn:hover{
        box-shadow: 0px 15px 10px -15px #111;
}
@media (max-width:575px){
    .form-block .left-block, .form-block .right-block{
        min-height: auto;
    } 
    .form-block .right-block{
        padding: 50px 0;
    }
    
}
#company,#comments,#phone{display:none;}


/* --------------------- */
@media (min-width: 1600px){
.container-fluid {
    max-width: 1330px;
}
}

.whitepaper-form .form-control{
    font-size: 14px;
    height: 40px;
}
.whitepaper-form .form-group {
    margin-bottom: 6px;
}
.whitepaper-form form{
    margin-bottom: 15px;
}
.dnone {
    display: none;
}


.w-form{
    min-height: 140px;
}
.w-form .whitepaper-form {
    min-height: 60px;
}
.w-form2{
    min-height: 165px;
}