.service-item:hover {
    background: #0174D4;
}
.text-primary {
    color: #0174D4 !important;
}

.testimonial-carousel .owl-dot.active {
    background: #62605E;
    border-color: transparent;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 15px;
    transition: .5s;
}

body {
    background-color: #FFF;
}
h1, .h1 {
    font-size: 29px;
    color: #3f4297;
}
.testimonial-item.bg-transparent.rounded.p-4 {
    border: 1px solid #80808030;
    border-radius: 5px !important;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background:#F7F7F7 !important;
    border: 1px solid #80808030;
    border-radius: 5px !important;
}
.banner-img{
    height: auto;
}
.product-sect-img{
    padding: 0%;
    border-radius: 7px !important;
}
.product-sect-img  > .col-lg-6 {
    padding: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: white;
    opacity: 1;
    border-radius: 5px;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: unset;
    color: white;
    background-color: black;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0174d4;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 11px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 29px;
    background-color: #bfb9b9 !important;
}
.carousel-indicators .active {
    background-color: #0174d4 !important;
}
.btn.btn-warning.viewgallery {
    width: auto;
    text-align: center !important;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    background-color: #40439c;
    border-color: unset;
    border: none;
}
.text-center {
    text-align: center !important;
    display: block ruby;
}
.row.intro p {
    text-align: justify;
}
@media only screen and (max-width: 600px) {
    .carousel-control-prev i ,.carousel-control-next i {
        font-size: 20px;
        background-color: #1f3186;
        border-radius: 25px;
        padding: 5px;
    }
}
@media only screen and (min-width: 601px) {
    .carousel-control-prev i ,.carousel-control-next i {
        font-size: 40px;
        background-color: #1f3186;
        border-radius: 25px;
        padding: 5px;
    }
}

.testimonial-carousel .owl-item.center .testimonial-item {
    color: #000 !important;
}
.re-position {
    font-size: 15px;
}
.fas.fa-star.review-star.active {
    color: orange;
}
.fas.fa-star.review-star {
    color: #bdbaba;
}
.re-cmd {
    font-size: 15px;
    color: #3c3535;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    border-color: #D2CFCA !important;
}
.re-name {
    color: #40439c;
}
.form-control {
    margin-bottom: 10px !important;
}
.fas.fa-star.make-rate {
    font-size: 30px;
    margin-right: 10px;
}
label {
    display: inline-block;
    color: #0a5495;
}
.fas.fa-star.make-rate.act {
    color: orange;
}

.google_review_qr {
    width: 161px;
    background-color: white;
    width: 200px;
    height: 200px;
    padding:
        15px;
    border-radius:
        6px;
    border:
        1px solid #eeeaea;
}

