/*
Theme Name: FinanceLife
Theme URI: http://themeforest.net/user/strongholdthemes/portfolio
Author: Stronghold Themes
Author URI: http://themeforest.net/user/strongholdthemes
Description: FinanceLife is a clean and modern WordPress theme designed specially for Business Consulting or any other service driven business.
Version: 10.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: financier
Tags: two-columns, right-sidebar, featured-images, translation-ready, sticky-post, theme-options

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

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

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.5;
}

body{
    color: #797878;
    line-height: 1.65;
    overflow-x: hidden;
    height: 100% !important;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    margin: 10px 0;
    font-weight: 700;
}

h1{
    font-size: 56px;
}
h2{
    font-size: 46px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}

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

p {
    margin-bottom: 20px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    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: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

a {
    color: #0aa4e3;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {

    text-decoration: none;
    color: #07396b;
}

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

@media screen and (max-width: 800px){
    h1 {font-size:34px !important; }
    h2 {font-size:28px !important; }
    h3 {font-size:24px !important; }
    h4 {font-size:22px !important; }
    h5 {font-size:19px !important; }
    h6 {font-size:17px !important; }
}


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

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

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

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

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

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

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

blockquote {
    border-left: 3px solid #0aa4e3;
    margin: 1.6em 12px;
    padding: 0.6em 12px;
}

blockquote:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f10d";
    color: #0aa4e3;
    font-size: 20px;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #EDEDED;
}

th{
    padding: 10px;
    border-right: 1px solid #EDEDED;
}

td{
    padding: 10px;
    border: 1px solid #EDEDED;
}

figure {
    margin: 1em 0px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    box-shadow: none;
    border: none;
    text-shadow: none;
    background: #0aa4e3;
    color: #fff;
    border-radius: 3px;
    padding: 12px 20px;
    font-weight: 500;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.vc-btn a{
    box-shadow: none;
    border: none !important;
    text-shadow: none;
    background-color: #0aa4e3 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
}

.vc-btn a i{
    vertical-align: middle !important;
}

.btn:hover,
.vc-btn:hover a{
    color: #fff;
}

button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #07396b;
    color: #fff;
}

.vc-btn:hover a{
    background-color: #07396b !important;
}

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: 0px;
    font-size: 16px;
    display: inline-block;
    padding: 11px 15px;
    color: #333333;
    border: 1px solid #ECEAEA;
    font-weight: 400;
    transition: border .6s ease-in-out;
    -moz-transition: border .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out;
    -o-transition: border .6s 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 #07396b;
    outline: 0 none;
}

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

textarea {
    width: 100%;
}

label{
    font-weight: 400;
    font-size: 16px;
}

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

/*--------------------------------------------------------------
5.1 Top Header
--------------------------------------------------------------*/
.header-top{
    border-bottom: 1px solid rgba(243, 243, 243, 0.5);
    font-size: 14px;
    position: relative;
    z-index: 10;
    background: #fff;
}

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

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

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

.header-top .header-wpml-switcher{
    padding: 8px 10px;
}

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

.header-top .contact-detail-one,
.header-top .contact-detail-two,
.header-top .contact-detail-three{
    display: inline-block;
    padding: 10px 20px;
}

.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: 18px;
}

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

.header-top .top-header-nav{
    list-style: none;
    float: right;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
}

.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: #7D7D7D;
    padding-right: 8px;
}

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

.header-top .top-header-social{
    float: right;
    display: inline-block;
}

.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: #929292;
}

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

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

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

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

.header-top .top-header-custom-text,
.header-top .top-header-right-widget{
    display: inline-block;
    width: 50%;
    padding: 10px 20px;
    margin-top: 5px;
}

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

.social-icons-list li.social-icon a[href*="facebook.com"]::before { content: '\f09a'; }
.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'; }

@media screen and (max-width: 990px){
    .header-top .top-header-nav-menu,
    .header-top .social-menu-wrapper{
        float: none;
        text-align: center;
    }

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

/*--------------------------------------------------------------
5.2 Main Navigation
--------------------------------------------------------------*/
/*Logo*/
.site-logo{
    margin: 0;
    line-height: 0;
}

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

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

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

.navbar{
    margin:0;
}

.navbar-nav>li{
    margin-right: 2px;
    border-top: 3px solid transparent;
    position: relative;
}

.navbar-nav>li>a{
    padding: 13px 18px;
    color: #444;
    font-weight: 600;
}

.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: 50px;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background: rgb(255, 255, 255);
    list-style: none;
    font-weight: 600;
    min-width: 250px;
    -webkit-box-shadow: 0 0 10px rgba(149,149,149,0.5);
    -moz-box-shadow: 0 0 10px rgba(149,149,149,0.5);
    box-shadow: 0 0 10px rgba(149,149,149,0.5);
    border-radius: 8px;
    border-bottom: 3px solid #0aa4e3;
    text-transform: none;
    margin-left: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s 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 a:hover {
    color: #0aa4e3;
}

.main-navigation ul ul li {
    position: relative;
    border-bottom: 1px dashed #F3F3F3;
}

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

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

.main-navigation ul ul li a{
    color: #939393;
    display: block;
    padding: 12px 15px;
}

.main-navigation ul ul li:after {
    content: none;
}

.main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 45px;
    z-index: 9;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
    height: auto;
    top: 0;
}

.main-navigation ul ul li > ul {
    overflow: hidden;
}

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

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

}

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

.main-navigation .menu-item-has-children > a:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f078';
    padding-left: 5px;
    font-size: 10px;
    vertical-align: bottom;
    color: #B5B5B5;
}

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

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

.search-toggle{
    cursor: pointer;
}

.nav-icon{
    font-size: 16px;
    cursor: pointer;
}

.nav-cart-badge{
    background-color: #0aa4e3;
    margin-left: 3px;
    cursor: pointer;
    color: #fff !important;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    padding: 0;
    right: 0;
}

.nav-icons-right{
    float: right;
}

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

.cart-icon{
    position: relative;
}

.main-navigation a:hover,
.nav-icon:hover,
.nav-icon a:hover{
    color: #0aa4e3;
}

/* Sticky Header */
.sticky-header-wrapper{
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    visibility: hidden;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition:  all .5s ease-in-out;
    -moz-transition:  all .5s ease-in-out;
    -ms-transition:  all .5s ease-in-out;
    -o-transition:  all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sticky-header-wrapper .bottom-header {
    padding: 0px 15px;
}

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

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

.sticky-header-wrapper .logo-wrap,
.sticky-logo{
    margin-top: auto;
    margin-bottom: auto;
}

.sticky-header-wrapper .navbar-nav>li>a {
    padding: 22px 16px;
}

.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;
}

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

/*--------------------------------------------------------------
5.3 Mega Menu
--------------------------------------------------------------*/

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

.stronghold-menu > li.mega-menu > ul.sub-menu .nav-arrow {
    display: none
}
.stronghold-menu > li.mega-menu > ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    padding-bottom: 0;
    display: table;
    height: 100%;
}

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

.stronghold-menu > li.mega-menu > ul.sub-menu > li:hover{
    background: none;
}

.stronghold-menu > li.mega-menu.col-1 > ul.sub-menu > li {
    width: 100%;
}
.stronghold-menu > li.mega-menu.col-2 > ul.sub-menu > li {
    width: 50%;
    border-right: 1px dashed #F3F3F3;
}

.stronghold-menu > li.mega-menu.col-2 > ul.sub-menu > li:last-child {
    border-right: none;
}

.stronghold-menu > li.mega-menu.col-3 > ul.sub-menu > li {
    width: 33.33%;
    border-right: 1px dashed #F3F3F3;
}

.stronghold-menu > li.mega-menu.col-3 > ul.sub-menu > li:last-child {
    border-right: none;
}

.stronghold-menu > li.mega-menu.col-4 > ul.sub-menu > li {
    width: 25%;
    border-right: 1px dashed #F3F3F3;
}

.stronghold-menu > li.mega-menu.col-4 > ul.sub-menu > li:last-child {
    border-right: none;
}

.stronghold-menu > li.mega-menu.col-5 > ul.sub-menu > li {
    width: 20%;
    border-right: 1px dashed #F3F3F3;
}

.stronghold-menu > li.mega-menu.col-5 > ul.sub-menu > li:last-child {
    border-right: none;
}

.stronghold-menu > li.mega-menu.col-6 > ul.sub-menu > li {
    width: 16.66%;
    border-right: 1px dashed #F3F3F3;
}

.stronghold-menu > li.mega-menu.col-6 > ul.sub-menu > li:last-child {
    border-right: none;
}

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

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

.stronghold-menu li.mega-menu:hover ul.sub-menu li ul {
    visibility: visible !important;
    opacity: 1 !important;
}

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

.stronghold-menu > li.mega-menu > ul.sub-menu > .menu-item-has-children > a {
    font-weight: 600;
    color: #07396b;
    margin: 8px 5px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    white-space: normal;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 15px;
}

.stronghold-menu > li.mega-menu > ul.sub-menu > .menu-item-has-children > a:hover{
    color: #0aa4e3;
}

.stronghold-menu .mega-menu li{
    padding: 10px 15px 10px 5px;
    border-bottom: none;
}

.stronghold-menu .mega-menu li .sub-menu li{
    padding: 0;
}

.stronghold-menu i{
    padding-right: 8px;
    color: #737373;
}

.stronghold-menu .mega-menu a:hover img{
    opacity: 0.8 !important;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

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

/*--------------------------------------------------------------
5.4 Page Header & Breadcrumbs
--------------------------------------------------------------*/
.page-title-wrapper{
    background: #f7f7f7;
    z-index: 2;
    position: relative;
    padding: 50px 0;
}

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

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

.strhld-page-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
}

.strhld-page-title .page-title-element{
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.strhld-page-title .title-line {
    content: '';
    display: block;
    background: #0aa4e3;
    width: 40px;
    height: 2px;
    margin: 10px auto;
}

.strhld-page-caption{
    padding: 0;
    color: #fff;
}

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

.strhld-breadcrumb{
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.strhld-breadcrumb .breadcrumb-trail{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

.strhld-breadcrumb .breadcrumb-trail .trail-begin:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f015";
    padding-right: 3px;
}

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

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

.strhld-breadcrumb .breadcrumb-trail a:hover{
    color: #0aa4e3;
}

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

@media screen and (max-width:800px){
    .strhld-page-title,
    .strhld-breadcrumb{
        text-align: center;
    }

    .strhld-page-title .page-title-element:after{
        margin:0 auto;
        margin-top: 10px;
    }

    .strhld-breadcrumb .breadcrumb-trail{
        float: none;
    }

}

/*--------------------------------------------------------------
5.5 Search Box
--------------------------------------------------------------*/
/* Search */
.search-box-wrapper{
    display: none;
    position: relative;
    -webkit-transition:  all .5s ease-in-out;
    -moz-transition:  all .5s ease-in-out;
    -ms-transition:  all .5s ease-in-out;
    -o-transition:  all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.search-box{
    float: right;
    background: #ffffff;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
    border-bottom: 3px solid #0aa4e3;
}

.search-box-offset{
    top: 30px;
}

.search-box-offset-two{
    top: 51px;
}

.search-box-wrapper input[type="text"]{
    width: 300px;
    height: 40px;
    float: left;
    padding-left: 20px;
    border-radius: 5px;
}

.search-box-wrapper button{
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    padding: 3px 10px 0 0;
}

.search-box-wrapper button i,
.search-form-wrapper button i{
    font-size: 20px;
    color: #D1D1D1;
}

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

.header-top-mobile{
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.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%;
}

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

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

.mobile-header .container{
    padding: 0;
}

.mobile-logo-area-wrapper{
    border-bottom: 1px solid #ededed;
}

.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-height: 80px;
    max-width: 220px;
}

.mobile-menu-toggle{
    margin-right: 0;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

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

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

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background: #0aa4e3 !important;
    height: 5px;
}

.hamburger-box {
    height: 40px;
}

.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.30);
}

.mobile-menu{
    margin-bottom: 5px;
    background: #07396b;
}

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

.mobile-menu li{
    list-style: none;
    border-bottom: 1px dashed rgba(232, 232, 232, 0.30);
    font-weight: 600;
    position: relative;
}

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

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

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

.mobile-menu .menu-item-has-children > a:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f078';
    padding-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
    color: #fff;
    float: right;
    margin-top: 4px;
}

.mobile-menu li a{
    display: block;
    color: #fff;
    padding: 15px 20px;
}

.mobile-menu .menu-item-has-children ul li a{
    text-transform: none;
}

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

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

.header-contact-menu-mobile{
    width: 100%;
    position: relative;
    padding: 30px 10px;
    background: #07396b;
    overflow: hidden;
}

.mobile-contact-btns{
    margin-top: 20px;
    width: 100%;
    float: left;
}

.mobile-contact-btn{
    display: block;
    float: left;
    background: #0aa4e3;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 15px;
    margin: 0 auto;
}

.quote-link-btn-wrapper{
    margin-bottom: 15px !important;
}

.quote-link-btn-wrapper,
.mobile-cart-btn-wrapper{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}

.header-contact-menu-mobile .icon-wrapper {
    width: 12%;
    margin-bottom: auto;
    margin-top: auto;
}

.header-contact-menu-mobile .icon-wrapper i{
    font-size: 30px;
    color: #0aa4e3;
}

.header-contact-menu-mobile .header-section-contact-info{
    margin: 0px 5px;
    margin-bottom: auto;
    margin-top: auto;
}

.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{
    margin: 0;
    color: #fff;
}

.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{
    font-weight: bold;
}

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

}

.header-contact-menu-mobile .contact-item a{
    color: #fff;
}


@media screen and (max-width: 1199px){
    .header-top,
    .header-one,
    .header-two,
    .header-three,
    .header-four,
    .header-five,
    .header-six,
    .header-seven,
    .header-eight,
    .header-nine,
    .header-ten,
    .header-eleven,
    .header-twelve,
    .header-thirteen,
    .header-fourteen,
    .header-fifteen,
    .header-sixteen,
    .header-seventeen,
    .navbar-collapse,
    ul.nav li.dropdown:hover > ul.dropdown-menu,
    .main-navigation,
    .masthead,
    .sticky-wrapper{
        display:none;
    }

    .mobile-header{
        display: block;
        z-index: 10;
    }

}

/*--------------------------------------------------------------
5.7 Header Styles
--------------------------------------------------------------*/
.site-title .navbar-brand{
    float: none;
    font-size: 56px;
    text-transform: lowercase;
    font-weight: bold;
    padding: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px #dbdbdb;
    color: #0aa4e3;
}

.site-title .navbar-brand:hover{
    opacity: 0.8;
}

