/*-- Use For Custom Styling --*/

::-webkit-scrollbar {width: 7px;background-color: #fe4e02;}
::-webkit-scrollbar-thumb {background:#fe4e02;}


.bg-yellow, .hvr-bg-yellow:hover {
    background-color: #fe4e02;
}
.color-yellow {color: #fe4e02;}
.text-yellow {color: #fe4e02 !important;}

.bg-custom-yellow, .hvr-bg-custom-yellow:hover {
    background-color: rgba(254, 78, 2, 0.6); /* rgba(r,g,b,a) -> %60 opaklık */
}
.btn-yellow {
    border-color: #fe4e02;
    background-color: #fe4e02;
    color: #ffffff;
}


.btn-hvr-yellow:after {
    background-color: #fe4e02;
}
.btn-hvr-yellow:hover, .btn-hvr-yellow:focus {
    border-color: #fe4e02;
    color: #ffffff;
}

.nav-three-circles .navbar-nav .nav-item .nav-link:hover::after {
    color: #fe4e02;
    text-shadow: 10px 0 #84a1d2, -10px 0 #fe4e02;
}


.navbar-top-default .navbar-nav .nav-link:hover {
    color: #fe4e02;
}
.side-menu {
    background: #fe4e02;
}
.side-menu.center {
    background: #fe4e02;
}
.team-classic-content.yellow:before {
    background: #fe4e02;
}
.cbp-filter-style:after {
    background: #fe4e02;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #fe4e02;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #fe4e02;
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fe4e02;
}
.cbp-l-grid-mosaic-flat .work-icon {
    border: 1px solid #fe4e02;
    background: #fe4e02;
}
.quarter-triangle {
    border: 55px solid #fe4e02;
}
.rare-box {
    background: #ffffff;
}
.about-box {
    max-width: 100% !important;
}
.bg-blue, .hvr-bg-blue:hover {
    background-color: #4054b2;
}