
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
#btn,#btn1{
  color: white;
  background-color: #F08010;
  padding: 12px 55px;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 30PX;
  margin-top: 12px;
  transition: all 0.5s;
}
#btn:hover,#btn1:hover{
    background-color: white;
    color: #F08010;
    border: 2px solid #F08010;
    transform: scale(1.1);
}
#btn1{
  padding: 12px 165px;
  display: block;
  margin: 0 auto;
}
.fixed{
  position: fixed;
  right: 0;
  bottom: 15px;
}
 /* --------- header part start-------  */ 
header{
    background-color: white;
    height: 70px;
    box-shadow: 0px -4px 15px 7px black;
    
}
header .container-lg .col img{
  height: 70px;
}

 header h2{
    line-height: 70px;
    font-size: 36px;
    color: #0292E1;
    font-weight: bold;
    text-align: right;
}
 /* --------- header part end-------  */ 
 /* <!-- ------banner and section start---------- --> */
 #banner{
    background: linear-gradient(to right,#081D6A,#1B4FC2);
   
 }
 #banner .row .col-md-6 h1{
  color: white;
  font-size: 40px;
 }
 #banner .row .col-md-6 img{
  height: 400px;
 }
  /* <!-- ------banner and section end---------- --> */

  /* <!-- ------ course section end---------- --> */
  
  #company h2{
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #0292E1;
    
  }
  #border{
    height: 5px;
    background: linear-gradient(to right,#E19B0A,#86F004,#E9DB04);
    margin:10px auto;
    width: 57%;
  }
  
#company .container .box{
    box-shadow: 0px 0px 10px 3px #F08010;
    border-radius: 30px 0px;
    transition: all 1.1s;
  
}
#company .container .box h5{
  font-size: 14px;
}
#company  .container .box:hover{
    box-shadow:0px 0px 15px 7px #8BC500;
    border-color: solid#8BC500 3px;
    border-radius: 20px 0px;
    transform: scale(1.1);
}
 /* <!-- ------ course section end---------- --> */   
  /* <!-- ------ Location section start---------- --> */ 
  #location .row .box{
    border: 2px dotted #DEEBFD;
    height: 200px;
  }
   /* <!-- ------ Location section end---------- --> */ 
     /* <!-- ------ footer section start---------- --> */ 

footer{
  background-color: #030F1D;
  font-size: 18px;
  color: white;
  height: 70px;
  line-height: 70px;
  text-align: center;

}
footer h2{
  text-transform: capitalize;
  font-weight: 700px;
}
  /* <!-- ------ footer section end---------- --> */ 


/*max-width 992px */
@media screen and (max-width:992px) {
 
  #banner .col-md-6 h1{
  font-size:40px ;
  }

  }
  /*max-width 992px */
  
/*max-width 768px */
@media screen and (max-width:768px) {
  header h2{
    line-height: 50px;
    font-size: 27px;
}
  #banner .col-md-6 h1{
  font-size:30px ;
  }
  }
  /*max-width 768px */
  
/*max-width 576px */
@media screen and (max-width:576px) {
  header h2{
    line-height: 30px;
    font-size: 20px;
}
  #banner .col-md-6 h1{
  font-size:40px ;
  }
  }
  /*max-width 576px */