:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

img{
    width: 100%;
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

textarea {
    resize: vertical
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media(min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1400px) {
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em+.75rem+2px)
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    padding: 0 1em;
}

.page-link {
    position: relative;
    display: block;
    color: #fd1073;
    text-decoration: none;
    background-color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover {
    z-index: 2;
    color: #e1fd10;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #e1fd10;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e1fd10;
    border-color: #e1fd10
}

.page-item.disabled .page-link {
    color: #e1fd10;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

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

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.d-block {
    display: block !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.align-self-center {
    align-self: center !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ms-auto {
    margin-left: auto !important
}

.pb-0 {
    padding-bottom: 0 !important
}

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

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

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

.rounded-0 {
    border-radius: 0 !important
}

@media(min-width:768px) {
    .justify-content-md-center {
        justify-content: center !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 150%
}

body {
    height: 100%
}

html {
    font-size: 100%;
    overflow-y: scroll;
}

:active,
:focus {
    outline: 0 !important
}

body {
    line-height: 1.8;
    color: #6d7382;
    font-size: 1.125rem;
    font-family: Dosis, sans-serif;
    font-weight: 500;
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

a {
    color: #e1fd10;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

a:focus,
a:hover {
    color: #003f5e;
    text-decoration: none
}

a img {
    border: 0
}

img {
    max-width: 100%
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit
}

fieldset,
ol,
p,
pre,
ul {
    margin-bottom: 10px
}

p {
    margin-bottom: 30px
}

p a:focus,
p a:hover {
    text-decoration: underline
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
    padding-left: 20px
}

html {
    font-size: 100%;
    max-width: 100%
}

@media(max-width:991.98px) {
    html {
        font-size: 98%
    }
}

@media(max-width:767.98px) {
    html {
        font-size: 96%
    }
}

@media(max-width:575.98px) {
    html {
        font-size: 94%
    }
}

body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative
}

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

form label {
    color: #555;
    font-weight: 500
}

pre {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 10px 20px
}

.title-icon [class^=flaticon-]::after,
.title-icon [class^=flaticon-]::before {
    font-size: 48px;
    margin-left: 10px
}

.slick-slide img {
    display: block;
    cursor: pointer
}

.alert {
    padding: 1.25rem 1.25rem
}

.container .container {
    width: 100%
}

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

@media(min-width:992px) {
    body.tm-container-970px .container {
        width: 970px
    }

    body.tm-container-100pr .container {
        width: 100%
    }
}

section {
    position: relative
}

header#header .header-top>.container>.row>div {
    max-width: 100%
}

header#header .header-top .element a {
    font-weight: 500
}

header#header .header-top .contact-info li {
    display: inline-block;
    position: relative;
    margin-right: 15px
}

@media(min-width:992px) {
    header#header .header-top .contact-info li {
        margin-right: 25px
    }
}

@media(max-width:767.98px) {
    header#header .header-top .contact-info li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media(min-width:992px) {
    header#header .header-top .contact-info li:not(:first-child):before {
        background: rgba(255, 255, 255, .7);
        content: "";
        position: absolute;
        top: 0;
        bottom: 1px;
        left: -16px;
        margin: auto;
        height: 15px;
        width: 1px
    }
}

header#header .contact-info-box.big-icon .subtitle a {
    color: #777;
    font-weight: 400
}

header#header .header-nav .header-nav-container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

header#header .nav-side-icon-list>li {
    display: inline-block;
    padding: 20px 12px
}

@media(max-width:1199.98px) {
    header#header .nav-side-icon-list>li {
        padding: 13px 12px
    }
}

.menuzord,
.menuzord * {
    box-sizing: border-box;
}

.menuzord {
    width: 100%;
    padding: 0 30px;
    float: left;
    position: relative
}

.menuzord-container {
    background: #fff
}

.menuzord a {
    transition: color .3s linear, background .3s linear
}

.menuzord-brand {
    margin: 20px 30px 20px 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer
}

.menuzord-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.menuzord-menu.menuzord-right {
    float: right
}

.menuzord-menu>li {
    display: inline-block;
    float: left
}

@media(min-width:1200px) {
    .menuzord-menu>li {
        padding: 20px 0
    }
}

.menuzord-menu>li>a {
    padding: 7px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    outline: 0;
}

.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
    color: #e1fd10
}

