.h1, h1 {
  font-size: 1.5rem !important;
}

.h2, h2 {
  font-size: 1.3rem !important;
}

.h3, h3 {
  font-size: 1rem !important;
}

.h4, h4 {
  font-size: 0.9rem !important;
}

.h5, h5 {
  font-size: 0.8rem !important;
}

.h6, h6 {
  font-size: 0.7rem !important;
}

@media only screen and (min-width:1200px) {
  .headlogo img.logo {
      height: 70px!important;
      /*position: absolute;
      bottom: -15px;*/
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 70px !important;
  }
}

.banner img{
  border-radius: 10px;
}
.of-drop-down .second {
    min-width: 350px !important;
  }

.top-info i.fa-sitemap, #myOverlay i.fa-sitemap {
    font-size: 1.1rem;
    border-radius:100%;
    padding:12px;
  }

.linetitle {
    width: 55% !important;
}

.news img {
    border-radius:10px;
}

@media (min-width: 1400px) {
    #owl-slider .owl-prev, #owl-slider .owl-next {
      bottom: 5% !important;
    }
  }


  @media only screen and (min-width: 1200px) {
    .owl-event1 .owl-next, .owl-safiran .owl-next, .owl-event1 .owl-prev, .owl-safiran .owl-prev, .owl-product .owl-prev, .owl-product .owl-next {
      line-height: 0.4 !important;
    }
  }
/* 
  @media only screen and (min-width: 1200px) {
    .owl-event1 .owl-prev, .owl-event1 .owl-next, .owl-product .owl-prev, .owl-product .owl-next {
        top: -18% !important;
    }
  }

  @media (min-width: 1400px) {
    .owl-safiran .owl-prev, .owl-safiran .owl-next {
      top: -25% !important;
    }
  } */

  @media only screen and (max-width: 1119px) {
    .owl-event1 .owl-next, .owl-safiran .owl-next, .owl-event1 .owl-prev, .owl-safiran .owl-prev {
      line-height: 0.3 !important;
      font-weight: bold;
    }
  }

  .owl-event1 .item .e1-details h3 {
    color: #333135;
    margin-right: 5px;
    font-size: 0.8rem;
    min-height: 46px !important;
  }
/* 
  .owl-event1 .item .e1-details p, .morelnk {
    min-height: 96px !important;
  } */

  .news h3 {
    color: #071227;
    margin-bottom: 7px;
    font-size: 0.85rem;
  }

  .report .row h3 {
    font-size: 0.8rem;
    line-height: 2;
  }

  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}

.scroll-to-top:hover {
    background-color: #0056b3;
}