/* default */

.ns-timeline {
  font-size: 100%;
}
.ns-timeline a {
  text-decoration: none;
}
.ns-timeline img {
  max-width: 100%;
  height: auto;
}
.frst-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}
.frst-container::after {
  content: "";
  display: table;
  clear: both;
}
.frst-timeline {
  position: relative;
}
.frst-right-align {
  text-align: right;
}
.frst-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}
.frst-timeline-block::before {
  content: "";
  position: absolute;


height: 110%;


  left: 0;


/*  top: 0;
  */
  top: 67.5px;
}
.frst-timeline-block:last-child::before {
  display: none;
}
.frst-right-align .frst-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}
.frst-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}
.frst-date,
.frst-timeline-img i {
  display: block;
}
.frst-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}
.frst-right-align .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}
.frst-last-empty-item .frst-timeline-img span {
  vertical-align: top;
}
.frst-timeline-content-inner {
  position: relative;
}
.cssanimations .frst-timeline-content.is-hidden {
  visibility: hidden;
}
.cssanimations .frst-timeline-content.animated {
  visibility: visible;
}
.frst-labels span {
  display: inline-block;
}
.frst-labels {
  padding: 20px 0;
}
.frst-labels.frst-start-label {
  padding-top: 0 !important;
}
.frst-labels.frst-end-label {
  margin-bottom: 0 !important;
}
.ns-timeline .turqoise {
  background: #00a79d !important;
}
.ns-timeline .light-blue {
  background: #27aae2 !important;
}
.ns-timeline .blue {
  background: #1d75bd !important;
}
.ns-timeline .violette {
  background: #2b3991 !important;
}
.ns-timeline .dark-violette {
  background: #272264 !important;
}
@media only screen and (min-width: 679px) {
  .frst-date-opposite,
  .frst-left-align.frst-date-opposite {
    margin-left: 190px;
  }
  .frst-right-align.frst-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }
  .frst-date-opposite.frst-alternate {
    margin: 0;
  }
  .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
    width: 100%;
  }
  .frst-alternate .frst-timeline-block::before {
    left: 50%;
  }
  .frst-alternate .frst-timeline-img {
    left: 50% !important;
  }
  .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
    float: right;
  }
  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
    float: left;
  }
  .frst-date-opposite .frst-date {
    position: absolute;
    top: 0;
    text-align: right;
  }

/*
  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
  .frst-alternate.frst-date-opposite
    .frst-timeline-block.frst-even-item
    .frst-date,
  .frst-date-opposite.frst-left-align .frst-date,
  .frst-right-align {
    text-align: right;
  }
*/
  .frst-alternate.frst-date-opposite
    .frst-timeline-block.frst-odd-item
    .frst-timeline-content
    .frst-date,
  .frst-date-opposite.frst-right-align .frst-date {
    text-align: left;
  }
  .frst-alternate .frst-timeline-label-block {
    text-align: center;
  }
  .frst-alternate .frst-timeline-label-block .frst-labels span {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 678px) {
  .frst-timeline {
    margin-left: 20px;
  }
  .frst-timeline.frst-responsive-right,
  .frst-timeline.frst-right-align {
    margin-right: 20px;
    margin-left: 0;
  }
  .frst-responsive-right .frst-timeline-block::before,
  .frst-responsive-right .frst-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  .frst-responsive-right {
    text-align: right;
  }
  .frst-date {
    margin-bottom: 10px;
  }
  
  
  .frst-timeline-block {
	  margin-bottom: 1rem;
  }
  
  
}






.frst-odd-item .frst-timeline-content,
.frst-even-item .frst-timeline-content {
	position: relative;
  padding: 20px;
  color: #000;
	background: #fff;
	border-radius: 0;
}

.frst-odd-item .frst-timeline-content:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #fff;
	border-right: 0;
	margin-top: -20px;
	margin-right: -20px;
}

@media (max-width: 575.98px) {
	
	.frst-odd-item .frst-timeline-content:after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-right-color: #fff;
		border-left: 0;
		margin-top: -20px;
		margin-left: -20px;
	}

}

/*
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
*/  


.frst-even-item .frst-timeline-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #fff;
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}



/* demo */

.ns-timeline *,
.ns-timeline *::after,
.ns-timeline *::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ns-timeline a {
    color: #6f6f6f;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*
.ns-timeline {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
}
*/

#page {
    overflow: hidden;
}

/*
.container,
.frst-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.frst-container {
    margin: 90px auto;
}
*/
.mobile-window .frst-container {
    max-width: 678px;
}

.tablet-window .frst-container {
    max-width: 992px;
}

.frst-container.content-right-align,
.frst-container.content-left-align {
    max-width: 678px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.site-header {
    background: #00BEA4;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: 0;
}

.header-top {
    padding: 10px 0;
    text-align: center;
}

.frst-logo {
    float: left;
    padding-left: 70px;
    background: url(../../images/logo.png) no-repeat 0 -7px;
    background-size: 70px 70px;
    line-height: 1.2;
    text-align: left;
}

.frst-logo strong {
    display: block;
    font-size: 20px;
}

.button {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.button:hover {
    color: #8541c0;
    background: #fff;
    text-decoration: none;
}

.header-top .button {
    float: right;
    margin-top: 3px;
}

.style-switch {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
    float: right;
}

.style-switch li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 16px;
}

.style-switch a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 7px 5px;
}

