/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Project Name
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.animated-effect, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Poppins", sans-serif;
  position: relative;
}

.header-wrapper {
  width: 100%;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .header-wrapper {
    border-left: 0;
  }
}

.navbar-brand {
  display: block;
  position: relative;
}
@media (max-width: 767.9px) {
  .navbar-brand {
    margin-bottom: 0;
  }
}

.navbar {
  padding: 0;
}
@media (max-width: 767.9px) {
  .navbar {
    padding: 1rem 0;
  }
}
.navbar .navbar-nav {
  padding: 1rem 0;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0 0.75rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0 0 0.75rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f1f1f;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 0;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #00a2e8;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #00a2e8;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 0.9rem;
}

footer.page-footer {
  background: #00a2e8;
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer {
    padding: 4rem 0;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 4rem 0;
  }
}
footer.page-footer .navbar-brand {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
  margin-right: 0;
}
footer.page-footer .navbar-brand h2 {
  color: #fff;
}
footer.page-footer .navbar-brand img {
  width: 80%;
  height: 80%;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand img {
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand img {
    width: 60%;
    height: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .navbar-brand img {
    width: 60%;
    height: 60%;
  }
}
footer.page-footer .footer-contact {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-contact {
    flex-direction: column;
  }
}
footer.page-footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-contact .contact-item {
    justify-content: center;
  }
}
footer.page-footer .footer-contact .contact-item + .contact-item {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.9px) {
  footer.page-footer .footer-contact .contact-item + .contact-item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 1rem;
  }
}
footer.page-footer .footer-contact .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}
footer.page-footer .footer-contact .contact-item span {
  font-size: 1rem;
  color: #fff;
  margin-left: 0.45rem;
  display: block;
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.btn {
  font-weight: 700;
  border-radius: 0.25rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.btn.btn-primary {
  background: #00a2e8;
  border-color: #00a2e8;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1cbbff;
  border-color: #1cbbff;
}
.btn.btn-primary:active {
  background: #45c7ff;
  border-color: #45c7ff;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #00a2e8;
  border-color: #00a2e8;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #45c7ff;
  border-color: #45c7ff;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #00a2e8;
}
.btn.btn-outline-dark {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #36c2ff;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .main {
    padding: 3rem 0 0 0;
  }
}
.main h1 {
  position: relative;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 2rem;
  }
}
.main h1 span {
  color: #00a2e8;
}
.main p {
  color: rgba(31, 31, 31, 0.5);
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  .main p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main p {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main p {
    font-size: 0.9rem;
  }
}
.main .section-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .main .section-image {
    position: relative;
    top: 0;
    width: 100%;
    height: 25rem;
    margin-top: 5rem;
  }
}
.main .section-image img {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .main .section-image img {
    top: 0;
  }
}

.top-services {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .top-services {
    padding: 2.7rem 0;
  }
}
.top-services .service-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .top-services .service-item {
    padding: 1.5rem 0 1.5rem 6.5rem;
  }
}
.top-services .service-item:hover img {
  opacity: 1;
  filter: none;
}
.top-services .service-item span {
  display: block;
  font-size: 1.5rem;
  color: #1f1f1f;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .top-services .service-item span {
    font-size: 1.25rem;
    margin: 0 0 0.7rem 0;
    font-weight: 500;
  }
}
.top-services .service-item p {
  display: block;
  font-size: 0.9rem;
  color: rgba(31, 31, 31, 0.5);
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .top-services .service-item p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .top-services .service-item p {
    padding-right: 0;
  }
}
@media (max-width: 767.9px) {
  .top-services .service-item p {
    padding-right: 0;
    font-size: 0.9rem;
  }
}
.top-services .service-item img {
  display: block;
  width: 5rem;
  height: 5rem;
  filter: brightness(0);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .top-services .service-item img {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .top-services .service-item img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767.9px) {
  .top-services .service-item img {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 0;
    margin: auto;
  }
}

.services-header {
  background: url("../img/services.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .services-header {
    background-attachment: inherit;
    padding: 4rem 0;
  }
}
.services-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 133, 194, 0.85);
  z-index: 0;
  opacity: 0.85;
}
.services-header .container {
  position: relative;
  z-index: 2;
}
.services-header h3 {
  position: relative;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .services-header h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-header h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services-header h3 {
    font-size: 2rem;
  }
}
.services-header p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  .services-header p {
    font-size: 0.9rem;
  }
}

