/*
	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
- 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
- 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

*/
  


/*******************************
Full Width Slider 1
*******************************/
.LightSpeedOut .item{
	height:auto;
	position: relative;

}
.LightSpeedOut .item-img-1{

    width: 100%;
    background-size: cover;

}
.LightSpeedOut .item-img-2{

     width: 100%;
    background-size: cover;
}
.LightSpeedOut .item-img-3{

     width: 100%;
    background-size: cover;
}

.LightSpeedOut .item-img-4{

     width: 100%;
    background-size: cover;
}

.LightSpeedOut .item-img-5{

     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: 448px;*/
    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;
}



 

/*******************************
Full Width Slider 2
*******************************/
 

.lightSpeedIn{}
.lightSpeedIn .item{
	height:448px;
	position: relative;
}
.lightSpeedIn .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.lightSpeedIn .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.lightSpeedIn .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.lightSpeedIn .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.lightSpeedIn .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.lightSpeedIn .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.lightSpeedIn .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.lightSpeedIn .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.lightSpeedIn .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.lightSpeedIn .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.lightSpeedIn .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.lightSpeedIn .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;
}
.lightSpeedIn .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.lightSpeedIn .owl-nav button span {
    width: 50px;
    background: #f8f9fa;
    display: inline-block;
    color: #dc3545;
    font-size: 30px;
    margin-right: 0px;
}
.lightSpeedIn button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.lightSpeedIn button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.lightSpeedIn button.owl-dot { 
    outline: none !important;
}


.lightSpeedIn .owl-nav button {
    outline: none !important;
}

 

/*******************************
Full Width Slider 3
*******************************/
 

.bounceInDown{}
.bounceInDown .item{
	height:448px;
	position: relative;
}
.bounceInDown .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.bounceInDown .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.bounceInDown .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.bounceInDown .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bounceInDown .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.bounceInDown .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.bounceInDown .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.bounceInDown .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.bounceInDown .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.bounceInDown .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.bounceInDown .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.bounceInDown .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;
}
.bounceInDown .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}

.bounceInDown .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}
.bounceInDown button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.bounceInDown button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.bounceInDown button.owl-dot { 
    outline: none !important;
}


.bounceInDown .owl-nav button {
    outline: none !important;
}


 

/*******************************
Full Width Slider 4 
*******************************/


.bounceInRight{}
.bounceInRight .item{
	height:448px;
	position: relative;
}
.bounceInRight .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.bounceInRight .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.bounceInRight .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.bounceInRight .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bounceInRight .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.bounceInRight .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.bounceInRight .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.bounceInRight .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.bounceInRight .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.bounceInRight .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.bounceInRight .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.bounceInRight .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;
}
.bounceInRight .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.bounceInRight .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}
.bounceInRight button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.bounceInRight button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.bounceInRight button.owl-dot { 
    outline: none !important;
}


.bounceInRight .owl-nav button {
    outline: none !important;
}
 
/*******************************
Full Width Slider 5
*******************************/


.bounceInLeft{}
.bounceInLeft .item{
	height:448px;
	position: relative;
}
.bounceInLeft .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.bounceInLeft .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.bounceInLeft .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.bounceInLeft .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bounceInLeft .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.bounceInLeft .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.bounceInLeft .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.bounceInLeft .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.bounceInLeft .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
}

.bounceInLeft .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.bounceInLeft .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.bounceInLeft .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;
}
.bounceInLeft .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.bounceInLeft .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}
.bounceInLeft button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.bounceInLeft button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.bounceInLeft button.owl-dot { 
    outline: none !important;
}


.bounceInLeft .owl-nav button {
    outline: none !important;
}
 

/*******************************
Full Width Slider 6
*******************************/
.fadeIn{}
.fadeIn .item{
	height:448px;
	position: relative;
}
.fadeIn .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.fadeIn .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.fadeIn .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.fadeIn .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.fadeIn .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.fadeIn .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.fadeIn .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.fadeIn .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.fadeIn .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.fadeIn .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.fadeIn .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.fadeIn .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;
}
.fadeIn .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.fadeIn .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.fadeIn button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.fadeIn button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.fadeIn button.owl-dot { 
    outline: none !important;
}


.fadeIn .owl-nav button {
    outline: none !important;
}
 

/*******************************
Full Width Slider 7
*******************************/
.fadeOut{}
.fadeOut .item{
	height:448px;
	position: relative;
}
.fadeOut .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.fadeOut .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.fadeOut .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.fadeOut .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.fadeOut .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.fadeOut .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.fadeOut .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.fadeOut .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.fadeOut .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.fadeOut .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.fadeOut .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.fadeOut .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;
}
.fadeOut .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.fadeOut .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.fadeOut button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.fadeOut button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.fadeOut button.owl-dot { 
    outline: none !important;
}


.fadeOut .owl-nav button {
    outline: none !important;
}
 
/*******************************
Full Width Slider 8
*******************************/

.zoomIn{}
.zoomIn .item{
	height:448px;
	position: relative;
}
.zoomIn .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomIn .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomIn .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomIn .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomIn .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomIn .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomIn .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomIn .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomIn .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.zoomIn .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomIn .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomIn .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;
}
.zoomIn .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomIn .owl-nav button i {
    width: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomIn button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomIn button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomIn button.owl-dot { 
    outline: none !important;
}


.zoomIn .owl-nav button {
    outline: none !important;
}
  

/*******************************
Full Width Slider 9
*******************************/

.zoomInDown{}
.zoomInDown .item{
	height:448px;
	position: relative;
}
.zoomInDown .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomInDown .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomInDown .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomInDown .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomInDown .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomInDown .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomInDown .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomInDown .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomInDown .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.zoomInDown .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomInDown .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomInDown .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;
}
.zoomInDown .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomInDown .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomInDown button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomInDown button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomInDown button.owl-dot { 
    outline: none !important;
}


.zoomInDown .owl-nav button {
    outline: none !important;
}
 
/*******************************
Full Width Slider 10
*******************************/

.zoomInLeft{}
.zoomInLeft .item{
	height:448px;
	position: relative;
}
.zoomInLeft .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomInLeft .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomInLeft .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomInLeft .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomInLeft .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomInLeft .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomInLeft .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomInLeft .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomInLeft .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.zoomInLeft .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomInLeft .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomInLeft .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;
}
.zoomInLeft .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomInLeft .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomInLeft button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomInLeft button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomInLeft button.owl-dot { 
    outline: none !important;
}


.zoomInLeft .owl-nav button {
    outline: none !important;
}

 
 
/*******************************
Full Width Slider 11
*******************************/

.zoomInRight{}
.zoomInRight .item{
	height:448px;
	position: relative;
}
.zoomInRight .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomInRight .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomInRight .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomInRight .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomInRight .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomInRight .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomInRight .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomInRight .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomInRight .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: :-1;
}

.zoomInRight .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomInRight .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomInRight .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;
}
.zoomInRight .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomInRight .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomInRight button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomInRight button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomInRight button.owl-dot { 
    outline: none !important;
}


.zoomInRight .owl-nav button {
    outline: none !important;
}

 
  
/*******************************
Full Width Slider 12
*******************************/

.zoomOutUpzoomOutUp{}
.zoomOutUp .item{
	height:448px;
	position: relative;
}
.zoomOutUp .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomOutUp .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomOutUp .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomOutUp .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomOutUp .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomOutUp .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomOutUp .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomOutUp .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomOutUp .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.zoomOutUp .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomOutUp .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomOutUp .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;
}
.zoomOutUp .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomOutUp .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomOutUp button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomOutUp button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomOutUp button.owl-dot { 
    outline: none !important;
}


.zoomOutUp .owl-nav button {
    outline: none !important;
}

 
   
/*******************************
Full Width Slider 13
*******************************/

.zoomOut{}
.zoomOut .item{
	height:448px;
	position: relative;
}
.zoomOut .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.zoomOut .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.zoomOut .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.zoomOut .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.zoomOut .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.zoomOut .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.zoomOut .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.zoomOut .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.zoomOut .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.zoomOut .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.zoomOut .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.zoomOut .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;
}
.zoomOut .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.zoomOut .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.zoomOut button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.zoomOut button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.zoomOut button.owl-dot { 
    outline: none !important;
}


.zoomOut .owl-nav button {
    outline: none !important;
}
 
 
/*******************************
Full Width Slider 14
*******************************/

.flash{}
.flash .item{
	height:448px;
	position: relative;
}
.flash .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.flash .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.flash .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.flash .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.flash .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.flash .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.flash .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.flash .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.flash .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.flash .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.flash .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.flash .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;
}
.flash .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.flash .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.flash button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.flash button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.flash button.owl-dot { 
    outline: none !important;
}


.flash .owl-nav button {
    outline: none !important;
}

  
  
/*******************************
Full Width Slider 15
*******************************/

.jackInTheBox{}
.jackInTheBox .item{
	height:448px;
	position: relative;
}
.jackInTheBox .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.jackInTheBox .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.jackInTheBox .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.jackInTheBox .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.jackInTheBox .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.jackInTheBox .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.jackInTheBox .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.jackInTheBox .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.jackInTheBox .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.jackInTheBox .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.jackInTheBox .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.jackInTheBox .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;
}
.jackInTheBox .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.jackInTheBox .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.jackInTheBox button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.jackInTheBox button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.jackInTheBox button.owl-dot { 
    outline: none !important;
}


.jackInTheBox .owl-nav button {
    outline: none !important;
}

  
  
/*******************************
Full Width Slider 16
*******************************/

