/* Style for Animation Network Slider Banner 
---------------------------------------------*/
/* body {
    font-size: 16px;
   font-family: 'Exo 2', sans-serif;
} */

.spt_carousel_normal .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.spt_carousel_normal .carousel-caption {
    color: #0a0a0a;
}

.spt_carousel_normal .carousel-inner .carousel-item {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*.carousel-item {
    position: relative;
}

.carousel-item .bg-img {
    position: absolute;
    width: 100%;
}*/

/*.btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding-left: 0;
}*/

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff;
}

.inner-bg .red {
    color: #d20120;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}

.inner-box {
    padding: 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 10px;
    z-index: 100;
}

.inner-box .inner-bg {
    padding: 15px;
    border-radius: 10px;
}

.inner-box h2 {
    margin-bottom: 10px;
}

.carousel-inner .container {
    height: 100vh;
    position: relative;
}

.inner-box.top-left {
    left: 0;
    top: 50px;
}

.inner-box.top-center {
    top: 50px;
    transform: translateX(50%);
    right: 50%
}

.inner-box.top-right {
    top: 50px;
    right: 0;
}

.inner-box.center-left {
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.inner-box {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.inner-box.center-right {
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.inner-box.bottom-left {
    left: 0;
    bottom: 50px;
}

.inner-box.bottom-center {
    transform: translateX(50%);
    right: 50%;
    bottom: 50px;
}

.inner-box.bottom-right {
    right: 0;
    bottom: 50px;
}

.btn-wrapper .fas {
    color: #fff;
}

.spt_carousel_normal h2 {
    font-size: 60px;
}

.spt_carousel_normal h2 span {
    display: block;
}


.inner-bg img{
    width: 100px;
    height: auto;
}


.spt_carousel_normal h2{
    font-size: 44px;
}

/* Style for Vertical Portfolio Slider 
----------------------------------------*/
  
  /* body{
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
  } */
  
  
  .fullscreen-slider {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
      position: relative;
  }
  
  .fslider-inner {
      margin: 0;
      padding: 0;
      height: 100vh;
      width: 100%;
      position: relative;
  }
  
  .fslider-indicators {
      position: absolute;
      top: 10px;
      left: 10px;
  }
  
.fslider-item{
  width: 100%;
  display: none;
}

.fslider-item.show{
  display: block;
}

.fslider-item.hide{
  display: none;
}
  
  .fslider-item img{
      width: 100%;
      height: 100vh;
      object-fit: cover;
      object-position: center;
  }
  
  #circa {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #6f6f6f;
    animation: colors 0.4s infinite;
  }
  .previconnew {
    position: absolute;
      bottom: 115px;
      right: 90px;
      color: #fff;
  }
  .nexticonnew {
    position: absolute;
      bottom: 115px;
      right: 140px;
      color: #fff;
  }
  .smimg-space{
    position: absolute;
    width:250px;
    height: 70vh;
    top: 15vh;
    left: 12vw;
    overflow: hidden;
  }
  .item-img{
    margin: 0;
    padding: 0;
    display: block;
    width:250px;
    height: 70vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transform-origin: left center;
    animation: trans  infinite;
    -webkit-animation: trans infinite;
    animation-duration: 10s;
  }
  
  @keyframes trans {
    0% {transform: translateX(-100%);}
    30% {transform: translateX(0%);}
    60% {transform: translateX(0%);}
    100% {transform: translateX(100%);}
  }
  
  
  #halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
     overflow: hidden;
     transform-origin: left center;
     animation: cliprotate 4s steps(2) infinite;
     -webkit-animation: cliprotate 4s steps(2) infinite;
  }
  
  .halfcircle {
    box-sizing: border-box;
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 1px transparent;
     border-top-color: #fff;
     border-left-color: #fff;
     border-radius: 50%;
  }
  #clipped {
    width: 200%;
     animation: rotate 2s linear infinite;
     -webkit-animation: rotate 2s linear infinite;
  }
  #fixed {
    width: 100%;
      transform: rotate(135deg);  
     animation: showfixed 4s steps(2) infinite;
     -webkit-animation: showfixed 4s linear infinite;
  }
  
  @-webkit-keyframes cliprotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  
  @keyframes cliprotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
  }
  
  
  @-webkit-keyframes rotate {
    0% {transform: rotate(-45deg);}
    100% {transform: rotate(135deg);}
  }
  
  @keyframes rotate {
    0% {transform: rotate(-45deg);}
    100% {transform: rotate(135deg);}
  }
  
  @-webkit-keyframes showfixed {
    0% {opacity: 0;}
    49.9% {opacity: 0;}
    50% {opacity: 1;}
   100% {opacity: 1;}
  }
  
  .fslider-caption {
      position: absolute;
      top: 6%;
      left: 35%;
      width: 50%;
      height: 100vh;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      text-align: left;
      color: #fff;
      overflow: hidden;
  }
  
  .fslider-caption a{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-top: 30px;
    text-decoration: none;
  }
  
  .fslider-caption h2 {
    /* font-family: 'Exo 2'; */
    
      color: #fff;
      float: left;
     
    margin: 0;
  }
  
  button.Navdot {
      opacity: 0;
  }
  
  
  .title{
    display: block;
    float: left;
    position: relative;
  }
  
  .title span {
      display: block;
      float: left;
      min-width: 10px;
      min-height: 10px;
      position: relative;
    }
  
  @keyframes topanim {
    0% {transform: translateY(50px);}
    100% {transform: translateY(0);}
  }
  
  @keyframes opac {
    /*0% {opacity: 0;}
    100% {opacity: 1;}*/
    0% { opacity: 0;}
    20% { opacity: 0;}
    90% { opacity: 1;}
    100% { opacity: 1;}
  }
  
  .ml13, .ml14, .ml15{
    font-size: 1.9em;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .ml13 .letter,
  .ml14 .letter,
  .ml15 .letter {
    display: inline-block;
    line-height: 1em;
  }
  
  .word{
  min-height: 80vh;
  }
  
  .word .letter {
      display: inline-block;
      margin: 0 0.2vw;
      font-size: 8vw;
      min-width: 50px; /* this is for spaces */
    }
  
  
  @keyframes scales {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0%);}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1025px) {
    .fslider-caption {
      left: 46%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .fslider-caption h2 {
      font-size: 20px;
      line-height: 25px;
    }
    .fslider-caption a {
      font-size: 16px;
    }
    .smimg-space {
      width: 100px;
      height: 40vh;
      left: 2vw;
    }
    .item-img{
      width: 100px;
      height: 40vh;
    }
    #circa {
      width: 100px;
      height: 100px;
      bottom: 20px;
      right: 20px;
    }
    .previconnew {
      bottom: 60px;
      right: 45px;
  }
  .nexticonnew {
      bottom: 60px;
      right: 85px;
  }
  
  }

