.contact_top {
    background-image: url(../img/bg/bg-gray.png);
    height: 850px;
    position: relative;
    z-index: 20;
}

.contact_middle {
    background-image: url("../img/bg/bg-blue.png");
    overflow: hidden;
    position: relative;
}

.leftTop_contact {
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    margin-top: 162px;
    margin-left: 142px;
    position: absolute;
    /* border-style: solid; */
    /* border-width: 9px; */
    /* border-color: black; */
    padding: 30px 37px 136px 30px;
    /* -webkit-border-image: -webkit-linear-gradient(top left, rgba(0, 0, 0, 1) 21%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); */
    /* border-image-slice: 2; */
}

.leftTop_contact p {
    margin: -5px;
}

.firstWord {
    font-size: 40px;
}

.secondWord {
    font-size: 29px;
}

.thirdWord {
    font-size: 27px;
}

.firstWord,
.secondWord,
.thirdWord {
    color: black;
    margin-bottom: -16px;
}

.rightTop_contact {
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    margin-top: 310px;
    margin-left: 37px;
    position: relative;
}

.right_firstWord {
    font-weight: 900;
    font-size: 36px;
    color: black;
}

.right_secondWord {
    font-size: 24px;
}

.right_thirdWord {
    font-weight: 900;
    font-size: 23px;
    text-transform: none;
    color: black;
}

.description {
    position: absolute;
    z-index: 30;
    margin-top: 348px;
    margin-left: 185px;
    width: 33%;
    text-align: justify;
    text-justify: inter-word;
}

.imgLeft {
    margin-top: 31%;
    margin-left: 44%;
    width: 64%;
}


.leftImages{
    text-align: center;
}


.contact_social_content li {
    display: inline;
    list-style-type: none;
    padding-right: 50px;
}

.contact_social_content {
    margin-left: -35px;
    font-size: 25px;
}

.contact_middle {
    padding-top: 1%;
    padding-bottom: 5%;
}

.middle_nameImg img {
    width: 3%;
    position: absolute;
    left: 370px;
    top: 99%;
}

.contact_middle h1 {
    text-align: center;
}

.contact_middle h3 {
    text-align: center;
    color: gray;
}

.contact_middle h1 {
    text-transform: uppercase;
    font-weight: 900;
    width: 17%;
    margin: auto;
    margin-bottom: 2%
}

.contact_middle h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
}

.contact_middle_right {
    padding-left: 20px;
}

input {
    border-left: 1px solid #6ec3e7;
    border-top: 1px solid #6ec3e7;
    border-right: 1px solid #6ec3e7;
    border-bottom: 1px solid #6ec3e7;
    -webkit-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    -moz-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    background-image: url(../img/bg/bg-blue.png);
    font-size: 18px;
    overflow: hidden;
    width: 40%;
}

.form,.message{
    display: inline-flex;
}

.form_left,.messageBox{
    margin: auto;
}

.form_left{
    position: relative;
}

.form_left .formLeaf{
    position: absolute;
    width: 90px;
    transform: rotate(215deg);
    left: -110px;
    top: -25px;
}

@media only screen and (max-width:1199px){
    .form_left .formLeaf{
        display: none;
    }
}

.allignBrowse{
    padding-right:0;
    padding-left: 0;
}

.allignUpload{
    padding-left: 0;
}

.inlineUpload{
    display: inline-flex;
}

