.sec-marquee{
  background: #3258bd;
  padding: 9px;
}
.sec-marquee marquee{
  font-size: 20px;
  color: #fff
}
.text-red{
  text-align: left;
     color: #ef2100 !important;
     padding: 10px;
         border-left: 5px solid #f00;
}
.sec-rate{
   /* The image used */
  background-image: url("../images/rate.jpg");

  /* Set a specific height */
  min-height: 240px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-padding{
  padding: 0px !important
}
.sec-rate .card{
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.10);
}
.sec-rate h2{
  color: #000
}
.sec-rate .card:hover{
  background: #eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.sec-rate .price{
  font-size: 52px;
    font-weight: bold;
    color: red;
    text-align: center !important;
}

.price span{
  font-size: 22px;
  color: #979797
}
.sec-rate a{
      padding: 11px;
   color: #ef2100;
    border: 1px solid #f00;
}

.sec-news{
  background: #eee
}
.no-padding{
  padding: 0px !important
}
.sec-news .card{
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.10);
}
.sec-news p{
  padding: 25px;
  height: 130px;
  font-size:16px;
}
.sec-news h2{
  color: #000
}
.sec-news .card:hover{
  background: #eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.sec-news img{
  height: 210px;
} 


 
.sec-news a{
    padding: 11px;
   color: #ef2100;
    border: 1px solid #f00;
}

.sec-news a:hover{
  background: #f00;
  color: #fff
}
.sec-rate a:hover{
  background: #f00;
  color: #fff
}

.section7{
  background: none !important
}

.sec-sidebar{
  position: absolute;
}


.sec-sidebar {
    position: absolute;
    z-index: 9999;
    margin: auto;
    top: 33.8%;
    width: 125px;
    background: #cccccc94;
    float: right;
    right: 0;
    text-align: center;
}
.sec-sidebar ul
{
  padding: 0px;
      margin-bottom: 0px;
}
.sec-sidebar ul li{
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #fff;
  color: red;
  font-size: 13px;
}
.sec-sidebar ul li:hover{
  background: #eee
}