/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
    # Dropdown Menus
    # Sidebar Navigation
# Post Navigation
# Header
# Post Content
# Comments
# Widgets
# Content Layout
# Sidebars
# Footer
# Featured Images
# Top Bar
# Icons
# Compatibility
# Mobile
# Innovate By Day Branding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

a {
  background-color: transparent;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.25;
}

p {
  margin-bottom: 1.5em;
  font-size: 24px;
}

p:last-child {
  margin-bottom: 0;
}

.display-flex {
  display: flex;
}

.big-text {
  font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-transform: none;
}

.long-heading {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

th,
td {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 3.75rem;
  margin-bottom: 0.25em;
  line-height: 1.125;
  font-weight: 600;
}

h2 {
  font-size: 3.75rem;
  margin-bottom: 0.25em;
  line-height: 1.125;
  font-weight: 600;
}

h3 {
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  line-height: 1.125;
  font-weight: 600;
}

h4 {
  font-size: 1.875rem;
  font-weight: 600;
}

h5 {
  font-size: 1.5rem;
}

h4,
h5,
h6 {
  margin-bottom: 0.25em;
}

.underline:after {
  content: "";
  position: absolute;
  background-color: #f56905;
  height: 6px;
  width: 80%;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

@media (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.125;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: 1.125rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.5rem;
  }
  .big-text {
    font-size: 1.125rem;
  }
  .long-heading {
    font-size: 1rem;
    font-weight: 500;
  }
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}

li {
  font-size: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.entry-content .widget ul {
  margin-bottom: 30px;
}
.entry-content .widget ul li {
  list-style-type: disc;
  margin-left: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content .widget ul li::marker {
  color: #f56905;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font:
    15px Monaco,
    Consolas,
    "Andale Mono",
    "DejaVu Sans Mono",
    monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.font-weight-100 {
  font-weight: 100; /* Thin */
}

.font-weight-200 {
  font-weight: 200; /* Extra Light */
}

.font-weight-300 {
  font-weight: 300; /* Light */
}

.font-weight-400 {
  font-weight: 400; /* Normal */
}

.font-weight-500 {
  font-weight: 500; /* Medium */
}

.font-weight-600 {
  font-weight: 600; /* Semi Bold */
}

.font-weight-700 {
  font-weight: 700; /* Bold */
}

.font-weight-800 {
  font-weight: 800; /* Extra Bold */
}

.font-weight-900 {
  font-weight: 900; /* Black */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #55555e;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  padding: 10px 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
}

textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  background: #55555e;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  padding: 10px 20px;
  color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: #fafafa;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

input[type="file"] {
  max-width: 100%;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
button,
input {
  transition:
    color 0.1s ease-in-out,
    background-color 0.1s ease-in-out;
}

a {
  text-decoration: none;
}

.entry-content p a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition:
    background-size 0.4s ease,
    color 0.1s ease-in-out;
}
.entry-content p a:hover {
  background-size: 0% 2px;
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}

.using-mouse :focus {
  outline: 0;
}
.using-mouse ::-moz-focus-inner {
  border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.no-sidebar .entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-navigation .main-nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-navigation li {
  position: relative;
}
.main-navigation .menu-bar-items {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.main-navigation .menu-bar-items a {
  color: inherit;
}
.main-navigation .menu-bar-item {
  position: relative;
}
.main-navigation .menu-bar-item.search-item {
  z-index: 20;
}
.main-navigation .menu-bar-item > a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.sidebar .main-navigation .main-nav {
  flex-basis: 100%;
}
.sidebar .main-navigation .main-nav > ul {
  flex-direction: column;
}
.sidebar .main-navigation .menu-bar-items {
  margin: 0 auto;
}
.sidebar .main-navigation .menu-bar-items .search-item {
  order: 10;
}

.nav-align-center .inside-navigation {
  justify-content: center;
}
.nav-align-center .main-nav > ul {
  justify-content: center;
}

.nav-align-right .inside-navigation {
  justify-content: flex-end;
}

.main-navigation li {
  float: left;
  position: relative;
}

.sf-menu > li.menu-item-float-right {
  float: right !important;
}

.nav-float-right .inside-header .main-navigation {
  float: right;
  clear: right;
}

.nav-float-left .inside-header .main-navigation {
  float: left;
  clear: left;
}

.nav-aligned-right .main-navigation:not(.toggled) .menu > li,
.nav-aligned-center .main-navigation:not(.toggled) .menu > li {
  float: none;
  display: inline-block;
}

.nav-aligned-right .main-navigation:not(.toggled) ul,
.nav-aligned-center .main-navigation:not(.toggled) ul {
  letter-spacing: -0.31em;
  font-size: 1em;
}

.nav-aligned-right .main-navigation:not(.toggled) ul li,
.nav-aligned-center .main-navigation:not(.toggled) ul li {
  letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
  text-align: center;
}

.nav-aligned-right .main-navigation {
  text-align: right;
}

.main-navigation li.search-item {
  float: right;
}

.main-navigation .mobile-bar-items a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

body .main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
}
body .main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.125rem;
  color: #ffffff;
}
body .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body .main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.inside-navigation {
  position: relative;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 250px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: auto;
  overflow: hidden;
  background: #ffffff;
}
.main-navigation ul ul a {
  display: block;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 1.125rem;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
  position: relative;
}
.main-navigation.sub-menu-left ul ul {
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation.sub-menu-left .sub-menu {
  right: 0;
}

.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}
.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
  left: 100%;
  top: 0;
}
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
  right: 100%;
  left: auto;
}

.nav-float-right .main-navigation ul ul ul {
  top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
}
.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/
.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
  top: 0;
  left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
  top: 0;
  right: 100%;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 2em;
  overflow: hidden;
}
.site-main .post-navigation {
  margin-bottom: 0;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  display: none;
}
.paging-navigation .nav-links > * {
  padding: 0 5px;
}
.paging-navigation .nav-links .current {
  font-weight: bold;
}

/* Less specific so we don't overwrite existing customizations. */
.nav-links > *:first-child {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.inside-header {
  display: flex;
  align-items: center;
}

.header-widget {
  margin-left: auto;
}
.header-widget p:last-child {
  margin-bottom: 0;
}

.nav-float-right .header-widget {
  margin-left: 20px;
}
.nav-float-right #site-navigation {
  margin-left: auto;
}

.nav-float-left #site-navigation {
  margin-right: auto;
  order: -10;
}
.nav-float-left .header-widget {
  margin-left: 0;
  margin-right: 20px;
  order: -15;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.header-aligned-center:not([class*="nav-float-"]) .header-widget {
  margin-left: auto;
  margin-right: auto;
}
.header-aligned-center:not([class*="nav-float-"])
  .inside-header
  > *:not(:first-child) {
  margin-top: 1em;
}

.header-aligned-right:not([class*="nav-float-"]) .inside-header {
  justify-content: flex-end;
}
.header-aligned-right:not([class*="nav-float-"]) .header-widget {
  margin-right: auto;
  margin-left: 0;
  order: -10;
}

.site-branding-container {
  display: inline-flex;
  align-items: center;
  text-align: left;
  flex-shrink: 0;
}
.site-branding-container .site-logo {
  margin-right: 1em;
}

.header-widget {
  float: right;
  overflow: hidden;
  max-width: 50%;
}
.header-widget .widget {
  padding: 0 0 20px;
  margin-bottom: 0;
}
.header-widget .widget:last-child {
  padding-bottom: 0;
}
.header-widget .widget-title {
  margin-bottom: 15px;
}

.nav-float-right .header-widget {
  position: relative;
  top: -10px;
}
.nav-float-right .header-widget .widget {
  padding: 0 0 10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  float: right;
  clear: right;
}
.nav-float-left .inside-header:after {
  clear: both;
  content: "";
  display: table;
}

.nav-float-right .inside-header .site-branding {
  display: inline-block;
}

.site-branding-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.site-branding-container .site-logo {
  margin-right: 1.5em;
}

.header-aligned-center .site-header {
  text-align: center;
}

.header-aligned-right .site-header {
  text-align: right;
}
.header-aligned-right .site-branding-container {
  text-align: right;
}
.header-aligned-right .site-branding-container .site-logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-right: 0;
  margin-left: 1.5em;
}

.site-header {
  position: relative;
}

.inside-header {
  padding: 20px 60px;
}

.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: bold;
  text-transform: none;
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
}

.site-logo {
  display: inline-block;
  max-width: 100%;
}

