/*!
Theme Name: Appzend Pro
Theme URI:http://sparklewpthemes.com/wordpress-themes/appzend/
Author: Sparkle Themes
Author URI:  https://sparklewpthemes.com/
Description: Appzend is a clean and fully customizable, responsive business WordPress theme, also appzend business theme help to develop awesome and modern different types of business websites. appzend theme is also fully compatible with the latest page builders plugins ( Elementor, SiteOrigin, Visual Composer ) and also created 10+ different widget, which you can easily implement in any page or post to create, edit and update beautifully page design, also theme has some exciting features like ( reorder each home section ), cross-browser compatible, translation ready, site speed optimized, SEO friendly theme and also supports WooCommerce and some other external plugins like Jetpack, Polylang, Yoast SEO, Contact Form 7 and many more plugins.
Version: 1.0.4
Requires PHP: 7.0
Tested up to: 5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appzend
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, post-formats, sticky-post, theme-options, translation-ready, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

appzend is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

mark, ins {
    text-decoration: none;
    font-weight: 500;
    color: #333333;
}

big {
    font-size: 125%;
}

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

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


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color:#333333;
    font-weight: 500;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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

label {
    font-weight: normal;
    color: #333333;
    margin: 0;
}

label .required {
    border-bottom: none;
    text-decoration: none;
}

a{
    color: #333333;
    text-decoration: none;
    line-height: inherit;
}

a:hover, 
a:focus, 
a:active {
    text-decoration: none;
    outline: none;
    color: #02114f;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

ul,
ol {
    padding: 0 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Livvic', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #333333;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td {
    border-color: #eee;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-weight: normal;
    /*text-align: center;*/
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
    border: 1px solid #eee;
    padding: 12px;
    font-size: 16px;
    line-height: 25px;
	border-radius: 2px;
    max-width: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
	max-width: 100%;
}

/* select{
    border: 1px solid #eee;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
} */

/* input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 40px;
} */

textarea {
    display: block;
    width: 100%;
}

select {
    background: url(assets/images/down-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
}

select::-ms-expand {
    display: none;
}

:focus {
    outline: 1px dotted #ccc !important;
    /* padding: 5px !important; */
}

blockquote {
    font-family: 'Pacifico', cursive;
    color: #333;
    border: none;
    padding:15px;
    margin:0;
    font-size: 18px;
    background: rgba(204, 204, 204, 0.07058823529411765);
}

.articlesListing .entry-content blockquote p{
    line-height: 30px;
}

iframe {
    display: block;
    max-width: 100% !important;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="radio"],
input[type="checkbox"]{
    margin-top: 5px;
}

a.button,
button,
input[type="submit"] {
	display: inline-block;
    vertical-align: top;
    /* font-size: 18px; */
    line-height: 1.5;
    padding: 12px 25px;
    border: none;
    text-align: center;
    font-weight: 700;
	background-color:#f64d2b;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
    cursor: pointer;
}

a.button:hover,
a.button:focus,
button:hover,
input[type="submit"]:hover{
    opacity: 0.7;
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;   
}

a {
    color: #333333;
}

a:hover, a:focus, a:active {
    color: #02114f;
}

a:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/**
 * Toggle Nav
*/
.nav-classic .header-nav-toggle{
    display: none;
    width: 35px;
    margin: 6px 0;
    float: right;
    cursor: pointer;
    background: transparent;
    padding: 0;
}

.nav-classic .header-nav-toggle div{
    width: 100%;
    height: 4px;
    background-color: #02114f;
    margin: 8px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.headertwo .header-nav-toggle div{
    background-color: #fff;
}

span.sub-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(228, 228, 228, 0.57);
    color: #212121;
    line-height: 50px;
    z-index: 99;
    cursor: pointer;
}

.box-header-nav .main-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.box-header-nav .main-menu{
    list-style: none;
    margin:0 10px;
    padding:0;
    width: 100%;
}

.block-nav-category .vertical-menu .menu-item.btn,
.box-header-nav .main-menu .menu-item.btn{
    display: block;
    padding: inherit;
    text-align: inherit;
    border: 0;
}

.box-header-nav .main-menu .page_item,
.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu .menu-item,
.box-header-nav .main-menu .menu-item a{
    position: relative;
}

.box-header-nav .main-menu>ul>.page_item,
.box-header-nav .main-menu>.menu-item{
    display: inline-block;
}

.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu>.menu-item>a{
    display: inline-flex;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.box-header-nav .main-menu .page_item.current_page_item>a,
.box-header-nav .main-menu .page_item:hover>a,
.box-header-nav .main-menu .page_item.focus>a,
.box-header-nav .main-menu>.menu-item.current-menu-item>a,
.box-header-nav .main-menu>.menu-item:hover>a,
.box-header-nav .main-menu>.menu-item.focus>a,
.box-header-nav .main-menu .children>.page_item:hover>a,
.box-header-nav .main-menu .children>.page_item.focus>a,
.box-header-nav .main-menu .sub-menu>.menu-item:hover>a,
.box-header-nav .main-menu .sub-menu>.menu-item.focus>a,
.box-header-nav .main-menu .children>.page_item.current_page_item>a,  
.box-header-nav .main-menu .sub-menu>.menu-item.current-menu-item>a {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.box-header-nav .main-menu .page_item.page_item_has_children>a::after,
.box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{
    display: inline-block;
    vertical-align: top;
    content: '\f107';
    margin-left: 4px;
    font-family: 'Font Awesome 5 Free';
}

.box-header-nav .main-menu .page_item:hover>.children,
.box-header-nav .main-menu .page_item.focus>.children,
.box-header-nav .main-menu .menu-item:hover>.sub-menu,
.box-header-nav .main-menu .menu-item.focus>.sub-menu{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.box-header-nav .main-menu .children,
.box-header-nav .main-menu .sub-menu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    background-color: #fff;
    color: #666;
    box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, -1px 0 #eee inset;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    text-align: left;
}

.box-header-nav .main-menu .children>.page_item>a,
.box-header-nav .main-menu .sub-menu>.menu-item>a{
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    margin: 0;
}

.box-header-nav .main-menu .children li:not(:first-child)::before,
.box-header-nav .main-menu .sub-menu li:not(:first-child)::before {
    content: '';
    display: block;
    border-top: 1px dashed #f1f1f1;
}

/*.box-header-nav .main-menu .page_item.current_page_item>a, 
.box-header-nav .main-menu .page_item:hover>a, 
.box-header-nav .main-menu .page_item.focus>a, 
.box-header-nav .main-menu>.menu-item.current-menu-item>a, 
.box-header-nav .main-menu>.menu-item:hover>a, 
.box-header-nav .main-menu>.menu-item.focus>a*/

.box-header-nav .main-menu .children>.page_item.page_item_has_children>a::after,
.box-header-nav .main-menu .sub-menu>.menu-item.menu-item-has-children>a::after{
    display: inline-block;
    float: right;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.box-header-nav .main-menu .children .children,
.box-header-nav .main-menu .sub-menu .sub-menu{
    top: 0;
    left: 100%; 
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, 0 1px #eee inset;
}


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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 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;
}

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

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

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.content-area {
    margin:0 0 2em;
    /* Make sure select elements fit in widgets. */
}

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

.widget-area .widget.woocommerce ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cross-sells h2,
.cart_totals h2,
.up-sells h2:not(.woocommerce-loop-product__title),
.related h2:not(.woocommerce-loop-product__title),
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-order-details h2,
.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.wishlist-title  h2,
.woocommerce-account .woocommerce h2,
.widget-area .widget .widget-title,
.comments-area .comments-title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    color: #232529;
    background-color: #fafafa;
    border-left: 3px solid #f33c3c;
}

.widget-area ul li{
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 26px;
}

.widget-area ul li:last-child{
    border: 0;
    padding-bottom: 0;
}

.widget_archive ul, 
.widget_categories ul,
.widget_product_categories ul, 
.widget_recent_entries ul, 
.widget_meta ul, 
.widget_recent_comments ul, 
.widget_rss ul, 
.widget_pages ul, 
.widget_nav_menu ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.widget_archive a, 
.widget_categories a,
.widget_product_categories a,
.widget_recent_entries li, 
.widget_meta a, 
.widget_recent_comments li, 
.widget_rss li, 
.widget_pages li, 
.widget_nav_menu li{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget-area .widget a:hover, 
.widget-area .widget a:hover::before, 
.widget-area .widget li:hover::before {
    color: #02114f;
}

.widget_archive a::before, 
.widget_categories a::before, 
.widget_product_categories a::before, 
.widget_recent_entries li::before, 
.widget_meta a::before, 
.widget_recent_comments li::before, 
.widget_rss li:before, 
.widget_pages li:before, 
.widget_nav_menu li:before{
    color: #333333;
    content: "\f187";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before,
.widget_product_categories a::before {
    content: "\f07b";
    top: 0;
}

.widget_archive a::before,
.widget_recent_entries li::before {
    top: 1px;
}

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

.widget_meta a::before, 
.widget_nav_menu li:before {
    content: "\f138";
}

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

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li:before {
    content: "\f1ea";
    top: 0;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu li:before {
    top: 0;
}


/*--------------------------------------------------------------
# Sidebar Select
--------------------------------------------------------------*/
.widget select {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 100%;
}

.widget_archive ul li, 
.widget_product_categories ul li, 
.widget_categories ul li{
    width: 100%;
    text-align: right;
    display: inline-block;
}

.widget_archive ul li a, 
.widget_categories ul li a,
.widget_product_categories ul li a{
    float: left;
}

.widget_product_categories ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_recent_comments ul li:last-of-type,
.widget_rss ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_archive ul li:last-of-type {
    border-bottom-width: 0;
}

.widget_tag_cloud .tagcloud {
    padding: 0 20px 20px;
}


/*--------------------------------------------------------------
# Product Categories Children Categories
--------------------------------------------------------------*/
.widget_product_categories ul li .children li:last-child, 
.widget_pages ul li .children li:last-child, 
.widget_nav_menu ul li .sub-menu li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_product_categories ul li{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.widget_product_categories ul li a {
    float: left;
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
}

.widget_product_categories ul li ul {
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;
    display: none;
}

.widget-area ul li.cat-parent .children{
    padding: 0;
    display: none;
}

.widget-area ul li.cat-parent .children li{
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.widget-area ul li.cat-parent .children li a::before{
    content: '';
}

.cat_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    color: #02114f;
    z-index: 99;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Sidebar Search
--------------------------------------------------------------*/
.widget_product_search .woocommerce-product-search,
.widget_search .search-form{
    position:relative;
}
.widget_search .search-field::-webkit-input-placeholder,
.widget_search .search-form:-moz-placeholder, 
.widget_search .search-form:-ms-input-placeholder{
    color: #868686;
}

.widget_search .search-form > label{
    margin: 0;
    width: 100%;
}
.widget_search .screen-reader-text{
    display: none;
}

.widget_product_search .search-field,
.widget_search .search-field{
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
    height: 47px;
    vertical-align: middle;
    width: 94%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0; 
}
.widget_product_search a.button, 
.widget_product_search button, 
.widget_product_search input[type="submit"],
.widget_search .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    margin-left: 0;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    border: none;
    color: #fff;
    background: #f64d2b;
}
.widget_product_search .search-submit:hover,
.widget_search .search-submit:hover{
    background: #f64d2b;
    color: #fff;
}

/*--------------------------------------------------------------
# Calender
--------------------------------------------------------------*/

.widget_calendar tbody td {
    text-align: center;
    color: #a8a7a7;
}

.widget_calendar caption {
    font-weight: 700;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #02114f;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 1px solid #ccc;
    padding: 8px 0px;
    color: #333333;
    width: 5%;
    text-align: center;
}

.calendar_wrap table td #prev, 
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_wrap table td #next {
    text-align: right;
}

.textwidget ul,
.mailpoet_form_widget{
    padding: 0 10px;
}

#mailpoet_form_1 .mailpoet_text,
#mailpoet_form_1 .mailpoet_textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.blog-grid .article{
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-item img{
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    visibility: hidden;
    opacity: 1;
}

.gallery figure {
    margin:0px;
    padding: 3px;
    position: relative;
}
.gallery figure:hover .gallery-caption{
    visibility: visible;
    opacity: 1;
}


/**
 * Web Page Layout
*/
body.boxed {
    max-width: 1160px;
    margin: 0 auto;
}

body.boxed .site {
    background-color: #eee none repeat scroll 0 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    position: relative;
}

body.boxed .nav-classic .site-branding a:before {
    left: -25px;
    width: 25px;
}


/***
 * Common CSS
*/
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.widget-area{
    padding: 0 15px 2em;
    position:sticky;
    top: 0;
}

.widget-area .widget {
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}

.site-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
body.home .site-wrapper{
    margin-top: 2em;
}
#primary {
    width: 70%;
    float: left;
    position: relative;
}
#secondary,
#primary {
    margin: 2em 0;
}
.widget-area {
    width: 28%;
    float: right;
}
.tab-content .widget-area{
    width: 100%;
}
.left#primary {
    float: right;
    order: 2;
}
.left.widget-area {
    float: left;
    order: 1;
}
.no#primary{
    width:100%;
}

  
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: center;
    height: 100%;
    grid-auto-flow: dense; /* NEW */
}
.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}
.text-center {
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}


