.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.menu-link {
	padding-right: 30px !important;
}
.scrollable-div {
	max-height: 300px;
	overflow-y: auto; 
}
.field-info {
	font-size: 10px;
}

.jumbotron {
	padding: 20px 40px !important;
}
.bottom-padding {
	padding-bottom: 20px;
}
.custom-nav-bar {
	padding-left: 10px;
}
.custom-nav-bar ul {
	padding-top: 25px;
	font-size: 16px;
}
.logo {
	background-image: url('../images/logo.png');
	width: 110px;
	height: 110px;
	padding:0px !important;
}

.navigation-bar{
	min-width: 743px;
	padding: 0px !important;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
  .navbar-collapse ul{
		width:600px;
  }
}

.project_image{
	width:100%;
	height: 242px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

textarea {
    resize: none;
}
.nav-tabs, .nav-pills {
    text-align:center;
}

/* Home slider */

.slider_home{
	z-index: 95;
	margin-top:195px;
}

.slider_home_buttons{
	background-image: none !important;
	color:black !important;
}

.slider_image{
	margin:auto;
	height: 400px !important;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.slider_text{
	width: 100%;
    height: 70px;
    color: black;
    font-weight: 300;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding-top: 20px;
}

.slider_item{
	background-color:white;
	border-radius: 7px;
}

/* Home slider ends */

/* Testimonial slider */

.test_slider_item{
	display: inline-block;
    height: 100%;
    position: relative;
    margin:0 10px;
    word-break:break-word;
}

.test_slider_wrapper{
	position: relative;
	left:0px;
	transition: left 0.6s ease-in-out;
    -webkit-transition: left 0.6s ease-in-out;
    -moz-transition: left 0.6s ease-in-out;
    -o-transition: left 0.6s ease-in-out;
}

.slider_parent{
	overflow: hidden;
	position: relative;
}

.test_slider_buttons{
	background-image: none !important;
}

.test_slider_buttons > span{
    color: black;
}

/* Testimonial slider ends */

#fh5co-about .row-flex, #fh5co-intro .row-flex {
	display: flex;
}

#fh5co-about .row-flex .col-md-4, #fh5co-intro .row-flex .fh5co-block{
	display: flex;
	flex-grow: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .slider_text {
    font-size: 13px;
  }
	#fh5co-about .row-flex, #fh5co-intro .row-flex {
	  display: block;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/* Testimonial slider ends */