.site-header .header-image {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Post Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.posted-on .updated,
.entry-header .gp-icon {
  display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
  display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
  margin-top: 2em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
  display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
  margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.site-content,
.entry-header {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 0;
}

.author .page-header .page-title {
  display: flex;
  align-items: center;
}
.author .page-header .avatar {
  margin-right: 20px;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 85%;
  margin-top: 0.5em;
  line-height: 1.5;
}

footer.entry-meta {
  margin-top: 2em;
}

.cat-links,
.tags-links,
.comments-link {
  display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}
.wp-caption img {
  position: relative;
  vertical-align: bottom;
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-item img {
  vertical-align: bottom;
}

.gallery-icon {
  padding: 5px;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Post Loop Block
--------------------------------------------------------------*/
.wp-block-post-template {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-author-info {
  display: inline-block;
  vertical-align: middle;
}

.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.entry-meta.comment-metadata {
  margin-top: 0;
}

.comment-content {
  margin-top: 1.5em;
}

.comment-respond {
  margin-top: 0;
}

.comment-form > .form-submit {
  margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  resize: vertical;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block;
}

.comment-metadata .edit-link:before {
  display: none;
}

.comment-body {
  padding: 30px 0;
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
  padding-left: 30px;
  margin-top: -30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
  font-size: 13px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list > .comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

ol.comment-list {
  margin-bottom: 1.5em;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent input {
  margin-right: 0.5em;
  margin-bottom: 0;
}

.one-container .comments-area {
  margin-top: 1.5em;
}

.comment-content .reply {
  font-size: 85%;
}

#cancel-comment-reply-link {
  padding-left: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget .search-form {
  display: flex;
}
.widget .search-form button.search-submit {
  font-size: 15px;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.sidebar .widget:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
}

.widget ul li ul {
  margin-left: 1em;
  margin-top: 0.5em;
}

.wp-calendar-table {
  table-layout: fixed;
}

.widget_search .search-submit {
  display: none;
}

.widget {
  margin: 0 0 30px;
  box-sizing: border-box;
}

.widget:last-child,
.separate-containers .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget,
.footer-widgets .widget {
  font-size: 17px;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.widget_categories .children {
  margin-left: 1.5em;
  padding-top: 5px;
}

.widget_categories .children li:last-child {
  padding-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
  padding-bottom: 0;
}

#wp-calendar {
  table-layout: fixed;
  font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
  border-right: 0;
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

.widget-area .widget {
  padding: 60px;
}

.widget select {
  max-width: 100%;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
}

.widget ul,
.widget ol {
  margin: 0;
}

.widget .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
.site-content {
  display: flex;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.sidebar .widget,
.page-header,
.site-main > * {
  margin-bottom: 20px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
  margin-right: 10px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
  margin-left: 10px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 60px;
}
.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 60px;
}
.one-container.both-sidebars .site-main {
  margin: 0px 60px 0px 60px;
}
.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 60px;
}
.one-container .site-content {
  padding: 60px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 60px;
}
.separate-containers .site-main {
  margin: 20px;
}
.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0;
}
.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
  margin-left: 0;
}
.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
  margin-right: 0;
}
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post {
  margin: 0 0 2em;
}

.page-header {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
  margin-right: 30px;
}
.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
  margin-left: 30px;
}
.one-container:not(.page) .inside-article {
  padding: 0 0 30px 0;
}
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 60px;
}
.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 60px;
}
.one-container.both-sidebars .site-main {
  margin: 0px 60px 0px 60px;
}
.one-container .site-content {
  padding: 60px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 60px;
}
.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header {
  margin-bottom: 20px;
}
.separate-containers .site-main {
  margin: 20px;
}
.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0;
}
.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
  margin-left: 0;
}
.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
  margin-right: 0;
}
.separate-containers.both-right .inside-left-sidebar,
.separate-containers.both-left .inside-left-sidebar {
  margin-right: 10px;
}
.separate-containers.both-right .inside-right-sidebar,
.separate-containers.both-left .inside-right-sidebar {
  margin-left: 10px;
}
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-page-header {
  padding: 60px;
}

.widget-area .main-navigation {
  margin-bottom: 20px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/
.full-width-content .container.grid-container {
  max-width: 100%;
}
.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0;
}
.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
  padding: 0;
}
.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
  padding: 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

.left-sidebar .sidebar,
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar {
  order: -10;
}

.both-left .is-right-sidebar {
  order: -5;
}

.both-right .is-left-sidebar {
  order: 5;
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
  order: 10;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.inside-site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.site-info {
  padding: 20px 40px;
}

.footer-widgets {
  padding: 40px;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0px 0px 0px 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px;
}

/*--------------------------------------------------------------
## Footer Bar
--------------------------------------------------------------*/
.footer-bar-active .footer-bar .widget {
  padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}
.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}
.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}
.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}
.footer-bar .widget_nav_menu li ul {
  display: none;
}
.footer-bar .textwidget p:last-child {
  margin: 0;
}
.footer-bar .widget-title {
  display: none;
}

.footer-bar-align-right .copyright-bar {
  float: left;
}
.footer-bar-align-right .footer-bar {
  float: right;
  text-align: right;
}

.footer-bar-align-left .copyright-bar {
  float: right;
  text-align: right;
}
.footer-bar-align-left .footer-bar {
  float: left;
  text-align: left;
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center;
}
.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.site-info {
  text-align: center;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/
.post-image:not(:first-child) {
  margin-top: 2em;
}

.featured-image {
  line-height: 0; /* no more weird spacing */
}

.separate-containers .featured-image {
  margin-top: 20px;
}
.separate-containers .inside-article > .featured-image {
  margin-top: 0;
  margin-bottom: 2em;
}

.one-container .inside-article > .featured-image {
  margin-top: 0;
  margin-bottom: 2em;
}

.post-image:not(:first-child) {
  margin-top: 2em;
}

.page-header-image,
.page-header-image-single {
  line-height: 0; /* no more weird spacing */
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
  margin-bottom: 2em;
  margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
  margin-top: 2em;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
.top-bar .inside-top-bar .widget {
  padding: 0;
  display: inline-block;
  margin: 0;
}
.top-bar .inside-top-bar .textwidget p:last-child {
  margin: 0;
}
.top-bar .widget-title {
  display: none;
}
.top-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}
.top-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}
.top-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}
.top-bar .widget_nav_menu li ul {
  display: none;
}
.top-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.inside-top-bar {
  padding: 10px 40px;
}

.top-bar-align-center {
  text-align: center;
}
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
  margin-left: 10px;
}
.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
  display: block;
}

.top-bar-align-right {
  text-align: right;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
  float: left;
  margin-right: 10px;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(odd) {
  margin-left: 10px;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
  float: left;
  margin-right: 10px;
}
.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
  margin-left: 10px;
  float: right;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.gp-icon {
  display: inline-flex;
  align-self: center;
}
.gp-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
  display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
  display: block;
}

.entry-meta .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg);
}
nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
/* Bootstrap fix */
.container.grid-container {
  width: auto;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none;
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}
.menu-toggle .mobile-menu {
  padding-left: 3px;
}
.menu-toggle .gp-icon + .mobile-menu {
  padding-left: 9px;
}
.menu-toggle .mobile-menu:empty {
  display: none;
}

button.menu-toggle {
  background-color: transparent;
  flex-grow: 1;
  border: 0;
  text-align: center;
}
button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
  background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
  flex-grow: 0;
}

nav.toggled ul ul.sub-menu {
  width: 100%;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}

.main-navigation.toggled .main-nav {
  flex-basis: 100%;
  order: 3;
}
.main-navigation.toggled .main-nav > ul {
  display: block;
}
.main-navigation.toggled .main-nav li {
  width: 100%;
  text-align: left;
}
.main-navigation.toggled .main-nav ul ul {
  transition: 0s;
  visibility: hidden;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-navigation.toggled .main-nav ul ul li:last-child > ul {
  border-bottom: 0;
}
.main-navigation.toggled .main-nav ul ul.toggled-on {
  position: relative;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 100%;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  float: none;
}
.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.mobile-menu-control-wrapper {
  display: none;
  margin-left: auto;
  align-items: center;
}

.has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 1.5em;
}
.has-inline-mobile-toggle #site-navigation.has-active-search {
  margin-top: 1.5em;
}
.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .nav-search-active {
  position: relative;
}
.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .navigation-search
  input {
  outline: auto;
}

.nav-float-left .mobile-menu-control-wrapper {
  order: -10;
  margin-left: 0;
  margin-right: auto;
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
## Breakpoint (768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out;
  }
  /*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
  .inside-header {
    flex-direction: column;
    text-align: center;
  }
  .site-header .header-widget {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /*--------------------------------------------------------------
  ## Content Area
  --------------------------------------------------------------*/
  .site-content {
    flex-direction: column;
  }
  .container .site-content .content-area {
    width: auto;
  }
  .is-left-sidebar.sidebar,
  .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }
  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }
  .both-right .inside-left-sidebar,
  .both-left .inside-left-sidebar,
  .both-right .inside-right-sidebar,
  .both-left .inside-right-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  #main {
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .comment .children {
    padding-left: 10px;
    margin-left: 0;
  }
  .entry-meta {
    font-size: inherit;
  }
  .entry-meta a {
    line-height: 1.8em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none;
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}

button.menu-toggle {
  background-color: transparent;
  width: 100%;
  border: 0;
  text-align: center;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
  background-color: transparent;
}

.menu-toggle .mobile-menu {
  padding-left: 3px;
}

.menu-toggle .gp-icon + .mobile-menu {
  padding-left: 9px;
}

.menu-toggle .mobile-menu:empty {
  display: none;
}

.nav-search-enabled .main-navigation .menu-toggle {
  text-align: left;
}

.mobile-bar-items {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
  list-style-type: none;
}

