body, html {
  margin: 0;
  font-size: 18px;
}

.navbar-nav {

}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-item {
  padding: 0rem 0.5rem;
}

.bg1 {
  background-image: url("img/bg1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.navbar .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

h1, h2, h3, h4 {
  padding-bottom: 1rem;
}

h1, h2 {
  color: #0071c0;
}

.card-h {
  color: #FFFFFF;
  font-size: 1.4rem;
}

.card-inner {
  padding: 5px;
}

.t-white {
  color: white;
}

.products a {
  color: #212529;
}

.products a:hover {
  text-decoration: none;
  color: #0BB9D7;
}

.products a:hover p {
  text-decoration: none;
  color: #212529;
}

.products a:hover > .product-bg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

.product-bg {
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0.8rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-bg h3 {
  text-transform: uppercase;
  padding-bottom: 0;
}

.product-bg img {
 margin-top: 1rem;
 margin-bottom: 2rem;
}

a {
  color: #0BB9D7;
}

a:hover {
  color: #0BB9D7;
}

.bg2 {
  background-image: url("img/bg2.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial {
  margin: 0.3rem;
  padding: 1.8rem;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.testimonial-text {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.testimonial-text:before {
    background: url("img/q-left.png") 0 0 no-repeat;
    left: 0;
    height: 15px;
    width: 17px;
}

.testimonial-text:after {
    background: url("img/q-right.png") 0 0 no-repeat;
    margin: 5px 10px;
}

.testimonial-text:before, .testimonial-text:after {
    content: "";
    height: 15px;
    width: 18px;
    position: absolute;
}

.testimonial-author {
  padding-left: 30px;
}

.bg-blue {
  background-color: #0071c0;
  color: white;
}

.bg-blue h2, .bg-blue h3 {
  color: white;
}

.bg-blue .card {
  color: #212529;
}

.bg-lightblue {
  background-color: #e6f4ff;
}

.mainf {
  background-color: #2a4659;
  color: #b3b3b3;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mainf a {
  color: #b3b3b3;
  font-weight: bold;
}

.mainf a:hover {
  color: #F5F5F5;
}

#frm-contactForm .form-group:nth-child(1),
#frm-contactForm .form-group:nth-child(4) {
    display:none;
}
