
.hero {
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero .details::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(
90deg
,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -o-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -ms-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: linear-gradient(
0deg
,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.hero .details:hover::before {
  opacity: 0.4;
}

.hero .text-post {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 0px;
  text-align: center !important;
  /* max-width: 100%; */
  padding: 8px;
  font-size: 24px;
  /*font-weight: bold;*/
  z-index: 5;
  width: 100%;
}
#hero_mobile{
  display: none !important;
}
@media (max-width: 575px){
    #hero{
    display: none !important;
  }
  .services-section-five{
    margin-top: 40px;
  }

  #hero_mobile .theme-btn {

    padding: 10px 10px;
}
  #hero_mobile{
    display: unset !important;
  }
  .working-process-area{
    padding-top: 60px !important;
    padding-bottom: 40px !important;

  }
}
@media (max-width: 767px){
  .hero-slider-style-2 .slide {
      min-height: 225px;
  }
}

.hero .slide .slider-bg {
  display: none;
}
.hero {
  position: relative;
  /* height: 680px; */
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 991px) {
  .hero {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  /* height: 680px; */
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
  /* margin: 0 100px; */

}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #212fb4;
  width: 45px;
  height: 45px;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #e4b500;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-prev {
    left: 50px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-next {
  right: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-next {
    right: 50px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-dots {
  bottom: -25px;
  display: none !important;
}

@media (max-width: 991px) {
  .hero .slick-dots {
    display: none !important;
  }

}

.hero .slick-dots li,
.hero .slick-dots li button {
  width: 15px;
  height: 15px;
}

@media (max-width: 767px) {
  .hero .slick-dots li,
  .hero .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}

.hero .slick-dots li button {
  background-color: #212fb4;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slick-dots li {
  opacity: 0.5;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 1;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption > h2 {
  font-size: 45px;
  font-size: 3rem;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 0.27em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

.hero .hero-slider .slide-caption > h2 span {
  color: #212fb4;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 1.58em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media screen and (min-width: 992px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    padding-right: 110px;
  }
}

.hero .hero-slider .slide-caption > .btns > a:first-child {
  margin-right: 5px;
}

/**********************************
	= slider style 2
**********************************/
.hero-slider-style-2 {
  text-align: center;
  height: 100vh;
  min-height: 600px;
}

.hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption > p {
  padding-right: 0;
}

@media (max-width: 991px) {
  .hero-slider-style-2 {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 {
    min-height: 420px;
  }
}

.hero-slider-style-2 .slide {
  height: 100vh;
  min-height: 600px;
}

@media screen and (min-width: 992px) {
  .hero-slider-style-2 .slide {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-slider-style-2 .slide {
    height: 225px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 .slide {
    min-height: 225px;
  }
}

.hero-slider-style-2 .slide:before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.65); */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dotted.slick-slider{
    margin-top: 76px;
}
