
  .card{
	  border:none;
  }
   .card-header{
    background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
    color: #e3d050;
	/*background:#920e14;*/
    display: flex;
    justify-content: space-between;
    padding: 6px 8px;
    align-items: center;
    border:none;
}
.card-header h5{
    margin:0px;
    font-size: 18px;
    border:none;
}
.card-body{
	background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
}
.card-footer
{
	background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
	border:none;
}
.holder { 
 
  height:250px;
  overflow:hidden;
 
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
 
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.news-date{
    font-size:16px;
    margin-right:5px;
    font-weight:500;
    background: linear-gradient( 90deg, rgb(31 148 179) 24%, rgb(36 131 157) 61%, rgb(34 146 169) 100% );
    color: #ffffff;
    padding:2px 5px;
    border-radius:2px;
    display:inline-block;
    text-align:center;
    
}
.holder ul li{
    border-bottom:1px solid #eee;
    padding:2px 0px;
}
.holder ul li a{
    font-size:14px;
   line-height:20px;
    font-weight:500;
    margin: 0px !important;
    color:#fff;
}
.view-all{
        margin: 0px !important;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}


.text-red {
  color: red;
   font-size:12px;
    font-weight:600;
}

.blink-hard {
  animation: blinker 1s step-end infinite;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.p-r-0{
    padding-right:0px;
}



.card {
  
   /*background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(36 131 157) 61%, rgb(34 146 169) 100% );*/
    border-radius: 10px;
    overflow: hidden;

}
.c-title{
        font-size: 20px;
    margin: 0px;
    color: #4774d9;
}
.card__action {
  margin-left: auto;
  align-self: flex-start;
}
.card__content {
  transition: all 0.3s;
}

.card__content__image {
  height: auto;
}
.card__content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__content-body {
  padding: 0 16px 0 16px;
   background: #fff;
}
.card__content-body__date {
  background: #fff;
  position: relative;
  text-align: center;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  margin-top: -30px;
  margin-bottom: 14px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.card__content-body__date p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
      margin: 0px;
}
.card__content-body__date span {
  font-size: 12px;
  font-weight: 500;
}
.card__content-body-title {
     font-size: 14px !important;
    line-height: 18px;
}
.card__content-body-date {
  font-size: 12px;
}
.card__content-body-users {
  margin-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col-md-2._frt-rw1:after {
       top: 7px;
    display: block;
    width: 5px;
    height: 25px;
    right: 0;
}
._wts-nw span {
    font-size: 24px;
    position: relative;
    right: 2px;
    bottom: 5px;
}
._wts-nw h5 {
    padding-top: 10px;
    padding-left: 41px;
    margin: 0px;
}
#slider2 {
    /* margin: auto; */
    overflow: hidden;
    padding: 20px;
    margin-top: 0px;
    position: relative;
    width: 1000px;
}




div#slider2 p {
    color: #fff !important;
    font-size: 14px;
}

#slider2 ul {
  
    top: 10px;}
.row._news-bk {
   background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
}
.carousel-item.active {
    background-color: #fff;
   
}




/*With Simple Caption*/
.column#caption {
	position: relative;
}


/* Craeted refering to LittleSnippets.net Pen: https://codepen.io/littlesnippets/pen/adLELd */
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
}
.frame img {
	width: 100%;

}
.frame .details {
	width: 70%;
	height: 80%;	
	padding: 20% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background-color: rgba(0, 94, 184, 0.92);
	opacity: 0;
	transition: all 0.4s ease-in;
	
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}
.know{
        background-color: #fff;
    padding: 2px 5px;
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.galley-with-twitter-section {
    display: block;
    width: 100%;
    padding: 26px 0px !important;
    background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
}
.redmore {
    padding: 4px 12px;
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    background-color: #e76f20;
}
.list-stl{
        padding: 40px 0px;
}
.list-stl .accordion {
    width: 100%;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 0;
    background: #f1f1f1;
   
}
.accordion:hover{
    background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
}
.accordion.active{
    background: linear-gradient( 90deg, rgba(6, 127, 159, 1) 24%, rgb(8 90 192) 61%, rgba(0, 212, 255, 1) 100% );
}
.list-stl .panal {
    
    margin-top: -5px !important;
}
.twitter-box {
   
    height: 335px !important;
   
}

._socail-ico1 ul li a {
    margin-right: 0px;
    margin-left: 0px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 65%;
    line-height: 35px;
    display: block;
    font-size: 25px;
}
.slick-prev:before, .slick-next:before{
    color:#000;
        font-size: 30px;
}

