html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	cursor: default;
	background-image: url(images/header.jpg);
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
} 

img {
    max-width: 100%;
}
.container { max-width:1130px; }
.container.wider {max-width: 1230px;width: 100%;}

div#thehead {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    padding: 28px 0px;
}
div#section-top {
    height: 1000px;
    display: flex;
}

div#section-top>.container {
    margin: auto;
    max-width: 1030px;
}

.title {
    color: #00c0f3;
    font-size: 54px;
    font-weight: 600;
    line-height: 69px;
}

.top-inner {
    max-width: 600px;
}

.subtitle {
    color: #414645;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    max-width: 560px;
    margin: 19px 0px 50px;
}

.form {
    width: 628px;
    /* height: 332px; */
    box-shadow: 0 20px 50px rgba(216, 216, 216, 0.4);
    border-radius: 8px 18px 18px;
    background-color: #fefefe;
    position: relative;
    left: -15px;
}

.form-title {
    height: 67px;
    border-radius: 8px 8px 0 0;
    background-color: #f3f5f9;
    color: #676060;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.07px;
    line-height: 67px;
    padding: 0px 23px;
    font-family: Roboto;
}

.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 35px 0px; */
    padding: 13px 14px 28px;
}

.form-col {
    flex: 0 0 calc(100% / 2 - 30px);
    margin: auto;
    position: relative;
    margin-top: 20px;
}

input.input {
    height: 50px;
    border: 1px solid #e5e7ed;
    width: 100%;
    font-family: Montserrat;
    padding: 0px 20px;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 2;
    outline: none;
    border-radius: 5px;
}

.form-col label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 24px;
    position: absolute;
    left: 17px;
    top: -2px;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 1;
    padding: 0px 3px;
    transition: 0.4s all ease;
    z-index: 0;
    height: 12px;
}

.form-col.form-col-text {
    color: #676060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.form-col.form-col-text a {
    text-decoration: underline;
    color: inherit;
}

button {
    height: 50px;
    border-radius: 7px;
    background-image: linear-gradient(270deg, #896ae5 0%, #896ae5 100%);
    float: right;
    width: 165px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    border: 0px;
    outline: none;
}
 
.form-col.form-col-text, .form-col.form-col-but {
    margin-top: 32px;
}


.bp-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    color: #00c0f3;
}

.bp-title span {
    color: #896ae5;
}

.bp-text {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 32px auto 60px;
}

div#section-p {
    padding: 100px 0px 230px;
    text-align: center;
    /* background: url(images/strip.png); */
    /* background-size: auto; */
    /* background-position: 0% calc(100% - 70px); */
    /* background-repeat: no-repeat; */
    background-color: white;
    position: relative;
}

.p-title {
    color: #896ae5;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.p-text {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 30px;
}

.icon-title {
    color: #414645;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.06px;
    line-height: 38px;
    margin: 20px 0px 20px;
    font-family: Roboto;
}

.icon-text {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    max-width: 232px;
}

div#section-icons {
    padding: 30px 0px 100px;
    background-color: white;
}

.logos-title {
    text-align: center;
    color: #00c0f3;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

.logo-item {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
    height: 140px;
    display: flex;
}

.logos-title + .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo-item img {
    margin: auto;
}
.screen-item {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 60px 0px;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: transparent;
    display: block;
    height: 100px;
    font-size: 35px;
    color: #8692a9;
    z-index: 2;
}

button.owl-prev { float: left; }
button.owl-next { float: right; }



.owl-dots {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2222;
    /* background: red; */
    text-align: center;
    display: flex;
    justify-content: center;
}

#owl-screens .owl-dots button {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: 1px solid #896ae5;
    background-color: #fefefe;
    display: inline-block;
    margin: 7px;
    transition: 0.4s all ease;
}

#owl-screens .owl-dots button.active {
    background: #896ae5;
}