.jello{}
.jello .item{
	height:448px;
	position: relative;
}
.jello .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.jello .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.jello .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.jello .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.jello .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.jello .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.jello .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.jello .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.jello .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.jello .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.jello .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.jello .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;
}
.jello .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.jello .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.jello button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.jello button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.jello button.owl-dot { 
    outline: none !important;
}


.jello .owl-nav button {
    outline: none !important;
}
 
   
/*******************************
Full Width Slider 17 
*******************************/

.Pluse{}
.Pluse .item{
	height:448px;
	position: relative;
}
.Pluse .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.Pluse .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.Pluse .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.Pluse .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.Pluse .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.Pluse .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.Pluse .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.Pluse .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.Pluse .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.Pluse .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.Pluse .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.Pluse .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;
}
.Pluse .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.Pluse .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.Pluse button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.Pluse button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.Pluse button.owl-dot { 
    outline: none !important;
}


.Pluse .owl-nav button {
    outline: none !important;
}

   
/*******************************
Full Width Slider 18 
*******************************/

.rollIn{}
.rollIn .item{
	height:448px;
	position: relative;
}
.rollIn .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.rollIn .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.rollIn .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.rollIn .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.rollIn .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.rollIn .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.rollIn .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.rollIn .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.rollIn .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.rollIn .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.rollIn .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.rollIn .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;
}
.rollIn .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.rollIn .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.rollIn button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.rollIn button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.rollIn button.owl-dot { 
    outline: none !important;
}


.rollIn .owl-nav button {
    outline: none !important;
}
 
   
/*******************************
Full Width Slider 19
*******************************/

.rollOut{}
.rollOut .item{
	height:448px;
	position: relative;
}
.rollOut .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.rollOut .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.rollOut .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.rollOut .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.rollOut .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.rollOut .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.rollOut .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.rollOut .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.rollOut .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.rollOut .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.rollOut .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.rollOut .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;
}
.rollOut .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.rollOut .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.rollOut button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.rollOut button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.rollOut button.owl-dot { 
    outline: none !important;
}


.rollOut .owl-nav button {
    outline: none !important;
}

 

/*******************************
Full Width Slider 20 
*******************************/

.shake{}
.shake .item{
	height:448px;
	position: relative;
}
.shake .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.shake .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.shake .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.shake .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.shake .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.shake .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.shake .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.shake .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.shake .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.shake .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.shake .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.shake .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;
}
.shake .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.shake .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.shake button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.shake button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.shake button.owl-dot { 
    outline: none !important;
}


.shake .owl-nav button {
    outline: none !important;
}
 

/*******************************
Full Width Slider 21
*******************************/

.swing{}
.swing .item{
	height:448px;
	position: relative;
}
.swing .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.swing .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.swing .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.swing .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.swing .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.swing .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.swing .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.swing .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.swing .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.swing .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.swing .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.swing .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;
}
.swing .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.swing .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.swing button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.swing button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.swing button.owl-dot { 
    outline: none !important;
}


.swing .owl-nav button {
    outline: none !important;
}

/ 
 
/*******************************
Full Width Slider 22
*******************************/

.tada{}
.tada .item{
	height:448px;
	position: relative;
}
.tada .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.tada .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.tada .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.tada .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.tada .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.tada .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.tada .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.tada .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.tada .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.tada .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.tada .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.tada .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;
}
.tada .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.tada .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.tada button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.tada button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.tada button.owl-dot { 
    outline: none !important;
}


.tada .owl-nav button {
    outline: none !important;
}

  

  
/*******************************
Full Width Slider 23
*******************************/

.wobble{}
.wobble .item{
	height:448px;
	position: relative;
}
.wobble .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.wobble .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.wobble .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.wobble .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.wobble .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.wobble .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.wobble .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.wobble .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.wobble .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.wobble .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.wobble .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.wobble .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;
}
.wobble .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.wobble .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.wobble button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.wobble button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.wobble button.owl-dot { 
    outline: none !important;
}


.wobble .owl-nav button {
    outline: none !important;
}

 



/*******************************
stage padding thumb slider 1  
*******************************/

.stage-padding-thumb-slider-1{}

.stage-padding-thumb-slider-1 .item{
	height:425px;
	position: relative;
} 
 
.stage-padding-thumb-slider-1 .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.stage-padding-thumb-slider-1 .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.stage-padding-thumb-slider-1 .item .item-img-1{
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);    
    background-size: cover;
}

.stage-padding-thumb-slider-1 .item .item-img-2{
        
     background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);   
     width: 100%;
    background-size: cover;
}

.stage-padding-thumb-slider-1 .item.item-img-3{
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
     width: 100%;
    background-size: cover;
}
 

.stage-padding-thumb-slider-1  .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.stage-padding-thumb-slider-1 h2{
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}
.stage-padding-thumb-slider-1 p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.stage-padding-thumb-slider-1 button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.stage-padding-thumb-slider-1 .owl-nav button{
     cursor: pointer;
    outline: none;
}
.stage-padding-thumb-slider-1 .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}



.stage-padding-thumb-slider-1 button.owl-prev {
    position: absolute;
    top: 45%;
    left: 9.5%;
}
.stage-padding-thumb-slider-1 button.owl-next {
    position: absolute;
    top: 45%;
    right: 9.5%;
}

 

/*******************************
stage padding thumb slider 2
*******************************/

.stage-padding-double-box-slider{}

.stage-padding-double-box-slider .item{
	height:425px;
	position: relative;
} 
 
.stage-padding-double-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.stage-padding-double-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.stage-padding-double-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-double-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-double-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .stage-padding-double-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
      width: 100%;
    background-size: cover;
}

.stage-padding-double-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}
 

.stage-padding-double-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.stage-padding-double-box-slider h2{
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}
.stage-padding-double-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.stage-padding-double-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.stage-padding-double-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}
.stage-padding-double-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}



.stage-padding-double-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 9.5%;
}
.stage-padding-double-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 9.5%;
}

/ 

/*******************************
stage padding thumb slider 3
*******************************/

.stage-padding-tripple-box-slider{}

.stage-padding-tripple-box-slider .item{
	height:380px;
	position: relative;
} 
 
.stage-padding-tripple-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.stage-padding-tripple-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.stage-padding-tripple-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-tripple-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-tripple-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .stage-padding-tripple-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
      width: 100%;
    background-size: cover;
}

.stage-padding-tripple-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}
 

.stage-padding-tripple-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.stage-padding-tripple-box-slider h2{
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}
.stage-padding-tripple-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.stage-padding-tripple-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.stage-padding-tripple-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}
.stage-padding-tripple-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}



.stage-padding-tripple-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 9.5%;
}
.stage-padding-tripple-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 9.5%;
}
 

/*******************************
stage padding thumb slider 4
*******************************/

.stage-padding-fourth-box-slider{}

.stage-padding-fourth-box-slider .item{
	height:300px;
	position: relative;
} 
 
.stage-padding-fourth-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.stage-padding-fourth-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.stage-padding-fourth-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-fourth-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-fourth-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .stage-padding-fourth-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
     width: 100%;
    background-size: cover;  
}

.stage-padding-fourth-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}
 .stage-padding-fourth-box-slider .item.item-img-6{
    background: url(./img/thumb-1.jpg);
      width: 100%;
    background-size: cover;
}
 

.stage-padding-fourth-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.stage-padding-fourth-box-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.stage-padding-fourth-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.stage-padding-fourth-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.stage-padding-fourth-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}
.stage-padding-fourth-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}



.stage-padding-fourth-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 3.5%;
}
.stage-padding-fourth-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 3.5%;
}

 

/*******************************
stage padding thumb slider 5
*******************************/

.multiple-thumb-box-slider{}

.multiple-thumb-box-slider .item{
	height:300px;
	position: relative;
} 
 
.multiple-thumb-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.multiple-thumb-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.multiple-thumb-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.multiple-thumb-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.multiple-thumb-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .multiple-thumb-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
      width: 100%;
    background-size: cover;
}

.multiple-thumb-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}


 

.multiple-thumb-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.multiple-thumb-box-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.multiple-thumb-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.multiple-thumb-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.multiple-thumb-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}


.multiple-thumb-box-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.multiple-thumb-box-slider button.owl-dot.active  span {
    background: #000;
}

.multiple-thumb-box-slider button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.multiple-thumb-box-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}

.multiple-thumb-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}

.multiple-thumb-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 3.5%;
}
.multiple-thumb-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 3.5%;
}


 

/*******************************
stage padding thumb slider 6
*******************************/

.double-thumb-box-slider{}

.double-thumb-box-slider .item{
	height:300px;
	position: relative;
} 
 
.double-thumb-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.double-thumb-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.double-thumb-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.double-thumb-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.double-thumb-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .double-thumb-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
      width: 100%;
    background-size: cover;
}

.double-thumb-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}


 

.double-thumb-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.double-thumb-box-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.double-thumb-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.double-thumb-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.double-thumb-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}


.double-thumb-box-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.double-thumb-box-slider button.owl-dot.active  span {
    background: #000;
}

.double-thumb-box-slider button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.double-thumb-box-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}

.double-thumb-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}

.double-thumb-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 3.5%;
}
.double-thumb-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 3.5%;
}



/*******************************
stage padding thumb slider 7
*******************************/

.triple-thumb-box-slider{}

.triple-thumb-box-slider .item{
	height:300px;
	position: relative;
} 
 
.triple-thumb-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.triple-thumb-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.triple-thumb-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.triple-thumb-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.triple-thumb-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .triple-thumb-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
      width: 100%;
    background-size: cover;
}

