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

  Template Name: Medilearn  Medical HTML Template.
  Template URI: #
  Description: Medilearn is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
-----------------------------------------------------------------------------------*/
/*
    font-family: 'Poppins', sans-serif;

    font-family: 'Montserrat', sans-serif;
*/
.slider-area > img {
  height: 100vh;
  width: 100%;
}
.slider-bg-1{
    background-attachment: fixed; 
    background-clip: initial; 
    background-color: rgba(0, 0, 0, 0); 
    background-origin: initial; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    position: relative;
    z-index: 0;
 }
.slider-bg-1 {
  background: rgba(0, 0, 0, 0) url("../../images/slider/bg/1.jpg") no-repeat fixed 0 0 / cover ;
}

/**! 8. Background variation **/
.full-screen .single-slide{
	height: 100vh;
	display: block;
}

.slider-content {
    align-items: center;
    display: flex;
    height: 100vh;
}
.slider-feature-img {
    align-items: flex-end;
    display: flex;
    height: 100vh;
}

#header-content {
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
}
.slider-content-inner h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
}
.slider-content-inner h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slider-content-inner p {
    color: #fff;
}
.slider-content-inner p {
  margin-bottom: 37px;
}
.slider-feature-img {
  position: absolute;
  right: -80px;
}

/*Animation */
.home-1 .slider-feature-img img {
  opacity: 0;
  transition: all 2s ease-in-out 0.5s;
  visibility: hidden;
  right: -50px;
  position: relative;
}
.home-1 .single-slide.slick-active .slider-feature-img img {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.home-1 .slider-content-inner h3,
.home-1 .slider-content-inner .slider-buttons,
.home-1 .slider-content-inner p,
.home-1 .slider-content-inner h1 {
  opacity: 0;
  transform: translateX(20%);
}
.home-1 .single-slide.slick-active .slider-content-inner h3,
.home-1 .single-slide.slick-active .slider-buttons,
.home-1 .single-slide.slick-active .slider-content-inner p,
.home-1 .single-slide.slick-active .slider-content-inner h1 {
  opacity: 1;
  transform: translateX(0%);
}
.home-1 .slider-content-inner h3 {
  transition: all 1s ease-in-out 1s;
}
.home-1 .slider-content-inner h1 {
  transition: all 1s ease-in-out 1.2s;
}
.home-1 .slider-content-inner p {
  transition: all 1s ease-in-out 1.4s;
}
.home-1 .slider-content-inner .slider-buttons {
  transition: all 1s ease-in-out 2s;
}





/*
.slider .slick-dots li {
}
.slider ul.slick-dots {
  bottom: 13%;
  left: 88px;
  position: absolute;
  width: auto;
}
.slider .slick-dots li.slick-active button::before {
  color: #4c8bf5;
  opacity: 1;
}




.slider .slick-dots li button {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  line-height: 20px;
  margin: 0 7px;
  opacity: 1;
  position: absolute;
  top: auto;
  width: 35px;
  margin: 0 7px;
}*/

.slider-nav-style-1 .slick-dots li button::before {
  display: none;
}
.slider-nav-style-1 .slick-dots li button {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  line-height: 0;
  outline: medium none;
  padding: 0;
  width: 35px;
  transition: 0.3s;
}
.slider-nav-style-1 .slick-dots li.slick-active button,
.slider-nav-style-1 .slick-dots li button:hover.slider-nav-style-1  {
  background: #4c8bf5 none repeat scroll 0 0;
}
.slider-nav-style-1 .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  position: relative;
  width: 35px;
}
.slider-nav-style-1 .slick-dots li:first-child {
  margin-left: 0 !important;
}
.slider-nav-style-1 .slick-dots li:last-child {
  margin-right: 0 !important;
}
.slider-nav-style-1 .slick-dots {
  bottom: 80px;
  display: block;
  left: 0;
  list-style: outside none none;
  margin: auto;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1170px;
}



s


.cd-headline.loading-bar .cd-words-wrapper::after {
  background: #4c8bf5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease -0.1s;
  width: 0;
  z-index: 2;
}
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0;
}
.theme-color span.cd-words-wrapper b{
 color: #4c8bf5;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  background: #4c8bf5 none repeat scroll 0 0;
}







