
.float-right{
  float: right;
  margin-top: 27px;
}

.centerser {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.table-tr{
	color: black;
  background-color:white; 
}
#myModal
{
  margin-top: 70px;
  padding-right: 0px !important;
}
.modalcon
{
margin-left: 20px;
}
body
{  padding-right: 0px !important;
}
.bg-warning{
  background-color: #FFA33E;
  color:white;
  font-size: 20px;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.panel-warning{
  background-color: #FFA33E !important;
  color:white;
  font-size: 17px;
  padding: 2px 0px;
  margin-bottom: 20px;
}

.mybox wow fadeIn
{
  max-height:600px;
}


.served
{
  color:#FF1500 !important;
}

 .navbar-nav
  {margin:20px 0 0 0 ;
  }
  .aboutus
  {text-align: justify;
    text-justify: inter-word;
  }
  .services
  {color:#90FFFA !important;
  }
  figure img
  { display: block;
    margin-left: auto;
    margin-right: auto;
  }
  h3 i
  {margin-right:2px;
  }
  .responsive {
    width: 100%;
    height: auto;
	}
@media only screen and (max-width: 800px) { 
  #fadeshow1 { 
    display: none; 
  } 
}
@media screen and (min-width: 801px) and (max-width: 2000px) {
  #my-content{ display: none; }   /* hide it on larger screens */
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
 .example {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .example {
    margin-top: 130px !important;
	font-size: 25px !important;
  }
}