.triple-thumb-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}


 

.triple-thumb-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.triple-thumb-box-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.triple-thumb-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.triple-thumb-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.triple-thumb-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}


.triple-thumb-box-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.triple-thumb-box-slider button.owl-dot.active  span {
    background: #000;
}

.triple-thumb-box-slider button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.triple-thumb-box-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}

.triple-thumb-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}

.triple-thumb-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 3.5%;
}
.triple-thumb-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 3.5%;
}





 /*******************************
stage padding thumb slider 8
*******************************/

.stage-padding-double-thumb-box-sliderr{}

.stage-padding-double-thumb-box-slider .item{
	height:300px;
	position: relative;
} 
 
.stage-padding-double-thumb-box-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.stage-padding-double-thumb-box-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.stage-padding-double-thumb-box-slider .item.item-img-1{
    background: url(./img/thumb-1.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-double-thumb-box-slider .item.item-img-2{
    background: url(./img/thumb-2.jpg);
     width: 100%;
    background-size: cover;
}

.stage-padding-double-thumb-box-slider .item.item-img-3{
    background: url(./img/thumb-3.jpg);
     width: 100%;
    background-size: cover;
}
 .stage-padding-double-thumb-box-slider .item.item-img-4{
    background: url(./img/thumb-4.jpg);
     width: 100%;
    background-size: cover; 
}

.stage-padding-double-thumb-box-slider .item.item-img-5{
    background: url(./img/thumb-5.jpg);
     width: 100%;
    background-size: cover;
}


 

.stage-padding-double-thumb-box-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.stage-padding-double-thumb-box-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.stage-padding-double-thumb-box-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.stage-padding-double-thumb-box-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.stage-padding-double-thumb-box-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}


.stage-padding-double-thumb-box-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.stage-padding-double-thumb-box-slider button.owl-dot.active  span {
    background: #000;
}

.stage-padding-double-thumb-box-slider button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.stage-padding-double-thumb-box-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}

.stage-padding-double-thumb-box-slider .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;

}

.stage-padding-double-thumb-box-slider button.owl-prev {
    position: absolute;
    top: 45%;
    left: 3.5%;
}
.stage-padding-double-thumb-box-slider button.owl-next {
    position: absolute;
    top: 45%;
    right: 3.5%;
}


 

/*******************************
merge slider 1
*******************************/


.merge-slider .item{
	height:550px;
	position: relative;
} 
 
.merge-slider .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.merge-slider .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.merge-slider .item.item-img-1{
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
     width: 100%;
    background-size: cover;
}

.merge-slider .item.item-img-2{
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
     width: 100%;
    background-size: cover;
}

.merge-slider .item.item-img-3{
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
     width: 100%;
    background-size: cover;
}
 .merge-slider .item.item-img-4{
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
      width: 100%;
    background-size: cover;
}

.merge-slider .item.item-img-5{
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
     width: 100%;
    background-size: cover;
}

.merge-slider .item:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.merge-slider h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.merge-slider p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.merge-slider button {
    background: #fff;
    border: 0px solid;
    line-height: 35px;
    padding: 0 12px;
}
 
.mergex-slider .owl-nav button{
     cursor: pointer;
    outline: none;
}


.merge-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.merge-slider button.owl-dot.active  span {
    background: #000;
}

.merge-slider button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.merge-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}

 
.merge-slider  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.merge-slider  button.owl-dot.active  span {
    background: #000;
}

.merge-slider  button.owl-dot {
    transform: rotate(138deg);
    outline: none;
}

.merge-slider .owl-dots {
    margin: 20px auto;
    text-align: center;
}



/*******************************
Client Testimonail Slider 1
*******************************/

.center-slider-1 .authour_details h2 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}


.center-slider-1 .authour_details h3 {
    text-align: center;
    font-size: 16px;
    color: red;
    text-transform: uppercase;
    font-weight: 900;
}
.center-slider-1 .thumb_box_center p {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    padding-top: 41px;
    line-height: 22px;
} 

.center-slider-1 .owl-item.active img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
	 
}
.center-slider-1 .owl-item.active.center img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
	 
}

.center-slider-1 .owl-item.active{
	opacity:.3;
	transition: all ease 500ms;
}
.center-slider-1 .owl-item.active.center{
	opacity:1;
	transition: all ease 500ms;
}



.authour_details {
    display: none;
	transition: all ease 500ms;
}

.center-slider-1 .owl-item.active.center .authour_details {
    display: block;
	transition: all ease 500ms;
}



.center-slider-1 .owl-nav button span {
    width: 60px;
    background: #dc3545;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
    height: 30px;
    line-height: 25px;
    font-size: 30px;
	outline: none;
}
.center-slider-1  .owl-nav {
    text-align: center;
    margin-top: 20px;
}
 


.center-slider-1 button.owl-dot { 
    outline: none !important;
}


.center-slider-1 .owl-nav button {
    outline: none !important;
}



/*******************************
Client Testimonail Slider 2
*******************************/

#wrapper_area_2 {
    height: 410px;
}

.thumb-image-center-1 button.owl-dot.active span {
    width: 80px;
    height: 80px;
	transition: all ease 500ms;
 
}
.thumb-image-center-1 .owl-dots button span {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	transition: all ease 500ms;
	border-radius: 100%;
}

.thumb-image-center-1 .owl-dots button:nth-child(1) span {
    background: url(./img/c2.png);
    background-size: cover;
	
} 
.thumb-image-center-1 .owl-dots button:nth-child(2) span {
    background: url(./img/c1.png);
    background-size: cover;

}
.thumb-image-center-1 .owl-dots button:nth-child(3) span {
    background: url(./img/c3.png);
    background-size: cover;

}

 

.thumb-image-center-1 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.thumb-image-center-1 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
 


.thumb-image-center-1 button.owl-dot { 
    outline: none !important;
}


.thumb-image-center-1 .owl-nav button {
    outline: none !important;
}

.thumb-image-center-1 .owl-nav button span {
    width: 30px;
    height: 30px;
    background: #000;
    display: block;
    color: #fff;
    line-height: 25px;
    font-size: 30px;
 }

.thumb-image-center-1 button.owl-prev {
    position: absolute;
    top: 24%;
    left: -7%;
}

.thumb-image-center-1 button.owl-next {
    position: absolute;
    top: 24%;
    right: -7%;
}



.thumb-image-center-1 .owl-item.active .box_display{
	display:none;
}

.thumb-image-center-1 .owl-item.active.center .box_display{
	display: block;
}
 
.thumb-image-center-1 .box_display i {
    font-size: 55px;
}

.thumb-image-center-1 .box_display p {
    font-size: 15px;
    font-weight: 300;
}

.thumb-image-center-1 .box_display {
    text-align: center;
}

.thumb-image-center-1 .box_display h2 {
   font-size: 26px;
	font-weight: 900;
	
}

.thumb-image-center-1 .box_display p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;
}

/** Responsive style **/ 

@media (max-width :767px){

.thumb-image-center-1 .owl-dots {
	display: inline-block;
	text-align: center;
	width: 14%;
}
}
@media (max-width : 479px){

.thumb-image-center-1 .owl-dots {
	display: inline-block;
	text-align: center;
	width: 14%;
}
}

/*******************************
Client Testimonail Slider 3
*******************************/

.client-testimonail-slider-3 .demo-box-7 {
    position: relative;
	overflow: hidden;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.client-testimonail-slider-3.domo-box-7{
    background: #fff;  
}
.client-testimonail-slider-3 .demo-box-7 {
    border-bottom: 5px solid #49a2e7;
     transition: all ease 500ms;
	
}
.client-testimonail-slider-3 .demo-box-7:hover {
    border-bottom: 5px solid #000;
     transition: all ease 500ms;
}

 
 
.client-testimonail-slider-3 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.client-testimonail-slider-3 .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.client-testimonail-slider-3 .team-member-image-7 {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: left;
    height: 270px;
}

.client-testimonail-slider-3 .team-member-details-top-7 {
    width: 50%;
    float: right;
    padding: 10px;
}


.client-testimonail-slider-3 .team-member-image-7 img {
    width: 100%;
	transform: scale(1);
	transition: all ease 500ms;
}
.client-testimonail-slider-3 .demo-box-7:hover .team-member-image-7 img {
	transform: scale(1.1);
	transition: all ease 500ms;
}
.client-testimonail-slider-3 .team-member-image-7:before {
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
	opacity: 0;
	transition: all ease 500ms;
	z-index: 1;
}
.client-testimonail-slider-3 .demo-box-7:hover .team-member-image-7:before {
	 background: rgba(0,0,0,.4);
	opacity: 1;
	transition: all ease 500ms;
}


.client-testimonail-slider-3 .member-details-7{
	padding: 0px 10px;	
}
.client-testimonail-slider-3 .member-details-7 h2 { 
    line-height: 50px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.client-testimonail-slider-3 .demo-box-7:hover:before  .member-details-7 h2 { 
	color: #fff;
}


.client-testimonail-slider-3 .member-details-7 h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px; 
	color: #000;
}
 
 
.client-testimonail-slider-3member-details-7 p {
    color: #000;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 0;
}
.client-testimonail-slider-3 .team-member-soical-7{
	padding:0px 10px;
}
.client-testimonail-slider-3 .team-member-soical-7 i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #49a2e7;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
}


.client-testimonail-slider-3 .demo-box-7:hover .team-member-soical-7 i {
	 background: #000;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
}


