/*---------------------------------------
    09. Slider Section CSS
---------------------------------------*/
.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left;
  }
  .rs-slider.slider3 {
    position: relative;
    /*-- Animations Start --*/
    /*-- Animations End --*/
  }
  .rs-slider.slider3 .desc {
    font-size: 17px;
    color: #0a0a0a;
    max-width: 500px;
    margin: 25px 0 45px;
  }
  .rs-slider.slider3 .slider-bottom {
    display: block;
    overflow: hidden;
  }
  .rs-slider.slider3 .slider-bottom .consultant {
    display: inline-block !important;
  }
  .rs-slider.slider3 .sl-subtitle {
    -webkit-animation: fadeInDown 1.7s ease-in-out;
    animation: fadeInDown 1.7s ease-in-out;
  }
  .rs-slider.slider3 .sl-title {
    -webkit-animation: fadeInUp 1.2s ease-in-out;
    animation: fadeInUp 1.2s ease-in-out;
  }
  .rs-slider.slider3 .slider-bottom {
    -webkit-animation: fadeInUp 1.8s ease-in-out;
    animation: fadeInUp 1.8s ease-in-out;
  }
  .rs-slider.slider3 .content-part {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .rs-slider.slider3 .content-part .sl-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #bb0b0b;
  }
  .rs-slider.slider3 .content-part .sl-title {
    font-size: 80px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 36px;
  }
  .rs-slider.slider3 .content-part .slider-bottom {
    display: inline-block;
  }
  .rs-slider.slider3 .content-part .slider-bottom .readon {
    display: block !important;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 32px;
  }
  .rs-slider.slider3 .content-part .slider-bottom ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .rs-slider.slider3 .content-part .slider-bottom ul li:last-child {
    margin: 0;
  }
  .rs-slider.slider3 .nivo-caption {
    padding: 0;
  }
  .rs-slider.slider3 .nivo-directionNav > a {
    background: rgba(0, 0, 0, 0.2);
  }
  .rs-slider.slider3 .nivo-directionNav > a:before {
    color: #ffffff;
  }
  .rs-slider .sl-wrap {
    padding: 50px 0;
  }
  .rs-slider .nivo-directionNav > a {
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    background: #ebebeb;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
  }
  .rs-slider .nivo-directionNav > a.nivo-prevNav,
  .rs-slider .nivo-directionNav > a.nivo-nextNav {
    left: 5px;
    background: #bb0b0b;
  }
  .rs-slider .nivo-directionNav > a.nivo-prevNav {
    top: 44.4%;
  }
  .rs-slider .nivo-directionNav > a.nivo-prevNav:before {
    content: "\f104";
  }
  .rs-slider .nivo-directionNav > a.nivo-nextNav {
    top: 53%;
  }
  .rs-slider .nivo-directionNav > a.nivo-nextNav:before {
    content: "\f105";
  }
  .rs-slider .nivo-directionNav > a:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease;
    color: #bb0b0b;
  }
  .rs-slider .nivo-directionNav > a:hover {
    opacity: 95;
  }
  .rs-slider .nivo-controlNav {
    position: absolute;
    bottom: 50px;
    z-index: 11;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none !important;
  }
  .rs-slider .nivo-controlNav .nivo-control {
    width: 26px;
    height: 7px;
    border: 1px solid #fff;
    font-size: 0px;
    display: inline-block;
    margin-right: 7px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
  }
  .rs-slider .nivo-controlNav .nivo-control.active {
    background: #bb0b0b;
    border-color: #bb0b0b;
  }
  .rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #0082f1;
  }
  .rs-slider.rs-slider-style3.slider3 .content-part .sl-title {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 36px;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a {
    border-radius: 50%;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav,
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
    left: 30px;
    background: #0082f1;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav {
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav:before {
    content: "\f104";
    color: #ffffff;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: unset;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav:before {
    content: "\f105";
    color: #ffffff;
  }
  .rs-slider.rs-slider-style3 .nivo-directionNav > a:before {
    color: #0082f1;
  }
  .rs-slider.rs-slider-style4 {
    position: relative;
    z-index: 2;
  }
  .rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fd4a36;
    margin-bottom: 6px;
  }
  .rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
    font-size: 80px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 38px;
  }
  .rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
    display: inline-block;
    overflow: unset;
    position: relative;
    left: -4%;
  }
  .rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
    display: block !important;
    font-size: 17px;
    font-weight: 600;
    padding: 17px 42px 17px;
  }
  .rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom li .rs-videos .animate-border .popup-border {
    top: -5px;
    left: unset;
    right: -136px;
    z-index: 111;
    transform: unset;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a {
    border-radius: 50%;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav,
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
    left: 30px;
    background: #fd4a36;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav {
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav:before {
    content: "\f104";
    color: #ffffff;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: unset;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav:before {
    content: "\f105";
    color: #ffffff;
  }
  .rs-slider.rs-slider-style4 .nivo-directionNav > a:before {
    color: #fd4a36;
  }
  .rs-slider.style4 .owl-nav .owl-next,
  .rs-slider.style4 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 25px;
    text-align: center;
    color: #bd1014;
  }
  .rs-slider.style4 .owl-nav .owl-next i:before,
  .rs-slider.style4 .owl-nav .owl-prev i:before {
    content: "\f112";
    font-family: Flaticon;
    color:#fff;
  }
  .rs-slider.style4 .owl-nav .owl-next {
    right: 10px;
    left: unset;
  }
  .rs-slider.style4 .owl-nav .owl-next i:before {
    content: "\f113";
  }


  button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #bd1014 #bd1014 #bd1014;
    border-radius: 3px;
    background: #bd1014;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.1em 0.4em 0.2em;
}