.bg-secondary{
background-color:white !important;}
#home {
    margin-bottom: 6rem;
    background: url(../img/.jpg) left top no-repeat;
}
.text-primary {
	color:#E6BB21 !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#E6BB21!important;
}
.btn-primary{
	color:#fff;
	background-color:#F26623;
	border-color:#F26623;
	}
	.nav-pills .nav-link.active{
		background:#F26623;
	}
	.border-primary {
     border-color: #F26623 !important; 
}
#portfolio-flters li:hover,
#portfolio-flters li.active {
    color:  #F26623 !important;
    border-color: #F26623 !important; 
}
.portfolio-btn {
 
    background: #F26623 !important;
}
.testimonial-carousel .owl-dot::after {
    
    background: #F26623 !important;
   
}
.btn-primary:hover {
    color: #fff;
     background-color: #E6BB21!important; 
     border-color: #E6BB21!important;
}
:root {
    --primary: #E6BB21;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}