/***
 * Header
*/
.cons_light_top_bar {
    background-color: #000;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.top-bar-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top-bar-menu ul > * {
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: relative;
    padding: 0 5px;
        padding-left: 5px;
}
.top-bar-menu ul li, .top-bar-menu ul li a {
    color: #fff;
}
.top-bar-menu ul li:first-child {
    padding-left: 0;
}
.top-bar-menu ul li, .top-bar-menu ul li a {
    color: #fff;
}
.top-bar-menu ul li a .fa, .top-bar-menu ul li a .fas, .top-bar-menu ul li a .fab {
    margin-right: 5px;
    color: #ffb922;
    border-radius: 50%;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 15px;
}
.top-bar-menu.right {
    display: flex;
    justify-content: right;
}
.site-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    transition: height .3s ease;
    -moz-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header.relative-menu{
    position: relative;
}
.site-header.sticky-menu{
    position: fixed !important;
}
.site-header{
    background-color: #0d2690;
    /* background-image: linear-gradient(to top, #0d2690, #0d1e67); */
}
.home .nav-classic{
    /* background: rgba(0,0,0,0.54);     */
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.nav-classic .header-middle-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}



/**
 * Site Branding (logo)
*/
.nav-classic .header-middle-inner > *:not(:last-child) {
    padding: 15px 15px 15px 0;
    max-width: 25%;
}
.nav-classic .site-branding h1, 
.nav-classic .site-branding p {
    margin-bottom: 0;
}
.sub-menu-toggle, 
button.mobile-nav-toggle,
.nav-classic .site-branding h1 a, 
.nav-classic .site-branding p {
    color: #ffffff;
    margin: 0;
}

/**
 * Nav Menu
*/
.nav-classic .nav-menu {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    flex: 2;
    position: relative;
}

.nav-menu .link-box .call-us * {
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.nav-menu .link-box .sub-text {
    display: block;
    text-align: left;
    font-size: 13px;
}
.nav-menu .link-box {
    position: relative;
    padding-left: 10px;
    margin-left: 7px;
}
.nav-menu .link-box .call-us .link {
    display: flex;
    align-items: center;
    gap: .5em;
}
.nav-menu .link-box .call-us .link i{
    font-size: 40px;
}
.nav-menu .link-box::before {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 150%;
    width: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.menu-style-sidebar .toggle.nav-toggle.mobile-nav-toggle {
    display: block;
    margin-left: 20px;
    font-size: 25px;
}
.menu-style-below .nav-menu.flex-align,
.menu-style-sidebar .nav-menu.flex-align{
    justify-content: right !important;
}
.nav-menu.full-width-nav-menu {
    display: block;
    -webkit-box-shadow: 0px -5px 8px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px -5px 8px rgba(255, 255, 255, 0.15);
    box-shadow: 0px -5px 8px rgba(255, 255, 255, 0.15);
}

.menu-style-sidebar .nav-classic .header-middle-inner .site-branding,
.menu-style-below .nav-classic .header-middle-inner .site-branding{
    flex: unset;
    width: 30%;
    max-width: 30%;
}
.menu-style-sidebar .nav-classic .header-middle-inner .header-search,
.menu-style-below .nav-classic .header-middle-inner .header-search{
    max-width: 40%;
    width: 40%;
}
.menu-style-sidebar .header-search input[type="search"],
.menu-style-below .header-search input[type="search"]{
    line-height: 24px;
    padding: 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: white;
}
.menu-style-sidebar input.search-submit,
.menu-style-below input.search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    margin-left: -7px;
    border: 1px solid #eee;
}
.menu-style-sidebar .header-search form label,
.menu-style-below .header-search form label {
    width: 100%;
}
.menu-style-sidebar .header-search .search-form,
.menu-style-below .header-search .search-form {
    display: inline-flex;
    width: 100%;
}

/**
 * Web Page Layout
*/
body.site-layout-boxed {
    max-width: 1160px;
    margin: 0 auto;
}

body.site-layout-boxed .site {
    background-color: #eee none repeat scroll 0 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    position: relative;
}

/** flex align */
.flex-align.text-center {
    justify-content: center;
}
.flex-align.text-right {
    justify-content: right;
}
.flex-align.text-left {
    justify-content: left;
}

/***
 * Banner Slider
*/
.bannerslider{
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.bannerwrap .grid{
    display: flex;
}
.bannerslider-default-img{
    background-image: url("assets/images/banner-bg.png");
    background-size: cover;
    background-position: bottom; 
    background-repeat: no-repeat; 
}
.bannerwrap .slider-content{
    z-index: 1;
}
.bannerwrap .slider-content h1{
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
}

.bannerwrap .slider-content p{
    font-size: 20px;
    color: #efefef;
    padding-bottom: 20px;
    line-height: 1.6;
}

.bannerwrap .banner-image img{
    object-fit: contain;
}
.bannerwrap .banner-image{
    justify-content: flex-end;
    display: flex;
    z-index: 1;
}

.bannerwrap{
    height: 768px;
    width: 100%;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerwrap::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000040;
    top: 0;
    left: 0;
    right: 0;
}
.bannerwrap .position-background {
    grid-template-columns: repeat(1, auto);
    justify-content: unset;
}
.bannerwrap .position-background .slider-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
}
.bannerwrap .position-background.text-left .slider-content{
    margin-left: 0;
}
.bannerwrap .position-background.text-right .slider-content{
    margin-right: 0;
}

.bannerwrapper-bg-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.owl-item.active .bannerwrapper-bg-img {
	animation: grow 5s linear forwards;
	opacity: 1;
    height: 100%;
    width: 100%;
}
.slider-content .videocalltoaction_wrap .box-shadow-ripples {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
}
@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
    75%{
		transform: scale(1.09);
	}
	 100% {
		transform: scale(1.14);
	}
}

/**
 * Slider Dots Control
*/
.banner-slider .owl-dots {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 1;
}

.banner-slider .owl-dots .owl-dot {
    display: block;
    margin: 0;
    top: 0;
    line-height: 20px;
}
.banner-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #59616d;
    display: inline-block;
    opacity: 1;
    margin: 0 3px;
    opacity: .5;
}
.banner-slider .owl-dots .owl-dot.active span {
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    position: relative;
    top: 2px;
    opacity: 1;
}
.banner-slider .owl-dots .owl-dot:focus {
    outline: none;
}

/**
 * Owl Carousel Next & Prev Nav
*/
.owl-carousel .owl-nav {
    position: absolute;
    bottom: 70px;
    transform: translateY(-50%);
    width: 160px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute; 
    width: 70px;
    height: 70px;
    border-radius: 0%;
    /* line-height: 70px; */
    line-height: 0px;
    text-align: center;
    transform:translateY(0);
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    margin: 0;
    transition: 0.2s;
    outline:none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;

    background-color: rgb(1 1 47 / 0.6);
    border: 1px solid #dedede;
    color: #dedede;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    font-size: 25px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #ffb922;
    color: #fff;
}

.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
    z-index : 1 
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
    z-index : 0 
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }  
    100% {
        opacity : 0   ;
    }  
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }  
    100% {
        opacity : 0   ;
    }  
}
@-webkit-keyframes flipInX {
    0% {
       -webkit-transform: perspective(400px) rotateX(90deg);
       opacity: 0;
    }
    40% {
       -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
       -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
       -webkit-transform: perspective(400px) rotateX(0deg);
       opacity: 1;
    }
 }
 
 @keyframes flipInX {
    0% {
       transform: perspective(400px) rotateX(90deg); 
       opacity: 0;
    }
    40% {
       transform: perspective(400px) rotateX(-10deg);
    }
    70% {
       transform: perspective(400px) rotateX(10deg);
    }
    100% {
       transform: perspective(400px) rotateX(0deg);
       opacity: 1;
    }
 }
 
 .flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
 }  
  
/**
 * Section Main Title & Sub Title
*/
.headlines{
    text-align: center;
    padding-bottom: 60px;
    width: 65%;
    margin: 0 auto;
    position: relative;
}
.headlines h4{
    margin-bottom: 0;
    font-weight: 500;
    color: #0d1e67;
    text-transform: uppercase;
}

.headlines h2{
    font-size: 45px;
    font-weight: bold;
    color: #02114f;
}
.headlines.title-style-four h4{
    opacity: 0.099;
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    width: 100%;
}
.headlines.title-style-four h4 {
    opacity: 0.099;
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.headlines.title-style-five {
    float: left;
    width: 30%;
    padding: 0 15px;
}

.headlines p{
    font-size: 16px;
    font-weight: normal;
    color: #828282;
}

.sm_line {
    background-color: #F74D2C;
    height: 3px;
    width: 20px;
    display: block;
}
.lg_line {
    background-color: #F74D2C;
    height: 3px;
    width: 50px;
    display: block;
    margin-left: 8px;
}
.sub_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-right .sub_title_wrapper{
    justify-content: end;
}
.text-left .sub_title_wrapper{
    justify-content: start;
}
.sub_title_txt {
    font-size: 20px;
    font-family: 'Livvic', sans-serif;
    margin-left: 12px;
}
.d-flex{
    display: flex;
}
section {
    padding: 50px 10px;
}

/**
 * About Us Section
*/
.about_us .headlines{
    width: 85%;
    padding: 0;
}
.about_us .headlines p {
    font-weight: normal;
    color: #333333;
}
.about_us .address-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.about_us .address-info ul li {
    display: block;
    font-weight: 500;
    padding-bottom: 10px;
}
.about_us .address-info ul li a{
    color: #f54e2b;
}
.about_us .address-info ul li:last-child {
    border-bottom:0;
}

/**
 * Feature Services
*/
.box {
    box-shadow: 0px 2px 25px 4px rgb(0 0 0 / 7%);
    padding: 45px 25px 50px;
    position: relative;
    border-radius: 6px;
    z-index: 1;
}

.box:hover {
    background-color: #02114f;
    transition: all 0.3s;
    border-radius: 6px;
    cursor: pointer;
}
.feature-services-item:hover .feature-services-details,
.feature-services-item:hover .feature-services-details h3 {
    color: #ffffff;
    transition: all 0.3s;
}
.feature-services-item:hover .hex {
    background-color: #fff;
    border-color: #fff;
    transition: all 0.7s;
}
.feature-services-item:hover .hex i.sp-icon  {
    transition: all 0.3s;
}

.feature-services-item .feature-services-details {
    margin-top: 25px;
}
.feature-services-item .feature-services-details p{
    margin:0;
}

.feature-services-item .dots {
    position: absolute;
    top: -5px;
    left: 8px;
    z-index: -3;
}
.feature-services-item .dots img{
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-animation: MoveUpDown 12s linear infinite;
    animation: MoveUpDown 12s linear infinite;
}
#get-started .section-box:nth-child(2n) .dots {
    display: none;
}

.feature-services-item.layout-two {
    padding: 0;
}
.feature-services-item .service-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.grid-1 .feature-services-item .service-img img{
    height: 400px
}
.grid-3 .feature-services-item .service-img img,
.grid-4 .feature-services-item .service-img img{
    height: 200px;
}
.feature-services-item.layout-two .box-icon {
    margin-top: -52px;
}
.feature-services-item.layout-two .box-content {
    padding-bottom: 20px;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: -10px;
    }
    50% {
      bottom: 60px;
    }
}

