/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
    padding: 0 20px;
    position: fixed;
    background: #fff;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.header--container {
    max-width: 1366px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header--container .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--container .nav li:not(:first-child) {
    margin-left: 30px;
}

.header--container .nav li:last-child {
    margin-left: 60px;
}

.header--container .nav a {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    color: #858585;
    transition: .4s;
}

.header--container .nav a:hover {
    color: #000;
    text-decoration: none;
}

.btn-contact {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    transition: .4s;
    padding: 15px 20px;
    color: #fff !important;
    background: var(--red-ribbon);
    text-decoration: none !important;
}

.btn-contact:hover {
    background: #ED3535;
}

.logo img {
    max-width: 200px;
}


/*--------------------------------------------------------------
First Section
--------------------------------------------------------------*/
.first--section {
    margin-top: 100px;
    position: relative;
    padding: 80px 20px;
}

.first--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.first--section h1 {
    font-size: 68px;
    font-family: Montserrat;
    font-weight: 500;
    color: #262626;
    margin-bottom: 10px;
    max-width: 960px;
    line-height: 90px;
}

/*--------------------------------------------------------------
Second Section
--------------------------------------------------------------*/
.second--section {
    width: 100%;
    height: 734px;
    background: #FAFAFA;
    padding: 120px 20px;
    margin-top: 100px;
    text-align: center;
    box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, .2);
}

.second--section .bg-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second--section .bg-image > img {
    position: relative;
    z-index: 10;
}

.second--section .bg-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.second--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.second--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 10px;
}

.second--section h1 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
}

.second--section .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.second--section .list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 400px;
}

.second--section .list li img {
    max-width: 120px;
}

.second--section .list li div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    margin-left: 40px;
}

.second--section .list li div h5 {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.second--section .list li div p {
    color: #747474;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    max-width: 300px;
}


/*--------------------------------------------------------------
Third Section
--------------------------------------------------------------*/
.third--section {
    width: 100%;
    padding: 0 20px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.third--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.third--section .person-img {
    max-width: 500px;
}

.third--section .content {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
}

.third--section .content h6 {
    font-size: 16px;
    font-weight: 300;
    color: #747474;
    margin-bottom: 20px;
}

.third--section .content h2, .fifth--section .row-sides div h2 {
    font-size: 52px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}

.third--section .content ul.list {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 30px;
}

.third--section .content ul.list li:not(:first-child) {
    margin-top: 10px;
}

.third--section .content ul.list li span {
    font-size: 16px;
    font-weight: 500;
    color: #747474;
}

.third--section .content-sides {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 73px;
}

.third--section .content-sides > div {
    width: 45%;
    height: 100%;
    text-align: left;
}

.third--section .content-sides > div h4 {
    color: var(--red-ribbon);
    font-size: 25px;
    font-weight: 600;
}

.third--section .content-sides > div p, .fifth--section .row-sides > div > p {
    /*color: #828282;*/
    font-size: 16px;
    line-height: 32px;
    margin-top: 40px;
}

.third--section .buttons-list {
    margin-top: 30px;
}

.third--section-filters {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -150px;
}

.third--section-filters li:first-child {
    margin-right: 20px;
}

.third--section-filters input {
    display: none;
}

.third--section-filters label {
    padding: 13px 24px;
    text-decoration: none !important;
    transition: .4s;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.third--section-filters label:hover,
.third--section-filters input:checked + label {
    background: #fff;
    color: #000;
}

.third--section-filters label.input-danger {
    border-color: red;
}

.third--section-form {
    background: #fff;
    padding: 35px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.third--section-form .row-inputs {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.third--section-form .in-form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15px;
}

.third--section-form .in-form-group label {
    color: #858585;
    font-size: 13px;
}

.third--section-form .in-form-group input {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 12px;
    font-weight: 500;
    padding: 15px;
    width: 300px;
    transition: .4s;
}

.third--section-form .in-form-group input.input-danger {
    border-color: red !important;
}

.third--section-form .in-form-group input:focus {
    background: #fff;
}

.third--section-form button {
    height: 50px;
    background: #ED3535;
    display: flex;
    align-items: center;
    color: #fff;
    width: 200px;
    justify-content: center;
    font-weight: 500;
    transition: .4s;
}

.third--section-form button .loader-circle {
    width: 20px;
    height: 20px;
    margin: 0 0 0 15px;
    display: none;
}

.third--section-form button:hover {
    background: var(--red-ribbon);
}

.third--section-form .checkboxes {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.third--section-form .checkboxes div {
    text-align: left;
    max-width: 400px;
}

.third--section-form .checkboxes div:nth-child(2) {
    margin: 0 20px;
}

.third--section-form .checkboxes label:before {
    content: "\F0131";
    color: #858585 !important;
}

.third--section-form .checkboxes label:hover:before {
    content: "\F012E";
    color: #858585 !important;
}

.third--section-form .checkboxes label.input-danger:before {
    color: red !important;
}

/*--------------------------------------------------------------
Fourth Section
--------------------------------------------------------------*/
.fourth--section {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
}

.fourth--section > div {
    width: 50%;
    height: 494px;
    overflow: hidden;
}

.fourth--section > div > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-decoration: none !important;
}

.fourth--section > div > a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    position: absolute;
    transition: transform 0.3s ease-in-out;
}

.fourth--section > div:first-child > a:after {
    background-image: url('../images/sections/s4_1.jpg');
}

.fourth--section > div:last-child > a:after {
    background-image: url('../images/sections/s4_2.jpg');
}

.fourth--section > div > a:hover:after {
    transform: scale(1.04);
}

.fourth--section > div > a:before {
    content: '';
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 5;
}

.fourth--section > div > a > * {
    position: relative;
    z-index: 10;
}

.fourth--section > div > a h6 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .15);
    text-align: center;
}

/*--------------------------------------------------------------
Fifth Section
--------------------------------------------------------------*/
.fifth--section {
    width: 100%;
    background: #F2F6F7;
    padding: 80px 20px;
    text-align: center;
    box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, .2);
}

