.circular-xevn .extra/*
 * Theme Name: Circular
 * Version: 1.0
 * Description: IT Solutions & Business Consulting
 * Author: Themes247
 * Theme URI: https://themes247.net/circular
 * Author URI: https://themes247.net/
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Tags: left-sidebar, right-sidebar, custom-background, custom-logo, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: circular
 * Tested up to: 8.0
 * Requires PHP: 5.4
**/

/*--------------------------------------------------------------------*
    GENERAL
--------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Aktiv Grotesk", sans-serif;
    color: #7b7b7b;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-smooth-auto {
    -webkit-font-smoothing: auto;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 20px;
}

.drop-cap {
    float: left;
    color: #262626;
    font-size: 90px;
    line-height: 82px;
    padding-right: 0.1em;
    font-family: "Source Serif Pro", sans-serif;
}

.drop-cap2 {
    display: inline-block;
    font-size: 60px;
    line-height: 78px;
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 3px 15px 5px 0;
    float: left;
    color: #fff;
    background-color: #262626;
    font-family: "Source Serif Pro", sans-serif;
}

strong,
b {
    font-weight: 700;
}

dfn,
i {
    font-style: italic;
}

blockquote {
    font-family: "Source Serif Pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    background-color: #f2f6f8;
    position: relative;
    padding: 50px 50px 45px;
    margin: 42px 0;
    border-radius: 4px;
}

blockquote:before {
    content: "\201c";
    font-family: Georgia, Times, serif;
    font-size: 9.375rem;
    color: #bcbcbc;
    opacity: 0.3;
    position: absolute;
    top: -25px;
    line-height: 1;
    left: 20px;
}

blockquote cite {
    font-size: 18px;
    opacity: 0.7;
    font-family: "Aktiv Grotesk", sans-serif;
    display: block;
    margin: 15px 0 0;
    position: relative;
}

blockquote>p {
    margin-bottom: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after {
    content: none;
}

abbr,
acronym {
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background-color: #f26b1d;
}

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

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    margin: 0 0 20px;
}

code,
kbd,
tt,
var {
    font-family: Inconsolata, monospace;
    font-size: 1em;
}

pre {
    margin: 40px 0 35px;
    padding: 40px 45px;
    background-color: #f2f6f8;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
}

hr {
    background-color: #e3e3e3;
    border: 0;
    height: 1px;
    margin-bottom: 24px;
}

ul,
ol {
    padding: 0;
    margin: 14px 0 24px 30px;
    list-style: none;
}

ul {
    list-style: disc;
}

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

ol {
    list-style: decimal;
}

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

ul.has-icon,
ol.has-icon {
    list-style: none;
    margin: 0;
}

ul.has-icon>li,
ol.has-icon>li {
    margin-bottom: 10px;
    font-weight: 500;
}

ul.has-icon>li>i,
ol.has-icon>li>i {
    font-size: 25px;
    color: #f26b1d;
    margin-right: 10px;
    display: inline-block;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: 500;
}

del {
    opacity: 0.5;
}

table,
th,
td {
    text-align: left;
    border: 1px solid #e3e3e3;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 500;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 15px;
}

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

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

.screen-reader-text:focus {
    background-color: #e3e3e3;
    clip: auto !important;
    color: #262626;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    padding: 16px 24px 14px;
    text-decoration: none;
    width: auto;
}

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

button,
input {
    line-height: normal;
    transition: all 0.3s ease;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    vertical-align: baseline;
}

input,
textarea {
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    border: 0;
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    outline: 0;
}

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

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

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

input:-webkit-autostrok {
    -webkit-box-shadow: 0 0 0px 1000px #e3e3e3 inset;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Helvetica Neue", sans-serif;
    color: #7b7b7b;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 0 22px;
    height: 50px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    transition: all 0.3s ease;
}

select {
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0 22px;
    margin: 0 0 20px 0;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='9,1 92,1 50,60'/></svg>");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) 48%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

textarea {
    padding: 15px 22px;
    min-height: 100px;
    overflow: auto;
    vertical-align: top;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #a8a8a8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-color-light input,
.form-color-light textarea,
.form-color-light select {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
}

.form-color-light select {
    color: #fff;
    background-color: transparent;
}

.form-color-light select:focus,
.form-color-light input:focus,
.form-color-light textarea:focus {
    border-color: #f26b1d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f26b1d;
    padding: 0 30px;
    height: 50px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    color: #fff;
    background-color: #262626;
}

::placeholder {
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888;
}

::-ms-input-placeholder {
    color: #888;
}

.mobile-search ::placeholder,
.form-color-light ::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

.mobile-search :-ms-input-placeholder,
.form-color-light :-ms-input-placeholder {
    color: #a8a8a8;
}

.mobile-search ::-ms-input-placeholder,
.form-color-light ::-ms-input-placeholder {
    color: #a8a8a8;
}

::selection {
    color: #fff;
    background-color: #f26b1d;
}

a {
    color: #f26b1d;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    margin: 0 0 15px;
    font-family: "Aktiv Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 3.125em;
    line-height: 1.24;
}

/* 50px */

h2 {
    font-size: 2.5em;
    line-height: 1.3;
}

/* 42px */

h3 {
    font-size: 2.25em;
    line-height: 1.34;
}

/* 36px */

h4 {
    font-size: 1.875em;
    line-height: 1.34;
}

/* 30px */

h5 {
    font-size: 1.5em;
    line-height: 1.42;
}

/* 24px */

h6 {
    font-size: 1.25em;
    line-height: 1.5;
}

/* 20px */

@media (max-width: 1024px) {
    h1 {
        font-size: 2.625em
    }
    /* 42px */
    h2 {
        font-size: 2.25em
    }
    /* 36px */
    h3 {
        font-size: 1.875em
    }
    /* 30px */
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.25em
    }
    /* 36px */
    h2 {
        font-size: 1.875em
    }
    /* 30px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/*--------------------------------------------------------------------*
    EXRTA CLASSES
*---------------------------------------------------------------------*/

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clear-left {
    clear: left !important;
}

.clear-right {
    clear: right !important;
}

.clear-both {
    clear: both !important;
}

.align-left,
.text-left {
    text-align: left !important;
}

.align-center,
.text-center {
    text-align: center !important;
}

.align-right,
.text-right {
    text-align: right !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

.text-dark {
    color: #262626 !important;
}

.text-white {
    color: #fff !important;
}

.text-accent {
    color: #f26b1d !important;
}

.text-highlight-1 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #f26b1d 30%);
    padding: 0 5px;
}

.text-highlight-2 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #f26b1d 0%);
    padding: 0 2px;
}

.text-highlight-1w {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 30%);
    padding: 0 5px;
}

.text-highlight-2w {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #ffffff 0%);
    padding: 0 2px;
}

.no-padding {
    padding: 0 !important;
}

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

.no-border {
    border: 0 !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-block {
    display: block !important;
}

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

.position-static {
    position: static !important;
}

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

.position-absolute {
    position: absolute !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.display-flex {
    display: flex !important;
}

.display-inline-flex {
    display: inline-flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-direction-row {
    flex-direction: row !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.justify-content-flex-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

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

.justify-content-space-evenly {
    justify-content: space-evenly !important;
}

.align-items-flex-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-flex-end {
    align-items: flex-end !important;
}

.has-shadow {
    box-shadow: 0 5px 30px rgb(0 0 0 / 5%) !important;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.has-transition {
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.list-style-none {
    list-style-type: none !important;
}

.list-style-circle {
    list-style-type: circle !important;
}

.list-style-square {
    list-style-type: square !important;
}

.list-style-upper-roman {
    list-style-type: upper-roman !important;
}

.list-style-lower-alpha {
    list-style-type: lower-alpha !important;
}

.hover-opacity:hover {
    opacity: 0.7;
}

.scroll-down {
    cursor: pointer;
    animation: fade_move_down 1.5s ease-in-out infinite;
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 15px);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .hide-on-767px {
        display: none !important;
    }
    .align--mobileleft {
        text-align: left !important;
    }
    .align--mobilecenter {
        text-align: center !important;
    }
    .align--mobileright {
        text-align: right !important;
    }
}

/*--------------------------------------------------------------------*
    LAYOUT
*---------------------------------------------------------------------*/

.circular-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.site-main {
    padding: 60px 0;
}

.main-no-padding .site-main {
    padding: 0;
}

/* Sidebar right (default) */

#site-content {
    float: left;
    width: 65.0411%;
}

#sidebar {
    float: right;
    width: 31.624%;
    padding: 25px 30px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow-x: hidden;
}

/* Sidebar left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}

/* No sidebar */

.no-sidebar #site-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

.no-sidebar #sidebar {
    display: none !important;
}

/* Boxed layout */

.layout-boxed-full-width #wrapper {
    background-color: #f2f6f8;
    padding: 30px;
}

.layout-boxed-full-width #site-header.is-fixed {
    max-width: calc(100% - 60px) !important;
    left: 50%;
    transform: translateX(-50%);
}

.layout-boxed-full-width #viewport {
    width: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.07);
}

.layout-boxed #wrapper {
    background-color: #e3e3e3;
    padding: 0 30px;
}

.layout-boxed #site-header.is-fixed {
    max-width: 1240px !important;
    left: 50%;
    transform: translateX(-50%);
}

.layout-boxed #viewport {
    width: 1240px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 1024px) {
    .site-main {
        padding: 60px 0;
    }
    #sidebar {
        display: none;
    }
    #site-content {
        width: 100%;
    }
}

/*--------------------------------------------------------------------*
    HEADER
*---------------------------------------------------------------------*/

.header-default .header-inner,
.header-mobi-default .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mobi {
    display: none;
}

@media (max-width: 1024px) {
    .header-mobi-default #site-header {
        background-color: #fff;
    }
    .header-desktop {
        display: none;
    }
    .header-mobi {
        display: block;
    }
}

/* Logo */

#site-logo {
    margin-right: auto;
    transition: all 0.3s ease;
    line-height: 1;
}

#site-logo .sl-wrap {
    margin: 22px 0;
}

#site-logo .text-logo {
    font-weight: 500;
    display: inline-block;
    color: #262626;
    font-size: 30px;
    line-height: 1;
}

#site-logo .text-logo:hover {
    color: #f26b1d;
}

/* Menu */

.main-menu {
    display: block;
}

.main-menu ul {
    margin: 0;
    list-style: none;
}

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

.main-menu>ul>li {
    float: left;
    margin-left: 32px;
}

.main-menu>ul>li>a {
    display: inline-block;
    font-family: "Aktiv Grotesk", Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
    transition: all 0.3s ease;
}

.main-menu>ul>li>a:not([href]) {
    cursor: pointer;
}

.main-menu>ul>li>a>span {
    position: relative;
    padding-bottom: 6px;
}

.main-menu>ul>li:first-child {
    margin-left: 0;
}

.main-menu>ul>li>a>span:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #f26b1d;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.main-menu>ul>li.menu-item-has-children>a:after {
    content: '\f140';
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    margin: -2px 0 0 4px;
    vertical-align: top;
    color: inherit;
    position: relative;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

.main-menu>ul>li:hover>a>span:before,
.main-menu>ul>li.current-menu.menu-item-has-children>a>span:before,
.main-menu>ul>li.current-menu-parent.menu-item-has-children>a>span:before,
.main-menu>ul>li.menu-item-has-children:hover>a>span:before,
.main-menu>ul>li.current-menu-ancestor>a>span:before,
.main-menu>ul>li.current-menu-item>a>span:before {
    width: 100%;
    left: 0;
}

/* Sub Menu */

.main-menu .sub-menu {
    background-color: #091825;
    position: absolute;
    left: 0;
    top: 100%;
    width: 268px;
    padding: 18px 0;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s ease;
}

.main-menu .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    transform: none;
    margin-top: 0;
    margin-left: 5px;
}

.main-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    display: block;
    font-family: "Aktiv Grotesk", Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 36px;
    padding: 0 24px;
    transition: all 0.3s ease;
}

.main-menu .sub-menu li a:hover {
    color: #f26b1d;
}

.main-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: all 0.3s ease;
}

.main-menu .sub-menu li:hover>.sub-menu {
    margin-left: 0;
    transition: all 0.3s ease;
}

.main-menu .sub-menu.left {
    left: auto;
    right: 0;
}

.main-menu .sub-menu .sub-menu.left {
    right: -100%;
}

/* Search fullscreen */

.search-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #0e253a;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-fullscreen .search-form {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: all 0.3s ease;
}

.search-fullscreen .search-field {
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    color: #262626;
    background-color: #fff;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border: 0;
    border-radius: 30px;
}

.search-fullscreen .search-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    font-weight: 400;
    background-color: transparent;
    width: 54px;
    height: 54px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2));
    border-radius: 30px;
    text-indent: -9999px;
    padding: 0;
    border: 0;
}