.mobile-bar-items a {
  display: inline-block;
}

nav.toggled ul ul.sub-menu {
  width: 100%;
}

.dropdown-hover .main-navigation.toggled ul li:hover > ul,
.dropdown-hover .main-navigation.toggled ul li.sfHover > ul {
  transition-delay: 0s;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}

.main-navigation.toggled ul ul {
  transition: 0s;
  visibility: hidden;
}

.main-navigation.toggled .main-nav > ul {
  display: block;
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
  position: relative;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 100%;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  float: none;
}

.main-navigation.toggled .main-nav li {
  float: none;
  clear: both;
  display: block;
  text-align: left;
}

.main-navigation.toggled .main-nav li.hide-on-mobile {
  display: none !important;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.main-navigation.toggled .menu li.search-item {
  display: none !important;
}

.main-navigation.toggled .sf-menu > li.menu-item-float-right {
  float: none;
  display: inline-block;
}

/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out;
  }
  /*--------------------------------------------------------------
  ## Top Bar
  --------------------------------------------------------------*/
  .top-bar.top-bar-align-left,
  .top-bar.top-bar-align-right {
    text-align: center;
  }
  .top-bar .widget {
    float: none !important;
    margin: 0 10px !important;
  }
  .top-bar .widget_nav_menu li {
    float: none;
    display: inline-block;
    padding: 5px 0;
  }
  .footer-bar .widget_nav_menu li:first-child {
    margin-left: 10px;
  }
  .footer-bar .widget_nav_menu li:last-child {
    margin-right: 10px;
  }
  /*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
  .inside-header > *:not(:last-child):not(.main-navigation) {
    margin-bottom: 20px;
  }
  .site-header,
  .header-aligned-right .site-header {
    text-align: center;
  }
  .header-widget {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  /*--------------------------------------------------------------
  ## Content Area
  --------------------------------------------------------------*/
  .sidebar,
  .content-area,
  .inside-footer-widgets > div {
    float: none;
    width: 100%;
    left: 0;
    right: 0;
  }
  .site-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body:not(.no-sidebar) .site-main {
    margin-bottom: 0 !important;
  }
  .one-container .sidebar {
    margin-top: 40px;
  }
  .separate-containers #left-sidebar + #right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }
  .both-right.separate-containers .inside-left-sidebar,
  .both-left.separate-containers .inside-left-sidebar,
  .both-right.separate-containers .inside-right-sidebar,
  .both-left.separate-containers .inside-right-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post-image-aligned-left .post-image,
  .post-image-aligned-right .post-image {
    float: none;
    margin: 2em 0;
    text-align: center;
  }
  .comment .children {
    padding-left: 10px;
    margin-left: 0;
  }
  .edd_download {
    display: block;
    float: none !important;
    margin-bottom: 1.5em;
    width: 100% !important;
  }
  .entry-meta {
    font-size: inherit;
  }
  .entry-meta a {
    line-height: 1.8em;
  }
  /*--------------------------------------------------------------
  ## Footer
  --------------------------------------------------------------*/
  .site-info {
    text-align: center;
  }
  .copyright-bar {
    float: none !important;
    text-align: center !important;
  }
  .footer-bar {
    float: none !important;
    text-align: center !important;
    margin-bottom: 20px;
  }
  .footer-bar .widget_nav_menu li {
    float: none;
    display: inline-block;
    padding: 5px 0;
  }
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .site-footer
    .footer-widgets
    .footer-widgets-container
    .inside-footer-widgets {
    margin: 0;
  }
  .site-footer .footer-widgets .footer-widgets-container .inner-padding {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Innovate By Day Branding
--------------------------------------------------------------*/
body {
  background-color: #1e1e1e;
}

.site,
.site-footer,
.inside-header {
  max-width: 1440px;
  margin: 0 auto;
}

.site-footer {
  background-color: #2d2d2d;
}
.site-footer .panel-layout {
  color: #ffffff;
  font-size: 1.125rem;
  padding: 0;
}
.site-footer .panel-layout > div > div {
  padding-left: 60px;
  padding-right: 60px;
}
.site-footer .panel-layout h3 {
  font-size: 1rem;
  color: #e8e7e6;
  margin-bottom: 0.8em;
}
.site-footer .panel-layout a {
  color: #ffffff;
  font-weight: 600;
}
.site-footer .panel-layout .widget ul li {
  padding-bottom: 0;
  margin-bottom: 0.4em;
}
.site-footer .menu-social-media-container ul {
  display: flex;
  justify-content: flex-end;
}
.site-footer .menu-social-media-container ul li {
  display: block;
  line-height: 0;
  margin-bottom: 0 !important;
  margin-left: 24px;
}
.site-footer .menu-social-media-container ul li a {
  line-height: 0;
  display: inline-block;
}
.site-footer .menu-social-media-container ul li .menu-title {
  text-indent: -3000px;
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
}
.site-footer .menu-social-media-container ul li.linkedin a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
  width: 24px;
  display: block;
}
.site-footer .menu-social-media-container ul li.instagram a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"/></svg>');
  width: 24px;
  display: block;
}
.site-footer .menu-social-media-container ul li.facebook a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>');
  width: 24px;
  display: block;
}

.one-container .site-content {
  padding: 0px;
}

.entry-content > div.panel-layout > div.panel-grid {
  padding: 0 60px;
}
.entry-content > div.panel-layout > div.panel-grid > div.panel-row-style {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.entry-content
  > div.panel-layout
  > div.panel-grid
  > div.siteorigin-panels-stretch {
  margin-left: -60px !important;
  margin-right: -60px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.entry-content
  > div.panel-layout
  > div.panel-grid
  > div[data-stretch-type="full-width-stretch"].siteorigin-panels-stretch {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wavy-top-white-mask {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.wavy-top-white-mask::before {
  height: 70px;
  width: 100%;
  background-image: url("../../svg/white-mask-bottom.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

.wavy-bottom-white-mask {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.wavy-bottom-white-mask::after {
  height: 70px;
  width: 100%;
  background-image: url("../../svg/white-mask-bottom.svg");
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}

.wavy-top-grey-mask {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

.wavy-top-grey-mask::before {
  height: 70px;
  width: 100%;
  background-image: url("../../svg/grey-mask-bottom.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

.wavy-bottom-grey-mask {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}

.wavy-bottom-grey-mask::after {
  height: 70px;
  width: 100%;
  background-image: url("../../svg/grey-mask-bottom.svg");
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
}

#content {
  background-color: #ffffff;
}

#primary {
  width: 100%;
  color: #121212;
}

#page {
  overflow: hidden;
}

body
  #primary-menu
  > ul.menu
  > li.menu-item-has-children
  > a
  > .menu-title:after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector 1" d="M1 8.25L7.5 1.75L14 8.25" stroke="%23ffffff" stroke-width="1.5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 150ms ease-in-out;
}
body
  #primary-menu
  > ul.menu
  > li.menu-item-has-children:hover
  > a
  > .menu-title:after {
  transform: rotate(180deg);
}
body #primary-menu .services-menu ul {
  width: 900px;
  left: -380px;
  border-radius: 8px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  background: #ffffff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease; /* Fade effect */
}
body #primary-menu .services-menu ul li {
  width: 50%;
}
body #primary-menu .services-menu ul li a {
  color: black;
}
body #primary-menu .services-menu ul li a .menu-icon {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: text-top;
}
body #primary-menu .services-menu ul li a .menu-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}
body #primary-menu .services-menu ul li a .menu-title:after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector 1" d="M1 8.25L7.5 1.75L14 8.25" stroke="%23000000" stroke-width="1.5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  vertical-align: middle;
  margin-left: 8px;
  transform: rotate(90deg);
}
body #primary-menu .services-menu ul li a .menu-subheader {
  font-size: 1.125rem;
  display: block;
  margin-left: 32px;
  font-family: "Nunito Sans", sans-serif;
}

.deb-single-image .team-member-grid > article {
  width: 100%;
}

.footer-form {
  background-color: #e8e7e6;
  padding: 100px 60px 60px;
}

.primary-footer > div > div.panel-layout > div.panel-grid > div {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

div.widget_sow-image > div {
  overflow: hidden;
}

#primary div.sow-accordion div.sow-accordion-panel {
  border-bottom: 1px #121212 solid;
}
#primary
  div.sow-accordion
  div.sow-accordion-panel
  div.sow-accordion-panel-header {
  background-color: transparent;
  color: inherit;
  font-size: 1.5rem;
  padding: 40px 0;
}
#primary div.sow-accordion div.sow-accordion-panel:first-child {
  border-top: 1px #121212 solid;
}
#primary
  div.sow-accordion
  div.sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  background-color: transparent;
  padding: 0 0 40px;
}
body.separate-containers .inside-article {
  padding-top: 0;
  padding-bottom: 0;
}

body.separate-containers.no-sidebar .site-main {
  margin: 0;
}

.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.content-area a {
  color: inherit;
}

body.page header.entry-header {
  display: none;
}

body.page div.entry-content {
  margin-top: 0;
}

