.hello_txt {
  margin-top: 60px;
}

.profile-title {
  font-size: 30px;
  margin-top: 60px;
  font-family: "Merriweather", serif;
  text-align: center;
}

#main_menu_row .row {
  margin-bottom: 30px;
}

.dline-warning {
  color: #ffc107;
  font-weight: bold;
}

.dline-danger {
  color: #dc3545;
  font-weight: bold;
}

.approval {
  text-align: center;
  color: #f44336e0;
  font-weight: bold;
}

.estimation {
  text-align: center;
  color: #5993bb;
  font-weight: bold;
}

.est-file {
  text-align: center;
  color: #004085de;
  font-family: "Baskerville Old Face";
  font-size: 18px;
  font-weight: bold;
}

.usr-file {
  text-align: center;
  color: #6742c1;
  font-family: "Baskerville Old Face";
  font-size: 18px;
  font-weight: bold;
}

html, body {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 280px;
  overflow-x: hidden;
}

img {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.2s ease-out;
}

.container1 {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container_detail {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.main_content_about {
  font-size: 16px;
}

.main_list {
  margin-left: 25px;
}

.main_video {
  text-align: center;
}

.col-4-1 {
  width: 360px;
  margin-right: 30px;
  float: left;
}

.col-4-1:last-child {
  margin-right: 0px;
}

.row:after {
  clear: both;
  content: "";
  display: table;
}

.header {
  background: azure;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  vertical-align: bottom;
  height: 50vh;
  min-height: 300px;
  color: #0056af;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header #warning_status_page {
  height: 10vh;
  background: gold;
}

.header_profile {
  background: white;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  vertical-align: bottom;
  height: 0vh;
  min-height: 150px;
  color: #0056af;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header_info {
  background: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50vh;
  min-height: 400px;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header__title {
  font-size: 56px;
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  margin-top: 500px;
}

.header__slogan {
  font-size: 28px;
  line-height: 42px;
  margin-top: 130px;
}

.header__arrow {
  font-size: 48px;
  width: 60px;
  height: 50px;
  margin-left: -30px;
  position: absolute;
  bottom: 50px;
  left: 50%;
}

.portfolio {
  padding-top: 70px;
  padding-bottom: 100px;
}

.portfolio-item {
  margin-bottom: 20px;
}

.title {
  font-size: 46px;
  margin-bottom: 60px;
  font-family: "Merriweather", serif;
  text-align: center;
}

.profile-title {
  font-size: 30px;
  margin-top: 60px;
  font-family: "Merriweather", serif;
  text-align: center;
}

.su-box-title {
  font-family: "Merriweather", serif;
  background-color: #13304f;
  font-size: 25px;
  color: #FFFFFF;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  text-align: center;
}

.portfolio-item__img {
  margin-bottom: 17px;
}

portfolio-item__img img {
  max-width: 100%;
  height: auto;
}

.portfolio-item__title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 5px;
}

.header__title a {
  text-decoration: none;
  color: #FFF;
}

.header__title a:hover {
  color: #0052C2;
  border-color: rgba(0, 82, 194, 0.3);
}

.portfolio-item__title a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #FFF;
}

.portfolio-item__title a:hover {
  color: #0052C2;
  border-color: rgba(0, 82, 194, 0.3);
}

.portfolio-item__text a {
  margin-top: 0px;
  margin-bottom: 15px;
}

.portfolio-single-page {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: justify;
  font-size: 20px;
}

.portfolio-single-page img {
  margin-bottom: 50px;
  max-width: 100%;
  height: auto;
}

.button-back {
  font-weight: 700;
  text-decoration: none;
  color: #0052C2;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: inline-block;
  border-width: 2px;
  border-color: #0052C2;
  border-style: solid;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.button-back:hover {
  color: #FFF;
  background-color: #0052C2;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.su-box-content {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  background-color: azure;
  color: #6479a2;
  padding-top: 90px;
  padding-bottom: 10px;
}

.footer_profile {
  background-color: azure;
  color: #6479a2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer p {
  margin-top: 0px;
  margin-bottom: 15px;
}

p.footer__name {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: normal;
  font-family: "Merriweather", serif;
}

p.footer__social-icons {
  color: #6479a2;
  font-size: 32px;
}

p.footer__social-icons a {
  color: #6479a2;
  text-decoration: none;
  margin-right: 30px;
}

p.footer__social-icons a:last-child {
  margin-right: 0px;
}

p.footer__social-icons a:hover {
  color: #000;
}

.button {
  font-weight: 700;
  text-decoration: none;
  color: #0056af;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: inline-block;
  border-width: 2px;
  border-color: #0056af;
  border-style: solid;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 23px;
  padding-right: 23px;
}

.button:hover {
  color: #000;
  background-color: #FFF;
}

.django-f {
  color: #6479a2;
  font-family: "Baskerville Old Face";
}

@media (max-width: 1160px) {
  .container1 {
    width: 100%;
  }

  .container_detail {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .col-4-1 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header_profile {
  padding-left: 15px;
  padding-right: 15px;
}
.header_profile .header__title {
  font-size: 28px;
  line-height: 18px;
  margin-bottom: 15px;
}
.header_profile .header__title .header__slogan {
  font-size: 12px;
  line-height: 38px;
  line-height: 18px;
  margin-bottom: 15px;
}
.header_profile .header__title .portfolio {
  padding-top: 40px;
  padding-bottom: 50px;
}
.header_profile .header__title .title {
  font-size: 36px;
}
.header_profile .header__title .footer {
  padding-top: 70px;
  padding-bottom: 60px;
}
.header_profile .header__title .footer_profile {
  padding-top: 70px;
  padding-bottom: 60px;
}
.header_profile .header__title .img-center {
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}
.header_profile .header__title .su-box-content {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}