.search-fullscreen .search-submit:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e.st0%7bfill:%23f26b1d%3b%7d%3c/style%3e%3cpath class='st0' d='M24.4%2c23l-4.7-4.7c1.3-1.7%2c2-3.9%2c1.6-6.2c-0.6-3.5-3.5-6.3-7-6.7c-5.1-0.5-9.4%2c3.8-8.9%2c8.9 c0.4%2c3.5%2c3.2%2c6.4%2c6.7%2c7c2.3%2c0.4%2c4.5-0.3%2c6.2-1.6l4.7%2c4.7c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0l0%2c0C24.8%2c24%2c24.8%2c23.4%2c24.4%2c23z M13.4%2c19.4 c-3.3%2c0-6-2.7-6-6s2.7-6%2c6-6s6%2c2.7%2c6%2c6S16.7%2c19.4%2c13.4%2c19.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 12px;
    top: 12px;
    transition: opacity 0.3s ease;
}

.search-fullscreen .search-submit:hover:after {
    opacity: 0.7;
}

.search-fullscreen .search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

.search-fullscreen .search-close:before {
    content: "\f335";
    font-family: "dashicons";
    color: #f26b1d;
    font-size: 36px;
    transition: all 0.3s ease;
}

.search-fullscreen .search-close:hover:before {
    opacity: 0.7;
}

.search-fullscreen.active .search_form_wrap {
    opacity: 1;
    visibility: visible;
}

.search-fullscreen.active .search_form {
    margin-top: 0;
}

/* Cart & Search Icon */

.header-cart {
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.header-cart .nav-cart-trigger {
    opacity: 0.9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 33px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease;
}

.header-cart .nav-cart-trigger svg {
    width: 24px;
    fill: #262626;
}

.header-cart:hover .nav-cart-trigger {
    opacity: 1;
}

.header-cart .shopping-cart-items-count {
    position: absolute;
    right: -12px;
    top: -3px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #f26b1d;
    color: #fff;
    font-weight: 700;
}

.header-cart .nav-shop-cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.header-cart:hover .nav-shop-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-search {
    margin-left: 30px;
    display: inline-block;
}

.header-search .search-trigger {
    opacity: 0.9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 33px 0;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.header-search .search-trigger svg {
    width: 24px;
    fill: #262626;
}

.header-search:hover .search-trigger {
    opacity: 1;
}

/* Header Mobile: Logo */

.mobile-logo {
    transition: all 0.3s ease;
    line-height: 1;
}

.mobile-logo .ml-wrap {
    margin: 10px 0;
}

/* Header Mobile: Burger Icon */

.burger-icon {
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.burger-icon .bar {
    width: 25px;
    height: 2px;
    background-color: #262626;
    transition: all 0.3s ease;
}

.burger-icon .bar:not(:first-child) {
    margin-top: 6px;
}

.burger-icon.active {
    transform: rotateY(180deg);
}

.burger-icon.active .bar {
    transform: rotateY(180deg) rotateX(360deg);
}

.burger-icon.active .bar:first-child {
    transform: rotate(-45deg);
    margin-top: 10px;
}

.burger-icon.active .bar:nth-child(2) {
    opacity: 0;
}

.burger-icon.active .bar:nth-child(3) {
    margin-top: -10px;
    transform: rotate(45deg);
}

/* Header Style 1 */

.header-default #site-header {
    background-color: #fff;
}

.header-default #site-header .main-menu>ul>li>a {
    color: #3a3a3a;
}

.header-default #site-header .main-menu>ul>li:hover>a,
.header-default #site-header .main-menu>ul>li.current-menu-item>a {
    color: #262626;
}

/* Header Style 2 (Float) */

.header-default #site-header.header-float {
    background-color: transparent;
}

.header-default #site-header.header-float .main-menu>ul>li>a {
    color: #e3e3e3;
}

.header-default #site-header.header-float .main-menu>ul>li:hover>a,
.header-default #site-header.header-float .main-menu>ul>li.current-menu-item>a {
    color: #fff;
}

.header-default #site-header.header-float .header-cart .nav-cart-trigger svg,
.header-default #site-header.header-float .header-search .search-trigger svg {
    fill: #fff;
}

#site-header.header-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background 0.3s ease;
}

#site-header.header-fixed.is-fixed {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
}

#site-header.header-float.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(14, 37, 58, 0.95);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
}

#site-header.header-float .burger-icon .bar {
    background-color: #fff;
}

/* Header Builder */

#site-header.header-builder-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background 0.3s ease;
}

#site-header.header-builder-fixed.is-fixed {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
}

#site-header.header-builder-float.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #262626;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
}

#site-header.header-builder-fixed .custom-fixed.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Panel Mobile */

.panel-mobile .main-menu {
    margin: 0 30px 30px;
}

.panel-mobile .main-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-mobile .main-menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.panel-mobile .main-menu ul li a {
    display: block;
    font-weight: 700;
    height: auto;
}

.panel-mobile .main-menu ul>li>a:hover {
    opacity: 0.7;
}

.panel-mobile .main-menu>ul>li li a {
    padding-left: 20px;
}

.panel-mobile .main-menu>ul>li li li a {
    padding-left: 40px;
}

.panel-mobile .main-menu>ul>li>a>span:before,
.panel-mobile .main-menu>ul>li.menu-item-has-children>a:after {
    display: none;
}

.panel-mobile .main-menu .sub-menu {
    background-color: transparent;
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: none !important;
    box-shadow: none;
}

.panel-mobile .main-menu .menu-item-has-children .arrow {
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    display: inline-block;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.panel-mobile .main-menu .menu-item-has-children .arrow:hover {
    opacity: 0.7;
}

.panel-mobile .main-menu .menu-item-has-children .arrow:before {
    color: #f26b1d;
    display: inline-block;
    font-family: "dashicons";
    font-size: 20px;
    content: "\f140";
    transition: all 0.3s ease;
}

.panel-mobile .main-menu .menu-item-has-children .arrow.active:before {
    transform: rotate(-90deg);
}

.panel-mobile .main-menu>ul>li>a {
    line-height: 40px;
}

.panel-mobile .main-menu ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-mobile .main-menu ul li:first-child {
    border-top: 0;
}

.panel-mobile .main-menu ul>li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    color: #bcbcbc;
}

.panel-logo .pl-wrap {
    display: inline-block;
    margin: 40px 30px 32px;
    line-height: 1;
}

.panel-mobile .p-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s linear;
}

.panel-mobile .p-overlay.show {
    opacity: 1;
    visibility: visible;
}

.panel-mobile .p-wrap {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 99999;
    width: 300px;
    max-width: calc(100% - 80px);
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background-color: #091825;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    text-align: initial;
}

.panel-mobile .p-wrap.show {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.panel-mobile .p-wrap::-webkit-scrollbar-track {
    background-color: #5e5e5e;
}

.panel-mobile .p-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #a8a8a8;
}

.panel-mobile .p-wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #a8a8a8;
}

.mobile-search {
    margin: 20px 30px;
}

.mobile-search .search-form {
    position: relative;
}

.mobile-search .search-form .search-field {
    width: 100%;
    margin-bottom: 0;
    padding: 0 22px;
    color: #fff;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 25px;
    position: relative;
}

.mobile-search .search-form .search-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 44px;
    height: 44px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2));
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.mobile-search .search-form .search-submit:before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e.st0%7bfill:%23f26b1d%3b%7d%3c/style%3e%3cpath class='st0' d='M24.4%2c23l-4.7-4.7c1.3-1.7%2c2-3.9%2c1.6-6.2c-0.6-3.5-3.5-6.3-7-6.7c-5.1-0.5-9.4%2c3.8-8.9%2c8.9 c0.4%2c3.5%2c3.2%2c6.4%2c6.7%2c7c2.3%2c0.4%2c4.5-0.3%2c6.2-1.6l4.7%2c4.7c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0l0%2c0C24.8%2c24%2c24.8%2c23.4%2c24.4%2c23z M13.4%2c19.4 c-3.3%2c0-6-2.7-6-6s2.7-6%2c6-6s6%2c2.7%2c6%2c6S16.7%2c19.4%2c13.4%2c19.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.mobile-search .search-form .search-submit:hover:before {
    opacity: 0.7;
}

/*--------------------------------------------------------------------*
    COVER AREA
*---------------------------------------------------------------------*/

#cover-area {
    background-color: #f2f6f8;
    position: relative;
}

#cover-area .inner-wrap {
    padding: 120px 0;
    text-align: center;
}

#cover-area .main-title {
    position: relative;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

#cover-area .main-title:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #f26b1d;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#cover-area #breadcrumbs {
    font-size: 14px;
    font-weight: 500;
}

#cover-area #breadcrumbs a {
    color: #262626;
}

#cover-area #breadcrumbs a:hover {
    color: #f26b1d;
}

#cover-area #breadcrumbs .breadcrumb-trail {
    display: inline-block;
}

#cover-area #breadcrumbs .breadcrumb-trail>a,
#cover-area #breadcrumbs .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
}

#cover-area #breadcrumbs .breadcrumb-trail>a:before {
    content: "";
    background-color: #a8a8a8;
    position: absolute;
    bottom: 8px;
    right: -2px;
    content: "";
    width: 5px;
    height: 5px;
    opacity: 0.7;
}

#cover-area #breadcrumbs .breadcrumb-trail>a:last-child:after,
#cover-area #breadcrumbs .breadcrumb-trail>a:last-child:before {
    display: none;
}

@media (max-width: 1024px) {
    #cover-area .inner-wrap {
        padding: 60px 0;
    }
    #cover-area .main-title {
        font-size: 30px;
        line-height: 38px;
    }
}

.header-float+#cover-area {
    background-color: #0D2033;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.header-float+#cover-area .inner-wrap {
    padding: 222px 0 162px;
}

.header-float+#cover-area .main-title {
    color: #fff;
}

.header-float+#cover-area #breadcrumbs {
    color: #B3BBC2;
}

.header-float+#cover-area #breadcrumbs a {
    color: #B3BBC2;
}

.header-float+#cover-area #breadcrumbs a:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .header-float+#cover-area .inner-wrap {
        padding: 122px 0 60px;
    }
}

/*--------------------------------------------------------------------*
    BLOG
*---------------------------------------------------------------------*/

.post {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 50px;
}

.post:last-child {
    margin: 0;
}

.post .post-content-wrap {
    padding: 30px 30px 35px;
    overflow: hidden;
}

/* Post media */

.post-media {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.post-media .slick-dots {
    bottom: 20px;
}

.post-media .slick-dots li:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.post-media .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
}

/* Post title */

.post-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-title a:hover {
    color: #f26b1d;
}

/* Post meta */

.post-meta {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.post-meta,
.post-meta a {
    color: #a8a8a8;
}

.post-meta a:hover {
    color: #262626;
}

.post-meta .item {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
}

.post-meta .item:before {
    font-family: "dashicons";
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}

.post-meta .post-date:before {
    content: '\f508';
}

.post-meta .post-by-author:before {
    content: '\f110';
}

.post-meta .post-comment:before {
    content: '\f125';
}

.post-meta .post-cat:before {
    content: '\f322';
}

/* Post content  */

.post-excerpt {
    margin-bottom: 30px;
}

.post-excerpt p:last-child {
    margin-bottom: 0;
}

/* Post link  */

.post-link a {
    color: #fff;
    background-color: #f26b1d;
    border-radius: 24px;
    display: inline-block;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 11px 48px 9px 28px;
    position: relative;
    z-index: 1;
}

.post-link a:hover {
    background-color: #262626;
}

.post-link a:after {
    content: "\f543";
    font-family: "dashicons";
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
}

/* Blog custom: list & grid  */

.blog-custom .post-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-custom .post-excerpt {
    margin-bottom: 20px;
}

.blog-custom .post-meta {
    margin-bottom: 15px;
}

.blog-custom .post-meta .item {
    padding-left: 0;
}

.blog-custom .post-meta .item.post-cat {
    display: none;
}

.blog-custom .post-meta .item:before {
    display: none;
}

.blog-custom .post-meta .item:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    width: 2px;
    height: 10px;
    background-color: #e3e3e3;
}

.blog-custom .post-meta .item:first-child:after {
    display: none;
}

.blog-list .post-content-archive-wrap:after {
    content: "";
    display: table;
    clear: left;
}

.blog-list .post-media {
    width: 45%;
    float: left;
    border-radius: 10px 0 0 10px;
}

.blog-list .post-content-wrap {
    width: 55%;
    float: left;
    padding: 35px;
}

.blog-grid .post-media {
    margin-bottom: 0;
}