.menuzord .showhide em {
    width: 26px;
    height: 3px;
    margin: 4px 20px 0;
    float: right;
    background: #333;
    border-radius: 3px;
    transition: all .3s ease
}

.menuzord-menu>li>a>i {
    margin: 0 5px 0 0;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    font-family: 'Font Awesome 5 Free'
}

.menuzord-menu>li.search form {
    float: left;
    padding: 22px 16px 17px
}

.menuzord-menu>li.search form input[type=text] {
    width: 160px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    background: #f0f0f0;
    border-radius: 2px;
    outline: 0;
    transition: width 1s ease-out
}

.menuzord-menu>li.search form:hover input[type=text] {
    width: 160px
}

.menuzord-tabs-nav>li>a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: solid 1px #f0f0f0;
    outline: 0
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
    background: #f0f0f0
}

@media(max-width:1199.98px) {
    .menuzord-responsive.menuzord {
        padding: 0
    }

    .menuzord-responsive .menuzord-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55
    }

    .menuzord-responsive .menuzord-menu {
        width: 100%;
        float: left !important
    }

    .menuzord-responsive .menuzord-menu.scrollable {
        overflow-y: auto;
    }

    .menuzord-responsive .menuzord-menu>li {
        width: 100%;
        display: block;
        position: relative
    }

    .menuzord-responsive .menuzord-menu>li>a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #f0f0f0
    }

    .menuzord-responsive .menuzord-menu>li:first-child>a {
        border-top: solid 1px #f0f0f0
    }

    .menuzord-responsive .menuzord-menu>li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px !important
    }

    .menuzord-responsive .menuzord-menu>li.search form input[type=text] {
        width: 100%
    }
}

body.tm-dark-layout .menuzord-container {
    background-color: #151515
}

body.tm-dark-layout .menuzord-container .menuzord-menu>li>a {
    color: #888
}

@media(max-width:1199.98px) {
    body {
        transition: all .5s ease
    }
}

@media(max-width:1199.98px) {
    body #top-primary-nav-clone {
        background-color: #fff;
    }

    body .header-nav-wrapper {
        left: 0
    }

    body.menuzord-menu-open .header-nav-wrapper {
        left: -70% !important
    }

    body.menuzord-menu-open #top-primary-nav-clone {
        opacity: 1;
        background-color: #333;
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%
    }

    body.menuzord-menu-open .menuzord .showhide em:nth-child(2) {
        display: none
    }

    body.menuzord-menu-open .menuzord .showhide em:nth-child(1) {
        transform: rotate(45deg);
        top: 15px;
        position: absolute
    }

    body.menuzord-menu-open .menuzord .showhide em:nth-child(3) {
        top: 15px;
        position: absolute
    }
}

header#header .header-nav .header-nav-container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

header#header .nav-side-icon-list>li {
    padding: 0 12px;
    margin-top: -4px
}

header#header .nav-side-icon-list>li:last-child {
    padding-right: 0
}

.header-nav .header-nav-wrapper .menuzord-container {
    transition: all .3s ease
}


.header-nav .header-nav-wrapper.navbar-scrolltofixed {
    transition: all .3s ease
}

.header-nav .header-nav-col-row>:first-child {
    padding: 0;
    margin-left: 1em;
}

.header-nav .header-nav-col-row>:last-child {
    padding-right: 15px
}

@media(max-width:575.98px) {
    .header-nav .header-nav-col-row>div {
        width: auto;
        max-width: none
    }
}


#top-primary-nav{
    width: 36px;
    height: 36px;
    position: fixed;
    top: 1em;
    right: 2em;
    z-index: 999;
    display: block;
    opacity: 1;
    border: 0;
    padding: 0;
    display: none;
}

#top-primary-nav-clone.menuzord,
#top-primary-nav.menuzord {
    padding: 0;
}

#top-primary-nav .menuzord-menu li a,
#top-primary-nav-clone .menuzord-menu li a {
    transition: all .3s ease
}

#top-primary-nav .menuzord-menu>li,
#top-primary-nav-clone .menuzord-menu>li {
    position: relative
}

#top-primary-nav .menuzord-menu>li>a,
#top-primary-nav-clone .menuzord-menu>li>a {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:1199.98px) {

    #top-primary-nav .menuzord-menu>li>a,
    #top-primary-nav-clone .menuzord-menu>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:1199.98px) {
    #top-primary-nav .menuzord-menu {
        display: none !important
    }
}

