.logo{
	width:20%;
}
.navbar-light .navbar-brand{
    height: auto;
}
.container-top{
	width:80%;
	margin-left: auto;
    margin-right: auto;
    color:white;
}
.text-primary {
    color: #2785ff !important;
}
.btn-primary {
    color: #000;
    background-color: #2785ff;
    border-color: #2785ff;
}
.btn-primary:hover{
    color: #000;
    background-color: #2785ff;
    border-color: #2785ff;
}
.header-carousel .owl-nav {
	position: unset;
	display: none;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
	display: none !important;
}
.header-carousel .owl-dots {
    position: unset;
    display: none;
  }
.container-nav{
	width:80%;
	margin-left: auto;
    margin-right: auto;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #2785ff;
}
.dropdown-item:hover{
	background-color: #2785ff;
}
.img-fluid1 {
    height: 750px;
}
.img-fluid2 {
	width: 100%;
    height: 250px;
}
.footer .copyright a:hover {
    color: #2785ff;
}
.footer .btn.btn-link:hover {
	color: #2785ff;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	color: #2785ff;
}
.page-header1 {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/pagehead.jpg) center center no-repeat;
    background-size: cover;
}
.img-stade {
	width: 100%;
    height: 450px;
    object-fit: contain;
}
a {
    color: #2785ff;
}
@media only screen and (max-width: 600px) {
	.container-nav{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	}
	.res-wid{
		width:50%;
	}
	.logo{
	width:54%;
	}
	.navbar-light .navbar-brand {
    height: 100px;
	}
}