
      /* CSS Document */
      
body {
    
  background-color:#f3f3f3 !important;
  }
      .navbar{
  
      background-color:   white !important;
      }
      .placeholder-bg{
        background-color:#363c77 !important;
      }
      .img-shadow{
         box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
      }
      .text-color-orange{
        color: rgb(245, 106, 61) !important;
      }
      .content-background{
        background-color: #f3f3f3 !important;
      }
      .marketing h1,h2,h3,h4,h5,h6{
        color: #0f467c !important;
       /*  color: #363c77 !important; */
      }
      body p{
        color: #212529 !important;
      }
    .active a{
        color: #0f467c !important;
      }
      .text-icon,.text-color{
        color: #0f467c !important;
      }
      .btn-iletisim{
        background-color: #0f467c !important;
        color:white !important;
      }
      .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(54,60,119,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
      }
      
     .navbar-toggler {
        border-color: #0f467c !important;
      }
      .img-blur-1{
        filter: blur(1px) !important;
      }
      .img-blur-2{
        filter: blur(2px) !important;
      }
    .footer-background{
      background-color: #0f467c !important;
    }
    .img-top-page{
     width:-webkit-fill-available !important;
      height:60% !important;
    }
    .img-top-page-mevzuat{
      max-width:-webkit-fill-available !important;
      height:auto;
    }
    .card-header-background{
      background-color:rgb(0 0 0 / 10%) !important;
    }
