.topbar{    
background: #0d2969;
}

.video {
    min-height: 100vh;
    position: relative;
    z-index: 99;
}
.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    max-height: 100%;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video  .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: 0.4;
}
.banner-slider{
position:relative;
}


.search-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}
.search-input {
    outline: none;
    padding-left: 25px;
    border: none;
    height: 50px;
    width: 100%;
    background: #f3f5f7;
    border: 1px solid #dfe6eb;
    color: #252829;
    font-size: 14px;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  background-color:#ff0000;
   border-color:#ff0000;
}
.arama{
background:#0d2969;
}
.arama h2{
color:#fff;
  margin-top:10px;
}
.arama h2 i{

 padding-left:25px;
  font-size:30px; 
  color:#fff;
      -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  margin-bottom:15px;
}
.banner-slider .fill{
position:relative;
}
.banner-slider .fill:before{

position:absolute;
  content:"";
  bottom:0;
  left:0;
  width:100%;
  height:100%;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.3981967787114846) 37%, rgba(0,0,0,0) 90%);

}
.footer-widget a{
font-weight:600;
  color:#fff;
}
.footer-widget p{
color:#fff;
  margin:0;
}
.kategori-list h4 {
    font-size: 20px;
    padding: 10px;
    color: #fff;
    background: #0d2969;
    margin: 0;
}
.kategori-list ul li {
    margin-top: 2px;
}
.kategori-list ul li a {
    text-decoration: none;
    color: #333;
    background-color: #eee;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}
.kategori-list ul li a i{
float:right;
  padding-right:5px;
}
.kategori-list ul li a:hover, .kategori-list ul li a.active {
    color: #fff;
    background: #ff0000;
}
.search-result__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 25px 5px;
    background-color: transparent;
    border-bottom: 1px solid #dfe6eb;
    transition: background-color .3s;
}
.search-result__item h3 {
    margin: 10px 0;
    color: #252829;
    font-size: 23px;
}
.search-result__item a {
    color: #0b99d5;
    font-size: 13px;
    font-weight: 500;
    transition: color .3s;
}
.search-result__noresult h4 {
    font-size: 24px;
    font-weight: bold;
  margin:25px 0;
}
@media (max-width:768px){

  .search-result.text-left{
  text-align:center;
  }
  .arama h2 i:before{
  content:"\f103";
  
  }
  .arama h2 i {

    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}