.large-title {
    font-size: 110px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -3.9px;
    color: #000000;
    margin-left: 15%;
    display: inline;
}
.small-title {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: -1.1px;
    color: #000000;
    display: inline-block;
}
.txt-light {
    opacity: 0.6;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #1b1b1b;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 50px;
}
.contribute-img {
    margin: 70px 0 120px 0;
    text-align: right;
    width: 100%;
}
.contribute-img img {
    float: right;
    width: 85%;
}
.second-fold-contribute {
    margin-bottom:110px;
}
.second-fold-contribute .title-b {
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -2.6px;
    color: #000000;
    width: 85%;
    float: right;
}
.para-style {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    opacity: 0.6;
    font-family: 'Noto Sans', sans-serif;
    width: 85%;
    float: right;
}
.download-styleguide {
    border: 2px solid #000;
    padding: 30px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 90px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #171717;
}
.download-styleguide span {
    width: 60%;
    float: right;
    position: relative;
    text-align: left;
}
.download-styleguide span:before {
    content: '';
    background: url(../png/download-arrow.png) no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    left: -80px;
}
.values-img {
    text-align: right;
}
.values-img1 {
    width: 78%;
    float: right;
    text-align: right;
}
.about-us-sec {
    background: #1a1d1f;
    padding: 130px 0;
    position: relative;
}
.about-sec-c p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 4px;
    color: #d83434;
}
.about-sec-c a {
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #ffffff;
    width: 55%;
    float: left;
    position: relative;
}
.about-sec-c a:hover {
    color: #fff !important;
}
.about-us-img-c {
    position: absolute;
    right: 0;
    top: 100px;
}
.about-sec-c a:after {
    content: '';
    background: url(../png/btn-red.png) no-repeat;
    width: 94px;
    height: 94px;
    position: absolute;
    right: -140px;
    top: 17px;
}
.contribute-form {
    width: 80%;
    margin: auto;
    border: solid 3px #e0eaf2;
    padding: 100px 100px 50px 100px;
    position: relative;
    margin-bottom: 100px;
    margin-top: 30px;
}
.contribute-form input {
    width: 100%;
}
.getstarted {
    position: absolute;
    top: -45px;
    margin: auto;
    transform: translateX(20%);
    width: 55%;
    text-align: center;
    background: #fff;
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -2.6px;
    color: #000000;
}
.contribute-form form {
    width: 85%;
    margin: auto;
}
.contribute-form input {
    width: 100%;
    /*border-bottom: solid 4px #e0eaf2 !important;*/
    border: none;
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #000;
    outline: none;
}
/*.contribute-form input:invalid{
  border-bottom: solid 4px #000 !important;
}
*/
.contribute-form input:not(:placeholder-shown) {
  
  border-bottom: solid 4px #000 !important;
}

.contribute-form input:placeholder-shown {
  border-bottom: solid 4px #e0eaf2 !important;
}

.wpcf7-form-control-wrap {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.contribute-form input[type="submit"] {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 30%;
    float: right;
    background-color: #d83434;
    border: none !important;
    cursor: pointer;
    border: 1px solid #d83434 !important
}
.contribute-form input[type="submit"]:hover {
    color: #d83434;
    background-color: #fff;
    border: 1px solid #d83434 !important;
}
.contribute-form input:focus {
    border-bottom: 3px solid #d83434 !important;
}

.contribute-form input::-webkit-input-placeholder{
    color:    #9daab5;
}
.contribute-form input:-moz-placeholder{
    color:    #9daab5;
}
.contribute-form input::-moz-placeholder{
    color:    #9daab5;
}
.contribute-form input:-ms-input-placeholder{
    color:    #9daab5;
}
.contribute-form input::-ms-input-placeholder{
    color:    #9daab5;
}
.contribute-form input::placeholder  {
    color:    #9daab5;
}
.third-fold-contribute  p{
    float:left!important;
}
.third-fold-contribute .col-md-7{
    padding-left:40px;
}
.specific-change .values-img{
    float:left!important;
    padding-left:40px
}


@media screen and (max-width:768px){
    .first-fold-contribute {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .large-title {
        font-size: 50px;
        width: 40%;
        float: left;
        margin-left: 20px;
        letter-spacing: -0.9px;
    }
    .small-title {
        font-size: 20px;
        width: 30%;
        float: left;
        margin-top: 20px;
    }
    .second-fold-contribute .title-b{
        font-size: 40px;
    }
    .txt-light {
        width: 85%;
        margin: auto;
    }
    .contribute-img {
        margin: 50px auto;
        text-align: center;
        width: 80%;
    }
    .contribute-img img {
        width: 100%;
    }
    .second-fold-contribute .title-b {
        width: 100%;
        float: left;
        text-align: center;
    }
    .para-style {
        width: 85%;
        float: left;
        margin-left: 25px;
    }
    .getstarted {
        top: -45px;
        transform: translateX(19%);
        width: 69%;
        font-size: 32px;
        letter-spacing: -0.6px;
        padding: 20px;
    }
    .contribute-form {
        padding: 60px 10px 40px 10px;
    }
    .contribute-form input{
        font-size: 18px;
    }
    .contribute-form input[type="submit"]{
        width: 45%;
    }
    .about-us-sec {
        padding: 70px 0;
    }
    .about-sec-c {
        width: 90%;
        margin: auto;
    }
    .about-us-img-c {
        position: relative;
        width: 100%;
        float: left;
        top: auto;
    }
    .about-sec-c a {
        font-size: 36px;
        margin-bottom: 30px;
    }

}





