.breadcrumb-content {
    background: radial-gradient(#4d5ec3cf, #4c968bbd);
    padding: 50px 20px;
    text-align: center;
    margin: 0px 10%;
}
.breadcrumb-content h2, .breadcrumb-content p, .breadcrumb-content p a {
    color: #fff !important;
}

.breadcrumb-content p span {
    color: #000 !important;
}

.breadcrumb-content p a:hover {
    color: #000 !important;
}

.about-banner {
    background: url('../img/about-banner.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonies-banner {
    background: url('../img/testimonies-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.career-banner {
    background: url('../img/career-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner {
    background: url('../img/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-banner {
    background: url('../img/service-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-text-box-2 {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-medium);
    margin-bottom: 24px;
    padding: 40px;
  }
.accordion-button {
    font-weight: bold;
}
button.accordion-button {
    padding: 30px;
}
.category-block h5 {
    border-bottom: 5px solid #4f55ce;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 28px;
}
a.category-block-link:hover {
    margin-left: 5%;
}
a.category-block-link {
    font-size: 16px;
    padding-top: 20px;
}

.service-active{
    font-weight:bold !important;
    color: #4c9888 !important;
  }

.img-border-radius {
    border-radius: var(--border-radius-medium)
}

h4.carousel-title {
    font-size: 25px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 45%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 30%;
    }
}

@media (min-width: 508px) and (max-width: 767px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 60%;
    }
}

@media (min-width: 481px) and (max-width: 507px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 60%;
    }
}

@media (min-width: 396px) and (max-width: 480px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 55%;
    }
}

@media (min-width: 321px) and (max-width: 395px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 300px;
    }
}

@media (min-width: 50px) and (max-width: 320px) {
    #testimonial-carousel .carousel-indicators {
        margin-top: 500px;
    }
}

#testimonial-carousel .carousel-indicators {
    padding:10px;
}
.carousel-indicators {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.carousel .carousel-control-next-icon, 
.carousel .carousel-control-prev-icon {
    opacity: 1;
    width: 70px;
    height: 50px;

}

.carousel .carousel-control-prev, 
.carousel .carousel-control-next {
  opacity: 1;
  width:50px !important;
  height:50px !important;
}

@media (max-width: 767px) {
    h4.carousel-title {
        font-size: 20px;
    }
    .carousel-indicators .testimonial-indicator {
        display: none !important;
    }
    #testimonial-carousel .carousel-indicators {
        top: 100px;
    }
}

.modal-dialog {
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    margin: 0;
}

.modal-content {
    border-radius: 0px;
    border:none;
}
.modal-header{
    background: radial-gradient(#4d61bf, #479783);
    border-radius: 0px;
    padding: 5px;
}
.modal-title{
    font-size: 25px;
    color:#fff;
    
}
.modal-body {
    text-align: center;
}