﻿@font-face {
    font-family: "Material Design Icons";
    src: url(../fonts/materialdesignicons-webfont.eot);
    src: url(../fonts/materialdesignicons-webfont.eot) format("embedded-opentype"), url(../fonts/materialdesignicons-webfont.woff2) format("woff2"), url(../fonts/materialdesignicons-webfont.woff) format("woff"), url(../fonts/materialdesignicons-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.logo {
    font-size: 2em
}

.mdi:before,
.mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.mdi-angle-right::before {
    content: "\F0939"
}

.mdi-bread-slice-outline::before {
    content: "\F0CEF"
}

.mdi-calendar::before {
    content: "\F00ED"
}

.mdi-comment-check-outline::before {
    content: "\F0180"
}

.mdi-comment-quote::before {
    content: "\F1021";
    font-size: 1.5em
}

.mdi-facebook::before {
    content: "\F020C"
}

.mdi-google-plus::before {
    content: "\F02BD"
}

.mdi-home-account::before {
    content: "\F0826"
}

.mdi-linkedin::before {
    content: "\F033B"
}

.mdi-pinterest::before {
    content: "\F0407"
}

.mdi-search-web::before {
    content: "\F070F"
}

.mdi-skype::before {
    content: "\F04AF"
}

.mdi-twitter::before {
    content: "\F0544"
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

h4 {
    font-size: 1.5em;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

[hidden] {
    display: none !important
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

@media(min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media(min-width:1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

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

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

@media(min-width:576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media(min-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

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

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

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

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

.d-none {
    display: none !important
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

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

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

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

.font-weight-bold {
    font-weight: 700 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

html {
    font-size: 16px
}

body {
    font-family: Overpass, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #494949;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    position: relative
}

.alay-section-full .container {
    max-width: 97%
}

.header {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header+div {
    padding-top: 100px;
    min-height: 600px
}

.header-logo {
    min-height: 100px;
    float: left;
    position: relative;
    line-height: 100px
}

.header-logo img {
    max-height: 50px
}

.header-main {
    display: table;
    clear: both;
    width: 100%;
    height: 100px;
    padding: 0 15px;
    transition: all .3s ease
}

.header-main .main-nav-wrapper {
    float: right
}

#main-nav>li {
    display: block;
    padding: 0 5px
}

#main-nav>li>a {
    line-height: 80px;
    color: #29272e;
    text-transform: uppercase;
    transition: all .3s ease;
    padding: 10px 15px;
    position: relative
}

#main-nav>li>a:after {
    content: '';
    position: absolute;
    opacity: 0;
    background-image: url(../image/active-nav-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: -10px;
    top: 50%;
    margin-top: -15px;
    border-top: 0;
    transition: all .3s ease
}

#main-nav>li.current-menu-ancestor>a.dropdown-toggle {
    color: #f86653
}

#main-nav>li.current-menu-ancestor a:after,
#main-nav>li.current-menu-item a:after,
#main-nav>li:hover a:after {
    opacity: 1
}

#main-nav>li.current-menu-item>a,
#main-nav>li:hover>a {
    position: relative;
    background-color: transparent;
    color: #f86653
}

#main-nav.nav-pills>li.active>a {
    background-color: transparent
}

.utility-nav .search-form .input-group input {
    border-radius: 0;
    box-shadow: none;
    border-color: #d0d0d0;
    padding: 10px 15px 8px
}

.utility-nav .alay-widget p,
.utility-nav .alay-widget ul {
    margin-bottom: 0
}

header.header-fixed .header-main {
    background-color: #fff;
    height: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

header.header-fixed #main-nav>li>a {
    color: #29272e;
    line-height: 40px
}

header.header-fixed #main-nav>li>a li.current-menu-ancestor>a.dropdown-toggle,
header.header-fixed #main-nav>li>a>li.current-menu-item>a,
header.header-fixed #main-nav>li>a>li:hover>a {
    color: #f86653
}

header.header-fixed .header-logo {
    min-height: 60px;
    line-height: 60px
}

.header-center .header-logo {
    width: 100%;
    float: none;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.header-center .header-logo img {
    max-height: 110px
}

.header-center .header-main .main-nav-wrapper {
    float: none
}

.header-center.header-fixed .header-logo {
    display: none
}

.search-overlay input {
    color: #c0942e;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    height: auto;
    border-bottom: 1px solid #c0942e;
    border-radius: 0
}

.search-overlay input:focus,
.search-overlay input:hover {
    color: #c0942e;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #c0942e
}

.search-overlay input::placeholder {
    color: #c0942e
}

#totop i {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    transition: all .2s ease
}

#totop:hover i {
    line-height: 35px
}

#switch-mode .mode-control i {
    font-size: 20px
}

#switch-mode .dark-mode i {
    color: #fff
}

#switch-mode .light-mode i {
    color: #c0942e
}

footer {
    background-size: cover;
    background-color: #111214;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .2)
}

footer.light {
    background: #fff
}

.footer-content .container>:first-child {
    padding-top: 80px
}

.footer-content .container>:last-child {
    padding-bottom: 80px
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
    background-color: #1e2025;
    color: #ddd
}

.page-heading {
    background-size: cover;
    background-color: #333;
    padding: 150px 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
}

.page-heading .title-wrapper {
    position: relative;
    z-index: 2
}

.page-heading .title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-top: 20px
}

