/*!
Theme Name: Techome
Theme URI: 
Author: Rajesh
Author URI: 
Description: Simple and responsive theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: techome
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    border-style: none;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  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: #194775;
    -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: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;
    }
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  body {
    background: #fff;
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
  }
  
  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 5 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;
  }
  
  .row {
    margin-right: -20px;
    margin-left: -20px;
    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: #194775;
    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
  --------------------------------------------------------------*/
  
  .header-top {
    border-bottom: 1px solid #f2f2f29e;
    font-size: 13px;
    position: relative;
    z-index: 2;
    background: #efefef;
    color: #939292;
    padding: 5px 0;
    -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: #194775;
  }
  
  .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: #194775;
  }
  
  .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 5 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: "\f099";
  }
  
  .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";
  }
  
  .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;
  }
  
  .sub-menu {
    -webkit-animation-duration: 0.8s !important;
    -webkit-animation-delay: 0s !important;
    -moz-animation-duration: 0.8s !important;
    -moz-animation-delay: 0s !important;
    -o-animation-duration: 0.8s !important;
    -o-animation-delay: 0s !important;
    animation-duration: 0.8s !important;
    animation-delay: 0s !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;
  }
  
  .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: #194775 !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 #194775;
    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.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 25px;
    padding: 13px 30px;
  }
  
  .main-navigation ul ul li:after {
    content: none;
  }
  
  .main-navigation ul > .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
  }
  
  .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 5 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 5 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: #194775;
  }
  
  /* 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: #194775;
  }
  
  .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;
  /*  padding-left: 15px;*/
  }
  
  .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: #194775;
  }
  
  .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 .quote-btn-info {
    padding-right: 15px;
  }*/
  
  .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: 70px;
    padding-bottom: 70px;
    width: 100%;
    z-index: 1;
    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%;
  }
  
  .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%;
  }
  
  .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: #194775 !important;
  }
  
  .strhld-breadcrumb .breadcrumb-trail .trail-end {
    font-weight: 600;
  }
  
  .strhld-breadcrumb .breadcrumb-trail .sep {
    padding: 0 5px;
  }
  
  .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;
  }
  
  @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;
    }
  }
  
  /*--------------------------------------------------------------
  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;
    background: #ffffff;
    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-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  .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-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;
  }
  
  /*--------------------------------------------------------------
  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: #194775;
    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;
  }
  
  .mobile-logo-area {
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  
  .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;
  }
  
  .search-icon-mobile,
  .cart-icon-mobile {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 10px;
    line-height: 1;
  }
  
  .cart-icon-mobile {
    margin-left: 20px;
  }
  
  .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;
    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);
  }
  
  .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 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    padding-left: 5px;
    font-size: 12px;
    color: #194775;
    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: #194775;
  }
  
  .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: #194775;
    -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-eight,
    .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: #194775;
  }
  
  .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-eight .navigation-wrap{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 2;
    align-items: center;
  }
  
  .header-eight .main-navigation {
    width: auto;
    margin-right: 0;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0;
  }
  
  .header-eight .nav-icons-right {
    width: auto;
    margin-left: 0;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
  }
  
  .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);
  }
  
  .sticky-header-wrapper .navbar-nav > li:last-child:after {
    content: none;
  }
  
  .header-eight .navbar-nav > li > a,
  .sticky-header-wrapper .navbar-nav > li > a {
    line-height: 22px;
    text-transform: uppercase;
  }
  
  .header-eight .navbar-nav > li,
  .sticky-header-wrapper .navbar-nav > li {
    padding: 18px 15px !important;
  }
  
  .header-eight .navbar-nav > li:first-child,
  .sticky-header-wrapper .navbar-nav > li:first-child {
    padding-left: 0px !important;
  }
    
  .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: #194775;
    height: 2px;
  }
  
  .header-eight .navbar-nav > li > a:hover:before,
  .sticky-header-wrapper .navbar-nav > li > a:hover:before {
    width: 100%;
  }
  
  .header-eight .navbar-nav > li > a:before,
  .sticky-header-wrapper .navbar-nav > li > a:before {
    transition: all 0.4s;
  }
  
  .header-eight .navbar {
    border: 0;
  }
    
  .header-menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  
  .header-eight .header-menu-row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  
  .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-eight .icon-wrapper i {
    font-size: 30px;
    font-weight: 600;
    color: #194775;
    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-eight .header-contact-info:hover i {
    color: #dd3333;
  }
  
  .header-eight .header-contact-info .hcontact-info {
    display: inline-block;
    margin-bottom: auto;
    margin-top: auto;
  }
  
  .header-eight .hcontact-info {
    position: relative;
  }
  
  .header-eight .contact-wrapper .icon-contact-item:last-child:after {
    content: none;
  }
  
  .header-eight .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-eight .logo-title-wrap img,
  .sticky-header-wrapper .logo-wrap img {
    max-width: 180px;
  }
  
  .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-eight .header-contact-info h6,
  .header-eight .header-contact-info p {
    margin: 0;
  }
  
  .header-contact-menu-mobile h6 a,
  .header-eight .header-contact-info h6 a {
    color: #001733;
  }
  
  .header-contact-menu-mobile .header-section-contact-info p a,
  .header-eight .header-contact-info p a {
    color: #7a7a7a;
  }
  
  .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: #194775;
  }
  
  .header-eight .header-contact-info p a:hover {
    color: #dd3333;
  }
  
  .header-eight .header-contact-info p  {
    color: #7a7a7a;
  }
    
  .sticky-header-wrapper .quote-link-btn {
    padding: 0 35px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 6px;
    height: 50px;
    font-weight: 600;
    line-height: 50px;
    margin-left: 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: #194775;
  }
    
  /*Header 8*/
  .header-eight .header-logo-contact-row{
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-flex;
    display: flex;
  }
  
  .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: #194775;
  }
  
  .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-eight .quote-link-btn .icon-wrapper i{
    color: #fff;
  }
  
  .header-eight .quote-link-btn:hover .icon-wrapper i{
    color: #001733;
  }
  
  .header-eight .quote-btn-info{
    width: 20%;
  }
  
  .header-eight .navigation-wrap{
    width: 80%;
  }
  
  .header-eight .navigation-wrap{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  
  
  @media screen and (max-width: 1199px) {
  
    .header-eight .navbar-nav > li > a, 
    .sticky-header-wrapper .navbar-nav > li > a{
      font-size: 12px;
    }
  
    .header-eight .navbar-nav > li, 
    .sticky-header-wrapper .navbar-nav > li {
      padding: 18px 10px !important;
    }
  
    .header-eight .nav-social .social-menu .social-icon a,
    .header-eight .nav-icons-right span,
    .header-eight .nav-icons-right a{
      padding: 18px 8px;
    }
  }
  
  
  /*--------------------------------------------------------------
  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: #194775;
  }
  
  .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: #194775;
  }
  
  .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: #194775;
  }
  
  .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: #194775;
  }
  
  @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: #194775;
  }
  
  .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 5 Free", FontAwesome;
    font-weight: 900;
    padding-right: 5px;
    color: #194775;
  }
  
  .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: 10px;
    padding-bottom: 10px;
    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,
  .widget_categories li a:hover,
  .widget_nav_menu ul li a:hover,
  .widget_pages li a:hover {
    color: #194775;
  }
  
  .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 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f054";
    color: #194775;
    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: #194775;
    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;
    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;
  }
  
  .company-info-wid .info-detail-wrap {
    margin-bottom: auto;
    margin-top: auto;
    
  }
  
  .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: #194775;
  }
  
  .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;
  }
  
  .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: #194775;
  }
  
  .recent-post-title h6 {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .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 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f054";
    color: #194775;
    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: #194775;
  }
  
  .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: #194775;
    color: #fff;
    box-shadow: none;
  }
  
  .article-navigation .current {
    background: #194775;
    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
  --------------------------------------------------------------*/
  
  .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 .video-featured-index,
  .stronghold-blog-grid .blog-index-featured {
    height: 200px !important;
  }
  
  .stronghold-blog-grid .gallery-featured-index a img,
  .stronghold-blog-grid .video-featured-index iframe,
  .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;
  }
  
  .stronghold-blog-grid .read-more-wrapper {
    display: none;
  }
  
  .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: #194775;
    font-size: 20px;
  }
  
  .single .sticky-post {
    top: 0;
  }
  
  .entry-title a {
    color: #001733;
  }
  
  .entry-title a:hover,
  .entry-meta a:hover {
    color: #194775;
  }
  
  .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: #194775;
    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;
  }
  
  .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: #194775;
  }
  
  .posts-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:before {
    font-family: "Font Awesome 5 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: #194775;
    color: #fff;
  }
  
  .tags-links h6 {
    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: #194775;
  }
  
  .single-post .nav-previous:before {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f053";
    color: #b4b4b4;
    font-size: 12px;
    padding-right: 5px;
  }
  
  .single-post .nav-next:after {
    font-family: "Font Awesome 5 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: #194775;
  }
  
  /*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;
  }
  
  .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;
  }
  
  /*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;
  }
  
  /*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 .video-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;
    }
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-content a {
    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: #194775;
  }
  
  .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: #194775;
    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: #194775;
    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-wrapper {
    margin-bottom: -10px;
  }
  
  .notfoundheader {
    font-size: 200px;
    letter-spacing: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #194775;
  }
  
  .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: #194775;
    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: #194775;
    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: #194775;
    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: #194775;
  }
  
  .service-desc {
    text-align: center;
  }
  
  .service-translate:hover {
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  
  .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;
  }
  
  .team-member-main-pos {
    font-size: 14px;
    color: #194775;
  }
  
  .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: #194775;
  }
  
  .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 #194775;
  }
  
  .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: 1024px) {
    .stronghold-team-wrapper .team-member-block-item {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .stronghold-team-wrapper .team-member-block-item {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @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: #194775;
    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: #194775;
    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: #194775;
  }
  
  /* 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;
  }
  
  .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: #194775;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .woocommerce div.product .woocommerce-product-rating {
    font-size: 12px;
  }
  
  .woocommerce .star-rating span {
    color: #194775;
  }
  
  .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: #194775;
  }
  
  .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;
  }
  
  /*--------------------------------------------------------------
  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-services-wrapper:hover .arrow_next,
  .stronghold-services-wrapper:hover .arrow_prev,
  .stronghold-team-wrapper:hover .arrow_next,
  .stronghold-team-wrapper:hover .arrow_prev,
  .stronghold-blog-wrapper:hover .arrow_next,
  .stronghold-blog-wrapper:hover .arrow_prev,
  .stronghold-products-wrapper:hover .arrow_next,
  .stronghold-products-wrapper:hover .arrow_prev {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
  
  @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;
    }
  }
  
  /*--------------------------------------------------------------
  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: #194775;
  }
  
  .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%;
    }
  }
  
  /*--------------------------------------------------------------
  15.2 Before & After
  --------------------------------------------------------------*/
  
  .twentytwenty-overlay {
    display: none !important;
  }
  
  /*--------------------------------------------------------------
  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: #194775;
    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 5 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;
  }
  
  .stronghold-blog-grid-item {
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 800px) {
    .stronghold-blog-item .blog-index-featured,
    .stronghold-blog-item .video-featured-index,
    .stronghold-blog-item .gallery-featured-slider .owl-stage-outer,
    .stronghold-blog-grid-item .blog-index-featured,
    .stronghold-blog-grid-item .video-featured-index,
    .stronghold-blog-grid-item .gallery-featured-slider .owl-stage-outer {
      height: auto !important;
    }
  }
  
  /*--------------------------------------------------------------
  15.4 Blog Grid
  --------------------------------------------------------------*/
  
  .stronghold-blog-grid-item {
    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 i {
    font-size: 16px;
    font-weight: 700;
    margin-left: 6px;
    margin-bottom: auto;
    margin-top: auto;
    color: #194775;
    -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: #001733;
    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;
    }
  }
  
  /*--------------------------------------------------------------
  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;
    }
  }
  
  /*--------------------------------------------------------------
  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: #194775;
    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;
  }
  
  /*--------------------------------------------------------------
  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: #194775;
    color: #fff;
  }
  
  .stronghold-custom-menu li a:hover,
  .link-parent-active a:hover {
    color: #fff;
  }
  
  .stronghold-custom-menu li:last-child {
    border-bottom: none;
    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: #194775;
  }
  
  
  .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;
  }
  
  .stronghold-custom-menu li:hover .custom-menu-icon {
    color: #194775;
  }
  
  .custom-menu-svg svg{
    width: 16px;
    height: 16px;
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  .detail-desc {
    margin-bottom: auto;
    margin-top: auto;
  }
  
  .detail-list-content {
    padding: 10px;
  }
  
  /*--------------------------------------------------------------
  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: #194775;
  }
  
  .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%;
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  /*--------------------------------------------------------------
  15.13 Heading
  --------------------------------------------------------------*/
  
  .stronghold-heading .heading-subtitle {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    color: #194775;
  }
  
  .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;
  }
  
  @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;
    }
  
  }
  
  
  /*--------------------------------------------------------------
  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;
    /* z-index: 2; */
    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: #1947751c;
    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;
  }
  
  
  /*--------------------------------------------------------------
  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 {
    -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 .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: 75%;
  }
  
  .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;
    }
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  .stronghold-info-list-item {
    position: relative;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
  }
  
  .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;
  }
  
  /*--------------------------------------------------------------
  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 dotted rgba(243, 243, 243, 0.42);
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
  }
  
  .opening-hours-icon {
    width: inherit !important;
    height: inherit !important;
    vertical-align: baseline !important;
    padding-right: 15px;
    margin-bottom: auto;
    margin-top: auto;
  }
    
  .opening-hours-svg svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  @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;
    }
  }
  
  /*--------------------------------------------------------------
  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: #194775;
    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-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;
    }
  }
  
  /*--------------------------------------------------------------
  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-rate {
    font-weight: 600;
    position: relative;
    color: #194775;
    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;
  }
  
  /*--------------------------------------------------------------
  15.22 Product Carousel
  --------------------------------------------------------------*/
  
  .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: #194775;
  }
  
  .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: #194775;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
  }
  
  .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 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f00c";
    background: #194775;
    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: #194775;
    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;
  }
  
  /*--------------------------------------------------------------
  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;
  }
  
  /*--------------------------------------------------------------
  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: #194775;
  }
  
  .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: #194775;
  }
  
  .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: #194775;
    width: 0%;
    bottom: -4px;
    left: 0;
  }
  
  .stronghold-info-box-wrapper:hover .info-box-info-wrapper::before {
    width: 100%;
  }
  
  .info-box-svg svg{
    width: 25px;
    height: 25px;
  }
  
  .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: #194775;
    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: #194775;
    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: #194775;
  }
  
  .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: #194775;
    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;
  }

  /*--------------------------------------------------------------
  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: #194775;
    right: 15px;
    top: 10px;
  }
  
  .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;
  }
  
  .stronghold-testim-position {
    font-size: 14px;
    color: #9e9e9e;
  }
  
  .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: #194775;
  }
  
  .testimonial-item-design-two:hover .testim-text {
    border-left: 8px solid #18527f;
    border-left: none;
  }
  
  .testimonial-item-design-two:hover {
    box-shadow: none;
  }
  
  .testimonial-rating i {
    color: #ffcc00;
    display: inline-block;
    margin-right: 2px;
  }
  
  .testimonial-item-design-three .testim-icon {
    text-align: center;
  }
  
  .testimonial-item-design-three .testim-icon i {
    font-size: 40px;
  }
  
  .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;
      float: left;
    }
    .testim-img .stronghold-author-img {
      float: left;
      width: 100%;
    }
    .testim-info {
      float: left;
    }
  }
  
  @media screen and (max-width: 480px) {
    .stronghold-testimonials-grid .testimonials-item-wrapper {
      flex: 0 0 100%;
      max-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 .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: 0;
  }
  
  .stronghold-slider-wrapper .slider-next {
    right: 0;
  }
  
  .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 .slick-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  
  .stronghold-slider-wrapper .slick-dots button {
    background-color: #fff;
    border: none;
    opacity: 0.2;
  }
  
  .slick-dots li.slick-active button {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    opacity: 1;
  }
  
  .slider-dots-left .slick-dots{
    left:15px;
    display: block;
    top: 45%;
  
  }
  
  .slider-dots-right .slick-dots{
    right:15px;
    display: block;
    top: 45%;
  
  }
  
  .slider-dots-left .slick-dots li,
  .slider-dots-right .slick-dots li{
    margin-bottom: 10px;
  }
  
  .slider-dots-right .slick-dots li button{
    margin-left: auto;
    margin-right: 0;
  }
  
  .slider-dots-left .slick-dots li button{
    margin-left: 0;
    margin-right: auto;
  }
  
  .stronghold-slider-wrapper .stronghold-slide {
    position: relative;
  }
  
  .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: 10%;
    bottom: 0;
    right: 0;
    max-width: 900px;
    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: 15px;
  }
  
  .stronghold-slider-wrapper .slide-title-heading {
    font-size: 50px;
    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{
    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;
  }
  
  .stronghold-slider-wrapper .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
  
  .desktop-hidden {
    display: none !important;
  }
  
  .desktop-visible {
    display: inline-block !important;
  }
  
  .stronghold-slides{
    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-slides.slick-initialized{
    opacity: 1;
  }
  
  .elementor-element-edit-mode .stronghold-slides{
    opacity: 1;
  }
  
  .stronghold-slider-wrapper .stronghold-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .stronghold-ken-burns-slider-wrapper .slick-slider div.slick-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%;
    }
  }
  
  @media screen and (min-device-width : 768px) and (max-width: 1024px) {
  
    .tablet-hidden {
      display: none !important;
    }
  
    .tablet-visible {
      display: inline-block !important;
    }
  
    .stronghold-slider-wrapper .parallax-slide {
      background-attachment: initial !important;
    }
  
    .stronghold-slider-wrapper .arrows-hidden-tablet .slider-arrow,
    .stronghold-slider-wrapper .dots-hidden-tablet .slick-dots{
      display: none !important;
    }
  
  }
  
  @media screen and (min-width : 320px) and (max-width: 767px) {
    .mobile-hidden {
      display: none !important;
    }
  
    .mobile-visible {
      display: inline-block !important;
    }
  
    .stronghold-slider-wrapper .arrows-hidden-mobile .slider-arrow,
    .stronghold-slider-wrapper .dots-hidden-mobile .slick-dots{
      display: none !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: #194775;
    -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: #194775;
  }
  
  .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: #194775;
  }
  
  .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;
    }
  }
  
  
  /*--------------------------------------------------------------
  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: #194775;
    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 5 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: #194775;
    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;
  }
  
  .select2-container--default .select2-selection--single {
    border: 1px solid #e9e9e9;
    padding: 8px 15px;
    height: 46px;
  }
  
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
    height: 46px;
    right: 10px;
  }
  
  /* the slides */
  
  .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  /* the parent */
  
  .slick-list {
    margin: 0 -15px !important;
  }
  
  .slick-slide:focus {
    outline: none;
  }
  
  /*Styling the default Slick dots*/
  
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 1rem 0;
    list-style-type: none;
  }
  
  .slick-dots li {
    margin: 0 0.25rem;
  }
  
  .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 2px solid #194775;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
  }
  
  .slick-dots li.slick-active button {
    background-color: #194775;
    box-shadow: none;
    outline: none;
  }
  
  .mfp-bg {
    opacity: 0.95 !important;
  }