@charset "utf-8";
/* CSS Document */

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;

}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;

}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 20%;/* left: 46%; */
    /* width: 100%;
    height: 100%; */    
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;


}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.control-round:hover .carousel-control {
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 5px;
}
.control-round .carousel-control.right {
    right: 5px;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 0;
    left: 0;
    bottom: 5%;
    /*width: 90%;
    height: 20px;*/
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    margin: 0 auto;
    text-align: center;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    background: #039fe4;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    top: 25%;
    right: 49%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 34px 47px;
}
.slide-text > h1 {
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > h2 {
    padding: 0;
    color: #0fa3f4;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    /*-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
*/

  background: url(../images/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
 }

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}



.slide-text > p {
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px;
}
.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
    color: #ffffff;
    background:#092472;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.btn-default {
    background-color: #0fa3f4;
    color: #fff;
}
.btn {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px;
}

 

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
/*      .slide-text{right: 46% !important;}*/
}
@media only screen and (max-width: 1199px) {
/*.slide-text {
    right: 37% !important;
}*/    
}
@media only screen and (max-width: 1024px) {
/*.slide-text {
    right: 32% !important;
}*/
}
@media (max-width: 991px) {
/*.slide-text {
    right: 26% !important;
}
.indicators-line > .carousel-indicators {
    right: 37% !important;
}*/
}
 @media only screen and (max-width: 1000px) {
.slide-text > h1 {
    font-size: 45px !important;
}
}
@media (max-width: 900px) {
.indicators-line > .carousel-indicators {
    right: 37% !important;
}
.slide-text {
/*    display:none;*/
}
}
 

.d-lg-block{display: block;}
 @media (max-width: 768px) {

.d-none{ display:none; } 




.step{display: none;}
.slide-text {
    top: 0%;
    right: -14%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 34px 47px;
}



.slide-text > p {
    font-size:14px !important;
}
.slide-text > h1 {
    font-size: 22px !important;
}
.slide-text > h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
 
.slide-text {
    padding: 23px 21px !important;
}
.slide-text > p {
    margin-bottom: 10px;
}
.slide-text {
    padding: 12px 21px !important;
}
}
@media (max-width: 600px) {
/* .slide-text {
     
display:none !important;}*/
.indicators-line > .carousel-indicators {
    right: 23% !important;
}
}
@media (max-width: 500px) {
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}


/*====================================*/




