:root{
    --main-colour: #170f40;
    --main-rgb: rgb(2,30,69);
    --font-colour: #d7d7d7;
    --white-colour: #fff;
    ---black-colur: #111;
    --second-black-colour: #101010;
}

/* nav logo */
.int_logo a img{
    width: 120px;
}
.footer_box .int_logo a img{
    width: 110px;
}

/* footer */
.footer_hours li a,
.footer_gallery li a
{
    color: #fff;
}
.footer_box p{
    text-align: start;
}
/* Mission */
.point{
    padding-top: 10px;
}
.point li{
    display: grid;
    grid-template-columns: 1fr 12fr;
    gap: 10px;
    padding: 10px 0;
}
.point-m p{
    color: #111;
}
.point-img{
    width: 34px;
    height: 34px;
    display: block;
}
/* portfolio */
.gallery_containe{
    padding-top: 50px;
}
.gallery_grid .grid-item{
    padding: 50px 50px !important;
}
.mobile_menu{
    display: none;
}
/* Text_colur */
.int_heading.int_heading_white h4,
.int_heading.int_heading_white h2{
    color: var(--white-colour);
}
.int_prog_box h2{
    color: var(--white-colour);
}
.progress_rightbox p span{
    color: var(--white-colour);
}
.int_service_box2 p a{
    color: var(--font-colour);
}
/* swiper js */
.video-testimonial{
    font-weight: 300;
}
swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-section{
    padding: 100px 0 100px 0;
  }
  .client-testimonial h3{
    font-size: 45px;
    font-weight: 700;
    color: var(--white-colour);
    padding: 10px 0;
  }
  .client-testimonial p{
    padding: 0 50px 0 0;
  }
  .swiper-button-next, 
  .swiper-button-prev

  {
    color: var(--white-colour) !important;
    
  }
  .banner_navi .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '' !important;
  }
  /* Change the color of the inactive dots */
  .swiper-pagination-bullet {
    background-color: var(--white-colour) !important; /* Example color: grey */
  }
  .swiper-pagination-bullet-active{
    background-color: var(--font-colour) !important;
  }

/* responsive */
@media (max-width: 580px){
    .int_nav{
        margin-right: 0;
    }
    
}

@media (max-width: 991px){
    .video_file{
       position: absolute;
       top: -150px;
    }
    .int_progresbar_wrapper.wrapper_two{
        margin-bottom: 100px;
        background: #212529 !important;
        width: unset;
    }
    .swiper-slide br{
        display: none;
    }
}
@media (max-width: 776px){
    .video_file{
       position: absolute;
       top: -120px;
    }
}
@media (max-width:1199px){
    .int_service_wrapper {
        z-index: unset;
    }
}