
.bg-footer
{
    background-color: #252525;
}
.ad-banner h2
{
    line-height: 1.3;
}
.ad-banner .h3 {
    font-size: 27px;
}
.form-control-lg {
    font-size: 16px !important;
}
h1, .h1 {
    font-size: 45px !important;
}
.about-right .h6 {
    font-size: 13px !important;
    line-height: 2.2;
}
/*h2, .h2 {*/
/*   font-size: 28px !important;*/
/*    line-height: 39px;*/
/*}*/
/*.about-us .about-left h2, .h2 {*/
/*    font-size: 29px !important;*/
/*}*/
.blog h4, .h4 {
    font-size: 18px !important;
}
.pt-60 {
    padding-top: 65px !important;
}
.swiper-button-next, .swiper-button-prev 
{
    color: #dc2516 !important;
}
.swiper-pagination {
    position: relative !important;
}
.swiper-pagination-bullet-active
{
    background: #dc2516 !important;
}
.w-80 {
    width: 80% !important;
}
.process-box h4
{
    font-size: 21px !important;
}
p
{
    color: #222;
}
.footer-inner p
{
    color: #fff;
}
/* WHATSAPP FLOAT BUTTON */


element.style {
}
.whatsapp-float {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 18px;
    right: 80px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.whatsapp-float:hover{
  color: #fff;
  transform: scale(1.08);
}
.services-info p {
    color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px 5px 0px 5px !important;
}





/* =========================
   VIDEO GALLERY SLIDER
========================= */

.videoGallerySlider{
  padding-bottom: 80px;
  overflow: hidden;
}

.videoGallerySlider .swiper-wrapper{
  align-items: stretch;
}

.videoGallerySlider .swiper-slide{
  height: auto;
}

/* CARD */
.video-gallery-box{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 520px;
  width: 100%;
}

/* VIDEO */
.video-gallery-video{
  width: 100%;
  height: 100%;
}

.video-gallery-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* THUMB */
.video-gallery-thumb{
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: .4s;
}

.video-gallery-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HOVER EFFECT */
.video-gallery-box:hover .video-gallery-thumb{
  opacity: 0;
}

/* OVERLAY */
.video-gallery-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.1)
  );
}

/* CONTENT */
.video-gallery-content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.video-gallery-content h4 a{
  color: #fff;
  text-decoration: none;
}

.video-gallery-content p{
  color: #ddd;
  margin-bottom: 0;
}

/* PLAY BUTTON */
.video-gallery-play{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 6;

  display: flex;
  align-items: center;
  justify-content: center;
}

.video-gallery-play i{
  color: #fff;
}

/* NAVIGATION */
.videoGallerySlider .swiper-button-next,
.videoGallerySlider .swiper-button-prev{
  color: #ff5a1f;
}

.videoGallerySlider .swiper-button-next:after,
.videoGallerySlider .swiper-button-prev:after{
  font-size: 22px;
}

/* PAGINATION */
.videoGallerySlider .swiper-pagination{
  bottom: 0 !important;
}

.videoGallerySlider .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.videoGallerySlider .swiper-pagination-bullet-active{
  background: #ff5a1f;
}
.videoGallerySlider{
  overflow: hidden;
  padding-bottom: 80px;
}

.videoGallerySlider .swiper-slide{
  height: auto;
}

.video-gallery-box{
  width: 100%;
}
h2, .h2 {
    font-size: 40px;
    line-height: 44px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 18px;
}
.service-info h4  {
    margin-bottom: .5rem !important;
}
.banner-slide h2  {
    font-size: 60px !important;
    line-height:64px !important;
}










@media (max-width: 743px) {
    .home-3 .banner .banner-slide h2 {
        font-size: 44px !important;
    }
    .banner-slide h2 {
    line-height: 46px !important;
}
}