
/* carousel */

@media screen and (max-width: 1200px) {

    .carousel-inner img.main-carousel-img {
        
        width: 100%;
        height: 100%;

            
    } 

}

@media screen and (min-width: 1200px){
	
    div.main-carousel-item {
        height: 33rem;		
    }
    
    .carousel-inner img.main-carousel-img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
		max-width: 100%;
        height: 100%;
	
    }
    
}


.pl-150{
    padding-left:150px;
}

.card .carousel-item{
    height:200px;
}
.card .carousel-inner img{
    width:100%;
    height:100%;
}


.trunc-card-text{
    height: 70px; 
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.news-card{
    border-radius:0px;
   
}
.news-card:hover{
    
    border-radius:0px;
    border-bottom: 5px solid #0091df;
}

.btn-nu{

    color: white;
    background-color: #0091df;
    
}

.btn-nu:hover{

    color: white;
    background-color: #002133;
    
}


.fancy, .fancy-light {
    line-height: 0.5;
    text-align: center;
  }
  .fancy span, .fancy-light span {
    display: inline-block;
    position: relative;  
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #0091df;
    border-top: 2px solid #0091df;
    top: 0;
    min-width: 400px;
  }
  
  .fancy-light span:before,
  .fancy-light span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    width: 400px;
  }

  .fancy span:before, .fancy-light span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy span:after , .fancy-light span:after{
    left: 100%;
    margin-left: 15px;
  }

  .card-br-0{
      border-radius:0px !important;
  }


  .line-height{
      line-height: 25px;
  }

  .section-margin{
      margin-top:50px;
  }