.client-testimonail-slider-3 .midel-tabel {
    display: table;
    height: 350px;
}

.client-testimonail-slider-3 .dispaly-tabel-cell {
    display: table-cell;
    vertical-align: middle;
}

.client-testimonail-slider-3 .owl-nav button i {
    width: 50px;
    background: #49a2e7;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.client-testimonail-slider-3 .owl-nav button{
    outline: none;
}
 

.client-testimonail-slider-3 .owl-nav {
    margin-top: 40px;
    text-align: center;
}

 

/*******************************
Client Testimonail Slider 4
*******************************/

.client-testimonail-slider-4 .client-tesimonial-details-box .author-title {
    width: 25%;
    float: left;
    margin-top: 115px;
}

.client-testimonail-slider-4 .client-tesimonial-details-box .single-client-box {
    width: 33%;
    float: left;
    border: 5px solid #49a2e7;
    overflow: hidden;

}

.client-testimonail-slider-4 .client-tesimonial-details-box .single-author-details {
    width: 39%;
    float: right;
	margin-top: 70px;
}

.client-tesimonial-details-box {
    overflow: hidden;
    height: 308px;
    width: 100%;
    background: #fff; 
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
 
.client-tesimonial-details-box:before {
    background: #49a2e7;
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
}

.client-tesimonial-details-box .midel-table {
    display: table;
    height: 308px;
}

.client-tesimonial-details-box .midel-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.client-tesimonial-details-box .client-main-box {
    position: absolute;
    z-index: 3;
    padding: 0 20px;
    height: 250px;
    box-shadow: 0 0px 0px 2px #000;
}

.client-tesimonial-details-box .author-title h2 {
    color: #fff;
    font-weight: 900;
}

.client-tesimonial-details-box .author-title p {
    color: #fff;
    font-size: 18px;
}

.client-tesimonial-details-box .midel-table {}

.client-tesimonial-details-box .single-author-details p {
    color: #fff;
}

.client-tesimonial-details-box .single-author-details i {
    color: #fff;
    text-align: center;
    width: 100%;
}
.client-tesimonial-details-box .single-author-details {
    padding-left: 20px;
}

.author-img:before {
    background: rgba(73, 162, 231, 0.32);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:-100%;
    left: 0;
     transition: all ease 500ms; 
}


.client-tesimonial-details-box .client-main-box:hover .author-img:before {
    top:0;
    transition: all ease 500ms; 
}



.author-img{
    overflow: hidden;
     transform: scale(1);
    transition: all ease 500ms;
}

.client-tesimonial-details-box .client-main-box:hover .author-img{
     transform: scale(1.1);
     transition: all ease 500ms;    
}

.client-testimonail-slider-4 .owl-nav button i {
    width: 50px;
    background: #49a2e7;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.client-testimonail-slider-4 .owl-nav button{
    outline: none;
}
 

.client-testimonail-slider-4 .owl-nav {
     text-align: center;
    margin-left: -17%;
    margin-top: 0%;
}

 
/*******************************
Client Testimonail Slider 5
*******************************/




.client-testimonial-box-5 .client-image-5 {
    width: 250px;
    height: 250px;
    float: left;
      -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    overflow: hidden;
}

.client-testimonial-box-5 .client-image-5 img {
    width: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: all ease 500ms;
    transform: scale(1);
    
}

.client-testimonial-box-5:hover  .client-image-5 img {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
     transform: scale(1.1);
      transition: all ease 500ms;
    
}



.client-testimonial-box-5 .client-testimonial-details {
    width: 72%;
    float: right;
    overflow: hidden;
    background: rgb(219, 219, 221);
    height: 250px;
    padding: 20px 30px;
    margin-right: 7px;
    border-left: 2px solid #000;
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}

.client-testimonial-box-5  .midel-tabel {
    display: table;
    width: 100%;
    height: 100%;
}

.client-testimonial-box-5  .midel-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.client-testimonail-slider-5 .client-testimonial-details h2 {
    font-weight: 900;
    letter-spacing: 1px;
}
.client-testimonail-slider-5 .client-testimonial-details h3 {
    font-weight: 300;
    letter-spacing: 1px;
}
.client-testimonail-slider-5 .client-testimonial-details p {
    font-size: 20px;
    line-height: 28px;
}


.client-testimonail-slider-5 .owl-nav button i {
    width: 50px;
    background:rgb(219, 219, 221);
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
      -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}

.client-testimonail-slider-5 .owl-nav button{
    outline: none;
}
 

.client-testimonail-slider-5.owl-nav {
    margin-top: 40px;
    text-align: center;
}

.client-testimonail-slider-5 .owl-nav {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    right: -13%;
    top: 45%;
}

.client-testimonail-slider-5 button.owl-prev {
    position: absolute;
    right: 60px;
    top: -55px;
}

.client-testimonail-slider-5 button.owl-next {
    position: absolute;
    right: 59px;
}
 
/*******************************
Client Testimonail Slider 6
*******************************/

.bottomsection{
    margin: 150px 0;
}


.client-testimonial-slider-6 button.owl-dot {
    outline: none;
    z-index: 9999
}

.client-testimonial-slider-6 .owl-nav button  {
    display: none;
}

.client-testimonial-slider-6 .owl-dots button span {
    width: 120px;
    height: 120px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	border-radius: 100%;
        margin: 20px;
-webkit-box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
    overflow: hidden;
}

.client-testimonial-slider-6 .owl-dots button span{
    border: 2px solid #fff;
}
.client-testimonial-slider-6 .owl-dots button:nth-child(1) span {
    background: url(./img/img-1.jpg);
    background-size: cover;
    position: absolute;
    top: -35%;
    left: -45%;
}
.client-testimonial-slider-6 .owl-dots button:nth-child(2) span {
    background: url(./img/img-2.jpg);
    background-size: cover;
    position: absolute;
    top: 22%;
    left: -75%;
}
.client-testimonial-slider-6 .owl-dots button:nth-child(3) span {
    background: url(./img/img-3.jpg);
    background-size: cover;
    position: absolute;
    bottom: -30%;
    left: -35%;
}
.client-testimonial-box-6 {
    background: #fff;
    padding: 20px 10px;
    margin: 40px;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
    overflow: hidden;
}
.client-testimonial-slider-6 .owl-dots button:nth-child(4) span {
    background: url(./img/c1.png);
    background-size: cover;
	 position: absolute;
    top: -36%;
    right: -60%;
} 
.client-testimonial-slider-6 .owl-dots button:nth-child(5) span {
    background: url(./img/c2.png);
    background-size: cover;
     position: absolute;
    top: 22%;
    right: -75%;
}
.client-testimonial-slider-6 .owl-dots button:nth-child(6) span {
    background: url(./img/c3.png);
    background-size: cover;
    position: absolute;
    bottom: -35%;
    right: -43%;
}

.client-testimonial-box-6 {
    background: #fff;
    padding: 20px 10px;
    margin: 40px;
    -webkit-box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.75);
    overflow: hidden;
}

.client-testimonial-box-6 h2 {
    font-size: 22px;
}

.client-testimonial-box-6 h3 {
    font-size: 18px;
}

.client-img {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 20px auto;
    
}

.client-img img {
    border-radius: 100%;
}

.social-list a {
    color: #000;
    margin: 0 10px;
    font-size: 20px;
}

.client-testimonial-box-6 {
    text-align: center;
}
 

/*******************************
thumb image carousal 1
*******************************/


.thumb-image-carousal-1 .owl-nav button i{
     width: 50px;
    background:#fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px; 
      -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.thumb-image-carousal-1 .owl-nav button{
    outline: none;
}
.thumb-image-carousal-1 .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}
.thumb-image-carousal-1 .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}

/*******************************
thumb image carousal 2
*******************************/
section#demo-5 {
    margin-bottom: 120px;
}
.thumb-image-carousal-2 .owl-dots button span {
    width:25px;
    height: 5px;
    background: #000;
    margin-right: 5px;
    display: inline-block;
	margin-top: 30px;
     outline: none !Important;
   
}
.thumb-image-carousal-2 .owl-dots button{
    outline: none !Important;
}
.thumb-image-carousal-2 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    outline: none !Important;
   
}

.thumb-image-carousal-2 .owl-dot.active span {
    background: blue;
}

.thumb-image-carousal-2 .owl-nav.disabled {
    display: none !important;
}




/*******************************
thumb image carousal 3
*******************************/


 
.thumb-image-carousal-3 .thumb_img_box{
	border-radius: 5px;
}
.thumb-image-carousal-3 .thumb_img_box:before {
    content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: all ease 500ms;
	border-radius: 5px;
}
.thumb-image-carousal-3 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
 
.thumb-image-carousal-3 .thumb-img:hover .thumb_img_box:before { 
    background: rgba(0,0,0,.3);
    transition: all ease 500ms;
}
 
.thumb-image-carousal-3 .thumb-img h3 {
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 18px; 
    font-weight: 700;
    letter-spacing: 1px;
     top: 0;
    text-align: center;
    width: 100%;
    top: 42%;
}

.thumb-image-carousal-3 .owl-nav button span {
    width: 35px;
    background: #f8f9fa;
    display: inline-block;
    color: #1a6acd;
    font-size: 20px;
    margin-right: 0px;
    height: 35px;
    border-radius: 100%;
}
.thumb-image-carousal-3 button.owl-prev {
    position: absolute;
    top: 35%;
    left: -2%;
    box-shadow: 0 0 10px 0 #000;
    border-radius: 100%;
    outline: none;
}
.thumb-image-carousal-3 button.owl-next {
    position: absolute;
    top: 35%;
    right: -2%;
    box-shadow: 0 0 10px 0 #000;
    border-radius: 100%;
     outline: none;
}

