.body {
  background-color: rgb(246, 248, 248);
  /* padding-top: 185px; */
}

/* return bnt */
#myBtntest {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtntest {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 50px;

}

#myBtntest:hover {
  background-color: #555;
}


#myBtntest:hover {
  background-color: #555;
}

/* End of return bnt  */


/* 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: 69px;
  width: 106px;
}

#McsImgLogo{
  height: 67px;
  width: 104px;
  
  
}
#color{
  background-color: rgba(245, 244, 244, 0.493)
}

#bkcolor{
  background-color: #004b8d;
}

a {
  text-decoration: none;
  color: #004b8d;
}