#top-primary-nav-clone .menuzord-menu {
    margin-bottom: 30px
}

header#header .menuzord-brand {
    transition: all .3s ease
}

@media(max-width:1199.98px) {
    header#header .menuzord-brand {
        margin-right: 20px
    }
}

@media(max-width:767.98px) {
    header#header .menuzord-brand {
        margin-right: 0
    }
}

header#header .menuzord-brand img {
    max-height: 72px;
    width: auto;
    transition: all .3s ease
}

@media(max-width:575.98px) {
    header#header .menuzord-brand img {
        max-width: 200px !important
    }
}

@media(max-width:1199.98px) {
    header#header.header-nav-left .header-nav-col-row :first-child {
        order: 1
    }
}

@media(max-width:1199.98px) {
    header#header.header-layout-type-header-2rows .menuzord-brand {
        margin-bottom: 5px;
        margin-top: 5px
    }
    #top-primary-nav{
        top: 0 !important;
    }
    .main-content-area {
        margin-top: 40px !important;
    }
}

@media(max-width:768px) {
    #header {
        height: 40px !important;
    }
    #header + .main-content-area {
        margin-top: 50px !important;
    }
}

header#header.header-floating-bg-dark-text-white .header-middle .header-mid-column3-container .contact-info.big-icon .subtitle a {
    color: #fff
}

header#header.header-layout-type-header-logo-center .menuzord-menu>li {
    padding: 20px 0
}

@media(min-width:1200px) {
    header#header.header-layout-type-header-logo-menu-center .menuzord-menu>li {
        padding: 20px 0
    }
}

#top-nav-search-form form {
    margin-bottom: 0
}

#top-nav-search-form input[type=text] {
    background: 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #292929;
    font-size: 24px;
    height: 100%;
    left: 15px;
    line-height: normal;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 90%
}

@media(max-width:1199.98px) {
    #top-nav-search-form input[type=text] {
        font-size: 18px;
        width: 80%
    }
}

#side-panel-container {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -480px;
    top: 0;
    text-align: left;
    width: 480px;
    z-index: 1112;
    transition: all .4s ease
}

@media(max-width:991.98px) {
    #side-panel-container {
        width: 300px
    }
}

#side-panel-container ul {
    padding-left: 0
}

#side-panel-container .side-panel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px;
    position: absolute;
    top: 0;
    width: 100%
}

.side-panel-open #side-panel-container {
    right: 0
}

.side-panel-left #side-panel-container {
    left: -480px;
    right: auto
}

.side-panel-left.side-panel-open #side-panel-container {
    left: 0;
    right: auto
}

#side-panel-trigger-close {
    position: absolute;
    right: 0;
    top: 0
}

#side-panel-trigger-close .side-panel-trigger-icon {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-right: 15px;
    background: #eee;
    padding: 13px 16px 14px 16px;
    border-radius: 30px;
    transition: all .4s ease
}

#side-panel-trigger-close .side-panel-trigger-icon:hover {
    color: #fff;
    background: #333
}

@media(max-width:767.98px) {
    header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container .menuzord-brand img {
        max-height: 25px
    }
}

.media-post .post-thumb {
   display: none;
}

@media(min-width:1400px) {
    body.tm-container-1340px .container {
        max-width: 1340px;
        width: 1340px;
        margin-left: auto;
        margin-right: auto;
    }
}

.tm-boxed-layout .container .container {
    width: 100%
}

@media(min-width:1200px) {
    .tm-boxed-layout .container {
        width: 1140px
    }
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 30px 5px
}

@media(max-width:991.98px) {
    .tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
        padding: 10px
    }
}

.form-control {
    height: calc(2.25rem+18px);
    padding: 8px 16px;
    outline: 0;
    border-radius: 0
}