div#section-testimonials {
    padding: 100px 0px;
    background: url(images/bg3.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.item-testi {
    width: 100%;
    /* height: 534px; */
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background-color: #fefefe;
    padding: 66px 60px 50px 86px;
    position: relative;
}

.testi-quote {
    color: #414645;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 100px;
    position: relative;
}

.testi-flex {
    display: flex;
    flex-direction: row;
}

.testi-img {
    margin-right: 25px;
    flex: 0 0 76px;
}

.testi-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

.testi-role {
    color: #414645;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 10px;
}

.testi-quote:before, .testi-quote:after {content: '';position: absolute;left: -43px;top: -5px;background: url(images/q1.png);background-size: cover;width: 26px;height: 20px;}

.testi-quote:after {
    background-image: url(images/q2.png);
    left: auto;
    top: auto;
    margin-left: 20px;
    margin-top: 20px;
}

.item-testi.testi-1 {
    top: -60px;
}

.item-testi.testi-2 {
    bottom: -65px;
}

.col-lg-6.tsti-col-1, .col-lg-6.tsti-col-2 {
    padding: 0px 30px;
}


div#section-logos {
    padding-top: 60px;
    background-color: white;
}
.form-col.has-value label {
    font-size: 12px;
    color: #4d4d4d;
    transform: translateY(-24px);
    background: white;
    z-index: 3;
    line-height: 12px;
}

input:focus {
    border-color: #1f2f98;
}

a#learnmore {
    width: 130px;
    height: 54px;
    border-radius: 100px 0 0 100px;
    background-color: #00c0f3;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: table;
    line-height: 54px;
    color: #fefefe;
    font-size: 16px;
    z-index: 4;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

div#section-footer {
    /* margin-top: 100px; */
    padding: 130px 0px 30px;
}

.social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 3px;
    background-color: #c5c5c5;
    border-radius: 20px;
    display: inline-block;
    color: white !important;
}

.social {
    text-align: center;
}

div#section-footer {
    color: #6d6d6e;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    background-color: white;
}


div#section-footer a {
    color: #00c0f3;
}

.form-col.error input {
    border-color: red;
}

.form-col.error label {
    color: red;
}
div#thanks {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: white;
    background: white;
    z-index: 6;
    display: flex;
}

div#thanks span {
    margin: auto;
    font-size: 40px;
    padding: 14%;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 23px;
    color: #00c0f3;
}
div#section-bp {
    background: white;
    position: relative;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    padding-top: 50px;
    width: 100vw;
    /* overflow-x: hidden; */
}

.splitted {content: '';position: relative;left: 0;/* width: 0; */border-top: 40px solid transparent;border-bottom: 40px solid white;bottom: 100%;display: block;border-left: 50vw solid white;border-right: 50vw solid transparent;z-index: 2;/* width: 100%; *//* height: 0px; */display: block;max-width: 100vw;}

div#main {
    /* overflow: auto; */
    /* max-width: 100%; */
    /* margin: auto; */
    /* display: table; */
    /* width: 100%; */
    /* overflow: hidden; */
}