.blog-grid .post-content-wrap {
    padding: 30px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.blog-grid .items-wrap {
    margin: 0 -15px;
    transition: height 0.5s ease;
}

.blog-grid .items-wrap .hentry {
    padding: 0 15px;
    margin: 0 0 30px;
    border: 0;
}

.blog-grid.col-3 .hentry {
    float: left;
    width: 33.3333333333%;
}

.blog-grid.col-2 .hentry {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .blog-list .post-media,
    .blog-list .post-content-wrap {
        float: none;
        width: 100%;
    }
    .blog-list .post-media {
        border-radius: 10px 10px 0 0;
    }
    .blog-grid .hentry {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }
    .blog-grid .items-wrap {
        margin: 0 !important;
    }
}

/*--------------------------------------------------------------------*
    BLOG SINGLE
*---------------------------------------------------------------------*/

.is-single-post .post-content ul li {
    margin-bottom: 14px;
}

.is-single-post .post {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.is-single-post .post-media {
    margin-bottom: 30px;
}

/* Post content */

.is-single-post .post-content {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
}

/* Post tags */

.is-single-post .post .post-tags {
    padding: 25px 0 17px;
    border-bottom: 1px solid #e3e3e3;
}

.is-single-post .post .post-tags .text {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px 0 0;
}

.is-single-post .post .post-tags a {
    display: inline-block;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    padding: 3px 16px;
    margin: 0 4px 8px 0;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #7b7b7b;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.is-single-post .post .post-tags a:hover {
    background-color: #f26b1d;
    color: #fff;
    border-color: #f26b1d;
}

/* Post author */

.is-single-post .post .post-author {
    position: relative;
    padding: 45px 0;
    border-bottom: 1px solid #e3e3e3;
}

.is-single-post .post .post-author .author-avatar {
    float: left;
    margin: 5px 30px 0 0;
    width: 100px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.is-single-post .post .post-author .author-info {
    overflow: hidden;
}

.is-single-post .post .post-author .author-info .desc {
    margin: 0;
}

.is-single-post .post .post-author .name {
    font-family: "Source Serif Pro", sans-serif;
    font-size: 22px;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.is-single-post .post .post-author .socials {
    margin-top: 16px;
}

.is-single-post .post .post-author .socials a {
    display: inline-block;
    text-align: center;
    color: #7b7b7b;
    margin-right: 16px;
    transition: all 0.3s ease;
}

.is-single-post .post .post-author .socials a:hover {
    color: #f26b1d;
}

/* Post navigation */

.post-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
    border-bottom: 1px solid #e3e3e3;
}

.post-navigation [class*='nav-item'] {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.post-navigation .thumb {
    flex: 0 0 80px;
    max-width: 80px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.post-navigation .nav-item-prev .thumb {
    margin-right: 25px;
}

.post-navigation .nav-item-next .thumb {
    margin-left: 25px;
}

.post-navigation .nav-item-next {
    text-align: right;
}

.post-navigation .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.post-navigation .title:hover a {
    color: #f26b1d;
}

.post-navigation .link {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-navigation .link:hover {
    color: #f26b1d;
}

/* Post related */

.post-related-wrap {
    padding-top: 60px;
}

.related-post-title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 35px;
    position: relative;
}

.related-post-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #e3e3e3, transparent);
}

.related-post-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #f26b1d;
}

.post-related {
    margin: 0 -15px;
}

.post-related .post-item {
    padding: 0 15px;
}

.post-related .thumb-wrap {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.post-related .text-wrap {
    padding: 22px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 4px 4px;
}

.post-related .post-date {
    position: relative;
    color: #a8a8a8;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.1px;
    padding-left: 20px;
}

.post-related .post-date:before {
    content: '\f508';
    font-family: "dashicons";
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}

.post-related .text-wrap h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
}

.post-related .text-wrap h5:hover a {
    color: #f26b1d;
}

.post-related .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: normal;
    margin-top: 10px;
}

.post-related .slick-dots li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    padding: 0;
}

.post-related .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.post-related .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    line-height: 11px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.15);
}

.post-related .slick-dots li.slick-active button:before {
    background-color: #f26b1d;
}

/* Comment */

#comments {
    margin-top: 60px;
}

#comments .comments-title,
#respond .comment-reply-title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 25px;
    position: relative;
    display: block;
}

#comments .comments-title:after,
#respond .comment-reply-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #f26b1d;
}

#comments .comments-title:before,
#respond .comment-reply-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #e3e3e3, transparent);
}

#comments .comment-list,
#comments .comment-list .children {
    list-style: none;
    margin: 0;
}

#respond .comment-reply-title>small {
    font-size: 16px;
}

#comments .comment-list .children>li {
    position: relative;
    margin-left: 40px;
}

#comments .comment-list .comment {
    position: relative;
}

#comments .comment-list .bypostauthor>article {
    background-color: #f2f6f8;
}

#comments .comment-list article {
    position: relative;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 42px 40px;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

#comments .comment-list article+.comment-respond {
    margin-bottom: 50px;
}

#comments .comment-list .gravatar {
    float: left;
    margin: 5px 25px 0 0;
    width: 80px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

#comments .comment-list .comment-content {
    overflow: hidden;
}

#comments .comment-list .gravatar img {
    width: 100%;
    height: auto;
}

#comments .comment-list .comment-meta {
    margin-bottom: 10px;
}

#comments .comment-list .comment-author {
    font-family: "Source Serif Pro", sans-serif;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 8px 0 0;
    text-transform: capitalize;
}

#comments .comment-list .comment-date {
    display: inline-block;
    font-size: 15px;
    color: #a8a8a8;
}

#comments .comment-list .comment-text>p:last-child {
    margin-bottom: 0;
}

#comments .comment-list .comment-reply-link,
#comments #cancel-comment-reply-link {
    text-transform: capitalize;
    font-weight: 500;
    color: #f26b1d;
    position: absolute;
    top: 42px;
    right: 40px;
    display: inline-block;
    transition: all 0.3s ease;
}

#comments #cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 0;
}

#comments .unapproved {
    display: block;
    color: #f26b1d;
    font-size: 14px;
    font-style: italic;
}

#comments .comment-list .comment-edit-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}

#comments .comment-list .comment-reply-link:hover,
#comments #cancel-comment-reply-link:hover,
#comments .comment-list .comment-edit-link:hover {
    text-decoration: underline;
}

#respond {
    margin-top: 60px;
}

#respond .comment-form .name-wrap input,
#respond .comment-form .email-wrap input {
    width: 100%;
}

#respond .comment-form .message-wrap textarea {
    width: 100%;
    height: 210px;
}

#respond .comment-form .name-wrap,
#respond .comment-form .email-wrap {
    float: left;
    width: calc(50% - 10px);
}

#respond .comment-form .name-wrap {
    margin-right: 20px;
}

#respond .comment-form .comment-form-cookies-consent,
#respond .comment-form .form-submit {
    clear: left;
    margin: 0 0 10px;
}

#respond .comment-form .form-submit #comment-reply {
    position: relative;
    padding-right: 50px;
    line-height: 52px;
}

#respond .comment-form .form-submit #comment-reply:after {
    content: "\e917";
    font-family: "Feather";
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

#respond .comment-form .comment-form-cookies-consent {
    font-size: 15px;
}

#respond #wp-comment-cookies-consent {
    position: relative;
    top: 1px;
}

#respond .logged-in-as {
    margin-bottom: 12px;
}

#respond .logged-in-as a {
    font-weight: 500;
}

#respond .logged-in-as a:hover {
    text-decoration: underline;
}

#respond .required-field-message {
    padding-left: 8px;
}

@media (max-width: 767px) {
    .is-single-post .post .post-author .author-avatar {
        float: none;
        margin: 0;
        width: 80px;
    }
    .is-single-post .post .post-author .author-info {
        padding: 30px 0 0 0;
    }
    .is-single-post .post .post-author .name {
        margin-bottom: 20px;
    }
    .post-navigation {
        grid-column-gap: 20px
    }
    .post-navigation .nav-item-next .thumb,
    .post-navigation .nav-item-prev .thumb {
        display: none;
    }
    .post-navigation {
        padding-bottom: 30px;
        margin-top: 30px;
    }
    #comments .comment-list article {
        padding: 30px;
    }
    #comments .comment-list .gravatar {
        float: none;
        margin: 0;
        width: 70px;
        height: 70px;
    }
    #comments .comment-list .comment-meta {
        margin: 20px 0 20px;
    }
}

/*--------------------------------------------------------------------*
    WORDPRESS STYLES, BLOCKS AND WIDGETS
*---------------------------------------------------------------------*/

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 5px 25px 15px 0;
}

.alignright {
    float: right;
    margin: 5px 0 15px 25px;
}

p>img.alignleft {
    clear: left;
}

p>img.alignright {
    clear: right;
}

.post.sticky {
    border-color: #f26b1d;
}

.page-links {
    display: flex;
    align-items: center;
}

.page-links .post-page-numbers {
    color: #f26b1d;
    display: inline-block;
    margin: 0 4px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.page-links .post-page-numbers:hover {
    border-color: #f26b1d;
}

blockquote.aligncenter {
    margin-bottom: 20px;
}

blockquote.alignleft {
    margin: 5px 20px 0;
}

blockquote.alignright {
    margin: 5px 0 20px 20px;
}

.has-large-font-size {
    line-height: 1.5;
}

.gallery {
    margin: 0 -1.15% 30px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.15% 2.3%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

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

.wp-caption {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin-bottom: 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}

.wp-block-separator {
    border-color: #e3e3e3;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 150px;
}

.wp-block-separator.is-style-dots:before {
    color: #c6c4c1;
}

.wp-block-table.is-style-stripes table {
    border: 0;
}

.blocks-gallery-caption {
    font-size: 16px;
    font-style: italic;
    padding: 5px 0 0;
    margin: 0;
    text-align: center;
}

.wp-block-gallery {
    display: flex;
}

.wp-block-gallery figcaption {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wp-block-group.has-background,
.wp-block-preformatted.has-background {
    padding: 30px;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: #fff;
}

.wp-block-gallery,
.wp-block-cover,
.wp-block-gallery,
.wp-block-calendar {
    margin-bottom: 30px;
}

.wp-block-gallery.alignleft {
    margin-right: 25px;
}

.wp-block-gallery.alignright {
    margin-left: 25px;
}

.wp-block-button .wp-block-button__link {
    font-weight: 500;
    margin-bottom: 10px;
}

.comment-author-link,
.wp-block-latest-comments__comment-author {
    font-size: 18px;
    color: #f26b1d;
}

.wp-block-latest-comments {
    margin: 0;
}

.recentcomments>a,
.wp-block-latest-comments__comment-link {
    color: #262626;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.wp-block-latest-comments__comment-date {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #a8a8a8;
    padding-left: 20px;
    margin: 6px 0;
    position: relative;
}

.wp-block-latest-comments__comment-date:before {
    font-family: "Feather";
    content: '\e939';
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 15px;
}

#footer .recentcomments>a,
#footer .wp-block-latest-comments__comment-link {
    color: #bcbcbc;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 80px;
}

.wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 65px 45px 50px;
}

.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-style: normal;
}

.wp-block-pullquote {
    padding: 0;
    margin: 0;
}

.wp-block-pullquote p {
    font-size: unset;
}

.has-background blockquote {
    background-color: transparent;
    padding: 0;
}

.widget_search .search-form,
.wp-block-search {
    position: relative;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.widget_search .search-field,
.wp-block-search .wp-block-search__input {
    width: 100%;
    margin: 0;
    border-radius: 25px;
}

.widget_search .search-submit,
.wp-block-search .wp-block-search__button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 44px;
    height: 44px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2));
    text-indent: -9999px;
    padding: 0;
}

.widget_search .search-submit:after,
.wp-block-search .wp-block-search__button:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e.st0%7bfill:%23f26b1d%3b%7d%3c/style%3e%3cpath class='st0' d='M24.4%2c23l-4.7-4.7c1.3-1.7%2c2-3.9%2c1.6-6.2c-0.6-3.5-3.5-6.3-7-6.7c-5.1-0.5-9.4%2c3.8-8.9%2c8.9 c0.4%2c3.5%2c3.2%2c6.4%2c6.7%2c7c2.3%2c0.4%2c4.5-0.3%2c6.2-1.6l4.7%2c4.7c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0l0%2c0C24.8%2c24%2c24.8%2c23.4%2c24.4%2c23z M13.4%2c19.4 c-3.3%2c0-6-2.7-6-6s2.7-6%2c6-6s6%2c2.7%2c6%2c6S16.7%2c19.4%2c13.4%2c19.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: opacity 0.3s ease;
}

.widget_search .search-submit:hover:after,
.wp-block-search .wp-block-search__button:hover:after {
    opacity: 0.7;
}