textarea.form-control {
    height: auto;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

body.archive .main-content-area article {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(240, 240, 240, .5)
}

body.archive.post-type-archive .main-content-area,
body.archive.tax-product_cat .main-content-area {
    padding-bottom: 70px
}

.main-content-area {
    margin-top: 140px !important;
}

.final-countdown-timer span {
    font-size: 16px
}

.pagination {
    margin-top: 40px
}

.pagination>.page-item {
    margin: 5px 10px
}

.pagination2>.page-item:last-child>a,
.pagination2>.page-item:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination2>.page-item:first-child>a,
.pagination2>.page-item:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination2>.page-item>a:focus,
.pagination2>.page-item>a:hover,
.pagination2>.page-item>span:focus,
.pagination2>.page-item>span:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img img {
    box-shadow: 0 0 40px rgba(5, 5, 5, .15)
}

.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth img {
    width: 100%
}

blockquote {
    position: relative;
    padding: 0;
    border-left: 2px solid #cdcdcd;
    padding-left: 1rem;
    margin: 15px 0
}

blockquote footer {
    color: #888;
    font-size: 15px
}

blockquote p {
    color: #444;
    font-size: 1rem;
    line-height: 1.7
}

blockquote cite {
    font-size: .9rem
}

blockquote.tm-sc-blockquote {
    font-style: normal;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 0 1px #ddd;
    border-left: 5px solid #cdcdcd
}

blockquote.blockquote-style4 {
    border-left: 3px solid #cdcdcd;
    padding: 0 30px 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0
}

blockquote.blockquote-style4:before {
    color: rgba(0, 0, 0, .3);
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 50px;
    opacity: .2;
    position: absolute;
    left: 5px;
    top: -25px;
    transform: rotate(180deg)
}

blockquote.blockquote-style4 p {
    font-size: 24px;
    line-height: 1.7;
    color: #333;
    margin-left: 40px;
}

blockquote.blockquote-style4 footer {
    color: #888
}

.single-post .comments-area .comment-heading span {
    font-style: italic;
    font-size: 90%;
    color: #777
}

.btn {
    border-radius: 5px;
    border-width: 0;
    font-weight: 600;
    letter-spacing: .05rem;
    padding: 1.1rem 2.2rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    transition: all .2s ease-in-out
}

.btn i {
    margin-right: 5px
}

[class*=" btn-outline-"] {
    border-width: 3px;
    padding: 1rem 2.5rem
}

.btn-flat {
    border-radius: 0
}

.call-to-action .cta-content h1,
.call-to-action .cta-content h2,
.call-to-action .cta-content h3,
.call-to-action .cta-content h4,
.call-to-action .cta-content h5,
.call-to-action .cta-content h6,
.call-to-action .cta-content p {
    margin-top: 0
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.tm-sc-countdown-timer .countdown-container span {
    display: inline-block;
    font-size: 28px;
    line-height: 2;
    padding: 0 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.icon-box {
    position: relative;
    z-index: 0;
    transition: all .5s ease
}

.icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    transition: all .3s ease;
    width: 70px;
    text-align: center;
    font-weight: 400
}

.icon-box .icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 70px
}

.icon-box .icon i[class*=pe-7s-] {
    vertical-align: text-bottom
}

.icon-box .icon.icon-default i {
    line-height: 1
}

.icon-box .icon.icon-dark {
    background-color: #e1fd10;
    color: #fff
}

.icon-box:hover .icon.icon-dark {
    background-color: #eee;
    color: #111
}

.icon-box .icon.icon-circled {
    border-radius: 50%
}

.icon-box .icon.icon-xs i {
    font-size: 18px;
    line-height: 30px
}

.icon-box .icon.icon-sm i {
    font-size: 22px;
    line-height: 50px
}

.icon-box .icon.icon-md i {
    font-size: 36px;
    line-height: 75px
}

.icon-box .icon.icon-lg i {
    font-size: 48px;
    line-height: 90px
}

.icon-box .icon.icon-xl i {
    font-size: 60px;
    line-height: 120px
}

.icon-box .content p {
    margin-bottom: 0
}

.icon-box .content a {
    color: #6d7382;
    font-weight: 500
}

.icon-box.icon-left .icon {
    float: left;
    margin-right: 20px
}

@media(max-width:991.98px) {
    .icon-box.icon-left .icon {
        float: none !important;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.icon-box.icon-left .icon-text {
    overflow: hidden
}

.icon-box.icon-left .icon-text .icon-box-title,
.icon-box.icon-left .icon-text .icon-box-title a {
    margin-top: 0;
    margin-bottom:0;
}

.icon-box.icon-right .icon {
    float: right;
    margin-left: 20px
}

@media(max-width:991.98px) {
    .icon-box.icon-right .icon {
        float: none !important;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.icon-box.icon-right .icon-text {
    overflow: hidden
}

.icon-box.icon-right .icon-text .icon-box-title,
.icon-box.icon-right .icon-text .icon-box-title a {
    margin-top: 0
}

.icon-box .icon-box-title,
.icon-box .icon-box-title a {
    transition: all .1s ease
}

@media(max-width:991.98px) {
    .icon-box.iconbox-centered-in-responsive {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .icon-box.iconbox-title-mt-0-desktop .icon-box-title {
        margin-top: 0
    }
}

.icon-box.icon-position-icon-top.hanging-icon-top .icon-wrapper .icon {
    margin-top: -70px
}

.icon-box.animate-icon-on-hover:hover.animate-icon-rotate .icon-wrapper .icon {
    transform: rotate(360deg)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-x .icon-wrapper .icon {
    transform: rotateX(360deg)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-y .icon-wrapper .icon {
    transform: rotateY(180deg)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-translate .icon-wrapper .icon {
    transform: translate(-10px, 10px)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-translate-x .icon-wrapper .icon {
    transform: translateX(-10px)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-translate-y .icon-wrapper .icon {
    transform: translateY(-10px)
}

.icon-box.animate-icon-on-hover:hover.animate-icon-scale .icon-wrapper .icon {
    transform: scale(1.1)
}

.icon-box.icon-area-box-shadow .icon-wrapper .icon {
    box-shadow: 0 0 50px rgba(5, 5, 5, .08)
}

.tm-sc-pie-chart .pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.tm-sc-progress-bar .progress-title-holder p {
    margin-bottom: 0
}


.nav-tabs>li>a {
    color: #6d7382;
    font-size: 1.125rem;
    font-weight: 500
}

.nav-tabs>li>a i {
    font-size: 2rem;
    margin-right: 20px;
    vertical-align: middle
}

.nav-tabs>li {
    text-align: center
}

.nav-tabs>li>a i {
    display: block;
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: middle
}

.tm-list ol>li,
.tm-list ul>li {
    margin-bottom: 12px
}

.tm-list ol>li>ol,
.tm-list ol>li>ul,
.tm-list ul>li>ol,
.tm-list ul>li>ul {
    margin-top: 12px
}

.list-with-image ul {
    list-style: none
}

.list-with-image li img {
    float: left
}

.list-with-image li strong {
    font-weight: 600;
    color: #111c16;
    margin-top: 8px;
    display: block;
    width: calc(100% - 64px);
    float: left
}

.widget {
    margin-bottom: 45px
}

.widget ul li {
    list-style: none;
    line-height: 2.5rem
}

.widget ul.menu li:last-child,
.widget>ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.widget.widget_recent_entries ul>li a {
    color: #444
}

.widget.widget_recent_entries ul>li>span {
    display: block;
    color: #7d848a;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    padding: 4px 0
}

.widget.widget_nav_menu ul>li::before {
    font-size: 14px;
    font-weight: 600
}

.widget.widget_tag_cloud .tagcloud>a {
    background: 0;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #7d848a;
    display: inline-block;
    font-size: 12px !important;
    margin: 10px 12px 0 0 !important;
    padding: 6px 15px !important;
    font-weight: 400;
    letter-spacing: .25px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease
}

.widget.widget_tag_cloud .tagcloud>a:hover {
    background: #333;
    color: #fff
}

.widget select {
    border: 1px solid rgba(51, 51, 51, .1);
    max-width: 100%;
    padding: 7px 10px;
    width: 100%
}

.widget.widget_rss ul li {
    margin-bottom: 25px
}

.widget.widget_rss ul li cite {
    color: #aaa
}

.widget.widget_rss ul li a,
.widget.widget_rss ul li:after,
.widget.widget_rss ul li:before {
    line-height: 1.8
}

.widget-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.1
}

.widget-title.widget-title-line-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.widget-title.widget-title-line-bottom:after,
.widget-title.widget-title-line-bottom:before {
    background: #bbb;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px
}

.widget-title.widget-title-line-bottom:before {
    background: #f5f5f5;
    width: 100%
}

.widget .nav-tabs .nav-item .nav-link i {
    line-height: inherit
}

.widget .post {
    border-bottom: 0
}

.widget .post:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.widget .post .post-right {
    overflow: hidden
}

.widget .post .post-right .post-title {
    margin-top: 0;
    margin-bottom: 5px
}

.widget .post .post-right .post-title a {
    color: #555;
    letter-spacing: 0;
    font-family: Dosis, sans-serif;
    font-size: 1.125rem
}

.widget .post .post-right .entry-date {
    display: block;
    color: #888f96;
    font-size: 14px;
    line-height: 12px;
    padding: 4px 0
}

.tm-widget-contact-info ul {
    list-style: none
}

.tm-widget-contact-info ul li {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.5rem
}

.tm-widget-contact-info ul li .icon {
    color: #341c77;
    margin-right: 30px;
    transition: color .3s ease
}

.tm-widget-contact-info ul li .text {
    font-weight: 400;
    font-size: 16px
}

.tm-widget-contact-info ul li .text a {
    color: #6d7382
}

.tm-widget-contact-info ul li .text p {
    margin-bottom: 0
}

.tm-widget-contact-info ul li:last-child {
    margin-bottom: 0
}

.tm-widget-contact-info ul li a {
    font-weight: 500
}

.tm-widget-contact-info ul li a:hover {
    text-decoration: underline
}

.tm-widget-contact-info.contact-info-style1 li .icon {
    float: left;
    width: 16px;
    font-size: 22px;
    text-align: center
}

.tm-widget-contact-info.contact-info-style1 li .text {
    overflow: hidden
}

.tm-widget-contact-info.contact-info-style2 li .icon {
    display: none
}

.tm-widget-contact-info.contact-info-style2 li .text {
    overflow: hidden
}

.tm-widget-contact-info.contact-info-style3 li .icon {
    float: left;
    margin-right: 10px;
    font-weight: 700
}

.tm-widget-contact-info.contact-info-style3 li .icon i {
    width: 16px;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle
}

.tm-widget-contact-info.contact-info-style5 li .icon i {
    width: 16px;
    font-size: 18px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle
}

.widget-featured-page .page .page-content a {
    margin-bottom: 2px solid #bbb
}

.widget-horizontal-row hr {
    margin-top: 0;
    margin-bottom: 20px
}

.search-form {
    margin-bottom: 0;
    position: relative
}

.search-form .search-field {
    position: relative;
    background: #fff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    font-weight: 400;
    border: 1px solid #eee
}

.search-form .search-submit {
    border: 0;
    color: #fff;
    height: 100%;
    left: auto;
    padding: 8px 25px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    transition: all .3s ease-in-out
}
.search-form .search-submit:hover {
    background: #111
}

.post-single {
    padding: 0 1em;
}

footer#footer {
    background-color: #1a1a1a;
    color: #bbb;
    padding: 0 1em;
}
footer#footer i {
    margin: 0 !important;
}

footer#footer .footer-widget-area .widget {
    margin-bottom: 45px
}

footer#footer .footer-widget-area .widget .widget-title {
    color: #fff;
    margin-bottom: 35px
}

footer#footer.footer-inverted a {
    color: #222
}

footer#footer.footer-inverted a:active,
footer#footer.footer-inverted a:focus,
footer#footer.footer-inverted a:hover {
    color: #000
}

footer#footer.footer-inverted .footer-widget-area .widget .post .post-title a,
footer#footer.footer-inverted .footer-widget-area .widget .widget-title {
    color: #222
}

footer#footer.footer-inverted .footer-bottom {
    background-color: #eee;
    color: #666
}

.widget_nav_menu.split-nav-menu ul li {
    margin-bottom: 4px !important;
    width: 50%;
    float: left;
    padding-right: 3px
}

footer#footer .footer-widget-area .widget .widget-title {
    margin-bottom: 30px;
    font-size: 1.4rem
}

footer#footer .widget.widget_rss ul li cite {
    color: #bbb
}

