
/*
Theme Name : LearnZone - Online Education/ Course Template
Theme URI  : https://themeforest.net/user/blogtheme420
Author     : https://themeforest.net/user/blogtheme420
Author URI : http://bdtheme.tk
Description: LeanZone - Online Education/ Course Template
Version    : 1.0
Tags       : online course, university template, school template, bootstrap4 template, 

*/

/*------------------------------------------------------------------
  [Table of contents]
============================
------------Home page---------
  1. Base Class
  2. Typrograpy
  3. #header-nav
     3.1 - navbar
     3.2 - navbar-brand
     3.3 - dropdown-navbar
     3.4 -sign in button
  4. Header-home (slider)
     4.1 - Bootstrap carousel customization
     4.2 - Jumbotron - (slider left part)
  5. #Recent_course_section
     5.1 - Section title 
  6. #Details_section
  7. #Free_seminar 
  8. #Teacher_section
     8.1 - portfolio button
  9. #Promise
  10.#Event
  11.#join_us_section
     11.1 - join now button 
  12.#Comunicate section
  13.#Footer_top_section
  14.#Footer_section section
     14.1 - jump to top button
 
 ------------------Page----------------

 1.Course page
	1.1 - pagination
 2.Seminar page
 3.Teacher page                      
	3.1 - circle progress bar 
 4.Event page
	4.1 - popular event
 5.Login page
 6.about  page
 7.Contact page 
 
-------------------------------------------------------------------*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body,
html{
    height: 100%;
    font-family: 'Roboto Mono', monospace;
    font-family: 'Maven Pro', sans-serif;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Remove padding and margin */ 
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*=======================================================
                  Typrograpy