.page-heading .breadcrumb-wrapper {
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    padding: 10px 10px 0 0;
    z-index: 2;
    max-width: 50%
}

.page-heading .breadcrumb-wrapper ul li a {
    font-size: 15px
}

.page-heading .breadcrumb-wrapper ul li.current a {
    font-weight: 700
}

.page-heading .breadcrumb-wrapper ul li.current:after {
    display: none
}

blockquote {
    position: relative;
    padding: 5% 10%;
    font-style: italic
}

blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #f65743;
    font-size: 30px;
    position: absolute;
    z-index: -1;
    top: 5%;
    left: 6%
}

blockquote p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #c0942e
}

blockquote .blockquote-footer {
    position: relative;
    padding-left: 7%
}

blockquote .blockquote-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 5%;
    border-top: 1px solid #a4a3a3
}

blockquote cite {
    color: #a4a3a3;
    font-weight: 400
}

.blog-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 40px
}

.blog-header {
    padding: 25px 20px;
    border-bottom: 1px solid #ebebeb
}

.blog-header .blog-info {
    float: left
}

.blog-header .blog-info ul li {
    color: #888;
    font-weight: 300
}

.blog-header .blog-info ul li {
    margin-right: 10px
}

.blog-header .blog-info ul li a {
    color: #c0942e;
    font-weight: 500;
    position: relative;
    margin-left: 5px
}

.blog-header .blog-info ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    border: 1px solid #c0942e
}

.blog-header .social-share {
    float: right
}

.blog-content {
    padding: 40px 20px
}

.blog-footer {
    padding: 25px 20px;
    border-top: 1px solid #ebebeb
}

.blog-footer .blog-tags li {
    padding-top: 5px;
    padding-bottom: 5px
}

.blog-footer .blog-tags li a {
    background-color: #eaeaea;
    font-weight: 700;
    color: #c0942e;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px 5px
}

.blog-footer .blog-tags li a:hover {
    background-color: #ddd
}

