:root {
  --bodyBgColor: #ffffff;
  --primaryColor: #152F86;
  --whiteColor: #ffffff;
  --secondaryColor: #8b8b8b;
  --lightColor: #F3F4F3;
  --darkTileColor: #000000;
  --productCardBg: #E2E2E1;
  --contactButtonBg: #FF6C3A;
  --footerTop: #303132;
  --footerBottom: #242525;
  --Roboto: "Roboto", sans-serif;
  --Lato: "Lato", sans-serif;
  --Catamaran: "Catamaran", sans-serif;
  --swiper-navigation-size: 35px;
}

.navbar-toggler-icon {
  background-image: url('../img/menu.svg');
}
.services-section {
  background-image: url('../img/service/service-bg-blue.svg');

}
/* .services-section::before {
  background-image: url('../img/service/service-top-blue.svg');
}
.services-section::after {
  background-image: url('../img/service/service-bottom-blue.svg');
} */
.gallery-section {
  background-image: url('../img/gallery/gallery-bg-blue.svg');
}
/* .gallery-section::before {
  background-image: url('../img/gallery/gallery-top-blue.svg');
}
.gallery-section::after {
  background-image: url('../img/gallery/gallery-bottom-blue.svg');
} */