

.hidden {
display: none;
}

@media all and (min-width:1024px){
      .rev_slider{
            margin-top: 50px !important;
      }
}


/*----------INFO ICONS-----------*/
.fact-box{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fact-title {
    font-size: 38px !important;
    text-align: center;
    padding-bottom: 17px !important;
    padding-top: 24px !important;
    line-height: 2 !important;
}
fact-title .fa {
    color: #0474dc !important;
    padding-bottom: 20px !important;
    line-height: 2 !important;
}

.fact-title * {
    display: block;
}

.fact-title .lead {
    font-size: 13px;
    color: #0474DC;
    font-weight: bold;
    margin-bottom: 0;
}

.fact-info {
  position: absolute;
  bottom: 0;
  top:100%;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255, 0.94);
  overflow: hidden;
  /*width: 100%;*/
  height: 0;
  transition: all .5s ease;
  padding:  30px;
  text-align: center;
  font-size: 0.8em;
  border-bottom: 2px solid #0474dc;
}

.fact-box:hover .fact-info {
   height: 100%;
   top: 0;
}

/*--------------MENUBAR-------------*/
nav.main_menu>ul>li>a{
      font-weight: 500;
      padding: 0px 10px;
}


/*---------------LATEST NEWS CAROUSEL-----------------*/

.qode-blog-carousel-titled .qode-bct-title-holder{
      /*background: #d8d8d8;*/
      background: #fff;
      display: block;
      position: static;
      height: auto;
      border: none;
}

.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev, 
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next{
      border: none !important;
}

.arrow_carrot-left{
margin-left: -55px !important;
}

.arrow_carrot-right{
margin-right: -55px !important;
}

.arrow_carrot-left, .arrow_carrot-right {
      color: #fff !important;
}


/*------------------------TESTIMONIALS----------------------*/
#testimonials h2 {
    float: right;
    color: #fff;
    font-size: 12px;
    text-transform: none;
    color: #fff;
    width: 150px;
}

#testimonials .wpb_single_image .vc_single_image-wrapper{
  border: 4px solid #ccc;
border-radius: 50%;
}

#testimonials .vc_single_image-wrapper {
    margin: 0 0 20px 0;
    width: 80px;
    height: 80px;
border-radius: 50%;
}

.wpb_content_element.wpb_single_image img{
  border-radius: 50%;
}

#testimonials .wpb_wrapper p{
    /*background: rgba(95,156,241,0.6);*/
    padding: 20px;
    color: #fff;
    font-size: 12px;
    position: relative;
    font-style: italic;
    line-height: 18px;
}
