/*Hide video section*/
.video-intro { display: none; }

/*Slideshow's title size*/
.slideshow .slider-content-inner .item-title {
  font-size: 40px;
  color: #234269;
  margin-top: 0px !important;
  /*margin-left: 100px;*/
  
}

/*Slideshow's description*/
.slideshow .slider-content-inner .item-desc {
  font-size: 20px;
  margin-top: 1px !important;
  margin-left: 0px;
  /*color: rgba(0, 0, 0, 0.8) !important; */
  color: #234269 !important;
}

/*Slideshow's content size*/
    .slideshow .slider-content-inner {
      max-width: 36% !important;  /* change to the value which suits your need */
    }


/*Primary button properties*/
.btn-primary {
  	color: #003366 !important;
}

/*Secondary button properties*/
.btn-lg {
color: #ffffff !important;
}

/*.slider-content-inner .btn-primary{background:#000 !important;}*/
.slider-content-inner .btn-transparent{background:#234269 !important;}


/*Megamenu line height*/
.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li { 
  line-height: 1.0; 

}