/*
Theme Name: Academia Education
Theme URI: https://www.buywpthemes.net/products/free-academia-education-wordpress-theme/
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: We invite entrepreneur-educationists, academicians, teachers, tutors, book sellers, or those engaged in any activity related to academics to look at our Academia Education. Students, faculty, and administrators will find its versatility of features and functions apt to promote and market academic services and products. We’ve provided built-in support for tutors, and easy course management and creation among other functionalities to suit requirements of academicians as well as non-academicians. You may own a school, college, library, research campus, want to create online presence for a university, or you may be dealing in books, advanced professional stationary, etc. Academia Education will work for all of you. It is a responsive design. It is mobile-friendly for those wishing to gather information about a particular school or university or teach or learn, while on-the-go. Plus the template has been optimized for speed and search engines. Features like user-friendliness, the drag-and-drop feature and easy editing will enable even a non-technical person to consider creating an online presence and maintaining it yourself without any coding or other technical knowledge. If you own a school or an institution where you will have multiple people participating and managing day to day content updates and schedules this theme will prove to be particularly beneficial. Academia Education is compatible with education tools and management apps which will help academicians to create a complete eco-system for their venture. It’s compatible with various plugins tailored for all levels and stages of education. This feature will enable schools to personalize their websites and they will be able to address the most peculiar requirements to enhance performance by offering a good experience for visitors exploring your institute. It is scalable, meaning as you grow and attract more traffic and enquiries to your institution the band width can be increased to ensure your school remains active and at the service of its students and pupil seamlessly without any break down or technical issues. Besides our design team is always there to offer email support. We will share technical updates regularly to ensure your website stays relevant as technology evolves. You can customize it by uploading your company logo, images of your school or institute, change fonts and colors etc. to sync with your brand image. Academia Education will work for you round the clock and bring you visibility and admissions and subscriptions, helping you meet your end goal. This template will also help you to build a following and strong community that will lay foundation to strengthen your brand.
Version: 0.1
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: academia-education
Slug: academia-education
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/   
.waves {
    position: absolute;
    width: 100%;
    height: 31vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
}

.hero-style .slide-text{position: relative;}
/*.hero-style .slide-text p:after{
    content: "";
    position: absolute;
    left: 0%;
   
    right: 0;
    bottom: 0;
    top: 40px;
    background-repeat: no-repeat;
}*/
.footer-area {
    background: #003D5C;
    position: relative;
    display: block;
    overflow: initial;
    z-index: 1;
    padding:3em 0 0em 0;
    background-repeat: no-repeat;
    background-size:cover ;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.recentcomments a {
    display: inline-block !important;
    padding-left: 18px !important;
    margin: 0 !important;
}

.slider-img-overlay {
    position: absolute;
    left: 0;
    right: 52.5%;
    top: 0;
    bottom: 0;
    background: #161415;
    opacity: 1;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
}
.slider-img-overlay-outer {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
/*.slider-img-overlay-outer {  right: 35%;}
.slider-img-overlay { right: 38.5%;}*/

}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}