/*
Theme Name: Kumzar
Theme URI: https://pastel.com.iq/
Author: Hassan Mehmood
Author URI: https://pastel.com.iq/
Description: Custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kuzmar
Tags: custom-theme, responsive, modern
*/
img.core_icon {
    width: 25px;
    margin-bottom: 10px;
    fill: #E67E22;
    filter: invert(54%) sepia(63%) saturate(572%) hue-rotate(359deg) brightness(95%) contrast(92%);
}
.footer_menu li a {
    margin-bottom: 15px;
    display: block;
}

.sc_left {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}
.sc_right {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}
.sc_left.active {
  opacity: 1;
  transform: translateX(0);
}

.sc_right.active {
  opacity: 1;
  transform: translateX(0);
}