 .bg-overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,6,119, 0.75);
}
.monvilabs-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    margin: 0px 7px;
    border-top: none;
    border-bottom: none;
}
.monvilabs-indicators .active {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.slide-subtitle {
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.slide-title {
    color: #ffffff;
    font-size: 65px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.slide-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 600;
}
.carousel-caption.slide-content {
    z-index: 1;
    text-align: start;
}
.slide-content {
    top: 0;
    bottom: 0;
    text-align: center;
}
/* ----------- iPad Pro ----------- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .slide-subtitle {
        font-size: 16px;
    }
    .slide-title {
        font-size: 32px;
    }
    .slide-desc {
        font-size: 12px;
    }
    .slider-btn {
        --bs-btn-padding-y: 0.25rem !important;
        --bs-btn-padding-x: 0.5rem !important;
        --bs-btn-font-size: 0.875rem !important;
        --bs-btn-border-radius: var(--bs-border-radius-sm) !important;
    }
    .slide-content {
      top: 25px;
    }
}

/*laptop*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .slide-content {
        top: 45px !important;
    }
}
@media (min-width: 916px) and (max-width: 1080px) {
    .slide-subtitle {
        font-size: 16px;
    }
    .slide-title {
        font-size: 32px;
    }
    .slide-desc {
        font-size: 12px;
    }
    .slider-btn {
        --bs-btn-padding-y: 0.25rem !important;
        --bs-btn-padding-x: 0.5rem !important;
        --bs-btn-font-size: 0.875rem !important;
        --bs-btn-border-radius: var(--bs-border-radius-sm) !important;
    }
}
@media (max-width: 915px) {
    .slide-subtitle {
        font-size: 12px;
    }
    .slide-title {
        font-size: 18px;
    }
    .slide-desc {
        font-size: 12px;
    }
    .about-layout2 .about-text-banner {
        width: 345px !important;
        height: 190px !important;
    }
    .heading-layout2 h3.heading-title {
        padding: 30px;
    }
    .about-img img {
        max-height: 325px;
    }
    .banner-img {
        margin-top: 50px;
    }
    .banner-shape {
        margin-top: 50px;
    }
    .banner-img {
        min-height: 225px !important;
    }
    .banner-shape {
        min-height: 224px !important;
    }
    .vision-img {
        min-height: 225px !important;
    }
    .vision-banner-shape {
        min-height: 224px !important;
    }
    .monvi-carousel-control-prev {
        left: 0px !important;
    }
    .monvi-carousel-control-next {
        right: 0px !important;
    }
    .company-logo img {
        max-width: 100% !important;
        height: auto !important;
    }
    .company-logo {
        width: 100% !important;
        padding: 30px !important;
        align-content: center;
    }
    .slide-content {
        top: 10px !important;
    }
    .monvi-slider-item img {
        height: 275px;
        width: 100%;
    }
    .main-title {
        margin-top: 30px;
    }
    .slider-btn {
        --bs-btn-padding-y: 0.25rem !important;
        --bs-btn-padding-x: 0.5rem !important;
        --bs-btn-font-size: 0.875rem !important;
        --bs-btn-border-radius: var(--bs-border-radius-sm) !important;
    }
    .about-layout2 .about-text {
        margin-top: 60px !important;
    }
    .about-img img {
        width: 100% !important;
        height: auto;
    }
    .breadcrumb-block {
        display: block !important;
    }
    .service-item {
        margin-bottom: 120px !important;
    }
}


/*------------------------
    Animations
-----------------------*/
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes spinner {
    0% {
       transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slideTopDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes headerAnimation {
    0% {
        opacity: 0;
        prefix(transform, translateY(-100%), webkit moz ms o);
    }

    100% {
        opacity: 1;
        prefix(transform, translateY(0), webkit moz ms o);
    }
}

@keyframes zoomOut {
    50% {
        transform: scale(1.1)
    }
}
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
.main-title h1 {
    background: -webkit-linear-gradient(45deg, #F4572E, #004e98 30%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 28px;
}
.main-title .line-dec {
    width: 60px;
    height: 2px;
    margin-bottom: 20px;
    background: rgb(85,0,227);
    background: linear-gradient(90deg, rgba(0,78,152,1) 0%,  rgba(244,87,46,1) 100%);
}
.main-title.main-title-white h1 {
    background: -webkit-linear-gradient(45deg, #ffffff, #ffffff 60%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-title.main-title-white .line-dec {
    background: linear-gradient(90deg, rgba(229,229,229,1) 0%,  rgba(255,255,255,1) 100%);
}
.main-title h4 {
    font-size: 18px;
    font-weight: 600;
}

/*footer css*/
.footer-quote {
    background-color: #f5f5f5;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #ececec;
    color: #f4572e;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-quote p {
    margin:0rem;
}
/*...table css...*/
.monvi-table .table thead tr th {
    border-bottom: none;
}
.monvi-table .table {
    border: 1px solid #ccdbea;
}
.monvi-table .table-striped tbody tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: none !important;
}
.monvi-table .table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #f4f7fa;
    border-top: 1px solid #ccdbea;
    border-bottom: 1px solid #ccdbea;
}
.monvi-table .table-striped tbody tr:hover {
    --bs-table-accent-bg: none !important;
    --bs-table-bg-type: transparent;
    --bs-table-hover-bg: transparent;
}
.monvi-table .table-hover tbody tr:hover, .monvi-table .table-hover tbody tr td:hover, .monvi-table .table-hover tbody tr:hover td[rowspan] ~ tr {
    background-color: #eff4f8;
}
.monvi-table-bg, .table-bg {
    background-color: #004e98;
}
.monvi-table .table thead tr th {
    color: #ffffff;
    vertical-align: middle;
}
.monvi-table .table thead tr th a {
    text-decoration: none;
    color: #ffffff;
}
.monvi-table .table-striped > tbody > tr:nth-of-type(2n+1) > *, .monvi-table .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: tranparent;
    --bs-table-bg-type: transparent;
}
.monvi-table .table > :not(caption) > * > * {
  background-color: transparent;
}
.monvi-table .table-bordered td {
  border: 1px solid #ccdbea;
}
.monvi-table .table-bordered th, .table-head-bordered .table thead tr th {
    border: 1px solid #195fa2;
}
/*...table css ending...*/