body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #0E3D6B;
    font-size: 16px;
    font-weight: 300;
}

div, span, input, select, textarea {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    margin: 0 auto;
    width: 1320px;
    position: relative;
}

/* PLACEHOLDER COLOR */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbbbbb;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbbbbb;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbbbbb;
}

/* HEADER */

header {

padding: 35px 0;
}

header .columns {

display: flex;

align-items: center;
}


header .columns .left {

width: 30%;
}

header .columns .left img {

width: 190px;
}
header .columns .right {

width: 70%;

display: flex;

align-items: center;

justify-content: flex-end;
}
header .columns .right .link {

color: #2C6FB1;

font-weight: 500;

display: flex;

align-items: center;
    transition: 0.3s;
}

header .columns .right .link .icon {
    margin-right: 6px;
    transition: 0.2s;
}
header .columns .right .link:hover .icon {

}
header .columns .right .link:first-child {

border-right: 1px solid #2C6FB1;

margin-right: 18px;

padding-right: 18px;

/* display: flex; */

/* align-items: center; */
}
header .columns .right .btn {
background-color: #ed553b;
color: #fff;
text-transform: uppercase;
padding: 9px 18px;
display: block;
text-align: center;
font-size: 92%;
cursor: pointer;
margin-left: 25px;
transition: 0.25s;
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
}

header .columns .right .btn img {
    width: 13px;
    margin-right: 5px;
}

header .columns .right .btn:hover {/* background-color: #2C6FB1; */}

/* FOOTER */

footer {
}


footer .contact {
background-color: #ffffff;
padding: 80px 0;
}

footer .copyrgight {
background-color: #e3e3e3;
padding: 23px 0;
}
footer .text-and-mw {

display: flex;

align-items: center;
}
footer .text-and-mw .text {

width: 60%;

font-size: 95%;
}
footer .text-and-mw .text a {

font-weight: 500;
}
footer .text-and-mw .makeweb {

width: 70%;

display: flex;

justify-content: flex-end;

align-items: center;
}

footer .text-and-mw .makeweb img {

width: 150px;
}

footer .contact .columns {

display: flex;

align-items: flex-start;
}

footer .contact .logo-column {

}
footer .contact .contact-column {

}
footer .contact .form-column {

width: 40%;
}
footer .contact .form-column .title {

font-size: 141%;

text-transform: uppercase;

color: #2C6FB1;

letter-spacing: 5px;

font-weight: 700;

margin-top: 17px;

margin-bottom: 40px;

text-align: left;
}
footer .contact .form-column input[type="text"],
footer .contact .form-column input[type="email"]{
display: block;
width: 100%;
border: 1px solid #fff;
transition: 0.25s;
outline: none!important;
margin-bottom: 20px;
padding: 19px;
font-size: 93%;
background-color: #EDEBEC;
border-radius: 11px;
}

footer .contact .form-column input[type="text"]:focus,
footer .contact .form-column input[type="text"]:active,
footer .contact .form-column input[type="email"]:focus,
footer .contact .form-column input[type="email"]:active {
    border: 1px solid #2C6FB1;
}
footer .contact .form-column .checkbox-row{

display: flex;
}

footer .contact .form-column .checkbox-row .cb {

width: 30px;
}

footer .contact .form-column .checkbox-row input {

}

footer .contact .form-column .checkbox-row .text {

width: calc(100% - 30px);

font-size: 91%;
}

footer .contact .form-column .checkbox-row .text a {

font-weight: 500;
}

footer .contact .form-column .button-row {

margin-top: 35px;

justify-content: flex-end;

display: flex;
}

footer .contact .form-column .button-row button{
background-color: #ED553B;
color: #fff;
text-transform: uppercase;
padding: 12px 30px;
display: block;
text-align: center;
font-size: 92%;
cursor: pointer;
border: none;
outline: none!important;
transition: 0.25s;
font-weight: 800;
font-family: 'Poppins';
border-radius: 9px;
}

footer .contact .form-column .button-row button:hover {
    /* background-color: #2C6FB1; */
}

footer .contact .logo-column {
width: 25%;
padding-top: 14px;
padding-right: 35px;
}
footer .contact .logo-column .logo {

margin-bottom: 42px;

display: flex;

align-items: center;

justify-content: center;
}
footer .contact .logo-column .logo img {
width: 250px;
max-width: 100%;
}
footer .contact .logo-column .icons {
/* width: 35%; */
display: flex;
align-items: center;
justify-content: center;
display: none;
}
footer .contact .logo-column .icon {

margin: 0 8px;
}
footer .contact .logo-column .icon img {

width: 36px;
}
footer .contact  .contact-column {

width: 35%;
}

