html {
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  font-size: 15pt;
  color:#02356e;
  font-family: 'Montserrat', sans-serif;
}
/*****************/
#more {
  display: none;
}
#more2 {
  display: none;
}
#more3 {
  display: none;
}
/*****************/
nav.navbar{

}
ul.list-1, li.list-item-1{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
li.nav-list{
  padding-right: 15px;
}
/*****************/
p.home-para{
 text-align: justify;
}

/*****************/
.logo{
  padding-bottom: 30px;
}
/*****************/
.space{
  height: 330px;
}
/*****************/
.section-1{
  padding-top: 100px;
  /*height: 100vh;*/
}
/*****************/
.section-2{

}
/*****************/
.img-space{
  padding-top:20px;
  background-image: url('../images/item-bg-1.png');
}
/*****************/
@media screen and (max-width: 1199px){
  .section-1{
    padding-top: 0px;
  }
  .space{
    height: 0px;
  }
}
