*{
    margin: 0px;
    padding: 0px;
}
header, div, article, section,  aside, button, p, img, h1, h2, footer{
    display: block;
}
body{
    width: 100%;
    background-color: rgba(250, 250, 230, 0.8)
}
#tops{
    background-color: white; 
    height: 90px;
    box-shadow: rgb(110, 110, 110) 0px 1px 5px;
    z-index: 99;
}
#header_section img{
    margin-left: 20px;
    float: left;
}
#big_wrapper{
    max-width: 1000px;
    margin: 0px auto;
    display: -webkit-box;    
    -webkit-box-orient: horizontal;
    -webkit-box-flex: 1;
    clear: both;
}
.all{
    width: 1000px;
    margin: 0px auto;
}
#main_menu{
    text-align: right;
    float: right;
    color: black; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 0.85em;
    
}
#main_menu li{
    display: inline-block;
    list-style: none;
    padding:35px;
}
a{
    color: black;
    text-decoration: none;
}
#main_menu li:hover{
    color: green;
    background-color: white;
}
* {box-sizing:border-box};
.mySlides {display:none}

/* Slideshow container */
.slideshow-container{
  max-width: 100%;
  position: relative;
  margin: auto;
  clear: both;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.writeup {
    display: none;
}
.mySlides:hover > .writeup{
    display: block;
      -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
/* Number text (1/3 etc) */
.writeup {
  color: #f2f2f2;
  padding: 18px 22px;
  position: absolute;
  width: 30%;
  height: 40%;
  background-color: rgba(250,0,0,0.5);
  font-size: 1.2em;
}
.writeup h2{
    
}
.writeup p{
    font-size: .8em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
#bar{
    width: 100%;  
    text-align: center;
    padding: 50px;
    background-color: rgba(250,0,0,0.7);
    margin-bottom: 40px;
}
#mid h2{
    font-size: 3em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    width: 70%;
    margin: 0px auto;
    text-align: center;
}
#mid p{
    font-size: 1.2em;
    color: antiquewhite;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 70%;
    margin: 0px auto;
}
#learn{
    cursor: pointer;
    padding: 10px;
    margin: 15px auto;
    background-color: rgba(0,0,0,0.0);
    border: 1px solid white;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    width: 150px;
}
.learn{
    cursor: pointer;
    padding: 10px;
    margin: 15px auto;
    background-color: rgba(0,0,0,0.0);
    border: 1px solid rgba(250,0,0,0.7);
    color: rgba(250,0,0,0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    width: 150px;
}
#welcome_note{
    clear: both;
}
.asterisk{
    margin-top: 20px;   
    margin-bottom: 20px;
    color: red;
    text-align: center;
    font-size: 30px;
}
#side_bar{
    align-content: center;
}
.write_up {
  color: #f2f2f2;
  padding: 18px 22px 18px 22px;
  position: absolute;
  width:30%;
  height: 200px;
  background-color: rgba(54,0,0,0.8);
}
.write{
    text-align: center;
    color: rgba(250,0,0,0.5);
    padding: 10px;
    font-size: 1em;
    width: 250px;
}
.write h2{
    text-align: center;
    color: rgba(250,0,0,0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.4em;
}

.write_up {
    display: none;
}
.buttons {
  color: #f2f2f2;
  padding: 100px 30px 100px 30px;
  border: 5px solid white;
  position: absolute;
  width:250px;
  height: 300px;
  background-color: rgba(54,54,54,0.7);
}
.buttons h2{
     border: 1px solid rgba(195,195,195,0.4);
    padding: 10px;
}

.write_up h2{
    font-size: 2.4em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.write_up p{
    font-size: 1em;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

 #drill{
    float: left;
    margin: 10px auto;
} 
#refine{
    float: left;
    margin: 10px 120px 10px 120px;
}
 #transport{
      float: left;
    margin: 10px auto;
 }
 #drill img, #refine img,  #transport img{
     border-radius: 50%;
     margin-left: 30px;
     align-content: center;
     border-radius: 2px solid rgba(250, 0, 0, 0.6);
 }
 /*about us*/
