/* -- History Style Begin -- */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
ul.timeline{
	padding-left:0 !important;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.timeline:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin-left: 0;
    background-color: #ececec;
}

.timeline > li {
    position: relative;
    margin-bottom:0;
}
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    position: relative;
    width: auto;
    text-align: left;
    margin-left:1px;
    margin-top:36px;
    padding:26px;
    padding-right:0;
    border:0;
    float: none;
    
}
.timeline > li .timeline-panel:before {
    content:'';
    position:absolute;
    left:57px;
    top:11px;
    width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #eaeaea;
}
.timeline > li .timeline-panel:after {
    content:'';
    position:absolute;
    left:57px;
    top:13px;
    width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
}
.timeline > li .timeline-panel .wrapper{
    width:100%;
    border-radius:4px;
    border:1px solid #eaeaea;
    //padding:26px 29px 23px;
    float: none;
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.timeline > li:first-child .timeline-date{
    font-weight: 700;
}

.timeline > li .timeline-date{
    position:absolute;
    top:8px;
    left:0;
    padding-left:27px;
    font-size:18px;
    font-weight:500;
    color:#1e1e1e;
}
.timeline > li.timeline-inverted > .timeline-panel {
    text-align: left;
    float: none;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    content:'';
    position:absolute;
    left:57px;
    top:11px;
    width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #eaeaea;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    content:'';
    position:absolute;
    left:57px;
    top:13px;
    width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
}
.timeline > li.timeline-inverted .wrapper{
    float:none;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline > li .timeline-image {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: 0;
    margin-top: 10px;
    color: #fff;
    border-radius: 100%;
    border: 3px solid #dedede;
    text-align: center;
    background-color: #ffffff;
    z-index: 100;
}
.timeline > li:first-child .timeline-image{
        border-color: #00296b;
    }
.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    font-size: 18px;
    color:#00296b;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body > p, .timeline .timeline-body > ul {
    color:#1e1e1e;
    margin-bottom: 0;
	margin-top:10px;
}
.timeline > li.timeline-last .timeline-panel{
	padding-bottom:0;
}
.timeline-icon{
    float: left;
    width: 25%;
    min-height: 130px;
    height: inherit;
    position: relative;

}
.timeline-icon span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    font-size: 50px;
    margin: -30px 0 0 -30px;
}

.timeline-item{
   display: none;
}
.timeline-item.animate{
    opacity:1;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation: fade-In linear 0.8s;
    -webkit-animation: fade-In linear 0.8s;
    -moz-animation: fade-In linear 0.8s;
    -o-animation: fade-In linear 0.8s;
    -ms-animation: fade-In linear 0.8s;

}

.timeline-item--tip-1 .unvani, 
.timeline-item--tip-1 .timeline-icon{
    color: #f9b832;
}

.timeline-item--tip-2 .unvani, 
.timeline-item--tip-2 .timeline-icon{
    color: #00aced;
}

.timeline-item--tip-3 .unvani, 
.timeline-item--tip-3 .timeline-icon{
    color: #31cc72;
}

.timeline-item--tip-4 .unvani, 
.timeline-item--tip-4 .timeline-icon{
    color: #da0f0f;
}


.timeline-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-color: #002868;
}

.timeline-wrapper .select2-container{
    width: 100% !important;
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%;
        margin-left: -2px;
    }
    .timeline > li .timeline-panel {
        width: 50%;
        text-align: left;
        margin:0;
        margin-top:31px;
        padding:0;
        padding-right:32px;
    }
    .timeline > li .timeline-panel:before {
        content:'';
        left:calc(100% - 32px);
        top:27px;
        border:0;
        border-top: 12px solid transparent;
	    border-left: 15px solid #eaeaea;
	    border-bottom: 12px solid transparent;
    }
    .timeline > li .timeline-panel:after {
        content:'' !important;
        left:unset;
        right:20px;
        top:27px;
        border:0;
	    border-top: 12px solid transparent;
	    border-left: 15px solid #fff;
	    border-bottom: 12px solid transparent;
    }
    .timeline > li .timeline-panel .wrapper{
        /*width:auto;*/
        float:right;
    }
    .timeline > li .timeline-date{
        top:60px;
        left:50%;
        padding-left:20px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding:0;
        border:0;
        right:0;
        padding-left:32px;
        float: right;
    }
    .timeline > li.timeline-inverted > .timeline-panel:before  {
        left:17px;
        top:27px;
        border:0;
	    border-top: 12px solid transparent;
	    border-right: 15px solid #eaeaea;
	    border-bottom: 12px solid transparent;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after  {
        left:20px;
        top:27px;
        border:0;
	    border-top: 12px solid transparent;
	    border-right: 15px solid #fff;
	    border-bottom: 12px solid transparent;
    }
    .timeline > li.timeline-inverted .wrapper{
        float:left;
        width: 100%;
    }
    .timeline > li.timeline-inverted > .timeline-date{

        left:auto;
        right:50%;
        padding:0;
        padding-right:20px;
    }
    .timeline > li .timeline-image {
        left: 50%;
        margin-top: 62px;
        margin-left: -10px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline > li.timeline-last{
        margin-top:40px;
        background-color:#fff;
    }
    .timeline > li.timeline-last > .timeline-date{
        top:23px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
        padding:0;
    }
    .timeline > li.timeline-last > .timeline-panel {
        padding:0;
        border:0;
        text-align:left;
        margin-left: auto;
        margin-right: auto;
        margin-top:65px;
        float: none;
    }
    .timeline > li.timeline-last > .timeline-panel:before {
        content:'';
        position:absolute;
        left: calc(50% - 14px);
        top:-27px;
        width: 0;
	    height: 0;
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-bottom: 15px solid #eaeaea;
    }
    .timeline > li.timeline-last > .timeline-panel:after {
        content:'';
        position:absolute;
        left: calc(50% - 14px);
        top:-25px;
        width: 0;
	    height: 0;
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-bottom: 15px solid #fff;
    }
    .timeline > li.timeline-last .timeline-image {
        left: 50%;
        margin-top: 0;
        margin-left: -10px;
    }
}


@keyframes fade-In{
  0%{
      opacity:0;
  }
    100% {
    opacity:1;
  }
}

@-moz-keyframes fade-In{
    0%{
      opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fade-In {
    0%{
      opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fade-In {
    0%{
      opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fade-In {
    0%{
      opacity:0;
  }
  100% {
    opacity:1;
  }
}


.timeline-item .item-detail{
    width: 75%;
    border-right: 1px solid #eaeaea;
    padding: 25px 20px;
}


/* -- History Style End -- */