.hex, .circle {
    margin: 30px 0px;
    width: 104px;
    height: 60px;
    background-color:#02114f;
    border-color:#02114f;
    color:#fff;
    position: relative;
    display: inline-block;
}
.circle{
    border-radius: 100%;
    height: 104px;
}
.hex:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid;
    border-color: inherit;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
    left: 0;
}
.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid;
    border-color: inherit;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    left: 0;
}
.box-icon i.sp-icon  {
    font-size: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
/* .text-left .box-icon i.sp-icon {
    justify-content: left;
}
.text-right .box-icon i.sp-icon {
    justify-content: right;
} */
.box-content {
    position: relative;
    z-index: 1;
}
.overlay-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
}
.overlay-bg:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #c8b7b74d;
  left: 0;
  -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.box.feature-services-item.section-box:hover .overlay-bg{
    opacity: 0.9;
    visibility: visible;
}
/** layout three */
.bottom-curve {
    position: absolute;
    right: -70px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    opacity: 0.1;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.box:hover .bottom-curve {
    transform: skewX(-45deg) scaleX(1);
}
.layout-three .read-more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
    color: white;
    opacity: 0;
    visibility: hidden;
}
.box.layout-three:hover .read-more{
    opacity: 1;
    visibility: visible;
}
#get-started .section-box{
    overflow: hidden;
}
/* layout four */
.layout-four .circle {
    height: 80px;
    width: 80px;
}
.layout-four .box-icon i.sp-icon  {
    justify-content: center;
}
.theme-icon {
    position: relative;
    display: flex;
    width: 8.125rem;
    height: 8.125rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.theme-icon .theme-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://burgerthemes.com/demo/lite/spintech/wp-content/themes/spintech/assets/images/clipArt/circle-icon.png) center center no-repeat;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.circles-spin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-animation: spinReverse 30s linear infinite;
    animation: spinReverse 30s linear infinite;
}
.circles-spin .circle-one {
    position: absolute;
    left: 0.3125rem;
    bottom: 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 1;
    border-radius: 50%;
    background-color: #fff;
}

.circles-spin .circle-two {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 1;
    border-radius: 50%;
    /* opacity: 0;
    visibility: hidden; */
    background-color: #1c17a0;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

@keyframes spin{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg)}}
@keyframes spinReverse{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-360deg)}}

/* Boounce Effect */
@keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
@keyframes bounce_two{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-1.375rem)}50%{transform:scale(1,1) translateY(0)}57%{transform:scale(1,1) translateY(-0.1875rem)}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}
@keyframes bounce_three{from{transform:translateY(0)}to{transform:translateY(-0.9375rem)}}



/**
 * Call To Action
*/
.calltoaction_promo_wrapper{
    position: relative;
    z-index: 2;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.calltoaction_promo_wrapper:before {
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: -1;
}
.calltoaction_promo_wrapper .calltoaction_full_widget_content h4{
    color: #fff;
}
.calltoaction_promo_wrapper .calltoaction_full_widget_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.calltoaction_promo_wrapper .calltoaction_full_widget_content p {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.calltoaction_promo_wrapper .calltoaction_full_widget_content {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.calltoaction_promo_wrapper .calltoaction_button_wrap {
    padding-top: 30px;
    position: relative;
}
.btn{
    padding: 13px 33px;
    border-radius: 75px;
}
.btn.btn-primary{
    background-color: #f64d2b;
    color: #fff;
}

.btn.btn-primary:hover {
    color: #02114f;
    background-color: #f2f5f7;
    transition: all ease-in-out 350ms;
}

.btn.btn-secondary {
    background-color: transparent !important;
    border: 1px solid red;
    color: red;
}
.btn.btn-secondary:hover {
    opacity: 0.7;
}

.calltoaction_promo_wrapper .calltoaction_button_wrap .btn-border {
    margin-left: 30px;
}
.btn-border{
    background: transparent !important;
    border: 1px solid aliceblue;
}
.calltoaction_promo_wrapper .headlines{
    text-align: unset;
}
.calltoaction_promo_wrapper.text-right .headlines {
    margin-right: 0;
}
.calltoaction_promo_wrapper.text-left .headlines {
    margin-left: 0;
}
/**
 * Section Sape Icon
*/
.graphics-section {
    position: absolute;
    width: 42%;
    right: 0%;
    top: -15%;
    z-index: 0;
}
.graphics-section-ls{
    width: 200px;
    position: absolute;
    top: 10%;
    left: 4%;
    opacity: 0.5;
}
.graphics-section-ls img,
.graphics-section-rs img{
    width: 100%;
    animation: spin 10s linear infinite;
}
.graphics-section-rs{
    position: absolute;
    top: 0%;
    right: 4%;
    width: 200px;
}

.why-us .graphics-section-unique {
    position: absolute;
    width: 42%;
    right: 0%;
    top: 23%;
    z-index: -1;
}
.why-us .graphics-section-unique img{
    width: 100%;
}
/**
 * Get Started Services Area
*/
.get-started{
    position: relative;
}
.get-started-item{
    height: 360px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 2px 2px 13px #eee;
    padding: 25px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-started-item i.sp-icon  {
    margin-bottom: 20px;
    font-size: 50px;
    background-image: linear-gradient(to top, #1231b8, #0599ad);
    border-radius: 100%;
    height: 100px;
    width: 100px;
    line-height: 2;
    text-align: center;
}
.get-started-item h2{
    font-size: 25px;
    margin-bottom: 10px;
    color: #020c37;
}
.get-started-item p{
    margin: 0;
}

.get-started-item{
    position: relative;
}
.get-started-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-image: linear-gradient(to top, #1231b8, #0599ad);
    top: 0;
    left: 0;
    z-index: -11;
    transition: 0.5s;
}
.get-started-item:hover:before{
    transform: rotate(7deg);
    box-shadow: none;
}
.get-started-item:hover {
    box-shadow: 0px 0px 5px 0px rgb(233 234 239 / 54%);
}

/* -- services-section get-started layout-two */
.get-started .layout-two.get-started-item {
    box-shadow: none;
    background-color: unset;
    border: 1px solid #dedfe3;
    border-radius: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    border-radius: 4px;
}

.get-started .layout-two.get-started-item:hover{
    background-color: #fff;
    background-image: none;
    border-color: transparent;
    box-shadow: 1px 1px 18px 3px #d2d0d0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.get-started .layout-two.get-started-item:hover .box-title,
.get-started .layout-three.get-started-item:hover .box-title{
    color: #333;
}
.get-started .get-started-item .box-content{
    font-weight: 400;
}
.get-started .layout-two.get-started-item:hover .box-content,
.get-started .layout-three.get-started-item:hover .box-content{
    color: #979393;
}

.get-started .layout-two.get-started-item::before,
.get-started .layout-three.get-started-item::before{
    content: unset;
}

.get-started .layout-two.get-started-item i.sp-icon  {
    border-radius: 28% 70% 43% 41%/46% 60% 42% 34%;
    background-image: unset;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.get-started .layout-two.get-started-item i.sp-icon::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    height: 100%;
    content: "";
    z-index: -1;
}

.get-started .layout-two.get-started-item:hover i.sp-icon::after {
    left: 0;
    width: 100%;
}

.get-started .layout-three.get-started-item i.sp-icon {
    background: unset !important;
    border: 15px dashed #ac2222;
    /* box-shadow: 1px 1px 12px 2px #ac222257; */
    font-size: 30px;
    transition: 0.5s ease-in-out;
}

.box-icon {
    display: inline-block;
}

.get-started .layout-three.get-started-item:hover i.sp-icon{
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.get-started .layout-three.get-started-item{
    box-shadow: none;
}

.get-started .layout-three.get-started-item:hover{
    box-shadow: 1px 1px 17px 5px #e1dcdc75;
}

.get-started .layout-four.get-started-item{
    border-radius: 0px 30px 0px 30px;
}

.get-started .layout-four.get-started-item i.sp-icon{
    border-radius: 6px 22px 6px 22px;
    height: 80px;
    width: 80px;
    border: 1px dashed #fff;
}

/**
 * Highlight Services Area
*/

.work-with-us {
    position: relative;
}
.graphics-section-left {
    position: absolute;
    width: 38%;
    left: 0%;
    top: 20%;
    z-index: -1;
}
.graphics-section-left img{
    width: 100%;
}

.left-side-b{
    padding: 30px 20px 30px;
    box-shadow: 1px 1px 20px 6px rgba(222, 222, 222, 0.25);
    background-color: #ffffff;
    min-height: 180px;
    margin-bottom: 40px;
}

.left-content h3,
.right-content h3 {
    margin-bottom:10px;
    font-size: 22px;
}

.left-content p, 
.right-content p{
    font-weight: normal;
    line-height: 1.6;
    color: #868686;
    margin: 0;
}

.left-content {
    text-align: right;
}

.right-content {
    text-align: left;
}

#highlight-service-section .three-work {
    display: flex;
    position: relative;
}
#highlight-service-section .right-side-b .three-work {
    flex-direction: row-reverse;
}
#highlight-service-section .three-work .box-icon{
    margin-left: 10px;
}
#highlight-service-section .right-side-b .three-work .box-icon{
    margin-left: unset;
    margin-right: 10px;
}

#highlight-service-section .layout-two .box-content {
    display: none;
}
#highlight-service-section .layout-three .box-content {
    visibility: hidden;
    width: 100%;
    min-width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
}

#highlight-service-section .layout-three .box-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent;
}
#highlight-service-section .three-work:hover .box-content{
    visibility: visible;
    opacity: 1;   
}
#highlight-service-section .layout-three .left-side-b,
#highlight-service-section .layout-two .left-side-b{
    min-height: auto;
    padding: 0;
}
#highlight-service-section .layout-three .three-work,
#highlight-service-section .layout-two .three-work {
    /* flex-direction: row-reverse; */
    justify-content: flex-end;
    gap: 1em;
    align-items: center;
}
#highlight-service-section .layout-three .section-box .box-icon,
#highlight-service-section .layout-two .section-box .box-icon {
    background: red;
    padding: 14px;
    margin: 0;
    width: 70px;
}
#highlight-service-section .layout-three .section-box .box-icon .sp-icon,
#highlight-service-section .layout-two .section-box .box-icon .sp-icon{
    font-size: 25px;
}
#highlight-service-section .layout-three h3,
#highlight-service-section .layout-two h3{
    margin-bottom: 0;
}
#highlight-service-section .grid.layout-three.image-left,
#highlight-service-section .grid.layout-two.image-left{
    grid-template-columns: 50% 25% 25%;
}
#highlight-service-section .grid.layout-three.image-right,
#highlight-service-section .grid.layout-two.image-right{
    grid-template-columns: 25% 25% 50%;
}
#highlight-service-section .grid.layout-three.image-center,
#highlight-service-section .grid.layout-two.image-center{
    grid-template-columns: 25% 50% 25%;
}
/**
 * Portfolio
*/
.single-item {
    box-shadow: 0px 2px 25px 4px rgb(0 0 0 / 7%);
    padding: 40px 25px 50px;
    position: relative;
    border-radius: 4px;
}
.product-img img {
    width: 100%;
    padding-bottom: 30px;
    border-radius: 5px;
    object-fit: cover;
}
.single-item .product-dec .logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.portfolio .single-item{
    border-radius: 10px;
}

/*--portfolio.layout-two----  */
.portfolio.layout-two .product-dec {
    position: absolute;
}

.portfolio.layout-two .single-item {
    padding: 0;
    border-radius: 30px;
    overflow:hidden;
}

.portfolio.layout-two .single-item::after {
    position: absolute;
    content: "";
    background-color: #ff293a73;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: 0.45s;
}

.portfolio.layout-two .single-item:hover:after{
    height: 100%;
    transition: 0.45s;
}

.portfolio.layout-two .product-dec {
    position: absolute;
    bottom: 0;
    padding: 25px;
    visibility: hidden;
    transition: 0.35s;
    z-index: 3;
}

.portfolio.layout-two .single-item:hover .product-dec{
    visibility: visible;
    transition: 0.35s;
    z-index: 2;
}

.portfolio.layout-two .single-item .product-dec .logo img ,
.portfolio.layout-three .single-item .product-dec .logo img,
.portfolio.layout-four .single-item .product-dec .logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

/* -portfolio layout-three  layout-four--- */

.portfolio.layout-two .product-img img,
.portfolio.layout-three .product-img img ,
.portfolio.layout-four .product-img img {
    padding-bottom: 0;
}

.portfolio.layout-three .single-item,
.portfolio.layout-four .single-item{
    padding: 0;
}
.portfolio.layout-three .product-dec,
.portfolio.layout-four .product-dec {
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.portfolio.layout-three .image.logo{
    position: absolute;
    top: -24px;
    left: 29px;
    right: 0;
    margin: 0 auto;
    text-align: left;
}

.portfolio.layout-three .box-title,
.portfolio.layout-four .box-title {
    margin: 10px 0;
    position: relative;
}

.portfolio.layout-three .box-content,
.portfolio.layout-four .box-content {
    font-weight: 400;
    font-size: 15px;
}
.portfolio.layout-three .single-item .product-dec .logo img{
    box-shadow: 0px 0px 12px 3px #6f6b6b5e;
    animation: spin 10s linear infinite;
}

.portfolio.layout-four .details-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.portfolio.layout-four .product-dec {
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    bottom: -20%;
    margin: 0 30px;
}

.portfolio.layout-four .box-title::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 28px;
    background-color: #ff293a45;
    z-index: 0;
    left: -11px;
    transition: 0.3s;
}
.portfolio.layout-four .single-item:hover .box-title::before{
    width: 18%;
    transition: 0.3s;
}

