.body {
  background-color: rgb(246, 248, 248);
  padding-top: 185px;
}

/* Return-to-top button */
#myBtntest {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 99;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border: none;
  outline: none;
  background-color: #6c757d;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.15s ease, transform 0.15s ease;
}

#myBtntest:hover {
  background-color: #555;
  transform: translateY(-2px);
}
/* End of return-to-top button */


/* Carousel */

/*SETTINGS OF IMAGES INSIDE THE CAROUSEL*/
.c-item {
  height: 550px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

/*SETTINGS OF IMAGES INSIDE THE CAROUSEL*/

/* Setting aboutus Buttom */
#aboutus{
  border-radius: 50px;
}


/* Setting aboutus Buttom */

/*End of Carousel */

/* Mcs Legtend */
#McsLegend1 {
  background-color: rgb(0, 0, 0);
  opacity: 100%;
  height: fit-content
}

/* Mcs Lengend */

/* icon css library */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* icon css library */


  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Mcs Phone & Fax */
.footertext {
  color: rgb(148, 149, 150);
}


/* Mcs Mail */
#MailSupport {
  color: rgb(148, 149, 150);
  background-color: transparent;
  border-radius: 15px;
  text-align: justify;
}
#MailSales {
  color: rgb(148, 149, 150);
  background-color: transparent;
  border-radius: 15px;
  text-align: justify;
}

#Mail:hover {
  transform: scale(1.15);
}


#SalesMail {
  color: rgb(229, 230, 231);
}

#media:hover {
  transform: scale(1.05);
}

#MCSLogoGif{
  height: 151px;
  width: 233px;
 
}
#McsImgLogo{
  height: 151px;
  width: 233px;
  
}
#color{
  background-color: rgba(245, 244, 244, 0.493)
}



a{
  text-decoration: none;
  color: #002e57;
}
#textbkg{
  background-color: #002e57;
  color: white;
}

.textbkg{
  background-color: #002e57;
}

.McsModal{
  margin-top: 0px;
}

/* data table */

div.container {
  width: 80%;
}