#site-navigation {
  padding: 0;
  /*.current-menu-parent > a,
  ul.menu > .current-menu-item > a {
  	font-weight:bold;
  }*/
}
#site-navigation .menu-logo a {
  display: flex;
}
#site-navigation a {
  font-weight: normal;
}
#site-navigation .current-menu-item a,
#site-navigation a:hover {
  color: #ffffff;
}

.one-container .site-content {
  padding-top: 0 !important;
  padding-bottom: 160px !important;
}

body.footer-form-enabled.one-container .site-content {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}

#primary .home-services div.panel-cell-style {
  height: 700px;
  border-radius: 15px;
  padding: 40px 15px;
  position: relative;
  transition: background-size 300ms ease-in-out;
  background-size: auto 100%;
}
#primary .home-services div.panel-cell-style:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgb(18, 18, 18) 0%,
    rgba(0, 212, 255, 0) 100%
  );
  border-radius: 15px;
}
#primary .home-services div.panel-cell-style:hover {
  background-size: auto 105%;
}
#primary .home-services div.panel-cell-style h3 {
  min-height: 2.5em;
}

.credits ul {
  text-align: left;
}
.credits ul li {
  display: inline;
  color: inherit;
}
.credits ul li span.credit-name {
  color: #121212;
  text-transform: uppercase;
  font-weight: bold;
}
.credits ul li span.credit-name:after {
  content: ",";
}
.credits ul li span.credit-name:nth-last-child(2):after {
  content: " &";
}
.credits ul li span.credit-name:last-child:after {
  display: none;
}

.news-preview {
  margin-bottom: 80px;
}
.news-preview a {
  color: #4e4a5a;
  text-align: center;
  text-decoration: none !important;
}
.news-preview a .news-preview-date {
  font-weight: bold;
  margin-bottom: 5px;
}
.news-preview a h3 {
  color: #121212;
  text-transform: none;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}

.logos .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logos .gallery > figure {
  flex-basis: 150px;
  max-width: 100%;
}

.widget .menu-social-container ul,
.social-header-menu ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.widget .menu-social-container ul li,
.social-header-menu ul li {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  list-style: none;
}
.widget .menu-social-container ul li:last-child,
.social-header-menu ul li:last-child {
  margin-right: 0;
}
.widget .menu-social-container img,
.social-header-menu img {
  max-width: 35px;
  height: 35px;
}

.social-header-menu ul li {
  margin-right: 15px;
}
.social-header-menu img {
  max-width: 20px;
  height: 20px;
}
.social-header-menu a {
  display: flex;
}

body #page .so-widget-sow-button .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  padding: 0.75em 2em;
  background: #121212;
  color: #ffffff !important;
  border: none;
  border: none;
  -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  text-decoration: none;
}
body #page .so-widget-sow-button .ow-button-base a:hover {
  background: #1f1f1f;
  border-color: #121212;
  color: #ffffff !important;
}

.widget_sow-anything-carousel .slick-track {
  display: flex;
  align-items: center;
}
.widget_sow-anything-carousel .slick-track > div {
  margin-bottom: 0 !important;
}
.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
  position: relative;
  height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content p {
  position: absolute;
  height: 100%;
  aspect-ratio: 9/5;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_sow-anything-carousel
  .slick-track
  > div
  > div.sow-carousel-content
  p
  img {
  transition:
    height 0.5s ease,
    filter 0.5s ease;
  height: 50%;
  width: auto;
  position: relative;
  filter: brightness(45%) contrast(100%);
}
.widget_sow-anything-carousel
  .slick-track
  > div.slick-active.slick-current
  + div
  > div.sow-carousel-content
  p {
  transition: all 0.5s ease;
  z-index: 100;
}
.widget_sow-anything-carousel
  .slick-track
  > div.slick-active.slick-current
  + div
  > div.sow-carousel-content
  p
  img {
  height: 100%;
  filter: brightness(100%) contrast(100%);
}
.widget_sow-anything-carousel .slick-dots {
  display: none !important;
}
.widget_sow-anything-carousel .sow-carousel-previous,
.widget_sow-anything-carousel .sow-carousel-next {
  border: none !important;
  font-size: 1.5rem !important;
  position: absolute;
  z-index: 100;
}
.widget_sow-anything-carousel .sow-carousel-previous {
  left: 15%;
}
.widget_sow-anything-carousel .sow-carousel-next {
  right: 15%;
}
.widget_sow-anything-carousel .sow-carousel-container {
  position: relative;
}

.widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
  height: 500px;
}

@media (max-width: 1400px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 250px;
  }
}
@media (max-width: 700px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .widget_sow-anything-carousel .slick-track > div > div.sow-carousel-content {
    height: 150px;
  }
}
.carousel-row {
  position: relative;
}
.carousel-row:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}

body .gform_wrapper.gravity-theme {
  position: relative;
  /* Spinner */
}
body .gform_wrapper.gravity-theme .gform-field-label {
  color: #121212 !important;
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 15px;
}
body .gform_wrapper.gravity-theme .gfield_required {
  color: #121212;
  display: inline-block;
  font-size: inherit;
  padding-inline-start: 0.125em;
  font-style: normal !important;
  text-transform: lowercase;
}
body .gform_wrapper.gravity-theme .ginput_container input[type="text"],
body .gform_wrapper.gravity-theme .ginput_container input[type="email"],
body .gform_wrapper.gravity-theme .ginput_container input[type="url"],
body .gform_wrapper.gravity-theme .ginput_container input[type="password"],
body .gform_wrapper.gravity-theme .ginput_container input[type="search"],
body .gform_wrapper.gravity-theme .ginput_container input[type="tel"],
body .gform_wrapper.gravity-theme .ginput_container input[type="number"],
body .gform_wrapper.gravity-theme .ginput_container textarea,
body .gform_wrapper.gravity-theme .ginput_container select {
  border-radius: 30px;
  border: 1px solid #121212 !important;
  background: transparent;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: #121212;
  font-size: 1.25rem;
  margin-bottom: 30px;
  padding: 8px 15px;
}
body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  padding: 0.75em 2em;
  background: #121212;
  color: #ffffff !important;
  border: none;
  border: none;
  -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  text-decoration: none;
  margin: 0 auto;
}
body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  background: #1f1f1f;
  border-color: #121212;
  color: #ffffff !important;
}
body .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  margin-block-start: 8px;
  padding: 0;
  color: #121212;
  line-height: inherit;
  display: flex;
  align-items: center;
}
body .gform_wrapper.gravity-theme .validation_message:before {
  content: "\e91a";
  font-family: gform-icons-theme !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 3rem;
  margin-right: 5px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border-radius: 5px;
  border: none !important;
  box-shadow: none;
  margin-block-end: 0;
  margin-block-start: 0;
  padding-block: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  position: relative;
  width: 100%;
  display: flex;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #121212;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline: 0;
  display: flex;
  align-items: center;
  text-transform: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: inline-block;
  font-size: 3rem;
  height: 100%;
  inset-inline-start: 0px;
  position: relative;
  inset-block-start: 0;
  margin-right: 5px;
}
body .gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid #121212;
  border-left: 4px solid #121212;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.alert-message a {
  text-decoration: underline;
}

.corners img {
  border-radius: 10px;
}

footer.site-info {
  display: none;
}

.mobile-menu-inner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-menu-inner-content .site-branding {
  margin-bottom: 30px;
  background-color: #121212;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  text-align: left;
}
.mobile-menu-inner-content .site-branding img {
  width: 134px;
}
.mobile-menu-inner-content #mobile-menu {
  text-transform: uppercase;
  text-align: left;
  font-size: 2.25rem;
}

.mobile-menu-wrapper ul li a,
.mobile-menu-wrapper-left ul li a,
.mobile-menu-wrapper-right ul li a,
.mobile-menu-wrapper-fade ul li a {
  font-size: 1.375rem;
  font-weight: bold;
}

.credit-columns {
  color: #ffffff;
}
.credit-columns strong {
  color: #bbb3ca;
}
.credit-columns a {
  text-decoration: none;
}

.single-post .inside-article {
  margin-top: 35px;
  margin-bottom: 70px;
}
.single-post .inside-article .byline {
  display: none;
}
.single-post .inside-article .entry-meta {
  font-size: inherit;
}
.single-post .inside-article footer.entry-meta {
  display: none;
}
.single-post .inside-article .article-quote,
.single-post .inside-article .article-link {
  margin-top: 30px;
}

#site-navigation {
  margin: 0 auto;
}

#mobile-menu-control-wrapper {
  display: none;
}

/*
@media (max-width: 900px ) {
	.social-header-menu {
		display:none;
	}



	body.one-container .site-content {
	    padding: 0px;
	}

	div.panel-grid {
		padding: 0 15px;
	}

	.widget .menu-social-container ul {
	    justify-content: center;
	}

}
*/
.inside-header {
  background-color: #2d2d2d;
}

.nav-float-right #site-navigation {
  margin-right: 0;
}