.wp-block-latest-posts {
    padding-top: 5px;
}

.wp-block-latest-posts li {
    margin-bottom: 15px;
}

.wp-block-latest-posts li:after {
    content: "";
    display: table;
    clear: both;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 15px;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 4px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #262626;
    display: block;
    padding-top: 5px
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #a8a8a8;
    margin-top: 4px;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    color: #7b7b7b;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    padding: 3px 16px;
    margin: 0 4px 8px 0;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #f26b1d;
    color: #fff;
    border-color: #f26b1d;
}

#footer .widget_tag_cloud .tagcloud a,
#footer .wp-block-tag-cloud a {
    color: #bcbcbc;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#footer .widget_tag_cloud .tagcloud a:hover,
#footer .wp-block-tag-cloud a:hover {
    color: #fff;
    background-color: #f26b1d;
    border-color: #f26b1d;
}

.widget_calendar table {
    margin-bottom: 10px;
}

.widget_calendar table caption {
    text-align: center;
    color: #fff;
    background-color: #262626;
    padding: 8px 0;
    font-weight: 500;
}

.widget_calendar table th {
    background: transparent;
    color: #262626;
    font-weight: 500;
}

#footer .widget_calendar table th {
    color: #bcbcbc;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 8px 12px;
    border: 1px solid #e3e3e3;
}

.wp-block-calendar table tbody {
    color: #7b7b7b;
}

.widget {
    margin-bottom: 30px;
}

.widget ul,
.widget_rss ul,
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives,
.wp-block-page-list {
    margin: 0;
    list-style: none;
}

.widget_rss ul li {
    margin-bottom: 20px;
}

.widget_rss .rss-date {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a8a8a8;
    display: inline-block;
    margin-bottom: 4px;
}

.wp-block-latest-posts__post-excerpt {
    font-size: 15px;
    clear: both;
}

#sidebar .inner-sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.widget h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #e3e3e3, transparent);
}

.widget h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #f26b1d;
}

.widget.widget_calendar,
.widget.widget_search {
    padding: 0;
    border: 0;
}

.footer-widgets .widget {
    padding: 0;
    border: 0;
}

.footer-widgets .widget h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.wp-block-page-list li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li {
    position: relative;
    color: #262626;
    border-top: 1px solid #e3e3e3;
}

.widget_categories ul li {
    color: #a8a8a8;
}

.wp-block-page-list>li:first-child,
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget.widget_meta>ul>li:first-child,
.widget.widget_nav_menu>div>ul>li:first-child {
    border-top: 0;
}

.wp-block-page-list li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget_rss li a {
    position: relative;
    display: inline-block;
    font-family: "Aktiv Grotesk", sans-serif;
    color: #262626;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 13px 0 13px 18px;
}

.widget_archive ul li:first-child a,
.widget_categories ul li:first-child a {
    padding-top: 0;
}

.widget_rss li a.rsswidget {
    padding: 0;
    display: block;
}

.wp-block-page-list li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_nav_menu ul li a:before {
    font-family: "dashicons";
    content: "\f180";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    color: #a8a8a8;
    line-height: normal;
    font-size: 9px;
    font-weight: normal;
}

.widget_archive ul li:first-child a:before,
.widget_categories ul li:first-child a:before {
    margin-top: -12px;
}

.wp-block-latest-posts li a:hover,
.wp-block-page-list li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover {
    color: #f26b1d;
}

#footer .wp-block-page-list li,
#footer .widget_archive ul li,
#footer .widget_categories ul li,
#footer .widget_pages ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_nav_menu ul li {
    border-color: rgba(255, 255, 255, 0.15);
}

#footer .wp-block-latest-posts li a,
#footer .wp-block-page-list li a,
#footer .widget_archive ul li a,
#footer .widget_categories ul li a,
#footer .widget_pages ul li a,
#footer .widget.widget_meta ul li a,
#footer .widget.widget_nav_menu ul li a {
    color: #bcbcbc;
}

#footer .widget_rss li a {
    color: #f26b1d;
}

#footer .wp-block-latest-posts li a:hover,
#footer .wp-block-page-list li a:hover,
#footer .widget_archive ul li a:hover,
#footer .widget_categories ul li a:hover,
#footer .widget_pages ul li a:hover,
#footer .widget.widget_meta ul li a:hover,
#footer .widget.widget_nav_menu ul li a:hover,
#footer .widget_rss ul li a:hover {
    color: #f26b1d;
}

.widget.widget_nav_menu ul ul {
    padding-left: 16px;
}

/* Circular Widget: Lastest post */

.circular-widget-lastest-posts ul li {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #e3e3e3;
}

.circular-widget-lastest-posts ul li:first-child {
    margin: 0;
    border: 0;
}

.circular-widget-lastest-posts .thumb {
    float: left;
    margin: 5px 20px 0 0;
}

.circular-widget-lastest-posts .content {
    overflow: hidden;
}

.circular-widget-lastest-posts .post-title {
    color: #262626;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 6px;
}

.circular-widget-lastest-posts .post-title a:hover {
    color: #f26b1d;
}

.circular-widget-lastest-posts .post-comment {
    position: relative;
    padding-left: 20px;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -2px;
}

.circular-widget-lastest-posts .post-comment a {
    display: inline-block;
    color: #a8a8a8;
}

.circular-widget-lastest-posts .post-comment:before {
    color: #f26b1d;
    font-family: "Feather";
    content: '\e991';
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 6px;
}

#footer .circular-widget-lastest-posts ul li {
    border-color: rgba(255, 255, 255, 0.05);
}

#footer .circular-widget-lastest-posts .post-title {
    color: #bcbcbc;
}

/* Circular Widget: Links */

.circular-widget-links ul li {
    margin-bottom: 6px;
}

.circular-widget-links a {
    font-size: 16px;
    color: #7b7b7b;
    position: relative;
}

.circular-widget-links a:hover {
    color: #f26b1d;
}

.circular-widget-links a:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #f26b1d;
    position: absolute;
    right: 0;
    bottom: -2px;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.circular-widget-links a:hover:after {
    width: 100%;
    left: 0;
}

#footer .circular-widget-links a {
    color: #bcbcbc;
}

#footer .circular-widget-links a:hover {
    color: #f26b1d;
}

/* Circular Widget: Subscribe */

.circular-widget-subscribe .text {
    margin-bottom: 20px;
}

.circular-widget-subscribe input {
    font-size: 15px;
    width: 100%;
    margin: 0;
    border-radius: 25px;
}

.circular-widget-subscribe .mc4wp-form-fields {
    position: relative;
}

.circular-widget-subscribe .submit-wrap button {
    font-size: 13px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 25px;
    padding: 0 42px 0 30px;
    height: 44px;
    line-height: 44px;
}

.circular-widget-subscribe .submit-wrap button:after {
    font-family: "Feather";
    content: '\e912';
    font-size: 15px;
    position: absolute;
    right: 22px;
    top: 0;
    color: #fff;
    transition: all 0.3s ease;
}

.circular-widget-subscribe .submit-wrap button:hover:after {
    transform: translateX(3px);
}

#footer .circular-widget-subscribe .submit-wrap button:hover {
    color: #262626;
    background-color: #fff;
}

#footer .circular-widget-subscribe .submit-wrap button:hover:after {
    color: #262626;
}

/* Widget Twitter */

.circular-widget-twitter .tweet-item {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 17px;
    position: relative;
}

.circular-widget-twitter .tweet-item .time {
    display: block;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
}

.circular-widget-twitter .authorstamp {
    position: relative;
    padding-left: 30px;
}

.circular-widget-twitter .authorstamp:after {
    font-family: "Feather";
    content: '\e9ea';
    font-size: 18px;
    color: #262626;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}

.circular-widget-twitter .author,
.circular-widget-twitter .time {
    display: inline-block;
    font-size: 15px;
    position: relative;
}

.circular-widget-twitter .author a {
    font-family: "Source Serif Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}

.circular-widget-twitter .time {
    color: #a8a8a8;
}

.circular-widget-twitter .author a:hover {
    color: #f26b1d;
}

.circular-widget-twitter .tweet-text {
    font-size: 15px;
}

.circular-widget-twitter .time {
    padding-left: 6px;
}

.circular-widget-twitter .time:before {
    content: '-';
    padding-right: 6px;
}

#footer .circular-widget-twitter .tweet-item a:hover {
    color: #f26b1d;
    opacity: 0.7;
}

/* Widget: Socials */

.circular-widget-socials .socials .icon {
    float: left;
}

.circular-widget-socials .socials a {
    float: left;
    font-size: 17px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #262626;
    background-color: #f2f6f8;
    text-align: center;
    margin: 10px 10px 0 0;
    border-radius: 50%;
}

.circular-widget-socials .socials a:hover {
    background-color: #f26b1d;
    color: #fff;
}

#footer .circular-widget-socials .socials a {
    color: #bcbcbc;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#footer .circular-widget-socials .socials a:hover {
    background-color: #f26b1d;
    border-color: #f26b1d;
    color: #fff;
}

/* Widget: Information */

.circular-widget-information li {
    margin-bottom: 15px;
}

.circular-widget-information li a span {
    position: relative;
}

.circular-widget-information li a span:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #f26b1d;
    position: absolute;
    right: 0;
    bottom: -2px;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.circular-widget-information li a span:hover:after {
    width: 100%;
    left: 0;
}

#footer .circular-widget-information li i {
    color: #a1a5b0;
}

/* Widget: Products */

.circular-widget-products .products li {
    float: none;
    padding: 0 0 24px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e3e3e3;
}

.circular-widget-products .products li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.circular-widget-products .products li .product-thumbnail {
    width: 60px;
    float: left;
}

.circular-widget-products .products li .product-info {
    padding: 0;
    overflow: hidden;
    padding-left: 20px;
}

.circular-widget-products .products li .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 24px;
}

.circular-widget-products .products li .price {
    font-size: 14px;
    font-weight: 500;
    color: #f26b1d;
}

.circular-widget-products .add_to_cart_button,
.circular-widget-products .added_to_cart {
    display: none;
}

/* Widget: Banner */

.widget-banner {
    background-image: linear-gradient(90deg, #D95525 0%, #F28B30 100%);
    padding: 40px 40px 50px;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.widget-banner>.logo {
    content: "";
    background-image: url(assets/img/c.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.widget-banner>h5 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.widget-banner>p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 24px;
}

.widget-banner>a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.widget-banner>a:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -2px;
    bottom: 0;
    transition: width 0.3s ease;
}

.widget-banner>a:hover:after {
    width: 0;
}

/*--------------------------------------------------------------------*
    PAGINATION
*---------------------------------------------------------------------*/

.circular-pagination {
    margin-top: 50px;
}

.circular-pagination ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.circular-pagination ul li {
    display: inline-block;
    list-style: none;
}

.circular-pagination ul li .page-numbers {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: content-box;
    background-color: #f2f6f8;
    margin-right: 6px;
    border-radius: 4px;
}

.circular-pagination ul li .page-numbers:hover,
.circular-pagination ul li .page-numbers.current {
    background-color: #f26b1d;
    color: #fff;
}

@media (max-width: 1024px) {
    .circular-pagination {
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------------*
    404 & NOTHING PAGE
*---------------------------------------------------------------------*/

.no-results {
    width: 100%;
}

.no-results-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
    max-width: 600px;
    margin: 50px auto 0;
}

.no-results-content .search-form .search-field {
    padding: 0 30px;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    border-radius: 30px;
    border-width: 2px;
    font-size: 18px;
}

.no-results-content .search-form .search-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    font-weight: 400;
    background-color: transparent;
    width: 54px;
    height: 54px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2));
    border-radius: 30px;
    text-indent: -9999px;
    padding: 0;
    border: 0;
}

.no-results-content .search-form .search-submit:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30%3b' xml:space='preserve'%3e%3cstyle type='text/css'%3e.st0%7bfill:%23f26b1d%3b%7d%3c/style%3e%3cpath class='st0' d='M24.4%2c23l-4.7-4.7c1.3-1.7%2c2-3.9%2c1.6-6.2c-0.6-3.5-3.5-6.3-7-6.7c-5.1-0.5-9.4%2c3.8-8.9%2c8.9 c0.4%2c3.5%2c3.2%2c6.4%2c6.7%2c7c2.3%2c0.4%2c4.5-0.3%2c6.2-1.6l4.7%2c4.7c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0l0%2c0C24.8%2c24%2c24.8%2c23.4%2c24.4%2c23z M13.4%2c19.4 c-3.3%2c0-6-2.7-6-6s2.7-6%2c6-6s6%2c2.7%2c6%2c6S16.7%2c19.4%2c13.4%2c19.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 12px;
    top: 12px;
    transition: opacity 0.3s ease;
}