footer#footer.footer-inverted .widget.widget_archive ul>li,
footer#footer.footer-inverted .widget.widget_categories ul>li,
footer#footer.footer-inverted .widget.widget_links ul>li,
footer#footer.footer-inverted .widget.widget_meta ul>li,
footer#footer.footer-inverted .widget.widget_nav_menu ul>li,
footer#footer.footer-inverted .widget.widget_pages ul>li,
footer#footer.footer-inverted .widget.widget_recent_comments ul>li,
footer#footer.footer-inverted .widget.widget_recent_entries ul>li {
    border-top-color: rgba(55, 55, 55, .1)
}

.feature-current-item .feature-icon img {
    width: 160px;
    transition: all .4s ease-in-out
}

.feature-current-item.active p,
.feature-current-item:hover p {
    color: #fff
}

.feature-current-item.active .feature-icon img,
.feature-current-item:hover .feature-icon img {
    transform: rotate(15deg)
}

.video-popup-current-style1 .effect-wrapper .icon i {
    font-size: 28px;
    color: var(--theme-color3)
}

.tm-sc-projects.projects-current-theme .tm-project .thumb {
    position: relative
}

.tm-sc-staff.staff-current-theme .tm-staff .thumb img {
    border: 10px solid #fff;
    transform: scale(1);
    transition: all .4s ease-in-out
}

