body {
    overflow-x: hidden;
}


#header {

    background-image: url('../media/banner/banner.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 100px;
}


#header .presenter {
    background-color: #0f3552;
    width: 445px;
    height: 416px;
    margin-top: 50px;
    margin-right: 50px;
    padding: 80px 70px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    float: right;


}

#header p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    margin-left: 405px;
}

#header .contact p {
    font-size: 11px !important;
    font-weight: 400;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}


#header h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    text-align: right;

}


#header h6 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: right;

}


#banner {
    background-color: #0f3552;
    padding-bottom: 150px;
}

#banner h5 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 10px;
}

#banner h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

#banner p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}


#banner a {
    text-decoration: none;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    background-color: #db1d25;
    padding: 30px 45px;
    margin: 0 auto;
    display: table;

}

#banner a:hover {
    font-weight: 500;
}

#services {
    background-color: #ffffff;
    padding-bottom: 100px;
}

#services h5 {
    color: #db1d25;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 10px;
}

#services h3 {
    color: #0f3552;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
}

#services .item {
    padding-bottom: 30px;
    background-color: white;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#services p {
    color: #0f3552;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
}

#clients {
    background-color: #f7f7f7;
    padding-bottom: 150px;
}

#clients h5 {
    color: #db1d25;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 10px;
}

#clients .item {
    padding-bottom: 40px;
    background-color: white;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 12px;

}

#clients h1 {
    color: #0f3552;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 70px;
}

#clients h6 {

    color: #0f3552;
    letter-spacing: 0.32px;
    line-height: 22px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
}

#clients p {

    color: #0f3552;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
}

#clients .clients-image {
    padding-top: 40px;
}

/*#clients .carousel-item{*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    display: inline;*/
/*}*/

#portfolio {
    background-color: #B8C1CE;
}

.portfolio-title {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 80px;
}

#footer {
    background-image: url('../media/footer/bg_footer.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    max-height: 876px;
    padding-top: 185px;
    padding-bottom: 185px;
}

#footer .form {
    background-color: #0f3552;
    width: 657px;
    padding: 80px 70px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

#footer-mobile {
    display: none;
}


#footer input {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    background-color: #0f3552;
    border: 1px solid #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}

#footer textarea {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    background-color: #0f3552;
    border: 1px solid #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}


#footer h3 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    text-align: right;
    padding: 10px;
}

#footer a.link-facebook {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    margin-top: 190px;
    display: block;
    text-decoration: none;
}

#footer .link-facebook span {
    margin-left: 20px;

}

#footer button.button-send {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    background-color: #db1d25;
    padding: 20px;
    margin: 0 auto;
    display: table;
    width: 100%;
    border: transparent;

}


#footer p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
}

#footer .copyright p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 55px;
    text-align: right;
}

#footer .copyright a {
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 10px !important;
    font-weight: 500;
}

#footer .mail {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;

}

#footer .title p {
    font-size: 11px !important;
    font-weight: 400;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.picture-presenter {
    display: none
}

.portfolio-box {
    display: block;
}

/*#portfolio {*/

.portfolio-box {
    margin-top: 50px;
    margin-bottom: 150px;
    margin-right: 18%;
    margin-left: 16%;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #B8C1CE;
    font-family: Arial;
}

/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

/*.row {*/
/*    margin: 8px -16px;*/
/*}*/

/* Add padding BETWEEN each column (if you want) */
/*.row,*/
/*.row > .column {*/
/*    padding: 8px;*/
/*}*/

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    /*width: 33.33%;*/
    /*width: 24.33%;*/
    width: 19.83%;
    display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    /*background-color: #0F3552;*/
    background-color: #B8C1CE;
    /*padding: 10px;*/
    /*width: 245px;*/
    /*height: 245px;*/
    padding: 6px;
    width: 235px;
    height: 235px;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
    width: 159px;
    height: 65px;
    background-color: #b8c1ce;
    border: 1px solid #ffffff;

    outline: none;
    padding: 12px 16px;

    cursor: pointer;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 30px;
}

/* Add a grey background color on mouse-over */
.btn:hover {
    background-color: #db1d25;
    border: none;
}

#myBtnContainer {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
