.bg-blue{
    background-color: #3232f2;
}
.logo-sec {
    display: flex;
    align-items: center;
}
.logo-sec img {
    width: 200px;
}
.logo-title h5 {
    font-size: 22px;
}
.logo-title p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}
.navbar-collapse {
    flex-grow: unset;
}
.minister img {
    width: 112px;
}
.minister {
    display: flex;
    align-items: center;
    justify-content: end;
}
.minister p {
    font-size: 14px;
    color: black;
}
.minister span{
    display: block;
}
.text-blue {
    color: blue;
}
.people h5 {
    font-size: 16px;
    line-height: 1.5rem;
}
.product img{
    width: 80px;
}
.btn-secondary {
    color: #fff;
    background-color: #0000ff;
    border-color: #0000ff;
}
.bg-blue-light {
    background-color: #6161ff;
}
.about-experience h1 {
    color: white;
}

.about-experience small {
    color: white;
}
.testimonial-carousel-one .owl-nav .owl-prev, .testimonial-carousel-one .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}
.testimonial-carousel-one .owl-nav {
    margin-top: 30px;
    display: flex;
}
.testimonial-item{
    padding: 12px;
}
.price-tag {
    background-color: blue;
    display: inline-block;
    padding: 10px 14px;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    color: white;
}
.price-tag p {
    margin-bottom: 0px;
}
.product-item img{
    height: 270px;
    object-fit: cover;
}

.border-bottom-1{
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}
a.text-blue:hover {
    color: white;
}
.map {
    background-color: white;
    padding: 6px;
    border-radius: 8px;
}
.footer-sec{
    position: relative;
    z-index: 1;
}
.footer-sec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 44%;
    left: 0;
    bottom: 0;
    background-image: url('/assets/img/milk-wave.png');
    background-repeat: no-repeat;
    z-index: -1;
}
.copyright{
    margin-bottom: 123px;
}
.about-area{
    position: relative;
}
.about-area-img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.left-top-bar ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 5px !important;
    margin-top: 5px;
}

.left-top-bar ul li a {
    font-size: 14px;
    color: black;
}
.left-top-bar ul li {
    border-right: 1px solid black;
    padding-right: 12px;
    padding-left: 12px;
}
.left-top-bar ul li:last-child {
    border: none;
}
.right-top-bar ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.right-top-bar ul li {
    padding-left: 8px;
    padding-right: 8px;
}
.right-top-bar ul li a {
    color: black;
    font-size: 14px;
}

.right-top-bar ul li .border-a{
    border: 1px solid black;
    padding: 3px 6px;
    border-radius: 4px;
}
.pr-5 {
    padding-right: 3rem !important;
}
.video-sec{
    position: relative;
    overflow: hidden;
}
table.products tr td {
    vertical-align: middle;
}

.filter{
    margin-top: 28px;
    border-radius: 0;
}
.view-more .btn {
    border-radius: 0px;
}
button.close {
    border: none;
    background-color: #dc0000;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.page-header {
    background: url(../img/inner-banner.jpg) center center no-repeat;
    background-size: cover;
}
.py-padding{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.bg-silver {
    background-color: #d9d9d9 !important;
}
a.border-a:hover {
    background-color: #3232f2;
    color: white;
}