/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/screen.scss ***!
  \****************************************************************************************************************************************************************/
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  word-wrap: break-word;
}
body.not-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  height: 100%;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
    height: calc(100% - 46px);
  }
}
main {
  margin-top: 0;
}
.hidden {
  display: none !important;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 $headings-margin-bottom;
	line-height: $headings-line-height;
	color: $headings-color;
	font-family: $font-family-sans-serif-narrow;
	font-weight: 500;
}

h1 {
	@include font-size($h1-font-size);
}

h2 {
	@include font-size($h2-font-size);
}

h3 {
	@include font-size($h3-font-size);
}

h4 {
	@include font-size($h4-font-size);
}

h5 {
	@include font-size($h5-font-size);
}

h6 {
	@include font-size($h6-font-size);
}

hr {
	margin: $spacer 0;
	border: 0;
	border-top: 1px solid $black;
}
*/
.wrapper {
  padding: 0 20px;
  max-width: 1280px;
}
.wrapper_inner {
  max-width: 1240px;
}
.wrapper_outer {
  max-width: 1320px;
}
.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.error-404 .content {
  text-align: center;
}
.error-404 .content p {
  letter-spacing: 1px;
}
.admin-bar #wpadminbar {
  -webkit-transition: width 0s 1s, opacity 0.3s;
  transition: width 0s 1s, opacity 0.3s;
  opacity: 0.7;
  width: 32px;
  min-width: 0;
  height: 32px;
  overflow: hidden;
}
.admin-bar #wpadminbar:hover {
  -webkit-transition: width 0s 0s, opacity 0.3s;
  transition: width 0s 0s, opacity 0.3s;
  opacity: 1;
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 782px) {
  .admin-bar #wpadminbar {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    width: 100%;
    height: 46px;
    overflow: visible;
  }
}
.sprite-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
}
.loading {
  position: relative;
}
.loading::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1000000;
  background-color: #fff;
  content: "";
}
.loading::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1000001;
  margin: -25px 0 0 -25px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  border-color: #000 transparent;
  width: 50px;
  height: 50px;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
  content: "";
}
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}
.embed-responsive__item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.embed-responsive__21x9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive__16x9::before {
  padding-top: 56.25%;
}
.embed-responsive__4x3::before {
  padding-top: 75%;
}
.embed-responsive__2x1::before {
  padding-top: 50%;
}
.embed-responsive__1x1::before {
  padding-top: 100%;
}
.thumbnail {
  display: block;
}
.thumbnail img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.thumbnail_link {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.thumbnail_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  content: "";
}
.alignnone {
  margin: 1rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1rem auto;
}
.alignright {
  float: right;
  clear: right;
  margin: 0.5rem 0 1rem 0.5rem;
}
.alignleft {
  float: left;
  clear: left;
  margin: 0.5rem 0.5rem 1rem 0;
}
img.alignnone {
  vertical-align: middle;
}
.wp-caption img {
  display: block;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0.25rem 0.25rem 0.5rem;
  font-size: 0.8em;
}
.screen-reader-text {
  position: absolute;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.content {
  text-align: justify;
  font-family: "PT Serif", serif;
}
.content p,
.content ul,
.content ol,
.content table {
  margin: 0 0 1rem;
}
.content ul,
.content ol {
  padding: 0;
}
.content ul li,
.content ol li {
  position: relative;
  padding-left: calc(18px + 4px);
}
.content ul li::before {
  position: absolute;
  top: calc(27px / 2 - 3px);
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0.75;
  border-radius: 50%;
  background-color: #000;
  width: 6px;
  height: 6px;
  content: "";
}
.content ol {
  list-style-type: none;
}
.content ol li {
  counter-increment: step-counter;
}
.content ol li::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0.75;
  content: counter(step-counter) ".";
}
.content table {
  width: 100%;
}
.content th,
.content td {
  border: 1px solid #000;
  padding: 0.25rem 0.5rem;
}
.content th {
  font-weight: bolder;
}
.content a {
  color: #000;
}
.content a:hover, .content a:active {
  text-decoration: none;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content pre {
  overflow: auto;
  white-space: normal;
}
.wp-element-button {
  -webkit-transition: color 0.1s, background 0.3s;
  transition: color 0.1s, background 0.3s;
}
.wp-element-button:hover {
  background: var(--wp--preset--color--white) !important;
}
.wp-element-button:hover {
  border: 1px solid var(--wp--preset--color--green);
  color: var(--wp--preset--color--green);
}
.is-style-call-us > a {
  position: relative;
}
.is-style-call-us > a::before {
  position: absolute;
  top: 10px;
  left: 30px;
  content: url(../phone-white.svg);
}
.is-style-call-us > a:hover::before {
  content: url(../phone-green.svg);
}
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  fill: var(--wp--preset--color--green);
}
.current-menu-item {
  color: var(--wp--preset--color--green) !important;
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-buttons {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .site-header .wp-block-buttons.header-cta-mobile {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-buttons.header-cta-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-site-logo {
    z-index: 110000;
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-navigation__responsive-container {
    display: none !important;
  }
  .site-header .wp-block-navigation__responsive-container {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 900px) {
  .site-header .wp-block-navigation__responsive-container-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.footer__columns .wp-block-heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__columns .wp-block-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__columns .wp-block-group:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer__copyright-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 781px) {
  .group-in-column-no-side-padding-mobile {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .we-have-solutions__group {
    padding: 2rem !important;
  }
  .we-have-solutions__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.is-style-home-hero-column-1 {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.is-style-home-hero-column-1 {
  -ms-flex-line-pack: center;
      align-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(169, 206, 168)), to(rgb(241, 243, 241)));
  background: linear-gradient(to right, rgb(169, 206, 168), rgb(241, 243, 241));
}
@media screen and (min-width: 1441px) {
  .is-style-home-hero-column-1 {
    padding-right: 95px;
    padding-left: calc(50% - 704px);
  }
}
@media screen and (max-width: 1440px) {
  .is-style-home-hero-column-1 {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .is-style-home-hero-column-1 {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__columns {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__column-1-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-hero__preheading img {
  position: relative;
  top: 4px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .home-hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__image {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home-hero {
    height: 673px;
  }
}
.why-choose-us__paragraph img {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .working-process__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .working-process__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .working-process__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.staff__item {
  -webkit-transition: padding-bottom 0.3s;
  transition: padding-bottom 0.3s;
}
.staff__item .wp-block-cover__background {
  top: auto;
  top: initial;
  bottom: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 100px;
}
.staff__item .staff__social-links {
  display: none;
}
.staff__item:hover {
  padding-bottom: 150px;
}
.staff__item:hover .wp-block-cover__background {
  height: 100%;
}
.staff__item:hover .staff__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1250px) {
  .staff {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .staff {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .staff {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.innocode-block-accordion-item {
  margin-bottom: 43px;
  border: none;
}
.innocode-block-accordion-item:last-of-type {
  margin-bottom: 0;
}
.innocode-block-accordion-item__header {
  display: block;
  border: none;
  border-radius: 5px;
  background: #fff8f1;
  cursor: pointer;
  padding: 13px 30px;
  width: 100%;
  text-align: left;
}
.innocode-block-accordion-item__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--wp--preset--color--dark);
}
.innocode-block-accordion-item__content {
  color: var(--wp--preset--color--gray);
}
.innocode-block-accordion-item__button::before,
.innocode-block-accordion-item__button::after {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--wp--preset--color--dark);
}
.innocode-block-accordion-item_is-opened .innocode-block-accordion-item__header {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--wp--preset--color--green);
}
.innocode-block-accordion-item_is-opened .innocode-block-accordion-item__title {
  color: var(--wp--preset--color--white);
}
.innocode-block-accordion-item_is-opened .innocode-block-accordion-item__button::before,
.innocode-block-accordion-item_is-opened .innocode-block-accordion-item__button::after {
  background: var(--wp--preset--color--white);
}
.blog-list {
  margin-top: 50px;
}
.blog-list .wp-block-post-template {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 1000px) {
  .blog-list .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .blog-list .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}
.blog-list .wp-block-post {
  border-radius: 10px;
  -webkit-box-shadow: 4px 47px 95.6px rgba(51, 51, 51, 0.103), inset -0.9px -10px 10px #e5e5e5, inset 0.9px 10.6px 10.7px #fff;
          box-shadow: 4px 47px 95.6px rgba(51, 51, 51, 0.103), inset -0.9px -10px 10px #e5e5e5, inset 0.9px 10.6px 10.7px #fff;
  background: linear-gradient(175deg, #fff 0%, #eaeaea 92.31%);
}
.blog-list .page-numbers,
.blog-list .wp-block-query-pagination-previous,
.blog-list .wp-block-query-pagination-next {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  border: 1px solid #00730c;
  border-radius: 5px;
  background: transparent;
  padding: 8px 18px;
  text-decoration: none;
  line-height: 33px;
  color: #00730c;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-list .page-numbers,
.blog-list .wp-block-query-pagination-previous,
.blog-list .wp-block-query-pagination-next {
    padding: 5px 11px;
    line-height: 24px;
    font-size: 16px;
  }
}
.blog-list .page-numbers.dots {
  border: none;
}
.blog-list .page-numbers.current {
  background: #00730c;
  color: #fff;
}
.blog-list .wp-block-query-pagination-previous span,
.blog-list .wp-block-query-pagination-next span {
  margin: 0;
}
.blog-list .wp-block-query-pagination {
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog-list .wp-block-query-pagination {
    gap: 15px;
  }
}
.blog-list .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .blog-list .wp-block-query-pagination-numbers {
    gap: 15px;
  }
}
#gform_submit_button_1:hover {
  --gf-local-bg-color: var(--wp--preset--color--white) !important;
  --gf-local-border-color: var(--wp--preset--color--green) !important;
  --gf-local-color: var(--wp--preset--color--green) !important;
}

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