.eltron-header-main-bar .eltron-header-column .eltron-header-search-dropdown {
    padding-left: 20px
}

.eltron-header-main-bar .eltron-header-menu .sub-menu .menu-item {
    padding: 0
}

* {
    border-color: rgba(0, 0, 0, .1)
}

*,
:after,
:before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    min-height: 100vh;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none
}

body {
    position: relative;
    margin: 0;
    background-color: #fff;
    color: #444;
    min-height: 100vh;
    overflow-wrap: break-word;
    word-wrap: break-word
}

p {
    margin: 0 0 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    color: #222
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #14cedd
}

h1 {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

h2 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

h5 {
    font-size: 1.2rem;
    font-weight: 600
}

h6 {
    font-size: .8rem;
    font-weight: 600
}

hr {
    margin: 1.5rem 0;
    border: none;
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

blockquote {
    margin: 0 0 1.5rem;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6
}

blockquote>:last-child {
    margin-bottom: 0
}

blockquote p {
    margin: 0 0 1em
}

blockquote cite {
    display: block;
    font-size: .85rem;
    opacity: .6
}

ol,
ul {
    margin: 0 0 1.5rem;
    padding-left: 2rem
}

ol li,
ul li {
    margin: 0
}

li>ol,
li>ul {
    margin-top: 0;
    margin-bottom: 0
}

table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none
}

table td,
table th {
    padding: .75rem;
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}

table th {
    font-weight: 600;
    text-align: initial;
    color: #222;
    background-color: #f5f5f5
}

table th a {
    color: #222
}

table th a:focus,
table th a:hover {
    color: #14cedd
}

img,
video {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

iframe {
    border: none
}

pre {
    max-width: 100%;
    margin: 0 0 1.5rem;
    padding: .6rem 1.2rem;
    overflow: auto;
    font-size: 1em;
    font-family: monospace;
    background-color: #074769
}

code {
    background-color: #074769
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #14cedd;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a:focus,
a:hover {
    color: #222
}

figure {
    margin: 0
}

address {
    margin: 0 0 1.5rem
}

dt {
    font-weight: 600
}

ins,
mark {
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    text-decoration: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    vertical-align: middle
}

::selection {
    background-color: #14cedd;
    color: #fff
}

::-webkit-input-placeholder {
    opacity: .75;
    color: inherit
}

:-ms-input-placeholder {
    opacity: .75;
    color: inherit
}

::-ms-input-placeholder {
    opacity: .75;
    color: inherit
}

::placeholder {
    opacity: .75;
    color: inherit
}

fieldset {
    padding: 0;
    margin: 0 0 1.25rem;
    border: 0
}

legend {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 1.25rem;
    color: #222
}

.button,
a.button,
a.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    background-color: #14cedd;
    border-color: #14cedd;
    font-family: inherit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #10a2ae;
    border-color: #10a2ae
}

.input,
input:not([type]),
input[type=""],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle
}

.input:focus,
input:not([type]):focus,
input[type=""]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
    background-color: #fff;
    border-color: #14cedd
}

textarea {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    line-height: inherit
}

textarea:focus {
    background-color: #fff;
    border-color: #14cedd
}

select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.8em 1.2em;
    padding-right: 1.8em
}

select:focus {
    background-color: #fff;
    border-color: #14cedd
}

select[multiple] {
    background: 0 0;
    padding-right: 0
}

span.select2-container {
    display: block;
    text-align: start
}

span.select2-container .selection {
    display: block;
    border-color: inherit
}

span.select2-container .dropdown-wrapper {
    margin-top: -1px
}

span.select2-container .select2-selection {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.8em 1.2em;
    padding-right: 1.8em;
    display: block;
    height: auto
}

span.select2-container.select2-container--open .select2-selection {
    border-color: inherit;
    background-color: #074769
}

span.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    font: inherit;
    color: inherit
}

span.select2-container .select2-selection--single .select2-selection__placeholder:empty {
    display: inline-block
}

span.select2-container .select2-selection--single .select2-selection__arrow {
    display: none
}

span.select2-container .select2-selection--multiple {
    border-color: inherit
}

span.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0;
    font: inherit;
    color: inherit;
    margin: -.75em -.25em -.25em
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin: .5em .5em 0 0
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search {
    padding: .25em
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search input {
    vertical-align: bottom
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    padding: .25em .5em;
    border: none;
    border-radius: 0;
    background-color: #074769
}

span.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: inherit;
    font-weight: inherit;
    margin-right: .25em
}

span.select2-container .select2-dropdown {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    overflow: hidden
}

span.select2-container .select2-dropdown .select2-search {
    padding: 0
}

span.select2-container .select2-dropdown .select2-search .select2-search__field {
    border: none;
    border-radius: 0;
    padding: .5em
}

span.select2-container .select2-dropdown .select2-results .select2-results__option {
    padding: .5em;
    line-height: normal
}

span.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, .025);
    color: inherit
}

span.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
    background-color: #074769
}

span.select2-container .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

span.select2-container .select2-dropdown--below .select2-search {
    border-bottom: inherit
}

span.select2-container .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

span.select2-container .select2-dropdown--above .select2-results {
    border-top: inherit
}

.using-keyboard :focus {
    outline: thin dotted
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transition: none
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.sticky {
    visibility: visible
}

.bypostauthor {
    visibility: visible
}

.eltron-text-align-left {
    text-align: left
}

.eltron-text-align-center {
    text-align: center
}

.eltron-text-align-right {
    text-align: right
}

@media screen and (min-width:1024px) {
    .eltron-hide-on-desktop {
        display: none !important
    }
}

@media screen and (min-width:500px) and (max-width:1023px) {
    .eltron-hide-on-tablet {
        display: none !important
    }
}

@media screen and (max-width:499px) {
    .eltron-hide-on-mobile {
        display: none !important
    }
}

.eltron-font-smoothing,
.eltron-font-smoothing-1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.h1 {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.h2 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.h5,
.h6 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #222
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #222
}

.h1 a:focus,
.h1 a:hover,
.h2 a:focus,
.h2 a:hover,
.h3 a:focus,
.h3 a:hover,
.h4 a:focus,
.h4 a:hover,
.h5 a:focus,
.h5 a:hover,
.h6 a:focus,
.h6 a:hover {
    color: #14cedd
}

.title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.small-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.eltron-float-container:after,
.eltron-float-container:before {
    content: "";
    display: table
}

.eltron-float-container:after {
    clear: both
}

.nav-links a {
    color: inherit
}

.nav-links a:focus,
.nav-links a:hover {
    color: #14cedd
}

.nav-links .current {
    color: #222
}

.page-title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.page-header {
    padding: 2rem;
    margin: 0 0 6rem;
    background-color: #074769
}

.page-header>:last-child {
    margin-bottom: 0
}

.page-header .page-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.page-header .archive-description>:last-child {
    margin-bottom: 0
}

.search-form {
    display: block;
    position: relative;
    max-width: 100%
}

.search-form .eltron-search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.5em 0 0 .75em
}

.search-form .search-field {
    width: 100%;
    padding-left: 2.5em
}

.search-form>label+input[type=submit] {
    display: none
}

.tagcloud:after,
.tagcloud:before {
    content: "";
    display: table
}

.tagcloud:after {
    clear: both
}

.tagcloud a {
    float: left;
    padding: .25em .5em;
    margin: .5em .5em 0 0;
    font-size: 1rem !important;
    line-height: normal;
    background-color: #074769;
    color: inherit
}

.tagcloud a:focus,
.tagcloud a:hover {
    color: #14cedd
}

.eltron-social-links {
    letter-spacing: 0
}

.eltron-social-links a {
    margin-left: .75em;
    display: inline-block
}

.eltron-social-links a:first-child {
    margin-left: 0 !important
}

button.eltron-toggle {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    color: #14cedd
}

button.eltron-toggle:hover {
    outline: 0
}

button.eltron-toggle:focus,
button.eltron-toggle:hover {
    background: inherit;
    color: #222
}

.eltron-menu-icon {
    font-size: 18px
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.eltron-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

.eltron-icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.eltron-icon svg:not([stroke-width]) {
    stroke-width: 0
}

.eltron-icon svg:not([stroke]) {
    stroke: currentColor
}

.eltron-icon svg:not([fill]) {
    fill: currentColor
}

[id=wpadminbar] {
    position: fixed !important
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.alignleft {
    float: left;
    margin: 0 1.25em 0 0
}

.alignright {
    float: right;
    margin: 0 0 0 1.25em
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: .85em;
    font-style: italic;
    text-align: center
}

.gallery {
    margin: 1.25rem -5px
}

.gallery img {
    display: block;
    width: 100%
}

.gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.mejs-button>button {
    background-color: transparent !important;
    color: inherit !important
}

.wpview {
    margin: 0
}

.eltron-oembed {
    margin: 0 0 1.25em
}

.eltron-oembed-video {
    position: relative;
    padding-top: 56.25%
}

.eltron-oembed-video>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.eltron-content-layout-narrow .alignwide,
.eltron-content-layout-wide .alignwide {
    position: relative;
    left: calc(50% - 50vw + 20px);
    max-width: calc(100vw - (2 * 20px));
    width: 100vw
}

@media screen and (min-width:1140px) {

    .eltron-content-layout-narrow .alignwide,
    .eltron-content-layout-wide .alignwide {
        left: calc(50% - (1140px / 2));
        max-width: 1140px
    }
}

.eltron-content-layout-narrow .alignfull,
.eltron-content-layout-wide .alignfull {
    position: relative;
    left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

@media screen and (min-width:1400px) {

    body.eltron-page-layout-boxed .eltron-content-layout-narrow .alignfull,
    body.eltron-page-layout-boxed .eltron-content-layout-wide .alignfull {
        left: calc(50% - (1400px / 2));
        max-width: 1400px
    }
}

.has-small-text-size {
    font-size: .85em
}

.has-regular-text-size {
    font-size: 1em
}

.has-medium-text-size {
    font-size: 1.1em;
    line-height: calc(.95 * 1.7)
}

.has-large-text-size {
    font-size: 1.25em;
    line-height: calc(.875 * 1.7)
}

.has-larger-text-size {
    font-size: 1.5em;
    line-height: calc(.8 * 1.7)
}

.has-text-color a {
    color: inherit
}

.has-eltron-color-1-background-color {
    background-color: #222
}

.has-eltron-color-1-color {
    color: #222
}

.has-eltron-color-2-background-color {
    background-color: #444
}

.has-eltron-color-2-color {
    color: #444
}

.has-eltron-color-3-background-color {
    background-color: #14cedd
}

.has-eltron-color-3-color {
    color: #14cedd
}

.has-eltron-color-4-background-color {
    background-color: #10a2ae
}

.has-eltron-color-4-color {
    color: #10a2ae
}

.has-eltron-color-5-background-color {
    background-color: rgba(0, 0, 0, .1)
}

.has-eltron-color-5-color {
    color: rgba(0, 0, 0, .1)
}

.has-eltron-color-6-background-color {
    background-color: #074769
}

.has-eltron-color-6-color {
    color: #074769
}

.has-eltron-color-7-background-color {
    background-color: #fff
}

.has-eltron-color-7-color {
    color: #fff
}

.has-eltron-color-8-background-color {
    background-color: #000
}

.has-eltron-color-8-color {
    color: #000
}

.entry-content>* {
    margin-bottom: 1.5rem
}

.entry-content>:last-child() {
    margin-bottom: 0
}

p.has-background {
    padding: 1.5em 2em
}

.wp-block-group.has-background {
    padding: 1.5em 2em
}

.wp-block-group__inner-container {
    margin: 0 auto
}

.wp-block-group__inner-container>:first-child {
    margin-top: 0
}

.wp-block-group__inner-container>:last-child {
    margin-bottom: 0
}

.wp-block-columns:first-child {
    margin-top: 0
}

.wp-block-columns:last-child {
    margin-bottom: 0
}

.wp-block-columns>.wp-block-column {
    margin-top: 1.5rem
}

.wp-block-columns>.wp-block-column>:first-child {
    margin-top: 0
}

.wp-block-columns>.wp-block-column>:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .wp-block-columns>.wp-block-column {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:768px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .wp-block-columns>.wp-block-column {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.has-drop-cap:not(:focus):after {
    display: none
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    line-height: .9;
    font-family: inherit;
    font-size: 5.1em;
    font-style: normal;
    font-weight: 600;
    margin: 0 .25em 0 0;
    text-transform: uppercase;
    initial-letter: 3;
    color: #222
}

.wp-block-quote {
    padding: .5em 2em;
    border-left-width: .25rem;
    border-left-style: solid;
    border-color: inherit
}

.wp-block-quote[style*=center] {
    padding-left: 0;
    padding-right: 0;
    border-left: none
}

.wp-block-quote[style*=right] {
    padding-left: 0;
    border-left: none;
    border-right-width: .25rem;
    border-right-style: solid
}

.wp-block-quote cite {
    font-size: 1rem;
    font-style: normal
}

.wp-block-quote.is-style-large {
    margin: 1.5rem 0;
    padding: .5em 2em
}

.wp-block-quote.is-style-large p {
    font: unset;
    font-size: 1.2em
}

.wp-block-quote.is-style-large cite {
    font-size: 1rem;
    text-align: unset
}

.wp-block-pullquote {
    border-left: none !important;
    padding: 1.2em 0 !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    border-top: 2px solid;
    border-top-color: inherit;
    border-bottom: 2px solid;
    border-bottom-color: inherit;
    color: inherit
}

.wp-block-pullquote p {
    font: inherit;
    font-size: 1.2em;
    color: inherit
}

.wp-block-pullquote cite {
    font-size: 1rem;
    color: inherit;
    text-transform: none;
    font-style: normal
}

p.wp-block-subhead {
    font-size: 1.2rem
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    max-width: 70%;
    margin: 0;
    padding: .5em;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.wp-block-image img {
    display: block
}

.wp-block-image figcaption {
    margin: .5em 0;
    color: inherit;
    font-size: .85em;
    font-style: italic;
    text-align: center;
    word-break: break-all
}

.wp-block-gallery {
    padding: 0
}

.wp-block-audio audio {
    width: 100%
}

.wp-block-video video {
    width: 100%
}

.wp-block-separator {
    max-width: none;
    margin-top: 2.5em;
    margin-bottom: 2.5em
}

.wp-block-separator.is-style-dots {
    line-height: 0
}

.wp-block-separator.is-style-dots:before {
    font-family: unset;
    font-size: 2em;
    letter-spacing: .75em;
    margin-left: -.75em;
    color: unset
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    background-color: transparent;
    border-color: currentColor;
    color: unset
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0
}

.wp-block-table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none
}

.wp-block-table td,
.wp-block-table th {
    padding: .75rem;
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}

.wp-block-table th {
    font-weight: 600;
    text-align: initial;
    color: #222;
    background-color: #f5f5f5
}

.wp-block-table th a {
    color: #222
}

.wp-block-table th a:focus,
.wp-block-table th a:hover {
    color: #14cedd
}

.wp-block-table__cell-content {
    padding: 0
}

.wp-block-table.is-style-stripes {
    border: none
}

.wp-block-table.is-style-stripes table {
    border: none
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #074769
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border: none
}

.wp-block-embed .eltron-oembed {
    position: static;
    padding: 0 !important;
    margin: 0
}

.wp-block-embed .eltron-oembed>* {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-embed.alignleft .eltron-oembed>* {
    margin-right: auto
}

.wp-block-embed.aligncenter .eltron-oembed>* {
    margin-left: auto;
    margin-right: auto
}

.wp-block-embed.alignright .eltron-oembed>* {
    margin-left: auto
}

.wp-block-embed.is-type-photo img {
    width: 100%
}

#canvas {
    min-height: 100vh;
    overflow: hidden;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#page {
    position: relative;
    background-color: #fff;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body.eltron-page-layout-boxed {
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.eltron-page-layout-boxed #page {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1400px;
    box-shadow: 0 0 30px 0 #074769
}

.eltron-popup {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-popup.eltron-popup-active {
    opacity: 1;
    visibility: visible
}

.admin-bar .eltron-popup {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .eltron-popup {
        top: 46px
    }
}

.eltron-popup-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.eltron-popup-active .eltron-popup-background {
    opacity: 1
}

.eltron-toggle.eltron-popup-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25rem;
    font-size: 1.5rem
}

.eltron-toggle.eltron-popup-close-icon {
    line-height: 1;
    background-color: transparent !important;
    color: inherit !important;
    opacity: 1
}

.eltron-toggle.eltron-popup-close-icon:focus,
.eltron-toggle.eltron-popup-close-icon:hover {
    opacity: .8
}

.eltron-popup-content {
    position: relative
}

.eltron-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1140px
}

.eltron-wrapper:after,
.eltron-wrapper:before {
    content: "";
    display: table
}

.eltron-wrapper:after {
    clear: both
}

.eltron-section-full-width>.eltron-section-inner>.eltron-wrapper {
    width: auto
}

.eltron-section-contained>.eltron-section-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%
}

.eltron-section-inner {
    position: relative
}

.site-content {
    position: relative
}

.eltron-content-inner {
    padding: 100px 20px
}

@media screen and (min-width:1024px) {
    .eltron-content-row {
        display: -ms-flexbox;
        display: flex
    }

    .eltron-content-layout-left-sidebar .eltron-content-row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.eltron-content-row>* {
    width: 100%
}

.content-area {
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 0
}

@media screen and (max-width:1023px) {
    .content-area {
        width: auto !important;
        margin: 0 !important
    }
}

.site-main {
    border-width: 0;
    border-style: solid
}

.site-main>:last-child {
    margin-bottom: 0
}

.eltron-content-layout-narrow .site-main {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.sidebar {
    -ms-flex: 0 0;
    flex: 0 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.eltron-content-layout-right-sidebar .sidebar {
    margin-left: 60px
}

.rtl .eltron-content-layout-right-sidebar .sidebar {
    margin-right: 60px
}

.eltron-content-layout-left-sidebar .sidebar {
    margin-right: 60px
}

.rtl .eltron-content-layout-left-sidebar .sidebar {
    margin-left: 60px
}

.sidebar.eltron-sidebar-widgets-mode-merged .sidebar-inner,
.sidebar.eltron-sidebar-widgets-mode-separated .widget {
    border-width: 0;
    border-style: solid
}

@media screen and (max-width:1023px) {
    .sidebar {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin: 4em 0 0 0 !important
    }
}

.sidebar .widget {
    margin-bottom: 40px
}

.site-header {
    position: relative;
    z-index: 99
}

.eltron-header .menu .menu-item {
    position: relative
}

.site-title {
    margin: 0
}

.site-title .eltron-menu-item-link {
    position: relative;
    display: inline-block
}

.eltron-logo {
    display: block;
    transition: color .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-logo .eltron-logo-image {
    display: block;
    width: 100px;
    line-height: 1
}

.eltron-logo .eltron-logo-image img,
.eltron-logo .eltron-logo-image svg {
    display: block;
    width: 100%;
    height: auto
}

.eltron-header-menu .eltron-menu-item-link {
    display: block
}

.eltron-header-menu .eltron-menu-item-title {
    position: relative
}

.eltron-header-search-bar .search-form {
    display: inline-block;
    width: 300px
}

.eltron-header-search-dropdown .sub-menu {
    padding: 0 !important;
    width: 300px
}

.eltron-header-search-dropdown .search-field {
    padding: 1em 1em 1em 2.5em;
    background-color: transparent;
    color: inherit;
    border-width: 0
}

.eltron-header-search-dropdown .search-field:focus {
    background-color: transparent;
    color: inherit
}

.eltron-header-shopping-cart .widget {
    margin: 0
}

.eltron-header-shopping-cart .shopping-cart-count {
    width: 2em;
    height: 2em;
    position: absolute;
    left: 100%;
    z-index: 1;
    display: inline-block;
    margin: -.8em 0 0 -.8em;
    border-radius: 50%;
    font-size: .6em;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    background-color: #14cedd;
    color: #fff;
    -webkit-animation: eltron-pulse .5s 1;
    animation: eltron-pulse .5s 1
}

.eltron-header-shopping-cart .shopping-cart-count strong {
    display: inline-block;
    font-size: .5em;
    line-height: 2;
    vertical-align: top
}

.eltron-header-shopping-cart .shopping-cart-count[data-count="0"] {
    display: none
}

.eltron-header-shopping-cart .sub-menu {
    white-space: normal;
    width: 20rem !important
}

.eltron-header-social li.menu-item {
    margin: 0 .75em 0 0
}

.eltron-header-social li.menu-item:last-of-type {
    margin-right: 0
}

.eltron-header-mobile-vertical-toggle .eltron-popup-toggle-active {
    opacity: 0
}

.eltron-header-main {
    position: relative;
    display: block
}

@media screen and (max-width:1023px) {
    .eltron-header-main {
        display: none
    }
}

.eltron-header-mobile {
    display: none
}

@media screen and (max-width:1023px) {
    .eltron-header-mobile {
        display: block
    }
}

.eltron-header-section {
    position: relative
}

.eltron-header-section .eltron-wrapper {
    height: 100%
}

.eltron-header-section .eltron-section-inner {
    height: inherit;
    transition: background-color .25s, border-color .25s, color .25s, box-shadow .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    height: 100%;
    margin: 0 -12px
}

.eltron-header-column {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%
}

.eltron-header-column>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%;
    max-width: 100%;
    padding: 0 12px
}

.eltron-header-bottom-bar-left,
.eltron-header-main-bar-left,
.eltron-header-mobile-main-bar-left,
.eltron-header-top-bar-left {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.eltron-header-row-with-center>.eltron-header-bottom-bar-left,
.eltron-header-row-with-center>.eltron-header-main-bar-left,
.eltron-header-row-with-center>.eltron-header-mobile-main-bar-left,
.eltron-header-row-with-center>.eltron-header-top-bar-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.eltron-header-bottom-bar-center,
.eltron-header-main-bar-center,
.eltron-header-mobile-main-bar-center,
.eltron-header-top-bar-center {
    -ms-flex-pack: center;
    justify-content: center
}

.eltron-header-bottom-bar-right,
.eltron-header-main-bar-right,
.eltron-header-mobile-main-bar-right,
.eltron-header-top-bar-right {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eltron-header-row-with-center>.eltron-header-bottom-bar-right,
.eltron-header-row-with-center>.eltron-header-main-bar-right,
.eltron-header-row-with-center>.eltron-header-mobile-main-bar-right,
.eltron-header-row-with-center>.eltron-header-top-bar-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.eltron-header-section .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%
}

.eltron-header-section .menu>.menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.eltron-header-section .menu .sub-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    padding: 1em;
    max-width: 1140px;
    min-width: 100%;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 2px 10px #074769;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility 0s .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto
}

.eltron-header-section .menu .sub-menu :not(.button) {
    border-color: inherit
}

.eltron-header-section .menu .menu-item.focus>.sub-menu,
.eltron-header-section .menu.eltron-hover-menu .menu-item:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s, visibility 0s 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-section.eltron-section-full-width .menu .sub-menu {
    max-width: 100vw
}

body.eltron-page-layout-boxed .eltron-header-section.eltron-section-full-width .menu .sub-menu {
    max-width: 1400px
}

.eltron-header-section.eltron-section-full-width .menu>.menu-item>.sub-menu {
    margin-right: -20px
}

.eltron-header-section .eltron-header-menu {
    padding: 0 !important
}

.eltron-header-section .eltron-header-menu .menu-item {
    padding: 0 12px
}

.eltron-header-section .eltron-header-menu .eltron-dropdown-sign {
    position: relative;
    margin-left: .4em
}

.eltron-header-section .eltron-header-menu .sub-menu {
    padding: 1em 0;
    z-index: 3;
    overflow-y: initial
}

.eltron-header-section .eltron-header-menu .sub-menu .menu-item {
    padding: 0 1.25em;
    margin: 0
}

.eltron-header-section .eltron-header-menu .sub-menu .eltron-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .25em 0
}

.eltron-header-section .eltron-header-menu .sub-menu .sub-menu {
    top: -1em;
    left: 100%;
    margin: -1px 0 0 0
}

.eltron-header-section .eltron-header-menu .sub-menu .sub-menu.eltron-sub-menu-right {
    left: auto;
    right: 100%
}

.eltron-header-section .eltron-header-menu .sub-menu .eltron-dropdown-sign {
    margin-left: .75em;
    margin-right: -.75em
}

.eltron-header-section .menu>.menu-item .sub-menu {
    background-color: #fff
}

.eltron-header-section .eltron-toggle,
.eltron-header-section .menu>.menu-item .sub-menu .eltron-toggle,
.eltron-header-section .menu>.menu-item .sub-menu a:not(.button),
.eltron-header-section a:not(.button) {
    color: #222
}

.eltron-header-section .eltron-toggle:focus,
.eltron-header-section .eltron-toggle:hover,
.eltron-header-section .menu>.menu-item .sub-menu .eltron-toggle:focus,
.eltron-header-section .menu>.menu-item .sub-menu .eltron-toggle:hover,
.eltron-header-section .menu>.menu-item .sub-menu a:not(.button):focus,
.eltron-header-section .menu>.menu-item .sub-menu a:not(.button):hover,
.eltron-header-section a:not(.button):focus,
.eltron-header-section a:not(.button):hover {
    color: #14cedd
}

.eltron-header-section .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:focus:after,
.eltron-header-section .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:hover:after {
    background-color: rgba(0, 0, 0, .1)
}

.eltron-header-top-bar {
    height: 40px
}

.eltron-header-top-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.eltron-header-top-bar.eltron-section-merged {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.eltron-header-main-bar {
    height: 80px
}

.eltron-header-main-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.eltron-header-main-bar.eltron-header-main-bar-with-top-bar>.eltron-section-inner>.eltron-wrapper {
    padding-top: 40px
}

.eltron-header-main-bar.eltron-header-main-bar-with-bottom-bar>.eltron-section-inner>.eltron-wrapper {
    padding-bottom: 40px
}

.eltron-header-bottom-bar {
    height: 60px
}

.eltron-header-bottom-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.eltron-header-bottom-bar.eltron-section-merged {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.eltron-header-mobile-main-bar {
    height: 60px
}

.eltron-header-mobile-main-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.eltron-header-section-vertical .eltron-toggle,
.eltron-header-section-vertical a:not(.button) {
    color: #222
}

.eltron-header-section-vertical .eltron-toggle:focus,
.eltron-header-section-vertical .eltron-toggle:hover,
.eltron-header-section-vertical a:not(.button):focus,
.eltron-header-section-vertical a:not(.button):hover {
    color: #14cedd
}

.eltron-header-section-vertical .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:focus:after,
.eltron-header-section-vertical .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:hover:after {
    background-color: rgba(0, 0, 0, .1)
}

.eltron-header-section-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.eltron-header-section-vertical-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff
}

.eltron-header-section-vertical-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1
}

.eltron-header-section-vertical-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.eltron-header-section-vertical .menu .sub-menu {
    width: 100%;
    max-width: 100%;
    display: none
}

.eltron-header-section-vertical .eltron-header-menu .menu-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eltron-header-section-vertical .eltron-header-menu .sub-menu {
    width: 100%
}

.eltron-header-section-vertical .eltron-header-menu .eltron-menu-item-link {
    padding: .5em 0
}

.eltron-header-section-vertical .eltron-header-menu .eltron-sub-menu-toggle {
    width: 1.5em;
    padding: .5em 0 !important;
    cursor: pointer;
    text-align: center
}

.eltron-text-align-left .eltron-header-section-vertical .eltron-header-menu .sub-menu {
    padding-left: 1.5em
}

.eltron-text-align-left .eltron-header-section-vertical .eltron-header-menu .eltron-sub-menu-toggle {
    margin: 0 0 0 .5em
}

.eltron-text-align-center .eltron-header-section-vertical .eltron-header-menu .menu-item {
    -ms-flex-pack: center;
    justify-content: center
}

.eltron-text-align-center .eltron-header-section-vertical .eltron-header-menu .eltron-sub-menu-toggle {
    margin: 0 -2em 0 .5em
}

.eltron-text-align-right .eltron-header-section-vertical .eltron-header-menu .menu-item {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eltron-text-align-right .eltron-header-section-vertical .eltron-header-menu .sub-menu {
    padding-right: 1.5em;
    -ms-flex-order: 3;
    order: 3
}

.eltron-text-align-right .eltron-header-section-vertical .eltron-header-menu .eltron-menu-item-link {
    -ms-flex-order: 2;
    order: 2
}

.eltron-text-align-right .eltron-header-section-vertical .eltron-header-menu .eltron-sub-menu-toggle {
    margin: 0 .5em 0 0;
    -ms-flex-order: 1;
    order: 1
}

.eltron-header-section-vertical .eltron-header-social li {
    display: inline-block
}

.eltron-header-section-vertical .eltron-header-social li:first-child {
    margin-left: 0
}

.eltron-header-section-vertical .eltron-header-social li:last-child {
    margin-right: 0
}

.eltron-header-section-vertical .eltron-header-button {
    max-width: 100%
}

.eltron-header-mobile-vertical {
    display: none
}

@media screen and (max-width:1023px) {
    .eltron-header-mobile-vertical {
        display: block
    }
}

.eltron-header-mobile-vertical-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: calc(100% - 4rem);
    width: 300px;
    overflow-y: auto;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-mobile-vertical-position-center .eltron-header-mobile-vertical-bar,
.eltron-header-mobile-vertical-position-left .eltron-header-mobile-vertical-bar {
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.eltron-header-mobile-vertical-position-right .eltron-header-mobile-vertical-bar {
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.eltron-popup-active .eltron-header-mobile-vertical-bar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    transition: -webkit-transform .25s 125ms;
    transition: transform .25s 125ms;
    transition: transform .25s 125ms, -webkit-transform .25s 125ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-mobile-vertical-bar-inner {
    padding: 30px
}

.eltron-header-mobile-vertical-bar .eltron-header-section-vertical-column {
    margin: -12px 0
}

.eltron-header-mobile-vertical-bar .eltron-header-section-vertical-row>* {
    padding: 12px 0
}

.eltron-header-mobile-vertical-display-drawer {
    opacity: 1
}

.eltron-header-mobile-vertical-display-full-screen {
    left: 0;
    right: 0
}

.eltron-header-mobile-vertical-display-full-screen .eltron-popup-background {
    background-color: transparent
}

.eltron-header-mobile-vertical-display-full-screen .eltron-header-mobile-vertical-bar {
    width: 100% !important;
    max-width: 100%;
    left: 0;
    right: 0;
    border: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

.eltron-header-mobile-vertical-display-full-screen .eltron-popup-close-icon {
    color: inherit !important
}

.eltron-header-mobile-vertical-display-full-screen .eltron-header-section-vertical-column {
    width: 300px
}

.eltron-header-mobile-vertical-display-full-screen.eltron-header-mobile-vertical-position-left .eltron-header-section-vertical-column {
    margin-right: auto
}

.eltron-header-mobile-vertical-display-full-screen.eltron-header-mobile-vertical-position-center .eltron-header-section-vertical-column {
    margin-left: auto;
    margin-right: auto
}

.eltron-header-mobile-vertical-display-full-screen.eltron-header-mobile-vertical-position-right .eltron-header-section-vertical-column {
    margin-left: auto
}

.eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:before {
    content: "";
    position: absolute;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-menu-highlight-underline .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link {
    position: relative;
    height: auto
}

.eltron-header-menu-highlight-underline .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:before {
    top: 100%;
    left: 0;
    width: 100%;
    height: .1em;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-menu-highlight-background .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.eltron-header-menu-highlight-border-top .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .2em;
    margin: 0 auto;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-menu-highlight-border-bottom .eltron-header-menu>.menu>.menu-item>.eltron-menu-item-link:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .2em;
    margin: 0 auto;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-header-mobile-vertical-position-right .eltron-toggle.eltron-popup-close-icon {
    left: 0 !important;
    right: auto !important
}

.eltron-page-header-inner {
    border-width: 0;
    border-style: solid;
    background-color: #074769;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 60px 20px
}

.eltron-page-header-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.eltron-page-header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1.5rem
}

.eltron-page-header-row:not(.eltron-page-header-row-with-center)>.eltron-page-header-column-empty {
    display: none
}

@media screen and (max-width:1023px) {
    .eltron-page-header-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal
    }
}

.eltron-page-header-column {
    max-width: 100%;
    padding: 0 1.5rem
}

@media screen and (max-width:1023px) {
    .eltron-page-header-column {
        width: 100%;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center
    }

    .eltron-page-header-column:not(.eltron-page-header-column-empty)+.eltron-page-header-column:not(.eltron-page-header-column-empty) {
        margin-top: 1rem
    }
}

.eltron-page-header-column>* {
    margin: 0
}

.eltron-page-header-column>*+* {
    margin-top: 1rem
}

.eltron-page-header-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

.eltron-page-header-row-with-center>.eltron-page-header-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

@media screen and (max-width:1023px) {
    .eltron-page-header-left:not(.eltron-page-header-column-empty)~.eltron-page-header-column {
        text-align: left
    }
}

.eltron-page-header-center {
    text-align: center
}

.eltron-page-header-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right
}

.eltron-page-header-row-with-center>.eltron-page-header-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.eltron-page-header-breadcrumb {
    font-size: .9em
}

.eltron-page-header-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.eltron-page-header-breadcrumb li {
    display: inline-block
}

.eltron-page-header-breadcrumb li:after {
    margin: 0 .5em;
    content: "\00bb";
    opacity: .5
}

.eltron-page-header-breadcrumb li:last-child:after {
    display: none
}

.eltron-footer-widgets-bar-inner {
    background-color: #074769;
    border-width: 0;
    border-style: solid;
    padding: 60px 20px
}

.eltron-footer-widgets-bar .widget {
    margin-bottom: 40px
}

.eltron-footer-widgets-bar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px
}

.eltron-footer-widgets-bar-column {
    width: 100%;
    padding: 0 15px
}

.eltron-footer-widgets-bar-columns-2 .eltron-footer-widgets-bar-column {
    width: 50%
}

.eltron-footer-widgets-bar-columns-3 .eltron-footer-widgets-bar-column {
    width: 33.33%
}

.eltron-footer-widgets-bar-columns-4 .eltron-footer-widgets-bar-column {
    width: 25%
}

.eltron-footer-widgets-bar-columns-5 .eltron-footer-widgets-bar-column {
    width: 20%
}

.eltron-footer-widgets-bar-columns-6 .eltron-footer-widgets-bar-column {
    width: 16.67%
}

@media screen and (max-width:1023px) {

    .eltron-footer-widgets-bar-columns-2 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-4 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-6 .eltron-footer-widgets-bar-column {
        width: 50%
    }

    .eltron-footer-widgets-bar-columns-3 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-5 .eltron-footer-widgets-bar-column {
        width: 33.33%
    }
}

@media screen and (max-width:499px) {

    .eltron-footer-widgets-bar-columns-2 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-3 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-4 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-5 .eltron-footer-widgets-bar-column,
    .eltron-footer-widgets-bar-columns-6 .eltron-footer-widgets-bar-column {
        width: 100%
    }
}

.eltron-footer-bottom-bar-inner {
    background-color: #074769;
    border-width: 0;
    border-style: solid;
    padding: 25px 20px
}

.eltron-footer-bottom-bar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px;
    white-space: nowrap
}

@media screen and (max-width:1023px) {
    .eltron-footer-bottom-bar-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
        margin-bottom: -1em
    }
}

.eltron-footer-bottom-bar-column {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

@media screen and (max-width:1023px) {
    .eltron-footer-bottom-bar-column {
        width: 100%;
        margin: 0 0 1em;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center
    }
}

.eltron-footer-bottom-bar-column>* {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 12px
}

.eltron-footer-bottom-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.eltron-footer-row-with-center>.eltron-footer-bottom-bar-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.eltron-footer-bottom-bar-center {
    -ms-flex-pack: center;
    justify-content: center
}

.eltron-footer-bottom-bar-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eltron-footer-row-with-center>.eltron-footer-bottom-bar-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.eltron-footer-menu {
    padding: 0 !important
}

.eltron-footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1023px) {
    .eltron-footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.eltron-footer-menu ul li {
    padding: 0 12px
}

.eltron-footer-social li {
    display: inline-block;
    margin: 0 .75em 0 0
}

.eltron-footer-social li:last-child {
    margin-right: 0
}

.eltron-footer-social li a {
    vertical-align: middle
}

.eltron-scroll-to-top {
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #14cedd;
    border-color: #14cedd
}

.eltron-scroll-to-top:focus,
.eltron-scroll-to-top:hover {
    color: #fff;
    background-color: #10a2ae;
    border-color: #10a2ae
}

.eltron-scroll-to-top-position-left {
    left: 0
}

.eltron-scroll-to-top-position-right {
    right: 0
}

.eltron-scroll-to-top-display-sticky {
    position: fixed;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltron-scroll-to-top-display-sticky.sticky {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.eltron-scroll-to-top .eltron-icon {
    vertical-align: top
}

.eltron-loop-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px
}

.eltron-loop-grid.eltron-loop-grid-same-height {
    -ms-flex-align: stretch;
    align-items: stretch
}

.eltron-loop-grid.eltron-loop-grid-same-height .entry-footer {
    margin-top: auto
}

.eltron-loop-default .entry {
    margin-bottom: 6em
}

.eltron-loop-grid .entry {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: none
}

@media screen and (max-width:499px) {
    .eltron-loop-grid .entry {
        width: 100% !important
    }
}

.eltron-loop-grid.eltron-loop-grid-2-columns .entry {
    width: 50%
}

.eltron-loop-grid.eltron-loop-grid-3-columns .entry {
    width: 33.33%
}

@media screen and (max-width:767px) {
    .eltron-loop-grid.eltron-loop-grid-3-columns .entry {
        width: 50%
    }
}

.eltron-loop-grid.eltron-loop-grid-4-columns .entry {
    width: 25%
}

@media screen and (max-width:767px) {
    .eltron-loop-grid.eltron-loop-grid-4-columns .entry {
        width: 50%
    }
}

.eltron-loop-search .entry {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.entry-wrapper {
    border-width: 0;
    border-style: solid
}

.entry-wrapper>:last-child {
    margin-bottom: 0
}

.entry-layout-grid .entry-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.entry-header {
    margin: 0 0 2rem
}

.entry-small .entry-header {
    margin: 0 0 1em
}

.entry-header>:last-child {
    margin-bottom: 0
}

.entry-footer {
    padding-top: 1em;
    border-top-width: 1px;
    border-top-style: solid
}

.entry-footer>:last-child {
    margin-bottom: 0
}

.entry-title {
    margin: 0 0 .75rem;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.entry-small-title {
    margin: 0 0 .25rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.entry-meta {
    font-size: .85em;
    line-height: 1.7;
    color: inherit;
    margin: 0 0 .25em
}

.entry-meta a {
    color: inherit
}

.entry-meta a:focus,
.entry-meta a:hover {
    color: #14cedd
}

.entry-meta .avatar {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: .5em;
    border-radius: 50%
}

.entry-thumbnail {
    display: block;
    margin: 0 0 2rem
}

.entry-thumbnail>* {
    display: block;
    width: 100%
}

.entry-small .entry-thumbnail {
    margin: 0 0 1rem
}

a.entry-thumbnail:focus,
a.entry-thumbnail:hover {
    opacity: .9
}

.entry-content {
    margin: 0 0 2rem
}

.entry-content:after,
.entry-content:before {
    content: "";
    display: table
}

.entry-content:after {
    clear: both
}

.entry-content>:last-child {
    margin-bottom: 0
}

.entry-content blockquote {
    padding: .5em 2em;
    border-left-width: .25em;
    border-left-style: solid
}

.entry-content blockquote[style*=center] {
    border-left: none
}

.entry-content blockquote[style*=right] {
    border-left: none;
    border-right-width: .25em;
    border-right-style: solid
}

.entry-excerpt {
    margin: 0 0 1.25em
}

.entry-excerpt p {
    margin-bottom: .75em
}

a.more-link {
    white-space: nowrap
}

.entry-tags {
    margin: 1.5em 0
}

.entry-author {
    margin-top: 4rem;
    padding: 1.75rem;
    border-width: 1px;
    border-style: solid
}

.entry-author-body {
    position: relative;
    min-height: 80px
}

@media screen and (max-width:499px) {
    .entry-author-body {
        text-align: center
    }
}

@media screen and (min-width:500px) {
    .entry-author-body {
        padding-left: 100px
    }
}

.entry-author-name {
    font-size: 1.1em;
    margin: 0 0 .5em;
    color: #222
}

.entry-author-name a {
    color: #222
}

.entry-author-name a:focus,
.entry-author-name a:hover {
    color: #14cedd
}

.entry-author-name .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: .75em
}

@media screen and (min-width:500px) {
    .entry-author-name .avatar {
        position: absolute;
        top: 0;
        left: 0
    }
}

.entry-author-name .fn {
    font-weight: 600;
    display: block
}

.entry-author-content p {
    margin: .5em 0
}

.navigation {
    margin: 3rem 0 0
}

.navigation .nav-links:after,
.navigation .nav-links:before {
    content: "";
    display: table
}

.navigation .nav-links:after {
    clear: both
}

.navigation .nav-links a {
    background-color: transparent;
    color: inherit
}

.navigation .nav-links a:focus,
.navigation .nav-links a:hover {
    background-color: transparent;
    color: #14cedd;
    border-color: currentColor
}

@media screen and (min-width:500px) {

    .navigation .nav-links .nav-next,
    .navigation .nav-links .nav-previous {
        width: 50%
    }

    .navigation .nav-links .nav-previous {
        float: right;
        text-align: right;
        padding-left: 20px
    }

    .navigation .nav-links .nav-next {
        float: left;
        text-align: left;
        padding-right: 20px
    }
}

.navigation.pagination {
    text-align: center
}

.navigation.pagination .nav-links {
    display: inline-block
}

.navigation.pagination .nav-links:after,
.navigation.pagination .nav-links:before {
    content: "";
    display: table
}

.navigation.pagination .nav-links:after {
    clear: both
}

.navigation.pagination .page-numbers {
    display: block;
    min-width: 2em;
    margin-right: .5em;
    padding: .5em;
    float: left;
    text-decoration: none;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    color: inherit
}

.navigation.pagination .page-numbers:last-child {
    margin-right: 0
}

.navigation.pagination .current {
    background-color: #074769;
    color: #222
}

.comments-area {
    margin-top: 6em
}

.comments-title {
    position: relative;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.comment-reply-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.comment-reply-title small {
    margin-left: 1em;
    font-size: 12px
}

.comment-list,
.comment-list ol.comment-list,
.comment-list ul.comment-list {
    list-style: none
}

.comment-list,
.comment-list ol.children,
.comment-list ul.children {
    list-style: none
}

.comment-list,
.comment-list ol,
.comment-list ul {
    margin: 0;
    padding: 0
}

.comment-list li.comment-list {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-list>li.comment-list:first-child {
    border-top: none
}

.comment-list ol.comment-list,
.comment-list ul.comment-list {
    padding-left: 1.25em
}

.comment-list ol.comment-list li.comment-list,
.comment-list ul.comment-list li.comment-list {
    border-top-width: 1px;
    border-top-style: solid
}

@media screen and (min-width:500px) {

    .comment-list ol.comment-list,
    .comment-list ul.comment-list {
        padding-left: 65px
    }
}

.comment-body {
    position: relative;
    padding: 1.25em 0
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25em 0 0 0
}

.comment-body .reply a {
    font-size: 90%;
    color: inherit
}

.comment-body .reply a:focus,
.comment-body .reply a:hover {
    color: #14cedd
}

@media screen and (min-width:500px) {
    .comment-body .reply {
        margin-top: 2em
    }
}

@media screen and (min-width:500px) {
    .comment-body {
        padding: 2em 0
    }
}

@media screen and (min-width:500px) {
    .comment-content {
        padding-left: 65px
    }
}

.comment-content>:last-child {
    margin-bottom: 0
}

.comment-meta {
    position: relative;
    padding-right: 50px;
    margin-bottom: 1em;
    min-height: 50px
}

@media screen and (min-width:500px) {
    .comment-meta {
        padding-left: 65px
    }
}

.comment-author {
    color: #222
}

.comment-author a {
    color: #222
}

.comment-author a:focus,
.comment-author a:hover {
    color: #14cedd
}

.comment-author .avatar {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    border-radius: 50%
}

@media screen and (min-width:500px) {
    .comment-author .avatar {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px
    }
}

.comment-author .fn {
    font-weight: 600
}

.comment-author .says {
    display: none
}

.comment-metadata {
    margin: .25em 0;
    font-size: .85em;
    line-height: 1.7;
    color: inherit
}

.comment-metadata a {
    color: inherit
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    color: #14cedd
}

.comment-metadata>* {
    position: relative;
    display: inline-block
}

.comment-metadata>:before {
    content: "\2022";
    margin: 0 .5em
}

.comment-metadata>:first-child:before {
    display: none
}

.comment-respond {
    padding-top: 1.5em
}

.comment-list .comment-respond,
.comment-list~.comment-respond {
    border-top-width: 1px;
    border-top-style: solid
}

.comment:not(:last-child) .comment-respond {
    padding-bottom: 2em
}

.comment-respond .form-submit {
    margin-bottom: 0
}

.comment-respond label {
    display: block;
    width: 120px
}

@media screen and (min-width:768px) {
    .comment-respond label {
        display: inline-block
    }
}

.comment-respond .comment-form-cookies-consent label {
    width: auto;
    margin-left: .5em
}

.comment-form #comment {
    height: 6em;
    width: 100%
}

.widget {
    position: relative;
    margin-bottom: 40px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget select {
    width: 100%
}

.widget .post-date,
.widget .rss-date {
    font-size: .85em;
    line-height: 1.7;
    color: inherit;
    display: block;
    margin-top: .25em;
    font-size: .9em
}

.widget .post-date a,
.widget .rss-date a {
    color: inherit
}

.widget .post-date a:focus,
.widget .post-date a:hover,
.widget .rss-date a:focus,
.widget .rss-date a:hover {
    color: #14cedd
}

.widget-title {
    margin: 0 0 1rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222;
    border-bottom-width: 0
}

.widget-title:empty {
    display: none
}

.eltron-widget-title-decoration-box .widget-title {
    border-width: 1px;
    border-style: solid;
    padding: .25em 1em
}

.eltron-widget-title-alignment-left .widget-title {
    text-align: left
}

.eltron-widget-title-alignment-center .widget-title {
    text-align: center
}

.eltron-widget-title-alignment-right .widget-title {
    text-align: right
}

.eltron-footer-section .widget,
.widget-area .widget {
    margin-bottom: 2em
}

.eltron-footer-section .widget ul,
.widget-area .widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.eltron-footer-section .widget ul:after,
.widget-area .widget ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.eltron-footer-section .widget ul li,
.widget-area .widget ul li {
    margin: 0 0 .6em
}

.eltron-footer-section .widget ul li.cat-item,
.widget-area .widget ul li.cat-item {
    position: relative
}

.eltron-footer-section .widget ul li.cat-item .count,
.widget-area .widget ul li.cat-item .count {
    right: 0;
    background: #f7f7f7;
    color: #999;
    padding: 0 .5em;
    border-radius: 0;
    font-size: 12px;
    position: absolute;
    top: 4px
}

.eltron-footer-section .widget ul li.cat-item:after::after,
.widget-area .widget ul li.cat-item:after::after {
    display: block;
    clear: both;
    content: ""
}

.eltron-footer-section .widget a.button:hover,
.widget-area .widget a.button:hover {
    text-decoration: none
}

.eltron-footer-section .widget select,
.widget-area .widget select {
    max-width: 100%
}

.eltron-footer-section .widget table,
.widget-area .widget table {
    font-size: 85%
}

.eltron-footer-section .widget table td,
.eltron-footer-section .widget table th,
.widget-area .widget table td,
.widget-area .widget table th {
    padding: 8px;
    text-align: center
}

.eltron-footer-section .widget table tfoot td,
.widget-area .widget table tfoot td {
    text-align: left
}

.eltron-footer-section .widget table,
.widget-area .widget table {
    background: #fff;
    margin-bottom: 10px
}

.eltron-footer-section .widget table th,
.widget-area .widget table th {
    background-color: #14cedd;
    color: #fff
}

.eltron-footer-section .widget table td,
.eltron-footer-section .widget table tr,
.widget-area .widget table td,
.widget-area .widget table tr {
    color: #14cedd
}

.eltron-footer-section .widget table caption,
.widget-area .widget table caption {
    text-align: center;
    font-size: small;
    color: #14cedd
}

.eltron-footer-section .widget table td,
.eltron-footer-section .widget table th,
.widget-area .widget table td,
.widget-area .widget table th {
    border: 1px solid rgba(0, 0, 0, .08);
    text-align: center
}

.eltron-footer-section .widget table td a,
.eltron-footer-section .widget table th a,
.widget-area .widget table td a,
.widget-area .widget table th a {
    color: #14cedd;
    font-weight: 700
}

.eltron-footer-section .widget table td a:hover,
.eltron-footer-section .widget table th a:hover,
.widget-area .widget table td a:hover,
.widget-area .widget table th a:hover {
    color: #37dfed
}

.eltron-footer-section .widget table tr:nth-child(even):not(:last-child),
.widget-area .widget table tr:nth-child(even):not(:last-child) {
    background-color: rgba(0, 0, 0, .03)
}

.eltron-footer-section .widget :last-child,
.widget-area .widget :last-child {
    margin-bottom: 0
}

.eltron-footer-section .widget .sidebar-search-form,
.widget-area .widget .sidebar-search-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%
}

.eltron-footer-section .widget .sidebar-search-form label,
.widget-area .widget .sidebar-search-form label {
    width: 100%
}

.eltron-footer-section .widget .sidebar-search-form .search-field,
.widget-area .widget .sidebar-search-form .search-field {
    width: 100%;
    display: block
}

.eltron-footer-section .widget .sidebar-search-form .search-submit,
.widget-area .widget .sidebar-search-form .search-submit {
    padding: 9px 14px;
    margin-left: -46px;
    overflow: hidden;
    box-shadow: none;
    background: 0 0;
    color: #aaa;
    line-height: 0
}

.eltron-footer-section .widget .sidebar-search-form .search-submit:hover svg #svg-search,
.widget-area .widget .sidebar-search-form .search-submit:hover svg #svg-search {
    fill: #444
}

.eltron-footer-section .widget .sidebar-search-form .search-submit svg,
.widget-area .widget .sidebar-search-form .search-submit svg {
    width: 18px;
    height: 18px
}

.eltron-footer-section .widget_categories ul ul,
.eltron-footer-section .widget_nav_menu ul ul,
.eltron-footer-section .widget_pages ul ul,
.eltron-footer-section .widget_product_categories ul ul,
.widget-area .widget_categories ul ul,
.widget-area .widget_nav_menu ul ul,
.widget-area .widget_pages ul ul,
.widget-area .widget_product_categories ul ul {
    margin-top: .3819820591em;
    margin-left: 0;
    margin-bottom: .3819820591em
}

.eltron-footer-section .widget_categories .menu-item-has-children>a,
.eltron-footer-section .widget_nav_menu .menu-item-has-children>a,
.eltron-footer-section .widget_pages .menu-item-has-children>a,
.eltron-footer-section .widget_product_categories .menu-item-has-children>a,
.widget-area .widget_categories .menu-item-has-children>a,
.widget-area .widget_nav_menu .menu-item-has-children>a,
.widget-area .widget_pages .menu-item-has-children>a,
.widget-area .widget_product_categories .menu-item-has-children>a {
    margin-bottom: 0
}

.eltron-footer-section .widget_archive li,
.eltron-footer-section .widget_categories li,
.eltron-footer-section .widget_meta li,
.eltron-footer-section .widget_nav_menu li,
.eltron-footer-section .widget_pages li,
.eltron-footer-section .widget_product_categories li,
.eltron-footer-section .widget_recent_entries li,
.eltron-footer-section .widget_rss li,
.widget-area .widget_archive li,
.widget-area .widget_categories li,
.widget-area .widget_meta li,
.widget-area .widget_nav_menu li,
.widget-area .widget_pages li,
.widget-area .widget_product_categories li,
.widget-area .widget_recent_entries li,
.widget-area .widget_rss li {
    display: block;
    position: relative
}

.eltron-footer-section .widget_archive li:last-child,
.eltron-footer-section .widget_categories li:last-child,
.eltron-footer-section .widget_meta li:last-child,
.eltron-footer-section .widget_nav_menu li:last-child,
.eltron-footer-section .widget_pages li:last-child,
.eltron-footer-section .widget_product_categories li:last-child,
.eltron-footer-section .widget_recent_entries li:last-child,
.eltron-footer-section .widget_rss li:last-child,
.widget-area .widget_archive li:last-child,
.widget-area .widget_categories li:last-child,
.widget-area .widget_meta li:last-child,
.widget-area .widget_nav_menu li:last-child,
.widget-area .widget_pages li:last-child,
.widget-area .widget_product_categories li:last-child,
.widget-area .widget_recent_entries li:last-child,
.widget-area .widget_rss li:last-child {
    border: none
}

.eltron-footer-section .widget_archive li a,
.eltron-footer-section .widget_categories li a,
.eltron-footer-section .widget_meta li a,
.eltron-footer-section .widget_nav_menu li a,
.eltron-footer-section .widget_pages li a,
.eltron-footer-section .widget_product_categories li a,
.eltron-footer-section .widget_recent_entries li a,
.eltron-footer-section .widget_rss li a,
.widget-area .widget_archive li a,
.widget-area .widget_categories li a,
.widget-area .widget_meta li a,
.widget-area .widget_nav_menu li a,
.widget-area .widget_pages li a,
.widget-area .widget_product_categories li a,
.widget-area .widget_recent_entries li a,
.widget-area .widget_rss li a {
    display: block;
    width: 100%;
    position: relative
}

.eltron-footer-section .widget_archive li ul li::before,
.eltron-footer-section .widget_categories li ul li::before,
.eltron-footer-section .widget_meta li ul li::before,
.eltron-footer-section .widget_nav_menu li ul li::before,
.eltron-footer-section .widget_pages li ul li::before,
.eltron-footer-section .widget_product_categories li ul li::before,
.eltron-footer-section .widget_recent_entries li ul li::before,
.eltron-footer-section .widget_rss li ul li::before,
.widget-area .widget_archive li ul li::before,
.widget-area .widget_categories li ul li::before,
.widget-area .widget_meta li ul li::before,
.widget-area .widget_nav_menu li ul li::before,
.widget-area .widget_pages li ul li::before,
.widget-area .widget_product_categories li ul li::before,
.widget-area .widget_recent_entries li ul li::before,
.widget-area .widget_rss li ul li::before {
    left: 15px
}

.eltron-footer-section .widget_archive li ul a,
.eltron-footer-section .widget_categories li ul a,
.eltron-footer-section .widget_meta li ul a,
.eltron-footer-section .widget_nav_menu li ul a,
.eltron-footer-section .widget_pages li ul a,
.eltron-footer-section .widget_product_categories li ul a,
.eltron-footer-section .widget_recent_entries li ul a,
.eltron-footer-section .widget_rss li ul a,
.widget-area .widget_archive li ul a,
.widget-area .widget_categories li ul a,
.widget-area .widget_meta li ul a,
.widget-area .widget_nav_menu li ul a,
.widget-area .widget_pages li ul a,
.widget-area .widget_product_categories li ul a,
.widget-area .widget_recent_entries li ul a,
.widget-area .widget_rss li ul a {
    padding-left: 8px
}

.eltron-footer-section .widget_archive li ul ul li::before,
.eltron-footer-section .widget_categories li ul ul li::before,
.eltron-footer-section .widget_meta li ul ul li::before,
.eltron-footer-section .widget_nav_menu li ul ul li::before,
.eltron-footer-section .widget_pages li ul ul li::before,
.eltron-footer-section .widget_product_categories li ul ul li::before,
.eltron-footer-section .widget_recent_entries li ul ul li::before,
.eltron-footer-section .widget_rss li ul ul li::before,
.widget-area .widget_archive li ul ul li::before,
.widget-area .widget_categories li ul ul li::before,
.widget-area .widget_meta li ul ul li::before,
.widget-area .widget_nav_menu li ul ul li::before,
.widget-area .widget_pages li ul ul li::before,
.widget-area .widget_product_categories li ul ul li::before,
.widget-area .widget_recent_entries li ul ul li::before,
.widget-area .widget_rss li ul ul li::before {
    left: 30px
}

.eltron-footer-section .widget_recent_comments li,
.widget-area .widget_recent_comments li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative
}

.eltron-footer-section .widget_rss ul li,
.widget-area .widget_rss ul li {
    margin-bottom: 1em
}

.eltron-footer-section .widget_rss ul li .rss-date,
.widget-area .widget_rss ul li .rss-date {
    display: block
}

.tagcloud a {
    border: 1px solid currentColor;
    border-radius: 2px;
    display: inline-block;
    font-size: .875em !important;
    margin-bottom: 5px;
    padding: 1px 10px 1px
}

.eltron-footer-section {
    background-color: #000;
    color: #fff
}

.eltron-footer-section select,
.eltron-footer-section textarea {
    color: #252525
}

.eltron-footer-section select:focus,
.eltron-footer-section textarea:focus {
    background-color: rgba(255, 255, 255, .79);
    color: #252525
}

.eltron-footer-section a:not(.button) {
    color: rgba(255, 255, 255, .79)
}

.eltron-footer-section a:not(.button):hover {
    color: rgba(255, 255, 255, .99)
}

.eltron-footer-section .product_list_widget li {
    border-color: rgba(255, 255, 255, .08)
}

.eltron-footer-section table tbody td,
.eltron-footer-section table th {
    background: rgba(255, 255, 255, .08)
}

.eltron-footer-section .widget-title {
    color: rgba(255, 255, 255, .79)
}

.eltron-footer-section .widget_archive li a,
.eltron-footer-section .widget_categories li a,
.eltron-footer-section .widget_meta li a,
.eltron-footer-section .widget_nav_menu li a,
.eltron-footer-section .widget_pages li a,
.eltron-footer-section .widget_product_categories li a,
.eltron-footer-section .widget_recent_entries li a,
.eltron-footer-section .widget_rss li a {
    border-color: rgba(255, 255, 255, .08)
}

.eltron-footer-section .widget_recent_comments li {
    border-color: rgba(255, 255, 255, .08)
}

.eltron-footer-section .widget ul li.cat-item .count {
    background: rgba(255, 255, 255, .08)
}

.eltron-footer-section .widget-area .widget select {
    border-color: rgba(255, 255, 255, .08)
}

@media screen and (min-width:500px) {

    ol,
    ul {
        margin: 0;
        padding: 0
    }

    ol:not([class]):not([id]),
    ul:not([class]):not([id]) {
        padding-left: 2rem
    }
}

body .content-area div.elementor-element h1,
body .content-area div.elementor-element h2,
body .content-area div.elementor-element h3,
body .content-area div.elementor-element h4,
body .content-area div.elementor-element h5,
body .content-area div.elementor-element h6 {
    margin-bottom: 0
}

.dino-header-row {
    white-space: normal
}

.eltron-header-section .menu .sub-menu {
    overflow-y: visible
}

.eltron-header-main-bar-inner {
    z-index: 100
}

body.elementor-page .entry-content,
html.vc_transform body.wpb-js-composer .entry-content {
    margin: 0
}

body.elementor-page .entry-content>*,
body.elementor-page .wp-block-column>*,
html.vc_transform body.wpb-js-composer .entry-content>*,
html.vc_transform body.wpb-js-composer .wp-block-column>* {
    margin-bottom: 0
}

.wpcf7 input:not([type=submit]),
.wpcf7 textarea {
    margin-bottom: 1rem
}

.wpcf7-form p {
    margin-bottom: 0
}

.navigation .nav-links a {
    color: #14cedd
}

.navigation .nav-links a:focus,
.navigation .nav-links a:hover {
    color: #10a2ae
}

body.no-tpadd .eltron-content-inner {
    padding-top: 0
}

body.no-bpadd .eltron-content-inner {
    padding-bottom: 0
}

.comment.parent .comment-content {
    padding-bottom: 30px
}

.mfp-close {
    background: 0 0 !important
}

.blv-clr,
.page-links {
    clear: both
}

.blv-clr:after,
.page-links:after {
    display: block;
    clear: both;
    content: ""
}

.page-links {
    margin-bottom: 1.5rem
}

.page-links .post-page-numbers {
    border: 1px solid #eee;
    padding: 2px 8px;
    color: #444;
    background-color: #074769
}

.page-links a.post-page-numbers {
    background-color: transparent
}

.page-links a.post-page-numbers:hover {
    color: #14cedd;
    border-color: #14cedd
}

body.page .page-links {
    padding-top: 1.5rem
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff
}

.editor-block-list__block .wp-block-cover .wp-block-cover-text,
.wp-block-cover .block-editor-block-list__block,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.wp-block-cover p a,
.wp-block-cover-image .block-editor-block-list__block,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image .wp-block-cover__inner-container p:not(.has-text-color) {
    color: #fff !important
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%
}

.wp-block-media-text .has-medium-font-size {
    line-height: 1.5em
}

.wp-block-media-text .has-large-font-size {
    line-height: 1.4em
}

.wp-block-media-text .has-huge-font-size {
    line-height: 1.3em
}

.entry-content blockquote {
    background-color: #f8ebed;
    border-color: #e2bdc0;
    padding-top: 30px;
    padding-bottom: 30px
}

body.single.single-post .post .entry-content .post-password-form {
    max-width: 25rem;
    margin: 0 auto
}

label {
    padding: .25rem 0 .2rem;
    font-size: .875rem;
    color: #222;
    margin-bottom: 0
}

.post-password-form input,
.post-password-form label {
    display: block;
    width: 100%
}

.eltron-loop .sticky h3 a {
    position: relative;
    padding-left: 30px
}

.eltron-loop .sticky h3 a:before {
    content: "\f006";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 22px
}

.eltron-loop .sticky a h3 {
    position: relative;
    padding-left: 30px
}

.eltron-loop .sticky a h3:before {
    content: "\f006";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 20px
}

.eltron-header-top-bar {
    background-color: #0071b4;
    padding: 13px 0 13px;
    color: #fff;
    height: auto
}

.navigation {
    margin-top: 2.5rem
}

.navigation.pagination .page-numbers {
    display: block;
    min-width: 3em;
    margin-top: .5em;
    margin-right: .5em;
    padding: 1em;
    float: left;
    text-decoration: none;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    color: inherit
}

.navigation.pagination .page-numbers:last-child {
    margin-right: 0
}

#secondary.sidebar,
.comments-area {
    padding-bottom: 120px
}

body.ft-news-yes .navigation.pagination {
    padding-bottom: 80px
}

.sidebar {
    padding-left: 20px;
    max-width: 350px
}

.sidebar ul>li li {
    padding-left: 15px
}

.sidebar ul a:hover {
    color: #0f78c4
}

.eltron-footer-widgets-bar-inner .widget,
.sidebar .widget {
    padding: 35px;
    border-radius: 2px;
    margin-bottom: 44px;
    border: 2px solid #edf1f4
}

.eltron-footer-widgets-bar-inner .widget a,
.sidebar .widget a {
    color: #777
}

.eltron-footer-widgets-bar-inner .widget a:hover,
.sidebar .widget a:hover {
    color: #14cedd
}

.eltron-footer-widgets-bar-inner .widget .footer-social a:hover i,
.sidebar .widget .footer-social a:hover i {
    color: #fff
}

.eltron-footer-widgets-bar-inner .widget_archive ul,
.eltron-footer-widgets-bar-inner .widget_categories>ul,
.eltron-footer-widgets-bar-inner .widget_meta ul,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul,
.eltron-footer-widgets-bar-inner .widget_pages>ul,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul,
.sidebar .widget_archive ul,
.sidebar .widget_categories>ul,
.sidebar .widget_meta ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_pages>ul,
.sidebar .widget_recent_comments ul {
    padding: 0;
    margin-bottom: 0
}

.eltron-footer-widgets-bar-inner .widget_archive ul li,
.eltron-footer-widgets-bar-inner .widget_categories>ul>li,
.eltron-footer-widgets-bar-inner .widget_meta ul li,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul li,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_categories>ul>li,
.sidebar .widget_meta ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_pages>ul>li,
.sidebar .widget_recent_comments ul li {
    list-style: none;
    position: relative;
    z-index: 1;
    transition: .3s all ease-in-out;
    position: relative;
    cursor: pointer
}

.eltron-footer-widgets-bar-inner .widget_archive ul li a,
.eltron-footer-widgets-bar-inner .widget_categories>ul>li a,
.eltron-footer-widgets-bar-inner .widget_meta ul li a,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul li a,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li a,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_categories>ul>li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_pages>ul>li a,
.sidebar .widget_recent_comments ul li a {
    font-size: 15px
}

.eltron-footer-widgets-bar-inner .widget_pages>ul>li a:after,
.sidebar .widget_pages>ul>li a:after {
    display: none
}

.eltron-footer-widgets-bar-inner .widget_categories>ul>li a:after,
.sidebar .widget_categories>ul>li a:after {
    top: 18px;
    right: 0
}

.eltron-footer-widgets-bar-inner .widget_temptt_widget_recentpost h3,
.sidebar .widget_temptt_widget_recentpost h3 {
    line-height: 15px
}

.eltron-footer-widgets-bar-inner .widget_temptt_widget_recentpost h3 a,
.sidebar .widget_temptt_widget_recentpost h3 a {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px
}

.eltron-footer-widgets-bar-inner .widget_recent_entries ul,
.sidebar .widget_recent_entries ul {
    padding-left: 0 !important;
    margin-bottom: 0
}

.eltron-footer-widgets-bar-inner .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover {
    color: #14cedd
}

.eltron-footer-widgets-bar-inner .widget_recent_entries ul li .post-date,
.sidebar .widget_recent_entries ul li .post-date {
    color: #9a9a9a;
    font-weight: 600;
    font-size: 15px
}

.eltron-footer-widgets-bar-inner .widget_tag_cloud a,
.sidebar .widget_tag_cloud a {
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    padding: 12px 20px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    background: 0 0;
    color: #222
}

.eltron-footer-widgets-bar-inner .widget_tag_cloud a:hover,
.sidebar .widget_tag_cloud a:hover {
    color: #fff;
    background-color: #14cedd;
    border: 1px solid #14cedd
}

.eltron-footer-widgets-bar-inner .widget_rss .rsswidget,
.sidebar .widget_rss .rsswidget {
    color: #222
}

.eltron-footer-widgets-bar-inner .widget_rss .rsswidget img,
.sidebar .widget_rss .rsswidget img {
    margin-top: -3px
}

.eltron-footer-widgets-bar-inner .widget_rss .rssSummary,
.sidebar .widget_rss .rssSummary {
    font-size: 13px
}

.eltron-footer-widgets-bar-inner .widget_rss ul,
.sidebar .widget_rss ul {
    padding-left: 0
}

.eltron-footer-widgets-bar-inner .widget_rss ul li,
.sidebar .widget_rss ul li {
    padding-bottom: 20px
}

.eltron-footer-widgets-bar-inner .widget_rss ul li a,
.sidebar .widget_rss ul li a {
    color: #111;
    line-height: 21px;
    font-size: 15px;
    font-weight: 600
}

.eltron-footer-widgets-bar-inner .widget_rss ul .rss-date,
.sidebar .widget_rss ul .rss-date {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999
}

.eltron-footer-widgets-bar-inner .widget_rss cite,
.sidebar .widget_rss cite {
    font-size: 12px;
    color: #999
}

.eltron-footer-widgets-bar-inner .widget_nav_menu ul li a:after,
.sidebar .widget_nav_menu ul li a:after {
    display: none
}

.eltron-footer-widgets-bar-inner .widget_nav_menu ul.sub-menu li,
.sidebar .widget_nav_menu ul.sub-menu li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.eltron-footer-widgets-bar-inner .widget_calendar table,
.sidebar .widget_calendar table {
    background: #fff;
    margin-bottom: 10px
}

.eltron-footer-widgets-bar-inner .widget_calendar table th,
.sidebar .widget_calendar table th {
    background-color: #14cedd;
    color: #fff
}

.eltron-footer-widgets-bar-inner .widget_calendar table td,
.eltron-footer-widgets-bar-inner .widget_calendar table tr,
.sidebar .widget_calendar table td,
.sidebar .widget_calendar table tr {
    color: #222
}

.eltron-footer-widgets-bar-inner .widget_calendar table caption,
.sidebar .widget_calendar table caption {
    text-align: center;
    font-size: small;
    color: #14cedd
}

.eltron-footer-widgets-bar-inner .widget_calendar table td,
.eltron-footer-widgets-bar-inner .widget_calendar table th,
.sidebar .widget_calendar table td,
.sidebar .widget_calendar table th {
    border: 1px solid rgba(0, 0, 0, .08);
    text-align: center;
    font-size: 14px
}

.eltron-footer-widgets-bar-inner .widget_calendar table td a,
.eltron-footer-widgets-bar-inner .widget_calendar table th a,
.sidebar .widget_calendar table td a,
.sidebar .widget_calendar table th a {
    color: #14cedd;
    font-weight: 700
}

.eltron-footer-widgets-bar-inner .widget_calendar table td a:hover,
.eltron-footer-widgets-bar-inner .widget_calendar table th a:hover,
.sidebar .widget_calendar table td a:hover,
.sidebar .widget_calendar table th a:hover {
    color: #37dfed
}

.eltron-footer-widgets-bar-inner .widget_calendar table tr:nth-child(even):not(:last-child),
.sidebar .widget_calendar table tr:nth-child(even):not(:last-child) {
    background-color: rgba(0, 0, 0, .03)
}

.eltron-footer-widgets-bar {
    overflow: visible;
    background-color: #0d1c25
}

.eltron-footer-widgets-bar-inner {
    padding-top: 65px
}

.eltron-footer-widgets-bar-inner ul {
    list-style: none;
    padding-left: 0 !important
}

.eltron-footer-widgets-bar-inner ul>li {
    padding-top: 2px;
    padding-bottom: 2px
}

.eltron-footer-widgets-bar-inner ul>li li {
    padding-left: 15px
}

.eltron-footer-widgets-bar-inner ul a {
    font-size: 15px;
    font-weight: 400
}

.eltron-footer-widgets-bar-inner ul a:hover {
    color: #14cedd
}

.eltron-footer-widgets-bar-inner .widget {
    margin-bottom: 40px;
    padding: 0;
    border: 0;
    font-size: 15px
}

.eltron-footer-widgets-bar-inner .widget a {
    font-size: 15px;
    color: #999;
    transition: all .3s ease;
    font-size: 15px
}

.eltron-footer-widgets-bar-inner p {
    color: #999
}

.eltron-footer-widgets-bar-inner p a {
    font-size: 15px;
    color: #999;
    transition: all .3s ease
}

.eltron-footer-widgets-bar-inner .widget_archive ul,
.eltron-footer-widgets-bar-inner .widget_categories>ul,
.eltron-footer-widgets-bar-inner .widget_meta ul,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul,
.eltron-footer-widgets-bar-inner .widget_pages>ul,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul {
    padding-left: 0 !important
}

.eltron-footer-widgets-bar-inner .widget_archive ul li,
.eltron-footer-widgets-bar-inner .widget_categories>ul>li,
.eltron-footer-widgets-bar-inner .widget_meta ul li,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul li,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul li {
    list-style: none;
    position: relative;
    cursor: pointer
}

.eltron-footer-widgets-bar-inner .widget_archive ul li a,
.eltron-footer-widgets-bar-inner .widget_categories>ul>li a,
.eltron-footer-widgets-bar-inner .widget_meta ul li a,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul li a,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li a,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul li a {
    font-size: 15px;
    color: #999
}

.eltron-footer-widgets-bar-inner .widget_archive ul li a:hover,
.eltron-footer-widgets-bar-inner .widget_categories>ul>li a:hover,
.eltron-footer-widgets-bar-inner .widget_meta ul li a:hover,
.eltron-footer-widgets-bar-inner .widget_nav_menu ul li a:hover,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li a:hover,
.eltron-footer-widgets-bar-inner .widget_recent_comments ul li a:hover {
    color: #14cedd
}

.eltron-footer-widgets-bar-inner .widget_categories>ul>li a:after,
.eltron-footer-widgets-bar-inner .widget_pages>ul>li a:after {
    display: none
}

.eltron-footer-widgets-bar-inner .widget_rss .rsswidget {
    color: #fff;
    font-weight: 600
}

.eltron-footer-widgets-bar-inner .widget_rss .rssSummary {
    font-size: small
}

.eltron-footer-widgets-bar-inner .widget_nav_menu ul li a:after {
    display: none
}

.eltron-footer-widgets-bar-inner .widget_nav_menu ul.sub-menu li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.eltron-footer-widgets-bar-inner .widget_calendar table {
    border-color: #6d6d6d;
    color: #6d6d6d
}

.eltron-footer-widgets-bar-inner .widget_calendar table td,
.eltron-footer-widgets-bar-inner .widget_calendar table th,
.eltron-footer-widgets-bar-inner .widget_calendar table tr {
    color: #6d6d6d;
    border-color: #6d6d6d
}

.eltron-footer-bottom-bar {
    border-top: 2px solid #37434b;
    background-color: #0d1c25
}

.eltron-footer-bottom-bar .eltron-footer-bottom-bar-inner {
    color: #999;
    margin-right: 5px;
    color: #999
}

.comments-area {
    margin-top: 4em
}

.comment-respond {
    margin-top: 3em;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 27px 35px 35px
}

.comments-area .comment-list .comment article.comment-body+.comment-respond {
    margin-bottom: 3em;
    margin-top: 2em
}

.comments-area .comment-list .comment.parent article.comment-body+.comment-respond {
    margin-top: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    background-color: #fff !important;
    border-color: #14cedd
}

.form-group {
    margin-bottom: 1rem
}

.comment-list li.comment,
.comment-list li.pingback,
.comment-list li.trackback {
    padding: 0 0 0 40px
}

.comment-list li.comment .comment-content *,
.comment-list li.pingback .comment-content *,
.comment-list li.trackback .comment-content * {
    margin-bottom: 1rem
}

.comment-list li.comment .comment-content>:last-child,
.comment-list li.pingback .comment-content>:last-child,
.comment-list li.trackback .comment-content>:last-child {
    margin-bottom: 0
}

.comment-list li.comment .comment-content ol,
.comment-list li.comment .comment-content ol li,
.comment-list li.comment .comment-content ul,
.comment-list li.comment .comment-content ul li,
.comment-list li.pingback .comment-content ol,
.comment-list li.pingback .comment-content ol li,
.comment-list li.pingback .comment-content ul,
.comment-list li.pingback .comment-content ul li,
.comment-list li.trackback .comment-content ol,
.comment-list li.trackback .comment-content ol li,
.comment-list li.trackback .comment-content ul,
.comment-list li.trackback .comment-content ul li {
    margin: 0
}

.comment-list li.comment .comment-content>ol,
.comment-list li.comment .comment-content>ul,
.comment-list li.pingback .comment-content>ol,
.comment-list li.pingback .comment-content>ul,
.comment-list li.trackback .comment-content>ol,
.comment-list li.trackback .comment-content>ul {
    margin-bottom: 1rem
}

.comment-list li.comment.depth-1,
.comment-list li.pingback.depth-1,
.comment-list li.trackback.depth-1 {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 25px
}

.comment-list li.comment.depth-1 .comment-body,
.comment-list li.pingback.depth-1 .comment-body,
.comment-list li.trackback.depth-1 .comment-body {
    padding-bottom: 0
}

.comment-list li.comment.parent .comment-body,
.comment-list li.pingback.parent .comment-body,
.comment-list li.trackback.parent .comment-body {
    padding-bottom: 20px
}

.comment-body {
    padding: 0
}

.comment-respond form textarea {
    height: 170px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.comment-respond form input:not[type=submit],
.comment-respond form textarea {
    width: 100%;
    border-radius: 0
}

.form-group.comment-form-author {
    margin-right: 2%
}

.form-group.comment-form-author,
.form-group.comment-form-email {
    float: left;
    width: 49%
}

.comment-respond form #wp-comment-cookies-consent {
    width: auto
}

.comment-form-cookies-consent {
    margin-bottom: 15px
}

.comment-reply-title {
    margin-bottom: 10px
}

@media screen and (max-width:551px) {

    div.comment-content,
    footer.comment-meta {
        padding-left: 0
    }
}

@media screen and (max-width:400px) {

    ol.comment-list ol .comment-body,
    ol.comment-list ul .comment-body {
        padding-left: 15px
    }

    .comment-list li.comment,
    .comment-list li.pingback,
    .comment-list li.trackback {
        padding: 15px
    }
}

.eltron-header-mobile-main-bar {
    height: 100px
}

.eltron-header-mobile-vertical-bar.eltron-popup-content {
    max-width: 300px !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #111
}

.eltron-header-mobile-vertical-bar.eltron-popup-content .eltron-header-mobile-vertical-bar-inner {
    background-color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    padding: 50px 30px
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu>li.menu-item {
    padding: 3px 10px;
    border-bottom: 1px solid #eee
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu>li.menu-item .eltron-icon {
    border: 1px solid #777
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu>li.menu-item .eltron-icon:hover {
    border-color: #14cedd
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu {
    padding-bottom: .5em;
    text-transform: capitalize
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu li:before {
    content: "";
    position: absolute;
    right: auto;
    left: auto;
    top: 15px;
    margin-left: -15px;
    height: 5px;
    width: 5px;
    background: #666
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu li .eltron-menu-item-link {
    padding: 0
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu li .eltron-sub-menu-toggle {
    padding: 0 !important
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu ul.sub-menu {
    padding-top: 5px;
    padding-bottom: 0
}

.eltron-header-mobile-vertical-bar.eltron-popup-content ul.menu ul.sub-menu ul.sub-menu li:before {
    background: #14cedd
}

.eltron-header-main-bar {
    height: 100px
}

.eltron-header-main-bar .eltron-default-logo {
    color: #222
}

.eltron-header-main-bar .menu {
    font-family: "Open Sans", sans-serif
}

.eltron-header-main-bar .menu li a {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    padding-right: 10px
}

.eltron-header-main-bar .menu li:last-child {
    margin-right: 0
}

.eltron-header-main-bar .menu li.current-menu-item>a:before,
.eltron-header-main-bar .menu li:hover>a:before {
    width: 30px
}

@media (min-width:992px) {
    .eltron-header-main-bar .menu li .sub-menu {
        min-width: 180px;
        max-width: 220px;
        background: #fff;
        border-radius: 0;
        border: none;
        padding: 0;
        left: 0;
        top: 100px;
        margin-top: 0
    }
}

.eltron-header-main-bar .menu li .sub-menu li {
    margin-right: 0;
    display: block
}

.eltron-header-main-bar .menu li .sub-menu li a.eltron-menu-item-link {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    color: #242424;
    padding: 7px 35px 7px 20px;
    font-size: 16px;
    text-shadow: none
}

.eltron-header-main-bar .menu li .sub-menu li a.eltron-menu-item-link:before {
    display: none
}

.eltron-header-main-bar .menu li .sub-menu li a.eltron-menu-item-link span.eltron-icon {
    top: -1px
}

.eltron-header-main-bar .menu li .sub-menu li:hover a.eltron-menu-item-link {
    color: #fff;
    background: #14cedd;
    position: relative
}

.eltron-header-main-bar .menu li .sub-menu li:hover a.eltron-menu-item-link span.eltron-icon,
.eltron-header-main-bar .menu li .sub-menu li:hover a.eltron-menu-item-link span.eltron-menu-item-title {
    color: #fff
}

.eltron-header-main-bar .menu li .sub-menu li:hover a.eltron-menu-item-link:before {
    display: none
}

.eltron-header-main-bar .menu li .sub-menu li:last-child a {
    border-bottom: 0
}

@media (min-width:992px) {
    .eltron-header-main-bar .menu li .sub-menu .sub-menu {
        top: 1px
    }
}

.eltron-header-main-bar .menu li .sub-menu .sub-menu li a.eltron-menu-item-link {
    background: #fff;
    color: #222
}

.eltron-header-main-bar .menu li .sub-menu .sub-menu li a.eltron-menu-item-link span.eltron-menu-item-title {
    color: #242424
}

.eltron-header-main-bar .menu li .sub-menu .sub-menu li:hover a.eltron-menu-item-link {
    background: #fff;
    color: #222;
    text-decoration: underline
}

.eltron-header-main-bar .menu .eltron-menu-icon {
    font-size: 15px
}

.eltron-header-main-bar .menu .eltron-header-button-1 .flaticon-next:before {
    font-size: 19px
}

.eltron-header-main-bar.eltron-header-sticky .eltron-section-inner {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08)
}

@media (min-width:992px) {
    .eltron-header-main-bar.eltron-sticky-in-view .menu li .sub-menu {
        top: 60px
    }
}

@media (min-width:992px) {
    .eltron-header-main-bar.eltron-sticky-in-view .menu li .sub-menu .sub-menu {
        top: 1px
    }
}

span.topleft i {
    top: 2px;
    margin-right: 6px;
    font-size: 18px;
    position: relative
}

span.topleft a:hover {
    opacity: .8
}

.top_info_item li a:hover {
    opacity: .8
}

.eltron-header-main-bar {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08)
}

.eltron-header-main-bar .eltron-header-column .eltron-header-search-dropdown {
    padding-left: 20px
}

.eltron-header-main-bar .eltron-header-menu .sub-menu .menu-item {
    padding: 0
}

.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-top: 0
}

.widget_recent_comments .recentcomments {
    padding-bottom: 8px
}

.eltron-page-header-left {
    padding-left: 45px
}

.eltron-page-header-column>*+* {
    margin-top: 2px
}

.eltron-page-header-title:before {
    top: 29px;
    content: '';
    left: -45px;
    width: 24px;
    height: 20px;
    position: absolute;
    background-image: url(../../../themes/eltron/assets/icon/icon5.svg)
}

.eltron-page-header-center .eltron-page-header-title:before {
    display: none
}

.eltron-page-header-title {
    position: relative
}

#site-info-wrapper,
.overflow-visible {
    overflow: visible
}

#site-info .site-info-icon img {
    height: 65px
}

.site-info-icon-text:hover .site-info-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#about .about-content p:not(:last-child) {
    margin-bottom: 20px
}

.features-section .section-title-middle .title-tag img {
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px
}

.features-icon-text .features-icon img {
    height: 90px
}

.features-icon-text .features-hover-content .fh-icon-bg img {
    height: 205px
}

.section-title-middle .title-tag img {
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px
}

.project-section .projecct-img .project-item-text h3 a {
    color: #fff
}

.eltron-info-section .eltron-info-icon-text .eltron-info-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.driven-solution-section {
    z-index: 9
}

.about-counter .about-counter-text-number h4 {
    line-height: 1.2em
}

.feature-style-two .feature-slide-icon-text .feature-slide-icon img {
    margin: 0 auto;
    max-width: 100px
}

.feature-style-two .feature-slide-icon-text:not(:hover) .feature-slide-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.contact-page-section .el-contact-form .contact-form-area input[type=submit] {
    height: 60px;
    width: 215px
}

.project-section .projecct-img img {
    width: 100%
}

.project-two .project-section .grid-item-width,
.project-two .project-section .grid-sizer {
    width: 50%
}

.blog-post-meta a {
    color: #555
}

.blog-page-area-section {
    padding: 0
}

div#custom_html-2 {
    border: 0;
    padding: 0
}

.sidebar .widget .add-widget a {
    color: #fff
}

.sidebar .widget_tag_cloud a {
    font-size: 13px !important;
    border: 1px solid #ddd
}

.search-form label {
    margin-bottom: 0
}

.search-form .search-field {
    outline: 0
}

.search-form .search-field::-webkit-input-placeholder {
    font-style: italic
}

.search-form .search-field:-ms-input-placeholder {
    font-style: italic
}

.search-form .search-field::-ms-input-placeholder {
    font-style: italic
}

.search-form .search-field::placeholder {
    font-style: italic
}

.sidebar .search-form {
    border-bottom: 1px solid #ddd
}

.sidebar .search-form .search-field {
    width: 100%;
    border: none;
    padding-left: 2.5rem;
    border-radius: 0
}

.sidebar .search-form .eltron-search-icon {
    color: #222;
    margin-top: -8px
}

.sidebar .search-form label {
    margin-bottom: 0
}

.blog-details-text-content .blog-category-tag a {
    display: inline-block
}

@media screen and (max-width:1023px) {
    .add-widget h3 {
        font-size: 24px
    }

    .sidebar {
        padding-left: 0
    }
}

@media screen and (max-width:800px) {
    .service-counter-section .about-counter .about-counter-text-number {
        text-align: center;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important
    }
}

@media screen and (max-width:767px) {
    .blog-page-area-section .blog-post-thumbnail-text .blog-post-text h3 {
        font-size: 24px
    }
}

@media screen and (max-width:500px) {
    .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a {
        display: block;
        margin: 20px auto 0 !important;
        max-width: 250px
    }

    .site-info-icon-text .site-info-arrow {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        text-align: center;
        margin: 20px 0 -25px;
        clear: both
    }

    .site-info-icon-text:after {
        width: 100%
    }

    .site-info-icon-text .site-info-text h3 {
        font-size: 16px
    }

    .blog-details-content blockquote {
        padding: 20px
    }
}

@media screen and (max-width:420px) {
    .service-counter-section .about-counter .about-counter-text-number {
        max-width: 200px
    }
}

@media screen and (min-width:421px) {
    .about-page .testimonial-section {
        padding: 195px 0 250px
    }

    .team-two .eltron-team-section {
        padding: 190px 0 170px
    }
}

@media screen and (max-width:991px) {
    .team-two .eltron-team-section {
        padding-bottom: 110px
    }
}

@media screen and (min-width:481px) {
    .project-two .project-section {
        padding-top: 180px
    }

    .service-page .advantage-section {
        padding-top: 195px
    }
}

.nav-next a,
.nav-previous a {
    border-bottom: 1px dotted #14cedd;
    font-style: italic;
    text-transform: lowercase
}

@media (min-width:768px) {
    .eltron-footer-widgets-bar-column-2 {
        margin-left: 40px
    }

    .eltron-footer-widgets-bar-column-3 {
        margin-left: -20px
    }
}

.gmapplugin {
    margin-top: 7px
}

.para-content a:hover {
    opacity: .7
}

#mc_embed_signup {
    padding: 0;
    background: 0 0;
    width: 100%;
    max-width: 100%
}

#mc_embed_signup_scroll .indicates-required,
#mc_embed_signup_scroll h2 {
    display: none
}

#mc_embed_signup_scroll .mc-field-group label {
    display: none
}

#mc_embed_signup_scroll .mc-field-group input {
    color: #444;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    font-size: 16px;
    border: none;
    background-image: none;
    padding-left: 15px
}

#mc_embed_signup_scroll .clear {
    position: absolute;
    right: 0;
    top: 0
}

#mc_embed_signup_scroll .clear input {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 190px;
    font-size: 18px;
    padding: 10px 30px 10px 5px;
    background-color: #eca213;
    border: 2px solid #fff
}

#mc_embed_signup_scroll .clear input:hover {
    background-color: #ca8a10
}

#mc_embed_signup_scroll .clear input:focus {
    outline: 0;
    box-shadow: none
}

#mc_embed_signup input[type=email]:focus {
    outline: 0;
    box-shadow: none;
    border: none
}

#mc_embed_signup_scroll .mc-field-group input::-webkit-input-placeholder {
    color: #ddd
}