.style-switch a:hover {
    color: #fff;
}

.style-switch a.switch-btn {
    background: #017c73;
    padding: 10px 50px 10px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.style-switch a.switch-btn::after {
    content: "";
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -3px;
}

.header-style-options {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
    display: none;
}

.style-list-main {
    margin: 0 -15px;
}

.style-list {
    padding: 0 15px;
    margin-bottom: 20px;
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.style-list li {
    padding-bottom: 10px;
    display: inline-block;
}

.style-list a {
    display: block;
    font-size: 16px;
    width: 140px;
    padding: 6px 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

.style-list a.active {
    background: #5a2b82;
}

.style-list a:hover {
    background: #017c73;
}

.header-cutomizations {
    background: #00BEA4;
    padding: 0;
}

.demo-label {
    float: left;
    line-height: 36px;
    color: #535353;
    font-weight: bold;
}

.demo-label span {
    display: inline-block;
    background: #054e77;
    color: #fff;
    text-transform: uppercase;
    padding: 0 12px;
    margin-right: 3px;
    border-radius: 20px;
}

.custom-options {
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
    min-height: 60px;
}

.button-group {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 20px;
    border: 1px solid #116b9e;
}

.button-group li {
    display: inline-block;
    border-right: 1px solid #d7d7d7;
}

.button-group li:last-child {
    border-right: none;
}

.button-group li.active {
    border-right-color: #054e77;
}

.button-group a {
    display: block;
    padding: 8px 16px;
    background: transparent;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    border: 1px solid #ffffff;
}

.button-group a:hover {
    color: #eff4f5;
}

.button-group .active a {
    color: #fff;
    background: #017c73;
}

.button-group svg {
    max-width: 19px;
    height: auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-group a:hover svg {
    fill: #8541c0;
}

.button-group .active svg path {
    fill: #fff;
}

.animation-selector {
    float: left;
    margin-left: 20px;
}

.animation-selector select {
    height: 36px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff url(../../images/drop-arrow.gif) no-repeat right 0;
    color: #444;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    padding: 0 14px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 190px;
}

.animation-selector select optgroup {
    font-family: 'Titillium Web', sans-serif;
}

.animation-selector select::-ms-expand {
    display: none;
}

.check-style {
    position: relative;
    float: left;
    margin-left: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 8px;
}

.check-style input {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 100%;
}

.check-style span {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #054e77;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin-right: 6px;
    position: relative;
}

.check-style span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: url(../../images/tick.png) no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.check-style input:checked~span::after {
    opacity: 1;
}

.transition-ease {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.effect1,
.effect2 {
    position: relative;
}

.effect1:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 2px;
    width: 90%;
    max-height: 80%;
    top: 9%;
    max-width: 480px;
    background: rgba(210, 210, 210, 0.23);
    -webkit-box-shadow: 0 35px 20px #ababab;
    -moz-box-shadow: 0 35px 20px #ababab;
    box-shadow: -3px 35px 20px #ababab;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect1:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 30px;
    width: 88%;
    max-height: 80%;
    top: 9%;
    right: 30px;
    max-width: 480px;
    background: rgba(210, 210, 210, 0.23);
    -webkit-box-shadow: 0 35px 20px #ababab;
    -moz-box-shadow: 0 35px 20px #ababab;
    box-shadow: 6px 35px 20px #ababab;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.icons-link {
    float: left;
    margin-left: 30px;
    font-size: 28px;
    position: relative;
    top: 0px;
    border: 2px solid #009688;
    padding: 2px 12px;
    border-radius: 30px;
    background: #009688;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1);
}

.icons-link:hover {
    box-shadow: 0 16px 26px -10px rgb(0, 150, 136), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 150, 136, 0.2);
}

.icons-link a {
    color: white;
    position: relative;
    top: 2px;
}

.icons-link span {
    font-size: 16px;
    position: relative;
    top: -7px;
}

@media only screen and (max-width:1066px) {
    .custom-options {
        width: 80%;
    }
}

@media only screen and (max-width:800px) {
    body {
        padding-top: 65px;
    }
    .header-style-options {
        text-align: left;
    }
    .header-style-options ul:empty {
        display: none;
    }
    .header-cutomizations,
    .frst-logo,
    .header-top .button {
        display: none;
    }
    .style-switch a.switch-nav {
        width: 150px;
        text-align: left;
        padding: 10px 5px;
    }
    .style-switch a.switch-prev {
        text-align: right;
    }
}

@media (max-width:525px) {
    .style-switch li {
        margin: 0 0px;
    }
}

@media only screen and (max-width:490px) {
    .style-switch a.switch-nav {
        width: 80px;
    }
}






/*-------- Type- 01 ------*/

.frst-timeline-style-2{
  color: #000;
}
.frst-timeline-style-2 .scale-effect .frst-timeline-img span{
  transform: scale(1.2) rotate(45deg);
  box-shadow: 0 0 0 6px rgba(0, 190, 164, 0.18);
  -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;

}
.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner span,.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner h2 {
   font-size: 22px;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner p{
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
}

.frst-timeline-style-2 .frst-timeline-block::before{
  width: 2px;
  background: #ffbf00;
  margin-left: -1px;
}

.frst-timeline-style-2.frst-right-align .frst-timeline-block::before{
  margin-right: -1px;
}
.frst-timeline-block{

padding-bottom: 0;

margin-top: 0;

}


.frst-timeline-style-2 .frst-timeline-img{
/*
  width: 36px;
height: 20px;
  margin-left: -18px;
top: 0;--- Box shadow value --
  text-align: center;
*/  
	width: 36px;
	height: 20px;
	margin-left: -18px;
	top: calc(50% - 10px);
	text-align: center;
}
.frst-timeline-style-2.frst-right-align .frst-timeline-img{
  margin-right: -18px;
}

/* Start Color Combinations */

/* Blue Color */
.timeline-theme--blue.frst-timeline-style-2 .frst-timeline-img span {
    background: #2B3991;
}

/* Green Color */
.timeline-theme--green.frst-timeline-style-2 .frst-timeline-img span {
    background: #1ABC9C;
}

/* Purple Color */
.timeline-theme--purple.frst-timeline-style-2 .frst-timeline-img span {
    background: #706fd3;
}

/* Cyan Color */
.timeline-theme--cyan.frst-timeline-style-2 .frst-timeline-img span {
    background: #34ace0;
}

/* Black Color */
.timeline-theme--black.frst-timeline-style-2 .frst-timeline-img span {
    background: #000000;
}

/* Red Color */
.timeline-theme--red.frst-timeline-style-2 .frst-timeline-img span {
    background: #ff6348;
}

/* Orange Color */
.timeline-theme--orange.frst-timeline-style-2 .frst-timeline-img span {
    background: #fa8231;
}

/* Gradient Color */
.timeline-theme--gradient.frst-timeline-style-2 .frst-timeline-img span {
    background: #2C3E50;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4CA1AF, #2C3E50);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4CA1AF, #2C3E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* End Color Combinations */


.frst-timeline-style-2 .frst-timeline-img span{
  display: inline-block;

  background: #ffbf00;
/*
box-shadow: 0 0 0 6px #e3e4e4;
*/
box-shadow: none;

border-radius: 100rem;
-webkit-border-radius: 100rem;


  transform: rotate(45deg);
  min-width: 18px;
  min-height: 18px;
  -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
}
/*
.frst-timeline-style-2 .frst-timeline-img span:hover{
  cursor:pointer;
  animation: timeline-step 2s infinite;
}

@keyframes timeline-step {
  0% {
    box-shadow: 0 0 0 6px #e3e4e4;
  }
  25% {
    box-shadow: 0 0 0 6px #dcdcdc;
      transform: scale(1.1) rotate(45deg);
  }

  50% {
    box-shadow: 0 0 0 6px #cecece;
      transform: scale(1.2) rotate(45deg);
  }

  75% {
    box-shadow: 0 0 0 6px #dcdcdc;
    transform: scale(1.1) rotate(45deg);
  }

  100% {
    box-shadow: 0 0 0 6px #e3e4e4;
    transform: scale(1) rotate(45deg);
  }
}
*/


.frst-timeline-style-2 .frst-timeline-content{
  color: #777;
}

.frst-timeline-style-2 .frst-date{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  line-height: 30px;
}
.frst-timeline-style-2 h2{
  font-size: 18px;

margin-bottom: 20px;

  font-weight: 800;
  color: #6f6f6f;

}
.frst-date-opposite.frst-timeline-style-2 h2{
  margin-top: 0;

}
.frst-timeline-style-2 p{
  margin: 0;
}

.frst-timeline-style-2 .frst-labels span{
  position: relative;
  left: -36px;
  background: #e6e6e6;
  color: #000;
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.frst-timeline-style-2.frst-right-align .frst-labels span{
  left: auto;
  right: -36px
}


/*---------- Responsive part ------------*/
@media only screen and (min-width: 679px) {
  .frst-timeline-style-2.frst-alternate .frst-timeline-content{
    width: calc(50% - 32px);
  }
  .frst-timeline-style-2.frst-date-opposite .frst-date{
    left: -225px;
    line-height: 26px;
    width: 160px;
  }
  .frst-timeline-style-2.frst-date-opposite.frst-right-align .frst-date,
  .frst-timeline-style-2.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date{
    right: -225px;
    left: auto;
    text-align: left;
  }

}

@media only screen and (max-width: 678px) {

  .frst-timeline-style-2.frst-responsive-right .frst-timeline-block::before{
    margin-right: -1px;
  }
  .frst-timeline-style-2.frst-responsive-right .frst-timeline-img{
    margin-right: -18px;
  }
  .frst-timeline-style-2.frst-responsive-right .frst-labels span{
    left: auto;
    right: -36px
  }


}


#grid div:nth-child(n+6) {
  display: none;
}

