.require_alert {
    float: left;
    background-color: transparent;
    position: relative;
    left: 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    right: 0;
    bottom: -5px;
    color: #D70000;
    padding:0;
}
.newsImages{
    margin-top: 25px;
}
.newsImages h3{
    font-size: 14px;
}
.newsImages .owl-carousel{
    border:1px solid #e8e8e8;
    padding:5px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ddd;
    background-color: #fff;
    margin-top: 15px;
}
.owl-next {
    right: 0;
}
.owl-prev {
    left: 0;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.owl-next i, .owl-prev i{
    width: 35px;
    height: 35px;
    background-color: #000;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.header-banner-slider .owl-item{
	max-height: 120px;
	overflow: hidden;
	border-radius: 10px;
}
.header-banner-slider.owl-carousel .owl-item img {
  object-fit: cover;
  max-height: 120px;
}
.header-banner-slider .owl-next, .header-banner-slider .owl-prev {
  width: 50px;
}
.header-banner-slider a{
    display: block;
}

.news-section-1-banner-slider .owl-item{
	border-radius: 10px;
}
.news-section-1-banner-slider .owl-next, .news-section-1-banner-slider .owl-prev {
  width: 50px;
}
.news-section-1-banner-slider a{
    display: block;
}

.news-section-2-banner-slider .owl-item{
	border-radius: 10px;
}
.news-section-2-banner-slider .owl-next, .news-section-2-banner-slider .owl-prev {
  width: 50px;
}
.news-section-2-banner-slider a{
    display: block;
}

.right-sidebar-banner-slider .owl-item{
	border-radius: 10px;
}
.right-sidebar-banner-slider .owl-next, .right-sidebar-banner-slider .owl-prev {
  width: 50px;
}
.right-sidebar-banner-slider a{
    display: block;
}

.right-sidebar-post-slider .owl-item{
	border-radius: 10px;
}
.right-sidebar-post-slider .owl-next, .right-sidebar-post-slider .owl-prev {
  width: 50px;
}
.right-sidebar-post-slider a{
    display: block;
}
.iIcons{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50px;
    background: #ff7d00;
    display: inline-block;
    text-align: center;
}
.fDetails{
    width: 85%;
    word-wrap: break-word;
    word-break: break-word;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 12px;
  gap: 15px;
}
.footer-contact li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}
.footer-contact li i {
  color: var(--color-white);
}
@media all and (max-width: 1199px) {
    .fDetails {
        width: 79%;
        word-wrap: break-word;
        word-break: break-word;
    }
}