@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}

.h2s {
  text-align: left;
  padding-bottom: 41px;
  padding-top: 93px;
  line-height: 37.5px;
  letter-spacing: 6px;
  font-weight: 700;
  font-size: 25px;
}
.text-wrap {
  max-width: 800px;
}
.container-us {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content {
  align-items: center;
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.66666667%;
  margin-right: -15px;
}
.wrap-up {
  margin-right: auto;
  margin-left: auto;
  width: 1150px;
}
.h2-style {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: rgb(37, 37, 37);
  text-align: left;
  line-height: 38px;
  letter-spacing: 6px;
  font-weight: 700;
}
.h3-style {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: rgb(37, 37, 37);
  text-align: left;
  line-height: 38px;
  letter-spacing: 3px;
  font-weight: 700;
}
.text-style {
  font-size: 17px;
  line-height: 27px;
  color: #777;
}
.h2-style:nth-child(1) {
  padding-bottom: 41px;
  padding-top: 93px;
}
.content-text {
  font-size: 17px;
  line-height: 27px;
  color: #777;
  width: 100%;
}
.li-serv {
  list-style-position: inside;
  padding-bottom: 7px;
  color: #777;
}
.li-serv:last-child {
  padding-bottom: 93px;
}
#procedure {
  width: 756.66px;
  height: 948.967px;
}

#avatar {
  width: 200px;
  height: 200px;
}
.sertif {
  padding-bottom: 93px;
  height: 400px;
}
.section {
  width: 100%;
  display: grid;
  place-items: center;
}
.avatar {
  vertical-align: middle;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

nav a {
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 1.4285714;
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  margin: auto;
}
nav a:after {
  color: #777;
  font-family: "Roboto", sans-serif;
  background: none repeat scroll 0 0 transparent;
  bottom: 3;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #384d53;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav a:hover:after {
  font-family: "Roboto", sans-serif;
  color: #777;
  width: 100%;
  left: 0;
}
.footer-col-wrapper {
  max-width: 590px;
  width: 100%;
  padding: 0 15px;
}
.map {
  width: 100%;
}
.container {
  max-width: 1170px;
  margin: auto;
}
.container-header {
  max-width: 1170px;
  margin: auto;
}
.sertif-container {
  padding-top: 10px;
  position: relative;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}
.sertif-container img {
  max-width: 800px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 70%;
}
.sertif-container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #4c6972;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 16px 27px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.sertif-container .btn:hover {
  background-color: black;
  transition: 0.5s ease-in-out;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  display: flex;
  flex-wrap: wrap;
  column-count: 5;
  column-gap: 20px;
}

nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 5%;
  height: 64px;
  color: #384d53;
  font-family: "Roboto", sans-serif;
  background-color: #efefef;
}
nav .logo {
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .link {
  float: right;
  padding: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
nav .link li {
  list-style: none;
}
nav .link a {
  display: block;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #777;
  margin: 5px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.footer {
  background-color: rgb(60, 60, 60);
  padding: 45px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
  margin-left: 50px;
}
.footer-title {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 700;
}
.footer-text {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 400px;
}
/*contact form*/
.contact-wrap {
  width: 100%;
  background: rgb(239, 239, 239);
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding-bottom: 93px;
}
.contact-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #252525;
}
.contact-form {
  width: 66.66666667%;
  padding-top: 93px;
  padding-bottom: 93px;
  flex: 1;
  margin-left: 16.66666667%;
}

.contact-form h2 {
  color: #000;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.5em;
  letter-spacing: 6px;
  font-weight: bold;
}

.contact-form .text-box {
  background: #f6f6f6;
  color: #373737;
  border: none;
  width: 100%;
  height: 53.2px;
  padding: 15px 18px;
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 1;
  display: block;
  line-height: 20px;
}

.contact-form .text-box:first-child {
  margin-right: 15px;
}

.contact-form textarea {
  background: #f6f6f6;
  color: #373737;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 1;
}

.contact-form .send-btn {
  float: right;
  background: #ff5733;
  color: #fff;
  border: none;
  width: 162px;
  height: 54.2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
  transition-property: background;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 27px;
  padding-right: 27px;
}
.contact-form .send-btn:hover {
  background: #000;
}
/*content-directory*/
.grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  align-items: start;
  align-content: center;
  padding-bottom: 150px;
}
.grid-wrap {
  width: 80%;
}
.grid-item {
  width: 100%;
  overflow: hidden;
  transition: 0.2s;
  display: block;
}
.card {
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
}
.card-img {
  max-width: 280px;
  max-height: 212px;
}
.card-wrap {
  padding-top: 10px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.img-container {
  padding: 0;
  padding-bottom: 41px;
  position: relative;
  text-align: center;
}
.figure {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.card-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: 1px;
  color: #0d0d0d;
  text-align: center;
  padding-bottom: 31px;
}

.card-text {
  font-size: 16px;
  line-height: 27px;
  color: #3d3d3d;
  margin-bottom: 40px;
  letter-spacing: normal;
  width: 100%;
  text-align: left;
  position: relative;
  color: #777;
}
.mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-btn {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 9px 18px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
  word-spacing: 1px;
  border-width: 2px;
  align-items: center;
  line-height: 19px;
  transition-property: background;
}
.card-btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    padding: 0 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
@media screen and (max-width: 1230px) {
  .mid {
    padding-bottom: 94px;
  }
  .contact-section {
    flex-direction: column;
  }
  .sertif-container {
    padding-bottom: 30px;
  }
  .sertif-container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #4c6972;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 16px 27px;
    border: none;
    cursor: pointer;
    text-align: center;
  }
  .sertif-container .btn:hover {
    background-color: black;
    transition: 0.5s ease-in-out;
  }
  .contact-info,
  .contact-form {
    margin: 30px 50px;
    margin-left: 16.66666667%;
  }

  .contact-form h2 {
    font-size: 25px;
  }

  .contact-form .text-box {
    width: 100%;
  }

  nav .logo {
    float: left;
    width: auto;
    justify-content: center;
  }
  nav .link {
    font-family: "Roboto", sans-serif;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 100%;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 8);
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  nav .link a {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  nav :checked ~ .link {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }
  nav a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 1.4285714;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    font-family: "Roboto", sans-serif;
  }
  nav a:after {
    font-family: "Roboto", sans-serif;
    background: none repeat scroll 0 0 transparent;
    bottom: 3;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  nav a:hover:after {
    font-family: "Roboto", sans-serif;
    width: 100%;
    left: 0;
  }
}