.main-navigation .main-nav ul li a {
  font-family: "Poppins";
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.social-header-menu > ul {
  align-items: center;
}

.social-header-menu li a {
  color: #fff;
}

.header-btn a .menu-title {
  background-color: #f56905;
  padding: 6px 15px;
  border-radius: 24px;
  color: #121212;
}

/*#site-navigation a::before {
    content: "";
	background-color: #f56905;
    height: 4px;
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
	transition: 0.3s;
	border-radius: 10px;
}
#site-navigation a:hover::before {
	width: 65%;
	transition: 0.3s;
	left: 0;
}
.current-menu-item a::before{
	width: 65% !important;
}*/
div.inside-header {
  height: 100px;
}

body.header-transparent .inside-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

body.header-transparent
  .entry-content
  > div
  > div.panel-grid:first-child
  > div.panel-row-style {
  padding-top: 120px;
}

.site-header .header-image {
  width: 200px;
}

main#main {
  margin-top: 0;
}

a.btn__black {
  font-weight: 500 !important;
  padding: 21px 40px 21px 40px !important;
  text-transform: capitalize !important;
  box-shadow: none !important;
  background-color: #121212;
  color: #fff;
  border-radius: 100px;
}

body #page .so-widget-sow-button .ow-button-base a.btn__light {
  background-color: #e8e7e6 !important;
  color: #121212 !important;
  font-weight: 500 !important;
  padding: 24px 40px 24px 40px !important;
  text-transform: capitalize !important;
  box-shadow: none !important;
  border-radius: 100px;
}

.ow-button-base a.btn__light .sow-icon-image {
  width: 24px;
  background-size: contain;
  height: 18px;
  background-repeat: no-repeat;
  margin-top: 0 !important;
}

.banner__curve-d {
  position: relative;
  margin-bottom: 180px;
  z-index: 2;
}

.banner__curve-d::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/08/about-banner-bottom.png");
  height: 170px;
  width: 100%;
  bottom: -160px;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner h1 {
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.banner h1::after {
  content: "";
  position: absolute;
  background-color: #f56905;
  height: 6px;
  width: 100%;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

body .home .inside-article {
  padding: 0;
}

.home-clients .sow-image-container {
  justify-content: center;
}

.home-clients .sow-image-container img {
  mix-blend-mode: luminosity;
}

.home-clients .sow-image-container img:hover {
  mix-blend-mode: normal;
}

.img-circle .sow-image-container {
  position: relative;
  z-index: 2;
}

.img-circle .sow-image-container::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/08/home-about-image-circle.png");
  right: -17px;
  bottom: -60px;
  height: 167px;
  width: 166.8px;
  z-index: -1;
}

.btn-right {
  display: flex;
  justify-content: flex-end;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px;
}

.home-services__each a {
  text-decoration: none;
}

.home-services__each a > div {
  background-size: cover;
  background-position: top center;
  border-radius: 16px;
  padding: 40px 20px;
  min-height: 798px;
  position: relative;
}

.home-services__each a > div::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    0.99deg,
    rgba(21, 21, 21, 0.83) 37.22%,
    rgba(21, 21, 21, 0) 80.98%,
    rgba(21, 21, 21, 0) 96.42%
  );
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 798px;
  border-radius: 16px;
  transform: rotate(180deg);
}

.home-services__each h3 {
  color: #fff;
  font-size: 40px;
  min-height: 80px;
  position: relative;
  z-index: 2;
  font-family: "Poppins";
  font-weight: 500 !important;
  line-height: 40px;
}

.home-services__each p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-family: "Nunito Sans";
  position: relative;
  z-index: 2;
}

.our-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.our-work-grid .work__each {
  position: relative;
}

.our-work-grid .work-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background: linear-gradient(
    3.41deg,
    rgba(0, 0, 0, 0.16) 5.25%,
    rgba(255, 255, 255, 0) 121.14%,
    rgba(0, 0, 0, 0) 121.14%
  );
  padding: 10px 20px;
  border-radius: 0 0 16px 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-work-grid .work-content::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 16px 16px;
  backdrop-filter: blur(16px) brightness(65%);
  -webkit-backdrop-filter: blur(16px) brightness(65%);
}

.our-work-grid .work-content span {
  font-size: 16px;
  font-family: "Nunito Sans";
  color: #ffffff;
  z-index: 9;
  position: relative;
}

.our-work-grid .work-content h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400 !important;
  margin-bottom: 0;
  z-index: 9;
  position: relative;
}

.home-work-sample {
  position: relative;
  z-index: 2;
  margin: 100px 0;
}

.home-work-sample::before,
.home-work-sample::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/08/work-before.png");
  height: 170px;
  width: 100%;
  top: -60px;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-work-sample::after {
  background-image: url("/wp-content/uploads/2024/08/work-after.png");
  top: auto;
  bottom: -70px;
}

.our-work-grid.blog-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.our-work-grid.blog-grid h3 {
  font-size: 1.25rem;
  font-weight: 600 !important;
  z-index: 9;
  position: relative;
}

.our-work-grid.blog-grid .post-terms {
  z-index: 9;
  position: relative;
}

.our-work-grid.blog-grid .work-content {
  background-size: 100%;
  background-position: bottom center;
  bottom: 0px;
  border-radius: 0 0 15px 15px;
  min-height: 30%;
}

article#post-16 > .inside-article {
  background-image: url("/wp-content/uploads/2024/09/home-blog-bg-circle.png");
  background-repeat: no-repeat;
  background-position: bottom 215px left 0px;
}

.work__each img {
  display: block;
  border-radius: 16px;
}

.blog-grid .work__each img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.home-bannerr {
  padding: 200px 280px 0px 280px !important;
  position: relative;
  z-index: 2;
  margin-bottom: 190px;
}

.home-bannerr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(25px);
  background: rgba(7, 7, 7, 0.5019607843);
}

.home-bannerr::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -160px;
  background-image: url("/wp-content/uploads/2024/09/home-banner-curve-1.png");
  height: 165px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-bannerr p {
  margin-bottom: 0px;
}

div#pgc-16-0-0 {
  position: relative;
}

div#pgc-16-0-0::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/09/home-banner-circle.png");
  height: 536px;
  width: 519px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  right: -280px;
  bottom: -100px;
}

.o-circle {
  text-align: center;
}

.o-circle h3.widget-title {
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 12px solid #f56905;
  border-radius: 50%;
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  margin: 0 auto;
}

.o-circle p {
  padding: 12px 10px 0;
}

.team-members-category-person .Click-here:hover {
  cursor: pointer;
}

.team-members-category-pet .custom-model-main.team-popup {
  display: none !important;
}

div#gform_confirmation_wrapper_1 {
  padding: 40px 0 140px;
  font-size: 36px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins";
}

.team-member-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
}

.team-member-grid:after {
  display: "test";
  display: block;
}

.team__each {
  text-align: center;
}

.team__each img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

.team-member-grid > article {
  width: calc(25% - 11px);
  margin-bottom: 20px;
}

.team-member-grid > article > div.inside-article {
  padding: 0;
}

h4.team__name {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

h4.team__name span {
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Nunito sans";
  text-transform: lowercase;
}

p.team__designation {
  font-size: 16px;
  color: #000000;
  font-family: "Nunito sans";
}

.team-popup img {
  max-width: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 15px;
}

.team-popup .pop-up-content-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.team-popup .pop-up-content-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  text-align: left;
}

.team-popup h4 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
}

.team-popup p,
team-popup p span {
  font-size: 1.125rem !important;
  line-height: 1.25 !important;
}

.team-popup p.team__designation + p {
  color: #000000;
}

.team-popup .pop-up-content-wrap > div:first-child {
  display: flex;
}

.job-posting-list .inside-article {
  padding: 0 !important;
}

.job-posting-list article {
  margin-bottom: 0 !important;
}

.job-posting-list h3 {
  text-align: left;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 24px;
}

.job-posting-list a,
.single-oppor {
  padding: 30px 0 !important;
  display: block;
  border-bottom: 1px solid;
  position: relative;
  color: #121212;
  font-weight: 500;
  font-size: 24px;
}

.job-posting-list a::after,
.single-oppor::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/08/right-arrow.svg");
  height: 20px;
  width: 12px;
  background-size: contain;
  right: 10px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}

.project__single {
  margin-bottom: 150px;
  padding: 0 120px;
}

.single-job-posting .inside-header {
  background-color: #e8e7e6;
}

.single-job-posting .inside-header a,
.single-job-posting .inside-header a:hover {
  color: #121212;
}

.single-job-posting div#content {
  display: block;
}

.banner__jo {
  width: 100% !important;
  display: block !important;
  background-color: #e8e7e6;
  max-width: 100% !important;
  padding: 100px 120px 20px;
  position: relative;
  margin-bottom: 250px;
}

.banner__blog.banner__jo {
  background-color: #2d2d2d;
  padding-bottom: 50px;
}

.banner__blog.banner__jo::after {
  background-image: url("/wp-content/uploads/2024/08/about-banner-bottom.png");
  bottom: -67px;
}

.banner__jo::after {
  content: "";
  position: absolute;
  height: 170px;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/08/light-grey-curve.png");
  left: 0;
  right: 0;
  bottom: -160px;
  background-size: contain;
  background-repeat: no-repeat;
}

.project__single h1 {
  font-weight: 600;
  text-transform: initial !important;
  margin-bottom: 10px;
  color: #121212;
}