.fifth--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.fifth--section .row-sides {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.fifth--section .row-sides:last-child {
    flex-direction: row-reverse;
    margin-top: 120px;
}

.fifth--section .row-sides > * {
    width: 100%;
    max-width: 45%;
    height: 100%;
    text-align: left;
}

.fifth--section .row-sides > div > h2 {
    text-align: left;
}

.fifth--section .row-sides > div > p {
    margin-bottom: 40px;
}

.fifth--section .row-sides > div > p > b {
    font-weight: 500;
    color: #262626;
}

.fifth--section-list {
    margin-top: 80px;
}

.fifth--section-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 60px;
}

.fifth--section-list li:before {
    content: '';
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.fifth--section-list li:first-child:before {
    background-image: url('../images/icons/workers.png');
}

.fifth--section-list li:nth-child(2):before {
    background-image: url('../images/icons/products.png');
}

.fifth--section-list li:last-child:before {
    background-image: url('../images/icons/cultured.png');
}

.fifth--section-list li:not(:first-child) {
    margin-top: 48px;
}

.fifth--section-list h6 {
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.fifth--section-list p {
    color: #828282;
    font-size: 16px;
    line-height: 32px;
}

/*--------------------------------------------------------------
Sixth Section
--------------------------------------------------------------*/
.sixth--section {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0;
}

.sixth--section .slider, .sixth--section .content {
    height: 100%;
    width: 50%;
}

.sixth--section .content {
    height: 100%;
    position: relative;
}

.sixth--section .content img {
    opacity: .3;
}

.sixth--section .content > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 120px;
}

.sixth--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 20px;
}

.sixth--section h1 {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
}

.sixth--section p {
    color: #747474;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    margin-top: 40px;
}


/*--------------------------------------------------------------
Seventh Section
--------------------------------------------------------------*/
.seventh--section {
    width: 100%;
    padding: 70px 20px;
    text-align: left;
    background: #293260;
}

