/*.hero-area {
top: 142px;
}*/
.news-holder p {
margin-bottom: 12px;
}

.news-headlines strong {
display: inline-block;
width: 35px;
height: 35px;font-weight: 600;
border: 5px solid;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
border-color: #004734;
margin-right: 5px;
border-radius: 50%;
color: #fff;
margin-bottom: 0;
text-align: center;
line-height: 27px;
font-size: 16px;
float: left;
}
.news-headlines li

.news-holder {
max-width: 100%;
margin: 0 auto;

font-size: 13px;
}

.news-holder * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.cf {
    
}

.news-headlines {
list-style: none;

list-style: none;
position: absolute;
z-index: 100;
left: 0;
top: 33%;
}
.news-content h2 {
	/* font-size: 24px; */
	position: absolute;
	top:41%;
	padding-bottom: 0;
	padding-left: inherit;
	color: #fff;
	font-size: 54px;
	/* width: calc(100% - 540px); */
	font-weight: 700;
	text-shadow: none;
	text-transform: capitalize;
	width: 800px;
	text-align: center;
	transform: translate(-50%,-50%);
	left: 50%;
	font-style: normal;
 /* border-top: 10px solid #08a72b;*/
  padding-top: 24px;
}
.smallCal {
      clear: both;
  font-size: 12px;
  color: #fff;
  margin-left: 0;
  margin-top: 46px;
  font-style: normal;
  font-weight: 400;
}
.smallCal .fa.fa-calendar {
	padding-right: 10px;
}
.news-headlines li i {
  font-style: normal;
  align-self: center;
  font-size: 15px;
  float: left;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 20px;
  letter-spacing: -0.023em;
}
.nh-img img {
    height:66px;
    width:100%;
    object-fit:cover;
        border: 2px solid #fff;
}
.news-headlines li {
    padding: 5px 20px 5px 24px;
    clear: both;
    margin-bottom: 0;
    position: relative;
    height: auto;
    z-index: 20;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    margin-bottom: 0;
   
   border-bottom: 1px solid #fff3;
  padding-bottom:9px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;


}
.news-headlines li.selected {
    background:#004734;
}
.news-headlines li:nth-child(1).nh-anim.selected {
    
}
.news-headlines li:nth-child(3).nh-anim.selected {
   
}

