/*
	Template Name: Slider Pack
	Author: Codex Expert 
	Description: Responsive Slider Pack
	Version: 1.0
*/

/* Table of Content
==================================================

- Full Width Slider 1
- Full Width Slider 2
- Full Width Slider 3
- Full Width Slider 4
- Full Width Slider 5
- Full Width Slider 6
- Full Width Slider 7
- Full Width Slider 8
- Full Width Slider 9
- Full Width Slider 10
- Full Width Slider 11
- Full Width Slider 12
- Full Width Slider 13
- Full Width Slider 14
- Full Width Slider 15
- Full Width Slider 16
- Full Width Slider 17
- Full Width Slider 18
- Full Width Slider 19
- Full Width Slider 20
- Full Width Slider 21
- Full Width Slider 22
- Full Width Slider 23
- stage padding thumb slider 1 
- stage padding thumb slider 2 
- stage padding thumb slider 3 
- stage padding thumb slider 4 
- stage padding thumb slider 5 
- stage padding thumb slider 6 
- stage padding thumb slider 7 
- stage padding thumb slider 8 
- merge slider 1 
- Client Testimonail Slider 1
- Client Testimonail Slider 2
- Client Testimonail Slider 3
- Client Testimonail Slider 4
- Client Testimonail Slider 5
- Client Testimonail Slider 6
- Client Testimonail Slider 7
- Client Testimonail Slider 8
- Client Testimonail Slider 9
- Client Testimonail Slider 10
- thumb image carousal 1
- thumb image carousal 2
- thumb image carousal 3
- Team Carousal 1
- Team Carousal 2
- Team Carousal 3
- Team Carousal 4
- Team Carousal 5
- Services Carousel 1 
- Services Carousel 2 
- Services Carousel 3
- Services Carousel 4 
- Services Carousel 5 
- Services Carousel 5 
- Full Width thumb Slider 1
- Full Width thumb Slider 2
- Full Width thumb Slider 3
- Full Width vertical Slider 1
- single product slider 1
- single product slider 2
- single product slider 3
- single product slider 4
- single product slider 5
- single product slider 6
- single product slider 7
- single product slider 8
-  Pricing Table Slider 1
-  Pricing Table Slider 2 
-  Pricing Table Slider 3
-  Pricing Table Slider 4
-  Pricing Table Slider 5
-  Pricing Table Slider 6


*/
  


/*******************************
Full Width Slider 1
*******************************/
.LightSpeedOut .item{
	height:650px;
	position: relative;
}
.LightSpeedOut .item-img-1{
    background:url(https://www.tulsihospital.in/management/img/HomeSlider/banner.png);
    width: 100%;
    background-size: cover;
}
.LightSpeedOut .item-img-2{
    background:url(https://www.tulsihospital.in/management/img/HomeSlider/banner01.png);
     width: 100%;
    background-size: cover;
}
.LightSpeedOut .item-img-3{
    background:url(https://www.tulsihospital.in/management/img/HomeSlider/banner02.png);
     width: 100%;
    background-size: cover;
}
.LightSpeedOut .item-img-4{
    background:url(https://www.tulsihospital.in/management/img/HomeSlider/banner03.png);
    width: 100%;
    background-size: cover;
}
.LightSpeedOut .item-img-5{
    background:url(https://www.tulsihospital.in/management/img/HomeSlider/banner04.png);
     width: 100%;
    background-size: cover;
}

.LightSpeedOut .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.LightSpeedOut .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}

.LightSpeedOut .item:before {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
	 
}
 

.LightSpeedOut .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.LightSpeedOut .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.LightSpeedOut .btn-read {
    background: #fff;
    line-height: 35px;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 900;
    border: 0px solid;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #fff;
      transition: all ease 500ms;
    margin-top: 10px;
}
.LightSpeedOut .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}

.LightSpeedOut .owl-nav button span {
    width: 50px;
    background: #f8f9fa;
    display: inline-block;
    color: #000;
    font-size: 35px;
    margin-right: 0px;
    height: 50px;
    line-height: 45px;
}
.LightSpeedOut button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.LightSpeedOut button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.LightSpeedOut button.owl-dot { 
    outline: none !important;
}


.LightSpeedOut .owl-nav button {
    outline: none !important;
}