html,body { font-family: 'Raleway', sans-serif !important; }
footer { background: #12243a; }
h2{font-size: 1.50rem;} h3{ font-size: 1.25rem; } h4{ font-size: 1rem; }
a { color: inherit; text-decoration: none; transition: all 0.3s; }
a:hover, a:focus { text-decoration: none; color: #6c757d; }

/* Style to change separator  */
.breadcrumb-item + .breadcrumb-item::before { content: "/"; }
.breadcrumb-item a:hover { text-decoration: none; }
.bh { color:#0d6efd ; }
/* menu */
.navbar .navbar-toggler{color:rgba(255,255,255,0.9);border-color:rgba(255,255,255,0.9);}
.navbar .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus { outline: none; box-shadow: none; }
/* Arama */
.footerDark { background: #12243a; border-color: #545454; }
/* To The Top */
#btn-back-to-top {position: fixed;bottom: 20px;right: 20px;display: none;}

/* FONT SİZE */
.fs--10 { font-size: 10px !important; }
.fs--11 { font-size: 11px !important; }
.fs--12 { font-size: 12px !important; }
.fs--13 { font-size: 13px !important; }
.fs--14 { font-size: 14px !important; }
.fs--15 { font-size: 15px !important; }
.fs--16 { font-size: 16px !important; }
.fs--17 { font-size: 17px !important; }
.fs--18 { font-size: 18px !important; }
.fs--19 { font-size: 19px !important; }
.fs--20 { font-size: 20px !important; }
.fs--25 { font-size: 25px !important; }
.fs--30 { font-size: 30px !important; }
.fs--35 { font-size: 35px !important; }
.fs--40 { font-size: 40px !important; }
.fs--45 { font-size: 45px !important; }
.fs--50 { font-size: 50px !important; }
.fs--60 { font-size: 60px !important; }
/* WIDTH SİZE */
.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-40 { width: 40% !important; }
.w-60 { width: 60% !important; }
.w-80 { width: 80% !important; }

.tp1hover {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.tp1hover:hover { box-shadow: 0 .3rem 1rem rgba(0,0,0,.15)!important; }

.bradius-5 { border-radius: 5px; }
.bradius-6 { border-radius: 6px; }
.bradius-7 { border-radius: 7px; }
.bradius-8 { border-radius: 8px; }
.bradius-9 { border-radius: 9px; }
.bradius-10 { border-radius: 10px; }
.bradius-15 { border-radius: 15px; }