footer .contact  .contact-column .title {

font-size: 141%;

text-transform: uppercase;

color: #2C6FB1;

letter-spacing: 5px;

font-weight: 700;

margin-top: 17px;

margin-bottom: 40px;

text-align: left;
}

footer .contact  .contact-column .items {
}

footer .contact  .contact-column .item {

color: #2C6FB1;

font-weight: 500;

display: flex;

align-items: center;

margin-bottom: 30px;
}

footer .contact  .contact-column .item .icon {

display: flex;

align-items: center;

margin-right: 15px;
}
footer .contact  .contact-column .item .text {

}

footer .contact  .contact-column .item .icon img {

}

/* BANNER */

.banner {

background-image: url('/img/banner.jpg');

background-size: cover;

padding: 240px 0;

background-position: right center;
}
.banner .box {

width: 40%;
}
.banner .subtitle {

color: #B12C54;

font-weight: 700;

text-transform: uppercase;

font-size: 91%;

display: flex;

align-items: center;

letter-spacing: 1px;
}
.banner .subtitle:before {
    content:'';
    display: inline-block;
    width: 38px;
    height: 5px;
    border-radius: 100px;
    background-color: #B12C54;
    margin-right: 11px;
    display: none;
}
.banner .title {font-size: 320%;text-transform: uppercase;color: #ED553B;/* letter-spacing: 5px; */font-weight: 700;margin-top: 17px;margin-bottom: 19px;font-style: italic;font-weight: 800;}
.banner .description {

font-size: 130%;

margin-bottom: 55px;
}
.banner .button-row {

display: flex;

justify-content: flex-start;
}

.banner .button-row .btn {
background-color: #ed553b;
color: #fff;
text-transform: uppercase;
padding: 12px 40px;
display: block;
text-align: center;
font-size: 92%;
cursor: pointer;
transition: 0.25s;
font-weight: 800;
display: flex;
align-items: center;
justify-content: center;
border-radius: 11px;
}

.banner .button-row .btn img {
    width: 13px;
    margin-right: 10px;
}

.banner .button-row .btn:hover {

}
/* HELP */

.help {

background-color: #EDEBEC;

padding-top: 60px;
}

.help .title {
font-size: 190%;
text-transform: uppercase;
color: #2C6FB1;
/* letter-spacing: 5px; */
font-weight: 700;
margin-top: 17px;
margin-bottom: 10px;
text-align: center;
font-style: italic;
font-weight: 900;
}
.help .subtitle {

text-align: center;

font-size: 130%;

margin-bottom: 90px;
}
.help .columns {

display: flex;

align-items: flex-start;

/* font-size: 0; */
}

.help .button-row {

    display: flex;

    justify-content: flex-start;
}

.help .button-row .btn {

    background-color: #B12C54;

    color: #fff;

    text-transform: uppercase;

    padding: 12px 40px;

    display: block;

    text-align: center;

    font-size: 92%;

    cursor: pointer;
    transition: 0.25s;
}
.help .button-row .btn:hover {
background-color: #2C6FB1;
}
.help .columns .left {
font-size: 0;
width: 50%;
margin: 35px 0;
}

.help .columns .left img {

width: 100%;
}

.help .columns .right {padding-top: 55px;padding-left: 50px;padding-right: 100px;width: 50%;font-size: 153%;}

.help .columns .right p {

font-size: 130%;
}

.help .columns .right b {

}

/* FEATURES */

.features {

padding-top: 60px;

padding-bottom: 40px;
}

.features .title {
font-size: 190%;
text-transform: uppercase;
color: #2C6FB1;
/* letter-spacing: 5px; */
font-weight: 700;
margin-top: 17px;
margin-bottom: 10px;
text-align: center;
font-style: italic;
font-weight: 900;
color: #ED553B;
}

.features .subtitle {

text-align: center;

font-size: 130%;

margin-bottom: 90px;
}


.features .columns {

display: flex;

flex-wrap: wrap;

padding: 0 105px;

/* justify-content: center; */
}
.features .column {

width: 33.33%;

display: flex;

align-items: center;

margin-bottom: 65px;
}
.features .column .icon {width: 60px;display: flex;align-items: center;justify-content: center;}

.features .column .icon img {

}

.features .column .text {

width: calc(100% - 60px);

padding-left: 7px;

text-transform: uppercase;

color: #0E3D6B;

font-weight: 500;

font-size: 111%;
}

/* REFERENCES */

.references {

background-color: #2C6FB1;

padding-top: 60px;

padding-bottom: 60px;
}
.references .title {

font-size: 190%;

text-transform: uppercase;

color: #fff;

letter-spacing: 5px;

font-weight: 700;

margin-top: 17px;

margin-bottom: 10px;

text-align: center;
}
.references .subtitle {
    
text-align: center;
    
font-size: 130%;
    
margin-bottom: 90px;
    
color: #fff;
}
.references .slider {

display: flex;

align-items: center;

font-size: 0;

margin-bottom: 45px;

overflow: hidden;
}

.references .slider .slide {

width: 25%;

border: 5px solid #fff;

/* margin: 0 16px; */

transition: 0.25s;
    overflow: hidden;
}
.references .slider .slide img {display: block;width: 100%;transition: 0.25s;height: 240px;object-fit: cover;}
.references .slider .slide:hover  img {
transform: scale(1.1);
}
.references .slider .slide a {
    
}
.references .arrows {

display: flex;

align-items: center;

justify-content: center;
}
.references .arrows .left {

width: 80px;

opacity: 0.5;

display: flex;

justify-content: center;

align-items: center;

}
.references .arrows .right {

width: 80px;

opacity: 0.5;

display: flex;

justify-content: center;

align-items: center;
}
.references .arrows .left.active {
    opacity: 1;
    cursor: pointer;
}
.references .arrows .right.active {

opacity: 1;
    cursor: pointer;
}
.references .arrows img {

}

/* PARTNERS */

.partners {

padding-top: 60px;

padding-bottom: 80px;
}

.partners .title {

font-size: 190%;

text-transform: uppercase;

color: #2C6FB1;

letter-spacing: 5px;

font-weight: 700;

margin-top: 17px;

margin-bottom: 10px;

text-align: center;
}

.partners .subtitle {

text-align: center;

font-size: 130%;

margin-bottom: 90px;
}

.partners .main-brand {

display: flex;

align-items: center;

justify-content: center;
}

.partners .main-brand img {

}

.partners .brands {

display: flex;

flex-wrap: wrap;

margin-top: 35px;

/* filter: grayscale(1); */
}

.partners .brands .brand {

width: 20%;

display: flex;

align-items: center;

justify-content: center;
}

.partners .brands .brand img {

max-width: 100%;

height: 59px;

/* width: 180px; */

/* object-fit: contain; */
}




@media (max-width: 1400px) {
    .container {
        width: 1140px;
    }
    .banner {
        
padding: 110px 0;
    }
    .banner .box {

width: 38%;

}
}


@media (max-width: 1200px) {
    .container {
        width: 960px;
    }
    .banner {
        padding: 80px 0;
    }
    .banner .box {
        
width: 37%;
    }
    body {
        font-size: 14px;
    }
    header .columns .left img {
        
width: 150px;
    }
    footer .contact .logo-column .logo img {
        width: 179px;
    }
    footer .contact .form-column input[type="text"], footer .contact .form-column input[type="email"] {
        
padding: 16px;
    }
    .help .subtitle {
        
margin-bottom: 30px;
    }
    footer .contact .logo-column .icon img {
    width: 27px;
}
    .partners .brands .brand {

width: 33.33%;

margin-bottom: 36px;

}
    .partners .brands {

    }
}

@media (max-width: 992px) {
    footer .text-and-mw .makeweb img{
        width: 110px;
    }
    footer .contact .columns {
        flex-wrap: wrap;
    }
    footer .contact .logo-column {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    footer .contact .contact-column {
        width: 100%;
    }
    footer .contact .form-column {
        width: 100%;
    }
    .partners .brands .brand {

width: 50%;

margin-bottom: 36px;

}
    .partners .brands {

    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    header .columns .right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    header .columns .right .link:first-child {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
        justify-content: flex-end;
    }
    header .columns .right .link {
        /* display: block; */
        width: 100%;
        justify-content: flex-end;
    }
    header .columns .right .btn {
        /* width: 100%; */
        margin-left: 0;
        /* display: none; */
        margin-top: 13px;
        padding: 6px 12px;
    }
    header .columns .left img {
        width: 120px;
    }
    .references .subtitle {
        margin-bottom: 50px;
    }
    body {
        font-size: 13px;
    }
    .banner {
        padding: 0;
    }
    .banner .box {
        width: 100%;
    }
    .banner .box {
        padding: 30px 0;
    }
    .banner .container {
        background-color: rgba(236, 234, 235, 0.85);
    }
    .banner .button-row {

    }
    .help .columns {
        
flex-wrap: wrap;
    }
    .features .columns {
        
flex-wrap: wrap;
        
padding: 0;
    }
    .features .subtitle {
        
margin-bottom: 45px;
    }
    .features .column .text {
        font-size: 100%;
    }
    .features .column {

width: 50%;

margin-bottom: 22px;
}
    .help .button-row {
        
justify-content: center;
    }
    .help .columns .left {

order: 2;

width: 100%;

}
    .help .columns .right {

order: 1;

width: 100%;

padding: 0;

text-align: center;

}
}