.blog-author-area {
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.blog-author-area .author-image {
    border-radius: 25px 0 25px 0;
    overflow: hidden
}

.blog-author-area .media-body {
    padding-left: 20px
}

.blog-author-area .author-name {
    font-weight: 700;
    font-size: 20px
}

.blog-navigation {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.blog-navigation .prev-item {
    padding-left: 35px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding-right: 20px;
    padding-bottom: 5px
}

.blog-navigation .prev-item:before {
    font-family: FontAwesome;
    font-size: 25px;
    color: #2f312e;
    content: "\f104";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1
}

.blog-navigation .prev-item:after {
    content: '';
    width: 20px;
    border-top: 2px solid #2f312e;
    position: absolute;
    left: 1px;
    top: 15px
}

.blog-navigation .prev-item span {
    font-size: 18px;
    color: #c0942e;
    text-transform: uppercase;
    font-weight: 700
}

.blog-navigation .next-item {
    padding-right: 35px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding-left: 20px;
    padding-bottom: 5px;
    right: 35px;
    left: auto
}

.blog-navigation .next-item:before {
    font-family: FontAwesome;
    font-size: 25px;
    color: #2f312e;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 1
}

.blog-navigation .next-item:after {
    content: '';
    width: 20px;
    border-top: 2px solid #2f312e;
    position: absolute;
    right: 1px;
    top: 15px
}

.blog-navigation .next-item span {
    font-size: 18px;
    color: #c0942e;
    text-transform: uppercase;
    font-weight: 700
}

.blog-navigation .post-item {
    display: block;
    position: relative
}

.blog-navigation .post-item .post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    background: radial-gradient(black, transparent);
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    padding: 20px
}

.blog-navigation .post-item:hover .post-title {
    color: #f65743
}

.blog-comment .blog-comment-heading {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.blog-comment .comment-top {
    display: flex;
    justify-content: space-between
}

.blog-comment .comment-author {
    font-size: 1.2rem;
    font-weight: 700
}

.blog-comment .comment-info span {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    color: #888
}

.blog-comment .comment-info span:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #848484;
    left: -18px;
    top: 10px
}

.blog-comment .comment-info span:first-child:before {
    display: none
}

.blog-comment .media:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px
}

.comment-area+.comment-respond {
    margin-top: 80px
}

.comment-respond {
    background-color: #f5f5f5;
    padding: 20px 20px 30px;
    margin-bottom: 20px
}

.comment-respond .form-control {
    border: 0;
    padding: 8px 15px 5px
}

.comment-respond .form-control:focus {
    box-shadow: none
}

.spinner>div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #f86653;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.about-intro .about-heading span {
    margin-right: 6px
}

body.dark-mode header.header-fixed .header-main {
    background-color: #333
}

body.dark-mode .header-center .header-logo {
    border-color: #424242
}

body.dark-mode #main-nav>li>a {
    color: #fff
}

body.dark-mode .search-overlay input {
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent
}

body.dark-mode footer {
    background-color: #383838
}

body.dark-mode .footer-bottom {
    background-color: #2e2e2e
}

body.dark-mode .page-heading .breadcrumb-wrapper {
    background-color: #333
}

body.dark-mode .blog-wrapper {
    background-color: #333;
    box-shadow: 0 0 20px #c0942e
}

body.dark-mode .blog-header .blog-info ul li {
    color: #e6e6e6
}

body.dark-mode .blog-header .blog-info ul li a {
    color: #fff
}

body.dark-mode blockquote p {
    color: #fff
}

body.dark-mode .blog-navigation .next-item,
body.dark-mode .blog-navigation .prev-item {
    background-color: #333
}

body.dark-mode .blog-navigation .next-item span,
body.dark-mode .blog-navigation .prev-item span {
    color: #fff
}

body.dark-mode .blog-navigation .next-item:before,
body.dark-mode .blog-navigation .prev-item:before {
    color: #e6e6e6
}

body.dark-mode .blog-navigation .next-item:after,
body.dark-mode .blog-navigation .prev-item:after {
    border-color: #e6e6e6
}

body.dark-mode .comment-respond {
    background-color: #404040
}