/* Style for Horizontal Timeline
-------------------------------- */
/* body {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
} */

.milestone ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.owl-item a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-stage>div:last-child>div.years:after {
    width: 0;
}

.time-line-inner {
    max-width: 450px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.time-line-inner img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.time-line-inner .text-content {
    color: #000;
    padding: 25px;
    background-color: #fff;
}

.years-carousel {
    margin: 50px 0;
}

.time-line-inner h5 {
    font-weight: 700;
}

.years {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

.years i {
    color: #000;
}

.owl-item.active.center .years i {
    color: #c62128;
    font-size: 25px;
}

.years-carousel::before {
    content: "";
    background-color: #000;
    top: 70px;
    height: 2px;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.owl-item.active.center .years::before {
    content: "";
    background-color: #000;
    top: 22px;
    height: 137px;
    right: 0;
    left: 50%;
    position: absolute;
    z-index: -1;
    width: 2px;
    transform: translateX(-50%);
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

/*.container {
    overflow: hidden;
}*/

.timeline-year {
    background: #c62128;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
}

.inner {
    text-align: center;
}

.owl-item .btn-readmore {
    display: inline-block;
    background-color: #c62128;
    padding: 5px 20px;
    border-radius: 15px;
    width: auto;
    color: #ffff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #c62128;
    background: #c62128;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -88px;
}

.owl-nav .owl-next {
    float: right;
}
.years-carousel .owl-nav.disabled{
  display: block!important;
}

@media only screen and (max-width: 767px) {
  .years-carousel .owl-nav.disabled{
    display: none!important;
  }
  .main-content.no-banner{
    padding-top: 0;
  }
}