a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
table{border:none;border-collapse:collapse;}
img{vertical-align:top;}
embed{vertical-align:top;}
*{border:none}
/* Getting the new tags to behave */
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
    display:block;
}
mark,rp,rt,ruby,summary,time {
    display:inline;
}

body {
    line-height: 1.5;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}


.wrapper{
    max-width: 1440px;
    width: 100%;
    margin: 50px auto;
}

ol, ul {
    list-style: none;
}
*:not(input){
    -webkit-user-select: none !important;
}
textarea{
    -webkit-user-select: auto !important;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
==========================================================================
GLOBAL STYLES
==========================================================================
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -webkit-text-size-adjust: none;
}

input, textarea, select {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

img,
audio,
video,
canvas {
    max-width: 100%;
}

html {
    min-height: 100%;
    margin-bottom: 1px;
    overflow: -moz-scrollbars-vertical!important;
}

::selection {
    background:#519de8;
    color:#fff;
}

::-moz-selection {
    background:#519de8;
    color:#fff;
}

::-webkit-selection {
    background:#519de8;
    color:#fff;
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
    font-weight:bold;
}

em, i {
    font-style:italic;
}

p {
    margin: 0 0 20px 0;
}

a {
    color: #519de8;
    text-decoration: none;
}

a:hover {
    color: #354378 ;
    text-decoration: none;
}

/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {

    font-size: 35px ;
    margin:0 0 20px 0;
    padding:0;
    color: #666;
}

h2 {

    font-size: 28px ;
    margin:0 0 20px 0;
    padding:0;
    color: #666;
}

h3 {
    font-size: 25px ;
    margin:0 0 20px 0;
    padding:0;
    color: #444;
}

h4 {
    font-size: 20px ;
    margin:0 0 20px 0;
    padding:0;
    color: #444;
}

h5 {
    font-size: 18px ;
    margin:0 0 20px 0;
    padding:0;
    color: #444;
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
    background: #fff;
    color: #999;
    font-size: 16px;
    margin:0;
}

.container {
    max-width: 1440px;
    width:100%;
    margin: 50px auto;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
    background: #fff;
    width:100%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    z-index: 5;
}

.logo {
    width: 120px;
    float: left;
    margin: 5px 0 0 0;
    transition: all 0.3s ease-in;
}

.logo a {
    background: url("../img/logo.png");
    float: left;
    width: 120px;
    height: 40px;
    margin: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

nav {
    padding: 0;
    text-transform: uppercase;
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;

}

nav ul li:not(:first-child) {
    /*margin-right: 25px;*/
}

nav ul li a {
    display: inline-block;
    outline: none;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    border-bottom: 2px solid transparent;
    padding: 0 5px;
}

nav ul li a:hover,nav ul li a.active{
    color: #4e9eea;
    text-decoration: none;
}

.current-menu-item a {
    color: #354378;
    text-decoration: none;
    border-bottom: 2px solid #354378;
}

#nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
}

#nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
}

#nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-container {
    z-index: 9990;
    opacity: 1;
}

#nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
}

.hidden {
    display: none;
}

nav form {
    display:inline-block;
    margin: 0 0 0 20px;
}

.log {
    color: #fff;
    background: #519de8;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    border-bottom: 0 solid #fff!important;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
}
.loginmob{display: none}
@media screen and (max-width: 640px)
{
    .loginmob{display: block;margin-left: 70px}
    .log {
        font-size: 12px;
        padding: 0;

        text-align: center;
        margin: 8px 17px 0 0;
        background: transparent;
        color: #519de8;
    }
    .inner {
        padding: 0 14px !important;
    }
    .logo a {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}


.log:hover {
    color: #fff;
    background: #354378;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-bottom: 0 solid #fff!important;
}

nav label {
    display:block;
}

/* 
==========================================================================
CONTENT
==========================================================================
*/

.hero {
    margin: 75px auto;
}

.hero p {
    display: block;
    font-size: 18px;
}

.left {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 5% 0 0;
}


.right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0;
}