.portfolio.layout-four .product-img img {
    border-radius: 0;
}

.portfolio.layout-four .image.logo{
    display: none;
}

/**
 * How its works Services Accordion Area
*/
.how-it-works{
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
    z-index: 1;
}
.how-it-works .graphics-section-left {
    position: absolute;
    width: 43%;
    left: 0%;
    top: -29%;
    z-index: -12;
}
.how-it-works .graphics-section-left img{
    width: 100%;
}
  
.left-accordion ul li {
    box-shadow: 0 4px 15px 0 rgba(195, 189, 189, 0.25);
    background-color: #ffffff;
    padding: 23px 22px 22px 25px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    list-style: none;
    color: #474747;
    border-radius: 4px;
    cursor: pointer;
}
.left-accordion ul li i{
    padding-right: 10px;
}
.left-accordion ul li.active{
    box-shadow: 0 4px 15px 0 rgba(195, 189, 189, 0.25);
    background-image: linear-gradient(to right, #103bb7, #0594ae);
    color: #fff;
}
.left-accordion ul li:hover {
    box-shadow: 0 4px 15px 0 rgb(195 189 189 / 25%);
    background-image: linear-gradient(to right, #103bb7, #0594ae);
    color: #fff !important;
    transition: 0.2s;
}
.left-accordion .content {
    display: none;
    margin-top: 20px;
}
.left-accordion ul li.active .content{
    display: block;
}
/** layout two */
.layout-two .left-accordion ul li{
    list-style: decimal;
    list-style-position: inside;
    position: relative;
}
.layout-two .left-accordion ul li i{
    display: none;
}
.layout-two .left-accordion ul li .title{
    display: inline;
}
.layout-two .left-accordion ul .section-box .title{
    font-weight: bold;
}
.layout-two .left-accordion ul .section-box .title:after {
    content: "\f067";
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    right: 10px;
    position: absolute;
    font-size: 16px
}
.layout-two .left-accordion ul .section-box.active .title::after{
    content: "\f068";
}

/* ----how-it-works layout-three---- */

.how-it-works.layout-three .progress-box {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
}
.how-it-works.layout-three .progress-box .bar-title {
    position: relative;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color:#333;
}

.how-it-works.layout-three .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: #000;
    border-radius: 4px;
}

.how-it-works.layout-three .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background-color: #e6ba10;
    border-radius: 4px;
    transition: all 1500ms ease;
}
.how-it-works.layout-three .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -40px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background-color: #333;
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}
.how-it-works.layout-three .progress-box .counted .count-box {
    opacity: 1;
}

.how-it-works.layout-three .progress-box .count-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
    border-left: 5px solid #333;
}

/* ----how-it-works layout-four---- */
.how-it-works.layout-four .counter {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.how-it-works.layout-four .counter-block {
    position: relative;
    margin: 0 10px 30px 0;
    display: inline-block;
}
.how-it-works.layout-four .counter-block .inner-box {
    position: relative;
    padding-left: 160px;
    min-height: 140px;
    padding-top: 42px;

}
.how-it-works.layout-four .counter-block .graph-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    display: block;
    text-align: center;
    border-radius: 100%;
    background-color: gray;
    color: white;
}

.how-it-works.layout-four .counter-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-top: -30px;
}
.how-it-works.layout-four .counter-block input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.how-it-works.layout-four .counter-block .graph-outer .count-box .sign {
    font-size: 20px;
}
.how-it-works.layout-four .counter-block h4 {
    position: relative;
    line-height: 1.1em;
    font-size: 24px;
    color:#333;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0;
}
#app-how-it-works::before{
    z-index: -1 !important;
}
/*--------------------------------------------------------------
 ## Blog Artical Item
--------------------------------------------------------------*/
.articlesListing .article{
    margin-bottom: 35px;
}
.articlesListing .article:last-child{
    margin-bottom: 0;
}
.articlesListing .article .blog-post-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.articlesListing .article .blog-post-thumbnail .post-thumbnail img{
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    width: 100%;
}
.articlesListing .article .blog-post-thumbnail .post-thumbnail img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.articlesListing .article .box {
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}
/* blog list and alternative */
.articlesListing.largelistview .article,
.articlesListing.alternateview .article{
    display: flex;
    align-items: center;
}
.blogitemlist.largelistview .article .box,
.blogitemlist.alternateview .article .box,
.articlesListing.largelistview .article .blog-post-thumbnail,
.articlesListing.alternateview .article .blog-post-thumbnail{
    width: 52%;
    border-radius: 0;
}
.blogitemlist.alternateview .article .box{
    right:2%;
}
.articlesListing.alternateview .article:nth-child(2n) {
    flex-direction: row-reverse;
}
.articlesListing.alternateview .article:nth-child(2n) .box{
    right: unset;
    left: 2%;
}
/** blog gridview */
.articlesListing.blogitemlist.gridview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}
.articlesListing.blogitemlist.masonry article{
    width: 48%;
    display: inline-block;
}
.articlesListing.blogitemlist.masonry article:nth-child(2n + 1){
    margin-right: 2%;
}
/**
 * Post Video Features Image
 */
.articlesListing .article iframe {
    width: 100%
}

/**
 * Meta Info
*/
.articlesListing .article .metainfo div {
    display: inline-block;
    margin-right:30px;
}
.articlesListing .article .metainfo div:last-child{
    margin-right:0;
}
.articlesListing .article .metainfo div:after {
    width: 6px;
    height: 6px;
    border-radius: 90px;
    margin-top: 10px;
    margin-left:10px;
    position: absolute;
    content: '';
    background: #02114f;
}
.articlesListing .article .metainfo div:last-child:after{
    content: none;
}
.articlesListing .article .btns{
    padding: 20px 0;
}
.articlesListing .article .btns .btn{
    padding: 12px 33px;
    border-radius: 75px;
    background-color: #f64d2b;
    color: #fff;
}
.articlesListing .article .btns .btn i{
    font-size: 13px;
}

.articlesListing .article .btns .btn.focus-visible,
.articlesListing .article .btns .btn:hover {
    color: #f64d2b;
    background-color: #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*--------------------------------------------------------------
 ## cl-blog-section
--------------------------------------------------------------*/
.cl-blog-section.layout-two .post-meta {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 8px;
}

.cl-blog-section.layout-two .post-meta ul {
    position: relative;
    display: block;
}
.post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.post-meta ul li .far, 
.post-meta ul li .fa {
    position: relative;
    color: #ff293a;
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.post-meta ul li a {
    color: inherit;
}
.entry-content.box-content {
    font-size: 15px;
    font-weight: 400;
}

/* ----cl-blog-section layout-two ---- */
.cl-blog-section.layout-two .post-meta ul {
    padding: 10px 5px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.cl-blog-section.layout-two .post-meta ul li{
    margin: 0 10px 0;
}

.cl-blog-section.layout-two .title.box-title {
    margin-top: 26px;
}

.cl-blog-section.layout-two .articlesListing .article .btns .btn span {
    display: none;
}

/* ----cl-blog-section layout-three ---- */
.cl-blog-section.layout-three .post-meta .date {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffe349;
}

.cl-blog-section.layout-three .post-meta ul li .far, .cl-blog-section.layout-three .post-meta ul li .fa{
    display: none;
}
.cl-blog-section.layout-three .post-meta ul li {
    margin: 0 8px 10px 0;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0;
}

.cl-blog-section .post-meta ul{
    margin: 0;
    padding: 0;
}

.cl-blog-section.layout-three .post-meta .date::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #ffe349;
    left: -10px;
    top: -4px;
}

.cl-blog-section.layout-three .title.box-title {
    margin-top: 20px;
}

.cl-blog-section.layout-three .articlesListing .article .btns {
    padding: 4px 0;
}
.cl-blog-section.layout-three .articlesListing .article .btns .btn {
    border-radius: 0;
    background-color: unset;
    color: #333;
    padding: 0;
    position: relative;
}
.cl-blog-section.layout-three .articlesListing .article .btns .btn:hover{
    background-color: unset;
}

.cl-blog-section.layout-three .articlesListing .article .btns .btn::before{
    content: "";
    position: absolute;
    width: 10%;
    height: 40px;
    background-color: #ffe349;
    left: -6px;
    top: -10px;
    transition: 0.3s;
    z-index: -1;
}
.cl-blog-section.layout-three .articlesListing .article .blog-post-thumbnail,
.cl-blog-section.layout-three .articlesListing .article .box {
    border-radius: 0;
}
.cl-blog-section.layout-three .articlesListing .article .btns .btn:hover::before{
    width: 106%;
    transition: 0.3s;
}

.cl-blog-section.layout-three .articlesListing .article .btns .btn i{
    transition: 0.3s;
}
.cl-blog-section.layout-three .articlesListing .article .btns .btn:hover i{
    margin-left: 20px;
    transition: 0.3s;
}

/* ----cl-blog-section layout-four ---- */

.cl-blog-section.layout-four .post-meta ul li.date {
    position: absolute;
    top: -27%;
    background-color: #2f312e;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 1px 4px 7px 0px #10130e30;
    color: #fff;
}

.cl-blog-section.layout-four .post-meta ul li.date  a > span {
    display: none;
}

.cl-blog-section.layout-four .articlesListing .article .btns .btn {
    border-radius: 0;
}
.cl-blog-section.layout-four .post-meta ul li {
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
 ## Pagination Type
--------------------------------------------------------------*/
.pagination{
    text-align: center;
    padding: 30px 0;
    display: block;
    background: #fdfdfd;
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    border-radius: 0;
}
.page-numbers{
    display: inline-block;
    background: #f64d2b;
    border: 1px solid #f64d2b;
    color: #FFF;
    padding: 10px 15px;
    margin: 0 2px;
    line-height: 1.5;
}
.page-numbers.current{
    background: #fff;
    color: #f64d2b;
}
.page-numbers:hover{
    background: transparent;
    border: 1px solid #f64d2b;
    color: #f64d2b;
}

/*--------------------------------------------------------------
 ## Single Posts Next & Previous
--------------------------------------------------------------*/
/**
 * Singe Posts Tags
*/
.posts-tag{
    margin-top: 25px;
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}
.posts-tag ul{
    margin: 0;
    padding:0;
}
.posts-tag ul li:first-child {
    background-color: #02114f;
    color: #ffffff;
}
.posts-tag ul li {
    display: inline-block;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
    transition: all .3s ease-in;
    background-color: #f33c3c;
}
.posts-tag ul li:first-child {
    padding: 0 10px;
}
.posts-tag ul li a {
    padding: 0px 10px;
    display: block;
    color: #fff;
}



/*--------------------------------------------------------------
 ## Single Posts Next & Previous
--------------------------------------------------------------*/
.post-navigation{
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
}
.post-navigation img {
    width: 80px;
}
.post-navigation .nav-previous img {
    float: left;
    margin-right: 15px;
}
.post-navigation .nav-next img {
    float: right;
    margin-left: 15px;
}
.post-navigation a span {
    display: block;
    font-size: 16px;
    opacity: 0.8;
    color: #f33d3c;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    display:block;
}

textarea#comment {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.comments-area .comment-form input[type="text"], 
.comments-area .comment-form input[type="email"], 
.comments-area .comment-form input[type="url"] {
    width: 100%;
    border-radius: 5px;
}

.comment-form-cookies-consent label {
    margin-left: 14px;
}

/*--------------------------------------------------------------
Comment Lists
--------------------------------------------------------------*/
.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 20px;
    margin-bottom: 20px !important;
    background: none;
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
    text-align: left;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px;
    border-radius: 50%;
}

.comment-author {
    float: none;
}

.comment-metadata {
    font-size: 12px;
    margin-top: -12px;
    padding-left: 50px;
}

.comment-content {
    margin-top: 10px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0;
    font-size: 16px;
}

.comment-author .fn .url:hover {
    color: #02114f;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.comment-metadata a {
    color: #969696;
}

.commentmetadata .comment-edit-link {
    color: #f64d2b;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #f64d2b;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 25px;
}

#respond {
    padding: 20px;
    margin: 20px 0 0;
    color: #f64d2b;
    -moz-box-shadow: 1px 1px 18px 6px #cecece2e;
    -webkit-box-shadow: 1px 1px 18px 6px #cecece2e;
    box-shadow: 1px 1px 18px 6px #cecece2e;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #f64d2b;
}

#cancel-comment-reply-link:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #f64d2b;
}

