/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: "Avenir Next";
}

.carousel-item {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align:center;
}

.carousel-inner img{
  display:inline-block  !important;
}

.carousel-control-prev{
  top: 65%;
  left: 175px;
}

.carousel-control-next{
  top: 65%;
  right: 175px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar{
  background-image: linear-gradient(to right, #1FD44F, #219BBE, #2681C1);

}

.nav-item{
  color: white;
  padding-left: 12px;
}

.navbar-nav > li {
  float: left;
  position: relative;
}
.navbar-dark .navbar-nav .active a::after {
  border-bottom: 5px solid white;
  bottom: -1px;
  content: " ";
  left: 10px;
  position: absolute;
  right: 0;
}


.card .card-img-top{
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
}

.card .img-top {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.card:hover .img-top {
  display: inline-block;
  position: absolute;
}

.btn{
  background-color: #1FD44F;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.btn:hover {
  background-color: forestgreen;
  color: white;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  vertical-align:top;
  color: #627575;
  font-size:35px;
  line-height:18px;
}

.footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.btnyelp{
  background-color: #c41200;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.logo{

  left: 0;
  top: 0px;
  bottom: 20px;
}