.seventh--section .section--container {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seventh--section .section--container .red-box {
    width: 56px;
    height: 56px;
    background: #FF0000;
    margin: 0 auto;
}

.seventh--section .section--container p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    line-height: 32px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
    background: #fff;
    width: 100%;
    padding: 40px 20px;
}

.footer .footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
}

.footer .footer-container img {
    max-width: 200px;
}

.footer .footer-container li {
    display: flex;
}

.footer .footer-container li:not(:first-child) {
    margin-top: 3px;
}

.footer .footer-container li > * {
    color: #5C5C5C;
    font-size: 15px;
}

/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.form-contact input:not([type="checkbox"]):not(:first-child) {
    margin-top: 15px;
}

.form-contact input:not([type="checkbox"]), .form-contact select {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: var(--gray);
    border: 1px solid #e5e5e5;
    background: #fff;
}

.form-contact select:focus {
    outline: none !important;
}

.form-contact .checkboxes, .third--section-form .checkboxes {
    position: relative;
}

.form-contact .checkboxes input, .third--section-form .checkboxes input {
    position: absolute;
    opacity: 0;
}

.form-contact .checkboxes label, .third--section-form .checkboxes label {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 11px;
    margin-top: 15px;
}

.form-contact .checkboxes label p > * {
    color: #fff;
}

.form-contact .checkboxes label:before, .checkboxes label:after,
.third--section-form .checkboxes label:before, .third--section-form .checkboxes label:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 10px;
    transition: 0.4s
}

.form-contact .checkboxes label:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes label:hover:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes input:checked + label:before,
.third--section-form .checkboxes input:checked + label:before {
    content: "\F0132";
}

.form-contact .checkboxes i, .third--section-form .checkboxes i {
    margin-right: 5px
}

.form-contact .checkboxes a, .third--section-form .checkboxes a {
    color: var(--boulder);
    text-decoration: underline
}

