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

.testimonial-carousel .owl-dot.active {
    margin-top: 20px;
    background: #FFF;
    border-color: transparent;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    margin-top: 0px;
    width: 13px;
    height: 14px;
    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-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: #00007c;
}
h1, .h1 {
    font-size: 29px;
    color: #fff;
}
.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: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 4px;
    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: #1687ff;
    border-color: unset;
    border: none;
    display: block;
}
.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: #0046c4;
}
.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;
}
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    background: #0056C4CF;
}
.service-item.rounded.pt-3 h5 {
    color: white;
}
.service-item.rounded.pt-3 .fa {
    filter: drop-shadow(0px 8px 8px #171717);
}
.service-item.rounded.pt-3:hover .fa {
    font-size: 35px;
}
.service-item.rounded.pt-3:hover h5 {
    font-size: 23px;
}

.infra-seruct-pms.card {
    background-color: #FFF;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card-img-top {
    height: 250px;
}

.parallax {
    background-image: linear-gradient(0deg, rgba(6, 6, 6, 0.75), rgba(0, 0, 0, 0.77)), url("../images/paralax.webp");
    min-height: 390px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10%;
}
.hm-sect-img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.zoom-img-pms {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: #1c4290e0;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
}

/*.infra-seruct-pms.card:hover .zoom-img-pms {
    opacity: 1;

}*/
/*.infra-seruct-pms.card:hover  img {
    opacity: 0.8;
    filter: grayscale(100%);
    padding: 5px;
}*/



.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: red;
}

.container:hover .overlay {
    opacity: 1;
}

.icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fa-user:hover {
    color: #eee;
}
.card-serv-t1 {
    padding: 10px 14px;
    color: white;
    text-align: center;
    background: #0000;
    font-size: 22px;
    font-weight: bold;
}
.service-seruct-pms.card {
    padding: 0px !important;
    border: none;
    background-color: transparent;
}
marquee {
    font-weight: bold;
    color: white;
    padding: 4px;
}
.banner-img {
    height: 800px;
}
#pmsbannerscroller img {
    height: 600px;
}

video#myVideo {
    width: 100%;
}

.es-google-review {
    background-color: white;
    border-radius: 3px;
}

.HeaderContainer__Inner-sc-1532ffp-0.gtiuwG.es-header-container{
    background-color: white;
}
.WidgetTitle__Inner-sc-ruy1gu-1.SZtf {
    display: none;
}

a[rel="noreferrer"] {
    display: none !important;
}