

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
a:focus,
a {
  color: #35ade3;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #070938;
}

.bg-black {
  background-color: #161616 !important;
}
.container {
  max-width: 1400px;
  margin: 0px auto;
}

header.masthead {
  background: #fafafa;
  padding: 0px 0px 61px 0px;
}
.logo {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
li,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #070938;
  margin: 0px 0px 20px 0px;
  display: block;
  
}
li:last-child,
p:last-child {
  margin: 0px;
}
.banner {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 800;
  margin: 0px;
}
.banner .lighted_head {
  background: none;
  font-size: 100px;
  color: #50BCEB;
  line-height: 100px;
  text-transform: none;
}
.banner p {
  font-size: 22px;
  line-height: normal;
  margin: 30px auto;
  font-weight: 500;
  color: #555;
  max-width: 800px;
}

.about-section {
  padding: 91px 0px 24px 0px;
} 


.contact-section h2,
.about-section h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.about-section .img_cover {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.contact-section p,
.about-section p {
  max-width: 800px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col {
  float: left;
  width: 50%;
}
.contact-section {
  padding: 60px 0px 100px 0px;
}
.contact-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-section li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 0px 0px 0px 36px;
  position: relative;
}
.contact-section li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid #35ade3;
  border-radius: 50%;
}
.contact-section .row {
  margin: 30px 0px 0px 0px;
}
.contact-section img {
  display: block;
  margin: auto;
}
.footer-site {
  background: #35ade3;
  padding: 30px 0px;
  text-align: center;
}
.footer-site p {
  color: white;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1228px;
    margin: 0px auto;
  }
  .about-section h2 {
    font-size: 26px;
  }
}