@media screen and (min-width:1025px) {
    .main-nav-mobile {
        display: none
    }

    .open-menuMobile,
    .toggle-header-mobile {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .header-main {
        display: flex;
        height: 50px;
        padding: 0
    }

    .header-main .container {
        display: flex;
        justify-content: space-between;
        max-width: 100;
        padding: 0
    }

    .header-main .open-menuMobile {
        font-size: 22px;
        line-height: 50px;
        width: 50px;
        text-align: center
    }

    .header-main .header-logo{
        line-height: 40px;
        min-height: 40px;
        text-align: center;
    }

    .header-main .header-logo a {
        line-height: 40px;
        min-height: 40px;
        text-align: center;
        color: #c0942e;
    }

    .main-nav-wrapper {
        display: none
    }

    .header-mobile {
        position: fixed;
        z-index: 20;
        left: -250px;
        top: 0;
        width: 250px;
        height: 100%;
        background-color: #fff;
        display: flex;
        align-items: flex-start;
        transition: all .3s ease;
        padding-top: 60px
    }

    .header-mobile.show {
        left: 0;
    }

    .toggle-header-mobile {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 25px;
        width: 60px;
        height: 60px;
        text-align: center
    }

    .main-nav-mobile {
        width: 100%
    }

    .main-nav-mobile ul {
        padding-left: 0;
        border-radius: 0
    }

    .main-nav-mobile ul li {
        display: block;
        position: relative;
        margin: 0 10px
    }

    .main-nav-mobile ul li>a {
        border-bottom: 1px solid #ccc
    }

    .main-nav-mobile ul li:last-child>a {
        border-bottom: 0
    }

    .main-nav-mobile ul li.current-menu-ancestor>a,
    .main-nav-mobile ul li.current-menu-item>a {
        color: #f86653
    }

    .main-nav-mobile ul li.active>a {
        color: #f86653
    }

    .main-nav-mobile a.dropdown-toggle:after {
        display: none
    }

    .main-nav-mobile a.dropdown-toggle i.btn-open-dropdown {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
        font-size: 18px
    }

    .main-nav-mobile li.menu-item.menu-open>.dropdown-toggle .btn-open-dropdown {
        transform: rotate(180deg)
    }

    .header-mobile-backdrop {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, .5)
    }

    .header+div {
        padding-top: 60px
    }

    .blog-header .blog-info {
        margin-bottom: 15px
    }

    .blog-header .social-share {
        float: none
    }

    blockquote {
        padding: 5% 10%
    }

    blockquote:before {
        left: 0
    }

    .blog-navigation .next-item span,
    .blog-navigation .prev-item span {
        font-size: 1rem
    }

    .blog-navigation .post-item .post-title {
        font-size: 1.2rem
    }

    body.dark-mode .header-mobile {
        background-color: #333
    }
}

@media screen and (max-width:768px) {
    .page-heading .breadcrumb-wrapper {
        max-width: 100%
    }

    .page-container.mt-5{
        margin-top: 0;
    }
}

@media screen and (max-width:415px) {
    .search-overlay input {
        width: 80%;
        margin: auto
    }

    .footer-bottom .container {
        display: flex;
        flex-direction: column
    }

    .footer-bottom .block-left {
        float: none
    }

    .footer-bottom .block-right {
        float: none
    }

    .page-heading {
        padding: 100px 20px
    }

    .page-heading .title {
        font-size: 2.75rem
    }

    .page-heading.news-detail .breadcrumb-wrapper ul li.current {
        display: none
    }

    blockquote {
        padding: 5% 14%
    }

    .blog-author-area .media {
        flex-direction: column
    }

    .blog-author-area .author-image {
        margin: 0 auto 20px
    }

    .comment-area .media {
        flex-direction: column
    }

    .comment-area .media-body {
        padding-left: 15px;
        padding-top: 10px
    }

    .blog-comment .comment-top {
        flex-direction: column
    }

    .blog-comment .comment-info span:first-child {
        margin-left: 0
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #272727;
    font-weight: 400
}

:focus {
    outline: 0
}

a {
    color: #c0942e;
    transition: all .3s ease
}

a:focus {
    outline: 0 !important;
    background-color: transparent;
    color: #f86653
}

a:hover {
    color: #f86653;
    text-decoration: none
}

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

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.form-control {
    border-radius: 0
}

.swin-btn {
    padding: 10px 20px 8px;
    border-radius: 0;
    line-height: 1.4;
    border: 0;
    box-shadow: none;
    transition: all .3s ease
}

.swin-btn-primary {
    background-color: #f86653;
    color: #fff
}

.swin-btn-primary:hover {
    background-color: #f63a22
}

.swin-panel {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    padding: 20px
}

.swin-title-line span {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #c0942e;
    position: relative
}

.swin-title-line span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.swin-title-line span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    right: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.swin-title-line.line-right span:before {
    display: none
}

.swin-title-line.line-left span:after {
    display: none
}

.form-control.style-2 {
    border: 0
}

.form-control.style-2:focus,
.form-control.style-2:hover {
    box-shadow: none
}

.full-height {
    position: relative;
    height: 100%
}

.block-left {
    float: left
}

.block-right {
    float: right
}

.swin-transition {
    transition: all .3s ease
}

.blog-item img {
    height: auto;
    max-width: 100%;
    width: 100%;
    transition: all .3s ease
}

.blog-item .cat-heading {
    font-size: 15px;
    color: #c0942e;
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase
}

footer a {
    color: #fff
}

.blog-item .title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #c0942e;
    font-weight: 800
}