.form-contact button {
    width: 80%;
    padding: 20px;
    font-size: 15px;
    margin: 30px auto 0;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.form-contact button div {
    display: none;
}

.form-contact button:hover, .form-contact button:focus {
    background: var(--red-ribbon);
}

.form-contact .input-danger {
    border-color: #f0506e !important;
}

.form-contact .checkboxes label.input-danger:before {
    color: #f0506e !important;
}

.modal-body, .modal-header {
    background: var(--red-ribbon);
}

.modal-header {
    border-bottom: none;

}

.modal-title, .close {
    color: #fff !important;
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
    .first--section .right-side {
        margin-top: 13px;
    }

    .first--section .right-side .main-img {
        height: 500px;
    }

    .sixth--section p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1240px) {
    .first--section .right-side {
        margin-top: 30px;
    }

    .first--section .right-side .main-img {
        height: 400px;
    }

    .sixth--section .content > div {
        padding: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .second--section {
        margin-top: 0;
        padding: 50px 20px;
    }

    .second--section .list {
        flex-direction: column;
        align-items: center;
    }

    .second--section .list li {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .second--section .list li:not(:first-child) {
        margin-top: 30px;
    }

    .second--section .list li img {
        margin-bottom: 20px;
    }

    .second--section .list li div {
        text-align: center;
        margin-left: 0;
    }

    .second--section .list li div p {
        max-width: 600px;
    }

    .second--section img.floating {
        animation-name: none;
    }

    .fifth--section .section--container ul.list p {
        max-width: 300px;
    }

    .third--section-form .in-form-group input {
        width: 250px;
    }
}

@media screen and (max-width: 1100px) {
    .first--section .right-side {
        margin-top: 0;
        display: none;
    }

    .first--section .abs-img {
        display: none;
    }

    .first--section, .first--section .section--container {
        min-height: auto;
    }

    .seventh--section .section--container {
        flex-direction: column;
    }

    .seventh--section .section--container div {
        text-align: center;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .header--container {
        height: 80px;
    }

    .btn-contact {
        padding: 10px 15px;
        font-size: 13px !important;
    }

    .logo img {
        max-width: 150px;
    }

    .first--section {
        padding: 40px 20px;
    }

    .fifth--section,
    .seventh--section,
    .footer {
        padding: 30px 20px;
    }

    .first--section {
        margin-top: 80px;
    }

    .first--section h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .second--section {
        height: 500px;
    }

    .third--section-filters {
        margin-bottom: 15px;
    }

    .third--section-filters label {
        padding: 10px;
        font-size: 12px;
    }

    .third--section-form {
        padding: 20px;
    }

    .third--section-form .row-inputs,
    .third--section-form .checkboxes,
    .fourth--section,
    .fifth--section .row-sides,
    .footer .footer-container {
        flex-direction: column;
    }

    .third--section-form .row-inputs > *:not(button) {
        margin-bottom: 15px;
    }

    .third--section-form .in-form-group,
    .third--section-form .in-form-group input,
    .third--section .content-sides > div,
    .fourth--section > div,
    .fifth--section .row-sides > * {
        width: 100%;
        max-width: 100%;
    }

    .third--section-form .in-form-group {
        margin-right: 0;
    }

    .third--section-form .in-form-group input {
        padding: 10px;
    }

    .third--section-form button {
        height: 40px;
        width: 120px;
    }

    .third--section-form .checkboxes {
        align-items: flex-start;
    }

    .third--section-form .checkboxes div {
        margin: 0 !important;
        max-width: 100%;
    }

    .third--section .content {
        margin-top: 30px;
    }

    .third--section .content h2 {
        font-size: 40px;
    }

    .third--section .content-sides {
        margin-top: 50px;
        flex-direction: column;
    }

    .third--section .content-sides > div:first-child {
        margin-bottom: 40px;
    }

    .third--section .content-sides > div p, .fifth--section .row-sides > div > p {
        margin-top: 15px;
    }

    .fourth--section > div {
        height: 300px;
    }

    .fourth--section > div > a h6 {
        font-size: 20px;
    }

    .fifth--section .row-sides div h2 {
        font-size: 20px;
        margin-top: 25px;
    }

    .third--section .content-sides > div p,
    .fifth--section .row-sides > div > p,
    .fifth--section-list p,
    .seventh--section .section--container p {
        font-size: 13px;
        line-height: 28px;
    }

    .fifth--section .row-sides:last-child {
        flex-direction: column !important;
        margin-top: 40px;
    }

    .fifth--section .row-sides img {
        max-width: 75%;
    }

    .fifth--section .row-sides > div > p {
        margin-bottom: 20px;
    }

    .fifth--section-list {
        margin-top: 40px;
    }

    .fifth--section-list li {
        padding-left: 40px;
    }

    .fifth--section-list li:not(:first-child) {
        margin-top: 20px;
    }

    .fifth--section-list h6 {
        font-size: 17px;
    }

    .fifth--section-list li:before {
        width: 30px;
        height: 30px;
    }

    .seventh--section .section--container p {
        margin-top: 20px;
    }

    .footer .footer-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer .footer-container img {
        margin-bottom: 20px;
    }

    .footer .footer-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 980px) {
    .header--container .nav li:last-child {
        margin-left: 20px;
    }

    .sixth--section .content {
        width: 100%;
        background-image: url('../images/bg/sixth-section.jpg');
        background-size: cover;
        background-position: center;
    }

    .sixth--section .content > div {
        position: relative;
    }
}

@media screen and (max-width: 700px) {
    .first--section h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 680px) {
    .header--container .nav li:not(.button) {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .first--section {
        padding: 30px 20px;
    }

    .first--section h1 {
        font-size: 30px;
        line-height: normal;
    }

    .second--section {
        height: 400px;
    }

    .second--section .bg-image > img {
        max-width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .header--container .nav li.button {
        display: none;
    }

    .third--section .content h2,
    .fifth--section .row-sides div h2 {
        font-size: 25px;
    }

    .third--section .content-sides > div h4 {
        font-size: 20px;
    }

    .third--section .content-sides > div p,
    .fifth--section .row-sides > div > p,
    .fifth--section-list p,
    .seventh--section .section--container p {
        line-height: normal;
    }
}