.services-list {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services-list {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-list {
    padding: 3rem 0;
  }
}
@media (max-width: 767.9px) {
  .services-list {
    margin: 2rem 0;
    padding: 1.5rem 0;
  }
}
.services-list .services-box {
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services-list .services-box {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-list .services-box {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767.9px) {
  .services-list .services-box {
    width: 100%;
    margin: 0;
  }
}
.services-list .services-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 1rem;
}
.services-list .services-subtitle {
  font-size: 1rem;
  color: rgba(31, 31, 31, 0.6);
  max-width: 30rem;
}
.services-list .service-info {
  display: block;
  position: relative;
  border-right: 1px solid rgba(31, 31, 31, 0.1);
  text-decoration: none;
  color: inherit;
  height: 100%;
  padding: 5rem 2.5rem;
}
@media (max-width: 767.9px) {
  .services-list .service-info {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 1.5rem 0.75rem;
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-list .service-info {
    padding: 1.5rem 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services-list .service-info {
    padding: 1.5rem 0.75rem;
  }
}
.services-list .service-info img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  object-fit: contain;
}
.services-list .service-info:hover {
  background: rgba(242, 243, 244, 0.5);
}
.services-list .service-info:active {
  background: rgba(242, 243, 244, 0.5);
  transform-origin: center;
  transform: scaleX(0.975);
}
.services-list .service-info.v2 {
  border-right: none;
}
.services-list .service-info span {
  display: block;
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .services-list .service-info span {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 0.7rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-list .service-info span {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 0.7rem 0;
  }
}
.services-list .service-info p {
  display: block;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .services-list .service-info p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-list .service-info p {
    font-size: 0.9rem;
  }
}
.services-list .service-info .additional-text {
  margin-bottom: 1rem;
}

.products {
  padding: 2rem 0 4rem 0;
  position: relative;
}
.products .col-md-6 {
  margin-bottom: 3rem;
}
.products h3 {
  position: relative;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .products h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .products h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .products h3 {
    font-size: 2rem;
  }
}
.products p {
  color: rgba(25, 25, 25, 0.5);
  margin-bottom: 1rem;
}
.products .product {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.products .product .product-details {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
.products .product .product-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .product .product-details:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #1f1f1f;
  opacity: 0.2;
  transition: 0.15s ease all;
  content: " ";
}
.products .product .product-details:hover:after {
  opacity: 0.1;
}
.products .product .product-info {
  padding: 1.25rem;
  background: rgba(25, 25, 25, 0.3);
  margin-bottom: -1px;
  z-index: 2;
}
.products .product .product-info .product-title {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}
@media (max-width: 767.9px) {
  .products .product .product-info .product-title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .products .product .product-info .product-title {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .products .product .product-info .product-title {
    font-size: 1.1rem;
  }
}

.projects {
  padding: 4rem 0;
  position: relative;
}
.projects h3 {
  position: relative;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .projects h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .projects h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .projects h3 {
    font-size: 2rem;
  }
}
.projects p {
  color: rgba(25, 25, 25, 0.5);
  margin-bottom: 1rem;
}
.projects + .results {
  padding-top: 4rem;
  background: #fff;
}
.projects .project {
  border-radius: 1rem;
  overflow: hidden;
}
.projects .project .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.projects .project .project-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}
.projects .project .project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
  pointer-events: none;
}
.projects .project .project-image:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.projects .project .project-details {
  padding: 1rem 1rem 1rem 0;
}
.projects .project .project-details .item p {
  font-size: 0.9rem;
}
.projects .project .project-details .project-goal b {
  font-size: 0.9rem;
}

.section-text {
    max-width: 720px;
    line-height: 1.7;
    font-size: 1.05rem;
    color: #2a2a2a;
    margin-bottom: 28px;
}

.section-title {
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.cta-button {
    margin-top: 40px;
    padding: 12px 28px;
    font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