.bp-diagram {
    margin: auto;
    display: table;
}
div#section-p:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(images/strip.png);background-size: auto;background-position: 0% calc(100% - 70px);background-repeat: no-repeat;transform: translateY(200px);opacity: 0;transition: 1s all ease-out;transition-delay: 1s;}
div#section-p.animate-in-done:before {
    opacity: 1;
    transform: none;
}
div#thanks .social {
    margin-top: 30px;
    font-size: 16px;
}
button:hover {opacity: 0.7;}
@media (max-width:767px)
{


    body {
        background-size: 200vw;
        background-attachment: unset;
        background: none;
    }

    div#thehead {
        padding: 20px 15px;
        position: relative;
    }

    img.logo {
        width: 45%;
    }

    div#section-top {
        height: auto;
        padding-bottom: 50px;
    }
    div#section-bp:before {
        display: none;
    }
    .top-inner {
        max-width: 100%;
    }

    .title {
        font-size: 6vw;
        max-width: 100%;
        line-height: 1.2;
        padding: 0px 15px;
    }

    .subtitle {
        max-width: calc(100% + 30px);
        margin: 20px 0px 20px;
        width: calc(100% + 30px);
        left: -15px;
        font-size: 4vw;
        position: relative;
        line-height: 1.7;
        padding: 8vw 30px 36vw;
        background-image: url(images/header.jpg);
        background-size: 130%;
        background-position: 50% 20%;
        background-repeat: no-repeat;
        background-size: auto 115%;
        padding-right: 50%;
    }

    .container {
        max-width: 100%;
    }

    .form {
        max-width: calc(100% - 0px);
        width: calc(100% - 0px);
        left: 0px;
        box-shadow: 0 20px 50px rgba(216, 216, 216, 0.7);
        margin-top: -130px;
    }
    .social {
        margin: 20px 0px;
    }
    a#learnmore {
        top: auto;
        bottom: 98px;
        width: 100px;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }

    .form-title {
        font-size: 18px;
        line-height: 1.4;
        height: auto;
        padding: 25px;
    }

    .form-col {
        flex: 0 0 calc(100% / 1 - 5px);
        margin-top: 15px;
    }

    .form-row {
        padding: 10px 10px 25px;
    }

    input.input {
        font-size: 14px;
    }

    .form-col label {
        font-size: 14px;
    }

    div#section-bp {
        padding-top: 50px;
    }

    .bp-title {
        font-size: 26px;
        line-height: 1.4;
    }

    .bp-title span {
        display: block;
    }

    .bp-text {
        font-size: 16px;
        line-height: 1.7;
        margin: 20px auto 40px;
    }

    .p-title {
        font-size: 26px;
        line-height: 1.5;
    }
    .splitted {
        display: none;
    }

    button.owl-next, button.owl-prev {
        width: 20px;
    }
    .p-text {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }

    div#section-p {
        padding-bottom: 100px;
    }
    div#section-p:before {
        background-size: 230% auto;
        background-position: 0% 96%;
    }

    .icon-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        margin-bottom: 50px;
        padding: 0px 15px;
    }

    .icon-img {
        flex: 0 0 70px;
        margin-right: 15px;
        top: 11px;
        position: relative;
        text-align: center;
    }

    .icon-title {
        margin: auto 0px 0px;
        flex: 0 0 calc(100% - 90px);
        font-size: 20px;
    }

    .icon-text {
        padding-left: 87px;
        flex: 0 0 100%;
        max-width: 100%;
        line-height: 1.4;
        font-size: 16px;
    }

    div#section-icons {
        padding-bottom: 0px;
    }
    .item-testi {
        padding: 43px 30px 35px 40px;
    }

    .testi-quote {
        line-height: 1.35;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .testi-quote:before, .testi-quote:after {
        transform: scale(0.7);
    }

    .testi-quote:before {
        left: -30px;
    }

    .testi-quote:after {
        margin-left: 10px;
        margin-top: 10px;
    }

    .testi-role {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 7px;
    }

    .item-testi.testi-1 {
        top: -50px;
    }

    .item-testi.testi-2 {
        bottom: auto;
    }

    .testi-name {
        font-size: 16px;
    }

    .logos-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    div#section-testimonials {
        padding-bottom: 0px;
    }

    .logo-item {
        flex: 0 0 calc(100% / 2 - 30px);
        max-width: calc(100% / 2 - 30px);
        height: auto;
        padding: 23px 5%;
        margin: auto;
    }

    div#section-footer {
        margin-top: 50px;
        text-align: center;
        text-align-last: center;
        line-height: 1.7;
        font-size: 12px;
    }
    .subtitle:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9f0f8+0,e9f0f8+44,e9f0f8+49,7db9e8+99&1+0,1+49,0+100 */background: -moz-linear-gradient(left, rgba(233,240,248,1) 0%, rgba(233,240,248,1) 44%, rgba(233,240,248,1) 49%, rgba(125,185,232,0.02) 99%, rgba(125,185,232,0) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, rgba(233,240,248,1) 0%,rgba(233,240,248,1) 44%,rgba(233,240,248,1) 49%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, rgba(233,240,248,1) 0%,rgba(233,240,248,1) 44%,rgba(233,240,248,1) 49%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f0f8', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */z-index: 0;}

    .subtitle span {
        position: relative;
        z-index: 2;
    }

    .form-col.form-col-text {
        text-align: center;
    }

    .form-col.form-col-but {
    }

    button {
        float: none;
        margin: auto;
        display: table;
    }
} 
[data-aos=fade-up]{transform:translate3d(0,40px,0)} 

