html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-weight: 300;
    font-size: 42px;
    color: #0075ea;
    line-height: 1.25;
}

h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 40px;
    color: #444A4F;
    line-height: 1.25;
}

h3 {
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0 10px 0;
}

h5 {
    font-weight: 300;
    font-size: 13px;
    color: #abb2b8;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

p {
    font-size: 16px;
    max-width: 40ch;
    color: #444A4F;
}

.text-center p {
    margin-left: auto;
    margin-right: auto;

}

.main p.lead {
    margin-top: 20px;
    margin-bottom: 60px;
}

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.not-on-top header {
    padding: 15px 0;
    box-shadow: 0px 0px 20px 0px rgba(8, 45, 81, 0.08);
}

p.lead {
    font-size: 20px;

}

.button {
    outline: none;
    border: 1px solid #0059B2;
    color: #0059B2;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px 0px rgba(8, 45, 81, 0.08);
    top: 0px;
    position: relative;
}
.button[disabled], .button:disabled{
    cursor:default;
    opacity: 0.7;

}
.button[disabled]:hover, .button:disabled:hover{
    top: 0px !important;
    background-color: #0075EA !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 124, 244, 0.5) !important;
}
.button:hover {
    text-decoration: none;
    background-color: #0075EA;
    color: #fff;
}

.button.button-main:hover {
    top: -3px;
    background-color: #2391ff;
    box-shadow: 0px 10px 20px -6px rgba(0, 124, 244, 0.5);
}

.lang-switch {
    display: inline-block;
}

.lang-switch .button {
    padding-right: 12px;
    color: #666;
    border: 1px solid transparent;
}

.lang-switch .button:hover {
    border-color: #0059B2;
    ;
    color: #333;
    background-color: #fff;
    color: #0059B2;
}

ul.popup {
    position: absolute;
    right: 0;
    background: #fff;
    top: 33px;
    border-radius: 11px;
    padding: 0px;
    width: 200px;
    text-align: left;
    box-shadow: 0px 17px 30px 0px #0a1c481f;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.lang-switch:hover ul.popup {
    height: 150px;
}

ul.popup li {
    list-style-type: none;

}

ul.popup li a {
    display: inline-block;
    width: 100%;
    padding: 9px 16px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .2s ease;
    color: #666;
}

ul.popup li a:hover {
    background-color: #f1f4f8;
    text-decoration: none;
    color: #0059B2;
}

.dd-ico {
    width: 10px;
    height: 10px;
    background-image: url(../img/dropdown.svg);
    background-size: 10px 5px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 0.7;
}

.how-it-works .box {
    padding: 50px 20px;
    width: 100%;
    margin: 20px 0px 60px;
}

.how-it-works .box img {
    max-width: 625px;
    width: 100%;
}

.bg-circles {

    position: relative;
    z-index: 1;
}

.how-it-works .bg-circles:before {
    z-index: -10;
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background-color: #F7FAFE;
    display: block;
    top: -125px;
    right: -125px;
}

.how-it-works .bg-circles:after {
    z-index: -10;
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #F7FAFE;
    display: block;
    bottom: -60px;
    left: -60px;
}

#form-messages{
    text-align: center;
    margin: 15px 0 25px 0;
    padding: 13px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 14px;
}
.success{
    color: #00ae7e;
    background-color: #eefffa;
}
.error{
    color: #e91e63;
    background-color: #fff1f6;
}
.button-main {
    padding: 13px 28px;
    font-size: 15px;
    text-transform: none;
    background-color: #0075EA;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    max-width: 180px;
}

.container {
    max-width: 1200px;
}

.how-it-works-caption {
    z-index: 1;
    position: relative;
}

.how-it-works-content {
    z-index: 0;
    position: relative;
}

section {
    background-color: #fff;
    padding: 100px 10px;
    overflow-x: hidden;
}
#contact-page{
	padding-top: 150px;
}
.features {
    overflow: hidden;
    position: relative;
    padding-top: 160px;
    background: linear-gradient(180deg, #f1f4f8 0%, #fff 100%);
}

.features:before {
    content: '';
    background: #ffffff;
    width: 105%;
    height: 150px;
    transform: rotate(2deg);
    top: -97px;
    left: -13px;
    display: block;
    z-index: 10;
    position: absolute;
}

.who-we-are {
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
    background: linear-gradient(180deg, #fff 0%, #f1f4f8 100%);
}

.who-we-are:before {
    content: '';
    background: #ffffff;
    width: 105%;
    height: 150px;
    transform: rotate(2deg);
    bottom: -97px;
    left: -13px;
    display: block;
    z-index: 10;
    position: absolute;
}

.contact {
    background-image: url('../img/bg-contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact .box {
    padding: 60px 60px 0;
    margin-bottom: 60px;

}

.img-about {
    max-width: 412px;
    width: 100%;
}

.logo img {
    width: 132px;
    height: 29px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.box-icon {
    width: 80px;
}

.box {
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(5, 37, 67, 0.1);
    border-radius: 30px;
    margin: 20px 25px 20px;
}

.box-inner {

    padding: 30px;
}

.box-inner p {
    font-size: 13px;
}

footer p {
    font-size: 12px;
    opacity: 0.7;
    max-width: 100%;
    text-transform: uppercase;
}



form label {
    display: block;
    font-size: 14px;
    margin: 0;
    user-select: none;
}

form .button {
    display: block;
    margin: 30px auto 0;
    min-width: 200px;
    text-transform: uppercase;
}


/*CUSTOM CHECKBOX*/

input {
    border: 1px solid #d4dadf;
    border-radius: 6px;
    padding: 12px 12px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

input:focus,
input:active {
    border-color: #2391ff;
}

input:hover {
    border-color: #87c2f8;
}

input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -1px;
    left: 15px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #C4CFD9;
    border-radius: 5px;
    cursor: pointer;
}

.checkbox-holder:hover input~.checkmark {
    background-color: #fff;
    border-color: #87c2f8;
}

.checkbox-holder input:checked~.checkmark {
    background-color: #2391ff;
    border-color: #2391ff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-holder input:checked~.checkmark:after {
    display: block;
}

.checkbox-holder label {
    padding-left: 28px;
    cursor: pointer;
}

.checkbox-holder .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*MOBILE ADJUSTMENTS*/

@media (max-width: 650px) {
    section {
        padding: 70px 10px;
    }
    .mobile-text-center{
    	text-align: center;
    }
    section.main {
        padding: 100px 10px 0;
    }

    .welcome-text {
        position: relative;
        z-index: 1;
    }

    .main img {
        position: absolute;
        top: -155px;
        right: -129px;
        width: 274px;
        max-width: inherit;
        z-index: 0;
    }

    .contact .box {
        padding: 25px;
        margin: 20px 0;
    }

    h1.main {
        font-size: 34px;
    }

    p.lead {
        font-size: 18px;
    }
}