.tm-sc-staff.staff-current-theme:hover .thumb img {
    transform: scale(1.05);
    border: 10px solid var(--theme-color1)
}

.tm-sc-works-categories.style-default-current-theme .each-category .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 33, 46, .4);
    transition: all .4s ease-in-out
}

.tm-sc-works-categories.style-default-current-theme .each-category:hover .thumb:before {
    height: 0
}

.blog-style1-current-theme .entry-content {
    padding: 45px 1em;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.blog-style1-current-theme .entry-content .entry-title a:hover {
    color: var(--theme-color1)
}

.blog-style1-current-theme .entry-content .blog-meta {
    font-family: "Lobster Two", cursive
}

.tm-sc-features-box.features-box-current-theme-style2 .thumb a img {
    transition: all .3s ease
}

.tm-sc-features-box.features-box-current-theme-style2 span {
    font-size: 80px;
    transition: color .2s linear .2s
}

.funfact-current-item-style1 .funfact-icon i {
    font-size: 48px;
    color: #ff4f00;
    margin-top: 10px;
    display: inline-block
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
    border-radius: 50%;
    transform: scale(.8)
}

.list-style-square ul li {
    list-style-type: none
}

.list-style-square ul li i {
    background: silver;
    color: #555;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px
}

.footer.footer-currenty-style {
    background-color: #351c78 !important;
    color: #b0b9d1 !important
}

.footer.footer-currenty-style .footer-bottom {
    background-color: #2e186a !important
}

.footer-wave-bg {
    position: relative
}

.footer-wave-bg:after {
    display: none;
}

.font-size-20 {
    font-size: 20px !important
}

.my-title {color: #e1fd10;font-size: 1.5em;margin: 0 0 10px 10px;}
.my-logo {color: #e1fd10;font-size: 20px;}

.text-gray {
    color: #6a778c !important
}

@media(max-width:767.98px) {
    .xs-hide-child-bg-img>div {
        background: 0 0 !important
    }
}

@media(max-width:767.98px) {
    .sm-hide-child-bg-img>div {
        background: 0 0 !important
    }
}

@media(max-width:991.98px) {
    .md-hide-child-bg-img>div {
        background: 0 0 !important
    }
}

@media(max-width:1199.98px) {
    .lg-hide-child-bg-img>div {
        background: 0 0 !important
    }
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mb-lg-30 {
    margin-bottom: 30px !important
}
@media(max-width:767.98px) {
    .mb-sm-30 {
        margin-bottom: 30px !important
    }
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

@media(max-width:1199.98px) {
    .pt-lg-150 {
        padding-top: 150px !important
    }
}

@media(max-width:991.98px) {
    .pt-md-100 {
        padding-top: 100px !important
    }
}

@media(max-width:991.98px) {

    [class*=" tm-responsive-pos-top-"],
    [class^=tm-responsive-pos-top-] {
        top: 0
    }
}

@media(max-width:991.98px) {

    [class*=" tm-responsive-pos-bottom-"],
    [class^=tm-responsive-pos-bottom-] {
        bottom: 0
    }
}

@media(max-width:767.98px) {

    [class*=" mt-responsive-"],
    [class^=mt-responsive-] {
        margin-top: 0
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    body {
        font-size: 1rem
    }

    h1 {
        font-size: 3.3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 2.2rem
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    body {
        font-size: 1rem
    }

    h1 {
        font-size: 3.1rem
    }

    h2 {
        font-size: 2.3rem
    }

    h3 {
        font-size: 2.1rem
    }
}

@media(max-width:575.98px) {
    body {
        font-size: 1.125rem
    }

    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.2rem
    }

    h3 {
        font-size: 2rem
    }
}

@media(min-width:960px) and (max-width:1135px) {
    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.3077em
    }

    h3 {
        font-size: 1.8461em
    }
}

@media(min-width:768px) and (max-width:959px) {
    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.3077em
    }

    h3 {
        font-size: 1.8461em
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 2.5em
    }

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

    h3 {
        font-size: 1.6667em
    }
}

.widget ul>li:hover::before {
    color: #e1fd10
}

.widget ul>li:hover>a {
    color: #e1fd10
}

.search-form .search-submit {
    background: #e1fd10
}

.btn-theme-colored1 {
    color: #000;
    background-color: #e1fd10;
    border-color: #e1fd10
}

.btn-theme-colored1:hover {
    color: #000;
    background-color: #fdc034;
    border-color: #fdbc28
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 999;
    height: 83px;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontawesome5//fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"),url("../fonts/fa-brands-400.woff2") format("woff2"),url("../fonts/fa-brands-400.woff") format("woff"),url("../fonts/fa-brands-400.ttf") format("truetype"),url("https://www.moyublog.com/2021/7/cfurk10558/fonts/fontawesome5//fa-brands-400.svg") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontawesome5//fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot") format("embedded-opentype"),url("../fonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fa-regular-400.woff") format("woff"),url("../fonts/fa-regular-400.ttf") format("truetype"),url("https://www.moyublog.com/2021/7/cfurk10558/fonts/fontawesome5//fa-regular-400.svg") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2")
}

.fa,.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}
.fa-search:before {
    content: "\f002"
}
.fa-chevron-right:before {
    content: "\f054";
    color: #e1fd10 !important;
    margin-right: 10px;
    font-weight: 900
}
a.fa-chevron-right{
    color: #fff;
    font-weight: normal
}

.fa-quote-left:before {
    content: "\f10d"
}

@media(max-width:768px) {
    .col-lg-3{
        padding: 0 2em !important;
    }

    .col-sm-6 {
        padding: 0 2em !important;
    }

    .col-sm-9,.col-sm-12 {
        padding: 0 1em !important;
    }

    .col-lg-6 {
        padding: 0 1em !important;
    }

    .nav1 {
        display: none !important;
    }

    #main-nav-clone {
        position: absolute;
        z-index: 99;
        background: #fff;
        padding-left: 20px;
        display: none;
    }

    #top-primary-nav {
        display: block;
        background: #fff;
    }
    
    header#header.header-layout-type-header-2rows .menuzord-brand {
        margin-left: 20px;
        font-size: 20px;
    }
}

