/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #26333B;
    background: #E9EAEE;
    line-height: 27px;
    min-width: 302px;
}

body .container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px){
    .container {
        max-width: 1400px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

header {
    background: #E9EAEE;
    position: fixed;
    z-index: 41;
    top: 0;
    left: 0;
    width: 100%;
}

.header-box {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    align-items: center;
}

header .logo img {
    display: block;
}

.mail {
    width: 32px;
    height: 26px;
    background: url('../img/icons/mail.svg');
    display: block;
}

.linkedin {
    width: 32px;
    height: 32px;
    background: url('../img/icons/linkedin.svg');
    display: block;
}

.h-icons {
    display: flex;
    margin: 0 32px;
    align-items: center;
}

.h-icons a {
    margin-right: 10px;
}

.h-icons a:hover {
    opacity: 0.9;
}

.h-icons a:last-child {
    margin-right: 0;
}

.h-box {
    display: flex;
    align-items: center;
}

.btn-hamburger {
    width: 31px;
    height: 31px;
    display: block;
    background: url('../img/icons/hamburger.svg') center no-repeat;
}

.langs:hover ul {
    display: block;
}

.langs ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    padding: 5px 10px 3px 10px;
    font-size: 14px;
    margin: 0;
}

.langs a {
    color: #26333B;
}

.langs a:hover {
    color: #E94B4A;
}

.langs {
    font-weight: bold;
    color: #26333B;
    font-size: 16px;
    position: relative;
}

.langs .name {
    cursor: pointer;
    padding-right: 18px;
    background: url('../img/icons/arrow.svg') right center no-repeat; 
}

/* *** HOME *** */

.x-content-box-1 {
    min-height: 100vh;
    padding: 60px 0;
    position: relative;
    color: #fff;
    background: url('../img/bg-1.png') center top no-repeat;
    background-size: cover;
}


.x-content-box-1 .txt-1 {
    margin-bottom: 40px;    
}

.x-content-box-1 .logo {
    margin-bottom: 50px;
}

.x-content-box-1 .txt-2 {
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 38px;
    line-height: 75px;
    letter-spacing: 3.5px;
}

.x-content-box-1 .txt-3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 55px;
    line-height: 32px;
    letter-spacing: 1.25px;
}

.x-content-box-1 .txt-4 {
    width: 668px;
    font-size: 22px;
    letter-spacing: 1.25px;
    padding: 15px 15px;
    line-height: 31px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.x-content-box-1 .description {
    width: 787px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.x-content-box-1 .container {
    display: flex;
  
    justify-content: space-between;
}

.x-content-box-1 figure {
    padding-left: 30px;
}

.x-content-box-2 {
    padding: 80px 0 0 0;
    color: #fff;
    background: url('../img/bg-2.png') center top no-repeat;
}

.x-title h2 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0;
}

.x-title {
    margin-bottom: 25px;
}

.x-boxes-1 .row-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.x-box-1 {
    text-align: center;
}

.x-box-1 .txt {
    font-size: 25px;
    letter-spacing: 1.25px;
    height: 90px;
    padding-top: 10px;
    line-height: 40px;
}

.x-boxes-1 {
    margin-bottom: 70px;
}

.x-content-box-2 .txt-1 {
    font-size: 25px;
    letter-spacing: 1.25px;
    line-height: 35px;
    padding: 10px 20px 13px 20px;
    text-align: center;
    margin-bottom: 50px;    
    border-top: 2px solid #606060;
    border-bottom: 2px solid #606060;
}

.x-title img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 20px;
}

.x-content-box-2-2 ul li {
    padding-left: 50px;
    position: relative;
    font-weight: 500;
}

.x-content-box-2-2 ul li:after {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
}

.x-content-box-2-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 1.25px;
}

.x-content-box-2-3 {
    padding-top: 80px;
    background: url('../img/bg-3.png') center bottom no-repeat;
}

.x-content-box-2-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-content-box-2-3 .image {
    margin: 0 0 -14px -50px;
}

.form-box {
    width: 643px;
    margin: 0 -14px -15px 0;
    height: 829px;
    padding: 52px 60px 0 123px;
    flex-shrink: 0;
    color: #1D0B45;
    background: url('../img/bg-4.png') center center no-repeat;
}

.form-box .button-box {
    clear: both;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.btn-1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    color:#1D0B45;
    border: none;
    background: none;
}

.btn-1:hover {
    color:#9347D3;
}

.f-txt {
    margin-bottom: 35px;
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.25px;
    line-height: 40px;
}

.input-box {
    margin-bottom: 30px;
}

.input-box input {
    display: block;
    height: 55px;
    display: block;
    padding: 0 15px;
    padding-top: 2px;
    border: 1px solid #9347D3;
    border-radius: 20px;
    width: 100%;
}

.label-box label {
    margin: 0;
    color: #1D0B45;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.checkbox-box {
    width: 378px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.checkbox-box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox-box label {
    max-width: 100%;
    font-size: 11px;
    padding-right: 74px;
    line-height: 15px;
    letter-spacing: 0.55px;
}

.checkbox-box label:after {
    width: 22px;
    height: 22px;
    content: "";
    display: block;
    border: 1px solid #9347D3;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
}


.checkbox-box :checked + label:after {
    background: url('../img/icons/06.png') center no-repeat;
}

/* *** FOOTER *** */

footer {
    font-family: 'Catamaran', sans-serif;
    padding: 25px 0;
    background: #031C22;
    color: #fff;
}

footer .col-left {
    display: flex;
}

footer .txt {
    font-size: 16px;
    line-height: 27px;
    margin-right: 74px;
}

footer .txt a {
    color: #9347D3;
    font-weight: bold;
}

footer .txt a:hover {
    color: #9347D3;
    opacity: 0.85;
    font-weight: bold;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

