div.box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
}

ul {
    list-style-type: disc;
}

.navi {
    margin:auto;
    width: 80%; 
    display:table;
    padding:0;
    text-align:center;
}

.navi li {
    display: table-cell;
}

div col-sm-3, col-xs-9 {
    padding: 20px 0px;
}

ul {
     list-style-type: circle; 
}

div col-sm-9, col-xs-3, h1, h3 {
  margin-top: 20px;
  text-align: center;
}

.sub-title {
  margin: auto;
}

.cta {
  font-weight: bold;
  font-size: 20px;
  color: #006494;
}

.navi {
    margin:auto;
    width: 80%; 
    display:table;
    padding:0;
    text-align:center;
}

.navi li {
    display: block;
}

.header-section .container {
    max-width: 2000px;
    width: auto;
    padding: 20px 20px;
}

  h3, h6 {
    text-align: center;
  }
  
.header-section.style1 {
    border-bottom: none;
}

div.background-img {
  background:url(../images/sliders/2.jpg);
}

h6 {
  padding-bottom: 20px;
}

.sec-padding {
    padding: 30px 0 30px 0;
}

.header-section {
    padding-top: 0px; 
}

.btn-orange1 {
  background-color: #ECB221;
  color: #fff;
}

div.col-sm-6 {
  padding-bottom: 20px;
}

img.center {
  /*
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
  */
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  
  div.box {
    display: block;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
  }
  
  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  div.site-wrapper {
    margin-bottom: 0px;
  }
  
  .col-sm-6 {
    width: 100%;
  }

  h3, h6 {
    text-align: center;
  }
  
  .btn.btn-medium {
    font-size: 12px;
    padding: 15px 35px;
    margin: 30px 0px 0px 0px;
}
  
  div.background-img {
      height: auto;
  }
  
  div.logo-center {
    width: 75%;
    margin: auto;
    float:none;
  }
  
  div.header-section {
    padding: 0px;
  }
  
  .sec-padding {
    padding: 15px 0 15px 0;
  }
  
  .header-section .container {
    padding: 0px 0px;
  }
  
  .row {
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
}