@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;400;700&display=swap');

body
{
  font-family: 'Roboto Slab', serif;
  background-color: rgba(0, 0, 0, 0.1);
}

.container
{
  background-color: white;
  padding: 0px;
}

.navbar
{
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  background-color: white!important;
}

.nav-item
{
  padding: 0px 10px;
}

.nct
{
  background-color: #1669B2;
  color: white!important;
  padding: 0px 20px;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nct .nav-link
{
  color: white!important;
}

.navbar-brand img
{
  height: 40px;
  margin: 15px 0px;
  margin-right: 10px;
  margin-left: 15px;
}

.main
{
  background-image: url(img/hero.png);
  padding: 200px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  background-size: cover;
  background-position: center;
}

.submain
{
  padding: 100px 0px;
  padding-left: 50px;
  text-align: left;
  background-position: top;
}

.main h1
{
  color: white;
/*  font-weight: 200;*/
  font-size: 52px;
}

.main h4
{
/*  font-weight: 200;*/
}

.sec1
{
  padding: 60px 0px;
  text-align: center;
  line-height: 1.8;
}

.abcon
{
  text-align: left;
  padding: 60px;
  color: rgba(0, 0, 0, 0.5);
}

.abcon h3, .abcon h4
{
  color: black;
}

.cta
{
  border-radius: 0px;
  background-color: #1669B2;
  color: white;
  letter-spacing: 1px;
  padding: 15px 40px;
}

.cta:hover
{
  color: white;
  background-color: #0f406c;
}

.sec1 .cta
{
  margin-top: 30px;
}

.logos
{
  padding: 30px 200px;
  text-align: center;
}

.logos img
{
  width: 100%;
}

.counter
{
  padding: 60px;
}

.cright
{
  text-align: right;
}

.counter .cleft, .counter .cright
{
  color: rgba(0, 0, 0, 0.5);
}

.slider
{
  margin-top: 15px;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 15px;
}

.monay
{
  border-radius: 15px;
  height: 15px;
  background-color: #F15A24;
}

.dondon
{
  text-align: center;
/*  margin-bottom: 30px;*/
  color: rgba(0, 0, 0, 0.75);
}

.donmade
{
  font-size: 32px;
  color: #F15A24;
}

footer
{
  background-color: #222;
  color: white;
  padding: 30px 30px;
}

footer a
{
  color: rgba(255, 255, 255, 0.6);
}

footer a:hover
{
  color: white;
  text-decoration-line: none;
}

footer img
{
  height: 26px;
  margin-right: 10px;
}

footer i
{
  font-size: 20px;
  margin-right: 7px;
}

.abcon .impp
{
  height: 500px;
}

.sec1 .table
{
  margin-top: 30px;
}

.subsec
{
  padding: 0px 150px;
}

.sec1 h4
{
  line-height: 1.5;
}

.abcon ul
{
  list-style-position: outside;
}

.llihth
{
  font-weight: 100;
  line-height: 1.5;
  font-style: italic;
/*  font-size: 38px;*/
}

.linee
{
  margin-top: 80px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.unsdg
{
  width: 100%;
  height: auto;
}

.some-color
{
  color: orangered;
}

@media only screen and (max-width: 600px) {
  
  .main
  {
    padding: 100px 0px;
  }
  
  .submain
  {
    padding: 60px 0px;
    padding-left: 30px;
  }
  
  .sec1
  {
    padding: 30px 20px;
  }
  
  .subsec
  {
    padding: 0px;
  }
  
  .logos
  {
    padding: 15px;
  }
  
  .navbar-brand img
  {
    margin: 10px;
  }
  
  .counter
  {
    padding: 30px;
  }
  
  footer
  {
    text-align: center;
  }
  
  footer .cright
  {
    text-align: center;
    margin-top: 10px;
  }
  
  .main h1
  {
    font-size: 32px;
  }
  
  .main h4
  {
    font-size: 16px;
  }
  
  .dondon
  {
    margin-bottom: 20px;
  }
  
  .abcon .impp
  {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  
  .linee
  {
    margin-top: 0px;
    display: none;
  }

}