#container{
     width: 75%;
 }
 #menu{
     float: left;
     margin-right: 30px;
     padding: 10px;
     margin-top: 50px;
 }
 #container{
     float: left;
     text-align: justify;
     padding: 10px;
     margin-top: 50px;
 }
 #side li{
     list-style: none;
     padding: 2px;
     margin-bottom: 20px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
 }
 #side ul ul li{
     list-style: none;
     padding: 2px;
     margin-top: 10px;
     margin-bottom: 10px;
     margin-left: 20px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
 }
 #container h1{
     margin-bottom: 10px;
     font-size: 2em;
     text-transform: uppercase;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     color: royalblue;
     text-align: center;
     font-weight: 400;
 }
#vision{
    margin-bottom: 50px;
}
 #vision h3{
     margin-top: 50px;
      margin-bottom: 10px;
     font-size: 2em;
     font-family:Tahoma, Geneva, Verdana, sans-serif;
     color: rgba(250,0,0,0.7);
     font-weight: 500;
     text-align: center;
 }
 #vision p{
     margin-bottom: 10px;
     font-size: 1.6em;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
     text-align: center;
 }
  #container h3{
     margin-bottom: 10px;
     font-size: 1.2em;
     font-family:Tahoma, Geneva, Verdana, sans-serif;
     color: rgba(250,0,0,0.7);
     font-weight: 500;
 }
 #container blockquote{
     margin-bottom: 10px;
     font-size: 1em;
     font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     color: black;
     font-weight: 500;
 }
  #container h2{
     margin-bottom: 10px;
     font-size: 1.6em;
     font-family:Tahoma, Geneva, Verdana, sans-serif;
     color: royalblue;
     font-weight: 500;
 }
  #container h4{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 10px;
 }
 #container h6{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 10px;
     font-size: 1.3em;
     font-weight: 500;
 }
  #container h5{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 10px;
     font-weight: 400;
     font-size: 1em;
     color: royalblue;
 }
 #container p{
     margin-bottom: 10px;
     font-size: 1em;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
 }
 #backto_top{
     transform: rotate(90deg);
     position: fixed;
     padding: 10px;
     right: 0;
     background-color: rgba(250,0,0,0.6);
     color: white;
     box-shadow: rgb(110, 110, 110) 0px 0px 5px;
 }
 #footer_links{
     max-width: 1000px;
    margin: 0px auto;
     text-align: left;
 }
 #us,  #serve, #contact{
      float: left;
      margin-right: 110px;
      margin-bottom: 50px;      
 }
 #partners{
      display: none;
      float: left;
      margin-right: 20px;
      margin-bottom: 50px;      
 }
#us h2,  #serve h2, #contact h2, #partners h2{
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: 500;
      font-size: 1.2em;
      color: rgba(0,250,250,0.6);
 }
 #partners img{
     display: none;
     width: 150px;
     margin-bottom: 30px;
 }
 #serve li,  #us li{
     list-style: none;
     padding: 5px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
     font-size: .85em;
     color: white;
 }
 #contact h3{
     list-style: none;
     padding: 5px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
     font-size: .95em;
     color: white;
 }
#contact p{
    list-style: none;
     padding: 2px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
     font-size: .85em;
     color: white;
}
#copy p{
     clear: both;
 }
 /*contact us*/
 #contact_side{
     margin: 50px 20px 20px 20px;
 }
 #contact_side h2{
     font-size: 2em;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
 }
 form{
     margin-bottom: 50px;
     float: left;
     margin-right: 100px;
 }
 #contact_1{
     width: 40%;
     float: left;
 }
 #contact_1 h3{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 1.5em;
     font-weight: 400;
     margin-bottom: 10px;
     color: rgba(250, 0, 0, 0.9);
 }
  #contact_1 p{
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: .95em;
     font-weight: 400;
     margin-bottom: 30px;
  }
 form li{
     list-style: none;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 1em;
     font-weight: 400;
     padding: 10px;
 }
 input{
     width: 100%;
     height: 40px;
     border-radius: 4px;
     border: 1px solid rgba(0,0,0,0.3);
     padding: 5px;
 }
 textarea{
     width: 100%;
     height: 100px;
     border-radius: 4px;
     border: 1px solid rgba(0,0,0,0.3);;
     padding: 5px;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-size: .75em;
 }
 #submit{
    cursor: pointer;
    padding: 10px;
    margin: 15px 0 0 10px;
    background-color: rgba(0,0,0,0.7);
    border: 1px solid white;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    width: 150px;
}
 footer{
    clear: both;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.7);    
   padding: 20px;
}
