.navbar-light {
    position: relative;
}
.bg-light1 {
    background-color: #004369 !important;
}
.text-muted {
    color: #E5DDC8 !important;
}
.text-primary {
    color: #01949A !important;
}
.btn-primary {
    background-color: #DB1F48;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #093c59;
}
.navbar-light .navbar-nav .nav-link::after {
    background: #01949A;
}
.navbar-light .navbar-nav .nav-link::before {
    background: #01949A;
}
.navbar-light .navbar-nav .nav-link {
    color: #004369;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    background: #01949A;
}
.sticky-top.navbar-light {
    position: fixed;
    background: #fff;
}
.header-carousel .header-carousel-item .carousel-caption {
    background: rgba(0, 0, 0, 0);
}
.text-md-end1 {
        text-align: left !important;
        background: rgba(0, 0, 0, 0.3);
        padding: 30px;
        border-radius: 20px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: var(--bs-white);
    background: #004369;
    border: none;
}
.bg-primary
 {
    background-color: #01949A !important;
}
.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: #004369;
}
.feature .feature-item:hover{
  border: 1px solid #01949A;
}
.blog .owl-nav .owl-next ,.blog .owl-nav .owl-prev{
    background: #01949A;
}
.blog .owl-nav .owl-next:hover ,.blog .owl-nav .owl-prev:hover{
    background: #004369;
    color: #fff;
}
.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: #01949A;
    transition: 0.5s;
}
.copyright {
    background: #004369;
}
.text-brown {
    color: #004369 !important;
}
.imagesversion{
  width: 75%;
}
.footer {
    background: #eee;
}
.text-primary1 {
    color: #E5DDC8 !important;
}
.team .team-item:hover {
    background-color: #01949A;
}
.testimonial .owl-nav .owl-prev,.testimonial .owl-nav .owl-next{
    background: #DB1F48;
}
.testimonial .testimonial-item .testimonial-quote-left,.testimonial .testimonial-item .testimonial-quote-right{
  color: #01949A;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #01949A;
    transition: 0.5s;
    color:#fff;
}
.testimonial-carousel .owl-dots .owl-dot{
  background: #DB1F48;
  color:#E5DDC8;
}
.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #E5DDC8;
}
.team .team-item .team-img {
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    border: 4px solid #01949A;
    border-style: dotted;
}
.mrtbutton{
    background-color:#01949A;
    color:#fff;
    border-color: #01949A;
}
.mrtbutton:hover,.mrtbutton:focus{
    background-color:#DB1F48;
    color:#fff;
    border-color: #DB1F48;
}