.button {
    text-transform: uppercase;
    color: #fff;
    background: #519de8;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    border:0;
    display: inline-block;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    background: #354378;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border:0;
}

.dbutton {
    text-transform: uppercase;
    color: #fff;
    background: #354378;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    border:0;
    display: inline-block;
}

.dbutton:hover {
    color: #fff;
    background: #519de8;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border:0;
}

.grey {
    padding: 50px 0;
}

.seen {
    padding: 30px 0;
    text-align: center;
}

.seen img {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin: 0 0 0 1%;
}

.seen span {
    font-size: 16px;
}

.second {
    margin: 0px auto;
    background: #f1f1f1;
}
.ssign{
    background: #e4e4e4;
}
.second .left {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin: 0 5% 0 0;
}

.second .right {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0;
}

.phone {
    width: 55%;
    position: absolute;
    background-image: none;
}

.video {
    position: relative;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videoContainer video {

    position: relative;
    z-index: 1;
}

.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 14%;
    z-index: 2;
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
}

video {
    padding: 20%;
}

.third {
    padding: 50px 0;
}

.third .left {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0 0 0 5%;
}

.third .right {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin: 0;
}

.padded {
    padding: 50px 0;
}

.testimonials {
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.testimonials img {
    margin: 25px auto 0 auto;
    border-radius: 50%;
    max-width: 100px;
}

.testi-content {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
}

.testi-info {
    margin: 10px 0 0 0;
    color: #519de8;
}

.testimonials p {
    margin: 0;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 10px;
    color: #354378;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #354378
}

.slick-dots {
    position: absolute;
    bottom: -50px;
}

.novideo {
    display: none;
}

.texty {
    width: 70%;
}

.texty h2, .texty h3{
    margin: 20px 0;
}

/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
    border-top: 1px solid #eee;
    margin: -1px 0 0 0;
}

footer nav ul {
    float: none;
    text-align: center;
}

