     @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
     *{list-style: none !important;
       outline: none !important;
       text-decoration: none !important;
       font-family: "Open Sans", sans-serif;
       font-size: 16px;
       line-height: 30px;
       /*color: #000;*/
      }
    h1,h2,h3,h4,h5,h6{
      color: #000;
      font-weight: bolder;
    }
    body{
      background-image: url(/images/body_bg.jpg);
      background-attachment: fixed;
      background-position:center top;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .ns-header ul > li:first-child{
      margin-right: 15px;
      padding-right: 15px;
      border-right:1px solid #999 ;
    }
    .ns-header .btn{
      border-radius: 30px;
      padding: 0.3rem 1.5rem;
      background-color: #27a9e2;
      border: none;
    }
    .conPart img {
	margin-left: -3rem;
	margin-top: -79px;
}
.conPart h3{
  color: #1e678b;
}
.ns-footer{
  background-color: #1c5c7a;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.ns-footer p{
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px){
  .conPart div .d-flex{
   flex-wrap: wrap;
  }
  .conPart .container > div{
    padding: 20px !important;
  }
  .conPart img{
    margin-left: -20px;
  }
  *{
    font-size: 14px;
  }
}
