/*
Theme Name: growreactor
Theme URI: https://growreactor.com
Author: GrowReactor
Author URI: https://growreactor.com
Description: Theme for GrowReactor.com
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License:
License URI: 
Text Domain: growreactor
Tags: 
*/
@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: Helvetica;
  font-weight: 400;
  src: url("fonts/helvetica/Helvetica.ttf"); }
@font-face {
  font-family: Helvetica;
  font-weight: bold;
  src: url("fonts/helvetica/Helvetica-Bold.ttf"); }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica;
  font-weight: bold;
  color: #222222; }

body {
  color: #696969;
  /*	font-family: 'Roboto', sans-serif;*/
  font-family: 'Poppins', sans-serif; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15); }

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh; }

.bi {
  vertical-align: -.125em;
  fill: currentColor; }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.custom_bg_light {
  background: #f3f4f6; }

.custom_bg_dark {
  background: #222222; }

.custom_light_text {
  color: #f3f4f6; }

.custom_bg_lines {
  background-image: url(img/wave.svg);
  animation: 50s infinite linear homepageWave;
  width: 100%;
  height: 100%;
  background-position: center center; }

.jumbotron_container {
  background-image: radial-gradient(circle, #d0d0d0, #d0d0d0 1px, transparent 1px, transparent 20px);
  background-size: 20px 20px; }

.jumbotron_svg {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

@keyframes homepageWave {
  0% {
    background-position: center center; }
  50% {
    background-position: 70% 100%; }
  100% {
    background-position: center center; } }
.box_equal {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.custom_bg_darker {
  background: #222222; }

.main_services_form .form-check-input:checked {
  background-color: #222222;
  border-color: #222222; }
  .main_services_form .form-check-input:checked ~ label {
    font-weight: bold; }
.main_services_form .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(105, 105, 105, 0.25); }
.main_services_form .form-check-input[type=checkbox] {
  border-radius: 0;
  border-color: #222; }
.main_services_form .form-control[type=email], .main_services_form .form-control[type=text] {
  border-radius: 0;
  border-color: #222; }
  .main_services_form .form-control[type=email]:focus, .main_services_form .form-control[type=text]:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #222222;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(22, 22, 22, 0.3); }
.main_services_form button[type=submit] {
  width: 100%; }
  @media (min-width: 992px) {
    .main_services_form button[type=submit] {
      width: fit-content; } }

.btn {
  font-family: 'Roboto', sans-serif; }

.btn {
  padding: 0.5rem 1.7rem; }
  .btn.btn-lg {
    padding: 0.85rem 2.2rem;
    font-size: 1.1rem; }

.btn:hover {
  background-color: #696969;
  border-color: #696969; }

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: white;
  background-color: #007D5C;
  border-color: #007D5C; }

.btn:focus-visible {
  color: white;
  background-color: #007D5C;
  border-color: #007D5C;
  outline: 0;
  box-shadow: #007D5C; }

.link-dark {
  color: #696969 !important; }

.nav .active {
  color: black !important;
  font-weight: bold;
  position: relative; }
  .nav .active:after {
    content: " ";
    left: 0.5rem !important;
    position: absolute;
    width: 25px;
    bottom: 3px;
    height: 3px;
    background: #818181; }

.main_form {
  border: 1px dashed #222222; }
  .main_form_input {
    font-size: 14px; }

.logo_svg {
  /*	animation: 20.11111s linear -0.833333s infinite normal forwards running breath-86bac15f-1d43-4f96-ae7e-5860407804d8;*/ }

.services_scroll a {
  color: white;
  text-decoration: none; }

/*Steps*/
.step_img_handler {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .step_img_handler div.step_handler {
    clip-path: path("M 190.4875 126.7 L 0.2 126.7 L 31.35 63.6 L 0.2 0.5 L 190.4875 0.5 L 221.5875 63.6 L 190.4875 126.7");
    background: #222222;
    touch-action: pan-x pan-y pinch-zoom;
    outline: 1px solid cyan;
    width: 100%;
    height: 254.4px;
    margin-left: 0px;
    margin-top: 2px;
    transform: scale(0.88458); }
  .step_img_handler .step_internal {
    clip-path: path("M 380.975 253.4 L 0.4 253.4 L 62.7 127.2 L 0.4 1 L 380.975 1 L 443.175 127.2 L 380.975 253.4");
    background: #f0c415;
    touch-action: pan-x pan-y pinch-zoom; }
  .step_img_handler .step_item_text {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #f3f4f6;
    font-family: Helvetica;
    font-weight: bold; }
  .step_img_handler .step_img {
    flex: 1;
    font-size: 14px; }
  .step_img_handler .step_img .step_bg {
    width: 200px;
    height: auto;
    font-weight: bold; }
  .step_img_handler .step_images {
    position: relative; }
  .step_img_handler .step_icon {
    width: 60px;
    position: absolute;
    left: calc(221px/2 - 30px);
    top: calc(126px/2 - 30px);
    filter: brightness(0) invert(1); }
  .step_img_handler .step_name {
    padding: 20px 0 10px 0; }
  .step_img_handler .step_desc {
    padding-top: 10px;
    font-size: 13px;
    text-align: left;
    padding-left: 0px;
    padding-right: 24px; }
  @media (min-width: 1200px) {
    .step_img_handler {
      display: flex;
      flex-direction: row; }
      .step_img_handler > .step_img .step_bg {
        width: 100%;
        height: auto; }
      .step_img_handler > .step_img {
        flex: 1;
        text-align: left;
        font-size: 16px; }
      .step_img_handler .step_icon {
        width: 60px;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        filter: brightness(0) invert(1); } }

/*Services*/
.service_block {
  padding-top: 15px; }
  .service_block > .services_desc {
    font-size: 14px; }

.section {
  padding: 0 0 40px 0; }

.nav .nav-link {
  cursor: pointer; }

/*Breakpoint*/
@media (min-width: 992px) {
  .section {
    padding: 0 0 100px 0; }

  .step_img {
    flex: 1;
    text-align: left;
    font-size: 16px; } }

/*# sourceMappingURL=style.css.map */
