/*
Theme Name: Online Educational Courses Pro
Theme URI: https://www.themagnifico.net/products/education-wordpress-theme-bundle
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Education WordPress Theme Bundle is a premium and professionally designed website tailored specifically for educational institutions. Whether you’re managing schools, colleges, universities, or online learning platforms, this theme offers everything you need to create a dynamic and engaging website. Designed with both functionality and aesthetics in mind, this theme is perfect for showcasing classroom resources, special education programs, extracurricular activities, and more. With a clean, minimal, and elegant design, this theme is fully responsive and retina-ready, ensuring that your site looks stunning on all devices. The theme also offers user-friendly personalization options, allowing you to customise layouts, colours, and fonts to match and personalise your institution's branding. The Education WordPress Theme is also multipurpose, offering flexibility for various educational needs, whether you’re creating websites for early childhood education, graduate programs, or international education. Additionally, this free theme is packed with features that enhance both the user experience and website management.
templates, pagination option and multiple inner page templates. You also have enable-disable option on all sections.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: online-educational-courses-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Online Educational Courses Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2024.
Online Educational Courses Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Just+Another+Hand&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&display=swap');
.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #FFD952;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}



/* ============ Loader 3 ============== */
.i {
  position: absolute;
}
.i {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.i div {
  position: absolute;
  border: 4px solid #FF5AA8;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.i div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}






