@charset "utf-8";
.bs-slider {
    overflow: hidden;
    height: auto;
    position: relative;
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bs-slider::before {
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    bottom:0;
    height: 100px;
    z-index:9;
    background-image: url(../img/banner-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.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;
}
.control-round .carousel-control {
    top: 44%;
    opacity: 0;
    width: 48px;
    height: 48px;
    z-index: 9;
    color: #fff;
    display: block;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    line-height: 48px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(51, 51, 51, 0.4);
    border-radius: 50%;
}
.control-round:hover .carousel-control {
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 15px;
}
.control-round .carousel-control.right {
    right: 15px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    background-color: rgba(51, 51, 51, 0.8);
    color: #c52d2f;
}
.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}
.indicators-line > .carousel-indicators {
    right: 46%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    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;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    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;
}
.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -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-text {margin-top:150px;}
.slide-text > h3 {
    color:#fa3308;
    font-size:16px;
    font-weight: 400;
    margin-bottom:20px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom:25px;
    display: block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slide-text > p {
    color: #262e2e;
    font-size: 16px;
    border-left: 2px solid #fa3308;
    padding-left: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    display: block;
}
.btn2 {-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.slidermg {margin-top:65px;}
.slidermg img {margin: 0 auto;}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .indicators-line > .carousel-indicators {display: none;}
    .slide-text {margin-top: 50px;}
    .slidermg {margin-top:50px;}
}
@media (max-width: 480px) {
    .slide-text {margin-top:30px;}
    .slidermg {margin-top:25px;}
}
