html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto";
}

body {
  background-image: url("../imgs/background2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-attachment: fixed;
}

h1 {
  font-weight: 300;
}

.main {
  height: 100%;
}

img {
  width: 100%;
  height: auto;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 !important;
}

nav .logo {
  height: 100%;
}

nav .logo img {
  height: 100%;
}

nav .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
}

nav .title h1 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 400;
}

nav .title h3 {
  margin: 0;
  font-size: 0.895rem;
  color: #1d7cc9;
}

nav .contacts {
  display: none;
  text-align: right;
}

nav .contacts a {
  text-decoration: none;
  color: #485661;
}

nav .contacts a h4 {
  margin: 0;
  font-size: 1.2rem;
}

nav .contacts :hover {
  color: #1d7cc9;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

nav ul li {
  margin-left: 15px;
}

nav ul li a {
  text-decoration: none;
  color: #000000;
}

nav .mobile-nav {
  display: none;
}

nav .mobile-nav i {
  font-size: 2.6rem;
  color: #000000;
}

.header-seperator {
  background-color: #1d7cc9;
  margin: 0;
  border-radius: 5px;
  padding: 0 15px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-seperator a {
  text-decoration: none;
}

.header-seperator a h4 {
  margin: 10px 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.3rem;
}

.header-seperator a h4 i {
  margin-right: 15px;
}

.intro {
  height: 190px;
  background-color: #f2f2f2;
  background-image: url("../imgs/introbg.jpg");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(20, 41, 56, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(20, 41, 56, 0.3);
  margin: 20px 0;
}

#who_we_are {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#who_we_are img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
}

#why_trusted {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#why_trusted img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
}

#hands_on {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#hands_on img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
}

#versatile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#versatile .profile-card {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(72, 86, 97, 0.3);
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background-color: #cdcdcd;
  overflow: hidden;
}

#versatile .profile-card .profile-des {
  text-align: center;
  padding: 25px 0;
}

#versatile .profile-card .profile-des h3 {
  margin: 0;
}

#versatile .profile-card .profile-des p {
  margin: 0;
  font-size: 0.875rem;
}

.footer {
  background-color: #1d7cc9;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding: 10px 0;
  border-radius: 5px;
  color: #ffffff;
}

.footer .col-lg-6 {
  margin: 10px 0;
}

.footer h4 {
  margin: 0;
}

.footer h3 {
  margin: 0;
}

.footer .contacts a {
  text-decoration: none;
  color: #b9defa;
}

.footer .contacts a h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.footer .contacts :hover {
  color: #ffffff;
}

.rights {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rights p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.rights p a {
  text-decoration: none;
}

@media (min-width: 576px) {
  nav {
    height: 150px;
  }
  nav .title h1 {
    margin: 0;
    font-size: 1.7rem;
    line-height: 2.3rem;
    font-weight: 400;
  }
  nav .title h3 {
    margin: 0;
    font-size: 0.895rem;
    color: #1d7cc9;
  }
  nav .contacts {
    display: block;
  }
  nav .contacts h4 {
    margin: 0;
    font-size: 1.2rem;
  }
  .intro {
    height: 400px;
    background-color: #f2f2f2;
    background-image: url("../imgs/introbg.jpg");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  nav {
    height: 150px;
  }
  nav .title h1 {
    margin: 0;
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-weight: 400;
  }
  nav .title h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #1d7cc9;
    font-weight: 400;
  }
  nav .contacts {
    display: block;
  }
  nav .contacts h4 {
    margin: 0;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */