/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
:root {
    --primary-color: #6c757d;
    --secondary-color: #f45905;
    --tertiary_color: #00215b;
    --quaternary-color: #fff;
    --heading-font: "Jost", sans-serif;
    --nav-font: "Roboto Condensed", sans-serif;
    --nav-color: var(--quaternary-color);
    --nav-color-h: #f45905;
    --nav-bg-h: #f45905;
    --body-fonts: "Hind", sans-serif;
}

a {
    color: #fff !important;
}
a:hover,
a:focus {
    color: var(--primary-color);
    text-decoration: underline;
}

.pd{
    padding: 10px;
}
#sticker {
    width: 100% !important;
}
.header .bottom-header .navbar {
    float: right;
    padding: 0;
}
.ow-navigation {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 1px;
}
.header .bottom-header .navbar.border {
    border: none !important;
}
.ow-navigation .nav.navbar-nav > li {
    margin: 0 2px;
}
.ow-navigation .nav.navbar-nav > li:last-of-type {
    margin-right: 0;
}
.nav >li>a:focus, .nav >li>a:hover, .nav >li>a:active {
    text-decoration: none;
    background-color: #00215b !important;
color: #f45905 !important;
}
.ow-navigation .nav.navbar-nav li > a {
    color: var(--nav-color);
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 30px 15px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    font-family: var(--nav-font);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}
.ow-navigation .nav.navbar-nav li > a i {
    display: inline-block;
    margin-right: 8px;
}
.ow-navigation.underline .nav.navbar-nav li.active > a,
.ow-navigation.underline .nav.navbar-nav li > a:hover,
.ow-navigation.underline .nav.navbar-nav li > a:focus {
    color: var(--nav-color-h);
}

.category a {
    color: #000;
}

