* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

nav.navbar {
  background-color: #115aaa;
  background: #115aaa;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 4px solid #073c75;
}

img.top-logo {
  height: 75px;
}

a.nav-link {
  color: #fff;
  font-size: 1.1rem;
}

section.container {
  margin: 2em auto;
}

.card .card-img-top {
  height: 350px;
  width: auto;
  object-fit: cover;
}

.card .btn {
  width: 100%;
}

.wrp-faq button:focus {
  outline: none;
}
.wrp-faq button {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  text-align: left;
  font-weight: 600;
  font-size: 21px;
  position: relative;
  padding: 17px 20px 15px 20px;
}
.wrp-faq .card-header {
  padding: 0;
}
.wrp-faq .card i.fa {
  float: right;
  transition: all 0.5s;
  position: absolute;
  right: 20px;
  font-size: 32px;
}
.wrp-faq > h2 {
  text-align: center;
  font-size: 50px;
  padding: 48px 10px;
}

button {
  COLOR: #115aaa;
}

.accordion > .card .card-header {
  border-bottom: 2px dotted #115aaa;
}

iframe {width: 100%;}

a.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.card-body.gallery-whant {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-body.gallery-whant > div {
  width: 24%;
  margin: 0.5%;
}

button.not-hover {
    cursor: unset!important;
}

.collapse{
    padding-bottom: 1em;
}

.page-proj .header-image {
    background-position: center!important;
     min-height: 150px!important;
 
}

.header-image {
     display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    min-height: 450px;
}

.header-image .container {
    background: rgb(17 90 170 / 60%);
    padding: 15px;
    border-radius: 5px;
}

.header-image .container a.btn.btn-primary {
    letter-spacing: 3px;
}

.progr-alt-text {
    display: flex;
    justify-content: space-between;
}

img.alignleft {
  float: left;
  margin-right: 15px;
}

img.alignright {
  float: right;
  margin-left: 15px;
}