.thumb-image-carousal-3 .spaced{
	padding: 0 2%;
}
 
 


/*******************************
 Team Carousal 1
*******************************/



.team-carousel-1 .demo-box-1 {
    position: relative;
	overflow: hidden;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-1 .domo-box {
    background: #fff;  
}
 
.team-carousel-1 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.team-carousel-1 .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

  
.team-carousel-1 .team-member-image {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-carousel-1 .team-member-image img{
	width: 100%;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1); 
}


.team-carousel-1 .demo-box-1:hover .team-member-image img{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1.1);
}

.team-carousel-1 .team-member-image:before {
    background: rgba(255, 82, 82, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top:-100%;
    width: 100%;
    height: 100%;
	transition: all ease 500ms;
	z-index: 1;
}

.team-carousel-1 .demo-box-1:hover .team-member-image:before {
    background: rgba(255, 82, 82, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top:0%;
    width: 100%;
    height: 100%;
	transition: all ease 500ms;
}

.team-carousel-1 .member-details {
    border-bottom: 5px solid #ff5252;
    border-style: groove;
	transition: all ease 500ms;
}
.team-carousel-1 .demo-box-1:hover .member-details {
    border-bottom: 5px solid #000;
    transition: all ease 500ms;
}


.team-carousel-1 .member-details h2 {
    background: #ff5252;
    line-height: 50px;
    color: #fff;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.team-carousel-1 .member-details h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    line-height: 50px;
}
.team-carousel-1 .team-member-soical-1 i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin: 0 5px;
}

.team-carousel-1 .team-member-soical-1 {
    position: absolute;
    bottom: 26%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    line-height: 50px;
    text-align: center;
	left:-100%;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
	z-index: 2;
}
.team-carousel-1 .demo-box-1:hover .team-member-soical-1 {
	left:0; 
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-1 .owl-nav button i {
    width: 50px;
    background: #ff5252;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.team-carousel-1 .owl-nav button{
    outline: none;
}
 

.team-carousel-1 .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 



@media (max-width : 1024px) {

	.team-carousel-1 .team-member-image {
		height: auto;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.team-carousel-1 .team-member-soical-1 {
		position: absolute;
		bottom: 26%;
		width: 100%;
		background: rgba(0,0,0,0.5);
		line-height: 50px;
		text-align: center;
		left: -100%;
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
		z-index: 2;
	}

}




/*******************************
 Team Carousal 2
*******************************/




.team-carousel-2 .demo-box-3 {
    position: relative;
	overflow: hidden;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-2  .domo-box-3 {
    background: #fff;  
}
 
.team-carousel-2  .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.team-carousel-2  .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-2  .team-member-image-3 {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.team-carousel-2  .team-member-image-3 img{
	width: 100%;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1); 
}


.team-carousel-2  .demo-box-3:hover .team-member-image-3 img{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1.1);
}

.team-carousel-2 .team-member-image-3:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left:-100%;
    top:0;
    width: 100%;
    height: 50%;
	transition: all ease 500ms;
	z-index: 1;
}

.team-carousel-2  .demo-box-3:hover .team-member-image-3:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left:0;
    top:0%;
    width: 100%;
    height: 50%;
	transition: all ease 500ms;
}

.team-carousel-2  .team-member-image-3:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    right: -100%;
    bottom:0;
    width: 100%;
    height: 50%;
	transition: all ease 500ms;
	z-index: 1;
}

.team-carousel-2  .demo-box-3:hover .team-member-image-3:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    right: 0;
    bottom:0%;
    width: 100%;
    height: 50%;
	transition: all ease 500ms;
}


.team-carousel-2 .member-details-3 {
    border-bottom: 5px solid #000;
    border-style: groove;
	transition: all ease 500ms;
}
.demo-box-3:hover .member-details-3 {
    border-bottom: 5px solid #ff5252;
    transition: all ease 500ms;
}


.team-carousel-2  .member-details-3 h2 {
    background: #000;
    line-height: 50px;
    color: #fff;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.team-carousel-2  .member-details-3 h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    line-height: 50px;
}
 