.header-one .site-title,
.header-two .site-title,
.header-three .site-title,
.header-four .site-title,
.header-nine .site-title,
.header-ten .site-title,
.header-eleven .site-title,
.header-twelve .site-title,
.header-five .site-title,
.header-six .site-title,
.header-seven .site-title,
.header-eight .site-title,
.header-seventeen .site-title,
.header-thirteen .site-title{
    margin: 0;
}

.header-one .navigation-wrap,
.header-two .navigation-wrap,
.header-three .navigation-wrap,
.header-four .navigation-wrap,
.header-nine .navigation-wrap,
.header-ten .navigation-wrap,
.header-eleven .navigation-wrap,
.header-twelve .navigation-wrap,
.header-five .navigation-wrap,
.header-six .navigation-wrap,
.header-seven .navigation-wrap,
.header-eight .navigation-wrap,
.header-thirteen .bottom-header,
.sticky-header-wrapper .bottom-header{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-one .main-navigation,
.header-two .main-navigation,
.header-three .main-navigation,
.header-four .main-navigation,
.header-nine .main-navigation,
.header-ten .main-navigation,
.header-eleven .main-navigation,
.header-twelve .main-navigation,
.header-five .main-navigation,
.header-six .main-navigation,
.header-seven .main-navigation,
.header-eight .main-navigation,
.header-fifteen .main-navigation{
    width: auto;
    margin-right: auto;
}

.header-one .nav-icons-right,
.header-two .nav-icons-right,
.header-three .nav-icons-right,
.header-four .nav-icons-right,
.header-nine .nav-icons-right,
.header-ten .nav-icons-right,
.header-eleven .nav-icons-right,
.header-twelve .nav-icons-right,
.header-five .nav-icons-right,
.header-six .nav-icons-right,
.header-seven .nav-icons-right,
.header-eight .nav-icons-right{
    width: auto;
    margin-left: auto;
}

.header-one .navbar-nav>li:after,
.header-two .navbar-nav>li:after,
.header-three .navbar-nav>li:after,
.header-four .navbar-nav>li:after,
.header-nine .navbar-nav>li:after,
.header-ten .navbar-nav>li:after,
.header-eleven .navbar-nav>li:after,
.header-twelve .navbar-nav>li:after{
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header-one .navbar-nav>li:after{

}

.header-one .bottom-header,
.header-two .bottom-header,
.header-three .bottom-header,
.header-four .bottom-header,
.header-ten .bottom-header,
.header-eleven .bottom-header,
.header-twelve .bottom-header{
    border-radius: 8px;
}

.header-one .navbar-nav>li>a,
.header-two .navbar-nav>li>a,
.header-three .navbar-nav>li>a,
.header-four .navbar-nav>li>a,
.header-nine .navbar-nav>li>a,
.header-ten .navbar-nav>li>a,
.header-eleven .navbar-nav>li>a,
.header-twelve .navbar-nav>li>a,
.header-five .navbar-nav>li>a,
.header-six .navbar-nav>li>a,
.header-seven .navbar-nav>li>a,
.header-eight .navbar-nav>li>a{
    color: #fff;
    line-height: 22px;
}

.header-one .navbar-nav>li>a:hover,
.header-one .main-navigation .current-menu-item > a,
.header-one .main-navigation .current_page_item > a,
.header-two .navbar-nav>li>a:hover,
.header-two .main-navigation .current-menu-item > a,
.header-two .main-navigation .current_page_item > a,
.header-three .navbar-nav>li>a:hover,
.header-three .main-navigation .current-menu-item > a,
.header-three .main-navigation .current_page_item > a,
.header-four .navbar-nav>li>a:hover,
.header-four .main-navigation .current-menu-item > a,
.header-four .main-navigation .current_page_item > a,
.header-nine .navbar-nav>li>a:hover,
.header-nine .main-navigation .current-menu-item > a,
.header-nine .main-navigation .current_page_item > a,
.header-ten .navbar-nav>li>a:hover,
.header-ten .main-navigation .current-menu-item > a,
.header-ten .main-navigation .current_page_item > a,
.header-eleven .navbar-nav>li>a:hover,
.header-eleven .main-navigation .current-menu-item > a,
.header-eleven .main-navigation .current_page_item > a,
.header-twelve .navbar-nav>li>a:hover,
.header-twelve .main-navigation .current-menu-item > a,
.header-twelve .main-navigation .current_page_item > a,
.header-five .navbar-nav>li>a:hover,
.header-five .main-navigation .current-menu-item > a,
.header-five .main-navigation .current_page_item > a,
.header-six .navbar-nav>li>a:hover,
.header-six .main-navigation .current-menu-item > a,
.header-six .main-navigation .current_page_item > a,
.header-seven .navbar-nav>li>a:hover,
.header-seven .main-navigation .current-menu-item > a,
.header-seven .main-navigation .current_page_item > a,
.header-eight .navbar-nav>li>a:hover,
.header-eight .main-navigation .current-menu-item > a,
.header-eight .main-navigation .current_page_item > a{
    color: #0aa4e3;
}

.header-one .main-navigation,
.header-one .nav-icons-right,
.header-two .main-navigation,
.header-two .nav-icons-right,
.header-three .main-navigation,
.header-three .nav-icons-right,
.header-four .main-navigation,
.header-four .nav-icons-right,
.header-nine .main-navigation,
.header-nine .nav-icons-right,
.header-ten .main-navigation,
.header-ten .nav-icons-right,
.header-eleven .main-navigation,
.header-eleven .nav-icons-right,
.header-twelve .main-navigation,
.header-twelve .nav-icons-right,
.header-five .main-navigation,
.header-five .nav-icons-right,
.header-six .main-navigation,
.header-six .nav-icons-right,
.header-seven .main-navigation,
.header-seven .nav-icons-right,
.header-eight .main-navigation,
.header-eight .nav-icons-right{
    padding: 0;
}

.header-one .main-navigation .current_page_item,
.header-two .main-navigation .current_page_item,
.header-three .main-navigation .current_page_item,
.header-four .main-navigation .current_page_item,
.header-nine .main-navigation .current_page_item,
.header-ten .main-navigation .current_page_item,
.header-eleven .main-navigation .current_page_item,
.header-twelve .main-navigation .current_page_item,
.header-five .main-navigation .current_page_item,
.header-six .main-navigation .current_page_item,
.header-seven .main-navigation .current_page_item,
.header-eight .main-navigation .current_page_item{
    border-top: 3px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.header-one .navbar,
.header-two .navbar,
.header-three .navbar,
.header-four .navbar,
.header-nine .navbar,
.header-ten .navbar,
.header-eleven .navbar,
.header-twelve .navbar{
    border: 0;
}

.header-one .nav-icons-right a,
.header-two .nav-icons-right a,
.header-three .nav-icons-right a,
.header-four .nav-icons-right a,
.header-nine .nav-icons-right a,
.header-ten .nav-icons-right a,
.header-eleven .nav-icons-right a,
.header-twelve .nav-icons-right a,
.header-five .nav-icons-right a,
.header-six .nav-icons-right a,
.header-seven .nav-icons-right a,
.header-eight .nav-icons-right a{
    color: #fff;
}

.header-one .nav-icons-right a:hover,
.header-two .nav-icons-right a:hover,
.header-three .nav-icons-right a:hover,
.header-four .nav-icons-right a:hover,
.header-nine .nav-icons-right a:hover,
.header-ten .nav-icons-right a:hover,
.header-eleven .nav-icons-right a:hover,
.header-twelve .nav-icons-right a:hover,
.header-five .nav-icons-right a:hover,
.header-six .nav-icons-right a:hover,
.header-seven .nav-icons-right a:hover,
.header-eight .nav-icons-right a:hover{
    color: #0aa4e3;
}

.header-one .main-navigation,
.header-two .main-navigation,
.header-five .main-navigation,
.header-six .main-navigation,
.header-nine .main-navigation,
.header-ten .main-navigation{
 width: 75%;;
}

.header-one .nav-icons-right,
.header-two .nav-icons-right,
.header-five .nav-icons-right,
.header-six .nav-icons-right,
.header-nine .nav-icons-right,
.header-ten .nav-icons-right,
.header-fifteen .nav-icons-right{
  width: 25%;
}

.header-three .main-navigation,
.header-four .main-navigation,
.header-seven .main-navigation,
.header-eight .main-navigation,
.header-eleven .main-navigation,
.header-twelve .main-navigation{
    width: 70%;
}

.header-three .nav-icons-right,
.header-four .nav-icons-right,
.header-seven .nav-icons-right,
.header-eight .nav-icons-right,
.header-eleven .nav-icons-right,
.header-twelve .nav-icons-right{
    width: 30%;
}

.header-fifteen .call-info,
.header-sixteen .call-info,
.header-fifteen .address-info,
.header-sixteen .address-info{
    width: 20%;
}

.header-fifteen .logo-title-wrap,
.header-sixteen .logo-title-wrap{
    width: 60%;
}

.header-fifteen .logo-wrap,
.header-sixteen .logo-wrap{
    margin: 0 auto;
}

.header-fifteen .main-navigation,
.header-sixteen .main-navigation{
    width: 90%;
}

.header-fifteen .nav-icons-right,
.header-sixteen .nav-icons-right{
    width: 10%;
}

.logo-contact-row{
    padding: 10px 0;
    margin: 20px 0 40px;
}

.header-one .logo-contact-row,
.header-two .logo-contact-row,
.header-three .logo-contact-row,
.header-four .logo-contact-row,
.header-five .logo-contact-row,
.header-six .logo-contact-row,
.header-seven .logo-contact-row,
.header-eight .logo-contact-row,
.header-nine .logo-contact-row,
.header-ten .logo-contact-row,
.header-eleven .logo-contact-row,
.header-twelve .logo-contact-row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-one .logo-title-wrap,
.header-two .logo-title-wrap,
.header-three .logo-title-wrap,
.header-four .logo-title-wrap,
.header-five .logo-title-wrap,
.header-six .logo-title-wrap,
.header-seven .logo-title-wrap,
.header-eight .logo-title-wrap,
.header-nine .logo-title-wrap,
.header-ten .logo-title-wrap,
.header-eleven .logo-title-wrap,
.header-twelve .logo-title-wrap,
.header-thirteen .logo-wrap{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
}

.header-one .contact-wrapper,
.header-two .contact-wrapper,
.header-three .contact-wrapper,
.header-four .contact-wrapper,
.header-six .contact-wrapper,
.header-seven .contact-wrapper,
.header-eight .contact-wrapper,
.header-nine .contact-wrapper,
.header-ten .contact-wrapper,
.header-eleven .contact-wrapper,
.header-twelve .contact-wrapper,
.header-thirteen .main-navigation,
.header-thirteen .nav-icons-right,
.sticky-header-wrapper .main-navigation,
.sticky-header-wrapper .nav-icons-right{
    margin-top: auto;
    margin-bottom: auto;
}

.header-one .header-contact-info .icon-wrapper,
.header-two .header-contact-info .icon-wrapper,
.header-three .header-contact-info .icon-wrapper,
.header-four .header-contact-info .icon-wrapper,
.header-nine .header-contact-info .icon-wrapper,
.header-ten .header-contact-info .icon-wrapper,
.header-eleven .header-contact-info .icon-wrapper,
.header-twelve .header-contact-info .icon-wrapper,
.header-five .header-contact-info .icon-wrapper,
.header-six .header-contact-info .icon-wrapper,
.header-seven .header-contact-info .icon-wrapper,
.header-eight .header-contact-info .icon-wrapper,
.header-fifteen .header-contact-info .icon-wrapper{
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    -webkit-transition:  all .6s ease-in-out;
    -moz-transition:  all .6s ease-in-out;
    -ms-transition:  all .6s ease-in-out;
    -o-transition:  all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: auto;
    margin-bottom: auto;
}

.header-one .icon-wrapper i,
.header-two .icon-wrapper i,
.header-three .icon-wrapper i,
.header-four .icon-wrapper i,
.header-nine .icon-wrapper i,
.header-ten .icon-wrapper i,
.header-eleven .icon-wrapper i,
.header-twelve .icon-wrapper i,
.header-five .icon-wrapper i,
.header-six .icon-wrapper i,
.header-seven .icon-wrapper i,
.header-eight .icon-wrapper i,
.header-fifteen .icon-wrapper i{
    font-size: 24px;
    color: #0aa4e3;
    line-height: 1.0;
}

.header-one .header-contact-info .hcontact-info,
.header-two .header-contact-info .hcontact-info,
.header-three .header-contact-info .hcontact-info,
.header-four .header-contact-info .hcontact-info,
.header-nine .header-contact-info .hcontact-info,
.header-ten .header-contact-info .hcontact-info,
.header-eleven .header-contact-info .hcontact-info,
.header-twelve .header-contact-info .hcontact-info,
.header-five .header-contact-info .hcontact-info,
.header-six .header-contact-info .hcontact-info,
.header-seven .header-contact-info .hcontact-info,
.header-eight .header-contact-info .hcontact-info,
.header-fifteen .header-contact-info .hcontact-info{
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}

.header-one .hcontact-info,
.header-two .hcontact-info,
.header-three .hcontact-info,
.header-four .hcontact-info,
.header-nine .hcontact-info,
.header-ten .hcontact-info,
.header-eleven .hcontact-info,
.header-twelve .hcontact-info{
    position: relative;
}

.header-one .contact-wrapper .icon-contact-item:last-child:after,
.header-two .contact-wrapper .icon-contact-item:last-child:after,
.header-three .contact-wrapper .icon-contact-item:last-child:after,
.header-four .contact-wrapper .icon-contact-item:last-child:after,
.header-nine .contact-wrapper .icon-contact-item:last-child:after,
.header-ten .contact-wrapper .icon-contact-item:last-child:after,
.header-eleven .contact-wrapper .icon-contact-item:last-child:after,
.header-twelve .contact-wrapper .icon-contact-item:last-child:after{
    content: none;
}

.header-one .logo-title-wrap,
.header-two .logo-title-wrap,
.header-three .logo-title-wrap,
.header-four .logo-title-wrap,
.header-nine .logo-title-wrap,
.header-ten .logo-title-wrap,
.header-eleven .logo-title-wrap,
.header-twelve .logo-title-wrap,
.header-five .logo-title-wrap,
.header-six .logo-title-wrap,
.header-seven .logo-title-wrap,
.header-eight .logo-title-wrap{
    text-align: left;
    float: left;
}

.header-one .header-contact-info h1,
.header-one .header-contact-info h2,
.header-one .header-contact-info h3,
.header-one .header-contact-info h4,
.header-one .header-contact-info h5,
.header-one .header-contact-info h6,
.header-two .header-contact-info h1,
.header-two .header-contact-info h2,
.header-two .header-contact-info h3,
.header-two .header-contact-info h4,
.header-two .header-contact-info h5,
.header-two .header-contact-info h6,
.header-three .header-contact-info h1,
.header-three .header-contact-info h2,
.header-three .header-contact-info h3,
.header-three .header-contact-info h4,
.header-three .header-contact-info h5,
.header-three .header-contact-info h6,
.header-four .header-contact-info h1,
.header-four .header-contact-info h2,
.header-four .header-contact-info h3,
.header-four .header-contact-info h4,
.header-four .header-contact-info h5,
.header-four .header-contact-info h6,
.header-nine .header-contact-info h1,
.header-nine .header-contact-info h2,
.header-nine .header-contact-info h3,
.header-nine .header-contact-info h4,
.header-nine .header-contact-info h5,
.header-nine .header-contact-info h6,
.header-ten .header-contact-info h1,
.header-ten .header-contact-info h2,
.header-ten .header-contact-info h3,
.header-ten .header-contact-info h4,
.header-ten .header-contact-info h5,
.header-ten .header-contact-info h6,
.header-eleven .header-contact-info h1,
.header-eleven .header-contact-info h2,
.header-eleven .header-contact-info h3,
.header-eleven .header-contact-info h4,
.header-eleven .header-contact-info h5,
.header-eleven .header-contact-info h6,
.header-twelve .header-contact-info h1,
.header-twelve .header-contact-info h2,
.header-twelve .header-contact-info h3,
.header-twelve .header-contact-info h4,
.header-twelve .header-contact-info h5,
.header-twelve .header-contact-info h6,
.header-five .header-contact-info h1,
.header-five .header-contact-info h2,
.header-five .header-contact-info h3,
.header-five .header-contact-info h4,
.header-five .header-contact-info h5,
.header-five .header-contact-info h6,
.header-six .header-contact-info h1,
.header-six .header-contact-info h2,
.header-six .header-contact-info h3,
.header-six .header-contact-info h4,
.header-six .header-contact-info h5,
.header-six .header-contact-info h6,
.header-seven .header-contact-info h1,
.header-seven .header-contact-info h2,
.header-seven .header-contact-info h3,
.header-seven .header-contact-info h4,
.header-seven .header-contact-info h5,
.header-seven .header-contact-info h6,
.header-eight .header-contact-info h1,
.header-eight .header-contact-info h2,
.header-eight .header-contact-info h3,
.header-eight .header-contact-info h4,
.header-eight .header-contact-info h5,
.header-eight .header-contact-info h6,
.header-fifteen .header-contact-info h1,
.header-fifteen .header-contact-info h2,
.header-fifteen .header-contact-info h3,
.header-fifteen .header-contact-info h4,
.header-fifteen .header-contact-info h5,
.header-fifteen .header-contact-info h6{
    font-weight: bold;
    margin: 0;
}


.header-one .header-contact-info p,
.header-two .header-contact-info p,
.header-three .header-contact-info p,
.header-four .header-contact-info p,
.header-nine .header-contact-info p,
.header-ten .header-contact-info p,
.header-eleven .header-contact-info p,
.header-twelve .header-contact-info p,
.header-five .header-contact-info p,
.header-six .header-contact-info p,
.header-seven .header-contact-info p,
.header-eight .header-contact-info p,
.header-fifteen .header-contact-info p{
    margin: 0;
}

.header-one .header-contact-info,
.header-two .header-contact-info,
.header-three .header-contact-info,
.header-four .header-contact-info,
.header-nine .header-contact-info,
.header-ten .header-contact-info,
.header-eleven .header-contact-info,
.header-twelve .header-contact-info,
.header-five .header-contact-info,
.header-six .header-contact-info,
.header-seven .header-contact-info,
.header-eight .header-contact-info,
.header-fifteen .header-contact-info{
    padding-top: 15px;
    float: right;
    margin: 0 15px;
    position: relative;
    display: flex;
}

.header-one .quote-link-btn,
.header-two .quote-link-btn,
.header-four .quote-link-btn,
.header-nine .quote-link-btn,
.header-ten .quote-link-btn,
.header-twelve .quote-link-btn,
.header-five .quote-link-btn,
.header-six .quote-link-btn,
.header-seven .quote-link-btn{
    padding: 15px;
    background: #0aa4e3;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
    position: relative;
}

.quote-link-btn:hover{
    opacity: 0.8;
}

.header-one .quote-link-btn-before{
    content: "";
    display: inline-block;
    height: 70px;
    background: #0aa4e3;
    width: 20px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    position: absolute;
    bottom: -10px;
    left: -12px;
}

.header-one .header-contact-social,
.header-two .header-contact-social,
.header-three .header-contact-social,
.header-nine .header-contact-social,
.header-ten .header-contact-social,
.header-eleven .header-contact-social,
.header-five .header-contact-social,
.header-six .header-contact-social,
.header-eight .header-contact-social{
    position: relative;
    margin-right: 0;
}

.header-one .header-contact-social ul,
.header-two .header-contact-social ul,
.header-three .header-contact-social ul,
.header-nine .header-contact-social ul,
.header-ten .header-contact-social ul,
.header-eleven .header-contact-social ul,
.header-five .header-contact-social ul,
.header-six .header-contact-social ul,
.header-eight .header-contact-social ul{
    list-style: none;
    padding: 0;
    direction: ltr !important;
    text-align: center;
    margin: 0;
}

.header-one .header-contact-social ul li,
.header-two .header-contact-social ul li,
.header-three .header-contact-social ul li,
.header-nine .header-contact-social ul li,
.header-ten .header-contact-social ul li,
.header-eleven .header-contact-social ul li,
.header-five .header-contact-social ul li,
.header-six .header-contact-social ul li,
.header-eight .header-contact-social ul li{
    display: inline-block;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 3px;
    background: #f9f9f9;
}

.header-one .header-contact-social ul li a,
.header-two .header-contact-social ul li a,
.header-three .header-contact-social ul li a,
.header-nine .header-contact-social ul li a,
.header-ten .header-contact-social ul li a,
.header-eleven .header-contact-social ul li a,
.header-five .header-contact-social ul li a,
.header-six .header-contact-social ul li a,
.header-eight .header-contact-social ul li a{
    display: block;
    color: #929292;
}

.header-one .header-contact-social ul li a:before,
.header-two .header-contact-social ul li a:before,
.header-three .header-contact-social ul li a,
.header-nine .header-contact-social ul li a:before,
.header-ten .header-contact-social ul li a:before,
.header-eleven .header-contact-social ul li a:before,
.header-five .header-contact-social ul li a:before,
.header-six .header-contact-social ul li a:before,
.header-eight .header-contact-social ul li a:before{
    font-size: 16px;
}

.header-one .header-contact-social ul li:hover,
.header-three .header-contact-social ul li:hover,
.header-nine .header-contact-social ul li:hover,
.header-ten .header-contact-social ul li:hover,
.header-eleven .header-contact-social ul li:hover,
.header-five .header-contact-social ul li:hover,
.header-six .header-contact-social ul li:hover,
.header-eight .header-contact-social ul li:hover{
    background: #0aa4e3;
}

.header-one .header-contact-social ul li:hover > a,
.header-three .header-contact-social ul li:hover > a,
.header-nine .header-contact-social ul li:hover > a,
.header-ten .header-contact-social ul li:hover > a,
.header-eleven .header-contact-social ul li:hover > a,
.header-five .header-contact-social ul li:hover > a,
.header-six .header-contact-social ul li:hover > a,
.header-eight .header-contact-social ul li:hover > a{
    color: #fff;
}

.header-one .header-contact-social ul li a img,
.header-three .header-contact-social ul li a img,
.header-two .header-contact-social ul li a img,
.header-nine .header-contact-social ul li a img,
.header-ten .header-contact-social ul li a img,
.header-eleven .header-contact-social ul li a img,
.header-five .header-contact-social ul li a img,
.header-six .header-contact-social ul li a img,
.header-eight .header-contact-social ul li a img{
    max-width: 30px;
}

.header-one .header-container,
.header-two .header-container,
.header-three .header-container,
.header-four .header-container,
.header-nine .header-container,
.header-ten .header-container,
.header-eleven .header-container,
.header-twelve .header-container{
    position: relative;
}

.header-one .navigation-row,
.header-two .navigation-row,
.header-three .navigation-row,
.header-four .navigation-row,
.header-nine .navigation-row,
.header-ten .navigation-row,
.header-eleven .navigation-row,
.header-twelve .navigation-row{
    position: absolute;
    width: 100%;
    bottom: -30px;
    z-index: 10;
    padding: 0 15px;
}

.header-one .bottom-header,
.header-two .bottom-header,
.header-three .bottom-header,
.header-four .bottom-header,
.header-nine .bottom-header,
.header-ten .bottom-header,
.header-eleven .bottom-header,
.header-twelve .bottom-header{
    background: #07396b;
}

.header-one .bottom-header > .nav-icons-right,
.header-two .bottom-header > .nav-icons-right,
.header-three .bottom-header > .nav-icons-right,
.header-four .bottom-header > .nav-icons-right,
.header-nine .bottom-header > .nav-icons-right,
.header-ten .bottom-header > .nav-icons-right,
.header-eleven .bottom-header > .nav-icons-right,
.header-twelve .bottom-header > .nav-icons-right{
    overflow: hidden;
    padding-left: 20px;
}

.header-one .cart-icon,
.header-two .cart-icon,
.header-three .cart-icon,
.header-four .cart-icon,
.header-nine .cart-icon,
.header-ten .cart-icon,
.header-eleven .cart-icon,
.header-twelve .cart-icon{
    margin-left: 0;
}

.contact-wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 0;
}


.header-thirteen{
    padding: 20px 15px;
}

.header-thirteen .main-navigation .current-menu-item > a,
.header-thirteen .main-navigation .current_page_item > a{
    color: #0aa4e3;
}

.header-thirteen .nav-icons-right a:hover {
    color: #0aa4e3;
}

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

.header-thirteen .nav-cart-badge{
    left: 15px;
}

.header-thirteen .cart-icon{
    position: relative;
}

.header-thirteen .navbar-nav{
    float: right;
}

.header-thirteen .bottom-header{
    padding: 0px 15px;
}

.header-five .navigation-row,
.header-six .navigation-row,
.header-seven .navigation-row,
.header-eight .navigation-row{
    background: #07396b;
}

.header-five .navbar-nav>li>a,
.header-six .navbar-nav>li>a,
.header-seven .navbar-nav>li>a,
.header-eight .navbar-nav>li>a{
    padding: 22px 18px;
    font-weight: 700;
}

.header-five .navbar-nav>li,
.header-six .navbar-nav>li,
.header-seven .navbar-nav>li,
.header-eight .navbar-nav>li{
    border-top: none;
}

.header-five .quote-link-btn,
.header-six .quote-link-btn,
.header-seven .quote-link-btn{
    padding: 25px;
    font-weight: 700;
    height: 100%;
    line-height: 32px;
}

.header-five .nav-icons-right a,
.header-six .nav-icons-right a,
.header-seven .nav-icons-right a,
.header-eight .nav-icons-right a{
    padding: 18px;
    height: 100%;
}

.header-five .nav-cart-badge,
.header-six .nav-cart-badge,
.header-seven .nav-cart-badge,
.header-eight .nav-cart-badge{
    top: 10px;
    right: 5px;
}


.header-six .quote-link-btn,
.header-four .quote-link-btn,
.header-two .quote-link-btn,
.header-seven .quote-link-btn,
.header-ten .quote-link-btn,
.header-twelve .quote-link-btn{
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 8px;
}

.header-six .header-contact-social ul li,
.header-two .header-contact-social ul li,
.header-ten .header-contact-social ul li{
    background: none;
    padding-top: 5px;
}

.header-six .header-contact-social ul li a,
.header-two .header-contact-social ul li a,
.header-ten .header-contact-social ul li a{
    padding: 0;
    color: #fff;
}

.header-six .header-contact-social ul li:hover,
.header-six .header-contact-social ul li a:hover,
.header-two .header-contact-social ul li:hover,
.header-two .header-contact-social ul li a:hover,
.header-ten .header-contact-social ul li:hover,
.header-ten .header-contact-social ul li a:hover{
    background: none;
}

.header-six .header-contact-social ul li a:hover,
.header-two .header-contact-social ul li a:hover,
.header-ten .header-contact-social ul li a:hover{
    color: #0aa4e3 !important;
}

.header-six .nav-icons-right a:hover,
.header-seven .nav-icons-right a:hover,
.header-seventeen .nav-icons-right a:hover{
    color: #0aa4e3;
}

.header-six .header-contact-social ul li{
    border-radius: 0;
}

.header-six .nav-icons-right a {
    padding: 20px 15px;
}

.header-six .cart-icon,
.header-seven .cart-icon,
.header-eight .cart-icon,
.header-fifteen .cart-icon,
.header-seventeen .cart-icon{
    position: relative;
}

.header-six .nav-cart-badge,
.header-seven .nav-cart-badge{
    right: 0;
}

.header-two .header-contact-social ul,
.header-six .header-contact-social ul,
.header-ten .header-contact-social ul{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 5px;
}

.header-twelve .bottom-header h1,
.header-twelve .bottom-header h2,
.header-twelve .bottom-header h3,
.header-twelve .bottom-header h4,
.header-twelve .bottom-header h5,
.header-twelve .bottom-header h6,
.header-twelve .bottom-header .hcontact-info,
.header-eleven .bottom-header h1,
.header-eleven .bottom-header h2,
.header-eleven .bottom-header h3,
.header-eleven .bottom-header h4,
.header-eleven .bottom-header h5,
.header-eleven .bottom-header h6,
.header-eleven .bottom-header .hcontact-info,
.header-seven .bottom-header h1,
.header-seven .bottom-header h2,
.header-seven .bottom-header h3,
.header-seven .bottom-header h4,
.header-seven .bottom-header h5,
.header-seven .bottom-header h6,
.header-seven .bottom-header .hcontact-info,
.header-eight .bottom-header h1,
.header-eight .bottom-header h2,
.header-eight .bottom-header h3,
.header-eight .bottom-header h4,
.header-eight .bottom-header h5,
.header-eight .bottom-header h6,
.header-eight .bottom-header .hcontact-info,
.header-three .bottom-header h1,
.header-three .bottom-header h2,
.header-three .bottom-header h3,
.header-three .bottom-header h4,
.header-three .bottom-header h5,
.header-three .bottom-header h6,
.header-three .bottom-header .hcontact-info,
.header-four .bottom-header h1,
.header-four .bottom-header h2,
.header-four .bottom-header h3,
.header-four .bottom-header h4,
.header-four .bottom-header h5,
.header-four .bottom-header h6,
.header-four .bottom-header .hcontact-info{
    color: #fff;
}


.header-three .bottom-header .header-contact-info,
.header-four .bottom-header .header-contact-info,
.header-seven .bottom-header .header-contact-info,
.header-eight .bottom-header .header-contact-info,
.header-eleven .bottom-header .header-contact-info,
.header-twelve .bottom-header .header-contact-info{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    margin-top: 15px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 5px;
}

.header-three .bottom-header .header-contact-info .icon-wrapper,
.header-four .bottom-header .header-contact-info .icon-wrapper,
.header-seven .bottom-header .header-contact-info .icon-wrapper,
.header-eight .bottom-header .header-contact-info .icon-wrapper,
.header-eleven .bottom-header .header-contact-info .icon-wrapper,
.header-twelve .bottom-header .header-contact-info .icon-wrapper{
    padding: 8px 0;
}


.header-seven .nav-icons-right a{
    padding: 20px 15px;
}

.header-four .quote-link-btn:before,
.header-two .quote-link-btn:before,
.header-nine .quote-link-btn:before,
.header-twelve .quote-link-btn:before,
.header-ten .quote-link-btn:before{
    content: none;
}

.header-two .header-contact-social,
.header-ten .header-contact-social{
    padding-top: 8px;
}


.header-three .bottom-header .header-contact-info,
.header-four .bottom-header .header-contact-info,
.header-eleven .bottom-header .header-contact-info,
.header-twelve .bottom-header .header-contact-info{
    margin-top: 5px;
}


.header-ten .navigation-row,
.header-eleven .navigation-row,
.header-twelve .navigation-row{
    bottom: -50px;
}

.header-nine .navigation-row{
    bottom: -56px;
}

.header-nine .logo-contact-row,
.header-ten .logo-contact-row,
.header-eleven .logo-contact-row,
.header-twelve .logo-contact-row{
    margin: 20px 0 35px;
}

.header-thirteen .logo-wrap,
.sticky-header-wrapper .logo-wrap{
    max-width: 300px;
    margin-right: auto;
}

.header-fourteen{
    background: rgba(255, 255, 255, 0.5);
}

.header-fifteen .logo-contact-row{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 0;
}

.header-fifteen .call-info{
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.header-fifteen .address-info{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.header-fifteen .logo-title-wrap{
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.header-fifteen .logo-wrap {
    max-width: 300px;
}

.header-fifteen .navigation-wrap,
.header-seventeen .navigation-wrap{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-fifteen .navigation-row {
    border-bottom: 1px solid rgba(241, 241, 241, 0.4);
    border-top: 1px solid rgba(241, 241, 241, 0.4);
}


.header-fifteen .navigation-wrap {
    text-transform: uppercase;
}

.header-fifteen .navbar-nav>li:first-child {
    border-left: 1px solid rgba(241, 241, 241, 0.4);
}

.header-fifteen .navbar-nav>li {
    border-right: 1px solid rgba(241, 241, 241, 0.4);
    margin-right: 2px;
    border-top: 3px solid transparent;
    border-top-width: 0px;
}

.header-fifteen .navbar-nav>li>a {
    padding: 13px 30px;
    font-weight: 700;
    line-height: 25px;
}

.header-fifteen .navbar{
    border-width: 0;
    margin-bottom: 0;
}

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

.header-fifteen .nav-icons-right a:hover {
    color: #0aa4e3;
}

.header-fifteen .logo-contact-row {
    margin: 20px 0 35px;
}


.header-one,
.header-two,
.header-three,
.header-four,
.header-five,
.header-six,
.header-seven,
.header-eight,
.header-nine,
.header-ten,
.header-eleven,
.header-twelve,
.header-thirteen,
.header-fourteen,
.header-fifteen,
.header-sixteen,
.header-seventeen{
    position: relative;
    z-index: 10;
}

.header-seventeen .navigation-row{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.header-seventeen .logo-title-wrap{
    max-width: 200px;
}

.header-seventeen .logo-title-wrap,
.header-seventeen .main-navigation,
.header-seventeen .nav-icons-right{
    margin-bottom: auto;
    margin-top: auto;
}

.header-seventeen .logo-title-wrap,
.header-seventeen .main-navigation{
    margin-right: auto;
}

.header-seventeen .site-title{
    margin: 0;
}

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

.header-seventeen .nav-icons-right{
    padding: 0;
    margin-left: auto;
}

.header-seventeen .quote-link-btn{
    background: #0aa4e3;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
    border-radius: 8px;
}

.header-one .logo-title-wrap,
.header-five .logo-title-wrap,
.header-nine .logo-title-wrap{
    width: 20%;
    margin-left: 0;
    margin-right: auto;
}

.header-two .main-navigation,
.header-two .bottom-header > .nav-icons-right,
.header-ten .main-navigation,
.header-ten .bottom-header > .nav-icons-right{
    width: auto;
}

.header-seventeen .logo-title-wrap,
.header-seventeen .main-navigation,
.header-seventeen .nav-icons-right{
    margin-bottom: auto;
    margin-top: auto;
}

.header-seventeen{
    padding: 10px 0;
}




/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Widget Area
--------------------------------------------------------------*/
.footer-area {
    min-height: 300px;
    color: #F7F7F7;
    background: #07396b;
}

.footer-area-inner {
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer-widgets {
    clear: none;
}

.footer-area a{
    color: #F7F7F7;
}

.footer-area a:hover{
    color: #0aa4e3 !important;
}

.footer-widget-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
6.2 Copyright Area
--------------------------------------------------------------*/
.site-info-wrapper {
    background: #07396b;
    color: #fff;
    display: -webkit-flex;
    display: flex;
}

.site-info {
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 15px;
}

.site-info .row{
    display: -webkit-flex;
    display: flex;
}

.site-info .row .site-info-inner,
.site-info .row .footer-menu {
    margin-bottom: auto;
    margin-top: auto;
}

.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;
}

.site-info .social-menu li a:hover{
    color: #fff;
}

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

.site-info .footer-nav-menu{
    list-style: none;
    text-align: right;
    float: right;
    display: inline-block;
}

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

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

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

.site-info .footer-nav-menu li::before {
    content: "|";
    color: #7D7D7D;
    padding-right: 8px;
}

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

@media screen and (max-width: 800px){
    .footer-nav-menu,
    .footer-menu-wrapper,
    .social-menu-wrapper,
    .social-menu,
    .site-info-inner,
    .footer-menu ul{
        text-align: center;
        float: none;
    }

    .site-footer{
        position: relative !important;
    }

    .fixed-footer-set{
        display: none !important;
    }

    .site-info .row {
        flex-direction: column;
    }

    .site-info .row .site-info-inner{
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
#secondary .widget,
.shop-secondary .widget{
    margin: 0 0 64px;
}

.widget {
    margin: 0 0 10px;
}

#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 button {
    display: none;
}

.widget_search input[type="text"]{
    width: 100%;
}

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

.widget-title {
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700;
}

.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_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_nav_menu ul li{
    margin: 0 0 0 22px;
}

.widget_recent_entries li a:before,
.widget_recent_comments li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_nav_menu ul li a:before{
    display: block;
    float: left;
    margin-left: -20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #BFBFBF;
}

.widget_recent_entries li a:before { content: "\f044"; }
.widget_recent_comments li a:before { content: "\f0e6"; }
.widget_archive li a:before { content: "\f187"; }
.widget_nav_menu ul li a:before{content: "\f101"; }

.widget_categories li a:before{
    content: "\f054";
}

.widget_tag_cloud a{
    display: inline-block;
    background: #FCFCFC;
    padding: 5px 8px;
    margin-bottom: 3px;
    border: 1px solid #F3F3F3;
}

.widget_tag_cloud a:hover{
    background: #0aa4e3;
    color: #fff;
    padding: 8px 12px;
}

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

.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{
    font-weight: normal;
}

.opening-hours-wid li i,
.company-info-wid li i{
    color: #0aa4e3;
    padding-right: 8px;
    font-size: 20px;
}

.opening-hours-wid .opening-hrs-item{
  display: flex;
}

.opening-hours-wid .opening-details-wrapper{
  width: 95%;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.opening-hours-wid .opening-time{
  margin-left: auto;
}

.opening-hours-wid .opening-icon{
  margin-top: auto;
  margin-bottom: auto;
}

.recent-post-item{
    list-style-type: none;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
    margin-left: 0;
    border-bottom: 1px dashed #e6e6e6;
}

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

.recent-post-title a{
    color: #444444;
    font-weight: 700;
}

.recent-post-img{
    float:left;
    margin-right:14px;
    overflow: hidden;
}

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

.recent-post-img: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);
}

.recent-post-text{
    overflow:hidden;
}

.recent-post-date,
.popular-post-comments{
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem;
    color: #6C6868;
}

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

.social-widget-item a{
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 24px;
    background: #0aa4e3;
    -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;
    vertical-align: middle;
}

.social-widget .social-fb a:hover{
    background: #3C599F;
}

.social-widget .social-tw a:hover{
    background: #32CCFE;
}
.social-widget .social-gp a:hover{
    background: #CF3D2E;
}
.social-widget .social-insta a:hover{
    background: #A1755C;
}
.social-widget .social-tb a:hover{
    background: #314E6C;
}
.social-widget .social-li a:hover{
    background: #0085AE;
}
.social-widget .social-yt a:hover{
    background: #C52F30;
}
.social-widget .social-fr a:hover{
    background: #FF0084;
}
.social-widget .social-vo a:hover{
    background: #266484;
}
.social-widget .social-pn a:hover{
    background: #3C599F;
}

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

.social-widget-item a:hover{
    opacity: 0.75;
    padding: 0;
    color: #fff;
}

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

@media screen and (max-width: 800px){
    .opening-hours-wid li span {
        float: none;
        padding-left: 5px;
    }

    .widget {
        margin: 0 0 30px;
    }

}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content-wrapper{
    z-index: 2;
    position: relative;
    background: #fff;
}

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

.site-wrap .header-top,
.site-wrap .header-one,
.site-wrap .header-two,
.site-wrap .header-three,
.site-wrap .header-four,
.site-wrap .header-five,
.site-wrap .header-six,
.site-wrap .header-seven,
.site-wrap .header-eight,
.site-wrap .header-nine,
.site-wrap .header-ten,
.site-wrap .header-eleven,
.site-wrap .header-twelve,
.site-wrap .header-thirteen,
.site-wrap .header-fourteen,
.site-wrap .header-fifteen,
.site-wrap .header-sixteen{
    background: #fff;
}



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

.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 {
    float: left;
    width: 50%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

.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: #0aa4e3;
  color: #fff;
  box-shadow: none;
}

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

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

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

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.article-wrapper{
    margin-bottom: 60px;
    clear: both;
}

.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;
}

.video-featured-index iframe{
    width: 100%;
}

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

.archive .article-content-wrapper,
.page .article-content-wrapper{
    margin-bottom: 100px;
}

.entry-header{
    position: relative;
}

.sticky-post{
    position: absolute;
    right: 0px;
    color: #0aa4e3;
}

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

.entry-title a {
    color: #444444;
    font-weight: 700;
}

.entry-title a:hover,
.entry-meta a:hover{
    color: #0aa4e3;
}

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

.entry-meta span{
    padding-right: 8px;
    font-weight: 600;
}

.entry-meta i{
    color: #0aa4e3;
    font-size: 12px;
    padding-right: 3px;
}

.entry-meta a{
    color: #969696;
    font-weight: 300;
}

.entry-meta .comments-link i{
    padding-right: 5px;
}

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

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

.blog-index-featured {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.blog-featured-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    z-index: 1000;
    transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
}

.blog-index-featured:hover .blog-featured-img-overlay{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition:opacity .6s ease-in-out;
}

.posts-navigation a{
    text-transform: uppercase;
}

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

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

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

.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 .entry-meta{
    margin-top: 30px;
}

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

.tags-links {
    color: #767676;
}

.tags-links h6{
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}

.single-post .post-navigation {
    padding: 20px 0;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
}

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

.single-post .post-navigation a:hover{
    color: #0aa4e3;
}

.single-post .nav-previous a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f100';
    color: #B4B4B4;
    font-size: 12px;
    padding-right: 5px;
}

.single-post .nav-next a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f101';
    color: #B4B4B4;
    font-size: 12px;
    padding-left: 5px;
}

.single-post .cat-links a{
    font-weight: 600;
}

.post-tag-share{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #e6e6e6;
}

/*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: left;
    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;
    -ms-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;
}

.share-bar ul li:hover > a,
.author-name a:hover,
.author_soclinks li a:hover{
    color: #0aa4e3;
}

/*Author Box */
.author-box{
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    padding: 20px 0;
    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: 20px;
}

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

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

.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 100px;
    float: left;
}

.related-posts{
    padding: 0;
}

.related-posts ul li{
    display:inline-block;
    padding-top: 15px;
    padding-left: 0;
}

.related-posts h4{
    margin-bottom: 20px;
    font-weight: 700;
}

.related-posts ul{
    margin: 0;
    padding: 0;
}

.related-thumbnail{
    overflow: hidden;
    position: relative;
}

.related-img-wrapper{
    overflow: hidden;
}

.related-thumbnail a img{
    width: 100%;
    height: auto;
    -webkit-transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    -o-transition:  all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.related-thumbnail a img:hover{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -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;
}

.related-date{
    text-align: center;
    font-size: 14px;
    color: #c9c9c9;
}

/*Author Archive page */
.page-header{
    border: none;
    margin: 20px 0 20px;
}

/*Archive Pages */
.category .page-header{
    margin: 60px 0 20px;
}

.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-weight: 700;
    font-size: 25px;
    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;
    border-bottom: 1px dashed #d2d2d2;
}

.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 .comment-name{
    font-weight: 700;
    color: #222;
    font-size: 16px;
    padding-right: 15px;
    display: block;
}

.comment-body .comment-date{
    font-size: 12px;
}

.comment-reply{
    padding-top: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comments-area .comment-reply-title{
    font-weight: 700;
    font-size: 25px;
}

.comment-respond{
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}


.comment-form textarea {
    line-height: 1.13em;
    width: 100%;
}

.comment-form label {
    display: block;
    color: #222;
    font-weight: 700;
}

.comment-form .comment-field{
    padding: 0;
}

.comment-form input[type="submit"]{
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease-in-out 0s;
}

.required { color: #0aa4e3; }

.comment-awaiting-moderation {
    padding: .6rem 1rem;
    margin: 1rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    font-style: italic;
}

.comment-author-img img{
    width: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}


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

    .comment-body{
        padding-top: 10px;
    }

    .comment-author-img img{
        margin: 0;
        display: inline-block;
    }
}

/*--------------------------------------------------------------
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%;
    background: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    padding-right: 35px;
}

.search-content .entry-title {
    display: inline-block;
    margin: 15px 0;
}

.search-content .result-icon {
    background: #0aa4e3;
    color: #fff;
    border-radius: 50%;
    padding: 8px 5px;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    height: 30px;
    line-height: 8px;
    text-align: center;
    font-weight: 600;
}

.search-content .search-type{
    margin-left: -8px;
}

.search .content-area,
.blog .content-area{
    padding-top: 80px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
10.4 404
--------------------------------------------------------------*/
/* 404 Page */
.notfound-wrapper{
    margin-bottom: -10px;
}

.notfoundheader{
    font-size: 300px;
    letter-spacing: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #838383;
}

.notfoundcontent{
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}

.notfoundcontent .searchform input[type="text"]{
    width: 100%;
}

.notfoundcontent .searchform button{
    display: none;
}

.home-btn{
    text-transform: uppercase;
    background: #0aa4e3;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}

.home-btn:hover{
    opacity: 0.8;
    color: #fff;

}

.home-btn-wrapper{
    padding: 50px 0;
}

@media screen and (max-width: 800px){
    .notfoundheader{
        font-size: 100px;
    }
}

/*--------------------------------------------------------------
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;
}

.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 Portfolio
--------------------------------------------------------------*/
.portfolio-col-item{
    padding-bottom: 30px;
    position: relative;
}

.portfolio-col-item img{
    width: 100%;
}

.portfolio-slider .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.portfolio-col-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0aa4e3;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    z-index: 1000;
    transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
}

.portfolio-col-img-wrapper:hover .portfolio-col-img-overlay{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition:opacity .6s ease-in-out;
}

.portfolio-carousel .owl-dots{
    display: none;
}

.portfolio-col-img-wrapper{
    position: relative;
}

.portfolio-item-title{
    margin-top: 0;
}

.portfolio-col-img-overlay i{
    font-size: 40px;
    color: #FFF;
    position: absolute;
    left:50%;
    top: 50%;
    display: none;
}

.portfolio-col-item:hover .portfolio-col-img-overlay i{
    display: inline-block;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.portfolio-carousel-two .owl-dots,
.portfolio-carousel-three .owl-dots,
.portfolio-carousel-four .owl-dots{
    margin-top: 20px;
}

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

    .portfolio-col-img-overlay{
        display: inline;
    }

}


/*--------------------------------------------------------------
13.2 Services
--------------------------------------------------------------*/
.service-main-detail .service-desc p{
    margin-bottom: 0;
}

.service-block-block-item,
.team-member-block-item{
    margin-bottom: 40px;
}

.read-more-btn{
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.read-more-btn:hover{
    color: #0aa4e3;
}

.read-more-btn:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    content: '\f054';
    color: #0aa4e3;
    margin-left: 8px;
}

.item-overlay-icon{
    color: #fff;
    font-size: 25px;
    padding: 10px;
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.10);
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.item-overlay-icon:hover{
    opacity: 0.7;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.stronghold-service-grid-filter .service-block-block-item{
    margin-bottom: 50px;
}

.stronghold-services-wrapper .service-list .service-block-img{
    padding: 0;
}

.stronghold-services-wrapper .service-list .service-main-name{
    margin: 0 0 10px;
}

.stronghold-services-wrapper .service-list{
    padding-bottom: 30px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 30px;
}

.stronghold-services-wrapper .service-list:last-child{
    border-bottom: none;
}

.service-img-zoom img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.service-list .service-block-img-wrapper{
  margin-bottom: 20px;
}



.service-img-zoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 800px){
    .service-main-detail{
        margin-top: 30px;
    }

}

/*--------------------------------------------------------------
13.3 Team Members
--------------------------------------------------------------*/
.team-member-main-bio{
    margin-top: 10px;
}

.team-member-img img{
    width: 100%;
}

.team-grid-item .team-member-main-detail{
    padding: 8px 0px 12px;
}

.team-member-main-name a,
.team-member-main-name,
.service-main-name a,
.service-main-name{
    color: #222;
}

.service-main-name{
    margin: 20px 0 10px;
}

.team-list-item .team-member-main-name{
    margin: 0;
}

.team-list-item{
    padding-bottom: 30px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 30px;
    display: flex;
}

.team-list-item .team-member-block-img-wrapper{
  width: 40%;
  margin-right: 20px;
}

.team-list-item .team-member-main-detail{
  width: 60%;
}

.team-member-main-name a:hover,
.service-main-name a:hover{
    color: #0aa4e3;
}

.team-member-main-pos{
    color: #919191;
    font-size: 14px;
}

.team-member-content{
    margin-top: 30px;
}

.team-member-block-two{
    text-align: center;
}

.team-member-block-two .team-member-block-img img,
.team-member-block-two .team-member-block-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.team-member-block-two .team-member-block-img{
    text-align: center;
    overflow: hidden;
}

.team-member-block-two .team-member-main-detail{
    background: transparent;
}

.team-member-block-two .team-member-main-name a{
    font-size: 18px;
}

.team-member-block-two .team-member-main-pos{
    font-size: 14px;
}

.team-member-block-two .team-member-block-img img {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.team-member-block-two .team-member-block-img:hover > img,
.team-member-block-two .team-member-block-img a:hover > img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Team Members Page*/
.team-member-block-img,
.service-block-img{
    position: relative;
    overflow: hidden;
}

.team-member-block-img img,
.service-block-img img{
    width: 100%;
}

.team-member-num i,
.team-member-email i{
    padding-right: 5px;
}

.team-member-block-social{
    margin-top: 15px;
}

.team-member-block-social-list{
    margin: 0;
    padding: 0;
}

.team-member-block-img:hover  .team-member-block-social{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transition: top .7s ease-in-out;
    -webkit-transition: top .7s ease-in-out;
    -o-transition: top .7s ease-in-out;
    transition:top .7s ease-in-out;
}

.team-member-block-social-list li{
    display: inline-block;
    margin: 5px;
}

.team-member-block-social-list li:first-child{
    margin-left: 0px;
}

.team-member-block-social-list li a{
    display: inline-block;
    color: #848484;
    background: #EBEBEB;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.team-member-block-social-list li a:hover{
    color: #fff;
    background: #0aa4e3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-member-block-list-social-list{
    padding: 0;
    margin: 20px 0;
}

.team-member-block-list-social-list li a{
    background: #F7F7F7;
    color: #BABABA;
}

.team-member-block-list-social-list li a:hover{
    color: #fff;
}

.team-member-block-list .team-member-main-name{
    margin-top: 0;
}

.team-member-block-list{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.gallery-col-img-overlay i{
    font-size: 40px;
    color: #FFF;
    position: absolute;
    left:50%;
    top: 50%;
    display: none;
}

.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.0);
    -webkit-transform: scale(1.0);
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.team-member-img-zoom img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.team-member-img-zoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

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

    .team-list-item .team-member-main-detail,
    .team-list-item .team-member-block-img-wrapper{
      width: 100%;
  }

  .team-list-item .team-member-block-img-wrapper{
      margin-bottom: 30px;
  }

  .team-list-item{
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .gallery-col-img-overlay{
    display: inline;
}

.team-member-block-img:hover .hover-overlay,
.service-block-img:hover .hover-overlay{
    display: inline;
}

}

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

}


/*--------------------------------------------------------------
14.0 WooCommerce
--------------------------------------------------------------*/
.woocommerce #secondary{
    padding-top: 0;
}

.woocommerce .woocommerce-message {
    display: none !important;
}

/* Single Product */
.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%;
}

.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 p.price, .woocommerce div.product span.price, .woocommerce div.product .stock, .quickview-wrapper .product-info .price, .quickview-wrapper .product-info .stock {
    color: #0aa4e3;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    font-size: 12px;
}

.woocommerce .star-rating span{
    color: #0aa4e3;
}

.woocommerce .single_add_to_cart_button,
.quickview-wrapper .product-info .single_add_to_cart_button{
    padding: 13px 25px !important;
}

.woocommerce .quantity .qty {
    width: 60px;
    padding: 0;
    line-height: 40px;
}

.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 .posted_in a:first-child{
    padding-left: 10px;
}

.sku_wrapper, .posted_in, .tagged_as {
    display: block;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
}

.woocommerce div.product form.cart .variations td.label{
    display: none;
}

.woocommerce div.product div.images div.thumbnails img {
    opacity: 0.6;
}

.woocommerce div.product div.images div.thumbnails img:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

.woocommerce .product-img-wrapper .onsale {
    display: none;
}

.woocommerce figure {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 0px;
    border: none;
}

.woocommerce-tabs h2, .products h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #f7f7f7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    border-radius: 0px !important;
    border: none;
    padding: 0px;
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none;
    content: none;
}

/*Shop Page */
.woocommerce ul.products li.product .add_to_cart_button:after,
.woocommerce ul.products li.product .button{
    content: none;
}

.product_img_container{
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .button{
    opacity: 1;
    bottom: 0;
}

.product_item{
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin: 0 0px 30px 0px !important;
    padding: 0 !important;
    position: relative;
    border: 0;
    list-style: none !important;
    float: left;
    margin: 0 3.8% 2.992em 0;
    width: 100%;
    text-align: center;
}

.woocommerce .products .star-rating{
    margin: 5px auto;
}

.product_img_back{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}

.product_img_back img{
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}


.product_img_container:hover .product_img_back img{
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);

}

.woocommerce span.onsale {
    background-color: #0aa4e3;
    font-size: 12px;
    border-radius: 0;
    z-index: 1000;
    padding: 2px 8px;
    min-height: 20px;
    line-height: 30px;
    text-align: center;
    margin: 10px !important;
    right: auto !important;
    left: 0 !important;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.woocommerce .out_of_stock_badge{
    color: #fff !important;
    font-style: italic !important;
    font-size: 10px !important;
    text-align: center !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    background-color: #323332 !important;
}

.woocommerce .out_of_stock_badge:after {
    border-top-width: 34px !important;
    color: #323332 !important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    padding-left: 0;
    font-weight: 600;
}

.woocommerce .woocommerce-ordering {
    text-align: right;
    padding-right: 0;
    width: 20%;
}

.woocommerce .woocommerce-ordering select{
    font-weight: 600;
}

.woocommerce ul.products li.product .price {
    color: #0aa4e3;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 8px;
    border-bottom: 1px dashed #F4F4F4;
}

.WC-product-name a {
    color: #444444;
    font-size: 16px;
}

.WC-product-name a:hover {
    color: #0aa4e3;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #0aa4e3;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #CACACA;
    padding: 15px;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #E7E7E7;
    margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce ul.products li.product .price del{
    display: inline-block;
}

.add_to_cart_button,
.ajax_add_to_cart{
    text-align: center;
}

.yith-wishlist-wrapper {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.single-product .yith-wishlist-wrapper{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.yith-wishlist-wrapper a:before{
    content: '\f004';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    padding: 5px;
}

.product_item:hover > .yith-wishlist-wrapper {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.woocommerce div.product .product_title,
.quickview-product-title{
    font-weight: 700;
}

.woocommerce div.product .product_title{
    font-size: 40px;
}

.shop-content ul.products li.product, .shop-content .woocommerce-page ul.products li.product {
    width: 30.8%;
}

@media screen and (max-width: 800px){
    .shop-content .woocommerce ul.products li.product, .shop-content .woocommerce-page ul.products li.product {
        width: 100%;
    }
}

/*Quick View*/
.quickview-wrapper{
    background: #fff;
    text-align: left;
}

.product-slider{
    padding: 0;
}

.product-slider .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

.product-slider .slider-arrow-nav{
    height: 50px;
    position: absolute;
    width: 100%;
    top: 45%;
}

.product-slider .slider-arrow-nav .arrow_next,
.product-slider .slider-arrow-nav .arrow_prev{
    opacity: 1;
    font-size: 22px;
    background: transparent;
}

.product-slider .slider-arrow-nav .arrow_next{
    right: 15px;
}

.product-slider .slider-arrow-nav .arrow_prev{
    left: 0px;
}

.product-slider .slider-arrow-nav .arrow_next i,
.product-slider .slider-arrow-nav .arrow_prev i{
    font-size: 22px;
}

.product-slider .slider-arrow-nav .arrow_next:hover,
.product-slider .slider-arrow-nav .arrow_prev:hover{
    background: transparent;
}

.quickview-product-title a{
    color: #444444;
}

.quickview-product-title a:hover{
    color: #0aa4e3;
}

.quickview-wrapper .product-info p.price del{
    opacity: .5;
}

.quickview-wrapper .product-info p.price ins{
    background: inherit;
    font-weight: 700;
}

.quickview-wrapper .product-info .stock{
    font-size: 14px;
}

.quickview-wrapper .product-info form.cart div.quantity{
    float: left;
    margin: 0 4px 0 0;
}

.quickview-wrapper .product-info .quantity .qty {
    width: 60px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}

.quickview-wrapper .product-info form.cart{
    float: left;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 32px;
}

.quickview-wrapper .product-info form.cart .button {
    vertical-align: middle;
    float: left;
    border-radius: 0;
    line-height: 1;
}


.quickview-wrapper .product-info form.cart .button:hover {
    background: #0aa4e3;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.quickview-wrapper .product-info .variations .value{
    border: 1px solid #ffffff;
}

.quickview-wrapper .product-info .variations .label,
.quickview-wrapper .product-info .variations .reset_variations{
    display: none;
}

.quick-popup-close-btn {
    position: absolute !important;
    right: 20px;
    top: 10px;
    font-size: 30px;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0);
    color: #444;
    box-shadow: none;
    border: none;
}

.quick-popup-close-btn:hover {
    background: transparent;
}

.quickview-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #0aa4e3;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.quickview-loader,
.quickview-loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    bottom: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.add-cart-wrapper,
.quickview-sm-wrapper{
    background: #0aa4e3;
    border-radius: 0;
    position: absolute;
    bottom: -20px;
    right: 0;
    opacity: 0;
    width: 100%;
    text-align: left;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.add-cart-wrapper{
    background: #0aa4e3;
}

.quickview-sm-wrapper{
    background: none !important;
    text-align: center;
}

.add-cart-custom{
    color: #fff;
    display: block;
    text-align: center;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}


.add-cart-wrapper a{
    color: #fff !important;
    padding: 12px 1px !important;
    display: block !important;
    text-align: center;
    background: transparent !important;
    margin-top: 0 !important;
}

.shop-primary .add-cart-wrapper a{
    padding: 16px 1px !important;
}

.add-cart-wrapper a:hover{
    background: transparent;
}

.add-cart-title,
.add-cart-title-rm{
    position: absolute;
    bottom: -50px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: 0;
    line-height: 1.5;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-quickview{
    padding: 8px 13px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    background: #0aa4e3;
    border-radius: 50%;
    color: #fff;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.product-quickview:hover,
.add-cart-wrapper:hover{
    background: #07396b;
}

.add-cart-wrapper:hover .add-cart-title,
.add-cart-wrapper:hover .add-cart-title-rm{
    opacity: 1;
    bottom: 0;
}

.shop-primary .add-cart-wrapper:hover .add-cart-title{
   bottom: -5px;
}

.stronghold-product-item:hover .quick-cart-wrapper,
.stronghold-product-item-filter:hover .quick-cart-wrapper{
    opacity: 1;
    bottom: 0;
}

/*Shop Page Quick Cart*/
.product_item:hover .add-cart-wrapper{
    opacity: 0.85;
    bottom: 14px;
}

.stronghold-product-item:hover .add-cart-wrapper,
.stronghold-product-item-filter:hover .add-cart-wrapper{
    opacity: 0.85;
    bottom: 0;
}

.product_item:hover .quickview-sm-wrapper,
.stronghold-product-item:hover .quickview-sm-wrapper{
    opacity: 0.85;
    bottom: 75px;
}

.stronghold-product-item:hover .quickview-sm-wrapper,
.stronghold-product-item-filter:hover .quickview-sm-wrapper{
    opacity: 0.85;
    bottom: 60px;
}

.three-col-grid-filter{
    width: 32.10%;
}

.four-col-grid-filter{
    width: 23.6%;
}

.five-col-grid-filter{
    width: 18.55%;
}

/*Cart Added*/
.added-to-cart-banner{
    display: table;
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    margin: 20px 0;
}

.added-product,
.added-links{
    display: table-cell;
}

.added-product{
    font-weight: 600;
    font-size: 18px;
}

.added-product:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    color: #0aa4e3;
    padding-right: 10px;
}

.added-links{
    text-align: right;
}

.added-links a{
    color: #fff;
}

/*My Account*/
.woocommerce-page.woocommerce-account .entry-content h2,
.woocommerce-page.woocommerce-account .entry-content h3,
.woocommerce-page.woocommerce-cart .entry-content h2,
.woocommerce-page.woocommerce-checkout .entry-content h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.woocommerce-page.woocommerce-account .entry-content h2{
    margin-top: 0;
}

.woocommerce-page.woocommerce-account .entry-header,
.woocommerce-page.woocommerce-cart .entry-header,
.woocommerce-page.woocommerce-checkout .entry-header{
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    background: #F7F7F7;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #F1F1F1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #F1F1F1;
    font-weight: 600;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    background: #0aa4e3;
    color: #fff;
}

.woocommerce img, .woocommerce-page img{
    width: inherit;
}

/*Cart*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #0aa4e3;
    border-radius: 0;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background: #0aa4e3;
    border-radius: 0;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background: #0aa4e3;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.woocommerce-cart table.cart img {
    width: 64px;
}

.woocommerce table.shop_table{
    border-radius: 0px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
    width: 100px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background: #0aa4e3;
    color: #fff;
    border-radius: 3px;
    padding: 12px 25px;
    font-weight: 500;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background: #07396b;
    color: #fff;
}

.woocommerce table.shop_table th {
    font-weight: 600;
}

/*Cart Preview*/
.cart-preview{
    width: 300px;
    border: 1px solid #F4F4F4;
    -webkit-box-shadow: -1px 0px 18px -3px rgba(230,230,230,1);
    -moz-box-shadow: -1px 0px 18px -3px rgba(230,230,230,1);
    box-shadow: -1px 0px 18px -3px rgba(230,230,230,1);
    padding: 10px 20px 20px;
    background: #fff;
    position: absolute;
    right: 15px;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}


/*Checkout*/
.woocommerce-checkout #payment {
    background: #F7F7F7;
    border-radius: 0px;
}

/*Woocommerce Widgets */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 60px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #0aa4e3;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #EDEDED;
}

.woocommerce-product-search input[type="submit"]{
    display: none;
}

.widget_product_tag_cloud .tagcloud a{
    display: inline-block;
    background: #FCFCFC;
    padding: 8px 15px;
    margin-bottom: 3px;
    border: 1px solid #F3F3F3;
}

.widget_product_tag_cloud .tagcloud a:hover{
    background: #0aa4e3;
    color: #fff;
}

.woocommerce .widget_product_categories .product-categories{
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

.woocommerce .widget_product_categories .product-categories a{
    padding: 12px 15px;
    display: block;
    color: #797878;
    font-weight: 600;
    border-bottom: 1px solid #fefefe;
}

.woocommerce .widget_product_categories .product-categories a:hover{
    color: #0aa4e3;
}

.woocommerce .widget_product_categories .product-categories .cat-parent{
    border-bottom: 1px solid #fefefe;
}

.woocommerce .widget_product_categories .product-categories .cat-parent a,
.woocommerce .widget_product_categories .product-categories .children a{
    border-bottom: none;
}

.woocommerce .widget_product_categories .product-categories .children,
.woocommerce .widget_product_categories .product-categories .sub-menu{
    margin: 0 0 0 20px;
}

.woocommerce .widget_product_categories .product-categories .children li{
    padding: 0;
}

.woocommerce .widget_product_categories .product-categories .children li a{
    font-weight: 500;
    font-size: 14px;
}

.woocommerce .widget_product_categories .product-categories .children li a:before{
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 5px;
    color: #0aa4e3;
}

.woocommerce .widget_product_categories .product-categories li{
    position: relative;
}

.woocommerce .widget_product_categories .product-categories > li a{
    border-bottom: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

/*Account*/
.woocommerce form.login,
.woocommerce form.register{
    padding: 0;
    border: none;
}

.login label[for=rememberme] {
    display: block !important;
    margin: 20px 0 0;
}

.myaccount_address{
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px){
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .woocommerce .related ul li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce .product_item,
    .woocommerce .woocommerce-ordering
    {
        width: 100% !important;
    }

    .woocommerce .woocommerce-result-count{
        margin-bottom: 10px;
    }

    .woocommerce .woocommerce-ordering{
        float: none;
        text-align: left;
    }

    .quick-cart-wrapper{
        opacity: 1;
        bottom: 0;
    }

    .product-slider .slider-arrow-nav{
        display: none;
    }

    .added-product, .added-links {
        display: block;
        text-align: center !important;
    }

    .added-links {
        margin-top: 20px;
    }

}

@media screen and (max-width: 980px){
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{
        width: 100%;
    }
}


/*--------------------------------------------------------------
15.0 Visual Composer
--------------------------------------------------------------*/
.elementor-page:not(.single-post)  .site-content-wrapper .container{
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-page .site-content-wrapper .container .content-area{
  padding-left: 0px;
  padding-right: 0px;
}

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

    .elementor-page:not(.single-post)  .site-content-wrapper .container{
      overflow-x: hidden;
  }

}

.row-scroll-parallax,
.row-fixed-parallax{
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: -1;
}

.stronghold-blog-wrapper,
.stronghold-brands,
.isotope-cat-container,
.stronghold-products-wrapper,
.stronghold-services-wrapper,
.stronghold-team-wrapper,
.stronghold-testimonials-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){
    .row-fixed-parallax,
    .row-scroll-parallax{
        background-attachment: initial !important;
    }

}

.financier-tabs-custom .vc_tta-tab>a{
    background-color: #0aa4e3 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 700;
    padding: 12px 30px !important;
}

.financier-tabs-custom .vc_tta-tab.vc_active>a,
.financier-tabs-custom .vc_tta-tab>a:hover{
    background-color: #07396b !important;
}

.financier-tabs-custom .vc_tta-panel-body{
    background: #f7f7f7;
}

.financier-tabs-custom .vc_tta-panels{
    border-radius: 0 !important;
    border-color: transparent !important;
}


.arrows-visible-desktop .carousel_arrow_nav_top{
  display: flex;
}

.arrows-hidden-desktop .carousel_arrow_nav_top{
  display: none;
}

.dots-visible-desktop .slick-dots{
  display: flex !important;
}

.dots-hidden-desktop .slick-dots{
  display: none !important;
}


@media screen and (min-device-width : 768px) and (max-width: 1024px) {
  .arrows-visible-tablet .carousel_arrow_nav_top{
    display: flex;
}

.arrows-hidden-tablet .carousel_arrow_nav_top{
    display: none;
}

.dots-visible-tablet .slick-dots {
    display: flex !important;
}

.dots-hidden-tablet .slick-dots{
    display: none !important;
}

}

@media screen and (min-width : 320px) and (max-width: 767px) {
  .arrows-visible-mobile .carousel_arrow_nav_top{
    display: flex;
}

.arrows-hidden-mobile .carousel_arrow_nav_top{
    display: none;
}

.dots-visible-mobile .slick-dots{
    display: flex !important;
}

.dots-hidden-mobile .slick-dots{
    display: none !important;
}
}

/*--------------------------------------------------------------
15.1 Accordion
--------------------------------------------------------------*/
.financier-accordion .vc_tta-panel{
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

.financier-accordion .vc_tta-panel-title{
    font-size: 16px;
    font-weight: 600;
}

.stronghold-accordion-wrapper {
    overflow:hidden;
    position: relative;
}

.accordion-item{
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
}

.accordion-item-title {
    width:100%;
    padding:12px;
    display:flex;
    background:transparent;
    font-weight: 600;
}

.accordion-item-title.active,
.accordion-item-title:hover{
    background: #f3f3f3;
}

.accordion-item-title:after,
.accordion-item-title.active:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f13a';
    color: #0aa4e3;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 0;
    margin-left: auto;
}

.accordion-item-title.active:after{
    content: '\f139';
}

.accordion-item:last-child .accordion-item-title {
    border-bottom:none;
}

.accordion-item-content {
    padding:12px;
    display:none;
    background: #fafafa;
}

.accordion-icon{
    margin-right: 15px;
    height: auto !important;
    width: auto !important;
    margin-left: 0;
    line-height: 1 !important;
    vertical-align: middle !important;
    margin-bottom: auto;
    margin-top: auto;
}


.accordion-main-title{
    margin-bottom: 20px;
}

.accordion-item-title-element{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 16px;
    padding: 0 5px;
    margin: 5px 0;
}




/*--------------------------------------------------------------
15.2 Blog Carousel
--------------------------------------------------------------*/
.stronghold-blog-items .stronghold-blog-info h5,
.stronghold-blog-grid-items .stronghold-blog-info h5{
    color: #222;
    font-size: 18px;
}

.stronghold-blog-items .stronghold-blog-info h5 a,
.stronghold-blog-grid-items .stronghold-blog-info h5 a{
    color: #222;
    font-size: 18px;
}

.stronghold-blog-item .blog-index-featured a:hover .blog-featured-img-overlay,
.stronghold-blog-grid-item .blog-index-featured a:hover .blog-featured-img-overlay{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.stronghold-blog-items .stronghold-blog-info h5 a:hover,
.stronghold-blog-grid-items .stronghold-blog-info h5 a:hover{
    color: #0aa4e3;
}

.stronghold-blog-items .stronghold-blog-info p,
.stronghold-blog-grid-items .stronghold-blog-info p{
    margin-bottom: 0;
}

.stronghold-blog-items .gallery-featured-index,
.stronghold-blog-grid-items .gallery-featured-index{
    margin-bottom: -10px;
    position: relative;
}

.stronghold-blog-items .video-featured-index,
.stronghold-blog-grid-items .video-featured-index{
    position: relative;
}

.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: 275px !important;
}

.stronghold-blog-item .blog-index-featured a img,
.stronghold-blog-item .video-featured-index iframe,
.stronghold-blog-item .gallery-featured-slider a img,
.stronghold-blog-grid-item .blog-index-featured a img,
.stronghold-blog-grid-item .video-featured-index iframe,
.stronghold-blog-grid-item .gallery-featured-slider a img{
    min-height: 275px;
}

.stronghold-blog-items .gallery-featured-slider{
    margin-bottom: -35px;
}

.blog-hover-overlay{
    position: absolute;
    background: #0aa4e3;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.blog-item-zoom{
    position: relative;
    overflow: hidden;
}

.blog-item-zoom img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.blog-item-zoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-carousel-design-one .stronghold-blog-info,
.blog-grid-design-one .stronghold-blog-info{
    padding: 10px 10px 0;
}

.blog-carousel-design-two,
.blog-grid-design-two{
    padding: 15px;
}

.blog-carousel-design-two .posted-on,
.blog-grid-design-two .posted-on{
    background: #0aa4e3;
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 700;
}

.blog-carousel-design-three .entry-title a{
    font-size: 18px;
}

.blog-carousel-design-three a:hover{
    opacity: 0.6;
}


.blog-carousel-design-two .entry-content,
.blog-grid-design-two .entry-content{
    margin-top: 10px;
}

@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.3 Blog Grid
--------------------------------------------------------------*/
.stronghold-blog-grid-item{
    margin-bottom: 30px;
}

.stronghold-blog-grid-item .gallery-featured-slider{
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
15.4 Call to Action
--------------------------------------------------------------*/
.stronghold-call-to-action-wrapper{
    padding: 30px 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-bottom: auto;
    margin-top: auto;
}

.call-text-wrapper{
    margin-bottom: auto;
    margin-top: auto;
}

.call-link a{
    text-align: center;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 20px;
}

.call-title h4,
.call-subtitle h5{
    margin: 0;
}

.call-title h4{
    font-weight: bold;
}

.call-subtitle h5{
    margin-top: 10px;
}

@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: 30px;
    }
}

/*--------------------------------------------------------------
15.5 Counter
--------------------------------------------------------------*/
.stronghold-info-number h4{
    margin: 0;
}

.stronghold-info-number input{
    display: none;
}

.counter-separator{
    display: inline-block;
    width: 30px;
    height: 2px;
    content: "";
    background: #0aa4e3;
}

.stronghold-counter-wrapper .stronghold-info-icon{
    margin-bottom: 15px;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.stronghold-counter-wrapper .stronghold-info-icon i{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.counter-icon-left{
  display: flex;
}

.counter-icon-left .stronghold-info-icon{
  padding-right: 20px;
}

.counter-icon-left .stronghold-content-wrap{
  text-align: left;
}

/*--------------------------------------------------------------
15.6 Custom Menu
--------------------------------------------------------------*/
.stronghold-custom-menu-wrap{
    border: 1px solid #ececec;
}

.stronghold-custom-menu li{
    list-style: none;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.stronghold-custom-menu li:last-child{
    border-bottom: none;
}

.stronghold-custom-menu li a{
    padding: 12px 25px;
    display: block;
    color: #797878;
    font-weight: 600;
}

.stronghold-custom-menu li a:hover{
    color: #0aa4e3;
    opacity: 0.7;
}

.stronghold-custom-menu .link-active{
    background: #0aa4e3;
    color: #fff;
}

.stronghold-custom-menu .link-active:hover{
    color: #fff;
    opacity: 0.5;
}

.stronghold-custom-menu{
    padding: 0px;
    margin: 0;
}

.stronghold-custom-menu .custom-menu-icon{
    position: absolute;
    right: 20px;
    color: #ececec;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
15.7 Feature Box
--------------------------------------------------------------*/
.feature-box-top{
    position: relative;
    overflow: hidden;
}
.feature-box-img{
    position: relative;
    overflow: hidden;
}

.feature-box-icon-wrapper i{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.feature-box-shadow{
  box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
  -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
}

.feature-box-img img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
    width: 100%;
}

.feature-box-zoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-box-icon-wrapper i{
    width: initial !important;
    height: initial !important;
}

.feature-box-design-one-info-wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.feature-box-design-one-info-wrapper h4{
    margin: 0;
}

.feature-box-design-one-info-wrapper .feature-box-icon-wrapper{
    margin-right: 20px;
}

.feature-box-design-one-info-wrapper .feature-box-info{
    width: 100%;
    padding: 0;
}

.feature-box-design-two-info-wrapper .feature-box-icon-wrapper,
.feature-box-design-three-info-wrapper{
    position: absolute;
    bottom: 0 !important;
    z-index: 3;
    left: 0 !important;
    top: initial !important;
}

.feature-box-design-two-info-wrapper .feature-box-icon-wrapper i{
    margin-left: 0;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
    padding: 5px;
}

.feature-box-design-three-info-wrapper{
    background: #fff;
    opacity: 0.85;
    width: 100%;
    transition: none !important;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.feature-box-design-three-info-wrapper .feature-box-icon-wrapper,
.feature-box-design-three-info-wrapper .feature-box-title{
    height: 100%;
}

.feature-box-design-three-info-wrapper .feature-box-icon-wrapper{
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 10px;
}

.feature-box-design-three-info-wrapper .feature-box-icon-wrapper i{
    margin-left: 0;
    line-height: initial !important;
}

.feature-box-hover-overlay{
    position: absolute;
    background: #0aa4e3;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.feature-box-desc{
    margin-top: 10px;
}

.feature-box-design-four-info-wrapper,
.feature-box-design-five-info-wrapper{
    position: relative;
    z-index: 2;
}

.feature-box-design-four-info-wrapper .feature-box-icon-wrapper,
.feature-box-design-five-info-wrapper .feature-box-icon-wrapper{
    padding: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-box-design-four-info-wrapper .feature-box-icon-wrapper i,
.feature-box-design-five-info-wrapper .feature-box-icon-wrapper i{
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    width: 70px !important;
    height: 70px !important;
    text-align: center;
    line-height: 70px;
}

.feature-box-design-four-info-wrapper .feature-box-info{
    padding-top: 30px;
}

.feature-box-design-five-info-wrapper .feature-box-info {
    width: 90%;
    margin: -50px auto;
    background: #fff;
    padding: 30px 15px 15px;
    border: 1px solid #f3f3f3;
    border-bottom: 5px solid #0aa4e3;
}

.feature-box-design-five-info-wrapper .feature-box-icon-wrapper{
    position: absolute;
}

.feature-box-design-five-info-wrapper .feature-box-icon-wrapper{
    top: 0;
}

.feature-box-info{
    padding: 10px;
}

.feature-box-design-five-info-wrapper .feature-box-icon-wrapper i{
    display: block;
}
/*--------------------------------------------------------------
15.8 Grid Filters
--------------------------------------------------------------*/
.project-details-area,
.portfolio-details-area{
    border-bottom: 3px solid #ececec;
    padding: 20px;
    -webkit-box-shadow: -1px 0px 25px -3px rgb(239, 239, 239);
    -moz-box-shadow: -1px 0px 25px -3px rgb(239, 239, 239);
    box-shadow: -1px 0px 25px -3px rgb(239, 239, 239);
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.categories-icon{
    padding-right: 8px;
    color: #0aa4e3;
}

.project-grid-item-title,
.portfolio-grid-item-title{
    margin-top: 0;
    margin-bottom: 0;
}

.project-cat-item,
.portfolio-cat-item{
    padding-right: 3px;
}

.project-cat-item:after,
.portfolio-cat-item:after{
    content: ',';
}

.project-cat-item:last-child:after,
.portfolio-cat-item:last-child:after{
    content: none;
}

.project-grid-item,
.portfolio-grid-item{
    margin-bottom: 30px;
}

.project-grid-img,
.portfolio-grid-img{
    position: relative;
    overflow: hidden;
}

.project-grid-img img,
.portfolio-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;
    font-weight: 600;
    background: transparent;
    color: #797878;
    border-bottom: 3px solid #ececec;
    padding: 5px 15px;
}

.grid-filters a:hover {
    background: transparent;
    color: #797878;
    border-bottom: 3px solid #0aa4e3;
}

.grid-filters .current {
    border-bottom: 3px solid #0aa4e3;
}

.grid-item-title-overlay,
.grid-item-title-overlay-nocat{
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.10);
    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;
    padding: 5px;
}

.grid-item-title-overlay-nocat{
    top: 45%;
    z-index: 1;
}

.grid-item-categories-overlay{
    position: absolute;
    left: 50% !important;
    background: rgba(0, 0, 0, 0.10);
    top: 75% !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    padding: 1px 5px;
}

.portfolio-grid-categories .portfolio-cat-item:last-child{
    padding-right: 0;
}

.grid-overlay-icon{
    top: 35%;
    border-radius: 50%;
}

.project-grid-ms-item,
.portfolio-grid-ms-item{
    width: 30%
}

.masonry-hover-overlay{
    position: absolute;
    background: #0aa4e3;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.project-grid-ms-item .project-grid-img img,
.portfolio-grid-ms-item .portfolio-grid-img img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.project-grid-ms-item:hover .project-grid-img img,
.portfolio-grid-ms-item:hover .portfolio-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);
}

/*--------------------------------------------------------------
15.9 Icon Box
--------------------------------------------------------------*/
.stronghold-icon-box-wrapper{
    margin-bottom: 15px;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.stronghold-info-icon-title-element,
.stronghold-info-icon-desc,
.stronghold-info-icon-link-btn{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.stronghold-icon-box-wrapper p{
    margin: 0;
}

.stronghold-icon-box-wrapper .stronghold-info-icon i{
    vertical-align: initial !important;
}

.stronghold-icon-box-front,
.stronghold-icon-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    border-radius: 6px;
}

.stronghold-icon-box-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stronghold-icon-box-front {
    padding: 35px;
}

.icon-box-icon-left{
  display: flex;
}

.icon-box-icon-left .stronghold-info-icon{
  margin-right: 10px;
}

.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-icon-box-wrapper:hover .stronghold-icon-box-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}

.stronghold-icon-box-wrapper:hover .stronghold-icon-box-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
}

.stronghold-info-icon-link{
    margin-top: 20px;
}

.stronghold-info-icon-link-btn{
    padding: 5px 15px;
    border-radius: 2px;
}

.stronghold-info-icon-link-btn:hover{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    transition: none;
}

.icon-box-design-two{
    border: 1px solid #f7f7f7;
}

.icon-box-design-two .icon-left,
.icon-box-design-two .icon-right{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    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{
    float: left;
    width: 75%;
}

.icon-box-design-two .icon-left .stronghold-info-icon{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-box-design-two .icon-right .stronghold-info-icon{
    position: absolute;
    text-align: center;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
15.10 Info Box
--------------------------------------------------------------*/
/*Info Box*/
.stronghold-info-box-wrapper{
    overflow: hidden;
    position: relative;
}

.info-box-img-wrapper img{
    width: 100%;
    height: 100%;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.info-box-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 70%;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
    padding: 20px;
}

.stronghold-info-box-wrapper:hover .info-box-overlay{
    top: 0;
}

.stronghold-info-box-wrapper:hover .info-box-img-wrapper img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.stronghold-info-box-wrapper:hover .info-box-description{
    opacity: 1;
}

.info-box-icon,
.info-box-title{
    margin-bottom: auto;
    margin-top: auto;
}

.info-top-content-wrapper{
    display: flex;
    justify-content: center;
}

.info-box-icon i{
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    vertical-align: initial !important;
    width: auto !important;
}

.info-box-title h5{
    color: #fff;
}

.info-box-top{
    text-align: center;
    overflow: hidden;
}

.info-box-description{
    color: #fff;
    text-align: center;
    opacity: 0;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.info-box-link{
    margin-top: 10px;
    text-align: center;
}

.info-box-link:hover{
    font-weight: 700;
}

.info-box-shadow-on{
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
 box-shadow: 0 0 10px rgba(0,0,0,0.08);
}


/*--------------------------------------------------------------
15.11 Info Icon
--------------------------------------------------------------*/
.stronghold-info-icon i{
    display: inline-block;
    height: auto !important;
    width: auto !important;
    margin-left: auto !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.stronghold-info-icon-wrapper,
.stronghold-counter-wrapper,
.stronghold-icon-box-wrapper{
    text-align: center;
    position: relative;
}

.info-icon-element{
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.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 .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-title h4{
    margin-top: 0;
}

.stronghold-info-icon,
.info-icon-img img{
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    text-align: center;
}

.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;
}


/*--------------------------------------------------------------
15.12 Info List
--------------------------------------------------------------*/
.stronghold-info-list-content,
.stronghold-info-list-icon{
    margin-top: auto;
    margin-bottom: auto;
}

.stronghold-info-list-icon{
  margin-right: 10px;
}

.stronghold-info-list-title h4,
.stronghold-info-list-desc p{
    margin: 0;
}

.stronghold-info-list-title-element{
    margin-bottom: 10px;
    font-size: 16px;
}

.stronghold-info-list-icon i{
    margin-right: 10px;
    vertical-align: initial !important;
}

.stronghold-info-list-item{
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.stronghold-info-list-title a:hover > h4{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}



/*--------------------------------------------------------------
15.13 Masonry Gallery
--------------------------------------------------------------*/
.masonry-gallery-item{
    width: 30%;
}

.masonry-img{
    position: relative;
    overflow: hidden;
}

.masonry-gallery-item .masonry-img img{
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.masonry-gallery-item:hover .masonry-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);
}

@media screen and (max-width: 800px){
    .masonry-gallery-item{
      width: 100%;
  }
}

/*--------------------------------------------------------------
15.14 Opening Hours
--------------------------------------------------------------*/
.opening-hours-day,
.opening-hours-time,
.price-list-details,
.price-list-price{
    display: inline-block;
}

.opening-hours-time{
    float: right;
}

.opening-hours-item{
    border-bottom: 1px solid rgba(243, 243, 243, 0.42);
    padding: 15px 0;
}

.opening-hours-icon {
    width: inherit !important;
    height: inherit !important;
    vertical-align: baseline !important;
    padding-right: 15px;
}

.financier-opening-hours-widget .opening-hours-header, .financier-opening-hours-widget .opening-hours-items {
    padding: 10px 20px;
}

/*--------------------------------------------------------------
15.15 Price List
--------------------------------------------------------------*/
.price-list-title{
    font-weight: 600;
}

.price-list-icon{
    padding-right: 15px;
    vertical-align: middle !important;
    margin-top: auto;
    margin-bottom: auto;
}

.price-list-item{
    width: 100%;
    border-bottom: 1px solid rgba(246, 246, 246, 0.5);
    padding: 10px 0;
    display: flex;
}

.price-list-item:last-child{
    border-bottom: none;
    padding: 15px 0;
}

.price-list-icon,
.price-list-details,
.price-list-price{
}

.price-list-details{
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    display: flex;
}

.price-list-price{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.price-list-header{
    padding: 10px 20px;
}

.price-list-content{
  padding: 10px 20px;
  width: 100%;
}

.price-list-price span{
    font-weight: 700;
}

.price-badge{
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 10px;
}

@media screen and (max-width: 800px){
    .price-list-details{
        width: 100%;
        padding: 0;
    }

    .price-list-price{
        float: none;
        display: block;
        text-align: center;
    }

    .price-list-item{
        flex-direction: column;
    }

    .price-list-price{
        margin-right: auto;
        margin-top: 20px;
    }

}

/*--------------------------------------------------------------
15.16 Pricing Table
--------------------------------------------------------------*/
.pricing-table-btn {
    color: #fff;
    background: #0aa4e3;
    border-radius: 0;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
}

.pricing-table-btn:hover {
    color: #fff !important;
}

.stronghold-pricing-table {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    border: 1px solid #EFEFEF;
    border-bottom: 3px solid #F2F2F2;
    text-align: center;
    padding-bottom: 20px;
}

.stronghold-pricing-table .pricing-table-header {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.0;
    padding: 10px 0 10px 0;
    background: #0aa4e3;
}

.stronghold-pricing-table .pricing-title {
    color: #fff;
}
.stronghold-pricing-table .pricing-value {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 10px;
}

.stronghold-pricing-table .pricing-rate .pricing-period {
    font-size: 14px;
    letter-spacing: 1px;
}
.stronghold-pricing-table  .pricing-features {
    padding: 30px 10px 0;
    border-top: none;
    text-align: center;
    -webkit-transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    -o-transition:  all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.price-table-design-one .pricing-features{
    padding: 30px 10px;
}

.stronghold-pricing-table .pricing-features ul {
    padding: 0px;
    display: table;
    margin: 0px auto;
    width: 100%;
}
.stronghold-pricing-table  .pricing-features ul li {
    list-style: none;
    border-bottom: 1px solid rgba(239, 239, 239, 0.4);
    text-align: center;
    padding: 5px 6px;
}

.price-table-design-two{
    border-radius: 8px;
}

.price-table-design-two .pricing-table-header{
    background: none;
}

.price-table-design-two .pricing-title{
    color: #535353;
    font-weight: 600;
}

.stronghold-pricing-table .pricing-rate{
    background: #0aa4e3;
    color: #fff;
    padding: 15px 0;
}

.price-table-design-two .pricing-rate span{
    margin-top: 0;
}

.price-table-translate:hover {
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}


@media screen and (max-width: 800px){
    .stronghold-pricing-table {
        padding-right: 0px;
    }
}

/*--------------------------------------------------------------
15.17 Product Carousel
--------------------------------------------------------------*/
.stronghold-products-wrapper{
    position: relative;
}

.stronghold-products .product-name-sc,
.stronghold-products-grid .product-name-sc,
.stronghold-products-grid-filter .product-name-sc{
    margin-bottom: 0;
    font-size: 16px;
}

.stronghold-products .product-name-sc a,
.stronghold-products-grid .product-name-sc a,
.stronghold-products-grid-filter .product-name-sc a{
    color: #444;
}

.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: #0aa4e3;
}

.stronghold-products .product-info-sc,
.stronghold-products-grid .product-info-sc,
.stronghold-products-grid-filter .product-info-sc{
    text-align: center;
    padding-top: 10px;
}

.stronghold-products .product-price,
.stronghold-products-grid .product-price,
.stronghold-products-grid-filter .product-price{
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #0aa4e3;
}

.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;
}

.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 .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s 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.0;
    filter: alpha(opacity=100);

}

.stronghold-product-item{
    position: relative;
}

.stronghold-product-item:hover .add-cart-carousel,
.stronghold-product-item-filter:hover .add-cart-carousel{
    opacity: 1;
    bottom: 0;
}

.product-added:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    background: #0aa4e3;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 9px 12px;
    z-index: 99;
}

.stronghold-products-grid-filter .stronghold-product-item-filter{
  margin-bottom: 40px;
}

.stronghold-products-grid .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: -.5em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #0aa4e3;
    font-size: 12px;
    border-radius: 0;
    z-index: 1000;
    padding: 2px 8px;
    min-height: 20px;
    line-height: 30px;
    text-align: center;
    margin: 10px !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;
}


/*--------------------------------------------------------------
15.18 Team Member Details
--------------------------------------------------------------*/
.stronghold-team-member-details-wrapper .team-member-email i,
.stronghold-team-member-details-wrapper .team-member-num i{
    color: #0aa4e3;
}

.stronghold-team-member-details-wrapper .team-member-email,
.stronghold-team-member-details-wrapper .team-member-num,
.stronghold-team-member-details-wrapper .team-member-position-wrapper{
    margin-bottom: 10px;
}

.stronghold-team-member-details-wrapper .team-member-email a,
.stronghold-team-member-details-wrapper .team-member-num a,
.stronghold-team-member-details-wrapper .team-member-name,
.stronghold-team-member-details-wrapper .team-member-position{
    font-weight: 600;
}

.stronghold-team-member-details-wrapper .team-member-position-wrapper:after{
    content: '';
    height: 2px;
    width: 30px;
    background: #0aa4e3;
    display: block;
    margin-top: 5px;
}

.stronghold-team-member-details-wrapper .team-member-block-social-list li a{
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #0aa4e3;
    color: #fff;
}

.stronghold-team-member-details-wrapper{
    border: 1px solid #f3f3f3;
    padding: 30px;
    float: left;
    width: 100%;
    box-shadow: 0 0 10px 4px rgb(116 116 116 / 8%);
    background: #fff;
}

.stronghold-team-member-details-wrapper .social-list-title{
    font-weight: 500;
    margin: 0;
}

.stronghold-team-member-details-wrapper .team-member-block-social{
    margin-top: 0;
}

.stronghold-team-member-details-wrapper .team-member-info{
    margin-top: 30px;
}

@media screen and (max-width: 800px){
    .stronghold-team-member-details-wrapper .team-member-block-social{
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
15.19 Testimonials
--------------------------------------------------------------*/
.stronghold-testimonials-wrapper {
    position: relative;
    width: 100%;
}

.stronghold-testimonials {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.stronghold-author-info i{
    font-size: 20px;
    position: absolute;
    right: 0;
    padding-right: 10px;
    color: #0aa4e3;
}

.stronghold-testim-text {
    display: block;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    padding: 8px;
}

.stronghold-author{
    margin-top: 10px;
    display: inline-block;
}

.stronghold-author-img{
    float: right;
}

.stronghold-author img{
    display: inline-block !important;
}

.stronghold-author-info{
    display: inline-block;
    padding: 0 8px;
}

.stronghold-author-info li{
    list-style: none;
}

.stronghold-testim-name{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.stronghold-testim-position{
    padding-top: 5px;
    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;
}

.stronghold-author-img,
.stronghold-testim-text-slider{
    display: inline-block;
}

.stronghold-testim-text-slider{
    margin-bottom: 20px;
    text-align: center;
    width: 80%;
    position: relative;
}

.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-widget .stronghold-testim-text{
    display: block;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    padding: 30px 25px;
    -moz-box-shadow: -1px 0px 18px -3px rgba(230,230,230,1);
    border-radius: 10px;
    border: 1px solid #ececec;
    -webkit-transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    -o-transition:  all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonial-widget .stronghold-testim-text:hover{
    box-shadow: none !important;
}

.testimonial-widget .stronghold-testim-text i {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-right: 10px;
    color: #0aa4e3;
}

.testimonial-rating i{
    position: relative;
}

.testimonial-rating {
    margin-top: 10px;
}


.testimonial-widget .stronghold-author {
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
}

.testimonial-widget .stronghold-author img,
.testimonial-widget .stronghold-author-img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin-right: 5px;
}

.testimonial-slider .stronghold-author-img{
    float: none;
}

.testimonial-slider .stronghold-author img,
.testimonial-slider .stronghold-author-img img {
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
}

.testimonial-carousel .testim-img{
    padding: 0;
}

.testimonial-carousel .testim-img{
    margin-left: auto;
    margin-right: 0;
}

.testimonial-carousel .stronghold-author-img{
    float: none;
}

.testimonial-carousel .stronghold-testimonials-item{
  display: flex;
}

@media screen and (max-width: 993px){
   .testimonial-carousel .testim-img{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial-carousel .stronghold-author-img{
    width: 100%;
}

.testimonial-carousel .testim-info{
    padding: 0;
}
}

@media screen and (max-width: 800px){
    .testim-img{
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }

    .testim-img .stronghold-author-img{
        float: left;
        width: 100%;
    }

    .testim-info{
        float: left;
    }



}

/*--------------------------------------------------------------
15.20 Vacancy Table
--------------------------------------------------------------*/
.vacancy-table{
    border: none !important;
}

.vacancy-table thead th,
.vacancy-table thead td{
    border-bottom: none !important;
    border-right: none !important;
}

.vacancy-table thead th{
    border-bottom: 2px solid #e6e6e6 !important;
    padding: 15px 5px !important;
}

.vacancy-table tbody td{
    border-bottom: 1px solid #e6e6e6 !important;
}

.vacancy-table td{
    border: none !important;
}

.vacancy-table a{
    font-weight: 600;
}

/*--------------------------------------------------------------
15.21 Social Icons
--------------------------------------------------------------*/
.financier-social-icons-widget ul{
    padding: 0;
}


/*--------------------------------------------------------------
15.22 Partners
--------------------------------------------------------------*/
.financier-partners-widget .partners-carousel .partner-link img,
.financier-partners-widget .partners-carousel img,
.financier-partners-widget .partners-list .partner-link img,
.financier-partners-widget .partners-list img{
    opacity: 0.5;
    -webkit-transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    -o-transition:  all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.financier-partners-widget .partners-carousel .partner-link img:hover,
.financier-partners-widget .partners-carousel img:hover,
.financier-partners-widget .partners-list .partner-link img:hover,
.financier-partners-widget .partners-list img:hover{
    opacity: 1.0;
}

.financier-partners-widget .partners-list .partner-item{
    margin-bottom: 30px;
}

.financier-partners-widget .partners-carousel .partner-img{
    width: auto !important;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.financier-partners-widget .partners-list .partner-item .partner-title-heading{
    margin-top: 0;
}

.financier-partners-widget .partners-list .partner-item .partner-subtitle{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
    color: #9d9d9d;
}

.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;
}

.financier-partners-widget .img-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.financier-partners-widget .img-grey:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 800px){
    .partners-grid-two-col .partner-item,
    .partners-grid-three-col .partner-item,
    .partners-grid-four-col .partner-item,
    .partners-grid-six-col .partner-item{
      border-bottom: 1px solid #e8e8e8 !important;
      border-left: none !important;
      border-right: none;
  }
}

/*--------------------------------------------------------------
15.23 Company Info
--------------------------------------------------------------*/
.financier-company-info-widget .company-info-wid li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
}

.financier-company-info-widget{
    padding: 30px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.financier-company-info-widget .company-info-item i{
    padding-right: 15px;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    vertical-align: initial !important;
}

.financier-company-info-widget .company-info-item{
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.financier-company-info-widget .company-info-item:last-child{
    border-bottom: none;
}

.financier-company-info-widget .company-info-desc{
    margin-top: 20px;
    display: block;
}

.financier-company-info-widget .company-info-social {
  margin-top: 10px;
}

.financier-company-info-widget .company-info-social-item {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

.financier-company-info-widget .company-info-social-item a {
  color: #2296f9;
  border-radius: 50%;
  display: block;
  text-align: left;
  width: 30px;
  height: 30px;
}

.financier-company-info-widget .company-info-social-item a:hover {
  opacity: 0.8;
}

.financier-company-info-widget .company-info-social a {
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.company-info-item-svg svg{
  width: 25px;
  height: 25px;
  fill: #2296f9;
}


/*--------------------------------------------------------------
15.24 Heading
--------------------------------------------------------------*/
.heading-separator{
    content: '';
    display: block;
    background: #0aa4e3;
    width: 30px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.stronghold-heading h4{
    margin: 0;
    margin-bottom: 10px;
    font-size: 28px;
}

.stronghold-heading .heading-subtitle{
    font-style: italic;
    color: #0aa4e3;
}


/*--------------------------------------------------------------
15.25 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: #2296f9;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stronghold-btn-link:hover i {
  color: #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.26 Flip Box
--------------------------------------------------------------*/

.flip-box-title {
  text-align: center;
  margin-top: 15px;
}

.flip-box-title h4 {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.flip-box-title a:hover h4 {
  color: #2296f9;
}

.flip-box-img,
.flip-box-back{
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-box-back {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.flip-box-img-wrapper {
  position: relative;
}

.flip-box-horizontal:hover .flip-box-img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

.flip-box-horizontal:hover .flip-box-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
}

.flip-box-vertical:hover .flip-box-img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}

.flip-box-vertical:hover .flip-box-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
}

.flip-box-vertical .flip-box-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
}

.flip-box-img,
.flip-box-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
}

/*--------------------------------------------------------------
15.27 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.28 Gallery
--------------------------------------------------------------*/
.stronghold-gallery-wrapper .gallery-img{
  position: relative;
}

.stronghold-gallery-wrapper .gallery-img img{
  width: 100%;
}

.stronghold-gallery-wrapper .gallery-img-caption-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #2296f9;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}

.stronghold-gallery-wrapper .gallery-img:hover .gallery-img-caption-wrap,
.stronghold-gallery-wrapper .masonry-img:hover .gallery-img-caption-wrap{
  opacity: 0.8;
}

.stronghold-gallery-wrapper .gallery-img-caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 18px;
  color: #fff;
}

.stronghold-gallery-wrapper .gallery-img:hover .gallery-img-caption,
.stronghold-gallery-wrapper .masonry-img:hover .gallery-img-caption {
  opacity: 1;
  height: 100%;
}

.gallery-row{
  margin-bottom: 40px;
}


/*--------------------------------------------------------------
15.29 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%;
}




/*--------------------------------------------------------------
16.0 Misc
--------------------------------------------------------------*/
.wpb_revslider_element,
.wpb_gmaps_widget{
    margin-bottom: 0 !important;
}

div.wpcf7 img.ajax-loader{
    display: none;
}

.contact-white ::placeholder,
.contact-white select{
    color: #fff;
}

.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control{
    width: 100%;
    border: none;
    padding: 14px 0 12px 20px;
    border-bottom: 2px solid #efefef;
    font-weight: 600;
    background: transparent;
}

.wpcf7-form .wpcf7-select{
    text-indent: 25px;
    padding-left: 0 !important;
}

.wpcf7-form .wpcf7-select option{
    color: #333333;
}


.wpcf7-form-control .wpcf7-textarea{
    font-weight: 600;
}

.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control:focus{
    color: #111;
    border-bottom: 1px solid #07396b;
}

.wpcf7-form .input-group {
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}

.wpcf7-form .input-group .input-icon {
    position: absolute;
    color: #0aa4e3;
    margin: -10px 0 0;
    left: 0;
    top: 50%;
    font-size: 20px;
}

.wpcf7-form textarea{
    border-radius: 5px;
    border: 2px solid #efefef;
}

.carousel_arrow_nav{
    margin-bottom: 10px;
    position: absolute;
    top: 45%;
    width: 100%;
}

.arrow_next,
.arrow_prev{
    padding: 0;
    border-radius: 0;
    z-index: 999;
    position: absolute;
    background: transparent !important;
    color: #0aa4e3;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.arrow_next{
    right: 5px;
}

.arrow_prev{
    left: -20px;
}

.arrow_next:hover,
.arrow_prev:hover{
    color: #222;
}

.arrow_next i,
.arrow_prev i{
    font-size: 40px;
    position: absolute;
}

.carousel_arrow_nav_top{
    text-align: right;
    border-bottom: 1px solid #F8F8F8;
    margin-bottom: 30px;
    display: flex;
}

.carousel_arrow_nav_top .arrow_prev_top,
.carousel_arrow_nav_top .arrow_next_top{
    padding: 0;
    background: transparent;
    color: #0aa4e3;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.carousel_arrow_nav_top .arrow_prev_top{
    margin-right: 20px;
}

.carousel_arrow_nav_top .arrow_prev_top:hover,
.carousel_arrow_nav_top .arrow_next_top:hover{
    color: #07396b;
}

.carousel_arrow_nav_top .arrow_prev_top:focus,
.carousel_arrow_nav_top .arrow_next_top:focus{
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.carousel_arrow_nav_top .stronghold-heading{
  margin-left: 0;
  margin-right: auto;
}


#to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

#to-top:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0d8';
}

#to-top:hover {
    color: #fff !important;
    background-color: #0aa4e3;
}

.animated{
    animation-duration: 0.5s;
    animation-delay: 0.2s;
}

.hover-overlay{
    position: absolute;
    background: #0aa4e3;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition:all .6s ease-in-out;
}

.rev_slider .booked-calendar td .date span,
.rev_slider .booked-calendar td.prev-date .date,
.rev_slider .booked-calendar td .date,
.rev_slider .booked-calendar td.today .date{
    text-align: center !important;
}

.rev_slider .booked-calendar td.today .date span {
    line-height: 45px !important;
}

.margin-rev-slider{
    margin-top: -90px;
}

.margin-rev-slider-two{
    margin-top: -100px;
}

body table.booked-calendar td.today .date span {
    border: 2px solid #0aa4e3;
}

@media screen and (max-width: 1200px){
    .iso-cat-item{
        width: 30% !important;
    }
}

@media screen and (max-width: 980px){
    .iso-cat-item{
        width: 48% !important;
    }
}

@media screen and (max-width: 800px){
    .owl-prev{
        top: 35%;
    }

    .owl-next{
        top: 35%;
    }

    .arrow_next,
    .arrow_prev{
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        background: rgba(255, 255, 255, 0.85);
    }

    .iso-cat-item{
        width: 100% !important;
    }

    .carousel_arrow_nav,
    .arrow_next,
    .arrow_prev,
    .arrow_next i,
    .arrow_prev i{
        position: relative;
    }

    .carousel_arrow_nav_top {
       justify-content: center;
   }

   .arrow_prev{
    left: 0;
    margin-right: 20px;
}

.margin-rev-slider,
.margin-rev-slider-two{
    margin-top: 0;
}
}

/*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 #0aa4e3;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #0aa4e3;
    box-shadow: none;
    outline: none;
}

.slick-slider .slick-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;
}


.slick-slider .slider-next {
  right: 0;
}

.slick-slider .slider-prev {
  left: 0;
}


/* the slides */

.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

/* the parent */

.slick-list {
    margin: 0 -15px !important;
}