.blog-item .title:hover {
    color: #c0942e
}

.blog-item.sub-item .cat-heading {
    font-size: 12px;
    margin-bottom: 8px
}

.blog-item .block-footer {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: auto
}

.blog-item .block-footer .item-left {
    float: left
}

.blog-item .block-footer .box-right {
    float: right
}

.blog-item .readmore {
    font-size: .8rem;
    color: #404240;
    margin-top: 5px
}

.blog-item .readmore:hover {
    color: #f86653
}

.blog-item .meta-infor {
    color: #888
}

.blog-item .meta-infor .author .text {
    font-weight: 600;
    position: relative;
    color: #c0942e
}

.blog-item .meta-infor .author .text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -5px
}

.blog-item .meta-infor .author .text:hover {
    color: #f86653
}

.blog-item .meta-infor .item {
    position: relative;
    font-size: 14px;
    margin-right: 10px;
}

.blog-item .meta-infor .item:not(:first-child) {
    margin-left: 40px
}

.blog-item .meta-infor .item:not(:first-child):before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #888;
    border-radius: 50%;
    left: -23px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-item .meta-infor>* {
    display: inline-block;
    font-size: 0.8em !important;
}

.alay-sc-blog-list .blog-item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px
}

.alay-sc-blog-list .blog-item .item-desc {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around
}

.alay-sc-blog-list .blog-item .title {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.3
}

.alay-sc-blog-list .blog-item .cat-heading:before {
    width: 100px;
    left: 0;
    top: 1em;
    height: 1px
}

.alay-sc-blog-list .blog-item.main-item .title {
    font-size: 1.5rem
}

.alay-sc-blog-list .blog-item.hover-dark:hover img {
    opacity: .2
}

.alay-sc-blog-list .row:not(:last-child) {
    margin-bottom: 30px
}

.alay-sc-blog-list .blog-item.sub-item .title {
    display: inline-block;
    margin-bottom: 10px
}

.alay-sc-blog-list .blog-item.blog-center .cat-heading {
    margin-top: 20px
}

.alay-sc-blog-list .blog-item.blog-center .cat-heading:before {
    width: 1px;
    height: 30px;
    left: 50%;
    top: -26px
}

.alay-sc-blog-list .blog-item.blog-center .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.img-wrap.fixed-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.img-wrap.landscape img {
    height: 100%;
    width: auto;
    max-width: none
}

.sc-wg {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.sc-wg:last-child {
    margin-bottom: 0
}

.sc-wg .title {
    margin-bottom: 20px
}

.sc-wg .title span {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #c0942e;
    position: relative
}

.sc-wg .title span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.sc-wg .title span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    right: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.alay-widget .title {
    display: block;
    margin-bottom: 20px
}

.alay-widget .title span {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #c0942e;
    position: relative
}

.alay-widget .title span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.alay-widget .title span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    right: -30px;
    background-color: #c0942e;
    top: 50%;
    transform: translateY(-50%)
}

.ft-widget-area.full-width .alay-widget .title {
    text-align: center;
    font-weight: 700
}

ul.socials {
    margin-bottom: 0
}

ul.socials li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 7px 0 7px 0;
    text-align: center;
    color: #c0942e;
    line-height: 32px;
    cursor: pointer
}