.banner__jo p {
  font-size: 24px !important;
  font-family: "Nunito Sans";
  margin-bottom: 20px;
}

.banner__jo a {
  background-color: #121212;
  padding: 20px 40px 20px 40px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  width: 200px;
  text-align: center;
}

.other__oppor {
  margin-top: 120px;
}

.other__oppor h3 {
  font-size: 60px;
}

.single-job-posting .grid-container ul {
  padding-left: 30px;
}

.single-job-posting h5 {
  margin-bottom: 0 !important;
}

.single-job-posting .grid-container ul li {
  list-style: disc !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

.single-job-posting .grid-container p,
.single-job-posting .grid-container p span {
  font-size: 16px;
  line-height: 23px;
}

.single-job-posting .inside-header.grid-container ul li {
  list-style: none !important;
}

.single-job-posting .inside-header.grid-container ul li a:hover {
  color: #000000 !important;
}

.banner.banner__contact {
  padding-bottom: 0 !important;
}

.banner__curve-d.banner__contact::after {
  bottom: -100px;
}

.contact-images {
  position: absolute;
  z-index: 9;
  bottom: -130px;
}

.contact-images img {
  width: 100%;
  max-width: 330px !important;
}

.ow-button-base a.btn__black .sow-icon-image {
  width: 24px;
  background-size: contain;
  height: 18px;
  background-repeat: no-repeat;
  margin-top: 0 !important;
}

.contact-form-white-bg input,
.contact-form-white-bg textarea {
  background-color: #e8e7e6 !important;
}

.contact-form-white-bg input#gform_submit_button_1 {
  background-color: #121212 !important;
}

#footer-form input[type="submit"] {
  background-color: #f56905 !important;
  font-size: 18px;
  color: #000000;
}

.banner.banner__services {
  padding-bottom: 0px !important;
  margin-bottom: 210px;
}

.banner.banner__services::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/08/services-banner-bg.png");
  height: 1200px;
  width: 700px;
  bottom: -740px;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  left: auto;
  opacity: 0.2;
}

.services-preview .inside-article {
  padding: 0 !important;
}

.services-preview h3 {
  font-size: 60px;
  color: #000000;
  margin-bottom: 40px;
}

.services__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 60px;
}

.services__each {
  margin-bottom: 150px;
  position: relative;
  z-index: 7;
}

.services__grid .rgt p {
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  line-height: 28px;
}

.services__grid .rgt ul,
.orange-list ul {
  padding-left: 30px;
}

.services__grid .rgt li,
.orange-list li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 18px;
}

.services__grid .rgt li::marker,
.orange-list li::marker {
  color: #f56905;
}

.services__grid a {
  background-color: #000;
  padding: 14px 40px 14px 40px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 20px;
  position: absolute;
  bottom: -80px;
}

.service-banner-title {
  position: relative;
}

.service-banner-title::after {
  content: "";
  position: absolute;
  background-color: #f56905;
  height: 6px;
  width: 100%;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

.service-banner-title h1::after {
  display: none;
}

.faq-section .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  padding: 25px 8px 25px 8px !important;
}

.faq-section .sow-accordion-panel {
  border-bottom: 1px solid #121212;
}

.faq-section
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
  padding: 0 8px 30px 8px !important;
}

.faq-section
  .sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-header
  .sow-accordion-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins";
}

.sow-accordion-open-button span.sow-icon-ionicons::before,
.sow-accordion-close-button span.sow-icon-ionicons::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/faq-close.svg");
  height: 12px;
  width: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%) rotate(180deg);
}

.sow-accordion-close-button span.sow-icon-ionicons::before {
  transform: translate(0, -50%);
}

.faq-section .sow-accordion-panel-content p,
.sow-accordion-panel-content p,
.faq-section .sow-accordion-panel-content li,
.sow-accordion-panel-content li {
  font-size: 1.25rem;
}

.pam {
  text-align: center;
}

.pam h4 {
  margin-bottom: 0 !important;
}

.pam > div:not(:last-child) > div:first-child > div {
  position: relative;
}

.pam > div:not(:last-child) > div:first-child > div::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/09/pam-icon.svg");
  height: 17px;
  width: 14px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -50px;
  transform: translate(0, -50%);
}

.pam p {
  line-height: 24px;
}

.orange-list li {
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
  padding-bottom: 0 !important;
}

.orange-list li::before {
  content: "";
  position: absolute;
  background-color: #f56905;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -26px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.single-ser-block .textwidget p {
  display: flex;
  align-items: center;
}

.single-ser-block .textwidget p img {
  margin-right: 10px;
}

.banner.banner__serv-single {
  padding: 60px 150px 40px 150px !important;
}

.error404 div#content {
  display: block !important;
}

.error404 div#content .page-404 {
  padding: 90px 0 250px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.page-404 a {
  display: inline-block;
}

.page-404 h1 {
  font-size: 60px;
  font-weight: 600;
}

.error404 .inside-header,
.page-id-328 .inside-header {
  background-color: #fff;
}

.error404 .inside-header li a,
.page-id-328 .inside-header li a {
  color: #121212 !important;
}

.econtent {
  max-width: 50%;
}

.econtent p {
  font-family: "Nunito Sans";
}

.project__single.services__single,
.work__single {
  margin-bottom: 0;
  padding: 0 60px;
}

.page-id-328 .hamburger-inner,
.error404 .hamburger-inner,
.page-id-328 .hamburger-inner::before,
.error404 .hamburger-inner::before,
.page-id-328 .hamburger-inner::after,
.error404 .hamburger-inner::after {
  background-color: #121212;
}

/*.f-top{
	position: relative;
}
.f-top::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/08/footer-top.png');
    height: 96px;
    top: -96px;
    width: 100%;
    left: 0;
}
.f-top h3.widget-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
	font-weight: 500 !important;
}
.f-top li{
	margin-bottom: 0px !important;
}
.f-top li a {
    color: #fff !important;
	font-size: 24px;
}
.f-ex-bottom {
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}
*/
/*.f-contact{
	margin-top: 100px;
	position: relative;
}
.f-contact::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/08/f-contact-curve.png');
    height: 76px;
    top: -70px;
    width: 100%;
    left: 0;
}
.f-contact h3{
	margin-bottom: 10px;
}
.f-contact p{
	margin-bottom: 0px;
}*/
div#gform_fields_1 input {
  border: 0px;
  height: 52px;
  border-radius: 16px;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 18px;
}

div#gform_fields_1 textarea {
  border: 0px;
  height: 52px;
  border-radius: 16px;
  box-shadow: none;
  padding: 20px 20px;
  font-size: 18px;
  resize: none;
}

div#gform_fields_1 label {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Nunito Sans";
  font-size: 18px;
}

.gform_footer.before {
  justify-content: center;
}

.gform_footer.before input {
  background-color: #2d2d2d !important;
  padding: 24px 60px 24px 60px !important;
  font-size: 20px !important;
  border-radius: 100px !important;
  margin-top: 30px !important;
  font-weight: 500 !important;
}

