@import url(@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
a {
font-family:'Lato';}

/***slider **/

 .heading h2 {
  color:#f68420;
  /*font-family:'Dosis', sans-serif;*/
  font-family:'Lato';
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  
}
/*.heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100px;
  background: #16163F;
  align: center;
}*/
/*Slide start*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  
  position: relative;
  margin: auto;

}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;

  background-color:#f68420;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #16163F;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*Slider */
hr.new {
  border: 1px solid #16163F;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:'Lato';
}


/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  
  
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #f68420;
}