ul.socials li a:hover {
    background-color: #f86653;
    border-color: #f86653;
    color: #fff
}

ul.socials.light li a {
    border-color: #5a5a5a
}

ul.socials.light li a i {
    color: #fff
}

ul.socials.light li:hover a {
    border-color: #f86653
}

.pagination ul {
    margin-bottom: 0
}

.pagination ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.pagination ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #bebebe;
    top: 8px;
    right: 0
}

.pagination ul li.pagi-prev {
    padding-left: 6rem
}

.pagination ul li.pagi-prev:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 1px;
    left: 0;
    top: 15px;
    background-color: #bebebe
}

.pagination ul li.pagi-prev:hover:before {
    background-color: #c0942e
}

.pagination ul li.pagi-next {
    padding-right: 6rem
}

.pagination ul li.pagi-next:after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 1px;
    left: auto;
    right: 0;
    top: 15px;
    background-color: #bebebe
}

.pagination ul li.pagi-next:hover:after {
    background-color: #c0942e
}

.pagination ul li.active a,
.pagination ul li:hover a {
    color: #c0942e
}

.pagination ul li a {
    color: #bebebe
}

body.dark-mode a {
    color: #fff
}

body.dark-mode a:hover {
    color: #f86653
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #fff
}

body.dark-mode input {
    background-color: #4d4d4d;
    color: #e6e6e6
}

body.dark-mode .form-control {
    background-color: #4d4d4d;
    color: #e6e6e6
}

body.dark-mode .pagination ul li.active a,
body.dark-mode .pagination ul li:hover a {
    color: #fff
}

body.dark-mode .pagination ul li.pagi-next:hover:after,
body.dark-mode .pagination ul li.pagi-prev:hover:before {
    background-color: #fff
}

body.dark-mode .alay-sc-blog-list .blog-item {
    background: #333
}

body.dark-mode .blog-item .title {
    color: #fff
}

body.dark-mode .blog-item .title:hover {
    color: #f86653
}

body.dark-mode .blog-item .cat-heading:before {
    background-color: #e6e6e6
}

body.dark-mode .blog-item .readmore {
    color: #fff
}

body.dark-mode .blog-item .readmore:hover {
    color: #f86653
}

body.dark-mode .blog-item .meta-infor {
    color: #e6e6e6
}

body.dark-mode .blog-item .meta-infor .author .text {
    color: #fff
}

body.dark-mode .alay-widget .title span {
    color: #fff
}

body.dark-mode .alay-widget .title span:after,
body.dark-mode .alay-widget .title span:before {
    background-color: #fff
}

body.dark-mode ul.socials li a {
    color: #fff
}

body.dark-mode .sc-wg {
    background-color: #333
}

body.dark-mode .swin-panel {
    background-color: #333;
    box-shadow: 0 7px 15px #c0942e
}

body.dark-mode .swin-title-line span {
    color: #fff
}

body.dark-mode .swin-title-line span:after,
body.dark-mode .swin-title-line span:before {
    background-color: #fff
}

body.dark-mode .sc-wg .title span {
    color: #fff
}

body.dark-mode .sc-wg .title span:after,
body.dark-mode .sc-wg .title span:before {
    background-color: #fff
}

.block-footer .mdi::before {
    font-size: 1em !important
}

@media screen and (max-width:1024px) {

    body,
    html {
        font-size: 13px
    }

    .blog-item .title {
        font-size: 1.1rem
    }

    .blog-item .item-image {
        margin-bottom: 15px
    }
}

@media screen and (max-width:768px) {
    .alay-sc-blog-list div[class*=col]:not(:last-child) .blog-item {
        margin-bottom: 30px
    }

    .alay-sc-blog-list .blog-item .item-desc {
        padding: 15px 0
    }
}