.logged-in-as a {
    color: #f64d2b;
}


/*--------------------------------------------------------------
## 404 Page not Found
--------------------------------------------------------------*/
.not-found{
    text-align: center;
    padding: 50px 0;
}

.not-found .page-header{
    background:none;
}

.not-found .page-header h1 {
    color: #f54e2b;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
}

.not-found  .page-header{
    border: 0;
    margin:0;
}

.not-found .backhome {
    margin-top: 50px;
}

.not-found .backhome a {
    background-color: #f54e2b;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border:1px solid #f54e2b;
}

.not-found .backhome a:hover{
    background: transparent;
    border-color: #f54e2b;
    color: #f54e2b;
}

.not-found .search-form input[type="submit"]{
    position:absolute;
    right: 0;
    border-radius: 0;
    padding: 13px 25px;
}

/*--------------------------------------------------------------
## Breadcrumbs section
--------------------------------------------------------------*/
.breadcrumb {
    padding: 130px 0;
    background: #f9f9f9;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
}
.breadcrumb:before {
    /* background-image: linear-gradient(to right, rgba(8, 4, 40, 0.99), rgba(13, 5, 87, 0.31), #080336 ); */
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.breadcrumb_wrapper {
    position: relative;
}
.breadcrumb h2 {
    font-size: 40px;
    color: #ffffff;
}
.breadcrumb ul {
    list-style-type:none;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.breadcrumb ul li a {
    color: #f54e2b;
    font-weight: 500;
}
.breadcrumb ul li a:hover{
    color: #fff;
}
.breadcrumb ul li a:after {
    color: #ffffff;
    padding: 0px 8px;
    position: relative;
    top: 1px;
    content: '\f101';
    margin-left: 4px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
}
.breadcrumb ul li:last-child a:after {
    content: "";
}

/*--------------------------------------------------------------
## Footer Widget
--------------------------------------------------------------*/
.footer-area{
    padding:2em 0 0;
    clear: both;
}
.footer-inner {
	display: grid;
	grid-gap: 2em;
}
.footer-1{
    grid-template-columns: repeat(1, 1fr);
}
.footer-2{
    grid-template-columns: repeat(2, 1fr);
}
.footer-3{
    grid-template-columns: repeat(3, 1fr);
}
.footer-4,
.footer-5,
.footer-6,
.footer-7,
.footer-8,
.footer-9,
.footer-10,
.footer-11,
.footer-12{
    grid-template-columns: repeat(4, 1fr);
}
.woocommerce .footer-area ul.product_list_widget li{
    padding: 8px;
}

.site-footer .widget .widget-title{
    width: 100%;
    text-transform: capitalize;
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #ffffff;
    padding-bottom:12px;
    position: relative;
    margin-bottom: 20px;
}

.site-footer .widget h2.widget-title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100px;
    border-bottom: 2px solid #f54e2b;
}

.site-footer .widget ul,
.widget_tag_cloud .tagcloud{
    padding: 0;
}

.site-footer .widget ul li {
    margin-bottom: 8px;
}

.site-footer .widget ul li:last-child{
    border: 0;
}

.site-footer .widget ul li,
.site-footer .widget ul li a,
.site-footer .widget a,
.site-footer .widget ul li:before,
.site-footer .widget a::before,
.site-footer .calendar_wrap table td,
.site-footer .calendar_wrap table th{
    color: #fff;
}

.site-footer .widget a:hover, 
.site-footer .widget a:hover::before, 
.site-footer .widget li:hover::before {
    color: #f54e2b;
}

.site-footer .textwidget h2,
.site-footer .textwidget h3,
.site-footer .textwidget h4,
.site-footer .textwidget{
    color: #fff;
}

.site-footer .textwidget ul {
    list-style-type: none;
}

.site-footer .textwidget ul li{
   border: 0;
   padding:5px;
}

.site-footer .textwidget ul li a,
.site-footer .textwidget a{
    color: #f54e2b;
}

/*--------------------------------------------------------------
## Sub Footer Copyright & Social Icon  
--------------------------------------------------------------*/
.sub-footer {
    padding: 20px 0px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.sub-footer .copyright-wrap .copyright {
    margin: 0 auto;
    width: 50%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-bottom: 12px;
}

.sub-footer .copyright-wrap a{
    color: #f54e2b;
}

.footer-style2 .footer-wrapper {
    display: flex;
    justify-content: space-between;
}
ul.sp_socialicon {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
  
ul.sp_socialicon li {
    display: inline-block;
    margin-right: 15px;
}
  
ul.sp_socialicon li a i {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}



/*--------------------------------------------------------------
## Footer styles
--------------------------------------------------------------*/

/*--- footer Robbon-- */
.footer-ribbon {
    background-color: #0d2690;
    position: absolute;
    top: 0;
    margin: -16px 0 0;
    padding: 10px 20px 6px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    z-index: 4;
    font-family: 'Reenie Beanie', cursive;
}

.footer-ribbon::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
    right: 100%;
    border-right: 10px solid #0d2690;
    border-top: 16px solid transparent;
}

/* .top-div-wrapper---- */
.top-div-wrapper {
    position: absolute;
    background-color: #0d2690;
    top: -18px;
    margin: -16px 0 0;
    padding: 30px 25px 30px;
    border-radius: 6px;
}

.need-help h3,.need-help {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.need-help p{
    margin: 0;
}

/*------- Call-to-action---- */
.call-to-action{
    position: relative;
    padding: 0;
    z-index: 1;
    clear: both;
}
.call-to-action-inner{
    position: relative;
    display: block;
    padding: 95px 95px 68px;
    background: #847c3d;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    bottom: -60px;
    margin-top: -60px;
    z-index: 0;
}
.call-to-action-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap:2em;
}

.call-to-action-content h2 {
    font-size: 50px;
    color: #262323;
    text-transform: uppercase;
    font-weight: 600;
}
.call-to-action .btn {
    border-radius: 4px;
}
.call-to-action-inner::after{
    content: "";
    position: absolute;
    right: -95px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 162px solid transparent;
    border-right: 160px solid #fdfdfd1f;
    border-bottom: 130px solid transparent;
    z-index: -1;
    border-radius: 57%;
    transform: rotate(180deg);
    
}

/* -----news-letter--- */
.news-letter{
    position: relative;
    background-color: #333;
}
.news-letter::before{
    content: "";
    position: absolute;
    left: -5%;
    width: 36.5%;
    height: 100%;
    top: 0px;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #ffe401;
}
.news-letter-content {
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-letter-content h2{
    margin: 0;
}
.news-letter-content input[type="text"],
.news-letter-content input[type="email"]{
    -webkit-border-radius: 0px;
    border: none;
    width: 32%;
    margin: 0px 20px 0px 0px;
    padding: 16px 20px 15px;
    background-color: #484646;
}

.news-letter-content input[type="submit"] {
    background-color: #ffe401;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
}

.news-letter-content input::placeholder{
    color: #fff;
}

.news-letter-content .subs-form {
    display: flex;
    flex: 2;
    justify-content: end;
}

.call-to-action-inner .shape-2 {
    position: absolute;
    right: 170px;
    top: 0;
    width: 410px;
    height: 54px;
    background: url(assets/images/call-to-shape-2.png) right top no-repeat;
    z-index: 0;
}
.call-to-action-inner .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    max-width: 100%;
    height: 100%;
    background: url(assets/images/call-to-shape-1.png) right top no-repeat;
    z-index: 0;
}
.site-footer{
    background: #232529;
    position: relative;
}

.footer-widgets{
    border-bottom: 1px solid rgba(224, 224, 224, 0.1);
    padding: 30px 20px 40px;
}

.middle-footer-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2.5em;
}

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

.footer-widgets .widget .widget-title{
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #313131;
    margin-bottom: 25px;
    background-color: transparent;
    padding-left: 0;
    border-left: 0;
    overflow: visible;
    height: auto;
    font-size: 18px;
}
.widget h2.widget-title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100px;
    border-bottom: 2px solid #f33c3c;
}

.widget-area.title-style-one .widget .widget-title,
.widget-area.title-style-two .widget .widget-title,
.widget-area.title-style-three .widget .widget-title,
.widget-area.title-style-four .widget .widget-title{
    background-color: unset;
    border-left: none;
    position: relative;
    padding: 0;
}
.widget-area.title-style-one .widget h2.widget-title::before{
    bottom: 0;
}
  /* ---footer widget-title title-style-two--- */

.title-style-one .widget .widget-title,
.title-style-two .widget .widget-title,
.title-style-three .widget .widget-title{
    border-bottom: none;
}

  
.title-style-two .widget h2.widget-title:before{
    top: -2;
    bottom: unset;
}

    /* ---footer widget-title title-style-three--- */
.title-style-three .widget h2.widget-title::before {
    bottom: 0px;
    width: 100%;
    left: 0;
}

.title-style-three .widget h2.widget-title::after {
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
    border-bottom: 2px solid #f33c3c;
}
    /* ---footer widget-title title-style-four--- */
.title-style-four .widget h2.widget-title::before{
    display: none;
}
.title-style-four .footer-widgets .widget .widget-title{
    border: none;
}


.footer-widgets .textwidget.custom-html-widget,
.footer-widgets .widget_text {
    color: #fff;
}

.footer-widgets h1, 
.footer-widgets h2, 
.footer-widgets h3, 
.footer-widgets h4, 
.footer-widgets h5, 
.footer-widgets h6
.footer-widgets .widget ul li,
.footer-widgets .widget ul li a,
.footer-widgets .widget a,
.footer-widgets .woocommerce ul.cart_list li a, 
.footer-widgets .woocommerce ul.product_list_widget li a, 
.footer-widgets .woocommerce-page ul.cart_list li a, 
.footer-widgets .woocommerce-page ul.product_list_widget li a, 
.footer-widgets .widget_top_rated_products .product_list_widget .product-title,
.footer-widgets .widget ul li:before,
.footer-widgets .widget a::before,
.footer-widgets .calendar_wrap table td,
.footer-widgets .calendar_wrap table th{
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
} 

.footer-widgets .widget_top_rated_products .product_list_widget .product-title:hover,
.footer-widgets .widget a:hover, 
.footer-widgets .widget a:hover::before, 
.footer-widgets .widget li:hover::before {
    color: #f33c3c;
}

.footer-widgets .widget_product_search .woocommerce-product-search,
.footer-widgets .widget_search .search-form{
    position: relative;
}
.footer-widgets .widget_product_search button,
.footer-widgets .widget_search .search-submit{
    height: 47px;
}


/* ----footer styles-- */

.site-footer.style-two,
.site-footer.style-three,
.site-footer.style-four {
    background-image: url(http://dahz.daffyhazan.com/applique/art/wp-content/uploads/sites/15/2015/12/background.jpg);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
    }
    
.site-footer.style-two::before ,
.site-footer.style-three::before,
.site-footer.style-four::before{
    content: "";
    background-color: #030300;
    opacity: 0.84;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    }
.shape1, .shape2{
    position: absolute;
    visibility: hidden;
    }
.shape1 {
    right: 0;
    bottom: 0;
    }
.shape2 {
    top: 0;
    left: 0;
    }
.shape2 img, .shape1 img {
    opacity: 0.04;
    }
.site-footer.style-four .shape1,
.site-footer.style-four .shape2,
.site-footer.style-five .shape1,
.site-footer.style-five .shape2{
    visibility: visible;
    }
    
.site-footer.style-two .footer-widgets,
.site-footer.style-three .footer-widgets,
.site-footer.style-three .footer-socials,
.site-footer.style-three .footer-copyright,
.site-footer.style-four .footer-widgets,
.site-footer.style-four .footer-socials,
.site-footer.style-four .footer-copyright{
    background-color: unset;
    }
.site-footer.style-two .footer-socials,
.site-footer.style-two .footer-copyright {
    background-color: #050404;
    }

  
/**
 * scrollTop To Top
*/
#back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    z-index: 10;
    color: #7e7e7e;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#back-to-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#back-to-top svg path {
    fill: none
}

#back-to-top svg.progress-circle path {
    stroke: #f54e2b;
    stroke-width: 4;
}

.arrow-top {
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #f54e2b;
}

