/*Slider*/

/*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

#home h1 {
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 30px;
  width: 50%;
}

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 15em 0 0 2em;
  }

  .slider .item {
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider-image1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }
  
  /********for mobile slider*****************************/
@media (max-width: 680px){
#home h1 {
  width: 100%;
}
.hero-12 h1.hero--bio {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}	
.slider .item {
    height: 340px !important;
    /* padding-top: 165px; */
    background-color: #e25124 !important;
}
.slider .item {
   background-position: bottom !important; 
    background-size: contain!important;
}
.slider .item .caption h3 {padding-top: 0!important; margin-bottom: 5px!important;}

.slider .owl-dots{display:none!important;}
#home h1{font-size:14px!important;}
.slider .caption {
    display: inline-flex !important;
    padding-top: 115px;
    width: 100%;
    text-align: left;
    margin-left: 0px; padding-left: 0;
  }
.slider-btn {
    font-size: 14px;
    padding: 20px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
	    color: #fff !important;
}
section#about {
    padding-top: 20px;
}
#myTabContent {
    margin-top: 10px;
}
.single_menu_list h4 {
    font-size: 12px;
}
}
/********for mobile slider end*****************************/