*{
    box-sizing: border-box;
} 
body::before {
    display: block;
    content: '';
    height: 60px;
    
}
 
 
@media (max-width: 600px) {
    .container {
      margin: 0;
    }
  }
@media only screen and (max-width:800px) {
    /* For tablets: */
    .main {
      width: 80%;
      padding: 0;
    }
    .right {
      width: 100%;
    }
  }
  @media only screen and (max-width:200px) {
    /* For mobile phones: */
    .menu, .main, .right, .inputs, .customers, .container, h1, .navbar {
      width: 10%;
    }
  }
  
   
  .container  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  hr{
      border: 1px solid black;
      background-color: black;
  }
 
.dropbtn{
    background-color: transparent;
    color: ivory;
    padding: 8px 8px;
    border: none;
    border-radius: 5px;
    text-align:center;
    font-weight: bold;
}
.dropbtn a{
    text-decoration: none; 
    border-radius: 5px;
    text-align: center;
     
    
}
.dropbtn a:hover{
    background-color: ivory;
    color: black;
    border-radius: 4px;
    padding-top: 5px ;
    padding-bottom: 5px;
     
}
.dropdown{
    position: relative;
    display: inline-block;
     
}
.dropdown-content{
    display: none;
    position: absolute;
     background-color:  #76b5c5 ;
    min-width:240px;
    z-index: 1;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}
.dropdown-content a{
     color: black;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
    width: fit-content;
    
   
     
}
.dropdown-content a:hover{
     background-color: ivory;
     color: black;
     border-radius: 5px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn{
    background-color:  ivory;
    color: black;
    
     
}

#map{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.navbar{
 background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
     
}
.navbar a{
    color: ivory;
}
 
#details5 #sml{
    font-size: small;
    color: darkslategray;
    font-family: sans-serif;
    font-style: italic;
}
#details5 p{
     
    font-size: 35px;
    color: white;
    
}
#details5 h1{
    font-weight: bold;
    color:  seashell
     
}
 
#img_1 img{
    border-radius: 5px;
}
#img_1 a:hover{
    background-color: white;
    color: black;
    font-weight: bold;
    border: solid 2px darkgray;
    border-radius: 10px;
}
#img_1 p{
    border-radius: 5px;
    font-size: large;
}
#learn #sml-1{
    font-size: small;
    color: gray;
    font-family: sans-serif;
    font-style: italic;
}
#sml-3 #slm{
    font-size: small;
    color: gray;
    font-family: sans-serif;
    font-style: italic;
}
#slm-2 #sml-4{
    font-size: small;
    color: gray;
    font-family: sans-serif;
    font-style: italic;
    margin-top: -15px;
}

#sliding{
    height: 300px;
    background: rgb(233, 227, 227);
    border-radius: 10px;
    margin-bottom: 50px;
    width: 100%;
}
#sliding p{
        margin-top: 2%;
        margin-left: 10%;
         max-width: 80%;
         
    
}
#sliding h1{
    margin-top: 4%;
    margin-left: 10%;
    color: #001d8b;
}
 
#what{
    text-align: center;
}
#what p{
    font-size: small;
    color: gray;
    font-family: sans-serif;
    font-style: italic;
    margin-top: -5px;
    margin-left: 32%;
}
#contact p{
    font-size: x-large;
    font-style: italic;
     margin-left: 100px;
}
#contact {
    padding : 30px ;
}
#contact i{
    margin-left: 200px;
}
#contact-1 p{
    font-size: x-large;
    font-style: italic;
     margin-left: 100px;
}
#contact-1 i{
    margin-left: 200px;
}
#contact-1 {
    padding-top: 6rem;
    margin-bottom: 4rem;
}
#customer{
    font-size: x-large;
     text-align: center;
}
#customers #customers_3{
    background-color:#007adf; 
    font-size: x-large;
}
#customer_1{
    font-size: x-large;
    text-align: center;
    
}
#customer_2{
     font-size: x-large;
     font-weight: bold;
      text-align:end;
     color: green;

}
#customers_3 h3{
      margin-top: 10px;
    text-align: center;
}
#customers_3{
    border-radius: 3px;
     
}
.front{
     
    background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
     
}
/*online Courses*/
#online{
    background-color: #f9d423;
    color: rgb(4, 0, 255);
    font-size: 35px;
  font-weight: bold;
}
 
 

 

/* Transformer */
.imgs img{
     align-items: center;
}
/*Career */

.career{
    margin-top: 100px;
    text-align: center;
     
}
.resume{
    text-align: center;
    align-items: center;
   
    padding-top: 80px;
    padding-bottom: 80px;
}
.resume #btn{
    border-radius: 10px;
}

/* Cards*/

.cards{
    height: 480px;
}
.img_1{
    width: 18rem;
}


/*electircal design */

.electrical{
    margin-top: 23px;
    
}
.electrical img{
      width:  fit-content;
      border-radius: 10px;
      
}

/*contact form*/
 
.contact{
    margin-top: 100px;
    text-align: center;
}
.contact h1{
    color: tomato;
}
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
     
    padding-left: .75em;
    padding-right: .75em;
  }
  .card-registration .select-arrow {
    top: 13px;
  }
  .contact_1 label{
   font-weight: bold;
   font-size: large;
  }
  #sub:hover{
      background-color: green;
  }

/*training */
 
.levels h1{
    color: tomato;
}
.levels_1 p{
    font-size: large;
}
.levels_2 p{
    font-size: x-large;
    font-weight: bold;
     
}
.levels_3 li{
    font-size: 20px;
     
    
}
 
 /* Aboutus*/

 .aboutus h1{
   margin-top: 100px;
   text-align: center;
   color: tomato;
 }
 .aboutus_1{
      
     font-size: x-large;
      
     padding-top: 30px;
 }
.aboutus_1 .text-danger{
    font-size: xx-large;
}
 
.about_2 p{
      font-size: x-large;
       
      margin-top: 0px;
}
 


/*motors */

.motors h1{
    font-size: 100px;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 10%;
    color: seagreen;
}
/*generators*/

.generators h1{
    font-size: 100px;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 10%;
    color: seagreen;
    
     
}
/*Consultancy */

.consultancy {
    margin-top: 64px;
}
.consultancy h1{
    text-align: center;
    color: tomato;
}
.consultancy li{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
/*Onsite */
.onsite{
    margin-top: 64px;
}
.onsite h1{
    color: tomato;
    text-align: center;
}
.onsite li{
    font-size: 20px;
    padding: 5px;
}
/*electrical design */
.design_1{
     font-size: 20px;
     
}

/*counting */
.count img{
      margin-left:50%;
      height: 20px;
      
}
/*Footer */
.top a{
    color: white;
}
.top p{
    margin-top: 10px;
}
.social{
    margin-top: 50px;
}
.social a{
    margin-left: 30px;
    color: white;
}
.copy p{
    font-size: small;
    margin-top: 20px;
     
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: transparent; 
    cursor: pointer;
    border: transparent;
    color: rgb(138, 134, 134);
    
   
  }
  footer{
      background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
      height: auto;
     
  }
  footer h4{
      color: ghostwhite;
      font-weight: bold;
  }
  .usefull-links a{
      text-decoration: none;
      color: white;
       
  } 
 .links{
     padding: 2px;
     text-align: left;
     align-items: center;
 }
 .links a:hover{
     background-color: white;
     border-radius: 3px ;
     color: black;
 }