.elementor-2830 .elementor-element.elementor-element-67df644{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-2830 .elementor-element.elementor-element-67df644.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2830 .elementor-element.elementor-element-9066416{text-align:left;}.elementor-2830 .elementor-element.elementor-element-9066416 img{width:75px;}.elementor-2830 .elementor-element.elementor-element-9066416 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-2830 .elementor-element.elementor-element-042ca16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:75px;--padding-inline-start:275px;--padding-inline-end:275px;}#elementor-popup-modal-2830 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-2830{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-2830 .dialog-close-button{display:flex;font-size:30px;}#elementor-popup-modal-2830 .dialog-widget-content{animation-duration:0.7s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-2830 .elementor-element.elementor-element-042ca16{--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:30px;--padding-inline-end:30px;}}@media(max-width:767px){.elementor-2830 .elementor-element.elementor-element-9066416 img{width:49px;}.elementor-2830 .elementor-element.elementor-element-9066416 > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-2830 .elementor-element.elementor-element-042ca16{--padding-block-start:0px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;}.elementor-2830 .elementor-element.elementor-element-0c1abc1 > .elementor-widget-container{margin:0px 0px 0px 0px;}#elementor-popup-modal-2830 .dialog-close-button{font-size:19px;}}/* Start custom CSS for ha-cf7, class: .elementor-element-0c1abc1 */body{
    color: #797979;
    font-family: "Oswald", Sans-serif;
}

.col-20{
    width: 20%;
}


/*Giris kısım*/
.form-head {
    margin-bottom: 20px;
    font-size: 16px;

}
.form-head p{
    display: inline-block;
    width: 49%;
}

.form-head h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
    color: #555;
    font-weight: 600;
    width: 49%;
    vertical-align: top;

}

.form-head h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #fecc26;
}

/*ilk 4 input*/

.form-control {
    font-size: 18px;

}

.form-control-item {
    margin-bottom: 40px;
    width: 47%;
    float: left;
    margin-right: 15px;

}

.form-control-item label{
    display: block;
    color: #4d4d4d;
    line-height: 1;
    margin: 0 0 2px;
    font-weight: bold;
}

.form-control-item input {
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
    border:2px solid #c7c7c7;
    border-width: 0 0 2px;
    -webkit-transition: border .15s linear, color .15s linear;
    transition: border .15s linear, color .15s linear;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.15s;
    font-size: 16px;

}

.form-control-item input:focus {
    outline: none;
    transition: 0.15s;
    border-color: #fecc26
}

/*PROJE SECME FORM*/

.form-control-ch {
    margin-bottom: 250px;
}

.form-control-ch-item input {
    visibility: hidden;
}

.form-control-ch-item {
    float: left;
    background-color: #f8f8f8 !important;
    color: #000 ;
    cursor: pointer;
    transition: 0.15s;
    
}

.form-control-ch-item:hover {
    display: inline-block;
    background-color: #e1e1e1 !important;
    color: #000 ;
    cursor: pointer;
    transition: 0.15s;
}

.form-control-ch-item.checked{
    display: inline-block;
    background-color: #fecc26 !important;
    color: #000 !important;
    transition: 0.15s;
}


.form-control-ch-item label{
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: background .15s linear, color .15s linear;
    transition: background .15s linear, color .15s linear;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.form-control-ch-item i{
    font-size: 75px;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.form-area textarea {
    margin: 20px 0 0;
    width: 100%;
    border-radius: 3px !important;
    padding: 13px 20px;
    color: #000;
    resize: none;
    -webkit-transition: border .15s linear, color .15s linear;
    transition: border .15s linear, color .15s linear;
    font-size: 16px;
}

.form-area textarea:focus {
    outline: none;
    transition: 0.15s;
    border-color: #fecc26
}

.form-upload {
    position: relative;
    margin: 0;
    padding: 40px 70px;
    height: auto;
    min-height: 0;
    line-height: 67px;
    border: 2px solid #c7c7c7;
    border-radius: 3px;
    -webkit-transition: border .15s linear, color .15s linear;
    transition: border .15s linear, color .15s linear;
    background-color: #ededed;
    color: #818181;
    font-size: 20px;
}

.instruction{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.form-upload input{
    
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.form-upload-area{
    margin-bottom: 30px;
}

.form-upload-area label{
    display: block;
    color: #4d4d4d;
    line-height: 1;
    margin: 20px 0 20px;
}

/*SUBMIT*/

.submit-btn{
    cursor: pointer;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    transition: 0.15s;
    border: none;
}

.submit-btn:hover{
    cursor: pointer;
    background-color: #fecc26;
    color: #000;
    transition: 0.15s;
}

@media only screen and (max-width: 768px) {


    
    /*Giris kısım*/
    .form-head {
        margin-bottom: 40px;
        font-size: 16px;

    }
    .form-head p{
        display: block;
        width: 100%;
    }

    .form-head h2 {
        position: relative;
        padding-bottom: 25px;
        color: #555;
        font-weight: 600;
        width: 100%;
        vertical-align: top;

    }

    .form-control-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-control-ch-item {
        float: left;
        width: 48%;
        margin: 2px;
        
    }

    .ch-last-item {
        width: 97%;
    }

    .form-area textarea {
        margin: 0;
        height: 100px;
    }

    .form-upload {
        padding: 20px 35px;
        font-size: 16px;
    }

}/* End custom CSS */