.no-results-content .search-form .search-submit:hover:after {
    opacity: 0.7;
}

/*--------------------------------------------------------------------*
    FOOTER
*---------------------------------------------------------------------*/

#footer {
    font-size: 16px;
    background-color: #102940;
    padding: 94px 0 54px;
    color: #bcbcbc;
}

#footer input,
#footer select {
    color: #bcbcbc;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

#footer input:focus,
#footer select:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

#footer table,
#footer th,
#footer td {
    border-color: rgba(255, 255, 255, 0.15);
}

#footer-widgets .widget {
    margin: 0 0 40px;
}

/* Grid */

.footer-grid {
    display: flex;
    flex-wrap: wrap;
}

.footer-grid.default .col-1 {
    width: 39.31624%;
}

.footer-grid.default .col-2 {
    width: 14.53%;
    margin-left: 8.547%;
}

.footer-grid.default .col-3 {
    width: 14.53%;
    margin-left: 4.274%;
}

.footer-grid.default .col-4 {
    width: 14.53%;
    margin-left: 4.274%;
}

.footer-grid .col-2 {
    width: 50%;
}

.footer-grid .col-3 {
    width: 33.33%;
}

.footer-grid .col-4 {
    width: 25%;
}

/* Gutter */

.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5>.col {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25>.col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30>.col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35>.col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45>.col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60>.col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70>.col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80>.col {
    padding-left: 40px;
    padding-right: 40px;
}

/* Bottom Bar */

#bottom {
    background-color: #0e253a;
    color: #b3bbc2;
    padding: 22px 0;
}

#bottom .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bottom.style-1 .inner-wrap {
    justify-content: center;
}

#copyright {
    font-size: 15px;
    line-height: 26px;
}

/* Bottom Socials */

.bottom-socials a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #b3bbc2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 5px;
}

.bottom-socials a:hover {
    background-color: #f26b1d;
    color: #fff;
}

/* Bottom Menu */

#bottom .bottom-menu ul {
    list-style: none;
    margin: 0;
}

#bottom .bottom-menu ul>li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

#bottom .bottom-menu ul>li:first-child {
    margin-left: 0;
}

#bottom .bottom-menu ul>li:before {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    content: "/";
    color: #b3bbc2;
}

#bottom .bottom-menu ul>li:first-child:before {
    display: none;
}

#bottom .bottom-menu ul>li>a {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #b3bbc2;
    position: relative;
}

#bottom .bottom-menu ul>li.current-menu-item>a,
#bottom .bottom-menu ul>li>a:hover {
    color: #f26b1d;
}

#bottom .bottom-menu ul ul {
    display: none !important;
}

@media (max-width: 1024px) {
    #footer {
        padding: 60px 0 30px;
    }
    #bottom {
        padding: 20px 0;
    }
    #bottom .inner-wrap {
        flex-direction: column;
    }
    #copyright {
        margin-bottom: 7px;
    }
    .footer-grid .col-4,
    .footer-grid.default .col {
        width: 40%;
    }
    .footer-grid.default .col-3 {
        margin-left: 0;
    }
    .footer-grid .col-4,
    .footer-grid.default .col-2,
    .footer-grid.default .col-4 {
        margin-left: 10%;
    }
}

@media (max-width: 767px) {
    .footer-grid .col-2,
    .footer-grid .col-3,
    .footer-grid.default .col,
    .footer-grid .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .footer-grid .circular-widget-subscribe {
        margin-right: 10%;
    }
}

/*--------------------------------------------------------------------*
    SCROLL TOP BUTTON
*---------------------------------------------------------------------*/

#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: 0;
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #f26b1d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top:hover {
    transform: translateY(-3px) scale(1.1);
}

#scroll-top.show {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------------*
    REVOLUTION SLIDER
*---------------------------------------------------------------------*/

.rs-control1 .tparrows {
    border: 0;
    background-color: rgba(255, 255, 255, 0.1) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.rs-control1 .tparrows:before {
    font-size: 18px !important;
    width: 100%;
    height: 100%;
    line-height: 50px !important;
    text-align: center;
    font-family: 'Feather' !important;
    content: "\e92f" !important;
    transition: all 0.3s ease;
}

.rs-control1 .tparrows.tp-rightarrow:before {
    content: "\e930" !important;
}

.rs-control1 .tparrows:hover {
    background-color: #f26b1d !important;
}

.rs-control1 .tparrows:before {
    transition: all 0.3s ease;
}

.rs-control1 .tparrows:hover:before {
    transform: translateX(-3px);
}

.rs-control1 .tparrows.tp-rightarrow:hover:before {
    transform: translateX(3px);
}

.rs-control1 .tp-bullet {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.rs-control1 .tp-bullet.selected {
    background-color: #f26b1d !important;
}

/*--------------------------------------------------------------------*
    FIXED
*---------------------------------------------------------------------*/

body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .elementor-column {
        width: 100% !important;
    }
}

/*--------------------------------------------------------------------*
    LOGO
*---------------------------------------------------------------------*/

.circular-logo .l-wrap {
    line-height: 1;
}

.circular-logo.hover-zoom img {
    transition: transform 0.3s ease;
}

.circular-logo.hover-zoom:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------------*
    SEARCH ICON
*---------------------------------------------------------------------*/

.circular-search {
    padding: 0
}

.circular-search.header-search {
    margin-left: 0;
}

.circular-search svg {
    position: relative;
    transition: all 0.3s ease;
}

.circular-search .search-trigger {
    color: #262626;
    display: inline-block;
}

/*--------------------------------------------------------------------*
    HAMBURGER ICON
*---------------------------------------------------------------------*/

.circular-burger-icon {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.circular-burger-icon .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: linear-gradient(90deg, #D95525 0%, #F28B30 100%);*/
}

.circular-burger-icon .burger-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.circular-burger-icon .burger-menu {
    width: 26px;
    height: 24px;
    position: relative;
    left: 1px;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.circular-burger-icon .burger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #262626;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 0.3s ease;
}

.circular-burger-icon .burger-menu span:nth-child(1) {
    top: 4px;
}

.circular-burger-icon .burger-menu span:nth-child(2) {
    top: 11px;
}

.circular-burger-icon .burger-menu span:nth-child(3) {
    top: 18px;
}

.circular-burger-icon.active .burger-menu span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}

.circular-burger-icon.active .burger-menu span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
}

.circular-burger-icon.active .burger-menu span:nth-child(2) {
    right: -40px;
    opacity: 0;
}

/* Panel */

.circular-panel .p-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.circular-panel .p-overlay.show {
    opacity: 1;
    visibility: visible;
}

.circular-panel .p-wrap {
    visibility: hidden;
    display: block;
    position: fixed;
    z-index: 1000;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #0e253a;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    text-align: initial;
}

.circular-panel .p-wrap.show {
    visibility: visible;
}

.circular-panel .p-wrap::-webkit-scrollbar-track {
    background-color: #5e5e5e;
}

.circular-panel .p-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #a8a8a8;
}

.circular-panel .p-wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #a8a8a8;
}

.circular-panel.position-left .p-wrap {
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
}

.circular-panel.position-left .p-wrap.show {
    left: 0 !important;
}

.circular-panel.position-right .p-wrap {
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
}

.circular-panel.position-right .p-wrap.show {
    right: 0 !important;
}

.circular-panel.position-full .p-overlay {
    display: none;
}

.circular-panel.position-full .p-wrap {
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-panel.position-full .p-wrap.show {
    left: 0 !important;
}

.circular-panel.position-full .p-wrap .panel-close {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

.circular-panel.position-full .p-wrap .panel-close:before {
    content: "\f335";
    font-family: "dashicons";
    color: #f26b1d;
    font-size: 36px;
    transition: all 0.3s ease;
}

.circular-panel.position-full .p-wrap .panel-close:hover:before {
    opacity: 0.7;
}

/*--------------------------------------------------------------------*
    SCROLL TO SECTION
*---------------------------------------------------------------------*/

.circular-scroll-to-section .s-icon {
    display: inline-block;
}

.circular-scroll-to-section .s-icon svg {
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------------*
    MENU
*---------------------------------------------------------------------*/

.circular-menu {
    display: block;
}

.circular-menu ul {
    margin: 0;
    list-style: none;
}

.circular-menu ul li {
    position: relative;
}

.circular-menu>ul>li {
    float: left;
}

.circular-menu>ul>li>a {
    display: inline-block;
    font-family: "Aktiv Grotesk", Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
    transition: all 0.3s ease;
}

.circular-menu>ul>li>a:not([href]) {
    cursor: pointer;
}

.circular-menu>ul>li>a>span {
    position: relative;
    padding-bottom: 6px;
}

.circular-menu>ul>li:first-child {
    margin-left: 0 !important;
}

/* Style 1 ( Line ) */

.circular-menu.h-style-1>ul>li>a>span:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #0EA002;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.circular-menu.h-style-1>ul>li:hover>a>span:before,
.circular-menu.h-style-1>ul>li.current-menu.menu-item-has-children>a>span:before,
.circular-menu.h-style-1>ul>li.current-menu-parent.menu-item-has-children>a>span:before,
.circular-menu.h-style-1>ul>li.menu-item-has-children:hover>a>span:before,
.circular-menu.h-style-1>ul>li.current-menu-item>a>span:before {
    width: 100%;
    left: 0;
}

.circular-menu.h-style-1>ul>li {
    margin-left: 32px;
}

/* Style 2 ( Indicator ) */

.circular-menu.h-style-2>ul>li {
    margin-left: 32px;
}

.circular-menu.h-style-2>ul>li.menu-item-has-children>a:after {
    content: '\f140';
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    margin: -2px 0 0 4px;
    vertical-align: top;
    color: inherit;
    position: relative;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

/* Style 3 ( Separate ) */

.circular-menu.h-style-3>ul>li {
    margin-left: 50px;
}

.circular-menu.h-style-3>ul>li>a>span:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #f26b1d;
    position: absolute;
    left: -27px;
    top: 7px;
}

.circular-menu.h-style-3>ul>li:first-child>a>span:before {
    display: none;
}

/* Sub Menu */

.circular-menu .sub-menu {
    background-color: #091825;
    position: absolute;
    left: 0;
    top: 100%;
    width: 268px;
    padding: 18px 0;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.1s;
}

.circular-menu .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    transform: none;
    margin-top: 0;
    margin-left: 5px;
}

.circular-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    display: block;
    font-family: "Aktiv Grotesk", Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 36px;
    padding: 0 24px;
    transition: all 0.3s ease;
}

.circular-menu .sub-menu li a:hover {
    color: #f26b1d;
}

.circular-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: all 0.1s;
}

.circular-menu .sub-menu li:hover>.sub-menu {
    margin-left: 0;
    transition: all 0.1s;
}

.circular-menu .sub-menu.left {
    left: auto;
    right: 0;
}

.circular-menu .sub-menu .sub-menu.left {
    right: -100%;
}

/* Color Dark */

.circular-menu.color-dark>ul>li>a {
    color: #272727;
}

.circular-menu.color-dark>ul>li:hover>a,
.circular-menu.color-dark>ul>li.current-menu.menu-item-has-children>a,
.circular-menu.color-dark>ul>li.current-menu-parent.menu-item-has-children>a,
.circular-menu.color-dark>ul>li.menu-item-has-children:hover>a,
.circular-menu.color-dark>ul>li.current-menu-item>a {
    color: #0EA002;
}

/* Color Light */

.circular-menu.color-light ul li a {
    color: #e0e3e6;
}

.circular-menu.color-light>ul>li:hover>a {
    color: #f26b1d;
}

/* Type Vertical */

.circular-menu.type-vertical ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.circular-menu.type-vertical ul li {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.circular-menu.type-vertical ul li a {
    display: block;
    font-weight: 700;
    height: auto;
}

.circular-menu.type-vertical ul>li>a:hover {
    opacity: 0.7;
}

.circular-menu.type-vertical>ul>li>a>span:before,
.circular-menu.type-vertical>ul>li.menu-item-has-children>a:after {
    display: none;
}

.circular-menu.type-vertical .sub-menu {
    background-color: transparent;
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: none !important;
    box-shadow: none;
}

.circular-menu.type-vertical .sub-menu .sub-menu {
    margin-left: 0;
}

.circular-menu.type-vertical>ul>li>a {
    line-height: 40px;
}

.circular-menu.type-vertical ul>li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
}

.circular-menu.type-vertical.v-style-1 ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.circular-menu.type-vertical.v-style-1 ul li:first-child {
    border-top: 0;
}

.circular-menu.type-vertical.v-style-1.text-left>ul>li li a {
    padding-left: 20px;
}