.team-carousel-2  .team-member-soical-3 .top {
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    z-index: 1;
    left: -100%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-2  .demo-box-3:hover .team-member-soical-3 .top {
	 left: 35%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-2  .team-member-soical-3 .right {
    position: absolute;
    top:-100%;
    width: 50px;
    height: 50px;
    background: #ff5252;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    z-index: 1;
    right: 35%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-2 .demo-box-3:hover .team-member-soical-3 .right {
	top: 35%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-2  .team-member-soical-3 .bottom {
    position: absolute;
    bottom:-100%;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    z-index: 1;
    left: 35%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-2  .demo-box-3:hover .team-member-soical-3 .bottom {
	bottom: 42%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}


.team-carousel-2 .team-member-soical-3 .left {
    position: absolute;
    bottom: 42%;
    width: 50px;
    height: 50px;
    background: #ff5252;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    z-index: 1;
    right:-100%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-2  .demo-box-3:hover .team-member-soical-3 .left {
	right:35%;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}



.team-carousel-2  .owl-nav button i {
    width: 50px;
    background: #ff5252;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.team-carousel-2  .owl-nav button{
    outline: none;
}
 

.team-carousel-2  .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 



@media (max-width : 1024px) {

	.team-carousel-2  .team-member-image-3 {
		height: auto;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	 
	.team-carousel-2  .demo-box-3:hover .team-member-soical-3 .right {
		top: 31%;
		 -webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
		 -webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
		right: 28%;
	}
	.team-carousel-2  .team-member-soical-3 .top{
		top: 31%;
	}
	.team-carousel-2  .demo-box-3:hover .team-member-soical-3 .left {

		right:28%
	}
	
	  
}





/*******************************
 Team Carousal 3
*******************************/
 


.team-carousel-3 .demo-box-4 {
    position: relative;
	overflow: hidden;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-3 .domo-box-4 {
    background: #fff;  
}
 
.team-carousel-3 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.team-carousel-3 .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-3 .team-member-image-4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-carousel-3 .team-member-image-4 img{
	width: 100%;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1); 
}


.team-carousel-3 .demo-box-4:hover .team-member-image-4 img{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1.1);
}

.team-carousel-3 .member-details-4{
	padding: 0px 10px;	
}

.team-carousel-3 .member-details-4 h2 { 
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.team-carousel-3  .member-details-4 h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px; 
	color: #fff;
}
 
.team-carousel-3  .team-member-details-top {
    position: absolute;
    top: -100%;
    left:0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
	transition: all ease 500ms;
}
.team-carousel-3  .demo-box-4:hover .team-member-details-top {
	 top:0;
	transition: all ease 500ms;
}

.team-carousel-3  .team-member-details-bottom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    right: 0;
    width: 100%;
    padding: 15px 0;
	transition: all ease 500ms;
}
.team-carousel-3  .demo-box-4:hover .team-member-details-bottom {
	 bottom: -100%;
	transition: all ease 500ms;
}

.team-carousel-3  .member-details-4 p {
    color: #fff;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 0;
}
.team-carousel-3  .team-member-soical-4{
	padding:0px 10px;
}

.team-carousel-3  .team-member-soical-4 i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 40px;
}

.team-carousel-3  .display-tabel {
    display: table;
    height: 350px;
}

.team-carousel-3  .dispaly-tabel-cell {
    display: table-cell;
    vertical-align: middle;
}





.team-carousel-3  .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.team-carousel-3  .owl-nav button{
    outline: none;
}
 

.team-carousel-3  .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 




/*******************************
 Team Carousal 4
*******************************/
 
 


.team-carousel-4 .demo-box-8 {
    position: relative; 
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
        padding-top: 20px;
}
.team-carousel-4 .domo-box-8 {
    background: #fff;
    margin: 5px;
}
.team-carousel-4 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.team-carousel-4 .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}


.team-carousel-4 .team-member-details-top-8 {
    padding: 35px 20px;
}

.team-carousel-4 .member-details-8 h2 { 
    line-height: 50px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.team-carousel-4 .demo-box-8:hover:before  .member-details-8 h2 { 
	color: #fff;
}


.team-carousel-4 .member-details-8 h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px; 
	color: #000;
}
 
 
.team-carousel-4 .member-details-8 p {
    color: #000;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 0;
}
 
.team-carousel-4 .team-member-soical-8 i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
	 -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
}


.team-carousel-4 .domo-img-box {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 5px solid #000;
    margin: 0 auto;
}

.team-carousel-4 .domo-img-box img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
	transform: scale(1);
	 transition: all ease 500ms;
}

.team-carousel-4 .demo-box-8:hover .domo-img-box img {
	transform: scale(1.1);
	 transition: all ease 500ms;
}


.team-carousel-4 .team-member-details-top-8 {
    padding:  20px; 
    position: relative;
    
}

 


.team-carousel-4  .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.team-carousel-4  .owl-nav button{
    outline: none;
}
 

.team-carousel-4  .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 








/*******************************
 Team Carousal 5
*******************************/
 
.team-carousel-5  .demo-box-6 {
    position: relative;
	overflow: hidden;
	   -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.team-carousel-5  .domo-box-6 {
    background: #fff;  
}
 
.team-carousel-5  .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.team-carousel-5  .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.team-carousel-5  .team-member-image-6 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-carousel-5  .team-member-image-6 img{
	width: 100%;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1); 
}


.team-carousel-5  .demo-box-6:hover .team-member-image-6 img{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	transform: scale(1.1);
}

.team-carousel-5  .member-details-6{
	padding: 0px 10px;	
}
.team-carousel-5  .member-details-6 h2 { 
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.team-carousel-5  .member-details-6 h3 {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-weight: 600;
    font-size: 18px; 
	color: #fff;
}
 
.team-carousel-5  .team-member-details-top-6 {
    position: absolute;
    bottom: -100%;
    right:-0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
	transition: all ease 500ms;
}
.team-carousel-5  .demo-box-6:hover .team-member-details-top-6 {
	 bottom:0;
	transition: all ease 500ms;
}

.team-carousel-5  .team-member-details-bottom-6 {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    width: 100%;
    padding: 15px 0;
	transition: all ease 500ms;
}
.team-carousel-5  .demo-box-6:hover .team-member-details-bottom-6 {
	 bottom: 100%;
	transition: all ease 500ms;
}

.team-carousel-5  .member-details-6 p {
    color: #fff;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 0;
}
.team-carousel-5  .team-member-soical-6{
	padding:0px 10px;
}
.team-carousel-5   .team-member-soical-6 i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 40px;
}

.team-carousel-5  .display-tabel {
    display: table;
    height: 350px;
}

.team-carousel-5  .dispaly-tabel-cell {
    display: table-cell;
    vertical-align: middle;
} 


.team-carousel-5  .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.team-carousel-5  .owl-nav button{
    outline: none;
}
 

.team-carousel-5  .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 


/*******************************
 Services Carousel 1 
*******************************/

.service-carousal-1 {
    margin-top: 30px;
}



.service-carousal-1 .domo-box-4 {
    padding: 50px 0px;
    text-align: center; 
	border: 5px solid #f1f1f1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-1 .domo-box-4:hover{
	border: 5px solid #ff5252;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
 
.service-carousal-1 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-1 .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.service-carousal-1 .icon-details-4 h3 {
    position: relative;
	line-height: 50px;
	overflow: hidden;
}

.service-carousal-1 .icon-details-4 h3:before {
    content: "";
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: -1; 
	
}
.service-carousal-1 .icon-details-4 h3:after {
    content: "";
    background: #ff5252 ;
    position: absolute;
    left: -100%;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: -1; 
	-webkit-transition: all ease 500ms; 
	-o-transition: all ease 500ms; 
	transition: all ease 500ms;
	
}

.service-carousal-1 .domo-box-4:hover .icon-details-4 h3:after {
    content: "";
    background: #ff5252 ;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: -1; 
	-webkit-transition: all ease 500ms; 
	-o-transition: all ease 500ms; 
	transition: all ease 500ms;
	
	
}
.service-carousal-1 .domo-box-4:hover .icon-details-4 h3{
	color: #fff;
}

.service-carousal-1 .demo-table {
    display: table;
}

.service-carousal-1 .demo-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.service-carousal-1 .icon-4 i {
    font-size: 70px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    padding-bottom: 20px;
}

.service-carousal-1 .domo-box-4:hover .icon-4 i {
	color: #ff5252;
	 -webkit-transition: all ease 500ms;
	 -o-transition: all ease 500ms;
	 transition: all ease 500ms;
}

.service-carousal-1 .icon-details-4 h3 {
    font-size: 30px;
    font-weight: 700;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}


.service-carousal-1 .icon-details-4 p {
    padding: 20px 10px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	font-weight: 400;
	font-size:18px;
	line-height: 28px;
} 

.service-carousal-1 .btn-icon-4 {
    background: #000;
    border: 0px solid;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    font-weight: 300;
    outline: none;
	cursor: pointer;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-1 .domo-box-4:hover .btn-icon-4{
	 background: #ff5252 !Important;
}
 
.service-carousal-1 .owl-nav button span {
    width: 50px;
    background: #dc3545;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 2px;
    position: absolute;
   
}
 

.service-carousal-1  .owl-nav.disabled {
    position: absolute;
    right: 0;
    top: -10%;
}

.service-carousal-1 .owl-nav.disabled button {
    margin: 0 3px;
    background: #000 !important;
    width: 35px;
    height: 35px;
    color: #fff;
}


/*******************************
 Services Carousel 2 
*******************************/



.service-carousal-2 .domo-box-5 {
    padding: 50px 0px;
    text-align: center;  
	-webkit-transition: all ease 500ms;  
	-o-transition: all ease 500ms;  
	transition: all ease 500ms;
}
.service-carousal-2  .domo-box-5 { 
    overflow: hidden;
    border: 2px solid #ccc;
}
.service-carousal-2 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-2  .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.service-carousal-2 .demo-table {
    display: table;
}

.service-carousal-2 .demo-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.service-carousal-2 .icon-5 {
    width: 100px;
    height: 100px;
    border: 3px solid #49a2e7;
    border-radius: 100%;
    padding: 15px 0;
    margin: 0 auto;
    margin-bottom: 20px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-2 .icon-5 i {
    font-size: 60px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    padding-bottom: 20px;
	color: #49a2e7;
	transition: all ease 500ms;
}
.service-carousal-2 .icon-details-5 h3 {
    font-size: 30px;
    font-weight: 700;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	color:#49a2e7;
	 
}


.service-carousal-2 .icon-details-5 p {
    padding: 20px 10px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	font-weight: 400;
	transition: all ease 500ms;
	font-size:18px;
	line-height: 28px;
} 

.service-carousal-2 .btn-icon-5 {
    background: #49a2e7;
    border: 0px solid;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    font-weight: 700;
    outline: none;
	cursor: pointer;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
 


.service-carousal-2 .domo-box-5 {
    position: relative;
	overflow: hidden;
 
}
.service-carousal-2 .demo-table-5:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #49a2e7;
    position: absolute;
    left: 0;
    top: -100%;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	z-index: -1;
}

.service-carousal-2 .domo-box-5:hover .demo-table-5:before {
	 top: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}


.service-carousal-2 .domo-box-5:hover .icon-5{
	 border: 3px solid #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-2 .domo-box-5:hover .icon-5 i{
	color: #fff; 
	-webkit-transition: all ease 500ms; 
	-o-transition: all ease 500ms; 
	transition: all ease 500ms;
} 
.service-carousal-2 .domo-box-5:hover .icon-details-5 h3 {
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-2 .domo-box-5:hover .icon-details-5 p {
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	font-size:18px;
}
.service-carousal-2 .domo-box-5:hover .btn-icon-5 {
	background: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	color:#000;
	
} 

.service-carousal-2 .owl-nav button span {
    width: 50px;
    background: #dc3545;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 2px;
    position: absolute;
   
}
 

.service-carousal-2  .owl-nav.disabled {
    position: absolute;
    right: 0;
    top: -10%;
}

.service-carousal-2 .owl-nav.disabled button {
    margin: 0 3px;
    background: #000 !important;
    width: 35px;
    height: 35px;
    color: #fff;
}






/*******************************
 Services Carousel 3 
*******************************/

 

.service-carousal-3 .domo-box-12 {
    padding: 50px 10px;
    text-align: center; 
	border: 5px solid #fff;
}
 
.service-carousal-3 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-3 .demo-table {
    display: table;
}

.service-carousal-3 .demo-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.service-carousal-3 .icon-12 i {
    font-size: 70px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    padding-bottom: 20px;
}


.service-carousal-3 .icon-details-12 h3 {
    font-size: 30px;
    font-weight: 700;
	 -webkit-transition: all ease 500ms;
	 -o-transition: all ease 500ms;
	 transition: all ease 500ms;
}

.service-carousal-3 .icon-details-12 p {
    padding: 20px 10px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	font-weight: 400;
	font-size:18px;
	line-height: 28px;
} 

.service-carousal-3 .btn-icon-12 {
    background: #000;
    border: 0px solid;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    font-weight: 300;
    outline: none;
	cursor: pointer;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-3 .domo-box-12{
    position: relative;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	overflow: hidden;
        margin: 5px;
}

.service-carousal-3 .demo-box-hover-12:before {
    position: absolute;
    content: "";
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #19d3ca;
	z-index: -1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	border-top-left-radius:0%;
	border-top-right-radius: 0%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
 


.service-carousal-3 .domo-box-12:hover .demo-box-hover-12:before {
    top: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
 

.service-carousal-3 .domo-box-12:hover .icon-12 i {
	color:#fff;
}
.service-carousal-3 .domo-box-12:hover .icon-details-12 h3 {
	color:#fff;
}
.service-carousal-3 .domo-box-12:hover .icon-details-12 p {
	color:#fff;
	font-size:18px;
}
.service-carousal-3 .domo-box-12:hover .btn-icon-12 {
	background: #fff;
	color:#000;
}




.service-carousal-3 .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.service-carousal-3 .owl-nav button{
    outline: none;
}
 

.service-carousal-3 .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 





/*******************************
 Services Carousel 4 
*******************************/

 
.service-carousal-4 .domo-box-9 {
    padding: 50px 10px;
    text-align: center; 
	border: 5px solid #fff;
}
 
.service-carousal-4 .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-4 .demo-table {
    display: table;
}

.service-carousal-4 .demo-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.service-carousal-4 .icon-9 i {
    font-size: 70px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    padding-bottom: 20px;
}


.service-carousal-4 .icon-details-9 h3 {
    font-size: 30px;
    font-weight: 700;
	 -webkit-transition: all ease 500ms;
	 -o-transition: all ease 500ms;
	 transition: all ease 500ms;
}

.service-carousal-4 .icon-details-9 p {
    padding: 20px 10px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	font-weight: 400;
	font-size:18px;
	line-height: 28px;
} 

.service-carousal-4 .btn-icon-9 {
    background: #000;
    border: 0px solid;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    font-weight: 300;
    outline: none;
	cursor: pointer;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-4 .domo-box-9{
    position: relative;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	overflow: hidden;
}

.service-carousal-4 .demo-box-hover-9:before {
    position: absolute;
    content: "";
    left: 0;
    top: -100%;
    width: 50%;
    height: 100%;
    background: #19d3ca;
	z-index: -1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-4 .demo-box-hover-9:after {
    position: absolute;
    content: "";
    right: 0;
    bottom:-100%;
    width: 50%;
    height: 100%;
    background: #19d3ca;
	z-index: -1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-4 .domo-box-9:hover .demo-box-hover-9:before {
    top: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.service-carousal-4 .domo-box-9:hover .demo-box-hover-9:after {
    bottom: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-4 .domo-box-9:hover .icon-9 i {
	color:#fff;
}
.service-carousal-4 .domo-box-9:hover .icon-details-9 h3 {
	color:#fff;
}
.service-carousal-4 .domo-box-9:hover .icon-details-9 p {
	color:#fff;
	font-size:18px;
}
.service-carousal-4 .domo-box-9:hover .btn-icon-9 {
	background: #fff;
	color:#000;
}



.service-carousal-4 .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.service-carousal-4 .owl-nav button{
    outline: none;
}
 

.service-carousal-4 .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 
 

/*******************************
 Services Carousel 5 
*******************************/

  

.service-carousal-5 .domo-box-18 {
    padding: 10px 10px 10px 10px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    margin: 5px;
}
.service-carousal-5 .domo-box-18:hover { 
	-webkit-transition: all ease 500ms; 
	-o-transition: all ease 500ms; 
	transition: all ease 500ms;
}

.service-carousal-5 .demo-box-hover-18 {
    position: relative;
}

.service-carousal-5 .icon-details-18 {
    position: absolute;
    top:7%;
    text-align: center;
    color: #fff;
    z-index: 9999;
    padding: 5PX;
}
.service-carousal-5 .icon-details-18 h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	font-family: Ubuntu;

}
.service-carousal-5 .icon-details-18 p {
    font-size: 18px;
	line-height: 28px;
}

.service-carousal-5 .box_img-18 img{
	width: 100%;
}

.service-carousal-5 .box_img-18:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: block;
    z-index: 9999;
    width: 100%;
    height: 100%;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.service-carousal-5 .box-shadow {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    box-shadow: 1px 2px 10px rgba(0,0,0,.18);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}


 
.service-carousal-5 .btn-icon-18 {
    line-height: 40px;
    background: #FFF;
    color: #017467;
    border: 0px solid;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 50px;
	margin-left: 10px; 
	outline: none !important;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}


.service-carousal-5 .owl-nav button i {
    width: 50px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.service-carousal-5 .owl-nav button{
    outline: none;
}
 

.service-carousal-5 .owl-nav {
    text-align: center; 
    margin-top: 50px;
} 




  
/*******************************
Full Width thumb Slider 1
*******************************/

.full-width-thumb-slider-1{}
.full-width-thumb-slider-1 .item{
	height:448px;
	position: relative;
}
.full-width-thumb-slider-1 .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.full-width-thumb-slider-1 .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.full-width-thumb-slider-1 .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.full-width-thumb-slider-1 .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.full-width-thumb-slider-1 .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.full-width-thumb-slider-1 .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.full-width-thumb-slider-1 .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.full-width-thumb-slider-1 .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.full-width-thumb-slider-1 .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.full-width-thumb-slider-1 .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.full-width-thumb-slider-1 .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.full-width-thumb-slider-1 .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;
}
.full-width-thumb-slider-1 .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.full-width-thumb-slider-1 .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.full-width-thumb-slider-1 button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.full-width-thumb-slider-1 button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.full-width-thumb-slider-1 button.owl-dot { 
    outline: none !important;
}


.full-width-thumb-slider-1 .owl-nav button {
    outline: none !important;
}

 

.full-width-thumb-slider-1.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.full-width-thumb-slider-1.animate-out {
  -webkit-animation-delay : 0s  ;
  animation-delay : 0s  ;
}



.full-width-thumb-slider-1  button.owl-dot.active span {
    
	transition: all ease 500ms;
     border: 2px solid #fff;
    width: 60px;
    height: 60px
}
.full-width-thumb-slider-1 .owl-dots button span {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	transition: all ease 500ms;
    border: 0px solid #fff;
}

.full-width-thumb-slider-1 .owl-dots button:nth-child(1) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
    background-size: cover;
	
} 
.full-width-thumb-slider-1 .owl-dots button:nth-child(2) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
    background-size: cover;

}
.full-width-thumb-slider-1 .owl-dots button:nth-child(3) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
    background-size: cover;

}

 
.full-width-thumb-slider-1 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}




  
/*******************************
Full Width thumb Slider 2
*******************************/

.full-width-thumb-slider-2{}
.full-width-thumb-slider-2 .item{
	height:448px;
	position: relative;
}
.full-width-thumb-slider-2 .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.full-width-thumb-slider-2 .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.full-width-thumb-slider-2 .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.full-width-thumb-slider-2 .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.full-width-thumb-slider-2 .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.full-width-thumb-slider-2 .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.full-width-thumb-slider-2 .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.full-width-thumb-slider-2 .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.full-width-thumb-slider-2 .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.full-width-thumb-slider-2 .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.full-width-thumb-slider-2 .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.full-width-thumb-slider-2 .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;
}
.full-width-thumb-slider-2 .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.full-width-thumb-slider-2 .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.full-width-thumb-slider-2 button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.full-width-thumb-slider-2 button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.full-width-thumb-slider-2 button.owl-dot { 
    outline: none !important;
}


.full-width-thumb-slider-2 .owl-nav button {
    outline: none !important;
}

 

.full-width-thumb-slider-2.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.full-width-thumb-slider-2.animate-out {
  -webkit-animation-delay : 0s  ;
  animation-delay : 0s  ;
}



.full-width-thumb-slider-2  button.owl-dot.active span {
    
	transition: all ease 500ms;
     border: 2px solid #fff;
    width: 60px;
    height: 60px
}
.full-width-thumb-slider-2 .owl-dots button span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	transition: all ease 500ms;
     border: 2px solid #fff;
}

.full-width-thumb-slider-2 .owl-dots button:nth-child(1) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
    background-size: cover;
	
} 
.full-width-thumb-slider-2 .owl-dots button:nth-child(2) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
    background-size: cover;

}
.full-width-thumb-slider-2 .owl-dots button:nth-child(3) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
    background-size: cover;

}

 
.full-width-thumb-slider-2 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}




 
  
/*******************************
Full Width thumb Slider 3
*******************************/

.full-width-thumb-slider-3{}
.full-width-thumb-slider-3 .item{
	height:448px;
	position: relative;
}

.full-width-thumb-slider-3 .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}

.full-width-thumb-slider-3 .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}

