
@media (max-width: 766px) {
    .navbar-brand > img {  
        width: 200px !important;  
    }
}

.navbar-shrink .navbar-brand > img {  
    width: 200px !important;  
}

.slides-pagination {
    bottom: 20px;
}

.slides-pagination a {
    text-decoration: none;
    color: transparent !important;
    width: 15px;
    height: 15px;
    margin: 5px 2px;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black;
}

.slides-pagination a.current {
    background-color: #fff;
}

.vh-100{
    background: #fff;
    min-height: 100vh;
}

#slides .slide-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 10px 20px;
    
}

#slides .contrast {
    background: rgba(0, 0, 0, 0.3);
    padding: 1px 10px;
    -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#slides .slide-container p {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #555;
    margin: 0 0 1rem 0;
}

#slides h3 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: normal;
    font-weight: 300;
    color: white;
    text-shadow: 0 1px 1px #000;
    margin: 0 0 .5rem 0;
}


@media (max-width: 766px) {
    .portfolio-modal .modal-content h2 {  
        font-size: 1.5em;  
    }
}

@media (min-width: 767px) {
    .portfolio-modal .modal-content h2 {  
        font-size: 2em;  
    }
}

@media (min-width: 992px) {
    .portfolio-modal .modal-content h2 {  
        font-size: 2.5em;  
    }
}

@media (min-width: 1200px) {
    .portfolio-modal .modal-content h2 {  
        font-size: 3em;  
    }
}

#slides .slide-container-center{
    position: absolute;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #slides .slides-navigation-btn{
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 80px;
    height: 50%;
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 10;
  }

  #slides .slides-navigation-btn.is-next{
    left: inherit;
    right: 0;
  }

  .btn{
    cursor: pointer;
  }

  #slides .slides-navigation-btn a, #slides .slides-navigation-btn a:hover, #slides .slides-navigation-btn a:active{
    background: transparent !important;
    text-decoration: none !important;
  }
  
  @media screen and (max-width: 768px){
    .btn-responsive{
        padding: 13px 17px;
        font-size: 1.15em;
    }
  }


.content-client-slider .owl-stage-outer .owl-item{
    height: 60px;
}

.content-client-slider .owl-stage-outer .owl-item .carousel-item{
    display: block;
    height: 100%;
    width: 100%;
}

.content-client-slider .tcowl-wrap .owl-theme .owl-dots .owl-dot span{
    background: #ccc;
}

.content-client-slider .tcowl-wrap .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #869791 !important;
}

.content-client-slider .owl-carousel{
    margin-top: 25px;
}

.content-client-slider .owl-stage-outer .owl-item img{
    width: 100%;
    display: block;
    max-height: 100%;
}

.social-buttons li{
    text-align: center !important;
}

ul[role="alert"]{
    list-style: none;
}

/*slider loading*/

.slider-loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #FF0000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

.slides-top .slide-container-center, .slides-top .slide-container{
    opacity: 0;
}

.slides-top img{
    opacity: 0;
}

.slides-top .slider-loaded .slide-container-center, .slides-top .slider-loaded .slide-container, .slides-top .slider-loaded img{
    opacity: 1!important;
}

.slide-container-center.opacity_off, .slide-container.opacity_off{
    opacity: 1!important;
}

.content-video-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}


.content-video-slide iframe{
   width: 100vw;
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.front_video_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(24,24,24, .5);
}

.data-slide-one-item .content-video-slide{
    position: inherit;
}