.arrow-top-line {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 16px;
    width: 2px;
    margin-left:0;
    background:#f54e2b;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/**
 * Contact 7 Plugins defult css
*/
.widget div.wpcf7{
    background-color: transparent;
    padding: 0;
}
div.wpcf7 { 
    background-color: #f9f9f9;
    padding: 20px;
}
.wpcf7 label { 
    display: block;
    margin-bottom: 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;    
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
    background-color:#f64d2b;
    border: 1px solid #f64d2b;
    text-align:center;
    text-transform:uppercase;
    float: right;
    padding: 8px 30px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover { 
    background: transparent;
    border: 1px solid #f64d2b;
    color: #f64d2b;
}
#appzend-service-section{
    z-index: 1;
}

/**
 * Pricing Plans
 */ 
.pricing-item {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
}
.pricing-item:hover{
    background-color: #fff;
}
.pricing-item h3 {
    padding: 38px 20px 25px;
    position: relative;
    white-space: nowrap;
    border-radius: 10px;
    margin-bottom: 0;
    z-index: 0;
    color: #fff;
    background-color: #000;
}

.pricing-item h3:after {
    content: "";
    position: absolute;
    bottom: -42%;
    left: 0;
    width: 100%;
    min-height: 60px;
    border-radius: 10px;
    background-color: inherit;
    clip-path: polygon(50% 0%, 98% 38%, 50% 100%, 2% 38%);
}

.pricing-item .pricing-icon {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 105px;
    line-height: 87px;
    font-size: 40px;
    color: #fff;
    background-color: #000;
    border: 8px solid #fff;
    border-radius: 100%;
    margin-top: -3px;
}

.pricing-item .pricing-icon:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 111%;
    height: 111%;
    border-radius: inherit;
    border: 3px dashed #ffc107;
    opacity: 0;
    visibility: hidden;
    animation: spin 10s linear infinite;
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    z-index: 1;
}

.pricing-item:active .pricing-icon:after {
    animation: spin 2s linear infinite;
}

.pricing-inner {
    padding: 20px 50px 40px;
}

.pricing-rate {
    width: 100%;
    margin-bottom: 1.8rem;
    position: relative;
    border-width: 0;
    border-style: solid;
    border-bottom-width: 3px;
    border-color: #dedede;
}

.pricing-rate:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 21px;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    -ms-transform: rotate(227deg);
    transform: rotate(227deg);
}

.pricing-rate .pricing {
    font-size: 3.75rem;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-rate .pricing sup {
    left: 12px;
    font-size: 2.3rem;
}

.pricing-rate p {
    font-weight: 500;
}

.pricing-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5625rem;
}

.pricing-item li {
    display: block;
    line-height: 44px;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
}

.pricing-item li:last-child {
    border-bottom: 0;
}

.cl-recommended .pricing-icon:after,
.pricing-item:hover .pricing-icon:after,
.pricing-item:focus-within .pricing-icon:after {
    opacity: 1;
    visibility: visible;
}

.cl-recommended a.btn.btn-primary:hover,
.cl-recommended a.btn.btn-primary:focus,
.cl-recommended .pricing-icon:after {
    border-color: #000;
}

.cl-recommended .pricing-rate,
.cl-recommended a.btn.btn-primary,
.cl-recommended:hover .pricing-icon:after,
.cl-recommended:focus-within .pricing-icon:after {
    border-color: #ffc107;
}

.cl-recommended h3,
.cl-recommended .pricing-icon{
    background-color: #ffc107;
}
.cl-recommended a.btn.btn-primary {
    background-color: #000;
    border-color: #000;
}
.cl-recommended a.btn.btn-primary:hover{
    opacity: 0.8;
}


.cl-recommended a.btn.btn-primary:hover:after,
.cl-recommended a.btn.btn-primary:focus:after,
.cl-recommended a.btn.btn-primary:hover:before,
.cl-recommended a.btn.btn-primary:focus:before {
    background-color: #000;
}

.cl-recommended-badge {
    position: absolute;
    top: -8px;
    right: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: red;
    padding: 0 1.25rem;
    border-radius: 0 0 55px 55px;
    z-index: 1;
}

.cl-recommended-badge:after, .cl-recommended-badge:before {
    content: "";
    width: 15px;
    height: 8px;
    background: inherit;
    position: absolute;
    z-index: 0;
    top: 0px;
    border-radius: 30px 30px 0 0;
}

.cl-recommended-badge:before {
    left: -5px;
}

.cl-recommended-badge:after {
    right: -5px;
}

/** pricing layout two */
.price-section.layout-two .theme-icon {
    margin-top: 40px;
    margin-bottom: 10px;
}

.price-section.layout-two .pricing-inner {
    margin: 0 15px;
    margin-bottom: 15px;
    background: #f3f8fe;
    padding: 20px 15px 40px;
    
    border-radius: 9px;
}
.price-section.layout-two .hex,
.price-section.layout-two .circle{
    background-color: #000;
    border-color: #000;
}

.price-section.layout-two .cl-recommended .circle,
.price-section.layout-two .cl-recommended .hex {
    background-color: #ffc107;
}
/** layout three */
.price-section.layout-three h4{
    padding: 20px;
}
.price-section.layout-three h4 i{
    margin-right: 10px;
}
.price-section.layout-three .pricing-rate {
    border-radius: 100%;
}
/* Boounce Effect */
@keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
@keyframes bounce_two{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-1.375rem)}50%{transform:scale(1,1) translateY(0)}57%{transform:scale(1,1) translateY(-0.1875rem)}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}
@keyframes bounce_three{from{transform:translateY(0)}to{transform:translateY(-0.9375rem)}}

.headlines .badge {
    padding: 0 1.2rem;
    border-radius: 6.25rem;
    line-height: 1.9375rem;
    margin-bottom: 0.5rem;
    animation-name: bounce_two;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    position: relative;
    color: white;
    display: inline-block;
}

.headlines .badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #ffc107;
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    z-index: -1;
}
.seprate-with-span span {
    color: #ffc107;
}
.cl-bg-primary{
    background-color: #ffc107;
}
.read-more {
    color: #02114f;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

/*--------------------------------------------------------------
 ## Our Team Member Section
--------------------------------------------------------------*/
#appz-team-section {
    background: #f9f8f8;
}

.appzend-team-layout-two .box {
    text-align: center;
    background: #FFF;
    position: relative;
    margin-bottom:30px;
    box-shadow: 0px 2px 25px 4px rgb(0 0 0 / 7%);
    padding: unset;
}
.appzend-team-layout-two.team-style4 .box,
.appzend-team-layout-two.team-style3 .box{
    margin-top: 80px;
    background:none;
}


.appzend-team-layout-two.layout_one .box{
    padding:0;
    margin-top:25px;
}

.appzend-team-layout-two.layout_two .box figure {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid #ffb923;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -70px;
}
.appzend-team-layout-two.team-style1 .box figure img{
    width: 100%;
    object-fit: cover;
}
.appzend-team-layout-two.team-style1.team-col-3 .box figure img,
.appzend-team-layout-two.team-style1.team-col-4 .box figure img{
    height: 200px;
}
.appzend-team-layout-two.team-style1.team-col-2 .box figure img{
    height:400px;
}

.appzend-team-layout-two.team-style1 .box .team-wrap {
    padding:20px 20px 30px;
}

.appzend-team-layout-two.layout_one .team-wrap{
    padding: 20px;
}

.appzend-team-layout-two .box h4 {
    margin-bottom: 0;
    font-size: 22px;
}

.appzend-team-layout-two .box h4 a {
    color: #404040;
    font-weight: 700;
}

.appzend-team-layout-two .box h4 a:hover{
    color: #ffb923;
}

.appzend-team-layout-two .box span {
    text-align: center;
    display: block;
    color: #ffb923;
    margin: 10px 0;
}
.appzend-team-layout-two.team-style2 .box figure {
    float: left;
    width: 45%;
}
.appzend-team-layout-two.team-style2 .box .team-wrap {
    float: right;
    width: 50%;
    text-align: left;
    padding: 20px 13px 13px 0;
    margin-top: 0;
}
.appzend-team-layout-two.team-style2 .box {
    border-radius: 8px;
    box-shadow: 0 2px 25px 0 rgba(209, 205, 205, 0.21);
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
}
.appzend-team-layout-two.team-style2 .box figure img {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}
.appzend-team-layout-two.team-style2 .box figure img:hover{
    border-radius: 6px 0 0 6px;
}
.appzend-team-layout-two.team-style2 .box .team-wrap span{
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.appzend-team-layout-two.team-style2 .box p {
    color: #000000a8;
    margin-top: 10px;
    font-size: 16px;
}
.appzend-team-layout-two.team-style2 ul.sp_socialicon li a i {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 32px;
}
.appzend-team-layout-two.team-style2 ul.sp_socialicon li {
    margin-right: 10px;
}
.appzend-team-layout-two.team-style2 .box:hover{
    box-shadow: 0 2px 25px 0 rgba(209, 205, 205, 0.7);
    transition: 0.3s;
}

.appzend-team-layout-two.team-style3 .box figure ,.appzend-team-layout-two.team-style4 .box figure {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.appzend-team-layout-two.team-style3 .box figure img ,.appzend-team-layout-two.team-style4 .box figure img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.appzend-team-layout-two.team-style3 .box .team-wrap ,.appzend-team-layout-two.team-style4 .box .team-wrap {
    background-color: #ffffff;
    padding: 95px 20px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 25px 0 rgba(209, 205, 205, 0.7);
}
.appzend-team-layout-two.team-style3 .box .team-wrap p,.appzend-team-layout-two.team-style4 .box .team-wrap p{
    color: #3333339e;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li,.appzend-team-layout-two.team-style4 ul.sp_socialicon li {
    margin-right: 0px;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-facebook-f,.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-twitter,
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-linkedin-in,.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-instagram,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-facebook-f,.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-twitter,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-linkedin-in,.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-instagram{
    background: transparent;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-facebook-f,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-facebook-f  {
    color: #3b5998;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-twitter,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-twitter  {
    color: #1da1f2;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-linkedin-in ,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-linkedin-in {
    color: #1178b3;
}
.appzend-team-layout-two.team-style3 ul.sp_socialicon li a i.fa-instagram,
.appzend-team-layout-two.team-style4 ul.sp_socialicon li a i.fa-instagram {
    color: #ffc107;
}
.appzend-team-layout-two.team-style3 .box{
    transition: 0.3s;
}
.appzend-team-layout-two.team-style3 .box:hover{
    transform: translateY(-10px);
    transition: 0.3s;
}
.appzend-team-layout-two.team-style4 .box,
.appzend-team-layout-two.team-style4 .box .team-wrap {
    border-radius: 60px 0px 60px 0px;
    text-align: left;
}
.appzend-team-layout-two.team-style4 .box .team-wrap span{
    text-align: left;
}

.appz-team-section.style3 .owl-carousel .owl-nav button.owl-next,
.appz-team-section.style3 .owl-carousel .owl-nav button.owl-prev,
.appz-team-section.style2 .owl-carousel .owl-nav button.owl-next, 
.appz-team-section.style2 .owl-carousel .owl-nav button.owl-prev{
    border-radius: 30px 0 0 30px;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    margin: 2px;
    left: 0;
    position: relative;
}
.appz-team-section.style3 .owl-carousel .owl-nav button.owl-next,
.appz-team-section.style2 .owl-carousel .owl-nav button.owl-next{
    border-radius:  0 30px 30px 0;
}
.appz-team-section.style3 .owl-nav,
.appz-team-section.style2 .owl-nav{
    text-align: center;
}

.cl-team-slider-enable .team-item{
    max-width: 100%;
}
/**
 * Team Member Social Icon
*/
.appzend-team-layout-two ul.sp_socialicon {
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}

.appzend-team-layout-two.layout_one ul.sp_socialicon {
    margin-top: 15px;
}

.appzend-team-layout-two ul.sp_socialicon li {
  display: inline-block;
  margin-right: 15px;
}

.appzend-team-layout-two ul.sp_socialicon li a i {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #ffb923;
}

.appzend-team-layout-two ul.sp_socialicon li a i.fa-facebook-f {
  background: #3b5998;
}

.appzend-team-layout-two ul.sp_socialicon li a i.fa-twitter {
  background: #1da1f2;
}

.appzend-team-layout-two ul.sp_socialicon li a i.fa-google {
  background: #db4c3f;
}

.appzend-team-layout-two ul.sp_socialicon li a i.fa-linkedin-in {
  background: #1178b3;
}

.appzend-team-layout-twoul.sp_socialicon li a i.fa-youtube {
  background: #d20014;
}

.appzend-team-layout-two ul.sp_socialicon li a i:hover {
  background: #ffb923;
  color: #fff;
  border-color: #ffb923;
}


/*--------------------------------------------------------------
 ## Home Testimonials
--------------------------------------------------------------*/
.appz-testimonial {
    position: relative;
    text-align: center;
    background-size: cover
}
#secondary .appz-testimonial p,
#secondary .appz-testimonial .section-title, 
#secondary .appz-testimonial .section-tagline{
    color :#000;
}

.appz-testimonial .client-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 5px solid #ffc107;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.appz-testimonial .client-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.appz-testimonial p {
    max-width: 800px;
    font-size: 16px;
    margin: 30px auto;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.3px;
    color: #7b7878;
}

.appz-testimonial .client-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.appz-testimonial .client-text h4 {
    color: #ffb922;
    font-size: 16px;
}
.cl-testimonial-section.style1 .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}
.cl-testimonial-section .cl-section-wrap{
    padding: 80px 0;
}
.testimonial-style1 .item {
    border: 1px solid #ffc549;
    background-color: #fff;
    padding: 30px 20px;
}

.appz-testimonial.testimonial-style1 .client-img {
    width: 100px;
    height: 100px;
    border: 2px dashed #ffc107;
    border-radius: 28% 70% 43% 41%/46% 60% 42% 34%;
    box-shadow: 1px 1px 12px 2px #cec8bae3;
}

.appz-testimonial.testimonial-style1 .client-text h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.testimonial-style1 .client-text {
    margin-top: 24px;
}
.testimonial-style1 .details-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.testimonial-style1 .details-wrap p {
    margin: 3px;
}

/*--testimonial-style2---  */
.appz-testimonial.testimonial-style2 .testimonial_slider .client-img {
    width: 120px;
    height: 120px;
}
.appz-testimonial.testimonial-style2 .testimonial_slider .details-wrap{
    margin-top: -30px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    padding-top: 50px;
}
.appz-testimonial.testimonial-style2 p {
    margin:0;
    color: #7b7878;
}
.appz-testimonial.testimonial-style2 h3 a{
    color: black;
}
.appz-testimonial.testimonial-style2 .client-text{
    margin-top:15px;
}
.appz-testimonial.testimonial-style2 .client-text h4,.appz-testimonial.testimonial-style3 .client-text h4  {
    margin: 0px;
    opacity: 0.8;
    font-weight: normal;
}
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}


