/**slider content**/
/*.slider-area {
   position: relative;
}*/
figure .ajax_loading {
     position: absolute;
  font-size: 30px;
 
}
figure .ajax_loading {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.6);
  color: #333;
  display: none;
  font-size: 22px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 999;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
figure .nivo-caption{
    display: none;
}
.nivo-caption {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* content bg color */
.slider-content-bg{
    position: absolute;
    right:8px;
    background-color: #fff;
    width:400px;
    height: 232px;
    top: 52px;
    z-index: 14;
    opacity:0.8;
}
.slider-content-bg2{
    position: absolute;
    left:5px;
    background-color: #fff;
    width:400px;
    height: 232px;
    top: 50px;
    z-index: 14;
}
/* all content */
.RightToLeft,.LeftToRight {
    position: relative;
}

.RightToLeft .Headding ,.LeftToRight .Headding{
     color: #FFA320;
  font-family: Yellowtail;
  font-size: 30px;
  font-weight: 800;
    width:360px;
    text-align: center;
    position: absolute;
    top:60px;
    right:28px;
    padding-bottom: 5px;
    z-index: 15;
}

.RightToLeft .sub-heading,.LeftToRight .sub-heading{ 
    width:360px;
    text-align: center; 
    position: absolute; 
    top:120px; 
    right: 28px;
    font-family:'roboto',sans-serif;
    font-size: 22px;
    letter-spacing:0.05em;
    text-transform: uppercase;
    padding-bottom: 5px; 
    font-weight: 700;
    z-index:15;
}

.RightToLeft .s-dsc,.LeftToRight .s-dsc{
    width:360px;
    text-align: center;
    position: absolute;
    top:155px;
    right:28px;
    z-index: 15;
}

.RightToLeft .readmore,.LeftToRight .readmore{
    width:360px;
    text-align: center;
    position: absolute;
    top:220px;
    right:28px;
    z-index: 15;
}

.RightToLeft .readmore a,.LeftToRight .readmore a{
     color: #fff;
    text-transform: uppercase;
    background-color: #171717;
    z-index: 15;
}
.RightToLeft .readmore a:hover,.RightToLeft .readmore a:focus,.LeftToRight .readmore a:hover,.LeftToRight .readmore a:focus { 
    background-color: #309EFF; 
    color: #fff; 
    text-decoration: none;
}
/* left to right text */
.LeftToRight .Headding,.LeftToRight .sub-heading,.LeftToRight .s-dsc,.LeftToRight .readmore {
   left:25px;
}

/* content animation */
.LeftToRight .Headding{
    -webkit-animation: bounceInLeft 0.5s ease-in-out;
    -moz-animation: bounceInLeft 0.5s ease-in-out;
    -ms-animation: bounceInLeft 0.5s ease-in-out;
    animation: bounceInLeft 0.5s ease-in-out;
}
.LeftToRight .sub-heading {
    -webkit-animation: bounceInLeft 1s ease-in-out;
    -moz-animation: bounceInLeft 1s ease-in-out;
    -ms-animation: bounceInLeft 1s ease-in-out;
    animation: bounceInLeft 1s ease-in-out;
}
.LeftToRight .s-dsc {
    -webkit-animation: bounceInLeft 1.5s ease-in-out;
    -moz-animation: bounceInLeft 1.5s ease-in-out;
    -ms-animation: bounceInLeft 1.5s ease-in-out;
    animation: bounceInLeft 1.5s ease-in-out;
}
.LeftToRight .readmore a{
  -webkit-animation: bounceInLeft 2s ease-in-out;
    -moz-animation: bounceInLeft 2s ease-in-out;
    -ms-animation: bounceInLeft 2s ease-in-out;
    animation: bounceInLeft 2s ease-in-out;
}
/* content animatin */

.RightToLeft .Headding {
    -webkit-animation: bounceInRight 0.5s ease-in-out;
    -moz-animation: bounceInRight 0.5s ease-in-out;
    -ms-animation: bounceInRight 0.5s ease-in-out;
    animation: bounceInRight 0.5s ease-in-out;
}
.RightToLeft .sub-heading {
    -webkit-animation: bounceInRight 1s ease-in-out;
    -moz-animation: bounceInRight 1s ease-in-out;
    -ms-animation: bounceInRight 1s ease-in-out;
    animation: bounceInRight 1s ease-in-out;
}
.RightToLeft .s-dsc {
  -webkit-animation: bounceInRight 1.5s ease-in-out;
    -moz-animation: bounceInRight 1.5s ease-in-out;
    -ms-animation: bounceInRight 1.5s ease-in-out;
    animation: bounceInRight 1.5s ease-in-out;
}
.RightToLeft .readmore a {
  -webkit-animation: bounceInRight 2s ease-in-out;
    -moz-animation: bounceInRight 2s ease-in-out;
    -ms-animation: bounceInRight 2s ease-in-out;
    animation: bounceInRight 2s ease-in-out;
}
/* nav control */
.nivo-controlNav {
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.nivo-controlNav a {
    border: 0 none;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 12px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border: 2px solid rgba(255, 163, 32, 0.6);
}
.nivo-controlNav a:hover, .nivo-controlNav a.active { background-color: #ffa320; border-color: #ffa320;}

/* slider 2 */
.slider-2-style .slider-area-inner::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 7;
}
.slider-2-style .RightToLeft .Headding, .slider-2-style .LeftToRight .Headding {
  color: #fff;
  font-family: Raleway;
  font-size: 35px;
  font-weight: bold;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-transform: uppercase;
  top: 348px;
}

.slider-2-style .RightToLeft .sub-heading,.slider-2-style .LeftToRight .sub-heading {
  font-family: "Yellowtail",sans-serif;
  color:#ff623f;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-transform: capitalize;
   top: 400px;
}
.slider-2-style .RightToLeft .s-dsc,.slider-2-style .LeftToRight .s-dsc {
      color:#fff;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
   top: 450px;
}

.slider-2-style  .RightToLeft .readmore,.slider-2-style   .LeftToRight .readmore {
  text-align: center;
  top: 540px;
   left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.slider-2-style  .RightToLeft .readmore a,.slider-2-style  .LeftToRight .readmore a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.slider-2-style  .nivo-directionNav a {
  top: 60%;
}


/***slider-3***/


.slider-item > img {
    width: 100%;
}
.slider-3-content .Headding{
    background-color: #ff623f;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding:3px 21px;
    text-transform: uppercase;
      font-family: Roboto;
         width: auto;
}
.slider-3-content > .sub-heading {
  background-color: #171717;
  color: #fff;
  font-family: Roboto;
  font-size: 22px;
  letter-spacing: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  top: 198px;
  width: auto;

}

.slider-3-content > .slider-line {
  background-color: #fff;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 178px;
  top: 255px;
  width: 200px;
    z-index: 15;

}
.slider-3-content > .slider-line::before {
  background-color: #ff623f;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
      z-index: 16;
}
.slider-3-content > .readmore a, .slider-3-content > .readmore a {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 15;
    background: #fff;
    color: #333;
}
.slider-3-content > .readmore a.read-more {
  background: transparent;
  border: 1px solid #ff623f;
  color: #ff623f;
  padding: 9px 16px;
  right: 148px;
  text-transform: capitalize;

}
.slider-3-content > .readmore a.read-more:hover ,.slider-3-content > .readmore a.read-more:focus{
  background: #ff623f;;
  border: 1px solid #ff623f;
  color: #fff;
  outline: none;

}



.slider-3-content .read-more:hover {
  border-color: #ffffff;
  color: #fff;
}