footer .logo {
    width: 125px;
    height: 31px;
    float: none;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/


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

    .seen {
        text-align: center;
    }

    .seen span {
        display: block;
        margin: 0 0 20px 0;
    }

    .seen img {
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        margin: 0 0 0 1%;
    }

}


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

    nav {
        padding: 0;
    }

    .nav-container {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #519de8;
        opacity: 0;
        transition: all 0.2s ease;
    }

    .nav-container ul {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 100%;
        margin: 0 !important;
    }

    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .nav-container ul li:nth-child(1) a {
        transition-delay: 0.2s;
    }

    .nav-container ul li:nth-child(2) a {
        transition-delay: 0.3s;
    }

    .nav-container ul li:nth-child(3) a {
        transition-delay: 0.4s;
    }

    .nav-container ul li:nth-child(4) a {
        transition-delay: 0.5s;
    }

    .nav-container ul li:nth-child(5) a {
        transition-delay: 0.6s;
    }

    .nav-container ul li:not(:first-child) {
        margin-right: 0;
    }

    .nav-container ul li a {
        padding: 10px 25px;
        opacity: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        transform: translateY(-20px);
        transition: all 0.1s ease;
        border-bottom: 3px solid transparent;
    }
    .nav ul li a:hover, nav ul li a.active{
        color: #fff;
    }
    .nav-container ul li a:hover{
        color: #fff;
        border-bottom: 3px solid #fff;
    }

    .current-menu-item a {
        color: #fff!important;
        text-decoration: none;
        border-bottom: 3px solid #fff!important;
    }

    .nav-open {
        position: absolute;
        left: 0px;
        top: -8px;
        display: block;
        width: 32px;
        height: 48px;
        cursor: pointer;
        z-index: 0;
        border-radius: 50%;
        z-index: 11111;
    }

    .nav-open i {
        display: block;
        width: 20px;
        height: 2px;
        background: #519de8;
        border-radius: 2px;
        margin-right: 14px;
        transition: all 0.3s ease-in;
    }

    .nav-open:hover i {
        background: #354378;
        transition: all 0.3s ease-in-out;
    }


    .nav-open i:nth-child(1) {
        margin-top: 16px;
    }

    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .nav-open i:nth-child(3) {
        margin-top: 4px;
    }

    #nav:checked + .nav-open {
        transform: rotate(45deg);
        position: fixed;
        top: 15px;
    }


    nav form {
        display: block;
        margin: 0 auto;
        text-align: center;
    }



    .logo {
        margin: 2px 0 0 0;
    }

    .right h1 {
        font-size: 30px;
    }

    .second .left, .third .right {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .second .right, .third .left {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .testi-content {
        width: 90%;
        font-size: 16px;
    }

    .padded {
        padding: 0;
    }

    .novideo {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .videoContainer {
        display: none;
    }

    .texty {
        width: 90%;
    }

}


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

    .left {
        display: block;
        width: 100%;
        text-align: center;
    }

    .right {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .button, .dbutton
    {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 10px 0;
    }
    .second
    {
        padding: 50px 0;
    }
}


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


    .seen {
        text-align: center;
    }
    .seen img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    footer .logo, footer .logo a {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    footer nav {
        float: none;
        display: block;
        margin: 30px auto 0 auto;
        text-align: center;
    }

    footer nav ul {
        float: none;
    }

}

.features li:before{
    content: '';
    height: 18px;
    width: 18px;
    background: #37b197 ;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 0;
}
.features li {
    /*width: 40%;
    display: inline-block;*/
    position: relative;
    margin: 0 1.8% 2.1% 6.9%;
    vertical-align: top;
    line-height: 1.1;
}
.footer.left {
    float: right;
    direction: ltr;
    padding: 10px;
}

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

    .container {
        min-width:240px;
        width:100%;
    }

}

/*=============
contact us
==============*/
.gfield div#result{
    margin-top: 10px;
    font-size: 14px;
}
.gfield .need {
    border: 1px solid red !important;
}
.gfield .button{
    font-size: 16px;
}
.gfield {
    margin: 17px 10px;
}

div#gform_wrapper_1 {
    max-width: 400px;
    margin: 50px auto 50px auto;
}
.ginput_container input:focus,.ginput_container textarea:focus{-webkit-box-shadow:0 0 2px 0px rgba(24,147,175,0.5);box-shadow:0 0 2px 0px rgba(24,147,175,0.5);}
.ginput_container input,.ginput_container textarea{width:100%;resize:none;color:#414141;padding:13px 17px;border:1px solid #c3c3c3;
    color:#414141;-webkit-appearance:none;-moz-appearance:none;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.ginput_container textarea{height:161px;}
.validation_error{display:none;}.gform_ajax_spinner{float:right;display:inline;margin:14px 0 0 10px;}


/* ================
    USERS
   =============== */
.wrapper.users{
    text-align: center;
    max-width: 1200px;
}
.wrapper .title{
    font-size: 26px;
    color: #777777;
    margin: 40px 0;
}
.userrow {
    display: inline-block;
    margin: 1% 0.5% 1% 0.5%;
    width:16%;
    border: 1px solid #e8e8e8;
    padding: 10px 25px;
}
.userrow img{
    width: 90px;
    border-radius: 45px;
}
.userrow a{
    color: #888;
}
.userrow .userusername{
    margin: 10px 0;
    direction: ltr;
    font-size: 12px;
}
div#showmore {
    border: 1px solid #aaa;
    padding: 10px 28px;
    display: inline-block;
}
div#showmore:hover {
    border-color: transparent;
    background: #4e9eea;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 900px) {
    .userrow {
        width:25%;
    }
}@media screen and (max-width: 500px) {
    .userrow {
        width:48%;
    }
}