/* -----------------------------------
Template:  Theme Name

NOTE: This is Slider style file. All Slider related style included in this file.

--------------------------------------*/

/* Slick Slider Theme Css* /
@charset 'UTF-8';


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.html');
    src: url('fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('fonts/slick-2.html') format('woff'), url('fonts/slick-3.html') format('truetype'), url('fonts/slick-4.html#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: '←';}
[dir='rtl'] .slick-prev:before{content: '→';}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: '→';}
[dir='rtl'] .slick-next:before{content: '←';}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 45px;
  display: block;
  left: 370px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li button {
  background: #d42f38 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 20px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li.slick-active button{
    opacity: 1;
	background: #fff none repeat scroll 0 0;
	width: 30px;
}

/* Slick Slider Text Css */
.hero-item {
  background-position: center center;
  background-size: cover;
  padding: 305px 0;
}
.hero-item {
  position: relative;
}
.hero-item .content {
  /* text-align:center; */
    z-index: 99;
}
.hero-item .content * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
.hero-item .content h1 {
  animation-delay: 0.8s;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-left: 90px;
}
.hero-item .content p {
  animation-delay: 1.2s;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 25px;
  padding: 0 22%;
}
.hero-item .content a {
    animation-delay: 1.6s;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    margin-left: 95px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: 120px;
}
.hero-item .content a:hover,.hero-item .content a.active {
   background-color: #fff;
    color:#71a53d;
    border: 1px solid #fff;
    border-radius:30px;
    text-align: center;
    font-weight: 500;
}
.hero-item .content a.active:hover {
   background-color: transparent;
    color:#fff;
    border: 1px solid #fff;
}
.hero-item .images {
  padding: 0;
  position: relative;
  width: 100%;
}
.hero-item .images img {
  position: absolute;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.hero-item .images img[class^="icon-"] {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
.hero-item .images img.main {
  animation-name: fadeOutDown;
  float: right;
  position: static;
}
.hero-item.slick-active h2 {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; 
}
.hero-item.slick-active h1 {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInUp; 
}
.hero-item.slick-active p {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}
.hero-item.slick-active a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.hero-item.slick-active img.main {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.hero-item.slick-active img[class^="icon-"] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; 
}
.single {
  left: 185px;
  position: absolute;
  top: 24px;
}
.hero-item.slick-active .single  * {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-delay: 0.8s;
}
.single-two {
  position: absolute;
  right: 306px;
  top: -10px;
}
.hero-item.slick-active .single-two  * {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  animation-delay: 0.8s;
}
.single-three {
  bottom: 140px;
  left: 0px;
  position: absolute;
}
.hero-item.slick-active .single-three  * {
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  animation-delay: 0.8s;
}

.hero-item::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}



@media(max-width:1300px)
{
  .hero-item .content h1
  {
   margin-left: 30px; 
   margin-bottom: 2px;
  }
  .hero-item .content a
  {
   margin-left: 35px; 
  }
  .hero-item .content p
  {
    line-height: 34px;
  }
}


@media(max-width:768px)
{
 .hero-item .content h1
 {
  margin-left: 20px; 
 } 
 .hero-item .content a
 {
  margin-left: 20px; 
 }
}


@media(max-width:425px)
{
 .hero-item .content h1
 {
  margin-left: 10px; 
 } 
}






















