
/*== Header Top CSS Start ==*/

#header-area,
#header-area a {
    color: #fff;
}

#header-top {
    background-color: #10143e;
    color: white;
    padding: 8px 0;
}

#header-top i {
    color: white;
    font-size: 15px;
    margin-right: 2px;
}

#header-area .header-social-icons a i.fa {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#header-area .header-social-icons a:hover i.fa
{
    color: white;
}

#header-area .mainmenu ul li.active a,
#header-area .mainmenu ul li:hover a {
    color: #0db368;
}

header.fixTotop #header-top {
    display: none !important;
}

a.btn-signup.green-btn{
    background:#0fb76b!important;
    padding:11px 20px;
    color:#fff!important;
    border-radius:2px;
    margin-top:13px
}

/*== Header Top CSS End ==*/

.pad-top-10{
    padding-top: 10px;
}
.pad-top-20{
    padding-top: 20px;
}
.pad-top-30{
    padding-top: 30px;
}
.pad-top-40{
    padding-top: 40px;
}
.pad-top-50{
    padding-top: 50px;
}
.pad-top-60{
    padding-top: 60px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loading.gif") 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.text-danger{
    font-size: 12px;
    color: red;
}



/* *********  timeline  **************************** */
ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both; }

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px; }

.timeline.widget {
    min-width: 0;
    max-width: inherit; }

.timeline.widget .block {
    margin-left: 5px; }

.timeline .tags {
    position: absolute;
    top: 5px;
    left: 0;
    width: 84px; }

.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px; }

.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tag {
    line-height: 1;
    background: #0db368 ;
    color: #0c0b39 !important; }

.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #0db368 ;
}

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0; }

.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #0c0b39;
    border-radius: 14px;
    background: #0c0b39; }

.timeline .byline {
    padding: .25em 0; }

.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa; }

ul.social li {
    border: 0; }

/* *********  /timeline  **************************** */