/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 100px;
	font-family: 'Open Sans', sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000;
  
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
	
    
}
.carousel-caption-2 { 
border-bottom: 2px solid #F8AF00;
    width: 70px;
}


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

.navbar-dark .navbar-nav .nav-link {
    color: #3C3C3B;
}
.navbar-dark .navbar-nav .nav-link1 {
    color: #00bb2d;
}
.bg-light {
    background-color: #f8f9fa!important;
	border-bottom: 2px solid #F8AF00;
}
.h3 {
    font-size: 1.75rem;
	font-weight: 200;
}
.h2 {
    font-size: 1.75rem;
	font-weight: 800;
    margin-bottom: .5rem;
    line-height: 1.2;
	
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #F8AF00;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.btn-primary {
    color: #fff;
    background-color: #F8AF00;
    border-color: #F8AF00;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #FEEFCC;
    border-radius: .25rem;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #FEEFCC;
    border-top: 1px solid #F8AF00;
}
.fa.fa-pinterest-p, .fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 800;
	color: #00bb2d;
}


