/*
Theme Name: CECC EDU
Author: Nazmus Sakib
Description: Custom WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

.contact-item {
	padding: 1.5rem !important;
}
#menu-main-menu li .sub-menu li .sub-menu {
	left: -100%;
	top: 35px;
}
.pagination {
    gap: 10px;
    justify-content: center;
    margin-top: 100px;
}
.pagination * {
    background: #BB0422;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
}
.la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    }


.contact-item .icon img {
    width: 24px;
}