* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  background-color: #f5f9fc;
  font-size: 16px;
}
.top_banner {
  width: 100%;
  background-color: #005d4a;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.banner_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_phone {
  width: 20px;
}
.icons img {
  width: 20px;
  margin: 0px 5px;
}
.phone {
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 300;
}
.quotes {
  background-color: #fff;
  border: none;
  padding: 10px;
  border-radius: 25px;
  color: #606060;
  outline: none;
}
.quotes:hover {
  background-color: #00aa38;
  color: #fff;
  transition: 0.5s ease-in;
  cursor: pointer;
}
nav {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 25px 150px;
}
.logo {
  width: 150px;
  padding-left: 20px;
}
.nav-links {
  margin-left: auto;
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  overflow-x: hidden;
}
.nav-links li {
  font-size: 14px;
  padding: 15px 25px;
  text-decoration: none;
}
.nav-links > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #606060;
}
.nav-links > li > a:hover {
  font-size: 14px;
  text-decoration: none;
  color: #00aa38;
  transition: 0.5s ease-in-out;
  border-bottom: solid 1px;
}
.mobile_quotes {
  display: none;
}
.main_section {
  width: 100%;
  position: relative;
}
.banner {
  background-image: url("./images/skyline.jpg");
  height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
}
.banner_overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner_content {
  padding: 165px 0px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner_title {
  font-weight: 600;
  font-size: 6rem;
}
.banner_sub {
  font-weight: 300;
  font-size: 16px;
}
.banner_content h3 {
  font-weight: 300;
}
.brochure {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.brochure span {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
}
.brochure button {
  font-weight: thin;
  margin: 10px 0;
  padding: 15px 25px;
  font-size: 15px;
  border-style: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background-color: #005d4a;
}
.brochure button:hover {
  background-color: #00aa38;
  color: #fff;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.our_services ul {
  display: flex;
  list-style: none;
}
#first_service_title {
  color: #fff;
}
#first_service {
  background-color: #005d4a;
  color: #fff;
}
.our_services li {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  padding: 50px;
  color: #696969;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 12px 0px 37px -5px rgba(212, 212, 212, 0.2);
}
.service_title {
  font-size: 18px;
  font-weight: 700;
  color: #005d4a;
  text-transform: uppercase;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0px;
  font-size: 35px;
  color: #606060;
}
.section_title {
  font-weight: 400;
  padding-bottom: 25px;
  color: #606060;
}
.service span {
  font-weight: 700;
}
.solutions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_image {
  height: 350px;
  border-radius: 50%;
}
.solution_image_mobile {
  display: none;
}
.solution_details {
  padding: 50px;
  margin: 15px;
}
.solutions_title {
  font-size: 20px;
  padding-bottom: 15px;
}
.solutions p {
  font-size: 16px;
}
.categories {
  display: flex;
  font-size: 20px;
}
.row > ul {
  list-style: none;
  padding: 10px 35px;
}
.row > ul > li {
  padding: 15px;
  text-align: center;
}
.team ul li {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 35px;
}
.profile {
  width: 150px;
  border-radius: 50%;
}
.name {
  font-size: 16px;
}
.title {
  font-size: 14px;
  font-weight: 300;
}
.details {
  padding: 15px;
}
.team__section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners {
  display: flex;
}
.partners img {
  width: 350px;
  object-fit: contain;
  padding: 25px;
}
.contact_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.contact_info {
  display: flex;
}
.contact_left {
  font-size: 13px;
  width: 60%;
  padding: 25px;
  background-color: rgb(221, 220, 220);
}
#map {
  min-height: 400px;
  width: 100%;
}
.contact_right {
  color: #fff;
  background-color: #005d4a;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.contact_information {
  padding: 10px;
  font-size: 16px;
}
.contact_details {
  padding: 10px;
  font-size: 14px;
}
.quotes_information {
  display: flex;
  padding: 10px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.trade_in {
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 10px;
  border-radius: 25px;
  outline: none;
  color: #606060;
  margin: 10px 0px;
}
.trade_in:hover {
  background-color: #00aa38;
  color: #fff;
  transition: 0.5s ease-in;
  cursor: pointer;
}
footer {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 1250px) {
  nav > ul > li > a {
    font-size: 10px;
  }
  .content h1 {
    font-weight: 600;
    font-size: 5rem;
  }
  .our_services {
    padding: 150px 0;
  }
  .our_services ul {
    padding-top: 150px;
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .our_services li {
    width: 80%;
    margin: 15px 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 12px 0px 37px -5px rgba(212, 212, 212, 0.2);
  }
  .solution_image {
    height: 250px;
    border-radius: 50%;
  }
  .solution_details {
    padding: 50px;
  }
  .solutions_title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .solutions p {
    font-size: 12px;
  }
  .contact_box {
    width: 80%;
  }
  .contact_info {
    flex-direction: column;
  }
  .contact_left {
    font-size: 12px;
    padding: 25px;
    background-color: rgb(221, 220, 220);
    width: 100%;
  }
  .contact_right {
    color: #fff;
    background-color: #005d4a;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_information {
    padding: 10px;
    font-size: 16px;
  }
  .contact_details {
    padding: 10px;
    font-size: 14px;
  }
  .quotes_information {
    display: flex;
    padding: 10px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1135px) {
  nav {
    position: relative;
    height: 65px;
    padding: 0;
  }
  .line {
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px;
  }
  .logo {
    width: 150px;
    top: 0%;
    left: 5%;
  }
  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 25%;
    z-index: 2;
  }
  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 65px;
    height: 400px;
    transform: translateX(100%);
    transition: all 1s ease-out;
    z-index: 5;
  }
  .nav-links > li > a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
  }
  .nav-links.open {
    transform: translateX(0%);
    pointer-events: all;
  }
  .category_list {
    font-size: 16px;
  }
  .partners {
    display: flex;
    flex-direction: column;
  }
  .partners img {
    width: 350px;
    object-fit: contain;
    padding: 25px;
  }
  .contact_box {
    width: 80%;
  }
  .contact_info {
    flex-direction: column;
  }
  .contact_left {
    font-size: 12px;
    padding: 25px;
    background-color: rgb(221, 220, 220);
    width: 100%;
  }
  .contact_right {
    color: #fff;
    background-color: #005d4a;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_information {
    padding: 10px;
    font-size: 16px;
  }
  .contact_details {
    padding: 10px;
    font-size: 14px;
  }
  .quotes_information {
    display: flex;
    padding: 10px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .top_banner {
    display: none;
  }
  .mobile_quotes {
    display: block;
  }
  .banner_title {
    font-weight: 600;
    font-size: 50px;
  }
  .container {
    width: 100%;
  }
  .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 65px 0px;
    font-size: 24px;
    color: #606060;
  }
  .solutions {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .solution_image {
    height: 150px;
    border-radius: 50%;
  }
  .solution_image {
    height: 250px;
    border-radius: 50%;
  }
  .solution_image_mobile {
    display: block;
    height: 250px;
    border-radius: 50%;
  }
  #schools_solution .solution_image {
    display: none;
    height: 250px;
    border-radius: 50%;
  }
  .solution_details {
    padding: 50px;
  }
  .solutions_title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .solutions p {
    font-size: 12px;
  }
  .categories {
    display: flex;
    font-size: 12px;
    flex-direction: column;
  }
  .category_list {
    list-style: none;
    padding: 25px 0px;
  }
  .category_list li {
    padding: 15px;
    text-align: center;
  }
  #middle_list {
    border: solid #00aa38;
    border-width: 1px 0px;
  }
  .row > ul {
    list-style: none;
    padding: 10px 25x;
  }
  .row > ul > li {
    padding: 10px;
    text-align: center;
  }
  .team__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .team ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 35px;
  }
  .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  .name {
    font-size: 15px;
  }
  .title {
    font-size: 12px;
  }
  .details {
    padding: 15px;
  }
}