@font-face {
    font-family: "flaticon-set-communication";
    src: url("../fonts/flaticon-set-communication/flaticon-set-communication.eot");
    src: url("../fonts/flaticon-set-communication.eot") format("embedded-opentype"),url("../fonts/flaticon-set-communication.woff") format("woff"),url("../fonts/flaticon-set-communication.ttf") format("truetype"),url("https://www.moyublog.com/2021/7/cfurk10558/fonts/flaticon-set-communication/flaticon-set-communication.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="flaticon-contact-"]:before,[class*=" flaticon-contact-"]:before,[class^="flaticon-contact-"]:after,[class*=" flaticon-contact-"]:after {
    font-family: flaticon-set-communication;
    font-style: normal
}

.flaticon-contact-044-call-1:before {
    content: "\f12b"
}

.flaticon-contact-043-email-1:before {
    content: "\f12a";
}

.flaticon-contact-025-world:before {
    content: "\f118";
}
.btn-theme-colored1 {
    color: #000;
    background-color: #e1fd10;
    border-color: #e1fd10;
}

footer .row{
    justify-content: center;
}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }
  
  .positionFixed {
      bottom: 0px;
      left: 50%;
      position: fixed;
      transform: translate(-50%, 0%);
      z-index: 999;
      width: 100%;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
  }
  
  .ad-div {
      margin-bottom: 50px;
      width: 100%;
      min-height: 250px;
      clear: both;
  }
  
  .t_de {
      clear: both;
      height: 0.2rem;
      width: 100%;
      max-width: 100%;
      line-height: 0.3rem;
      font-size: 0.6rem;
      padding: 0.5rem 0 1rem 0;
      box-sizing: border-box;
      color: #707070;
      text-align: center;
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }