@import "fonts.css";

* {
    outline: 0;
    box-shadow: none;
}



body {
    font-size: 26px;
    font-family: 'DaxLight';
    line-height: 55px;
}

h1,
.h1 {
    font-size: 70px;
    line-height: 70px;
    font-family: "Dax Offc Pro bold";
}

h2,
.h2 {
    font-size: 57px;
    line-height: 76px;
    font-family: "Dax Offc Pro bold";
}

h3,
.h3 {
    font-size: 54px;
    line-height: 72px;
    font-family: "Dax Offc Pro bold";
}

h4,
.h4 {
    font-size: 50px;
    line-height: 70px;
    font-family: "Dax Offc Pro bold";
    margin-bottom: 43px;
}

h5,
.h5 {
    font-size: 42px;
    line-height: 55px;
    font-family: 'DaxLight';
    margin-bottom: 26px;
}

h6,
.h6 {
    font-size: 40px;
    line-height: 53px;
    font-family: "Dax Offc Pro bold";
}

.text-24 {
    font-size: 24px;
    line-height: 38px;

}

.text-22 {
    font-size: 22px;
    line-height: 55px;
    font-family: 'DaxLight';
}

.modal-body a {
    color: #0CC24D;
    text-decoration: none;
    font-family: "Dax Offc Pro bold";

}

.modal-body a.btn {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    margin-top: 40px;

}

.modal-backdrop.show {
    opacity: 0.7;
}

a:hover {
    color: #0CC24D;
}

.right-nav {
    width: 100%;
}

header {
    padding: 0 75px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
}

.sticky .logo-horizontal {
    display: block;
}

.sticky .logo-square {
    display: none;
}

.right-nav ul li a {
    font-size: 26px;
    line-height: 35px;
    font-family: "Dax Offc Pro bold";
    color: #6F625A;
    text-decoration: none;
    padding: 82px 42px;
    display: inline-block;
    transition: all 0.5s ease;
}

.sticky .right-nav ul li a {
    padding: 42px;
}

.right-nav ul li:hover a,
.right-nav ul li a.active {
    color: #0CC24D;
}

.btn {
    font-size: 23px;
    font-family: "Dax Offc Pro bold";
    line-height: 31px;
    letter-spacing: 1px;
    border-radius: 40px;
    min-width: 255px;
    padding: 17px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.btn-primary {
    background-color: #0CC24D;
    border-color: #0CC24D;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #6F625A;
    border-color: #6F625A;
}

.btn-secondary {
    background-color: #6F625A;
    border-color: #6F625A;
    color: #ffffff;
}

.btn-secondary:after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('../images/right-arrow.svg');
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;

}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #0CC24D;
    border-color: #6F625A;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: none;

}



input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    width: 100%;
    border: none;
    border-radius: 40px;
    font-size: 24px;
    line-height: 38px;
    font-family: 'DaxLight';
    padding: 17px 33px;
    height: 68px;
    color: #362D2B;

}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;

}

textarea {
    height: auto;
    resize: none;
}

.form-group {
    margin-bottom: 18px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #362D2B;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #362D2B;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #362D2B;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #362D2B;
}

.logo-horizontal {
    display: none;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.right-nav {
    margin-left: 115px;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    color: #fff;
}

.bg-video-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg-video-wrap .container {
    position: relative;
    z-index: 2;
}

.content-border {
    border-left: 10px solid #22C053;
    padding-left: 35px;

}

.common-hero .content-border {
    margin-bottom: 65px;
}

.divImg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.what-is-carbon .divImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
}

.what-is-carbon {
    position: relative;
}

.what-is-block {
    background-color: #ffffff;
    height: 100%;
    padding: 137px 62px 129px 112px;

}

.what-is-block .h1 {
    line-height: 102px;
    color: #696157;
    margin: 0;
}

.container {
    position: relative;
    z-index: 2;
}

.what-is-carbon-text {
    background-color: #696157;
    color: #ffffff;
    padding: 94px 79px 89px 80px;
    height: 100%;
}

.how-is-captured {
    height: 315px;
    width: 315px;
    background-color: #0CC24D;
    color: #ffffff;
    padding: 58px 66px 43px 66px;
}

.what-is-carbon {
    min-height: 1500px;
}

.wooden-pettern {
    height: 374px;
    padding: 50px 0;
    position: relative;
    color: #ffffff;
    margin-top: -125px;
    margin-bottom: -50px;
}

.wooden-pettern .divImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.projects {
    background-color: #E4DFD4;
    padding: 135px 0 290px 0;
    position: relative;
    overflow: hidden;
}

.projects h4 {
    color: #6F625A;
}

.slick-prev,
.slick-next {
    height: 87px;
    width: 87px;
    background: #0CC24D;
    z-index: 1;
}

.slick-prev {
    left: auto;
    right: 89px;
}

.slick-next {
    right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #6F625A;
}

.slick-dots li button {
    border: 3px solid #6F625A;
    border-radius: 50%;
}

.slick-dots li button:before {
    width: 11px;
    height: 11px;
    left: 5px;
    font-size: 11px;
    opacity: .25;
    color: #6F625A;
    top: 1px;
    opacity: 0;

}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6F625A;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li {
    margin: 0 16px;
}

.slick-next:before,
.slick-prev:before {
    content: "";
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    opacity: 1;
    background-image: url('../images/right-arrow.svg');
}

.slick-prev:before {
    transform: rotate(180deg);
}

.keep-in-touch {
    background-color: #0CC24D;
    padding: 66px 90px;
    color: #fff;
    margin-top: -110px;
}

.keep-in-touch .btn {
    width: 100%;
}

.news-letter-form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

footer {
    background-color: #362D2B;
    color: #ffffff;
    padding-bottom: 80px;
}

.copyright a {
    color: #ffffff;
    margin-left: 15px;
}

.footer-links {
    margin: 85px 0 64px 0;
}

.footer-small-logo {
    margin-top: -60px;
}

.footer-small-logo a {
    height: 89px;
    width: 89px;
    background-color: #7CC24D;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 89px;
    margin-right: 25px;
}

.footer-links li {
    margin-right: 40px;
}

.footer-links li:last-child {
    margin: 0;
}

.footer-links li a {
    font-size: 26px;
    line-height: 38px;
    font-family: "Dax Offc Pro bold";
    color: #ffffff;
    text-decoration: none;
}

.footer-links li a:hover,
.copyright a:hover {
    color: #0CC24D;
}

.sub-hero {
    min-height: 880px;
    position: relative;
}

.sub-hero .divImg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.sub-hero-content {
    color: #ffffff;
    background-color: rgba(54, 45, 43, 0.5);
    padding: 98px 80px;
    max-width: 1300px;
    margin: 0 auto;
}

.how-we-do {
    max-width: 1300px;
    margin: 0 auto;
}

.how-we-do-section {
    position: relative;
    padding-bottom: 230px;
}

.how-we-do-section:after {
    background: transparent url('../images/how-we-do-bg.jpg') no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.how-we-do-left {
    padding: 154px 100px 128px 100px;
    background-color: #ffffff;
}

.how-we-do-left p {
    line-height: 55px;
    color: #362D2B;
}

.how-we-do-left h3 {
    color: #696157;
}

.how-we-do>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.how-we-do-right .divImg {
    height: 100%;
}

.sub-hero-row {
    max-width: 1030px;
    margin: 0 auto;
}

.sub-hero-row .sub-hero-content {
    flex: 0 0 609px;
    margin: 0;
    padding: 60px 80px 32px 80px;
}

.sub-hero-row .sub-hero-content h1 {
    margin-bottom: 30px;
}

.sub-hero-row .sub-hero-content-right {
    flex: 0 0 413px;
    display: flex;
    align-items: center;
    padding: 75px;
    background-color: #7CC24D;
    color: #ffffff;
}

.contact-us-wrapper {
    max-width: 1030px;
    margin: 0 auto;
}

.contact-form {
    background-color: #E4DFD4;
    padding: 68px 81px 78px 97px;
    flex: 0 0 609px;
    max-width: 609px;
}

.contact-form h4 {
    color: #6F625A;
}

.contact-us-section {
    position: relative;
    padding-bottom: 200px;
}

.form-group {
    margin-bottom: 27px;
}

.contact-us-section:after {
    background: transparent url('../images/dark-wood.jpg') no-repeat center center;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    z-index: 0;
}

.contact-us-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: 0;
    background-color: #ffffff;
}

.view-job {
    flex: 0 0 609px;
    max-width: 609px;
    background-color: #ffffff;
    padding: 104px 86px;
}

.view-job .btn {
    margin-top: 60px;
    padding: 17px 52px;
}

.view-job .btn:after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('../images/right-arrow.svg');
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;

}

.dark-left-arrow {
    position: absolute;
    right: -87px;
    top: 0;
    z-index: 1;
}

.modal-body {
    padding: 55px;
}

.cms-pages {
    padding: 150px 0;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1640px;
    }
}

@media (max-width: 1600px) {
    .right-nav ul li a {
        padding: 35px;
    }

    .navbar-brand img {
        max-width: 160px;
        height: auto;
    }

    .sticky .navbar-brand .logo-horizontal {
        max-width: 240px;
        height: auto;
    }

    .sticky .right-nav ul li a {
        padding: 30px 25px;
    }

    .common-hero h4,
    .common-hero .h4 {
        font-size: 45px;
        line-height: 65px;
    }

    .common-hero h5,
    .common-hero .h5 {
        font-size: 38px;
        line-height: 42px;

    }

    .common-hero .text-22 {
        font-size: 18px;
        line-height: 36px;
    }

    .what-is-block {
        padding: 137px 62px 129px 58px;
    }

    .what-is-block .h1 {
        line-height: 90px;
        font-size: 64px;
    }

    .what-is-carbon-text {
        padding: 94px 45px 89px 45px;
    }
}

@media (max-width: 1440px) {
    .what-is-carbon .divImg {
        background-position: 50% calc(100% + 25px);
        background-size: contain;
        bottom: 0;
        top: inherit;
    }

    .news-letter-form .btn {
        font-size: 14px;
        line-height: 15px;
        min-width: inherit;
        padding: 17px 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    textarea {
        height: 50px;
    }
}

@media (max-width: 1300px) {
    .right-nav ul li a {
        font-size: 16px;
        line-height: 18px;
    }

    .right-nav {
        margin-left: 50px;
    }

    .btn {
        line-height: 12px;
        font-size: 18px;
        min-width: 160px;
    }

    .keep-in-touch h3,
    .keep-in-touch .h3 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 1250px) {
    .what-is-block .h1 {
        line-height: 60px;
        font-size: 50px;
    }

    .what-is-carbon-text .text-22 {
        font-size: 16px;
        line-height: 40px;
    }

    .what-is-carbon .divImg {
        position: relative;
        order: 1;
    }

    .wooden-pettern {
        margin-top: 0;
        margin-bottom: -30px;
    }

    .slick-prev {
        right: 50px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev,
    .slick-next {
        top: 0;
        height: 50px;
        width: 50px;
    }

    .what-is-block {
        padding: 137px 15px 129px 15px;
    }

    .how-we-do-left {
        padding: 50px;
    }

    .sub-hero-row .sub-hero-content,
    .sub-hero-row .sub-hero-content-right,
    .contact-form,
    .view-job {
        flex: 0 0 50%;
    }

}

@media(max-width: 991px) {
    .how-is-captured {
        height: auto;
        width: 100%;
    }

    .bg-video-wrap {
        height: auto;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background: transparent url('../images/hamburger_icon.png') no-repeat center;
        background-size: 38px;
    }

    .right-nav ul li a,
    .sticky .right-nav ul li a {
        padding: 15px 0;
    }

    .right-nav {
        margin: 0;
    }

    .right-nav .navbar-collapse {
        margin-bottom: 30px;
    }

    header {
        padding: 10px 15px;
    }

    .what-is-block {
        padding: 50px 62px 50px 58px;
    }

    .what-is-carbon-text {
        padding: 50px 45px 50px 45px;
    }

    .what-is-carbon {
        min-height: inherit;
    }

    .footer-small-logo {
        margin-top: 30px;
    }

    .footer-links li {
        display: block;
        margin: 0;
    }

    .footer-links {
        margin: 20px 0 20px 0;
    }

    .footer-links li a {
        font-size: 16px;
        line-height: 32px;
    }

    .copyright {
        font-size: 14px;
        line-height: 20px;
    }

    .bg-video-wrap {
        padding-top: 30px;
    }

    .keep-in-touch {
        padding: 40px 15px;
    }

    .sub-hero-content {
        padding: 50px;
    }

    .sub-hero-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .sub-hero-content .h5 {
        font-size: 32px;
        line-height: 45px;
    }

    .how-we-do>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .how-we-do-section:after {
        width: 100%;
    }

    .dark-left-arrow {

        right: 0;

    }

    .cms-pages {
        padding: 50px 0 150px 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 22px;
    }

    .bg-video-wrap video {
        min-height: 100%;
    }

    .what-is-block {
        padding: 50px 15px 50px 15px;
    }

    .what-is-block .h1 {
        line-height: 48px;
        font-size: 35px;
    }

    h1,
    .h1,
    .common-hero h4,
    .common-hero .h4,
    .sub-hero-content h1 {
        font-size: 45px;
        line-height: 50px;

    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 45px;

    }

    h3,
    .h3 {
        font-size: 38px;
        line-height: 40px;

    }

    h4,
    .h4 {
        font-size: 35px;
        line-height: 40px;

    }

    h5,
    .h5,
    .sub-hero-content .h5 {
        font-size: 28px;
        line-height: 30px;

    }

    h6,
    .h6 {
        font-size: 25px;
        line-height: 28px;

    }

    .text-24 {
        font-size: 22px;
        line-height: 28px;

    }

    .text-22 {
        font-size: 18px;
        line-height: 20px;

    }

    .navbar-brand img {
        max-width: 110px;
        height: auto;
    }

    .sticky .navbar-brand .logo-horizontal {
        max-width: 170px;
        height: auto;
    }

    .sub-hero {
        min-height: auto;
    }

    .sub-hero-content,
    .sub-hero-row .sub-hero-content {
        padding: 15px;
        margin-top: 30px;
    }



    .how-we-do-left,
    .sub-hero-row .sub-hero-content-right {
        padding: 15px;
    }

    .contact-form {
        padding: 68px 15px 78px 15px;
    }

    .view-job {
        padding: 50px 15px;
    }

    .view-job .btn {
        padding: 17px;
    }

    .content-border {
        padding-left: 10px;
    }

    .modal-body {
        padding: 55px 20px;
    }

    .modal-body a.btn {
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 830px;
    }
}