.mobileAllign{
    background-image: url('../img/ContactPage/Rectangle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 300px;
    height: 300px;
    overflow: inherit;
    position: relative;
    margin: auto;
}

.mobileAllign .leafTopLeft{
    position: absolute;
    width: 50px;
    transform: rotate(60deg);
    left: -120px;
    top: 80px;
}

.mobileAllign .leafBottomLeft{
    position: absolute;
    width: 80px;
    left: -120px;
    bottom: 12px;
    transform: rotate(-11deg);
}

.mobileAllign .leafRightTop{
    position: absolute;
    width: 60px;
    right: -80px;
    top: 73px;
    transform: rotate(-11deg);
}

@media only screen and (max-width: 1199px){
    .leafTopLeft,.leafBottomLeft,.leafRightTop{
        display: none;
    }
}

.textarea{
    border-left: 1px solid #6ec3e7;
    border-top: 1px solid #6ec3e7;
    border-right: 1px solid #6ec3e7;
    border-bottom: 1px solid #6ec3e7;
    -webkit-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    -moz-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    background-image: url(../img/bg/bg-blue.png);
    font-size: 18px;
    overflow: hidden;
    width: 335px;
    height: 167px;
    padding-left: 10px;
    padding-top: 5px;
}

.upload {
    border-left: 1px solid #6ec3e7;
    border-top: 1px solid #6ec3e7;
    border-right: 1px solid #6ec3e7;
    border-bottom: 1px solid #6ec3e7;
    -webkit-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    -moz-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    width: 40%;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 153px;
}

.uploadButton {
    background-color: #b4e1f0;
    height: 100%;
    width: 80px;
    border-style: none;
    /* -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    /* -moz-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    /* box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    font-weight: 900;
    float: right;
}

.browseButton {
    display: inline-block;
}

.contact_bottom {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact_bottom span {
    font-weight: 900;
}

/* responsive */

.sendInfo {
    background-color: #b4e1f0;
    height: 100%;
    width: 80px;
    border-style: none;
    /* -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    /* -moz-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    /* box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1); */
    font-weight: 900;
    float: right;
}

.uploadButton {
    width: 90px;
    font-size: 11px;
    height: 32px;
}

@media only screen and (min-width: 768px) {
    .uploadButton{
        height: 39px;
    }
}


.rightTop_contact{
    display: none;
}

.leafContactRight{
    position: absolute;
    width: 150px;
    right: -25px;
    transform: rotate(11deg);
}

.leafContactBottom{
    position: absolute;
    width: 150px;
    bottom: -200px;
    transform: rotate(160deg);
    left: -130px;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 1199px){
    .leafContactBottom,.leafContactRight{
        display: none;
    }
}

input[type=file] {
    display: block;
    background-color: #b4e1f0;
    height: 100%;
    /* width: 80px; */
    border-style: none;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
    box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
    font-weight: 900;
    float: right;
}


.servicesBlurContact {
    width: 20%;
    top: -140px;
    right: -110px;
    -webkit-animation: rotation 30s infinite linear;
    position: absolute;
    z-index: 0;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
    .servicesBlurContact{
        top: -20px;
        right: -36px;
        width: 25%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1439px){
    .servicesBlurContact{
        top: -50px;
        right: -33px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px){
    .servicesBlurContact{
        top: -60px;
        right: -50px;
    }
}

@media screen and (max-width: 318px) {
    body {
        display: none;
    }
}

@media screen and (min-width: 319px) {
    .contact_top {
        height: 650px;
    }

    .firstWord{
        font-weight: 900;
        font-size: 2em;
    }

    .secondWord {
        font-size: 1.5em;
    }

    .thirdWord{
        font-weight: 900;
        font-size: 1.5em;
    }

    .leftTop_contact {
        margin-top: 20%;
        margin-left: 12%;
        padding: 0;
    }

    .description {
        margin-top: 179px;
        margin-left: 32px;
        width: 43%;
        text-align: left;
        font-size: 0.75em;
        font-weight: 600;
    }

    .imgLeft {
        margin-top: 25px;
        margin-left: 0;
        width: 275px;
    }

    .contact_middle h1 {
        width: 100%;
        font-size: 3em;
    }

    .contact_middle p {
        font-size: 8px;
        padding-top: 10px;
    }

    .textarea2 {
        height: 25px;
        font-size: 23px;
        margin-left: 3%;
        width: 50%;
    }

    .upload {
        margin-left: 27%;
        width: 50%;
        height: 65px;
    }

    .upload img {
        width: 10%;
    }

    .uploadButton {
        font-size: 10px;
        float: none;
    }

    .contact_bottom {
        font-size: 12px;
        width: 100%;
    }
    input {
        /*height: 25px;*/
        font-size: 23px;
        /*margin-left: 5%;*/
        width: 100%;
    }

    .contact_middle h3 {
        font-size: 15px;
    }


    .right_firstWord {
        font-size: 1.3em;
    }

    .right_secondWord {
        font-size: 1em;
    }

    .right_thirdWord {
        font-size: 1em;
    }

    .contact_social_content {
        font-size: 2em;
    }

    .contact_social_content li {
        padding-right: 33px;
    }

    .rightTop_contact {
        margin-top: 165px;
        margin-left: 32px;
    }

    .form_left input:focus,.form_left input{
       padding-left: 10px;
    }

    input[type=file] {
        display: block;
        background-color: #b4e1f0;
        height: 28%;
        /* width: 80px; */
        border-style: none;
        -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        -moz-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        font-weight: 900;
        margin-left: -3px;
    }


    /*remove arrow from type:number*/
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance:textfield;
    }
    /*end remove arrow from type:number*/

    .sendInfo {
        background-color: #b4e1f0;
        height: 26%;
        width: 107%;
        border-style: none;
        -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        -moz-box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        box-shadow: 5px 5px 20px -5px rgba(0, 179, 255, 1);
        font-weight: 900;
        float: right;
        font-size: 9px;
        margin-top: 3px;
    }
}


@media screen and (min-width: 425px) {

    .imgLeft {
        margin-left: 5%;
        width: 250px;
    }

    .firstWord {
        font-size: 24px;
    }

    .secondWord {
        font-size: 16px;
    }

    .thirdWord {
        font-size: 17px;
    }


    .description {
        margin-top: 182px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 620px) {
    .contact_content {
        height: 475px;
        margin: auto;
    }

    .contact_top {
        height: 620px;
    }

    .imgLeft {
        margin-top: 25%;
        margin-left: 5%;
        width: 250px;
    }

    .firstWord {
        font-size: 24px;
    }

    .secondWord {
        font-size: 16px;
    }

    .thirdWord {
        font-size: 17px;
    }


    .imgLeft {
        margin-left: 18%;
        width: 300px;
    }

    .firstWord {
        font-size: 26px;
    }

    .secondWord {
        font-size: 18px;
    }

    .thirdWord {
        font-size: 19px;
    }

    /*.leftTop_contact {*/
        /*margin-left: 20%;*/
        /*margin-top: 38%;*/
    /*}*/

    .right_firstWord {
        font-size: 20px;
    }

    .right_secondWord {
        font-size: 18px;
    }

    .right_thirdWord {
        font-size: 17px;
    }

    .contact_social_content {
        font-size: 21px;
    }

    .contact_middle p {
        font-size: 15px;
    }

    .uploadButton {
        font-size: 15px;
    }
}

@media screen and (min-width: 767px) {
    .firstWord {
        font-weight: 1000;
        font-size: 42px;
    }

    .rightTop_contactDesktop{
        display: block;
        text-align: left;
        margin-left: 68%;
        margin-top: -30%;
    }

    .secondWord {
        font-size: 25px;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 24px;
    }

    .leftTop_contact {
        text-align: left;
        text-transform: uppercase;
        z-index: 10;
        margin-top: 120px;
        margin-left: 19px;
        position: absolute;
        padding: 16px 57px 118px 16px;
    }

    .description {
        position: absolute;
        z-index: 30;
        margin-top: 320px;
        margin-left: 35px;
        width: 49%;
        text-align: left;
        font-size: 0.9em;
    }

    .imgLeft {
        margin-top: 25%;
        margin-left: 5%;
        width: 125%;
    }

    .contact_middle h1 {
        text-transform: uppercase;
        font-weight: 900;
        margin: auto;
        margin-bottom: 2%;
    }

    .contact_middle p {
        font-size: 9px;
        margin-left: -6px;
        padding-top: 10px;
    }

    .upload {
        margin-left: 28%;
        width: 43%;
    }

    .upload img {
        width: 10%;
    }

    .uploadButton {
        float: none;
    }

    .contact_bottom {
        font-size: 15px;
        width: 90%;
    }

    input[type=file] {
        font-size: 9px;
    }

    .mobileAllign{
        margin: initial;
        width: 400px;
        height: 400px;
        margin-top: 30px;
        margin-left: 40px;
    }

    .right_firstWord{
        font-size: 24px;
    }
    .right_thirdWord {
        font-size: 20px;
    }
    .contact_social_content {
        font-size: 30px;
    }

}



@media screen and (min-width: 1024px) {
    .upload {
        margin-left: 27%;
        height: 29px;
    }

    .upload img {
        width: 12%;
    }

    .imgLeft {
        margin-top: 27%;
        margin-left: 20%;
        width: 100%;
    }

    .firstWord {
        font-size: 3.5em;
    }

    .secondWord {
        font-size: 25px;
    }

    .thirdWord {
        font-size: 2.5em;
    }

    .contact_middle p {
        margin-left: -73px;
        font-size: 6px;
        padding-top: 10px;
    }

    .uploadButton {
        font-size: 13px;
        margin-left: 0%;
    }

    .contact_bottom {
        font-size: 13px;
    }

    .contact_social_content li {
        padding-right: 22px;
    }

    input[type=file] {
        height: 18px;
        margin-left: -7px;
        width: 100%;
        float: left;
    }

    .sendInfo {
        height: 65%;
        width: 27%;
        font-size: 13px;
        margin-top: -45px;
        margin-right: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .contact_top {
        height: 800px;
    }

    .contact_bottom {
        font-size: 15px;
    }

    .right_firstWord {
        font-size: 30px;
    }

    .right_secondWord {
        font-size: 22px;
    }

    .right_thirdWord {
        font-size: 20px;
    }

    .contact_social_content {
        font-size: 30px;
    }

    .contact_social_content li {
        padding-right: 33px;
    }

    .contact_middle p {
        margin-left: -69px;
        font-size: 8px;
        padding-top: 10px;
    }

    .upload img {
        width: 8%;
    }

    .sendInfo {
        margin-top: -40px;
    }

    .mobileAllign{
        margin: initial;
        width: 500px;
        height: 500px;
        margin-top: 30px;
        margin-left: 40px;
    }
    .rightTop_contactDesktop {
        margin-top: 44%;
    }

    .leftTop_contact {
        margin-top: 153px;
        margin-left: 25px;
    }
    .description{
        position: absolute;
        z-index: 30;
        margin-top: 375px;
        margin-left: 39px;
        width: 46%;
        text-align: left;
        font-size: 1em;
    }
}

@media screen and (min-width: 1440px) {
    .upload {
        margin-left: 74px;
        height: 29px;
    }

    .firstWord {
        font-weight: 1000;
        font-size: 51px;
    }

    .secondWord {
        font-size: 33px;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 33px;
    }

    .description {
        width: 41%;
    }

    .rightTop_contact {
        margin-left: 103px;
    }

    .contact_middle p {
        margin-left: 0;
        font-size: 9px;
    }

    .uploadButton {
        margin-left: 0;
        margin-top: 0;
        font-size: 1.25rem;
    }

    .contact_middle h1 {
        width: 100%;
        margin-bottom: 2%;
        font-size: 40px;
    }

    input {
        font-size: 15px;
    }

    .upload img {
        width: 15%;
    }

    .upload {
        width: 50%;
    }

    .sendInfo {
        margin-top: -42px;
    }

}

@media screen and (min-width: 2560px) {
    .contact_middle h3 {
        text-align: center;
        color: gray;
        font-size: 35px;
    }

    .contact_middle h1 {
        width: 29%;
        margin-bottom: 2%;
        font-size: 65px;
    }

    .imgLeft {
        width: 70%;
        margin-top: 10%;
        margin-left: 40%;
    }

    .textarea{
        width: 425px;
        height: 425px;
    }

    .description {
        width: 48%;
        font-size: 22px;
        margin-top: 70%;
        margin-left: 9.5%;
    }

    .firstWord {
        font-size: 85px;
    }

    .secondWord {
        font-size: 53px;
    }

    .thirdWord {
        font-size: 53px;
    }

    .contact_top {
        height: 1100px;
    }

    .right_firstWord {
        font-size: 55px;
    }

    .right_secondWord {
        font-size: 40px;
    }

    .right_thirdWord {
        font-size: 45px;
    }

    .contact_social_content {
        font-size: 50px;
    }

    .contact_social_content li {
        padding-right: 118px;
    }

    input {
        font-size: 28px;
        margin-bottom: 43px;
        height: 56px;
    }

    .contact_middle p {
        margin-left: -151px;
        padding-top: 10px;
        font-size: 18px;
    }


    .upload {
        margin-left: 155px;
        height: 55px;
    }

    .uploadButton {
        width: 100%;
        margin-top: -3px;
        font-size: 27px;
    }

    .contact_bottom {
        font-size: 33px;
    }

    .rightTop_contact {
        margin-top: 37%;
        margin-left: 30%;
    }
}

@media screen and (min-width: 992px) {
    .mobileAllign{
        margin-top: 5%;
        margin-left: 25%;
    }

    .rightTop_contactDesktop{
        display: block;
        text-align: left;
        margin-left: 25%;
        margin-top: 50%;
    }
}


@media screen and (min-width: 2560px) {
    .mobileAllign {
        margin-top: 10%;
        margin-left: 25%;
    }
    .mobileAllign {
        margin: initial;
        width: 650px;
        height: 650px;
        margin-left: 45%;
    }
    .nav_language{
        font-size: 30px;
    }

    .rightTop_contactDesktop {
        margin-left: 10%;
        margin-top: 30%;
    }
    .leafContactBottom {
        left: -63%;
    }
    .leafContactRight {
        right: 31%;
    }

    .form_left{
        margin-left: 55%;
    }

    .messageBox{
        margin-right: 55%;
    }

}




input[type=file]{
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: black;
    background-color: #b9e3f0;

    border-left: 1px solid #6ec3e7;
    border-top: 1px solid #6ec3e7;
    border-right: 1px solid #6ec3e7;
    border-bottom: 1px solid #6ec3e7;
    -webkit-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    -moz-box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);
    box-shadow: inset 2px 2px 11px -5px rgba(0, 179, 255, 1);

}

@media only screen and (max-width: 767px) {
    .textarea{
        width: 261px;
    }
    .inputfile + label {
        max-width: 180px;
    }
    .contact_middle h1 {
        width: 100%;
        font-size: 2em;
    }
    .rightTop_contactMobile{
        display: inline-block;
        margin-top: 450px;
    }
}

@media only screen and (min-width: 374px) and (max-width: 768px) {
    .messageBoxResponsive{
        margin: auto;
        padding-left: 20px;
    }
    .textarea {
        width: 310px;
    }
    .allignUpload {
        padding-right: 0;
    }
    .inputfile + label {
        max-width: 220px;
    }
}

@media only screen and (max-width: 374px){
    .textarea {
        width: 100%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px){
    .textarea {
        width: 313px;
    }
    .messageBoxResponsive{
        padding-left: 13px;
    }

}

/*arrow down first section*/
.arrowDown{
    font-size: 4em;
    color: black;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.ion-ios-arrow-down{
    cursor: pointer;
}

@media only screen and (max-width: 767px){
    .arrowDown{
        display: none;
    }
}
/*end arrow down first section*/