.full-width-thumb-slider-3 .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}

.full-width-thumb-slider-3 .item-img-4{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}




.full-width-thumb-slider-3 .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.full-width-thumb-slider-3 .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.full-width-thumb-slider-3 .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.full-width-thumb-slider-3 .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.full-width-thumb-slider-3 .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.full-width-thumb-slider-3 .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.full-width-thumb-slider-3 .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}
.full-width-thumb-slider-3 .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.full-width-thumb-slider-3 .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;
}
.full-width-thumb-slider-3 .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.full-width-thumb-slider-3 .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.full-width-thumb-slider-3 button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.full-width-thumb-slider-3 button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.full-width-thumb-slider-3 button.owl-dot { 
    outline: none !important;
}


.full-width-thumb-slider-3 .owl-nav button {
    outline: none !important;
}

 



.full-width-thumb-slider-3.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.full-width-thumb-slider-3.animate-out {
  -webkit-animation-delay : 0s  ;
  animation-delay : 0s  ;
}



.full-width-thumb-slider-3  button.owl-dot.active span {
    
	transition: all ease 500ms;
     border: 2px solid #fff;
    
}
.full-width-thumb-slider-3 .owl-dots button span {
    
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	transition: all ease 500ms;
    border: 2px solid #fff;
}

.full-width-thumb-slider-3 .owl-dots button span {
    width: 100%;
    min-height: 150px;
}

.full-width-thumb-slider-3 .owl-dots button {
    width: 25%;
    margin-top: -32px;
}

.full-width-thumb-slider-3 .owl-dots button:nth-child(1) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
    background-size: cover;
	
} 
.full-width-thumb-slider-3 .owl-dots button:nth-child(2) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
    background-size: cover;

}
.full-width-thumb-slider-3 .owl-dots button:nth-child(3) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
    background-size: cover;

}
.full-width-thumb-slider-3 .owl-dots button:nth-child(4) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
    background-size: cover;
	
} 

 
.full-width-thumb-slider-3 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.full-width-thumb-slider-3 .owl-dots button span {
    position: relative;
}
.full-width-thumb-slider-3 .owl-dots button span:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    transition: all ease 500ms;
}
.full-width-thumb-slider-3  button.owl-dot.active span:before {
    background: rgba(0,0,0,.1);
     transition: all ease 500ms;
}



  
/*******************************
Full Width vertical Slider 1
*******************************/

