
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:focus,
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
.form-control:focus {
  box-shadow: none;
}
h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}
a,
a:active,
a:hover,
button,
button:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
h2{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 12px;
    color: #FBAC35;
}
h3{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 40px;
}
html {
    scroll-behavior: smooth;
  }

  button:focus{
      outline: none;
  }
header{
    background-color: transparent; 
    padding: 10px 0;
    /* position: absolute;
    width: 100%;
    z-index: 9;
    top: 25px; */
}
header .navbar-collapse{
    justify-content: flex-end;
}
header .navbar-dark .navbar-nav .nav-link{
    font-family: "sb";
    color: #000000;
    /* text-transform: uppercase; */
    font-size: 18px;
    opacity: 1;
    padding: 0 20px !important;
}
header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link.active{
    color: #FFA500;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url("../img/menu.png");
}
@media (max-width:767px){
    #banner .banTxt{
        padding: 40px 0;
    }
    #number ul{
        padding: 0;
    }
    #number ul img{
        padding-bottom: 20px;
    }
    .navbar-brand img{
        width: 150px;
    }
    header .navbar-dark .navbar-nav .nav-link{
        padding : 20px 5px !important;
    }
    .navbar-dark .navbar-toggler{
        border: 0;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .navbar-brand img{
        width: 60%;
    }
    header .navbar-dark .navbar-nav .nav-link{
        padding : 20px 5px !important;
    }
    .navbar-dark .navbar-toggler{
        border: 0;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    
}