.single-job-posting .inside-header.grid-container ul {
  padding: 0;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s linear,
    z-index 0.15;
  -o-transition:
    opacity 0.15s linear,
    z-index 0.15;
  transition:
    opacity 0.15s linear,
    z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 990px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  text-align: left;
  padding: 30px;
  /* max-height: max-content !important; */
  max-height: 430px !important;
  overflow-y: hidden;
  /*background-image: url('/wp-content/uploads/2024/08/orange-circle-bg.png');*/
  background-size: 688px;
  background-repeat: no-repeat;
  background-position: bottom -90px left -44px !important;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  background-color: #767676;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
.banner__blog.banner__jo {
  color: #fff;
  padding: 0px 320px 0px;
  margin-bottom: 170px;
}

.banner__blog.banner__jo h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.banner__blog.banner__jo p {
  font-size: 18px !important;
  line-height: 22px;
  margin-bottom: 8px;
}

.banner__blog .author-and-date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog__single.project__single {
  margin-bottom: 0px;
}

.narrow-content {
  padding: 0 320px !important;
}

.banner__blog .author-and-date .lft {
  border-radius: 100%;
  overflow: hidden;
  height: 64px;
  width: 64px;
}

.banner__blog .author-and-date p {
  margin-bottom: 0;
}

.banner__blog.banner__jo .featured-image {
  position: relative;
  z-index: 2;
}

.blog__content {
  position: relative;
  bottom: -130px;
}

.blog__single.project__single .f-contact {
  margin-top: 10px;
}

.wpc-custom-selected-terms {
  display: none;
}

.wpc-filter-content ul li label {
  border: 0px !important;
  font-family: "Nunito Sans";
  color: #121212;
}

.wpc-filter-content ul li label:hover span {
  background-color: transparent !important;
}

.wpc-filter-content ul li label:hover a {
  color: #000 !important;
  text-decoration: underline !important;
  font-weight: 700;
}

body
  .wpc-filters-main-wrap
  input.wpc-label-input:checked
  + label
  span.wpc-filter-label-wrapper {
  background-color: transparent !important;
  text-decoration: underline;
  color: #000 !important;
}

.wpc-filters-main-wrap
  .wpc-filters-labels
  li.wpc-term-item
  input:checked
  + label
  a {
  color: #000 !important;
  font-weight: 700;
}

.pagination-container {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.pagination-container span,
.pagination-container a {
  text-decoration: none;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "Nunito Sans";
}

span.page-numbers.current {
  color: #000000;
  font-weight: 700;
}

.pagination-container a:hover {
  color: #000000;
  font-weight: 700;
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover {
  font-weight: 400;
}

.single-our-work .inside-header.grid-container {
  background-color: #e8e7e6;
}

.single-our-work .inside-header.grid-container a,
.single-our-work .inside-header.grid-container a:hover {
  color: #121212 !important;
}

.work__single .orange-list li {
  margin-bottom: 5px !important;
  line-height: 18px;
}

.work__single .orange-list li::before {
  width: 8px;
  height: 8px;
  left: -20px;
}

.work-single__banner {
  position: relative;
  z-index: 2;
}

.work-single__banner::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/09/light-grey-curve.png");
  height: 170px;
  width: 100%;
  bottom: -120px;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.work__single .o-circle h3.widget-title {
  flex-direction: column;
  gap: 15px;
}

.work__single .o-circle h3.widget-title {
  font-size: 40px;
  line-height: 40px;
}

.work__single .o-circle h3.widget-title span {
  font-size: 18px;
  color: #151515;
  font-weight: 500 !important;
}

.work__single .o-circle p {
  max-width: 70%;
  margin: 0 auto;
}

.work__single .pagination-container {
  display: none;
}

.our-work-grid.our-work-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.our-work-grid.our-work-grid-3 .work-content h3 {
  font-size: 20px;
}

.our-work-grid.our-work-grid-3 .work-content {
  padding: 5px 15px;
}

.work-grid-loop .widget-title {
  font-size: 30px;
}

.client-slider__ img {
  max-width: 180px;
}

.client-slider__
  .widget_sow-anything-carousel
  .slick-track
  > div
  > div.sow-carousel-content {
  display: block !important;
  height: unset !important;
}

.client-slider__
  .widget_sow-anything-carousel
  .slick-track
  > div
  > div.sow-carousel-content
  p {
  position: static;
  aspect-ratio: auto;
  display: block;
}

.client-slider__ .slick-list.draggable {
  height: unset !important;
}

.client-slider__
  .so-widget-sow-anything-carousel-base-853f08592dd5
  .sow-carousel-container
  .sow-carousel-navigation {
  position: absolute;
  top: -130px;
  right: 0;
  background-color: #e8e7e6 !important;
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.client-slider__ .sow-carousel-navigation.sow-carousel-navigation-prev {
  right: 90px !important;
}

.client-slider__
  .sow-carousel-navigation.sow-carousel-navigation-prev
  a::before {
  background-image: url("/wp-content/uploads/2024/09/right-slider-arrow.png");
  height: 23px;
  width: 30px;
  background-size: contain;
  transform: rotate(180deg);
  content: "" !important;
  right: -6px;
  position: absolute;
  background-repeat: no-repeat;
}

.client-slider__
  .sow-carousel-navigation.sow-carousel-navigation-next
  a::after {
  background-image: url("/wp-content/uploads/2024/09/right-slider-arrow.png");
  height: 23px;
  width: 30px;
  background-size: contain;
  content: "" !important;
  left: -6px;
  position: absolute;
  background-repeat: no-repeat;
}

.team-member-slider .inside-article {
  padding: 0 10px !important;
}

.team-member-slider h4.team__name {
  margin-top: 10px;
}

.no-pagination .pagination-container {
  display: none;
}

.team-member-slider article {
  margin-bottom: 0 !important;
}

.team-member-slider .team__each.Click-here {
  pointer-events: none;
}

.team-member-slider p.team__designation {
  line-height: 16px;
}

.footer-logos {
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
.footer-logos img:first-child {
  width: 100%;
}
.footer-logos img {
  width: 80%;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .site-header .header-image {
    width: 100px;
  }
  #site-navigation {
    display: none;
  }
  div.inside-header {
    padding: 15px;
    height: auto;
    align-items: flex-start;
  }
  .entry-content > div.panel-layout > div.panel-grid {
    padding: 0 15px;
  }
  .entry-content > div.panel-layout > div.panel-grid > div.panel-row-style {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry-content
    > div.panel-layout
    > div.panel-grid
    > div.siteorigin-panels-stretch {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .entry-content
    > div.panel-layout
    > div.panel-grid
    > div[data-stretch-type="full-width-stretch"].siteorigin-panels-stretch {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .wavy-top-white-mask {
    padding-top: 70px;
  }
  .wavy-top-white-mask:before {
    background-size: 100% 100%;
    height: 30px;
  }
  .wavy-bottom-white-mask {
    padding-bottom: 70px;
  }
  .wavy-bottom-white-mask:after {
    background-size: 100% 100%;
    height: 30px;
  }
  .wavy-top-grey-mask {
    padding-top: 70px;
  }
  .wavy-top-grey-mask:before {
    background-size: 100% 100%;
    height: 30px;
  }
  .wavy-bottom-grey-mask {
    padding-bottom: 70px;
  }
  .wavy-bottom-grey-mask:after {
    background-size: 100% 100%;
    height: 30px;
  }
  #primary
    div.sow-accordion
    div.sow-accordion-panel
    div.sow-accordion-panel-header {
    background-color: transparent;
    color: inherit;
    font-size: 1.125rem;
    padding: 40px 0;
  }
  .our-work-grid.blog-grid {
    grid-template-columns: 1fr;
  }
  .footer-form {
    padding: 100px 15px 120px;
  }
  .footer-logos {
    max-width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logos img:first-child {
    width: calc(50% - 10px);
  }
  .footer-logos img {
    width: 50%;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .site-footer {
    background-color: #2d2d2d;
  }
  .site-footer .panel-layout > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .site-footer .menu-social-media-container ul {
    display: flex;
    justify-content: flex-start;
  }
  .site-footer .menu-social-media-container ul li {
    display: block;
    line-height: 0;
    margin-bottom: 0 !important;
    margin-right: 24px;
    margin-left: 0;
  }
  .site-footer .menu-social-media-container ul li a {
    line-height: 0;
    display: inline-block;
  }
  .site-footer .menu-social-media-container ul li .menu-title {
    text-indent: -3000px;
    overflow: hidden;
    display: block;
    height: 0;
    width: 0;
  }
  .site-footer .menu-social-media-container ul li.linkedin a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
    width: 28px;
    display: block;
  }
  .site-footer .menu-social-media-container ul li.instagram a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"/></svg>');
    width: 28px;
    display: block;
  }
  .site-footer .menu-social-media-container ul li.facebook a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>');
    width: 28px;
    display: block;
  }
}
/*

// RESPONSIVE 
@media (max-width: 1440px){
	.site-footer .panel-grid > div {
		padding: 0 30px !important;
	}
}
@media (max-width: 1280px){
	body.separate-containers .inside-article {
		padding: 0 40px;
	}
	.inside-header{
		padding: 20px 30px !important;
	}
	.banner__blog.banner__jo,
	.narrow-content {
		padding: 0px 240px 0px !important;
	}

}
@media (max-width: 1200px){
	// ABOUT PAGE
	.o-circle{
		flex-wrap: wrap !important;
	}
	.o-circle > div{
		width: 100% !important;
	}
	.team-member-grid > article {
		flex: 0 0 32%;
		max-width: 32%;
	}
	div#pgc-29-0-1 p span{
		font-size: 30px;
	}
	.contact-images img {
		max-width: 260px !important;
	}
	.econtent {
		max-width: 60%;
	}
	.error404 div#content .page-404 {
		background-size: 500px;
	}
}
@media (max-width: 1024px){
	#pg-11-0> .f-top.panel-row-style {
		padding-top: 40px !important;
	}
	.services__grid {
		grid-template-columns: 1fr;
	}
	.accessibility-sec h3 span {
        font-size: 38px !important;
    }
	.banner__blog.banner__jo,
	.narrow-content {
		padding: 0px 130px 0px !important;
	}
	.related-art .blog-grid{
		grid-template-columns: 1fr 1fr;
	}
	.narrow-content img {
		max-width: 100%;
		width: 100%;
	}
	.blog__single.project__single img {
		max-width: 100%;
		width: 100%;
	}
	.banner.banner__career {
		margin-bottom: 130px;
	}
	.banner__career h1{
		font-size: 54px;
	}
	.o-circle__career p{
		max-width: 50%;
		margin: 0px auto 30px !important;
	}
	#pg-328-0> .panel-row-style {
		background-position: bottom -140px right -140px !important;
	}
	.econtent {
		max-width: 60%;
	}
	.error404 div#content .page-404 {
		background-size: 500px;
	}

}
@media (max-width: 980px){
	// GENERAL 
	body.separate-containers .inside-article {
		padding: 0 20px 0;
	}
	// HEADER 
	header#masthead .inside-header {
		padding: 20px 16px 20px 16px !important;
		align-items: flex-start;
	}
	.hamburger {
		padding: 20px 16px 20px 16px;
	}
	.panel-row-style {
		padding: 30px !important;
	}
	.team-member-grid > article {
		flex: 0 0 48%;
		max-width: 48%;
	}
	.pet-members.panel-row-style{
		padding: 0 !important;
	}
	.pet-members .team-member-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 8px;
	}
	.pet-members .team-member-grid > article{
		max-width: 100%;
	}
	.pet-members article{
		margin-bottom: 10px !important;
	}
	.pet-members h4{
		margin-bottom: 0 !important;
	}
	.pet-members p.team__designation {
		font-size: 15px !important;
		line-height: 17px !important;
	}
	.banner__jo{
		padding: 100px 30px 30px;
		margin-bottom: 90px;
	}
	.project__single {
		padding: 0 30px;
	}
	.other__oppor {
		margin-top: 40px;
	}
	.f-top::before {
		background-size: contain;
		height: 66px;
        top: -62px;
	}
	div#pgc-29-0-1 p span{
		font-size: 26px;
		line-height: 38px;
	}
	.contact-images img {
        max-width: 220px !important;
    }
	.accessibility-sec h3 span {
        font-size: 34px !important;
    }
	.related-art {
		padding-top: 0 !important;
	}
	.related-art .siteorigin-panels-stretch.panel-row-style.panel-row-style-for-w66de672d1f6f1-0 {
		padding-top: 0px !important;
	}
	div#pg-441-0 {
		margin-bottom: 0;
	}
	.narrow-content {
		padding-bottom: 0 !important;
	}
	.banner__blog.banner__jo, .narrow-content {
        padding: 0px 30px 0px !important;
    }
	.banner__blog.banner__jo .featured-image img {
		width: 100%;
	}
	#pg-328-0> .panel-row-style {
		padding: 80px 30px 420px 30px !important;
	}
	.b404-page > #pgc-328-0-1 {
		display: none !important;
	}
	.econtent {
        max-width: 80%;
    }
}
@media (max-width: 800px){
	.custom-model-wrap{
		max-height: 730px !important;
	}
	.bg-overlay{
		height: 110vh !important;
	}
	.accessibility-sec h3 span {
        font-size: 32px !important;
    }
	.f-top::before {
        height: 54px;
        top: -45px;
    }
	.error404 div#content .page-404 {
        background-size: 400px;
    }
	.our-work-grid .work-content h3 {
		font-size: 30px;
	}
}
// only for contact banner 
@media (max-width: 780px){
	.banner__contact h1 + p{
		display: none;
	}
	.contact-images {
        position: relative;
		bottom: -130px;
    	margin-top: -120px;
    }
	.contact-images div#pg-w66dcf8504a806-0 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 18px;
	}
	.contact-images img{
		max-width: 100% !important;
	}

	.banner__contact div#pgc-29-0-0 {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}
	.banner__contact div#panel-29-0-0-1 p {
		display: block;
	}
	.banner__contact div#panel-29-0-0-0 h1 {
		display: none;
	}
	.banner__contact div#panel-29-0-1-0 {
		display: none !important;
	}
	div#panel-29-0-0-0 {
		margin-top: -20px;
	}
	#pg-29-1 {
		margin-bottom: 50px !important;
	}
	.services-preview h3 {
		font-size: 40px;
	}
	.banner.banner__services {
		margin-bottom: 120px;
	}
	.services__grid {
		grid-gap: 20px;
	}
	.accessibility-sec #pgc-23-2-0 {
		margin-bottom: 0;
	}
	div#pg-23-1 {
		margin-bottom: 0;
	}
	#pg-328-0 > .panel-row-style {
        background-position: bottom -130px right -20px !important;
        background-size: 610px;
    }
	.our-work-grid {
		grid-template-columns: 1fr;
	}

}
@media (max-width: 750px){
	.custom-model-wrap{
		padding: 15px !important;
	}
	.team-popup .pop-up-content-wrap {
		grid-template-columns: 1fr;
		text-align: center;
		grid-gap: 10px;
	}
	.team-popup img{
		max-width: 200px;
	}
	.team-popup h4{
		text-align: center;
	}
	.f-top::before {
		top: -30px;
	}
	.other__oppor h3{
		font-size: 40px;
	}
	.job-posting-list a, .single-oppor{
		font-size: 20px;
	}
	.o-circle__career p {
        max-width: 80%;
    }
	.current-opp h3 span{
		font-size: 48px !important;
	}
	.job-posting-list a {
		padding: 30px 25px 30px 0 !important;
		display: block;
	}
	.job-posting-list a h3{
		line-height: 37px;
	}
	.econtent {
        max-width: 100%;
    }
	.error404 div#content .page-404 {
        background-size: 300px;
    }	

}
@media (max-width: 540px){
	// GENERAL BANNERS 
	h1, h1 span, h3, h3 span{
		font-size: 30px !important;
	}

	.banner p, .banner p span {
		font-size: 20px !important;
	}
	.banner__curve-d {
		margin-bottom: 90px;
	}
	.banner__curve-d::after {
		content: "";
		height: 70px;
		bottom: -60px;
	}
	// HEADER 
	header#masthead .inside-header {
		padding: 20px 16px 20px 16px !important;
		align-items: flex-start;
	}
	.hamburger {
		padding: 20px 16px 20px 16px;
	}
	.panel-row-style {
		padding: 30px !important;
	}
	.team-member-grid > article {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.f-contact::before {
		height: 22px;
		background-size: contain !important;
		right: 0;
		width: 100%;
		left: 0;
		top: -21px;
	}
	.panel-row-style.f-contact {
		padding-bottom: 90px !important;
	}
	.site-footer .panel-grid > div.f-top {
        padding: 40px 30px 0 !important;
        margin-top: -20px;
    }
	.f-top::before {
		height: 29px;
		background-size: contain;
		top: -27px;
	}
	.team-popup p.team__designation + p {
		line-height: 20px;
	}
	.team-popup p.team__designation + p span {
		font-size: 16px !important;
	}
	.team-popup h4 {
		font-size: 20px;
	}
	p.team__designation {
		font-size: 16px !important;
		margin-bottom: 10px;
	}
	.f-top::before {
        height: 37px;
    }
	.other__oppor-list > a {
		padding-right: 30px !important;
	}
	// contact 
	.banner__curve-d.banner__contact::after {
		bottom: -60px;
	}
	.our-work-grid.blog-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px !important;
	}
	.our-work-grid.blog-grid article, .our-work-grid.blog-grid article .inside-article {
		margin-bottom: 0;
		margin-top: 0;
	}
	.our-work-grid.blog-grid h3 {
		font-size: 25px !important;
		margin-bottom: 7px;
	}
	.banner__blog.banner__jo::after {
		height: 80px;
	}
	.banner__blog.banner__jo {
		max-height: 430px;
		margin-bottom: 100px;
	}
	.blog__content {
		bottom: -30px;
	}
	.o-circle__career p {
        max-width: 90%;
    }
	.current-opp h3 span {
        font-size: 30px !important;
    }
	#pg-328-0 > .panel-row-style {
        background-position: bottom 0px right -0px !important;
        background-size: 310px;
    }
	.error404 div#content .page-404{
		padding: 90px 0 350px;
	}
	.econtent p br {
		display: none;
	}
	.our-work-grid .work-content h3 {
		font-size: 27px;
	}

}
@media (max-width: 480px){
	.o-circle{
		padding: 0 !important;
	}
	.o-circle h3.widget-title {
		font-size: 20px !important;
		width: 230px;
		height: 230px;
	}
	.custom-model-wrap {
        max-height: 100vh !important;
        overflow: scroll !important;
        padding: 20px 15px 80px 15px !important;
    }
	.f-top::before {
        top: -20px;
    }
	.banner__jo {
        padding: 70px 30px 30px;
        margin-bottom: 90px;
    }
	.f-contact::before {
		top: -15px;
	}
	.our-work-grid.blog-grid h3 {
		font-size: 18px !important;
	}
	.current-opp {
		padding: 0 !important;
	}
	.our-work-grid .work-content h3 {
		font-size: 22px !important;
	}
}






*/

.services-cta p {
  text-align: center;
  color: #f56905;
  font-size: 28px;
  font-weight: 700;
}

.panel-grid:has(.ibd-approach) {
  margin-top: 60px;
  margin-bottom: 0px !important;
}

.services-item .sow-image-container {
  height: 350px;
  overflow: hidden;
}

.services-item .sow-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-item {
  display: flex;
  align-items: stretch;
}

#pg-21-1 {
  display: flex;
  align-items: stretch;
}

#pg-21-1 .panel-grid-cell:has(.widget_media_image) {
  display: flex;
  align-items: center;
}

#pg-21-1 .panel-grid-cell:has(.widget_media_image) .so-panel {
  width: 100%;
}

#pg-21-1 .panel-grid-cell:has(.widget_media_image) img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

@media (max-width: 900px) {
  .services-item {
    flex-direction: column;
  }
  .services-item .panel-grid-cell:has(.sow-image-container) {
    order: -1;
  }
}

.services-item .panel-grid-cell:has(.so-widget-sow-editor) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

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