html,
body {
    font-family: Lato;
    margin: 0;
    padding: 0;
    height: 100%;
}

.highlight {
    color: #018DD2;
}


.thumb-container {
    position: relative;
}

.thumb-container img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    position: absolute;
}


#content {
    min-height: 100%;
    position: relative;
}

#content .content-background {
    background: #008dd2;
}

#content-container {
    padding-bottom: 175px;
}

@media (max-width: 767px) {
    #content-container {
        padding-bottom: 400px;
    }
}

h1, h2 {
    color: #0079cc;
}

header h1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 400;
    transition: font-size .5s;
    -webkit-transition: font-size .5s;
    color:#ffffff;
}

.success-header h1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    color: white !important;
}

@media (max-width: 991px) {
    header h1 {
        font-size: 30px;
    }
}

.trait {
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}

.trait-row {
    padding-bottom: 30px;
    overflow: hidden;
}

.trait-number {
    padding-top: 3px;
    min-width: 60px;
    width: 10%;
    float: left;
}

.trait-number p {
    display: inline-block;
    background: #008DD2;
    padding: 5px 12px;
    border-radius: 80px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 1px 2px 2px #b3b3b3;
}

.trait-info {
    float: left;
    display: inline-table;
    max-width: 75%;
    margin-right: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    transition: font-size .5s;
    -webkit-transition: font-size .5s;
}

#form {
    position: relative;
    background: #008dd2;
    border-radius: 15px;
    padding: 10px;
}

#form h2 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 27px;
}

#form-success {
    /*background: #ffa119;*/
    color: white;
    text-align: center;
    padding: 15px 15px 60px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 20px;
}

#form-success a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

.form-input {
    background: white;
    padding: 7px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #008DD2;
    display: block;
    color: #363636;
    outline: none;
}

@media (min-width: 992px) {
    .form-left {
        padding-left: 60px;
    }

    .form-right {
        padding-right: 60px;
    }
}

#form-success,
.form-input{
    width: 90%;
    max-width: 90%;
    margin: 10px auto;
}

.form-error {
    border: 2px solid red !important;
}

#form textarea {
    min-height: 135px;
}

#form-terms {
    width: 100%;
    padding: 0 45px 15px;
    text-align: justify;
    font-size: 12px;
}

@media (min-width: 992px) {
    #form-terms {
        padding: 0 85px 15px;
    }
}

#form-terms input {
    display: inline-block;
    margin-right: 3px;
    width: 20px;
    float: left;
}

#form-terms label {
    width: calc(100% - 25px);
    font-weight: 400;
}

#form-terms.error-color label {
    background: red;
    color: white;
    width: calc(100% - 25px);
    padding: 5px;
}

button,
.button {
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 40px;
    text-align: center;
    margin: 10px auto;
    display: block;
    color: white;
    transition: background 0.25s, color 0.25s;
    -webkit-transition: background 0.25s, color 0.25s;
    box-shadow: 1px 2px 2px #b3b3b3;
    text-shadow: 1px 2px #4a4a4a;
    color: white;
    background: #a5133d;
    transition: background 0.25s, color 0.25s;
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s;
}


button:hover {
    color: white;
    background: url("../images/button_2.png") repeat-x;
    transition: background 0.25s, color 0.25s;
    -webkit-transition: background 0.25s, color 0.25s;
    text-decoration: none;
}

#form:after {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    border-top: 1px solid #018DD2;
    z-index: -1;
}

.button-arrows:after {
    content: '>>';
    font-family: arial;
    font-size: 18px;
    float: right;
    padding-right: 10px;
}



footer {
    background: #363636;
    text-align: center;
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
    color: white;
    padding-top: 10px;
}

#footer-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
}

#footer-logo,
#footer-contact,
#footer-info,
#footer-projects {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-projects-description {
    font-size: 20px;
}

#footer-projects img {
    margin: 10px 5px;
    max-width: 20%;
}

#footer-contact,
#footer-info {
    text-align: left;
    font-size: 12px;
}

@media (max-width: 991px) {
    #footer-projects-description {
        display: block;
        font-size: 15px;
    }
    #footer-contact,
    #footer-info {
        font-size: 10px;
    }
}

.our-clients > div {
    float: left;
}

.our-clients > div:not(:last-child) {
    margin-right: 33px;
}


#footer-contact-2,
#footer-info-2 {
    text-align: left;
    font-size: 16px;
    font-family: Lato;
    font-weight: 300;
    margin-top: 18px;
}

.our-clients-text {
    font-size: 26px;
    color: #0079cc;
    font-weight: 600;
    letter-spacing: 2px;
}

@media (max-width: 1198px) {
    .our-clients > div {
        width: 25%;
        margin-right: 0px !important;
    }
    
    
    #footer-contact-2,
    #footer-info-2 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .our-clients > div {
        width: 50%;
        margin-right: 0px !important;
    }

}

#content-container-2 {
    padding-bottom: 150px;
}

.our-clients-section {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #content-container-2 {
        padding-bottom: 400px;
    }
}


#content-3 {
    min-height: 100%;
    position: relative;
    background: url("../../../assets/images/landing-page/version-3/background_01.png") no-repeat;
    background-size: 100%;
}

.parent-container {
    background-color: rgba(255, 255, 255, 0.6);
    border-top: 4px solid rgba(36, 128, 201, 0.8);
    border-bottom: 4px solid rgba(36, 128, 201, 0.8);
    margin-bottom: 28px;
}

#traits {
    padding: 50px 0 0;
}

@media (min-width: 768px) {
    #traits {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.traits-3 {
    margin-top:20px;
}
    
.trait-info-3 {
    margin-left:50px;
}

.send-button-3 {
    background: url("../../../assets/images/landing-page/version-3/button.png") no-repeat;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    transition: none;
    -webkit-transition: none;
}


.send-button-3:hover {
    background: url("../../../assets/images/landing-page/version-3/button.png") no-repeat;
    transition: none;
    -webkit-transition: none;
}

.form-input-3 {
    width: 100%;
    padding: 7px;
    margin-top:10px;
    border: 2px solid #CCCCCC;
    border-radius: 3px ;
    resize: none;
    box-shadow: none;
}

.form-text {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.form-textarea-3 {
    height: 150px;
}

.footer-3 {
    position: relative;
}

.form-terms-3 {
    margin: 0px !important;
    margin-top: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 1550px) {
    #content-3 {
        background-size: cover ;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trait-info-3 {
        max-width: 63%;
    }
}

hr {
    border-top: 1px solid #018DD2;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    hr {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.footer-projects-4 img {
    margin-right: 5px !important;
}

.parent-container-4 {
    margin-bottom: 5px;
}

.zaufali-nam {
    font-size: 20px;
}

#owl-porftolio .item{
  margin: 3px;
}

#owl-porftolio .item img{
  display: block;
  width: 100%;
  height: auto;
}

.like-header {
    font-size: 36px;
    font-weight: 400!important;
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

h3 {
    font-size: 36px;
    font-weight: 400!important;
}

section {
    padding-top: 0;
    padding-bottom: 0;
}

#home-list-contests {
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    form {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 992px) {
    .trait-info {
        margin: 0;
        font-size: 17px;
        line-height: 20px;
    } 
}