.circular-menu.type-vertical.v-style-1.text-left>ul>li li li a {
    padding-left: 40px;
}

.circular-menu.type-vertical.v-style-1 .arrow {
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    display: inline-block;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.circular-menu.type-vertical.v-style-1 .arrow:hover {
    opacity: 0.7;
}

.circular-menu.type-vertical.v-style-1 .arrow:before {
    color: #f26b1d;
    display: inline-block;
    font-family: "dashicons";
    font-size: 20px;
    content: "\f140";
    transition: all 0.3s ease;
}

.circular-menu.type-vertical.v-style-1 .arrow.active:before {
    transform: rotate(-90deg);
}

.circular-menu.type-vertical.v-style-2 .arrow {
    display: none;
}

/*--------------------------------------------------------------------*
    TITLES
*---------------------------------------------------------------------*/

.circular-titles {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.align-left .circular-titles {
    align-items: flex-start;
}

.align-center .circular-titles {
    align-items: center;
}

.align-right .circular-titles {
    align-items: flex-end;
}

.circular-titles .pre-title {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #f26b1d;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    margin-bottom: 15px;
}

.align-left .circular-titles .pre-title.style-1 {
    padding-right: 65px;
}

.align-center .circular-titles .pre-title.style-1 {
    padding-left: 65px;
    padding-right: 65px;
}

.align-right .circular-titles .pre-title.style-1 {
    padding-left: 65px;
}

.circular-titles .pre-title.style-1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #f26b1d;
}

.align-center .circular-titles .pre-title.style-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #f26b1d;
}

.align-right .circular-titles .pre-title.style-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #f26b1d;
}

.circular-titles .main-title {
    margin-bottom: 16px;
}

.circular-titles .sub-title {
    font-size: 16px;
    line-height: 28px;
}

.circular-titles .sub-title>p:last-child {
    margin-bottom: 0;
}

.circular-titles .divider {
    margin-bottom: 22px;
}

.circular-titles .divider.simple {
    width: 48px;
    height: 3px;
    background-color: #f26b1d;
}

.circular-titles .divider.icon {
    line-height: 1;
}

.align-center .circular-titles .divider {
    margin-left: auto;
    margin-right: auto;
}

.align-right .circular-titles .divider {
    margin-left: auto;
    margin-right: 0;
}

.divider-top .circular-titles .divider {
    order: -1;
}

.divider-middle .circular-titles .divider {
    order: 0;
}

.divider-bottom .circular-titles .divider {
    order: 1;
}

@media (max-width: 1023px) {
    .align--tabletleft .circular-titles {
        align-items: flex-start;
    }
    .align--tabletcenter .circular-titles {
        align-items: center;
    }
    .align--tabletright .circular-titles {
        align-items: flex-end;
    }
    .align--tabletleft .circular-titles .divider {
        margin-right: auto;
        margin-left: 0;
    }
    .align--tabletcenter .circular-titles .divider {
        margin-left: auto;
        margin-right: auto;
    }
    .align--tabletright .circular-titles .divider {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .align--mobileleft .circular-titles {
        align-items: flex-start;
    }
    .align--mobilecenter .circular-titles {
        align-items: center;
    }
    .align--mobileright .circular-titles {
        align-items: flex-end;
    }
    .align--mobileleft .circular-titles .divider {
        margin-right: auto;
        margin-left: 0;
    }
    .align--mobilecenter .circular-titles .divider {
        margin-left: auto;
        margin-right: auto;
    }
    .align--mobileright .circular-titles .divider {
        margin-left: auto;
        margin-right: 0;
    }
}

/*--------------------------------------------------------------------*
    URL
*---------------------------------------------------------------------*/

.circular-button {
    display: inline-block;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.circular-button.full-width-yes {
    width: 100%;
    text-align: center;
}

.circular-button .icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s ease;
}

.circular-button .icon svg {
    transition: all 0.2s ease;
}

.circular-button.icon-left,
.circular-button.icon-right {
    display: inline-flex;
    align-items: center;
}

.circular-button.icon-left {
    padding-left: 20px;
    flex-direction: row-reverse;
}

.circular-button.icon-right {
    padding-right: 20px;
    flex-direction: row;
}

.circular-button.icon-right .icon {
    margin-left: 5px;
}

.circular-button.icon-left .icon {
    margin-right: 5px;
}

/* Button 1 */

.circular-button.button-1 {
    color: #fff;
    background-color: #f26b1d;
    padding: 12px 30px 10px;
}

.circular-button.button-1:hover {
    color: #fff;
    background-color: #262626;
}

/* Button 2 */

.circular-button.button-2 {
    color: #fff;
    background-color: #f26b1d;
    padding: 12px 30px;
}

.circular-button.button-2:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #f26b1d;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    opacity: 1;
    transition: all 0.5s ease;
}

.circular-button.button-2:hover:after {
    transform: scale(1.2);
    opacity: 0;
}

/* Link 1 */

.circular-button.link-1 {
    font-size: 14px;
    padding: 0;
    color: #a8a8a8;
    background-color: transparent;
}

.circular-button.link-1>.text {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 4px;
}

.circular-button.link-1>.text:before,
.circular-button.link-1>.text:after {
    content: "";
    height: 2px;
    position: absolute;
    left: -2px;
    bottom: 0;
    transition: width 0.5s ease;
}

.circular-button.link-1>.text:before {
    background-color: #e3e3e3;
    width: calc(100% + 4px);
}

.circular-button.link-1>.text:after {
    background-color: #f26b1d;
    width: 0;
    z-index: 10;
}

.circular-button.link-1:hover .text:after {
    width: calc(100% + 4px);
}

.circular-button.link-1:hover {
    color: #f26b1d;
}

/* Link 2 */

.circular-button.link-2 {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 0;
    color: #f26b1d;
    background-color: transparent;
}

.circular-button.link-2>.text {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 4px;
}

.circular-button.link-2>.text:before {
    content: "";
    background-color: #f26b1d;
    width: calc(100% + 4px);
    height: 1px;
    position: absolute;
    left: -2px;
    bottom: 0;
    transition: width 0.3s ease;
}

.circular-button.link-2>.text:before {}

.circular-button.link-2:hover .text:before {
    width: 0;
}

/* Styled 1 */

.circular-button.styled-1 {
    position: relative;
    padding: 13px 50px 11px 30px;
    border-radius: 30px;
}

.circular-button.styled-1 .icon {
    content: "\e917";
    font-family: "Feather";
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
}

.circular-button.styled-1.styled-accent {
    color: #fff;
    background-color: #f26b1d;
}

.circular-button.styled-1.styled-accent .icon {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.circular-button.styled-1.styled-accent:hover {
    color: #fff;
    background-color: #262626;
}

.circular-button.styled-1.styled-accent:hover .icon {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.circular-button.styled-1.styled-dark {
    color: #fff;
    background-color: #262626;
}

.circular-button.styled-1.styled-dark .icon {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2))
}

.circular-button.styled-1.styled-dark:hover {
    color: #fff;
    background-color: #f26b1d;
}

.circular-button.styled-1.styled-dark:hover .icon {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2))
}

.circular-button.styled-1.styled-white {
    color: #f26b1d;
    background-color: #fff;
}

.circular-button.styled-1.styled-white .icon {
    color: #f26b1d;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2))
}

.circular-button.styled-1.styled-white:hover {
    color: #fff;
    background-color: #262626;
}

.circular-button.styled-1.styled-white:hover .icon {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2))
}

.circular-button.styled-1.size-2 {
    position: relative;
    padding: 15px 55px 13px 35px;
    border-radius: 30px;
}

.circular-button.styled-1.size-2 .icon {
    width: 48px;
    height: 48px;
    line-height: 46px;
}

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

/*--------------------------------------------------------------------*
    ICON BOX
*---------------------------------------------------------------------*/

.circular-icon-box {
    transition: all 0.3s ease;
}

.circular-icon-box .inner {
    display: flex;
    position: relative;
    transition: background 0.5s ease, opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.circular-icon-box .title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 14px;
}

.circular-icon-box .url-wrap {
    margin-top: 23px;
}

.circular-icon-box .ib-icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: #262626;
    transition: all 0.3s ease;
}

.circular-icon-box .ib-icon>i,
.circular-icon-box .ib-icon>svg,
.circular-icon-box .ib-icon>img {
    position: relative;
    transition: all 0.3s ease;
}

.circular-icon-box .divider {
    width: 50px;
    height: 2px;
    background-color: #f26b1d;
    margin-bottom: 15px;
}

.circular-icon-box.icon-top .inner {
    flex-direction: column;
}

.circular-icon-box.icon-top.content-center .inner {
    align-items: center;
}

.circular-icon-box.icon-top.content-center .content-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circular-icon-box.icon-top.content-right .inner {
    align-items: flex-end;
}