#mc_embed_signup_scroll .mc-field-group input:-ms-input-placeholder {
    color: #ddd
}

#mc_embed_signup_scroll .mc-field-group input::-ms-input-placeholder {
    color: #ddd
}

#mc_embed_signup_scroll .mc-field-group input::placeholder {
    color: #ddd
}

#mc_embed_signup_scroll .clear:before {
    position: absolute;
    content: '\f178';
    right: 35px;
    top: 12px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    font-family: FontAwesome
}

@media only screen and (max-width:480px) {
    #mc_embed_signup_scroll .clear input {
        width: auto;
        padding: 15px 10px
    }

    #mc_embed_signup_scroll .clear:before {
        display: none
    }

    .newsletter-section .newsletter-content .newsletter-form {
        padding-bottom: 75px
    }
}

.eltron-logo .eltron-logo-image img {
    max-width: 170px;
    width: 199px;
    height: 70px;
}

.features-icon-text .features-text.pera-content {
    border: 1px dotted #000;
    max-width: 280px;
    margin: 0 auto
}

.features-icon-text .features-text.pera-content h3 {
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 6px
}

.features-icon-text .features-text.pera-content p {
    margin-bottom: 18px
}

.entry-author-name {
    margin: 0 0 -.2em
}

@media only screen and (min-width:1112px) {
    .about-section .about-img .abt-img-set .small1 {
        max-width: 545px
    }

    .about-section .about-img .abt-img-set .small2 {
        max-width: 339px
    }

    .about-section .about-img .abt-img-set .small3 {
        max-width: 187px
    }
}

@media only screen and (max-width:1112px) {
    .about-section .about-img .abt-img-set .small3 {
        display: none
    }

    .about-section.second .pera-content {
        margin-bottom: 1em
    }

    .about-section.second .small1 {
        padding-top: 1.5em
    }
}

@media only screen and (min-width:981px) and (max-width:1112px) {
    .section-title-left h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:480px) {
    .section-title-middle h2 {
        font-size: 26px
    }
}