========================================================*/
.pd100px {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt100px {
	 margin: 100px 0 0 !important;
}
.py100px{
	 padding: 100px 0;
}
.px100px{
	 padding: 0 100px;
}
.pt100px{
	 padding-top: 100px;
}
.pb100px{
    padding-bottom: 100px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
blockquote {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
p{
     font-size: 16px;
}

/*=================================================================
                          #header-nav
===================================================================*/
/*----------navbar-brand-----------*/
.navbar-brand {
    font-weight: bold;
    font-size: 25px !important;
}
.navbar-brand img {
    width: 100%;
    max-height: 100px;
}
/*-------------navbar---------------*/
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.navbar{
    width: 100%;
    z-index: 2222;
    box-shadow: 0 0px 10px;
    background: #fff !important;
    position: fixed;
    padding: 0 2rem;
    min-height: 65px;
}
a.nav-link {
    padding: 5px 10px !important;
    position: relative;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    display: block;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

a.nav-link::after{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #22c8fc;
}
a.nav-link:hover::after{
    transform: translateX(-50%);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    width: 100%;
    left: 50%;
}
a.nav-link:hover{
    border-right: 2px solid #22c8fc;
    border-left: 2px solid #22c8fc;
    border-bottom: 2px solid #22c8fc;
    color: #22c8fc !important;
  }

/*---------------------dropdown-navbar-----------------*/

.dropdown-menu-1{
    width: 700px !important;
    left: -300px;
    top: 34px;
    border-radius: 0;
    border: 0;
}
.dropdown-menu-2 {
    min-width: 230px !important;
    text-transform: capitalize;
    top: 34px;
    border: 0px none;
    padding: 35px 20px;
    left: -22px;
    border-radius: 0;
}
.dropdown-menu-2 li a{
    color: #777;
    padding: 7px 0px !important;
    display: block;
}
.dropdown-menu-2 li a:hover{
    color: #22C8FC;
    text-decoration: none;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}
.dropdown-navbar a{
    color:#fff;
}
.mega-menu {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.mega-menu:last-child{
    margin-bottom: 0 !important;
}
.menu-icon {
    height: 60px;
    background: #EDEDED !important;
}
.menu-icon i {
    font-size: 30px;
    padding: 14px 24px;
    color: #22c8fc;
}
.menu-title a {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    padding:8px 4px 0;
    display: block;
    font-size: 15px;
}
.menu-title:hover,
.menu-title:hover a{
    background: #EDEDED;
    color:#22c8fc;
}
.menu-title a:hover{
	 text-decoration: none;
}
.menu-title span {
  	font-size: 13px;
  	text-transform: capitalize;
  	color: #666;
}
/*---------sing in button----------*/
.sing-in a {
  	padding: 7px 10px;
  	color: #777;
  	-moz-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-ms-transition: 0.3s all ease;
  	text-transform: capitalize;
}
.sing-in a:hover{
    text-decoration: none;
    color: #22c8fc;
}

/*====================================================================
                      header-home (slider) section
====================================================================*/
.header-home {
  	background: transparent linear-gradient(#04BFFE, #00D5EF) repeat scroll 0% 0%;
  	width: 100%;
}
/*----------------bootstrap carousel customization-------------*/
.carousel-item img {
    height: auto;
    width: 100%;
}
.carousel-control-next,
.carousel-control-prev{
    width: 35px;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

.carousel-control-next:hover,
.carousel-control-prev:hover{
    width: 50px;
    background: orange;
}
/*---------------jumbotron - (slider left part)--------------*/
.bg-none {
    color: #FFF;
    background: transparent none repeat scroll 0% 0%;
    padding: 110px 0px 0px;
}
.bg-none h1 {
    font-weight: 900;
    font-size: 45px;
    color: #FFF;
    margin: 0;
    padding: 0 0 10px;
}

.btn-hover-style1,
.btn-hover-style2{
    margin: 8px;
    width: 200px;
}
.btn-hover-style2{
   border: 2px solid #fff;
}
a.btn-hover-style2:hover{
    border: 2px solid #fff;
    color: #000 !important;
    background:#fff !important; 
}
/*--------home-slider--------*/
.home-slider {
    padding: 100px 0 30px;
}

/*============================================================================== 
                        #recent_course_section
===============================================================================*/

/*----------setion title ( this style used many in section-------*/
.section-title h2 {
  	font-weight: 700;
  	text-transform: capitalize;
}

.section-title p {
  	font-weight: 600;
  	text-transform: capitalize;
  	letter-spacing: 1px;
  	font-size: 15px;
}
/*--------section title end--------*/

.recent_course_section{
    overflow: hidden;
}
.single-work h5 {
  	font-weight: 600;
  	padding: 5px 0px 0;
  	font-size: 18px;
  	text-transform: uppercase;
  	letter-spacing: 1.2px;
}
.single-work p {
    color: #696969;
}
#details_section {
    background: #F4F8FB;
}
.single-recent h5 {
    display: inline-block;
    padding: 20px 0 10px;
}
.single-recent span{
    float: right;
    color: #fff;
    margin: 25px 0 0;
    background: #22c8fc;
    padding: 0px 5px;
    border-radius: 2px;
}
a.text-color{
    color: #22c8fc;
}
.border-bottom-1px {
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 15px;
}
.single-recent {
    padding: 20px 20px 40px 20px;
    height: auto;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    margin-top: 20px;
    box-shadow: 2px 2px 22px #ddd;
}
.single-recent:hover{
    box-shadow:none;
}
span.doller-sign {
    color: #22c8fc;
    background: none;
    float: right;
    display: inline;
    margin: 0;
}
p.Trainer {
    display: inline-block;
    float: left !important;
}
.single-recent img {
    height: auto;
    width: 100%;
}

/*==============================================================
             #details_section section
===============================================================*/
.details-img{
    overflow: hidden;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    border: 15px solid #f9fafa;
    box-shadow: 0px 5px 15px #666;
}
.img-fluid.paired-top {   
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    min-width: 100%;
}
.img-fluid.paired-top:hover{
    transform: scale(1.2);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}
.details-right h2 {
    text-transform: capitalize;
    padding-top: 30px;
}
.single-counter h2 {
    font-size: 50px;
    color: #22c8fc;
}
.single-counter {
    box-shadow: 0px 0px 7px #ddd;
    padding: 15px 0px;
}



/*=============================================================
           #how_it_work_section section
===============================================================*/
.single-work {
    padding: 30px 20px;
}
.single-work:hover i{
    box-shadow: 0 0 0 #ddd;
    color:  #04a6db;
}
.single-work i {
    font-size: 30px;
    color:#FFA500; 
    padding: 33px 0;
    box-shadow: 0 0 20px #ddd;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    width: 100px;
    height: 100px;
    text-align: center;
}

/*=========================================================
          #free_seminar section
==========================================================*/
#free_seminar {
  	background: url("../images/seminar_03.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	min-height: 500px;
  	display: flex;
  	position: relative;
  	background-attachment: fixed;
}
.seminar {
  	top: 0px;
  	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	content: "";
  	color: #FFF;
  	background: rgba(0, 59, 227, 0.7) none repeat scroll 0% 0%;
}
.seminar i {
    padding: 5px 15px;
}
.seminar ul li {
    text-transform: capitalize;
}
.certificate-img {
  	background: transparent url("../images/seminar_02.jpg") no-repeat 90% 90%;
  	background-attachment: fixed;
  	min-height: 420px;
}


/*=======================================================================
                    #teacher_section
==========================================================================*/
#teacher_section {
    background: #F4F8FB;
}
.single-teacher{
  	background: #FFFFFF;
  	overflow: hidden;
  	padding: 25px;
  	border-bottom: 2px solid #FFFFFF;
  	border-left: 2px solid #FFFFFF;
  	margin-top: 30px;
  	min-height: 460px;
}
.single-teacher:hover{
    border-bottom: 2px solid #36D1B5;
    border-left: 2px solid #36D1B5;
    box-shadow: 0 2px 6px #ddd;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}
.teacher-content h3 {
  	display: inline-block;
  	padding: 15px 10px 0 0;
  	text-transform: capitalize;
}
.single-teacher img {
    width: 100%;
}
/*----------------portfolio button-------------*/
button.portfolio-btn {
  	border-radius: 0px;
  	float: right;
  	font-size: 14px;
  	padding: 5px 10px;
}
button.portfolio-btn:hover{
  	color: #000;
  	background: #ddd;
}
button.portfolio-btn i{
    margin-right: 15px;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}
button.portfolio-btn:hover i{
  	margin-right: 0;
  	color:  #FFB51E;
}
i.social-icon {
  	font-size: 15px;
  	color: #8C8C8C;
  	padding: 5px;
  	border: 1px solid #E7E7E7;
}
i.social-icon:hover{
  	color: #fff;
  	background: #FFA500;
  	border: 1px solid #FFA500;
}

/*===========================================================
            #Promise (student activity) section
============================================================*/
.owl-theme .owl-dots .owl-dot {
    display: none;
}
.owl-nav button {
  	font-size: 15px !important;
  	padding: 5px 10px !important;
  	border: none;
  	background: #007AAA !important;
  	top: -50px !important;
  	position: relative;
}
.item img {
   min-height: 250px;
}
.item h4 {
  	background: #F6F6F6;
  	padding: 8px 12px;
  	margin: 0;
  	font-size: 17px;
  	text-transform: capitalize;
}
/*===================================================
            #event section
===================================================*/
#event a.text-deco-none:hover,
.event-left-content h4:hover{
  	text-decoration: none ;
  	color: #28A745 !important;
}

#event i{
   color: #059FCF;
}
a.blog-btn {
  	padding: 10px 15px;
  	color: #fff;
  	background: #FFA200;
}
a.blog-btn:hover{
  	background: #E39000;
  	text-decoration: none;
}

/*===================================================
            #join_us_section
===================================================*/
#join_us_section {
  	color: #FFF;
  	background-image: url("../images/join_01.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	position: relative;
  	height: 600px;
  	width: 100%;
}
.join_overlay{
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: rgba(0, 0, 0, 0.7);
}
/*-----------join now button------------*/
.join-now-btn {
  	border: 2px solid #FFF;
  	color: #FFF;
  	font-weight: 700;
  	text-transform: uppercase;
  	padding: 13px 60px;
  	-moz-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-ms-transition: 0.3s all ease;
  	border-radius: 40px;
  	background: transparent linear-gradient(#8D30FF, #1476B4) repeat scroll 0% 0%;
}
.join-now-btn:hover{
  	text-decoration: none;
  	color: #ddd !important;
  	background: transparent linear-gradient(#8D30FF, #1476B4) repeat scroll 0% 0%; 
  	transition: 0.3s all ease-in-out;
  	-moz-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-ms-transition: 0.3s all ease;
  	border: 2px solid #075F8F;
}


/*=============================================================
          #comunicate section
=================================================================*/
  /*did't need any custom style in this section*/



/*===================================================
          #footer_top_section
===================================================*/
#footer_top_section {
  	overflow: hidden;
  	display: block;
  	top: 1000px;
  	background: #001457 ;
  	color: #fff;
}
section#footer_top_section h4 {
  	color: #FFF;
  	text-transform: uppercase;
  	font-size: 20px;
}
.about-us{
	 color: #DDD;
}
.about-us i {
  	border: 1px solid #727272;
  	color: #8C8C8C;
  	padding: 11px 0;
  	height: 40px;
  	width: 40px;
  	text-align: center;
  	margin-right: 2px;
}
.quick-link a,
.Courses a {
  	color: #DDD;
  	-moz-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-ms-transition: 0.3s all ease;
  	display: block;
}
.quick-link a:hover,
.Courses a:hover {
    color: #22c8fc;
}
.Courses i {
  	padding: 0 5px;
  	font-size: 13px;
  	color: #F97505;
}
/*============================================================
          #footer_section section
============================================================*/
#footer_section{
	 background:#000C44; 
}
.border_top {
	 border-top: 1px solid #454545 !important;
}
.copywrite p {
  	color: #DDD;
  	padding: 23px 0;
}
.condition ul li {
    display:  inline-block;
    padding: 0 13px;
}
.condition ul li a{
    color:  #000;
}
/*-----------------jump to top button---------------*/
.scrollToTop {
  	padding: 5px 9px;
  	text-align: center;
  	font-weight: bold;
  	color: #fff;
  	text-decoration: none;
  	position: fixed;
  	right: 1%;
  	bottom: 1%;
  	display: none;
  	background-color:rgb(28, 190, 203);
  	-moz-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-ms-transition: 0.3s all ease;
}

.scrollToTop:hover{
    text-decoration:none;
    color:#CECECE;
}

/*======================= Home page style end Here=====================*/



/*===========================================================================================================
                                         all page style below
============================================================================================================*/
/*page heading background image*/
.page-heading-area{
  	background-image: url("../images/page-heading-bg.png");
  	background-size: cover;
  	background-repeat: no-repeat;
  	color: #fff;
  	min-height: 350px;
  	position: relative;
}
/*===================================================
             course page
====================================================*/
.page-overlay{
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	content: "";
  	background: rgba(18, 184, 239, 0.7) none repeat scroll 0% 0%;
}
.page-box h2 {
  	margin: 88px 0px;
  	font-size: 40px !important;
}
.page-box h2{
	 display: inline-block;
}
.page-box i{
  	font-size: 40px;
  	padding: 2px;
}
/*-------------pagination-------------*/
.page-item.active .page-link {
  	z-index: 1;
  	color: #FFF;
  	background-color: rgb(22, 192, 66);
  	border-color: rgb(104, 209, 20);
}
.page-link {
  	color: #666;
  	box-shadow: 0px 10px 20px #DEDEDE;
}



/*===================================================================
                      contact page
====================================================================*/
.form-control{
	 border-radius: 1px;
}
.form-control:focus {
  	border-color: #E1E1E1;
  	box-shadow: 0px 3px 10px #DADADA;
}
textarea.form-control {
	 min-height: 200px;
}

/*==================================================================
                       event page
==================================================================*/
.blog-post {
  	box-shadow: 0px 0px 30px #DDD;
  	-moz-box-shadow: 0px 0px 5px #DDD;
}
.category,
.popular-event,
.Subscribe-now{
	 box-shadow: 0 0 35px #ddd;
}
.list-group-item {
	 border: 1px solid rgba(188, 188, 188, 0.1);
}
.list-group-item:hover{
	 color: #28A745;
}

/*---------popular event---------*/
.popular-event .event-right-content a{
	 font-weight: 400 !important
}
.popular-event.mt-5 img {
	 min-height: 83px;
}
.event-right-content a h6 {
  	font-weight: normal !important;
  	font-size: 14px;
}
.event-right-content a h5 {
	 font-weight: 400 !important;
}

/*==================================================================
                       login page
==================================================================*/
.panel.panel-default {
  	padding-bottom: 110px;
  	border-left: 1px solid #ddd;
  	padding-left: 30px;
}

/*==================================================================
                       seminar page
==================================================================*/
.seminar-img1{
	 background: url("../images/seminar/seminar_01.jpg");
}
.seminar-img2{
	 background: url("../images/seminar/seminar_02.jpg");
}
.seminar-img3{
	 background: url("../images/seminar/seminar_03.jpg"); 
}
.seminar-img1,
.seminar-img2,
.seminar-img3{
  	background-position: center;
  	min-height: 387px;
  	background-repeat: no-repeat;
  	background-size: cover;
}


/*==================================================================
                       about page
==================================================================*/
.about-description h2::before {
  	position: relative;
  	border-style: solid !important;
  	border-color: #FFA500 !important;
  	-moz-border-top-colors: none !important;
  	-moz-border-right-colors: none !important;
  	-moz-border-bottom-colors: none !important;
  	-moz-border-left-colors: none !important;
  	border-image: none !important;
  	top: 0px;
  	content: "";
  	left: 0px;
  	padding-right: 2px;
  	margin-right: 11px;
}

/*==================================================================
                       teacher page
==================================================================*/
/*-----------circle progress bar----------*/
.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}





/*======================= All page style end Here=====================*/