.circular-icon-box.icon-top.content-right .content-wrap {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.circular-icon-box.icon-left .inner {
    flex-direction: row;
}

.circular-icon-box.icon-left .title {
    margin-top: 0;
}

.circular-icon-box.icon-left .ib-icon {
    margin-right: 20px;
}

.circular-icon-box.icon-left.content-left .inner {
    justify-content: flex-start;
}

.circular-icon-box.icon-left.content-center .inner {
    justify-content: center;
}

.circular-icon-box.icon-left.content-right .inner {
    justify-content: flex-end;
}

.circular-icon-box.icon-right .inner {
    flex-direction: row-reverse;
}

.circular-icon-box.icon-right .title {
    margin-top: 0;
}

.circular-icon-box.icon-right .ib-icon {
    margin-left: 20px;
}

.circular-icon-box.icon-right .content-wrap {
    text-align: right;
}

.circular-icon-box.icon-right.content-left .inner {
    justify-content: flex-end;
}

.circular-icon-box.icon-right.content-center .inner {
    justify-content: center;
}

.circular-icon-box.icon-right.content-right .inner {
    justify-content: flex-start;
}

.circular-icon-box.icon-row .inner {
    display: block;
}

.circular-icon-box.icon-row .ib-icon {
    float: left;
}

.circular-icon-box.icon-row .inner:after {
    content: "";
    display: table;
    clear: both;
}

.circular-icon-box.icon-row .title {
    margin: 0 0 0 80px;
}

.circular-icon-box.icon-row .desc {
    margin-top: 32px;
}

.circular-icon-box.url-hover .url-wrap {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.circular-icon-box.url-hover .inner {
    transition: all 0.4s ease;
}

.circular-icon-box.url-hover:hover .inner {
    transform: translateY(-15px);
}

.circular-icon-box.url-hover:hover .url-wrap {
    opacity: 1;
    transform: translateY(0px);
}

@media (max-width: 1024px) {
    .circular-icon-box.icon-row .ib-icon {
        float: none;
        margin-bottom: 16px;
    }
    .circular-icon-box.icon-row .title {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .circular-icon-box.mobile-icon-top .inner {
        flex-direction: column !important;
    }
    .circular-icon-box.mobile-icon-top .ib-icon {
        margin: 0 0 15px !important;
    }
}

/*--------------------------------------------------------------------*
    NEWS
*---------------------------------------------------------------------*/

.circular-news .inner,
.circular-news .thumb {
    overflow: hidden;
}

.circular-news .thumb {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.circular-news .content-wrap {
    padding: 22px 0 0;
}

.circular-news .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

.circular-news .title a:hover {
    opacity: 0.7;
}

.circular-news .meta {
    color: #a8a8a8;
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.circular-news .meta a {
    color: #a8a8a8;
}

.circular-news .meta a:hover {
    color: #f26b1d;
}

.circular-news .meta>span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
}

.circular-news .meta>span:before {
    font-family: "dashicons";
    font-size: 14px;
    color: #c2c2c2;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}

.circular-news .meta>span.post-date:before {
    content: '\f508';
}

.circular-news .meta>span.post-by-author:before {
    content: '\f110';
}

.circular-news .meta>span.post-cat:before {
    content: '\f322';
}

.circular-news .url-wrap {
    margin-top: 22px;
}

.circular-news .thumb img {
    transition: transform 0.3s ease;
}

.circular-news:hover .thumb img {
    transform: scale(1.03);
}

.circular-news.first {
    width: 50% !important;
}

/*--------------------------------------------------------------------*
    CONTACT FORM 7
*---------------------------------------------------------------------*/

.circular-cf7 p {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-response-output {
    padding: 10px;
    margin: 15px 0 0;
}

.wpcf7 .wpcf7-spinner {
    margin: 10px;
    position: absolute;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 5px 0 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f26b1d;
    padding: 5px 12px 3px;
    margin: 15px 0;
    border-radius: 4px;
}

.wpcf7 .submit-wrap {
    display: flex;
    align-items: center;
}

.button-center .submit-wrap {
    justify-content: center;
}

.button-right .submit-wrap {
    justify-content: flex-end;
}

.button-full .submit-wrap {
    display: block;
}

.button-full .submit-wrap input,
.button-full .submit-wrap button {
    width: 100%;
    text-align: center;
}

.wpcf7 .input-wrap input,
.wpcf7 .select-wrap select,
.wpcf7 .textarea-wrap textarea {
    width: 100%;
    margin-bottom: 0;
}

.wpcf7 .textarea-wrap textarea {
    height: 150px;
}

.cf7-group .wpcf7 .group-2,
.cf7-group .wpcf7 .group-3 {
    display: flex;
    justify-content: space-between;
}

.cf7-group.gap-15 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-group.gap-15 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-group.gap-15 .wpcf7 .group-3 .input-wrap:nth-child(2) {
    margin-right: 15px;
}

.cf7-group.gap-20 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-group.gap-20 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-group.gap-20 .wpcf7 .group-3 .input-wrap:nth-child(2) {
    margin-right: 20px;
}

.cf7-group.gap-30 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-group.gap-30 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-group.gap-30 .wpcf7 .group-3 .input-wrap:nth-child(2) {
    margin-right: 30px;
}

.cf7-group.gap-40 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-group.gap-40 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-group.gap-40 .wpcf7 .group-3 .input-wrap:nth-child(2) {
    margin-right: 40px;
}

.cf7-group .wpcf7 .group-2 .input-wrap,
.cf7-group .wpcf7 .group-2 .select-wrap {
    width: 50%;
}

.cf7-group .wpcf7 .group-3 .input-wrap,
.cf7-group .wpcf7 .group-3 .select-wrap {
    width: 33.3333333333%;
}

.gap-15 .wpcf7 .input-wrap,
.gap-15 .wpcf7 .select-wrap,
.gap-15 .wpcf7 .textarea-wrap {
    margin-bottom: 15px;
}

.gap-20 .wpcf7 .input-wrap,
.gap-20 .wpcf7 .select-wrap,
.gap-20 .wpcf7 .textarea-wrap {
    margin-bottom: 20px;
}

.gap-30 .wpcf7 .input-wrap,
.gap-30 .wpcf7 .select-wrap,
.gap-30 .wpcf7 .textarea-wrap {
    margin-bottom: 30px;
}

.gap-40 .wpcf7 .input-wrap,
.gap-40 .wpcf7 .select-wrap,
.gap-40 .wpcf7 .textarea-wrap {
    margin-bottom: 40px;
}

/* Light */

.form-color-light .submit-wrap input:hover {
    color: #262626;
    background-color: #fff;
}

.form-color-light .wpcf7 form .wpcf7-response-output {
    color: #a8a8a8;
}

@media (max-width: 1024px) {
    .cf7-group .wpcf7 .group-2,
    .cf7-group .wpcf7 .group-3 {
        display: block;
    }
    .cf7-group .wpcf7 .group-2 .input-wrap,
    .cf7-group .wpcf7 .group-2 .select-wrap,
    .cf7-group .wpcf7 .group-3 .input-wrap,
    .cf7-group .wpcf7 .group-3 .select-wrap {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.circular-cf7.button-styled-1 button {
    position: relative;
    padding-right: 50px;
    line-height: 52px;
}

.circular-cf7.button-styled-1 button:after {
    content: "\e917";
    font-family: "Feather";
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
}

.circular-cf7.button-styled-1.styled-accent button {
    color: #fff;
    background-color: #f26b1d;
}

.circular-cf7.button-styled-1.styled-accent button:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.circular-cf7.button-styled-1.styled-accent button:hover {
    background-color: #262626;
}

.circular-cf7.button-styled-1.styled-dark button {
    color: #fff;
    background-color: #262626;
}

.circular-cf7.button-styled-1.styled-dark button:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.circular-cf7.button-styled-1.styled-dark button:hover {
    background-color: #f26b1d;
}

.circular-cf7.button-styled-1.styled-white button {
    color: #f26b1d;
    background-color: #fff;
}

.circular-cf7.button-styled-1.styled-white button:after {
    color: #f26b1d;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 85, 37, 0.2));
}

.circular-cf7.button-styled-1.styled-white button:hover {
    color: #fff;
    background-color: #262626;
}

.circular-cf7.button-styled-1.styled-white button:hover:after {
    color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

/*--------------------------------------------------------------------*
    IMAGE BOX
*---------------------------------------------------------------------*/

.circular-image-box {
    overflow: hidden;
}

.circular-image-box .thumb {
    position: relative;
    overflow: hidden;
}

.circular-image-box .thumb img {
    transition: transform 0.3s ease;
}

.circular-image-box:hover .thumb img {
    transform: scale(1.03);
}

.circular-image-box .pre-title {
    font-family: "Source Serif Pro", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-style: italic;
    color: #a8a8a8;
}

.circular-image-box .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
}

.circular-image-box .divider {
    width: 48px;
    height: 2px;
    background-color: #f26b1d;
    margin: 16px 0 0;
}

.circular-image-box.content-center .content-wrap {
    text-align: center;
}

.circular-image-box.content-center .divider {
    margin-left: auto;
    margin-right: auto;
}

.circular-image-box.content-right .content-wrap {
    text-align: right;
}

.circular-image-box.content-right .divider {
    margin-left: auto;
}

.circular-image-box.style-1 .content-wrap {
    padding: 32px 40px 34px;
    background: #fff;
}

.circular-image-box.style-1 .url-wrap {
    margin-top: 22px;
}

.circular-image-box.style-2 {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: stretch;
}

.circular-image-box.style-2 .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 50%;
    max-width: 50%;
}

.circular-image-box.style-2 .content-wrap {
    background: #262626;
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 35px 35px;
}

.circular-image-box.style-2 .title {
    font-size: 24px;
    color: #fff;
}

.circular-image-box.style-2 .desc {
    color: #a8a8a8;
}

.circular-image-box.style-2 .url-wrap {
    margin-top: 28px;
}

.circular-image-box.style-3 {
    overflow: unset;
}

.circular-image-box.style-3 .title {
    margin-top: 22px;
}

.circular-image-box.style-3 .thumb {
    position: relative;
}

.circular-image-box.style-3 .thumb .overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(13, 32, 51, 0.9);
    transition: opacity 0.3s ease;
}

.circular-image-box.style-3 .url-wrap {
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.3s linear;
}

.circular-image-box.style-3:hover .overlay {
    opacity: 1;
}

.circular-image-box.style-3:hover .url-wrap {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .circular-image-box.style-2 {
        display: block;
    }
    .circular-image-box.style-2 .thumb {
        height: 250px;
    }
    .circular-image-box.style-2 .thumb,
    .circular-image-box.style-2 .content-wrap {
        max-width: none;
        width: 100%;
    }
}

/*--------------------------------------------------------------------*
    PARALLAX IMAGES
*---------------------------------------------------------------------*/

.circular-parallax-box {
    position: relative;
    width: 100%;
}

.pb-item {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .pb-item.mobi-hide-yes {
        display: none;
    }
}

/*--------------------------------------------------------------------*
    WRAP BOX
*---------------------------------------------------------------------*/

.circular-wrap-box {
    position: relative;
}

/*--------------------------------------------------------------------*
    GOOGLE MAP
*---------------------------------------------------------------------*/

.circular-google-map .map-wrap button {
    font-weight: normal;
}

.circular-google-map .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    padding: 62px 65px 75px;
    z-index: 100;
    max-width: 970px;
    width: 100%;
    left: 50%;
    margin-left: -485px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}

.circular-google-map .hide-content {
    position: absolute;
    right: 28px;
    top: 22px;
    display: inline-block;
    color: #343434;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.3s ease;
}

.circular-google-map .hide-content:hover {
    color: #f26b1d;
}

.circular-google-map.no-content .content-wrap {
    display: none;
}

@media (max-width: 1024px) {
    .circular-google-map .content-wrap {
        display: none;
    }
}

/*--------------------------------------------------------------------*
    GRID
*---------------------------------------------------------------------*/

.circular-grid [class^="g-item"] {
    float: left;
    min-height: 36px;
}

.circular-grid .inner-grid {
    display: flex;
    flex-wrap: wrap;
}

.circular-grid .inner-grid {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.circular-grid [class^="g-item"] {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.circular-grid.grid-2 [class^="g-item"] {
    width: 50%;
}

.circular-grid.grid-3 [class^="g-item"] {
    width: 33.33333333%;
}

.circular-grid.grid-4 [class^="g-item"] {
    width: 25%;
}

.circular-grid.grid-5 [class^="g-item"] {
    width: 20%;
}

@media (max-width: 1024px) {
    .circular-grid.grid-2 [class^="g-item"] {
        width: 100%;
        float: none;
    }
}

/*--------------------------------------------------------------------*
    CAROUSEL
*---------------------------------------------------------------------*/

.item-carousel {
    width: 100%;
    transition: 0s !important;
}

.full-screen-true .flickity-viewport {
    overflow: visible !important;
}

.flickity-aside-wrap .flickity-viewport {
    overflow: visible !important;
}

.column-2-gap-0px .item-carousel {
    width: calc((100%) / 2);
}

.column-3-gap-0px .item-carousel {
    width: calc((100%) / 3);
}

.column-4-gap-0px .item-carousel {
    width: calc((100%) / 4);
}

.column-5-gap-0px .item-carousel {
    width: calc((100%) / 5);
}

.column-6-gap-0px .item-carousel {
    width: calc((100%) / 6);
}

.column-2-gap-10px .item-carousel {
    width: calc( (100% - 10px) / 2);
    margin-right: 10px;
}

.column-3-gap-10px .item-carousel {
    width: calc( (100% - 20px) / 3);
    margin-right: 10px;
}

.column-4-gap-10px .item-carousel {
    width: calc( (100% - 30px) / 4);
    margin-right: 10px;
}

.column-5-gap-10px .item-carousel {
    width: calc( (100% - 40px) / 5);
    margin-right: 10px;
}

.column-6-gap-10px .item-carousel {
    width: calc( (100% - 50px) / 6);
    margin-right: 10px;
}

.column-2-gap-20px .item-carousel {
    width: calc( (100% - 20px) / 2);
    margin-right: 20px;
}

.column-3-gap-20px .item-carousel {
    width: calc( (100% - 40px) / 3);
    margin-right: 20px;
}

.column-4-gap-20px .item-carousel {
    width: calc( (100% - 60px) / 4);
    margin-right: 20px;
}

.column-5-gap-20px .item-carousel {
    width: calc( (100% - 80px) / 5);
    margin-right: 20px;
}

.column-6-gap-20px .item-carousel {
    width: calc( (100% - 100px) / 6);
    margin-right: 20px;
}

.column-2-gap-30px .item-carousel {
    width: calc( (100% - 30px) / 2);
    margin-right: 30px;
}

.column-3-gap-30px .item-carousel {
    width: calc( (100% - 60px) / 3);
    margin-right: 30px;
}

.column-4-gap-30px .item-carousel {
    width: calc( (100% - 90px) / 4);
    margin-right: 30px;
}

.column-5-gap-30px .item-carousel {
    width: calc( (100% - 120px) / 5);
    margin-right: 30px;
}

.column-6-gap-30px .item-carousel {
    width: calc( (100% - 150px) / 6);
    margin-right: 30px;
}

.column-2-gap-40px .item-carousel {
    width: calc( (100% - 40px) / 2);
    margin-right: 40px;
}

.column-3-gap-40px .item-carousel {
    width: calc( (100% - 80px) / 3);
    margin-right: 40px;
}

.column-4-gap-40px .item-carousel {
    width: calc( (100% - 120px) / 4);
    margin-right: 40px;
}

.column-5-gap-40px .item-carousel {
    width: calc( (100% - 160px) / 5);
    margin-right: 40px;
}

.column-6-gap-40px .item-carousel {
    width: calc( (100% - 200px) / 6);
    margin-right: 40px;
}

.column-2-gap-50px .item-carousel {
    width: calc( (100% - 50px) / 2);
    margin-right: 50px;
}

.column-3-gap-50px .item-carousel {
    width: calc( (100% - 100px) / 3);
    margin-right: 50px;
}

.column-4-gap-50px .item-carousel {
    width: calc( (100% - 150px) / 4);
    margin-right: 50px;
}

.column-5-gap-50px .item-carousel {
    width: calc( (100% - 200px) / 5);
    margin-right: 50px;
}

.column-6-gap-50px .item-carousel {
    width: calc( (100% - 250px) / 6);
    margin-right: 50px;
}

.column-2-gap-60px .item-carousel {
    width: calc( (100% - 60px) / 2);
    margin-right: 60px;
}

.column-3-gap-60px .item-carousel {
    width: calc( (100% - 120px) / 3);
    margin-right: 60px;
}

.column-4-gap-60px .item-carousel {
    width: calc( (100% - 180px) / 4);
    margin-right: 60px;
}

.column-5-gap-60px .item-carousel {
    width: calc( (100% - 240px) / 5);
    margin-right: 60px;
}

.column-6-gap-60px .item-carousel {
    width: calc( (100% - 300px) / 6);
    margin-right: 60px;
}

.column-2-gap-70px .item-carousel {
    width: calc( (100% - 70px) / 2);
    margin-right: 70px;
}

.column-3-gap-70px .item-carousel {
    width: calc( (100% - 140px) / 3);
    margin-right: 70px;
}

.column-4-gap-70px .item-carousel {
    width: calc( (100% - 210px) / 4);
    margin-right: 70px;
}

.column-5-gap-70px .item-carousel {
    width: calc( (100% - 280px) / 5);
    margin-right: 70px;
}

.column-6-gap-70px .item-carousel {
    width: calc( (100% - 350px) / 6);
    margin-right: 70px;
}

.column-2-gap-80px .item-carousel {
    width: calc( (100% - 80px) / 2);
    margin-right: 80px;
}

.column-3-gap-80px .item-carousel {
    width: calc( (100% - 160px) / 3);
    margin-right: 80px;
}

.column-4-gap-80px .item-carousel {
    width: calc( (100% - 240px) / 4);
    margin-right: 80px;
}

.column-5-gap-80px .item-carousel {
    width: calc( (100% - 320px) / 5);
    margin-right: 80px;
}

.column-6-gap-80px .item-carousel {
    width: calc( (100% - 400px) / 6);
    margin-right: 80px;
}

/* Bullets */

.circular-carousel-box .flickity-page-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 10px;
    line-height: 10px;
    z-index: 999;
    transform: translateY(10px);
}

.circular-carousel-box .flickity-page-dots .dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: none;
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 0;
    margin: 0 5px;
}

.circular-carousel-box .flickity-page-dots .dot:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    transition: 0.5s;
}

.circular-carousel-box.has-bullets {
    margin-bottom: 10px;
}

.circular-carousel-box.bullets-5px {
    padding-bottom: 5px;
}

.circular-carousel-box.bullets-10px {
    padding-bottom: 10px;
}

.circular-carousel-box.bullets-15px {
    padding-bottom: 15px;
}

.circular-carousel-box.bullets-20px {
    padding-bottom: 20px;
}

.circular-carousel-box.bullets-25px {
    padding-bottom: 25px;
}

.circular-carousel-box.bullets-30px {
    padding-bottom: 30px;
}

.circular-carousel-box.bullets-35px {
    padding-bottom: 35px;
}

.circular-carousel-box.bullets-40px {
    padding-bottom: 40px;
}

.circular-carousel-box.bullets-45px {
    padding-bottom: 45px;
}

.circular-carousel-box.bullets-50px {
    padding-bottom: 50px;
}

.circular-carousel-box.bullets-55px {
    padding-bottom: 55px;
}

.circular-carousel-box.bullets-60px {
    padding-bottom: 60px;
}

.circular-carousel-box.bullets-65px {
    padding-bottom: 65px;
}

.circular-carousel-box.bullets-70px {
    padding-bottom: 70px;
}

.circular-carousel-box.bullets-75px {
    padding-bottom: 75px;
}

.circular-carousel-box.bullets-80px {
    padding-bottom: 80px;
}

.circular-carousel-box.bullets-85px {
    padding-bottom: 85px;
}

.circular-carousel-box.bullets-90px {
    padding-bottom: 90px;
}

.circular-carousel-box.bullets-95px {
    padding-bottom: 95px;
}

.circular-carousel-box.bullets-100px {
    padding-bottom: 100px;
}

.circular-carousel-box .flickity-page-dots .dot:after {
    background-color: rgba(0, 0, 0, 0.15);
}

.circular-carousel-box .flickity-page-dots .dot.is-selected:after {
    background-color: #f26b1d;
}

/* Arrows */

.circular-carousel-box .flickity-button {
    position: absolute;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    z-index: 300;
    cursor: pointer;
    transition: all 0.3s ease;
}

.circular-carousel-box .flickity-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
}

.circular-carousel-box .flickity-button:hover {
    background-color: transparent;
}

.circular-carousel-box .flickity-button:focus {
    box-shadow: none;
}

.circular-carousel-box .flickity-button:disabled {
    opacity: 0.5;
}

.arrow-position-middle .flickity-button.previous {
    top: 50%;
    left: -80px;
}

.arrow-position-middle .flickity-button.next {
    top: 50%;
    right: -80px;
}

.arrow-position-top .flickity-button.next {
    right: 0;
    top: 0;
    transform: none;
}

.arrow-position-top .flickity-button.previous {
    left: auto;
    right: 0;
    top: 0;
    transform: translateX( calc(-100% - 10px));
}

.arrow-position-bottom .flickity-button {
    top: auto;
    bottom: -50px;
    transform: none;
}

.arrow-position-bottom .flickity-button.next {
    left: 50%;
    transform: translateX(5px);
}

.arrow-position-bottom .flickity-button.previous {
    left: 50%;
    transform: translateX( calc(-100% - 5px));
}

.circular-carousel-box .flickity-button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.circular-carousel-box .flickity-button svg {
    fill: #7b7b7b;
}

.circular-carousel-box .flickity-button:hover {
    border-color: #f26b1d;
}

.circular-carousel-box .flickity-button:hover svg {
    fill: #f26b1d;
}

@media screen and (max-width: 1024px) {
    .mobi-col-3.circular-carousel-box .item-carousel {
        width: 33.3333333333% !important;
    }
    .mobi-col-2.circular-carousel-box .item-carousel {
        width: 50% !important;
    }
    .mobi-col-1.circular-carousel-box .item-carousel {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .flickity-button {
        position: relative !important;
        left: 50% !important;
        margin-top: 20px !important;
    }
    .flickity-button.previous {
        transform: translateX( calc(-100% - 6px)) !important;
    }
    .flickity-button.next {
        transform: translateX( calc(-100% + 6px)) !important;
    }
    .arrow-position-bottom .flickity-button {
        bottom: -20px !important;
    }
    .circular-carousel-box.has-bullets {
        margin-bottom: 0;
    }
    .circular-carousel-box.has-arrows.has-bullets .flickity-page-dots {
        display: none;
    }
    .smobi-col-2.circular-carousel-box .item-carousel {
        width: 50% !important;
    }
    .smobi-col-1.circular-carousel-box .item-carousel {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/*--------------------------------------------------------------------*
    CURSOR
*---------------------------------------------------------------------*/

#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 10000;
}

#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #F26B1D;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
}

#ball i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
}

.elementor-editor-active #magic-cursor {
    display: none;
}

@media screen and (max-width: 1024px) {
    #magic-cursor {
        display: none;
    }
}

/*--------------------------------------------------
    ANIMATION
---------------------------------------------------*/

.has-animation {
    opacity: 0;
    transform: translateY(60px);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
}

.has-animation.animated {
    opacity: 1;
    transform: translateY(0);
}

/*--------------------------------------------------
    XE NAM VIET
---------------------------------------------------*/
.circular-xevn span.arrow { display: inline-block; position: relative; top: 5px; }
.circular-xevn span.arrow svg { width: 24px; fill: #fff; }

@media screen and (min-width: 1024px) {
    .circular-xevn.type-1 .box-gradient,
    .circular-xevn.type-2 .box-gradient {
        max-width: 450px;
    }
}

.circular-xevn.type-1 .box-gradient,
.circular-xevn.type-2 .box-gradient {
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(90deg, #D95525 0%, #F28B30 100%); 
    color: #fff; font-weight: 700; padding: 14px 0 11px;
}

.circular-xevn.type-1 .box-gradient {
    font-size: 20px; 
    display: flex; justify-content: center; align-items: center; gap: 10px;
    line-height: 24px; font-weight: 700; border-radius: 30px;
}

.circular-xevn.type-2 .box-gradient {
    font-size: 26px;
    border-radius: 4px;
}
.circular-xevn.type-2 .box-gradient ul.phones { list-style: none; margin: 0; }
.circular-xevn.type-2 .box-gradient ul.phones li span {
    display: inline-block;
    padding: 2px 0;
    padding-left: 35px; position: relative;
}
.circular-xevn.type-2 .box-gradient ul.phones li span a { color: #fff; }
.circular-xevn.type-2 .box-gradient ul.phones li span:after {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path fill="%23ffffff" d="M19.4,20.5c-1.9,0-3.8-0.4-5.7-1.3c-1.9-0.9-3.7-2.1-5.2-3.7c-1.6-1.6-2.8-3.3-3.7-5.2C3.9,8.3,3.5,6.4,3.5,4.6c0-0.3,0.1-0.6,0.3-0.8C4,3.6,4.2,3.5,4.6,3.5h3.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.3,0.4,0.4,0.6l0.6,2.9c0,0.3,0,0.5,0,0.7C9.3,8.2,9.2,8.4,9.1,8.5l-2.3,2.2c0.4,0.7,0.8,1.3,1.3,1.9c0.5,0.6,1,1.2,1.6,1.7c0.5,0.5,1.1,1.1,1.8,1.5c0.6,0.5,1.3,0.9,2,1.3l2.2-2.3c0.2-0.2,0.3-0.3,0.6-0.3c0.2-0.1,0.5-0.1,0.7,0l2.8,0.6c0.3,0.1,0.5,0.2,0.6,0.4c0.2,0.2,0.2,0.4,0.2,0.7v3.2c0,0.3-0.1,0.5-0.3,0.8C20,20.4,19.7,20.5,19.4,20.5z"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    display: block;
}

.circular-xevn.type-3 .lo-trinh .h { background: #0EA002; color: #fff; }
.circular-xevn.type-3 .lo-trinh { margin: 0; list-style: none; }
.circular-xevn.type-3 .lo-trinh ul { list-style: none; margin: 0; }
.circular-xevn.type-3 .lo-trinh li { position: relative; border-radius: 4px; color: #262626; background: #ddd; padding: 3px 8px 1px; display: inline-block; margin: 0 0 10px 24px; }

.circular-xevn.type-3 .lo-trinh li:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%230ea002"><path d="M646-440H200q-17 0-28.5-11.5T160-480q0-17 11.5-28.5T200-520h446L532-634q-12-12-11.5-28t11.5-28q12-12 28.5-12.5T589-691l183 183q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L589-269q-12 12-28.5 11.5T532-270q-11-12-11.5-28t11.5-28l114-114Z"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -23px;
    top: 7px;
    content: "";
    display: block;
}

.circular-xevn.type-3 .lo-trinh li:last-child:after { display: none; }

.circular-xevn .extra { text-align: center; color: #262626; font-size: 18px; font-weight: 600; margin-top: 12px; }
.circular-xevn .extra > span { position: relative; }
.circular-xevn .extra > span:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #262626 }
.circular-xevn .extra > span.phone { color: #0EA002; font-size: 26px; }
.circular-xevn .extra > span.phone:after { display: none; }

@media screen and (max-width: 767px) {
.circular-xevn .extra .phone { display: block; }
.circular-xevn .extra .dash { display: none; }
}

.circular-image-box .list { margin: 15px 0 0; }
.circular-image-box .list ul { list-style: none; margin: 0 0 0 20px; }

.circular-image-box .list ul li { padding: 5px 0; border-bottom: 1px solid #eaeaea; text-align: left; padding-left: 30px; position: relative; font-size: 15px; font-weight: 600; color: #262626; }

.circular-image-box .list ul li:after {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path fill="%230ea002" d="M24,6c-2.9-2-4.3-3.7-4.3-3.7C14.3,5.4,8.6,16.7,8.6,16.7c-2.7-3.8-5.4-4.8-5.4-4.8C2.1,13.5,0,15.6,0,15.6 c4.9,1.3,8.9,6.1,8.9,6.1C17.7,7.9,24,6,24,6z"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    display: block;
}

.bi-phone { position: absolute; right: 85px; top: 20px; }
.bi-icon { float: left; }
.bi-icon svg { width: 32px; fill: #0EA002; }
.bi-phone:after {
    content: "";
    display: table;
    clear: both;
}

.bi-content {
    margin: 0px 0px 0px 38px;
    font-size: 20px; font-weight: 700;
    color: #262626;
}

@media screen and (max-width: 480px) {
    .circular-logo .l-wrap { max-width: 150px !important; }
    .bi-content { font-size: 15px; margin-left: 30px !important; }
    .bi-icon svg { width: 28px !important; }
    .bi-phone { right: 80px; top: 22px; }
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0EA002;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #0EA0023d;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #0EA002;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

