/* 
Theme Name: Alaka Mahavidyalaya
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Alaka Mahavidyalaya is a child theme of Hello Elementor, created by Digital Droid team
Author: Digital Droid
Author URI: https://thedigitaldroid.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a {
    border-radius: 10px !important;
}
.elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    border-radius: 10px !important;
}
.ekit-heading__description li {
  font-family: "Poppins", Sans-serif !important;
  margin-left: 10px !important;
}
.ekit-wid-con p {
    margin-bottom: 20px !important;
}
.tablepress {
    font-family: "Poppins", Sans-serif !important;
    font-weight: 500;
}
.tablepress a {
    color: #000 !important;
}
.dt-container .dt-paging button:hover {
    color: #fff !important;
    background: linear-gradient(to bottom, #1584b7 0, #0c3978 100%) !important;
}
.contact-form .elementor-button[type="submit"] {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0b3675 0%, #1586b9 100%);
}