/*--testimonial-style4---  */
.appz-testimonial.testimonial-style4 .details-wrap{
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 0;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0px 0px 10.44px 1.56px rgb(33 33 33 / 0.15);
}

.appz-testimonial.testimonial-style4 .testomonial-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 1.5rem;
}

.appz-testimonial.testimonial-style4 .testomonial-icon span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    font-size: 18px;
    border-radius: 100%;
    color: #fff;
    background-color: #333;
    transition: all 0.3s;
}

.appz-testimonial.testimonial-style4 .testomonial-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px dashed #333;
    animation: spin 10s linear infinite;
}

.appz-testimonial.testimonial-style4 .details-wrap::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-color: inherit;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
    z-index: -1;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.065);
}

.appz-testimonial.testimonial-style4 p{
    color: #333;
}

.appz-testimonial.testimonial-style4 .client-img {
    width: 80px;
    height: 80px;
    border: none;
}

.appz-testimonial.testimonial-style4  .client-text {
    margin-top: 55px;
}

.appz-testimonial.testimonial-style4 .client-text h3 {
    font-size: 22px;
    margin: 10px 0 5px;
}
.appz-testimonial.testimonial-style4 .client-text h4 {
    font-weight: 400;
    color: #333232;
}

.owl-nav{
    text-align: center;
}
.appz-team-section .owl-carousel .owl-nav button.owl-next,
.appz-team-section .owl-carousel .owl-nav button.owl-prev,
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-next, .appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-prev,
.appz-testimonial.testimonial-style3 .owl-carousel .owl-nav button.owl-next, .appz-testimonial.testimonial-style3 .owl-carousel .owl-nav button.owl-prev  {
    background-color: #ffffff;
    box-shadow: 0 2px 25px 0 rgba(209, 205, 205, 0.86);
    outline: none;
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    margin: 3px;
    border-radius: 30px 0 0 30px;
    height: 40px;
    width: 40px;
    font-size: 15px;
}
.appz-team-section .owl-carousel .owl-nav button.owl-next,
.appz-testimonial.testimonial-style3 .owl-carousel .owl-nav button.owl-next,
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-next{
    border-radius: 0 30px 30px 0;
}
.appz-team-section .owl-carousel .owl-nav,
.appz-team-section .owl-carousel .owl-nav,
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav, .appz-testimonial.testimonial-style2 .owl-carousel .owl-nav,
.appz-testimonial.testimonial-style3 .owl-carousel .owl-nav, .appz-testimonial.testimonial-style3 .owl-carousel .owl-nav {
    bottom: 5%;
    text-align: right;
}
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-prev:hover, .appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8;
}
.appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-next i, .appz-testimonial.testimonial-style2 .owl-carousel .owl-nav button.owl-prev i ,
.appz-testimonial.testimonial-style3 .owl-carousel .owl-nav button.owl-next i, .appz-testimonial.testimonial-style3 .owl-carousel .owl-nav button.owl-prev i {
    color: #000000;
}

.appz-testimonial.testimonial-style3 .item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.appz-testimonial.testimonial-style3:before{
    display: none;
}
.appz-testimonial.testimonial-style3 .client-img {
    position: relative;
    width: 35%;
    height: 350px;
    float: left;
    border-radius: 0;
    border: none;
    margin: unset;
    overflow: unset;
}
.appz-testimonial.testimonial-style3 .item:before {
    content: " ";
    position: absolute;
    width: 20%;
    height: 39%;
    background-color: #f7c133;
    top: -10px;
    left: -20px;
}
.appz-testimonial.testimonial-style3 .details-wrap {
    float: right;
    width: 60%;
    text-align: left;
    padding: 20px;
    background-color: #fff;
}
/**
 * Video Call To Action
*/
.calltoaction_promo_wrapper.calltoaction .cl-section-wrap{
    padding: 80px 0;
    color: #fff;
}

.calltoaction_promo_wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.calltoaction_promo_wrapper.video_calltoaction .calltoaction_full_widget_content{
    margin-bottom: 0;
}

.calltoaction_promo_wrapper.video_calltoaction .calltoaction_full_widget_content::after{
    display: none;
}

.videocalltoaction_wrap {
    margin-bottom: 50px;
}

.videocalltoaction_wrap .box-shadow-ripples {
    position: relative;
    z-index: 99;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: #ffb922;
    border-radius: 50%;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.videocalltoaction_wrap .box-shadow-ripples:before {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.2), 0 0 0 16px rgba(255, 255, 255, 0.2),
    0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2);
    animation: ripples 1s linear infinite;
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(0.8);
    z-index:0;
}

.videocalltoaction_wrap .box-shadow-ripples:hover:before {
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.cl-video_calltoaction-section .calltoaction_full_widget_content,
.cl-video_calltoaction-section .headlines {
    width: 100%;
}
@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2),
        0 0 0 48px rgba(255, 255, 255, 0.2), 0 0 0 64px rgba(255, 255, 255, 0);
    }
}




