
body {
    margin: 0;
    padding: 0;
}

section {
    margin: 0;
    padding: 0;
}

.sec_first {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(darkslateblue), to(rebeccapurple));
    background-image: -webkit-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: -o-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: linear-gradient(to right, darkslateblue, rebeccapurple);
}

.head_text {
    text-align: center;
    padding: 0 17vw 0 17vw;
}

.head_text img {
    width: 15vw;
    margin-top: 95px;
}

.head_text h3 {
    color: white;
    margin-top: 50px;
}

.head_text p {
    color: white;
    margin-top: 35px;
    padding-bottom: 95px;
}


/****Second Section****/

.second_text p {
    margin-top: 100px;
    margin-bottom: 50px;
}

.all_log {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 100px;
}

.logos {
    background: whitesmoke;
    border-radius: 100%;
    width: 8vw;
    margin-right: 5vw;
    font-size: 38px;
}

.custom_img {
    width: 40px;
}

.creative{
    width: 7vw;
}



/***Section Third****/

.third_sec {
    background-image: url("../files/image-we-work.jpg");
    background-repeat: round;
    width: 100%;
    position: absolute;
    top: 143.5vh;
    left: 0;
    overflow: hidden;
    padding-top: 680px;
}

.third_sec:before {
    content: "";
    display: block;
    background: white;
    height: 179px;
    width: 8000px;
    position: absolute;
    bottom: 75%;
    margin-left: -4000px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.third_sec:after {
    content: "";
    display: block;
    background: white;
    height: 320px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    bottom: -20%;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.third_text{
    width: 100%;
    height: 100%;
    top: -3px;
    position: absolute;
    opacity: 0.7;
    background-image: -webkit-gradient(linear, left top, right top, from(darkslateblue), to(rebeccapurple));
    background-image: -webkit-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: -o-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: linear-gradient(to right, darkslateblue, rebeccapurple);
}

.third_text:before{
    content: "";
    display: block;
    background: white;
    height: 320px;
    width: 8000px;
    position: absolute;
    bottom: 75%;
    margin-left: -4000px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.third_text h3{
    margin-top: 35vh;
    color: white;
    opacity: 1;
}

.bold_txt{
    position: absolute;
    top: 33vh;
    width: 100%;
    color: white;
}

.bold_txt p{
    margin-top: 35px;
}

.input-group{
    margin-top: 35px;
    padding-left: 25vw;
    padding-right: 25vw;
}

.btn{
    background: cornflowerblue;
}

.input-group-append{
    margin-bottom: 35px;
}

.form-control{
    margin-bottom: 30px !important;
}

/****End Sec Third****/

/**** Sec Fourth ****/

.sec_fourth{
    margin-top: 125vh;
}

.fourth_about{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fourth_about > .row{
    width: 100%;
}

.two{
    margin-top: 100px;
}


/****End Sec Fourth****/

/**** Sec Five ****/

footer{
    width: 100%;
    height: 80vh;
    margin-top: 10vh;
    background-image: -webkit-gradient(linear, left top, right top, from(darkslateblue), to(rebeccapurple));
    background-image: -webkit-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: -o-linear-gradient(left, darkslateblue, rebeccapurple);
    background-image: linear-gradient(to right, darkslateblue, rebeccapurple);
}

.footer_about{
    padding-top: 5%;
    color: white;
}

.footer_about > p{
    width: 65%;
    margin: 0 auto;
    font-size: 2vmax;
}

.footer_input{
    padding: 0;
}

.result-message{
    font-weight: 900;
}













@media only screen and (max-width: 768px) {

    .head_text {
        padding: 0;
    }

    .head_text img {
        width: 35vw;
    }

    .head_text h3 {
        font-size: 20px;
    }

    .head_text p {
        font-size: 13px;
    }

    .sec_fourth{
        margin-top: 135vh;
    }

    .fourth_about{
        display: block;
    }

    .first_img{
        margin-top: 100px;
        margin-bottom: 50px;
    }



}


@media only screen and (max-width: 480px) {

    .logos {
        display: none;
        width: 25vw;
    }

    .wal{
        display: block;
    }

    .wal img{
        width: 50px;
    }

    .third_sec{
        top: 142.5vh;
    }




}


@media only screen and (max-width: 340px){

    .third_sec {
        top: 142.5vh;
    }

    .sec_fourth {
        margin-top: 110vh;
    }
}