@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
label {
  font-weight: 700;
}

label {
  font-size: .875rem;
}

label span {
  color: #00A9DF;
}

small {
  font-size: .75rem;
}

.navbar .nav-item {
  margin-left: 1.25rem;
}

.navbar .nav-item .nav-link {
  color: #1C2249;
  font-size: 1rem;
  font-weight: 600;
}

.hero {
  padding: 120px 0;
}

header {
  padding: 4rem 0;
  background-color: #00c2e9;
}

header h1 {
  color: #fff;
  font-size: 3rem;
}

header p {
  font-weight: 400;
  font-size: 1.2rem;
}

.bg-light {
  background-color: #fff !important;
}

.google-maps {
  margin-top: 5rem;
}

form {
  margin-bottom: 2.5rem;
}

.form-control {
  margin-bottom: 1rem;
  padding: .75rem;
  border-radius: .125rem;
}

.btn {
  padding: .75rem 2.8rem;
  font-weight: 600;
  border-radius: .125rem;
}

.btn-primary {
  background-color: #00A9DF;
  border-color: #00A9DF;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #1C2249;
  border-color: #1C2249;
}

.custom-alert {
  padding: 1.875rem;
  margin-bottom: 1rem;
  border: 1px solid #00904d45;
  border-radius: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-alert img {
  margin-right: 1.25rem;
}

.custom-alert p {
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 0;
}

.bread-crumb {
  background-color: #1C2249;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}

.bread-crumb .wrapper {
  border: 1px solid #ffffff80;
  border-radius: .3125rem;
  padding: .875rem;
  color: #e9ecef;
  font-size: .75rem;
}

.bread-crumb .wrapper span {
  margin: 0 5px;
}

.bread-crumb .wrapper span a:hover {
  color: #00A9DF;
}

footer {
  background-color: #1C2249;
  padding-top: 3.75rem;
  font-size: .875rem;
  font-weight: 300;
  color: #ffffff80;
}

footer h4 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

footer strong {
  color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: .875rem;
}

footer a {
  color: #ffffff80;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .footer-block {
  margin-bottom: 1.875rem;
}

footer .copyrights {
  border-top: 1px solid #fbfbfb40;
  padding: 2.5rem 0;
  font-size: .8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copyrights a {
  color: #fff;
}

footer .copyrights a:hover {
  color: #00A9DF;
}

.service {
  padding: 30px;
  min-height: 280px;
  margin-bottom: 3.125rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff;
}

.service p {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-size: .875rem;
}

aside {
  margin-bottom: 3.75rem;
  padding: 1.25rem;
  background-color: #f8f9fa;
}

aside ul {
  padding: 0;
}

aside ul li {
  list-style: none;
  margin-bottom: .625rem;
}

aside ul li a {
  font-size: .875rem;
}

aside ul li a:hover {
  color: #00A9DF;
  text-decoration: underline;
}

aside h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.profiles a {
  display: block;
  margin-bottom: 10px;
  border-radius: 0 .625rem;
}

.contact-info p {
  margin-bottom: .3125rem;
}

.course-card,
.service-card {
  margin-bottom: 3.75rem;
  padding: 1.875rem;
  background-color: #f8f9fa;
}

.course-card ul,
.service-card ul {
  padding-left: 1rem;
}

.course-card p,
.service-card p {
  margin-bottom: .3125rem;
}

.consulting {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(67, 135, 185, 0.3)), to(rgba(28, 34, 73, 0.8))), url(../images/consulting.jpg);
  background: linear-gradient(0deg, rgba(67, 135, 185, 0.3), rgba(28, 34, 73, 0.8)), url(../images/consulting.jpg);
}

.consulting:hover {
  background: #1C2249;
}

.consulting:hover a {
  color: #fff;
}

.training {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(67, 135, 185, 0.3)), to(rgba(28, 34, 73, 0.8))), url(../images/training.jpg);
  background: linear-gradient(0deg, rgba(67, 135, 185, 0.3), rgba(28, 34, 73, 0.8)), url(../images/training.jpg);
}

.training:hover {
  background: #1C2249;
}

.training:hover a {
  color: #fff;
}

.cleaning {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 195, 109, 0.4)), to(rgba(76, 175, 80, 0.9))), url(../images/cleaning.jpg);
  background: linear-gradient(0deg, rgba(60, 195, 109, 0.4), rgba(76, 175, 80, 0.9)), url(../images/cleaning.jpg);
}

.cleaning:hover {
  background: #2eb56b;
}

.cleaning:hover a {
  color: #fff;
}

.supplies {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 235, 59, 0.3)), to(rgba(185, 166, 0, 0.9))), url(../images/supplies-panel.jpg);
  background: linear-gradient(0deg, rgba(255, 235, 59, 0.3), rgba(185, 166, 0, 0.9)), url(../images/supplies-panel.jpg);
}

.supplies:hover {
  background: #f49c22;
}

.supplies:hover a {
  color: #fff;
}

.construction {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 235, 59, 0.3)), to(rgba(185, 166, 0, 0.9))), url(../images/constuction.jpg);
  background: linear-gradient(0deg, rgba(255, 235, 59, 0.3), rgba(185, 166, 0, 0.9)), url(../images/constuction.jpg);
}

.construction:hover {
  background: #f49c22;
}

.construction:hover a {
  color: #fff;
}

.consulting,
.cleaning,
.construction,
.supplies,
.training {
  background-size: cover;
}
/*# sourceMappingURL=app.css.map */