:root {
  --bs-body-color: #002359 !important;
}

html, body {
  font-family: 'Roboto', sans-serif !important;
  color: #002359;
}

.navbar-info {
  background-color: #002359;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0px;
}

.navbar-info .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-info i {
  margin-right: 5px;
}

.our-services li {
  padding: 13px 0px;
}

.our-services li i {
  color: #49C51D;
}

footer .coder-brand svg text,
footer .coder-brand svg path {
  fill: white;
}

footer .coder-brand svg {
  max-width: 150px;
  width: 100%;
  margin-left: 2px;
  position: relative;
  top: -1px;
}

.btn-primary {
  background-color: #ff5e15 !important;
  border-color: #ff5e15 !important;
}

.primary-text-color {
  color: #ff5e15 !important;
}

.secondary-text-color {
  color: #002359 !important;
}

.navbar-brand text {
  fill: #002359;
}

.navbar-brand .dach {
  fill: #ff5e15;
}

.navbar-brand .window {
  fill: #002359;
}

.navbar .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cover-section {
  position: relative;
}

.cover-section .overlayer {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #ff5e15;
  opacity: 0.2;
}

#aboutus img {
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px #ff5e15;
          box-shadow: 15px 15px #ff5e15;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #011230;
}

footer .brand text {
  fill: white;
}

footer .brand .dach {
  fill: #ff5e15;
}

footer .brand .window {
  fill: white;
}

#whyus {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 100px;
}

#whyus .features-container {
  padding: 30px 30px;
  border-radius: 10px;
  background-color: white;
}

#whyus .features-container i {
  color: #ff5e15;
  font-size: 3rem;
}

#whyus .features-container h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#whyus .features-container p {
  margin: 0;
}

#testimonials {
  background-color: #ff5e15;
  padding-top: 60px;
  padding-bottom: 140px;
}

#testimonials .carousel .testimonial-container {
  padding: 30px;
  padding-left: 60px;
  position: relative;
  background-color: white;
  border-radius: 10px;
}

#testimonials .carousel .testimonial-container .testimonial-img {
  border-radius: 10px;
  margin-bottom: 20px;
}

#testimonials .carousel .testimonial-container .author img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

#testimonials .carousel .testimonial-container::before {
  content: "\201C";
  font-family: Arial,sans-serif;
  color: #e2e2e2;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 30px;
}

#testimonials .carousel-indicators {
  bottom: -60px !important;
}

#testimonials .carousel-indicators li {
  background: white !important;
  border-radius: 50px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#contact {
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}

#contact .overlayer {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #002359;
  opacity: .7;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3.5rem !important;
}
/*# sourceMappingURL=style.css.map */