/**

Template Name: GURU Able Admin Template
Author: CodedThemes
Email: codedthemes@gmail.com
File: style.css
**/
/* =============
  == Table of Contents==

	- Custom Css
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Icons, Accordion, Button, Redial, floating actions, FAB, tabs, typography, buttons, box shadow, slider page, error page, Breadcrumb, pagination, Basic card, Login card
	- General Elements
		-	Modal, Nestable, Lable & Badges, List, Portlates, Preloader, Calender, To-Do, Materialize general elements, Lables
	- Advance Form Elements
	- Pages
		-	Loader page, Invoice, Tasklist, Task detail, Range-slider, Counter, Maintenance, Color, FAQ, Progress, Panels & wells, Contact card, Auth pages, Flag
		-	Gallery, Products pages, Widget, Email, Social timeline, Datatable, Chat, Blog, Wizard, CRM dashboard, Task board, Issue list, Chartlist, X-editable
		-	Home chat, Dashboard 1-2-3-4
	- Responsive media class

============= */
/**  =====================
      Custom css start
==========================  **/

/* Custom Loading CSS */
.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 4px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.hidden{
	display: none !important;
}

/* Pricing Price superfix Text */
.pt-price{
  position: relative;
}
.pt-price .p-value {
    font-size: 48px;
    letter-spacing: -2px;
    position: relative;
    line-height: 1.2;
}
.pt-price .p-value:after {
    content: '$';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: -12px;
    top: 10px;
}

/* Slider CSS : START */

/* Slider CSS : END */