@media screen and (max-width:415px) {
    .blog-item .block-footer .item-left {
        float: none;
        clear: both
    }

    .blog-item .block-footer .box-right {
        float: none;
        clear: both
    }

    div[class*=col]>.blog-item .block-footer .box-right {
        float: none;
        clear: both
    }

    .alay-sc-blog-list div[class*=col]:not(:last-child) .blog-item {
        margin-bottom: 30px
    }

    .blog-item .cat-heading:before {
        width: 10px;
        left: -15px
    }

    .pagination ul li.pagi-prev {
        padding-left: 2rem
    }

    .pagination ul li.pagi-next {
        padding-right: 2rem
    }

    .pagination ul li.pagi-next:after,
    .pagination ul li.pagi-prev:before {
        width: 1rem
    }

    .form-group div[class*=col]:not(:last-child) {
        margin-bottom: 1rem
    }
}

.swin-widget.swin-widget:not(:last-child) {
    margin-bottom: 60px
}

.swin-widget:before {
    content: '';
    clear: both
}

.swin-widget:after {
    content: '';
    display: table;
    clear: both
}

.widget-search .title-widget {
    padding: 30px
}

.widget-search form {
    position: relative
}

.widget-search form input.search-input {
    width: 100%;
    border: 0;
    background-color: #f6f6f6;
    padding: 0 20px;
    line-height: 40px
}

.widget-search form span.search-submit {
    position: absolute;
    right: 20px;
    line-height: 40px;
    bottom: 0
}

.widget-categories .link {
    padding: 9px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #29272e;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.widget-categories .link:not(:last-child) {
    border-bottom: 1px solid #eee
}

.widget-categories .link i {
    display: none
}

.widget-categories .link span.text {
    text-transform: capitalize
}

.widget-categories .link span.badge {
    float: right;
    background: 0;
    color: #7c7b80
}

.widget-categories .link:before {
    transition: all .3s ease;
}

.widget-categories .link:hover {
    padding-left: 15px;
    color: #f86653
}

.widget-categories .link:hover .badge {
    color: #f86653
}

.widget-categories .link:before {
    content: '';
    position: absolute;
    background-color: #f86653;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    bottom: 50%;
    opacity: 0;
    left: 0;
    transition: left .3s ease-in-out
}

.widget-categories .link:hover:before {
    opacity: 1
}

.widget-tag ul li a {
    background-color: #eaeaea;
    font-weight: 700;
    color: #c0942e;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px
}

.widget-tag ul li a:hover {
    background-color: #ddd
}

body.dark-mode .widget-search form input.search-input {
    background-color: #4d4d4d
}

body.dark-mode .widget-categories .link {
    color: #fff
}

body.dark-mode .widget-categories .link:hover {
    color: #f86653
}



.alay-sc-blog-list.style-vertical .blog-item.sub-item .img-wrap {
    padding-top: 100%
}

.alay-sc-blog-list.style-horizontal .blog-item.main-item .img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 110%
}

.alay-sc-blog-list.style-horizontal .blog-item .img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: calc(100% * 3/4)
}

.alay-sc-blog-list.style-horizontal .blog-item .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.alay-sc-blog-list.style-horizontal .blog-item .img-wrap.landscape img {
    height: 100%;
    width: auto;
    max-width: none
}

.alay-sc-heading>h3.title {
    font-size: 32px;
    font-weight: 300
}

.gallery-list .row div[class*="col"] {
    padding: 0 5px
}

.grid figure {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 10px
}

.grid figure .img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: 110%;
    width: auto;
    max-width: none
}

.grid figure .img-wrap img {
    height: 110%;
    width: auto;
    max-width: none
}

.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

.contact-container {
    padding: 0 40px
}

.contact-form {
    background-color: #f5f5f5;
    padding: 5rem 2rem
}

body.dark-mode .contact-form {
    background-color: #262626
}

@media screen and (max-width:1024px) {
    .header-center .header-logo img {
        max-height: 80px
    }

    .widget-search{
        margin-top: 50px;
    }

    .alay-section-full .container{
        width: 88%;
    }

    .logo {
        font-size: 20px;
    }
}


@media screen and (max-width:415px) {
    html {
        font-size: 12px
    }

    .contact-container {
        padding: 0
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.mt-5 {
    margin-top: 50px;
}

.content-text {
    margin-bottom: 20px;
}

@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;
  }