/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}

.my-navbar{
	padding: 0;
	height: 80px;
}

.my-navbar img{
	height: 40px;
}

.navbar-light .navbar-nav .my-nav-link{
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}

a.text-black, a.text-black:hover{
	color: #333;
	text-decoration: none;
}

.mt-20{
	margin-top: 20px;
}

.mb-20{
	margin-bottom: 20px;
}

.text-gray{
	color: #666;
}

.carousel-item {
  height: 65vh;
  min-height: 700px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.text-right{
	text-align: right;
}

.product-box .row{
	margin-top: 50px;
}

.product-img-box img{
	height: 100%;
	width: 100%;
}

.product-txt-box{
	margin-top: -5px;
}

.product-details-row{
	margin-top: 30px;
}

.dropdown-toggle::after{
	content:none;
}

.my-list-box h6{
	font-weight: bold;
}

.my-list-box ol{
	padding-left:15px;
}

.news-box h5{
	font-weight: bold;
}

.news-container{
	margin-top: 20px;
	margin-bottom:100px;
	min-height: 800px;
}

.news-box li{
	margin: 15px 0px;
}

.news-box a{
	text-decoration: none;
	color: #666;
}

.news-box a:hover{
	text-decoration: underline;
	color: #333;
}

.my-form-box{
	margin-top: 50px;
	min-height: 500px;
}

.my-form-box h5{
	text-align: center;
	font-weight: bold;
}

.my-form-box table{
	margin-top: 30px;
	width: 100%;
}

.my-form-label{
	padding-bottom: 15px;
	width: 80px;
}

.my-form-input{
	padding-bottom: 15px;
}