.post-by a {
    color: #000;
}
.ow-navigation.underline .nav.navbar-nav li > a::before {
    margin: 0 auto;
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    bottom: 0;
    border: 2px solid transparent;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.ow-navigation.underline .nav.navbar-nav li.active > a::before,
.ow-navigation.underline .nav.navbar-nav li > a:hover::before,
.ow-navigation.underline .nav.navbar-nav li > a:focus::before {
    border-color: var(--nav-color-h);
    left: 12px;
    right: 12px;
}
.ow-navigation.underline .nav.navbar-nav .dropdown-menu li > a::before {
    border: none;
}
.navbar-fixed-top .ow-navigation .navbar-brand {
    padding: 31px 0;
}
.menu-block.navbar-fixed-top .ow-navigation .nav.navbar-nav li > a {
    color: var(--quaternary-color);
}
@media (min-width: 992px) {
    .menu-block.navbar-fixed-top {
        background-color: var(--quaternary-color);
    }
    .menu-block .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .ow-navigation .nav.navbar-nav li > .dropdown-menu.keypress {
        opacity: 0;
        transform: scaleY(1);
        visibility: visible;
        background-color: #222;
    }
    .ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu,
    .ow-navigation .nav.navbar-nav li.dropdown:focus > .dropdown-menu,
    .ow-navigation .nav.navbar-nav li.focus > .dropdown-menu,
    .ow-navigation .nav.navbar-nav li.focus > .dropdown-menu.keypress {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
        background-color: #222;
    }
    .ow-navigation .ddl-switch {
        display: none !important;
    }
    .navbar-fixed-top.menu-block .container {
        padding: 0 15px;
    }
    .ow-navigation .navbar-collapse > ul > li > .dropdown-menu {
        top: 100%;
        left: 0;
    }

    .ow-navigation ul li > .dropdown-menu {
        border: none;
        left: 100%;
        border-radius: 0;
        margin-top: 0;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease-in-out 0s;
        visibility: hidden;
        top: 0;
        box-shadow: none;
        display: block;
        max-width: 400px;
        min-width: 250px;
        width: 100%;
        padding: 0;
    }
    .ow-navigation .dropdown .dropdown-menu li a {
        padding: 11.5px 30px;
        color: var(--quaternary-color);
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.28px;
        line-height: 26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
    }
    .ow-navigation .dropdown .dropdown-menu li a::before {
        border: none;
    }
    .ow-navigation .dropdown .dropdown-menu li:last-of-type a {
        border-bottom: none;
    }
    .menu-block.navbar-fixed-top .ow-navigation .dropdown-menu > li > a:hover {
        color: #f7c51d;
    }
    .ow-navigation .dropdown-menu > li:hover > a,
    .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #f7c51d;
    }
    .ow-navigation ul > li > .dropdown-menu {
        left: 0;
    }
    .ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu {
        right: 0;
    }
    .ow-navigation ul > li > .dropdown-menu,
    .ow-navigation ul > li .dropdown-menu ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul {
        right: auto;
    }
    .ow-navigation ul > li .dropdown-menu ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul {
        left: 100%;
    }
    .ow-navigation ul > li .dropdown-menu ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul {
        right: 100%;
    }
    .ow-navigation ul > li .dropdown-menu ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
    .ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul,
    .ow-navigation
        .navbar-collapse
        > ul
        > li:last-child
        .dropdown-menu
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul
        ul {
        left: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .ow-navigation .nav.navbar-nav > li {
        margin: 0;
    }
    .ow-navigation .nav.navbar-nav li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.white-space {
    display: none;
}
@media (max-width: 991px) {
    .white-space {
        display: inline-block;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .header .bottom-header {
        padding-bottom: 3px;
    }
    .sticky-wrapper .menu-block {
        background: #303031;
    }
    .menu-block.navbar-fixed-top {
        background-color: var(--quaternary-color);
    }
    .menu-block.navbar-fixed-top .ow-navigation .navbar-brand {
        display: block;
        padding: 10px 0 9px;
        margin-right: 0;
    }
    .menu-block.navbar-fixed-top .ow-navigation .navbar-brand > img {
        display: inline-block;
        margin-right: 15px;
        max-width: 46px;
    }
    .ow-navigation {
        padding: 0;
        top: 3px;
        width: 100%;
    }
    .ow-navigation .navbar-collapse {
        border-top: none;
        box-shadow: none;
        width: 100%;
        overflow: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
    .ow-navigation .navbar-collapse.collapse {
        display: none !important;
    }
    .ow-navigation .navbar-header {
        float: none;
    }
    .ow-navigation .navbar-brand {
        padding: 0;
    }
    .ow-navigation .navbar-toggle {
        display: block;
        background-color: #f7c51d;
        margin-bottom: 12px;
        margin-top: 14px;
        margin-right: 0;
        border-radius: 0;
        border: 1px solid transparent;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }
    .navbar-fixed-top .ow-navigation .navbar-toggle .icon-bar,
    .ow-navigation .navbar-toggle .icon-bar,
    .navbar-fixed-top .ow-navigation .navbar-toggle:focus,
    .navbar-fixed-top .ow-navigation .navbar-toggle:hover,
    .ow-navigation .navbar-toggle:focus {
        background-color: var(--quaternary-color);
        border-color: #f7c51d;
    }
    .navbar-fixed-top .ow-navigation .navbar-toggle:focus .icon-bar,
    .navbar-fixed-top .ow-navigation .navbar-toggle:hover .icon-bar,
    .ow-navigation .navbar-toggle:hover .icon-bar {
        background-color: #f7c51d;
    }
    .ow-navigation .navbar-collapse > .nav.navbar-nav > li {
        margin: 0;
    }
    .ow-navigation .navbar-nav > li {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .menu-block.navbar-fixed-top .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .nav.navbar-nav li > a:hover {
        color: #f7c51d;
    }
    .ow-navigation .nav.navbar-nav li > a,
    .ow-navigation .navbar-collapse > ul > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
        padding-left: 0;
    }
    .ow-navigation .dropdown-menu > li > a {
        font-weight: 300 !important;
    }
    .ow-navigation .navbar-collapse > ul > li:last-of-type > a {
        padding-bottom: 13px;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .ow-navigation .nav.navbar-nav li > a::before {
        border: none;
    }
    .ow-navigation .navbar-collapse.collapse.in,
    .ow-navigation .navbar-collapse.collapse.show {
        display: block !important;
    }
    .ow-navigation .collapsing {
        overflow: hidden !important;
    }
    .ow-navigation .dropdown-menu {
        background-color: transparent;
        border: 0;
        margin-top: 0;
        padding-left: 10px;
        padding-top: 0;
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .ow-navigation .ddl-switch {
        background-color: #1e1e1e;
        cursor: pointer;
        font-size: 18px;
        padding: 1.5px 5px;
        position: absolute;
        right: 0;
        z-index: 9999;
        top: 6px;
        color: #f7c51d;
    }
    .ow-navigation .ddl-active > .ddl-switch:before {
        content: "\f106";
    }
    .ow-navigation.underline .nav.navbar-nav li > a::before {
        border: none;
    }
    .header .bottom-header .navbar {
        background: var(--tertiary_color);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }
    .ow-navigation .navbar-nav {
        float: none !important;
        border-top: 1px solid var(--quaternary-color);
        margin: 0;
        margin: 0 !important;
    }
    .header .bottom-header .navbar .navbar-nav {
        max-height: 80%;
        overflow-y: scroll;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 0 0 6px;
    }
    .header .container {
        padding: 0;
    }
    .header .bottom-header .side-bar-btn {
        padding-right: 15px;
    }
}
aside#secondary #blog-sidebar {
    display: block;
    position: relative;
    padding-top: 20px;
}
.not-found p {
    margin-bottom: 20px;
    clear: both;
}
aside#secondary .widget,
.consted-sidebar .widget_block {
    display: block;
    width: 100%;
    padding-bottom: 30px 30px 15px 30px;
}
.consted-sidebar .widget_block {
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h3.widget-title,
.related.products h2,
.upsells.products h2,
.cross-sells h2 {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    background: url(assets/image/greyline.png) center center repeat-x;
    font-size: 20px;
}
.consted-sidebar .widget_block .widget-title {
    text-align: left;
    color: var(--tertiary_color);
    background: 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.consted-sidebar .widget_block:hover {
    border: 1px solid var(--secondary-color);
}
.consted-sidebar .widget_block:hover .widget-title {
    border-bottom: 1px solid var(--secondary-color);
}
h3.widget-title span,
.related.products h2 span,
.upsells.products h2 span,
.cross-sells h2 span,
.consted-sidebar .widget_block h2 span {
    display: inline-block;
    padding: 10px 15px;
    color: var(--quaternary-color);
    background: var(--secondary-color);
}
#secondary .widget ul,
ul.popular_category_list,
#colophon.site-footer ul,
.consted-sidebar .widget_block ul,
.consted-sidebar .widget_block ol {
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-top: -5px;
}
#secondary .widget li,
ul.popular_category_list li,
#colophon.site-footer li,
.consted-sidebar .widget_block li {
    list-style: none;
    display: block;
    border-bottom: solid 1px #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
#secondary .widget li:last-child,
ul.popular_category_list li:last-child,
#colophon.site-footer li:last-child,
.consted-sidebar .widget_block li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
#secondary .widget li:before,
#colophon.site-footer li:before,
.consted-sidebar .widget_block li:before {
    font-family: icofont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 3px;
    font-size: 16px;
    top: 16px;
    content: "\ea98";
    opacity: 0;
    visibility: hidden;
    transition: 0.33s all ease;
    top: 50%;
    margin-top: -8px;
}
#secondary .widget li:hover:before,
#secondary .widget li:focus:before,
#secondary .widget li.focus:before,
#colophon.site-footer .widget li:hover:before,
#colophon.site-footer .widget li:focus:before,
#colophon.site-footer .widget li.focus:before,
.consted-sidebar .widget_block li:hover:before,
.consted-sidebar .widget_block li:focus:before {
    opacity: 1;
    visibility: visible;
    left: -2px;
    color: var(--secondary-color);
    top: 50%;
    margin-top: -8px;
}
#secondary .widget li:last-child,
ul.popular_category_list li:last-child,
.consted-sidebar .widget_block li:last-child {
    border: none;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu li a,
#secondary .widget li a,
.consted-sidebar .widget_block li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    display: block;
    color: var(--primary-color);
    text-decoration: none;
}
#secondary .widget li a:focus,
#secondary .widget li a:hover,
.consted-sidebar .widget_block li a:focus,
.consted-sidebar .widget_block li a:hover {
    color: var(--secondary-color);
}
#secondary .widget li.focus,
#secondary .widget li:hover,
#colophon.site-footer .widget li:hover,
#colophon.site-footer .widget li.focus,
.consted-sidebar .widget_block li.focus,
.consted-sidebar .widget_block li:hover {
    padding-left: 15px;
}
#secondary .post-date {
    display: block;
    text-align: right;
    font-size: 11px;
    font-style: italic;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.widget_search form {
    position: relative;
    overflow: hidden;
}
.widget_search .search-field,
.widget_search input[type="search"] {
    margin-right: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 33px;
    padding: 0 12px;
    border: 1px solid var(--secondary-color);
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.widget_search label {
    margin-bottom: 0;
    width: calc(100% - 60px);
    display: block;
}
.widget_search .search-submit {
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 33px 33px 0;
    text-transform: capitalize !important;
    cursor: pointer;
    padding: 12px 13px;
    border: none;
}
#secondary table {
    width: 100%;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
#secondary table td,
#secondary table th {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    border-left: 1px solid #d7d7d7;
}
ul.post-meta {
    list-style: none;
    margin: 0;
    margin-left: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    white-space: nowrap;
    display: block;
    margin-bottom: 10px;
    background-color: black;
    line-height: 43px;
    border-radius: 5px;
}
ul.post-meta li {
    list-style: none;
    display: inline-block;
    line-height: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
    position: relative;
}
ul.post-meta li:after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 0;
}
ul.post-meta li:last-child:after {
    display: none;
}
.blog-details .post-meta-wrap {
    margin-top: -10px;
}
.comment-form input[type="checkbox"],
.content input[type="checkbox"],
#respond input[type="checkbox"] {
    border-radius: 2px;
    background: #dadada;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    margin-right: 10px;
}
.comment-form input[type="checkbox"]:checked,
.content input[type="checkbox"]:checked,
#respond input[type="checkbox"]:checked {
    background: var(--tertiary-color);
}
.comment-form input[type="checkbox"]:before,
.content input[type="checkbox"]:before,
#respond input[type="checkbox"]:before {
    opacity: 0;
}
.comment-form input[type="checkbox"]:checked::before,
.content input[type="checkbox"]:checked::before,
#respond input[type="checkbox"]:checked::before {
    float: left;
    color: var(--secondary-color);
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-top: 10px;
    margin-left: 2px;
    font-family: icofont;
    font-weight: 400;
    content: "\f00e";
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}
.custom-post-sidebar {
    margin-top: -10px;
}
.custom-post-sidebar .row {
    border-bottom: 1px solid #f6f6f6;
    padding: 10px 0;
}
.custom-post-sidebar h6 {
    margin-bottom: 0;
}
.custom-post-sidebar .row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.single-prev-next {
    background: var(--quaternary-color);
    padding: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 40px;
}
.single-prev-next .align-right {
    text-align: right;
}
.single-prev-next .col-md-6 {
    position: relative;
}
.single-prev-next h5 {
    margin-bottom: 0;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}
.single-prev-next img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.blog-details .main-content .post-a-comment form input[type="text"]:focus,
.blog-details .main-content .post-a-comment form input[type="email"]:focus,
.blog-details .main-content .post-a-comment form input.text:focus,
#respond form input[type="text"]:focus,
#respond form input[type="email"]:focus,
#respond form input.text:focus,
.blog-details .main-content .post-a-comment form textarea:focus,
#respond form textarea:focus {
    border: 1px solid var(--secondary-color);
}
#inner-page-wrap {
    padding: 100px 0;
}
body.error404 #content.site-content {
    padding: 0;
}
.error-404 {
    background: url(assets/image/404.png) no-repeat center -20px var(--quaternary-color);
    padding: 15vh;
    margin: 0 auto;
    text-align: center;
    padding-top: 300px;
    border-top: 1px solid #e5e5e5;
    height: 90vh;
    min-height: 500px;
}
.error-404 .page-header {
    padding-top: 180px;
}
.error-404 .search-form label {
    width: 400px;
}
.error-404 .search-form input[type="search"] {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #666;
    border: 1px solid#ccc;
    border-radius: 3px;
    padding: 12px;
    display: block;
}
.error-404 input.search-submit {
    padding: 15px 30px;
    margin-left: -7px;
    font-size: 16px;
}
.error-404 input.search-submit:hover {
    background: var(--quaternary-color);
}

