/* *{
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
} */

.m--5{
  margin-top: -50px;
}
.hover-nav:hover{
background-color: goldenrod;
}
.on-hover:hover{
  color: goldenrod;
  }
.vl {
    border-left: 1px solid rgb(248, 250, 248);
    height: 40px;
    margin: 0 5px;
  }
  .goldenrod{
      color: goldenrod;
  }
  .goldenrod-bg{
    background-color: rgba(218, 165, 32, 0.9);
    height: auto;
    width: 100%;
}
  .j{
      height: 100vh;
  }
  .center{
      margin: 0, auto;
  }
  .fade{
    background:  rgba(147, 100, 54, 0.7)
  }
  .image{
    background-image: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .image2{
    background-image: url(../images/slider-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    max-width: 100%;
    /* width: 100%; */

  }
  .image3{
    background-image: url(../images/slider-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: ; */
    max-width: 100%;
    /* width: 100%; */

  }

  .opacity{
    background-color: rgba(0, 0, 0,0.9);
    opacity: 0.9;
    height:100%;
    width: 100%;

}

.slider-opacity{
  background-color: rgba(0, 0, 0,0.9);
  opacity: 0.9;
  height: 300px;
  width: 100%;

}

.about{
    width: 150px;
    height: 150px;
    padding: 0px;
    border: 1px solid white;
    margin-left: 10px;
   
}

.about-us{
    margin-top: 50px;
    border: 3px solid white;



}
  .about-us-img{
    background-image: url(../images/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height : 300px;
    /* width: auto; */
  }
  .logo {
    font-family: sans-serif;
    font-size: 50px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: goldenrod;
  }

  .logo-name {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    color: goldenrod;

  }

  .dotted-map{
    background-image: url(../images/dotted-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .advantages{
      width: 100%;
      height: aut;
      padding: 50px;
  }
  .border-bottom{
      border-bottom: 1px dotted lightgray;
  }
  .sponsor-img{
    background-image: url(../images/sponsor-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    /* object-fit: cover; */
  }
.m-left{
  margin-left: -30px;
}
.footer-bg{
  background-color: #108329;
}