/*!
Theme Name: Plumbit
Theme URI: http://themeforest.net/user/strongholdthemes/portfolio
Author: Stronghold Themes
Author URI: http://themeforest.net/user/strongholdthemes
Description: Plumbit is a clean and modern WordPress theme designed specially for plumbing, construction or any other service driven business.
Version: 15.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plumbit
Tested up to: 7.0
Requires PHP: 7.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Header
5.1 Top Header
5.2 Main Navigation
5.3 Page Header & Breadcrumbs
5.4 Search Box
5.5 Mobile Menu
5.6 Header Styles
5.7 Mega Menu
6.0 Footer
6.1 Widget Area
6.2 Copyright Area
7.0 Accessibility
8.0 Alignments
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Comments
10.3 Search
10.4 404
11.0 Infinite scroll
12.0 Media
12.1 Captions
12.2 Galleries
13.0 Post Types
13.1 Services
13.2 Team Members
13.3 Projects
14.0 WooCommerce
15.0 Elementor
15.1 Accordion
15.2 Before & After
15.3 Blog Carousel
15.4 Blog Grid
15.5 Button
15.6 Call to Action
15.7 Company Info
15.8 Counter
15.9 Custom Menu
15.10 Detail List
15.11 Flip Box
15.12 Flip Icon Box
15.13 Heading
15.14 Icon Box
15.15 Info Icon
15.16 Info List
15.17 Opening Hours
15.18 Partners
15.19 Portfolio
15.20 Price List
15.21 Pricing Table
15.22 Product Carousel
15.23 Progress Bar
15.24 Info Box
15.25 Social Icons
15.26 Testimonials
15.27 Video Player
15.28 Slider
15.29 Gallery
15.30 Product Categories
15.31 Banner Image
15.32 Header Top Info Icon
15.33 Header Top Nav Menu
15.34 Header Logo
15.35 Header Cart/Search Btn
15.36 Header Info Icon
15.37 Header Nav Menu
15.38 Mobile Header
15.39 Top Header Toggle
16.0 Misc
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*      `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Nunito", sans-serif;
  line-height: 1.7;
}

body {
  color: #4e4e4e;
  height: 100% !important;
  font-size: 16px;
  line-height: 1.8;
}

#page{
  overflow: hidden;
}

.editor-styles-wrapper {
  color: #4e4e4e !important;
  font-family: "Nunito", sans-serif;
  font-size: 16px !important;
}

h1,
.wp-block-heading h1,
h2,
.wp-block-heading h2,
h3,
.wp-block-heading h3,
h4,
.wp-block-heading h4,
h5,
.wp-block-heading h5,
h6,
.wp-block-heading h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  color: #001733;
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.5;
}

.editor-post-title__block,
.editor-post-title__input {
  font-family: "Montserrat", sans-serif !important;
  color: #001733 !important;
  font-weight: 700 !important;
}

h1,
.wp-block-heading h1 {
  font-size: 56px;
}

h2,
.wp-block-heading h2 {
  font-size: 46px;
}

h3,
.wp-block-heading h3 {
  font-size: 32px;
}

h4,
.wp-block-heading h4 {
  font-size: 25px;
}

h5,
.wp-block-heading h5 {
  font-size: 20px;
}

h6,
.wp-block-heading h6 {
  font-size: 18px;
}

p.lead {
  font-size: 18px;
}

p {
  margin-bottom: 20px;
  width: 100%;
}

.elementor-widget-text-editor p {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre,
.wp-block-preformatted pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var,
.wp-block-code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
}

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

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

big {
  font-size: 125%;
}

a {
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #001733;
}

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

@media screen and (max-width: 800px) {
  h1,
  .wp-block-heading h1 {
    font-size: 40px;
  }
  h2,
  .wp-block-heading h2 {
    font-size: 32px;
  }
  h3,
  .wp-block-heading h3 {
    font-size: 28px;
  }
  h4,
  .wp-block-heading h4 {
    font-size: 22px;
  }
  h5,
  .wp-block-heading h5 {
    font-size: 19px;
  }
  h6,
  .wp-block-heading h6 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

html {
  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/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/*@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px !important;
}*/

.row {
  --bs-gutter-x: 1.25rem;
}

@media (min-width: 1200px) {
  .container, .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, 
  .container-md, 
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container, 
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1324px;
  }
}


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

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

blockquote {
  margin: 10px 0;
  padding: 20px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 30px;
  background: #f8f8f8;
  padding: 40px 60px;
}

blockquote:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f10d";
  color: #efefef;
  font-size: 30px;
}

blockquote cite,
.wp-block-quote__citation {
  display: block;
  font-size: 16px;
  margin: 1em auto;
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
  color: #686666;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: none;
  padding-left: 60px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 50px 0 !important;
  padding: 40px 60px !important;
}

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

ul,
ol {
  margin: 0 0 10px 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

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 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

table thead th,
.wp-block-table thead th {
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
}

table thead,
.wp-block-table thead {
  border-bottom: 3px solid #ededed;
}

td,
.wp-block-table td {
  padding: 15px;
  border-bottom: 1px solid #ededed;
}

table tbody tr th,
.wp-block-table tbody tr th {
  border-bottom: 1px solid #ededed;
}

figure {
  margin: 1em 0px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 20px;
  padding-left: 20px;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

.wp-block-button__link,
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-shadow: none;
  border: none;
  text-shadow: none;
  background: #2296f9;
  color: #fff;
  border-radius: 6px;
  padding: 13px 25px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  position: relative;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.wp-block-button__link:hover,
button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #dd3333;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
  inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="color"],
textarea,
select {
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  padding: 11px 15px;
  color: #8d8d8d;
  border: 1px solid #e9e9e9;
  transition: border 0.4s ease-in-out;
  -moz-transition: border 0.4s ease-in-out;
  -webkit-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="datetime"],
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: #111;
  border: 1px solid #dddddd;
  outline: 0 none;
}

.form-control:focus {
  color: #111;
  border: 1px solid #414040 !important;
  box-shadow: none;
}

textarea {
  width: 100%;
}

label {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Top Header
--------------------------------------------------------------*/

.header-top {
  border-bottom: 1px solid #f2f2f29e;
  font-size: 13px;
  position: relative;
  z-index: 10;
  background: #efefef;
  color: #939292;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
}

.site-wrap .header-top,
.site-wrap .header-one {
  background: #fff;
}

.header-top a {
  color: #797878;
}

.header-top a:hover {
  color: #2296f9;
}

.header-top #lang_sel {
  height: initial;
}

.header-top #lang_sel li,
.header-top #lang_sel ul ul {
  width: 80px;
}

.top-header-info {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-flex;
  display: flex;
}

.space-between{
  justify-content: space-between;
}

.header-top .contact-detail-one,
.header-top .contact-detail-two,
.header-top .contact-detail-three {
  margin-right: 35px;
  margin-bottom: auto;
  margin-top: auto;
}

.header-top .contact-detail-one i,
.header-top .contact-detail-two i,
.header-top .contact-detail-three i {
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 14px;
}

.top-header-nav-menu {
  padding: 0;
  margin: 0;
}

.header-top .top-header-nav {
  list-style: none;
  margin-top: 3px;
  width: 50%;
  margin-bottom: auto;
  margin-top: auto;
}

.top-header-right-item{
  margin-left: auto;
  text-align: right;
}

.header-nav-right {
  text-align: right;
}

.header-nav-left{
  text-align: left;
}

.header-top .top-header-nav li {
  display: inline-block;
  margin-right: 5px;
}

.header-top .top-header-nav li ul li {
  display: none;
}

.header-top .top-header-nav li::before {
  content: "|";
  color: rgba(121, 121, 121, 0.42);
  padding-right: 8px;
}

.header-top .top-header-nav li:first-child:before {
  content: none;
}

.header-top .top-header-social-right {
  margin-right: 0;
  margin-left: auto;
}

.header-top .social-menu {
  list-style: none;
  padding: 0;
  direction: ltr !important;
  text-align: center;
  margin: 0;
}

.header-top .top-header-social li {
  display: inline-block;
  margin-right: 5px;
}

.header-top .top-header-social li a {
  padding: 8px;
  text-decoration: none;
  color: #2296f9;
}

.header-top .top-header-social li a:hover {
  color: #dd3333;
}

.header-top .top-header-social li a img {
  max-height: 50px;
}

.header-top .top-header-social li a img:hover {
  opacity: 0.8;
}

.social-icons-list li a:before {
  font-size: 16px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.header-top .top-header-custom-text,
.header-top .top-header-right-widget {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.header-top .top-header-custom-text {
  font-weight: 600;
}

.header-top .custom-text-left{
  text-align: left;
}

.header-top .social-menu {
  padding: 10px 0;
}

.social-icons-list li.social-icon a[href*="facebook.com"]::before {
  content: "\f39e";
}

.social-icons-list li.social-icon a[href*="twitter.com"]::before {
  content: "\e61b";
}

.social-icons-list li.social-icon a[href*="x.com"]::before {
  content: "\e61b";
}

.social-icons-list li.social-icon a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.social-icons-list li.social-icon a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.social-icons-list li.social-icon a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.social-icons-list li.social-icon a[href*="github.com"]::before {
  content: "\f09b";
}

.social-icons-list li.social-icon a[href*="tumblr.com"]::before {
  content: "\f173";
}

.social-icons-list li.social-icon a[href*="youtube.com"]::before {
  content: "\f167";
}

.social-icons-list li.social-icon a[href*="flickr.com"]::before {
  content: "\f16e";
}

.social-icons-list li.social-icon a[href*="vimeo.com"]::before {
  content: "\f194";
}

.social-icons-list li.social-icon a[href*="instagram.com"]::before {
  content: "\f16d";
}

.social-icons-list li.social-icon a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-icons-list li.social-icon a[href*="soundcloud.com"]::before {
  content: "\f1be";
}

.social-icons-list li.social-icon a[href*="vine.com"]::before {
  content: "\f1ca";
}

.social-icons-list li.social-icon a[href*="foursquare.com"]::before {
  content: "\f180";
}

.social-icons-list li.social-icon a[href*="yelp.com"]::before {
  content: "\f1e9";
}

.social-icons-list li.social-icon a[href*="vk.com"]::before {
  content: "\f189";
}

.social-icons-list li.social-icon a[href*="google.com"]::before {
  content: "\f1a0";
}

.social-icons-list li.social-icon a[href*="wa.me"]::before {
  content: "\f232";
}

.social-icons-list li.social-icon a[href*="telegram.me"]::before,
.social-icons-list li.social-icon a[href*="t.me"]::before  {
  content: "\f2c6";
}

.header-top-quote-btn-info{
  margin-bottom: auto;
  margin-top: auto;
}

.header-top-quote-btn-right{
  margin-left: auto;
  margin-right: 0;
}

.header-top .header-top-quote-link-btn{
  color: #fff;
  border-radius: 0;
  padding: 15px 25px;
}

.header-top-contact-details-right{
  display: -webkit-flex;
  display: flex;
  margin-right: 0;
  margin-left: auto;
}

.header-top-contact-details-right .contact-detail-three{
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .top-header-nav-menu {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
5.2 Main Navigation
--------------------------------------------------------------*/

/*Logo*/

.logo-wrap {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10000 !important;
}

.masthead {
  width: 100% !important;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 10;
  background: #fff;
}

.main-navigation a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.navbar-nav > li {
  margin-right: 2px;
  position: relative;
}

.navbar-nav > li > a {
  color: #444;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
}

.main-navigation li:hover > a {
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(215, 44, 44, 0) !important;
}

.main-navigation ul ul {
  position: absolute;
  top: 70px;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #ffffff;
  list-style: none;
  min-width: 270px;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  border-radius: 6px;
  text-transform: none;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation-duration: 0.2s;
  animation-delay: 0s;
}

.main-navigation ul ul ul {
  top: 0px;
  margin-left: 0px;
}

.main-navigation ul ul li:after,
.main-navigation ul ul .current_page_item:after,
.main-navigation ul ul .current-menu-item:after {
  content: none;
}

.main-navigation ul ul li {
  position: relative;
}

.main-navigation ul ul li:last-child {
  border-bottom: none;
}

.main-navigation ul ul li:hover > a {
  color: #2296f9 !important;
  display: block;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul .current_page_item a,
.main-navigation ul ul .current-menu-item a {
  border-left: 4px solid #2296f9;
  background: #f9f9f9;
  padding-left: 30px;
}

.main-navigation ul ul li a {
  color: #686868;
  display: block;
  padding: 12px 18px;
  font-size: 13px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0;
  visibility: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 13px 30px;
}

.main-navigation ul > .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 55px;
}

.main-navigation ul > .menu-item-has-children:hover ul li a{
  opacity: 1;
  visibility: visible;
}

.main-navigation ul ul li > ul,
.main-navigation ul ul ul li > ul {
  background: transparent;
  opacity: 0 !important;
  visibility: hidden !important;
  top: 30px !important;
  overflow: hidden;
  border-radius: 0;
  left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul ul li:hover > ul {
  overflow: visible;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul ul li:hover > ul {
  left: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: auto;
  top: 0px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.main-navigation .current_page_ancestor {
  color: #333;
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
}

.main-navigation .current_page_item {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.main-navigation .menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f0d7";
  padding-left: 8px;
  font-size: 12px;
  vertical-align: bottom;
  color: #444;
}

.main-navigation ul ul .menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  content: "\f054";
  padding-right: 5px;
  font-size: 10px;
  font-weight: 900;
  vertical-align: 1px;
  color: #5c5c5c;
  float: right;
  margin-top: 5px;
}

.main-navigation ul ul .menu-item-has-children:hover > a:after {
  color: #fff;
}

.small-search {
  color: #333 !important;
}

.search-toggle {
  cursor: pointer;
}

.nav-icon {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-navigation i {
  padding-right: 8px;
  color: #737373;
}

.nav-icons-right span,
.nav-icons-right a {
  padding: 18px 12px;
}

.main-navigation a:hover,
.nav-icon:hover {
  color: #2296f9;
}

/* Sticky Header */

.sticky-header-wrapper {
  background: rgba(255, 255, 255, 0.98);
  z-index: 9999;
  padding: 15px 0;
  box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1);
  visibility: hidden;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sticky-header-top-header{
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-header-top-header-container{
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-header-wrapper .bottom-header {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.sticky-header-wrapper .nav-icons-right a {
  color: #444;
}

.sticky-header-wrapper .nav-icons-right a:hover {
  color: #2296f9;
}

.sticky-header-wrapper .logo-wrap,
.sticky-logo {
  margin: 0;
}

.sticky-header-wrapper .logo-wrap {
  width: 20%;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

.sticky-header-wrapper .main-navigation {
  margin-left: auto;
  margin-right: auto;
}

.sticky-header-wrapper .main-navigation a:hover,
.sticky-header-wrapper .navbar-nav > li > a:hover,
.sticky-header-wrapper .nav-icons-right a:hover,
.sticky-header-wrapper .main-navigation .current-menu-item > a,
.sticky-header-wrapper .main-navigation .current_page_item > a {
  color: #2296f9;
}

.sticky-header-wrapper .main-navigation,
.sticky-header-wrapper .nav-icons-right,
.sticky-header-wrapper .quote-btn-info {
  margin-top: auto;
  margin-bottom: auto;
}

.sticky-header-wrapper .main-navigation .navbar-nav {
  margin: 0 auto;
}

.sticky-header-wrapper .container {
  position: relative;
}

.sticky-header-wrapper .cart-preview {
  position: absolute;
}

.sticky-header-wrapper .nav-cart-badge {
  display: none;
}

.sticky-header-wrapper .nav-icons-right {
  padding: 10px 0;
}

.sticky-header-wrapper .nav-icons-right a i {
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  .main-navigation {
    font-size: 11px;
  }
}

@media screen and (max-width: 1199px) {
  .sticky-header-wrapper .logo-wrap{
   width: 20%;
 }

 .sticky-header-wrapper .main-navigation{
  width: 60%;
}

.sticky-header-wrapper .nav-icons-right, 
.sticky-header-wrapper .quote-btn-info{
  width: 20%;
}

.sticky-header-wrapper .quote-link-btn{
  padding: 13px 25px !important;
}

}

/*--------------------------------------------------------------
5.3 Page Header & Breadcrumbs
--------------------------------------------------------------*/

.page-title-wrapper {
  background: #f8f8f8;
  position: relative;
  padding: 50px 0;
}

.page-title-wrapper-bg {
  background: transparent;
  background-position: center center !important;
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.page-title-wrapper-bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}

.strhld-page-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  flex: 0 0 100%;
  z-index: 3;
}

.strhld-page-title .page-title-element {
  margin-bottom: 15px;
  font-size: 45px;
}

.strhld-page-caption {
  padding: 0;
}

.page-title-wrapper .strhld-page-caption {
  color: #8b8b8b;
}

.strhld-breadcrumb {
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
  flex: 0 0 100%;
  z-index: 3;
}

.strhld-breadcrumb .breadcrumb-trail {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inline-block;
  color: #454545;
}

.strhld-breadcrumb-center .breadcrumb-trail {
  float: none !important;
}

.strhld-breadcrumb .breadcrumb-trail .sep {
  color: #b6b6b6;
  font-size: 12px;
  padding: 0 1px;
}

.strhld-breadcrumb .breadcrumb-trail a {
  color: #454545;
}

.strhld-breadcrumb .breadcrumb-trail a:hover {
  color: #2296f9;
}

.strhld-breadcrumb .breadcrumb-trail .trail-end {
  font-weight: 600;
}

.strhld-breadcrumb .breadcrumb-trail .sep {
  padding: 0 5px;
}

.page-title-wrapper-bg .strhld-page-title .page-title-element,
.page-title-wrapper-bg .strhld-breadcrumb .breadcrumb-trail a,
.page-title-wrapper-bg .strhld-breadcrumb .breadcrumb-trail {
  color: #fff;
}

.page-title-wrapper-bg .strhld-breadcrumb .breadcrumb-trail .sep {
  color: #e6e6e6;
}

.page-header-fixed{
  background-attachment: fixed !important;
}

.page-header-parallax-layer{
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 bottom: 0;
 background-size: cover;
 background-position: 50% 50%;
 background-attachment: scroll;
}

.page-header-boxed{
  width: 98%;
  border-radius: 40px;
  overflow: hidden;
}

.page-header-under-menu{
  padding-top: 250px;
  padding-bottom: 150px;
  margin-top: -175px;
}

.page-header-boxed.page-header-under-menu{
  margin-top: -115px;
}

@media screen and (max-width: 1199px) {
  .page-header-under-menu{
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .strhld-page-title,
  .strhld-breadcrumb {
    text-align: center;
  }
  .strhld-page-title h1:after {
    margin: 0 auto;
    margin-top: 10px;
  }
  .strhld-breadcrumb .breadcrumb-trail {
    float: none;
  }

  .strhld-page-title .page-title-element {
    font-size: 40px;
  }
}

/* Theme-rendered Page Header Designs 2-5 */
.stronghold-page-header-wrapper {
  --stronghold-page-header-radius: clamp(24px, 2.5vw, 44px);
  --stronghold-page-header-content-padding: clamp(30px, 4vw, 60px);
  position: relative;
}

.stronghold-page-header-shell {
  position: relative;
  width: 100%;
}

.stronghold-page-header-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: var(--stronghold-page-header-radius);
}

.stronghold-page-header-media-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.stronghold-page-header-media .page-header-parallax-layer {
  z-index: 1;
}

.stronghold-page-header-content {
  position: relative;
  z-index: 4;
  background-color: var(--stronghold-page-header-content-bg-color, #fff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stronghold-page-header-content-inner {
  min-width: 0;
  overflow-wrap: break-word;
}

.stronghold-page-header-content .strhld-breadcrumb,
.stronghold-page-header-content .strhld-page-title {
  width: 100%;
}

.stronghold-page-header-content .strhld-page-caption {
  color: #8b8b8b;
  overflow-wrap: break-word;
}

.stronghold-page-header-content .strhld-page-title .page-title-element {
  color: #1d1d1d;
  overflow-wrap: break-word;
}

.stronghold-page-header-design-two .stronghold-page-header-content {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(34px, 4vw, 66px);
  background: transparent;
}

.stronghold-page-header-design-two .stronghold-page-header-content-inner {
  padding: clamp(54px, 7vw, 110px) 0 0;
}

.stronghold-page-header-design-two .stronghold-page-header-media {
  min-height: clamp(320px, 30vw, 520px);
}

.stronghold-page-header-design-three .stronghold-page-header-media {
  min-height: clamp(420px, 38vw, 620px);
}

.stronghold-page-header-design-three .stronghold-page-header-content {
  width: min(58%, 760px);
  min-height: 230px;
  margin-top: clamp(-150px, -10vw, -92px);
  border-radius: 0 var(--stronghold-page-header-radius) var(--stronghold-page-header-radius) 0;
}

.stronghold-page-header-design-three .stronghold-page-header-content-inner,
.stronghold-page-header-design-four .stronghold-page-header-content-inner,
.stronghold-page-header-design-five .stronghold-page-header-content-inner {
  padding: var(--stronghold-page-header-content-padding);
}

.stronghold-page-header-design-three.stronghold-page-header-no-media .stronghold-page-header-content {
  width: 100%;
  margin-top: 0;
  border-radius: var(--stronghold-page-header-radius);
}

.stronghold-page-header-design-four .stronghold-page-header-media {
  min-height: clamp(460px, 40vw, 650px);
}

.stronghold-page-header-design-four .stronghold-page-header-content {
  position: absolute;
  top: 50%;
  right: clamp(22px, 4vw, 74px);
  width: min(47%, 650px);
  transform: translateY(-50%);
  border-radius: var(--stronghold-page-header-radius);
}

.stronghold-page-header-design-four .stronghold-page-header-content.stronghold-page-header-content-position-left {
  right: auto;
  left: clamp(22px, 4vw, 74px);
}

.stronghold-page-header-design-four.stronghold-page-header-no-media .stronghold-page-header-content {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  transform: none;
}

.stronghold-page-header-design-five .stronghold-page-header-shell {
  display: grid;
  grid-template-columns: minmax(0, 47fr) minmax(0, 53fr);
  overflow: hidden;
  border-radius: var(--stronghold-page-header-radius);
}

.stronghold-page-header-design-five .stronghold-page-header-media {
  min-height: clamp(420px, 36vw, 600px);
  border-radius: 0;
}

.stronghold-page-header-design-five .stronghold-page-header-content {
  display: flex;
  align-items: center;
  min-width: 0;
}

.stronghold-page-header-design-five.stronghold-page-header-no-media .stronghold-page-header-shell {
  display: block;
}

@media screen and (min-width: 992px) {
  .stronghold-page-header-design-three .stronghold-page-header-content-inner {
    padding-bottom: 0;
  }

  .stronghold-page-header-design-three.page-header-full-width .stronghold-page-header-content-inner {
    padding-left: 80px;
  }

  .stronghold-page-header-design-three.page-header-boxed .stronghold-page-header-content-inner {
    padding-left: 0;
  }

  .stronghold-page-header-design-three.page-header-under-menu,
  .stronghold-page-header-design-four.page-header-under-menu,
  .stronghold-page-header-design-five.page-header-under-menu {
    padding: 0;
    margin-top: -120px;
  }

  .stronghold-page-header-design-four.page-header-under-menu .stronghold-page-header-content {
    top: 60%;
  }
}

@media screen and (max-width: 1299px) {
  .stronghold-page-header-design-three .stronghold-page-header-content {
    width: min(64%, 680px);
  }

  .stronghold-page-header-design-four .stronghold-page-header-content {
    width: min(53%, 610px);
  }
}

@media screen and (max-width: 991px) {
  .stronghold-page-header-design-three.page-header-under-menu,
  .stronghold-page-header-design-four.page-header-under-menu,
  .stronghold-page-header-design-five.page-header-under-menu {
    padding: 0;
    margin-top: 0;
  }

  .stronghold-page-header-design-three .stronghold-page-header-content {
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 var(--stronghold-page-header-radius) var(--stronghold-page-header-radius);
  }

  .stronghold-page-header-design-three .stronghold-page-header-media {
    border-radius: var(--stronghold-page-header-radius) var(--stronghold-page-header-radius) 0 0;
  }

  .stronghold-page-header-design-four .stronghold-page-header-content {
    right: clamp(18px, 4vw, 40px);
    width: min(60%, 560px);
  }

  .stronghold-page-header-design-four .stronghold-page-header-content.stronghold-page-header-content-position-left {
    right: auto;
    left: clamp(18px, 4vw, 40px);
  }

  .stronghold-page-header-design-five .stronghold-page-header-shell {
    grid-template-columns: 1fr;
  }

  .stronghold-page-header-design-five .stronghold-page-header-media {
    min-height: clamp(320px, 55vw, 480px);
  }
}

@media screen and (max-width: 767px) {
  .stronghold-page-header-design-two .stronghold-page-header-content {
    margin-bottom: 28px;
  }

  .stronghold-page-header-design-three .stronghold-page-header-media,
  .stronghold-page-header-design-four .stronghold-page-header-media {
    min-height: clamp(280px, 72vw, 430px);
  }

  .stronghold-page-header-design-four .stronghold-page-header-content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    transform: none;
    border-radius: 0 0 var(--stronghold-page-header-radius) var(--stronghold-page-header-radius);
  }

  .stronghold-page-header-design-four .stronghold-page-header-media {
    border-radius: var(--stronghold-page-header-radius) var(--stronghold-page-header-radius) 0 0;
  }

  .stronghold-page-header-design-five .stronghold-page-header-media {
    min-height: clamp(280px, 72vw, 420px);
  }

  .stronghold-page-header-design-five .stronghold-page-header-content-inner,
  .stronghold-page-header-design-three .stronghold-page-header-content-inner,
  .stronghold-page-header-design-four .stronghold-page-header-content-inner {
    padding: clamp(28px, 8vw, 46px);
  }
}

@media screen and (max-width: 400px) {
  .stronghold-page-header-wrapper .strhld-page-title .page-title-element {
    font-size: clamp(30px, 10vw, 38px);
  }
}

/*--------------------------------------------------------------
5.4 Search Box
--------------------------------------------------------------*/

/* Search */

.search-box-wrapper,
.search-box-mobile-wrapper {
  position: absolute;
  z-index: 9;
  right: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-box {
  float: right;
  padding: 25px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-box:hover {
  box-shadow: none;
}

.search-box-close {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(1, 1.5, 1);
  -moz-transform: scale3d(1, 1.5, 1);
  transform: scale3d(1, 1.5, 1);
}

.search-box-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.search-box-wrapper input[type="text"],
.search-box-mobile-wrapper input[type="text"] {
  width: 300px;
  height: 45px;
  float: left;
  padding-left: 20px;
  border-radius: 5px;
  border: none;
  background: #f9f9f9;
}

.search-box-wrapper button,
.search-box-mobile-wrapper button,
.widget_search button,
.woocommerce-product-search button {
  position: absolute;
  right: 20px;
  padding: 9px 8px;
  width: 50px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-box-wrapper button i,
.search-box-mobile-wrapper button i,
.search-form-wrapper button i,
.widget_search button i,
.woocommerce-product-search button i {
  color: #fff;
}

.search-box-mobile-wrapper .search-box{
  left: 0;
}

.search-box-mobile-wrapper input[type="text"] {
  width: 100%;
}

/*--------------------------------------------------------------
5.5 Mobile Menu
--------------------------------------------------------------*/
.mobile-header {
  background: #fff;
  display: none;
}

.header-top-mobile {
  width: 100%;
  padding: 10px 20px;
  height: auto;
  display: none;
}

.header-top-mobile .contact-detail-one,
.header-top-mobile .contact-detail-two,
.header-top-mobile .contact-detail-three,
.header-top-mobile .top-header-custom-text,
.header-top-mobile .top-header-right-widget,
.header-top-mobile .top-header-nav {
  display: block;
  float: none;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
}

.header-top-mobile .header-top-quote-btn-right,
.header-top-mobile .header-top-contact-details-right {
  margin-right: 0;
  margin-left: 0;
}

.header-top-mobile .top-header-info div:last-child{
  margin-bottom: 0;
}

.header-top-mobile .top-header-social {
  width: 100%;
  padding: 6px 10px;
  margin-top: 5px;
}

.header-top-mobile .social-menu {
  text-align: left;
}

.header-top-mobile .header-nav-right{
  text-align: left;
}

.mobile-top-header-toggle{
  background: #2296f9;
  position: relative;
  z-index: 10;
}

.mobile-top-header-toggle .mobile-top-header-toggle-btn{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.mobile-logo-area-wrapper {
  border-bottom: 1px solid #ededed;
  z-index: 999999;
  background: #fff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-logo-area {
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.mobile-logo-area .logo-title-wrap{
  margin-right: 0 !important;
}

.mobile-logo a img {
  max-width: 150px;
}

.mobile-menu-toggle {
  margin-right: 0;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.1;
}

.mobile-cart-search-wrapper{
  margin-left: auto;
  display: flex;
  gap: 15px;
}

.search-icon-mobile,
.cart-icon-mobile {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1;
}

.cart-icon-mobile .nav-cart-badge {
  display: none;
}

.search-icon-mobile i,
.cart-icon-mobile i {
  font-size: 20px;
  color: #525151;
  font-weight: 700;
}

.hamburger {
  opacity: 1 !important;
  margin-top: 0;
  line-height: 0 !important;
  padding: 0 !important;
}

.hamburger,
.hamburger:hover {
  background: transparent !important;
  opacity: 0.7;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.mobile-logo-area .hamburger-inner,
.mobile-logo-area .hamburger-inner:after,
.mobile-logo-area .hamburger-inner:before {
  background-color: #525151;
  width: 30px !important;
  height: 3px !important;
}

.hamburger-box {
  height: 22px !important;
  width: 30px !important;
}

.hamburger-inner::before {
  top: -8px !important;
}

.hamburger-collapse.is-active .hamburger-inner::before {
  top: 1px !important;
}

.hamburger-collapse .hamburger-inner::after {
  top: -17px !important;
}

.mobile-logo {
  margin-top: auto;
  margin-bottom: auto;
}

.mobile-logo .site-title {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-menu-area {
  display: none;
  border-bottom: 1px dashed rgba(232, 232, 232, 0.3);
}

.mobile-logo-toggle-contact{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 3px;
}

.mobile-logo-contact-icon-right{
  flex-direction: row-reverse;
}

.mobile-logo-toggle-contact .icon-wrapper,
.mobile-logo-toggle-contact .contact-text{
  margin-bottom: auto;
  margin-top: auto;
}

.mobile-logo-toggle-contact .icon-wrapper i{
  font-size: 18px;
  vertical-align: middle;
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-logo-toggle-contact:hover .icon-wrapper i{
  color: #dd3333;
}

.mobile-logo-toggle-contact .contact-text{
  position: relative;
}

.mobile-logo-toggle-contact .contact-text,
.mobile-logo-toggle-contact .contact-text h1,
.mobile-logo-toggle-contact .contact-text h2,
.mobile-logo-toggle-contact .contact-text h3,
.mobile-logo-toggle-contact .contact-text h4,
.mobile-logo-toggle-contact .contact-text h5,
.mobile-logo-toggle-contact .contact-text h6,
.mobile-logo-toggle-contact .contact-text a{
  font-size: 18px;
  font-weight: 700;
  color: #001733;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-logo-toggle-contact .contact-text h1,
.mobile-logo-toggle-contact .contact-text h2,
.mobile-logo-toggle-contact .contact-text h3,
.mobile-logo-toggle-contact .contact-text h4,
.mobile-logo-toggle-contact .contact-text h5,
.mobile-logo-toggle-contact .contact-text h6,
.mobile-logo-toggle-contact .contact-text p{
  margin: 0;
}

.mobile-logo-toggle-contact .contact-text:hover,
.mobile-logo-toggle-contact .contact-text h1:hover,
.mobile-logo-toggle-contact .contact-text h2:hover,
.mobile-logo-toggle-contact .contact-text h3:hover,
.mobile-logo-toggle-contact .contact-text h4:hover,
.mobile-logo-toggle-contact .contact-text h5:hover,
.mobile-logo-toggle-contact .contact-text h6:hover,
.mobile-logo-toggle-contact .contact-text a:hover{
  color: #2296f9;
}

.mobile-contact-text-underline{
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  height: 2px;
  background: #dd3333;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-logo-toggle-contact:hover .mobile-contact-text-underline{
  transform: translate(0px, -5px);
}

.side-mobile-menu{
  background: #fff;
  width:80%;
  height:100vh;
  position:fixed;
  transition:.3s;
  left:-9999px;
  top:0;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
  z-index: 3;
  border-bottom: 1px dashed rgba(232, 232, 232, 0.3);
  overflow-y: scroll;
}

.side-mobile-menu.open{
  left:0;
  transition:.3s;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
}

.side-mobile-menu .mobile-menu{
  box-shadow: none;
  margin: 10px 0 40px;
  background: transparent;
}

.side-mobile-menu .mobile-logo{
  padding: 30px 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.side-mobile-menu .mobile-menu li a {
  padding: 15px 30px;
}

.side-mobile-menu .quote-link-btn-item{
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}


.side-mobile-menu .quote-link-btn-item .quote-link-btn{
  display: block;
}

.side-mobile-menu .contact-item{
  padding: 0 30px;
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
}

.side-mobile-menu .icon-wrapper{
  margin-right: 20px;
}

.mobile-menu {
  margin: 20px 0;
  background: #fff;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.mobile-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: 500;
  position: relative;
}

.mobile-menu li ul li {
  border-bottom: none;
}

.mobile-menu li ul li a {
  padding: 8px 12px;
}

.mobile-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.mobile-menu ul ul {
  padding-bottom: 10px;
}

.mobile-menu .menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f078";
  padding-left: 5px;
  font-size: 12px;
  color: #2296f9;
  position: absolute;
  right: 30px;
  top: 35%;
}

.mobile-menu .sub-menu .menu-item-has-children > a:after {
  content: none;
}

.mobile-menu li a {
  display: block;
  padding: 15px 20px;
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.mobile-menu .menu-item-has-children ul li a {
  text-transform: none;
  font-weight: 500;
  color: #686868;
}

.mobile-menu .current-menu-item a,
.mobile-menu .current_page_item a {
  color: #2296f9;
}

.mobile-menu-area .searchform {
  margin-bottom: 5px;
}

.mobile-menu-area .searchform button {
  display: none;
}

.header-contact-menu-mobile {
  width: 100%;
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  overflow: hidden;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
}

.header-contact-menu-mobile a {
  display: block;
}

.header-contact-menu-mobile .icon-wrapper,
.side-mobile-menu .icon-wrapper{
  float: left;
  text-align: center;
  width: 10%;
  margin-bottom: auto;
  margin-top: auto;
}

.header-contact-menu-mobile .icon-wrapper i,
.side-mobile-menu .icon-wrapper i {
  font-size: 30px;
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-item:hover > .icon-wrapper i,
.side-mobile-menu .contact-item:hover > .icon-wrapper i{
  color: #dd3333;
}

.header-contact-menu-mobile .header-section-contact-info {
  margin: 0px 30px;
  margin-bottom: auto;
  margin-top: auto;
  width: 90%;
}

.header-contact-menu-mobile .header-section-contact-info h1,
.header-contact-menu-mobile .header-section-contact-info h2,
.header-contact-menu-mobile .header-section-contact-info h3,
.header-contact-menu-mobile .header-section-contact-info h4,
.header-contact-menu-mobile .header-section-contact-info h5,
.header-contact-menu-mobile .header-section-contact-info h6,
.header-contact-menu-mobile .header-section-contact-info p,
.side-mobile-menu .header-section-contact-info h1,
.side-mobile-menu .header-section-contact-info h2,
.side-mobile-menu .header-section-contact-info h3,
.side-mobile-menu .header-section-contact-info h4,
.side-mobile-menu .header-section-contact-info h5,
.side-mobile-menu .header-section-contact-info h6,
.side-mobile-menu .header-section-contact-info p {
  margin: 0;
}

.header-contact-menu-mobile .header-section-contact-info h1,
.header-contact-menu-mobile .header-section-contact-info h2,
.header-contact-menu-mobile .header-section-contact-info h3,
.header-contact-menu-mobile .header-section-contact-info h4,
.header-contact-menu-mobile .header-section-contact-info h5,
.header-contact-menu-mobile .header-section-contact-info h6,
.side-mobile-menu .header-section-contact-info h1,
.side-mobile-menu .header-section-contact-info h2,
.side-mobile-menu .header-section-contact-info h3,
.side-mobile-menu .header-section-contact-info h4,
.side-mobile-menu .header-section-contact-info h5,
.side-mobile-menu .header-section-contact-info h6 {
  font-weight: 700;
}

.header-contact-menu-mobile .header-section-contact-info p,
.side-mobile-menu .header-section-contact-info p {
  color: #b0b0b0;
}

.header-contact-menu-mobile .contact-item {
  padding: 0;
  margin: 15px 0;
  display: -webkit-flex;
  display: flex;
}

.header-contact-menu-mobile .contact-item a:hover {
  opacity: 0.8;
}

.header-contact-menu-mobile .quote-link-btn {
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.header-contact-menu-mobile .quote-link-btn-item {
  margin-top: 15px;
}

.header-contact-menu-mobile .quote-link-btn-wrapper {
  margin: 0;
  width: 100%;
}

.mobile-submenu-toggle{
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 60px;
  z-index: 100;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1170px) {
  .header-top,
  .header-one,
  .header-two,
  .header-three,
  .header-four,
  .header-five,
  .header-six,
  .header-seven,
  .header-eight,
  .header-nine,
  .navbar-collapse,
  ul.nav li.dropdown:hover > ul.dropdown-menu,
  .main-navigation,
  .masthead,
  .sticky-wrapper {
    display: none;
  }
  .mobile-header {
    display: block;
    z-index: 99999;
  }
  .top-header-info{
    flex-flow: wrap;
  }

}

/*--------------------------------------------------------------
5.6 Header Styles
--------------------------------------------------------------*/

.site-title .site-title-link {
  font-size: 25px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #001733;
}

.site-title .site-title-link:hover {
  color: #2296f9;
}

.site-title-wrap{
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
}


/*Header One*/

.header-one {
  background: #fff;
}

.header-one-top {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
}

.header-one-bottom {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(49, 49, 49, 0.05);
  z-index: 10;
}

.header-contact-container {
  position: relative;
}

.header-one .navigation-wrap,
.header-two .navigation-wrap,
.header-three .navigation-wrap,
.header-four .navigation-wrap,
.header-five .navigation-wrap,
.header-six .navigation-wrap,
.header-seven .navigation-wrap,
.header-eight .navigation-wrap,
.header-nine .navigation-wrap{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 2;
  align-items: center;
}

.header-one .main-navigation,
.header-two .main-navigation,
.header-three .main-navigation,
.header-four .main-navigation,
.header-five .main-navigation,
.header-six .main-navigation,
.header-seven .main-navigation,
.header-eight .main-navigation,
.header-nine .main-navigation {
  width: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-top: auto;
  padding: 0;
}

.header-one .nav-icons-right,
.header-two .nav-icons-right,
.header-three .nav-icons-right,
.header-four .nav-icons-right,
.header-five .nav-icons-right,
.header-six .nav-icons-right,
.header-seven .nav-icons-right,
.header-eight .nav-icons-right,
.header-nine .nav-icons-right {
  width: auto;
  margin-left: 0;
  margin-bottom: auto;
  margin-top: auto;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}

.header-one .navbar-nav > li:after,
.header-two .navbar-nav > li:after,
.header-three .navbar-nav > li:after,
.header-four .navbar-nav > li:after,
.header-five .navbar-nav > li:after,
.header-six .navbar-nav > li:after,
.header-seven .navbar-nav > li:after,
.sticky-header-wrapper .navbar-nav > li:after {
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header-one .navbar-nav > li:last-child:after,
.header-two .navbar-nav > li:last-child:after,
.header-three .navbar-nav > li:last-child:after,
.header-four .navbar-nav > li:last-child:after,
.header-five .navbar-nav > li:last-child:after,
.header-six .navbar-nav > li:last-child:after,
.header-seven .navbar-nav > li:last-child:after,
.header-nine .navbar-nav > li:last-child:after,
.sticky-header-wrapper .navbar-nav > li:last-child:after {
  content: none;
}

.header-one .navbar-nav > li > a,
.header-two .navbar-nav > li > a,
.header-three .navbar-nav > li > a,
.header-four .navbar-nav > li > a,
.header-five .navbar-nav > li > a,
.header-six .navbar-nav > li > a,
.header-seven .navbar-nav > li > a,
.header-eight .navbar-nav > li > a,
.header-nine .navbar-nav > li > a,
.sticky-header-wrapper .navbar-nav > li > a {
  line-height: 22px;
  text-transform: uppercase;
}

.header-one .navbar-nav > li,
.header-two .navbar-nav > li,
.header-three .navbar-nav > li,
.header-four .navbar-nav > li,
.header-five .navbar-nav > li,
.header-six .navbar-nav > li,
.header-seven .navbar-nav > li,
.header-eight .navbar-nav > li,
.header-nine .navbar-nav > li,
.sticky-header-wrapper .navbar-nav > li {
  padding: 18px 15px;
}

.header-one .navbar-nav > li:first-child,
.header-two .navbar-nav > li:first-child,
.header-three .navbar-nav > li:first-child,
.header-four .navbar-nav > li:first-child,
.header-five .navbar-nav > li:first-child,
.header-six .navbar-nav > li:first-child,
.header-seven .navbar-nav > li:first-child,
.header-eight .navbar-nav > li:first-child,
.header-nine .navbar-nav > li:first-child,
.sticky-header-wrapper .navbar-nav > li:first-child {
  padding-left: 0px !important;
}

.header-one .navbar-nav > li > a:hover,
.header-one .main-navigation .current-menu-item > a,
.header-one .main-navigation .current_page_item > a,
.header-two .navbar-nav > li > a:hover,
.header-two .main-navigation .current-menu-item > a,
.header-two .main-navigation .current_page_item > a,
.header-three .navbar-nav > li > a:hover,
.header-three .main-navigation .current-menu-item > a,
.header-three .main-navigation .current_page_item > a,
.header-four .navbar-nav > li > a:hover,
.header-four .main-navigation .current-menu-item > a,
.header-four .main-navigation .current_page_item > a,
.header-five .navbar-nav > li > a:hover,
.header-five .main-navigation .current-menu-item > a,
.header-five .main-navigation .current_page_item > a,
.header-six .navbar-nav > li > a:hover,
.header-six .main-navigation .current-menu-item > a,
.header-six .main-navigation .current_page_item > a,
.header-seven .navbar-nav > li > a:hover,
.header-seven .main-navigation .current-menu-item > a,
.header-seven .main-navigation .current_page_item > a,
.header-nine .navbar-nav > li > a:hover,
.header-nine .main-navigation .current-menu-item > a,
.header-nine .main-navigation .current_page_item > a {
  color: #2296f9;
}

.header-one .navbar-nav > li > a:before,
.header-two .navbar-nav > li > a:before,
.header-three .navbar-nav > li > a:before,
.header-four .navbar-nav > li > a:before,
.header-five .navbar-nav > li > a:before,
.header-seven .navbar-nav > li > a:before,
.header-eight .navbar-nav > li > a:before,
.sticky-header-wrapper .navbar-nav > li > a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #2296f9;
  height: 2px;
}

.header-one .navbar-nav > li > a:hover:before,
.header-two .navbar-nav > li > a:hover:before,
.header-three .navbar-nav > li > a:hover:before,
.header-four .navbar-nav > li > a:hover:before,
.header-five .navbar-nav > li > a:hover:before,
.header-six .navbar-nav > li > a:hover:before,
.header-seven .navbar-nav > li > a:hover:before,
.header-eight .navbar-nav > li > a:hover:before,
.header-nine .navbar-nav > li > a:hover:before,
.sticky-header-wrapper .navbar-nav > li > a:hover:before {
  width: 100%;
}

.header-one .navbar-nav > li > a:before,
.header-two .navbar-nav > li > a:before,
.header-three .navbar-nav > li > a:before,
.header-four .navbar-nav > li > a:before,
.header-five .navbar-nav > li > a:before,
.header-six .navbar-nav > li > a:before,
.header-seven .navbar-nav > li > a:before,
.header-eight .navbar-nav > li > a:before,
.header-nine .navbar-nav > li > a:before,
.sticky-header-wrapper .navbar-nav > li > a:before {
  transition: all 0.4s;
}

.header-one .navbar,
.header-two .navbar,
.header-three .navbar,
.header-four .navbar,
.header-five .navbar,
.header-six .navbar,
.header-seven .navbar,
.header-eight .navbar,
.header-nine .navbar {
  border: 0;
}

.header-one .nav-icons-right a,
.header-two .nav-icons-right a,
.header-three .nav-icons-right a,
.header-four .nav-icons-right a,
.header-five .nav-icons-right a,
.header-six .nav-icons-right a,
.header-seven .nav-icons-right a,
.header-nine .nav-icons-right a,
.header-one .nav-icons-right span,
.header-two .nav-icons-right span,
.header-three .nav-icons-right span,
.header-four .nav-icons-right span,
.header-five .nav-icons-right span,
.header-six .nav-icons-right span,
.header-seven .nav-icons-right span,
.header-nine .nav-icons-right span {
  color: #444;
}

.header-one .nav-icons-right a i,
.header-two .nav-icons-right a i,
.header-three .nav-icons-right a i,
.header-four .nav-icons-right a i,
.header-five .nav-icons-right a i,
.header-six .nav-icons-right a i,
.header-nine .nav-icons-right a i,
.header-seven .nav-icons-right a i,
.header-one .nav-icons-right span i,
.header-two .nav-icons-right span i,
.header-three .nav-icons-right span i,
.header-four .nav-icons-right span i,
.header-five .nav-icons-right span i,
.header-six .nav-icons-right span i,
.header-nine .nav-icons-right span i,
.header-seven .nav-icons-right span i {
  vertical-align: middle;
}

.header-one .nav-icons-right a:hover,
.header-two .nav-icons-right a:hover,
.header-three .nav-icons-right a:hover,
.header-four .nav-icons-right a:hover,
.header-five .nav-icons-right a:hover,
.header-six .nav-icons-right a:hover,
.header-seven .nav-icons-right a:hover,
.header-nine .nav-icons-right a:hover,
.header-one .nav-icons-right span:hover,
.header-two .nav-icons-right span:hover,
.header-three .nav-icons-right span:hover,
.header-four .nav-icons-right span:hover,
.header-five .nav-icons-right span:hover,
.header-six .nav-icons-right span:hover,
.header-seven .nav-icons-right span:hover,
.header-nine .nav-icons-right span:hover {
  color: #2296f9;
}

.header-menu-container {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.header-one .header-menu-row,
.header-two .header-menu-row,
.header-three .header-menu-row,
.header-four .header-menu-row,
.header-five .header-menu-row,
.header-six .header-menu-row,
.header-seven .header-menu-row,
.header-eight .header-menu-row,
.header-nine .header-menu-row {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-one .contact-wrapper,
.header-seven .contact-wrapper,
.header-four .contact-wrapper{
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.header-one .header-contact-info .icon-wrapper,
.header-seven .header-contact-info .icon-wrapper,
.header-four .header-contact-info .icon-wrapper,
.header-five .header-contact-info .icon-wrapper,
.header-eight .header-contact-info .icon-wrapper  {
  display: inline-block !important;
  margin-right: 15px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: auto;
  margin-top: auto;
}

.header-one .icon-wrapper i,
.header-four .icon-wrapper i,
.header-five .icon-wrapper i,
.header-eight .icon-wrapper i {
  font-size: 30px;
  font-weight: 600;
  color: #2296f9;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-one .header-contact-info:hover i,
.header-four .header-contact-info:hover i,
.header-five .header-contact-info:hover i,
.header-eight .header-contact-info:hover i {
  color: #dd3333;
}

.header-one .header-contact-info .hcontact-info,
.header-seven .header-contact-info .hcontact-info,
.header-four .header-contact-info .hcontact-info,
.header-five .header-contact-info .hcontact-info,
.header-eight .header-contact-info .hcontact-info {
  display: inline-block;
  margin-bottom: auto;
  margin-top: auto;
}

.header-one .hcontact-info,
.header-seven .hcontact-info,
.header-four .hcontact-info,
.header-five .hcontact-info,
.header-eight .hcontact-info {
  position: relative;
}

.header-one .contact-wrapper .icon-contact-item:last-child:after,
.header-four .contact-wrapper .icon-contact-item:last-child:after,
.header-eight .contact-wrapper .icon-contact-item:last-child:after {
  content: none;
}

.header-one .logo-title-wrap,
.header-two .logo-title-wrap,
.header-three .logo-title-wrap,
.header-four .logo-title-wrap,
.header-five .logo-title-wrap,
.header-six .logo-title-wrap,
.header-seven .logo-title-wrap,
.header-eight .logo-title-wrap,
.header-nine .logo-title-wrap,
.sticky-header-wrapper .logo-title-wrap,
.mobile-logo-area .logo-title-wrap{
  margin-left: 0;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.header-one .logo-title-wrap img,
.header-two .logo-title-wrap img,
.header-three .logo-title-wrap img,
.header-four .logo-title-wrap img,
.header-five .logo-title-wrap img,
.header-six .logo-title-wrap img,
.header-seven .logo-title-wrap img,
.header-eight .logo-title-wrap img,
.header-nine .logo-title-wrap img,
.sticky-header-wrapper .logo-wrap img {
  max-width: 180px;
}

.header-one .header-contact-info h1,
.header-one .header-contact-info h2,
.header-one .header-contact-info h3,
.header-one .header-contact-info h4,
.header-one .header-contact-info h5,
.header-one .header-contact-info h6,
.header-four .header-contact-info h1,
.header-four .header-contact-info h2,
.header-four .header-contact-info h3,
.header-four .header-contact-info h4,
.header-four .header-contact-info h5,
.header-four .header-contact-info h6,
.header-five .header-contact-info h1,
.header-five .header-contact-info h2,
.header-five .header-contact-info h3,
.header-five .header-contact-info h4,
.header-five .header-contact-info h5,
.header-five .header-contact-info h6,
.header-eight .header-contact-info h1,
.header-eight .header-contact-info h2,
.header-eight .header-contact-info h3,
.header-eight .header-contact-info h4,
.header-eight .header-contact-info h5,
.header-eight .header-contact-info h6 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.header-one .header-contact-info h6,
.header-one .header-contact-info p,
.header-four .header-contact-info h6,
.header-four .header-contact-info p,
.header-five .header-contact-info h6,
.header-five .header-contact-info p,
.header-eight .header-contact-info h6,
.header-eight .header-contact-info p {
  margin: 0;
}

.header-one .header-contact-info h6 a,
.header-four .header-contact-info h6 a,
.header-five .header-contact-info h6 a,
.header-contact-menu-mobile h6 a,
.header-eight .header-contact-info h6 a {
  color: #001733;
}

.header-one .header-contact-info p a,
.header-four .header-contact-info p a,
.header-five .header-contact-info p a,
.header-contact-menu-mobile .header-section-contact-info p a,
.header-eight .header-contact-info p a {
  color: #595959;
}

.header-one .header-contact-info h6 a:hover,
.header-one .header-contact-info p a:hover,
.header-four .header-contact-info h6 a:hover,
.header-four .header-contact-info p a:hover,
.header-five .header-contact-info h6 a:hover,
.header-five .header-contact-info p a:hover,
.header-contact-menu-mobile h6 a:hover,
.header-contact-menu-mobile .header-section-contact-info p a,
.header-eight .header-contact-info h6 a:hover,
.header-eight .header-contact-info p a:hover {
  color: #2296f9;
}

.header-one .header-contact-info p a:hover,
.header-eight .header-contact-info p a:hover {
  color: #dd3333;
}

.header-one .header-contact-info p,
.header-eight .header-contact-info p  {
  color: #595959;
}

.header-one .header-contact-info,
.header-four .header-contact-info,
.header-five .header-contact-info {
  position: relative;
  border-right: 1px solid rgba(49, 49, 49, 0.05);
  display: -webkit-flex;
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.header-one .call-info {
  justify-content: left;
}

.header-one .header-contact-info:last-child {
  border-right: none;
  padding-right: 0;
}

.header-one .quote-link-btn,
.sticky-header-wrapper .quote-link-btn {
  padding: 17px 35px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: auto;
  position: relative;
}

.header-one .header-contact-social {
  position: relative;
  margin-right: 0;
}

.header-one .header-contact-social ul {
  list-style: none;
  padding: 0;
  direction: ltr !important;
  text-align: center;
  margin: 0;
}

.header-one .header-contact-social ul li {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  background: #f9f9f9;
}

.header-one .header-contact-social ul li a {
  display: block;
}

.header-one .header-contact-social ul li a:before {
  font-size: 16px;
  color: #929292;
}

.header-one .header-contact-social ul li:hover {
  background: #2296f9;
}

.header-one .header-contact-social ul li:hover > a:before {
  color: #fff;
}

.header-one .header-contact-social ul li a img {
  max-width: 30px;
}

.header-one .bottom-header > .nav-icons-right {
  padding-left: 10px;
}

.header-one .cart-icon,
.header-one .search-toggle {
  margin-left: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.nav-social {
  margin-bottom: auto;
  margin-top: auto;
  display: flex;
  display: -webkit-flex;
  width: auto;
  margin-left: 0;
}

.nav-social .social-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.nav-social .social-menu .social-icon {
  display: inline-block;
}

.nav-social .social-menu .social-icon a {
  padding: 18px 12px;
  color: #444;
}

.nav-social .social-menu .social-icon a:hover {
  color: #2296f9;
}

/*Header 2, 6*/

.header-two .quote-btn-info,
.header-six .quote-btn-info,
.header-nine .quote-btn-info{
  margin-bottom: auto;
  margin-top: auto;
}

.header-two .quote-link-btn,
.header-six .quote-link-btn {
  border: 1px solid #2296f9;
  background: transparent;
  color: #2296f9;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: auto;
  position: relative;
}

.header-two .quote-link-btn:hover,
.header-six .quote-link-btn:hover {
  background: #2296f9;
  color: #fff;
}

.header-two,
.header-six,
.header-seven,
.header-nine {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 10;
}


/*Header 3*/
.header-three{
  position: relative;
  z-index: 10;
}


/*Header 4*/

.header-four{
  position: relative;
  z-index: 100;
}

.header-four-bottom .call-info{
  margin-left: auto;
  border-right: 0;
  justify-content: flex-end;
}

.header-four .nav-icons-right{
  margin-left: 20px;
}

.header-four-top{
  border-bottom: 1px solid rgba(49, 49, 49, 0.05);
  padding: 15px 0;
}


.header-four-top .header-contact-info{
  padding: 0;
}

.header-four-top .header-menu-container{
  padding-bottom: 0;
  padding-top: 0;
}

.header-four-bottom .header-contact-info{
  padding: 15px 0;
}

.header-four-bottom{
  border-bottom: 1px solid rgba(49, 49, 49, 0.05);
}

/*Header 5*/
.header-five .header-contact-info{
  border-right: none;
  border-left: 1px solid rgba(49, 49, 49, 0.05);
  justify-content: flex-end;
}

.header-five{
  border-bottom: 1px solid rgba(49, 49, 49, 0.05);
  border-top: 1px solid rgba(49, 49, 49, 0.05);
  position: relative;
  z-index: 10;
}

.header-five .header-menu-container{
  padding-bottom: 0;
  padding-top: 0;
}

.header-five .nav-icons-right{
  margin-left: 10px;
}

/*Header 6*/
.header-six{
  padding-bottom: 0;
  padding-top: 0;
}

.header-six .quote-link-btn{
  display: -webkit-flex;
  display: flex;
  padding: 0;
  border-radius: 5px;
}

.header-six .quote-link-btn .icon-wrapper{
  font-size: 25px;
  color: #fff;
  background: #2296f9;
  position: relative;
  width: 49px;
  height: 49px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.header-six .quote-link-btn .detail-wrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 10px;
  letter-spacing: 0.5px;
  line-height: 1.0;
  font-size: 10px;
}

/*Header 7*/
.header-seven{
  padding: 0;
}

.header-seven .header-menu-container{
  padding-bottom: 0;
  padding-top: 0;
}

.header-seven .call-info{
  margin-bottom: auto;
  margin-top: auto;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff14;
}

.header-seven .call-info h1,
.header-seven .call-info h2,
.header-seven .call-info h3,
.header-seven .call-info h4,
.header-seven .call-info h5,
.header-seven .call-info h6{
  font-size: 13px;
  margin: 0;
}

.header-seven .call-info p{
  margin: 0;
}

.header-seven .header-contact-info .icon-wrapper{
  margin-right: 5px;
}

.header-seven .header-contact-info .icon-wrapper i{
  font-size: 20px;
  font-weight: 600;
  color: #2296f9;
}

.header-eight{
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
}

/*Header 8*/
.header-eight .header-logo-contact-row{
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5px;
  padding-top: 5px;
}

.header-eight .contact-wrapper{
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
}

.header-eight .header-contact-info{
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-right: 30px;
}

.header-eight .header-contact-info:last-child{
  margin-right: 0;
}

.header-eight-bottom{
  background: #2296f9;
}

.header-eight .quote-btn-info{
  margin-left: auto;
  padding: 0;
}

.header-eight .header-menu-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-eight .quote-link-btn{
  background: #dd3333;
}

.header-eight .quote-link-btn:hover{
  background: #fff;
  color: #001733;
}

.header-eight .navbar-nav > li > a {
  color: #fff;
}

.header-eight .navbar-nav > li > a:hover,
.header-eight .main-navigation .current-menu-item > a,
.header-eight .main-navigation .current_page_item > a,
.header-eight .nav-social .social-menu .social-icon a:hover,
.header-eight .nav-icons-right span:hover,
.header-eight .nav-icons-right a:hover {
  opacity: 0.8;
}

.header-eight .main-navigation .menu-item-has-children > a:after,
.header-eight .nav-social .social-menu .social-icon a,
.header-eight .nav-icons-right span,
.header-eight .nav-icons-right a{
  color: #fff;
}

.header-eight .header-eight-top{
  background: #fff;
}

.quote-link-btn{
  display: flex;
  align-items: center;
}

.quote-link-btn .icon-wrapper {
  margin-right: 8px !important;
  line-height: 1 !important;
}

.quote-link-btn .icon-wrapper i{
  font-size: 20px;
}

.header-one .quote-link-btn .icon-wrapper i,
.header-eight .quote-link-btn .icon-wrapper i{
  color: #fff;
}

.header-eight .quote-link-btn:hover .icon-wrapper i{
  color: #001733;
}

.header-one .logo-title-wrap,
.header-two .logo-title-wrap,
.header-three .logo-title-wrap,
.header-six .logo-title-wrap,
.header-seven .logo-title-wrap,
.header-eight .quote-btn-info{
  width: 20%;
}

.header-one .navigation-wrap,
.header-two .navigation-wrap,
.header-three .navigation-wrap,
.header-six .navigation-wrap,
.header-seven .navigation-wrap,
.header-eight .navigation-wrap{
  width: 80%;
}


/* Keep Header 1 right-aligned without flex-end overhang when the row is crowded. */
.header-one .navigation-wrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.header-one .navigation-wrap > :first-child {
  margin-left: auto;
  margin-right: auto;
}

.header-one .nav-social{
  margin-left: auto;
}

.header-five .logo-title-wrap{
  width: 15%;
}

.header-five .navigation-wrap{
  width: 65%;
}

.header-five .header-contact-info{
  width: 20%;
}

.header-five .navbar-nav > li{
  padding: 18px 11px !important;
}

.header-eight .navigation-wrap{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


.header-blur-bg{
  background: #ffffff0a;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.header-transparent-bg{
  background: linear-gradient(180deg, #252525 0%, #00000000 100%);
}

.header-semi-transparent-bg{
  background-color: rgb(255 255 255 / 25%);
}

.header-transparent-bg .navbar-nav > li > a,
.header-transparent-bg .main-navigation .menu-item-has-children > a:after,
.header-transparent-bg .nav-icons-right span,
.header-transparent-bg .nav-icons-right a,
.header-blur-bg .navbar-nav > li > a,
.header-blur-bg .main-navigation .menu-item-has-children > a:after,
.header-blur-bg .nav-icons-right span,
.header-blur-bg .nav-icons-right a,
.header-semi-transparent-bg .navbar-nav > li > a,
.header-semi-transparent-bg .main-navigation .menu-item-has-children > a:after,
.header-semi-transparent-bg .nav-icons-right span,
.header-semi-transparent-bg .nav-icons-right a{
  color: #fff;
}

.header-transparent-bg .navbar-nav > li > a:hover,
.header-transparent-bg .nav-icons-right span:hover,
.header-transparent-bg .nav-icons-right a:hover,
.header-blur-bg .navbar-nav > li > a:hover,
.header-blur-bg .nav-icons-right span:hover,
.header-blur-bg .nav-icons-right a:hover,
.header-semi-transparent-bg .navbar-nav > li > a:hover,
.header-semi-transparent-bg .nav-icons-right span:hover,
.header-semi-transparent-bg .nav-icons-right a:hover{
  color: #2296f9;
}

.boxed-header{
  border-radius: 20px;
  padding: 15px;
  margin-top: 30px;
}

.header-box-shadow{
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
}

.boxed-header .header-one-top,
.header-box-shadow .header-one-top{
  box-shadow: none;
}

@media screen and (max-width: 1199px) {

  .header-one .navbar-nav > li > a, 
  .header-two .navbar-nav > li > a, 
  .header-three .navbar-nav > li > a, 
  .header-four .navbar-nav > li > a, 
  .header-five .navbar-nav > li > a, 
  .header-six .navbar-nav > li > a, 
  .header-seven .navbar-nav > li > a, 
  .header-eight .navbar-nav > li > a, 
  .sticky-header-wrapper .navbar-nav > li > a{
    font-size: 12px;
  }

  .header-one .navbar-nav > li, 
  .header-two .navbar-nav > li, 
  .header-three .navbar-nav > li, 
  .header-four .navbar-nav > li, 
  .header-five .navbar-nav > li, 
  .header-six .navbar-nav > li, 
  .header-seven .navbar-nav > li, 
  .header-eight .navbar-nav > li, 
  .sticky-header-wrapper .navbar-nav > li {
    padding: 18px 10px !important;
  }

  .header-one .nav-social .social-menu .social-icon a,
  .header-one .nav-icons-right a,
  .header-one .nav-icons-right span,
  .header-two .nav-social .social-menu .social-icon a,
  .header-two .nav-icons-right a,
  .header-two .nav-icons-right span,
  .header-three .nav-social .social-menu .social-icon a,
  .header-three .nav-icons-right a,
  .header-three .nav-icons-right span,
  .header-five .nav-icons-right a,
  .header-five .nav-icons-right span,
  .header-six .nav-icons-right a,
  .header-six .nav-icons-right span,
  .header-seven .nav-icons-right a,
  .header-seven .nav-icons-right span,
  .header-eight .nav-social .social-menu .social-icon a,
  .header-eight .nav-icons-right span,
  .header-eight .nav-icons-right a{
    padding: 18px 8px;
  }

  .header-one .social-icons-list li a:before,
  .header-one .nav-icons-right a,
  .header-one .nav-icons-right span,
  .header-two .social-icons-list li a:before,
  .header-two .nav-icons-right a,
  .header-two .nav-icons-right span,
  .header-three .social-icons-list li a:before,
  .header-three .nav-icons-right a,
  .header-three .nav-icons-right span,
  .header-five .nav-icons-right a,
  .header-five .nav-icons-right span,
  .header-six .nav-icons-right a,
  .header-six .nav-icons-right span,
  .header-seven .nav-icons-right a,
  .header-seven .nav-icons-right span {
    font-size: 10px;
  }

}


/*--------------------------------------------------------------
5.7 Mega Menu
--------------------------------------------------------------*/

/*Mega Menu */
.stronghold-menu > li.mega-menu {
  position: inherit !important;
}

.stronghold-menu > li.mega-menu > ul.sub-menu .nav-arrow {
  display: none;
}
.stronghold-menu > li.mega-menu > ul.sub-menu {
  left: 0;
  right: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: 0;
  overflow: hidden;
}

.stronghold-menu > li.mega-menu > ul.sub-menu > li {
  display: block !important;
  float: left !important;
}

.stronghold-menu > li.mega-menu.mega-col-1 > ul.sub-menu > li {
  width: 100%;
}
.stronghold-menu > li.mega-menu.mega-col-2 > ul.sub-menu > li {
  width: 50%;
}

.stronghold-menu > li.mega-menu.mega-col-3 > ul.sub-menu > li {
  width: 33%;
}

.stronghold-menu > li.mega-menu.mega-col-4 > ul.sub-menu > li {
  width: 25%;
}

.stronghold-menu > li.mega-menu.mega-col-5 > ul.sub-menu > li {
  width: 20%;
}

.stronghold-menu > li.mega-menu.mega-col-6 > ul.sub-menu > li {
  width: 16.66%;
}

.stronghold-menu > li.mega-menu.mega-col-2 > ul.sub-menu {
  width: 600px;
}

.stronghold-menu > li.mega-menu.mega-col-3 > ul.sub-menu,
.stronghold-menu > li.mega-menu.mega-col-4 > ul.sub-menu {
  width: 750px;
}

.stronghold-menu > li.mega-menu.mega-col-5 > ul.sub-menu {
  width: 800px;
}

.stronghold-menu > li.mega-menu.mega-col-6 > ul.sub-menu {
  width: 900px;
}


.stronghold-menu > li.mega-menu.mega-col-2 > ul.sub-menu > li:nth-child(3n),
.stronghold-menu > li.mega-menu.mega-col-3 > ul.sub-menu > li:nth-child(4n),
.stronghold-menu > li.mega-menu.mega-col-4 > ul.sub-menu > li:nth-child(5n),
.stronghold-menu > li.mega-menu.mega-col-5 > ul.sub-menu > li:nth-child(6n),
.stronghold-menu > li.mega-menu.mega-col-6 > ul.sub-menu > li:nth-child(7n) {
  clear: both;
}

.stronghold-menu > li.mega-menu > ul.sub-menu > li ul {
  display: block !important;
  top: auto !important;
  width: 100%;
  min-width: 0 !important;
  left: auto !important;
  position: relative !important;
  opacity: 1 !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0;
}

.stronghold-menu .mega-menu ul li a {
  border-bottom: none;
}

.main-navigation .mega-menu ul .menu-item-has-children > a:after {
  content: none;
}

.stronghold-menu > li.mega-menu > ul.sub-menu > .menu-item-has-children > a {
  font-weight: 600;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
}

.main-navigation ul .mega-menu ul ul {
  margin-left: 5px;
}

.main-navigation ul .mega-menu ul li:hover ul {
  background: transparent;
}

.main-navigation ul > .menu-item-has-children.mega-menu:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
}


/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.1 Widget Area
--------------------------------------------------------------*/

.footer-area {
  min-height: 300px;
  color: #cccccc;
  background: #080f23;
  width: 100%;
  font-size: 15px;
}

.footer-area-inner {
  padding: 80px 0;
}

.footer-widgets {
  clear: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.footer-widgets .widget:last-child {
  margin-bottom: 0 !important;
}

.footer-area a {
  color: #dadada;
  font-size: 15px;
}

.footer-area a:hover {
  color: #2296f9;
}

.footer-widget-title {
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.footer-widget-title:after {
  content: "";
  width: 50px;
  height: 3px;
  bottom: -15px;
  left: 0;
  position: absolute;
  z-index: 1;
  background: #2296f9;
}

.footer-area .widget_categories li a,
.footer-area .widget_nav_menu ul li a,
.footer-area .widget_pages li a,
.footer-area .widget_archive li a {
  color: #dadada;
}

.footer-area .widget_categories li a:after,
.footer-area .widget_archive li:after,
.footer-area .widget_nav_menu ul li:after,
.footer-area .widget_pages li a:after{
  color: #dadada;
}


@media screen and (max-width: 1024px) {
  .footer-widgets {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .footer-widget-title {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
6.2 Copyright Area
--------------------------------------------------------------*/

.site-info-wrapper {
  background: #080f23;
  color: #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(232, 232, 232, 0.05);
}

.site-info {
  font-size: 14px;
  padding: 8px 20px 2px;
}

.site-info-inner {
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 0;
}

.copyright-center {
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  text-align: right;
}

.site-info .social-menu {
  margin: 0;
  padding: 0;
}

.site-info .social-menu li {
  display: inline-block;
  margin-right: 5px;
}

.site-info .social-menu li a {
  padding: 8px;
  text-decoration: none;
  color: #dadada;
}

.site-info .social-menu li a:hover {
  opacity: 0.8;
}

.site-info .social-menu li a img {
  max-height: 50px;
}

.site-info .footer-menu{
  padding-right: 0;
  display: flex;
  flex-direction: row-reverse;
}

.site-info .footer-nav-menu {
  padding-left: 0;
  float: none;
  text-align: center;
}

.site-info .footer-nav-menu li {
  display: inline-block;
  margin-right: 5px;
}

.site-info .footer-nav-menu li a:hover {
  opacity: 0.6;
  color: #2296f9;
}

.site-info .footer-nav-menu li ul li {
  display: none;
}

.site-info  {
  content: "|";
  color: #7d7d7d;
  padding-right: 8px;
}

.site-info .footer-nav-menu li:first-child:before {
  content: none;
}

.footer-contact-detail {
  display: flex;
  display: -webkit-flex;
  margin-bottom: auto;
  margin-top: auto;
  justify-content: flex-end;
  padding-right: 0;
}

.footer-contact-detail .footer-contact-icon {
  margin-right: 10px;
  margin-bottom: auto;
  margin-top: auto;
}

.footer-contact-detail .footer-contact-icon i {
  font-size: 25px;
  color: #dd3333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-contact-detail:hover .footer-contact-icon i {
  color: #fff;
}

.footer-contact-detail .footer-contact-info {
  margin-right: 0;
  margin-bottom: auto;
  margin-top: auto;
  font-weight: 600;
}

.footer-contact-detail .footer-contact-info a {
  color: #fff;
}

.footer-contact-detail .footer-contact-info a:hover {
  color: #2296f9;
}

@media screen and (max-width: 800px) {
  .footer-nav-menu,
  .footer-menu-wrapper,
  .social-menu-wrapper,
  .social-menu,
  .site-info-inner,
  .footer-contact-detail,
  .footer-menu ul {
    text-align: center;
    float: none;
  }
  .site-footer {
    position: relative !important;
  }
  .fixed-footer-set {
    display: none !important;
  }
  .site-info-inner {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .footer-contact-detail .footer-contact-info {
    margin-right: auto;
  }
  .footer-contact-detail .footer-contact-icon {
    margin-left: auto;
  }
  .footer-contact-detail {
    padding-right: 20px;
  }
  .site-info .footer-menu {
    justify-content: center;
    padding-right: 20px;
  }
  .site-info .footer-nav-menu li::before {
    content: none;
  }
}

/*--------------------------------------------------------------
7.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

.clear {
  clear: both;
}

.content-right {
  margin-left: auto;
  order: 2;
}

.content-left {
  margin-right: auto;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

#secondary .widget,
.shop-secondary .widget {
  margin: 0 0 60px;
}

.widget {
  margin: 0 0 20px;
}

#secondary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Make sure select elements fit in widgets. */

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

/* Search widget. */

.widget_search .searchform,
.woocommerce-product-search .searchform {
  position: absolute;
  width: 100%;
}

.widget_search button,
.woocommerce-product-search button {
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  height: 100%;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget_search button i,
.woocommerce-product-search button i {
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.widget_search .search-field-wrapper,
.woocommerce-product-search .search-field-wrapper,
.wp-block-search__inside-wrapper{
  position: relative;
  width: 100%;
  height: 50px;
}

.wp-block-search__button {
  display: none;
}


.widget_search input[type="text"],
.woocommerce-product-search input[type="search"],
.wp-block-search__input {
  width: 100%;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #f8f8f8;
  color: #969696;
  padding-left: 20px;
}

.widget ul,
.widget ol {
  padding: 0;
  margin: -1em 0 0;
  list-style-type: none;
}

.widget-title {
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

.sidebar-widget-area .widget-title,
.shop-secondary .widget-title,
.wp-block-group__inner-container h1,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container h4,
.wp-block-group__inner-container h5,
.wp-block-group__inner-container h6 {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  position: relative;
  margin-top: 0;
  text-transform: uppercase;
}

.sidebar-widget-area .widget-title:after,
.shop-secondary .widget-title:after,
.wp-block-group__inner-container h1:after,
.wp-block-group__inner-container h2:after,
.wp-block-group__inner-container h3:after,
.wp-block-group__inner-container h4:after,
.wp-block-group__inner-container h5:after,
.wp-block-group__inner-container h6:after {
  display: block;
  height: 4px;
  margin-bottom: -1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  background: #2296f9;
}

.widget li {
  padding: 5px 0;
}

.widget .children,
.widget .sub-menu {
  margin: 10px 0px 10px 10px;
}

.widget .sub-menu .sub-menu {
  margin: 1px 0px 0px 5px;
}

.widget .sub-menu .sub-menu li {
  margin: 0 0 0 12px;
  padding: 0;
}

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before,
.widget_nav_menu ul li:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  padding-right: 5px;
  color: #2296f9;
}

.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_nav_menu li {
  position: relative;
}

.widget_categories li {
  font-size: 14px;
}

.widget_nav_menu li {
  margin-bottom: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.widget_nav_menu li:last-child {
  border-bottom: none;
}

.widget_categories .children .children li,
.widget_categories .children li:last-child,
.widget_pages .children .children li,
.widget_pages .children li:last-child {
  border-bottom: none;
}

.widget_nav_menu ul li a,
.widget_pages li a {
  display: block;
  position: relative;
}

.widget_categories li a,
.widget_nav_menu ul li a,
.widget_pages li a,
.widget_archive li a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_meta a {
  color: #969696;
  font-weight: 600;
  font-size: 14px;
}

.widget_categories li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_meta a:hover {
  color: #2296f9;
}

.widget_archive li a {
  display: block;
}

.widget_categories li a:before,
.widget_archive li:after,
.widget_nav_menu ul li:after,
.widget_pages li a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f054";
  color: #2296f9;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}

.widget_categories li a {
  padding-left: 15px;
}

.widget_categories li a:before {
  left: 0;
  top: 9px;
}

.widget_archive li:after,
.widget_nav_menu ul li:after {
  top: 13px;
}

.widget_recent_entries li:before {
  content: "\f044";
}

.widget_recent_comments li:before {
  content: "\f086";
}

.widget_archive li:after {
  content: "\f187";
}

.widget_nav_menu ul li:after,
.widget_pages li a:after {
  content: "\f054";
}

.widget_tag_cloud a {
  display: inline-block;
  padding: 8px 15px;
  margin: 0px 6px 10px 0;
  font-size: 14px !important;
  color: #969696;
  background: #f8f8f8;
  border-radius: 6px;
  font-weight: 500;
}

.widget_tag_cloud a:hover {
  background: #2296f9;
  color: #fff;
}

.widget #wp-calendar td,
.widget #wp-calendar th {
  text-align: center;
  padding: 9px;
}

.widget #wp-calendar caption {
  font-weight: 500;
  padding: 0px 0px 10px;
  text-align: center;
}

.widget #wp-calendar tfoot #next a {
  float: right;
  padding: 5px 0;
}

.widget #wp-calendar tfoot #prev a {
  float: left;
  padding: 5px 0;
}

.widget #wp-calendar tfoot #next,
.widget #wp-calendar tfoot #prev,
.widget #wp-calendar tfoot .pad {
  border: none;
}

.company-info-wid,
.recent-widget ul,
.opening-hours-wid {
  padding-left: 0;
}

.company-info-wid li,
.opening-hours-wid li {
  list-style: none;
  font-weight: 500;
}

.company-info-wid li,
.opening-hours-wid-two li {
  font-weight: normal;
  padding: 3px 0;
  padding-bottom: 10px;
  display: flex;
  margin-bottom: 10px;
  display: -webkit-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.company-info-wid li:last-child,
.opening-hours-wid-two li:last-child {
  border-bottom: none;
}

.company-info-wid .info-detail {
  margin-bottom: auto;
  margin-top: auto;
}

.opening-hours-wid li i,
.company-info-wid li i {
  padding-right: 10px;
  font-size: 18px;
  margin-bottom: auto;
  margin-top: auto;
}

.company-info-wid li i,
.open-hrs-item i {
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #dd3333;
}

.company-info-wid .info-title,
.opening-hours-wid-two .open-hrs-text {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 14px;
  color: #fff;
  float: none;
  font-weight: 700;
  display: block;
}

.company-info-wid .info-detail-wrap {
  margin-bottom: auto;
  margin-top: auto;
  width: 85%;
}

.company-info-wid li i {
  padding-right: 20px;
  font-size: 25px;
}

.company-info-item:hover > i,
.open-hrs-item:hover > i {
  color: #dadada !important;
}

.opening-hours-wid li a,
.company-info-wid li a {
  margin-bottom: auto;
  margin-top: auto;
}

.opening-hours-wid li span {
  float: right;
}

.opening-hours-wid .current-day {
  color: #2296f9;
}

.open-hrs-item {
  display: flex;
  display: -webkit-flex;
}

.open-hrs-item .open-hrs-text,
.open-hrs-item .open-hrs-time {
  margin-bottom: auto;
  margin-top: auto;
}

.open-hrs-item .open-hrs-time {
  margin-left: auto;
}

.open-hrs-item:hover i {
  display: flex;
  display: -webkit-flex;
}

.open-hrs-item i {
}

.opening-hours-wid-two li i {
  padding-right: 20px;
  font-size: 25px;
}

.opening-hours-wid-two .open-hrs-detail-wrap,
.opening-hours-wid-two .open-hrs-detail-wrap .open-hrs-time {
  width: 100%;
}

.recent-post-item {
  list-style-type: none;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
  margin-left: 0;
  display: flex;
  display: -webkit-flex;
}

.recent-post-item:last-child {
  border-bottom: none;
}

.recent-post-title a {
  color: #969696;
}

.recent-post-title a:hover {
  color: #2296f9;
}

.recent-post-title .recent-post-title-wrapper {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}

.recent-post-date {
  color: #adadad;
  display: flex;
  display: -webkit-flex;
}

.recent-post-date .recent-post-icon,
.recent-post-date .recent-post-date-value {
  margin-top: auto;
  margin-bottom: auto;
}

.recent-post-date .recent-post-icon {
  margin-right: 5px;
}

.recent-post-date .recent-post-icon i {
  color: #dd3333;
}

.recent-post-img {
  margin-right: 14px;
  overflow: hidden;
  margin-bottom: auto;
  margin-top: auto;
  border-radius: 15px;
}

.recent-post-img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 80px;
  width: 80px;
}

.footer-area .recent-post-img img {
  height: 50px;
  width: 50px;
}

.footer-area .recent-post-item {
  margin-bottom: 5px;
}

.recent-post-text {
  width: 60%;
}

.recent-post-date,
.popular-post-comments {
  font-size: 14px;
}

.footer-area .recent-post-date {
  color: #e1e1e1;
}

.footer-area .recent-post-title a {
  color: #dadada;
}

.social-widget {
  margin-top: 30px;
}

.social-widget-item {
  display: inline-block;
  margin-right: 6px;
}

.social-widget-item a {
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  background: #dd3333;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  overflow: hidden;
}

.footer-area .social-widget-item:hover a {
  background: #fff;
  color: #dd3333;
}

.social-widget-item a i {
  font-size: 16px;
}

.social-widget ul {
  padding-left: 0;
}

.wp-block-categories__list li a:after,
.wp-block-archives-list a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f054";
  color: #2296f9;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}

.wp-block-categories__list li a,
.wp-block-archives-list li a {
  color: #969696;
  display: block;
}

.wp-block-categories__list li a:hover,
.wp-block-archives-list li a:hover {
  color: #2296f9;
}

.wp-block-categories__list li,
.wp-block-archives-list li {
  position: relative;
  border-bottom: 1px solid #ededed;
  padding: 12px 0;
}

.wp-block-categories__list,
.wp-block-archives-list {
  list-style: none !important;
}

.wp-block-categories__post-count {
  font-size: 10px;
}

.wp-block-archives-list a:after {
  content: "\f187";
}

@media screen and (max-width: 800px) {
  .opening-hours-wid li span {
    float: none;
    padding-left: 5px;
  }
  .widget {
    margin: 0 0 30px;
  }
  .sidebar-widget-area .widget-title,
  .shop-secondary .widget-title {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.site-content-wrapper {
  position: relative;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}

.site-wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.site-padding {
  padding-top: 80px;
}

.content-wrap-row{
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content-no-margin {
  margin: 0 !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-right: auto;
  margin-left: 0;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  margin-left: auto;
  margin-right: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  width: 50%;
  text-align: right;
}

.post-navigation .nav-previous {
  border-right: 2px solid #dbdbdb;
  padding-right: 20px;
}

.post-navigation .nav-next {
  padding-left: 20px;
}

.nav-links {
  display: -webkit-flex;
  display: flex;
}

.article-navigation .page-numbers {
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #6a6a6a;
  border-radius: 6px;
  margin-right: 2px;
  border: 1px solid #f4f4f4;
}

.article-navigation .page-numbers:hover {
  background: #2296f9;
  color: #fff;
  box-shadow: none;
}

.article-navigation .current {
  background: #2296f9;
  color: #fff;
  box-shadow: none;
}

.article-navigation {
  text-align: center;
  margin-bottom: 90px;
}

.article-navigation .prev,
.article-navigation .next {
  display: none;
}

@media screen and (max-width: 800px) {
  .post-navigation .nav-previous {
    text-align: center;
    padding-right: 10px;
  }
  .post-navigation .nav-next {
    text-align: center;
    padding-left: 10px;
  }
}

@media screen and (max-width: 800px) {
  #primary,
  #secondary,
  .content-area,
  .sidebar-widget-area,
  .shop-primary,
  .shop-secondary {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.blog .site-content .container,
.blog .site-content{
  padding: 0;
}

.article-wrapper {
  margin-bottom: 80px;
  clear: both;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
}

.article-wrapper:hover {
  box-shadow: none;
}

.single .article-wrapper {
  box-shadow: none;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

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

.stronghold-blog-grid .entry-meta .author {
  padding-right: 0;
}

.stronghold-blog-grid .read-more-wrapper {
  display: none;
}

.stronghold-blog-grid .gallery-featured-index .owl-stage-outer,
.stronghold-blog-grid .blog-index-featured {
  height: 200px !important;
}

.stronghold-blog-grid .gallery-featured-index a img,
.stronghold-blog-grid .blog-index-featured a img {
  min-height: 200px;
}

.stronghold-blog-grid .article-content-wrapper {
  margin-bottom: 0 !important;
}

.stronghold-blog-grid .article-wrapper {
  margin-bottom: 10px;
}

.stronghold-blog-grid .article-content-wrapper h4 {
  font-size: 18px;
}

.blog-index-featured a img,
.blog-single-featured img {
  width: 100%;
}

.archive .article-content-wrapper,
.page .article-content-wrapper,
.article-content-wrapper {
  margin-bottom: 100px;
  padding: 30px;
  border: 1px solid #f4f4f4;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.entry-header {
  position: relative;
}

.sticky-post {
  position: absolute;
  right: 0px;
  top: -10px;
  color: #2296f9;
  font-size: 20px;
}

.single .sticky-post {
  top: 0;
}

.entry-title a {
  color: #001733;
}

.entry-title a:hover,
.entry-meta a:hover {
  color: #2296f9;
}

.single .entry-meta {
  margin-top: 20px;
}

.entry-meta {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.entry-meta span {
  margin-right: 20px;
}

.entry-meta .author {
  margin-right: 0;
}

.entry-meta i {
  color: #2296f9;
  font-size: 13px;
  padding-right: 5px;
  font-weight: 700;
}

.entry-meta a {
  color: #919191;
}

.entry-meta .cat-links i {
  padding-right: 8px;
}

.article-wrapper .entry-title {
  margin-top: 25px;
}

.blog-image-left,
.blog-image-right{
  display: flex !important;
  box-shadow: none;
  margin-bottom: 60px;
}

.blog-image-right{
  flex-direction: row-reverse;
}

.blog-image-left .blog-index-featured img,
.blog-image-right .blog-index-featured img{
  border-radius: 15px;
}

.blog-image-left .entry-title,
.blog-image-right .entry-title{
  margin-top: 10px
}

.blog-image-left .article-content-wrapper,
.blog-image-right .article-content-wrapper{
  border: none;
  margin: 0;
  padding: 0 30px 30px;
}

.blog-image-left .read-more-wrapper,
.blog-image-right .read-more-wrapper{
  margin-top: 20px;
}

.blog-image-left .bread-more-btn,
.blog-image-right .bread-more-btn{
  font-size: 14px;
}

.blog-image-left .gallery-featured-index,
.blog-image-right .gallery-featured-index{
  width: 45%;
}

.blog-image-left .gallery-featured-index img,
.blog-image-right .gallery-featured-index img{
  border-radius: 15px;
}

.edit-link {
  display: block;
  margin-top: 20px;
}

.edit-link a {
  font-weight: 600;
}

.blog-index-featured {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-single-featured{
  position: relative;
  overflow: hidden;
}


.posts-navigation a {
  color: #797878;
  font-weight: 500;
  font-size: 18px;
}

.posts-navigation a:hover {
  color: #2296f9;
}

.posts-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f178";
  color: #b8c1cb;
  font-size: 12px;
  padding-left: 5px;
}

.read-more-wrapper {
  position: relative;
  margin-top: 30px;
}

.read-more-wrapper .bread-more-btn i {
  font-size: 12px;
  padding: 5px 0px 5px 5px;
}

.posts-navigation .nav-previous a:before {
  content: "\f177";
  padding-right: 5px;
  padding-left: 0;
}

/*Single Post*/

.single-post .article-content-wrapper {
  margin-bottom: 30px;
}

.single-post .article-wrapper {
  float: none;
}

.tags-links {
  color: #767676;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.tags-links a {
  color: #969696;
  background: #f8f8f8;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
}

.tags-links a:hover {
  background: #2296f9;
  color: #fff;
}

.tags-links .tags-links-title {
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
}

.single-post .post-navigation {
  padding: 20px 15px;
  background: #f8f8f8;
  font-weight: 600;
  margin-top: 40px;
  border-radius: 6px;
}

.single-post .post-navigation a {
  color: #797878;
}

.single-post .post-navigation a:hover {
  color: #2296f9;
}

.single-post .nav-previous:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f053";
  color: #b4b4b4;
  font-size: 12px;
  padding-right: 5px;
}

.single-post .nav-next:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f054";
  color: #b4b4b4;
  font-size: 12px;
  padding-left: 5px;
}

.post-tag-share {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
}

/*Share Bar */

.single-post .share-box {
  margin: 15px 0;
}

.share-post {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

.share-bar {
  text-align: right;
  display: inline-block;
}

.share-bar li {
  display: inline-block;
  margin-right: 10px;
}

.share-bar span {
  text-transform: uppercase;
  font-weight: 600;
}

.share-bar ul {
  text-align: right;
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}

.share-bar ul li {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  background: #f9f9f9;
}

.share-bar ul li a {
  color: #d0cece;
  font-size: 14px;
  text-align: center;
  display: block;
}

.author-name a:hover,
.author_soclinks li a:hover {
  color: #2296f9;
}

/*Author Box */

.author-box {
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 60px;
}

.author-box-archive {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  border: none;
  padding-top: 0;
}

.author-box-archive .author-name {
  padding: 10px 0;
  font-size: 20px;
}

.author-box .author-bio {
  margin: 15px 0;
}

.author-box-archive .author-img {
  display: inline-block;
  text-align: center;
  margin-right: 0 !important;
  padding-top: 50px;
}

.author-img {
  margin-right: 30px !important;
}

.author-img img {
  border: 1px solid #f1f1f1;
  width: 80px;
  border-radius: 5px;
}

.author-name a {
  color: #565454;
  text-transform: uppercase;
  font-size: 16px;
}

.author_soclinks {
  padding-left: 0;
  margin: 0;
}

.author-box-archive .author_soclinks {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}

.author_soclinks li {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 0 5px;
}

.author_soclinks li a {
  color: #d0cece;
  font-size: 20px;
}

.author-box-archive .author-posts {
  color: #fff;
}

@media screen and (max-width: 800px) {
  .author-box-archive .author-name {
    font-size: 19px;
  }
}

/*Related Box */

.related-posts-wrapper {
  margin: 10px 0 30px;
}

.related-posts ul li {
  list-style: none;
  margin-bottom: 30px;
}

.related-posts h5 {
  margin-bottom: 20px;
  padding-left: 15px;
  text-transform: uppercase;
}

.related-posts ul {
  padding: 0;
}

.related-posts ul li a {
  font-style: italic;
  font-weight: 600;
}

.related-thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.related-thumbnail a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.related-thumbnail a img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.related-title {
  text-align: center;
  font-size: 16px;
}

.related-date {
  text-align: center;
  font-size: 14px;
  color: #9b9b9b;
}

.related-posts-title{
  font-size: 25px;
}

@media screen and (max-width: 800px) {
  .related-posts-title{
    font-size: 22px;
  }
}

/*Author Archive page */

.page-header {
  border: none;
  margin: 20px 0 20px;
}

/*Archive Pages */

.category .page-header {
  margin: 0;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 800px) {
  .stronghold-blog-grid .gallery-featured-index,
  .stronghold-blog-grid .blog-index-featured {
    height: auto !important;
  }
  .author-box .author-name {
    text-align: center;
  }
  .author-box .author-img {
    text-align: center;
    display: block;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tags-links,
  .single-post .share-box {
    display: block;
  }
  .single-post .share-box {
    float: none;
  }

}

@media screen and (min-width : 320px) and (max-width: 767px) {

.blog-image-left, 
.blog-image-right {
  flex-direction: column;
  box-shadow: 0 8px 11px 4px rgb(158 158 158 / .1);
}

.blog-image-left:hover, 
.blog-image-right:hover {
  box-shadow: none;
}

.blog-image-left .article-content-wrapper, 
.blog-image-right .article-content-wrapper {
  padding: 30px;
  border: 1px solid #f4f4f4;
}

.blog-image-left .blog-index-featured img, 
.blog-image-right .blog-index-featured img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

}

/*--------------------------------------------------------------
10.2 Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Comments */

.comments-title {
  font-size: 32px;
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-answer {
  margin-bottom: 25px;
  overflow: auto;
}

.comment-list {
  overflow: auto;
  padding: 20px;
}

.comments-area li {
  list-style: none;
}

.comments-area > ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.comment-body {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 6px;
}

.comment-body::after {
  position: absolute;
  content: "";
  top: 27px;
  left: -25px;
  display: block;
  border: 15px solid transparent;
  border-right-color: #f8f8f8;
}

.comment-body .comment-name {
  font-weight: 600;
  color: #001733;
  font-size: 16px;
  padding-right: 15px;
  display: block;
}

.comment-body .comment-reply-link {
  font-weight: 600;
}

.comment-body .comment-date {
  font-size: 14px;
}

.comment-author-img{
  padding-left: 0;
}

.comment-reply {
  padding-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-reply-body{
  padding-right: 0;
  padding-left: 0;
}

.comments-area .comment-reply-title {
  font-size: 25px;
}

.comment-respond {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.comment-form textarea {
  line-height: 1.13em;
  width: 100%;
  border-radius: 6px;
}

.comment-form label {
  display: block;
  color: #001733;
  font-weight: 700;
}

.comment-form .comment-field {
  padding: 0;
}

.comment-form input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.comment-form-cookies-consent label{
  display: inline-block;
  width: auto;
  font-size: 14px;
}

.required {
  color: #2296f9;
}

.comment-awaiting-moderation {
  padding: 0.6rem 1rem;
  margin: 1rem 0;
  font-size: 18px;
  color: #333;
  font-style: italic;
}

.comment-author-img img {
  width: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.single .comment-respond {
  padding: 30px;
  background: #f8f8f8;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}

.single .comment-respond:hover {
  box-shadow: none;
}

.comment-form{
  display: flex;
  flex-wrap: wrap;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-url,
.comment-form .comment-form-cookies-consent{
  flex-basis: 100%;
  width: 100%;
}

.comment-form .comment-form-author{
  flex-basis: 50%;
  width: 50%;
  padding-right: 20px;
}

.comment-form .comment-form-email{
  flex-basis: 50%;
  width: 50%;
}


@media screen and (max-width: 800px) {
  .comment-body {
    padding-top: 10px;
  }
  .comment-author-img img {
    margin: 0;
    display: inline-block;
  }
  .comment-author-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .comments-title{
    font-size: 32px;
  }
  .comments-area .comment-reply-title {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
10.3 Search
--------------------------------------------------------------*/

/*Search Archive */

.search-form-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
}

.search-form-wrapper input[type="text"] {
  width: 100%;
}

.search-form-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  width: 50px;
  height: 100%;
  border: none;
  box-shadow: none;
  padding-right: 35px;
}

.search-content .entry-title {
  display: inline-block;
  margin: 15px 0;
}

.search-content .result-icon {
  background: #2296f9;
  color: #fff;
  border-radius: 50%;
  padding: 12px 9px;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  height: 40px;
  line-height: 2px;
  text-align: center;
}

.search-content .search-type {
  margin-left: -8px;
}

.search-content .entry-meta {
  margin-top: 15px;
}

.search-content article {
  margin-bottom: 30px;
}

.search-results .posts-navigation .nav-previous {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.search-results .posts-navigation .nav-next {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.search-results .posts-navigation .nav-previous a,
.search-results .posts-navigation .nav-next a {
  background: #2296f9;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  font-size: 14px;
}

.search-results .posts-navigation .nav-previous a:hover,
.search-results .posts-navigation .nav-next a:hover {
  background: #dd3333;
}

.search-results .posts-navigation .nav-previous a:before,
.search-results .posts-navigation .nav-next a:after {
  content: none;
}

.sidebar-widget-area {
  padding-top: 80px;
  padding-bottom: 60px;
}


/*--------------------------------------------------------------
10.4 404
--------------------------------------------------------------*/

/* 404 Page */

.not-found .page-header {
  margin: 0;
}

.notfound-header-img{
  margin-bottom: 50px;
  text-align: center;
}

.notfound-wrapper {
  margin-bottom: -10px;
}

.notfoundheader {
  font-size: 200px;
  letter-spacing: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #2296f9;
}

.notfoundcontent {
  text-align: center;
}

.notfoundcontent .searchform input[type="text"],
.no-results .searchform input[type="text"] {
  width: 100%;
  background: #f9f9f9;
  border: none;
}

.notfoundcontent .searchform button,
.no-results .searchform button {
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 50px;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}

.notfoundcontent .searchform button i,
.no-results .searchform button i {
  left: 15px;
  bottom: 15px;
  font-size: 20px;
  position: absolute;
}

.no-results .searchform button i {
  left: 18px;
}

.notfoundcontent .searchform,
.no-results .searchform {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.no-results .search-form-wrapper {
  margin-top: 50px;
}

.notfound-text {
  margin: 30px 0;
}

.home-btn {
  text-transform: uppercase;
  background: #2296f9;
  padding: 15px 30px;
  color: #fff;
}

.home-btn:hover {
  color: #fff;
  background: #dd3333;
}

.home-btn-wrapper {
  padding: 50px 0;
}

.no-results {
  text-align: center;
}

.no-results .page-content {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .notfoundheader {
    font-size: 100px !important;
  }
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
13.0 Post Types
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.1 Services
--------------------------------------------------------------*/

.service-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
}

.service-row{
  padding-left: 0;
  padding-right: 0;
}

.service-block-img {
  position: relative;
  overflow: hidden;
}

.service-block-img img {
  width: 100%;
}

.item-img-zoom img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.service-main-detail {
  padding: 0 20px 10px;
}

.service-detail-icon-wrapper {
  text-align: center;
  margin-top: -35px;
}

.service-detail-icon {
  height: 65px;
  width: 65px;
  font-size: 30px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #2296f9;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}

.service-detail-icon i {
  z-index: 2;
  position: relative;
}

.service-detail-icon-wrap {
  width: 75px;
  height: 75px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #2296f9;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-block:hover .service-detail-icon-wrap {
  width: 65px;
  height: 65px;
}

.service-main-name {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.service-main-name:after {
  content: "";
  height: 3px;
  width: 50px;
  background: #dd3333;
  display: block;
  margin-top: 15px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.service-main-name a{
  color: #001733;
}

.service-main-name a:hover{
  color: #2296f9;
}

.service-desc {
  text-align: center;
}

.service-translate:hover {
  -ms-transform: translate(0px, -10px) !important;
  -webkit-transform: translate(0px, -10px) !important;
  transform: translate(0px, -10px) !important;
}

.service-shadow{
   transition-property: all !important;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.service-shadow:hover {
  box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
}

.service-block-design-two{
  padding: 0;
  background: transparent;
}

.service-block-design-two .service-block-img {
  border-radius: 15px;
}

.service-block-design-two .service-main-name{
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

.service-block-design-two .service-main-detail {
  padding: 0;
}

.service-block-design-two .service-main-name:after{
  content: none;
}

.service-block-design-two .service-detail-icon-wrapper{
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 2;
}

.service-block-design-two .service-detail-icon {
  height: 45px;
  width: 45px;
  font-size: 20px;
  line-height: 50px;
}

.service-block-design-two .service-detail-icon i {
  z-index: 2;
  position: relative;
}

.service-block-design-two .service-detail-icon-wrap {
  width: 55px;
  height: 55px;
}

.service-block-design-two:hover .service-detail-icon-wrap {
  width: 45px;
  height: 45px;
}

.service-block-design-two .service-desc{
  text-align: left;
}

.iso-cat-item .service-block-design-two{
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .service-block-block-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
13.2 Team Members
--------------------------------------------------------------*/

.team-member-block {
  position: relative;
}

.team-member-img img {
  width: 100%;
}

.team-member-block-img {
  position: relative;
}

.team-member-block-img img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  width: 100%;
}

.team-member-block .team-member-main-detail {
  padding: 20px 0 20px;
  background: #fff;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.team-member-main-name {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.team-member-main-pos {
  font-size: 14px;
  color: #2296f9;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.team-member-content {
  margin-top: 30px;
}

.team-member-detail {
  border-left: 3px solid #dd3333;
  padding-left: 15px;
}

.team-member-block-social-list {
  list-style: none;
  padding: 0;
}

.team-member-block-social-list li {
  display: inline-block;
  margin-right: 18px;
}

.team-member-block-social-list li a {
  font-size: 14px;
  color: #afafaf;
}

.team-member-block-social-list li a:hover {
  color: #2296f9;
}

.team-member-block-social-list li a:before {

}

.team-member-social-list-wrapper {
  padding-left: 18px;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  background: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.gallery-col-img-overlay i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
}

.team-member-block:hover .team-member-main-detail {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.team-member-block:hover .team-member-detail {
  border-left: 3px solid #2296f9;
}

.team-member-block:hover .team-member-social-list-wrapper {
  opacity: 1;
  visibility: visible;
}

.service-block-img:hover .service-block-img-overlay i,
.gallery-col-item:hover .gallery-col-img-overlay i {
  display: inline-block;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.service-block-img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 800px) {
  .gallery-col-img-overlay {
    display: inline;
  }
  .team-list-item .team-member-block-img-wrapper {
    padding-left: 15px;
  }
  .team-member-main-name {
    font-size: 19px;
  }
}

/*--------------------------------------------------------------
13.3 Projects
--------------------------------------------------------------*/

.project-grid-item-title {
  margin-top: 8px;
}

.project-grid-item-title a {
  color: #001733;
}

.project-grid-item-title a:hover {
  opacity: 0.8;
}

.project-cats {
  line-height: 14px;
}

.project-cat-item {
  text-transform: uppercase;
  color: #2296f9;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.project-details {
  padding-top: 20px;
}

.item-img-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #2296f9;
  border-radius: 15px;
}

.item-lightbox-btn {
  z-index: 2;
  height: 50px;
  width: 50px;
  font-size: 22px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #dd3333;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  background: #fff;
}

.project-grid-item:hover .item-img-overlay {
  opacity: 0.8;
}

.project-grid-item:hover .item-lightbox-btn {
  opacity: 1;
}

.project-grid-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.project-grid-img img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.project-grid-item:hover .project-grid-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.project-design-two .project-grid-item-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.project-design-two:hover .project-grid-item-title {
  opacity: 1;
  height: 100%;
}

.project-design-two .project-grid-item-title a,
.project-design-two .project-grid-item-title {
  color: #fff;
}

.project-design-two .project-grid-item-title {
  font-size: 25px;
}

.four-col-full .project-grid-item-title,
.four-col-gutter .project-grid-item-title,
.five-col-full .project-grid-item-title,
.five-col-gutter .project-grid-item-title {
  font-size: 18px;
}

.project-design-two .project-grid-item-title a:hover {
  opacity: 0.8;
}

.project-design-two .project-cats {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.project-design-two:hover .project-cats {
  height: 75%;
}

.project-design-two .project-cat-item {
  font-size: 14px;
  color: #fff;
}

.stronghold-project-grid .three-col-grid,
.stronghold-project-grid .four-col-grid {
  margin-bottom: 30px;
}

.stronghold-project-grid
.four-col-grid
.project-design-two:hover
.project-grid-item-title,
.stronghold-project-grid-filter
.grid-four-col
.item-img-overlay:hover
.project-grid-item-title,
.stronghold-project-grid-filter
.grid-five-col
.item-img-overlay:hover
.project-grid-item-title {
  height: 110%;
}

.stronghold-project-grid
.four-col-grid
.project-design-two
.project-grid-item-title,
.stronghold-project-grid-filter
.grid-four-col
.item-img-overlay
.project-grid-item-title {
  font-size: 20px;
}

.stronghold-project-grid-filter
.grid-five-col
.item-img-overlay
.project-grid-item-title {
  font-size: 16px;
}

.grid-img-overlay .project-cats .project-cat-item {
  color: #fff;
}

.grid-img-overlay .project-cats .project-cat-item:after,
.stronghold-project-grid
.project-grid-img
.project-cats
.project-cat-item:after,
.stronghold-project-carousel
.project-grid-img
.project-cats
.project-cat-item:after {
  content: ",";
  margin: 0 3px;
}

.grid-img-overlay .project-cats .project-cat-item:last-child::after,
.stronghold-project-grid
.project-grid-img
.project-cats
.project-cat-item:last-child:after,
.stronghold-project-carousel
.project-grid-img
.project-cats
.project-cat-item:last-child:after {
  content: none;
}

.stronghold-project-grid-filter .grid-four-col {
  width: 23.025%;
}

.stronghold-project-grid-filter .grid-four-col-full {
  width: 25%;
}

.stronghold-project-grid-filter .grid-five-col {
  width: 18.42%;
}

.stronghold-project-grid-filter .grid-five-col-full {
  width: 20%;
}

.stronghold-project-grid-filter .grid-three-col {
  width: 30.7017%;
}

.stronghold-project-grid-filter .grid-three-col-full {
  width: 33.3333%;
}

.stronghold-project-grid-filter .grid-two-col {
  width: 46%;
}

.stronghold-project-grid-filter .grid-two-col-full {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .stronghold-project-grid .three-col-grid,
  .stronghold-project-grid .four-col-grid {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}


@media screen and (max-width: 800px) {

  .project-design-two .project-grid-item-title {
    font-size: 19px;
  }


}

/*--------------------------------------------------------------
14.0 WooCommerce
--------------------------------------------------------------*/

.woocommerce .shop-content {
  padding-bottom: 60px;
}

.woocommerce #secondary {
  padding-top: 0;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  border-top: none;
  line-height: 50px;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: rgba(158, 158, 158, 0.1) 0px 8px 11px 4px;
  -moz-box-shadow: rgba(158, 158, 158, 0.1) 0px 8px 11px 4px;
  box-shadow: rgba(158, 158, 158, 0.1) 0px 8px 11px 4px;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 50px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  padding: 0 35px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600 !important;
  line-height: 50px;
}

.woocommerce-message::before {
  color: #2296f9;
}

/* Single Product */

.product-img-wrapper {
  padding-left: 0;
  display: inline-block;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}

/* Keep the single-product gallery radius separate from thumbnail controls. */
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 20px;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  padding-bottom: 20px;
  width: 58.3%;
}

.woocommerce #content div.product div.summary {
  margin: 0;
}

.woocommerce div.product div.summary {
  padding-right: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.quickview-wrapper .product-info .price,
.quickview-wrapper .product-info .stock {
  color: #2296f9;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
  font-size: 12px;
}

.woocommerce .star-rating span {
  color: #2296f9;
}

.woocommerce .single_add_to_cart_button,
.quickview-wrapper .product-info .single_add_to_cart_button {
  padding: 15px 25px !important;
}

.woocommerce .quantity .qty {
  width: 60px;
  padding: 0;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}

.woocommerce .share-bar {
  text-align: left;
  display: inline-block;
  padding-top: 10px;
}

.woocommerce .share-bar ul,
.quickview-wrapper .share-bar ul {
  padding-left: 0px;
}

.product_meta {
  padding: 20px 0 5px 0;
}

.product_meta a {
  color: #6a6a6a;
}

.product_meta a:hover {
  color: #2296f9;
}

.product_meta .posted_in a:first-child {
  padding-left: 10px;
}

.sku_wrapper,
.posted_in,
.tagged_as {
  display: block;
  padding-bottom: 3px;
  color: #444;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-Reviews .comment-respond {
  box-shadow: none;
}

.woocommerce div.product form.cart .variations td.label {
  display: none;
}

.woocommerce div.product div.images div.thumbnails img {
  opacity: 0.6;
}

.woocommerce div.product div.images div.thumbnails img:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce .product-img-wrapper .onsale {
  display: none;
}

.wc-tabs-wrapper {
  margin-bottom: 90px;
}

.woocommerce figure {
  margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}

.woocommerce div.product div.images {
  margin-bottom: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 0px;
  border: none;
}

.woocommerce #content h2,
.woocommerce-page #content h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f8f8f8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #fff;
  border-radius: 0px !important;
  border: none;
  padding: 0px;
  margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 15px;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none;
  content: none;
}

/*Shop Page */

.woocommerce ul.products li.product .add_to_cart_button:after,
.woocommerce ul.products li.product .button {
  content: none;
}

.product_img_container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .button {
  opacity: 1;
  bottom: 0;
}

.product_item {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 0 0px 30px 0px !important;
  padding: 0 !important;
  position: relative;
  list-style: none !important;
  float: left;
  margin: 0 3.8% 2.992em 0;
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.product_item:hover {
  box-shadow: none;
}

.woocommerce .products .star-rating {
  margin: 5px auto;
}

.product_img_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product_img_back img {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.product_img_container:hover .product_img_back img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.product_img_container:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.woocommerce span.onsale {
  background-color: #2296f9;
  font-size: 12px;
  border-radius: 6px;
  z-index: 1000;
  padding: 2px 8px;
  min-height: 20px;
  line-height: 30px;
  text-align: center;
  margin: 15px !important;
  right: auto !important;
  left: 0 !important;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.woocommerce .out_of_stock_badge {
  color: #fff !important;
  font-style: italic !important;
  font-size: 10px !important;
  text-align: center !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  background-color: #2296f9 !important;
}

.woocommerce .out_of_stock_badge:after {
  border-top-width: 34px !important;
  color: #2296f9 !important;
}

.woocommerce .woocommerce-ordering {
  text-align: right;
  padding-right: 0;
  width: 20%;
}

.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}

.woocommerce ul.products li.product .price {
  color: #2296f9;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

.WC-product-name a {
  color: #001733;
  font-size: 20px;
}

.WC-product-name a:hover {
  color: #2296f9;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #2296f9;
  color: #fff;
  box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #6a6a6a;
  border-radius: 6px;
  margin-right: 2px;
  border: 1px solid #f4f4f4;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin-right: 5px;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  overflow: visible;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.add_to_cart_button,
.ajax_add_to_cart {
  text-align: center;
}

.yith-wishlist-wrapper {
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.single-product .yith-wishlist-wrapper {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.yith-wishlist-wrapper a:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f004";
  font-size: 20px;
  padding: 5px;
}

.product_item:hover > .yith-wishlist-wrapper {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/*Quick View*/

.quickview-close-btn {
  padding: 20px;
  line-height: 0;
  background: transparent;
  color: #2296f9;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 999;
}

.stronghold-product-quickview {
  max-width: 900px !important;
}

.iziModal-overlay {
  background: rgba(0, 0, 0, 0.75) !important;
}

.quickview-close-btn:hover {
  color: #dd3333;
  background: transparent;
}

.quickview-close-btn:focus {
  box-shadow: none;
  outline: none;
}

.quickview-wrapper {
  background: #fff;
  text-align: left;
  display: flex;
}

.quickview-wrapper .product-info,
.quickview-wrapper .product-slider{
  width: 50%;
}

.quickview-wrapper .quickview-pagination .swiper-pagination-bullet-active{
  background: #2296f9;
}

.quickview-wrapper .quickview-button-next,
.quickview-wrapper .quickview-button-prev{
  color: #2296f9;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.quickview-wrapper .quickview-button-next:hover,
.quickview-wrapper .quickview-button-prev:hover{
    color: #dd3333;
}

.quickview-wrapper .product-info {
  padding: 10px 20px;
}

.quickview-wrapper .product-info .price {
  font-size: 20px;
}

.product-slider {
  padding: 0;
}

.quickview-product-desc {
  margin-bottom: 30px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
}

.quickview-product-title a {
  color: #444444;
}

.quickview-product-title a:hover {
  color: #2296f9;
}

.quickview-wrapper .product-info p.price del {
  opacity: 0.5;
}

.quickview-wrapper .product-info p.price ins {
  background: inherit;
  font-weight: 700;
}

.quickview-wrapper .product-info .stock {
  font-size: 14px;
}

.quickview-wrapper .product-info form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}

.quickview-wrapper .product-info .quantity .qty {
  width: 60px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}

.quickview-wrapper .product-info form.cart {
  float: left;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.quickview-wrapper .product-info form.cart .button {
  vertical-align: middle;
  float: left;
  border-radius: 0;
  line-height: 1;
}

.quickview-wrapper .product-info form.cart .button {
  border-radius: 6px;
  margin-left: 10px;
}

.quickview-wrapper .product-info .variations .value {
  border: 1px solid #ffffff;
}

.quickview-wrapper .product-info .variations .label,
.quickview-wrapper .product-info .variations .reset_variations {
  display: none;
}

.quick-popup-close-btn {
  position: absolute !important;
  right: 20px;
  top: 10px;
  font-size: 30px;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #444;
  box-shadow: none;
  border: none;
}

.quick-popup-close-btn:hover {
  background: transparent;
}

.quickview-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #2296f9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.quickview-loader,
.quickview-loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.quickview-sm-wrapper {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 2;
  height: 50px;
  width: 50px;
  font-size: 22px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #dd3333;
  position: absolute;
  top: 15px;
  right: 5px;
  opacity: 0;
  background: #fff;
  cursor: pointer;
}

.product_item:hover .quickview-sm-wrapper,
.stronghold-product-item:hover .quickview-sm-wrapper,
.stronghold-product-item-filter:hover .quickview-sm-wrapper {
  right: 15px;
  opacity: 1;
}

.quickview-sm-wrapper:hover {
  color: #001733;
}

.add-cart-wrapper {
  background: #2296f9;
  width: 100%;
  left: 0;
  bottom: -63px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.add-cart-wrapper a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 12px 25px !important;
  display: block;
  margin-top: 0 !important;
  display: block !important;
}

.add-cart-custom-btn {
  color: #fff;
  text-align: center;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0 !important;
  padding: 15px 25px !important;
  display: block !important;
  background: transparent !important;
  line-height: 1;
}

.woocommerce a.added_to_cart {
  background: #2296f9;
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 12px 25px !important;
}

.woocommerce a.added_to_cart:before {
  font-family: "themify";
  font-size: 14px;
  content: "\e60d";
  color: #fff;
  margin-right: 5px;
  font-weight: 500;
}

.add-cart-custom-btn:hover {
  color: #fff;
}

.product-quickview {
  display: block;
}

.product_item:hover .add-cart-wrapper {
  bottom: 0;
}

/*Cart Added*/

.added-to-cart-banner {
  display: flex;
  background: #f7f7f7;
  padding: 20px;
  width: 100%;
  margin: 20px 0;
}

.added-product,
.added-links {
  margin-bottom: auto;
  margin-top: auto;
}

.added-product {
  font-weight: 600;
  font-size: 18px;
}

.added-product:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  content: "\f00c";
  color: #2296f9;
  padding-right: 10px;
  font-weight: 900;
}

.added-links {
  margin-left: auto;
}

.added-links a {
  color: #fff;
}

/*My Account*/

.woocommerce-page.woocommerce-account .entry-content h2,
.woocommerce-page.woocommerce-account .entry-content h3,
.woocommerce-page.woocommerce-cart .entry-content h2,
.woocommerce-page.woocommerce-checkout .entry-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce-page.woocommerce-account .entry-content h2 {
  margin-top: 0;
}

.woocommerce-page.woocommerce-account .entry-header,
.woocommerce-page.woocommerce-cart .entry-header,
.woocommerce-page.woocommerce-checkout .entry-header {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background: #2296f9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  padding: 15px 20px;
  display: block;
  color: #5f5f5f;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active {
  background: #2296f9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  color: #fff;
}

.woocommerce img,
.woocommerce-page img {
  width: inherit;
}

/*Cart*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #2296f9;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #2296f9;
  border-radius: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #dd3333;
}

.woocommerce-cart table.cart img {
  width: 64px;
}

.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #2296f9;
  color: #fff;
  padding: 12px 25px;
  font-weight: 500;
}

.product .add_to_cart_button {
  background: #2296f9;
  padding: 18px 25px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.product .add_to_cart_button:before,
.add-cart-wrapper a:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f07a";
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #dd3333;
  color: #fff;
}

.woocommerce table.shop_table th {
  font-weight: 700 !important;
}

.cart_totals .order-total {
  color: #2296f9;
  font-size: 20px;
}

.cart_totals .order-total th,
.woocommerce-checkout-review-order-table .order-total th {
  color: #2296f9;
  background: transparent;
  font-size: 20px;
}

.cart_totals .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal th {
  color: #6a6a6a;
  background: transparent;
}

/*Cart Preview*/

.cart-preview {
  width: 300px;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: -1px 0px 18px -3px rgba(230, 230, 230, 1);
  -moz-box-shadow: -1px 0px 18px -3px rgba(230, 230, 230, 1);
  box-shadow: -1px 0px 18px -3px rgba(230, 230, 230, 1);
  padding: 10px 20px 20px;
  background: #fff;
  position: absolute;
  right: 15px;
  border-radius: 6px;
  display: none;
  z-index: 9999;
}

/*Checkout*/

.woocommerce-checkout #payment {
  background: #f8f8f8;
  border-radius: 0px;
}

.woocommerce form .form-row label {
  font-weight: 600;
}

.woocommerce-additional-details {
  margin-top: 40px;
}

.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total {
  color: #2296f9;
}

.woocommerce-checkout-review-order-table .order-total {
  font-size: 20px;
}

.woocommerce-input-wrapper {
  width: 100%;
}

/*Woocommerce Widgets */

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px;
  border-radius: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #2296f9;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ededed;
}

.woocommerce-product-search input[type="submit"] {
  display: none;
}

.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  background: #fcfcfc;
  padding: 8px 15px;
  margin-bottom: 3px;
  border: 1px solid #f3f3f3;
}

.widget_product_tag_cloud .tagcloud a:hover {
  background: #2296f9;
  color: #fff;
}

.woocommerce .widget_product_categories .product-categories li {
  border-bottom: 1px solid #ededed;
  padding: 12px 0;
}

.woocommerce .widget_product_categories .product-categories a {
  color: #797878;
  display: block;
  position: relative;
}

.woocommerce .widget_product_categories .product-categories a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f054";
  color: #6a6a6a;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}

.woocommerce .widget_product_categories .product-categories a:hover {
  color: #2296f9;
}

.woocommerce .widget_product_categories .product-categories .cat-parent {
  border-bottom: 1px solid #fefefe;
}

.woocommerce .widget_product_categories .product-categories .cat-parent a,
.woocommerce .widget_product_categories .product-categories .children a {
  border-bottom: none;
}

.woocommerce .widget_product_categories .product-categories .children,
.woocommerce .widget_product_categories .product-categories .sub-menu {
  margin: 0 0 0 20px;
}

.woocommerce .widget_product_categories .product-categories .children li {
  padding: 0;
}

.woocommerce .widget_product_categories .product-categories .children li a {
  font-weight: 500;
  font-size: 14px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 500;
  color: #797878;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: #2296f9;
}

.woocommerce
.widget_product_categories
.product-categories
.children
li
a:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: 5px;
  color: #2296f9;
}

.woocommerce .widget_product_categories .product-categories li {
  position: relative;
}

.woocommerce .widget_product_categories .product-categories > li a {
  border-bottom: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/*Account*/

.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  border: none;
}

.login label[for="rememberme"] {
  display: block !important;
  margin: 20px 0 0;
}

.myaccount_address {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.woocommerce-Address{
  max-width: 48%;
  padding: 0;
}

.product h2 {
  font-size: 18px;
  line-height: 32px;
}

.product .related h2 {
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.woocommerce-product-search {
  position: relative;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item {
  border-bottom: 1px solid #ededed;
  padding: 12px 0;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item
span {
  float: right;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item
a {
  color: #797878;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item
a:hover {
  color: #2296f9;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce .widget_products .woocommerce-Price-amount,
.woocommerce .widget_top_rated_products .woocommerce-Price-amount {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #2296f9;
  font-weight: 600;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 16px;
}

.woocommerce .widget_top_rated_products .star-rating {
  margin: 10px 0;
}

@media screen and (max-width: 800px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .product_item,
  .woocommerce .woocommerce-ordering,
  .product-img-wrapper {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-img-wrapper,
  .woocommerce div.product div.summary{
    padding: 0;
  }

  .woocommerce .woocommerce-result-count {
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
    text-align: left;
  }
  .quick-cart-wrapper {
    opacity: 1;
    bottom: 0;
  }
  .product-slider .slider-arrow-nav {
    display: none;
  }
  .added-product,
  .added-links {
    display: block;
    text-align: center !important;
  }
  .added-links {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
15.0 Elementor Widgets
--------------------------------------------------------------*/
.elementor-page:not(.single-post) .site-content-wrapper .container{
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.elementor-page .site-content-wrapper .container .content-area{
  padding-left: 0;
  padding-right: 0;
}

.stronghold-blog-wrapper .stronghold-blog-item,
.stronghold-brands,
.stronghold-products-wrapper,
.stronghold-services-wrapper,
.stronghold-team-wrapper {
  margin-bottom: 15px;
}

.stronghold-services-wrapper,
.stronghold-team-wrapper {
  position: relative;
}

.stronghold-carousel-wrapper .slider-carousel-pagination,
.stronghold-team-wrapper .slider-carousel-pagination,
.stronghold-blog-wrapper .slider-carousel-pagination,
.stronghold-services-wrapper .slider-carousel-pagination,
.stronghold-projects-wrapper .slider-carousel-pagination,
.stronghold-testimonials-wrapper .slider-carousel-pagination,
.stronghold-partners-wrapper .slider-carousel-pagination,
.stronghold-products-wrapper .slider-carousel-pagination{
  position: relative;
  margin-top: 25px;
}

.carousel-center-align{
  text-align: center;
}

.carousel-wrapper-center-align{
    justify-content: space-around;
    text-align: center;
}

.stronghold-team-wrapper,
.stronghold-blog-wrapper,
.stronghold-services-wrapper,
.stronghold-projects-wrapper,
.stronghold-testimonials-wrapper,
.stronghold-partners-wrapper,
.stronghold-products-wrapper,
.stronghold-gallery-wrapper {
    padding: 10px 5px !important;
}

@media screen and (max-width: 800px) {
  .no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


.widget-grid-wrapper{
  display: grid;
  grid-gap: 20px;
}

.widget-grid-two-col{
  grid-template-columns: repeat(2, 1fr);
}

.widget-grid-three-col{
  grid-template-columns: repeat(3, 1fr);
}

.widget-grid-four-col{
  grid-template-columns: repeat(4, 1fr);
}

.widget-grid-six-col{
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-device-width : 768px) and (max-width: 1024px) {

  .widget-grid-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }

  .widget-grid-one-col-tablet{
    grid-template-columns: repeat(1, 1fr);
  }

  .widget-grid-two-col-tablet{
    grid-template-columns: repeat(2, 1fr);
  }

  .widget-grid-three-col-tablet{
    grid-template-columns: repeat(3, 1fr);
  }

  .widget-grid-four-col-tablet{
    grid-template-columns: repeat(4, 1fr);
  }

  .dots-hidden-tablet .slider-carousel-pagination {
    display: none !important;
  }

  .dots-visible-tablet .slider-carousel-pagination {
    display: block !important;
  }

}


@media screen and (min-width : 320px) and (max-width: 767px) {

  .widget-grid-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }

  .widget-grid-one-col-mobile{
    grid-template-columns: repeat(1, 1fr);
  }

  .widget-grid-two-col-mobile{
    grid-template-columns: repeat(2, 1fr);
  }

  .widget-grid-three-col-mobile{
    grid-template-columns: repeat(3, 1fr);
  }

  .widget-grid-four-col-mobile{
    grid-template-columns: repeat(4, 1fr);
  }

  .dots-hidden-mobile .slider-carousel-pagination {
    display: none !important;
  }

  .dots-visible-mobile .slider-carousel-pagination {
    display: block !important;
  }

}


.site-content .elementor-section.elementor-section-boxed > .elementor-container,
.site-content .elementor-section.elementor-section-boxed > .elementor-widget-container {
  max-width: 1300px;
}

.elementor-page:not(.single-post) .site-content-wrapper .container{
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

.elementor-template-full-width:not(.single-post) .site-content-wrapper .container{
  padding-left: 0;
  padding-right: 0;
}

.e-con.e-child>.e-con-inner{
  padding-left: 0;
  padding-right: 0;
}

.single-post.elementor-page .site-content-wrapper .container .content-area{
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width : 320px) and (max-width: 1340px) {
  .e-con.e-parent>.e-con-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  
}

@media screen and (max-width: 1024px) {
  .site-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .site-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
}

.stronghold-carousel-wrapper-modern .slider-carousel-pagination,
.stronghold-team-wrapper-modern .slider-carousel-pagination,
.stronghold-blog-wrapper-modern .slider-carousel-pagination,
.stronghold-services-wrapper-modern .slider-carousel-pagination,
.stronghold-projects-wrapper-modern .slider-carousel-pagination,
.stronghold-testimonials-wrapper-modern .slider-carousel-pagination,
.stronghold-partners-wrapper-modern .slider-carousel-pagination,
.stronghold-products-wrapper-modern .slider-carousel-pagination,
.stronghold-gallery-wrapper-modern .slider-carousel-pagination{
  position: relative;
  margin-top: 25px;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-side,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-side,
.stronghold-services-wrapper-modern .carousel-arrow-nav-side,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-side,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-side,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-side,
.stronghold-products-wrapper-modern .carousel-arrow-nav-side,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-side{
  position: absolute;
  top: 50%;
  height: 36px;
  width: 36px;
  margin-top: -18px;
  line-height: 36px;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 25px;
  cursor: pointer;
  z-index: 10;
  border-radius: 10px;
  opacity: 0.7;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-services-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-products-wrapper-modern .carousel-arrow-nav-side i,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-side i{
  color: #2296f9;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-services-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-products-wrapper-modern .carousel-arrow-nav-side:hover i,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-side:hover i{
  color: #dd3333;
}

.stronghold-team-wrapper-modern:hover .slider-arrow,
.stronghold-blog-wrapper-modern:hover .slider-arrow,
.stronghold-services-wrapper-modern:hover .slider-arrow,
.stronghold-projects-wrapper-modern:hover .slider-arrow,
.stronghold-testimonials-wrapper-modern:hover .slider-arrow,
.stronghold-partners-wrapper-modern:hover .slider-arrow,
.stronghold-products-wrapper-modern:hover .slider-arrow,
.stronghold-gallery-wrapper-modern:hover .slider-arrow {
  opacity: 1;
}

.stronghold-team-wrapper-modern .arrow-prev-side,
.stronghold-blog-wrapper-modern .arrow-prev-side,
.stronghold-services-wrapper-modern .arrow-prev-side,
.stronghold-projects-wrapper-modern .arrow-prev-side,
.stronghold-testimonials-wrapper-modern .arrow-prev-side,
.stronghold-partners-wrapper-modern .arrow-prev-side,
.stronghold-products-wrapper-modern .arrow-prev-side,
.stronghold-gallery-wrapper-modern .arrow-prev-side {
  left: 0;
}

.stronghold-team-wrapper-modern .arrow-next-side,
.stronghold-blog-wrapper-modern .arrow-next-side,
.stronghold-services-wrapper-modern .arrow-next-side,
.stronghold-projects-wrapper-modern .arrow-next-side,
.stronghold-testimonials-wrapper-modern .arrow-next-side,
.stronghold-partners-wrapper-modern .arrow-next-side,
.stronghold-products-wrapper-modern .arrow-next-side,
.stronghold-gallery-wrapper-modern .arrow-next-side {
  right: 0;
}

.stronghold-team-wrapper-modern .carousel-arrows-top,
.stronghold-blog-wrapper-modern .carousel-arrows-top,
.stronghold-services-wrapper-modern .carousel-arrows-top,
.stronghold-projects-wrapper-modern .carousel-arrows-top,
.stronghold-testimonials-wrapper-modern .carousel-arrows-top,
.stronghold-partners-wrapper-modern .carousel-arrows-top,
.stronghold-products-wrapper-modern .carousel-arrows-top,
.stronghold-gallery-wrapper-modern .carousel-arrows-top{
  margin-top: 60px;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-top,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top{
  position: absolute;
  top: 0;
  display: flex;
  padding: 10px 0;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top-right,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top-right{
  right: 0;
}


.stronghold-team-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-team-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top .arrow-next-top,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top .arrow-next-top{
  background: #2296f9;
  color: #fff;
  border-radius: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-team-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-team-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-blog-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-services-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-projects-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-testimonials-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-partners-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-products-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top .arrow-prev-top:hover,
.stronghold-gallery-wrapper-modern .carousel-arrow-nav-top .arrow-next-top:hover{
  background: #001733;
}

.arrow-hover-zoom-in:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.arrow-hover-zoom-out:hover{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.stronghold-blog-item,
.partner-item,
.stronghold-product-item,
.project-grid-item,
.service-block,
.team-member-block,
.stronghold-testimonials-item{
  transition-property: all !important;
}

.carousel-arrow-nav-top .arrow-prev-top,
.carousel-arrow-nav-top .arrow-next-top {
  padding: 13px 18px;
}

.carousel-arrow-nav-top .arrow-next-top{
  margin-left: 15px;
}

.carousel-arrow-nav-side .arrow-next-side{
  right: -30px;
  position: absolute;
}

.carousel-arrow-nav-side .arrow-prev-side{
  left: -30px;
  position: absolute;
}

.post-type-pagination{
  display: flex;
  justify-content: center;
}

.post-type-pagination .page-numbers{
  box-shadow: 0px 14px 16px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 14px 16px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(228, 228, 228, 0.2);
  padding: 10px 20px;
  background: #2296f9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  margin: auto 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.post-type-pagination .page-numbers:hover,
.post-type-pagination .page-numbers.current{
  background: #dd3333;
}

.arrows-visible-desktop .slider-carousel-arrow-prev,
.arrows-visible-desktop .slider-carousel-arrow-next{
  display: flex !important;
}

.stronghold-blog-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-carousel-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-gallery-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-partners-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-products-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-projects-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-services-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-team-wrapper-modern.dots-visible-desktop .slider-carousel-pagination,
.stronghold-testimonials-wrapper-modern.dots-visible-desktop .slider-carousel-pagination{
  display: block !important;
}

.stronghold-blog-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-blog-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-carousel-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-carousel-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-gallery-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-gallery-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-partners-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-partners-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-products-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-products-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-projects-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-projects-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-services-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-services-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-team-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-team-wrapper-modern.arrows-hidden-desktop .slider-arrow,
.stronghold-testimonials-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-testimonials-wrapper-modern.arrows-hidden-desktop .slider-arrow{
  display: none !important;
}


.stronghold-blog-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-carousel-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-gallery-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-partners-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-products-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-projects-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-services-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-team-wrapper-modern .arrows-visible-desktop .slider-arrow,
.stronghold-testimonials-wrapper-modern .arrows-visible-desktop .slider-arrow{
  display: flex !important;
}

.carousel-continuous-scroll {
  transition-timing-function: linear !important;
}


@media screen and (min-device-width : 768px) and (max-width: 1024px) {
  .dots-hidden-tablet .slider-carousel-pagination,
  .arrows-hidden-tablet .slider-carousel-arrow-prev,
  .arrows-hidden-tablet .slider-carousel-arrow-next {
    display: none !important;
  }

  .arrows-visible-tablet .slider-carousel-arrow-prev,
  .arrows-visible-tablet .slider-carousel-arrow-next{
    display: flex !important;
  }

}


@media screen and (min-width : 320px) and (max-width: 767px) {
  .dots-hidden-mobile .slider-carousel-pagination,
  .arrows-hidden-mobile .slider-carousel-arrow-prev,
  .arrows-hidden-mobile .slider-carousel-arrow-next {
    display: none !important;
  }

  .arrows-visible-mobile .slider-carousel-arrow-prev,
  .arrows-visible-mobile .slider-carousel-arrow-next{
    display: flex !important;
  }

}



/*--------------------------------------------------------------
15.1 Accordion
--------------------------------------------------------------*/

.stronghold-accordion-wrapper {
  overflow: hidden;
  position: relative;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion-item-title-area {
  width: 100%;
  padding: 15px 20px;
  display: -webkit-flex;
  display: flex;
  background: #f8f8f8;
  position: relative;
  border-radius: 6px;
}

.accordion-item-title-area.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item-title,
.accordion-icon {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 16px;
}

.accordion-item-title-area.active,
.accordion-item-title-area:hover {
  background: #2296f9;
}

.accordion-item-title-area.active h6,
.accordion-item-title-area.active i,
.accordion-item-title-area:hover i,
.accordion-item-title-area:hover h6 {
  color: #fff;
}

.accordion-item:last-child .accordion-item-title-area {
  border-bottom: none;
}

.accordion-item-content {
  padding: 20px;
  display: none;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.accordion-icon {
  margin-right: 15px;
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.accordion-svg svg{
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 800px) {
  .accordion-item-title {
    width: 75%;
  }
}



.stronghold-accordion-wrapper-modern {
  overflow: hidden;
  position: relative;
}

.stronghold-accordion-wrapper-modern .accordion-item {
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-accordion-wrapper-modern .accordion-item-title-area {
  width: 100%;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  background: #2296f9;
  position: relative;
  border-radius: 20px;
}

.stronghold-accordion-wrapper-modern .accordion-item-title-area.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stronghold-accordion-wrapper-modern .accordion-item-title,
.stronghold-accordion-wrapper-modern .accordion-icon {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 16px;
  color: #fff;
}

.stronghold-accordion-wrapper-modern .accordion-item-title{
  width: 100%;
}

.stronghold-accordion-wrapper-modern .accordion-item-title-area.active,
.stronghold-accordion-wrapper-modern .accordion-item-title-area:hover {
  background: #001733;
}

.stronghold-accordion-wrapper-modern.accordion-item-title,
.stronghold-accordion-wrapper-modern .accordion-item-title-area.active .accordion-item-title,
.stronghold-accordion-wrapper-modern .accordion-item-title-area.active i,
.stronghold-accordion-wrapper-modern .accordion-item-title-area:hover i,
.stronghold-accordion-wrapper-modern .accordion-item-title-area:hover .accordion-item-title {
  color: #fff;
}

.stronghold-accordion-wrapper-modern .accordion-item-content {
  padding: 20px;
  display: none;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #f8f8f8;
}

.stronghold-accordion-wrapper-modern .accordion-item-content p{
  margin: 0;
}

.stronghold-accordion-wrapper-modern .accordion-icon {
  margin-right: 15px;
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.stronghold-accordion-wrapper-modern .accordion-icon,
.stronghold-accordion-wrapper-modern .accordion-toggle-icon,
.stronghold-accordion-wrapper-modern .accordion-svg svg,
.stronghold-accordion-wrapper-modern .accordion-item-title{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-accordion-wrapper-modern .accordion-toggle-icon{
  margin-left: auto;
  margin-bottom: auto;
  margin-top: auto;
  color: #fff;
}

.stronghold-accordion-wrapper-modern .accordion-item-title-area.active .accordion-toggle-icon{
  transform: rotate(90deg);
}

.stronghold-accordion-wrapper-modern .accordion-svg svg{
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 800px) {
 .stronghold-accordion-wrapper-modern .accordion-item-title{
  font-size: 14px;
} 
}



/*--------------------------------------------------------------
 Banner
--------------------------------------------------------------*/
.stronghold-banner-wrapper-modern .stronghold-banner{
  position: relative;
  overflow: hidden;
}

.stronghold-banner-wrapper-modern .banner-subtitle .banner-subtitle-heading,
.stronghold-banner-wrapper-modern .banner-subtitle .heading-sep-front,
.stronghold-banner-wrapper-modern .banner-title .banner-title-heading,
.stronghold-banner-wrapper-modern .banner-link a{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-banner-wrapper-modern .banner-img{
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.00);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stronghold-banner-wrapper-modern .stronghold-banner:hover .banner-img{
  transform: scale(1.02);
}

.stronghold-banner-wrapper-modern .banner-subtitle .banner-subtitle-heading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: auto;
  margin-top: auto;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.stronghold-banner-wrapper-modern .banner-subtitle .heading-sep-front {
  content: "";
  height: 2px;
  width: 20px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.stronghold-banner-wrapper-modern .stronghold-banner .banner-title-heading {
  font-size: 30px;
  line-height: 1.2;
}

.stronghold-banner-wrapper-modern .banner-content{
  position: relative;
  z-index: 1;
  height: 400px;
  max-width: 100%;
  display: flex;
  margin: auto;
  padding: 30px 60px;
  justify-content: center;
  flex-direction: column;
}

.stronghold-banner-wrapper-modern .banner-title{
  margin-bottom: 10px;
}

.stronghold-banner-wrapper-modern .banner-link a{
  font-size: 20px;
  color: #2296f9;
  font-weight: 600;
}

.stronghold-banner-wrapper-modern .banner-link a:hover{
  color: #dd3333;
}

.stronghold-banner-wrapper-modern .banner-link .link-icon{
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-banner-wrapper-modern .stronghold-banner:hover .banner-link .link-icon{
  margin-left: 15px;
}

.stronghold-banner-wrapper-modern .banner-link-wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}


@media screen and (max-width: 800px) {
  .stronghold-banner-wrapper-modern .stronghold-banner h3.banner-title-heading {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
15.2 Before & After
--------------------------------------------------------------*/

.twentytwenty-overlay {
  display: none !important;
}

.stronghold-before-after-wrapper-modern .before-after-vertical img{
  width: 100%;
}


/*--------------------------------------------------------------
15.3 Blog Carousel
--------------------------------------------------------------*/

.stronghold-blog-item a img,
.stronghold-blog-grid-item a img {
  border-radius: 10px !important;
}

.stronghold-blog-item .blog-index-featured,
.stronghold-blog-grid-item .blog-index-featured {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.stronghold-blog-item .cat-links,
.stronghold-blog-grid-item .cat-links {
  top: 25px;
  left: 20px;
  position: absolute;
}

.stronghold-blog-item .cat-links a,
.stronghold-blog-grid-item .cat-links a {
  background: #2296f9;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  line-height: 33px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  margin-right: 2px;
}

.stronghold-blog-item .cat-links a:hover,
.stronghold-blog-grid-item .cat-links a:hover {
  box-shadow: none;
  background: #dd3333;
}

.stronghold-blog-item .entry-header,
.stronghold-blog-grid-item .entry-header {
  margin-top: 20px;
}

.stronghold-blog-item .post-date,
.stronghold-blog-grid-item .post-date {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #adadad;
}

.stronghold-blog-item .entry-content,
.stronghold-blog-grid-item .entry-content {
  margin-bottom: 0;
}

.stronghold-blog-item .read-more-wrapper,
.stronghold-blog-grid-item .read-more-wrapper {
  margin-top: 15px;
}

.stronghold-blog-item .read-more-wrapper a,
.stronghold-blog-grid-item .read-more-wrapper a {
  font-weight: 700;
}

.stronghold-blog-item .read-more-wrapper a:after,
.stronghold-blog-grid-item .read-more-wrapper a:after {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f054";
  padding-left: 6px;
  font-size: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-blog-item .read-more-wrapper a:hover:after,
.stronghold-blog-grid-item .read-more-wrapper a:hover:after {
  padding-left: 8px;
}

.blog-image-left .entry-header,
.blog-image-right .entry-header{
  margin-top: 0;
}

.blog-image-left .stronghold-blog-info,
.blog-image-right .stronghold-blog-info{
  padding: 0 10px 10px;
}

@media screen and (max-width: 800px) {
  .stronghold-blog-item .blog-index-featured,
  .stronghold-blog-item .gallery-featured-slider .owl-stage-outer,
  .stronghold-blog-grid-item .blog-index-featured,
  .stronghold-blog-grid-item .gallery-featured-slider .owl-stage-outer {
    height: auto !important;
  }
}


.stronghold-blog-wrapper-modern .blog-item-no-thumb{
  padding-top: 30px;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .blog-index-featured,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .blog-index-featured {
  position: relative;
  overflow: hidden;
}

.stronghold-blog-wrapper-modern .blog-item-zoom img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-blog-wrapper-modern .blog-item-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .stronghold-blog-info,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .stronghold-blog-info,
.stronghold-blog-wrapper-modern .stronghold-blog-item{
 -moz-transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .stronghold-blog-info, 
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .stronghold-blog-info {
  padding: 30px;
  background: #f8f8f8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .entry-header,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .entry-header {
  margin-top: 20px;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .entry-content,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .entry-content {
  margin-bottom: 0;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .entry-title,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .entry-title {
  margin-top: 0;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .read-more-wrapper,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .read-more-wrapper {
  margin-top: 15px;
}

.stronghold-blog-wrapper-modern .stronghold-blog-item .stronghold-blog-info .entry-header,
.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .stronghold-blog-info .entry-header {
  margin: 0;
}

.stronghold-blog-wrapper-modern .stronghold-blog-grid-item {
  margin-bottom: 30px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-blog-wrapper-modern .stronghold-blog-list-wrapper .stronghold-blog-item{
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .stronghold-blog-wrapper-modern .stronghold-blog-item .blog-index-featured,
  .stronghold-blog-wrapper-modern .stronghold-blog-grid-item .blog-index-featured {
    height: auto !important;
  }
}

.stronghold-blog-wrapper-modern .stronghold-blog-grid-item:hover .stronghold-blog-info {
  box-shadow: none;
}

.stronghold-blog-wrapper-modern .stronghold-blog-grid-item .gallery-featured-slider {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
15.4 Blog Grid
--------------------------------------------------------------*/

.stronghold-blog-grid-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.stronghold-blog-grid-item:hover .stronghold-blog-info {
  box-shadow: none;
}

.stronghold-blog-grid-item .gallery-featured-slider {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
15.5 Button
--------------------------------------------------------------*/

.stronghold-btn a {
  position: relative;
}

.stronghold-btn i {
  margin-left: 10px;
  vertical-align: baseline;
  font-size: 20px;
  font-weight: 600;
  -ms-transform: translate(-50%, -50%);
}

.stronghold-btn-link a {
  text-decoration: none !important;
  font-weight: 700;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 18px;
}

.stronghold-btn-link .stronghold-btn-link-tag {
  margin: 0;
}

.stronghold-btn-link i {
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
  margin-bottom: auto;
  margin-top: auto;
  color: #2296f9;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-btn-link:hover i {
  color: #dd3333;
  padding-left: 5px;
}

.btn-svg svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
}

.btn-svg{
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .stronghold-btn {
    text-align: center;
  }
}



.stronghold-btn-wrapper-modern .stronghold-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.stronghold-btn-wrapper-modern .stronghold-btn-link a {
  text-decoration: none !important;
  font-weight: 700;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.stronghold-btn-wrapper-modern .stronghold-btn i,
.stronghold-btn-wrapper-modern .stronghold-btn-link i {
  font-size: 16px;
  margin-bottom: auto;
  margin-top: auto;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-btn-wrapper-modern .stronghold-btn-link i {
  color: #2296f9;
}

.stronghold-btn-wrapper-modern .stronghold-btn-link:hover i {
  color: #dd3333;
}

.stronghold-btn-wrapper-modern .stronghold-btn .btn-icon-right,
.stronghold-btn-wrapper-modern .stronghold-btn-link .btn-icon-right{
  margin-left: 6px;
}

.stronghold-btn-wrapper-modern .stronghold-btn .btn-icon-left,
.stronghold-btn-wrapper-modern .stronghold-btn-link .btn-icon-left{
  margin-right: 6px;
}

.stronghold-btn-wrapper-modern .btn-svg-right svg,
.stronghold-btn-wrapper-modern .btn-svg-left svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-btn-wrapper-modern .btn-svg-right,
.stronghold-btn-wrapper-modern .btn-svg-left{
  display: inline-block;
}

.stronghold-btn-wrapper-modern .btn-svg-right{
  margin-left: 10px;
}

.stronghold-btn-wrapper-modern .btn-svg-left{
  margin-right: 10px;
}

.stronghold-btn-wrapper-modern .btn-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-btn-wrapper-modern .btn-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-btn-wrapper-modern .icon-rotate:hover .btn-icon-left,
.stronghold-btn-wrapper-modern .icon-rotate:hover .btn-icon-right,
.stronghold-btn-wrapper-modern .icon-rotate:hover .btn-svg-left,
.stronghold-btn-wrapper-modern .icon-rotate:hover .btn-svg-right{
  transform: rotate(360deg);
}

.stronghold-btn-wrapper-modern .icon-translate-up:hover .btn-icon-left,
.stronghold-btn-wrapper-modern .icon-translate-up:hover .btn-icon-right,
.stronghold-btn-wrapper-modern .icon-translate-up:hover .btn-svg-left,
.stronghold-btn-wrapper-modern .icon-translate-up:hover .btn-svg-right {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-btn-wrapper-modern .icon-translate-down:hover .btn-icon-left,
.stronghold-btn-wrapper-modern .icon-translate-down:hover .btn-icon-right,
.stronghold-btn-wrapper-modern .icon-translate-down:hover .btn-svg-left,
.stronghold-btn-wrapper-modern .icon-translate-down:hover .btn-svg-right {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-btn-wrapper-modern .icon-translate-right:hover .btn-icon-left,
.stronghold-btn-wrapper-modern .icon-translate-right:hover .btn-icon-right,
.stronghold-btn-wrapper-modern .icon-translate-right:hover .btn-svg-left,
.stronghold-btn-wrapper-modern .icon-translate-right:hover .btn-svg-right {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-btn-wrapper-modern .icon-translate-left:hover .btn-icon-left,
.stronghold-btn-wrapper-modern .icon-translate-left:hover .btn-icon-right,
.stronghold-btn-wrapper-modern .icon-translate-left:hover .btn-svg-left,
.stronghold-btn-wrapper-modern .icon-translate-left:hover .btn-svg-right {
  -ms-transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}


@media screen and (max-width: 800px) {
  .stronghold-btn-wrapper-modern .stronghold-btn {
    text-align: center;
  }
}


/*--------------------------------------------------------------
15.6 Call to Action
--------------------------------------------------------------*/

.stronghold-call-to-action-wrapper {
  padding: 20px 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.call-link {
  align-self: center;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.call-text-wrapper {
  padding: 15px 0;
  margin-top: auto;
  margin-bottom: auto;
}

.call-link a {
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 20px;
}

.call-title h4,
.call-subtitle h5 {
  margin: 0;
}

.call-title h4 {
  font-weight: bold;
  line-height: 35px;
}

.call-subtitle h5 {
  margin-top: 10px;
}

.cta-design-two {
  display: block;
}

.cta-design-two .call-link-wrapper {
  display: -webkit-flex;
  display: flex;
}

.cta-design-two .call-link {
  margin-left: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .stronghold-call-to-action-wrapper {
    display: block;
  }
  .call-text-wrapper,
  .call-link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .call-link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 800px) {
  .stronghold-call-to-action-wrapper {
    display: block;
  }
  .call-text-wrapper,
  .call-link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .call-link {
    margin-top: 10px;
  }
}


.stronghold-call-to-action-wrapper-modern {
  padding: 20px 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.stronghold-call-to-action-wrapper-modern .call-link {
  align-self: center;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.stronghold-call-to-action-wrapper-modern .cta-design-one .call-text-wrapper{
  width: 75%;
}

.stronghold-call-to-action-wrapper-modern .call-text-wrapper {
  padding: 15px 0;
  margin-top: auto;
  margin-bottom: auto;
}

.stronghold-call-to-action-wrapper-modern .call-link a {
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 20px;
}

.stronghold-call-to-action-wrapper-modern .call-title h4,
.stronghold-call-to-action-wrapper-modern .call-subtitle h5 {
  margin: 0;
}

.stronghold-call-to-action-wrapper-modern .call-title h4 {
  font-weight: bold;
  line-height: 35px;
}

.stronghold-call-to-action-wrapper-modern .call-subtitle h5 {
  margin-top: 10px;
}

.stronghold-call-to-action-wrapper-modern .cta-design-two {
  display: block;
}

.stronghold-call-to-action-wrapper-modern .cta-design-two .call-link-wrapper {
  display: -webkit-flex;
  display: flex;
}

.stronghold-call-to-action-wrapper-modern .cta-design-two .call-link {
  margin-left: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .stronghold-call-to-action-wrapper-modern {
    display: block;
  }
  .stronghold-call-to-action-wrapper-modern .call-text-wrapper,
  .stronghold-call-to-action-wrapper-modern .cta-design-one .call-text-wrapper,
  .stronghold-call-to-action-wrapper-modern .call-link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .stronghold-call-to-action-wrapper-modern .call-link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 800px) {
  .stronghold-call-to-action-wrapper-modern {
    display: block;
  }
  .stronghold-call-to-action-wrapper-modern .call-text-wrapper,
  .stronghold-call-to-action-wrapper-modern .call-link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .stronghold-call-to-action-wrapper-modern .call-link {
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
 Carousel
--------------------------------------------------------------*/

.stronghold-carousel-wrapper-modern .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  line-height: 36px;
  font-size: 50px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-carousel-wrapper-modern:hover .slider-arrow {
  opacity: 1;
}

.stronghold-carousel-wrapper-modern .slider-prev {
  left: 0;
}

.stronghold-carousel-wrapper-modern .slider-next {
  right: 0;
}

.stronghold-carousel-wrapper-modern .slider-arrow-bottom {
  bottom: 4%;
  top: initial;
}

.stronghold-carousel-wrapper-modern .slider-prev-bottom {
  right: 4%;
  left: initial;
}

.stronghold-carousel-wrapper-modern .slider-next-bottom {
  right: 0;
}

.stronghold-carousel-wrapper-modern .slider-dots-left{
  left:20px !important;
  display: block;
  top: 45% !important;
  text-align: left !important;
  width: auto !important;
  bottom: initial !important;
}

.stronghold-carousel-wrapper-modern .slider-dots-right{
  right:20px !important;
  display: block;
  top: 45% !important;
  text-align: right !important;
  width: auto !important;
  bottom: initial !important;
  left: initial !important;
}

.stronghold-carousel-wrapper-modern .slider-dots-left .swiper-pagination-bullet,
.stronghold-carousel-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-bottom: 10px !important;
  display: block;
}

.stronghold-carousel-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-left: auto;
  margin-right: 0;
}

.stronghold-carousel-wrapper-modern .slider-dots-left .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: auto;
}



/*--------------------------------------------------------------
15.7 Company Info
--------------------------------------------------------------*/

.plumbit-company-info-widget .company-info-wid li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
}

.plumbit-company-info-widget {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-company-info-widget:hover {
  box-shadow: none;
}

.plumbit-company-info-widget .company-info-header {
  margin-bottom: 10px;
}

.plumbit-company-info-widget .company-info-header-title {
  margin-top: 0;
}

.plumbit-company-info-widget .company-info-item i {
  vertical-align: middle !important;
  margin-left: 0;
  font-size: 20px;
  color: #2296f9;
}

.plumbit-company-info-widget .company-info-item .company-info-item-icon {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-company-info-widget .company-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  align-items: center;
  padding: 10px 0;
}

.plumbit-company-info-widget .company-info-item a:hover {
  opacity: 0.8;
}

.plumbit-company-info-widget .company-info-item:last-child {
  border-bottom: none;
}

.plumbit-company-info-widget .company-info-desc {
  display: block;
}

.plumbit-company-info-widget .company-info-social {
  margin-top: 10px;
}

.plumbit-company-info-widget .company-info-social-item {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}

.plumbit-company-info-widget .info-item-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.plumbit-company-info-widget .company-info-social-item a {
  color: #2296f9;
  border-radius: 50%;
  display: block;
  text-align: left;
  width: 30px;
  height: 30px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-company-info-widget .company-info-social-item a i{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-company-info-widget .company-info-social-item a:hover {
  opacity: 0.8;
}

.plumbit-company-info-widget .company-info-item-icon-wrap {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: auto;
  margin-top: auto;
}

.plumbit-company-info-widget .company-info-detail {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 0;
  margin-right: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.plumbit-company-info-widget .company-info-detail-title {
  margin-top: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-company-info-widget .company-info-detail {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.plumbit-company-info-widget i,
.plumbit-company-info-widget .company-info-social a {
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.company-info-item-svg svg{
  width: 25px;
  height: 25px;
  fill: #2296f9;
}


.stronghold-company-info-widget-wrapper-modern .company-info-wid li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
}

.stronghold-company-info-widget-wrapper-modern {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .company-info-header {
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: #03a9f4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.stronghold-company-info-widget-wrapper-modern .company-info-items,
.stronghold-company-info-widget-wrapper-modern .company-info-social {
  z-index: 1;
  position: relative;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social {
  padding-top: 30px;
}

.stronghold-company-info-widget-wrapper-modern .company-info-header-title {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item i {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 0;
  color: #03a9f4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding-right: 20px;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item .company-info-item-icon-wrap i {
  padding: 0;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-icon {
  font-size: 22px;
}


.stronghold-company-info-widget-wrapper-modern .company-info-item:hover i{
  color: #1f3a56;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item a:hover {
  opacity: 0.8;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.stronghold-company-info-widget-wrapper-modern .company-info-desc {
  display: block;
  color: #fff;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social-item {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .info-item-bg {
  padding: 0;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social-item a {
  color: #03a9f4;
  border-radius: 50%;
  display: block;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social-item a:hover {
  opacity: 0.8;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-company-info-widget-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-company-info-widget-wrapper-modern .icon-circle{
  border-radius: 50%;
}


.stronghold-company-info-widget-wrapper-modern .company-info-detail-desc,
.stronghold-company-info-widget-wrapper-modern .company-info-item-design-two .company-info-detail {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 0;
  margin-right: auto;
  min-width: 0;
  flex: 1 1 auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social a:hover {
  color: #1f3a56;
}

.stronghold-company-info-widget-wrapper-modern .company-info-social i,
.stronghold-company-info-widget-wrapper-modern .social-icon-svg svg{
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  vertical-align: middle;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-svg svg{
  width: 25px;
  height: 25px;
  fill: #03a9f4;
  vertical-align: middle;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .company-info-overlay{
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.stronghold-company-info-widget-wrapper-modern .social-icon-svg svg{
  width: 35px;
  height: 35px;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-design-two{
  gap: 10px;
  align-items: center;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-design-two .company-info-detail-title,
.stronghold-company-info-widget-wrapper-modern .company-info-item-design-two .company-info-detail-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-company-info-widget-wrapper-modern .company-info-detail-desc,
.stronghold-company-info-widget-wrapper-modern .company-info-detail-link {
  overflow-wrap: anywhere;
}

.stronghold-company-info-widget-wrapper-modern .company-info-item-design-two .company-info-detail-desc{
  font-weight: 600;
}




/*--------------------------------------------------------------
14.9 Contact Form
--------------------------------------------------------------*/
.contact-form-wrapper-modern div.wpcf7 img.ajax-loader {
  display: none;
}

.contact-form-wrapper-modern .wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.contact-form-wrapper-modern .wpcf7-form .input-group .wpcf7-textarea {
  width: 100%;
  padding: 10px 20px 10px 35px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.contact-form-wrapper-modern .wpcf7-form .wpcf7-select {
  text-indent: 10px;
  padding-left: 0 !important;
}

.contact-form-wrapper-modern .wpcf7-form-control .wpcf7-textarea {
  font-weight: 600;
}

.contact-form-wrapper-modern .wpcf7-form p {
  margin-bottom: 10px;
}

.contact-form-wrapper-modern .wpcf7-form .input-group {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}

.contact-form-wrapper-modern .wpcf7-form .input-group .input-icon {
  position: absolute;
  color: #dddddd;
  margin: -10px 10px 10px;
  left: 0;
  top: 50%;
  font-size: 18px;
}

.contact-form-wrapper-modern .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form-wrapper-modern .wpcf7-form .row{
  padding-left: 0;
  padding-right: 0;
}

.contact-form-wrapper-modern .wpcf7-form .row .col,
.contact-form-wrapper-modern .wpcf7-form .row .col-auto,
.contact-form-wrapper-modern .wpcf7-form .row [class^="col-"],
.contact-form-wrapper-modern .wpcf7-form .row [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}



.custom-quote-form .contact-form-wrapper-modern {
  padding: 40px;
  background: #ffff;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-quote-form:hover .contact-form-wrapper-modern {
  box-shadow: none;
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.custom-quote-form .contact-form-wrapper-modern .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.custom-quote-form .contact-form-wrapper-modern .input-group .wpcf7-textarea,
.contact-page-contact-form .contact-form-wrapper-modern .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.contact-page-contact-form .contact-form-wrapper-modern .wpcf7-textarea,
.home-faq-page-contact-form .contact-form-wrapper-modern .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.home-faq-page-contact-form .contact-form-wrapper-modern .wpcf7-textarea,
.home-book-service-contact-form .contact-form-wrapper-modern .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.home-book-service-contact-form .contact-form-wrapper-modern .wpcf7-textarea{
  width: 100%;
  padding: 10px 20px 10px 20px;
  background: #f8f8f8;
  border: none;
}

.custom-quote-form .contact-form-wrapper-modern .wpcf7-select,
.contact-page-contact-form .contact-form-wrapper-modern .wpcf7-select {
  text-indent: 15px;
}

.contact-page-contact-form .contact-form-wrapper-modern br,
.contact-page-contact-form .contact-form-wrapper-modern .ajax-loader {
  display: none !important;
}

.custom-contact-form .contact-form-wrapper-modern .col-md-12:last-child .input-group {
  margin-bottom: 0;
}

.service-contact-form-wrapper-modern .contact-form-wrapper .wpcf7-form-control {
  border: none;
  padding: 10px 20px 10px 20px;
}

.service-contact-form-wrapper-modern .contact-form-wrapper .wpcf7-select {
  text-indent: 10px;
}

.service-contact-form-wrapper-modern .contact-form-wrapper input[type="submit"] {
  width: 100%;
}

.service-contact-form-wrapper-modern .contact-form-wrapper h1,
.service-contact-form-wrapper-modern .contact-form-wrapper h2,
.service-contact-form-wrapper-modern .contact-form-wrapper h3,
.service-contact-form-wrapper-modern .contact-form-wrapper h4,
.service-contact-form-wrapper-modern .contact-form-wrapper h5,
.service-contact-form-wrapper-modern .contact-form-wrapper h6 {
  margin-top: 0;
  margin-bottom: 25px;
}

.service-contact-form-wrapper-modern .contact-form-wrapper .ajax-loader {
  display: none !important;
}

.faq-contact-form-wrapper-modern .contact-form-wrapper .input-group .wpcf7-form-control,
.faq-contact-form-wrapper-modern .contact-form-wrapper textarea {
  border: none !important;
}

.elementor-widget-container .wpcf7-form p{
  margin: 0;
}



/*--------------------------------------------------------------
15.8 Counter
--------------------------------------------------------------*/

.stronghold-info-number h4 {
  margin: 0;
  font-size: 50px;
}

.stronghold-info-number input {
  display: none;
}

.stronghold-counter-wrapper .stronghold-info-icon {
  margin-bottom: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper .stronghold-info-icon i {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper .stronghold-info-icon-desc {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.stronghold-counter-wrapper .stronghold-info-icon-desc p {
  margin-bottom: 0;
}

.stronghold-counter-wrapper .stronghold-info-icon i {
  font-size: 40px;
  color: #2296f9;
  display: inline-block;
}

.stronghold-counter-wrapper .icon-counter-left {
  display: -webkit-flex;
  display: flex;
}

.icon-counter-left .stronghold-info-icon,
.icon-counter-left .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.counter-svg svg{
  width: 80px;
  height: 80px;
}


.stronghold-counter-wrapper-modern .icon-counter-left {
  display: -webkit-flex;
  display: flex;
}

.stronghold-counter-wrapper-modern{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper-modern.counter-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-counter-wrapper-modern.counter-opacity {
  opacity: 0.6;
}

.stronghold-counter-wrapper-modern.counter-opacity:hover {
  opacity: 1;
}

.stronghold-counter-wrapper-modern.counter-zoom-in:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.stronghold-counter-wrapper-modern.counter-zoom-out:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.stronghold-counter-wrapper-modern .icon-counter-left .counter-icon-wrapper,
.stronghold-counter-wrapper-modern .icon-counter-left .counter-content-wrapper{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-counter-wrapper-modern .counter-title-element{
  font-size: 18px;
  font-weight: 700;
}

.stronghold-counter-wrapper-modern .counter-icon-wrapper i{
  font-size: 40px;
  color: #2296f9;
  vertical-align: middle;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper-modern .counter-icon-wrapper{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  justify-content: center;
}

.stronghold-counter-wrapper-modern .counter-svg svg{
  width: 80px;
  height: 80px;
}

.stronghold-counter-wrapper-modern .number-prefix,
.stronghold-counter-wrapper-modern .number-suffix,
.stronghold-counter-wrapper-modern .counter-number-val{
  display: inline-block;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #001733;
  margin: 0;
}

.stronghold-counter-wrapper-modern .counter-icon-wrapper,
.stronghold-counter-wrapper-modern .counter-number-val{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper-modern .counter-title-wrapper{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;

}

.stronghold-counter-wrapper-modern .counter-title-wrapper{
  margin: 0;
}

.stronghold-counter-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-counter-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-counter-wrapper-modern .icon-circle{
  border-radius: 50%;
}

.stronghold-counter-wrapper-modern .counter-link-btn-wrapper{
  margin-top: 10px;
}

.stronghold-counter-wrapper-modern .counter-link-btn-wrapper .info-icon-link{
  font-weight: 600;
}

.stronghold-counter-wrapper-modern .counter-link-btn-wrapper .link-btn-icon-right{
  margin-left: 6px;
  vertical-align: middle;
}

.stronghold-counter-wrapper-modern .counter-link-btn-wrapper .link-btn-icon-left{
  margin-right: 6px;
  vertical-align: middle;
}

.stronghold-counter-wrapper-modern .link-btn-full-width .counter-link{
  display: flex;
  align-items: center;
}

.stronghold-counter-wrapper-modern .link-btn-icon-end .counter-link{
  justify-content: space-between;
}

.stronghold-counter-wrapper-modern .link-btn-icon-left,
.stronghold-counter-wrapper-modern .link-btn-icon-right,
.stronghold-counter-wrapper-modern .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .link-btn-svg-left-wrapper{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper-modern .icon-rotate:hover .link-btn-icon-left,
.stronghold-counter-wrapper-modern .icon-rotate:hover .link-btn-icon-right,
.stronghold-counter-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper{
  transform: rotate(360deg);
}

.stronghold-counter-wrapper-modern .icon-translate-up:hover .link-btn-icon-left,
.stronghold-counter-wrapper-modern .icon-translate-up:hover .link-btn-icon-right,
.stronghold-counter-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-counter-wrapper-modern .icon-translate-down:hover .link-btn-icon-left,
.stronghold-counter-wrapper-modern .icon-translate-down:hover .link-btn-icon-right,
.stronghold-counter-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-counter-wrapper-modern .icon-translate-right:hover .link-btn-icon-left,
.stronghold-counter-wrapper-modern .icon-translate-right:hover .link-btn-icon-right,
.stronghold-counter-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-counter-wrapper-modern .icon-translate-left:hover .link-btn-icon-left,
.stronghold-counter-wrapper-modern .icon-translate-left:hover .link-btn-icon-right,
.stronghold-counter-wrapper-modern .icon-translate-left:hover .link-btn-svg-left-wrapper,
.stronghold-counter-wrapper-modern .icon-translate-left:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.stronghold-counter-wrapper-modern .link-text-underline{
  position: relative;
}

.stronghold-counter-wrapper-modern .link-text-underline:after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2296f9;
}

.stronghold-counter-wrapper-modern .underline-translate-up:hover:after{
  bottom: 0;
}

.stronghold-counter-wrapper-modern .underline-translate-down:hover:after{
  bottom: -8px;
}

.stronghold-counter-wrapper-modern.counter-design-two{
  display: flex;
  gap: 20px;
}

.stronghold-counter-wrapper-modern.counter-design-two .counter-icon-wrapper,
.stronghold-counter-wrapper-modern.counter-design-two .counter-content-wrapper{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-counter-wrapper-modern.counter-design-three{
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-counter-wrapper-modern.counter-design-three .counter-icon-wrapper {
  margin-bottom: 20px;
}

.stronghold-counter-wrapper-modern.counter-design-three .stronghold-info-icon-element{
  font-size: 50px;
}

.stronghold-counter-wrapper-modern.counter-design-three .counter-title-element{
  font-size: 25px;
  color: #001733;
}

.stronghold-counter-wrapper-modern.counter-design-three .counter-number-wrapper {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #f6f6f6;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-counter-wrapper-modern.counter-design-three:hover .counter-number-wrapper{
  border-color: #2296f9;
}

.stronghold-counter-wrapper-modern.counter-design-three .counter-number-val{
  line-height: initial;
}


/*--------------------------------------------------------------
15.9 Custom Menu
--------------------------------------------------------------*/

.stronghold-custom-menu li {
  list-style: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-radius: 6px;
  display: flex;
  display: -webkit-flex;
}

.stronghold-custom-menu li:hover,
.link-parent-active:hover {
  background: #2296f9;
  color: #fff;
}

.stronghold-custom-menu li a:hover,
.link-parent-active a:hover {
  color: #fff;
}

.stronghold-custom-menu li:last-child a {
  border-bottom: none !important;
  margin-bottom: 0;
}

.stronghold-custom-menu li a {
  padding: 15px 20px;
  display: block;
  color: #5f5f5f;
  font-weight: 600;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.stronghold-custom-menu .link-active {
  color: #fff;
  border-radius: 6px;
}

.stronghold-custom-menu .link-active:hover {
  color: #fff;
  opacity: 0.8;
}

.stronghold-custom-menu .link-parent-active{
  background: #2296f9;
}

.stronghold-custom-menu {
  padding: 0px;
  margin: 0;
}

.stronghold-custom-menu .custom-menu-icon,
.custom-menu-svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 20px;
  color: #ececec;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-custom-menu li:hover .custom-menu-icon {
  color: #2296f9;
}

.custom-menu-svg svg{
  width: 16px;
  height: 16px;
}


.stronghold-custom-menu-wrapper-modern .custom-menu-item {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover > a,
.stronghold-custom-menu-wrapper-modern .link-parent-active:hover > a {
  color: #fff;
  background: #2296f9;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover .menu-item-title-element{
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:last-child {
  border-bottom: none;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item a {
  padding: 15px 20px;
  display: block;
  color: #5f5f5f;
  font-weight: 600;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.stronghold-custom-menu-wrapper-modern .link-current {
  color: #fff;
  background: #2296f9;
}

.stronghold-custom-menu-wrapper-modern {
  padding: 0px;
  margin: 0;
}

.stronghold-custom-menu-wrapper-modern.custom-menu-layout-horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.stronghold-custom-menu-wrapper-modern.custom-menu-layout-horizontal .custom-menu-item {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-icon,
.stronghold-custom-menu-wrapper-modern .custom-menu-svg svg {
  margin-right: 10px;
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover .custom-menu-icon,
.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover .custom-menu-svg svg {
  color: #fff;
}

.stronghold-custom-menu-wrapper-modern .menu-item-title-element{
 display: inline-block;
 margin: 0;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-svg svg{
  width: 16px;
  height: 16px;
}

.stronghold-custom-menu-wrapper-modern .menu-item-right-icon{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  color: #ececec;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover .custom-menu-icon-right-translate {
  margin-right: -10px;
}

.stronghold-custom-menu-wrapper-modern .custom-menu-item:hover .custom-menu-icon-translate {
  margin-left: 5px;
}



/*--------------------------------------------------------------
15.10 Detail List
--------------------------------------------------------------*/

.detail-list-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 10px;
}

.detail-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.detail-title {
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.detail-desc {
  margin-bottom: auto;
  margin-top: auto;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.detail-list-content {
  padding: 10px;
}

.plumbit-detail-list-widget {
  border: 1px solid #f4f4f4;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-detail-list-widget .detail-btn {
  padding: 20px;
}

.plumbit-detail-list-widget .detail-btn a {
  width: 100%;
}


.stronghold-detail-list-wrapper-modern .detail-list-header {
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: #2296f9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.stronghold-detail-list-wrapper-modern .detail-list-header .detail-list-header-title{
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.stronghold-detail-list-wrapper-modern .detail-list-header .detail-list-header-desc{
  margin-top: 10px;
  color: #fff;
}

.stronghold-detail-list-wrapper-modern .detail-list-item {
  border-bottom: 1px solid #f4f4f491;
  padding: 10px 0;
  display: flex;
  column-gap: 15px;
}

.stronghold-detail-list-wrapper-modern .detail-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.stronghold-detail-list-wrapper-modern .detail-title {
  padding-right: 10px;
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-detail-list-wrapper-modern .detail-desc,
.stronghold-detail-list-wrapper-modern .detail-list-item .detail-content,
.stronghold-detail-list-wrapper-modern .detail-list-item .icon-wrapper {
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .detail-desc{
  font-size: 14px;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .icon-wrapper{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .icon-wrapper i,
.stronghold-detail-list-wrapper-modern .detail-title,
.stronghold-detail-list-wrapper-modern .detail-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .detail-content{
  width: 100%;
}

.stronghold-detail-list-wrapper-modern .detail-desc p{
  margin:0;
}

.stronghold-detail-list-wrapper-modern .detail-list-content {
  padding: 10px 20px;
}

.stronghold-detail-list-wrapper-modern .detail-btn{
  text-align: center;
}

.stronghold-detail-list-wrapper-modern {
  border: 1px solid #f8f8f8;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

.stronghold-detail-list-wrapper-modern .detail-btn {
  padding: 20px;
}

.stronghold-detail-list-wrapper-modern .detail-btn a {
  width: 100%;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .info-icon-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern .detail-list-item:hover .info-icon-box-shadow {
  box-shadow: none;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .info-icon-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern .detail-list-item:hover .info-icon-translate {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-detail-list-wrapper-modern .detail-list-item .icon-round{
  border-radius: 10px;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .icon-square{
  border-radius: 0;
}

.stronghold-detail-list-wrapper-modern .detail-list-item .icon-circle{
  border-radius: 50%;
}

.stronghold-detail-list-wrapper-modern.detail-list-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern.detail-list-translate:hover{
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-detail-list-wrapper-modern .detail-list-img-zoom{
  overflow: hidden;
}

.stronghold-detail-list-wrapper-modern .detail-list-img-zoom img{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-detail-list-wrapper-modern .detail-list-img-zoom:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-detail-list-wrapper-modern .detail-list-header-img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.stronghold-detail-list-wrapper-modern .detail-list-header-img{
  position: relative;
}

.stronghold-detail-list-wrapper-modern .detail-list-header-img img{
  width: 100%;
}

@media screen and (min-width : 320px) and (max-width: 767px) {
  .stronghold-detail-list-wrapper-modern .detail-list-item .detail-content{
    flex-direction: column;
  }
}



/*--------------------------------------------------------------
15.11 Flip Box
--------------------------------------------------------------*/

.flip-box-title {
  text-align: center;
  margin-top: 15px;
}

.flip-box-title h4 {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.flip-box-title a:hover h4 {
  color: #2296f9;
}

.flip-box-img,
.flip-box-back{
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-box-back {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.flip-box-img-wrapper {
  position: relative;
}

.flip-box-horizontal:hover .flip-box-img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

.flip-box-horizontal:hover .flip-box-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
}

.flip-box-vertical:hover .flip-box-img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}

.flip-box-vertical:hover .flip-box-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
}

.flip-box-vertical .flip-box-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
}

.flip-box-img,
.flip-box-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
}

.flip-box-img img{
  width: 100%;
}



.stronghold-flip-box-wrapper-modern .flip-box-title {
  text-align: center;
  margin-top: 15px;
}

.stronghold-flip-box-wrapper-modern .flip-icon-box-title-element {
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-flip-box-wrapper-modern .flip-box-title a:hover h4 {
  color: #2296f9;
}

.stronghold-flip-box-wrapper-modern .flip-box-img,
.stronghold-flip-box-wrapper-modern .flip-box-back{
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.stronghold-flip-box-wrapper-modern .flip-box-back {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.stronghold-flip-box-wrapper-modern .flip-box-back p{
  margin: 0;
}

.stronghold-flip-box-wrapper-modern .flip-box-img-wrapper {
  position: relative;
}

.stronghold-flip-box-wrapper-modern .flip-box-horizontal:hover .flip-box-img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

.stronghold-flip-box-wrapper-modern .flip-box-horizontal:hover .flip-box-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
}

.stronghold-flip-box-wrapper-modern .flip-box-vertical:hover .flip-box-img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}

.stronghold-flip-box-wrapper-modern .flip-box-vertical:hover .flip-box-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
}

.stronghold-flip-box-wrapper-modern .flip-box-vertical .flip-box-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
}

.stronghold-flip-box-wrapper-modern .flip-box-img,
.stronghold-flip-box-wrapper-modern .flip-box-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
}

/*--------------------------------------------------------------
15.12 Flip Icon Box
--------------------------------------------------------------*/

.flip-icon-box-icon i,
.flip-icon-box-title h4,
.flip-icon-box-desc,
.flip-icon-box-zoom {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.flip-icon-box-title h4 {
  margin-bottom: 6px;
}

.stronghold-flip-icon-box {
  text-align: center;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.flip-icon-box-front {
  padding: 35px;
  background-size: cover;
}

.flip-box-content-wrap {
  margin-top: 10px;
  padding: 0 20px;
}

.stronghold-flip-icon-box:hover .flip-icon-box-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-flip-icon-box {
  perspective: 500px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.stronghold-flip-icon-box:hover {
  transform: rotateY(180deg);
}

.flip-vertical:hover {
  transform: rotateX(180deg) !important;
}

.flip-horizontal:hover {
  transform: rotateY(180deg) !important;
}

.flip-icon-box-front,
.flip-icon-box-back {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  flex-direction: column;
}

.flip-icon-box-back {
  background: #fff;
  background-size: cover;
}

.flip-vertical:hover .flip-icon-box-back {
  transform: rotateX(180deg) !important;
}

.flip-horizontal:hover .flip-icon-box-back {
  transform: rotateY(180deg) !important;
}

.flip-vertical .flip-icon-box-back {
  transform: rotateX(180deg) !important;
}

.flip-horizontal .flip-icon-box-back {
  transform: rotateY(180deg) !important;
}

.stronghold-flip-icon-box-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}

.flip-icon-box-btn-wrapper {
  width: 100%;
}

.flip-icon-box-svg svg{
  width: 80px;
  height: 80px;
}



.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-icon i,
.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-title h4,
.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-desc,
.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-zoom {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-title h4 {
  margin-bottom: 6px;
}

.stronghold-flip-icon-box-wrapper-modern .stronghold-flip-icon-box {
  text-align: center;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-front {
  padding: 35px;
  background-size: cover;
}

.stronghold-flip-icon-box-wrapper-modern .flip-box-content-wrap {
  margin-top: 10px;
  padding: 0 20px;
  z-index: 1;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-icon{
  z-index: 1;
}

.stronghold-flip-icon-box-wrapper-modern .stronghold-flip-icon-box:hover .flip-icon-box-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-flip-icon-box-wrapper-modern .stronghold-flip-icon-box {
  perspective: 500px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.stronghold-flip-icon-box-wrapper-modern .stronghold-flip-icon-box:hover {
  transform: rotateY(180deg);
}

.stronghold-flip-icon-box-wrapper-modern .flip-vertical:hover {
  transform: rotateX(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .flip-horizontal:hover {
  transform: rotateY(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-front,
.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-back {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  flex-direction: column;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-back {
  background: #fff;
  background-size: cover;
}

.stronghold-flip-icon-box-wrapper-modern .flip-vertical:hover .flip-icon-box-back {
  transform: rotateX(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .flip-horizontal:hover .flip-icon-box-back {
  transform: rotateY(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .flip-vertical .flip-icon-box-back {
  transform: rotateX(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .flip-horizontal .flip-icon-box-back {
  transform: rotateY(180deg) !important;
}

.stronghold-flip-icon-box-wrapper-modern .stronghold-flip-icon-box-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-btn-wrapper {
  width: 100%;
  z-index: 1;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-desc p{
  margin: 0;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-svg svg{
  width: 80px;
  height: 80px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-front .flip-iconbox-overlay,
.stronghold-flip-icon-box-wrapper-modern .flip-icon-box-back .flip-iconbox-overlay-bk {
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}




/*--------------------------------------------------------------
 Gallery
--------------------------------------------------------------*/
.stronghold-gallery-wrapper-modern .gallery-img{
  position: relative;
}

.stronghold-gallery-wrapper-modern .gallery-img img{
  width: 100%;
}

.stronghold-gallery-wrapper-modern .gallery-img-caption-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #2296f9;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.stronghold-gallery-wrapper-modern .gallery-img:hover .gallery-img-caption-wrap,
.stronghold-gallery-wrapper-modern .masonry-img:hover .gallery-img-caption-wrap{
  opacity: 0.8;
}

.stronghold-gallery-wrapper-modern .gallery-img-caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 18px;
  color: #fff;
}

.stronghold-gallery-wrapper-modern .gallery-img:hover .gallery-img-caption,
.stronghold-gallery-wrapper-modern .masonry-img:hover .gallery-img-caption {
  opacity: 1;
  height: 100%;
}

.stronghold-gallery-wrapper-modern .gallery-row{
  margin-bottom: 40px;
}



/*--------------------------------------------------------------
15.13 Heading
--------------------------------------------------------------*/

.stronghold-heading .heading-subtitle {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  font-family: "Montserrat", sans-serif;
  color: #2296f9;
}

.stronghold-heading .heading-title h1,
.stronghold-heading .heading-title h2,
.stronghold-heading .heading-title h3,
.stronghold-heading .heading-title h4,
.stronghold-heading .heading-title h5,
.stronghold-heading .heading-title h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.stronghold-heading .heading-title h3 {
  font-size: 42px;
}

.stronghold-heading .heading-sep-front,
.stronghold-heading .heading-sep-back {
  content: "";
  height: 2px;
  width: 30px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.stronghold-heading .heading-sep-back {
  margin-left: 10px;
  margin-right: 0;
}

.stronghold-heading .heading-title-element{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-heading .heading-sep-title{
  content: "";
  height: 3px;
  width: 50px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .stronghold-heading .heading-subtitle {
    font-size: 13px;
  }

  .stronghold-heading .heading-title h1 {
    font-size: 40px;
  }
  .stronghold-heading .heading-title h2 {
    font-size: 32px;
  }
  .stronghold-heading .heading-title h3 {
    font-size: 28px;
  }
  .stronghold-heading .heading-title h4 {
    font-size: 22px;
  }
  .stronghold-heading .heading-title h5 {
    font-size: 19px;
  }
  .stronghold-heading .heading-title h6 {
    font-size: 16px;
  }

}


.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle {
  display: flex;
  display: -webkit-flex;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle-span {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  color: #2296f9;
  position: relative;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h1,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h2,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h3,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h4,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h5,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title h3 {
  font-size: 40px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title .heading-sep-front{
  content: "";
  height: 3px;
  width: 50px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title i,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle i {
  color: #2296f9;
  font-size: 16px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-icon-left{
  padding-right: 6px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-icon-right{
  padding-left: 6px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title .heading-title-element span,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-title .heading-title-element b{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-right svg,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-left svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-right,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-left{
  display: inline-block;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-right{
  margin-left: 10px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-left{
  margin-right: 10px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title-element{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-title-element .heading-title-bullet,
.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle-span .heading-sub-title-bullet{
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  background: #dd3333;
  border-radius: 50%;
  margin-bottom: auto;
  margin-top: auto;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 800px) {
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle-span {
    font-size: 12px;
  }

  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h1 {
    font-size: 40px;
  }
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h2 {
    font-size: 32px;
  }
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h3 {
    font-size: 28px;
  }
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h4 {
    font-size: 22px;
  }
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h5 {
    font-size: 19px;
  }
  .stronghold-heading-wrapper-modern .stronghold-heading .heading-title h6 {
    font-size: 16px;
  }

}



/*--------------------------------------------------------------
15.14 Icon Box
--------------------------------------------------------------*/

.stronghold-icon-box-wrapper {
  margin-bottom: 15px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-icon-box-wrapper p {
  margin: 0;
}

.icon-box-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-box-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-icon-box-wrapper .stronghold-info-icon i {
  vertical-align: initial !important;
  font-size: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.stronghold-icon-box-front,
.stronghold-icon-box-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
}

.stronghold-icon-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stronghold-icon-box-front {
  padding: 35px;
}

.stronghold-icon-box-wrapper:hover .icon-box-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-icon-box-back {
  padding: 15px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

.stronghold-info-icon .icon-circle-top,
.stronghold-info-icon .icon-circle-bottom {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  background: #2296f91c;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.stronghold-info-icon .icon-circle-top {
  left: 40%;
  top: 20%;
}

.stronghold-info-icon .icon-circle-bottom {
  height: 60px;
  width: 60px;
  top: 85%;
  left: 60%;
}

.stronghold-info-icon .icon-circle-top.design-two {
  top: 85%;
  left: 60%;
}

.stronghold-info-icon .icon-circle-bottom.design-two {
  left: 40%;
  top: 20%;
}

.stronghold-icon-box-front .iconbox-overlay {
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.stronghold-content-wrap {
  position: relative;
}

.stronghold-icon-box-front .stronghold-info-icon-content-front {
  position: relative;
}

.stronghold-icon-box-front:hover > .iconbox-overlay {
  opacity: 1;
}

.stronghold-info-icon-link {
  margin-top: 20px;
}

.stronghold-info-icon-link-btn {
  padding: 5px 15px;
  border-radius: 6px;
  transition: none;
}

.stronghold-info-icon-link-btn:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  transition: none;
}

.icon-box-design-two .icon-left,
.icon-box-design-two .icon-right {
  display: -webkit-flex;
  display: flex;
  text-align: left;
}

.icon-box-design-two .icon-right {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right;
}

.icon-box-design-two .icon-left .stronghold-content-wrap,
.icon-box-design-two .icon-right .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.icon-box-design-two .icon-right .stronghold-info-icon,
.icon-box-design-two .icon-left .stronghold-info-icon {
  margin-bottom: auto;
  margin-top: auto;
}

.icon-box-design-two .icon-right .stronghold-info-icon {
  padding-left: 20px;
}

.icon-box-design-two .icon-left .stronghold-info-icon {
  padding-right: 20px;
}

.icon-box-design-two .stronghold-info-icon-title-element{
  margin-bottom: 5px;
}

.stronghold-info-icon .icon-box-svg svg{
  width: 50px;
  height: 50px;
}

.stronghold-info-icon .icon-box-svg{
  text-align: center;
}

.icon-box-design-three .stronghold-info-icon{
  margin-top: -75px;
}

.icon-box-read-more{
  display: block;
  margin-top: 10px;
}


.stronghold-icon-box-wrapper-modern {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  padding: 25px;
}

.stronghold-icon-box-wrapper-modern .stronghold-icon-box-front{
  padding: 0;
}


.stronghold-icon-box-wrapper-modern .stronghold-icon-box-widget-link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.stronghold-icon-box-wrapper-modern .stronghold-icon-box-widget-link:hover,
.stronghold-icon-box-wrapper-modern .stronghold-icon-box-widget-link:focus,
.stronghold-icon-box-wrapper-modern .stronghold-icon-box-widget-link:active{
  color: inherit;
  text-decoration: none;
}

.stronghold-icon-box-wrapper-modern.icon-box-shadow-off{
  box-shadow: none;
}

.stronghold-icon-box-wrapper-modern .stronghold-info-icon, 
.stronghold-icon-box-wrapper-modern .info-icon-img img{
  line-height: initial;
}

.stronghold-icon-box-wrapper-modern p {
  margin: 0;
}

.stronghold-icon-box-wrapper-modern.icon-box-translate,
.stronghold-icon-box-wrapper-modern.icon-box-icon-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-translate:hover,
.stronghold-icon-box-wrapper-modern.icon-box-icon-translate:hover .stronghold-info-icon{
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-icon-box-wrapper-modern.icon-box-underline-effect:before,
.stronghold-icon-box-wrapper-modern.info-box-underline-effect:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 8px;
  z-index: 3;
  border-radius: 10px;
  background-color: #2296f9;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-underline-effect:hover:before,
.stronghold-icon-box-wrapper-modern.info-box-underline-effect:hover:before{
  width: 100%;
}

.stronghold-icon-box-wrapper-modern .stronghold-info-icon i {
  font-size: 40px;
  color: #2296f9;
  position: relative;
}

.stronghold-icon-box-wrapper-modern:hover .icon-box-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-icon-box-wrapper-modern .icon-circle-top,
.stronghold-icon-box-wrapper-modern .icon-circle-bottom {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  background: #2296f9;
  opacity: 0.2;
  bottom: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-icon-box-wrapper-modern .icon-circle-top {
  left: 40%;
  top: 20%;
}

.stronghold-icon-box-wrapper-modern .icon-circle-bottom {
  height: 60px;
  width: 60px;
  top: 85%;
  left: 60%;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-two .icon-circle-bottom,
.stronghold-icon-box-wrapper-modern.icon-box-design-two .icon-circle-top.design-two,
.stronghold-icon-box-wrapper-modern.icon-box-design-three .icon-circle-bottom,
.stronghold-icon-box-wrapper-modern.icon-box-design-three .icon-circle-top.design-two {
  top: 55%;
}

.stronghold-icon-box-wrapper-modern .icon-circle-top.design-two,
.stronghold-icon-box-wrapper-modern .icon-circle-top.design-three {
  top: 85%;
  left: 60%;
}

.stronghold-icon-box-wrapper-modern .icon-circle-bottom.design-two,
.stronghold-icon-box-wrapper-modern .icon-circle-bottom.design-three {
  left: 40%;
  top: 20%;
}

.stronghold-icon-box-wrapper-modern .stronghold-icon-box-front:hover .icon-circle-animation{
  top: 50%;
}

.stronghold-icon-box-wrapper-modern .icon-box-link-btn-wrapper{
  margin-top: 20px;
}

.stronghold-icon-box-wrapper-modern .icon-box-link{
  font-weight: 600;
}

.stronghold-icon-box-wrapper-modern .link-btn-icon-right{
  margin-left: 6px;
  vertical-align: middle;
}

.stronghold-icon-box-wrapper-modern .link-btn-icon-left{
  margin-right: 6px;
  vertical-align: middle;
}

.stronghold-icon-box-wrapper-modern .link-btn-full-width .icon-box-link{
  display: flex;
  align-items: center;
}

.stronghold-icon-box-wrapper-modern .link-btn-icon-end .icon-box-link{
  justify-content: space-between;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-two .stronghold-icon-box-front,
.stronghold-icon-box-wrapper-modern.icon-box-design-three .stronghold-icon-box-front {
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-three .stronghold-icon-box-front{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-two .icon-left .stronghold-content-wrap,
.stronghold-icon-box-wrapper-modern.icon-box-design-three .icon-right .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-three .icon-right .stronghold-info-icon,
.stronghold-icon-box-wrapper-modern.icon-box-design-two .icon-left .stronghold-info-icon {
  margin-bottom: auto;
  margin-top: auto;
  z-index: 3;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-three .stronghold-info-icon-title-element,
.stronghold-icon-box-wrapper-modern.icon-box-design-two .stronghold-info-icon-title-element{
  margin-bottom: 5px;
}

.stronghold-icon-box-wrapper-modern .stronghold-info-icon{
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 2;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-icon-box-wrapper-modern .stronghold-info-icon .icon-box-svg svg{
  width: 50px;
  height: 50px;
}

.stronghold-icon-box-wrapper-modern .stronghold-info-icon .icon-box-svg{
  text-align: center;
}

.stronghold-icon-box-wrapper-modern .icon-box-read-more{
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}

.stronghold-icon-box-wrapper-modern .icon-box-four-top{
  display: flex;
  z-index: 3;
  position: relative;
}

.stronghold-icon-box-wrapper-modern .icon-box-four-top .stronghold-info-icon{
  margin-right: 30px;    
}

.stronghold-icon-box-wrapper-modern .icon-box-four-top .stronghold-info-icon-title{
  border-left: 1px solid rgba(21, 20, 28, 0.1);
  padding-left: 30px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-four .stronghold-info-icon-content-front{
  padding-top: 25px;
  text-align: left;
}


.stronghold-icon-box-wrapper-modern.icon-box-design-four .stronghold-info-icon i,
.stronghold-icon-box-wrapper-modern.icon-box-design-seven .stronghold-info-icon i,
.stronghold-icon-box-wrapper-modern.icon-box-design-eight .stronghold-info-icon i{
  font-size: 50px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-four,
.stronghold-icon-box-wrapper-modern.icon-box-design-three,
.stronghold-icon-box-wrapper-modern.icon-box-design-two,
.stronghold-icon-box-wrapper-modern.icon-box-design-one{
  overflow: hidden;
}

.stronghold-icon-box-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-icon-box-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-icon-box-wrapper-modern .icon-circle{
  border-radius: 50%;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-five .stronghold-info-icon,
.stronghold-icon-box-wrapper-modern.icon-box-design-six .stronghold-info-icon {
background: #2296f9;
line-height: 60px;
height: 60px;
width: 60px;
justify-content: center;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-five .stronghold-info-icon i,
.stronghold-icon-box-wrapper-modern.icon-box-design-six .stronghold-info-icon i{
  color: #ffffff;
  font-size: 30px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-five .stronghold-info-icon-content-front{
  border-radius: 10px;
  padding: 20px;
  background: #f5f5f5;
    -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-five .stronghold-info-icon-content-front,
.stronghold-icon-box-wrapper-modern.icon-box-design-six .stronghold-info-icon-content-front{
  margin-top: 30px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-six{
  padding: 30px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-six:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #2296f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-seven{
  padding: 60px 25px;
  overflow: hidden;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-seven:before,
.stronghold-icon-box-wrapper-modern.icon-box-design-seven:after{
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 10px;
  border-radius: 10px;
  background-color: #2296f9;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-seven:before{
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-seven:hover:before,
.stronghold-icon-box-wrapper-modern.icon-box-design-seven:hover:after{
  width: 100%;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-eight .info-icon-header-wrapper{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #f6f6f6;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-eight:hover .info-icon-header-wrapper{
  border-color: #2296f9;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-eight .stronghold-info-icon,
.stronghold-icon-box-wrapper-modern.icon-box-design-eight .icon-box-link-btn-wrapper{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-nine .info-icon-header-wrapper{
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-nine .stronghold-info-icon i{
  font-size: 60px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-nine .stronghold-info-icon,
.stronghold-icon-box-wrapper-modern.icon-box-design-nine .stronghold-info-icon-title{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-nine .stronghold-info-icon-title-element{
  margin-bottom: 0;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-ten{
  padding: 50px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-ten .stronghold-info-icon{
background: #2296f9;
border-radius: 50%;
line-height: 80px;
height: 80px;
width: 80px;
margin-bottom: 30px;
justify-content: center;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-ten .stronghold-info-icon i{
  color: #ffffff;
  font-size: 40px;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-ten:before{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-right: 30px solid #F9F9F9;
  border-bottom: 30px solid #F9F9F9;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-radius: 5px;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-icon-box-wrapper-modern.icon-box-design-ten:hover:before{
  border-right-color: #2296f9;
  border-bottom-color: #2296f9;
}

.stronghold-icon-box-wrapper-modern .icon-rotate:hover .link-btn-icon-left,
.stronghold-icon-box-wrapper-modern .icon-rotate:hover .link-btn-icon-right,
.stronghold-icon-box-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper,
.stronghold-icon-box-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper{
  transform: rotate(360deg);
}

.stronghold-icon-box-wrapper-modern .icon-translate-up:hover .link-btn-icon-left,
.stronghold-icon-box-wrapper-modern .icon-translate-up:hover .link-btn-icon-right,
.stronghold-icon-box-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper,
.stronghold-icon-box-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-icon-box-wrapper-modern .icon-translate-down:hover .link-btn-icon-left,
.stronghold-icon-box-wrapper-modern .icon-translate-down:hover .link-btn-icon-right,
.stronghold-icon-box-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper,
.stronghold-icon-box-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-icon-box-wrapper-modern .icon-translate-right:hover .link-btn-icon-left,
.stronghold-icon-box-wrapper-modern .icon-translate-right:hover .link-btn-icon-right,
.stronghold-icon-box-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper,
.stronghold-icon-box-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-icon-box-wrapper-modern .link-text-underline{
  position: relative;
}

.stronghold-icon-box-wrapper-modern .link-text-underline:after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2296f9;
}

.stronghold-icon-box-wrapper-modern .underline-translate-up:hover:after{
  bottom: 0;
}

.stronghold-icon-box-wrapper-modern .underline-translate-down:hover:after{
  bottom: -8px;
}

@media screen and (max-width: 1199px) {

  .stronghold-icon-box-wrapper-modern .icon-box-four-top {
    flex-direction: column;
  }

  .stronghold-icon-box-wrapper-modern .icon-box-four-top .stronghold-info-icon {
    margin-bottom: 30px;
    margin-right: 0;
    justify-content: center;
  }

  .stronghold-icon-box-wrapper-modern .icon-box-four-top .stronghold-info-icon-title {
    border-top: 1px solid rgba(21, 20, 28, 0.1);
    border-left: none;
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
  }

  .stronghold-icon-box-wrapper-modern.icon-box-design-four .stronghold-info-icon-content-front {
    padding-top: 10px;
    text-align: center;
  }

}


@media screen and (max-width: 1199px) {

  .icon-box-three-top {
    flex-direction: column;
  }

  .icon-box-three-top .stronghold-info-icon {
    margin-bottom: 30px;
    margin-right: 0;
    justify-content: center;
  }

  .icon-box-three-top .stronghold-info-icon-title {
    border-top: 1px solid rgba(21, 20, 28, 0.1);
    border-left: none;
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
  }

  .icon-box-design-three .stronghold-info-icon-content-front {
    padding-top: 10px;
    text-align: center;
  }


}



/*--------------------------------------------------------------
14.18 Image Layer V2
--------------------------------------------------------------*/
.stronghold-image-layer-wrapper-modern {
  position: relative;
  width: 100%;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-link:hover,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-link:focus,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-link:active {
  color: inherit;
  text-decoration: none;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: visible;
  isolation: isolate;
}

.stronghold-image-layer-wrapper-modern.stronghold-image-layer-overflow-hidden .stronghold-image-layer,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer.stronghold-image-layer-overflow-hidden {
  overflow: hidden;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-position {
  position: absolute;
  width: 100%;
  left: var(--stronghold-layer-x, 50%);
  top: var(--stronghold-layer-y, 50%);
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(var(--stronghold-layer-base-rotation, 0deg));
  transform-origin: center;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-top-left {
  transform: translate(0, 0) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-top-center {
  transform: translate(-50%, 0) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-top-right {
  transform: translate(-100%, 0) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-center-left {
  transform: translate(0, -50%) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-center-right {
  transform: translate(-100%, -50%) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-bottom-left {
  transform: translate(0, -100%) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-bottom-center {
  transform: translate(-50%, -100%) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-anchor-bottom-right {
  transform: translate(-100%, -100%) rotate(var(--stronghold-layer-base-rotation, 0deg));
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-motion {
  position: relative;
  display: block;
  width: var(--stronghold-layer-width, 30%);
  transform: translate3d(var(--stronghold-layer-motion-x, 0px), var(--stronghold-layer-motion-y, 0px), 0) rotate(var(--stronghold-layer-motion-rotate, 0deg)) scale(var(--stronghold-layer-motion-scale, 1));
  transform-origin: center;
  will-change: auto;
}

.stronghold-image-layer-wrapper-modern.stronghold-image-layer-motion-active .stronghold-image-layer-motion {
  will-change: transform;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation {
  display: block;
  animation-delay: var(--stronghold-layer-animation-delay, 0s);
  animation-duration: var(--stronghold-layer-animation-duration, 8s);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  border-radius: inherit;
  transition: transform 300ms ease, filter 300ms ease, box-shadow 300ms ease;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-clip {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.elementor-editor-active .stronghold-image-layer-wrapper-modern .stronghold-image-layer-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px dashed rgba(34, 55, 72, 0.35);
  background: #f3f6f8;
  color: #536270;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-image {
  height: auto;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-icon {
  min-height: 1px;
  color: inherit;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-item-type-icon .stronghold-image-layer-position,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-item-type-icon .stronghold-image-layer-media-icon {
  width: 100%;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-icon svg,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-icon i {
  display: inline-block;
  vertical-align: middle;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-media-icon svg {
  width: 1em;
  height: 1em;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-1-1 .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-4-3 .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-3-4 .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-16-9 .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-9-16 .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-custom .stronghold-image-layer-media {
  aspect-ratio: 1 / 1;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-4-3 .stronghold-image-layer-media {
  aspect-ratio: 4 / 3;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-3-4 .stronghold-image-layer-media {
  aspect-ratio: 3 / 4;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-16-9 .stronghold-image-layer-media {
  aspect-ratio: 16 / 9;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-9-16 .stronghold-image-layer-media {
  aspect-ratio: 9 / 16;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-custom .stronghold-image-layer-media {
  aspect-ratio: var(--stronghold-layer-aspect-width, 16) / var(--stronghold-layer-aspect-height, 9);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-1-1 .stronghold-image-layer-image,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-4-3 .stronghold-image-layer-image,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-3-4 .stronghold-image-layer-image,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-16-9 .stronghold-image-layer-image,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-9-16 .stronghold-image-layer-image,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-aspect-custom .stronghold-image-layer-image {
  height: 100%;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-lift:hover {
  transform: translateY(-8px);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-grow:hover {
  transform: scale(1.04);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-shrink:hover {
  transform: scale(0.97);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-rotate:hover {
  transform: rotate(2deg);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-brighten:hover {
  filter: brightness(1.08);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-dim:hover {
  filter: brightness(0.88);
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-grayscale:hover {
  filter: grayscale(1);
}

@keyframes stronghold-image-layer-float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes stronghold-image-layer-float-x {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(20px); }
}

@keyframes stronghold-image-layer-rotate-forward {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes stronghold-image-layer-rotate-reverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes stronghold-image-layer-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--float-y,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--float-x,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--rotate-forward,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--rotate-reverse,
.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--pulse {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--float-y {
  animation-name: stronghold-image-layer-float-y;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--float-x {
  animation-name: stronghold-image-layer-float-x;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--rotate-forward {
  animation-name: stronghold-image-layer-rotate-forward;
  animation-timing-function: linear;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--rotate-reverse {
  animation-name: stronghold-image-layer-rotate-reverse;
  animation-timing-function: linear;
}

.stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation--pulse {
  animation-name: stronghold-image-layer-pulse;
}

.stronghold-image-layer-wrapper-modern.stronghold-image-layer-editor-static .stronghold-image-layer-animation,
.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-animation {
  animation: none !important;
  transform: none !important;
}

.stronghold-image-layer-wrapper-modern.stronghold-image-layer-editor-static .stronghold-image-layer-media,
.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-media {
  transition: none;
}

.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-hover-lift:hover,
.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-hover-grow:hover,
.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-hover-shrink:hover,
.stronghold-image-layer-wrapper-modern.stronghold-image-layer-reduced-motion .stronghold-image-layer-hover-rotate:hover {
  transform: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hide-tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hide-mobile {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-motion,
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-media {
    transition: none;
  }

  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-animation {
    animation: none !important;
  }

  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-lift:hover,
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-grow:hover,
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-shrink:hover,
  .stronghold-image-layer-wrapper-modern .stronghold-image-layer-hover-rotate:hover {
    transform: none;
  }
}



/*--------------------------------------------------------------
14.19 Info Box
--------------------------------------------------------------*/
.stronghold-info-box-wrapper-modern .icon-wrapper i {
  transition: 0.5s;
  color: #fff;
  font-size: 40px;
}

.stronghold-info-box-wrapper-modern .icon-wrapper{
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;;
  background: #2296f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stronghold-info-box-wrapper-modern {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern .stronghold-info-box-widget-link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.stronghold-info-box-wrapper-modern .stronghold-info-box-widget-link:hover,
.stronghold-info-box-wrapper-modern .stronghold-info-box-widget-link:focus,
.stronghold-info-box-wrapper-modern .stronghold-info-box-widget-link:active{
  color: inherit;
  text-decoration: none;
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern .info-box-img-wrapper img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  width: 100%;
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper{
  overflow: hidden;
}

.stronghold-info-box-wrapper-modern:hover .info-box-info-wrapper {
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-info-box-wrapper-modern {
  overflow: hidden;
}

.stronghold-info-box-wrapper-modern .info-box-info-wrapper {
  position: relative;
  padding: 20px 25px;
  border: 1px solid #f6f6f6;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern.info-box-design-one .icon-wrapper {
 margin: 15px 13px;
}

.stronghold-info-box-wrapper-modern.info-box-design-one .info-box-info-wrapper {
 width: calc(100% - 30px);
 margin: auto;
 transform: translateY(-30px);
}

.stronghold-info-box-wrapper-modern .info-box-sub-title a:hover .info-box-sub-title-element,
.stronghold-info-box-wrapper-modern .info-box-title a:hover .info-box-title-element {
  color: #2296f9;
}

.stronghold-info-box-wrapper-modern .info-box-sub-title-element,
.stronghold-info-box-wrapper-modern .info-box-title-element,
.stronghold-info-box-wrapper-modern .title-hover-translate,
.info-box-img-zoom img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern .info-box-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.stronghold-info-box-wrapper-modern:hover .title-hover-translate{
  transform: translate3d(0px, -5px, 10px);
}

.stronghold-info-box-wrapper-modern .info-box-desc {
  margin-top: 5px;
}

.stronghold-info-box-wrapper-modern .info-box-desc p{
  margin: 0
}

.stronghold-info-box-wrapper-modern.info-box-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-info-box-wrapper-modern.info-box-opacity,
.stronghold-icon-box-wrapper-modern.icon-box-opacity{
  opacity: 0.6;
}

.stronghold-info-box-wrapper-modern.info-box-opacity:hover,
.stronghold-icon-box-wrapper-modern.icon-box-opacity:hover{
  opacity: 1;
}

.stronghold-info-box-wrapper-modern.info-box-zoom-in:hover,
.stronghold-icon-box-wrapper-modern.icon-box-zoom-in:hover{
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.stronghold-info-box-wrapper-modern.info-box-zoom-out:hover,
.stronghold-icon-box-wrapper-modern.icon-box-zoom-out:hover{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.stronghold-info-box-wrapper-modern.info-box-shadow-off{
  box-shadow: none !important;
}
.stronghold-info-box-wrapper-modern.info-box-shadow-on{
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}


.stronghold-info-box-wrapper-modern.info-box-design-one .info-box-info-wrapper::before {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 4px;
  content: "";
  position: absolute;
  background: #2296f9;
  width: 0%;
  bottom: -4px;
  left: 0;
  border-radius: 5px;
}

.stronghold-info-box-wrapper-modern.info-box-design-one:hover .info-box-info-wrapper::before {
  width: 100%;
}

.info-box-svg svg{
  width: 25px;
  height: 25px;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .info-box-info-wrapper{
  width: 100%;
  transform: none;
  border: none;
  padding: 15px 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .info-box-info-wrapper{
  padding: 70px 30px 30px;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .info-box-info-wrapper::before {
  content: none;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .info-box-title-element a {
  color: #001733;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .icon-wrapper i{
  color: #2296f9;
  margin: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .icon-wrapper {
  margin: 0;
  left: 30px;
  top: -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .icon-box-icon-wrap{
 width: 98px;
 height: 98px;
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 background: #fff;
 opacity: 0.5;
 border-radius: 50%;
 z-index: -1;
 -moz-transition: all 0.6s ease-in-out;
 -webkit-transition: all 0.6s ease-in-out;
 -o-transition: all 0.6s ease-in-out;
 transition: all 0.6s ease-in-out;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
}

.stronghold-info-box-wrapper-modern.info-box-design-two:hover .icon-box-icon-wrap{
  width: 90px;
  height: 90px;
  opacity: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-two .icon-wrapper i{
  font-size: 40px;
  width: initial;
  height: initial;
  line-height: initial;
  background: transparent;

}

.stronghold-info-box-wrapper-modern.info-box-design-two:hover .icon-wrapper{
  background: #2296f9;
}

.stronghold-info-box-wrapper-modern.info-box-design-two:hover .icon-wrapper i{
  color: #fff;
}

.stronghold-info-box-wrapper-modern .info-box-img-zoom{
  overflow: hidden;
}

.stronghold-info-box-wrapper-modern .info-box-img-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #001733;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  z-index: 1;
  opacity: 0;
}

.stronghold-info-box-wrapper-modern .overlay-slide-right{
  transform: translate3d(-100%, 0px, 0px);
}

.stronghold-info-box-wrapper-modern .overlay-slide-left{
  transform: translate3d(100%, 0px, 0px);
}

.stronghold-info-box-wrapper-modern .overlay-slide-up{
  transform: translate3d(0px, 100%, 0px);
}

.stronghold-info-box-wrapper-modern .overlay-slide-down{
  transform: translate3d(0px, -100%, 0px);
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .overlay-slide-down,
.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .overlay-slide-up,
.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .overlay-slide-left,
.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .overlay-slide-right{
  transform: translate3d(0px, 0px, 10px);
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper .overlay-fixed{
  opacity: 0.8;
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .info-box-img-overlay.overlay-fixed{
  opacity: 0.4;
}

.stronghold-info-box-wrapper-modern .info-box-img-wrapper:hover .info-box-img-overlay{
  opacity: 0.6;
}


.stronghold-info-box-wrapper-modern .info-box-info-line{
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0;
  background-color: #2296f9;
  width: 100%;
  height: 10px;
  opacity: 0.3;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-info-box-wrapper-modern.info-box-design-two:hover .info-box-info-line{
  opacity: 1;
}

.stronghold-info-box-wrapper-modern .info-box-img-zoom:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-info-box-wrapper-modern .info-box-link-btn-wrapper{
  margin-top: 10px;
}

.stronghold-info-box-wrapper-modern .info-box-link-btn-wrapper .info-box-link{
  font-weight: 600;
}

.stronghold-info-box-wrapper-modern .info-box-link-btn-wrapper .info-box-btn{
  color: #fff;
}

.stronghold-info-box-wrapper-modern .info-box-link-btn-wrapper .link-btn-icon-right{
  margin-left: 6px;
  vertical-align: middle;
}

.stronghold-info-box-wrapper-modern .info-box-link-btn-wrapper .link-btn-icon-left{
  margin-right: 6px;
  vertical-align: middle;
}

.stronghold-info-box-wrapper-modern .link-btn-full-width .info-icon-link{
  display: flex;
  align-items: center;
}

.stronghold-info-box-wrapper-modern .link-btn-icon-end .info-icon-link{
  justify-content: space-between;
}

.stronghold-info-box-wrapper-modern .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .link-btn-icon-right{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern .link-btn-svg-right-wrapper svg,
.stronghold-info-box-wrapper-modern .link-btn-svg-left-wrapper svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-info-box-wrapper-modern .link-btn-svg-right-wrapper,
.stronghold-info-box-wrapper-modern .link-btn-svg-left-wrapper{
  display: inline-block;
}

.stronghold-info-box-wrapper-modern .link-btn-svg-right-wrapper{
  margin-left: 10px;
}

.stronghold-info-box-wrapper-modern .link-btn-svg-left-wrapper{
  margin-right: 10px;
}

.stronghold-info-box-wrapper-modern .link-text-underline{
  position: relative;
}

.stronghold-info-box-wrapper-modern .link-text-underline:after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2296f9;
}

.stronghold-info-box-wrapper-modern .underline-translate-up:hover:after{
  bottom: 0;
}

.stronghold-info-box-wrapper-modern .underline-translate-down:hover:after{
  bottom: -8px;
}

.stronghold-info-box-wrapper-modern.info-box-design-three .info-box-img-wrapper .icon-wrapper{
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.stronghold-info-box-wrapper-modern.info-box-design-three .info-box-img-wrapper .icon-wrapper i{
  font-size: 60px;
}

.stronghold-info-box-wrapper-modern.info-box-design-three .info-box-info-wrapper{
  text-align: center;
  background: #F7F7F7;
}

.stronghold-info-box-wrapper-modern.info-box-design-three .info-box-info-wrapper .info-box-sub-title-element{
  color: #2296f9;
  font-size: 16px;
  margin-bottom: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-four{
  overflow: hidden;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-img-wrapper{
  border-radius: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-four:hover .info-box-img-overlay{
  opacity: 1;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-info-wrapper{
  text-align: center;
  background: transparent;
  position: absolute;
  border: 0;
  transform: translate3d(0px, -50%, 0px);
  transition: all 500ms ease;
}

.stronghold-info-box-wrapper-modern.info-box-design-four:hover .info-box-content-slide-up{
  transform: translate3d(0px, -100%, 10px);
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-info-wrapper .icon-wrapper{
  position: relative;
  display: inline-block;
  background: transparent;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-info-wrapper .icon-wrapper i{
  vertical-align: middle;
  color: #2296f9;
  font-size: 60px;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-title{
  margin-bottom: 50px;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-title .info-box-title-element{
  color: #fff;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-desc{
  color: #e9e9e9;
  opacity: 0;
  transition: all 500ms ease;
}

.stronghold-info-box-wrapper-modern.info-box-design-four:hover .info-box-desc{
  opacity: 1;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-btn{
  display: block;
  background: #ffffff4d;
}

.stronghold-info-box-wrapper-modern.info-box-design-four .info-box-btn:hover{
  display: block;
  background: #ffffff8c;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .info-box-header-wrapper{
  display: flex;
  gap: 20px;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .icon-wrapper{
  position: relative;
  margin-bottom: auto;
  margin-top: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .icon-wrapper i{
  font-size: 25px;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .info-box-sub-title-element{
  margin: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .info-box-info-wrapper{
  width: calc(100% - 30px);
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.stronghold-info-box-wrapper-modern.info-box-design-five .info-box-img-wrapper{
  border-radius: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-header-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-ten .info-box-header-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-img-wrapper .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-img-wrapper .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-img-wrapper .icon-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-header-wrapper .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-ten .info-box-header-wrapper .icon-wrapper{
  position: relative;
  margin-bottom: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-header-wrapper .icon-wrapper i,
.stronghold-info-box-wrapper-modern.info-box-design-ten .info-box-header-wrapper .icon-wrapper i{
  font-size: 30px;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-link-btn-wrapper .info-box-btn {
  display: block;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-info-wrapper{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-six .info-box-header-wrapper{
  width: 100%;
  padding: 20px;
}

.stronghold-info-box-wrapper-modern.info-box-design-seven .info-box-header-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eight .info-box-header-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-header-wrapper{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 25px;
}

.stronghold-info-box-wrapper-modern.info-box-design-eight .info-box-sub-title,
.stronghold-info-box-wrapper-modern.info-box-design-eight .info-box-title {
  position: relative;
  z-index: 2;
}

.stronghold-info-box-wrapper-modern.info-box-design-seven .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eight .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-info-wrapper{
  background: transparent;
  border: none;
  padding: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-seven .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eight .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-nine .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eleven .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-thirteen .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-sixteen .icon-wrapper{
  position: relative;
}

.stronghold-info-box-wrapper-modern.info-box-design-seven .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eight .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-ten .info-box-img-wrapper{
  border-radius: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-title,
.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-sub-title{
  text-align: center;  
  z-index: 2;
  position: relative;
}

.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-header-wrapper{
  align-items: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-header-title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-nine .info-box-info-wrapper .info-box-desc{
  font-size: 18px;
}

.stronghold-info-box-wrapper-modern.info-box-design-ten .info-box-title-element,
.info-box-design-ten .info-box-sub-title-element{
  text-align: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-header-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-header-wrapper{
  display: flex;
  gap: 20px;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-header-wrapper .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-header-wrapper .info-box-title{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-header-wrapper .icon-wrapper {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-header-wrapper .icon-wrapper i{
  font-size: 20px;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-sub-title{
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven .info-box-sub-title .info-box-sub-title-element{
  margin: 0;
  color: #ffffff;
  background: #2296f9;
  padding: 10px 13px 10px 15px;
  border-radius: 10px;
}

.stronghold-info-box-wrapper-modern.info-box-design-eleven:hover .info-box-sub-title{
  top: 45px;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve{
  display: flex;
}

.stronghold-info-box-wrapper-modern.info-box-content-reverse{
  flex-direction: row-reverse;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-info-wrapper{
  width: 50%;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-img-wrapper img{
  height: 100%;
  background-size: cover;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-info-wrapper{
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border: none;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-sub-title .info-box-sub-title-element{
  margin: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-img-wrapper, 
.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-img-wrapper img,
.stronghold-info-box-wrapper-modern.info-box-design-twelve .info-box-info-wrapper {
  border-radius: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .icon-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-img-wrapper{
  width: 90px;
  height: 90px;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-header-wrapper{
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #f6f6f6;
 -moz-transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-img-wrapper{
  border-radius: 100%;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-img-wrapper img,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-img-wrapper img,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-img-wrapper img{
  height: 100%;
  background-size: cover;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen{
 padding: 25px;
 border: 1px solid #f6f6f6;
 border-radius: 10px;
 box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
 -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
 -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-info-wrapper{
  padding: 0;
  border: none;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen:hover .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen:hover .info-box-info-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen:hover .info-box-info-wrapper{
  box-shadow: none;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen:hover .info-box-header-wrapper{
  border-color: #2296f9;
}

.stronghold-info-box-wrapper-modern.info-box-design-thirteen .info-box-sub-title-element{
  margin-top: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-img-wrapper{
  width: 260px;
  height: 260px;
  margin-bottom: 40px;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-title-element,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-sub-title-element,
.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-desc,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-title-element,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-sub-title-element,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-desc{
  text-align: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-sub-title-element{
  margin-top: 0;
  margin-bottom: 20px;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-info-wrapper{
  background: transparent;
}

.stronghold-info-box-wrapper-modern.info-box-design-fourteen .info-box-link-btn-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-link-btn-wrapper {
  text-align: center;
}

.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-info-wrapper{
  margin-bottom: 30px;
}

.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-img-wrapper,
.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-sub-title-element{
  margin: 0;
}

.stronghold-info-box-wrapper-modern.info-box-design-fifteen .info-box-link-btn-wrapper{
  margin-top: 40px;
}

.stronghold-info-box-wrapper-modern.info-box-design-sixteen .info-box-img-wrapper .info-box-info-wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  width: 70%;
}

.stronghold-info-box-wrapper-modern.info-box-design-sixteen .icon-wrapper{
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.stronghold-info-box-wrapper-modern.info-box-design-sixteen .icon-wrapper i{
  font-size: 30px;
}

.stronghold-info-box-wrapper-modern.icon-box-design-two .stronghold-content-wrap,
.stronghold-info-box-wrapper-modern.icon-box-design-three .stronghold-content-wrap,
.stronghold-info-box-wrapper-modern.icon-box-design-four .stronghold-info-icon-title,
.stronghold-info-box-wrapper-modern.icon-box-design-nine .stronghold-info-icon-title{
  width: 90%;
}

.stronghold-info-box-wrapper-modern .link-btn-full-width .info-box-link{
  display: flex;
  align-items: center;
}

.stronghold-info-box-wrapper-modern .link-btn-icon-end .info-box-link{
  justify-content: space-between;
}

.stronghold-info-box-wrapper-modern .icon-rotate:hover .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .icon-rotate:hover .link-btn-icon-right,
.stronghold-info-box-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper,
.stronghold-info-box-wrapper-modern .icon-rotate:hover .link-btn-svg-right-wrapper{
  transform: rotate(360deg);
}

.stronghold-info-box-wrapper-modern .icon-translate-up:hover .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .icon-translate-up:hover .link-btn-icon-right,
.stronghold-info-box-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper,
.stronghold-info-box-wrapper-modern .icon-translate-up:hover .link-btn-svg-right-wrapper {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-info-box-wrapper-modern .icon-translate-down:hover .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .icon-translate-down:hover .link-btn-icon-right,
.stronghold-info-box-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper,
.stronghold-info-box-wrapper-modern .icon-translate-down:hover .link-btn-svg-right-wrapper {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-info-box-wrapper-modern .icon-translate-right:hover .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .icon-translate-right:hover .link-btn-icon-right,
.stronghold-info-box-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper,
.stronghold-info-box-wrapper-modern .icon-translate-right:hover .link-btn-svg-right-wrapper {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-info-box-wrapper-modern .icon-translate-left:hover .link-btn-icon-left,
.stronghold-info-box-wrapper-modern .icon-translate-left:hover .link-btn-icon-right,
.stronghold-info-box-wrapper-modern .icon-translate-left:hover .link-btn-svg-left-wrapper,
.stronghold-info-box-wrapper-modern .icon-translate-left:hover .link-btn-svg-right-wrapper {
  -ms-transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}




/*--------------------------------------------------------------
15.15 Info Icon
--------------------------------------------------------------*/

.stronghold-info-icon i {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-info-icon-wrapper .info-icon-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon-wrapper:hover .info-icon-box-shadow {
  box-shadow: none;
}

.stronghold-info-icon-wrapper .icon-wrapper,
.stronghold-info-icon-desc,
.stronghold-info-icon-wrapper .info-icon-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon-wrapper:hover .info-icon-translate {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-info-icon-wrapper .icon-wrapper i {
  vertical-align: middle;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon-wrapper,
.stronghold-counter-wrapper,
.stronghold-icon-box-wrapper {
  text-align: center;
  position: relative;
}

.stronghold-info-icon-title h4 {
  margin-top: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon,
.info-icon-img img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  line-height: 0;
  position: relative;
}

.info-icon-img {
  overflow: hidden;
}

.stronghold-icon-wrapper {
  margin: 0 auto;
  position: relative;
}

.stronghold-info-icon-circle {
  border-radius: 50%;
}

.stronghold-info-icon-wrapper:hover > .info-icon-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.info-icon-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.info-icon-left .stronghold-info-icon,
.info-icon-left .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.info-icon-left .stronghold-content-wrap {
  width: 100%;
}

.info-icon-left .stronghold-info-icon-title h4 {
  margin-bottom: 5px;
}

.info-icon-left .stronghold-info-icon-desc p {
  margin-bottom: 0;
}

.info-icon-svg svg{
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 800px) {
  .stronghold-info-icon-title h4 {
    font-size: 14px !important;
  }
}



.stronghold-info-icon-wrapper-modern .icon-wrapper i,
.stronghold-info-icon-wrapper-modern .icon-box-svg svg {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
}

.stronghold-info-icon-wrapper-modern .icon-wrapper i{
  font-size: 40px;
  color: #2296f9;
}

.stronghold-info-icon-wrapper-modern .info-icon-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon-wrapper-modern:hover .info-icon-box-shadow {
  box-shadow: none;
}

.stronghold-info-icon-wrapper-modern .icon-wrapper {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}

.stronghold-info-icon-wrapper-modern:hover .info-icon-translate {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-info-icon-wrapper-modern:hover .info-icon-zoom {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-info-icon-wrapper-modern{
  position: relative;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-widget-link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-widget-link:hover,
.stronghold-info-icon-wrapper-modern .stronghold-info-icon-widget-link:focus,
.stronghold-info-icon-wrapper-modern .stronghold-info-icon-widget-link:active{
  color: inherit;
  text-decoration: none;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-title .stronghold-info-icon-title-element {
  font-size: 18px;
  margin: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-icon-wrapper-modern .info-icon-img img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.stronghold-info-icon-wrapper-modern .info-icon-img {
  overflow: hidden;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-circle {
  border-radius: 50%;
}

.stronghold-info-icon-wrapper-modern:hover > .info-icon-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-info-icon-wrapper-modern .info-icon-link-btn-wrapper{
  margin-top: 10px;
}

.info-icon-link-btn-wrapper-modern .info-icon-link{
  font-weight: 600;
}

.info-icon-link-btn-wrapper-modern .link-btn-icon-right{
  margin-left: 6px;
  vertical-align: middle;
}

.info-icon-link-btn-wrapper-modern .link-btn-icon-left{
  margin-right: 6px;
  vertical-align: middle;
}

.stronghold-info-icon-wrapper-modern .link-btn-full-width .info-icon-link{
  display: flex;
  align-items: center;
}

.stronghold-info-icon-wrapper-modern .link-btn-icon-end .info-icon-link{
  justify-content: space-between;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-title-element,
.stronghold-info-icon-wrapper-modern .stronghold-info-icon-desc,
.stronghold-info-icon-wrapper-modern .stronghold-info-icon-link{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
  position: relative;
}

.stronghold-info-icon-wrapper-modern .stronghold-info-icon-desc p{
  margin: 0;
}

.stronghold-info-icon-wrapper-modern .info-icon-svg svg{
  width: 30px;
  height: 30px;
}

.stronghold-info-icon-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-info-icon-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-info-icon-wrapper-modern .icon-circle{
  border-radius: 50%;
}

.stronghold-info-icon-wrapper-modern .info-icon-design-one{
  display: flex;
  flex-direction: column;
}

.stronghold-info-icon-wrapper-modern.info-icon-design-one .icon-wrapper{
  margin-bottom: 10px;
}

.stronghold-info-icon-wrapper-modern.info-icon-design-two .stronghold-info-icon-content{
  display: flex;
  gap: 20px;
}

.stronghold-info-icon-wrapper-modern.info-icon-design-two .stronghold-info-icon-content .icon-wrapper,
.stronghold-info-icon-wrapper-modern.info-icon-design-two .stronghold-info-icon-content .stronghold-content-wrap{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-info-icon-wrapper-modern.info-icon-design-three .info-icon-header-wrapper{
  display: flex;
  gap: 20px;
  align-items: center;
}

.stronghold-info-icon-wrapper-modern .icon-rotate:hover .link-btn-icon-left,
.stronghold-info-icon-wrapper-modern .icon-rotate:hover .link-btn-icon-right,
.stronghold-info-icon-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper,
.stronghold-info-icon-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper{
  transform: rotate(360deg);
}

.stronghold-info-icon-wrapper-modern .icon-translate-up:hover .link-btn-icon-left,
.stronghold-info-icon-wrapper-modern .icon-translate-up:hover .link-btn-icon-right,
.stronghold-info-icon-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper,
.stronghold-info-icon-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-info-icon-wrapper-modern .icon-translate-down:hover .link-btn-icon-left,
.stronghold-info-icon-wrapper-modern .icon-translate-down:hover .link-btn-icon-right,
.stronghold-info-icon-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper,
.stronghold-info-icon-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-info-icon-wrapper-modern .icon-translate-right:hover .link-btn-icon-left,
.stronghold-info-icon-wrapper-modern .icon-translate-right:hover .link-btn-icon-right,
.stronghold-info-icon-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper,
.stronghold-info-icon-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-info-icon-wrapper-modern .link-text-underline{
  position: relative;
}

.stronghold-info-icon-wrapper-modern .link-text-underline:after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2296f9;
}

.stronghold-info-icon-wrapper-modern .underline-translate-up:hover:after{
  bottom: 0;
}

.stronghold-info-icon-wrapper-modern .underline-translate-down:hover:after{
  bottom: -8px;
}


/*--------------------------------------------------------------
15.16 Info List
--------------------------------------------------------------*/

.stronghold-info-list-title h4,
.stronghold-info-list-desc p {
  margin: 0;
}

.stronghold-info-list-icon {
  line-height: 0;
}

.stronghold-info-list-icon i {
  margin-left: 0 !important;
  vertical-align: middle !important;
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-list-item {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}

.stronghold-info-list-title-element,
.stronghold-info-list-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-list-icon {
  margin-bottom: auto;
  margin-top: auto;
  margin-right: 12px;
}

.stronghold-info-list-title a:hover > h4 {
  opacity: 0.8;
}

.stronghold-info-list-title h3 {
  margin-bottom: 0;
}

.stronghold-info-list-content {
  margin-bottom: auto;
  margin-top: auto;
  width: 100%;
}

.stronghold-info-list-item .info-icon-img{
  margin-right: 12px;
}


.stronghold-info-list-wrapper-modern .stronghold-info-list-title h4,
.stronghold-info-list-wrapper-modern .stronghold-info-list-desc p {
  margin: 0;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-icon-element,
.stronghold-info-list-wrapper-modern .stronghold-info-list-title-element,
.stronghold-info-list-wrapper-modern .stronghold-info-list-desc,
.stronghold-info-list-wrapper-modern .stronghold-info-list-icon{
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-icon i {
  margin-left: 0 !important;
  vertical-align: middle !important;
  text-align: center;
  color: #2296f9;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-item {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef61;
  width: 100%;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-icon,
.stronghold-info-list-wrapper-modern .stronghold-info-list-item .info-icon-img {
  margin-bottom: auto;
  margin-top: auto;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  width: 5%;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-title a:hover > h4 {
  opacity: 0.8;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-title .stronghold-info-list-title-element {
  margin-bottom: 0;
  font-size: 18px;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-content {
  margin-bottom: auto;
  margin-top: auto;
  width: 95%;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-item .icon-round{
  border-radius: 10px;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-item .icon-square{
  border-radius: 0;
}

.stronghold-info-list-wrapper-modern .stronghold-info-list-item .icon-circle{
  border-radius: 50%;
}


/*--------------------------------------------------------------
14.22 Number Block
--------------------------------------------------------------*/
.stronghold-number-block-wrapper-modern{
  position: relative;
  padding: 30px;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-widget-link{
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-widget-link:hover,
.stronghold-number-block-wrapper-modern .stronghold-number-block-widget-link:focus,
.stronghold-number-block-wrapper-modern .stronghold-number-block-widget-link:active{
  color: inherit;
  text-decoration: none;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-number{
  position: relative;
}

.stronghold-number-block-wrapper-modern .icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.number-block-design-one-wrapper-modern{
  background: #f8f8f8;
}

.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper{
  text-align: center;
  padding: 0;
  border-radius: 0;
  overflow: initial;
}

.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper{
  display: flex; 
  text-align: left; 
  column-gap: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-number{
  box-shadow: 3px 2px 20px 0px rgb(68 68 68 / 10%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 23px;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}   

.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-number{
  margin: 0;
  width: 40px;
  height: 40px;
}

.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper:hover .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper:hover .stronghold-number-block-number{
  background: #001733;
  box-shadow: 0px 1px 2px 17px #F5F5F5;
}

.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-number-element{
  font-size: 22px;
  color: #2296f9;
  line-height: 70px;
}

.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-number-element{
  font-size: 16px;
  line-height: 40px;
}

.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper:hover .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper:hover .stronghold-number-block-number-element{
  color: #fff;
}

.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-title-element{
  margin-top: 0;
}

.stronghold-number-block-wrapper-modern.number-block-design-three-wrapper .stronghold-number-block-content{
  width: 70%;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-number-element{
  margin: 0;
  font-size: 70px;
  line-height: 80px;
  color: #d0d0d0;
}

.stronghold-number-block-wrapper-modern .number-icon-element{
  color: #fff;
  font-size: 50px;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-title-element{
  font-size: 18px;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-title-element,
.stronghold-number-block-wrapper-modern .stronghold-number-block-desc,
.stronghold-number-block-wrapper-modern .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern .stronghold-number-block-number{
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-desc p{
  margin: 0;
}

.stronghold-number-block-wrapper-modern.number-block-design-one-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern .stronghold-number-block-number{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-number-block-wrapper-modern.number-block-design-one-wrapper .stronghold-number-block-number{
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.stronghold-number-block-wrapper-modern.number-block-design-one-wrapper .icon-wrapper{
  position: absolute;
  top: -10px;
}

.stronghold-number-block-wrapper-modern.number-block-design-one-wrapper .icon-wrapper i{
  font-size: 50px;
  z-index: 2;
  position: relative;
}

.stronghold-number-block-wrapper-modern .number-block-top{
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #efefef8c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
}

.stronghold-number-block-wrapper-modern .stronghold-number-block-content{
  z-index: 1;
  position: relative;
}

.stronghold-number-block-wrapper-modern .number-block-img-zoom img,
.stronghold-number-block-wrapper-modern.number-block-translate{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-translate:hover{
  -ms-transform: translate(0px,  -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .number-block-img-zoom,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .number-block-img-zoom{
  overflow: hidden;
}

.stronghold-number-block-wrapper-modern .number-block-img-zoom:hover img,
.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper:hover .number-block-img-zoom img,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper:hover .number-block-img-zoom img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-number-block-wrapper-modern .number-block-overlay{
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.stronghold-number-block-wrapper-modern .number-block-circle-design,
.stronghold-number-block-wrapper-modern .number-block-circle-design-outer{
  position: absolute;
  left: -70px;
  top: -95px;
  border-radius: 50%;
  background-color: #2296f9;
  width: 170px;
  height: 170px;
  opacity: 1.0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}

.stronghold-number-block-wrapper-modern:hover .number-block-circle-design{
  opacity: 0.7;
}

.stronghold-number-block-wrapper-modern:hover .number-block-circle-design-outer{
  opacity: 0.2;
  left: -65px;
  top: -90px;
}

.stronghold-number-block-wrapper-modern .number-block-svg{
  z-index: 2;
  position: relative;
}

.stronghold-number-block-wrapper-modern .number-block-svg svg{
  width: 30px;
  height: 30px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-img-wrapper{
  position: relative;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .number-block-img-wrapper img,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-img-wrapper img,
.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .number-block-img-wrapper img{
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .number-block-img-wrapper img{
  border: 10px solid #f1f1f1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper:hover .number-block-img-wrapper img{
  border-color: #2296f9;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .stronghold-number-block-number{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #2296f9;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .stronghold-number-block-number-element{
  font-size: 20px;
  color: #fff;
}

.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .stronghold-number-block-title,
.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .stronghold-number-block-desc,
.stronghold-number-block-wrapper-modern.number-block-design-four-wrapper .number-block-link-btn-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-two-wrapper .number-block-link-btn-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .stronghold-number-block-title,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .stronghold-number-block-desc,
.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-link-btn-wrapper{
  text-align: center;
}

.stronghold-number-block-wrapper-modern .number-block-link-btn-wrapper{
  margin-top: 20px;
}

.stronghold-number-block-wrapper-modern .number-block-link-btn-wrapper .number-block-link{
  font-weight: 600;
}

.stronghold-number-block-wrapper-modern .number-block-link-btn-wrapper .link-btn-icon-right{
  margin-left: 6px;
  vertical-align: middle;
}

.stronghold-number-block-wrapper-modern .number-block-link-btn-wrapper .link-btn-icon-left{
  margin-right: 6px;
  vertical-align: middle;
}

.stronghold-number-block-wrapper-modern .link-btn-full-width .number-block-link{
  display: flex;
  align-items: center;
}

.stronghold-number-block-wrapper-modern .link-btn-icon-end .number-block-link{
  justify-content: space-between;
}

.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .stronghold-number-block-number{
  left: 0;
  right: initial;
  border: 8px solid #ffffff;
}

.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-img-wrapper{
  border: 2px dashed #f1f1f1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper .number-block-img-wrapper img{
  padding: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-five-wrapper:hover .number-block-img-wrapper{
  border-color: #2296f9;
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-seven-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-twelve-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper{
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .number-block-header-wrapper{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .number-block-header-wrapper .icon-wrapper i{
  color: #2296f9;
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .number-block-header-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .number-block-header-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .stronghold-number-block-title,
.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .icon-wrapper{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .number-block-header-wrapper .stronghold-number-block-number{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #2296f9;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-six-wrapper .stronghold-number-block-number-element{
  font-size: 20px;
  color: #fff;
}

.stronghold-number-block-wrapper-modern.number-block-design-seven-wrapper .number-block-header-wrapper{
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

.stronghold-number-block-wrapper-modern.number-block-design-seven-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .stronghold-number-block-number-element {
  font-size: 50px;
}

.stronghold-number-block-wrapper-modern.number-block-design-seven-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .icon-wrapper{
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  background: #2296f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stronghold-number-block-wrapper-modern.number-block-design-seven-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .icon-wrapper i{
 color: #fff;
 font-size: 30px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .number-block-header-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .stronghold-number-block-content{
  display: flex;
  gap: 30px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .number-block-header-wrapper{
  margin-bottom: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .icon-wrapper{
  border-radius: 50%;
}

.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .stronghold-number-block-title-element{
  margin: 0;
}

.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .stronghold-number-block-title,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-eight-wrapper .number-block-desc-link-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .stronghold-number-block-title,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .stronghold-number-block-number{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .number-block-header-wrapper{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-twelve-wrapper .icon-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .stronghold-number-block-number{
  background: #2296f9;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .stronghold-number-block-number-element{
  color: #fff;
  font-size: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-nine-wrapper .icon-wrapper i{
  color: #2296f9;
  font-size: 30px;
}

.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-elven-wrapper-modern .stronghold-number-block-number{
  background: #2296f9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: -55px;
  z-index: 2;
  transform: translate(-50%, 50%);
}

.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .stronghold-number-block-content,
.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .stronghold-number-block-content{
  text-align: center;
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-ten-wrapper .number-block-img-wrapper img{
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.stronghold-number-block-wrapper-modern.number-block-design-eleven-wrapper .stronghold-number-block-number{
  background: #2296f9;
  border-radius: 0 10px 0 0;
  width: 80px;
  height: 80px;
  line-height: 90px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stronghold-number-block-wrapper-modern.number-block-design-eleven-wrapper .stronghold-number-block-number-element{
  font-size: 50px;
  color: #fff;
}

.stronghold-number-block-wrapper-modern.number-block-design-eleven-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-eleven-wrapper .number-block-img-wrapper img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.stronghold-number-block-wrapper-modern.number-block-design-twelve-wrapper .number-block-header-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .number-block-header-wrapper{
  display: flex;
  justify-content: space-between;
}

.stronghold-number-block-wrapper-modern.number-block-design-twelve-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper .icon-wrapper i,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .icon-wrapper i{
 color: #2296f9;
 font-size: 50px;
}

.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .stronghold-number-block-content{
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  width: calc(100% - 50px);
  margin: auto;
  transform: translateY(-50px);
  z-index: 2;
  background: #ffffff;
}

.stronghold-number-block-wrapper-modern.number-block-design-thirteen-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .stronghold-number-block-number-element,
.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper .stronghold-number-block-number-element{
  font-size: 50px;
}

.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .number-block-header-wrapper{
  display: flex;
  margin-bottom: 10px;
}

.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .stronghold-number-block-number{
  margin-left: auto;
}

.stronghold-number-block-wrapper-modern.number-block-design-fourteen-wrapper .stronghold-number-block-title{
  margin-left: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper .stronghold-number-block-number{
  background: #2296f9;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 2;
}

.stronghold-number-block-wrapper-modern.number-block-design-fifteen-wrapper .icon-wrapper{
  justify-content: left;
}

.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .number-block-img-wrapper{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .stronghold-number-block-content{
  padding: 100px 30px 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .stronghold-number-block-number{
  background: #2296f9;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
}

.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper .stronghold-number-block-content{
  position: relative;
}

.stronghold-number-block-wrapper-modern.number-block-design-sixteen-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper{
  overflow: visible;
}

.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper .number-block-header-wrapper{
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper .icon-wrapper{
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #2296f9;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(65px);
}

.stronghold-number-block-wrapper-modern.number-block-design-seventeen-wrapper .icon-wrapper i{
  font-size: 40px;
  color: #fff;
}

.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .icon-wrapper{
  position: absolute;
  right: 50px;
  z-index: 1;
  bottom: 30px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .stronghold-number-block-content{
  padding-bottom: 80px;
  padding-top: 50px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .number-block-img-wrapper{
  transform: translateY(40px);
  width: calc(100% - 50px);
  margin: 0 auto;
  border-radius: 10px;
}

.stronghold-number-block-wrapper-modern.number-block-design-eighteen-wrapper .number-block-img-wrapper img,
.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .number-block-img-wrapper img,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .number-block-img-wrapper,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .number-block-img-wrapper img{
  border-radius: 10px;
}

.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .stronghold-number-block-content{
  padding: 0 15px 80px;
  margin-top: 10px;
}

.stronghold-number-block-wrapper-modern.number-block-design-nineteen-wrapper .stronghold-number-block-number,
.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .icon-wrapper {
  bottom: 10px;
  right: 30px;
}

.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .stronghold-number-block-number-element{
  font-size: 40px;
  line-height: initial;
}

.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper .stronghold-number-block-number{
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  padding: 10px 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-number-block-wrapper-modern.number-block-design-twenty-wrapper:hover .stronghold-number-block-number{
  border-color: #2296f9;
}

.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .number-block-header-wrapper{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-design-twenty-one-wrapper .stronghold-number-block-content{
  margin-top: 20px;
}

.stronghold-number-block-wrapper-modern.number-block-shadow{
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.stronghold-number-block-wrapper-modern.number-block-no-shadow{
  box-shadow: none !important;
}

.stronghold-number-block-wrapper-modern .icon-rotate:hover .link-btn-icon-left,
.stronghold-number-block-wrapper-modern .icon-rotate:hover .link-btn-icon-right,
.stronghold-number-block-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper,
.stronghold-number-block-wrapper-modern .icon-rotate:hover .link-btn-svg-left-wrapper{
  transform: rotate(360deg);
}

.stronghold-number-block-wrapper-modern .icon-translate-up:hover .link-btn-icon-left,
.stronghold-number-block-wrapper-modern .icon-translate-up:hover .link-btn-icon-right,
.stronghold-number-block-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper,
.stronghold-number-block-wrapper-modern .icon-translate-up:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stronghold-number-block-wrapper-modern .icon-translate-down:hover .link-btn-icon-left,
.stronghold-number-block-wrapper-modern .icon-translate-down:hover .link-btn-icon-right,
.stronghold-number-block-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper,
.stronghold-number-block-wrapper-modern .icon-translate-down:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.stronghold-number-block-wrapper-modern .icon-translate-right:hover .link-btn-icon-left,
.stronghold-number-block-wrapper-modern .icon-translate-right:hover .link-btn-icon-right,
.stronghold-number-block-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper,
.stronghold-number-block-wrapper-modern .icon-translate-right:hover .link-btn-svg-left-wrapper {
  -ms-transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.stronghold-number-block-wrapper-modern .link-text-underline{
  position: relative;
}

.stronghold-number-block-wrapper-modern .link-text-underline:after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  bottom: -5px;
  left: 0;
  margin-top: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #2296f9;
}

.stronghold-number-block-wrapper-modern .underline-translate-up:hover:after{
  bottom: 0;
}

.stronghold-number-block-wrapper-modern .underline-translate-down:hover:after{
  bottom: -8px;
}



/*--------------------------------------------------------------
15.17 Opening Hours
--------------------------------------------------------------*/

.opening-hours-day,
.opening-hours-time,
.price-list-details,
.price-list-price {
  display: inline-block;
}

.opening-hours-time {
  margin-right: 0;
  margin-left: auto;
}

.opening-hours-item {
  border-bottom: 1px solid rgba(243, 243, 243, 0.42);
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
}

.opening-hours-item:last-child{
  border-bottom: none !important;
}

.opening-hours-icon {
  width: inherit !important;
  height: inherit !important;
  vertical-align: baseline !important;
  padding-right: 15px;
  margin-bottom: auto;
  margin-top: auto;
}

.plumbit-opening-hours-widget .opening-hours-header,
.plumbit-opening-hours-widget .opening-hours-items {
  padding: 10px 20px 30px;
}

.plumbit-opening-hours-widget,
.opening-hours-icon,
.opening-hours-day,
.opening-hours-time {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.opening-hours-svg svg{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.opening-hours-header-title,
.opening-hours-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.opening-hours-item-design-two .opening-hours-day-time-wrapper{
  flex-direction: column;
  display: flex;
}

.opening-hours-item-design-two .opening-hours-day-time-wrapper .opening-hours-time{
  margin-left: 0;
}



.stronghold-opening-hours-wrapper-modern .opening-hours-day,
.stronghold-opening-hours-wrapper-modern .opening-hours-time,
.stronghold-opening-hours-wrapper-modern .price-list-details,
.stronghold-opening-hours-wrapper-modern .price-list-price {
  display: inline-block;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-time {
  margin-right: 0;
  margin-left: auto;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-item {
  border-bottom: 1px solid #efefef7a;
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-item:last-child{
  border-bottom: none !important;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-icon {
  width: inherit !important;
  height: inherit !important;
  line-height: inherit;
  vertical-align: baseline !important;
  padding-right: 0;
  margin-bottom: auto;
  margin-top: auto;
  color: #2296f9;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-header-title{
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-header{
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: #2296f9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-items{
  z-index: 1;
  position: relative;
}

.stronghold-opening-hours-wrapper-modern {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 5px;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-svg{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  margin-right: 15px;
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-opening-hours-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-opening-hours-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-opening-hours-wrapper-modern .icon-circle{
  border-radius: 50%;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-svg svg{
  width: 30px;
  height: 30px;
  padding-right: 0;
  margin-right: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn{
  padding: 8px 20px;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn-svg{
  display: inline-block;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn-svg svg{
  width: 20px;
  height: 20px;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn-svg svg,
.stronghold-opening-hours-wrapper-modern .opening-hours-btn-icon{
  margin-left: 6px;
  vertical-align: middle;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn-en{
  align-items: center;
  justify-content: space-between;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-day-en .opening-hours-time{
  margin-left: auto;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-btn-en .opening-hours-time{
  margin-left: 0;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-day{
  display: flex;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-sep{
  align-self: center;
  flex-grow: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #2296f9;
  margin: auto 20px;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-icon,
.stronghold-opening-hours-wrapper-modern .open-hours-day-element,
.stronghold-opening-hours-wrapper-modern .open-hours-hour-element,
.stronghold-opening-hours-wrapper-modern .opening-hours-header-title,
.stronghold-opening-hours-wrapper-modern .opening-hours-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-opening-hours-wrapper-modern .open-hours-hour-element{
  font-weight: 700;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-desc p{
  margin: 0;
}

.stronghold-opening-hours-wrapper-modern .open-hours-current-day{
  color: #2296f9;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-item-design-two.opening-hours-btn-en{
  justify-content: flex-start;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-item-design-two .opening-hours-icon-wrapper{
  padding-right: 0;
  margin-right: 10px;
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-opening-hours-wrapper-modern .opening-hours-item-design-two .opening-hours-btn-wrapper{
  margin-left: auto;
}



/*--------------------------------------------------------------
15.18 Partners
--------------------------------------------------------------*/

.partners-grid-two-col .partner-item,
.partners-grid-three-col .partner-item,
.partners-grid-four-col .partner-item,
.partners-grid-six-col .partner-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.partners-grid-two-col .partner-item:first-child,
.partners-grid-three-col .partner-item:first-child,
.partners-grid-four-col .partner-item:first-child,
.partners-grid-six-col .partner-item:first-child {
  border-left: 1px solid #e8e8e8;
}

.partners-grid-two-col .row:last-child .partner-item,
.partners-grid-three-col .row:last-child .partner-item,
.partners-grid-four-col .row:last-child .partner-item,
.partners-grid-six-col .row:last-child .partner-item {
  border-bottom: none;
}

.plumbit-partners-widget .partners-carousel .partner-link img,
.plumbit-partners-widget .partners-carousel img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.plumbit-partners-widget .partners-carousel .partner-link img:hover,
.plumbit-partners-widget .partners-carousel img:hover {
  opacity: 1;
}

.plumbit-partners-widget .partners-list .partner-item {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
}

.plumbit-partners-widget .partners-list .partner-img-wrapper {
  padding: 0;
  position: relative;
}

.plumbit-partners-widget .partners-list .partner-info-wrapper {
  padding: 20px;
  width: 70%;
}

.plumbit-partners-widget .partners-carousel .partner-img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.plumbit-partners-widget .partners-list .partner-item .partner-title-heading {
  margin-top: 0;
}

.plumbit-partners-widget .partners-list .partner-item .partner-subtitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  color: #9d9d9d;
}

.partner-title-heading,
.partner-subtitle-text,
.partner-desc-text{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.partner-img-wrapper:hover .hover-overlay i{
  top: 50% !important;
}

.plumbit-partners-widget .img-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.plumbit-partners-widget .img-grey:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 800px) {
  .partners-grid-two-col .partner-item,
  .partners-grid-three-col .partner-item,
  .partners-grid-four-col .partner-item,
  .partners-grid-six-col .partner-item {
    border-bottom: 1px solid #e8e8e8 !important;
    border-left: none !important;
    border-right: none;
  }
}


.stronghold-partners-wrapper-modern .partners-grid-two-col .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-three-col .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-four-col .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-six-col .partner-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.stronghold-partners-wrapper-modern .partners-grid-two-col .partner-item:first-child,
.stronghold-partners-wrapper-modern .partners-grid-three-col .partner-item:first-child,
.stronghold-partners-wrapper-modern .partners-grid-four-col .partner-item:first-child,
.stronghold-partners-wrapper-modern .partners-grid-six-col .partner-item:first-child {
  border-left: 1px solid #e8e8e8;
}

.stronghold-partners-wrapper-modern .partners-grid-two-col .row:last-child .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-three-col .row:last-child .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-four-col .row:last-child .partner-item,
.stronghold-partners-wrapper-modern .partners-grid-six-col .row:last-child .partner-item {
  border-bottom: none;
}

.stronghold-partners-wrapper-modern .partners-carousel .partner-link img,
.stronghold-partners-wrapper-modern .partner-item img,
.partner-item {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-partners-wrapper-modern .partner-item img{
  margin:auto;
}

.stronghold-partners-wrapper-modern .partners-list .partner-item {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
  border-radius: 5px;
  overflow: hidden;
}

.stronghold-partners-wrapper-modern .partners-list .partner-item:last-child {
  margin-bottom: 0 !important;
}

.stronghold-partners-wrapper-modern .partners-list .partner-img-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stronghold-partners-wrapper-modern .partners-list .partner-img-wrapper img{
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}


.stronghold-partners-wrapper-modern .partners-list .partner-info-wrapper {
  padding: 20px;
  width: 70%;
}

.stronghold-partners-wrapper-modern .partners-carousel .partner-img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.stronghold-partners-wrapper-modern .partners-list .partner-item .partner-title-heading {
  margin-top: 0;
}

.stronghold-partners-wrapper-modern .partners-list .partner-item .partner-subtitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  color: #9d9d9d;
}

.stronghold-partners-wrapper-modern .partner-subtitle-text,
.stronghold-partners-wrapper-modern .partner-desc-text{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-partners-wrapper-modern .partner-desc p{
  margin: 0;
}

.stronghold-partners-wrapper-modern .partner-img-wrapper:hover .hover-overlay i{
  top: 50% !important;
}

.stronghold-partners-wrapper-modern .img-gray img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.stronghold-partners-wrapper-modern .img-gray:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.stronghold-partners-wrapper-modern .img-blur img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.stronghold-partners-wrapper-modern .img-blur:hover img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.stronghold-partners-wrapper-modern .img-blur-two img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.stronghold-partners-wrapper-modern .img-blur-two:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.stronghold-partners-wrapper-modern .img-zoom {
  overflow: hidden;
}

.stronghold-partners-wrapper-modern .img-zoom img {
  transform: scale(0.95);
}

.stronghold-partners-wrapper-modern .img-zoom:hover img {
  transform: scale(1.0);
}

.stronghold-partners-wrapper-modern .img-opacity img {
  opacity: 0.5;
}

.stronghold-partners-wrapper-modern .img-opacity:hover img {
  opacity: 1;
}

.stronghold-partners-wrapper-modern .img-translate:hover img {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.partner-img-wrapper-modern:hover .hover-overlay {
  opacity: 0.8;
}

.partner-img-wrapper-modern:hover .hover-overlay i {
  top: 70%;
  opacity: 0.8;
}


@media screen and (max-width: 800px) {
  .stronghold-partners-wrapper-modern .partners-grid-two-col .partner-item,
  .stronghold-partners-wrapper-modern .partners-grid-three-col .partner-item,
  .stronghold-partners-wrapper-modern .partners-grid-four-col .partner-item,
  .stronghold-partners-wrapper-modern .partners-grid-six-col .partner-item {
    border-bottom: 1px solid #e8e8e8 !important;
    border-left: none !important;
    border-right: none;
  }
}


/*--------------------------------------------------------------
14.25 Pie Chart
--------------------------------------------------------------*/
.stronghold-pie-chart-wrapper-modern .percent-value{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.stronghold-pie-chart-wrapper-modern .chart{
  position: relative;
}

.stronghold-pie-chart-wrapper-modern  {
  vertical-align: middle;
  position: relative;
  display: flex;
  flex-direction: column;
}

.stronghold-pie-chart-wrapper-modern .pie-chart{
  position: relative;
}

.stronghold-pie-chart-wrapper-modern .pie-chart canvas{
  display: flex;
  margin: 0 auto;
  position: relative;
}

.stronghold-pie-chart-wrapper-modern  .pie-chart-title,
.stronghold-pie-chart-wrapper-modern .pie-chart-desc{
  text-align: center;
}


/*--------------------------------------------------------------
15.19 Portfolio
--------------------------------------------------------------*/

.project-grid-img img {
  width: 100%;
}

.grid-filters {
  text-align: center;
  margin-bottom: 30px;
}

.grid-filters a {
  display: inline-block !important;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #272727;
  background: transparent;
  border: 1px solid #dedede;
  padding: 10px 20px;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.grid-filters a:hover,
.grid-filters .current {
  background: #2296f9;
  color: #fff;
  border-color: transparent;
}

.filter-overlay a {
  background: #fff;
}

.grid-item-title-overlay,
.grid-item-title-overlay-nocat {
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, 0.1);
  top: 55%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.grid-item-title-overlay-nocat {
  top: 50%;
  z-index: 1;
}

.grid-overlay-icon {
  top: 35%;
  border-radius: 50%;
}

.isotope-cat-container {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .iso-cat-item {
    width: 100% !important;
  }
  .grid-two-col-full,
  .grid-three-col-full,
  .grid-four-col-full,
  .grid-five-col-full {
    width: 50% !important;
  }
}

@media screen and (max-width: 800px) {
  .iso-cat-item {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
15.20 Price List
--------------------------------------------------------------*/

.price-list-title {
  font-weight: 600;
}

.price-list-title h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.price-list-icon {
  padding-right: 20px;
}

.price-list-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.price-list-item:first-child {
  padding-top: 0;
}

.price-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.price-list-icon,
.price-list-details,
.price-list-price {
  margin-bottom: auto;
  margin-top: auto;
}

.price-list-icon .price-list-icon-element,
.price-list-title-element,
.price-list-desc{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.price-list-price {
  margin-left: auto;
}

.price-list-price-btn {
  padding: 12px 20px;
}

.price-list-header {
  padding: 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.price-list-details {
  width: 80%;
}

.price-list-content {
  padding: 30px;
  width: 100%;
  border-radius: 6px;
}

.price-list-price span {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.price-list-svg{
  margin-top: auto;
  margin-bottom: auto;
}

.price-list-svg svg{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .price-list-details {
    width: 70%;
  }
  .price-list-price {
    float: none;
    display: block;
    text-align: center;
  }
}



.stronghold-price-list-wrapper-modern .price-list-title {
  font-weight: 600;
}

.stronghold-price-list-wrapper-modern {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.stronghold-price-list-wrapper-modern .price-list-header{
  margin-bottom: 15px;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon i{
  display: inline-block;
  line-height: 1;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon svg{
  display: block;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-shape-round{
  border-radius: 6px;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-shape-square{
  border-radius: 0;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-shape-circle{
  border-radius: 50%;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-top{
  display: block;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-top .price-list-header-icon{
  margin-bottom: 10px;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-left,
.stronghold-price-list-wrapper-modern .price-list-header-icon-right{
  display: flex;
  align-items: center;
  gap: 15px;
}

.stronghold-price-list-wrapper-modern .price-list-header-icon-left .price-list-header-content,
.stronghold-price-list-wrapper-modern .price-list-header-icon-right .price-list-header-content{
  flex: 1;
}

.stronghold-price-list-wrapper-modern .price-list-header .price-list-main-title{
  margin: 0;
}

.stronghold-price-list-wrapper-modern .price-list-content,
.stronghold-price-list-wrapper-modern .price-list-icon-element,
.stronghold-price-list-wrapper-modern .price-list-svg svg{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-price-list-wrapper-modern .price-list-content {
  padding: 0;
}

.stronghold-price-list-wrapper-modern .price-list-title h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.stronghold-price-list-wrapper-modern .price-list-title a{
  color: #1e293b;
}

.stronghold-price-list-wrapper-modern .price-list-title a:hover{
  color: #2296f9;
}

.stronghold-price-list-wrapper-modern .price-list-icon {
  padding-right: 20px;
}

.stronghold-price-list-wrapper-modern .price-list-icon-element{
  font-size: 40px;
  color: #2296f9;
}

.stronghold-price-list-wrapper-modern .price-list-item {
  width: 100%;
  border-bottom: 1px solid #ffffff87;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.stronghold-price-list-wrapper-modern .price-list-main-details{
  display: flex;
  display: -webkit-flex;
}

.stronghold-price-list-wrapper-modern .price-list-item:last-child {
  border-bottom: none !important;
}

.stronghold-price-list-wrapper-modern .price-list-sep{
  align-self: center;
  flex-grow: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #2296f9;
  margin: auto 20px;
}

.stronghold-price-list-wrapper-modern .price-list-icon,
.stronghold-price-list-wrapper-modern .price-list-details,
.stronghold-price-list-wrapper-modern .price-list-price {
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-price-list-wrapper-modern .price-list-price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.stronghold-price-list-wrapper-modern .price-list-price-element,
.stronghold-price-list-wrapper-modern .price-list-price-period-element{
  margin: 0;
}

.stronghold-price-list-wrapper-modern .price-list-price-btn {
  padding: 12px 20px;
}

.stronghold-price-list-wrapper-modern .price-list-desc p{
  margin-bottom: 0;
}

.stronghold-price-list-wrapper-modern .price-list-price {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.stronghold-price-list-wrapper-modern .price-list-svg{
  margin-top: auto;
  margin-bottom: auto;
}

.stronghold-price-list-wrapper-modern .price-list-svg svg{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.stronghold-price-list-wrapper-modern .price-list-main-desc p,
.stronghold-price-list-wrapper-modern .price-list-desc p{
  margin: 0;
}

.stronghold-price-list-wrapper-modern .price-list-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-price-list-wrapper-modern .price-list-translate:hover{
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-price-list-wrapper-modern .price-list-img-zoom{
  overflow: hidden;
}

.stronghold-price-list-wrapper-modern .price-list-img-zoom img{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-price-list-wrapper-modern .price-list-img-zoom:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-price-list-wrapper-modern .price-list-header-img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.stronghold-price-list-wrapper-modern .price-list-header-img{
  position: relative;
}


@media screen and (max-width: 800px) {
  .stronghold-price-list-wrapper-modern .price-list-details {
    width: 100%;
    text-align: center;
  }
  .stronghold-price-list-wrapper-modern .price-list-price {
    float: none;
    display: block;
    text-align: center;
  }

  .stronghold-price-list-wrapper-modern .price-list-item{
    flex-direction: column;
    padding-bottom: 30px;
  }

  .stronghold-price-list-wrapper-modern .price-list-price {
    margin-left: 0;
    margin-top: 25px;
  }

  .stronghold-price-list-wrapper-modern .price-list-main-details {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .stronghold-price-list-wrapper-modern .price-list-icon {
    padding-right: 0;
  }
}


/*--------------------------------------------------------------
15.21 Pricing Table
--------------------------------------------------------------*/

.pricing-table-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: -43px;
  padding: 16px 40px;
}

.pricing-table-btn:hover {
  color: #fff;
}

.stronghold-pricing-table {
  text-decoration: none;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 40px 30px 40px;
  background: #ffffff;
}

.price-table-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-pricing-table .pricing-table-header {
  text-align: center;
  line-height: 1;
}

.stronghold-pricing-table .pricing-title {
  margin-top: 0;
}

.stronghold-pricing-table .pricing-title,
.stronghold-pricing-table .pricing-features{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-pricing-table .pricing-rate {
  font-weight: 600;
  position: relative;
  color: #2296f9;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-pricing-table .pricing-rate .price-value {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.stronghold-pricing-table .pricing-rate .price-period {
  font-size: 18px;
  margin-top: -5px;
}

.stronghold-pricing-table .pricing-rate .price-currency {
  font-weight: 700;
  font-size: 25px;
  padding-right: 5px;
  vertical-align: top;
  margin-top: 20px;
  line-height: 1;
  display: inline-block;
}

.stronghold-pricing-table .pricing-features {
  margin-bottom: 20px;
  border-top: none;
  text-align: center;
  line-height: 1.2;
  color: #848484;
}

.stronghold-pricing-table .pricing-features ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
  width: 100%;
}

.stronghold-pricing-table .pricing-features li {
  list-style: none;
  text-align: center;
  padding: 10px 0;
  line-height: 1.1;
}

.stronghold-pricing-table .pricing-table-header-text {
  margin-top: 20px;
}


.stronghold-pricing-table-wrapper-modern .pricing-table-btn {
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  padding: 16px 40px;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table {
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 35px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.stronghold-pricing-table-wrapper-modern .price-table-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-pricing-table-wrapper-modern .price-table-shadow-off{
  box-shadow: none;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-title {
  margin-top: 0;
  font-size: 25px;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-rate {
  font-weight: 600;
  position: relative;
  color: #2296f9;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-title,
.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-rate .price-value {
  font-size: 60px;
  font-weight: 700;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-rate .price-period {
  margin-top: -5px;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-rate .price-currency {
  font-weight: 700;
  font-size: 25px;
  padding-right: 5px;
  vertical-align: top;
  margin-top: 20px;
  line-height: 1;
  display: inline-block;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features {
  margin-bottom: 30px;
  margin-top: 20px;
  border-top: none;
  text-align: center;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features ul,
.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features ol {
  padding: 0px;
  margin: 0px auto;
  width: 100%;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features li {
  list-style: none;
  padding: 10px 0;
  line-height: 1.1;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-features p {
  margin: 10px;
}

.stronghold-pricing-table-wrapper-modern .stronghold-pricing-table .pricing-table-header-img {
  padding-bottom: 30px;
}

.stronghold-pricing-table-wrapper-modern .pricing-table-btn-wrapper{
  margin-bottom: -38px;
}

/*--------------------------------------------------------------
15.22 Products
--------------------------------------------------------------*/

.stronghold-products-wrapper {
  position: relative;
}

.stronghold-product-item {
  text-align: center;
}

.stronghold-products .product-name-sc,
.stronghold-products-grid .product-name-sc,
.stronghold-products-grid-filter .product-name-sc {
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0;
  font-size: 20px;
}

.stronghold-products .product-name-sc a,
.stronghold-products-grid .product-name-sc a,
.stronghold-products-grid-filter .product-name-sc a {
  color: #001733;
}

.stronghold-products .product-name-sc a:hover,
.stronghold-products-grid .product-name-sc a:hover,
.stronghold-products-grid-filter .product-name-sc a:hover {
  color: #2296f9;
}

.product-info-wrapper {
  padding: 16px 20px 20px;
}

.product-info-wrapper .product-category a {
  font-size: 14px;
  color: #6a6a6a;
}

.stronghold-products .product-info-sc,
.stronghold-products-grid .product-info-sc,
.stronghold-products-grid-filter .product-info-sc {
  text-align: center;
}

.stronghold-products .product-price,
.stronghold-products-grid .product-price,
.stronghold-products-grid-filter .product-price {
  color: #2296f9;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-products .product_img_container_sc,
.stronghold-products-grid .product_img_container_sc,
.stronghold-products-grid-filter .product_img_container_sc {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 15px;
}

.stronghold-products .product_img_back_sc,
.stronghold-products-grid .product_img_back_sc,
.stronghold-products-grid-filter .product_img_back_sc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.stronghold-products .product_img_front_sc,
.stronghold-products-grid .product_img_front_sc,
.stronghold-products-grid-filter .product_img_front_sc {
  width: 100%;
}

.stronghold-products .product_img_back_sc img,
.stronghold-products-grid .product_img_back_sc img,
.stronghold-products-grid-filter .product_img_back_sc img {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.stronghold-products .product_img_container_sc:hover .product_img_back_sc img,
.stronghold-products-grid
.product_img_container_sc:hover
.product_img_back_sc
img,
.stronghold-products-grid-filter
.product_img_container_sc:hover
.product_img_back_sc
img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.stronghold-product-item {
  position: relative;
}

.stronghold-product-item:hover {
  box-shadow: none;
}

.stronghold-product-item:hover .add-cart-carousel,
.stronghold-product-item-filter:hover .add-cart-carousel {
  opacity: 1;
  bottom: 0;
}

.product-added:before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  content: "\f00c";
  background: #2296f9;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  padding: 8px 12px;
  z-index: 99;
}

.stronghold-products-grid .stronghold-product-item,
.stronghold-products-grid-filter .stronghold-product-item {
  margin-bottom: 50px;
}

.stronghold-products .onsale,
.stronghold-products-grid .onsale,
.stronghold-products-grid-filter .onsale {
  min-width: 3.236em;
  font-weight: 700;
  position: absolute;
  top: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #2296f9;
  font-size: 12px;
  border-radius: 6px;
  z-index: 1000;
  padding: 2px 8px;
  min-height: 20px;
  line-height: 30px;
  text-align: center;
  margin: 15px !important;
  right: auto !important;
  left: 0 !important;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.stronghold-products .out_of_stock_badge,
.stronghold-products-grid .out_of_stock_badge,
.stronghold-products-grid-filter .out_of_stock_badge {
  color: #fff !important;
  font-style: italic !important;
  font-size: 10px !important;
  text-align: center !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  background-color: #323332 !important;
}

.stronghold-products .out_of_stock_badge:after,
.stronghold-products-grid .out_of_stock_badge:after,
.stronghold-products-grid-filter .out_of_stock_badge:after {
  border-top-width: 34px !important;
  color: #323332 !important;
}

.stronghold-product-item:hover .add-cart-wrapper {
  bottom: 0;
}



.stronghold-products-wrapper-modern {
  position: relative;
}

.stronghold-products-wrapper-modern .stronghold-product-item {
  text-align: center;
}

.stronghold-products-wrapper-modern .stronghold-products .product-name-sc,
.stronghold-products-wrapper-modern .stronghold-products-grid .product-name-sc,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product-name-sc {
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0;
  font-size: 20px;
}

.stronghold-products-wrapper-modern .stronghold-products .product-name-sc a,
.stronghold-products-wrapper-modern .stronghold-products-grid .product-name-sc a,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product-name-sc a {
  color: #001733;
}

.stronghold-products-wrapper-modern .stronghold-products .product-name-sc a:hover,
.stronghold-products-wrapper-modern .stronghold-products-grid .product-name-sc a:hover,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product-name-sc a:hover {
  color: #2296f9;
}

.stronghold-products-wrapper-modern .product-info-wrapper .product-category a {
  font-size: 14px;
  color: #6a6a6a;
}

.stronghold-products-wrapper-modern .stronghold-products .product-info-sc,
.stronghold-products-wrapper-modern .stronghold-products-grid .product-info-sc,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product-info-sc {
  text-align: center;
}

.stronghold-products-wrapper-modern .stronghold-products .product-price,
.stronghold-products-wrapper-modern .stronghold-products-grid .product-price,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product-price {
  color: #2296f9;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_container_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_container_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_container_sc {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 15px;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_container_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_container_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_container_sc img {
  width: 100%;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_back_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_back_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_back_sc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_front_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_front_sc,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_front_sc {
  width: 100%;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_back_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_back_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_back_sc img {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.stronghold-products-wrapper-modern .stronghold-products .product_img_container_sc:hover .product_img_back_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid .product_img_container_sc:hover .product_img_back_sc img,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .product_img_container_sc:hover .product_img_back_sc img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.stronghold-products-wrapper-modern .stronghold-product-item {
  position: relative;
}

.stronghold-products-wrapper-modern .stronghold-product-item:hover {
  box-shadow: none;
}

.stronghold-products-wrapper-modern .stronghold-product-item:hover .add-cart-carousel,
.stronghold-products-wrapper-modern .stronghold-product-item-filter:hover .add-cart-carousel {
  opacity: 1;
  bottom: 0;
}

.stronghold-products-wrapper-modern .product-added:before {
  font-family: "Font Awesome 7 Free", FontAwesome;
  font-weight: 900;
  content: "\f00c";
  background: #2296f9;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  padding: 8px 12px;
  z-index: 99;
}

.stronghold-products-wrapper-modern .stronghold-products-grid .stronghold-product-item,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .stronghold-product-item {
  margin-bottom: 50px;
}

.stronghold-products-wrapper-modern .stronghold-products .onsale,
.stronghold-products-wrapper-modern .stronghold-products-grid .onsale,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .onsale {
  min-width: 3.236em;
  font-weight: 700;
  position: absolute;
  top: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #2296f9;
  font-size: 12px;
  border-radius: 6px;
  z-index: 1000;
  padding: 2px 8px;
  min-height: 20px;
  line-height: 30px;
  text-align: center;
  margin: 15px !important;
  right: auto !important;
  left: 0 !important;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.stronghold-products-wrapper-modern .stronghold-products .out_of_stock_badge,
.stronghold-products-wrapper-modern .stronghold-products-grid .out_of_stock_badge,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .out_of_stock_badge {
  color: #fff !important;
  font-style: italic !important;
  font-size: 10px !important;
  text-align: center !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  background-color: #323332 !important;
}

.stronghold-products-wrapper-modern .stronghold-products .out_of_stock_badge:after,
.stronghold-products-wrapper-modern .stronghold-products-grid .out_of_stock_badge:after,
.stronghold-products-wrapper-modern .stronghold-products-grid-filter .out_of_stock_badge:after {
  border-top-width: 34px !important;
  color: #323332 !important;
}

.stronghold-products-wrapper-modern .stronghold-product-item:hover .add-cart-wrapper {
  bottom: 0;
}

.stronghold-products-wrapper-modern .grid-filters {
  text-align: center;
  margin-bottom: 30px;
}

.stronghold-products-wrapper-modern .grid-filters a {
  display: inline-block !important;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #272727;
  background: transparent;
  border: 1px solid #dedede;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-products-wrapper-modern .grid-filters a:hover,
.stronghold-products-wrapper-modern .grid-filters .current {
  background: #2296f9;
  color: #fff;
  border-color: transparent;
}


/*--------------------------------------------------------------
15.23 Progress Bar
--------------------------------------------------------------*/

.stronghold-progress-bar-wrap {
  position: relative;
  display: block;
}

.stronghold-progress-bar {
  position: relative;
  height: 2px;
  width: 100% !important;
}

.stronghold-progress-bar-wrap .progress-bar-title,
.stronghold-progress-bar-wrap .progressbar_num {
  font-family: "Montserrat", sans-serif;
  color: #001733;
  font-weight: 700;
  font-size: 14px;
}

.stronghold-progress-bar-wrap .progress-bar-title {
  display: inline-block;
  margin-bottom: 5px;
}

.stronghold-progress-bar-wrap .progress-bar-title-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.stronghold-progress-bar-wrap svg:not(:root) {
  float: left;
}

.progress-bar-circle-wrap {
  text-align: center;
  overflow: hidden;
}

.progress-bar-circle-wrap .progress-bar-title {
  margin-bottom: 10px;
}

.progress-bar-circle-wrap .stronghold-progress-bar {
  height: auto;
  overflow: hidden;
}



.stronghold-progress-bar-wrapper-modern {
  display: flex;
  flex-wrap: wrap;
}

.stronghold-progress-bar-wrapper-modern .stronghold-progress-bar {
  position: relative;
  width: 100% !important;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-title,
.stronghold-progress-bar-wrapper-modern .percentCount {
  font-family: "Montserrat", sans-serif;
  color: #001733;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-title {
  margin-bottom: 10px;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-title-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.stronghold-progress-bar-wrapper-modern svg:not(:root) {
  float: left;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-circle-wrap {
  text-align: center;
  overflow: hidden;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-circle-wrap .stronghold-progress-bar {
  height: auto;
  overflow: hidden;
}

.stronghold-progress-bar-wrapper-modern .progressbar {
  width: 100%;
  position: relative;
  background-color: #EEEEEE;
}

.stronghold-progress-bar-wrapper-modern .proggress{
  height: 8px;
  width: 10px;
  background-color: #2296f9;
}

.stronghold-progress-bar-wrapper-modern .percentCount{
  position: absolute;
  right: 0;
  bottom: 22px;
}

.stronghold-progress-bar-wrapper-modern .percentCount-bottom .percentCount{
  bottom: -35px;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-title-bottom{
  flex-direction: column-reverse;
}

.stronghold-progress-bar-wrapper-modern .progress-bar-title-bottom .progress-bar-title{
  margin-bottom: 0;
  margin-top: 10px;
}

/*--------------------------------------------------------------
15.24 Info Box
--------------------------------------------------------------*/

.stronghold-info-box-wrapper .icon-wrapper {
  position: absolute;
  left: 5px;
  margin: 15px 13px;
  transition: 0.5s;
  text-align: center;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 8px;
  background: #de2020;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
}

.stronghold-info-box-wrapper:hover .icon-wrapper {
  background: #2296f9;
}

.stronghold-info-box-wrapper .icon-wrapper i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  transition: 0.5s;
}

.stronghold-info-box-wrapper {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-info-box-wrapper:hover .info-box-info-wrapper {
  box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -webkit-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
  -moz-box-shadow: 0px 12px 19px 0px rgba(134, 134, 134, 0.1);
}

.stronghold-info-box-wrapper .stronghold-info-box-wrapper {
  overflow: hidden;
}

.stronghold-info-box-wrapper .info-box-info-wrapper {
  padding: 20px 25px;
  border: 1px solid #f9f9f9;
  background: #fff;
  width: calc(100% - 30px);
  margin: auto;
  transform: translateY(-30px);
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper .info-box-title a h5:hover {
  color: #2296f9;
}

.stronghold-info-box-wrapper .info-box-title a h5{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-info-box-wrapper .info-box-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.stronghold-info-box-wrapper .info-box-desc {
  margin-top: 5px;
}

.stronghold-info-box-wrapper .info-box-img-wrapper img{
  border-radius: 15px;
  width: 100%;
}

.info-box-translate-off {
  transform: none !important;
}

.info-box-shadow-off {
  box-shadow: none !important;
}

.info-box-info-wrapper::before {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 4px;
  content: "";
  position: absolute;
  background: #2296f9;
  width: 0%;
  bottom: -4px;
  left: 0;
}

.stronghold-info-box-wrapper:hover .info-box-info-wrapper::before {
  width: 100%;
}

.info-box-design-two .info-box-info-wrapper,
.info-box-design-three .info-box-info-wrapper{
  width: 100%;
  transform: none;
  border: none;
  padding: 15px 0;
}

.info-box-design-two:hover .info-box-info-wrapper,
.info-box-design-three:hover .info-box-info-wrapper {
  box-shadow: none;
}

.info-box-design-two .info-box-info-wrapper::before,
.info-box-design-three .info-box-info-wrapper::before {
  content: none;
}

.info-box-design-two .info-box-title-element a {
  color: #001733;
}

.info-box-design-two .icon-wrapper{
  border-radius: 50%;
  background: #2296f9;
  width: 45px;
  height: 45px;
}

.info-box-design-two .icon-box-icon-wrap{
  width: 55px;
  height: 55px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #2296f9;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box-design-two:hover .icon-box-icon-wrap{
  width: 45px;
  height: 45px;
}

.info-box-design-two .icon-wrapper i{
  font-size: 20px;
  z-index: 1;
  position: relative;
}

.info-box-design-three .info-box-info-wrapper{
  text-align: center;
}

.info-box-design-three .info-box-info-wrapper i{
  z-index: 1;
  position: relative;
}

.info-box-design-three .icon-wrapper {
  display: inline-block;
  position: relative;
  height: 65px;
  width: 65px;
  line-height: 60px;
  border-radius: 50%;
  box-shadow: none;
  background: #2296f9;
}

.info-box-design-three .icon-wrapper-translate {
  margin-top: -55px;
}

.info-box-design-three .icon-box-icon-wrap{
  width: 75px;
  height: 75px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #2296f9;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box-design-three:hover .icon-box-icon-wrap{
  width: 65px;
  height: 65px;
}

.info-box-design-three .info-box-title-element:after{
  content: "";
  height: 3px;
  width: 50px;
  background: #dd3333;
  display: block;
  margin-top: 15px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.info-box-title-element,
.info-box-desc{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
15.25 Social Icons
--------------------------------------------------------------*/
.stronghold-social-icons-widget ul {
  padding: 0;
}

.stronghold-social-icons-widget .social-widget{
  margin-top: 0;
}

.social-icon-translate .social-icon-item{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-icon-translate .social-icon-item:hover{
  -ms-transform: translate(0px,  -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.social-widget-item .icon-round{
  border-radius: 10px;
}

.social-widget-item .icon-square{
  border-radius: 0;
}

.social-widget-item .icon-circle{
  border-radius: 50%;
}

.stronghold-social-icons-widget .social-icon-svg svg{
  width: 30px;
  height: 30px;
  fill: #fff;
  stroke: #fff;
}

/*--------------------------------------------------------------
15.26 Testimonials
--------------------------------------------------------------*/

.stronghold-testimonials-wrapper {
  position: relative;
  width: 100%;
}

.testimonials-item-wrapper {
  margin-bottom: 30px;
}

.testim-text {
  display: block;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  padding: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.testim-text:hover {
  box-shadow: none;
}

.testim-main-info {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.stronghold-testimonials {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.testim-text i {
  font-size: 20px;
  position: absolute;
  padding: 5px;
  color: #2296f9;
  right: 15px;
  top: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-author {
  margin-top: 10px;
  display: inline-block;
}

.stronghold-author-img {
  float: right;
  width: 70px;
  height: 70px;
}

.stronghold-author img {
  display: inline-block !important;
}

.stronghold-author-info {
  padding: 0 8px;
  margin-top: auto;
  margin-bottom: auto;
}

.stronghold-author-info li {
  list-style: none;
}

.stronghold-testim-name {
  font-size: 16px;
  margin: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testim-position {
  font-size: 14px;
  color: #9e9e9e;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-author img,
.stronghold-author .stronghold-author-info {
  display: inline-block;
  vertical-align: middle;
}

.stronghold-author img,
.stronghold-author-img img {
  margin-right: 5px;
  max-width: 70px !important;
  border-radius: 50% !important;
  width: 70px;
  height: 70px !important;
}

.stronghold-author-img,
.stronghold-testim-text-slider {
  display: inline-block;
}

.stronghold-testim-content {
  text-align: center;
}

.stronghold-author-slider {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.stronghold-author .stronghold-author-info {
  text-align: left;
  line-height: 1.5;
}

.testimonial-carousel .testim-img {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.testimonial-item-design-two {
  padding: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.testimonial-carousel .testimonial-item-design-two {
  margin-bottom: 30px;
}

.testimonial-item-design-two .testim-text {
  border: none;
  border-left: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px;
}

.testimonial-item-design-two .stronghold-author img,
.testimonial-item-design-two .stronghold-author-img img {
  max-width: 50px;
}

.testimonial-item-design-two .testim-main-info {
  margin-top: 20px;
}

.testimonial-item-design-two .testim-text i {
  right: -15px;
  top: -15px;
  color: #2296f9;
}

.testimonial-item-design-two:hover .testim-text {
  border-left: 8px solid #18527f;
}

.testimonial-item-design-two:hover {
  box-shadow: none;
}

.testimonial-rating i {
  color: #ffcc00;
  display: inline-block;
  margin-right: 2px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonial-item-design-three .testim-icon {
  text-align: center;
}

.testimonial-item-design-three .testim-icon i {
  font-size: 40px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonial-item-design-three .testim-text {
  border: none;
  text-align: center;
  box-shadow: none;
  padding: 20px 0;
  margin-bottom: 0;
}

.testimonial-item-design-three .stronghold-author-info {
  padding: 0;
  margin-bottom: 10px;
}

.testimonial-item-design-three .stronghold-testim-name,
.testimonial-item-design-three .stronghold-testim-position,
.testimonial-item-design-three .testimonial-rating {
  text-align: center;
}

.testimonial-item-design-three .stronghold-testim-name {
  font-size: 18px;
}

.testimonial-item-design-three .stronghold-author-img {
  float: none;
}

.testimonial-item-design-three .testim-img {
  text-align: center;
  margin-bottom: 10px;
}

.stronghold-testimonials-grid-item-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .stronghold-testimonials-grid .testimonials-item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stronghold-testimonials-grid-item-wrapper {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .testim-img {
    margin-bottom: 20px;
  }
  .testim-img .stronghold-author-img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
15.27 Video Player
--------------------------------------------------------------*/

.stronghold-video-player-widget .video-play-icon {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.stronghold-video-player-widget .video-play .video-play-icon {
  position: relative;
  text-align: center;
  transform: none;
  top: 0;
  left: 0;
}

.stronghold-video-player-widget .video-play-icon i {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-video-player-widget .video-play-icon i:hover,
.stronghold-video-player-widget
.video-thumbnail-wrapper:hover
> .video-play-icon
i,
.stronghold-video-player-widget .video-play:hover .video-play-icon i {
  opacity: 0.8;
}

.stronghold-video-player-widget .video-thumbnail-wrapper {
  position: relative;
}

.stronghold-video-player-widget .video-thumbnail-wrapper img {
  width: 100%;
}

.stronghold-video-player-widget .video-play {
  display: block;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.stronghold-video-player-widget .video-play-icon i {
  animation: shadow-pulse 1.5s infinite;
  border-radius: 50%;
}

/*--------------------------------------------------------------
15.28 Slider
--------------------------------------------------------------*/

.stronghold-slider-wrapper {
  position: relative;
  padding: 15px;
  padding-top: 0;
}

.stronghold-slider-wrapper.swiper{
    z-index: 0;
}

.stronghold-slider-wrapper .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  color: #fff;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper:hover .slider-arrow {
  opacity: 1;
}

.stronghold-slider-wrapper .slider-prev {
  left: 20px;
}

.stronghold-slider-wrapper .slider-next {
  right: 20px;
}

.stronghold-slider-wrapper .slider-arrow-bottom {
  bottom: 4%;
  top: initial;
}

.stronghold-slider-wrapper .slider-prev-bottom {
  right: 4%;
  left: initial;
}

.stronghold-slider-wrapper .slider-next-bottom {
  right: 0;
}

.stronghold-slider-wrapper .slider-carousel-pagination .swiper-pagination-bullet{
   border: none;
}

.stronghold-slider-wrapper .slider-carousel-pagination .swiper-pagination-bullet:hover{
  background-color: #2296f9;
}

.slider-dots-left{
  left:20px !important;
  display: block;
  top: 45% !important;
  text-align: left !important;
  width: auto !important;
  bottom: initial !important;
}

.slider-dots-right{
  right:20px !important;
  display: block;
  top: 45% !important;
  text-align: right !important;
  width: auto !important;
  bottom: initial !important;
  left: initial !important;
}

.slider-dots-left .swiper-pagination-bullet,
.slider-dots-right .swiper-pagination-bullet{
  margin-bottom: 10px !important;
  display: block;
}

.slider-dots-right .swiper-pagination-bullet{
  margin-left: auto;
  margin-right: 0;
}

.slider-dots-left .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: auto;
}

.stronghold-slider-wrapper .stronghold-slide {
  position: relative;
  width: 100%;
}

.stronghold-slider-wrapper .slide-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stronghold-slider-wrapper .slide-details {
  z-index: 10;
  position: relative;
  margin-left: 0 !important;
}

.stronghold-slider-wrapper .slide-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  padding: 20px;
}

.slide-subtitle .heading-sep-front {
  content: "";
  height: 2px;
  width: 30px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: 3px;
  margin-right: 10px;
}

.slide-subtitle {
  position: relative;
}

.slide-subtitle .slide-subtitle-heading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: auto;
  margin-top: auto;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.stronghold-slider-wrapper .slide-description {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 30px;
}

.stronghold-slider-wrapper .slide-title-heading {
  font-size: 70px;
  line-height: 1.2;
}

.stronghold-slider-wrapper .slide-button {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.stronghold-slider-wrapper .slide-button-wrapper,
.stronghold-slider-wrapper .slide-button-two-wrapper,
.stronghold-slider-wrapper .slide-video-button-wrapper {
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.stronghold-slider-wrapper .slide-video-button-wrapper,
.stronghold-slider-wrapper .slide-button-two-wrapper{
  margin-left: 20px;
}

.stronghold-slider-wrapper .slide-video-button{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  animation: shadow-pulse 1.5s infinite;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper .slide-video-button i{
  font-size: 20px;
}

.desktop-hidden {
  display: none !important;
}

.desktop-visible {
  display: inline-block !important;
}

.stronghold-slider-wrapper .stronghold-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.stronghold-ken-burns-slider-wrapper:not(.stronghold-slider-parallax-enabled) .stronghold-slides div.swiper-slide-active .stronghold-slide-bg  {
  -webkit-animation: kenBurns 8s 1 ease-in-out;
  -moz-animation: kenBurns 8s 1 ease-in-out;
  -o-animation: kenBurns 8s 1 ease-in-out;
  -ms-animation: kenBurns 8s 1 ease-in-out;
  animation: kenBurns 8s 1 ease-in-out;
}


@keyframes kenBurns {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.2, 1.2);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes kenBurns {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transform-origin: 50% 0%;
  }
}
@-o-keyframes kenBurns {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }
  to {
    -o-transform: scale(1.2, 1.2);
    -o-transform-origin: 50% 0%;
  }
}
@-moz-keyframes kenBurns {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }
  to {
    -moz-transform: scale(1.2, 1.2);
    -moz-transform-origin: 50% 0%;
  }
}
@-ms-keyframes kenBurns {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }
  to {
    -ms-transform: scale(1.2, 1.2);
    -ms-transform-origin: 50% 0%;
  }
}

.arrows-visible-desktop .slider-arrow{
  display: flex !important;
}

.dots-visible-desktop .slider-carousel-pagination{
  display: block !important;
}

.dots-hidden-desktop .slider-carousel-pagination,
.arrows-hidden-desktop .slider-arrow{
  display: none !important;
}

.animate-not-initialize{
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animate-initialize{
  opacity: 1 !important;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


@media screen and (min-device-width : 768px) and (max-width: 1024px) {

  .tablet-hidden,
  .dots-hidden-tablet .slider-carousel-pagination,
  .arrows-hidden-tablet .slider-arrow {
    display: none !important;
  }

  .tablet-visible {
    display: inline-block !important;
  }

  .dots-visible-tablet .slider-carousel-pagination {
    display: block !important;
  }

  .arrows-visible-tablet .slider-arrow{
    display: flex !important;
  }

  .stronghold-slider-wrapper .parallax-slide {
    background-attachment: initial !important;
  }

}

@media screen and (min-width : 320px) and (max-width: 767px) {

  .mobile-hidden,
  .dots-hidden-mobile .slider-carousel-pagination,
  .arrows-hidden-mobile .slider-arrow {
    display: none !important;
  }

  .arrows-visible-mobile .slider-arrow{
    display: flex !important;
  }

  .mobile-visible{
    display: inline-block !important;
  }

  .dots-visible-mobile .slider-carousel-pagination{
    display: block !important;
  }

}

@media screen and (max-width: 800px) {
  .stronghold-slider-wrapper h1.slide-title-heading {
    font-size: 40px;
  }
  .stronghold-slider-wrapper h2.slide-title-heading {
    font-size: 32px;
  }
  .stronghold-slider-wrapper h3.slide-title-heading {
    font-size: 28px;
  }
  .stronghold-slider-wrapper h4.slide-title-heading {
    font-size: 22px;
  }
  .stronghold-slider-wrapper h5.slide-title-heading {
    font-size: 19px;
  }
  .stronghold-slider-wrapper h6.slide-title-heading {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
15.29 Gallery
--------------------------------------------------------------*/
.stronghold-gallery-wrapper .gallery-img{
  position: relative;
}

.stronghold-gallery-wrapper .gallery-img img{
  width: 100%;
}

.stronghold-gallery-wrapper .gallery-img-caption-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #2296f9;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}

.stronghold-gallery-wrapper .gallery-img:hover .gallery-img-caption-wrap,
.stronghold-gallery-wrapper .masonry-img:hover .gallery-img-caption-wrap{
  opacity: 0.8;
}

.stronghold-gallery-wrapper .gallery-img-caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 18px;
  color: #fff;
}

.stronghold-gallery-wrapper .gallery-img:hover .gallery-img-caption,
.stronghold-gallery-wrapper .masonry-img:hover .gallery-img-caption {
  opacity: 1;
  height: 100%;
}

.gallery-row{
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
15.30 Product Categories
--------------------------------------------------------------*/
.product-category-name a{
  color: #001733;
}

.product-category-name{
  font-size: 14px;
  margin: 0;
}

.stronghold-product-category-item:hover .product-category-name a{
  color: #2296f9;
}

.product-details{
  padding: 10px;
  background: rgb(255 255 255 / 90%);
  text-align: center;
}

.category-count{
  font-size: 14px;
}


/*--------------------------------------------------------------
15.31 Banner
--------------------------------------------------------------*/
.stronghold-banner{
  position: relative;
  overflow: hidden;
}

.banner-img{
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.00);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stronghold-banner:hover .banner-img{
  transform: scale(1.02);
}

.banner-subtitle .banner-subtitle-heading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: auto;
  margin-top: auto;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.banner-subtitle .heading-sep-front {
  content: "";
  height: 2px;
  width: 20px;
  background: #dd3333;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.stronghold-banner .banner-title-heading {
  font-size: 30px;
  line-height: 1.2;
}

.banner-content{
  position: relative;
  z-index: 1;
  height: 400px;
  max-width: 100%;
  display: flex;
  margin: auto;
  padding: 30px 60px;
  justify-content: center;
  flex-direction: column;
}

.banner-title{
  margin-bottom: 10px;
}

.banner-link a{
  font-size: 20px;
  color: #001733;
  font-weight: 600;
}

.banner-link a:hover{
  color: #2296f9;
}

.banner-link .link-icon{
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-banner:hover .banner-link .link-icon{
  margin-left: 15px;
}

.banner-link-wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}


@media screen and (max-width: 800px) {
  .stronghold-banner h3.banner-title-heading {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
15.32 Header Top Info Icon
--------------------------------------------------------------*/
.stronghold-header-top-info-icon-wrapper .header-top-contact .contact-detail{
  display: flex;
}

.stronghold-header-top-info-icon-wrapper  .header-top-contact-icon{
  margin-right: 8px;
}

.stronghold-header-top-info-icon-wrapper  .header-top-contact-icon i,
.stronghold-header-top-info-icon-wrapper .stronghold-info-icon-title-element{
  vertical-align: middle;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-top-info-icon-wrapper  .header-top-contact-icon,
.stronghold-header-top-info-icon-wrapper  .header-top-contact-title{
  margin-bottom: auto;
  margin-top: auto;
}


/*--------------------------------------------------------------
15.33 Header Top Nav Menu
--------------------------------------------------------------*/
.stronghold-top-header-nav .top-header-nav-menu-item {
  display: inline-block;
  margin-right: 5px;
}

.stronghold-top-header-nav .top-header-nav-menu-item::before {
  content: "|";
  color: rgba(121, 121, 121, 0.42);
  padding-right: 8px;
}

.stronghold-top-header-nav .top-header-nav-menu-item:first-child:before{
  content: none;
}



/*--------------------------------------------------------------
15.34 Header Logo
--------------------------------------------------------------*/
.stronghold-header-logo-wrapper{
 display: flex;
}

.stronghold-header-logo-wrapper .logo-wrap{
 z-index: 1;
}

.stronghold-header-logo-wrapper .site-title-wrap,
.stronghold-header-logo-wrapper .logo-wrap{
  margin-bottom: auto;
  margin-top: auto;
}

/*--------------------------------------------------------------
15.35 Header Cart/Search Btn
--------------------------------------------------------------*/
.stronghold-header-cart-wrapper .cart-icon-elementor,
.stronghold-header-search-wrapper .search-toggle{
  position: relative;
}

.stronghold-header-search-wrapper .search-toggle i,
.stronghold-header-cart-wrapper .cart-icon-elementor i{
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}




/*--------------------------------------------------------------
15.36 Header Info Icon
--------------------------------------------------------------*/
.header-info-icon-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.header-info-icon-left .stronghold-info-icon,
.header-info-icon-left .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.header-info-icon-left .stronghold-content-wrap {
  padding-left: 20px;
}

.header-info-icon-left .stronghold-info-icon-title-element {
  margin-bottom: 0;
}

.header-info-icon-left .stronghold-info-icon-desc {
  margin-bottom: 0;
}

.stronghold-header-info-icon-wrapper .icon-wrapper i{
  font-size: 30px;
  font-weight: 600;
  color: #2296f9;
}

.header-info-icon-left:hover i{
  color: #dd3333;
}

.stronghold-header-info-icon-wrapper .info-icon-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-info-icon-wrapper:hover .info-icon-box-shadow {
  box-shadow: none;
}

.stronghold-header-info-icon-wrapper .info-icon-translate,
.stronghold-header-info-icon-wrapper .stronghold-info-icon-title-element,
.stronghold-header-info-icon-wrapper .stronghold-info-icon-desc,
.stronghold-header-info-icon-wrapper .icon-wrapper i {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-info-icon-wrapper .stronghold-info-icon-title-element{
  margin-top: 0;
}

.stronghold-header-info-icon-wrapper:hover .info-icon-translate {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-header-info-icon-wrapper .icon-round{
  border-radius: 10px;
}

.stronghold-header-info-icon-wrapper .icon-square{
  border-radius: 0;
}

.stronghold-header-info-icon-wrapper .icon-circle{
  border-radius: 50%;
}

.stronghold-header-info-icon-wrapper .stronghold-info-icon-desc p{
  margin-bottom: 0;
}

/*--------------------------------------------------------------
15.37 Header Nav Menu
--------------------------------------------------------------*/
.stronghold-header-nav-menu .navbar-nav > li {
  padding: 18px 15px;
}

.stronghold-header-nav-menu .stronghold-menu li a{
  text-transform: uppercase;
}

.stronghold-header-nav-menu{
  position: relative;
  z-index: 3;
}

.elementor-element-edit-mode .stronghold-header-nav-menu .main-navigation{
  display: inline-block;
}

.stronghold-header-nav-menu .navbar-nav > li > a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #2296f9;
  height: 2px;
  transition: all 0.4s;
}


/*--------------------------------------------------------------
15.38 Mobile Header
--------------------------------------------------------------*/
.stronghold-header-mobile-menu{
 position: relative;
 z-index: 99999;
}

.stronghold-header-mobile-menu .mobile-logo-area-wrapper{
  z-index: 9;
}

.elementor-side-mobile-menu .nav-social .social-item-link{
  font-size: 25px;
  width: 100%;
  text-align: center;
  height: 100%;
}

.elementor-side-mobile-menu .nav-social .social-item-link:first-child{
  padding-left: 0;
}

.elementor-side-mobile-menu .nav-social .social-item-link .social-item-icon{
  vertical-align: middle;
}

.elementor-side-mobile-menu .nav-social .social-item{
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.elementor-side-mobile-menu .quote-link-btn-item {
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.elementor-side-mobile-menu .icon-round{
  border-radius: 10px;
}

.elementor-side-mobile-menu .icon-square{
  border-radius: 0;
}

.elementor-side-mobile-menu .icon-circle{
  border-radius: 50%;
}

.mobile-header-contact-info p{
  margin: 0;
}

.elementor-mobile-menu-area{
  display: none;
}

.elementor-side-mobile-menu{
  background: #fff;
  width:80%;
  height:100vh;
  position:fixed;
  transition:.3s;
  left:-9999px;
  top:0;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
  z-index: 3;
  border-bottom: 1px dashed rgba(232, 232, 232, 0.3);
  overflow-y: scroll;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  z-index: 99999;
}

.elementor-side-mobile-menu.open{
  left:0;
  transition:.3s;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
}

.elementor-side-mobile-menu .mobile-menu{
  box-shadow: none;
  margin: 10px 0 30px;
  background: transparent;
}

.elementor-side-mobile-menu .mobile-logo{
  padding: 30px 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.elementor-side-mobile-menu .mobile-menu li a {
  padding: 15px 30px;
}


.elementor-side-mobile-menu .quote-link-btn-item .quote-link-btn{
  display: block;
}

.elementor-side-mobile-menu .contact-item{
  padding: 0 30px;
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
}

.elementor-side-mobile-menu .icon-wrapper{
  margin-right: 20px;
}

.elementor-side-mobile-menu .icon-wrapper{
  float: left;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
}

.elementor-side-mobile-menu .icon-wrapper i {
  font-size: 30px;
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.elementor-side-mobile-menu .contact-item:hover > .icon-wrapper i{
  color: #dd3333;
}

.elementor-side-mobile-menu .nav-social{
  padding: 0 30px;
  margin-top: 20px;
}

.elementor-side-mobile-menu .logo-title-wrap{
  display: flex;
}

.search-toggle-mobile {
  display: inline-block !important;
}


/*--------------------------------------------------------------
15.39 Top Header Toggle
--------------------------------------------------------------*/
.stronghold-mobile-top-header-toggle{
  background: #2296f9;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.stronghold-mobile-top-header-toggle .stronghold-mobile-top-header-toggle-btn{
  display: flex;
  text-align: center;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.stronghold-mobile-top-header-toggle-btn .toggle-btn-icon{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-mobile-top-header-toggle-btn .toggle-icon-rotate{
  transform: rotate(-180deg);
}


/*--------------------------------------------------------------
14.30 Projects
--------------------------------------------------------------*/
.stronghold-projects-wrapper-modern .project-grid-item {
  position: relative;
}

.stronghold-projects-wrapper-modern .project-grid-item-title {
  margin-top: 8px;
  margin-bottom: 0;
}

.stronghold-projects-wrapper-modern .project-grid-item-title a {
  color: #001733;
}

.stronghold-projects-wrapper-modern .project-grid-item-title a:hover {
  opacity: 0.8;
}

.stronghold-projects-wrapper-modern .project-cats {
  line-height: 14px;
}

.stronghold-projects-wrapper-modern .project-cat-item {
  text-transform: uppercase;
  color: #2296f9;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.stronghold-projects-wrapper-modern .project-details {
  padding-top: 20px;
}

.stronghold-projects-wrapper-modern .item-img-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #2296f9;
  border-radius: 15px;
}

.stronghold-projects-wrapper-modern .item-lightbox-btn {
  z-index: 2;
  height: 50px;
  width: 50px;
  font-size: 22px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #dd3333;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  background: #fff;
}

.stronghold-projects-wrapper-modern .project-grid-item:hover .item-img-overlay {
  opacity: 0.8;
}

.stronghold-projects-wrapper-modern .project-grid-item:hover .item-lightbox-btn {
  opacity: 1;
}

.stronghold-projects-wrapper-modern .project-grid-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.stronghold-projects-wrapper-modern .project-grid-img img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.stronghold-projects-wrapper-modern .project-grid-item:hover .project-grid-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.stronghold-projects-wrapper-modern .project-design-two:hover .project-grid-item-title {
  opacity: 1;
  height: 100%;
}

.stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title a,
.stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title {
  color: #fff;
}

.stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title {
  font-size: 25px;
}

.stronghold-projects-wrapper-modern .four-col-full .project-grid-item-title,
.stronghold-projects-wrapper-modern .four-col-gutter .project-grid-item-title,
.stronghold-projects-wrapper-modern .five-col-full .project-grid-item-title,
.stronghold-projects-wrapper-modern .five-col-gutter .project-grid-item-title {
  font-size: 18px;
}

.stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title a:hover {
  opacity: 0.8;
}

.stronghold-projects-wrapper-modern .project-design-two .project-cats {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.stronghold-projects-wrapper-modern .project-design-two:hover .project-cats {
  height: 75%;
}

.stronghold-projects-wrapper-modern .project-design-two .project-cat-item {
  font-size: 14px;
  color: #fff;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid .three-col-grid,
.stronghold-projects-wrapper-modern .stronghold-project-grid .four-col-grid {
  margin-bottom: 30px;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid .row {
  padding: 0;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid .four-col-grid .project-design-two:hover .project-grid-item-title,
.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-four-col .item-img-overlay:hover .project-grid-item-title,
.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-five-col .item-img-overlay:hover .project-grid-item-title {
  height: 110%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid .four-col-grid .project-design-two .project-grid-item-title,
.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-four-col .item-img-overlay .project-grid-item-title {
  font-size: 20px;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-five-col .item-img-overlay .project-grid-item-title {
  font-size: 16px;
}

.stronghold-projects-wrapper-modern .grid-img-overlay .project-cats .project-cat-item {
  color: #fff;
}

.stronghold-projects-wrapper-modern .grid-img-overlay .project-cats .project-cat-item:after,
.stronghold-projects-wrapper-modern .stronghold-project-grid .project-grid-img .project-cats .project-cat-item:after,
.stronghold-projects-wrapper-modern .stronghold-project-carousel .project-grid-img .project-cats .project-cat-item:after {
  content: ",";
  margin: 0 3px;
}

.stronghold-projects-wrapper-modern .grid-img-overlay .project-cats .project-cat-item:last-child::after,
.stronghold-projects-wrapper-modern .stronghold-project-grid .project-grid-img .project-cats .project-cat-item:last-child:after,
.stronghold-projects-wrapper-modern .stronghold-project-carousel .project-grid-img .project-cats .project-cat-item:last-child:after {
  content: none;
}
.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-four-col {
  width: 23.025%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-four-col-full {
  width: 25%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-five-col {
  width: 18.42%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-five-col-full {
  width: 20%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-three-col {
  width: 30.7017%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-three-col-full {
  width: 33.3333%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-two-col {
  width: 46%;
}

.stronghold-projects-wrapper-modern .stronghold-project-grid-filter .grid-two-col-full {
  width: 50%;
}

.stronghold-projects-wrapper-modern .project-grid-img img {
  width: 100%;
}

.stronghold-projects-wrapper-modern .grid-filters {
  text-align: center;
  margin-bottom: 30px;
}

.stronghold-projects-wrapper-modern .grid-filters a {
  display: inline-block !important;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #272727;
  background: transparent;
  border: 1px solid #dedede;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-projects-wrapper-modern .grid-filters a:hover,
.stronghold-projects-wrapper-modern .grid-filters .current {
  background: #2296f9;
  color: #fff;
  border-color: transparent;
}

.stronghold-projects-wrapper-modern .isotope-cat-container {
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .stronghold-projects-wrapper-modern .iso-cat-item {
    width: 100% !important;
  }
  .stronghold-projects-wrapper-modern .grid-two-col-full,
  .stronghold-projects-wrapper-modern .grid-three-col-full,
  .stronghold-projects-wrapper-modern .grid-four-col-full,
  .stronghold-projects-wrapper-modern .grid-five-col-full {
    width: 50% !important;
  }
  .stronghold-projects-wrapper-modern .stronghold-project-grid .three-col-grid,
  .stronghold-projects-wrapper-modern .stronghold-project-grid .four-col-grid {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 800px) {
  .stronghold-projects-wrapper-modern .iso-cat-item {
    width: 100% !important;
  }

  .stronghold-projects-wrapper-modern .project-design-two .project-grid-item-title {
    font-size: 19px;
  }
}


/*--------------------------------------------------------------
14.31 Services
--------------------------------------------------------------*/
.stronghold-services-wrapper-modern .service-row{
  padding-left: 0;
  padding-right: 0;
}

.stronghold-services-wrapper-modern .service-block-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.stronghold-services-wrapper-modern .service-block-img img {
  width: 100%;
}

.stronghold-services-wrapper-modern .item-img-zoom img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-services-wrapper-modern .service-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.stronghold-services-wrapper-modern .service-block-design-one{
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.stronghold-services-wrapper-modern .service-detail-icon-wrapper {
  text-align: center;
  top: -32px;
  position: absolute;
  right: 20px;
  height: 55px;
  width: 55px;
  background-color: #2296f9;
  box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.stronghold-services-wrapper-modern .service-detail-icon {
  height: 60px; 
  line-height: 60px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 35px;
  transition: all 500ms linear;
  transform: scale(1.0);
}

.stronghold-services-wrapper-modern .service-detail-icon i {
  z-index: 2;
  position: relative;
}

.stronghold-services-wrapper-modern .service-detail-icon svg {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 20px;
  height: 20px;
  color: #fff;
  z-index: 2;
  position: relative;
  vertical-align: middle;
}


.stronghold-services-wrapper-modern .service-detail-icon-wrap {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #2296f9;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
}

.stronghold-services-wrapper-modern .service-block:hover .service-detail-icon-wrap {
  width: 55px;
  height: 55px;
}

.stronghold-services-wrapper-modern .service-block:hover .service-detail-icon {
  transform: scale(0.9);
}

.stronghold-services-wrapper-modern .service-main-name {
  color: #fff;
  font-size: 25px;
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-services-wrapper-modern .service-block:hover .service-img-overlay{
  opacity: 0.85;
}

.stronghold-services-wrapper-modern .service-main-name a{
  color: #001733;
}

.stronghold-services-wrapper-modern .service-main-name a:hover{
  color: #2296f9;
}

.stronghold-services-wrapper-modern .service-desc{
  color: #fff;
}

.stronghold-services-wrapper-modern .service-desc p{
  margin: 0;
}

.stronghold-services-wrapper-modern .service-desc,
.stronghold-services-wrapper-modern .service-translate{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-services-wrapper-modern .service-translate:hover {
  -ms-transform: translate(0px, -10px) !important;
  -webkit-transform: translate(0px, -10px) !important;
  transform: translate(0px, -10px) !important;
}

.stronghold-services-wrapper-modern .service-shadow{
 transition-property: all !important;
 -moz-transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.stronghold-services-wrapper-modern .service-shadow:hover {
  box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(154, 154, 154, 0.1);
}

.stronghold-services-wrapper-modern .service-img-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #001733;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  z-index: 1;
  opacity: 0.5;
}

.stronghold-services-wrapper-modern .service-block-design-one .service-header-wrapper{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 25px;
  z-index: 2;
}

.stronghold-services-wrapper-modern .service-block-design-one .service-detail-icon-wrapper{
  position: relative;
  top: 0;
  right: 0;
}

.stronghold-services-wrapper-modern .grid-filters {
  text-align: center;
  margin-bottom: 30px;
}

.stronghold-services-wrapper-modern .grid-filters a {
  display: inline-block !important;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #272727;
  background: transparent;
  border: 1px solid #dedede;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-services-wrapper-modern .grid-filters a:hover,
.stronghold-services-wrapper-modern .grid-filters .current {
  background: #2296f9;
  color: #fff;
  border-color: transparent;
}

.stronghold-services-wrapper-modern .service-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
}

.stronghold-services-wrapper-modern .service-main-detail {
  padding: 0 20px 10px;
}

.stronghold-services-wrapper-modern .service-detail-icon-wrapper {
  text-align: center;
  margin-top: -35px;
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  display: block;
  z-index: 2;
}

.stronghold-services-wrapper-modern .service-detail-icon {
  height: 65px;
  width: 65px;
  font-size: 30px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #2296f9;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  transform: none;
}

.stronghold-services-wrapper-modern .service-detail-icon svg {
  width: 30px;
  height: 30px;
}

.stronghold-services-wrapper-modern .service-detail-icon-wrap {
  width: 75px;
  height: 75px;
  box-shadow: none;
}

.stronghold-services-wrapper-modern .service-block:hover .service-detail-icon-wrap {
  width: 65px;
  height: 65px;
}

.stronghold-services-wrapper-modern .service-block:hover .service-detail-icon {
  transform: none;
}

.stronghold-services-wrapper-modern .service-main-name {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #001733;
}

.stronghold-services-wrapper-modern .service-main-name:after {
  content: "";
  height: 3px;
  width: 50px;
  background: #dd3333;
  display: block;
  margin-top: 15px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.stronghold-services-wrapper-modern .service-main-name a,
.stronghold-services-wrapper-modern .service-main-name-link {
  color: #001733;
}

.stronghold-services-wrapper-modern .service-main-name a:hover,
.stronghold-services-wrapper-modern .service-main-name-link:hover {
  color: #2296f9;
}

.stronghold-services-wrapper-modern .service-desc {
  text-align: center;
  color: inherit;
}

.stronghold-services-wrapper-modern .service-block-design-two {
  padding: 0;
  background: transparent;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-block-img {
  border-radius: 15px;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-main-name {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-main-detail {
  padding: 0;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-main-name:after {
  content: none;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-detail-icon-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  margin-top: 0;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-detail-icon {
  height: 45px;
  width: 45px;
  font-size: 20px;
  line-height: 50px;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-detail-icon svg {
  width: 20px;
  height: 20px;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-detail-icon-wrap {
  width: 55px;
  height: 55px;
}

.stronghold-services-wrapper-modern .service-block-design-two:hover .service-detail-icon-wrap {
  width: 45px;
  height: 45px;
}

.stronghold-services-wrapper-modern .service-block-design-two .service-desc {
  text-align: left;
}

.stronghold-services-wrapper-modern .iso-cat-item .service-block-design-two {
  padding: 20px;
}


/*--------------------------------------------------------------
14.32 Slider
--------------------------------------------------------------*/
.stronghold-slider-wrapper-modern {
  position: relative;
  overflow: hidden;
}

.stronghold-slider-wrapper-modern .swiper{
  z-index: 0;
}

.stronghold-slider-wrapper-modern.stronghold-slider-mode-grid .swiper-slide {
  height: var(--stronghold-slider-grid-row-height) !important;
}

.stronghold-slider-wrapper-modern.stronghold-slider-mode-grid .swiper-slide.stronghold-slide {
  min-height: 0;
}

.stronghold-slider-wrapper-modern.stronghold-slider-mode-grid .swiper-slide .stronghold-slide {
  height: 100% !important;
  min-height: 0;
}

.stronghold-slider-wrapper-modern.stronghold-slider-mode-coverflow .swiper-wrapper,
.stronghold-slider-wrapper-modern.stronghold-slider-mode-cards .swiper-wrapper {
  overflow: visible;
}

.stronghold-slider-wrapper-modern .slider-wrapper-loaded{
  opacity: 1;
}

.stronghold-slider-wrapper-modern .slider-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  height: 36px;
  width: 36px;
  margin-top: -18px;
  color: #fff;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern:hover .slider-arrow {
  opacity: 1;
}

.stronghold-slider-wrapper-modern .slider-prev {
  left: 20px;
}

.stronghold-slider-wrapper-modern .slider-next {
  right: 20px;
}

.stronghold-slider-wrapper-modern .slider-arrow-bottom {
  bottom: 4%;
  top: initial;
}

.stronghold-slider-wrapper-modern .slider-prev-bottom {
  right: 4%;
  left: initial;
}

.stronghold-slider-wrapper-modern .slider-next-bottom {
  right: 0;
}

.stronghold-slider-wrapper-modern .slider-carousel-pagination .swiper-pagination-bullet{
 border: none;
}

.stronghold-slider-wrapper-modern .slider-carousel-pagination .swiper-pagination-bullet:hover{
  background-color: #2296f9;
}

.stronghold-slider-wrapper-modern .stronghold-slide {
  position: relative;

  width: 100%;
}

.stronghold-slider-wrapper-modern .stronghold-slide-parallax-bg-wrapper {
  width: 100% !important;
}

.slide-parallax-bg{
  width: 100% !important;
}



.stronghold-slider-wrapper-modern .animation-up-down {
  animation: up-down 15s infinite;
}

.stronghold-slider-wrapper-modern .animation-left-right {
  animation: left-right 15s infinite;
}

.stronghold-slider-wrapper-modern .animation-rotate-forward {
  animation: item-rotate-forward 15s infinite;
}

.stronghold-slider-wrapper-modern .animation-rotate-reverse {
  animation: item-rotate-reverse 15s infinite;
}
.stronghold-slider-wrapper-modern .stronghold-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.01s linear;
  -moz-transition: all 0.01s linear;
  -o-transition: all 0.01s linear;
  transition: all 0.01s linear;
}

.stronghold-slider-wrapper-modern .slide-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stronghold-slider-wrapper-modern .slide-details {
  z-index: 10;
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
}

.stronghold-slider-wrapper-modern .slide-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100vw;
  width: 1324px;
  padding: 10px;
}

.stronghold-slider-wrapper-modern .slide-subtitle {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.stronghold-slider-wrapper-modern .slide-subtitle .slide-subtitle-heading {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #2296f9;
  padding: 5px 20px;
  border-radius: 5px;
  max-width: max-content;
}

.stronghold-slider-wrapper-modern .slide-title {
  position: relative;
  max-width: 700px;
}

.stronghold-slider-wrapper-modern .slide-description {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 35px;
  position: relative;
  max-width: 650px;
}

.stronghold-slider-wrapper-modern .slide-description p{
  margin: 0;
}

.stronghold-slider-wrapper-modern .slide-title-heading {
  font-size: 70px;
  line-height: 1.1;
}

.desktop-visible {
  display: flex !important;
}

.elementor-element-edit-mode .stronghold-slides,
.elementor-element-edit-mode .slider-design-two,
.elementor-element-edit-mode .animate-not-initialize{
  opacity: 1;
}

.stronghold-slider-wrapper-modern .animate-not-initialize{
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .animate-initialize{
  opacity: 1 !important;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .arrows-visible-desktop .slider-arrow{
  display: flex !important;
}

.stronghold-slider-wrapper-modern .dots-visible-desktop .slider-carousel-pagination{
  display: block !important;
}

.stronghold-slider-wrapper-modern .dots-hidden-desktop .slider-carousel-pagination,
.stronghold-slider-wrapper-modern .arrows-hidden-desktop .slider-arrow{
  display: none !important;
}

.stronghold-slider-wrapper-modern .slider-dots-left{
  left:20px !important;
  display: block;
  top: 45% !important;
  text-align: left !important;
  width: auto !important;
  bottom: initial !important;
}

.stronghold-slider-wrapper-modern .slider-dots-right{
  right:20px !important;
  display: block;
  top: 45% !important;
  text-align: right !important;
  width: auto !important;
  bottom: initial !important;
  left: initial !important;
}

.stronghold-slider-wrapper-modern .slider-dots-left .swiper-pagination-bullet,
.stronghold-slider-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-bottom: 10px !important;
  display: block;
}

.stronghold-slider-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-left: auto;
  margin-right: 0;
}

.stronghold-slider-wrapper-modern .slider-dots-left .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: auto;
}


@media screen and (max-width: 800px) {

  .stronghold-slider-wrapper-modern .slide-title,
  .stronghold-slider-wrapper-modern .slide-description {
    max-width: 100%;
    text-align: center;
  }

  .stronghold-slider-wrapper-modern .slide-title-heading{
    font-size: 30px;
  }

  .stronghold-slider-wrapper-modern .slide-description{
    font-size: 20px;
    margin-top: 20px;
  }

  .stronghold-slider-wrapper-modern .slide-button-wrapper,
  .stronghold-slider-wrapper-modern .slide-button-two-wrapper,
  .stronghold-slider-wrapper-modern .slide-subtitle{
    justify-content: center;
  }

  .stronghold-slider-wrapper-modern .slide-button-wrapper{
    margin-top: 30px;
  }

  .stronghold-slider-wrapper-modern .slide-button, 
  .stronghold-slider-wrapper-modern .slide-button-two{
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
  }

  .stronghold-slider-wrapper-modern .slide-subtitle .slide-subtitle-heading{
    font-size: 12px;
    padding: 5px 15px;
  }

}

@media (min-width: 992px) {
  .stronghold-slider-wrapper-modern .slide-details-wrapper {
    max-width: calc(100vw - 22px);
  }
}

@media (min-width: 768px) {
  .stronghold-slider-wrapper-modern .slide-details-wrapper {
    max-width: calc(100vw - 22px);

  }
}

@media (min-width: 576px) {
  .stronghold-slider-wrapper-modern .slide-details-wrapper {
    max-width: calc(100vw - 22px);

  }
}


@media screen and (min-device-width : 768px) and (max-width: 1024px) {
  .stronghold-slider-wrapper-modern .tablet-hidden,
  .stronghold-slider-wrapper-modern .dots-hidden-tablet .slider-carousel-pagination,
  .stronghold-slider-wrapper-modern .arrows-hidden-tablet .slider-arrow {
    display: none !important;
  }

  .stronghold-slider-wrapper-modern .tablet-visible {
    display: flex !important;
  }

  .stronghold-slider-wrapper-modern .dots-visible-tablet .slider-carousel-pagination {
    display: block !important;
  }

  .stronghold-slider-wrapper-modern .arrows-visible-tablet .slider-arrow{
    display: flex !important;
  }

  .stronghold-slider-wrapper-modern .parallax-slide {
    background-attachment: initial !important;
  }

  .stronghold-slider-wrapper-modern h1.slide-title-heading {
    font-size: 42px;
  }
  .stronghold-slider-wrapper-modern h2.slide-title-heading {
    font-size: 32px;
  }
  .stronghold-slider-wrapper-modern h3.slide-title-heading {
    font-size: 28px;
  }
  .stronghold-slider-wrapper-modern h4.slide-title-heading {
    font-size: 22px;
  }
  .stronghold-slider-wrapper-modern h5.slide-title-heading {
    font-size: 19px;
  }
  .stronghold-slider-wrapper-modern h6.slide-title-heading {
    font-size: 16px;
  }

  .stronghold-slider-wrapper-modern .slide-details-wrapper {
   padding: 34px;
 } 

}

@media screen and (min-width : 320px) and (max-width: 767px) {
  .stronghold-slider-wrapper-modern .mobile-hidden,
  .stronghold-slider-wrapper-modern .dots-hidden-mobile .slider-carousel-pagination,
  .stronghold-slider-wrapper-modern .arrows-hidden-mobile .slider-arrow {
    display: none !important;
  }

  .stronghold-slider-wrapper-modern .arrows-visible-mobile .slider-arrow{
    display: flex !important;
  }

  .stronghold-slider-wrapper-modern .mobile-visible{
    display: flex !important;
  }

  .stronghold-slider-wrapper-modern .dots-visible-mobile .slider-carousel-pagination{
    display: block !important;
  }

}


.stronghold-slider-wrapper-modern .slide-button,
.stronghold-slider-wrapper-modern .slide-button-two {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .slide-button i,
.stronghold-slider-wrapper-modern .slide-button-link i,
.stronghold-slider-wrapper-modern .slide-button-two i,
.stronghold-slider-wrapper-modern .slide-button-two-link i{
  margin-left: 8px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .slide-button-link,
.stronghold-slider-wrapper-modern .slide-button-two-link{
  font-weight: 700;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 18px;
}

.stronghold-slider-wrapper-modern .slide-button-link:hover i,
.stronghold-slider-wrapper-modern .slide-button-two-link:hover i{
  padding-left: 5px;
}

.stronghold-slider-wrapper-modern .slide-button-wrapper {
  margin-top: 40px;
  display: inline-block;
  position: relative;
}

.stronghold-slider-wrapper-modern .slide-button-two-wrapper,
.stronghold-slider-wrapper-modern .slide-video-button-wrapper{
  position: absolute;
  bottom: 0;
}

.stronghold-slider-wrapper-modern .slide-video-button-wrapper,
.stronghold-slider-wrapper-modern .slide-button-two-wrapper {
  margin-left: 20px;
}

.stronghold-slider-wrapper-modern .slide-video-button{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  animation: shadow-pulse 1.5s infinite;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .slide-video-button i{
  font-size: 20px;
  margin: 0;
}


.stronghold-ken-burns-slider-wrapper-modern:not(.stronghold-slider-parallax-enabled) .stronghold-slides div.swiper-slide-active .stronghold-slide-bg  {
  -webkit-animation: kenBurns 15s 1 ease-in-out;
  -moz-animation: kenBurns 15s 1 ease-in-out;
  -o-animation: kenBurns 15s 1 ease-in-out;
  -ms-animation: kenBurns 15s 1 ease-in-out;
  animation: kenBurns 15s 1 ease-in-out;
  animation-iteration-count: infinite;
}

.stronghold-ken-burns-slider-wrapper-modern:not(.stronghold-slider-parallax-enabled).stronghold-slider-mode-grid .stronghold-slides div.swiper-slide-visible:not(.swiper-slide-blank):not(.swiper-slide-invisible-blank) .stronghold-slide-bg {
  -webkit-animation: kenBurns 15s 1 ease-in-out;
  -moz-animation: kenBurns 15s 1 ease-in-out;
  -o-animation: kenBurns 15s 1 ease-in-out;
  -ms-animation: kenBurns 15s 1 ease-in-out;
  animation: kenBurns 15s 1 ease-in-out;
  animation-iteration-count: infinite;
}

.stronghold-ken-burns-slider-wrapper-modern.stronghold-slider-parallax-enabled .stronghold-slides .stronghold-slide-bg {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}

.stronghold-ken-burns-slider-wrapper-modern.stronghold-slider-mode-grid .stronghold-slides div.swiper-slide:not(.swiper-slide-visible) .stronghold-slide-bg {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  transform: scale(1, 1);
  transform-origin: 50% 50%;
}

@keyframes kenBurns {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes kenBurns {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transform-origin: 50% 0%;
  }
}
@-o-keyframes kenBurns {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }
  to {
    -o-transform: scale(1.2, 1.2);
    -o-transform-origin: 50% 0%;
  }
}
@-moz-keyframes kenBurns {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }
  to {
    -moz-transform: scale(1.2, 1.2);
    -moz-transform-origin: 50% 0%;
  }
}
@-ms-keyframes kenBurns {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }
  to {
    -ms-transform: scale(1.2, 1.2);
    -ms-transform-origin: 50% 0%;
  }
}


/*--------------------------------------------------------------
14.33 Social Icons
--------------------------------------------------------------*/

.stronghold-social-icons-wrapper-modern ul {
  padding: 0;
}

.stronghold-social-icons-wrapper-modern .social-icon-translate .social-icon-item{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-social-icons-wrapper-modern .social-icon-translate .social-icon-item:hover{
  -ms-transform: translate(0px,  -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-social-icons-wrapper-modern .social-widget-item .icon-round{
  border-radius: 10px;
}

.stronghold-social-icons-wrapper-modern .social-widget-item .icon-square{
  border-radius: 0;
}

.stronghold-social-icons-wrapper-modern .social-widget-item .icon-circle{
  border-radius: 50%;
}

.stronghold-social-icons-wrapper-modern .social-icon-svg svg{
  width: 30px;
  height: 30px;
  fill: #fff;
  stroke: #fff;
}

.stronghold-social-icons-wrapper-modern .social-widget{
  margin-top: 0;
}

/*--------------------------------------------------------------
14.34 Tabs
--------------------------------------------------------------*/

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-heading{
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-right: 10px;
  box-shadow: 0px 5px 25px rgb(147 156 165 / 15%);
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-item-wrap{
 padding: 15px 40px;
 display: flex;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tabs-content{
  margin: 80px 0 0 0;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tabs-content p{
  margin: 0;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-content.active {
  display: block;
  min-height: 100px;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-icon,
.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-svg svg{
  margin-bottom: auto;
  margin-top: auto;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-item-title{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tabs-headings,
.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-svg {
  display: flex;
}

.stronghold-tabs-wrapper-modern .stronghold-tabs .tab-svg svg{
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .stronghold-tabs-wrapper-modern .stronghold-tabs .tabs-headings{
    display: inline-block;
    width: 100%;
  }

  .stronghold-tabs-wrapper-modern .stronghold-tabs .tab-heading{
    display: block;
    margin-bottom: 15px;
  }

  .stronghold-tabs-wrapper-modern .stronghold-tabs .tab-item-wrap{
   padding: 15px 35px;
 }

}

/*--------------------------------------------------------------
14.35 Team
--------------------------------------------------------------*/
.stronghold-team-wrapper-modern .team-member-block {
  position: relative;
}

.stronghold-team-wrapper-modern .team-member-img img {
  width: 100%;
}

.stronghold-team-wrapper-modern .team-member-block-img {
  position: relative;
}

.stronghold-team-wrapper-modern .team-member-block-img img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  width: 100%;
}

.stronghold-team-wrapper-modern .team-member-block .team-member-main-detail {
  padding: 20px 0 20px;
  background: #fff;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.stronghold-team-wrapper-modern .team-member-main-name {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.stronghold-team-wrapper-modern .team-member-main-name a {
  color: inherit;
}

.stronghold-team-wrapper-modern .team-member-main-name a:hover {
  color: #2296f9;
}

.stronghold-team-wrapper-modern .team-member-main-pos {
  font-size: 14px;
  color: #2296f9;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.stronghold-team-wrapper-modern .team-member-content {
  margin-top: 30px;
}

.stronghold-team-wrapper-modern .team-member-main-desc {
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-team-wrapper-modern .team-member-main-desc p {
  margin: 0;
}

.stronghold-team-wrapper-modern .team-member-detail {
  border-left: 3px solid #dd3333;
  padding-left: 15px;
}

.stronghold-team-wrapper-modern .team-member-block-social-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.stronghold-team-wrapper-modern .team-member-block-social-list li {
  display: inline-block;
  margin-right: 18px;
}

.stronghold-team-wrapper-modern .team-member-block-social-list li a {
  font-size: 18px;
  color: #afafaf;
}

.stronghold-team-wrapper-modern .team-member-block-social-list li a:hover {
  color: #2296f9;
}

.stronghold-team-wrapper-modern .team-social-svg {
  display: inline-flex;
}

.stronghold-team-wrapper-modern .team-social-svg svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.stronghold-team-wrapper-modern .team-member-social-list-wrapper {
  padding-left: 18px;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  background: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.stronghold-team-wrapper-modern .team-member-block:hover .team-member-main-detail {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.stronghold-team-wrapper-modern .team-member-block:hover .team-member-detail {
  border-left: 3px solid #2296f9;
}

.stronghold-team-wrapper-modern .team-member-block:hover .team-member-social-list-wrapper {
  opacity: 1;
  visibility: visible;
}

.stronghold-team-wrapper-modern .team-grid-item {
  margin-bottom: 40px;
}

.stronghold-team-wrapper-modern .stronghold-team-wrapper .row {
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .stronghold-team-wrapper-modern .team-list-item .team-member-block-img-wrapper {
    padding-left: 15px;
  }

  .stronghold-team-wrapper-modern .team-member-main-name {
    font-size: 19px;
  }
}



/*--------------------------------------------------------------
14.36 Testimonials
--------------------------------------------------------------*/

.stronghold-testimonials-wrapper-modern {
  position: relative;
  width: 100%;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item-link:hover,
.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item-link:focus {
  color: inherit;
  text-decoration: none;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item{
  padding: 30px;
  border-radius: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  position: relative;
}

.stronghold-testimonials-wrapper-modern .testim-text {
  display: block;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #e3e3e35c;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-text {
  margin-bottom: 0;
}

.stronghold-testimonials-wrapper-modern .testim-text p{
  margin: 0;
}

.stronghold-testimonials-wrapper-modern .testim-text:hover {
  box-shadow: none;
}

.stronghold-testimonials-wrapper-modern .testim-main-info {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.stronghold-testimonials-wrapper-modern .testim-icon-element {
  font-size: 60px;
  position: absolute;
  color: #2296f9;
  right: 0;
  opacity: 0.8;
}

.stronghold-testimonials-wrapper-modern .stronghold-author {
  margin-top: 10px;
  display: inline-block;
}

.stronghold-testimonials-wrapper-modern .stronghold-author img {
  display: inline-block !important;
}

.stronghold-testimonials-wrapper-modern .stronghold-author-info {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
}

.stronghold-testimonials-wrapper-modern .stronghold-author-info li {
  list-style: none;
}

.stronghold-testimonials-wrapper-modern .stronghold-testim-name {
  margin-bottom: 5px;
  margin-top: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .stronghold-testim-position {
  color: #2296f9;
  font-weight: 600;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .stronghold-author img,
.stronghold-testimonials-wrapper-modern .stronghold-author .stronghold-author-info {
  display: inline-block;
  vertical-align: middle;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item .stronghold-author img,
.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item .stronghold-author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.stronghold-testimonials-wrapper-modern .stronghold-author-img{
  margin-right: 15px;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item .testim-img{
  display: flex;
  align-items: center;
}

.stronghold-testimonials-wrapper-modern .stronghold-author-img,
.stronghold-testimonials-wrapper-modern .stronghold-testim-text-slider {
  display: inline-block;
}

.stronghold-testimonials-wrapper-modern .stronghold-testim-content {
  text-align: center;
}

.stronghold-testimonials-wrapper-modern .stronghold-author-slider {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.stronghold-testimonials-wrapper-modern .stronghold-author .stronghold-author-info {
  text-align: left;
  line-height: 1.5;
}

.stronghold-testimonials-wrapper-modern .testimonial-carousel .testim-img {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-two {
  padding: 40px 60px 40px 40px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-two .testim-text {
  border: none;
  border-left: none;
  box-shadow: none;
  padding: 0;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-two .testim-text {
  margin-bottom: 0;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-two .testim-icon-element {
  right: -20px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-two .testim-main-info{
  margin-bottom: 25px;
}

.stronghold-testimonials-wrapper-modern .testim-text i {
  right: -40px;
  top: -20px;
  color: #2296f9;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item:hover {
  box-shadow: none;
}

.stronghold-testimonials-wrapper-modern .testimonial-rating i {
  color: #ffcc00;
  display: inline-block;
  margin-right: 2px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-grid-item-wrapper{
  margin-bottom: 30px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three{
  text-align: center;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-img{
  display: flex;
  margin-bottom: 33px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .stronghold-author-img img,
.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .stronghold-author-img{
  margin-right: 0;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .stronghold-author-img img{
  width: 100px;
  height: 100px;
  border: 5px solid #2296f9;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .stronghold-author-img{
  z-index: 2;
  position: relative;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-text{
  border: none;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-grid-item-wrapper .testimonial-item-design-three .testim-text{
  padding: 0 20px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-icon-element{
  font-size: 160px;
  opacity: 0.25;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-main-info{
  display: block;
  z-index: 3;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-three .stronghold-testim-name{
  font-size: 22px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-four,
.stronghold-testimonials-wrapper-modern .testimonial-item-design-five{
  padding: 5px;
  border: none;
  box-shadow: none;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-four .testim-text,
.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .testim-text{
  padding: 30px;
  border-radius: 15px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.06);
  position: relative;
  overflow: hidden;
  border: none;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-four .testim-icon-element{
  right:20px;
  top: 15px;
  z-index: 1;
  font-size: 40px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-four,
.stronghold-testimonials-wrapper-modern .testimonial-item-design-five{
  background: transparent;
  box-shadow: none;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .testim-text{
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .testim-icon-element{
  position: relative;
  right: 0;
  top: 0;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .testim-main-info{
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.stronghold-testimonials-wrapper-modern .testimonial-item-design-five .stronghold-author-info{
  text-align: center;
}

.stronghold-testimonials-wrapper-modern .testimonial-design-corner-circle{
  position: absolute;
  border-radius: 50%;
  background-color: #f0f0f0;
  width: 100px;
  height: 100px;
  z-index: 1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-left-bottom-circle{
  left: -50px;
  bottom: -50px;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-right-bottom-circle{
  right: -50px;
  bottom: -50px;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-left-top-circle{
  left: -50px;
  top: -50px;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-right-top-circle{
  right: -50px;
  top: -50px;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-circle-animation-left,
.stronghold-testimonials-wrapper-modern .testimonial-corner-circle-animation-right{
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item:hover .testimonial-corner-circle-animation-left{
 transform: translate(100px);
}

.stronghold-testimonials-wrapper-modern .stronghold-testimonials-item:hover .testimonial-corner-circle-animation-right{
 transform: translate(-100px);
}

.stronghold-testimonials-wrapper-modern .testimonial-translate:hover{
  -ms-transform: translate(0px,  -10px) !important;
  -webkit-transform: translate(0px, -10px) !important;
  transform: translate(0px, -10px) !important;
}

.stronghold-testimonials-wrapper-modern .testimonial-no-box-shadow{
  box-shadow: none !important;
}

.stronghold-testimonials-wrapper-modern .testimonial-corner-circle-wrap{
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .stronghold-testimonials-wrapper-modern .stronghold-testimonials-grid .testimonials-item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stronghold-testimonials-wrapper-modern .stronghold-testimonials-grid-item-wrapper {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .stronghold-testimonials-wrapper-modern .testim-img {
    margin-bottom: 20px;
  }

  .stronghold-testimonials-wrapper-modern .testimonial-item-design-three .testim-img{
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 480px) {
  .stronghold-testimonials-wrapper-modern .stronghold-testimonials-grid .testimonials-item-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
14.37 Video Player
--------------------------------------------------------------*/
.stronghold-video-player-wrapper-modern{
  display: flex;
}

.stronghold-video-player-wrapper-modern .video-play-content-wrapper{
  display: flex;
  align-items: center;
  width: fit-content;
  position: absolute;
  justify-content: center;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.stronghold-video-player-wrapper-modern .video-player-img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.stronghold-video-player-wrapper-modern .video-player-img{
  position: relative;
  overflow: hidden;
}

.stronghold-video-player-wrapper-modern .video-player-img-link{
  width: 100%;
  display: flex;
  align-items: center;
}

.stronghold-video-player-wrapper-modern .video-play-icon {
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 90px;
  height: 90px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-video-player-wrapper-modern .video-play-title{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 10px;
}

.stronghold-video-player-wrapper-modern .video-play-icon i {
  font-size: 20px;
  color: #2296f9;
}

.stronghold-video-player-wrapper-modern .video-play-svg{
  display: flex;
}

.stronghold-video-player-wrapper-modern .video-play-svg svg{
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.stronghold-video-player-wrapper-modern .video-play-icon:hover {
  opacity: 0.8;
}

.stronghold-video-player-wrapper-modern.video-thumbnail-wrapper-modern {
  position: relative;
}

.stronghold-video-player-wrapper-modern .video-thumbnail-wrapper img {
  width: 100%;
}

.stronghold-video-player-wrapper-modern .video-play {
  display: block;
}

.stronghold-video-player-wrapper-modern .video-play-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}


.stronghold-video-player-wrapper-modern .video-play-icon  {
  animation: shadow-pulse 1.5s infinite;
  border-radius: 50%;
}


/*--------------------------------------------------------------
14.38 Header Top Info Icon
--------------------------------------------------------------*/
.stronghold-header-top-info-icon-wrapper-modern .header-top-contact .contact-detail{
  display: flex;
}

.stronghold-header-top-info-icon-wrapper-modern  .header-top-contact-icon{
  margin-right: 8px;
}

.stronghold-header-top-info-icon-wrapper-modern  .header-top-contact-icon i{
  vertical-align: middle;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-top-info-icon-wrapper-modern  .header-top-contact-icon,
.stronghold-header-top-info-icon-wrapper-modern  .header-top-contact-title{
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-header-top-info-icon-wrapper-modern .header-top-icon-wrapper{
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-top-info-icon-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-header-top-info-icon-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-header-top-info-icon-wrapper-modern .icon-circle{
  border-radius: 50%;
}



/*--------------------------------------------------------------
14.39 Header Top Nav Menu
--------------------------------------------------------------*/
.stronghold-top-header-wrapper-modern .top-header-nav-menu-item {
  display: inline-block;
  margin-right: 5px;
}

.stronghold-top-header-wrapper-modern .top-header-nav-menu-item::before {
  content: "|";
  color: rgba(121, 121, 121, 0.42);
  padding-right: 8px;
}

.stronghold-top-header-wrapper-modern .top-header-nav-menu-item:first-child:before{
  content: none;
}


/*--------------------------------------------------------------
14.40 Header Logo
--------------------------------------------------------------*/
.stronghold-header-logo-wrapper-modern{
 display: flex;
}

.stronghold-header-logo-wrapper-modern .logo-wrap{
 z-index: 1;
}

.stronghold-header-logo-wrapper-modern .site-title-wrap,
.stronghold-header-logo-wrapper-modern .logo-wrap{
  margin-bottom: auto;
  margin-top: auto;
}

/*--------------------------------------------------------------
14.41 Header Cart/Search Btn
--------------------------------------------------------------*/
.stronghold-header-cart-wrapper-modern .cart-icon-elementor,
.stronghold-header-search-wrapper-modern .search-toggle{
  position: relative;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-search-wrapper-modern .search-toggle i,
.stronghold-header-cart-wrapper-modern .cart-icon-elementor i{
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
14.42 Header Info Icon
--------------------------------------------------------------*/
.stronghold-header-info-icon-wrapper-modern .header-info-icon-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.stronghold-header-info-icon-wrapper-modern .header-info-icon-left .stronghold-info-icon,
.stronghold-header-info-icon-wrapper-modern .header-info-icon-left .stronghold-content-wrap {
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-header-info-icon-wrapper-modern .header-info-icon-left .stronghold-content-wrap {
  width: 90%;
}

.stronghold-header-info-icon-wrapper-modern .header-info-icon-left .stronghold-info-icon-title-element {
  margin-bottom: 0;
  margin-top: 0;
}

.stronghold-header-info-icon-wrapper-modern .header-info-icon-left .stronghold-info-icon-desc {
  margin-bottom: 0;
}

.stronghold-header-info-icon-wrapper-modern .icon-wrapper i{
  font-size: 30px;
  color: #2296f9;
}

.stronghold-header-info-icon-wrapper-modern .header-info-icon-left:hover i{
  color: #dd3333;
}

.stronghold-header-info-icon-wrapper-modern .info-icon-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 11px 4px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-info-icon-wrapper-modern:hover .info-icon-box-shadow {
  box-shadow: none;
}

.stronghold-header-info-icon-wrapper-modern .info-icon-translate {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-info-icon-wrapper-modern:hover .info-icon-translate {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.stronghold-header-info-icon-wrapper-modern .icon-wrapper{
  text-align: center;
}

.stronghold-header-info-icon-wrapper-modern .icon-round{
  border-radius: 10px;
}

.stronghold-header-info-icon-wrapper-modern .icon-square{
  border-radius: 0;
}

.stronghold-header-info-icon-wrapper-modern .icon-circle{
  border-radius: 50%;
}

.stronghold-header-info-icon-wrapper-modern .stronghold-info-icon-desc p{
  margin: 0;
}

/*--------------------------------------------------------------
14.43 Header Nav Menu
--------------------------------------------------------------*/
.stronghold-header-nav-menu-wrapper-modern .navbar-nav > li {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-nav-menu-wrapper-modern .stronghold-menu li a{
  text-transform: uppercase;
  padding: 18px 15px;
  display: block;
}

.stronghold-header-nav-menu-wrapper-modern{
  position: relative;
}

.elementor-element-edit-mode .stronghold-header-nav-menu-wrapper-modern .main-navigation{
  display: inline-block;
}

.stronghold-header-nav-menu-wrapper-modern .main-navigation ul ul{
  z-index: 2;
}

.stronghold-header-nav-menu-wrapper-modern .stronghold-menu .sub-menu li a{
  padding: 13px 18px;
}

.stronghold-header-nav-menu-wrapper-modern .main-navigation ul > .menu-item-has-children:hover ul {
  top: 61px;
}


/*--------------------------------------------------------------
14.44 Mobile Header
--------------------------------------------------------------*/
.stronghold-header-mobile-menu-wrapper-modern .mobile-logo-area-wrapper{
  z-index: 9;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .nav-social .social-item-link{
  font-size: 25px;
  width: 100%;
  text-align: center;
  height: 100%;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .logo-title-wrap{
  display: flex;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .logo-title-wrap .site-title-wrap {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .nav-social .social-item-link:first-child{
  padding-left: 0;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .nav-social .social-item-link .social-item-icon{
  vertical-align: middle;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .nav-social .social-item{
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .quote-link-btn-item {
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-round{
  border-radius: 10px;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-square{
  border-radius: 0;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-circle{
  border-radius: 50%;
}

.stronghold-header-mobile-menu-wrapper-modern .mobile-header-contact-info p{
  margin: 0;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu{
  background: #fff;
  width:80%;
  height:100vh;
  position:fixed;
  transition:.3s;
  left:-9999px;
  top:0;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
  z-index: 3;
  border-bottom: 1px dashed rgba(232, 232, 232, 0.3);
  overflow-y: scroll;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  z-index: 99999;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu.open{
  left:0;
  transition:.3s;
  transition-timing-function: cubic-bezier(0.9,0,1,1);
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .mobile-menu{
  box-shadow: none;
  margin: 10px 0 30px;
  background: transparent;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .mobile-logo{
  padding: 30px 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .mobile-menu li a {
  padding: 15px 30px;
}


.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .quote-link-btn-item .quote-link-btn{
  display: block;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .contact-item{
  padding: 0 30px;
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-wrapper{
  margin-right: 20px;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-wrapper{
  float: left;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .icon-wrapper i {
  font-size: 30px;
  color: #2296f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .contact-item:hover > .icon-wrapper i{
  color: #dd3333;
}

.stronghold-header-mobile-menu-wrapper-modern .elementor-side-mobile-menu .nav-social{
  padding: 0 30px;
  margin-top: 20px;
}

.stronghold-header-mobile-menu-wrapper-modern .header-section-contact-info p{
  margin: 0;
}

/*--------------------------------------------------------------
14.45 Top Header Toggle
--------------------------------------------------------------*/
.stronghold-mobile-top-header-toggle-wrapper-modern{
  background: #2296f9;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.stronghold-mobile-top-header-toggle-wrapper-modern .stronghold-mobile-top-header-toggle-btn{
  display: flex;
  text-align: center;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.stronghold-mobile-top-header-toggle-wrapper-modern .stronghold-mobile-top-header-toggle-btn .toggle-btn-icon{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-mobile-top-header-toggle-wrapper-modern .stronghold-mobile-top-header-toggle-btn .toggle-icon-rotate{
  transform: rotate(-180deg);
}


/*--------------------------------------------------------------
14.46 Breadcrumb
--------------------------------------------------------------*/
.stronghold-header-breadcrumb-wrapper-modern .strhld-breadcrumb{
  display: flex;
}

.stronghold-header-breadcrumb-wrapper-modern .strhld-breadcrumb .breadcrumb-trail a,
.stronghold-header-breadcrumb-wrapper-modern .strhld-breadcrumb .breadcrumb-trail .trail-end,
.stronghold-header-breadcrumb-wrapper-modern .strhld-breadcrumb .breadcrumb-trail .trail-begin:before{
  color: #636b75;
}

/*--------------------------------------------------------------
14.47 Shape
--------------------------------------------------------------*/
.stronghold-shape-layer-wrapper-modern{
  position: relative;
  max-width: 100%;
}

.stronghold-shape-layer-wrapper-modern .shape-layer{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.stronghold-shape-layer-wrapper-modern .circle-shape{
  width: 140px;
  height: 140px;
  background: #2296f9;  
  border-radius: 50%;
  border: 1px solid transparent;
}

.stronghold-shape-layer-wrapper-modern .square-shape {
  width: 140px;
  height: 140px;
  background: #2296f9;
  border: 1px solid transparent;
}

.stronghold-shape-layer-wrapper-modern .ellipse-shape {
  width: 200px;
  height: 120px;
  background: #2296f9;
  border-radius: 50%;
  border: 1px solid transparent;
}

.stronghold-shape-layer-wrapper-modern .triangle-shape {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 140px solid #2296f9;
}

.stronghold-shape-layer-wrapper-modern .diamond-shape {
  width: 120px;
  height: 120px;
  background: #2296f9;
  transform: rotate(45deg);
  margin: 40px;
  border: 1px solid transparent;
}

.stronghold-shape-layer-wrapper-modern .rounded-square {
  width: 150px;
  height: 150px;
  background: #2296f9;
  clip-path: inset(0 round 25px);
  border: 1px solid transparent;
}

.stronghold-shape-layer-wrapper-modern .square-dots {
  background-image: radial-gradient(circle at center, #2296f9 3px, transparent 3px);
  background-size: 32px 32px;
  background-repeat: round;
  width: 300px;
  height: 300px;
}


/*--------------------------------------------------------------
14.47 Review Badge
--------------------------------------------------------------*/
.stronghold-review-badge-wrapper-modern {
  --review-badge-star-size: 24px;
  --review-badge-star-fill-color: #f6b31a;
  --review-badge-star-empty-color: rgba(246, 179, 26, 0.22);
  --review-badge-divider-color: rgba(17, 24, 39, 0.14);
  color: #111827;
}

.stronghold-review-badge-wrapper-modern,
.stronghold-review-badge-wrapper-modern * {
  box-sizing: border-box;
}

.stronghold-review-badge-wrapper-modern .review-badge-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.stronghold-review-badge-wrapper-modern .review-badge-surface {
  position: relative;
  overflow: hidden;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout {
  position: relative;
  z-index: 2;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-one,
.stronghold-review-badge-wrapper-modern .review-badge-layout-two,
.stronghold-review-badge-wrapper-modern .review-badge-layout-four,
.stronghold-review-badge-wrapper-modern .review-badge-layout-six,
.stronghold-review-badge-wrapper-modern .review-badge-layout-seven,
.stronghold-review-badge-wrapper-modern .review-badge-layout-ten,
.stronghold-review-badge-wrapper-modern .review-badge-layout-eleven,
.stronghold-review-badge-wrapper-modern .review-badge-layout-fourteen {
  display: flex;
  align-items: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-one {
  gap: 14px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-two {
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-three {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-four {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-eight,
.stronghold-review-badge-wrapper-modern .review-badge-layout-nine,
.stronghold-review-badge-wrapper-modern .review-badge-layout-thirteen {
  display: flex;
  flex-direction: column;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-seven,
.stronghold-review-badge-wrapper-modern .review-badge-layout-ten,
.stronghold-review-badge-wrapper-modern .review-badge-layout-fourteen {
  gap: 18px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-eight {
  gap: 16px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-nine {
  gap: 18px;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-eleven {
  gap: 18px;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-thirteen {
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-layout-six {
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-copy,
.stronghold-review-badge-wrapper-modern .review-badge-main-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.stronghold-review-badge-wrapper-modern .review-badge-rating-inline,
.stronghold-review-badge-wrapper-modern .review-badge-rating-showcase,
.stronghold-review-badge-wrapper-modern .review-badge-platform-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern .review-badge-score {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-one .review-badge-score {
  font-size: 28px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-two .review-badge-score {
  font-size: 58px;
  color: #14803d;
}

.stronghold-review-badge-wrapper-modern .review-badge-score-inline {
  font-size: 34px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-seven .review-badge-score,
.stronghold-review-badge-wrapper-modern .review-badge-design-nine .review-badge-score,
.stronghold-review-badge-wrapper-modern .review-badge-design-ten .review-badge-score,
.stronghold-review-badge-wrapper-modern .review-badge-design-eleven .review-badge-score,
.stronghold-review-badge-wrapper-modern .review-badge-design-fourteen .review-badge-score {
  font-size: 34px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-score {
  font-size: 32px;
  color: #111827;
}

.stronghold-review-badge-wrapper-modern .review-badge-platform-title {
  font-size: 20px;
  line-height: 1.3;
  color: #374151;
}

.stronghold-review-badge-wrapper-modern .review-badge-body-text {
  font-size: 18px;
  line-height: 1.5;
  color: #374151;
}

.stronghold-review-badge-wrapper-modern .review-badge-body-text-inline {
  line-height: 1.2;
}

.stronghold-review-badge-wrapper-modern .review-badge-quote {
  max-width: 640px;
}

.stronghold-review-badge-wrapper-modern .review-badge-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.stronghold-review-badge-wrapper-modern .review-badge-star {
  position: relative;
  display: inline-flex;
  width: var(--review-badge-star-size);
  height: var(--review-badge-star-size);
}

.stronghold-review-badge-wrapper-modern .review-badge-star-empty,
.stronghold-review-badge-wrapper-modern .review-badge-star-fill {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-star-fill {
  overflow: hidden;
}

.stronghold-review-badge-wrapper-modern .review-badge-star-empty i,
.stronghold-review-badge-wrapper-modern .review-badge-star-fill i,
.stronghold-review-badge-wrapper-modern .review-badge-star-empty svg,
.stronghold-review-badge-wrapper-modern .review-badge-star-fill svg {
  width: var(--review-badge-star-size);
  height: var(--review-badge-star-size);
  font-size: var(--review-badge-star-size);
  line-height: 1;
}

.stronghold-review-badge-wrapper-modern .review-badge-star-empty i,
.stronghold-review-badge-wrapper-modern .review-badge-star-empty svg {
  color: var(--review-badge-star-empty-color);
  fill: var(--review-badge-star-empty-color);
  stroke: var(--review-badge-star-empty-color);
}

.stronghold-review-badge-wrapper-modern .review-badge-star-fill i,
.stronghold-review-badge-wrapper-modern .review-badge-star-fill svg {
  color: var(--review-badge-star-fill-color);
  fill: var(--review-badge-star-fill-color);
  stroke: var(--review-badge-star-fill-color);
}

.stronghold-review-badge-wrapper-modern .review-badge-platform-logo-wrap,
.stronghold-review-badge-wrapper-modern .review-badge-emblem-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-platform-logo,
.stronghold-review-badge-wrapper-modern .review-badge-platform-logo svg,
.stronghold-review-badge-wrapper-modern .review-badge-emblem,
.stronghold-review-badge-wrapper-modern .review-badge-emblem svg {
  display: flex;
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-platform-logo img,
.stronghold-review-badge-wrapper-modern .review-badge-emblem img {
  display: block;
  width: 100%;
  height: auto;
}

.stronghold-review-badge-wrapper-modern .review-badge-platform-logo i,
.stronghold-review-badge-wrapper-modern .review-badge-emblem i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-one .review-badge-platform-logo {
  width: 48px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-platform-logo {
  width: 36px;
}

.stronghold-review-badge-wrapper-modern .review-badge-logo-orb,
.stronghold-review-badge-wrapper-modern .review-badge-logo-pill {
  flex: 0 0 auto;
}

.stronghold-review-badge-wrapper-modern .review-badge-logo-orb {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.stronghold-review-badge-wrapper-modern .review-badge-logo-orb .review-badge-platform-logo,
.stronghold-review-badge-wrapper-modern .review-badge-logo-orb .review-badge-emblem {
  width: 48px;
}

.stronghold-review-badge-wrapper-modern .review-badge-logo-pill {
  min-width: 74px;
  min-height: 74px;
  padding: 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.stronghold-review-badge-wrapper-modern .review-badge-logo-pill .review-badge-platform-logo {
  width: 42px;
}

.stronghold-review-badge-wrapper-modern .review-badge-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stronghold-review-badge-wrapper-modern .review-badge-brand-icon .review-badge-platform-logo {
  width: 36px;
}

.stronghold-review-badge-wrapper-modern .review-badge-rating-boxed .review-badge-stars {
  gap: 6px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-star {
  width: calc(var(--review-badge-star-size) + 12px);
  height: calc(var(--review-badge-star-size) + 12px);
  padding: 6px;
  border-radius: 3px;
  background: #14b87a;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-star-empty {
  opacity: 0.38;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-score-inline {
  margin-left: 6px;
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem-column::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -16px;
  width: 1px;
  height: 90%;
  background: var(--review-badge-divider-color);
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem-wrap {
  width: clamp(140px, 20vw, 260px);
  height: clamp(140px, 20vw, 260px);
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.08);
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem {
  width: 100px;
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem-inline .review-badge-emblem-wrap {
  width: 72px;
  height: 72px;
}

.stronghold-review-badge-wrapper-modern .review-badge-emblem-inline .review-badge-emblem {
  width: 40px;
}

.stronghold-review-badge-wrapper-modern .review-badge-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.16);
  color: #15803d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
}

.stronghold-review-badge-wrapper-modern .review-badge-chip-compact {
  margin-left: auto;
}

.stronghold-review-badge-wrapper-modern .review-badge-divider {
  width: 1px;
  height: 56px;
  background: var(--review-badge-divider-color);
  flex: 0 0 auto;
}

.stronghold-review-badge-wrapper-modern .review-badge-divider-small {
  height: 34px;
}

.stronghold-review-badge-wrapper-modern .review-badge-divider-tall {
  height: 64px;
}

.stronghold-review-badge-wrapper-modern .review-badge-divider-horizontal {
  width: 100%;
  max-width: 260px;
  height: 1px;
}

.stronghold-review-badge-wrapper-modern .review-badge-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.stronghold-review-badge-wrapper-modern .review-badge-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stronghold-review-badge-wrapper-modern .review-badge-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 21, 18, 0.7);
}

.stronghold-review-badge-wrapper-modern .review-badge-design-three {
  color: #ffffff;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-three .review-badge-body-text {
  color: inherit;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-four .review-badge-stars {
  margin-bottom: 2px;
}

.stronghold-review-badge-wrapper-modern .review-badge-avatars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern .review-badge-avatar-wrap + .review-badge-avatar-wrap {
  margin-left: -10px;
}

.stronghold-review-badge-wrapper-modern .review-badge-avatar,
.stronghold-review-badge-wrapper-modern .review-badge-overflow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.stronghold-review-badge-wrapper-modern .review-badge-avatar {
  display: block;
  object-fit: cover;
  border: 3px solid #ffffff;
}

.stronghold-review-badge-wrapper-modern .review-badge-overflow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  background: #1f2940;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.stronghold-review-badge-wrapper-modern .review-badge-primary-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern .review-badge-copy-inline {
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-six .review-badge-surface {
  border-radius: 999px;
  padding: 24px 30px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-six .review-badge-stars {
  justify-content: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-seven .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-ten .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-fourteen .review-badge-surface {
  border-radius: 999px;
  padding: 18px 24px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-seven .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-ten .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-twelve .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-thirteen .review-badge-surface,
.stronghold-review-badge-wrapper-modern .review-badge-design-fourteen .review-badge-surface {
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  background: #ffffff;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eight .review-badge-surface {
  border-radius: 26px;
  padding: 24px 28px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-ten .review-badge-rating-showcase,
.stronghold-review-badge-wrapper-modern .review-badge-design-seven .review-badge-rating-showcase,
.stronghold-review-badge-wrapper-modern .review-badge-design-nine .review-badge-rating-showcase {
  align-items: center;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-ten .review-badge-platform-logo {
  width: 44px;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eleven .review-badge-surface {
  padding: 10px 0;
}

.stronghold-review-badge-wrapper-modern .review-badge-design-eleven .review-badge-emblem-inline .review-badge-emblem-wrap,
.stronghold-review-badge-wrapper-modern .review-badge-design-fourteen .review-badge-logo-orb-emblem {
  background: rgba(22, 163, 74, 0.08);
}

.stronghold-review-badge-wrapper-modern .review-badge-design-fourteen .review-badge-surface {
  border-radius: 999px;
  padding: 14px 22px;
  background: #f7fbf8;
}

@media (max-width: 767px) {
  .stronghold-review-badge-wrapper-modern .review-badge-emblem-column {
    min-height: 0;
  }

  .stronghold-review-badge-wrapper-modern .review-badge-emblem-column::after {
    display: none;
  }

  .stronghold-review-badge-wrapper-modern .review-badge-layout-seven,
  .stronghold-review-badge-wrapper-modern .review-badge-layout-ten,
  .stronghold-review-badge-wrapper-modern .review-badge-layout-eleven,
  .stronghold-review-badge-wrapper-modern .review-badge-layout-fourteen,
  .stronghold-review-badge-wrapper-modern .review-badge-primary-row {
    flex-wrap: wrap;
  }

  .stronghold-review-badge-wrapper-modern .review-badge-chip-compact {
    margin-left: 0;
  }

}



/* Review Badge showcase layouts. */
.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-layout-five,
.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-layout-nine,
.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-layout-twelve,
.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-layout-thirteen {
  width: 100%;
  min-width: 0;
}

.stronghold-review-badge-wrapper-modern .review-badge-section-divider {
  display: block;
  width: 100%;
  max-width: none;
  height: 1px;
  flex: 0 0 auto;
  background: var(--review-badge-divider-color);
}

.stronghold-review-badge-wrapper-modern .review-badge-statement {
  width: 100%;
  color: #111827;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.stronghold-review-badge-wrapper-modern .review-badge-rating-score,
.stronghold-review-badge-wrapper-modern .review-badge-stars-row,
.stronghold-review-badge-wrapper-modern .review-badge-rating-identity-row,
.stronghold-review-badge-wrapper-modern .review-badge-social-proof-row {
  min-width: 0;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-layout-five {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: left;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-statement {
  margin: 0 0 12px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-section-divider {
  margin: 30px 0 28px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-rating-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-rating-score .review-badge-score {
  font-size: clamp(60px, 6vw, 64px);
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-statement {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-reviews-text {
  font-size: 16px;
  line-height: 1.4;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-stars-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-stars-row .review-badge-body-text,
.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-social-proof-row .review-badge-body-text,
.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-rating-copy .review-badge-body-text {
  margin: 0;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-layout-nine {
  align-items: stretch;
  gap: 0;
  text-align: left;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-statement {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine {
  --review-badge-star-size: 22px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-social-proof-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-social-proof-row .review-badge-body-text {
  flex: 1 1 140px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-rating-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-rating-row .review-badge-score {
  font-size: 34px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-divider-horizontal,
.stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-divider-horizontal,
.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-divider-horizontal {
  width: 100%;
  max-width: none;
  height: 1px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-section-divider {
  margin: 28px 0 24px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-layout-twelve {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  text-align: left;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-section-divider {
  margin: 26px 0 28px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-rating-identity-row,
.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-rating-identity-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo {
  width: 36px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo i,
.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo svg {
  width: 36px;
  height: 36px;
  font-size: 36px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-rating-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-rating-copy .review-badge-score {
  font-size: 32px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve {
  --review-badge-star-size: 22px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-statement {
  font-size: 30px;
  line-height: 1.35;
}

.stronghold-review-badge-wrapper-modern .review-badge-single-star {
  display: inline-flex;
  align-items: center;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-layout-thirteen {
  align-items: stretch;
  justify-content: flex-start;
  gap: 28px;
  text-align: left;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen {
  --review-badge-star-size: 22px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo {
  width: 60px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo i,
.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo svg {
  width: 60px;
  height: 60px;
  font-size: 60px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-rating-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-rating-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-rating-line .review-badge-score {
  font-size: clamp(32px, 4vw, 36px);
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-media {
  width: 100%;
}

.stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-design-thirteen-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-layout-thirteen {
    gap: 18px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-statement {
    margin-bottom: 18px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-score {
    font-size: clamp(48px, 15vw, 60px);
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-statement,
  .stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-statement {
    font-size: 18px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-five .review-badge-section-divider,
  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-section-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-nine .review-badge-section-divider {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-rating-copy .review-badge-score {
    font-size: clamp(28px, 10vw, 32px);
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo {
    width: 32px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo i,
  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-platform-logo svg {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-twelve .review-badge-statement {
    font-size: 26px;
    max-width: 100%;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo {
    width: 52px;
  }

  .stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo i,
  .stronghold-review-badge-wrapper-modern.review-badge-design-thirteen .review-badge-platform-logo svg {
    width: 52px;
    height: 52px;
    font-size: 52px;
  }
}

/*--------------------------------------------------------------
Interactive List
--------------------------------------------------------------*/

.stronghold-interactive-list { --stronghold-interactive-duration: 350ms; --stronghold-interactive-easing: ease; max-width: 100%; }
.stronghold-interactive-list__items { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.stronghold-interactive-list__item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, 34%); gap: 20px; align-items: center; padding: 24px; border: 1px solid #e5e7eb; border-radius: 16px; transition: background-color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), box-shadow var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list__trigger { display: block; width: 100%; min-height: 0; padding: 0; border: 0; border-radius: 0; margin: 0; box-shadow: none; appearance: none; background: transparent; color: inherit; font: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-align: left; text-transform: none; text-shadow: none; cursor: pointer; transition: none; }
.stronghold-interactive-list__trigger:focus { outline: none; border-color: transparent; box-shadow: none; }
.stronghold-interactive-list__trigger:hover, .stronghold-interactive-list__trigger:active { border: 0; box-shadow: none; background: transparent; color: inherit; text-decoration: none; transform: none; }
.stronghold-interactive-list__item-link { position: absolute; z-index: 4; inset: 0; display: block; color: inherit; text-decoration: none; cursor: pointer; }
.stronghold-interactive-list__item-link:hover, .stronghold-interactive-list__item-link:focus, .stronghold-interactive-list__item-link:active { color: inherit; background: transparent; text-decoration: none; }
.stronghold-interactive-list__title-link { color: inherit; text-decoration: none; }
.stronghold-interactive-list__title-link:hover, .stronghold-interactive-list__title-link:focus, .stronghold-interactive-list__title-link:active { color: inherit; text-decoration: none; }
.stronghold-interactive-list__content { display: flex; flex-direction: column; gap: 12px; }
.stronghold-interactive-list--content-row .stronghold-interactive-list__content { flex-direction: row; flex-wrap: wrap; align-items: center; }
.stronghold-interactive-list--icon-start .stronghold-interactive-list__icon { order: -1; }
.stronghold-interactive-list__eyebrow, .stronghold-interactive-list__badge { font-size: .78em; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stronghold-interactive-list__badge { box-sizing: border-box; display: inline-flex; width: fit-content; max-width: 100%; align-self: flex-start; align-items: center; justify-content: center; text-align: center; white-space: normal; }
.stronghold-interactive-list__title { font-size: 1.25em; font-weight: 700; }
.stronghold-interactive-list__description { line-height: 1.6; }
.stronghold-interactive-list__icon { display: inline-flex; align-items: center; justify-content: center; }
.stronghold-interactive-list__icon svg { fill: currentColor; }
.stronghold-interactive-list__media { overflow: hidden; min-height: 220px; border-radius: inherit; }
.stronghold-interactive-list__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), clip-path var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list__cta { grid-column: 1; color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.stronghold-interactive-list--image-start .stronghold-interactive-list__media { grid-column: 1; grid-row: 1; }
.stronghold-interactive-list--image-start .stronghold-interactive-list__trigger { grid-column: 2; grid-row: 1; }
.stronghold-interactive-list--image-above .stronghold-interactive-list__item, .stronghold-interactive-list--image-below .stronghold-interactive-list__item { grid-template-columns: 1fr; }
.stronghold-interactive-list--image-above .stronghold-interactive-list__media { grid-row: 1; }
.stronghold-interactive-list--image-above .stronghold-interactive-list__trigger { grid-row: 2; }
.stronghold-interactive-list--image-below .stronghold-interactive-list__media { grid-row: 2; }
.stronghold-interactive-list--image-below .stronghold-interactive-list__trigger { grid-row: 1; }
.stronghold-interactive-list.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { min-height: 0; max-height: 0; opacity: 0; }
.stronghold-interactive-list.is-enhanced .stronghold-interactive-list__item.is-active .stronghold-interactive-list__media { max-height: 500px; }
.stronghold-interactive-list--reveal-slide.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__image { transform: translateY(12px); }
.stronghold-interactive-list--reveal-clip.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__image { clip-path: inset(0 0 100% 0); }
.stronghold-interactive-list__trigger:focus-visible, .stronghold-interactive-list__cta:focus-visible, .stronghold-interactive-list__title-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.stronghold-interactive-list__item-link:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }
@media (max-width: 767px) { .stronghold-interactive-list__item { grid-template-columns: 1fr; gap: 14px; } .stronghold-interactive-list--content-row .stronghold-interactive-list__content { flex-direction: column; align-items: flex-start; } .stronghold-interactive-list__media, .stronghold-interactive-list--image-start .stronghold-interactive-list__media, .stronghold-interactive-list--image-start .stronghold-interactive-list__trigger { grid-column: 1; grid-row: auto; } .stronghold-interactive-list__cta { grid-column: 1; } }
@media (prefers-reduced-motion: reduce) { .stronghold-interactive-list * { transition-duration: 0ms !important; animation-duration: 0ms !important; } .stronghold-interactive-list__image { transform: none !important; clip-path: none !important; } }

/* Design 1: compact rounded rows with an inline thumbnail reveal. */
.stronghold-interactive-list--reveal-cards { --stronghold-reveal-image-width: 132px; --stronghold-reveal-image-height: 88px; --stronghold-reveal-row-height: 88px; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__item { display: block; min-height: 0; padding: 16px 20px; border-radius: 18px; background: #f3f5f4; border-color: #e1e6e4; color: #263238; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__reveal-card { width: 100%; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__trigger { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; min-height: var(--stronghold-reveal-row-height); column-gap: 18px; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__reveal-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 6px; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__eyebrow { font-size: .72em; line-height: 1.2; opacity: .72; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__title { font-size: 1.12em; line-height: 1.2; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__description { max-width: 58ch; font-size: .94em; line-height: 1.4; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__badge { font-size: .68em; line-height: 1.2; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__icon { flex: 0 0 auto; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__reveal-media { display: block; width: var(--stronghold-reveal-image-width); height: var(--stronghold-reveal-image-height); min-width: 0; min-height: 0; max-height: none; aspect-ratio: 4 / 3; overflow: hidden; align-self: center; justify-self: end; border-radius: 12px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(10px) scale(.98); transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), visibility var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__item.is-active .stronghold-interactive-list__reveal-media { opacity: 1; visibility: visible; transform: none; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__image { width: 100%; height: 100%; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__cta { display: inline-block; margin-top: 10px; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__item.is-active { background: #18232b; border-color: #18232b; color: #fff; }
.stronghold-interactive-list--reveal-cards .stronghold-interactive-list__item.is-inactive { opacity: 1; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-start .stronghold-interactive-list__reveal-media { grid-column: 1; grid-row: 1; justify-self: start; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-start .stronghold-interactive-list__reveal-copy { grid-column: 2; grid-row: 1; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-above .stronghold-interactive-list__trigger, .stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-below .stronghold-interactive-list__trigger { grid-template-columns: 1fr; row-gap: 12px; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-above .stronghold-interactive-list__reveal-media { grid-row: 1; justify-self: start; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-above .stronghold-interactive-list__reveal-copy { grid-row: 2; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-below .stronghold-interactive-list__reveal-copy { grid-row: 1; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-below .stronghold-interactive-list__reveal-media { grid-row: 2; justify-self: start; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--content-row .stronghold-interactive-list__reveal-copy { flex-direction: row; flex-wrap: wrap; align-items: center; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--content-row .stronghold-interactive-list__description { flex: 1 1 100%; }

@media (max-width: 767px) {
  .stronghold-interactive-list--reveal-cards .stronghold-interactive-list__item { padding: 14px 16px; }
  .stronghold-interactive-list--reveal-cards .stronghold-interactive-list__trigger { min-height: 76px; column-gap: 12px; }
  .stronghold-interactive-list--reveal-cards .stronghold-interactive-list__reveal-media { width: min(var(--stronghold-reveal-image-width), 30vw); height: min(var(--stronghold-reveal-image-height), 24vw); }
  .stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-above .stronghold-interactive-list__reveal-media, .stronghold-interactive-list--reveal-cards.stronghold-interactive-list--image-below .stronghold-interactive-list__reveal-media { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .stronghold-interactive-list--reveal-cards .stronghold-interactive-list__reveal-media { transform: none; }
}

.stronghold-interactive-list--spotlight-list { --stronghold-spotlight-text-width: 58%; --stronghold-spotlight-gap: 64px; --stronghold-spotlight-active-offset: 16px; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-layout { display: grid; grid-template-columns: minmax(0, var(--stronghold-spotlight-text-width)) minmax(260px, 1fr); gap: var(--stronghold-spotlight-gap); align-items: start; }
.stronghold-interactive-list--spotlight-media-start .stronghold-interactive-list__spotlight-list { grid-column: 2; grid-row: 1; }
.stronghold-interactive-list--spotlight-media-start .stronghold-interactive-list__spotlight-media { grid-column: 1; grid-row: 1; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__items { gap: 0; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-list { min-width: 0; overflow: visible; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__item { display: block; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; opacity: 1; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__trigger { padding: 7px 0; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__trigger { display: flex; align-items: center; gap: 14px; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__icon { flex: 0 0 auto; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__title { display: block; position: relative; z-index: 1; min-width: 0; max-width: 100%; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1; overflow-wrap: anywhere; transition: color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform 320ms var(--stronghold-interactive-easing); }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__title { opacity: .58; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__item.is-active .stronghold-interactive-list__title { opacity: 1; transform: translateX(calc(var(--stronghold-spotlight-active-offset) * -1)); }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-content { display: none; max-width: 38rem; padding-top: 12px; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__item.is-active .stronghold-interactive-list__spotlight-content { display: grid; gap: 8px; }
.stronghold-interactive-list--spotlight-content-none .stronghold-interactive-list__spotlight-content { display: none !important; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__cta { display: inline-block; margin: 0 0 14px; }
.stronghold-interactive-list--spotlight-content-none .stronghold-interactive-list__cta { display: none; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media { position: relative; width: 100%; max-width: 420px; min-height: 480px; aspect-ratio: 4 / 5; justify-self: end; overflow: hidden; contain: layout paint; border-radius: 16px; background: #f2f4f6; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media-item { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), clip-path var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media-item.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media-item.is-inactive { z-index: 0; }
.stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media-item .stronghold-interactive-list__image { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.stronghold-interactive-list--spotlight-list.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__spotlight-media-item.is-inactive { transform: translateY(12px); }
.stronghold-interactive-list--spotlight-list.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__spotlight-media-item.is-inactive { clip-path: inset(0 0 100% 0); }
.stronghold-interactive-list--spotlight-list:not(.is-enhanced) .stronghold-interactive-list__spotlight-media { position: static; min-height: 0; background: transparent; }
.stronghold-interactive-list--spotlight-list:not(.is-enhanced) .stronghold-interactive-list__spotlight-media-item { position: static; opacity: 1; visibility: visible; pointer-events: auto; margin-top: 14px; transform: none; clip-path: none; }
 [dir="rtl"] .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__item.is-active .stronghold-interactive-list__title { transform: translateX(var(--stronghold-spotlight-active-offset)); }
@media (max-width: 1024px) { .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-layout { grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr); gap: clamp(28px, 4vw, 48px); } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__title { font-size: clamp(2rem, 4.8vw, 3.8rem); } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media { max-width: 360px; min-height: 380px; } }
@media (max-width: 767px) { .stronghold-interactive-list--spotlight-list { --stronghold-spotlight-active-offset: 10px; } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-layout { grid-template-columns: 1fr; gap: 28px; } .stronghold-interactive-list--spotlight-media-start .stronghold-interactive-list__spotlight-list, .stronghold-interactive-list--spotlight-media-start .stronghold-interactive-list__spotlight-media { grid-column: 1; grid-row: auto; } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-media { grid-row: 1; width: 100%; max-width: 100%; min-height: 300px; justify-self: stretch; } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__spotlight-list { grid-row: 2; } .stronghold-interactive-list--spotlight-list .stronghold-interactive-list__title { font-size: clamp(1.75rem, 9vw, 3.2rem); } }

.stronghold-interactive-list--editorial-steps { --stronghold-editorial-image-width: clamp(220px, 23vw, 360px); --stronghold-editorial-image-height: 220px; --stronghold-editorial-image-aspect-ratio: 3 / 2; --stronghold-editorial-image-x-offset: 0px; --stronghold-editorial-image-y-offset: 0px; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item { display: block; position: relative; padding: 30px 0; border: 0; border-bottom: 1px solid #f1f1f1; border-radius: 0; background: transparent; box-shadow: none; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr); grid-template-areas: 'heading description' '. cta'; column-gap: 20px; row-gap: 18px; align-items: center; min-height: 150px; position: relative; isolation: isolate; overflow: visible; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-heading { display: flex; grid-column: 1; grid-row: 1; align-items: baseline; gap: 14px; min-width: 0; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__sequence { display: block; min-width: 0; font-size: .78em; font-weight: 700; letter-spacing: .08em; line-height: 1.2; opacity: .68; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__trigger { display: grid; grid-template-columns: 1fr; align-items: baseline; width: auto; min-width: 0; max-width: 100%; flex: 1 1 0; padding: 0; align-self: center; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-heading, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__sequence, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__trigger, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__content, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__cta { position: relative; z-index: 2; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__title { display: block; width: 100%; min-width: 0; max-width: 100%; font-size: 36px; font-weight: 700; line-height: .98; letter-spacing: -.035em; overflow-wrap: anywhere; transition: color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__title { opacity: .7; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item.is-active .stronghold-interactive-list__title { opacity: 1; transform: translateX(8px); }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__content { display: grid; grid-column: 2; grid-row: 1; grid-template-columns: minmax(0, 1fr); gap: 10px; align-self: center; width: 100%; max-width: none; min-width: 0; overflow-wrap: anywhere; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__description { min-width: 0; font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.55; overflow-wrap: anywhere; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__cta { grid-column: 2; grid-row: 2; display: inline-block; width: fit-content; max-width: 100%; align-self: start; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__media { display: block; position: absolute; top: 50%; left: 52%; z-index: 3; width: min(var(--stronghold-editorial-image-width), 100%); max-width: 100%; min-width: 0; height: auto; min-height: 0; aspect-ratio: var(--stronghold-editorial-image-aspect-ratio); overflow: hidden; contain: layout paint; border-radius: 14px; opacity: 1; visibility: visible; pointer-events: none; transform: translate(calc(-50% + var(--stronghold-editorial-image-x-offset)), calc(-50% + var(--stronghold-editorial-image-y-offset))); transition: transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__image { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; object-fit: cover; transform-origin: center; }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-start .stronghold-interactive-list__media { left: 34%; }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-between .stronghold-interactive-list__media { left: 52%; }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-end .stronghold-interactive-list__media { left: 60%; }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-align-start .stronghold-interactive-list__media { top: 0; transform: translate(calc(-50% + var(--stronghold-editorial-image-x-offset)), var(--stronghold-editorial-image-y-offset)); }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-align-end .stronghold-interactive-list__media { top: 100%; transform: translate(calc(-50% + var(--stronghold-editorial-image-x-offset)), calc(-100% + var(--stronghold-editorial-image-y-offset))); }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { display: none; opacity: 0; visibility: hidden; pointer-events: none; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item.is-active .stronghold-interactive-list__media { display: block; opacity: 1; visibility: visible; }
.stronghold-interactive-list--editorial-steps.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { display: none; opacity: 0; visibility: hidden; pointer-events: none; }
.stronghold-interactive-list--editorial-steps.is-enhanced .stronghold-interactive-list__item.is-active .stronghold-interactive-list__media { display: block; opacity: 1; visibility: visible; }
.stronghold-interactive-list--editorial-steps.is-enhanced.stronghold-interactive-list--reveal-fade .stronghold-interactive-list__item.is-active .stronghold-interactive-list__image { animation: stronghold-interactive-list-editorial-fade var(--stronghold-interactive-duration) var(--stronghold-interactive-easing) both; }
.stronghold-interactive-list--editorial-steps.is-enhanced.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__item.is-active .stronghold-interactive-list__image { animation: stronghold-interactive-list-editorial-slide var(--stronghold-interactive-duration) var(--stronghold-interactive-easing) both; }
.stronghold-interactive-list--editorial-steps.is-enhanced.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__item.is-active .stronghold-interactive-list__image { animation: stronghold-interactive-list-editorial-clip var(--stronghold-interactive-duration) var(--stronghold-interactive-easing) both; }
.stronghold-interactive-list--editorial-steps .stronghold-interactive-list__image { margin-top: 0; }
@keyframes stronghold-interactive-list-editorial-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes stronghold-interactive-list-editorial-slide { from { opacity: 0; margin-top: 12px; } to { opacity: 1; margin-top: 0; } }
@keyframes stronghold-interactive-list-editorial-clip { from { opacity: 0; clip-path: inset(0 0 100% 0); } to { opacity: 1; clip-path: inset(0); } }
@media (prefers-reduced-motion: reduce) {
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item.is-active .stronghold-interactive-list__image { animation: none !important; opacity: 1; clip-path: none; margin-top: 0; }
}
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-inactive-hidden .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__content { display: none; }
.stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-inactive-reduced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__content { opacity: .65; }
@media (max-width: 991px) and (min-width: 768px) {
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-row { grid-template-columns: minmax(0, 1.1fr) minmax(180px, .7fr); column-gap: clamp(14px, 2vw, 20px); }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__title { font-size: 32px; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__media { width: min(var(--stronghold-editorial-image-width), 34vw); }
}
@media (max-width: 767px) {
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__item { padding: 26px 0; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-row { display: flex; min-height: 0; flex-direction: column; gap: 16px; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__editorial-heading { display: flex; width: 100%; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__sequence, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__trigger, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__content, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__cta, .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__media { grid-area: auto; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__trigger { width: auto; flex: 1 1 180px; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__content { max-width: 48ch; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__title { font-size: clamp(1.75rem, 8vw, 2.25rem); line-height: 1; }
  .stronghold-interactive-list--editorial-steps .stronghold-interactive-list__media, .stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-start .stronghold-interactive-list__media, .stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-between .stronghold-interactive-list__media, .stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-end .stronghold-interactive-list__media { order: 4; position: relative; top: auto; left: auto; align-self: stretch; width: 100%; min-height: var(--stronghold-editorial-image-height); transform: translate(var(--stronghold-editorial-image-x-offset), var(--stronghold-editorial-image-y-offset)); }
  .stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-align-start .stronghold-interactive-list__media, .stronghold-interactive-list--editorial-steps.stronghold-interactive-list--editorial-image-align-end .stronghold-interactive-list__media { top: auto; left: auto; transform: translate(var(--stronghold-editorial-image-x-offset), var(--stronghold-editorial-image-y-offset)); }
  .stronghold-interactive-list--editorial-steps.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { display: none; }
}

.stronghold-interactive-list--inline-reveal { --stronghold-inline-intro-width: 32%; --stronghold-inline-image-width: 240px; --stronghold-inline-image-gap: 24px; --stronghold-inline-image-offset: 0px; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-layout { display: grid; grid-template-columns: minmax(0, var(--stronghold-inline-intro-width)) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: stretch; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-layout, .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-list, .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__items, .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item, .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-item { min-width: 0; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__intro { display: grid; align-content: start; gap: 20px; max-width: 420px; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__intro-heading { margin: 0; overflow-wrap: anywhere; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__intro-description { line-height: 1.6; overflow-wrap: anywhere; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-list { min-width: 0; overflow: visible; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__items { gap: 0; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item { display: block; padding: clamp(20px, 3vw, 34px) 0; border: 0; border-top: 1px solid #f1f1f1; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item:last-child { border-bottom: 1px solid #f1f1f1; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-item { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, var(--stronghold-inline-image-width)); column-gap: var(--stronghold-inline-image-gap); align-items: center; position: relative; isolation: isolate; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__trigger { display: grid; grid-column: 1; grid-row: 1; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 16px; min-width: 0; align-self: center; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-copy, .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__content { min-width: 0; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__content { display: grid; gap: 8px; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__icon { flex: 0 0 auto; align-self: start; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__eyebrow { font-size: .75em; line-height: 1.2; opacity: .68; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__title { display: block; font-size: clamp(1.25rem, 2.2vw, 2.15rem); line-height: 1.15; overflow-wrap: anywhere; transition: color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__description { display: block; max-width: 48ch; line-height: 1.55; overflow-wrap: anywhere; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__badge { justify-self: start; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__title { opacity: .58; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item.is-active .stronghold-interactive-list__title { opacity: 1; transform: translateX(4px); }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__media { grid-column: 2; grid-row: 1 / span 2; position: relative; z-index: 0; width: 100%; max-width: 100%; min-width: 0; min-height: 220px; aspect-ratio: 4 / 3; overflow: hidden; contain: layout paint; border-radius: 12px; opacity: 1; visibility: visible; transform: translateY(var(--stronghold-inline-image-offset)); transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), visibility var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__image { display: block; position: relative; z-index: 0; width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; transform-origin: center; }
.stronghold-interactive-list--inline-reveal .stronghold-interactive-list__cta { grid-column: 1; grid-row: 2; display: inline-block; margin-top: 12px; }
.stronghold-interactive-list--inline-reveal.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__inline-item { grid-template-columns: minmax(0, 1fr) 0fr; column-gap: 0; }
.stronghold-interactive-list--inline-reveal.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { width: 0; max-width: 0; min-height: 0; max-height: 0; opacity: 0; visibility: hidden; z-index: 0; transform: translateY(8px); pointer-events: none; }
.stronghold-interactive-list--inline-reveal.is-enhanced .stronghold-interactive-list__item.is-active .stronghold-interactive-list__media { z-index: 1; max-width: 100%; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__inline-item, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__inline-item { grid-template-columns: minmax(0, 1fr) 0fr; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__cta, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__cta { grid-column: 1; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-inactive-hidden .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__description { display: none; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-inactive-reduced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__description { opacity: .55; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__inline-item, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__inline-item { grid-template-columns: minmax(0, var(--stronghold-inline-image-width)) minmax(0, 1fr); }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__media, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__media { grid-column: 1; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__content, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__cta, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__content, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__cta { grid-column: 2; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-end .stronghold-interactive-list__intro { grid-column: 2; grid-row: 1; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-end .stronghold-interactive-list__inline-list { grid-column: 1; grid-row: 1; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-above .stronghold-interactive-list__inline-layout { grid-template-columns: 1fr; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-above .stronghold-interactive-list__intro, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-above .stronghold-interactive-list__inline-list { grid-column: 1; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-above .stronghold-interactive-list__inline-list { grid-row: 2; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-disabled .stronghold-interactive-list__inline-layout { grid-template-columns: 1fr; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-no-media .stronghold-interactive-list__inline-item { grid-template-columns: 1fr; }
.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-no-media .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-no-media .stronghold-interactive-list__cta { grid-column: 1; }
@media (max-width: 767px) {
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-layout { grid-template-columns: 1fr; gap: 36px; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__intro, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-end .stronghold-interactive-list__intro, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-end .stronghold-interactive-list__inline-list { grid-column: 1; grid-row: auto; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-list { grid-row: 2; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__item { padding: 22px 0; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__inline-item, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__inline-item, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__inline-item { grid-template-columns: 1fr; row-gap: 16px; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__trigger { grid-column: 1; grid-row: 1; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__media, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__media, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__media { grid-column: 1; grid-row: 2; min-height: 210px; }
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__cta, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-front-content .stronghold-interactive-list__cta, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-image-start .stronghold-interactive-list__cta { grid-column: 1; grid-row: 3; }
  .stronghold-interactive-list--inline-reveal.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__inline-item { grid-template-columns: 1fr; row-gap: 0; }
  .stronghold-interactive-list--inline-reveal.is-enhanced .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__media { grid-column: 1; grid-row: 2; }
  .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-intro-above .stronghold-interactive-list__inline-list { grid-row: 2; }
}
@media (prefers-reduced-motion: reduce) {
  .stronghold-interactive-list--inline-reveal .stronghold-interactive-list__media { transform: none; }
}

/* Profile Directory keeps each item scannable while the active media changes in place. */
.stronghold-interactive-list--profile-directory { --stronghold-directory-media-width: 40%; --stronghold-directory-gap: 36px; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-layout { display: grid; grid-template-columns: minmax(0, calc(100% - var(--stronghold-directory-media-width) - var(--stronghold-directory-gap))) minmax(220px, var(--stronghold-directory-media-width)); gap: var(--stronghold-directory-gap); align-items: start; overflow: hidden; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__items { gap: 0; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__item { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; opacity: 1; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid currentColor; transition: background-color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), border-color var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), padding var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__trigger { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 12px; align-items: center; text-align: inherit; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__index { font-size: .78em; font-weight: 700; letter-spacing: .08em; opacity: .6; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__title { overflow-wrap: anywhere; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__eyebrow, .stronghold-interactive-list--profile-directory .stronghold-interactive-list__badge { white-space: normal; text-align: end; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__content { grid-column: 1; max-width: 42rem; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__cta { display: inline-flex; align-items: center; gap: 8px; grid-column: 2; grid-row: 1; white-space: normal; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-media { position: relative; min-height: 440px; overflow: hidden; border-radius: 14px; background: #f2f4f6; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-media-item { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), clip-path var(--stronghold-interactive-duration) var(--stronghold-interactive-easing); }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-media-item.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__directory-media-item .stronghold-interactive-list__image { height: 100%; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__directory-media-item.is-inactive { transform: translateY(12px); }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__directory-media-item.is-inactive { clip-path: inset(0 0 100% 0); }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-emphasis-background .stronghold-interactive-list__item.is-active .stronghold-interactive-list__directory-row { background: rgba(0, 0, 0, .04); }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-emphasis-border .stronghold-interactive-list__item.is-active .stronghold-interactive-list__directory-row { border-bottom-width: 2px; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-emphasis-accent-marker .stronghold-interactive-list__item.is-active .stronghold-interactive-list__directory-row::before { position: absolute; top: 20%; bottom: 20%; left: 0; width: 3px; background: currentColor; content: ''; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-emphasis-offset .stronghold-interactive-list__item.is-active .stronghold-interactive-list__directory-row { transform: translateX(8px); }
.stronghold-interactive-list--profile-directory.is-enhanced.stronghold-interactive-list--directory-description-hidden .stronghold-interactive-list__content { display: none; }
.stronghold-interactive-list--profile-directory.is-enhanced.stronghold-interactive-list--directory-description-active .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__content, .stronghold-interactive-list--profile-directory.is-enhanced.stronghold-interactive-list--directory-cta-active .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__cta { display: none; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-icon-after-title .stronghold-interactive-list__icon { order: 1; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-icon-before-cta .stronghold-interactive-list__trigger .stronghold-interactive-list__icon { display: none; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-icon-hidden .stronghold-interactive-list__icon { display: none; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-index-hidden .stronghold-interactive-list__index { display: none; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent:not(.is-enhanced) .stronghold-interactive-list__directory-media { position: static; min-height: 0; background: transparent; }
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent:not(.is-enhanced) .stronghold-interactive-list__directory-media-item { position: static; opacity: 1; pointer-events: auto; margin-top: 14px; }

/*--------------------------------------------------------------
Image Accordion
--------------------------------------------------------------*/

.stronghold-image-accordion { --stronghold-image-accordion-height: 520px; --stronghold-image-accordion-gap: 12px; --stronghold-image-accordion-active-grow: 4; --stronghold-image-accordion-inactive-grow: 1; --stronghold-image-accordion-inactive-min: 90px; --stronghold-image-accordion-duration: 350ms; --stronghold-image-accordion-easing: ease; --stronghold-image-accordion-inactive-opacity: .48; --stronghold-image-accordion-mobile-inactive-height: 120px; --stronghold-image-accordion-mobile-active-height: 360px; }
.stronghold-image-accordion__items { display: grid; gap: 20px; list-style: none; margin: 0; padding: 0; }
.stronghold-image-accordion__item { position: relative; min-width: 0; }
.stronghold-image-accordion__item-link { position: absolute; inset: 0; z-index: 4; display: block; color: inherit; text-decoration: none; cursor: pointer; }
.stronghold-image-accordion__item-link:hover, .stronghold-image-accordion__item-link:focus, .stronghold-image-accordion__item-link:active { color: inherit; text-decoration: none; }
.stronghold-image-accordion__item-link:focus-visible { outline: 2px solid currentColor; outline-offset: -6px; }
.stronghold-image-accordion__panel { position: relative; min-height: 280px; overflow: hidden; isolation: isolate; background: #1f2933; color: #fff; }
.stronghold-image-accordion__media { position: absolute; inset: 0; height: 100%; }
.stronghold-image-accordion__overlay { position: absolute; inset: 0; }
.stronghold-image-accordion__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: 100%; object-fit: cover; transition: transform var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing), opacity var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing), filter var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion__overlay { z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .68)); pointer-events: none; }
.stronghold-image-accordion__trigger { position: relative; z-index: 3; display: flex; align-items: flex-end; width: 100%; min-height: 0; padding: 24px; border: 0; border-radius: 0; margin: 0; box-shadow: none; appearance: none; background: transparent; color: inherit; text-align: start; font: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: none; text-shadow: none; cursor: pointer; transition: none; }
.stronghold-image-accordion__trigger:focus { outline: none; border-color: transparent; box-shadow: none; }
.stronghold-image-accordion__trigger:hover, .stronghold-image-accordion__trigger:active { border: 0; box-shadow: none; background: transparent; color: inherit; text-decoration: none; transform: none; }
.stronghold-image-accordion__trigger:focus-visible, .stronghold-image-accordion__cta:focus-visible { outline: 2px solid currentColor; outline-offset: -6px; }
.stronghold-image-accordion__inactive-label, .stronghold-image-accordion__content { display: grid; gap: 8px; }
.stronghold-image-accordion__content { position: relative; z-index: 2; padding: 24px; pointer-events: none; }
.stronghold-image-accordion__content > * { pointer-events: auto; }
.stronghold-image-accordion__title { font-size: clamp(1.25rem, 2vw, 2rem); font-weight: 700; line-height: 1.12; overflow-wrap: anywhere; }
.stronghold-image-accordion__title-link { color: inherit; text-decoration: none; }
.stronghold-image-accordion__title-link:hover, .stronghold-image-accordion__title-link:focus, .stronghold-image-accordion__title-link:active { color: inherit; text-decoration: none; }
.stronghold-image-accordion__eyebrow, .stronghold-image-accordion__badge { font-size: .78em; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stronghold-image-accordion__badge { display: inline-flex; width: fit-content; }
.stronghold-image-accordion__description { line-height: 1.6; }
.stronghold-image-accordion__icon { display: inline-flex; width: fit-content; }
.stronghold-image-accordion__icon svg { fill: currentColor; }
.stronghold-image-accordion__cta { display: inline-flex; width: fit-content; color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.stronghold-image-accordion--content-top-start .stronghold-image-accordion__content { align-items: start; }
.stronghold-image-accordion--content-top-end .stronghold-image-accordion__content { align-items: end; text-align: end; }
.stronghold-image-accordion--content-center .stronghold-image-accordion__content { min-height: 100%; align-content: center; justify-items: center; text-align: center; }
.stronghold-image-accordion--content-bottom-start .stronghold-image-accordion__content { min-height: 100%; align-content: end; }
.stronghold-image-accordion--content-bottom-end .stronghold-image-accordion__content { min-height: 100%; align-content: end; justify-items: end; text-align: end; }
.stronghold-image-accordion--content-background-solid .stronghold-image-accordion__content { background: rgba(0, 0, 0, .5); }
.stronghold-image-accordion--content-background-gradient .stronghold-image-accordion__content { background: linear-gradient(135deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .18)); }
.stronghold-image-accordion--content-background-glass .stronghold-image-accordion__content { background: rgba(0, 0, 0, .38); backdrop-filter: blur(6px); }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__items { display: flex; height: var(--stronghold-image-accordion-height); gap: var(--stronghold-image-accordion-gap); }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__trigger { position: absolute; inset: 0; }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item { flex: var(--stronghold-image-accordion-inactive-grow) 1 var(--stronghold-image-accordion-inactive-min); min-width: var(--stronghold-image-accordion-inactive-min); transition: flex-grow var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-active { flex-grow: var(--stronghold-image-accordion-active-grow); }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__panel { height: 100%; min-height: 0; }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__image { opacity: var(--stronghold-image-accordion-inactive-opacity); filter: saturate(.7); }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--image-zoom .stronghold-image-accordion__item.is-active .stronghold-image-accordion__image { transform: scale(1.05); }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__content { display: none; }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__inactive-label { display: none; }
.stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__trigger { pointer-events: none; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--inactive-eyebrow-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { display: grid; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--inactive-hidden .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { display: none; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__eyebrow { display: none; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--inactive-title-vertical .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { writing-mode: vertical-rl; transform: rotate(180deg); max-height: calc(var(--stronghold-image-accordion-height) - 48px); }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--active-content-title .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content > :not(.stronghold-image-accordion__title) { display: none; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--active-content-title-description .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content > .stronghold-image-accordion__eyebrow, .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--active-content-title-description .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content > .stronghold-image-accordion__badge, .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--active-content-title-description .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content > .stronghold-image-accordion__icon, .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--active-content-title-description .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content > .stronghold-image-accordion__cta { display: none; }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--reveal-fade .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content { animation: stronghold-image-accordion-fade var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--reveal-slide .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content { animation: stronghold-image-accordion-slide var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion.is-enhanced.stronghold-image-accordion--reveal-clip .stronghold-image-accordion__item.is-active .stronghold-image-accordion__content { animation: stronghold-image-accordion-clip var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
@keyframes stronghold-image-accordion-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes stronghold-image-accordion-slide { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes stronghold-image-accordion-clip { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0); } }
@media (max-width: 767px) { .stronghold-image-accordion.is-enhanced .stronghold-image-accordion__items { display: grid; height: auto; gap: var(--stronghold-image-accordion-gap); } .stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item, .stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-active { min-width: 0; flex: none; height: var(--stronghold-image-accordion-mobile-inactive-height); transition: height var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); } .stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-active { height: var(--stronghold-image-accordion-mobile-active-height); } .stronghold-image-accordion.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { writing-mode: horizontal-tb; transform: none; max-height: none; } .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__item, .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__item.is-active { height: auto; } .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__panel { min-height: 280px; } .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__content { display: grid; } .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__inactive-label, .stronghold-image-accordion.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__trigger { display: none; } }
@media (prefers-reduced-motion: reduce) { .stronghold-image-accordion *, .stronghold-image-accordion *::before, .stronghold-image-accordion *::after { animation-duration: 0ms !important; transition-duration: 0ms !important; } .stronghold-image-accordion__image { transform: none !important; } }

/* Content Drawer keeps each active image and its richer supporting content as one region. */
.stronghold-image-accordion--content-drawer { --stronghold-drawer-width: 320px; --stronghold-drawer-min-width: 220px; --stronghold-drawer-max-width: 460px; --stronghold-drawer-gap: 12px; --stronghold-drawer-image-grow: 3; --stronghold-drawer-active-image-min: 240px; --stronghold-drawer-inactive-grow: 1; --stronghold-drawer-inactive-min: 90px; --stronghold-drawer-mobile-image-height: 280px; --stronghold-drawer-accent: var(--e-global-color-primary, #2296f9); --stronghold-drawer-accent-size: 4px; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__drawer-item { display: grid; gap: var(--stronghold-drawer-gap); min-width: 0; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__trigger { position: relative; display: block; min-height: 240px; padding: 0; overflow: hidden; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__media, .stronghold-image-accordion--content-drawer .stronghold-image-accordion__overlay { position: absolute; inset: 0; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__drawer { display: block; min-width: 0; overflow: hidden; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__drawer-inner { display: grid; gap: 12px; align-content: center; min-height: 100%; padding: 28px; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__inactive-label { position: absolute; z-index: 2; right: 16px; bottom: 18px; left: 16px; display: none; gap: 4px; color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, .45); }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__title, .stronghold-image-accordion--content-drawer .stronghold-image-accordion__description { overflow-wrap: anywhere; }
.stronghold-image-accordion--content-drawer .stronghold-image-accordion__cta { justify-self: start; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-light .stronghold-image-accordion__drawer { background: #fff; color: inherit; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-accent .stronghold-image-accordion__drawer { background: var(--stronghold-drawer-accent); color: #fff; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-accent .stronghold-image-accordion__drawer .stronghold-image-accordion__cta { color: inherit; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-marker-line .stronghold-image-accordion__drawer-inner::before { width: var(--stronghold-drawer-accent-size); height: 100%; background: var(--stronghold-drawer-accent); content: ''; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-accent.stronghold-image-accordion--drawer-marker-line .stronghold-image-accordion__drawer-inner::before { background: currentColor; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-marker-block .stronghold-image-accordion__drawer-inner::before { width: calc(var(--stronghold-drawer-accent-size) * 3); height: calc(var(--stronghold-drawer-accent-size) * 3); background: var(--stronghold-drawer-accent); content: ''; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-marker-none .stronghold-image-accordion__drawer-inner::before { display: none; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-align-center .stronghold-image-accordion__drawer-inner { justify-items: center; text-align: center; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-align-end .stronghold-image-accordion__drawer-inner { justify-items: end; text-align: end; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-align-center .stronghold-image-accordion__cta, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-align-end .stronghold-image-accordion__cta { justify-self: auto; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-valign-start .stronghold-image-accordion__drawer-inner { align-content: start; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-valign-end .stronghold-image-accordion__drawer-inner { align-content: end; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-content-title .stronghold-image-accordion__drawer-inner > :not(.stronghold-image-accordion__title) { display: none; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-content-title-description .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__icon, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-content-title-description .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__eyebrow, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-content-title-description .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__badge, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-content-title-description .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__cta { display: none; }
.stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-eyebrow-hide .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__eyebrow, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-icon-hide .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__icon, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-badge-hide .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__badge, .stronghold-image-accordion--content-drawer.stronghold-image-accordion--drawer-cta-hide .stronghold-image-accordion__drawer-inner > .stronghold-image-accordion__cta { display: none; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__items { display: flex; height: var(--stronghold-image-accordion-height); gap: var(--stronghold-image-accordion-gap); }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item { flex: var(--stronghold-drawer-inactive-grow) 1 var(--stronghold-drawer-inactive-min); min-width: var(--stronghold-drawer-inactive-min); transition: flex-grow var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-active { flex-grow: var(--stronghold-drawer-image-grow); }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__drawer-item { height: 100%; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer-item { display: flex; flex-direction: row; height: 100%; }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--drawer-position-before-image .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer-item { flex-direction: row-reverse; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__trigger { position: relative; inset: auto; width: 100%; height: 100%; min-height: 0; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__trigger { flex: var(--stronghold-drawer-image-grow) 1 var(--stronghold-drawer-active-image-min); width: auto; pointer-events: auto; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer { display: block; flex: 0 1 var(--stronghold-drawer-width); min-width: var(--stronghold-drawer-min-width); max-width: var(--stronghold-drawer-max-width); }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__drawer { display: none; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__inactive-label { display: none; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { display: grid; }
.stronghold-image-accordion--content-drawer.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__image { opacity: var(--stronghold-image-accordion-inactive-opacity); filter: saturate(.7) brightness(.86); }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--image-zoom .stronghold-image-accordion__item.is-active .stronghold-image-accordion__image { transform: scale(1.05); }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--drawer-inactive-hidden .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { display: none; }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--drawer-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label .stronghold-image-accordion__eyebrow { display: none; }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--drawer-inactive-label-vertical .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__inactive-label { top: 18px; right: auto; bottom: 18px; left: 50%; max-height: calc(var(--stronghold-image-accordion-height) - 36px); writing-mode: vertical-rl; transform: translateX(-50%) rotate(180deg); }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--reveal-fade .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer { animation: stronghold-image-accordion-fade var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--reveal-slide .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer { animation: stronghold-image-accordion-slide var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
.stronghold-image-accordion--content-drawer.is-enhanced.stronghold-image-accordion--reveal-clip .stronghold-image-accordion__item.is-active .stronghold-image-accordion__drawer { animation: stronghold-image-accordion-clip var(--stronghold-image-accordion-duration) var(--stronghold-image-accordion-easing); }
@media (max-width: 767px) { .stronghold-image-accordion--content-drawer .stronghold-image-accordion__items { display: grid; height: auto; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__item { height: auto; min-width: 0; flex: none; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__drawer-item { display: grid; grid-template-columns: minmax(0, 1fr); height: auto; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__trigger { grid-column: 1; width: 100%; height: var(--stronghold-drawer-mobile-image-height); min-height: 0; border-radius: 24px; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__drawer { display: block; grid-column: 1; width: 100%; min-width: 0; max-width: none; border-radius: 24px; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__inactive-label { display: none; } .stronghold-image-accordion--content-drawer .stronghold-image-accordion__image { opacity: 1; filter: none; transform: none; } }

/* Captioned Journey keeps media and its persistent caption inside the same expanding item. */
.stronghold-image-accordion--captioned-journey { --stronghold-journey-image-height: 320px; --stronghold-journey-caption-gap: 14px; --stronghold-journey-accent-color: currentColor; --stronghold-journey-accent-width: 3px; }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__journey-item { display: grid; gap: var(--stronghold-journey-caption-gap); }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__trigger { position: relative; display: block; height: var(--stronghold-journey-image-height); padding: 0; overflow: hidden; }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__media { position: absolute; inset: 0; height: 100%; }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__journey-caption { position: relative; display: grid; gap: 8px; min-width: 0; padding: 2px 0 0; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-align-center .stronghold-image-accordion__journey-caption { justify-items: center; text-align: center; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-align-end .stronghold-image-accordion__journey-caption { justify-items: end; text-align: end; }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__title { font-size: clamp(1.05rem, 1.7vw, 1.5rem); }
.stronghold-image-accordion--captioned-journey .stronghold-image-accordion__sequence { font-size: .78em; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__journey-caption { grid-template-columns: auto minmax(0, 1fr); align-items: baseline; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__sequence { grid-column: 1; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__title, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__cta { grid-column: 2; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__journey-caption { grid-template-columns: minmax(2.5rem, auto) minmax(0, 1fr); }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__sequence { grid-column: 1; grid-row: 1 / span 5; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__title, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__cta { grid-column: 2; }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__items { height: auto; align-items: start; }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item { min-width: var(--stronghold-image-accordion-inactive-min); }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__panel { height: auto; }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__trigger { position: relative; inset: auto; }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__trigger { pointer-events: auto; }
.stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__image { opacity: var(--stronghold-image-accordion-inactive-opacity); }
.stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--image-zoom .stronghold-image-accordion__item.is-active .stronghold-image-accordion__image { transform: scale(1.05); }
.stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-description-active .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-description-hidden .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-cta-active .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__cta, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-cta-hidden .stronghold-image-accordion__cta, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-badge-active .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-badge-hidden .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-icon-active .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-icon-hidden .stronghold-image-accordion__icon { display: none; }
.stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-sequence-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-sequence-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-sequence-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-sequence-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__cta, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__sequence, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-title .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__cta, .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--journey-inactive-hidden .stronghold-image-accordion__item.is-inactive .stronghold-image-accordion__journey-caption { display: none; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-emphasis-background .stronghold-image-accordion__item.is-active .stronghold-image-accordion__journey-caption { background: rgba(0, 0, 0, .05); }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-emphasis-border .stronghold-image-accordion__item.is-active .stronghold-image-accordion__journey-caption { border: 1px solid currentColor; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-emphasis-accent-line .stronghold-image-accordion__item.is-active .stronghold-image-accordion__journey-caption::before { position: absolute; top: 0; left: 0; width: var(--stronghold-journey-accent-width); height: 100%; background: var(--stronghold-journey-accent-color); content: ''; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-emphasis-accent-line .stronghold-image-accordion__item.is-active .stronghold-image-accordion__journey-caption { padding-left: 20px; }
.stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-emphasis-typography .stronghold-image-accordion__item.is-active .stronghold-image-accordion__title { font-weight: 800; }
@media (max-width: 767px) { .stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__items { display: grid; height: auto; } .stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item, .stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item.is-active { height: auto; min-width: 0; } .stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__trigger { height: var(--stronghold-image-accordion-mobile-inactive-height); } .stronghold-image-accordion--captioned-journey.is-enhanced .stronghold-image-accordion__item.is-active .stronghold-image-accordion__trigger { height: var(--stronghold-image-accordion-mobile-active-height); } .stronghold-image-accordion--captioned-journey.is-enhanced.stronghold-image-accordion--mobile-stacked-cards .stronghold-image-accordion__trigger { height: var(--stronghold-journey-image-height); } .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__journey-caption, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__journey-caption { grid-template-columns: 1fr; } .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__sequence, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__sequence, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__title, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__title, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__description, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__badge, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__icon, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-before-title .stronghold-image-accordion__cta, .stronghold-image-accordion--captioned-journey.stronghold-image-accordion--journey-sequence-separate-column .stronghold-image-accordion__cta { grid-column: 1; grid-row: auto; } }

/*--------------------------------------------------------------
Timeline
--------------------------------------------------------------*/
.stronghold-timeline { --stronghold-timeline-max-width: 1200px; --stronghold-timeline-item-gap: 80px; --stronghold-timeline-gutter: 90px; --stronghold-timeline-content-width: 460px; --stronghold-timeline-media-width: 440px; --stronghold-timeline-item-min-height: 280px; --stronghold-timeline-content-padding: 20px; --stronghold-timeline-image-height: 320px; --stronghold-timeline-image-gap: 24px; --stronghold-timeline-mobile-image-height: 260px; --stronghold-timeline-backing-color: rgba(34, 150, 249, .18); --stronghold-timeline-backing-x: 14px; --stronghold-timeline-backing-y: 14px; --stronghold-timeline-backing-scale: 1; --stronghold-timeline-reveal-duration: 500ms; --stronghold-timeline-reveal-distance: 24px; max-width: var(--stronghold-timeline-max-width); margin-inline: auto; }
.stronghold-timeline__items { position: relative; margin: 0; padding: 0; list-style: none; }
.stronghold-timeline__items::before { position: absolute; top: 0; bottom: 0; left: 50%; width: var(--stronghold-timeline-spine-width, 1px); background: var(--stronghold-timeline-spine-color, currentColor); opacity: .22; content: ''; }
.stronghold-timeline--no-spine .stronghold-timeline__items::before, .stronghold-timeline--no-markers .stronghold-timeline__marker { display: none; }
.stronghold-timeline__item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) var(--stronghold-timeline-gutter) minmax(0, 1fr); gap: var(--stronghold-timeline-image-gap); align-items: center; min-height: var(--stronghold-timeline-item-min-height); margin: 0; padding: 0 0 var(--stronghold-timeline-item-gap); }
.stronghold-timeline__item-link { position: absolute; z-index: 5; inset: 0; display: block; color: inherit; text-decoration: none; cursor: pointer; }
.stronghold-timeline__item-link:hover, .stronghold-timeline__item-link:focus, .stronghold-timeline__item-link:active { color: inherit; background: transparent; text-decoration: none; }
.stronghold-timeline__title-link { color: inherit; text-decoration: none; }
.stronghold-timeline__title-link:hover, .stronghold-timeline__title-link:focus, .stronghold-timeline__title-link:active { color: inherit; text-decoration: none; }
.stronghold-timeline__item:last-child { padding-bottom: 0; }
.stronghold-timeline__spine { position: relative; z-index: 2; grid-column: 2; grid-row: 1; align-self: stretch; }
.stronghold-timeline__marker { position: absolute; top: 50%; left: 50%; display: grid; width: 14px; height: 14px; place-items: center; border: 2px solid currentColor; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); }
.stronghold-timeline__marker span { width: 4px; height: 4px; border-radius: inherit; background: currentColor; }
.stronghold-timeline__content { position: relative; z-index: 1; display: grid; grid-column: 3; grid-row: 1; justify-self: start; gap: 12px; width: min(100%, var(--stronghold-timeline-content-width)); padding: var(--stronghold-timeline-content-padding); }
.stronghold-timeline__media { position: relative; grid-column: 1; grid-row: 1; justify-self: end; width: min(100%, var(--stronghold-timeline-media-width)); height: var(--stronghold-timeline-image-height); overflow: visible; }
.stronghold-timeline__image-frame { position: relative; z-index: 1; width: 100%; height: 100%; overflow: hidden; }.stronghold-timeline__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.stronghold-timeline__media-backing { position: absolute; z-index: 0; inset: 0; background: var(--stronghold-timeline-item-backing-color, var(--stronghold-timeline-backing-color)); opacity: 0; pointer-events: none; transform: translate(var(--stronghold-timeline-backing-x), var(--stronghold-timeline-backing-y)) scale(var(--stronghold-timeline-backing-scale)); transition: opacity .25s ease, transform .25s ease; }.stronghold-timeline__media:hover .stronghold-timeline__media-backing { opacity: 1; }
.stronghold-timeline__item--end .stronghold-timeline__media { grid-column: 3; justify-self: start; }.stronghold-timeline__item--end .stronghold-timeline__content { grid-column: 1; justify-self: end; text-align: end; }.stronghold-timeline--no-alternate .stronghold-timeline__item .stronghold-timeline__media { grid-column: 1; justify-self: end; }.stronghold-timeline--no-alternate .stronghold-timeline__item .stronghold-timeline__content { grid-column: 3; justify-self: start; text-align: start; }
.stronghold-timeline__primary-label { font-size: clamp(2rem, 5vw, 5.5rem); font-weight: 700; line-height: .9; letter-spacing: -.05em; }.stronghold-timeline__eyebrow, .stronghold-timeline__badge { font-size: .78em; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.stronghold-timeline__title-row { display: flex; gap: 10px; align-items: center; }.stronghold-timeline__icon { display: inline-flex; flex: 0 0 auto; width: 16px; height: 16px; align-items: center; justify-content: center; }.stronghold-timeline__icon svg { width: 16px; height: 16px; }.stronghold-timeline__title { margin: 0; }.stronghold-timeline__description > :first-child { margin-top: 0; }.stronghold-timeline__description > :last-child { margin-bottom: 0; }.stronghold-timeline__cta { display: inline-flex; align-items: center; justify-content: center; justify-self: start; padding: var(--stronghold-timeline-cta-padding, 0); border-radius: var(--stronghold-timeline-cta-radius, 0); color: var(--stronghold-timeline-cta-hover-color, var(--stronghold-timeline-cta-idle-color, inherit)); background-color: var(--stronghold-timeline-cta-hover-background, var(--stronghold-timeline-cta-idle-background, transparent)); text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }.stronghold-timeline__item--end .stronghold-timeline__cta { justify-self: end; }
.stronghold-timeline__item-link:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }.stronghold-timeline__title-link:focus-visible, .stronghold-timeline__cta:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.stronghold-timeline--no-images .stronghold-timeline__media { display: none; }.stronghold-timeline--no-images .stronghold-timeline__content { grid-column: 3; }.stronghold-timeline--no-images .stronghold-timeline__item--end .stronghold-timeline__content { grid-column: 1; }
.stronghold-timeline.is-enhanced:not(.stronghold-timeline--reveal-none) .stronghold-timeline__item { opacity: 0; transform: translateX(var(--stronghold-timeline-reveal-distance)); transition: opacity var(--stronghold-timeline-reveal-duration) ease, transform var(--stronghold-timeline-reveal-duration) ease; }.stronghold-timeline.is-enhanced.stronghold-timeline--direction-item-side .stronghold-timeline__item--end { transform: translateX(calc(-1 * var(--stronghold-timeline-reveal-distance))); }.stronghold-timeline.is-enhanced.stronghold-timeline--direction-below .stronghold-timeline__item { transform: translateY(var(--stronghold-timeline-reveal-distance)); }.stronghold-timeline.is-enhanced .stronghold-timeline__item.is-visible { opacity: 1; transform: none; }.stronghold-timeline.is-enhanced.stronghold-timeline--reveal-image-scale .stronghold-timeline__image { transform: scale(1.08); transition: transform var(--stronghold-timeline-reveal-duration) ease; }.stronghold-timeline.is-enhanced.stronghold-timeline--reveal-image-scale .is-visible .stronghold-timeline__image { transform: none; }
@media (max-width: 1024px) { .stronghold-timeline__item { grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr); } }
@media (max-width: 767px) { .stronghold-timeline__items::before { left: 16px; }.stronghold-timeline__item, .stronghold-timeline__item--end { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 0 16px; align-items: start; min-height: 0; }.stronghold-timeline__spine { grid-column: 1; grid-row: 1 / span 3; }.stronghold-timeline__marker { top: 18px; }.stronghold-timeline__media, .stronghold-timeline__item--end .stronghold-timeline__media { grid-column: 2; grid-row: 1; justify-self: stretch; width: 100%; height: var(--stronghold-timeline-mobile-image-height); margin-bottom: 18px; }.stronghold-timeline__content, .stronghold-timeline__item--end .stronghold-timeline__content { grid-column: 2; grid-row: 2; justify-self: stretch; width: 100%; padding: var(--stronghold-timeline-content-padding); text-align: start; }.stronghold-timeline__item--end .stronghold-timeline__cta { justify-self: start; }.stronghold-timeline--hide-mobile-images .stronghold-timeline__media { display: none; }.stronghold-timeline__media-backing { transform: translate(6px, 6px); } }
@media (prefers-reduced-motion: reduce) { .stronghold-timeline.is-enhanced .stronghold-timeline__item, .stronghold-timeline.is-enhanced .stronghold-timeline__image { opacity: 1; transform: none; transition: none; } }

/* Align end-side titles toward the central spine for Designs 1 and 2. */
.stronghold-timeline--media-milestones .stronghold-timeline__item--end .stronghold-timeline__title-row,
.stronghold-timeline--editorial-history .stronghold-timeline__item--end .stronghold-timeline__title-row { justify-content: flex-end; text-align: end; }
@media (max-width: 767px) {
  .stronghold-timeline--media-milestones .stronghold-timeline__item--end .stronghold-timeline__title-row,
  .stronghold-timeline--editorial-history .stronghold-timeline__item--end .stronghold-timeline__title-row { justify-content: flex-start; text-align: start; }
}

/* Timeline Design 3: Floating Cards. */
.stronghold-timeline--floating-cards { --stronghold-timeline-floating-card-width: 420px; --stronghold-timeline-floating-card-padding: 36px; --stronghold-timeline-floating-card-gap: 52px; --stronghold-timeline-floating-card-offset: 16px; --stronghold-timeline-floating-card-vertical-offset: 0px; --stronghold-timeline-floating-connector-length: 46px; }
.stronghold-timeline--floating-cards .stronghold-timeline__items::before { opacity: .14; }.stronghold-timeline--floating-cards .stronghold-timeline__item { align-items: center; padding-bottom: max(var(--stronghold-timeline-item-gap), 96px); }.stronghold-timeline--floating-cards .stronghold-timeline__media { width: min(100%, var(--stronghold-timeline-floating-card-width)); height: var(--stronghold-timeline-image-height); }.stronghold-timeline--floating-cards .stronghold-timeline__content { position: relative; width: min(100%, var(--stronghold-timeline-floating-card-width)); padding: var(--stronghold-timeline-floating-card-padding); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(0, 23, 51, .1); }.stronghold-timeline--floating-cards .stronghold-timeline__item--start .stronghold-timeline__content { justify-self: end; margin-inline-end: calc(var(--stronghold-timeline-floating-card-gap) + var(--stronghold-timeline-floating-card-offset)); }.stronghold-timeline--floating-cards .stronghold-timeline__item--end .stronghold-timeline__content { justify-self: start; margin-inline-start: calc(var(--stronghold-timeline-floating-card-gap) + var(--stronghold-timeline-floating-card-offset)); text-align: start; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-shape-soft .stronghold-timeline__content { border-radius: 32px; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-shape-rounded .stronghold-timeline__content { border-radius: 18px; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-shape-square .stronghold-timeline__content { border-radius: 0; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-surface-bordered .stronghold-timeline__content { border: 1px solid currentColor; box-shadow: none; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-surface-minimal .stronghold-timeline__content { background: transparent; box-shadow: none; }.stronghold-timeline--floating-cards .stronghold-timeline__marker { width: 12px; height: 12px; border-width: 2px; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-marker-icon .stronghold-timeline__marker { width: auto; height: auto; border: 0; background: transparent; }.stronghold-timeline--floating-cards .stronghold-timeline__marker-icon { display: inline-flex; width: auto; height: auto; align-items: center; justify-content: center; border-radius: 0; background: transparent; }.stronghold-timeline--floating-cards .stronghold-timeline__marker-icon svg { width: 1em; height: 1em; fill: currentColor; }.stronghold-timeline--floating-cards .stronghold-timeline__spine::before { position: absolute; top: 50%; width: var(--stronghold-timeline-floating-connector-length); border-top: 1px solid currentColor; opacity: .35; content: ''; pointer-events: none; }.stronghold-timeline--floating-cards .stronghold-timeline__item--start .stronghold-timeline__spine::before { right: 50%; }.stronghold-timeline--floating-cards .stronghold-timeline__item--end .stronghold-timeline__spine::before { left: 50%; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-none .stronghold-timeline__spine::before { display: none; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-pointer .stronghold-timeline__spine::before { border-style: dashed; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-dot-line .stronghold-timeline__spine::after { position: absolute; top: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ''; pointer-events: none; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-dot-line .stronghold-timeline__item--start .stronghold-timeline__spine::after { right: calc(50% + var(--stronghold-timeline-floating-connector-length)); }.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-dot-line .stronghold-timeline__item--end .stronghold-timeline__spine::after { left: calc(50% + var(--stronghold-timeline-floating-connector-length)); }.stronghold-timeline--floating-cards.stronghold-timeline--floating-marker-hidden .stronghold-timeline__marker { display: none; }.stronghold-timeline--floating-cards.stronghold-timeline--floating-hide-primary .stronghold-timeline__primary-label, .stronghold-timeline--floating-cards.stronghold-timeline--floating-hide-secondary .stronghold-timeline__eyebrow, .stronghold-timeline--floating-cards.stronghold-timeline--floating-hide-icon .stronghold-timeline__icon, .stronghold-timeline--floating-cards.stronghold-timeline--floating-hide-badge .stronghold-timeline__badge, .stronghold-timeline--floating-cards.stronghold-timeline--floating-hide-cta .stronghold-timeline__cta, .stronghold-timeline--floating-cards.stronghold-timeline--floating-content-title-only .stronghold-timeline__description, .stronghold-timeline--floating-cards.stronghold-timeline--floating-content-title-only .stronghold-timeline__eyebrow, .stronghold-timeline--floating-cards.stronghold-timeline--floating-content-title-only .stronghold-timeline__primary-label, .stronghold-timeline--floating-cards.stronghold-timeline--floating-content-title-only .stronghold-timeline__badge, .stronghold-timeline--floating-cards.stronghold-timeline--floating-content-title-only .stronghold-timeline__cta { display: none; }
@media (max-width: 1024px) { .stronghold-timeline--floating-cards .stronghold-timeline__content { width: min(100%, calc(var(--stronghold-timeline-floating-card-width) - 64px)); }.stronghold-timeline--floating-cards .stronghold-timeline__item--start .stronghold-timeline__content { margin-inline-end: var(--stronghold-timeline-floating-card-gap); }.stronghold-timeline--floating-cards .stronghold-timeline__item--end .stronghold-timeline__content { margin-inline-start: var(--stronghold-timeline-floating-card-gap); } }
@media (max-width: 767px) { .stronghold-timeline--floating-cards .stronghold-timeline__item, .stronghold-timeline--floating-cards .stronghold-timeline__item--end { grid-template-columns: 32px minmax(0, 1fr); padding-bottom: max(var(--stronghold-timeline-item-gap), 48px); }.stronghold-timeline--floating-cards .stronghold-timeline__content, .stronghold-timeline--floating-cards .stronghold-timeline__item--end .stronghold-timeline__content { grid-column: 2; grid-row: 1; justify-self: stretch; width: 100%; margin: 0; text-align: start; }.stronghold-timeline--floating-cards .stronghold-timeline__spine { grid-column: 1; grid-row: 1; }.stronghold-timeline--floating-cards .stronghold-timeline__spine::before { display: none; } }

/* Timeline Design 1: Media Milestones. */
.stronghold-timeline--media-milestones { --stronghold-timeline-milestone-media-size: 360px; --stronghold-timeline-milestone-marker-size: 54px; --stronghold-timeline-milestone-marker-offset: 0px; --stronghold-timeline-milestone-description-width: 460px; --stronghold-timeline-milestone-cta-gap: 18px; --stronghold-timeline-marker-background: #fff; --stronghold-timeline-marker-color: currentColor; --stronghold-timeline-marker-odd-color: var(--stronghold-timeline-marker-color); --stronghold-timeline-marker-even-color: var(--stronghold-timeline-marker-color); --stronghold-timeline-marker-ring-color: currentColor; --stronghold-timeline-marker-ring-width: 0px; --stronghold-timeline-media-ring-width: 2px; --stronghold-timeline-media-ring-gap: 10px; --stronghold-timeline-media-ring-opacity: .6; --stronghold-timeline-media-ring-color: currentColor; --stronghold-timeline-media-accent-x: 18px; --stronghold-timeline-media-accent-y: 18px; --stronghold-timeline-media-accent-size: 92px; --stronghold-timeline-media-accent-opacity: .28; --stronghold-timeline-media-accent-color: currentColor; }
.stronghold-timeline--media-milestones .stronghold-timeline__item { align-items: center; padding-bottom: max(var(--stronghold-timeline-item-gap), 80px); }
.stronghold-timeline--media-milestones .stronghold-timeline__media { width: min(100%, var(--stronghold-timeline-milestone-media-size)); height: var(--stronghold-timeline-milestone-media-size); overflow: visible; }
.stronghold-timeline--media-milestones .stronghold-timeline__image-frame { width: 100%; height: 100%; }
.stronghold-timeline--media-milestones .stronghold-timeline__image { width: 100%; height: 100%; }
.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-circle .stronghold-timeline__image-frame, .stronghold-timeline--media-milestones.stronghold-timeline--media-shape-circle .stronghold-timeline__image { border-radius: 50%; }
.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-rounded .stronghold-timeline__image-frame, .stronghold-timeline--media-milestones.stronghold-timeline--media-shape-rounded .stronghold-timeline__image { border-radius: 28px; }
.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-square .stronghold-timeline__image-frame, .stronghold-timeline--media-milestones.stronghold-timeline--media-shape-square .stronghold-timeline__image { border-radius: 0; }
.stronghold-timeline--media-milestones .stronghold-timeline__media-ring, .stronghold-timeline--media-milestones .stronghold-timeline__media-accent { position: absolute; z-index: 0; pointer-events: none; }
.stronghold-timeline--media-milestones .stronghold-timeline__media-ring { display: none; inset: calc(-1 * (var(--stronghold-timeline-media-ring-gap) + var(--stronghold-timeline-media-ring-width))); border: var(--stronghold-timeline-media-ring-width) solid var(--stronghold-timeline-media-ring-color); opacity: var(--stronghold-timeline-media-ring-opacity); }
.stronghold-timeline--media-milestones.stronghold-timeline--media-ring-solid .stronghold-timeline__media-ring { display: block; }.stronghold-timeline--media-milestones.stronghold-timeline--media-ring-dashed .stronghold-timeline__media-ring { display: block; border-style: dashed; }.stronghold-timeline--media-milestones.stronghold-timeline--media-ring-dotted .stronghold-timeline__media-ring { display: block; border-style: dotted; }
.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-circle .stronghold-timeline__media-ring { border-radius: 50%; }.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-rounded .stronghold-timeline__media-ring { border-radius: 36px; }
.stronghold-timeline--media-milestones .stronghold-timeline__media-accent { display: none; width: var(--stronghold-timeline-media-accent-size); height: var(--stronghold-timeline-media-accent-size); background: var(--stronghold-timeline-media-accent-color); opacity: var(--stronghold-timeline-media-accent-opacity); transform: translate(var(--stronghold-timeline-media-accent-x), var(--stronghold-timeline-media-accent-y)); }
.stronghold-timeline--media-milestones.stronghold-timeline--media-accent-offset-circle .stronghold-timeline__media-accent { display: block; border-radius: 50%; }.stronghold-timeline--media-milestones.stronghold-timeline--media-accent-offset-block .stronghold-timeline__media-accent { display: block; }
.stronghold-timeline--media-milestones .stronghold-timeline__spine { z-index: 4; }.stronghold-timeline--media-milestones .stronghold-timeline__marker { display: inline-flex; width: max(var(--stronghold-timeline-milestone-marker-size), min-content); min-width: var(--stronghold-timeline-milestone-marker-size); height: var(--stronghold-timeline-milestone-marker-size); min-height: var(--stronghold-timeline-milestone-marker-size); align-items: center; justify-content: center; padding: var(--stronghold-timeline-marker-padding, 0); border: var(--stronghold-timeline-marker-ring-width) solid var(--stronghold-timeline-marker-ring-color); background: var(--stronghold-timeline-marker-background); color: var(--stronghold-timeline-marker-color); box-sizing: border-box; transform: translate(-50%, calc(-50% + var(--stronghold-timeline-milestone-marker-offset))); }
.stronghold-timeline--media-milestones.stronghold-timeline--marker-shape-circle .stronghold-timeline__marker { border-radius: 50%; }.stronghold-timeline--media-milestones.stronghold-timeline--marker-shape-rounded-square .stronghold-timeline__marker { border-radius: 14px; }.stronghold-timeline--media-milestones.stronghold-timeline--marker-shape-square .stronghold-timeline__marker { border-radius: 0; }
.stronghold-timeline--media-milestones.stronghold-timeline--alternate-marker-colors .stronghold-timeline__item--odd .stronghold-timeline__marker { color: var(--stronghold-timeline-marker-odd-color); }.stronghold-timeline--media-milestones.stronghold-timeline--alternate-marker-colors .stronghold-timeline__item--even .stronghold-timeline__marker { color: var(--stronghold-timeline-marker-even-color); }
.stronghold-timeline--media-milestones .stronghold-timeline__marker-label, .stronghold-timeline--media-milestones .stronghold-timeline__marker-icon { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }.stronghold-timeline--media-milestones .stronghold-timeline__marker-icon svg { width: 1em; height: 1em; fill: currentColor; }.stronghold-timeline--media-milestones .stronghold-timeline__marker-dot { width: .55em; height: .55em; border-radius: 50%; background: currentColor; }
.stronghold-timeline--media-milestones { --stronghold-timeline-milestone-media-hover-scale: 1.04; --stronghold-timeline-marker-hover-color: var(--stronghold-timeline-marker-color); --stronghold-timeline-marker-hover-background: var(--stronghold-timeline-marker-background); --stronghold-timeline-marker-hover-scale: 1.08; }
.stronghold-timeline--media-milestones .stronghold-timeline__image-frame { transition: transform .25s ease; }
.stronghold-timeline--media-milestones .stronghold-timeline__marker { transform: translate(-50%, calc(-50% + var(--stronghold-timeline-milestone-marker-offset))) scale(1); transition: transform .25s ease, color .25s ease, background-color .25s ease; }
.stronghold-timeline--media-milestones .stronghold-timeline__marker-label, .stronghold-timeline--media-milestones .stronghold-timeline__marker-icon { width: auto; height: auto; border-radius: 0; background: transparent; }
.stronghold-timeline--media-milestones .stronghold-timeline__spine:hover .stronghold-timeline__marker { background-color: var(--stronghold-timeline-marker-hover-background); color: var(--stronghold-timeline-marker-hover-color); transform: translate(-50%, calc(-50% + var(--stronghold-timeline-milestone-marker-offset))) scale(var(--stronghold-timeline-marker-hover-scale)); }
.stronghold-timeline--media-milestones .stronghold-timeline__media:hover .stronghold-timeline__image-frame { transform: scale(var(--stronghold-timeline-milestone-media-hover-scale)); }
@media (prefers-reduced-motion: reduce) { .stronghold-timeline--media-milestones .stronghold-timeline__marker, .stronghold-timeline--media-milestones .stronghold-timeline__image-frame { transition: none; }.stronghold-timeline--media-milestones .stronghold-timeline__spine:hover .stronghold-timeline__marker { transform: translate(-50%, calc(-50% + var(--stronghold-timeline-milestone-marker-offset))) scale(1); }.stronghold-timeline--media-milestones .stronghold-timeline__media:hover .stronghold-timeline__image-frame { transform: none; } }
.stronghold-timeline--media-milestones .stronghold-timeline__content { align-self: var(--stronghold-timeline-content-align, center); gap: 14px; }.stronghold-timeline--media-milestones.stronghold-timeline--content-align-start .stronghold-timeline__content { align-self: start; }.stronghold-timeline--media-milestones.stronghold-timeline--content-align-end .stronghold-timeline__content { align-self: end; }.stronghold-timeline--media-milestones .stronghold-timeline__primary-label { font-size: clamp(2.5rem, 6vw, 6.5rem); }.stronghold-timeline--media-milestones .stronghold-timeline__description { max-width: var(--stronghold-timeline-milestone-description-width); }.stronghold-timeline--media-milestones .stronghold-timeline__cta { margin-top: var(--stronghold-timeline-milestone-cta-gap); }
.stronghold-timeline--media-milestones.stronghold-timeline--label-beside-title .stronghold-timeline__primary-label { display: inline-block; margin-inline-end: 12px; }.stronghold-timeline--media-milestones.stronghold-timeline--label-emphasis-accent-line .stronghold-timeline__primary-label { padding-inline-start: 14px; border-inline-start: 3px solid currentColor; }.stronghold-timeline--media-milestones.stronghold-timeline--label-emphasis-background-label .stronghold-timeline__primary-label { display: inline-block; padding: .12em .22em; background: currentColor; color: #fff; }.stronghold-timeline--media-milestones.stronghold-timeline--label-emphasis-outline-label .stronghold-timeline__primary-label { display: inline-block; padding: .12em .22em; border: 1px solid currentColor; }
.stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__content { grid-column: 1 / 4; justify-self: center; width: min(100%, var(--stronghold-timeline-content-width)); text-align: center; }.stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__spine { grid-row: 1; }
@media (max-width: 767px) { .stronghold-timeline--media-milestones .stronghold-timeline__item { grid-auto-rows: auto; align-items: start; padding-bottom: max(var(--stronghold-timeline-item-gap), 48px); }.stronghold-timeline--media-milestones .stronghold-timeline__content { display: contents; }.stronghold-timeline--media-milestones .stronghold-timeline__media, .stronghold-timeline--media-milestones .stronghold-timeline__eyebrow, .stronghold-timeline--media-milestones .stronghold-timeline__primary-label, .stronghold-timeline--media-milestones .stronghold-timeline__title-row, .stronghold-timeline--media-milestones .stronghold-timeline__description, .stronghold-timeline--media-milestones .stronghold-timeline__badge, .stronghold-timeline--media-milestones .stronghold-timeline__cta { grid-column: 2; justify-self: start; width: min(100%, var(--stronghold-timeline-milestone-media-size)); text-align: start; }.stronghold-timeline--media-milestones .stronghold-timeline__spine { grid-row: 1 / -1; }.stronghold-timeline--media-milestones .stronghold-timeline__media { height: min(var(--stronghold-timeline-mobile-image-height), var(--stronghold-timeline-milestone-media-size)); margin-bottom: 12px; }.stronghold-timeline--media-milestones.stronghold-timeline--media-shape-circle .stronghold-timeline__media { width: min(var(--stronghold-timeline-mobile-image-height), var(--stronghold-timeline-milestone-media-size)); }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-before-content .stronghold-timeline__media { grid-row: 1; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-before-content .stronghold-timeline__eyebrow { grid-row: 2; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-before-content .stronghold-timeline__primary-label { grid-row: 3; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-before-content .stronghold-timeline__title-row { grid-row: 4; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-before-content .stronghold-timeline__description { grid-row: 5; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-label .stronghold-timeline__eyebrow { grid-row: 1; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-label .stronghold-timeline__primary-label { grid-row: 2; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-label .stronghold-timeline__media { grid-row: 3; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-label .stronghold-timeline__title-row { grid-row: 4; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-label .stronghold-timeline__description { grid-row: 5; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-description .stronghold-timeline__eyebrow { grid-row: 1; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-description .stronghold-timeline__primary-label { grid-row: 2; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-description .stronghold-timeline__title-row { grid-row: 3; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-description .stronghold-timeline__description { grid-row: 4; }.stronghold-timeline--media-milestones.stronghold-timeline--mobile-image-after-description .stronghold-timeline__media { grid-row: 5; }.stronghold-timeline--media-milestones .stronghold-timeline__badge { grid-row: 6; }.stronghold-timeline--media-milestones .stronghold-timeline__cta { grid-row: 7; }.stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__content { display: contents; }.stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__eyebrow, .stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__primary-label, .stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__title-row, .stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__description, .stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__badge, .stronghold-timeline--media-milestones .stronghold-timeline__item--no-media .stronghold-timeline__cta { grid-column: 2; width: 100%; text-align: start; }.stronghold-timeline--media-milestones .stronghold-timeline__media-ring, .stronghold-timeline--media-milestones .stronghold-timeline__media-accent { display: none; }.stronghold-timeline--media-milestones .stronghold-timeline__marker { width: min(var(--stronghold-timeline-milestone-marker-size), 40px); min-width: min(var(--stronghold-timeline-milestone-marker-size), 40px); height: min(var(--stronghold-timeline-milestone-marker-size), 40px); min-height: min(var(--stronghold-timeline-milestone-marker-size), 40px); } }

/*--------------------------------------------------------------
15.0 Misc
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.0 Misc
--------------------------------------------------------------*/

.two-col-full {
  width: 50%;
}

.two-col-gutter {
  width: 48.5%;
}

.three-col-full {
  width: 33.33%;
}

.three-col-gutter {
  width: 31.6%;
}

.four-col-full {
  width: 25%;
}

.four-col-gutter {
  width: 23.05%;
}

.five-col-full {
  width: 20%;
}

.five-col-gutter {
  width: 18.15%;
}

.hidden {
  display: none;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.wpcf7-form .input-group .wpcf7-textarea {
  width: 100%;
  padding: 10px 20px 10px 35px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.wpcf7-form .wpcf7-select {
  text-indent: 25px;
  padding-left: 0 !important;
}

.wpcf7-form-control .wpcf7-textarea {
  font-weight: 600;
}

.wpcf7-form p {
  margin-bottom: 10px;
}

.wpcf7-form .input-group {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}

.wpcf7-form .input-group .input-icon {
  position: absolute;
  color: #dddddd;
  margin: -10px 10px 10px;
  left: 0;
  top: 50%;
  font-size: 18px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form .row{
  padding-left: 0;
  padding-right: 0;
}

.custom-quote-form {
  padding: 40px;
  background: #ffff;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-quote-form:hover {
  box-shadow: none;
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.custom-quote-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.custom-quote-form .input-group .wpcf7-textarea,
.contact-page-contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.contact-page-contact-form .wpcf7-textarea,
.home-faq-page-contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.home-faq-page-contact-form .wpcf7-textarea,
.home-book-service-contact-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control,
.home-book-service-contact-form .wpcf7-textarea{
  width: 100%;
  padding: 10px 20px 10px 20px;
  background: #f8f8f8;
  border: none;
}

.custom-quote-form .wpcf7-select,
.contact-page-contact-form .wpcf7-select {
  text-indent: 15px;
}

.contact-page-contact-form br,
.contact-page-contact-form .ajax-loader {
  display: none !important;
}

.custom-contact-form .col-md-12:last-child .input-group {
  margin-bottom: 0;
}

.service-contact-form-wrapper .wpcf7-form-control {
  border: none;
  padding: 10px 20px 10px 20px;
}

.service-contact-form-wrapper .wpcf7-select {
  text-indent: 10px;
}

.service-contact-form-wrapper input[type="submit"] {
  width: 100%;
}

.service-contact-form-wrapper h1,
.service-contact-form-wrapper h2,
.service-contact-form-wrapper h3,
.service-contact-form-wrapper h4,
.service-contact-form-wrapper h5,
.service-contact-form-wrapper h6 {
  margin-top: 0;
  margin-bottom: 25px;
}

.service-contact-form-wrapper .ajax-loader {
  display: none !important;
}

.faq-contact-form-wrapper .input-group .wpcf7-form-control,
.faq-contact-form-wrapper textarea {
  border: none !important;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #2296f9;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

#to-top::before {
  font-family: "Font Awesome 6 Free", FontAwesome;
  content: "\f077";
  font-weight: 900;
}

#to-top::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 6%;
  height: 10px;
  width: 90%;
  opacity: 0.9;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.23) 0%,
    rgba(0, 0, 0, 0.02) 70%
  );
  background: -webkit-radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.23) 0%,
    rgba(0, 0, 0, 0.02) 70%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.23) 0%,
    rgba(0, 0, 0, 0.02) 70%
  );
}

#to-top:hover {
  background: #dd3333;
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

#to-top:hover:after {
  content: none;
}

.animated {
  animation-duration: 0.5s;
  animation-delay: 0.2s;
}

.hover-overlay {
  position: absolute;
  background: #2296f9;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hover-overlay i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.partner-img-wrapper:hover .hover-overlay {
  opacity: 0.8;
}

.partner-img-wrapper:hover .hover-overlay i {
  top: 70%;
  opacity: 0.8;
}

.no-display {
  display: none;
}

.slider-carousel-pagination{
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.slider-carousel-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 2px solid #2296f9;
  border-radius: 100%;
  background-color: rgb(255 255 255 / 20%);
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slider-carousel-pagination .swiper-pagination-bullet-active{
  background-color: #2296f9;
  opacity: 1;
}

.mfp-bg {
  opacity: 0.95 !important;
}


/*--------------------------------------------------------------
Stronghold Modern Slider V2
--------------------------------------------------------------*/
.stronghold-slider-parallax-enabled .stronghold-slide,
.stronghold-slider-parallax-enabled .swiper-slide {
  overflow: hidden;
}

.stronghold-slider-parallax-enabled .stronghold-slide-bg {
  top: 0;
  left: 0;
  backface-visibility: hidden;
  will-change: background-position;
}

.stronghold-slider-wrapper-modern .slide-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stronghold-slider-wrapper-modern .slide-details {
  z-index: 10;
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
}

.stronghold-slider-wrapper-modern .slide-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100vw;
  width: 1324px;
}

.stronghold-slider-design-2 .slide-details,
.stronghold-slider-design-4 .slide-details {
  display: flex;
  width: 100%;
  height: 100%;
}

.stronghold-slider-design-2 .slide-details {
  align-items: center;
  justify-content: flex-start;
}

.stronghold-slider-design-2 .stronghold-slide-content-box {
  width: 100%;
  max-width: 640px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
}

.stronghold-slider-design-2.stronghold-slider-design-2-custom-placement .slide-details {
  display: block;
  position: relative;
}

.stronghold-slider-design-2.stronghold-slider-design-2-custom-placement .stronghold-slide-content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.stronghold-slider-design-3 .slide-details {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.stronghold-slider-design-3 .stronghold-slide-design-3-layout {
  display: flex;
  width: 100%;
  max-width: 1180px;
  align-items: center;
  gap: 40px;
}

.stronghold-slider-design-3 .stronghold-slide-featured-image-position-left {
  flex-direction: row-reverse;
}

.stronghold-slider-design-3 .stronghold-slide-featured-image-left {
  flex-direction: row-reverse;
}

.stronghold-slider-design-3 .stronghold-slide-featured-image-right {
  flex-direction: row;
}

.stronghold-slider-design-3 .stronghold-slide-content-box {
  flex: 1 1 auto;
  min-width: 0;
}

.stronghold-slider-design-3 .stronghold-slide-featured-image-wrap {
  flex: 0 0 45%;
  max-width: 45%;
}

.stronghold-slider-design-3 .stronghold-slide-featured-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.stronghold-slider-design-4 .slide-details {
  align-items: stretch;
}

.stronghold-slider-design-4 .stronghold-slide-half-overlay {
  display: flex;
  width: 50%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
  background: rgba(255, 255, 255, 0.92);
}

.stronghold-slider-design-4 .stronghold-slide-half-overlay-right {
  margin-left: auto;
}

.stronghold-slider-design-4 .stronghold-slide-content-box {
  width: 100%;
}

.stronghold-slider-wrapper-modern .slide-subtitle {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.stronghold-slider-wrapper-modern .slide-subtitle .slide-subtitle-heading {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  font-family: "Manrope", sans-serif;
  color: #fff;
  background: #2296f9;
  padding: 3px 20px;
  border-radius: 5px;
  max-width: max-content;
}

.stronghold-slider-wrapper-modern .slide-title {
  position: relative;
  max-width: 700px;
}

.stronghold-slider-wrapper-modern .slide-description {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 35px;
  position: relative;
  max-width: 650px;
}

.stronghold-slider-wrapper-modern .slide-description p{
  margin: 0;
}

.stronghold-slider-wrapper-modern .slide-title-heading {
  font-size: 70px;
  line-height: 1.1;
}

.desktop-visible {
  display: flex !important;
}

.elementor-element-edit-mode .stronghold-slides,
.elementor-element-edit-mode .slider-design-two,
.elementor-element-edit-mode .animate-not-initialize{
  opacity: 1;
}

.stronghold-slider-wrapper-modern .animate-not-initialize{
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern .animate-initialize{
  opacity: 1 !important;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-slider-wrapper-modern.arrows-visible-desktop .slider-arrow{
  display: flex !important;
}

.stronghold-slider-wrapper-modern.dots-visible-desktop .slider-carousel-pagination{
  display: block !important;
}

.stronghold-slider-wrapper-modern.dots-hidden-desktop .slider-carousel-pagination,
.stronghold-slider-wrapper-modern.arrows-hidden-desktop .slider-arrow{
  display: none !important;
}

.stronghold-slider-wrapper-modern .slider-dots-left{
  left:20px !important;
  display: block;
  top: 45% !important;
  text-align: left !important;
  width: auto !important;
  bottom: initial !important;
}

.stronghold-slider-wrapper-modern .slider-dots-right{
  right:20px !important;
  display: block;
  top: 45% !important;
  text-align: right !important;
  width: auto !important;
  bottom: initial !important;
  left: initial !important;
}

.stronghold-slider-wrapper-modern .slider-dots-left .swiper-pagination-bullet,
.stronghold-slider-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-bottom: 10px !important;
  display: block;
}

.stronghold-slider-wrapper-modern .slider-dots-right .swiper-pagination-bullet{
  margin-left: auto;
  margin-right: 0;
}

.stronghold-slider-wrapper-modern .slider-dots-left .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: auto;
}



@media screen and (max-width: 800px) {

  .stronghold-slider-wrapper-modern .slide-title,
  .stronghold-slider-wrapper-modern .slide-description {
    max-width: 100%;
    text-align: center;
  }

  .stronghold-slider-wrapper-modern .slide-title-heading{
    font-size: 30px;
  }

  .stronghold-slider-wrapper-modern .slide-description{
    font-size: 20px;
    margin-top: 20px;
  }

  .stronghold-slider-wrapper-modern .slide-button-wrapper,
  .stronghold-slider-wrapper-modern .slide-button-two-wrapper,
  .stronghold-slider-wrapper-modern .slide-subtitle{
    justify-content: center;
  }

  .stronghold-slider-wrapper-modern .slide-button-wrapper{
    margin-top: 30px;
  }

  .stronghold-slider-wrapper-modern .slide-button, 
  .stronghold-slider-wrapper-modern .slide-button-two{
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
  }

  .stronghold-slider-wrapper-modern .slide-subtitle .slide-subtitle-heading{
    font-size: 12px;
    padding: 5px 15px;
  }

  .stronghold-slider-design-2 .stronghold-slide-content-box,
  .stronghold-slider-design-4 .stronghold-slide-half-overlay {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .stronghold-slider-design-2.stronghold-slider-design-2-custom-placement .slide-details {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stronghold-slider-design-2.stronghold-slider-design-2-custom-placement .stronghold-slide-content-box {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none;
  }

  .stronghold-slider-design-3 .stronghold-slide-design-3-layout,
  .stronghold-slider-design-3 .stronghold-slide-featured-image-position-left,
  .stronghold-slider-design-3 .stronghold-slide-featured-image-left,
  .stronghold-slider-design-3 .stronghold-slide-featured-image-right {
    flex-direction: column;
    gap: 25px;
  }

  .stronghold-slider-design-3 .stronghold-slide-featured-image-wrap {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
  }

}

.stronghold-slider-wrapper-modern.stronghold-slider-design-2 .slide-title-heading {
  font-size: 40px;
  line-height: 1.3;
}

.stronghold-slider-wrapper-modern.stronghold-slider-design-3 .slide-title-heading {
  font-size: 50px;
  line-height: 1.3;
}

@media screen and (max-width: 800px) {
  .stronghold-slider-wrapper-modern.stronghold-slider-design-2 .slide-title-heading,
  .stronghold-slider-wrapper-modern.stronghold-slider-design-3 .slide-title-heading {
    font-size: 30px;
    line-height: 1.1;
  }
}

.stronghold-carousel-wrapper-modern .slider-arrow-top {
  top: 0;
  margin-top: 0;
}

.stronghold-carousel-wrapper-modern .slider-prev-top {
  right: 4%;
  left: initial;
}

.stronghold-carousel-wrapper-modern .slider-next-top {
  right: 0;
  left: initial;
}

/* Timeline Spine controls */
.stronghold-timeline .stronghold-timeline__items::before {
  opacity: var(--stronghold-timeline-spine-opacity, .22) !important;
}

.stronghold-timeline--floating-cards .stronghold-timeline__spine::before {
  border-top-color: var(--stronghold-timeline-floating-connector-color, currentColor);
  opacity: var(--stronghold-timeline-floating-connector-opacity, .35);
}

.stronghold-timeline--floating-cards.stronghold-timeline--floating-connector-dot-line .stronghold-timeline__spine::after {
  background: var(--stronghold-timeline-floating-connector-dot-color, currentColor);
}
/* Heading subtitle prefix top */
.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle-span.heading-subtitle-prefix-top {
  flex-direction: column;
  align-items: center;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-icon-top {
  display: block;
  margin-bottom: 6px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-svg-top {
  display: block;
  margin-bottom: 6px;
}

.stronghold-heading-wrapper-modern .stronghold-heading .heading-subtitle-span .heading-sub-title-bullet-top {
  display: block;
  margin: 0 auto 6px;
}
/* Price Table Info List. */
.stronghold-pricing-table .pricing-features .pricing-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  vertical-align: middle;
}

.stronghold-pricing-table .pricing-features .pricing-feature-icon svg {
  width: 1em;
  height: 1em;
}

.stronghold-pricing-table .pricing-features .pricing-feature-title {
  vertical-align: middle;
}


/* Keep alternate layouts aligned with their Elementor control targets. */
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--reveal-no-media .stronghold-interactive-list__item { grid-template-columns: 1fr; }
.stronghold-interactive-list--reveal-cards.stronghold-interactive-list--reveal-no-media .stronghold-interactive-list__trigger { grid-column: 1; grid-row: auto; }

.stronghold-interactive-list--spotlight-list.stronghold-interactive-list--spotlight-no-media .stronghold-interactive-list__spotlight-layout { grid-template-columns: 1fr; }
.stronghold-interactive-list--spotlight-list.stronghold-interactive-list--spotlight-no-media .stronghold-interactive-list__spotlight-list { grid-column: 1; }


.stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-no-media .stronghold-interactive-list__trigger, .stronghold-interactive-list--inline-reveal.stronghold-interactive-list--inline-no-media .stronghold-interactive-list__content { grid-column: 1; grid-row: auto; }

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--profile-directory-no-media .stronghold-interactive-list__directory-layout { grid-template-columns: 1fr; }
.stronghold-interactive-list--profile-directory .stronghold-interactive-list__item { position: relative; }
/* Profile Directory Design 5: floating active preview. */
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent {
  --stronghold-directory-meta-width: 120px;
  --stronghold-directory-preview-align: center;
  --stronghold-directory-preview-offset: 0px;
  --stronghold-directory-preview-inline-offset: 0px;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-layout {
  position: relative;
  display: block;
  min-width: 0;
  overflow: visible;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__items {
  width: calc(100% - var(--stronghold-directory-media-width) - var(--stronghold-directory-gap));
  min-width: 0;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__item {
  min-width: 0;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-row {
  grid-template-columns: minmax(0, 1fr) minmax(100px, var(--stronghold-directory-meta-width)) auto;
  gap: 10px var(--stronghold-directory-gap);
  min-width: 0;
  min-height: 72px;
  padding: 14px 0;
  border-bottom: 1px solid #e6e9ec;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-row:not(.stronghold-interactive-list__directory-row--has-meta) {
  grid-template-columns: minmax(0, 1fr) auto;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: start;
  text-transform: none;
  cursor: pointer;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger:hover,
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  transform: none;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger:focus {
  border: 0;
  box-shadow: none;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-meta {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  text-align: end;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-meta .stronghold-interactive-list__badge {
  align-self: center;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__cta {
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-self: end;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-row:not(.stronghold-interactive-list__directory-row--has-meta) .stronghold-interactive-list__cta {
  grid-column: 2;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__content {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  max-width: 42rem;
  margin-top: 8px;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media {
  position: absolute;
  inset-block-start: var(--stronghold-directory-preview-top, 0px);
  inset-inline-end: calc(var(--stronghold-directory-preview-inline-offset, 0px) * -1);
  width: var(--stronghold-directory-media-width);
  max-width: 320px;
  min-height: 280px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  z-index: 2;
  border-radius: 14px;
  background: #f2f4f6;
  pointer-events: none;
  transition: inset-block-start var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), visibility var(--stronghold-interactive-duration) var(--stronghold-interactive-easing);
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), visibility var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), clip-path var(--stronghold-interactive-duration) var(--stronghold-interactive-easing);
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media-item.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media.is-empty {
  opacity: 0;
  visibility: hidden;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media-item .stronghold-interactive-list__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent:not(.is-enhanced) .stronghold-interactive-list__items,
.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent.stronghold-interactive-list--profile-directory-no-media .stronghold-interactive-list__items {
  width: 100%;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent:not(.is-enhanced) .stronghold-interactive-list__directory-media {
  position: static;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin-top: 18px;
  aspect-ratio: auto;
  background: transparent;
  pointer-events: auto;
}

.stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent:not(.is-enhanced) .stronghold-interactive-list__directory-media-item {
  position: static;
  min-height: 0;
  margin-top: 14px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  clip-path: none;
}

@media (max-width: 767px) {
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__items {
    width: 100%;
  }

  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 16px 0;
  }

  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__trigger,
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-meta,
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__cta,
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__content {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    width: 100%;
    text-align: start;
  }

  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-meta {
    justify-content: flex-start;
  }

  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__cta {
    white-space: normal;
  }

  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    min-height: 240px;
    margin-top: 18px;
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media,
  .stronghold-interactive-list--profile-directory.stronghold-interactive-list--directory-media-adjacent .stronghold-interactive-list__directory-media-item {
    transition: none;
  }
}

/* Interactive List Design 6: editorial background rows. */
.stronghold-interactive-list--profile-directory-background {
  --stronghold-directory-background-align: center;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__items {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__item {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  grid-template-rows: auto auto;
  align-items: var(--stronghold-directory-background-align);
  gap: 8px 24px;
  min-width: 0;
  min-height: 112px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid #e6e9ec;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__item.is-active .stronghold-interactive-list__background-row--has-media {
  color: #fff;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-row--no-meta {
  grid-template-columns: minmax(0, 1fr) auto;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: 12px;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: start;
  text-transform: none;
  cursor: pointer;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger:hover,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  transform: none;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger:focus {
  border: 0;
  box-shadow: none;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__index,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__eyebrow,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__badge,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta {
  position: relative;
  z-index: 2;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__index {
  flex: 0 0 auto;
  font-size: .78em;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .7;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-meta {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
  text-align: end;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta {
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-self: end;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  white-space: normal;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta:hover,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta:focus {
  color: inherit;
  text-decoration: underline;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-row--no-meta .stronghold-interactive-list__cta {
  grid-column: 2;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-content {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  max-width: 42rem;
}

.stronghold-interactive-list--profile-directory-background.is-enhanced.stronghold-interactive-list--directory-background-description-hidden .stronghold-interactive-list__background-content {
  display: none;
}

.stronghold-interactive-list--profile-directory-background.is-enhanced.stronghold-interactive-list--directory-background-description-active .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__background-content {
  display: none;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), visibility var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), transform var(--stronghold-interactive-duration) var(--stronghold-interactive-easing), clip-path var(--stronghold-interactive-duration) var(--stronghold-interactive-easing);
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-media.is-active,
.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__item.is-active .stronghold-interactive-list__background-media {
  opacity: 1;
  visibility: visible;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #101820;
  opacity: .32;
  pointer-events: none;
}

.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__background-media {
  transform: translateY(12px);
}

.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__background-media.is-active,
.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-slide .stronghold-interactive-list__item.is-active .stronghold-interactive-list__background-media {
  transform: translateY(0);
}

.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__background-media {
  clip-path: inset(0 0 100% 0);
}

.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__background-media.is-active,
.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--reveal-clip .stronghold-interactive-list__item.is-active .stronghold-interactive-list__background-media {
  clip-path: inset(0);
}

.stronghold-interactive-list--profile-directory-background.stronghold-interactive-list--directory-background-index-hidden .stronghold-interactive-list__index {
  display: none;
}

.stronghold-interactive-list--profile-directory-background:not(.is-enhanced) .stronghold-interactive-list__item.is-active .stronghold-interactive-list__background-media {
  opacity: 1;
  visibility: visible;
}

.stronghold-interactive-list--profile-directory-background:not(.is-enhanced) .stronghold-interactive-list__item.is-inactive .stronghold-interactive-list__background-media {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-row,
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-row--no-meta {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 8px;
  }

  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__trigger,
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-meta,
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta,
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-content {
    grid-column: 1;
    width: 100%;
    justify-self: start;
    text-align: start;
  }

  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-meta {
    grid-row: 2;
    justify-content: flex-start;
  }

  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__cta {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
  }

  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-content {
    grid-row: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stronghold-interactive-list--profile-directory-background .stronghold-interactive-list__background-media {
    transition: none;
    transform: none;
    clip-path: none;
  }
}