.full-width-vertical-slider-1{}
.full-width-vertical-slider-1 .item{
	height:448px;
	position: relative;
}
.full-width-vertical-slider-1 .item-img-1{
    background:url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
	background-size:cover;
}
.full-width-vertical-slider-1 .item-img-2{
    background:url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
	background-size:cover;
}
.full-width-vertical-slider-1 .item-img-3{
    background:url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
	background-size:cover;
}


.full-width-vertical-slider-1 .slider_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.full-width-vertical-slider-1 .slider_table_Cell{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.full-width-vertical-slider-1 .slider_table_Cell.lefts{
    text-align: left;
    transition: all ease 500ms;
}
.full-width-vertical-slider-1 .slider_table_Cell.centers{
    text-align: center;
     transition: all ease 500ms;
}
.full-width-vertical-slider-1 .slider_table_Cell.rights{
    text-align: right;
     transition: all ease 500ms;
}



.full-width-vertical-slider-1 .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0; 
}

.full-width-vertical-slider-1 .slider_table_Cell h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
     transition: all ease 500ms;
}

.full-width-vertical-slider-1 .slider_table_Cell p{
	 color: #fff;
    font-size: 22px;
    font-weight: 300;
     transition: all ease 500ms;
}
.full-width-vertical-slider-1 .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;
}
.full-width-vertical-slider-1 .btn-read:hover{
    background:transparent;
    boder:1px solid #fff;
    color: #fff;
      transition: all ease 500ms;
}


.full-width-vertical-slider-1 .owl-nav button i {
    width: 50px ;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    height: 50px;
    line-height: 50px;
}



.full-width-vertical-slider-1 button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.full-width-vertical-slider-1 button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}


.full-width-vertical-slider-1 button.owl-dot { 
    outline: none !important;
}


.full-width-vertical-slider-1 .owl-nav button {
    outline: none !important;
}

 

.full-width-vertical-slider-1.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.full-width-vertical-slider-1.animate-out {
  -webkit-animation-delay : 0s  ;
  animation-delay : 0s  ;
}



.full-width-vertical-slider-1  button.owl-dot.active span {
    
	transition: all ease 500ms;
     border: 2px solid #fff;
    width: 60px;
    height: 60px
}
.full-width-vertical-slider-1 .owl-dots button span {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    background-size: cover;
	transition: all ease 500ms;
    border: 0px solid #fff;
}

.full-width-vertical-slider-1 .owl-dots button:nth-child(1) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider1.jpg);
    background-size: cover;
	
} 
.full-width-vertical-slider-1 .owl-dots button:nth-child(2) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider2.jpg);
    background-size: cover;

}
.full-width-vertical-slider-1 .owl-dots button:nth-child(3) span {
    background: url(./gfx/projektlicht/slider/projektlicht_slider3.jpg);
    background-size: cover;

}

 
.full-width-vertical-slider-1 .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}


/*******************************
 single product slider 1

*******************************/
 
.product-slider-1 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-1 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-1 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%;
	transform:scale(0);
	transition:all ease 300ms;
}

.product-slider-1 .single-product:hover  .proudct-cart{
	transition:all ease 300ms; 
	transform:scale(1);
}
 
.product-slider-1 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-1 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-1 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-1 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-1 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}
 
.product-slider-1 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-1 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}
 
.product-slider-1 .owl-nav button {
    background: #000 !IMPORTANT;
    width: 60px;
    height: 40px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 20px !IMPORTANT;
	outline:none !Important;
}

.product-slider-1 .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.product-slider-1 button.owl-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-slider-1 button.owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

 

/*******************************
 single product slider 2

*******************************/ 
 
.product-slider-2 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-2 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-2 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%;
	 
	transition:all ease 300ms;
}

.product-slider-2 .single-product:hover  .proudct-cart{
	transition:all ease 300ms; 
	top:0; 
}
 
.product-slider-2 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-2 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-2 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-2 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-2 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-2 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-2 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}



.product-slider-2 .owl-nav button {
    background: #000 !IMPORTANT;
    width: 60px;
    height: 40px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 20px !IMPORTANT;
	outline:none !Important;
}

.product-slider-2 .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.product-slider-2 button.owl-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-slider-2 button.owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}




/*******************************
 single product slider 3 
*******************************/ 
 
.product-slider-3 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-3 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-3 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    bottom:-100%;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 300ms;
}

.product-slider-3 .single-product:hover  .proudct-cart{
	transition:all ease 300ms; 
	bottom:0; 
}
 
.product-slider-3 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-3 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-3 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-3 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-3 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-3 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-3 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}



.product-slider-3 .owl-nav button {
    background: #000 !IMPORTANT;
    width: 60px;
    height: 40px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 20px !IMPORTANT;
	outline:none !Important;
}

.product-slider-3 .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.product-slider-3 button.owl-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-slider-3 button.owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}





/*******************************
 single product slider 4 
*******************************/ 
 
.product-slider-4 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-4 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-4 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	transform: scale(0) rotate(0deg);
}

.product-slider-4 .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	transform: scale(1) rotate(360deg); 
}
 
.product-slider-4 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-4 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-4 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-4 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-4 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-4 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-4 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}



.product-slider-4 .owl-nav button {
    background: #000 !IMPORTANT;
    width: 60px;
    height: 40px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 20px !IMPORTANT;
	outline:none !Important;
}

.product-slider-4 .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.product-slider-4 button.owl-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-slider-4 button.owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}






/*******************************
 single product slider 5 
*******************************/ 
 
.product-slider-5 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-5 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-5 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	transform: scale(0) rotate(0deg);
}

.product-slider-5 .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	transform: scale(1) rotate(360deg); 
}
 
.product-slider-5 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-5 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-5 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-5 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-5 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-5 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-5 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}



.product-slider-5 .owl-nav button {
    background: #000 !IMPORTANT;
    width: 60px;
    height: 40px;
    color: #fff !important;
    margin-right: 10px;
    font-size: 20px !IMPORTANT;
	outline:none !Important;
}

.product-slider-5 .owl-nav {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.product-slider-5 button.owl-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-slider-5 button.owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}






/*******************************
 single product slider 6 
*******************************/ 
 
.product-slider-6 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-6 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-6 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	transform: scale(0) rotate(0deg);
}

.product-slider-6 .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	transform: scale(1) rotate(360deg); 
}
 
.product-slider-6 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-6 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-6 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-6 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-6 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-6 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-6 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}


.product-slider-6 .owl-nav.disabled {
    display: none !important;
}

.product-slider-6.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
	margin-top:30px; 
}

.product-slider-6.owl-theme .owl-dots .owl-dot.active span{
	background:#000;
}


button.owl-dot{
	outline:none !important;
}





/*******************************
 single product slider 7 
*******************************/ 
 
.product-slider-7 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-7 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-7 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    top:-100%;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	 
}

.product-slider-7 .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	top:0;
}
 
.product-slider-7 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-7 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-7 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-7 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-7 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-7 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-7 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}


.product-slider-7 .owl-nav.disabled {
    display: none !important;
}

.product-slider-7.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
	margin-top:30px; 
}

.product-slider-7.owl-theme .owl-dots .owl-dot.active span{
	background:#000;
}


button.owl-dot{
	outline:none !important;
}





/*******************************
 single product slider 8 
*******************************/ 
 
.product-slider-8 .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-8 .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-8 .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    bottom:-100%;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	 
}

.product-slider-8 .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	bottom:0;
}
 
.product-slider-8 .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-8 .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-8 .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-8 .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-8 .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-8 .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-8 .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}


.product-slider-8 .owl-nav.disabled {
    display: none !important;
}

.product-slider-8.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
	margin-top:30px; 
}

.product-slider-8.owl-theme .owl-dots .owl-dot.active span{
	background:#000;
}


button.owl-dot{
	outline:none !important;
}




/*******************************
 single product slider 9 
*******************************/ 
 
.product-slider-9  .single-product{
    background: #e6e4e4; 
	overflow:hidden;
}

.product-slider-9  .single-product  .product-details-1 {
    padding:15px 5px 35px 5px;
}
 

.product-slider-9  .single-product  .proudct-cart {
    text-align: center;
    position: absolute;
    left: 0;
    bottom:-100%;
    width: 100%;
    background: rgba(0,0,0,.5);
	 height:100%; 
	transition:all ease 500ms;
	 
}

.product-slider-9  .single-product:hover  .proudct-cart{
	transition:all ease 500ms; 
	bottom:0;
}
 
.product-slider-9  .single-product .display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.product-slider-9  .single-product .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.product-slider-9  .single-product .box-shadow{
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	        box-shadow: 1px 2px 10px rgba(0,0,0,.18);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.product-slider-9  .single-product .box-shadow:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.50);
            box-shadow: 1px 2px 10px rgba(0,0,0,.50);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.product-slider-9  .single-product h3 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
    width: 75%;
    float: left;
}


.product-slider-9  .single-product .product-details-1 p {
    padding: 0;
    margin: 0;
    width: 25%;
    float: right;
    text-align: center;
    font-weight: 900;
    border: 1px solid;
}


.product-slider-9  .single-product  .proudct-cart i {
    margin: 0 10px;
    width: 50px;
    height: 30px;
    background: #fff;
    color: #000;
    line-height: 30px;
}


.product-slider-9  .owl-nav.disabled {
    display: none !important;
}

.product-slider-9.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
	margin-top:30px; 
}

.product-slider-9.owl-theme .owl-dots .owl-dot.active span{
	background:#000;
}


button.owl-dot{
	outline:none !important;
}

