/*----------------------------------------*/
/*  03. Hero CSS
/*----------------------------------------*/
/*Hero Slider*/
.hero-slider .slick-arrow {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0 15px;
  width: auto;
  height: auto;
}

.hero-slider .slick-arrow i {
  font-size: 60px;
}

.hero-slider .slick-arrow.slick-prev {
  left: 30px;
}

.hero-slider .slick-arrow.slick-next {
  right: 30px;
}

.hero-slider .slick-arrow:hover {
  color: #e57d0e;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  /*  bottom: 30px; */
  margin: 0;
      z-index: 3;
}

.hero-slider .slick-dots li button {
  width: 14px;
  height: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .hero-slider .slick-arrow.slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slider .slick-dots {
    bottom: 10px;
  }
}

/*Hero Item*/
.hero-item {
  height: 850px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 670px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    height: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-item {
    height: 350px;
  }
}

/*Hero Content*/
.hero-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-content .title, .hero-content .desc {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.hero-content .title {
  color: #ffffff;
  font-size: 66px;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.hero-content .desc {
  color: #ffffff;
  font-size: 24px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.hero-content .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-content .links a {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hero-content .links a.link {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-right: 50px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.hero-content .links a.link:last-child {
  margin-right: 0;
}

.hero-content .links a.btn {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 50px;
  }
  .hero-content .desc {
    font-size: 20px;
    max-width: 800px;
  }
  .hero-content .links a.link {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .title {
    font-size: 44px;
  }
  .hero-content .desc {
    font-size: 18px;
    max-width: 700px;
  }
  .hero-content .links a.link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 30px;
  }
  .hero-content .desc {
    font-size: 16px;
  }
  .hero-content .links a.link {
    font-size: 16px;
    margin-right: 25px;
  }
  .hero-content .links a.btn {
    padding: 7px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 24px;
  }
  .hero-content .desc {
    font-size: 14px;
  }
  .hero-content .links a.link {
    font-size: 14px;
  }
  .hero-content .links a.btn {
    padding: 5px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content .title {
    font-size: 24px;
  }
  .hero-content .desc {
    margin-bottom: 25px;
  }
  .hero-content .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-content .links a.link {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.slick-current .hero-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-current .hero-content .desc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-current .hero-content .links a.link {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.slick-current .hero-content .links a.btn {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*Hero Image 2 (For Home 2)*/
.hero-image-2 {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-2 {
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-2 {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-image-2 {
    height: 250px;
  }
}

/*Hero Content 2 (For Home 2)*/
.hero-content-2 {
  padding-top: 71px;
  padding-bottom: 60px;
  max-width: 500px;
  margin-left: 115px;
}
.hero-content-2 .title{margin-bottom:0 !important;}
.hero-content-2 .fa-quote-right{margin-bottom:15px; }

.hero-content-2 .title, .hero-content-2 .desc {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.hero-content-2 .title {
  color: #ffffff;
  font-size: 30px; 
  margin-bottom: 15px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
		      font-weight: 500;
}

.hero-content-2 .desc {
  color: #ffffff;
  font-size: 27px;
  max-width: 461px;
  margin-bottom: 38px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
		      line-height: 32px;
}

.hero-content-2 .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hero-content-2 .links a {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hero-content-2 .links a.btn {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-2 {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .hero-content-2 .title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 {
    max-width: 100%;
    padding: 50px;
    margin: 0;
  }
  .hero-content-2 .title {
    font-size: 30px;
  }
  .hero-content-2 .desc {
    font-size: 16px;
  }
  .hero-content-2 .links a.btn {
    padding: 7px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-2 {
    padding: 50px 16px;
  }
  .hero-content-2 .title {
    font-size: 24px;
  }
  .hero-content-2 .desc {
    font-size: 14px !important;
  }
  .hero-content-2 .links a.btn {
    padding: 5px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-2 .title {
    font-size: 24px;
  }
  .hero-content-2 .desc {
    margin-bottom: 31px;
  }
}

.slick-current .hero-content-2 .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-current .hero-content-2 .desc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slick-current .hero-content-2 .links a.btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.btn.btn-light-outline {
    background-color: transparent;
    border-color: #f8f9fa;
    color: #f8f9fa;
}

.btn {
    display: inline-block;
    font-weight: 400;
    
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-hover-primary:hover {
    background-color: #e57d0e;
    border-color: #e57d0e;
    color: #ffffff;
}

.bg-dark {
    background: linear-gradient(to right, #306988 0%, #005582 100%) !important;
}