: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;
    }
}

 .vl-offcanvas .vl-offcanvas-open .black1 .single-contact .icon img{
   width:75px;
 max-height: unset;
 max-width: unset;
}
.vl-header1-right {
    justify-content: flex-start;
}
.about1 .image._relative img{
    max-width: none;
    max-height: none;
    width: 700px;
}
.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);
}
.inner-hero .hero1-single-slider .page-prog {
    flex-wrap: wrap;
}

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%;
        height:200px;
    object-fit: cover;
    padding:10px 0;
}

.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;
}

.heading ul {
    padding: 10px 40px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: circle;
}

.vl-footer-logo img{
    width:200px;
 max-height: none;
 max-width: none;
}

@media (max-width: 767px) {
 
    .hero1 .hero1-sliders .hero1-single-slider.slick-current.slick-active .main-image {
            position: relative;
    }
    .inner-hero .hero1-single-slider .inner-heading {
        padding-top: 0px;
    }

    .inner-hero .hero1-single-slider {
        height: 360px;
    }
    .heading ul {
        padding: 10px 40px;
        list-style: circle;
    }
}