html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, a, em, kbd, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'Nunito';
    src: url('/static/fonts/Nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face{font-family:'themify';src:url(/static/fonts/themify/themify.eot);src:url('../fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),url(/static/fonts/themify/themify.woff) format('woff'),url(/static/fonts/themify/themify.ttf) format('truetype'),url('/static/fonts/themify/themify.svg#themify') format('svg');font-weight:400;font-style:normal}[class^="ti-"],[class*=" ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito';
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #333;
}

html {
    overflow-x: hidden;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
    margin-bottom: 18px;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 18px;
}

::-webkit-input-placeholder { opacity: 1; }
:-moz-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; }
:-ms-input-placeholder { opacity: 1; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 28px;
    color: #666;
}

h1, .h1 { font-size: 3.125em; line-height: 1.35; }
h2, .h2 { font-size: 2.5em; }
h3, .h3 { font-size: 1.375em; }
h4, .h4 { font-size: 1.125em; }
h5, .h5 { font-size: 1.875em; }
h6, .h6 { font-size: 1.265em; }

p.lead { font-size: 1.375em; line-height: 1.7; }

p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child,
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0;
}

.section {
    position: relative;
}

.section .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px!important;
    margin-right: -15px!important;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.pull-right { float: right !important; }
.hidden { display: none !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-scroll {
    overflow: hidden !important;
    overflow-y: auto !important;
}

.bg-gradiant.mfp-bg,
.gradiant-background {
    background-image: linear-gradient(293deg, #2563EB 0%, #1E40AF 100%);
}

.gradiant-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.45;
}

.gradiant-light { opacity: 0.25; }

.imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.4s;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.button {
    font-size: 16px;
    font-weight: 700;
    line-height: 3.125;
    border: none;
    border-radius: 25px;
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #F59E0B;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover,
.button:focus {
    color: #fff;
    background: #1F65DB;
}

.button-border {
    line-height: 3;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-border:hover,
.button-border:focus {
    border-color: #000;
}

.header-texts .button.button-transparent { background: transparent; }
.button-uppercase { text-transform: uppercase; }

.buttons {
    margin: 0 -10px;
}

.buttons li {
    display: inline-block;
    margin: 0 10px 20px;
}

.navigation {
    padding: 29px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0!important;
    border: none;
    border-radius: 0;
}

.navbar-default { background-color: transparent; }

.navbar-brand {
    float: left;
    padding: 0 15px;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img { max-height: 50px; }

.navbar-collapse {
    border: none;
    box-shadow: none;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
}

.is-transparent .navbar-brand .logo-light { display: block; }
.is-transparent .navbar-brand .logo-color { display: none; }

.navbar-default .navbar-toggle .icon-bar { background: #fff; }
.navbar-default .navbar-toggle:hover .icon-bar { background: #fff; }

.navbar-default .navbar-toggle {
    border-color: #fff;
    transition: all 0.5s ease;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0033f5;
    border-color: #0033f5;
    color: #FFFFFF;
}

.navbar .nav > li > a {
    padding: 15px 0!important;
    margin: 0 15px;
    line-height: 100%!important;
    font-size: 15px!important;
    border-left: none!important;
    border-right: none!important;
}

.navbar .nav > li > a.button {
    padding: 13px 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav > li > a.button:after { display: none; }

.navbar-nav > li > a {
    font-weight: 400;
    font-size: 0.9375em;
    position: relative;
}

.is-transparent .navbar-default .navbar-nav > li > a { color: #fff; }

.navbar-nav > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
    transform: scale(1);
}

.navbar-default .navbar-nav > li > a.button,
.navbar-default .navbar-nav > li > a.button:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > a.button:hover {
    background: #fff;
    border: 2px solid #fff;
}

.affix {
    padding: 14px 0;
    background: #fff;
    z-index: 1040;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.affix .navbar-brand .logo-light { display: none; }
.affix .navbar-brand .logo-color { display: block;}

.navbar-default .in .navbar-nav > li > a,
.affix .navbar-default .navbar-nav > li > a { color: #333; }

.navbar-default .in .navbar-nav > li > a:after { background: #333; }

.new-badge {
    display: inline-block;
    font-size: 9px;
    background: #73e080;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.hot-badge {
    display: inline-block;
    font-size: 9px;
    line-height: 15px;
    background: #ED9443;
    color: #fff;
    padding: 0 7px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    z-index: 999;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    opacity: 0;
}

.header-section {
    position: relative;
    height: calc(100vh + 80px);
}

.half-header { height: auto;}
.half-header .header-content { padding: 125px 0 85px; }

.header-content { flex-grow: 1; }

.header-texts {
    padding: 74px 0 35px;
    position: relative;
    z-index: 6;
}

.header-texts h1,
.header-texts h2 {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.header-texts p {
    color: #fff;
    padding-bottom: 13px;
    font-weight: 300;
}

.header-texts .button {
    background: #F59E0B;
    color: #fff;
}

.header-texts .button:hover {
    background: #fff;
    color: #F59E0B;
}

.header-mockup {
    position: relative;
    top: 30px;
    z-index: 5;
}




.mockup-screen {
    position: absolute;
    max-width: 305px;
    top: 0;
}

.mockup-screen-one { position: relative; z-index: 20; }
.mockup-screen-two { z-index: 19; left: 105px; }
.mockup-screen-three { z-index: 18; left: 205px; }

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.feature-boxes {
    margin-top: -80px;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.box {
    padding: 30px 0 24px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 15px 0 rgba(2, 3, 3, 0.1);
}

.box-icon {
    height:70px;
    width:70px;
    margin:0 auto;
    border-radius:50%;
    background-color: #35096b;
    background-image: -o-linear-gradient(157deg, #2563EB 0%, #1E40AF 100%);
    background-image: linear-gradient(293deg, #2563EB 0%, #1E40AF 100%);

}
.box-icon .fa,
.box-icon .ti{
    width: 66px;
    line-height: 66px;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 2.25em;
    color: rgba(37, 99, 235, 0.9);
    background: #fff;
    display: inline-block;
}

.box h4 {
    padding-top: 15px;
    text-transform: uppercase;
}

.section-head {
    padding: 109px 0 47px;
}

.pb-90 { padding-bottom: 90px; }

.video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.video img { width: 100%; }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    border-radius: 8px;
    background-image: linear-gradient(293deg, #2563EB 0%, #1E40AF 100%);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(37, 99, 235, 0.9);
    background: rgba(246, 246, 246, 0.75);
    border-radius: 50%;
    text-align: center;
    font-size: 2.25em;
}
.video-play svg{
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

.features-section { overflow: hidden; }

.features-list {
    padding-top: 40px;
}

.pt-10 { padding-top: 10px; }

.single-features {
    position: relative;
    padding-left: 83px;
    margin-bottom: 45px;
}

.single-features h4 {
    color: #fff;
    margin-bottom: 10px;
}

.single-features p {
    color: #fff;
    font-size: 0.99em;
}

.single-features .ti,
.single-features .fa {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    text-align: center;
    font-size: 2.25em;
    color: rgba(37, 99, 235, 0.9);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 8px;
}



.fearures-mockup {
    position: relative;
    top: 45px;
    margin-bottom: -40px;
}

.fearures-mockup img {
    border-radius: 15px 15px 0 0;
    max-width: 260px;
}

.fearures-mockup.iphonex:after {
    position: absolute;
    content: url('/img/landing/images/iphonex.png');
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-49%, -50%) scale(0.6);
    transform: translate(-49%, -50%) scale(0.6);
}

.pb-120 { padding-bottom: 120px; }

.download-buttons {
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0 -5px;
}

.download-buttons li {
    display: inline-block;
    margin: 0 5px 10px;
}

.download-buttons img {
    max-height: 50px;
    width: auto !important;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel.owl-loaded { display: block; }
.owl-carousel .owl-stage { position: relative; }
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slide-screen { position: relative; }

.slide-screen .owl-item {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slide-screen .owl-item.center{
    opacity:1;
}
.slide-screen.iphonex::after {
    content: url('/img/landing/images/iphonex.png');
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -51%) scale(.45);
    transform: translate(-50%, -51%) scale(.45);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
.frame-fix.slide-screen:after{
    opacity:0;
}

.iphonex.owl-carousel .owl-item img {
    width:192px;
    margin:0 auto;
    position:relative;
}
.iphone.owl-carousel .owl-item{
    position:relative;
}
.iphone.owl-carousel .owl-item:after {
    position:absolute;
    content:"";
    height:45px;
    width:100%;
    background:#fff;
    bottom:0;
    left:0;
}

.owl-theme .owl-nav { margin-top: 10px; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots {
    position: relative;
    top: 40px;
    z-index: 99;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot { display: inline-block; isabella-perkins__1__zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span:after {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "";
    height: 14px;
    width: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    border-color: #1F65DB;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .affix .navbar-default .navbar-toggle, .affix .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #1F65DB;
}
.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot span:after, .affix .navbar-default .navbar-toggle, .affix .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #1F65DB;
}

.pricing-section {
    position: relative;
    background-size: cover;
}

.pb-80 { padding-bottom: 80px; }
.pt-90 { padding-top: 90px; }

.pricing-box {
    margin: 15px 0 30px;
    border-radius: 8px;
    background: #fff;
}

.pricing-top {
    position: relative;
    border-radius: 8px 8px 0 0;
    padding: 30px 0;
    background-image: linear-gradient(293deg, #2563EB 0%, #1E40AF 100%);
}

.pricing-top h5 {
    color: #fff;
    margin-bottom: 12px;
}

.pricing-top h2 {
    color: #fff;
    font-weight: 300;
    font-size: 3.6em;
}

.pricing-bottom {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 25px 40px 40px;
}

.pricing-bottom ul { margin-bottom: 25px; }

.pricing-bottom ul li {
    font-weight: 400;
    line-height: 2.5;
    position: relative;
}

.pricing-bottom ul li .ti {
    margin-right: 10px;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2.5;
}

.pricing-bottom .ti-check { color: #00d578; }
.pricing-bottom .ti-close {color: #de0000;}

.pricing-bottom a {
    font-size: 13px;
}

.pricing-badge {
    color: #fff;
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.faqs {
    margin-bottom: 40px;
    position: relative;
}

.faqs:before {
    position: absolute;
    content: "";
    height: calc(100% + 35px);
    width: calc(100% + 25px);
    top: -20px;
    left: -20px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faqs:hover:before { opacity: 1; }

.faq-heading {
    color: #fff;
    margin-bottom: 10px;
}

.faqs p { color: #fff; }

.side-heading { margin-bottom: 50px; }

.heading-light.side-heading a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.heading-light { color: #fff; }

.contact-form {
    border-radius: 8px;
    padding: 35px 35px 40px;
    margin-bottom: 30px;
}

.white-bg { background: #fff; }

.contact-form .button { margin: 6px 0 10px; cursor: pointer;}

.form-results {
    margin: 20px 0;
    font-size: 13px;
    text-align: center;
}

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

.fix-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.txtarea.form-control { height: 85px; }

.contact-info {
    padding: 30px 40px;
    border-radius: 8px 8px 0 0;
}

.contact-info h6 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 10px 0;
}

.contact-info h6 .fa {
    width: 20px;
}

.google-map {
    height: 423px;
    border-radius: 0 0 8px 8px;
}

.gm-err-container {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #e8eaed;
    position: relative;
    left: 0;
    top: 0;
}

.gm-err-content {
    border-radius: 1px;
    padding: 0 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gm-err-icon { text-align: center; }

.gm-err-title {
    margin: 5px 5px 20px;
    color: #3c4043;
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
}

.gm-err-message {
    margin: 5px;
    color: #3c4043;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
}

.footer-section {
    background: #404040;
    padding: 60px 0;
}

.footer-navigation {
    padding-bottom: 10px;
}

.footer-navigation li {
    font-size: 0.91em;
    margin: 0 20px;
}

.footer-links,
.footer-navigation li a {
    color: #fff;
}

.footer-links {
    font-size: 0.9em;
}

.footer-links li a { color: #979797; }

.footer-links .document.main {
    font-size: 0.813em;
    margin: 10px 10px 0;
}

.inline-list li { display: inline-block; }

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-headline.clip span,
.cd-headline.loading-bar span,
.cd-headline.slide span {
    padding: 0.2em 0;
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper,
.cd-headline.loading-bar .cd-words-wrapper,
.cd-headline.slide .cd-words-wrapper,
.cd-headline.type .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-headline.clip b { opacity: 0; }
.cd-headline.clip b.is-visible { opacity: 1; }
.cd-words-wrapper b.is-visible { position: relative; }

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}


.fadeInUp { animation-name: fadeInUp; }
.fadeIn { animation-name: fadeIn; }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animate-top { top: -30px; }
.animate-top.animate-long { top: -120px; }
.animate-bottom { bottom: -30px; }
.animate-bottom.animate-long { bottom: -120px; }
.animate-left { left: -30px; }
.animate-left.animate-long { left: -120px; }
.animate-right { right: -30px; }
.animate-right.animate-long { right: -120px; }
.animate-scale-out { transform: scale(0.8); }
.animate-scale-in { transform: scale(1.3); }

.active .animate-top,
.active .animate-bottom,
.active .animate-left,
.active .animate-right,
.active .animate-scale-out,
.active .animate-scale-in {
    opacity: 1;
}

.active .animate-top { top: 0; }
.active .animate-bottom { bottom: 0; }
.active .animate-left { left: 0; }
.active .animate-right { right: 0; }
.active .animate-scale-out { transform: scale(1); }
.active .animate-scale-in { transform: scale(1); }

@media (min-width: 768px) {
    .col-sm-1 { width: 8.33333333%; }
    .col-sm-2 { width: 16.66666667%; }
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-5 { width: 41.66666667%; }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-9 { width: 75%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-12 { width: 100%; }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .fadeInRight {
        animation-name: fadeInRight;
        animation-duration: 2s;
    }
    .fadeInLeft {
        animation-name: fadeInLeft;
        animation-duration: 2s;
    }
}

@media (min-width: 992px)  {
    .container {
        width: 970px!important;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
        display: flex;
        align-items: center;
    }

    .navbar-nav > li {
        float: left;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .contact-info {
        padding: 35px 40px!important;
    }

    .contact-form .button {
        margin: 0 !important;
    }


    .iphonex.owl-carousel .owl-item img {
        width:500px;
        margin:0 auto;
        position:relative;
    }

    .icon-right {
        padding-right: 83px;
        padding-left: 0;
    }

    .icon-right .ti, .icon-right .fa {
        left: auto;
        right: 0;
    }

    .affix .navbar-brand .logo-color {
        margin-top: 5px;
    }

    .nav.nav-list.navbar-nav.navbar-right {
        display: flex;
    }

    .disableBg .info-info {
        top: 110px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-list { padding-top: 40px; }
    .single-features { margin-bottom: 30px; }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .header-texts h1 { font-size: 2.5em; }
    .header-section { height: 100vh; }
    .half-header { height: auto; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .half-header .header-content h1 { font-size: 2.5em; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-section { height: 100vh; }
    .half-header { height: auto; }
    .mockup-screen { max-width: 225px; }
    .header-texts { padding-right: 160px; }
    .header-mockup {
        position: absolute!important;
        width: 100%;
        top: 50%;
        right: -55%;
        transform: translate(0, -40%);
    }
    .tab-center {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        max-height: 380px;
    }
    .navbar-default .navbar-nav > li > a:hover:after,
    .navbar-default .navbar-nav > li > a:focus:after,
    .navbar-default .navbar-nav > .active > a:after,
    .navbar-default .navbar-nav > .active > a:hover:after,
    .navbar-default .navbar-nav > .active > a:focus:after {
        display: none;
    }
    .is-transparent .navbar-default .navbar-nav > li > a { color: #333; }
    .navigation { padding: 15px 0; }
    .nav li {
        background: #fafafa;
        text-align: center;
    }
    .nav > li > a { margin: 0; }
    .nav li a { font-size: 14px; }
    .nav li:nth-child(even) { background: #fff; }
    .navbar-default .navbar-nav > li > a:hover { color: #fff; }
    .navbar-default .in .navbar-nav > li > a:hover,
    .navbar-default .in .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background: #1F65DB;
    }
    .nav > li > a.button {
        max-width: 200px;
        margin: 25px auto;
    }
    .pb-80 {
        padding-bottom: 30px;
    }

    .nav li:last-of-type{
        padding: 8px;
    }

    .disableBg .info-info {
        margin-top: 80px;
        max-height: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        min-width: 300px;
    }
    .navigation { min-width: 300px; }
    h1, .h1 { font-size: 2em; }
    h2, .h2 { font-size: 1.7em; }
    p { font-weight: 400; }
    .button { padding: 0 25px; }
    .buttons {
        margin: 0 -5px;
    }
    .buttons li {
        margin: 0 5px 20px;
    }
    .header-section {
        min-height: 80px;
    }
    .half-header .header-content { padding: 20px 0 85px; }
    .mockup-screen { max-width: 205px; }
    .header-mockup {
        position: absolute;
        width: 100%;
        top: 50%;
        right: -55%;
        transform: translate(0, -40%);
    }
    .header-texts {
        padding: 100px 0 20px;
        max-width: 360px;
        margin: 0 auto;
    }
    .header-texts h1,
    .header-texts h2 {
        font-size: 1.6em;
    }
    .header-texts p { font-size: 1.075em; }
    .box {
        max-width: 320px;
        margin: 0 auto 30px;
    }

    .form-m-bttm {
        margin-bottom: 10px;
    }




    .logo {
        width: 180px;
        height: 50px;
    }

}

@media (min-width: 767px) {

    .clear {clear: both; height: 1px; display: block; float: none !important;}
    #notifyblock{position:fixed;top:50%;left:0;width:100%;display:none;color:#333;text-align:center;z-index:100;}
    #loadingblock{position:fixed;top:0;left:0;height:100%;width:100%;z-index:100;display:none;background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;color:#333;text-align:center}
    .resError {display:inline-block;padding:13px 18px;font-size:20px;border-color: #f8d0d4;background-color:#fadfdd;border-radius:4px;box-shadow: 0px 0px 5px rgb(51, 51, 51);text-align:center;line-height:24px}
    .loadingDoc{
        position:relative;top:50%;left:0px;font-size:16px;
        background-color: #fcefd4;
        border: 1px solid #fae1c6;
        border-radius: 4px;
        padding:13px 18px;box-shadow: 0px 0px 5px rgb(51, 51, 51)}
    #notifyblock .loadingDoc{background-color: #caeecf;border-color: #b7e8b6}
    #loadingblock .textLoadDoc{padding-left:25px}

    .logo {
        width: 210px;
        height: 50px;
    }
}

@media (max-width: 766px) {
    #notifyblock{position:fixed;left:0;width:100%;display:none;color:#333;text-align:center;z-index:100;}
    #loadingblock{position:fixed;top:0;left:0;height:100%;width:100%;z-index:100;display:none;background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;color:#333;text-align:center}

    #notify {font-weight: 600; background-color: #FFFFFF; color: #333333;}
    .n-t-f {display: flex; align-items: center; flex-direction: column; justify-content: space-between; bottom: 0; height: 100%; width: 100%;}
    .notify-img { display: flex; justify-content: center; align-items: center;}
    .notify-container { background-color: #FFFFFF; position: fixed; top: 50%; left: 50%; min-height: 0!important; transform: translate(-50%, -50%); border: 2px solid #AFAFAF; overflow: hidden; height: auto;}

    .notify-container {
        width: min(90vw, 41.56vh);
        border-radius: min(4.8vw, 2.21vh);
    }

    .notify-div {
        width: min(70vw, 32.32vh);
        padding: min(8vw, 3.69vh) 0 min(8vw, 3.69vh);
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .button { min-width: 130px; font-size: 14px; line-height: 18px; padding-block: 8px;}
}

@media (max-height: 479px) {
    .navbar-collapse { max-height: 270px; }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px!important;
    }

    .screenshots-section .tab-fix {
        max-width: 1170px;
        margin: 0 auto;
    }

    .iphonex.owl-carousel .owl-item img {
        width:195px;
        margin:0 auto;
        position:relative;
    }

    .contact-form .button {
        margin: 10px 0 16px!important;
    }


}

@media (max-width: 991px) {
    .single-features .fa {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: flex;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {

    .navbar-collapse {
        background: #fff;
        max-height: 380px;
    }

    .pricing-box {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .fadeInRight {
        animation-name: fadeInRight;
        animation-duration: 2s;
    }

    .col-md-4:not(.pull-right) .single-features:nth-child(even) {
        animation-name: fadeInRight;
        animation-duration: 2s;
    }
    .col-md-4:not(.pull-right)  .single-features:nth-child(odd) {
        animation-name: fadeInLeft;
        animation-duration: 2s;
    }

    .col-md-4.pull-right .single-features:nth-child(odd) {
        animation-name: fadeInRight;
        animation-duration: 2s;
    }
    .col-md-4.pull-right  .single-features:nth-child(even) {
        animation-name: fadeInLeft;
        animation-duration: 2s;
    }
}

.navbar-collapse {
    border: none;
    box-shadow: none;
}

.collapse {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px!important;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    transition: all .5s ease;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 7.5px -15px!important;
}

@media only screen and (max-width: 991px) {

    .is-transparent .navbar-default .navbar-nav > li > a {
        color: #333;
    }

    .navbar-nav .demo-dropdown .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu li:nth-child(odd) {
        background: #fff;
    }

    .pb-90 {
        padding-bottom: 40px;
    }

    .features-content.center, .features-content .text-right {
        text-align: center;
    }

    .features-list {
        max-width: 420px;
        margin: 0 auto;
        padding: 0;
    }

    .single-features {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .single-features .ti {
        position: relative;
        margin-bottom: 20px;
    }

    .pricing-section.has-bg-image .imagebg {
        height: 400px;
        background-size: cover;
    }

    .pricing-section.has-bg-image {
        background-color: #000;
    }

    .features-section .pull-right {
        float: none!important;
    }
}



@media only screen and (max-width: 900px) {
    .screenshots-section  .tab-fix {
        max-width: 650px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }

    .pt-90 {
        padding-top: 40px;
    }

    p {
        font-weight: 400;
    }

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

    .download-buttons {
        padding-top: 0;
        margin-top: 10px;
    }
    .download-buttons li {
        max-width: 125px;
    }

    .owl-nav .owl-prev .fa, .owl-nav .owl-next .fa {
        line-height: 1.3;
    }

    .screenshots-section  .tab-fix {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
   .screenshots-section .tab-fix {
        max-width: 200px;
        margin: 0 auto;
    }
}
.txt-entry {
    margin-bottom: 30px;
}
.nav-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    z-index: 999;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    opacity: 0;
}

.header-section .navbar-header .nav>li {
    position: relative;
    display: block;
}

.navbar-header .navbar-brand {
    position: relative!important;
    z-index: 1!important;
}

.demo-dropdown .dropdown-menu ul {
    padding: 5px 0 0;
    width: 16.666%;
    float: left;
}

.demo-dropdown .dropdown-menu li:first-child {
    padding: 10px 20px 8px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.demo-dropdown .dropdown-menu li:first-child > span {
    display: block;
    margin-top: 5px;
    position: relative;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.collapse.in {
    display: block;
}

.header-section .navbar-collapse {
    border: none;
    box-shadow: none;
}

.header-section .navbar-nav > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-item:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    z-index: 999;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    opacity: 0;
}

.nav > li > a {
    padding: 15px 0;
    margin: 0 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-right .demo-dropdown .dropdown-menu {
    left: calc(-500px + 38px );
}

.demo-dropdown .dropdown-menu {
    width: 1140px;
    border: none;
    border-radius: 5px;
    text-align: center;
}

@media only screen and (max-width: 1169px) {
    .slide-screen {
        max-width: 700px;
        margin: 0 auto;
    }
}

.is-transparent .navbar-default .navbar-nav > li > a:after {
    background: #fff;
}


.navbar-default .in .navbar-nav > li > a, .affix .navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .in .navbar-nav > li > a:hover, .navbar-default .in .navbar-nav > li > a:focus, .affix .navbar-default .navbar-nav > li > a:hover, .affix .navbar-default .navbar-nav > li > a:focus, .affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > .active > a:focus {
    color: #333!important;
}

.navbar-default .in .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:after, .affix .navbar-default .navbar-nav > li > a:after {
    background: #333;
}

.inline-nav .steps{
    padding: 12px 20px;
    border-radius: 25px;
}

.pricing-section.has-bg-image .imagebg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
    height: 200px;
}

.owl-item.active.center .item img {
    border-radius: 25px;
}
/*
@media only screen and (min-width: 1168px) {
    .screenshots-section .tab-fix {
        max-width: 200px;
        margin: 0 auto;
    }
    .slide-screen {
        max-width: 200px;
        margin: 0 auto;
    }
}
*/
@media only screen and (min-width: 970px) and (max-width: 1199px) {
    .screenshots-section .tab-fix {
        max-width: 700px;
        margin: 0 auto;
    }
    .iphonex.owl-carousel .owl-item img {
        width:195px;
        margin:0 auto;
        position:relative;
    }
}


@media only screen and (min-width: 961px) and (max-width: 969px) {
    .iphonex.owl-carousel .owl-item img {
        width:205px;
        margin:0 auto;
        position:relative;
    }


}



@media only screen and (max-width: 960px) and (min-width: 752px) {
    .screenshots-section .tab-fix {
        min-width: 700px;
        margin: 0 auto;
    }

    .iphonex.owl-carousel .owl-item img {
        width:195px;
        margin:0 auto;
        position:relative;
    }
}

@media only screen and (max-width: 750px) {
    .screenshots-section .tab-fix {
        max-width: 200px;
        margin: 0 auto;
    }
    .slide-screen {
        max-width: 200px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 347px) {
    .screenshots-section .tab-fix {
        max-width: 200px;
        margin: 0 auto;
    }

    .iphonex.owl-carousel .owl-item img {
        width:192px;
        margin:0 auto;
        position:relative;
    }
}

.active .steps h4, .heading span, .box-icon .fa, .box-icon .ti, .video-play, .video-play:hover, .video-play:focus, .owl-theme .owl-nav [class*=owl-], .single-features .ti, .single-features .fa, .contact-form h3, .contact-info h6 .fa, .footer-navigation li a:hover, .social-list li a:hover, .owl-theme .owl-nav [class*="owl-"]:hover, .footer-links li a:hover {
    color: #1F65DB;
}

@media only screen and (min-width: 481px) {

    .container .row {
        margin-top: 24px;
    }

    .cookie-notification {
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        display: flex;
        background-color: rgba(37, 99, 235, 0.7);
        justify-content: center;
        color: white;
    }
    .cookie-notification .container{
        padding: 10px;
        line-height: 15px;
        text-align: justify;
        display: flex;
    }

    .cookie-notification .container span:last-child {
        margin-left: 50px;
        text-transform: uppercase
    }

    .cookie-notification .container {
        padding: 10px;
        line-height: 15px;
        font-size: 13px;
        text-align: justify;
        display: flex;
    }

    #loadingblock .loadingDoc {
        width: 450px;
    }

    .header-section.half-header {
        min-height: 110px!important;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-notification {background-color: #FFFFFF; margin-right: auto;margin-left: auto;border-bottom: #DEDEDE 1px solid;}
    .cookie-notification a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);touch-action: manipulation;}
    .cookie-notification .container {padding: 0; display: flex; color: #333333;width: fit-content;}
    .cookie-notification .btn {margin-bottom: 0; display: inline-block;}
    .cookie-notification .container-cookie-nf .container-cookie-btn { position: relative; width: 100%;}
    .cookie-notification .container-cookie .container-cookie-btn .btn.btn-orange-border {
        border: 1px solid #2563EB!important;
    }

    .cookie-notification {
        padding: max(2.96vw, 1.36vh) max(2.6vw, 1.2vh);
    }
    .cookie-notification .btn {
        padding: max(1.33vw, 0.61vh) max(6.66vw, 3.07vh);
        border-radius: max(1.06vw, 0.49vh);
    }
    .cookie-notification .container span {
        width: max(78vw, 36.02vh);
        font-size: max(3.2vw, 1.47vh);
        line-height: max(3.73vw, 1.72vh);
    }
    .cookie-notification .container-cookie-nf svg {
        width: max(13.33vw, 6.15vh);
        height: max(13.33vw, 6.15vh);
        margin-right: max(3.2vw, 1.47vh);
    }
    .cookie-notification .container-cookie-nf .container-cookie-btn {
        height: max(5.6vw, 2.58vh);
    }
    .cookie-notification .container-cookie-nf .container-cookie-btn .btn{
        font-size: max(3.2vw, 1.47vh);
        line-height: max(3.9vw, 1.8vh);
    }

    .cookie-notification .container-cookie-nf .container span {
        line-height: max(3.73vw, 1.72vh);
    }

    .cookie-notification .container-cookie-nf .container-cookie-btn .btn {
        font-size: max(3.2vw, 1.47vh);
        line-height: max(3.9vw, 1.8vh);
    }

    .container-cookie-btn .btn.btn-orange-border {
        cursor: pointer;
        margin: 0;
        outline: 0;
        font-weight: inherit;
        color: #2563EB;
        justify-content: center;
        align-items: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        touch-action: manipulation;
        transition: transform 0.3s ease;
        border: 1px solid #2563EB;
        padding: min(1.33vw, 0.61vh) min(6.66vw, 3.07vh);
        border-radius: min(1.06vw, 0.49vh);
        margin-bottom: 0;
        display: inline-block;
        font-size: min(3.2vw, 1.47vh);
        line-height: min(3.9vw, 1.8vh);
    }

    .container-cookie-btn .btn.btn-orange {
        margin: 0;
        outline: 0;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        touch-action: manipulation;
        transition: transform 0.3s ease;
        background-color: #2563EB;
        color: #FFFFFF;
        border: 1px solid #2563EB;
        padding: min(1.33vw, 0.61vh) min(6.66vw, 3.07vh);
        border-radius: min(1.06vw, 0.49vh);
        display: inline-block;
        font-size: min(3.2vw, 1.47vh);
        line-height: min(3.9vw, 1.8vh);
    }

    .cookie-notification .container-cookie-nf .container-cookie-btn {
        position: relative;
        width: 100%;
        height: min(5.6vw, 2.58vh);
    }

    .cookie-notification .r-0 {
        right: 0;
        position: absolute;
    }

    .container-cookie-nf {
        line-height: 1;
        font-family: "BYN", Ubuntu, Arial, Tahoma, -apple-system;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-size: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #loadingblock .loadingDoc {
        width: 90%;
    }

    .navigation.is-transparent.affix-top {
        top: auto!important;
    }
}

#loadingblock {
    position: fixed;
    inset: 0;
    left: 0!important;
    top: 0!important;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #000000;
    text-align: center;
}
#loadingblock {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    display: none;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #333;
    text-align: center;
}
#loadingblock .loadingDoc {
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF!important;
    border: 1px solid #FFFFFF!important;
    border-radius: 12px;
    padding-top: 13px;
    padding-bottom: 30px;
    box-shadow: 0 0 5px rgb(51, 51, 51);
}
#loadingblock .loadingDoc .loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 50px;
}
#loadingblock .loader-container .loader-1 {
    border: 3px solid rgba(37, 99, 235, 0.31);
    border-bottom-color: #2563EB;
    border-radius: 50%;
    display: inline-block;
    animation: rotationLoad 3s linear infinite;
    position: relative;
    width: 65px;
    height: 65px;
}
#loadingblock .loader-container .loader-3 {
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotationLoadSecond 3s linear infinite;
    position: absolute;
    border-top: 4px solid rgba(37, 99, 235, 0.15);
    border-right: 4px solid transparent;
    width: 90px;
    height: 90px;
}
#loadingblock .loader-container  .load {
    animation: rotateAndScaleLoad 3s linear infinite;
    z-index: 2;
    position: absolute;
    width: 42px;
    height: 40px;
    margin-left: -2px;
}
#loadingblock .loadingDoc .textLoadDoc {
    text-align: center;
    color: #444444;
    font-weight: 450;
    padding-left: 0!important;
    position: static!important;
    font-size: 16px!important;
}

@keyframes rotationLoad {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(720deg) scale(1.5);
    }
    100% {
        transform: rotate(1080deg) scale(1);
    }
}

@keyframes rotationLoadSecond {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(360deg) scale(1.5);
    }
    100% {
        transform: rotate(720deg) scale(1);
    }
}

@keyframes rotateAndScaleLoad {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.header-section .nav .button.button-custom, .header-section .affix .nav .button.button-custom {
    font-weight: 600;
    background-color: #F59E0B!important;
    color: #FFFFFF!important;
    border-radius: 20px;
    padding: 8px 20px!important;
    text-transform: none;
    transition: none;
}
.header-section .nav .button.button-custom:hover, .header-section .affix-top .nav .button.button-custom:hover {
    background: #fff!important;
    color: #F59E0B!important;
    outline: 2px solid #F59E0B;
}

.header-section .nav .active .button.button-custom, .header-section .affix .nav .active .button.button-custom {
    background-color: #F59E0B!important;
    color: #FFFFFF!important;
}

.contact-form .form-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.contact-section form {
    display: flex;
    flex-direction: column;
}

.contact-section form .rules-provision {
    text-align: left;
    font-size: 13px;
}
.contact-section form .rules-provision input{
    margin-right: 8px;
}

a:not(.btn, .button), .tag-a {
    color: #1E40AF;
    cursor: pointer;
}

a:not(.btn, .button):hover, .tag-a:hover {
    color: #2563EB;
}

.contact-section form .text-muted a {
    color: #2460e5;
}

.ti-user:before{content:"\e602"}
.ti-mobile:before {
    content: "\e621";
}
.ti-lock:before {
    content: "\e62b";
}
.ti-id-badge:before {
    content: "\e699";
}
.ti-bolt::before {
    content: "\e652";
}
.ti-layout-slider-alt:before {
    content: "\e6f0";
}
.ti-exchange-vertical:before {
    content: "\e63f";
}
.ti-user:before {
    content: "\e602";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-dashboard:before {
    content: "\e6aa";
}
.ti-email:before {
    content: "\e75a";
}
.ti-location-pin:before {
    content: "\e693";
}