@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap");
@font-face {
  font-family: "NimbusSansStdBlackExtendedOutline(D)";
  src: url("/wp-content/themes/punchdrunk-2024/inc/font/font.woff2") format("woff2"), url("/wp-content/themes/punchdrunk-2024/inc/font/font.woff") format("woff");
}
@font-face {
  font-family: "JoyrideALTOutline";
  src: url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.eot");
  src: url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.woff2") format("woff2"), url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.woff") format("woff"), url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.ttf") format("truetype"), url("/wp-content/themes/punchdrunk-2024/inc/font/joyride-alternate-outline.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

body {
  background: #000;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 1%;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/
/* Added to help with load issues */
.slick-load {
  height: 100vh;
}

.slick-load:after {
  content: "\f110";
  color: #799900;
  display: block;
  font-family: FontAwesome;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  left: calc(50% - 36px);
  position: absolute;
  text-decoration: inherit;
  top: calc(50% - 36px);
  z-index: 888;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  visibility: visible;
  opacity: 1;
}

.slick {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 889;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick .slick-slide {
  display: none;
}

.slick .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  display: inline-block;
  font-weight: 700;
  max-width: 475px;
  margin-bottom: 5px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  background: transparent;
  color: #FFF;
  border: 0px;
  border-radius: 0;
  width: 100%;
  font-size: 22px;
  border-bottom: 1px solid #FFF;
}

textarea {
  max-height: 200px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #FFF;
  font-size: 22px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #FFF;
  font-size: 22px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
  font-size: 22px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
  font-size: 22px;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #FFF;
  font-size: 22px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #FFF;
  border: 0px;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 15px;
}

textarea,
select {
  width: 100%;
}

.navigation-mobile {
  display: none;
}

.navigation-section {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-section.sticky {
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation-section.scrolled {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 990px) {
  .navigation-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navigation-section .menu-toggle {
  text-align: right;
  padding: 0;
  z-index: 99;
  position: relative;
}

.navigation-section .menu-toggle.active {
  padding-right: 0px;
}

.navigation-section .menu-toggle.active .cancel {
  display: inline-block;
  max-width: 17px;
  cursor: pointer;
}

.navigation-section .menu-toggle.active .closed {
  display: none;
}

.navigation-section .menu-toggle .cancel {
  display: none;
}

.navigation-section .menu-toggle .closed {
  cursor: pointer;
}

.navigation-section .nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  overflow: hidden;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 200px 90px 15px 15px;
  background: rgba(0, 0, 0, 0.83);
  backdrop-filter: blur(8px);
  z-index: 2;
  overflow: scroll;
}

.navigation-section .bg {
  position: absolute;
  z-index: 0;
  width: 200vw;
  height: 150vh;
  border-radius: 2691px;
  right: -75vw;
  bottom: -100vh;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
}

.navigation-section .nav.active {
  left: 0;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
}

.navigation-section .nav.active::-webkit-scrollbar {
  display: none;
}

.navigation-section .nav .logo {
  position: absolute;
  top: 59px;
  left: 100px;
}

.navigation-section nav {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 100%;
}

.navigation-section nav .menu-primary-menu-container {
  text-align: right;
  margin-top: 100px;
}

.navigation-section nav .menu-primary-menu-container #menu-primary-menu {
  max-width: 1200px;
  width: 100%;
  display: inline-block;
}

.navigation-section nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-section nav ul.menu > li {
  height: 130px;
}

.navigation-section nav.navigation > .menu-primary-menu-container > ul > li > a {
  font-size: 48px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.navigation-section nav ul li a {
  color: #fff;
}

.navigation-section nav ul li a:hover {
  color: #fff;
}

.navigation-section nav ul li:hover .sub-menu {
  opacity: 1;
}

.navigation-section nav ul li .sub-menu {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: -13px;
  overflow: hidden;
}

.navigation-section nav ul li .sub-menu li {
  display: inline-block;
  padding: 0 13px;
  position: relative;
}

.navigation-section nav #menu-main > .menu-item > a {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.navigation-section nav ul li .sub-menu li:after {
  content: "/";
  position: absolute;
  top: 2px;
  right: -7px;
  font-size: 18px;
  color: #fff;
}

.navigation-section .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  bottom: 35px;
  left: 0;
}

.navigation-section .bottom .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 460px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.navigation-section .bottom .social > a {
  display: inline-block;
}

.navigation-section .bottom .social img {
  max-height: 41px;
  width: 100%;
  height: auto;
}

.navigation-section .bottom .social img:hover {
  opacity: 0.5;
}

.email-form {
  width: 520px;
  border-bottom: 1px solid #fff;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
}

.email-form form input {
  width: 475px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 36px;
  padding: 0;
  margin-bottom: -5px;
}

.email-form form input::-webkit-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::-moz-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input:-ms-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::-ms-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::placeholder {
  color: #fff;
  white-space: normal;
}

.email-form .envelope {
  width: 25px;
  font-size: 20px;
  height: 45px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btt-top {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 0, 0, 0.8) url(/wp-content/themes/punchdrunk-2024/images/btt-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 100;
}
@media (max-width: 650px) {
  .btt-top {
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
  }
}

.btt-top:hover {
  background-color: red;
  cursor: pointer;
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.btt-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btt-top.cd-fade-out {
  opacity: 0.5;
}

.no-touch .btt-top:hover {
  background-color: rgb(255, 68, 35);
  opacity: 1;
}

@media only screen and (min-width: 1080px) and (max-height: 700px) {
  .navigation-section .nav {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 870px) {
  .navigation-section .nav {
    padding-top: 100px;
  }
  .navigation-section nav ul.menu > li {
    height: 100px;
  }
}
@media only screen and (max-width: 1080px) {
  .navigation {
    display: none;
  }
  .navigation-mobile {
    display: block;
    position: relative;
    margin-top: 50px;
  }
  .navigation-section .logo {
    height: 60px;
    width: auto;
  }
  .navigation-section .nav {
    padding: 50px 40px;
    overflow: scroll;
    left: calc(100vw + 80px);
  }
  .navigation-section .nav .logo {
    height: 55px;
    width: auto;
  }
  .navigation-section nav ul.menu > li {
    height: auto;
    margin-bottom: 30px;
  }
  .navigation-section nav ul .menu-item-has-children .sub-menu {
    display: none;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
  .navigation-section nav ul .menu-item-has-children.expanded .sub-menu {
    height: auto;
  }
  .navigation-section nav ul .menu-item-has-children .sub-menu li {
    display: block;
  }
  .navigation-section nav ul li {
    height: auto;
  }
  .navigation-section nav ul li a {
    font-size: 28px;
    letter-spacing: 0.7px;
    line-height: 58px;
    color: #fff;
    cursor: pointer;
  }
  .navigation-section nav ul li.menu-item-has-children a:before {
    content: "+ ";
  }
  .navigation-section nav ul li.menu-item-has-children > a {
    padding-bottom: 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 0;
  }
  .navigation-section nav ul li.menu-item-has-children.submenu-open > a {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .navigation-section nav ul li.menu-item-has-children.submenu-open a:before {
    content: "- ";
  }
  .navigation-section nav ul.sub-menu li.menu-item a:before {
    content: " ";
  }
  .navigation-section .menu-toggle .closed {
    font-size: 18px;
  }
  .navigation-section .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .navigation-section .bottom .social {
    max-width: 100%;
    gap: 30px;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: 0;
    padding: 20px 20px 40px;
  }
  .navigation-section .bottom .social img {
    max-width: 25px;
    height: auto;
  }
  .navigation-section .menu-item-has-children .sub-menu {
    opacity: 1;
  }
  .navigation-section .menu-item-has-children .sub-menu li:after {
    content: "";
  }
}
@media (max-height: 900px) and (min-width: 1000px) {
  .navigation-section nav .menu-primary-menu-container {
    margin-top: 0;
  }
}
@media (max-height: 720px) and (min-width: 1000px) {
  .navigation-section nav .menu-primary-menu-container {
    margin-top: -25px;
  }
  .navigation-section .menu-item-has-children .sub-menu {
    margin-top: -10px;
  }
}
.glow-line-wrapper {
  width: 100%;
  height: 3px;
  position: relative;
}
.glow-line-wrapper .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F00;
}
.glow-line-wrapper .line.line-1 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.glow-line-wrapper .line.line-2 {
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.glow-line-wrapper .line.line-3 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.glow-line-wrapper .line.line-4 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.glow-line-wrapper .line.line-5 {
  background: #FFC1C1;
}
.glow-line-wrapper.hr-glow {
  max-width: 156px;
}
.glow-line-wrapper.hr-glow-smaller {
  max-width: 79.316px;
}
.glow-line-wrapper.hr-glow-larger {
  max-width: 550px;
}

footer {
  position: relative;
}
footer p > a, footer p a {
  color: #fff;
}
footer .bg-wrapper {
  height: 200%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  overflow: hidden;
}
footer .bg-wrapper .bg {
  width: 200%;
  height: 1000px;
  position: absolute;
  bottom: -75%;
  left: -50%;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
  background-position: bottom center;
}
footer .top-footer {
  position: relative;
  z-index: 2;
}
footer .top-footer .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 990px) {
  footer .top-footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .top-footer .footer-left {
  padding: 81px 15px 75px;
  width: 100%;
}
@media (max-width: 990px) {
  footer .top-footer .footer-left {
    padding: 40px 15px;
    text-align: center;
  }
}
footer .top-footer .office {
  padding-top: 75px;
  padding: 75px 26px 0;
  width: 100%;
  max-width: 299px;
  border-left: 1px solid #890000;
}
footer .top-footer .office h2 {
  margin-bottom: 14px;
}
footer .top-footer .office .address {
  line-height: 40px;
}
@media (max-width: 990px) {
  footer .top-footer .office {
    max-width: 50%;
    padding: 40px 15px 20px;
    border-top: 1px solid #890000;
  }
  footer .top-footer .office.first {
    border-left: 0px;
  }
}
@media (max-width: 650px) {
  footer .top-footer .office {
    max-width: 100%;
    border-left: 0px;
    text-align: center;
  }
}
footer .top-footer .glow {
  padding-bottom: 7px;
  border-bottom: 1px solid #890000;
  display: inline-block;
}
footer .top-footer .social-icons a {
  margin: 0px 12.5px;
}
footer .top-footer .social-icons a img {
  width: 16px;
}
footer .top-footer .social-icons a:first-of-type {
  margin-left: 0;
}
footer .top-footer .social-icons a:last-of-type {
  margin-right: 0;
}
footer .top-footer .social-icons {
  margin-top: 41px;
}
footer .top-footer .footer-text {
  max-width: 272px;
  margin: 25px 0 9px;
}
footer .copyright {
  padding: 10px 0;
  z-index: 2;
  position: relative;
  border-top: 1px solid #890000;
}

.btn {
  font-size: 16px;
  border-radius: 0px;
  border: 0px;
  padding: 15px 38px;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-solid-primary {
  color: #FFFFFF;
  background-color: #F00;
}
.btn-solid-primary:hover {
  color: #FFFFFF;
  background-color: #4D4D4F;
}

.btn-solid-primary.white-hover:hover {
  color: #F00;
  background-color: #FFFFFF;
}

.btn-solid-dark {
  color: #FFFFFF;
  background-color: #4D4D4F;
}
.btn-solid-dark:hover {
  color: #FFFFFF;
  background-color: #F00;
}

.btn-outline {
  border: 1px solid #F00;
  color: #F00;
}
.btn-outline:hover {
  background-color: #F00;
  color: #FFFFFF;
}

.btn-white-outline {
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-white-outline:hover {
  background-color: #FFF;
  color: #F00;
}

.btn-arrow {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-arrow img {
  width: 35px;
  height: auto;
  margin-left: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-arrow:hover img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-glow-wrapper {
  position: relative;
  color: #FFF;
  cursor: pointer;
}
.btn-glow-wrapper input[type=submit] {
  color: #FFF;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.btn-glow-wrapper:hover {
  color: #890000;
  background: #FFC1C1;
}
.btn-glow-wrapper:hover input[type=submit] {
  color: #890000;
}
.btn-glow-wrapper .btn-glow {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  border: 3px solid #F00;
}
.btn-glow-wrapper .btn-glow.glow-1 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.btn-glow-wrapper .btn-glow.glow-2 {
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.btn-glow-wrapper .btn-glow.glow-3 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.btn-glow-wrapper .btn-glow.glow-4 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.btn-glow-wrapper .btn-glow.glow-5 {
  z-index: 2;
  border: 3px solid #FFC1C1;
}

.circle-btn {
  width: 355.277px;
  height: 355.277px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  cursor: pointer;
}
.circle-btn .btn-glow {
  border-radius: 100%;
}
@media (max-width: 990px) {
  .circle-btn {
    width: 200px;
    height: 200px;
  }
}

.btn-wrapper p {
  display: none;
}

.bars {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background: #890000;
  opacity: 0.5;
  z-index: 3;
}
.bars.bar-1 {
  -webkit-animation-name: bar1;
          animation-name: bar1;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bars.bar-2 {
  -webkit-animation-name: bar2;
          animation-name: bar2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.page-template-page-locations h1, .page-template-page-locations .h1 {
  font-size: 62px;
}
@media only screen and (max-width: 990px) {
  .page-template-page-locations h1, .page-template-page-locations .h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-locations h1, .page-template-page-locations .h1 {
    font-size: 32px;
  }
}
.page-template-page-locations h2, .page-template-page-locations .h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
}
@media only screen and (max-width: 990px) {
  .page-template-page-locations h2, .page-template-page-locations .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-locations h2, .page-template-page-locations .h2 {
    font-size: 28px;
  }
}
.page-template-page-locations h3, .page-template-page-locations .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 990px) {
  .page-template-page-locations h3, .page-template-page-locations .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-locations h3, .page-template-page-locations .h3 {
    font-size: 24px;
  }
}

.page-template-default .hero {
  height: 350px;
}
.page-template-default iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
.page-template-default .content h2, .page-template-default .content .h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
}
@media only screen and (max-width: 990px) {
  .page-template-default .content h2, .page-template-default .content .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-default .content h2, .page-template-default .content .h2 {
    font-size: 28px;
  }
}
.page-template-default .content h3, .page-template-default .content .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 990px) {
  .page-template-default .content h3, .page-template-default .content .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-default .content h3, .page-template-default .content .h3 {
    font-size: 24px;
  }
}
.page-template-default .content p a {
  text-decoration: underline;
}

.img-glow-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.img-glow-wrapper .img-glow {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  border: 3px solid #F00;
}
.img-glow-wrapper .img-glow.glow-1 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.img-glow-wrapper .img-glow.glow-2 {
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.img-glow-wrapper .img-glow.glow-3 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.img-glow-wrapper .img-glow.glow-4 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.img-glow-wrapper .img-glow.glow-5 {
  z-index: 2;
  border: 3px solid #FFC1C1;
}

@-webkit-keyframes bar1 {
  0% {
    left: 10%;
  }
  33% {
    left: 20%;
    width: 2px;
  }
  70% {
    left: 70%;
    width: 5px;
  }
  100% {
    left: 99%;
    width: 1px;
  }
}

@keyframes bar1 {
  0% {
    left: 10%;
  }
  33% {
    left: 20%;
    width: 2px;
  }
  70% {
    left: 70%;
    width: 5px;
  }
  100% {
    left: 99%;
    width: 1px;
  }
}
@-webkit-keyframes bar2 {
  0% {
    left: 99%;
  }
  20% {
    left: 70%;
    width: 6px;
  }
  55% {
    left: 10%;
    width: 1px;
  }
  100% {
    left: 5%;
    width: 3px;
  }
}
@keyframes bar2 {
  0% {
    left: 99%;
  }
  20% {
    left: 70%;
    width: 6px;
  }
  55% {
    left: 10%;
    width: 1px;
  }
  100% {
    left: 5%;
    width: 3px;
  }
}
section.center h2 {
  margin-bottom: 20px;
}
section .container {
  max-width: 1460px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.hero {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
}
@media only screen and (max-width: 990px) {
  .hero {
    height: 400px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .hero {
    height: auto;
    padding-bottom: 20px;
    padding-top: 150px;
  }
}
.hero .glow {
  position: relative;
  z-index: 4;
}
.hero .container {
  position: relative;
  z-index: 4;
}
.hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .bg-1 {
  background: linear-gradient(63deg, #960F32 0.48%, #C05977 48.17%, #4745A7 100%);
}
.hero .bg-2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #000), to(rgba(188, 38, 38, 0)));
  background: linear-gradient(0deg, #000 5.57%, rgba(188, 38, 38, 0) 100%);
}
.hero .bg-3 {
  background-image: url("/wp-content/uploads/2024/03/rain-texture.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}
.hero .bg-3.brick {
  background-image: url("/wp-content/uploads/2024/03/086b5e651f07ab7bc6c83d68a647d406.webp");
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
}
.hero .gloves {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 3;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: sway;
          animation-name: sway;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 990px) {
  .hero .gloves {
    top: -130px;
  }
}
.hero h2 {
  font-family: "Poppins", sans-serif;
  margin-top: 14px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media only screen and (max-width: 990px) {
  .hero h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .hero h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 650px) {
  .page-id-1093 .hero {
    height: auto;
    padding-bottom: 30px;
    padding-top: 120px;
  }
}

.marquee-wrapper {
  position: relative;
  width: 100vw;
  padding: 0 !important;
}
.marquee-wrapper.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.marquee-wrapper .marquee div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.marquee-wrapper .marquee div h2, .marquee-wrapper .marquee div .h2 {
  font-size: 150px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .marquee-wrapper .marquee div h2, .marquee-wrapper .marquee div .h2 {
    font-size: 80px;
  }
}
.marquee-wrapper .marquee div .small {
  color: #BF8282;
  padding: 0px 35px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .marquee-wrapper .marquee div .small {
    font-size: 30px;
  }
}
.marquee-wrapper .marquee {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

/*.marquee-wrapper.reverse {
	.marquee {
		animation: revscroll 15s linear infinite;
	}
}*/
@-webkit-keyframes revscroll {
  from {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes revscroll {
  from {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.container {
  max-width: 1270px;
}
.container.wider {
  max-width: 1640px;
}

.white {
  color: #FFFFFF !important;
}
.white p {
  color: #FFFFFF !important;
}
.white h2, .white h3, .white h4 {
  color: #FFFFFF !important;
}

.primary {
  color: #F00 !important;
}
.primary p {
  color: #F00 !important;
}

.primary-dark {
  color: #4D4D4F !important;
}
.primary-dark p {
  color: #4D4D4F !important;
}

.secondary {
  color: #666 !important;
}
.secondary p {
  color: #666 !important;
}

.secondary-light {
  color: #FBFBFB !important;
}
.secondary-light p {
  color: #FBFBFB !important;
}

.secondary-dark {
  color: #EAEAEA !important;
}
.secondary-dark p {
  color: #EAEAEA !important;
}

.hidden {
  display: none;
}

.grey-box {
  padding: 21px;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags-list .tag-item {
  padding: 10px 34px;
  border-radius: 30px;
  margin-right: 10px;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.page-id-7 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-id-7 .cards .card-items {
  padding: 20px;
  width: 33%;
}
@media only screen and (max-width: 990px) {
  .page-id-7 .cards .card-items {
    width: 50%;
  }
}

.testimonials section.content, .page-template-page-team .team {
  padding-top: 0;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@media only screen and (max-width: 990px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-1563 .results-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-id-1563 .results-column {
  text-align: center;
  padding: 0 58px;
  position: relative;
}
.page-id-1563 .results-heading {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b8b8b8;
}
.page-id-1563 .results-heading h3 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.page-id-1563 .results-heading p {
  margin: 6px 0 0;
  font-size: 30px;
  line-height: 1.1;
  color: #b91522;
  font-weight: 400;
}
.page-id-1563 .result-item {
  margin-bottom: 64px;
}
.page-id-1563 .result-item .glow span {
  font-size: 65px;
  line-height: 0.95;
  font-weight: 800;
  white-space: nowrap;
}
.page-id-1563 .result-item .glow .dup {
  font-size: 65px;
  line-height: 0.95;
  font-weight: 800;
  white-space: nowrap;
}
.page-id-1563 .result-item:last-child {
  margin-bottom: 0;
}
.page-id-1563 .result-number {
  color: #FFC1C1;
  font-size: 65px;
  line-height: 0.95;
  font-weight: 800;
  white-space: nowrap;
  margin-bottom: 20px;
}
.page-id-1563 .result-item p {
  margin: 0;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 400;
}
.page-id-1563 {
  /* Responsive */
}
@media (max-width: 1024px) {
  .page-id-1563 .results-column {
    padding: 0 35px;
  }
  .page-id-1563 .result-number {
    font-size: 68px;
  }
  .page-id-1563 .results-heading h3 {
    font-size: 32px;
  }
  .page-id-1563 .results-heading p {
    font-size: 26px;
  }
  .page-id-1563 .result-item p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-id-1563 .results-stats {
    padding: 60px 20px;
  }
  .page-id-1563 .results-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .page-id-1563 .results-column {
    padding: 0;
  }
  .page-id-1563 .results-column:not(:last-child)::after {
    display: none;
  }
  .page-id-1563 .results-column:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid #b8b8b8;
  }
  .page-id-1563 .results-heading {
    max-width: 260px;
    margin: 0 auto 24px;
  }
  .page-id-1563 .result-item {
    margin-bottom: 42px;
  }
  .page-id-1563 .result-number {
    font-size: 64px;
  }
  .page-id-1563 .result-item p br {
    display: none;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

h1, .h1 {
  font-family: "NimbusSansStdBlackExtendedOutline(D)";
  font-size: 92px;
  color: #F00;
  font-weight: 700;
}
h1 .smaller, .h1 .smaller {
  font-size: 42px;
  letter-spacing: 5.04px;
}
@media (max-width: 990px) {
  h1 .smaller, .h1 .smaller {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
h1.large, .h1.large {
  font-size: 107.379px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 990px) {
  h1.large, .h1.large {
    font-size: 60px;
  }
}
@media (max-width: 650px) {
  h1.large, .h1.large {
    font-size: 42px;
  }
}

h1.lighter, h2.lighter, h3.lighter {
  font-weight: 400;
}

h2, .h2 {
  font-size: 62px;
  color: #4D4D4F;
  font-weight: 700;
  font-family: "NimbusSansStdBlackExtendedOutline(D)";
}

h3, .h3 {
  font-size: 42px;
  color: #4D4D4F;
  font-weight: 400;
}

h3.small {
  font-size: 32px;
  color: #4D4D4F;
}

h4, .h4 {
  font-size: 32px;
  color: #4D4D4F;
}

h4.small {
  font-size: 22px;
  color: #4D4D4F;
}

h5 {
  font-size: 24px;
  color: #4D4D4F;
}

h6 {
  font-size: 22px;
  color: #4D4D4F;
}

p {
  font-size: 16px;
  color: #fff;
}

/*
p.large {
    font-size:22px;
}*/
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, p > a:hover {
  color: #F00;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.medium {
  font-size: 22px;
}
.medium ol, .medium ul, .medium li, .medium p {
  font-size: 22px;
}
@media (max-width: 990px) {
  .medium ol, .medium ul, .medium li, .medium p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .medium ol, .medium ul, .medium li, .medium p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .medium {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .medium {
    font-size: 18px;
  }
}

.large {
  font-size: 32px;
}
.large ol, .large ul, .large li, .large p {
  font-size: 32px;
}
@media (max-width: 990px) {
  .large ol, .large ul, .large li, .large p {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .large ol, .large ul, .large li, .large p {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .large {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .large {
    font-size: 24px;
  }
}

.green-text {
  color: #F00;
}

.uppercase {
  text-transform: uppercase;
}

.main-font {
  font-family: "Poppins", sans-serif;
}
.main-font h2 {
  font-family: "Poppins", sans-serif;
}

.glow {
  position: relative;
  display: inline-block;
}
.glow h1, .glow h2, .glow h3, .glow span {
  color: #FFC1C1;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  position: relative;
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 2;
  /*text-shadow:
   -2px -2px 0 #FFC1C1,  
    2px -2px 0 #FFC1C1,
    -2px 2px 0 #FFC1C1,
     2px 2px 0 #FFC1C1;*/
}
.glow .dup {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 5px #FF0000;
  z-index: 1;
  text-transform: uppercase;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.3;
}
.glow .dup.dup2 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
  opacity: 0.7;
}
.glow .dup.dup3 {
  display: none;
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.glow .dup.dup4 {
  display: none;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.glow.large .h1 {
  font-size: 107.379px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 990px) {
  .glow.large .h1 {
    font-size: 60px;
  }
}
@media (max-width: 650px) {
  .glow.large .h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 990px) {
  h1, .h1 {
    font-size: 72px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h3.small {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h4.small {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 20px;
  }
  body, p, a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h3.small {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h4.small {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  p, a {
    font-size: 16px;
  }
}
.home {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}
.home section {
  position: relative;
  z-index: 2;
}
.home .circle-bg {
  z-index: 1;
  position: absolute;
}
.home .circle-bg.circle-1 {
  width: 2691px;
  height: 1555px;
  border-radius: 2691px;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
  right: -50%;
  top: 1200px;
}
.home .circle-bg.circle-2 {
  width: 2302px;
  height: 959px;
  border-radius: 2302px;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
  right: -60%;
  bottom: 2000px;
}
.home .hero {
  height: 932px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 650px) and (max-height: 500px) {
  .home .hero {
    height: 650px !important;
  }
}
@media (max-width: 990px) {
  .home .hero {
    height: 550px;
  }
}
.home .hero h1, .home .hero .h1 {
  font-weight: 800;
  text-transform: uppercase;
}
.home .hero h1 .smaller, .home .hero .h1 .smaller {
  font-family: "Poppins", sans-serif;
}
.home .hero h1 {
  margin-bottom: 12px;
}
.home .hero .bg-1 {
  background: linear-gradient(63deg, #960F32 0.48%, #C05977 48.17%, #4745A7 100%);
}
.home .hero .bg-2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #000), to(rgba(188, 38, 38, 0)));
  background: linear-gradient(0deg, #000 5.57%, rgba(188, 38, 38, 0) 100%);
}
.home .hero .gloves {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 3;
  width: 100%;
  max-width: 1399px;
}
@media (max-width: 990px) {
  .home .top-section {
    padding-top: 0;
  }
}
.home .top-section .hr-glow {
  margin: 0 0 42px;
}
.home .top-section h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.home .top-section .img-glow-wrapper {
  width: 100%;
  max-width: 643px;
  margin-right: 23.5px;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .home .top-section .img-glow-wrapper {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.home .top-section .inner {
  width: 100%;
  max-width: 550px;
  margin-left: 23.5px;
}
.home .top-section .inner p {
  font-size: 22px;
}
@media (max-width: 990px) {
  .home .top-section .inner p {
    font-size: 16px;
  }
}
.home .top-section .inner .btn {
  display: inline-block;
  margin-top: 42px;
}
@media (max-width: 990px) {
  .home .top-section .inner {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.home .top-section .inner.no-image {
  max-width: 100%;
}
.home .test-section {
  padding: 0;
  position: relative;
}
.home .test-section .left-image {
  position: relative;
  z-index: 0;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 55%;
}
@media (max-width: 990px) {
  .home .test-section .left-image {
    max-width: 100%;
  }
}
.home .test-section .bottom-fade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85.35%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.35%, #000 100%);
  z-index: 1;
}
.home .test-section .inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 436px;
}
@media (max-width: 990px) {
  .home .test-section .inner {
    max-width: 100%;
    margin-top: 20px;
  }
}
.home .test-section .inner h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.home .test-section .inner .hr-glow {
  margin: 0 0 42px;
}
.home .test-section .inner .btn {
  display: inline-block;
  margin-top: 42px;
}
.home .services h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.home .services .services-wrapper {
  display: grid;
  margin-top: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 34px 32px;
}
@media (max-width: 990px) {
  .home .services .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .home .services .services-wrapper {
    grid-template-columns: 1fr;
  }
}
.home .services .services-wrapper .service {
  width: 100%;
  height: 183.8px;
  border-radius: 18.528px;
  position: relative;
  background: #201F1F;
  padding: 28px 26px;
  color: #FBFBFB;
  font-size: 23.716px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
}
.home .services .services-wrapper .service .text,
.home .services .services-wrapper .service .icon {
  position: relative;
  z-index: 2;
}
.home .services .services-wrapper .service:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--comet-angle), transparent 0deg, transparent 285deg, rgba(181, 0, 0, 0.05) 300deg, rgba(255, 0, 0, 0.22) 318deg, rgba(255, 0, 0, 0.45) 335deg, rgba(255, 0, 0, 0.8) 348deg, rgb(255, 193, 193) 355deg, rgba(255, 255, 255, 0.95) 358deg, transparent 360deg);
  -webkit-animation: serviceCometOrbit 3.5s linear infinite;
          animation: serviceCometOrbit 3.5s linear infinite;
  pointer-events: none;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.home .services .services-wrapper .service:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 0.18), 0 0 16px rgba(255, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(255, 0, 0, 0.18), 0 0 16px rgba(255, 0, 0, 0.08);
  pointer-events: none;
}
.home .services .services-wrapper .service .icon {
  position: absolute;
  right: 11px;
  bottom: 7px;
  color: transparent;
  z-index: 2;
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper {
  position: relative;
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-text-stroke-width: 2.22px;
  -webkit-text-stroke-color: #F00;
  font-size: 55.585px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow.glow-1 {
  -webkit-filter: blur(18.5282268524px);
          filter: blur(18.5282268524px);
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow.glow-2 {
  -webkit-filter: blur(9.2641134262px);
          filter: blur(9.2641134262px);
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow.glow-3 {
  -webkit-filter: blur(5.558467865px);
          filter: blur(5.558467865px);
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow.glow-4 {
  -webkit-filter: blur(3.7056450844px);
          filter: blur(3.7056450844px);
}
.home .services .services-wrapper .service .icon .icon-glow-wrapper .icon-glow.glow-5 {
  position: relative;
  opacity: 1;
  z-index: 2;
  -webkit-text-stroke-width: 0.74px;
  -webkit-text-stroke-color: #B50000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home .services .services-wrapper .service:hover .icon .icon-glow-wrapper .icon-glow {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home .services .services-wrapper .service:hover .icon .icon-glow-wrapper .icon-glow.glow-5 {
  -webkit-text-stroke-width: 2.22px;
  -webkit-text-stroke-color: #FFC1C1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home .case-studies {
  height: 924px;
  position: relative;
  z-index: 0;
  margin-top: -50px;
  padding: 0;
}
.home .case-studies h2 {
  margin-top: 174px;
  font-weight: 400;
  margin-bottom: 34px;
  max-width: 555px;
  width: 100%;
}
.home .case-studies .btn {
  position: relative;
  z-index: 2;
}
.home section.ring h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.home section.ring .hr-glow {
  margin: 0 0 42px;
}
.home section.ring .btn-arrow {
  text-align: right;
  color: #FFF;
  margin-top: -60px;
  float: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 990px) {
  .home section.ring .btn-arrow {
    float: none;
    margin: 0;
  }
}
.home section.ring .container .post-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
}
@media (max-width: 650px) {
  .home section.ring .container .post-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home section.ring .container .post-wrapper .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home section.ring .container .post-wrapper .post img {
  height: 200px;
  width: 100%;
  background-color: #890000;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home section.ring .container .post-wrapper .post .date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}
.home section.ring .container .post-wrapper .post .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.home .testimonials {
  padding-top: 0;
}
.home .testimonials h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.home .testimonials .hr-glow {
  margin: 0 0 42px;
}
.home .testimonials .container .testimonial-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 990px) {
  .home .testimonials .container .testimonial-wrapper {
    margin: 0;
  }
}
.home .testimonials .container .testimonial-wrapper .testimonial {
  margin: 15px;
}
@media (max-width: 990px) {
  .home .testimonials .container .testimonial-wrapper .testimonial {
    margin: 0;
  }
}
.home .testimonials .container .testimonial-wrapper .testimonial .inner {
  padding: 20px 27px;
  background: #201F1F;
  border-radius: 20px;
  color: #FFF;
  height: 100%;
}
.home .testimonials .container .testimonial-wrapper .testimonial .inner .author {
  margin-top: 10px;
}
.home .testimonials .container .testimonial-wrapper .testimonial .inner .author .name {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home .testimonials .container .testimonial-wrapper .testimonial .inner .author .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.home .testimonials .container .arrows {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 2;
}
@media (max-width: 990px) {
  .home .testimonials .container .arrows {
    right: 15px;
  }
}
.home .testimonials .container .arrows .arrow {
  cursor: pointer;
}

@property --comet-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes serviceCometOrbit {
  to {
    --comet-angle: 360deg;
  }
}
@keyframes serviceCometOrbit {
  to {
    --comet-angle: 360deg;
  }
}
.innerpage-with-sidebar-section h2, .innerpage-with-sidebar-section h3, .innerpage-with-sidebar-section h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.innerpage-with-sidebar-section h2:first-of-type, .innerpage-with-sidebar-section h3:first-of-type, .innerpage-with-sidebar-section h4:first-of-type {
  margin-top: 0;
}
.innerpage-with-sidebar-section {
  padding-top: 0px !important;
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-with-sidebar-section {
    padding-bottom: 80px !important;
  }
}
.innerpage-with-sidebar-section .left-sec h2 {
  font-weight: normal;
  font-size: 2em;
}
.innerpage-with-sidebar-section .left-sec img {
  margin-bottom: 40px;
}
.innerpage-with-sidebar-section .sidebar-content {
  position: sticky;
  top: 100px;
}
.innerpage-with-sidebar-section .sidebar-content h5 {
  margin-bottom: 18px;
}
.innerpage-with-sidebar-section .sidebar-content .img-wrapper {
  margin-bottom: 18px;
}
.innerpage-with-sidebar-section .sidebar-content .img-wrapper img {
  width: 100%;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section {
  margin-bottom: 50px;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .social-icons-share {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
  text-align: center;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .social-icons-share a {
  text-align: center;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .social-icons-share a img {
  width: 27px;
  height: 27px;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .social-icons-share a:last-child {
  margin-right: 0;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .related-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #890000;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .related-service:last-of-type {
  border-bottom: 0px;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .related-service img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .related-service .fa-solid {
  -webkit-text-stroke: 1px #890000;
  color: #000;
  margin-right: 10px;
  font-size: 30px;
  width: 50px;
  margin-right: 10px;
  text-align: center;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-section .related-service p {
  margin: 0;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CDCDCD;
  padding: 18px 0;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-item p {
  margin-left: 19px;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-item:first-child {
  padding-top: 0;
}
.innerpage-with-sidebar-section .sidebar-content .sidebar-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section .sidebar-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .innerpage-with-sidebar-section .sidebar-content .sidebar-section:nth-child(odd) {
    padding-right: 25px;
  }
  .innerpage-with-sidebar-section .sidebar-content .sidebar-section:nth-child(even) {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-with-sidebar-section .sidebar-content {
    display: block;
  }
  .innerpage-with-sidebar-section .sidebar-content .sidebar-section:nth-child(odd) {
    padding-right: 0;
  }
  .innerpage-with-sidebar-section .sidebar-content .sidebar-section:nth-child(even) {
    padding-left: 0;
  }
  .innerpage-with-sidebar-section .sidebar-content .sidebar-section:last-child {
    margin-bottom: 0;
  }
}
.innerpage-with-sidebar-section .bottom-section {
  padding: 71px 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section .bottom-section {
    padding: 80px 32px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-with-sidebar-section .bottom-section {
    padding: 80px 20px;
  }
  .innerpage-with-sidebar-section .bottom-section .bottom-section h4 {
    margin-bottom: 30px;
  }
}
.innerpage-with-sidebar-section .border-line {
  width: 3px;
  position: relative;
  height: 100%;
  margin: auto;
}
.innerpage-with-sidebar-section .border-line .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #F00;
}
.innerpage-with-sidebar-section .border-line .line.line-1 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.innerpage-with-sidebar-section .border-line .line.line-2 {
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.innerpage-with-sidebar-section .border-line .line.line-3 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.innerpage-with-sidebar-section .border-line .line.line-4 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.innerpage-with-sidebar-section .border-line .line.line-5 {
  background: #FFC1C1;
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section .border-line {
    width: 100%;
    height: 3px;
    margin-top: 40px;
  }
  .innerpage-with-sidebar-section .border-line .line {
    height: 3px;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section .middle-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.innerpage-with-sidebar-section .container .sidebar-images img {
  margin: 15px 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-with-sidebar-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-with-sidebar-section .container .right-sec {
    margin-top: 50px;
  }
  .innerpage-with-sidebar-section .container .right-sec .sidebar-content {
    margin-bottom: 30px;
    top: auto;
  }
  .innerpage-with-sidebar-section .container .right-sec .sidebar-content:last-child {
    margin-bottom: 0;
  }
  .innerpage-with-sidebar-section .container .sidebar-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .innerpage-with-sidebar-section .container .sidebar-images img {
    width: 40%;
  }
}

.innerpage-withoutsidebar-section h2, .innerpage-withoutsidebar-section h3, .innerpage-withoutsidebar-section h4 {
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
  margin-bottom: 5px;
}
.innerpage-withoutsidebar-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.innerpage-withoutsidebar-section .top-section h2 {
  max-width: 960px;
  margin: auto;
}
.innerpage-withoutsidebar-section .top-section {
  padding-bottom: 50px;
}
.innerpage-withoutsidebar-section .middle-sec {
  padding-top: 0;
}
@media only screen and (max-width: 650px) {
  .innerpage-withoutsidebar-section .top-section .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-withoutsidebar-section .top-section .d-flex ul {
    margin: 30px 0 !important;
  }
}
.innerpage-withoutsidebar-section .middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerpage-withoutsidebar-section .middle-section h4 {
  margin-bottom: 10px;
}
.innerpage-withoutsidebar-section .middle-section .left-sec {
  padding-left: 0;
}
.innerpage-withoutsidebar-section .middle-section .right-sec {
  padding-right: 0;
}
.innerpage-withoutsidebar-section .middle-section .left-sec img, .innerpage-withoutsidebar-section .middle-section .right-sec img {
  width: 100%;
}
.innerpage-withoutsidebar-section .middle-section .content-container {
  margin: 40px 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-withoutsidebar-section .middle-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-withoutsidebar-section .middle-section > div {
    padding: 0;
  }
  .innerpage-withoutsidebar-section .middle-section .img-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .innerpage-withoutsidebar-section .middle-section .img-wrapper {
    margin-bottom: 30px;
  }
  .innerpage-withoutsidebar-section .middle-section .left-sec img, .innerpage-withoutsidebar-section .middle-section .right-sec img {
    width: 100%;
  }
}
.innerpage-withoutsidebar-section .bottom-section {
  padding: 0 0 80px;
}
.innerpage-withoutsidebar-section .bottom-section .container {
  max-width: 828px;
  margin: auto;
}
.innerpage-withoutsidebar-section .bottom-section .container h4 {
  margin-bottom: 10px;
}
.innerpage-withoutsidebar-section .bottom-section .container p {
  margin-bottom: 35px;
}
.innerpage-withoutsidebar-section > .container {
  padding-top: 50px;
}
.innerpage-withoutsidebar-section .ad-spec .tabcontent {
  display: none;
}
.innerpage-withoutsidebar-section .ad-specs-accodian {
  display: none;
}
.innerpage-withoutsidebar-section .ad-specs-accodian .panel {
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0px 5px;
  -webkit-transition: 1s;
  transition: 1s;
}
.innerpage-withoutsidebar-section .ad-specs-accodian .panel.active {
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.innerpage-withoutsidebar-section .ad-specs-accodian .accordion {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  background: transparent;
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  padding: 20px 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.innerpage-withoutsidebar-section .ad-specs-accodian .accordion:after {
  content: "+";
  position: absolute;
  right: 0px;
  font-size: 40px;
  height: 40px;
  color: #890000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0px;
  bottom: 5px;
  margin: auto 0;
}
.innerpage-withoutsidebar-section .ad-specs-accodian .accordion.active:after {
  content: "-";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.innerpage-withoutsidebar-section .adspec-tops {
  padding: 20px 0;
  text-align: center;
}
.innerpage-withoutsidebar-section .adspec-tops .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerpage-withoutsidebar-section .adspec-tops .tabs-wrapper .tablinks {
  background: transparent;
  color: #FFF;
  font-size: 22px;
  border: 0;
  padding: 0 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.innerpage-withoutsidebar-section .adspec-tops .tabs-wrapper .tablinks.active {
  color: #890000;
}
.innerpage-withoutsidebar-section .ad-spec-desktop {
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .innerpage-withoutsidebar-section .adspec-tops {
    display: none;
  }
  .innerpage-withoutsidebar-section .ad-spec-desktop {
    display: none !important;
  }
  .innerpage-withoutsidebar-section .adspec-tops .tabs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-withoutsidebar-section .adspec-tops .tabs-wrapper .tablinks {
    width: 100%;
    padding: 20px;
    border-bottom: 0px;
  }
  .innerpage-withoutsidebar-section .ad-specs-accodian {
    display: block;
  }
}

section:not(.hero) {
  padding: 100px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 990px) {
  section:not(.hero) {
    padding: 40px 0;
  }
}
section.center h2 {
  margin-bottom: 20px;
}
section .container {
  max-width: 1270px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.container {
  max-width: 1270px;
}
.container.wider {
  max-width: 1640px;
}

.white {
  color: #FFFFFF !important;
}
.white p {
  color: #FFFFFF !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5 {
  color: #FFFFFF !important;
}

.primary {
  color: #F00 !important;
}
.primary p {
  color: #F00 !important;
}

.primary-dark {
  color: #4D4D4F !important;
}
.primary-dark p {
  color: #4D4D4F !important;
}

.secondary {
  color: #666 !important;
}
.secondary p {
  color: #666 !important;
}

.secondary-light {
  color: #FBFBFB !important;
}
.secondary-light p {
  color: #FBFBFB !important;
}

.secondary-dark {
  color: #EAEAEA !important;
}
.secondary-dark p {
  color: #EAEAEA !important;
}

.grey-bg {
  background-color: #F9F9F9;
}

.primary-bg {
  background-color: #F00;
}

.hidden {
  display: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h5 {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.content img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.events h2 {
  margin-bottom: 50px;
}
.events .single-post .btn-wrapper {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .events .single-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events .single-post img {
    width: 100%;
  }
}

.single-events .social-icons-share a {
  margin: 0px 10px;
}
.single-events .social-icons-share a:first-of-type {
  margin-left: 0;
}
.single-events .social-icons-share a:last-of-type {
  margin-right: 0;
}

.gallery-page .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-page .gallery-wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px;
}
.gallery-page .gallery-wrapper .flex img {
  width: 100%;
}
.gallery-page .gallery-wrapper .flex .all {
  margin-bottom: 32px;
}

/*.blog {
	.single-post {
		padding-bottom:50px;
		p.big {
			margin-bottom:0;
		}
		h3 {
			margin-top:15px;
			margin-bottom:8px;
		}
		h2 {
			margin-top:10px;
			margin-bottom:10px;

		}
		.glow-line-wrapper {
			margin:35px 0;
		}
	}

	h1, h2, h3 {
		font-family:$main-font;
		font-weight: 400;
	}


	.blogs-wrapper {
		.single-post-wrapper {
			img {
				width: 100%;
			}
		}
	}

	.sidebar-wrapper {
		position: sticky;
		top: 0;
		ul {
			margin:0;
			padding:0;
		}
		.wp-block-latest-posts__list {
			li {
				height:93px;
				padding:20px 0;
				border-bottom:1px solid $borders;
				.wp-block-latest-posts__featured-image {
					margin-right:22px;
					img {
						height:53px;
						width:auto;
					}
				}
				.wp-block-latest-posts__post-date {
					color: $primary-color;
				}
				&:first-of-type {
					padding-top:0;
					height:73px;
				}
				&:last-of-type {
					border-bottom:0px;
					padding-bottom:0;
					height:73px;
				}
			}
		}
		.wp-block-categories-list {
			list-style: none;
		}
		.wp-block-tag-cloud {
			margin-left:-5px;
			.tag-cloud-link {
				padding:10px 37px;
				background: $borders;
				border-radius: 30px;
				font-size:$paragraph-font-size!important;
				margin:0 5px 22px;
			}
		}
	}

	.row {
		img {
			width: 100%;
		}
	}

	.related-articles-header {
		margin-top: 50px;
		margin-bottom: 15px;
	}
	.inner-content {
		.single-post {
			padding-bottom:0;
			img {
				margin-bottom:20px;
			}
		}
	}

	.related-articles {
		display: flex;
		justify-content: space-between;
		.grid-item {
			max-width: 50%;
			padding: 0 17.5px;
			&:first-child {
				padding-left: 0;
			}
			&:last-child {
				padding-right: 0;
			}
		}
	}

	&.blog-v2 {
		.related-articles {
			display: flex;
			justify-content: space-between;
			.grid-item {
				max-width: 33%;
				padding: 0 17.5px;
				&:first-child {
					padding-left: 0;
				}
				&:last-child {
					padding-right: 0;
				}
			}
		}
	}

	.sidebar-wrapper {
		.recent-posts {
			margin-bottom: 50px;
			.recent-post-link {
				display: flex;
				align-items: center;
				padding: 15px 0;
				border-bottom: 1px solid $tags_grey;
				.img-wrapper {
					max-width: 52px;
					margin-right: 22px;
				}
				.post-info {
					p  {
						margin-bottom: 0;
					}
				}
			}
		}
	}
	hr {
		border:0px;
		width:100%;
		height:1px;
		background:$text-color;
		margin-top:35px;
	}
	.pagination {
		justify-content: space-between;
		margin-top:18px;
		a {
			color:#FFF;
			span {
				margin:0px 13px;
			}
		}
	}
	#loadMore {
		display: none;
		margin:20px 0;
		width:100%;
	}

	.sidebar-wrapper {
		.categories-list {
			margin-bottom: 50px;
		}
		h4 {
			font-size: 24px;
			font-weight: 400;
			line-height: 38px;
			letter-spacing: 0em;

		}
		.tags-list {
			display: flex;
			flex-wrap: wrap;
		}
		.tag-name {
			display: flex;
			margin: 5px 3.5px;
		}
		.tag-link {
			padding: 15px 30px;
			border: 2px solid #F4F4F4;
			border-radius: 40px;
			background-color: #F4F4F4;
			transition: 0.25s;
			color:#000;
			cursor: pointer;
			&:hover {
				background-color: $primary-color;
				border: 2px solid $primary-color;
				color: #F4F4F4;
			}
		}
	}
}


@media (max-width: $tablet) {
	.blog {
		.pagination {
			margin:18px 0;
		}

		.related-articles, .related-articles-header {
			display: none;
		}
		.sidebar-wrapper {
			display: none;
		}

		.blogs-wrapper {
			flex-direction: column;
			.single-post-wrapper {
				img {
					width: 100%;
				}
			}
		}

		&.blog-v2 {
			.single-post {
				flex-direction: column;
				img {
					width: 100%;
				}
			}
		}
	}
}
*/
.inside-the-ring {
  position: relative;
}
.inside-the-ring .circle-bg {
  z-index: 1;
  position: absolute;
}
.inside-the-ring .circle-bg.circle-1 {
  width: 2691px;
  height: 1555px;
  border-radius: 2691px;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
  right: -100vw;
  top: 1000px;
}
.inside-the-ring .blog-list {
  padding-top: 0;
}
.inside-the-ring .blog-list .featured-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring .blog-list .featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.inside-the-ring .blog-list .featured-wrapper img {
  width: 620px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 18.528px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring .blog-list .featured-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.inside-the-ring .blog-list .featured-wrapper .inner {
  width: 100%;
}
.inside-the-ring .blog-list .featured-wrapper .inner .short {
  margin-bottom: 62px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring .blog-list .featured-wrapper .inner .short {
    margin-bottom: 10px;
  }
}
.inside-the-ring .blog-list .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 114px 0 61px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring .blog-list .header-wrapper {
    margin: 40px 0 20px;
  }
}
.inside-the-ring .blog-list .header-wrapper > h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  font-weight: 400;
}
.inside-the-ring .blog-list .posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px 40px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring .blog-list .posts-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .inside-the-ring .blog-list .posts-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.inside-the-ring .blog-list .posts-wrapper .single-post-wrapper {
  border-bottom: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inside-the-ring .blog-list .posts-wrapper .single-post-wrapper img.thumb {
  height: 292px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.528px;
}
.inside-the-ring .blog-list .posts-wrapper .single-post-wrapper h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 30px 0 44px;
}
.inside-the-ring .blog-list .posts-wrapper .single-post-wrapper .btn-arrow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}
.inside-the-ring .blog-list .posts-wrapper .single-post-wrapper .btn-arrow svg {
  width: 24px;
}
.inside-the-ring .blog-list .more-btn-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 650px) {
  .inside-the-ring.single-blog .hero {
    height: auto;
    min-height: 300px;
    padding: 100px 0 50px;
  }
}
.inside-the-ring.single-blog h1 {
  text-transform: none;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .inside-the-ring.single-blog h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
}
.inside-the-ring.single-blog .main-content {
  padding-top: 0;
}
.inside-the-ring.single-blog .main-content .main-img {
  margin: 0 auto;
  border-radius: 18.53px;
}
.inside-the-ring.single-blog .main-content .inner-content {
  margin: 35px auto 0;
  width: 100%;
  max-width: 1037px;
}
.inside-the-ring.single-blog .main-content .inner-content h1, .inside-the-ring.single-blog .main-content .inner-content h2, .inside-the-ring.single-blog .main-content .inner-content h3, .inside-the-ring.single-blog .main-content .inner-content h4, .inside-the-ring.single-blog .main-content .inner-content h5, .inside-the-ring.single-blog .main-content .inner-content h6 {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  font-weight: 400;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog .main-content .inner-content h1, .inside-the-ring.single-blog .main-content .inner-content h2, .inside-the-ring.single-blog .main-content .inner-content h3, .inside-the-ring.single-blog .main-content .inner-content h4, .inside-the-ring.single-blog .main-content .inner-content h5, .inside-the-ring.single-blog .main-content .inner-content h6 {
    margin-top: 30px;
  }
}
.inside-the-ring.single-blog .main-content .inner-content .author-wrapper .author {
  font-weight: 700;
}
.inside-the-ring.single-blog .main-content .inner-content .date-wrapper {
  margin: 35px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inside-the-ring.single-blog .main-content .inner-content .date-wrapper .share .share-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-left: 20px;
}
.inside-the-ring.single-blog .main-content .inner-content .date-wrapper .share .share-links .fa {
  font-size: 16px;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 75px 0;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog .main-content .inner-content .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow > a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 388px;
  text-align: left;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog .main-content .inner-content .pagination .arrow > a {
    max-width: 100%;
  }
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow svg {
  margin-right: 29px;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow.next > a {
  text-align: right;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .arrow.next svg {
  margin-right: 0;
  margin-left: 29px;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line {
  min-height: 94px;
  width: 3px;
  position: relative;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog .main-content .inner-content .pagination .border-line {
    max-width: 200px;
    min-height: 20px;
  }
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #F00;
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line.line-1 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line.line-2 {
  -webkit-filter: blur(12.5px);
          filter: blur(12.5px);
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line.line-3 {
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line.line-4 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line.line-5 {
  background: #FFC1C1;
}
@media only screen and (max-width: 990px) {
  .inside-the-ring.single-blog .main-content .inner-content .pagination .border-line {
    width: 100%;
    height: 3px;
    margin-top: 40px;
  }
  .inside-the-ring.single-blog .main-content .inner-content .pagination .border-line .line {
    height: 3px;
    width: 100%;
  }
}

.work {
  position: relative;
}
.work .circle-bg {
  z-index: 1;
  position: absolute;
}
.work .circle-bg.circle-1 {
  width: 2691px;
  height: 1555px;
  border-radius: 2691px;
  background: radial-gradient(50% 50% at 50% 50%, #890000 0%, rgba(137, 0, 0, 0) 100%);
  right: -100vw;
  top: 1000px;
}
.work .project-list {
  padding-top: 0;
}
.work .project-list .posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media only screen and (max-width: 650px) {
  .work .project-list .posts-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.work .project-list .posts-wrapper .single-post > img {
  height: 384px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.528px;
}
@media only screen and (max-width: 990px) {
  .work .project-list .posts-wrapper .single-post > img {
    height: 225px;
  }
}
@media only screen and (max-width: 650px) {
  .work .project-list .posts-wrapper .single-post > img {
    height: 350px;
  }
}
.work .project-list .posts-wrapper .single-post .content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 990px) {
  .work .project-list .posts-wrapper .single-post .content {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.work .project-list .posts-wrapper .single-post .content .name {
  width: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 990px) {
  .work .project-list .posts-wrapper .single-post .content .name {
    width: 100%;
  }
}
.work .project-list .more-btn-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 650px) {
  .work.single-blog .hero {
    height: auto;
    min-height: 300px;
    padding: 100px 0 50px;
  }
}
.work.single-blog h1 {
  text-transform: none;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 990px) {
  .work.single-blog h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .work.single-blog h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
}

.contact h2 {
  margin-bottom: 10px;
}
.contact .wpcf7 .row {
  margin-bottom: 15px;
}
.contact .wpcf7 .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .wpcf7 .submit-wrapper .wpcf7-spinner {
  margin-top: 20px;
  position: absolute;
  left: 124px;
}
.contact .wpcf7 .submit-wrapper > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact p {
  font-size: 22px;
}
.contact p > a {
  text-decoration: underline;
}
.contact .social > a {
  display: inline-block;
  margin-right: 25px;
}
.contact .social > a:last-of-type {
  margin-right: 0;
}
.contact .social > a > img {
  max-height: 16px;
  width: auto;
  height: 100%;
}

@media (max-width: 990px) {
  .contact .wpcf7 {
    margin: 20px auto 0px;
  }
  .contact .wpcf7 .row {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .contact .wpcf7 {
    margin: 20px auto 0px;
  }
}
.team {
  padding-top: 0;
}
.team .team-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 100px;
}
@media (max-width: 990px) {
  .team .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .team .team-wrapper {
    grid-template-columns: 1fr;
  }
}
.team .team-wrapper .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.team .team-wrapper .team-member:nth-of-type(odd) {
  padding-top: 100px;
}
@media (max-width: 650px) {
  .team .team-wrapper .team-member:nth-of-type(odd) {
    padding-top: 0;
  }
}
.team .team-wrapper .team-member .img-outer-wrapper {
  width: 100%;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper {
  aspect-ratio: 265/570;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (max-width: 1270px) {
  .team .team-wrapper .team-member .img-outer-wrapper .img-wrapper {
    aspect-ratio: 265/800;
  }
}
@media (max-width: 990px) {
  .team .team-wrapper .team-member .img-outer-wrapper .img-wrapper {
    aspect-ratio: 265/363;
  }
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .front, .team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back {
  position: absolute;
  border: 1px solid #F00;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .front img, .team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: radial-gradient(71.08% 71.08% at 50% 92.39%, #890000 0%, #000 100%);
  display: block;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .front .glow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .front .glow h2, .team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .front .glow span {
  font-size: 30px;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: relative;
  background: radial-gradient(71.08% 71.08% at 50% 92.39%, #890000 0%, #000 100%);
  padding: 20px;
  color: #FFFFFF;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back p {
  color: #FFFFFF;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back .flair {
  z-index: 2;
}
.team .team-wrapper .team-member .img-outer-wrapper .img-wrapper .back .headshot {
  z-index: 1;
}
.team .team-wrapper .team-member:hover .img-wrapper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.team .team-wrapper .team-member p.name {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 15px 0 0px;
}
.team .team-wrapper .team-member p.title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 990px) {
  .team .team-wrapper .team-member {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 650px) {
  .team .team-wrapper {
    margin-top: 20px;
  }
  .team .team-wrapper .team-member {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .team .team-wrapper .team-member {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .team .team-wrapper .team-member:last-of-type {
    margin-bottom: 0;
  }
}
.error404 footer {
  display: none;
}
.error404 .line-wrapper {
  display: none;
}

.error {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.error .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.error .bg.bg-1 {
  background: linear-gradient(63deg, #960F32 0.48%, #C05977 48.17%, #4745A7 100%);
}
.error .bg.bg-2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #000), to(rgba(188, 38, 38, 0)));
  background: linear-gradient(0deg, #000 5.57%, rgba(188, 38, 38, 0) 100%);
}
.error .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
}
.error .content .container {
  max-width: 782px;
}
@media (max-width: 990px) {
  .error .content .container {
    max-width: 100%;
  }
}
.error .content img {
  width: auto;
  margin: 0;
}
.error .content h1 {
  font-size: 231.091px;
  line-height: 277px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 990px) {
  .error .content h1 {
    font-size: 150px;
    line-height: 170px;
  }
}
@media (max-width: 650px) {
  .error .content h1 {
    font-size: 120px;
    line-height: 140px;
  }
}
.error .content h2 {
  margin: 0px 0px 10px;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .error .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.error .content p {
  margin: 0px 0px 25px;
}
.error .content .btn-white-outline {
  margin: auto;
}

.search .hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search .search-form {
  position: relative;
  max-width: 1101px;
  margin: auto;
  width: 100%;
  margin-top: 26px;
}
.search .search-form input[type=search] {
  padding: 14px 0;
  border: 0;
}
.search .search-form label {
  position: relative;
  max-width: 100%;
}
.search .search-form label:before {
  content: url(/wp-content/uploads/2023/05/search.svg);
  position: absolute;
  top: 16px;
  left: 5px;
}
.search .search-form input[type=submit] {
  background: transparent;
  color: #fff;
  border: 0;
  position: absolute;
  display: block;
  right: 15px;
  bottom: 20px;
}
.search .container .row {
  padding-bottom: 50px;
}
.search .container .row img {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .search .blog {
    padding-top: 0;
  }
  .search .search-form {
    padding: 0 50px;
  }
  .search .search-form input[type=submit] {
    right: 65px;
  }
  .search .container .row > div {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  .search .search-form {
    padding: 0 50px;
  }
  .search .search-form input[type=submit] {
    right: 65px;
  }
  .search .container .row > div {
    padding: 0 15px;
  }
}

.single-event .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-event .top-section, .single-event .middle-section, .single-event .bottom-section {
  margin-bottom: 50px;
}
.single-event .row {
  margin-left: 0;
  margin-right: 0;
}
.single-event .grey-box {
  background-color: #F9F9F9;
}
.single-event .tags-list .tag-item {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 990px) {
  .single-event .top-section .btn-wrapper {
    margin-bottom: 30px;
  }
  .single-event .middle-section > div:first-child {
    margin-bottom: 30px;
  }
  .single-event .tags-and-social-section > div:first-child {
    margin-bottom: 50px;
  }
}

.testimonials .testimonial-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 990px) {
  .testimonials .testimonial-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  .testimonials .testimonial-wrapper {
    grid-template-columns: 1fr;
  }
}
.testimonials .testimonial-wrapper .flex-item {
  position: relative;
  overflow: hidden;
}
.testimonials .testimonial-wrapper .flex-item .inner {
  position: relative;
  z-index: 4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}
.testimonials .testimonial-wrapper .flex-item .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials .testimonial-wrapper .flex-item .inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials .testimonial-wrapper .flex-item .inner hr {
  background-color: #000;
  width: 50%;
  height: 1px;
  border: 0px;
  margin: 10px auto;
}
.testimonials .testimonial-wrapper .flex-item .quotation {
  position: absolute;
  top: -115px;
  left: 30px;
  font-size: 300px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 3;
  opacity: 0.2;
}
.testimonials .testimonial-wrapper .flex-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonials .testimonial-wrapper .flex-item .bg-1 {
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #000), to(rgba(188, 38, 38, 0)));
  background: linear-gradient(0deg, #000 5.57%, rgba(188, 38, 38, 0) 100%);
}
.testimonials .testimonial-wrapper .flex-item .bg-2 {
  z-index: 1;
  background: linear-gradient(63deg, #960F32 0.48%, #C05977 48.17%, #4745A7 100%);
}

.services .services-section {
  padding-top: 0;
}
.services .services-section .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px;
}
@media only screen and (max-width: 990px) {
  .services .services-section .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.services .services-section .split .image-wrapper {
  width: 504px;
  height: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 18.53px;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 990px) {
  .services .services-section .split .image-wrapper {
    width: 100%;
    position: static;
  }
}
.services .services-section .split .image-wrapper .inner-img-wrapper {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.services .services-section .split .image-wrapper .inner-img-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 18.53px;
}
.services .services-section .split .services-wrapper {
  width: 100%;
}
.services .services-section .split .services-wrapper .service-trigger {
  margin: -5px 0;
  padding: 5px 0;
}
.services .services-section .split .services-wrapper .service-trigger .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
}
.services .services-section .split .services-wrapper .service-trigger .glow-line-wrapper .line {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services .services-section .split .services-wrapper .service-trigger .glow-line-wrapper .line.temp {
  height: 2px;
  background: #767676;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services .services-section .split .services-wrapper .service-trigger:hover .glow-line-wrapper .line {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services .services-section .split .services-wrapper .service-trigger:hover .glow-line-wrapper .line.temp {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-services .white-bg p {
  color: #000;
}
.single-services .white-bg {
  color: #000;
  background: #E0E0E0;
}
.single-services .top-section {
  padding-top: 0;
}
.single-services .top-section .top-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
  margin-bottom: 94px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper > img {
    margin-bottom: 20px;
  }
}
.single-services .top-section .top-wrapper > h3 {
  width: 100%;
  max-width: 880px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper > h3 {
    max-width: 100%;
  }
}
.single-services .top-section .top-wrapper .two-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .two-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-services .top-section .top-wrapper .two-column > p {
  width: 100%;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .two-column > p {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .two-column > p {
    max-width: 100%;
  }
}
.single-services .top-section .top-wrapper .two-column > p:first-of-type {
  margin-right: 30px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .two-column > p:first-of-type {
    margin: 0 0 10px;
  }
}
.single-services .top-section .top-wrapper .three-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  gap: 60px;
  margin-top: 94px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .three-image-grid {
    gap: 40px;
    margin-top: 0px;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .three-image-grid {
    gap: 20px;
  }
}
.single-services .top-section .top-wrapper .three-image-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
.single-services .top-section .top-wrapper .three-image-grid .left > img {
  width: 476px;
  height: 453px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .three-image-grid .left > img {
    width: 320.385px;
    height: 304.904px;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .three-image-grid .left > img {
    width: 220px;
    height: 209.3688px;
  }
}
@media (max-width: 420px) {
  .single-services .top-section .top-wrapper .three-image-grid .left > img {
    width: 163.026px;
    height: 155.148px;
  }
}
.single-services .top-section .top-wrapper .three-image-grid .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .three-image-grid .right {
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .three-image-grid .right {
    gap: 20px;
  }
}
.single-services .top-section .top-wrapper .three-image-grid .right > .top-img {
  width: 476px;
  height: 313px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .top-img {
    width: 320.385px;
    height: 210.673px;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .top-img {
    width: 220px;
    height: 144.664px;
  }
}
@media (max-width: 420px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .top-img {
    width: 163.026px;
    height: 107.2px;
  }
}
.single-services .top-section .top-wrapper .three-image-grid .right > .bottom-img {
  width: 556px;
  height: 390px;
}
@media (max-width: 990px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .bottom-img {
    width: 374.231px;
    height: 262.5px;
  }
}
@media (max-width: 650px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .bottom-img {
    width: 240px;
    height: 168.3447px;
  }
}
@media (max-width: 420px) {
  .single-services .top-section .top-wrapper .three-image-grid .right > .bottom-img {
    width: 190.425px;
    height: 133.571px;
  }
}
.single-services .top-section .bottom-content {
  margin-top: 94px;
}
@media (max-width: 990px) {
  .single-services .top-section .bottom-content {
    margin-top: 40px;
  }
}
.single-services .top-section .bottom-content h3 {
  width: 100%;
  margin-bottom: 30px;
}
.single-services .middle-section-1 .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single-services .middle-section-1 .top-wrapper > img {
  width: 536px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .top-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.single-services .middle-section-1 .top-wrapper .inner {
  max-width: 652px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.single-services .middle-section-1 .top-wrapper .inner h3 {
  margin-bottom: 30px;
}
.single-services .middle-section-1 .icon-section > .inner {
  max-width: 967px;
  margin: 94px auto 0;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .icon-section > .inner {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.single-services .middle-section-1 .icon-section > .inner h3 {
  margin-bottom: 30px;
}
.single-services .middle-section-1 .icon-section .icon-wrapper {
  max-width: 810px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 90px;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .icon-section .icon-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px auto 0;
    margin-top: 20px;
  }
}
.single-services .middle-section-1 .icon-section .icon-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-services .middle-section-1 .icon-section .icon-wrapper .icon-row > .icon {
  height: 60px;
  margin-right: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F00;
  font-size: 55.585px;
  color: transparent;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .icon-section .icon-wrapper .icon-row > .icon {
    width: 10%;
  }
}
.single-services .middle-section-1 .icon-section .icon-wrapper .icon-row .caption {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 990px) {
  .single-services .middle-section-1 .icon-section .icon-wrapper .icon-row .caption br {
    display: none;
  }
  .single-services .middle-section-1 .icon-section .icon-wrapper .icon-row .caption {
    width: 90%;
  }
}
.single-services .middle-section-2 .container {
  max-width: 1276px;
}
.single-services .middle-section-2 .container .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single-services .middle-section-2 .container .top-wrapper > img {
  width: 536px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .top-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.single-services .middle-section-2 .container .top-wrapper h3 {
  margin-bottom: 30px;
}
.single-services .middle-section-2 .container .bottom-wrapper {
  margin-top: 94px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper {
    margin-top: 20px;
  }
}
.single-services .middle-section-2 .container .bottom-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
  margin-bottom: 94px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper > img {
    margin-bottom: 40px;
  }
}
.single-services .middle-section-2 .container .bottom-wrapper > h3 {
  width: 100%;
  max-width: 880px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper > h3 {
    max-width: 100%;
  }
}
.single-services .middle-section-2 .container .bottom-wrapper .two-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-services .middle-section-2 .container .bottom-wrapper .two-column > img {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper .two-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-services .middle-section-2 .container .bottom-wrapper .two-column > p {
  max-width: 357px;
  width: 100%;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper .two-column > p {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .single-services .middle-section-2 .container .bottom-wrapper .two-column > p {
    max-width: 100%;
  }
}
.single-services .middle-section-2 .container .bottom-wrapper .two-column > p:first-of-type {
  margin-right: 30px;
}
@media (max-width: 990px) {
  .single-services .middle-section-2 .container .bottom-wrapper .two-column > p:first-of-type {
    margin: 0 0 10px;
  }
}
.single-services .middle-section-3 .top-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
}
.single-services .middle-section-3 .top-wrapper .inner {
  max-width: 967px;
  margin: 94px auto 0;
}
@media (max-width: 990px) {
  .single-services .middle-section-3 .top-wrapper .inner {
    margin-top: 40px;
  }
}
.single-services .middle-section-3 .top-wrapper .inner h3 {
  margin-bottom: 30px;
}
.single-services .middle-section-3 .top-wrapper .inner h3 {
  margin-bottom: 30px;
}
.single-services .middle-section-3 .icon-section .icon-wrapper {
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 32px;
}
@media (max-width: 990px) {
  .single-services .middle-section-3 .icon-section .icon-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px auto 0;
  }
}
.single-services .middle-section-3 .icon-section .icon-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-services .middle-section-3 .icon-section .icon-wrapper .icon-row:last-child {
  justify-self: center;
  grid-column: 1/-1;
}
@media (max-width: 650px) {
  .single-services .middle-section-3 .icon-section .icon-wrapper .icon-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-services .middle-section-3 .icon-section .icon-wrapper .icon-row:last-child {
    justify-self: flex-start;
  }
}
.single-services .middle-section-3 .icon-section .icon-wrapper .icon-row > .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  margin-right: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F00;
  font-size: 55.585px;
  color: transparent;
}
@media (max-width: 650px) {
  .single-services .middle-section-3 .icon-section .icon-wrapper .icon-row > .icon {
    width: 40px;
    text-align: center;
    height: auto;
    font-size: 40px;
    margin-top: 10px;
  }
}
.single-services .bottom-section .container {
  max-width: 1276px;
}
.single-services .bottom-section .container .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single-services .bottom-section .container .top-wrapper > img {
  width: 536px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .top-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.single-services .bottom-section .container .top-wrapper h3 {
  margin-bottom: 30px;
}
.single-services .bottom-section .container .middle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .middle-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.single-services .bottom-section .container .middle-wrapper > img {
  width: 536px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .middle-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.single-services .bottom-section .container .middle-wrapper h3 {
  margin-bottom: 30px;
}
.single-services .bottom-section .container .bottom-wrapper {
  max-width: 916px;
  margin: 94px auto 0;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .bottom-wrapper {
    width: 100%;
    margin: 20px 0 0;
  }
}
.single-services .bottom-section .container .bottom-wrapper .inner h3 {
  margin-bottom: 42px;
}
.single-services .bottom-section .container .bottom-wrapper .check-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .bottom-wrapper .check-wrapper {
    gap: 20px;
  }
}
.single-services .bottom-section .container .bottom-wrapper .check-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-services .bottom-section .container .bottom-wrapper .check-wrapper .icon-row > img {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-services .bottom-section .container .btn-wrapper {
  margin-top: 110px;
}
@media (max-width: 990px) {
  .single-services .bottom-section .container .btn-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .page-id-1025 .single-services .middle-section-2 .container .bottom-wrapper .two-column > img {
    width: 60% !important;
  }
}

.fa-square-check {
  font-size: 65px !important;
}