.yg-footer{
    background-color: #383e42;
}

.footer-nav li a,
.contact-info,
.social-media-link a,
.contact-info a,
.copyright{
    color: #fff;
}

.projeler{
    padding-left: 80px;
    padding-right: 80px;
}

.dm-langs{
    width: auto;
    z-index: 9999;
    font-size: 14px;
    font-weight: 500;
	position: absolute;
    top: 27px;
    right: 180px;
    color: #000;
}

.sticky .dm-langs{
    top: 40px !important;
}

.bg-white .dm-langs{
    color: #222 !important;
}

@media(max-width:991px){
	.dm-langs{
		top: 32px;
        right: 100px;
	}
}

.dm-langs a{
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    position: relative;
}

.dm-main-lang{
    cursor: pointer;
}

.dm-main-lang span{
    display: flex;
    align-items: center;
    padding: 10px;
}

.dm-main-lang span img,
.dm-other-langs a img{
    margin-right: 7px;
}

.dm-other-langs{
    background-color: #fff;
    position: absolute;
    width: 150px;
    top: 38px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
}

.dm-other-langs a{
    margin-top: 10px;
    padding:5px 10px;
    border-bottom: 1px solid #e5e5e5 !important;
    transition: 300ms all;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
}

.dm-other-langs a:last-child{
    border-bottom: none;
}

.dm-main-lang:hover .dm-other-langs{
    opacity: 1;
    visibility: visible;
}

.dm-other-langs a:hover{
    opacity: 0.6;
    border-bottom: 1px solid #e5e5e5 !important;
}

@media(max-width:991px){
    .projeler{
        padding-left: 15px;
        padding-right: 15px;
    }
}
  
  .upload input[type=file] {
    display: none;
  }
  
  .upload-path {
    display: inline-block;
    padding: 10px;
    min-width: 200px;
    font-style: italic;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  
  .upload {
    display: inline-block;
    padding: 11px;
    background: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
  }
  .upload:hover {
    background: gray;
  }
  .upload:active {
    background: gray;
  }
  .upload:invalid + span {
    color: red;
  }
  .upload:valid + span {
    color: white;
  }