@font-face {
    font-family: barmeno;
    src: url("Antonio.otf") format("opentype");
}

*{
	font-family: barmeno;
}
nav{
  width:100%!important;
  border-radius:0px!important;
  width:100%!important;
      transform: translateY(0px);
      border:none!important;
}

.orta{
  background-image:url(https://wpriverthemes.com/HTML/extech/assets/img/breadcrumb.jpg);
  height:500px;
  width:100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.orta:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(270.07deg, #002B98 0.07%, #00060C 99.95%);
    opacity: 0.75;
    z-index:1;
}
.orta h1{
  color:white;
  font-weight:bold;
  z-index:2;
  text-align: center;
  margin: 0 auto;
  font-size:50px;

}
.orta div{
  z-index:2;
  color:white;
}
.orta div a{
  color:white;
  text-decoration: none;
  font-size:20px!important;
  font-weight: 600;
}
.diger_xidmetler{
  padding:30px;
    background-color:#F3F7FB;
  min-height:400px;
  border-radius: 15px;
}
.diger_xidmetler2{
  padding:30px;
    background-color:#F3F7FB;
  min-height:300px;
  border-radius: 15px;
}
.diger_xidmetler h2{

}
.diger_line{
  background-color: #384BFF;
  height:2px;
  width:100px;
  margin-top:10px;
  margin-bottom:20px;
}
.diger_list{
  width:100%;
  height:60px;
  background-color: white;
  border-radius:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:20px;
  padding-right:20px;
  margin-top:10px;
  margin-bottom:10px;
  transition:0.5s;
}
.diger_list p{
font-weight: 600;
font-size:17px;
padding:0px;
margin:0px;
}
.diger_list i{
  color:#384BFF;
}


.diger_list2{
  width:100%;
  height:60px;
  background-color: white;
  border-radius:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:20px;
  padding-right:20px;
  margin-top:10px;
  margin-bottom:10px;
  transition:0.5s;
}
.diger_list2 p{
font-weight: 600;
font-size:17px;
padding:0px;
margin:0px;
}
.diger_list2 i{
  color:#384BFF;
}


.active{
  background-color: #384BFF;
  color:white;
}
.active i{
  color:white;
}
.diger_list:hover{
   background-color: #384BFF;
  color:white;
}
.diger_list:hover i{
    color:white;
}
.sag{
  background-color:white;
  border-radius:15px;

}
.sag p{
    font-size:18px;
}