.header-1 {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 800;
    padding: 0px 0px;
    position: relative; 
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    background: #fff;
}

.header-1 .logo { height: 60px; transition: 0.5s;   }

.header-1 .menu {   display: flex; align-items: center; align-content: center;   }



.header-1 .content  {   padding:0px 0px;    }


.header-1 .bg-menu {    float: right;      }

.header-1 .menu  .url-menu > a { color: #5b5b5b;   margin: 0px 0px;   font-weight: 600; font-size: 13px;   transition: 0.5s }
.header-1 .menu  .url-menu:hover  {  cursor:pointer;   }

.header-1 .menu  .url-menu       span {  display: inline-block;  padding: 8px 12px; border-radius: 5px;     }
.header-1 .menu  .url-menu       span i  {  display: inline-block;  color: #1778f2; padding: 0px 6px;     }
.header-1 .menu  .url-menu:hover span { color: #1778f2;     }
.header-1 .menu  .url-menu:hover span i { color: #fff;     }


.header-1 .menu .url-border-radius:hover span {  border-radius: 5px 5px 0px 0px; background: #1778f2; color: #fff; }

.header-1 .menu  p { padding-left: 30px; }
.header-1 .menu  p a { display: inline-block; width: 20px; color: #1778f2;  }


.header-1 .menu > .url-menu             { display: inline-block; color: #1778f2;    }
.header-1 .menu  .url-menu:hover a {    }


.header-1 .menu  .url-menu .acilanmenu { position: absolute; overflow: hidden; border-radius:0px 5px 5px 5px; display: none; background: #1778f2;  transition: 0.5s; box-shadow: 0px 10px 40px rgba(0,0,0,0.2);  }
.header-1 .menu  .url-menu:hover .acilanmenu { display: block;}


.header-1 .menu  .url-menu .acilanmenu .menu_item { display: block;  position: relative;    }
.header-1 .menu  .url-menu .acilanmenu .menu_selection {  margin: 0; display: none; z-index: 1;  }
.header-1 .menu  .url-menu .acilanmenu .menu_top_nav {    box-sizing: border-box; padding: 0px 0px; }
.header-1 .menu  .url-menu .acilanmenu ul li {   position: relative; cursor:pointer;   }
.header-1 .menu  .url-menu .acilanmenu ul li a { display: inline-block; width: 100%;   padding: 8px 12px;   color:#fff; font-size: 13px;  }
.header-1 .menu  .url-menu .acilanmenu ul li a:hover { color:#5b5b5b; background: #fff; opacity: 1;   border-radius: 0px;}




.anasayfa .header-kapsa .header-4                { background: none; }
.anasayfa .header-kapsa .header-top-4            { color: #fff;   }
.anasayfa .header-kapsa .header-top-4 p i        {   border: 1px solid #fff;}
.anasayfa .header-kapsa .header-top-4 a.trans4 i { color: #fff; padding: 0px 4px; }
.anasayfa .header-top-4 { background: none;}
.anasayfa .header-4 .logo {   filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.anasayfa .header-4 .menu  .url-menu       a { color: #fff;   }


.mobile-header {     box-shadow:  0px 0px 40px rgba(0,0,0,0.1);  }
.mobile-header img { height:100px; padding: 20px;}

@media screen and (max-width: 1000px) {
 
    .header-4 {
        position: relative;
        text-align: left;
         
    }
    .header-4 .logo {
        width: 90%;
        max-width: 200px;
        height: 150px;
        position: relative;
        margin-top: 0px;
    }
}

