.limitText{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nav-item > .active{
	color:#C22026 !important;
}

.nav-item > a:hover{
	color:#C22026 !important;
}

#load_div{
	display:none;
	z-index:9999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.CareerCom > p{
	font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #999;
    text-align: justify;
}

.form-control:disabled, .form-control[readonly] {
    background:none;
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show>.btn-danger.dropdown-toggle, .btn-danger.focus, .btn-danger:focus {
	border-color:transparent;
    box-shadow:none;
}

.CategoryDiv {
    /*height: 316px;
    display: flex;*/
}

.tx7{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#SubPageImg img{
	width:100%;
}

<!-- OUR CUSTOMERS -->
#ourCustomer {
  position: relative;
}
#ourCustomer .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
}
#ourCustomer .MS-content .item {
  display: inline-block;
  width:25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #ourCustomer .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #ourCustomer .MS-content .item {
    width: 100%;
  }
}
#ourCustomer .MS-content .item .imgTitle {
  position: relative;
}

#ourCustomer .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

#ourCustomer .MS-content .item p{
	color:#CA040A !important;
}

#ourCustomer .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size:40px;
  top:40%;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#ourCustomer .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #ourCustomer .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #ourCustomer .MS-controls button {
    font-size: 20px;
  }
}
#ourCustomer .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #ourCustomer .MS-controls .MS-left {
    left: -10px;
  }
}
#ourCustomer .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #ourCustomer .MS-controls .MS-right {
    right: -10px;
  }
}

.homeSliderItem{
	/*height: 65vh;*/
	min-height: 450px;
}

.catButton{
    color: #666 !important;
	
	margin-left:23px;
	margin-right:30px;
    border: 0px;
    padding: 30px 45px;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.7s ease-in-out;
	font-style: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.catbuttons .active{
	color: #9a0b0b !important;
}

.catButton:hover{
	color: #9a0b0b !important;
}

/*.catButton{
	background: red;
	margin-left:60px;
    border: 0px;
    color: white;
    padding: 30px 45px;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.7s ease-in-out;
	font-style: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.catbuttons a .active{
	background: #9a0b0b;
}

.catbuttons a button:hover{
	background: #9a0b0b;
}*/
.navbar{
	padding-top:0px !important;
}


.dropdown-menu a li{
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform:uppercase;
	line-height:2.5em;
	padding:0 10px;
}

.dropdown-menu a:hover {
    color: #C22026 !important;
	background-color:#CCC !important;
}

.dropdown-menu a:focus{
	box-shadow:none !important;
}

.socialMedia{
	text-align:right;
}

@media (max-width: 990px){ 
	.socialMedia{
		text-align:center;
	}
}