.nh-anim {
-webkit-transition: all .75s ease-out;
-moz-transition: all .75s ease-out;
-o-transition: all .75s ease-out;
transition: all .75s ease-out;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

.news-headlines li:before {
/*content: "";
display: inline-block;
width: 5px;
height: 5px;
background: #888;
vertical-align: middle;
margin-left: -12px;
margin-right: 7px;*/
}

.news-headlines li:hover, .news-headlines a:hover {
cursor: pointer;
text-decoration: underline;
}

.news-headlines .highlight {
/*width: 10px;*/
/*background: #FFf;*/
/* border-top: solid 1px #999;
border-left: solid 1px #999;
border-bottom: solid 1px #999;*/
position: absolute;
top: auto;
border:none;
left: -10px;
z-index: 10;
}
.nh-anim.selected strong {
border-color: #004734;
color:#004734;

}
.news-headlines .highlight:before {
display: none;
}

.news-headlines {
	height: auto;
	padding-right: 10px;
	bottom: 5px;
	background: #1f1f1fd1;
	right: 0;
	/* top: 0px; */
	padding: 20px;
	border-radius: 1px;
	width:428px;
	border-left: none;
	border-bottom: none;
	left: auto;
	/* display: flex; */
	flex-direction: column;
	padding-top: 0;
	justify-content: space-around;
	/* position: static; */
	/* float: right; */
	position: absolute;
	/* right: 0; */
	top: 0;
	justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.news-preview {
	float: left;
	/* width: 100%; */
	position: relative;
	z-index: 5;
	margin-left: -1px;
	/* position: relative; */
	width: 100%;
}

.news-preview img {
display: block;
border: solid 1px #999;
width: 100%;
height: auto;

max-height: 659px;
margin: 0 auto 5px auto;
} 

.news-content {
position: absolute;
right: 0;
z-index: 10;
-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 0px;
left: 0;

opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
}
.news-content img {
-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
transition: all 0.5s ease;
   
}
.top-content {
  visibility: visible;
  opacity: 1;

}

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.cf:after {
clear: both;
}

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
    *zoom: 1;
}

@media screen and (max-width:991px) { 
.news-headlines li {
  font-size: 13px;
  margin-bottom: 5px;
}
.hero-area {
    top: 127px;
}
}

@media screen and (max-width:767px) { 
  .news-headlines {
    top: 7%;
  }
  .news-headlines {
    width: 229px;
  }
  .news-headlines li i {
    width: 173px;
  }
.news-headlines li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.hero-area {
    top: 87px;
}
}

@media screen and (max-width:550px) { 
.news-headlines {
  width: auto;
  left: 0;
}
/*.nh-anim i { text-shadow: 1px 2px 6px #000, 1px 2px 6px #000, 1px 2px 6px #000;}*/
.nh-anim i { text-shadow: none;}
.nh-anim.selected i {
  color: #75d6f6;
}
.news-headlines li {
  padding-top: 0;
  padding-bottom: 0;
}
.news-headlines li i {
    width: 135px;
    line-height: 1.1;
}
.news-headlines .highlight {
  background: none;
}
.news-content {width: 150%;}
}







/*//news css*/
/*!
 *  T4B News Ticker v1.3 - 8 May, 2024
 *  by @realwebcare - https://www.realwebcare.com/
 */
.ticker-news {
    background: #fff;
    height: 40px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.ticker-news span {
    background: #dd3737;
    height: 40px;
    float: left;
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 40px;
}
.ticker-news ul{
	list-style: none;
    list-style-image: none;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.ticker-news ul li {
	height: 40px;
    line-height: 38px;
	list-style-type: none;
	font-size: 14px;
	margin-left: 10px;
}
.ticker-news ul a {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    color: #696969;
    font-size: 14px;
}
.ticker-news ul a:hover {
    color: #0199BC;
}
.ticker-news p {
    margin: 0 !important;
}

/*
    jquery.liScroll
-----------------------------------------------*/
.ticker-news .tickercontainer {
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
    background: #fff;
	position: relative;
}
.ticker-news .tickercontainer .ticker-mask {
	position: relative;
	width: 99%;
	left: 10px;
	top: 0;
	overflow: hidden
}
.ticker-news .tickercontainer ul.newsticker {
	position: relative;
	left: calc(100% - 1px);
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.ticker-news .tickercontainer ul.newsticker li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	list-style: disc;
	list-style-image: none;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
}
.ticker-news .tickercontainer ul.newsticker li a {
	white-space: nowrap;
	padding: 0;
	color: #696969;
	margin: 0;
	font-size:14px;
	font-weight: 600;
    text-decoration: none;
}
.ticker-news .tickercontainer ul.newsticker span {
	margin: 0 10px 0 0;
}
.ticker-news .tickercontainer .t4bScroll-controls {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 82px;
    height: 38px;
}
.tickercontainer .t4bScroll-prev,
.tickercontainer .t4bScroll-role,
.tickercontainer .t4bScroll-next {
	background: url(../images/sprites.gif) no-repeat 1px 2px;
	cursor: pointer;
	height: 25px;
	position: absolute;        
	text-align: left;
	text-indent: -9999px;
	top: 50%;
    transform: translateY(-50%);
}
.tickercontainer .t4bScroll-prev {
	right: 55px;
	width: 25px;
}
.tickercontainer .t4bScroll-role {
	background-position: -25px -24px;
	right: 25px;
	width: 25px;
}
.t4bScroll-playing .t4bScroll-role {
	background-position: -25px 2px;
}
.tickercontainer .t4bScroll-next {
	background-position: -100px 2px;
	right: 0px;
	width: 25px;
}

/* Slider Button Styles */
.slider-button-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
}

.slider-view-details-btn {
    background: #004734;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: inline-block;
}

.slider-view-details-btn:hover {
    background: #fff;
    color: #004734;
    border-color: #004734;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.slider-view-details-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 71, 52, 0.3);
}

/* Ongoing Animation for View Details Buttons */
.prt-btn {
    animation: buttonPulse 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.prt-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: buttonShine 3s ease-in-out infinite;
}

.prt-btn i {
    animation: buttonArrow 1.5s ease-in-out infinite;
    display: inline-block;
    margin-left: 8px;
}

/* Specific styling for the custom button classes */
.prt-btn-size-md {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
}

.prt-btn-shape-rounded {
    border-radius: 25px;
}

.prt-btn-style-border {
    border: 2px solid currentColor;
    background: transparent;
}

.prt-btn-color-whitecolor {
    color: white !important;
    border-color: white;
}

.prt-btn-color-whitecolor:hover {
    background: white;
    color: #004734 !important;
    border-color: white;
}

/* Button Pulse Animation */
@keyframes buttonPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }
}

/* Button Shine Effect */
@keyframes buttonShine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* Button Arrow Animation */
@keyframes buttonArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/* Responsive adjustments for the button */
@media (max-width: 768px) {
    .slider-button-container {
        bottom: 15px;
    }
    
    .slider-view-details-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .slider-button-container {
        bottom: 10px;
    }
    
    .slider-view-details-btn {
        padding: 6px 16px;
        font-size: 11px;
    }
}