:root{
    /* --vtc-bg-main3: rgba(15, 15, 163, 0.774);
    --vtc-bg-main1: rgba(46, 46, 148, 0.774); */
}


@media (max-width: 767px) {
    .hero1 .hero1-sliders .hero1-single-slider
    {
        margin-top: 0px;
    }
    .hero1 .hero1-sliders .hero1-single-slider .heading {
        padding-top: 10px;
    }

    .sm\:mt-100 {
        margin-top: 10px;
    }
}
.vision-mission-section {
    background: linear-gradient(to right, #0073e6, #003366);
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.vision-mission-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.vision-box, .mission-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    margin: 15px;
    transition: 0.3s ease-in-out;
}

.vision-box:hover, .mission-box:hover {
    background: rgba(255, 255, 255, 0.2);
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    font-size: 18px;
    line-height: 1.6;
}
.services-image
{
        height: 200px;
    object-fit: contain;
}


.service-page-item{
        height: 450px;
         
}

.service-image{
        width: 100%;
    object-fit: cover;
}

.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9999;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}