.boxf {
    border-radius: 2px;
    background-color: #00215b;
    width: 45%;
    /* text-align: justify; */

    float: right;
    margin-right: -10%;
    margin-bottom: 150px;
}

.boxf p {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--nav-font);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}

.def {
    background-color: #f45905 !important;
    /* margin-bottom: 6px !important; */
    border: none !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > thead > tr > th {
            white-space: normal!important;
        }
    /***** global style *****/
    .boxf {
        border-radius: 2px;
        background-color: #00215b;
        width: 100%;
        /* text-align: justify; */
        float: right;
        margin-right: -10%;
        margin-bottom: -18px;
    }

    .elementor-widget-image img {
        vertical-align: middle;
        display: inline-block;
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .boxf {
        border-radius: 2px;
        background-color: #00215b;
        width: 65%;
        /* text-align: justify; */
        float: right;
        margin-right: -10%;
        margin-bottom: -6px;
    }

    .boxf p {
        font-size: 12px;
        line-height: 20px;
        font-family: var(--nav-font);
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: 15px;
        margin-right: 15px;
    }

    .def {
        background-color: #f45905 !important;
        border: none !important;
    }
    .sticky-wrapper .menu-block {
        background: #303031;
    }
    .menu-block.navbar-fixed-top {
        background-color: var(--quaternary-color);
    }
    .menu-block.navbar-fixed-top .ow-navigation .navbar-brand {
        display: block;
        padding: 10px 0 9px;
        margin-right: 0;
    }
    .menu-block.navbar-fixed-top .ow-navigation .navbar-brand > img {
        display: inline-block;
        margin-right: 15px;
        max-width: 46px;
    }
    .ow-navigation {
        padding: 0;
        top: 2px;
        width: 100%;
        margin-bottom: 1px !important;
    }

    .single-box a {
        display: block;
    }
    .single-box h2 {
        display: flex;
        font-size: 20px;
    }

   
    .navbar {
        display: block;
        min-height: 0px !important;
    }
    .carousel-inner {
        bottom: 2px;
        /* background-image: url(../images/breadcrumb-bg.jpg), linear-gradient(rgb(0 0 0 / 71%), rgba(0, 0, 0, 0.7)); */
    }
    .ow-navigation .navbar-collapse {
        border-top: none;
        box-shadow: none;
        width: 100%;
        overflow: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
    .ow-navigation .navbar-collapse.collapse {
        display: none !important;
    }
    .ow-navigation .navbar-nav {
        float: none !important;
        border-top: 1px solid #f7c51d;
        margin: 0;
    }
    .ow-navigation .navbar-header {
        float: none;
    }
    .header .navbar-toggle {
        display: block;
        background-color: var(--secondary-color);
        margin-top: 8px;
        margin-left: 8px;
        margin-right: 0;
        border-radius: 0;
        border: 1px solid transparent;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        height: 32px;
        width: 44px;
    }
    .header .navbar-toggle:hover,
    .header .navbar-toggle:focus {
        color: var(--secondary-color);
        background: var(--quaternary-color);
    }
    .header .navbar-toggle:hover .icon-bar,
    .header .navbar-toggle:focus .icon-bar {
        background: var(--secondary-color);
    }
    .header .navbar-toggle .icon-bar,
    .header .navbar-toggle .icon-bar {
        background-color: var(--quaternary-color);
        border-color: #f7c51d;
    }
    .navbar-fixed-top .ow-navigation .navbar-toggle:focus .icon-bar,
    .navbar-fixed-top .ow-navigation .navbar-toggle:hover .icon-bar,
    .ow-navigation .navbar-toggle:hover .icon-bar {
        background-color: #f7c51d;
    }
    .ow-navigation .navbar-collapse > .nav.navbar-nav > li {
        margin: 0;
    }
    .ow-navigation .navbar-nav > li {
        display: inline-block;
        float: none;
        width: 100%;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        margin-bottom: 4px;
    }
    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }
    .menu-block.navbar-fixed-top .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .dropdown-menu > li > a:hover,
    .ow-navigation .nav.navbar-nav li > a:hover {
        color: #f7c51d;
    }
    .ow-navigation .nav.navbar-nav li > a,
    .ow-navigation .navbar-collapse > ul > li > a {
        width: 100%;
        padding: 15px 40px;
    }
    .ow-navigation .dropdown-menu > li > a {
        font-weight: 300 !important;
    }
    .ow-navigation .navbar-collapse > ul > li:last-of-type > a {
        padding-bottom: 13px;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .ow-navigation .nav.navbar-nav li > a::before {
        border: none;
    }
    .ow-navigation .navbar-collapse.collapse.in {
        display: block !important;
    }
    .ow-navigation .collapsing {
        overflow: hidden !important;
    }
    .ow-navigation .dropdown-menu {
        background-color: transparent;
        border: 0;
        margin-top: 0;
        padding: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .ow-navigation .ddl-switch {
        background-color: #1e1e1e;
        cursor: pointer;
        font-size: 18px;
        padding: 1.5px 5px;
        position: absolute;
        right: 0;
        z-index: 9999;
        top: 25px;
        right: 15px;
        color: #f7c51d;
        margin-top: -10px;
    }
    .ow-navigation .ddl-active > .ddl-switch:before {
        content: "\f106";
    }
    .ow-navigation.underline .nav.navbar-nav li > a::before {
        border: none;
    }
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.custom-logo-link {
    display: inline-block;
}
.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;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.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;
}
.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0 !important;
}
.logo-wrap {
    text-align: center;
}
.partner-slider.owl-carousel .owl-item img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.banner .slider .banner-txt .def-btn:hover,
.banner .slider .banner-txt .def-btn:focus {
    background: 0 0;
    text-decoration: none;
    color: var(--secondary-color);
}
.share-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--tertiary_color);
    color: var(--quaternary-color);
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 3px;
    text-decoration: none;
    padding-top: 3px;
}
.share-box a.button-twitter {
    background: #00acee;
}
.share-box a.button-facebook {
    background: #3b5998;
}
.share-box a.button-stumbleupon {
    background: #f74425;
}
.share-box a.button-linkedin {
    background: #0e76a8;
}
.share-box a.pinterest {
    background: #c8232c;
}
.share-box a:hover,
.share-box a:focus {
    opacity: 0.7;
}
.author-profile-wrap {
    background: #f1fffa;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    background: var(--quaternary-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 50px;
    padding-bottom: 10px;
}
.author-profile-wrap .author-desc {
    padding: 5px 15px;
}
.author-profile-wrap img {
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.related-post {
    margin-top: 40px;
}
.consted-sidebar .widget_block .wp-block-latest-comments__comment a,
.consted-sidebar .widget_block .wp-block-latest-comments__comment footer {
    display: inline-block;
}
.consted-sidebar .widget_block h2 {
    line-height: 1.3;
}
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-nav > li:hover,
ul.flat-unstyled > li > a:hover,
ul.flat-unstyled > li.current-menu-item > a,
.box-icon-cart > ul > li > a:hover,
.box-icon-cart a:hover,
.box-icon-cart .dropdown-box > ul > li .info-product .price,
.box-icon-cart .dropdown-box .btn-cart a.view-cart,
#secondary .widget li:hover a,
a:hover,
#secondary .widget li:hover::before,
#secondary .widget li.current-cat::before,
a.ui-to-top:hover,
article.main-post .content-post ul.meta-post li a:hover,
.woocommerce .shopstore-grid-list a.active,
.imagebox .box-content .product-name a:hover,
.woocommerce ul.products li.product .woocommerce-Price-amount,
.compare-wishlist span.bi,
.rd-navbar-static .rd-navbar-nav > li:hover > a,
.compare-wishlist a:hover,
.woocommerce .shopstore-grid-list a:hover,
.footer-widgets ul > li > a:hover,
#mega-menu > ul.menu > li:hover > a .menu-title,
.rd-navbar-static .rd-navbar-nav > li.current-menu-item > a {
    color: var(--secondary-color);
}
a.ui-to-top:hover {
    color: #37bf91;
}
a.ui-to-top.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
a.ui-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: 0.3s all ease;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 99;
    font-size: 30px;
    color: var(--quaternary-color);
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0;
    cursor: pointer;
}
a.ui-to-top:hover,
a.ui-to-top:focus {
    background: var(--quaternary-color);
    color: var(--secondary-color);
}
.header .bottom-header .logo-wrap {
    flex-direction: column;
}
.blog-wrap .single-box .part-txt {
    text-align: left;
}
.blog-wrap .single-box .part-txt .post-meta-wrap {
    margin-top: -10px;
}
.logo-showcase .logo-wrap {
    padding: 15px;
}
.footer .site-info {
    padding-right: 50px;
}
.main-footer .social {
    padding-top: 30px;
}
.hide-block {
    display: none !important;
}
.elementor-section-full_width .elementor-widget-container {
    transition: all 400ms;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.elementor-187 .elementor-element.elementor-element-84045fc {
    margin: 0 -10px;
}
aside#secondary .widget {
    margin-bottom: 35px;
}