/** custom gallery **/
.ed-gallery-wrapper.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.ed-gallery-wrapper.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.ed-gallery-wrapper.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ed-gallery-wrapper.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.ed-btn-wrap{
    width: 100%;
}
.ed-gallery .ed-gallery-wrapper .ed-gallery-item {

    position: relative;
    float: left;
    overflow: hidden;
    padding: 15px 15px 15px 15px;
}
.ed-gallery .ed-gallery-wrapper .ed-gallery-item.no-gap{
    padding: 0;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-item-wrapper {

    position: relative;
    overflow: hidden;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button {

    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: #004A8D;
    color: white;
    opacity: 0;
    padding: 8px 10px 8px 15px;
    border-radius: 30px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item:hover .ed-gallery-button {

    opacity: 1;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button a {

    display: inline-block;
    text-align: center;
    box-shadow: none;
    padding: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 99;
}

.ed-gallery-item .caption::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ed-gallery .ed-gallery-wrapper .ed-gallery-item .caption{
    position: absolute;
    display: flex;
    top: 0;
    background: #ff000045;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .55s cubic-bezier(.645,.045,.355,1);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
}
.ed-gallery .ed-gallery-wrapper .ed-gallery-item:hover .caption{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .55s cubic-bezier(.645,.045,.355,1);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
}

.ed-gallery-item:hover .caption::after {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,101%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,101%,0);
}

.ed-gallery-item .caption::after {
    background-color: rgba(255,255,255,.4);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-101%,0);
    -webkit-transition: all .6s;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button a i {
    color: #004A8D;
}
.ed-gallery-head img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*--------------------------------------------------------------
 ## Our Client Brand Logo
--------------------------------------------------------------*/
.appzend-client-logo-layout-two {
    background: #f9f8f8;
    padding: 30px 0;
}

.appzend-client-logo-layout-two .box {
    padding: 0;
}
.appzend-client-logo-layout-two .cl-client-logo-slider .box{
    box-shadow: none;
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
.appzend-counter_wrap{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;
}

.appzend-counter_wrap .section-title{
    color: #fff;
}

.appzend-counter{
    text-align: center;
    border: 2px solid #FFC107;
    border-top: 0;
    padding: 0 20px 20px;
    position: relative;
    margin-top: 50px;
}
#cl-counter-section.layout-one .appzend-counter{
    background-color: transparent;
}

.appzend-counter:after{
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #FFC107;
}

.appzend-counter:before{
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #FFC107;
}
.appzend-counter_wrapper div{
    display: inline;
}
.appzend-counter_wrapper{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 3px;
    font-weight: 400;
}

.appzend-counter-icon{
    display: inline-block;
    font-size: 36px;
    color: #FFC107;
    position: relative;
    -ms-transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px);
    transform: translate(0, -17px);
     line-height: 36px; 
}

.appzend-counter-title{
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

/* ----cl-counter-section layout-two--- */
.cl-counter-section.layout-two .section-box .counter_prefix {
    font-size: 40px;
}
.cl-counter-section.layout-two .appzend-counter-count {
    font-size: 50px;
    font-weight: 600;
}

.cl-counter-section.layout-two .counter_suffix {
    font-size: 19px;
}

.cl-counter-section.layout-two .appzend-counter-title {
    font-size: 18px;
    font-weight: 600;
}
.cl-counter-section.layout-two .appzend-counter-icon {
    background-color: #263471;
    padding: 10px;
    border-radius: 100%;
    font-size: 26px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0px 0px 1px 5px #26347114;
}

/* ----cl-counter-section layout-two layout-three layout-four--- */
.cl-counter-section.layout-two .appzend-counter,
.cl-counter-section.layout-three .appzend-counter,
.cl-counter-section.layout-four .appzend-counter{
    border: none;
}
.cl-counter-section.layout-two .appzend-counter::before,
.cl-counter-section.layout-two .appzend-counter::after,
.cl-counter-section.layout-three .appzend-counter::before,
.cl-counter-section.layout-three .appzend-counter::after,
.cl-counter-section.layout-four .appzend-counter::before,
.cl-counter-section.layout-four .appzend-counter::after{
    content: unset;
    position: unset;
}

.cl-counter-section.layout-three .appzend-section-counter-wrap,
.cl-counter-section.layout-four .appzend-section-counter-wrap {
    background-color: #333;
    padding: 50px 30px;
}

.cl-counter-section.layout-three .appzend-counter-count ,
.cl-counter-section.layout-four .appzend-counter-count{
    font-size: 60px;
    font-weight: 700;
} 
.cl-counter-section.layout-three .appzend-counter {
    border-right: 2px solid #fff;
}
.cl-counter-section.layout-three .appzend-counter:last-child{
    border-right: none;
}

.cl-counter-section.layout-four .appzend-counter.section-box {
    background-color: #444;
}

.cl-counter-section.layout-four .appzend-counter {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}


/**
 * Category Collection
*/
.product-wrapper{
    overflow: hidden;
    position: relative;
}
.product.product-category{
    display: block;
    overflow: hidden;
    position: relative;
}
.product.product-category a img {
    /* object-fit: cover; */
    width: 100%;
  min-height: 300px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.product.product-category:hover a img {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}
.product.product-category .woocommerce-loop-category__title {
    bottom: 1em;
    position: absolute;
    margin: 0;
    left: 1em;
    right: 1em;
    padding: 1em;
    line-height: 1.4;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.product.product-category .woocommerce-loop-category__title{
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product .woocommerce-loop-category__title .count {
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}
/**
 * Category Style Two
*/
.category-style-2 .products-cat-wrap {
    display: flex;
    align-items: center;
    padding: 4px;
}
.category-style-2 .products-cat-image {
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}
.category-style-2 .products-cat-wrap .woocommerce-loop-category__title{
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 0;
}
/**
 * Cattegory Style Three
*/
.category-style-3 .products-cat-image {
    overflow: hidden;
  min-height: 300px;
}
.category-style-3 .products-cat-info {
    position: relative;
}
.category-style-3 ul.product-sub-cat {
    list-style: none;
    padding:0;
    margin: 0;
}
.category-style-3 ul.product-sub-cat li{
    /* width: 100% !important; */
    line-height: 1.3 !important;
    padding:8px 10px 0 !important;
    margin: 0;
}
.category-style-3 ul.product-sub-cat li:last-child{
    padding-bottom: 10px !important;
}
/**
 * Category Style Four
*/
.category-style-4 .products-cat-info {
    position: absolute;
    top: 40%;
    width: 100%;
}
.product.product-category.category-style-4 .woocommerce-loop-category__title {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}
/**
 * Category Collection
*/
.product.product-category:hover .woocommerce-loop-category__title {
    background-color:#ffffff;
}
.product.product-category .woocommerce-loop-category__title {
    background-color: rgba(240, 240, 240, 0.95);
}
/**
 * Category Style Two
*/
.category-style-2 .products-cat-wrap {
    background-color: #ffffff;
}
.product.product-category.category-style-2 .woocommerce-loop-category__title {
    background-color:transparent;
}
/**
 * Category Style Three
*/
.category-style-3 ul.product-sub-cat{
    background: #efefef;
}

/**
 * Category Style Four
*/
.product.product-category.category-style-4 .woocommerce-loop-category__title {
    background-color: #003772;
    color:#fff;
}
.product.product-category.category-style-4:hover .woocommerce-loop-category__title {
    background-color:#ffffff;
    color: black;
}
/**
 * Tabs with Related Product
*/
.sparkletablinks {
    display: block;
    text-align: center;
    padding: 0;
}
.sparkletablinks li{
    display: inline-block;
    margin: 10px 3px;
}
.tabsblockwrap {
    margin-bottom: 35px;
}
.sparkletablinkscontent .preloader {
    text-align: center;
    padding: 50px 0;
}
/**
 * Tabs Style Two
*/
.tabsblockwrap.tab_styletwo{
    text-align: left;
    margin-bottom: 20px;
}
.tabsblockwrap.tab_styletwo .sparkletablinks{
    text-align: left;
}
.sp-section.widget ul li:first-child{
    margin-left: 0;
}
.tab_styletwo .sparkletablinks li{
    margin: 0;
    margin-left: -4px;
}
.tabsblockwrap.tab_styletwo ul li a.btn{
    border-radius: 0;
    /* background-color: transparent;
    border-color: transparent; */
    padding: 15px 25px;
}
/**
 * Tabs Style Three
*/
.tabsblockwrap.tab_stylethree{
    margin-bottom: 20px;
}
.tab_stylethree .sparkletablinks li{
    margin: 0;
}
.tabsblockwrap.tab_stylethree ul li a.btn{
    border-radius: 0;
    /* background-color: transparent;
    border-color: transparent; */
    padding: 15px 25px;
    margin-bottom: 10px;
}
.tab_stylethree .sparkletablinks li .btn-primary:hover, 
.tab_stylethree .sparkletablinks li.active a.btn-primary {
    box-shadow: none;
}

#colophon .footer-area {
    padding: 13px;
}

/** header search */
.top-search input[type="text"] {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -15px;
    -webkit-transform: translate(0px,-50%);
    -moz-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    -o-transform: translate(0px,-50%);
    transform: translate(0px,-50%);
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.top-search-ico.fa.fa-search{
    color: #fff;
}
.top-search .top-search-ico-close {
    position: absolute !important;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 4px;
    z-index: 0;
    font-weight: 700;
    color: #282834;
    font-size: 28px;
    font-weight: 100;
}

.top-search.show-field .top-search-ico-close {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 300;
}

.appzend-search.full-width-animation-content input[type="text"],
.top-search.show-field input[type="text"] {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 200;
    
    font-size: 14px;
    width: 340px;
    height: 50px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: border-box;
    padding: 3px 10px 3px 20px;
    transition: all .4s;
    background-color: #f4f2e9;
    color: #171422;
    border: 0 none;
}
.appzend-search.full-width-animation-content {
    position: absolute;
    top: 150px;
    background-color: rgba(0,0,0,0.76);
    height: 100px;
    width: 100%;
    z-index: 9;
    padding: 10px 70px;

    opacity: 0;
    visibility: hidden;
    border-top: 4px solid green;
    overflow: hidden;
    transform: translateY(-250%);
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.appzend-search-active .appzend-search.full-width-animation-content{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appzend-search-active .appzend-search.full-width-animation-content .search-form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.appzend-search.full-width-animation-content input[type="text"]{
    border-radius: 30px;
    margin-right: 10px;
}
.appzend-search.full-width-animation-content .top-search-ico-close {
    background: white;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 100%;
}
.appzend-search.full-width-animation-content .top-search-ico-close span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.appzend-search.full-width-animation-content.full-height{
    height: 100%;
    position: fixed;
}
.extralmenu-item + .top-search.appzend-search {
    margin-left: 15px;
}
.slider-content .videocalltoaction_wrap .box-shadow-ripples {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
}
.hidden {
    display: none !important;
}
.sp-woo-load-more {
    border: 2px solid #E9E9E9;
    color: #333;
    font-weight: 900;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    width: 250px;
    margin: 0 auto;
}
.sp-woo-load-more.loading::before {
    margin-right: 8px;
    margin-left: -8px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #BBB;
        border-left-color: rgb(187, 187, 187);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: spin 450ms infinite linear;
    animation: spin 450ms infinite linear;
}
.relative{
    position: relative;
}
.single_product_breadcrumb_wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 15px;
    position: relative;
}
.sparkle-products-nav .product-short{
    background-color: #efefef;
}
.sparkle-products-nav .product-btn:hover .wrapper-short {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility .3s ease;
}

/**
* Responsive CSS
*/
@media(max-width:1024px){
	.box-header-nav.main-menu-wapper.text-center {
        display: none;
    }
    .nav-classic .nav-menu{
        gap: 10px;
        margin-right: 0;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .owl-carousel .owl-nav {
        bottom: 50px;
        width: 130px;
    }
    .box-header-nav.main-menu-wapper {
        display: none;
    }

    .extralmenu-item + .top-search.appzend-search {
        margin-left: unset;
        margin-right: 15px;
    }
    .headlines.title-style-four h4{
        font-size: 35px;
    }
    .calltoaction_promo_wrapper .calltoaction_button_wrap .btn-border{
        margin-left: 0;
    }

    .nav-menu .link-box {
        margin-left: 0;
        margin-right: 7px;
    }
    .extralmenu-item,
    .call-us{
        display: none;
    }
}
@media(max-width:900px){
    .single-catproducts.products.grid-2{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media(max-width:768px){
    .flex-align.tablet-text-left {
        justify-content: left;
    }

    .flex-align.tablet-text-right {
        justify-content: right;
    }

    .tablet-text-left {
        text-align: left;
    }

    .tablet-text-right {
        text-align: left;
    }
    .tablet-text-center {
        text-align: center;
    }
    .graphics-section-ls img, .graphics-section-rs img{
        display: none;
    }
    .articlesListing .article .btns .btn,
    .btn {
        padding: 8px 13px;
    }
    .pricing-inner {
        padding: 20px 20px 40px;
    }
    .pricing-rate .pricing {
        font-size: 30px;
    }
    .cl-blog-section.layout-two .post-meta{
        top: -50px
    }
    
    p{
		margin-bottom: 0;
	}
	ul, ol,.wp-block-column:nth-child(2n) {
        padding:0px;
        margin-left: 0;
    }
    h4 {
        font-size: 14px;
    }
    .bannerwrap .position-background .slider-content{
        width: 80%;
    }
    .bannerwrap{
        position: relative;
    }
    .bannerwrap .slider-content {
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
        padding: 15px;
    }
    a + .videocalltoaction_wrap {
        margin-top: 40px;
        display: inline-block;
    }

    .headlines{
        width: 80%;
    }
    .headlines h2 {
        font-size: 32px;
    }
    .site-wrapper,.wp-block-columns{
        display: block;
    }
    .bannerwrap {
        height: 360px;
    }
    .bannerwrap,.breadcrumb {
        padding: 60px 0px;
    }
    .bannerwrap .slider-content h1,.calltoaction_promo_wrapper .calltoaction_full_widget_content h2{
        font-size: 32px;
        font-weight: 600;
    }
    .bannerwrap .slider-content p,.headlines p {
        font-size: 15px;
        line-height: 1.4;
    }
    .calltoaction_promo_wrapper .calltoaction_button_wrap {
        padding-top: 0px;
    }
    .graphics-section-ls {
        width: 100px;
        top: 8%;
        left: 8%;
    }
    .calltoaction_promo_wrapper{
        padding: 60px 15px;
    }
    .single-item.section-box,.get-started-item.section-box {
        margin-bottom: 15px;
    }
    .left-content{
        text-align: left;
    }
    .how-it-works .right-img img,
    #primary,.widget-area {
        width: 100%;
        position: unset;
    }
    .left-accordion .content {
        margin-top: 10px;
    }
    .how-it-works{
        padding-bottom: 0;
    }
    section{
        padding: 40px 15px;
    }
    .articlesListing{
        padding: 0 15px;
    }
    .calltoaction_promo_wrapper .calltoaction_full_widget_content {
        width: 100%;
    }
    .wp-block-column:not(:only-child) {
        flex-basis: unset !important;
        flex-grow: unset;
    }
    .wp-block-spacer{
        height: 10px!important;
    }
    .ed-gallery-wrapper.grid-5,
    .ed-gallery-wrapper.grid-4,
    .ed-gallery-wrapper.grid-3,
    .footer-3, .footer-4, .footer-5, .footer-6, .footer-7, .footer-8, .footer-9, .footer-10, .footer-11, .footer-12 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #highlight-service-section .grid.layout-three.image-left,
    #highlight-service-section .grid.layout-two.image-left,
    #highlight-service-section .grid.layout-three.image-right,
    #highlight-service-section .grid.layout-two.image-right,
    #highlight-service-section .grid.layout-three.image-center,
    #highlight-service-section .grid.layout-two.image-center,
    #highlight-service-section .grid.layout-three.image-center, #highlight-service-section .grid.layout-two.image-center,
    .grid, .grid-2, .grid-3, .grid-4, .grid-5{
        grid-template-columns: repeat(1, 1fr);
    }
    .articlesListing.blogitemlist.gridview article,
    .articlesListing.blogitemlist.masonry article{
        width: 100%;
    }
    .articlesListing.blogitemlist.masonry article:nth-child(2n+1){
        margin-right: unset;
    }
    .bannerwrap .banner-image { z-index: -1;}

    .call-to-action-inner,
    .call-to-action{
        padding: 15px;
    }
    .call-to-action-content h2{
        font-size: 24px;
    }
    .nav-classic .nav-menu{
        gap: 0;
    }
    .sub-menu-toggle, button.mobile-nav-toggle {
        margin-left: 15px;
    }
    .nav-classic .header-middle-inner > :not(:last-child) {
        max-width: 50%;
    }
    .headlines.title-style-four h4{
        font-size: 35px;
    }
    
}

@media(max-width:650px){
    .bannerwrap .position-background .slider-content{
        width: 100%;
    }
    .extralmenu-item {
        display: none;
    }
    .footer-4, .footer-5, .footer-6, .footer-7, .footer-8, .footer-9, .footer-10, .footer-11, .footer-12 {
        grid-template-columns: repeat(1, 1fr);
    }
    .nav-menu .link-box {
        display: none;
    }
    .header-search{
        display: none;
    }
    .menu-style-sidebar .nav-classic .header-middle-inner .site-branding{
        width: auto;
        max-width: 70%;
    }
}
@media(max-width:550px){
    .articlesListing.alternateview .article{
        display: block;
    }
    .blogitemlist.largelistview .article .box, .blogitemlist.alternateview .article .box, .articlesListing.largelistview .article .blog-post-thumbnail, .articlesListing.alternateview .article .blog-post-thumbnail{
        width: 100%;
    }
    .appzend-search.full-width-animation-content input[type="text"], .top-search.show-field input[type="text"]{
        width: 90%;
    }
    .footer-3,
    .ed-gallery-wrapper.grid-5,
    .ed-gallery-wrapper.grid-4,
    .ed-gallery-wrapper.grid-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .headlines.title-style-four h4{
        font-size: 25px;
    }
}
@media(max-width:500px){
    .flex-align.mobile-text-left {
        justify-content: left;
    }

    .flex-align.mobile-text-right {
        justify-content: right;
    }

    .mobile-text-left {
        text-align: left;
    }

    .mobile-text-right {
        text-align: left;
    }
    .mobile-text-center {
        text-align: center;
    }
}