.box{width: 1800px;
height: 350px;
background: #fff;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer hnavere */
  height: 80px;
  background-color:#3698CB;
}
  
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 10px 0;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
}

a::after   {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  max-width: 130px;
  height: 2px;
  background: #EA5404;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .0.5s;
  color: #fff;
}


a:hover {
  color: #fff;
}

a:hover::after  {
  transform: scale(1, 1);
  color: #fff;
}

.my-parts  {
  display: inline-block;
  padding: .2em 1em .2em 1em;
  margin: 0 0 1em;
  background: #fff;
  border: .1875em solid #333;
  border-radius: 0.5rem;
  color: #333;
  font-size: 16px;
}

.my-parts::after  {
  position: absolute;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  border: .1875em solid #EA5404;
  color: #fff;
}

.my-parts:hover  {
	background: #EA5404;
	color: #fff;
  border: .1875em solid #EA5404;
}

.my-partsb  {
  display: inline-block;
  padding: .2em 1em .2em 1em;
  margin: 0.75em 0 0;
  background: #fff;
  border: .1875em solid #333;
  border-radius: 0.5rem;
  color: #333;
  font-size: 16px;
}

.my-partsb::after  {
  position: absolute;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  border: .1875em solid #EA5404;
  color: #fff;
}

.my-partsb:hover  {
	background: #EA5404;
	color: #fff;
  border: .1875em solid #EA5404;
}



a.link::after   {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
}

.line {
  margin-right: 20%;
  margin-left: 20%;
}

iframe[src$=".pdf"]{
  width:100%;
  height:100vh;
}

.m1{  
  margin-left: 10%; 
}

.s1{  
  margin-left: 20%; 
}

h4 { 
  color:#808080;
}

.p1{  
  margin-auto: ;
  color:#808080;
  
}

.navbar-nav .nav-link {
    padding-left: 3%;
}

