html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    --primary-color: #1f8bff;
    --primary-opacity-0: rgba(31, 139, 255, 0);
    --primary-opacity-05: rgba(31, 139, 255, .05);
    --primary-opacity-1: rgba(31, 139, 255, .1);
    --primary-opacity-15: rgba(31, 139, 255, .15);
    --primary-opacity-2: rgba(31, 139, 255, .2);
    --primary-opacity-25: rgba(31, 139, 255, .25);
    --primary-opacity-3: rgba(31, 139, 255, .3);
    --primary-opacity-35: rgba(31, 139, 255, .35);
    --primary-opacity-4: rgba(31, 139, 255, .4);
    --primary-opacity-45: rgba(31, 139, 255, .45);
    --primary-opacity-5: rgba(31, 139, 255, .5);
    --primary-opacity-55: rgba(31, 139, 255, .55);
    --primary-opacity-6: rgba(31, 139, 255, .6);
    --primary-opacity-65: rgba(31, 139, 255, .65);
    --primary-opacity-7: rgba(31, 139, 255, .7);
    --primary-opacity-75: rgba(31, 139, 255, .75);
    --primary-opacity-8: rgba(31, 139, 255, .8);
    --primary-opacity-85: rgba(31, 139, 255, .85);
    --primary-opacity-9: rgba(31, 139, 255, .9);
    --primary-opacity-95: rgba(31, 139, 255, .95);
    --primary-gray: #5578a1;
    --primary-gray-opacity-0: rgba(85, 120, 161, 0);
    --primary-gray-opacity-05: rgba(85, 120, 161, .05);
    --primary-gray-opacity-1: rgba(85, 120, 161, .1);
    --primary-gray-opacity-15: rgba(85, 120, 161, .15);
    --primary-gray-opacity-2: rgba(85, 120, 161, .2);
    --primary-gray-opacity-25: rgba(85, 120, 161, .25);
    --primary-gray-opacity-3: rgba(85, 120, 161, .3);
    --primary-gray-opacity-35: rgba(85, 120, 161, .35);
    --primary-gray-opacity-4: rgba(85, 120, 161, .4);
    --primary-gray-opacity-45: rgba(85, 120, 161, .45);
    --primary-gray-opacity-5: rgba(85, 120, 161, .5);
    --primary-gray-opacity-55: rgba(85, 120, 161, .55);
    --primary-gray-opacity-6: rgba(85, 120, 161, .6);
    --primary-gray-opacity-65: rgba(85, 120, 161, .65);
    --primary-gray-opacity-7: rgba(85, 120, 161, .7);
    --primary-gray-opacity-75: rgba(85, 120, 161, .75);
    --primary-gray-opacity-8: rgba(85, 120, 161, .8);
    --primary-gray-opacity-85: rgba(85, 120, 161, .85);
    --primary-gray-opacity-9: rgba(85, 120, 161, .9);
    --primary-gray-opacity-95: rgba(85, 120, 161, .95);
    --primary-dark: #32465e;
    --analogous-color: #33bbff;
    --analogous-opacity-1: rgba(51, 187, 255, .1);
    --analogous-opacity-2: rgba(51, 187, 255, .2);
    --analogous-opacity-3: rgba(51, 187, 255, .3);
    --analogous-opacity-4: rgba(51, 187, 255, .4);
    --analogous-opacity-5: rgba(51, 187, 255, .5);
    --analogous-opacity-6: rgba(51, 187, 255, .6);
    --analogous-opacity-7: rgba(51, 187, 255, .7);
    --analogous-opacity-8: rgba(51, 187, 255, .8);
    --analogous-opacity-9: rgba(51, 187, 255, .9);
    --white-default: #fff;
    --white-opacity-0: rgba(255, 255, 255, 0);
    --white-opacity-05: rgba(255, 255, 255, .05);
    --white-opacity-1: rgba(255, 255, 255, .1);
    --white-opacity-15: rgba(255, 255, 255, .15);
    --white-opacity-2: rgba(255, 255, 255, .2);
    --white-opacity-25: rgba(255, 255, 255, .25);
    --white-opacity-3: rgba(255, 255, 255, .3);
    --white-opacity-35: rgba(255, 255, 255, .35);
    --white-opacity-4: rgba(255, 255, 255, .4);
    --white-opacity-45: rgba(255, 255, 255, .45);
    --white-opacity-5: rgba(255, 255, 255, .5);
    --white-opacity-55: rgba(255, 255, 255, .55);
    --white-opacity-6: rgba(255, 255, 255, .6);
    --white-opacity-65: rgba(255, 255, 255, .65);
    --white-opacity-7: rgba(255, 255, 255, .7);
    --white-opacity-75: rgba(255, 255, 255, .75);
    --white-opacity-8: rgba(255, 255, 255, .8);
    --white-opacity-85: rgba(255, 255, 255, .85);
    --white-opacity-9: rgba(255, 255, 255, .9);
    --white-opacity-95: rgba(255, 255, 255, .95);
    --success-color: #67c23a;
    --success-opacity-1: rgba(103, 194, 58, .1);
    --success-opacity-2: rgba(103, 194, 58, .2);
    --success-opacity-3: rgba(103, 194, 58, .3);
    --success-opacity-4: rgba(103, 194, 58, .4);
    --success-opacity-5: rgba(103, 194, 58, .5);
    --success-opacity-6: rgba(103, 194, 58, .6);
    --success-opacity-7: rgba(103, 194, 58, .7);
    --success-opacity-8: rgba(103, 194, 58, .8);
    --success-opacity-9: rgba(103, 194, 58, .9);
    --warning-color: #e6a23c;
    --warning-opacity-1: rgba(230, 162, 60, .1);
    --warning-opacity-2: rgba(230, 162, 60, .2);
    --warning-opacity-3: rgba(230, 162, 60, .3);
    --warning-opacity-4: rgba(230, 162, 60, .4);
    --warning-opacity-5: rgba(230, 162, 60, .5);
    --warning-opacity-6: rgba(230, 162, 60, .6);
    --warning-opacity-7: rgba(230, 162, 60, .7);
    --warning-opacity-8: rgba(230, 162, 60, .8);
    --warning-opacity-9: rgba(230, 162, 60, .9);
    --error-color: #f56c6c;
    --error-opacity-1: rgba(245, 108, 108, .1);
    --error-opacity-2: rgba(245, 108, 108, .2);
    --error-opacity-3: rgba(245, 108, 108, .3);
    --error-opacity-4: rgba(245, 108, 108, .4);
    --error-opacity-5: rgba(245, 108, 108, .5);
    --error-opacity-6: rgba(245, 108, 108, .6);
    --error-opacity-7: rgba(245, 108, 108, .7);
    --error-opacity-8: rgba(245, 108, 108, .8);
    --error-opacity-9: rgba(245, 108, 108, .9);
    --gray-0: #001e3c;
    --gray-opacity-0: rgba(0, 30, 60, 0);
    --gray-opacity-05: rgba(0, 30, 60, .05);
    --gray-opacity-1: rgba(0, 30, 60, .1);
    --gray-opacity-15: rgba(0, 30, 60, .15);
    --gray-opacity-2: rgba(0, 30, 60, .2);
    --gray-opacity-25: rgba(0, 30, 60, .25);
    --gray-opacity-3: rgba(0, 30, 60, .3);
    --gray-opacity-35: rgba(0, 30, 60, .35);
    --gray-opacity-4: rgba(0, 30, 60, .4);
    --gray-opacity-45: rgba(0, 30, 60, .45);
    --gray-opacity-5: rgba(0, 30, 60, .5);
    --gray-opacity-55: rgba(0, 30, 60, .55);
    --gray-opacity-6: rgba(0, 30, 60, .6);
    --gray-opacity-65: rgba(0, 30, 60, .65);
    --gray-opacity-7: rgba(0, 30, 60, .7);
    --gray-opacity-75: rgba(0, 30, 60, .75);
    --gray-opacity-8: rgba(0, 30, 60, .8);
    --gray-opacity-85: rgba(0, 30, 60, .85);
    --gray-opacity-9: rgba(0, 30, 60, .9);
    --gray-opacity-95: rgba(0, 30, 60, .95);
    --gray-1: #324057;
    --gray-2: #475669;
    --gray-3: #8492A6;
    --gray-4: #99A9BF;
    --gray-5: #C0CCDA;
    --gray-6: #D3DCE6;
    --gray-7: #E5E9F2;
    --gray-8: #EFF2F7;
    --gray-9: #f2f7fc;
    --text-color: #324057;
    --text-color-2: #475669;
    --text-color-3: #758397;
    --text-color-4: #8492A6;
    --border-color-0: #cad4e0;
    --border-color: #D3DCE6;
    --border-color-2: #E5E9F2;
    --border-color-3: #EFF2F7;
    --bg-color: #e8f0fa;
    --text-shadow: rgba(255,255,255,.6)
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
*:after,
*:before,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
.owl-prev,
.owl-next,
.fa-duotone:hover,
.fa-brands:hover,
.fa:hover,
.far:hover,
.fab:hover,
.fas:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body {
    background-color: rgb(240, 244, 245);
    color: #34495e;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #34495e;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
    color: #34495e;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

p {
    margin: 0 0 10px;
}

img {
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

ul, ol, dl {
    margin: 30px 0;
    padding-left: 30px;
}

dl {
    padding-left: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 15px 0;
}

iframe, embed {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: inherit;
}

figure {
    margin: 0;
}

pre {
    overflow-y: scroll;
}

button:focus {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 14px;
    width: 100%;
}

textarea {
    height: 100%;
    line-height: inherit;
    padding: 9px 12px;
    resize: vertical;
}

label {
    color: #1a1a1a;
    display: inline-block;
    font-family: Lato, sans-serif;
    margin-bottom: 5px;
    vertical-align: middle;
}

input[type="checkbox"]+label {
    margin-bottom: 0;
    margin-left: 2px;
}

form.inline {
    position: relative;
}

form.inline .inline-field {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    margin: 0;
    text-align: center;
    border: none;
    padding-right: 40px;
}

form.inline .inline-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.inline button[type="submit"] {
    background-color: transparent;
    border: 0;
    color: #1a1a1a;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    width: 30px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.custom-radio input[type=radio] {
    display: none
}

.custom-radio .form-group input[type=radio]:checked+p.label span:before, .custom-radio input[type=radio]:checked+label span:before, .form-group .custom-radio input[type=radio]:checked+p.label span:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-radio .form-group p.label, .custom-radio label, .form-group .custom-radio p.label {
    margin: 0;
    cursor: pointer;
    text-transform: none;
}

.custom-radio .form-group p.label span.circle, .custom-radio label span.circle, .form-group .custom-radio p.label span.circle {
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    width: 20px;
    background: #fff;
    display: inline-block;
    border: 4px solid #e6e9ed;
    border-radius: 50%;
    position: relative
}

.custom-radio .form-group p.label span.circle:before, .custom-radio label span.circle:before, .form-group .custom-radio p.label span.circle:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome", sans-serif;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    bottom: -4px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    left: -4px;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%;
    color: #ffffff;
    line-height: 20px;
    background: #1dc9b7;
    font-weight: 600;
}

.custom-radio.custom_radio--big span.circle {
    height: 30px;
    width: 30px;
    border-width: 5px
}

.custom-radio.custom_radio--big span.circle:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-width: 5px
}

.custom-file-label::after {
    display: none;
}

.radio-group .label {
    display: block;
    text-align: left
}

.radio-group .custom-radio {
    display: inline-block
}

.radio-group .custom-radio+.custom-radio {
    margin-left: 30px
}

.text-nowrap-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 2em
}

.btn-primary {
    -webkit-box-shadow: 0 0 0 rgba(83, 109, 230, .5);
    box-shadow: 0 0 0 rgba(83, 109, 230, .5);
}

.btn-secondary {
    -webkit-box-shadow: 0 0 0 rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 rgba(108, 117, 125, .5)
}

.btn-success {
    -webkit-box-shadow: 0 0 0 rgba(16, 196, 105, .5);
    box-shadow: 0 0 0 rgba(16, 196, 105, .5)
}

.btn-info {
    -webkit-box-shadow: 0 0 0 rgba(53, 184, 224, .5);
    box-shadow: 0 0 0 rgba(53, 184, 224, .5)
}

.btn-warning {
    -webkit-box-shadow: 0 0 0 rgba(249, 200, 81, .5);
    box-shadow: 0 0 0 rgba(249, 200, 81, .5)
}

.btn-danger {
    -webkit-box-shadow: 0 0 0 rgba(255, 91, 91, .5);
    box-shadow: 0 0 0 rgba(255, 91, 91, .5)
}

.btn-light {
    -webkit-box-shadow: 0 0 0 rgba(238, 242, 247, .5);
    box-shadow: 0 0 0 rgba(238, 242, 247, .5)
}

.btn-dark {
    -webkit-box-shadow: 0 0 0 rgba(50, 58, 70, .5);
    box-shadow: 0 0 0 rgba(50, 58, 70, .5)
}

.btn-white {
    color: #34495e;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 rgb(238 242 247 / 50%);
    box-shadow: 0 0 0 rgb(238 242 247 / 50%);
}

.btn-white.active {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.badge-primary-lighten {
    color: #536de6;
    background-color: rgba(83, 109, 230, .18)
}

.badge-primary-lighten[href]:focus, .badge-primary-lighten[href]:hover {
    color: #536de6;
    text-decoration: none;
    background-color: rgba(83, 109, 230, .4)
}

.badge-secondary-lighten {
    color: #6c757d;
    background-color: rgba(108, 117, 125, .18)
}

.badge-secondary-lighten[href]:focus, .badge-secondary-lighten[href]:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, .4)
}

.badge-success-lighten {
    color: #10c469;
    background-color: rgba(16, 196, 105, .18)
}

.badge-success-lighten[href]:focus, .badge-success-lighten[href]:hover {
    color: #10c469;
    text-decoration: none;
    background-color: rgba(16, 196, 105, .4)
}

.badge-info-lighten {
    color: #35b8e0;
    background-color: rgba(53, 184, 224, .18)
}

.badge-info-lighten[href]:focus, .badge-info-lighten[href]:hover {
    color: #35b8e0;
    text-decoration: none;
    background-color: rgba(53, 184, 224, .4)
}

.badge-warning-lighten {
    color: #f9c851;
    background-color: rgba(249, 200, 81, .18)
}

.badge-warning-lighten[href]:focus, .badge-warning-lighten[href]:hover {
    color: #f9c851;
    text-decoration: none;
    background-color: rgba(249, 200, 81, .4)
}

.badge-danger-lighten {
    color: #ff5b5b;
    background-color: rgba(255, 91, 91, .18)
}

.badge-danger-lighten[href]:focus, .badge-danger-lighten[href]:hover {
    color: #ff5b5b;
    text-decoration: none;
    background-color: rgba(255, 91, 91, .4)
}

.badge-light-lighten {
    color: #eef2f7;
    background-color: rgba(238, 242, 247, .18)
}

.badge-light-lighten[href]:focus, .badge-light-lighten[href]:hover {
    color: #eef2f7;
    text-decoration: none;
    background-color: rgba(238, 242, 247, .4)
}

.badge-dark-lighten {
    color: #323a46;
    background-color: rgba(50, 58, 70, .18)
}

.badge-dark-lighten[href]:focus, .badge-dark-lighten[href]:hover {
    color: #323a46;
    text-decoration: none;
    background-color: rgba(50, 58, 70, .4)
}

.badge-outline-primary {
    color: #536de6;
    border: 1px solid #536de6;
    background-color: transparent
}

.badge-outline-primary[href]:focus, .badge-outline-primary[href]:hover {
    color: #536de6;
    text-decoration: none;
    background-color: rgba(83, 109, 230, .2)
}

.badge-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent
}

.badge-outline-secondary[href]:focus, .badge-outline-secondary[href]:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, .2)
}

.badge-outline-success {
    color: #10c469;
    border: 1px solid #10c469;
    background-color: transparent
}

.badge-outline-success[href]:focus, .badge-outline-success[href]:hover {
    color: #10c469;
    text-decoration: none;
    background-color: rgba(16, 196, 105, .2)
}

.badge-outline-info {
    color: #35b8e0;
    border: 1px solid #35b8e0;
    background-color: transparent
}

.badge-outline-info[href]:focus, .badge-outline-info[href]:hover {
    color: #35b8e0;
    text-decoration: none;
    background-color: rgba(53, 184, 224, .2)
}

.badge-outline-warning {
    color: #f9c851;
    border: 1px solid #f9c851;
    background-color: transparent
}

.badge-outline-warning[href]:focus, .badge-outline-warning[href]:hover {
    color: #f9c851;
    text-decoration: none;
    background-color: rgba(249, 200, 81, .2)
}

.badge-outline-danger {
    color: #ff5b5b;
    border: 1px solid #ff5b5b;
    background-color: transparent
}

.badge-outline-danger[href]:focus, .badge-outline-danger[href]:hover {
    color: #ff5b5b;
    text-decoration: none;
    background-color: rgba(255, 91, 91, .2)
}

.badge-outline-light {
    color: #eef2f7;
    border: 1px solid #eef2f7;
    background-color: transparent
}

.badge-outline-light[href]:focus, .badge-outline-light[href]:hover {
    color: #eef2f7;
    text-decoration: none;
    background-color: rgba(238, 242, 247, .2)
}

.badge-outline-dark {
    color: #323a46;
    border: 1px solid #323a46;
    background-color: transparent
}

.badge-outline-dark[href]:focus, .badge-outline-dark[href]:hover {
    color: #323a46;
    text-decoration: none;
    background-color: rgba(50, 58, 70, .2)
}

/*///////////col-////////////*/
@media (max-width: 992px) {
    .row {
        margin-right: -5px;
        margin-left: -5px
    }

    [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

#TencentCaptcha, .TencentCaptcha {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.............*/
/*.............*/
/*.............*/
/*.............*/
/*.............*/
/*site*/
/*///////////container////////////*/
.site {
    position: relative;
}

.site-content {
    padding-bottom: 30px;
    padding-top: 30px;
}

[class*="home"] .site-content,[class*="page-template-page-modular"] .site-content {
    padding-bottom: 0;
    padding-top: 0;
}

@media (max-width: 992px) {
    .site-content {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .content-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .sidebar-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .sidebar-left .sidebar-column {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

/*lazyload*/
.lazyload:not(.visible), .lazyloading:not(.visible) {
    opacity: 0.85;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.latest-title {
    font-size: 18px;
    letter-spacing: .2px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

.latest-title:after {
    background-color: var(--accent-color);
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 20px;
}

/*lazyload end*/
/*site end*/
/*home .module.*/
.chino_theme-widget-parallax>.container, .chino_theme-widget-slideer-center>.container {
    max-width: none !important;
    padding: 0 !important;
}

.section {
    padding-bottom: 0;
    padding-top: 30px;
}

.modular-title-1 .section-title {
    font-size: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.modular-title-1 .section-title>small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
    opacity: 0.85;
}

.modular-title-2 .section-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.modular-title-2 .section-title:before {
    background-color: #e6e6e6;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.modular-title-2 .section-title span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.modular-title-3 .section-title {
    font-size: 18px;
    letter-spacing: .8px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.modular-title-3 .section-title:after {
    background-color: #fd7300;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
    margin-left: calc(50% - 15px);
}

@media (max-width: 767px) {
    .section {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .modular-title-1 .section-title {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .modular-title-2 .section-title {
        font-size: 15px;
        margin-bottom: 45px;
    }
}

.module.parallax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(30vh - 60px);
    position: relative;
    text-align: center;
}

.module.parallax:before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(0 0 0 / 50%);
}

.module.parallax img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.module.parallax .container {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.module.parallax .entry-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
}

.module.parallax .entry-desc {
    color: #ccc;
    position: relative;
}

.module.parallax .btn, .module.parallax input[type="submit"], .module.parallax button[type="submit"], .module.parallax .navigation .nav-previous a, .module.parallax .navigation .nav-next a {
    margin: 30px 5px 0;
    position: relative;
    z-index: 60;
}

@media (max-width: 767px) {
    .module.parallax {
        min-height: 25vh;
    }

    .module.parallax .entry-title {
        font-size: 20px;
    }

    .module.parallax .btn, .module.parallax input[type="submit"], .module.parallax button[type="submit"], .module.parallax .navigation .nav-previous a, .module.parallax .navigation .nav-next a {
        width: 100%;
        margin: 20px auto 0;
    }

    .module.parallax .btn+.btn, .module.parallax input[type="submit"]+input[type="submit"], .module.parallax button[type="submit"]+button[type="submit"], .module.parallax .navigation .nav-previous a+.navigation .nav-previous a, .module.parallax .navigation .nav-next a+.navigation .nav-next a {
        margin-top: 10px;
    }
}

.chino_theme-widget-search-bg {
    padding: 0;
}

.chino_theme-widget-search-bg>.container {
    max-width: none !important;
    padding: 0 !important;
}

.module.search-bg {
    z-index: 2 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 70vh);
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.module.search-bg .container {
    z-index: 1;
    margin: auto;
    padding-bottom: 140px;
    padding-top: 140px;
    max-width: 820px;
}

.module.search-bg .search-title {
    color: #fff;
    letter-spacing: 2px;
    font-size: 24px;
}

.module.search-bg .search-desc {
    color: #fff;
    margin-bottom: 25px;
}

.module.search-bg .search-bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    filter: brightness( 100%) contrast( 100%) saturate( 100%) blur( 0px) hue-rotate( 0deg);
    background-color: #191e4b;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.module.search-bg .search-form {
    max-width: 100%;
}

.search-form form {
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 50px;
}

.search-form .search-select {
    min-width: 20%;
}

.search-form .dropdown.bootstrap-select {
    width: 100% !important;
}

.search-form .search-select .dropdown>button {
    height: 50px;
    padding: 12px 18px;
    border-radius: 30px 0 0 30px;
    opacity: 0.8;
}

.search-form .search-fields {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    flex: 1;
    vertical-align: top;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    opacity: 0.8;
    overflow: hidden;
}

.search-form .search-fields.radius-30 {
    border-radius: 30px;
}

.search-form .search-fields input {
    display: block;
    height: 50px;
    line-height: 20px;
    padding: 12px 18px;
    width: 100%;
    border: 2px solid #fff;
    position: relative;
    z-index: 100;
    margin: 0;
    font-size: 16px;
    outline: 0;
    -webkit-appearance: none;
}

.search-form .search-fields button {
    position: absolute;
    height: 54px;
    width: 50px;
    right: 0;
    top: 0;
    z-index: 1000;
    border: none !important;
    background: 0 0 !important;
    max-height: 50px;
}

.module.search-bg .popula-search-key {
    text-align: left;
    color: #fff;
    margin-top: 10px;
    opacity: 0.5;
}

.module.search-bg .popula-search-key>a {
    color: #fff;
}

@media (max-width: 768px) {
    .module.search-bg .container {
        padding-top: 80px;
        padding-bottom: 40px;
        max-width: 100%;
    }

    .module.search-bg .search-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .module.search-bg .search-desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .search-form .search-fields input {
        height: 44px;
    }

    .search-form .search-select .dropdown>button {
        height: 44px;
        padding: 8px 10px;
    }
}

.chino_theme-widget-slideer-img>.container {
    max-width: none !important;
    padding: 0 !important;
}

.chino_theme-widget-slideer-center, .chino_theme-widget-slideer-img {
    padding-top: 0 !important;
}

.module.slider.img-center {
    position: relative;
}

.module.slider.img-center .slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    height: calc(50vh - 20px);
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.big .module.slider.img-center .slider {
    border-radius: 5px;
}

@media (max-width: 768px) {
    .module.slider.img-center .slider {
        height: calc(100vh - 75vh);
    }
}

.module.slider.img-center .slider .u-permalink {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.module.slider .post {
    background-position: center;
    background-size: cover;
    height: calc(100vh - 50vh);
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.module.slider.big .post {
    border-radius: 4px;
    overflow: hidden;
}

.module.slider .post:before {
    background-color: #fdfdfd;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.module.slider .post.lazyloaded:before {
    opacity: 0;
}

.module.slider .entry-wrapper {
    bottom: 0;
    left: 0;
    padding: 20px 20px 30px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.module.slider .entry-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%), rgb(0 0 0 / 81%));
}

.module.slider .entry-wrapper>* {
    position: relative;
}

.module.slider .entry-wrapper .entry-title {
    margin: 0;
    -webkit-line-clamp: 1;
    height: unset;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
}

.module.slider .entry-wrapper .entry-footer {
    margin-top: 5px;
}

.module.slider .entry-footer a {
    color: #e6e6e6;
}

.module.slider.big {
    border-radius: 4px;
    overflow: hidden;
}

.module.slider.owl .owl-nav {
    position: static;
}

.module.slider.owl .owl-prev, .module.slider.owl .owl-next {
    right: auto;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: calc(50% - 15px);
    width: 30px;
    margin: 0;
    border-radius: 50%;
    visibility: visible;
    margin: 0 20px;
    font-size: 1.2rem;
}

.module.slider.owl .owl-prev:hover, .module.slider.owl .owl-next:hover {
    background-color: rgb(0 0 0 / 0.8);
}

.module.slider.owl .owl-prev {
    left: 0;
}

.module.slider.owl .owl-next {
    right: 0;
}

.module.slider.owl:hover .owl-nav .owl-prev, .module.slider.owl:hover .owl-nav .owl-next {
    visibility: visible;
}

.module.slider.center .owl-item:not(.center) .entry-wrapper {
    opacity: 0;
}

.module.slider.thumbnail .entry-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    padding: 30px;
    text-align: center;
}

.module.slider.thumbnail .entry-wrapper:before {
    opacity: .4;
}

.module.slider.thumbnail .entry-wrapper>* {
    max-width: 500px;
}

.module.slider.thumbnail .entry-header .entry-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module.slider.thumbnail.owl .owl-dots {
    bottom: -25px;
}
.module.slider.owl .owl-dots{
    bottom: 60px;
}
.owl .owl-dot,.owl .owl-dot.active{
    background-color: var(--primary-color);
}
.module.slider.thumbnail.owl .owl-dot {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin: 0 3px;
    overflow: hidden;
    width: 50px;
}

.module.slider.thumbnail.owl .owl-dot.active {
    border-color: var(--primary-color);
}

@media (max-width: 992px) {
    .module.slider.center .entry-wrapper {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .module.slider .post {
        height: calc(100vh - 75vh);
    }

    .module.slider .entry-wrapper {
        max-width: none;
    }

    .module.slider .entry-wrapper .entry-title {
        font-size: 14px;
    }

    .module.slider .entry-wrapper .entry-footer {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .module.slider.thumbnail .entry-header .entry-title {
        font-size: 30px;
    }
}

.chino_theme-widget-division {
    background: #fff;
    margin: 0;
    padding-bottom: 0;
    padding-top: 1.5rem;
}

.chino_theme-widget-division>.container {
    max-width: none !important;
    padding: 0 !important;
}

.chino_theme-widget-division .icon-sahpe {
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #ffffff;
    background-color: #8399ff;
    border-radius: 10px;
    display: inline-table;
}

.chino_theme-widget-division .hover-rounded .icon-sahpe i {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.chino_theme-widget-division .hover-rounded:hover .icon-sahpe i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.chino_theme-widget-division .overflow {
    overflow: hidden;
}

.chino_theme-widget-division .title {
    font-size: 1rem;
    font-weight: 600;
}

.chino_theme-widget-division .desc {
    font-size: .875rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .chino_theme-widget-division .icon-sahpe {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }

    .chino_theme-widget-division .title {
        font-size: .875rem;
    }

    .chino_theme-widget-division .desc {
        font-size: .5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.chino_theme-widget-dynamic .owl-dynamic {
    position: relative;
    padding: 10px 15px;
    border-radius: .5rem;
    padding-bottom: 5px;
}

.owl-dynamic .scroll-dynamic {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    max-width: 70%;
}

.owl-dynamic .scroll-dynamic ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.owl-dynamic .scroll-dynamic ul li {
    height: 25px;
    padding-left: 0;
    line-height: 25px;
}

@media (max-width: 768px) {
    .owl-dynamic .scroll-dynamic {
        max-width: 100%;
    }
}

.Chino-module-vip-price>.container {
    max-width: none !important;
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
}

.post-cms-series {
    position: relative;
}

.post-cms-series .card {
    border: 0;
    border-radius: .5rem;
    overflow: hidden;
}

.post-cms-series .cat-info {
    text-align: center;
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.post-cms-series .cat-info h3 a {
    font-size: 18px;
    color: #fff;
}

.post-cms-series .cat-info h3 a:hover {
    opacity: 0.6;
}

.post-cms-series .card-text {
    line-height: 1.2;
    margin-top: 10px;
}

.post-cms-series ul {
    list-style: none;
}

.post-cms-series ul li {
    border: 1px solid rgb(255 255 255 / 0%);
}

.post-cms-series ul li a {
    opacity: 0.9;
}

.post-cms-series ul li a:hover {
    opacity: 1;
}

.post-cms-series ul li+li a>.badge {
    background-color: #6c757d;
}

.post-cms-series ul li+li:nth-child(1) a>.badge {
    background-color: #ffc107;
}

.post-cms-series ul li+li:nth-child(2) a>.badge {
    background-color: #007bff;
}

.post-cms-series ul li+li:nth-child(3) a>.badge {
    background-color: #28a745;
}

.post-cms-series ul li+li:nth-child(4) a>.badge {
    background-color: #ffc107;
}

.post-cms-series .btn-white {
}

.post-cms-lists {
    position: relative;
}

.post-cms-lists .cat-title {
    font-size: 16px;
    margin: 0;
    padding: 0 1.25rem;
    border-bottom: solid #f0f4f5 1px;
}

.post-cms-lists .cat-title a {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.post-cms-lists .cat-title a>img {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: sub;
    margin-right: 5px;
}

.post-cms-lists .cat-title .more-coin {
    float: right;
    display: block;
}

.post-cms-lists ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}

.post-cms-lists ul>li {
    border: none !important;
    padding: .3rem 1.25rem;
}

.post-cms-lists ul>li a:hover {
    padding-left: 5px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.post-cms-gridimg {
    position: relative;
}

.post-cms-gridimg .img-item {
    position: relative;
    padding: 5px;
}

.post-cms-gridimg .thumbnail {
    position: relative;
}

/*/////////*/
.rounded {
    border-radius: 4px !important;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.chino_theme-widget-parallax {
    background: #fff;
    padding: 0;
}

.chino_theme-tiheme-parallax>.container {
    max-width: none !important;
    padding: 0 !important;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

/*price*/
.chino_theme-widget-price {
    background: #fff;
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd;
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #2f55d4;
}

.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}

.pricing-rates .price {
    font-weight: 400;
}

.pricing-rates .feature .feature-list {
    margin: auto auto 10px;
    font-size: 14px;
}

/*price end*/
.faq-container {
    position: relative;
    text-align: left;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.faq-container .question {
    font-size: 18px;
    letter-spacing: 2px;
    color: #555;
}

.faq-container .answer {
    color: #999;
}

/*catbox-carousel*/
.catbox-carousel {
    position: relative;
}

.catbox-carousel .catbox-bg {
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catbox-carousel .catbox-bg:hover {
    background-position: left;
}

.catbox-carousel .catbox-block {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(35, 38, 62, .20) 40%, rgba(35, 38, 62, 0.21) 35%, rgb(0 0 0 / 51%) 60%, rgb(21 21 33 / 91%) 100%);
}

.catbox-carousel .catbox-bg:hover .catbox-block {
    opacity: 0.8;
}

.catbox-carousel .catbox-content {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catbox-carousel .catbox-content .badge {
    position: absolute;
    right: 10px;
    top: 10px;
}

.catbox-carousel .catbox-content p {
    line-height: 1.2;
    color: #ffffff;
    font-size: 12px;
    word-break: break-all;
    opacity: 0.6;
}

.catbox-carousel .catbox-title {
    width: 100%;
    font-size: 16px;
    color: #eaebf4;
    line-height: 26px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.catbox-carousel .catbox-title:after {
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -5px;
}

@media (max-width: 768px) {
    .catbox-carousel .catbox-bg {
        height: 120px;
    }

    .catbox-carousel .catbox-content p {
        display: none;
    }
}

/*home .module end.*/
/*hero*/
.hero {
    background-color: #f4f4f4;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.hero-wide .hero {
    height: auto;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.hero-full .hero {
    height: 100vh;
}

.hero-wide .hero:before {
    opacity: .95;
    background-color: rgb(0 0 0 / 50%);
    background-image: unset;
    background: -o-linear-gradient(left, #fd721f, #5e29b3);
    background: -webkit-gradient(linear, left top, right top, from(#fd721f), to(#5e29b3));
    background: linear-gradient(to right, #fd721f, #5e29b3);
}

.hero-full .hero:before, .hero-video .hero:before {
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 85%);
}

.hero-video .hero {
    background-image: none !important;
    background-color: transparent !important;
}

.hero-video .hero:before {
    display: none;
}

.hero-video .hero-media {
    padding: 0;
    padding-top: 30px;
}

.hero .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.hero .entry-header {
    margin-bottom: 60px;
}

.hero-wide .hero .entry-header {
    margin-bottom: 0;
}

.hero .entry-header .entry-meta {
    margin-bottom: 0;
}

.hero .entry-header .entry-title {
    font-size: 1.5rem;
    height: auto;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hero .entry-header .entry-meta, .hero .entry-header .entry-meta a, .hero .entry-header .entry-title {
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
}

.hero-heading {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 0;
}

.hero-subheading {
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 20px;
    margin-top: 15px;
}

.hero-media {
    padding: 40px 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video .hero, .hero-audio .hero {
    background-color: #000;
    display: block;
    height: auto !important;
    z-index: 0;
    padding: 0;
}

.hero-video .hero .dplayer-video-wrap .dplayer-video {
    max-height: 640px;
    min-height: 460px;
}

.hero-video .content-do-video {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(14 13 16 / 95%);
}

.hero-video .content-do-video .views {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

.hero-video .content-do-video .views .note {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    padding: 8px 12px;
    opacity: 0.5;
}

.hero-video .content-do-video .views .badge {
    opacity: 0.5;
}

.hero-video .content-do-video .pricing-options {
    list-style: none;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.content-do-video .pricing-options {
    padding: 20px;
    background: rgb(29 32 39);
    border-radius: 10px;
}

.content-do-video .pricing-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px 10px 15px;
    position: relative;
}

.content-do-video .pricing-options li::after, .content-do-video .pricing-options li::before {
    content: "";
    position: absolute;
    top: calc((10px - -5px) / 2);
}

.content-do-video .pricing-options li::before {
    height: 100%;
    width: 1px;
    left: 5px;
    background: rgb(255 138 138 / 50%);
}

.content-do-video .pricing-options li::after {
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #ff8f8f;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-image: initial;
    border-radius: 50%;
}

.content-do-video .pricing-options li:last-child::before {
    display: none;
}

.content-do-video .pricing-options li span {
    color: #a7a7a7;
    font-size: 12px;
    padding: 5px;
}

.content-do-video .pricing-options li b {
    font-size: 12px;
    color: #545d8a;
}

.content-do-video .pricing-options li b>small {
    font-weight: 500;
}

.content-do-video .pricing-options li p {
    margin: 0;
    margin-bottom: 10px;
}

.hero-video #chino-video {
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.hero-video #chino-video-page {
    position: relative;
    height: 100%;
    background: rgb(0 0 0 / 92%);
    padding: 1rem;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

.hero-video #chino-video-page .head-con {
    position: relative;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    padding-bottom: .5rem;
}

.hero-video #chino-video-page .head-con>b {
    position: relative;
    display: block;
}

.hero-video #chino-video-page .switch-video {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    align-items: center;
    overflow: hidden;
    line-height: 2;
    color: #6c757d
}

.hero-video #chino-video-page .switch-video:hover, .hero-video #chino-video-page .switch-video.active {
    color: #038ebd;
}

.hero-video #chino-video-page .switch-video.active:before {
    content: "";
    background: url(../img/playing.gif) no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-right: .5rem;
}

.hero-video #chino-video-page>ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow: auto;
}

.hero-video #chino-video-page>ul::-webkit-scrollbar-thumb {
    background-color: rgb(108 117 125);
}

.hero-video #chino-video-page>ul>li {
    display: block;
    list-style: none;
}

@media (max-width: 768px) {
    .hero-wide .hero {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .hero-video .hero {
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero-video .hero .dplayer-video-wrap .dplayer-video {
        max-height: 30vh;
        min-height: 240px;
    }

    .hero-video #chino-video-page>ul {
        max-height: 120px;
    }
}

.dplayer-menu.dplayer-menu-show, .dplayer-menu {
    display: none !important;
    opacity: 0!important;
}

.dplayer-full .dplayer-full-in-icon {
    display: none!important;
}

/* .hero-shop */
.hero-shop .hero {
    display: block;
    height: auto !important;
    z-index: 0;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.hero-shop .hero:before {
    opacity: .95;
    background-color: rgb(0 0 0);
    background-image: unset;
    background: -o-linear-gradient(left, #1e2125, #323a46);
    background: -webkit-gradient(linear, left top, right top, from(#1e2125), to(#323a46));
    background: linear-gradient(to right, #1e2125, #323a46);
    z-index: -1;
}

.hero-shop-warp {
    padding: 10px;
    color: #fff;
}

.hero-shop-warp .row .entry-header {
    margin-bottom: 15px;
    margin-top: 15px;
}

.hero-shop-warp .img-box img {
    max-height: 300px;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    border-radius: .5rem;
}

.hero-shop-warp .info-box {
    position: relative;
}

.hero-shop-warp .info-box .pricing-options {
    list-style: none;
    padding: 0 10px;
    padding-top: 10px;
    background: rgb(0 0 0 / 0.3);
    border-radius: .5rem;
    position: relative;
    margin: 0;
    max-width: 380px;
}

.hero-shop-warp .info-box .pricing-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px 10px 20px;
    position: relative;
    font-size: 13px;
}

.info-box .pricing-options li::after, .info-box .pricing-options li::before {
    content: "";
    position: absolute;
    top: calc((10px - -5px) / 2);
}

.info-box .pricing-options li::before {
    height: 100%;
    width: 1px;
    left: 5px;
    background: rgb(255 138 138 / 50%);
}

.info-box .pricing-options li::after {
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #ff8f8f;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-image: initial;
    border-radius: 50%;
}

.info-box .pricing-options li:last-child::before {
    display: none;
}

.hero-shop-warp .info-box .down-info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.hero-shop-warp .info-box .btn-block {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .hero-shop-warp {
        padding: 10px 0;
    }

    .hero-shop .hero {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.hero-gallery .hero {
    height: auto !important;
    padding: 60px 0;
    z-index: 0;
}

.hero-gallery .hero:before {
    opacity: 1;
    background-color: rgb(0 0 0 / 0.8);
    z-index: -1;
    background-image: unset;
}

.hero-gallery .hero .entry-gallery .gallery-item .pay_note {
    z-index: 1;
    top: 10px;
    color: #fff;
    height: 30px;
    width: 120px;
    position: absolute;
    right: -30px;
    text-align: center;
    line-height: 30px;
    background-color: #272727;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 10px;
}

.hero-gallery .hero .entry-gallery .gallery-item .pay_filter {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 150%;
    overflow: hidden;
}

.hero-gallery .hero .entry-gallery .gallery-item .caption {
    display: none;
}

.hero-gallery .justified-gallery>.jg-entry-visible {
    border-radius: 5px;
}

.hero-gallery .justified-gallery>.jg-entry-visible:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.scale-12 {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.blur-5 {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

@media (max-width: 768px) {
    .hero-media {
        padding: 0;
    }

    .hero-video .hero-media {
        padding: 0;
        padding-top: 0;
    }

    .hero-media .container-lg {
        padding: 0;
    }

    .hero-video .content-do-video {
        font-size: 80%;
    }

    .hero-video .content-do-video .views .note {
        display: none;
    }
}

.navbar-regular.hero-full .hero, .navbar-sticky.hero-full:not(.navbar-sticky_transparent) .hero {
    height: calc(100vh - 80px);
}

@media (max-width: 768px) {
    [class*="page-template-page-modular"] .hero {
        margin-bottom: 15px;
    }

    .hero .entry-header {
        margin-bottom: 30px;
    }

    .hero-heading, .hero .entry-header .entry-title {
        font-size: 1.2rem;
    }

    .hero-subheading {
        margin-top: 10px;
    }
}

/*hero end*/
/*term-bar */
.term-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1a1a;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.term-bar .term-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 150%;
    overflow: hidden;
}

.term-bar .term-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

.term-bar.lazyloaded:before {
    opacity: .5;
}

.term-bar .term-title {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.term-bar .term-description {
    position: relative;
    color: #e8e8e8;
    font-size: 15px;
    margin: 0;
    margin-top: 10px;
}

.search-no-results .term-bar {
    display: none;
}

@media (max-width: 767px) {
    .term-bar {
        padding: 30px 0;
    }

    .term-bar .term-title {
        font-size: 16px;
    }
}

/*page-top-hero*/
.page-top-hero {
    margin-top: -30px;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 3.5rem!important;
    padding-top: 3.5rem!important;
}

.page-top-hero:before {
    opacity: .95;
    background-color: #536de6;
    background-image: unset;
    background: -o-linear-gradient(left, #536de6, #536de6);
    background: -webkit-gradient(linear, left top, right top, from(#536de6), to(#536de6));
    background: linear-gradient(to right, #536de6, #536de6);
}

.page-top-hero p {
    color: #FFF;
    margin: 0;
}

.page-top-hero .entry-header {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-top-hero {
        margin-top: -15px;
        margin-bottom: 0;
        height: auto;
        padding-bottom: 1rem!important;
        padding-top: 1rem!important;
    }

    .page-top-hero .entry-header .entry-title {
        font-size: 18px;
    }

    .page-top-hero p {
        font-size: 12px;
    }
}

/*term-bar end*/
/*.site-header */
.site-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 80;
    white-space: nowrap;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.navbar-transition .site-header {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-sticky .site-header, .navbar-sticky_transparent .site-header, .stick-now .site-header {
    position: fixed !important;
}

@media (min-width: 992px) {
    .navbar-full .site-header {
        padding: 0 60px;
    }
}

.navbar-full .site-header>.container {
    max-width: 1920px;
}

.slide-now .site-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: background-color .3s ease-out, -webkit-transform .3s;
    transition: background-color .3s ease-out, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s ease-out;
    transition: transform .3s, background-color .3s ease-out;
    transition: transform .3s, background-color .3s ease-out, -webkit-transform .3s;
}
.slide-now .site-header span{
    color:#34495e;
}
.header-gap {
    height: 80px;
}

.navbar-transition .header-gap {
    height: 0 !important;
}

.navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    position: relative;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.navbar .logo {
    margin-right: 12px;
    width: auto;
    max-height: 35px;
    position: relative;
}

.navbar .sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 20px;
    width: 1px;
}

.navbar .menu-item {
    display: inline-block;
    position: relative;
}

.navbar .menu-item.current-menu-item>a {
    color: #000;
}

.navbar-transition .navbar .menu-item>a {
    color: #fff;
}

.navbar .menu-item>a {
    display: block;
    font-weight: 700;
    letter-spacing: .2px;
}

.navbar .menu-item>a .emoji {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.navbar .menu-item.menu-item-has-children>a:after {
    color: #aaa;
    content: "\f107";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 13px;
    margin-left: 5px;
    -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.navbar .menu-item:hover>.sub-menu:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
    content: " ";
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
}

.navbar .menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navbar .nav-list>.menu-item>a {
    font-size: .875rem;
    line-height: 81px;
    margin: 0 10px;
    -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.navbar .menu-item>a>i {
    margin-right: 5px;
}

.navbar .menu-item hr {
    background-color: #eee;
    border: 0;
    border-radius: 0;
    height: 1px;
    margin: 0 -15px;
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
}

.navbar .menu-item hr:before, .navbar .menu-item hr:after {
    display: none;
}

.navbar .sub-menu {
    background-color: #fff;
    list-style-type: none;
    margin: -1px 0 0 -18px;
    min-width: 180px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    visibility: hidden;
    z-index: 80;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.navbar .sub-menu .menu-item {
    display: block;
}

.navbar .sub-menu .menu-item>a {
    font-size: 11px;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 4px;
}

.navbar-transition .navbar .sub-menu .menu-item>a {
    color: unset;
}

.navbar .sub-menu .menu-item>a:hover {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.navbar .sub-menu .menu-item.menu-item-has-children>a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar .sub-menu .menu-item.menu-item-has-children>a:after {
    content: "\f105";
    line-height: 1;
    margin-right: -4px;
}

.navbar .sub-menu .sub-menu {
    left: 100%;
    margin: -20px 0;
    top: 0;
    margin-left: 100px;
}

.navbar .sub-menu .menu-item:hover>.sub-menu:before {
    display: none
}

.navbar .main-menu {
    /* margin-left: auto; */
}

.navbar .actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .actions a>span>span {
    margin-left: 5px;
}

.navbar-transition .navbar .actions .mx-display-name {
    color: #fff;
}

.navbar .actions>div+div {
    margin-left: 5px;
}

.navbar .navbar-button, .off-canvas .canvas-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #1a1a1a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    width: 30px;
    border: 0;
    color: #34495e;
    height: 30px;
    line-height: 30px;
    font-size: .875rem;
}

.navbar-transition .navbar .navbar-button {
    background-color: transparent !important;
    color: #ffffff;
}

.navbar .login-btn.navbar-button {
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    width: 60px;
    font-size: .875rem;
}

.navbar-hidden .navbar .logo {
    margin-right: 0;
}

.navbar-hidden .navbar .sep {
    display: none;
}

@media (max-width: 991px) {
    .navbar .sep {
        display: none;
    }

    .navbar, .header-gap {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .navbar .mx-display-name {
        display:none;
    }
}

.navbar .menu-item-mega:hover .mega-menu, .navbar .menu-item-mega:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.navbar .menu-avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #eee;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transform: scale(1) rotate( 0deg );
    -webkit-transform: scale(1) rotate( 0deg );
}

.navbar .menu-avatar-img:hover {
    transform: scale(1) rotate( 360deg );
    -webkit-transform: scale(1) rotate(360deg );
}

.header-menu-dropdown {
    position: relative;
}

.header-menu-dropdown .dropdown-menu-hover {
    position: absolute;
    right: 0;
    top: 80%;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding-top: 25px;
    min-width: 12rem;
}

.header-menu-dropdown:hover .dropdown-menu-hover {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.mega-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    z-index: 80;
    border-radius: 8px;
}

.mega-menu .menu-posts {
    padding: 30px;
}

.mega-menu .menu-posts .menu-post {
    overflow: hidden;
    position: relative;
}

.mega-menu .menu-posts .entry-media {
    max-width: 100%;
}

.mega-menu .menu-posts .entry-title {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 0;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mega-menu .owl .owl-dot {
    background-color: var(--orange);
    opacity: 1;
}

.mega-menu .owl .owl-dot.active {
    background-color: var(--dark);
    opacity: 1;
}

.navbar .menu-item-mega {
    position: static;
}

.navbar .menu-item-mega>.sub-menu {
    left: 0;
    margin: 0;
    padding: 40px 0;
    right: 0;
}

.navbar .menu-item-mega>.sub-menu>.menu-item>a {
    color: #aaa;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    pointer-events: none;
    text-transform: none;
}

.navbar .menu-item-mega>.sub-menu .menu-item-has-children>a:after {
    display: none;
}

.navbar .menu-item-mega>.sub-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: auto;
    opacity: 1;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .menu-item-mega>.sub-menu .sub-menu .sub-menu {
    display: none;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu, .navbar .dropdown:hover>.dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.navbar .dropdown {
    position: static;
    min-width: 25px;
}

.navbar *:focus, .navbar *:hover, .navbar *:active {
    outline: none;
}

.navbar .dropdown .mx-display-name {
    max-width: 65px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar .dropdown .user-logout,.navbar .dropdown .user-admin {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 12px;
    opacity: .85;
}

.navbar .dropdown .user-admin {
    top: 2.85rem;
}

.navbar .dropdown-menu {
    top: 10px;
    right: 0;
    left: auto;
    margin: 1.125rem 0;
    padding: 1rem 0;
    font-size: .875rem;
    line-height: 1.2rem;
    color: #18113c;
    border: none;
    min-width: 12rem;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .26);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .26);
    border-radius: .5rem;
}

.navbar .dropdown-item {
    min-width: 360px;
}

.navbar .dropdown-item:hover {
    background: unset;
}

.menu-card-box-1,.menu-card-box-2,.menu-card-box-3 {
    color: #fff;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    padding: 10px;
}

.menu-card-box-1:hover,.menu-card-box-2:hover,.menu-card-box-3:hover {
    opacity: 0.8
}

.navbar .dropdown-item .menu-card-box-1 {
    background: #459aff;
    margin-right: 10px;
    height: 100%;
    text-align: center;
}

.navbar .dropdown-item .menu-card-box-1.box-2 {
    background: #10c469;
    margin-bottom: 10px;
}

.navbar .dropdown-item-nicon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    justify-content: space-evenly;
}

.navbar .dropdown-item-nicon>a {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}

.navbar .dropdown-item-nicon>a:hover {
    opacity: 0.8
}

.navbar .dropdown-item-nicon>a>i {
    display: block;
    font-size: 1rem;
    background: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 50%;
    color: #999;
    margin: 0
}

/*//end .mega-menu .menu-posts*/
.burger {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    width: 30px;
    margin-left: .5rem;
}

.burger:before, .burger:after {
    background-color: #1a1a1a;
    content: "";
    height: 2px;
    left: 9px;
    position: absolute;
    width: 13px;
}

.navbar-transition .burger:before,.navbar-transition .burger:after {
    background-color: #fff;
}

.burger:before {
    top: 10px;
}

.burger:after {
    bottom: 10px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: .3125rem;
}

.avatar-lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.16667rem
}

.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rounded-circle {
    border-radius: 50%!important;
}

.avatar-indicators:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: table;
    background-color: #19cb98;
}

.dropdown-item {
    font-size: 12px;
    line-height: 28px;
    padding: .125rem 1.2rem;
    font-weight: 700;
    letter-spacing: .2px;
}

li>a.dropdown-item {
    letter-spacing: 1px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: #f5f4f8;
    border-radius: 0;
    outline: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #34495e;
}

@media (min-width: 992px) {
    .no-off-canvas:not(.navbar-hidden) .burger {
        display: none;
    }

    #logoAndNav .logo-wrapper:before {
        display: none;
    }
}

.logo-wrapper {
    position: relative;
    overflow: hidden;
    min-width: 120px;
}

.logo:not(.text) {
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.logo.contrary {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.logo.text {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/*.site-header end*/
.off-canvas {
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
    transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 320px;
    z-index: 90;
    -webkit-overflow-scrolling: touch;
}

.off-canvas .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 180px;
}

.off-canvas .canvas-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.off-canvas .canvas-close .fas {
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.off-canvas .canvas-close:hover .fas {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.off-canvas .mega-menu {
    display: none;
}

.off-canvas .widget-area .widget {
    padding: 20px;
    margin-bottom: 10px;
}

.off-canvas .widget-area .widget.widget_magsy_promo_widget+.widget_magsy_promo_widget {
    margin-top: -20px;
}

.off-canvas .widget-area .widget .widget-title {
    border-bottom: 1px solid #e6e6e6;
    margin: -20px -20px 20px;
    padding: 15px 20px;
}

body:not(.canvas-visible) .off-canvas {
    visibility: hidden;
}

.canvas-opened {
    overflow-y: hidden;
}

.canvas-opened .off-canvas {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    display: none;
}

@media (max-width: 992px) {
    .canvas-opened .off-canvas {
        display: block;
    }

    .off-canvas .logo-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
    }

    .off-canvas .logo {
        margin: 0;
        padding: 15px;
        max-width: 120px;
    }

    .off-canvas .logo.text {
        font-size: 11px;
        font-weight: 600;
        max-width: 100%;
    }
}

.slicknav_menu {
    position: relative;
}

.slicknav_menu ul, .slicknav_menu li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slicknav_menu .slicknav_nav {
    /* background-color: #eee; */
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slicknav_menu .slicknav_nav li.slicknav_parent {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.slicknav_menu .slicknav_nav>li {
    width: 100%;
    padding: .25rem;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.slicknav_menu .slicknav_nav li.current-menu-item a {
    color: #007bff;
}

.slicknav_menu .slicknav_nav .sub-menu {
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    background: #eaeaea;
    padding: 5px;
    position: relative;
}

.slicknav_menu .slicknav_nav .sub-menu>li {
    width: 100%;
    float: none;
}

.slicknav_menu .slicknav_nav .sub-menu>li>a {
    border: none;
    border-radius: 0;
    line-height: 1;
    background: #f7f7f7;
    margin: 10px 5px;
    border-radius: 4px;
    padding: 10px 5px;
}

.slicknav_menu .slicknav_nav .sub-menu>li+li>a {
}

.slicknav_menu .menu-item>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1;
    outline: none;
    padding: 12px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f7f7f7;
}

.slicknav_menu .menu-item>a>i {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.slicknav_menu .slicknav_item a {
    margin-left: 10px;
    outline: none;
}

.slicknav_menu .slicknav_item a i {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.slicknav_menu .slicknav_nav .sub-menu .sub-menu {
    width: 100%;
}

.slicknav_menu .slicknav_nav .sub-menu .sub-menu li {
    width: 100%;
    float: none;
}

.slicknav_menu hr {
    padding: 0;
    margin: 0;
}

.slicknav_menu .slicknav_arrow {
    font-size: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 10px;
}

.slicknav_menu .slicknav_arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 11px;
    font-weight: 600;
}

.dimmer {
    display: none;
    background: transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90;
}

@media (max-width: 992px) {
    .dimmer {
        background: rgba(0, 0, 0, 0.7);
    }
}

/*///////////*/
.archive-filter {
    position: relative;
    font-size: 15px;
    color: #8f8f8f;
    background: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
}

.archive-filter .filters {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: start;
}

.archive-filter .filters .dropdown+.dropdown {
    margin-left: 10px;
}

.archive-filter .filters .dropdown-toggle {
    font-size: .875rem;
    box-shadow: none;
}

.archive-filter .filters .dropdown-toggle:hover {
    color: #536de6;
}

.archive-filter .filters .dropdown {
    position: relative;
}

.archive-filter .filters .dropdown-menu {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s;
    transform: translate3d(0px, -10px, 0px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    border: none;
    border-radius: .5rem;
    padding: .5rem;
}

.archive-filter .filters .dropdown-item {
    display: inline-block;
    background: unset;
    color: #34495e;
}

.filters .dropdown-item.active, .filters .dropdown-item:active, .filters .dropdown-item:hover {
    color: #536de6;
}

@media (max-width: 768px) {
    .archive-filter .filters {
        flex-wrap: wrap;
        justify-content: start;
        padding-bottom: 5px;
    }

    .archive-filter .filters .dropdown {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .archive-filter .filters .dropdown+.dropdown {
        margin-left: 0;
    }
}

/*archive-filter-2*/
.archive-filter-2 {
    position: relative;
    font-size: 15px;
    color: #8f8f8f;
    background: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
}

.archive-filter-2 .badge {
    font-weight: 500;
}

.archive-filter-2 .container {
    overflow: visible
}

.archive-filter-2 .filter {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #e8e8e8;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-filter-2 .filter::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.archive-filter-2 .filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(222 222 222);
}

.archive-filter-2 .filter::-webkit-scrollbar-track {
    background: #f0f4f5;
}

.archive-filter-2 .filter li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #f0f4f5;
    padding: 0 8px;
    margin: 10px 0;
}

.archive-filter-2 .filter li:first-child {
    margin-left: 0;
}

.archive-filter-2 .filter li:last-child {
    border-right: none;
}

.archive-filter-2 .filter:last-child {
    border-bottom: none
}

.archive-filter-2 .filter:last-child {
    border-bottom: none
}

.archive-filter-2 a {
    color: #6d6d6d;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 6px;
}

.archive-filter-2 .current a, .archive-filter-2 a:hover {
    color: #ffffff;
    background: #323a46;
}

.archive-filter-2 .current a>span, .archive-filter-2 a:hover span {
    color: #353c46;
    background: rgb(255 255 255);
    border-radius: 2px;
}

.archive-filter-2 .filters .recent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.archive-filter-2 .filters .recent .filter li:last-child a {
    margin-right: 0;
}

@media (max-width: 768px) {
    .archive-filter-2 {
        margin-top: -15px;
        margin-bottom: 30px;
    }

    .archive-filter-2 .filters .recent {
        display: block;
        margin-top: 5px;
    }

    .archive-filter-2 .filter {
        padding-top: 0;
    }

    .archive-filter-2 .filter li {
        font-size: 12px;
        line-height: 12px;
        padding: 0 5px;
        margin: 5px 0;
    }

    .archive-filter-2 .badge {
        display: none;
    }
}

/*u--- other*/
.u-permalink {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.u-plain-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.u-border-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.u-border-title:before {
    background-color: #0f81fb;
    content: "";
    height: 8px;
    margin-right: 5px;
    width: 8px;
    border-radius: 100%;
}

/*loop list article*/
.posts-wrapper .post-list, .posts-wrapper .post-grid, .carousel .post-grid {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
    border-radius: .5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-grid.bg-image {
    background-size: cover;
    background-position: center;
}

.post-grid.bg-image:hover {
    background-position: left;
}

.post-grid.bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
    background: -webkit-gradient( linear , left top, left bottom , from(rgba(18, 18, 19, 0)), to(#000));
    background: -o-linear-gradient( top , rgba(18, 18, 19, 0) 0%, #000 100%);
    background: linear-gradient( 180deg , rgba(18, 18, 19, 0) 0%, #000 100%);
}

.post-grid.bg-image .entry-media {
    opacity: 0;
}

.post-grid.bg-image .entry-wrapper a, .post-grid.bg-image .entry-excerpt, .post-grid.bg-image .entry-meta {
    color: #FFF;
}

.post-grid.bg-image .entry-excerpt, .post-grid.bg-image .entry-meta {
    opacity: .8
}

.posts-wrapper .post-list:hover, .posts-wrapper .post-grid:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.entry-abs-warp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bdbdbd;
    top: 0;
    left: 0;
}

.entry-media {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.entry-media .placeholder {
    height: 0;
    overflow: hidden;
}

.post_format-post-format-video:hover .meta-post-type {
    display: none;
}

.video-thum video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -6px;
    position: relative;
}

.video-thum:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 5px;
    background: #02be6e;
}

.video-thum:hover:before {
    bottom: 0px;
    width: 95%;
    -webkit-transition: width 1.2s ease-in;
    -o-transition: width 1.2s ease-in;
    transition: width 1.2s ease-in;
}

.video-thum video.playing+div {
    display: none
}

.entry-media img {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

.meta-category-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    line-height: 1.2
}

.meta-category-dot>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #aaa;
    font-size: 12px;
}

.meta-category-dot>a+a {
    margin-left: 8px;
}

.meta-category-dot>a>.dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #2196F3;
}

.meta-category-dot>a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.meta-category-dot>a:nth-child(3) .dot {
    background-color: #fd721f;
}

.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

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

.meta-post-type {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 25px;
    left: 10px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 25px;
}

.post-list .meta-post-type {
    left: 15px;
    top: 15px;
}

.post-grid .entry-media {
    margin: -10px;
    margin-bottom: 0;
    border-radius: .5rem .5rem 0 0;
}

.post-list .entry-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 200px;
}

.post-list .meta-category-dot {
    margin-bottom: 10px;
    margin-top: 0;
}

.post-list .entry-footer {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    .post-list .entry-media {
        width: 120px;
        margin-right: 10px;
    }

    .post-list .entry-title {
        font-size: 16px;
    }
}

.entry-wrapper {
    position: relative;
    width: 100%;
}

.entry-header {
    word-break: break-word;
}

.entry-header.white .entry-meta, .entry-header.white .entry-meta a, .entry-header.white .entry-title {
    color: #fff;
}

.entry-header .entry-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2px;
    margin-bottom: 2px;
}

.entry-header .entry-meta>span+span {
    margin-left: 15px;
}

.entry-header .entry-meta a {
    color: #aaa;
}

.entry-meta .meta-author a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-meta .avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}

.entry-header .entry-meta .meta-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-header .entry-meta .meta-category a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-header .entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-header .entry-meta .meta-category .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

.entry-header .entry-title {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 36px;
    line-height: 18px;
}

.post-grid .entry-header {
    margin-top: 10px;
}

.entry-excerpt {
    font-size: 85%;
    margin-top: 5px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #888;
    height: 36px;
    line-height: 18px;
}

@media (max-width: 992px) {
    .post-list, .post-grid {
        margin-bottom: 10px;
    }

    .post-list .meta-category-dot {
        margin-bottom: 5px;
    }

    .entry-header .entry-title {
        font-size: 14px;
    }

    .post-grid .entry-header .entry-title {
        font-size: 14px;
    }

    .entry-excerpt {
        font-size: 13px;
        margin-top: 8px;
        -webkit-line-clamp: 1;
        height: 18px;
        line-height: 18px;
    }
}

.entry-excerpt p {
    margin: 0;
}

.entry-excerpt .excerpt-link {
    margin-left: 5px;
    text-decoration: none;
}

.entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: .2px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.entry-footer::-webkit-scrollbar {
    display: none;
}

.entry-footer a {
    color: #aaa;
}

.entry-footer a+a:before {
    content: "/";
    line-height: 1;
    padding: 0px 6px;
}

.entry-footer .footer-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-footer .footer-author img {
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #bdbdbd;
    letter-spacing: -0.2px;
    width: 100%;
}

.entry-footer .entry-meta>span {
    margin-right: 10px;
}

.entry-footer .entry-meta .meta-shhop-icon {
    flex: 1;
    text-align: right;
    margin-right: 0;
}

.entry-footer .entry-meta a {
    color: #aaa;
}

@media (max-width: 768px) {
    .entry-excerpt {
        display: none;
    }

    .entry-footer .meta-author {
        display: none;
    }

    .posts-wrapper .post-list, .posts-wrapper .post-grid, .carousel .post-grid {
        padding: 5px;
    }
}

/*loop list article end*/
/*///////////omnisearch////////////*/
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
    transition: opacity 0.15s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.omnisearch .container {
    position: relative;
    height: 100%;
}

.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 700;
    background: #FFF;
    border-radius: 0.375rem;
    width: 680px;
    margin: auto;
    font-size: 1.25rem;
}

.omnisearch .omnisearch-form .input-group-text {
    background: transparent;
    color: #C0CCDA;
    border: 1px solid transparent;
    padding: 0 20px;
    height: calc(2.08rem + 24px);
    font-size: 1.6rem;
}

.omnisearch .omnisearch-form .form-control {
    display: block;
    height: 60px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    color: #6c757d;
}
.omnisearch .omnisearch-form .form-control:focus,.omnisearch .omnisearch-form .form-control:active{
    border: 1px solid transparent;
    border-color:transparent;
    box-shadow: inset 0 0 0 1px transparent;
}

.omnisearch .omnisearch-form .form-control::-webkit-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-suggestions {
    width: 680px;
    min-height: 150px;
    padding: 1.5rem;
    background: white;
    margin: 5px auto;
    border-radius: 0.375rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch .omnisearch-suggestions {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch .omnisearch-suggestions:before {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
}

.omnisearch .omnisearch-suggestions .heading {
    color: #8492A6;
}

.omnisearch .omnisearch-suggestions .search-keywords {
    font-size: 13px;
    margin-bottom: 20px;
}

.omnisearch .omnisearch-suggestions .search-keywords a {
    display: inline-block;
    color: #6c757d;
    margin-right: 10px;
    background: #f4f5ff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.omnisearch .omnisearch-suggestions .search-keywords a:hover {
    color: #007afb;
}

.omnisearch .omnisearch-suggestions #search-ajax-res li {
    padding: 3px 0;
}

.omnisearch .omnisearch-suggestions .list-link {
    color: #6c757d;
}

.omnisearch .omnisearch-suggestions .list-link:hover {
    color: #007afb;
}

.omnisearch .omnisearch-suggestions .list-link i {
    padding: 5px 0px;
    padding-right: 5px;
    color: #2196F3;
}

.omnisearch .omnisearch-suggestions .list-link span {
    padding-left: 5px;
    font-size: 13px !important;
    color: #a7a7a7;
}

.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.omnisearch.show .omnisearch-suggestions {
    opacity: 1;
}

@media (max-width: 992px) {
    .omnisearch .omnisearch-form {
        width: 100%;
    }

    .omnisearch .omnisearch-suggestions {
        width: 100%;
    }

    .omnisearch.show {
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .omnisearch .omnisearch-form .form-control {
        font-size: 0.875rem;
    }

    .omnisearch .omnisearch-suggestions .list-link {
        font-size: 14px;
    }
}

.omnisearch-open {
    overflow: hidden;
}

.mask-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.mask-body-dark {
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    background: rgb(0 0 0 / 80%);
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

/*comments */
.entry-comments {
    padding: 20px;
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.comment-reply-title {
    position: relative;
    font-size: 12px;
    color: #999;
}

.comment-reply-title small {
    margin-left: 10px;
}

.comment-reply-title small a {
    color: #ff5b5b;
}

.comment-form {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #eeee;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.comment-form-comment textarea {
    width: 100%;
    height: 100px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #f0f4f5;
    outline: 0;
    vertical-align: top;
    box-sizing: border-box;
    background: #f0f4f5;
}

.form-submit {
    padding: 10px 15px;
    margin: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.form-submit-text {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.form-submit .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 50%;
}

.form-submit .submit {
    float: right;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background-color: #546677;
    border: 0;
    outline: 0;
    border-radius: 3px;
}

.comments-title {
    position: relative;
    font-size: 12px;
    margin: 20px 0;
    color: #999;
}

.comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments-list .comment {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #f0f4f5;
    transition: all .3s ease-out 0s;
}

.comments-list .comment-children {
    position: relative;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    background: #fdfcff;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    margin-left: 30px;
    margin-bottom: 10px;
}

.comments-list .comment-children:before {
    position: absolute;
    left: 10px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    content: ""
}

.comment-children .comment:first-child {
    border-top: 0;
}

.comments-list .comment-children .comment-body .nickname {
    font-size: 13px;
    line-height: 19px
}

.comments-list .comment-children .comment-body .comment-time {
    line-height: 19px
}

.comments-list .comment-children .comment-text {
    font-size: 13px
}

.comments-list .comment-text img {
    padding: 10px;
    border-radius: .5rem;
}

.comments-list .reply {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    line-height: 20px;
    visibility: hidden
}

.comments-list .reply a {
    transition: none
}

.comments-list .comment>.comment-inner:hover>.reply {
    padding: 0 4px;
    visibility: visible;
    border-radius: 3px
}

.comment-author {
    float: left;
    margin-right: 15px;
}

.comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.comment-body {
    position: relative;
}

.comment-awaiting-moderation {
    font-size: 12px;
    color: red;
    position: absolute;
    right: 0;
}

.comment-body .nickname {
    font-size: 12px;
    color: #aaa;
    line-height: 1.2;
}

.comment-body p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #555;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 15px 15px 0;
    margin: 0;
    box-sizing: border-box
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
    display: block;
    width: 100%;
    line-height: 1.2;
    padding: 8px 12px;
    border: 1px solid #efefef;
    outline: 0;
    border-radius: 4px;
}

.comment-form-cookies-consent {
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
    float: left;
    font-size: 12px;
    color: #bababa;
}

.comment-notes, .comment-must-login {
    display: none;
}

.entry-comments .butterBar {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    background: #ff7171;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-comments .butterBar-message {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 25px;
    color: #fff;
}

@media (max-width: 768px) {
    .entry-comments {
        padding: 10px;
        margin-top: 10px;
    }

    .comments-list .comment-children {
        margin-left: 10px;
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
    }
}

/*comments end*/
/*/////////.pagination//////////*/
.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination a, .pagination span {
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}

.pagination .current {
    color: #fff;
    background: #34495e;
    background: -o-linear-gradient(left, #343a40, #484f56);
}

.pagination a:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .pagination {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .pagination a, .pagination span {
        background-color: #f0f4f5;
        border-color: #dee2e6;
        padding: 5px 10px;
        margin: 0 2px;
    }

    .pagination a, .pagination span {
        display: none
    }

    .pagination .next, .pagination .prev {
        display: inline-block;
        background-color: #ffffff;
        padding: 10px 5px;
        margin: 0 2px;
        width: 50%;
        text-align: center;
    }
}

.infinite-scroll-status {
    display: none;
    text-align: center;
}

.infinite-scroll-request {
    -webkit-animation: scaleOut 1s infinite ease-in-out;
    animation: scaleOut 1s infinite ease-in-out;
    margin: 30px auto;
}

.infinite-scroll-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.infinite-scroll-button {
    min-width: 250px;
}

.pagination-infinite_button .infinite-scroll-request, .pagination-infinite_scroll .infinite-scroll-button, .pagination-infinite_button .posts-navigation, .pagination-infinite_scroll .posts-navigation, .pagination-infinite_button:not(.paged-next) .infinite-scroll-button {
    display: none !important;
}

/* .article-crumb  */
.article-crumb {
    padding: 0;
    border-bottom: 1px dashed #f0f4f5;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article-crumb .breadcrumb {
    display: block;
    line-height: 2;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb {
    color: #8f8f8f;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: unset;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li a {
    color: #8f8f8f;
}

.breadcrumb li a:hover {
    color: #0079fb;
}

.breadcrumb>li+li::before {
    display: inline-block;
    padding: 0 .5rem;
    color: #8f8f8f;
    content: ">"
}

.article-content .entry-tags a {
    line-height: 1.2;
    font-size: 13px;
    color: #555;
    margin-top: .5rem;
}

.article-content .entry-share {
    padding-top: 0;
    margin-top: 20px;
}

.article-content .entry-share .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.article-content .entry-share .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-content .entry-share .share-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.article-content .entry-share .share-author img {
    max-width: 25px;
    margin-right: 10px;
    border-radius: 50%;
}

.article-content .entry-share .go-star-btn.ok {
    opacity: 0.8;
}

/*pagination end*/
/*single article*/
.single-download-thumbnail {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.single-download-thumbnail>img {
    width: 100%;
    object-fit: cover;
    max-height: 460px;
}

.single-download-nav {
    position: relative;
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.single-download-nav .nav.nav-pills {
    border-bottom: solid 1px #f0f4f5;
    margin: 0;
}

.single-download-nav li {
    margin-bottom: 20px;
}

.single-download-nav li:not(:last-child) {
    margin-right: 20px;
}

.single-download-nav li .nav-link {
    padding: .4rem .5rem;
    border-radius: 0;
    border-bottom: solid 2px;
    border-color: transparent;
}

.single-download-nav li .nav-link:hover {
    color: #34495e !important;
}

.single-download-nav li .nav-link.active {
    color: #323a46;
    border-color: #323a46;
    background-color: unset;
}

.content-area .tab-content {
    margin-bottom: 30px;
}

.tab-content .entry-comments {
    margin-top: 0;
    margin-bottom: 0;
}

.tab-content .related-posts {
    background: #fff;
    padding: 10px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.tab-content .related-posts .u-border-title {
    display: none;
}

.tab-content .entry-navigation {
    padding: 12px;
    padding-bottom: 0;
    padding-top: 20px;
}

.tab-content .entry-page-next, .tab-content .entry-page-prev {
    margin-bottom: 0;
}

.tab-content .accordion {
    padding: 20px;
    background: #fff;
}

.tab-content .accordion button span {
    float: right;
    padding: 5px;
}

.tab-content .accordion button.collapsed span:nth-child(1) {
    display: block;
}

.tab-content .accordion button.collapsed span:nth-child(2) {
    display: none;
}

.tab-content .accordion button span:nth-child(1) {
    display: none;
}

.tab-content .accordion button span:nth-child(2) {
    display: block;
}

@media (max-width: 768px) {
    .single-download-nav li {
        margin-bottom: 10px;
    }

    .single-download-nav li:not(:last-child) {
        margin-right: 10px;
    }

    .single-download-nav li .nav-link {
        padding: .2rem;
    }

    .tab-content .accordion button span {
        display: none !important;
    }
}

.content-area .article-content {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.article-content .entry-header {
    margin-bottom: 30px;
}

.article-content .entry-header .entry-title {
    font-size: 20px;
    font-weight: 900;
    -webkit-line-clamp: inherit;
    height: auto;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}

.article-content .h1, .article-content .h2, .article-content .h3, .article-content h1, .article-content h2, .article-content h3 {
    margin: 20px 0 10px;
    line-height: 1.4;
    font-weight: 700;
}

.article-content h4, .article-content h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .875rem;
}

.article-content .h1, .article-content h1 {
    font-size: 24px;
}

.article-content .h2, .article-content h2 {
    padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 4px solid #f0f4f5;
}

.article-content .h3, .article-content h3 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.2;
    border-left: 4px solid #fd721f;
}

.article-content p {
    line-height: 1.8;
    word-wrap: break-word;
}

.article-content .entry-content>p>a:not(.btn) {
    color: #536de6;
}

.article-content a:hover {
    opacity: 0.8;
}

.article-content .entry-content .post-password-form {
    color: #ff5b5b;
    padding: 20px;
    background: #ffe7b0;
    border-radius: .5rem;
    border: dashed 1px #fd9c00;
    text-align: center;
    font-size: 14px;
}

.article-content .entry-content .post-password-form input {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

@media (max-width: 768px) {
    .article-content p.has-text-align-center {
        text-align: center
    }

    .article-content p.has-text-align-left {
        text-align: left
    }

    .article-content p.has-text-align-right {
        text-align: right
    }
}

.article-content>p {
    white-space: pre-wrap
}

.article-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1;
    font-weight: 100
}

.article-content figure {
    margin-bottom: 20px;
    margin-bottom: 1.66667rem;
}

.article-content blockquote {
    position: relative;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 3px;
    background-color: #f0f4f5;
}

.article-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat;
    content: ''
}

.article-content blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) -16px 0 no-repeat;
    content: ''
}

.article-content blockquote p {
    margin: 0;
    padding: 10px;
}

.article-content ol, .article-content ul {
    padding-left: 2em;
    margin-bottom: 20px;
    list-style-position: outside;
    list-style-type: disc;
}

.article-content ol {
    list-style-type: decimal;
}

.article-content li {
    margin-bottom: 5px
}

.article-content img {
    height: auto
}

.article-content audio, .article-content img, .article-content video {
    max-width: 100%;
    vertical-align: top;
}

@media (max-width: 768px) {
    .article-content audio, .article-content video {
        display: block;
        width: 100%;
        height: auto
    }
}

.article-content video::-internal-media-controls-download-button {
    display: none
}

.article-content video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.article-content video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.article-content embed, .article-content iframe {
    max-width: 100%;
    vertical-align: top
}

.article-content .wp-video {
    width: auto!important;
    margin-bottom: 20px;
}

.gallery .gallery-item {
    margin: 0 auto;
    /* padding: 2px; */
}

.gallery .gallery-item img {
    margin: 0 auto
}

.gallery .gallery-itemdesc {
    position: absolute;
    bottom: 10px;
    width: 50%;
    left: 25%;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 100px;
    color: #eee
}

.gallery-size-large,.gallery-size-medium,.gallery-size-thumbnail {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: -2%;
    padding: 2px;
}

.gallery-size-large .gallery-item,.gallery-size-medium .gallery-item,.gallery-size-thumbnail .gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: center;
    margin-top: 1%;
}

.gallery-size-large .gallery-item img,.gallery-size-medium .gallery-item img,.gallery-size-thumbnail .gallery-item img {
    margin: 0 auto
}

.gallery-size-large .gallery-caption,.gallery-size-medium .gallery-caption,.gallery-size-thumbnail .gallery-caption {
    margin-top: 4px;
    font-size: 14px;
    color: #999
}

.gallery-size-large.gallery-columns-1 .gallery-item,.gallery-size-medium.gallery-columns-1 .gallery-item,.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
    width: 98%
}

.gallery-size-large.gallery-columns-2 .gallery-item,.gallery-size-medium.gallery-columns-2 .gallery-item,.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
    width: 48%
}

.gallery-size-large.gallery-columns-3 .gallery-item,.gallery-size-medium.gallery-columns-3 .gallery-item,.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
    width: 31.3333333333%
}

.gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
    width: 23%
}

.gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
    width: 18%
}

.gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
    width: 14.6666666667%
}

.gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item {
    width: 12.2857142857%
}

.gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item {
    width: 10.5%
}

.gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item {
    width: 9.1111111111%
}

@media (max-width: 768px) {
    .gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
        width:31.3333333333%
    }

    .gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
        width: 23%
    }

    .gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
        width: 23%
    }

    .gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item {
        width: 18%
    }

    .gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item {
        width: 14.6666666667%
    }

    .gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item {
        width: 12.2857142857%
    }
}

@media (max-width: 544px) {
    .gallery-size-large,.gallery-size-medium,.gallery-size-thumbnail {
        margin-right:-4%
    }

    .gallery-size-large .gallery-item,.gallery-size-medium .gallery-item,.gallery-size-thumbnail .gallery-item {
        margin-bottom: 4%;
        margin-right: 4%
    }

    .gallery-size-large.gallery-columns-1 .gallery-item,.gallery-size-medium.gallery-columns-1 .gallery-item,.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
        width: 96%
    }

    .gallery-size-large.gallery-columns-2 .gallery-item,.gallery-size-medium.gallery-columns-2 .gallery-item,.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
        width: 46%
    }

    .gallery-size-large.gallery-columns-3 .gallery-item,.gallery-size-medium.gallery-columns-3 .gallery-item,.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
        width: 46%
    }

    .gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
        width: 46%
    }

    .gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
        width: 29.3333333333%
    }

    .gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
        width: 29.3333333333%
    }

    .gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item {
        width: 21%
    }

    .gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item {
        width: 21%
    }

    .gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item {
        width: 16%
    }
}

@media (max-width: 768px) {
    .article-content embed, .article-content iframe {
        display: block;
        width: 100%;
        min-height: auto;
    }
}

.article-content .gallery img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.article-content .gallery img:hover {
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px #f9c851, 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.article-content img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    display: inline-block;
}

.article-content img.alignright {
    display: inline;
    float: right;
    margin: 0 0 1em 1em
}

.article-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.article-content img.alignnone {
    display: inline-block;
}

.article-content .wp-caption, .article-content button, .article-content input, .article-content select, .article-content textarea {
    max-width: 100%
}

.article-content .wp-caption-text {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: none;
}

.article-content table {
    width: 100%;
    table-layout: fixed
}

.article-content table td, .article-content table th {
    padding: 5px 10px
}

.article-content .wp-block-quote {
    border-left-color: #e5e5e5
}

.article-content .wp-block-subhead {
    text-indent: 0
}

.article-content .wp-block-code {
    color: #eee;
    background: #2b303b;
    border-radius: 2px;
    border-color: #393939
}

.article-content .wp-block-tag-cloud {
    display: block;
}

.article-content .wp-block-tag-cloud .tag-cloud-link {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px!important;
    color: #666;
    border: 1px solid hsla(0, 0%, 39%, .2);
    border-radius: 2px;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .2);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-content .wp-block-latest-posts {
    padding-left: 2em;
    margin-bottom: 10px;
    text-align: left
}

.article-content .wp-block-latest-posts.is-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: disc
}

.article-content .wp-block-table {
    width: 100%;
    margin-bottom: 20px
}

.article-content .wp-block-table td, .article-content .wp-block-table th {
    padding: 10px;
    border: 1px solid #e5e5e5
}

.article-content .wp-block-table.is-style-stripes td, .article-content .wp-block-table.is-style-stripes th {
    border: 0
}

.article-content .wp-block-table.aligncenter {
    display: table
}

.article-content .wp-block-table.left {
    float: none;
    text-align: left
}

.article-content .wp-block-table.alignright {
    float: none;
    text-align: right
}

.article-content .wp-block-cover-image-text {
    text-indent: 0
}

.article-content .wp-block-video {
    margin-bottom: 20px;
    text-align: center
}

.article-content .wp-block-audio, .article-content .wp-block-button {
    margin-bottom: 20px
}

.article-content .wp-block-embed {
    text-align: center
}

.article-content .wp-embedded-content {
    display: block;
    width: 100%
}

@media (max-width: 768px) {
    .article-content .wp-embedded-content {
        min-height: auto;
        max-height: none
    }
}

.article-content .wp-block-pullquote {
    padding: 3em 0;
    margin: 28px 0;
    text-align: center;
    border-top: 4px solid #e5e5e5;
    border-bottom: 4px solid #e5e5e5;
    color: #444
}

.article-content .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    background: none;
    border: 0
}

.article-content .wp-block-pullquote blockquote:before {
    display: none
}

.article-content .wp-block-verse {
    line-height: 2
}

.article-content .wp-block-image .aligncenter, .article-content .wp-block-image .alignleft, .article-content .wp-block-image .alignright, .article-content .wp-block-image.is-resized {
    display: table!important
}

.article-content .wp-block-quote, .article-content blockquote {
    position: relative;
    padding: 30px 40px;
    background: #f0f4f5;
}

.wp-block-code, .article-content pre {
    position: relative;
    padding: 10px;
    background: rgb(152 152 152 / 0.1);
    border-radius: 3px;
    border: 0;
    color: #6fbb72;
    padding-top: 30px;
    overflow-y: unset;
}

.article-content pre:after,.wp-block-code:after {
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top: 0;
    left: 8px;
    margin-top: 8px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
}

.article-content pre code {
    border-radius: 4px;
}

.article-content .post-note {
    display: inline-block;
    background-color: rgb(248 249 250);
    color: #555;
    border-color: #f8f9fa;
}

.article-content .ripay-content {
    border: 2px dashed #cdd6ff;
    padding: 0;
    background: #e4f9ff;
}

.ripay-content .card-body {
    padding: 1rem;
}

.ripay-content .pricing-options {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px;
    padding-top: 5px;
}

.ripay-content .pricing-options li {
    font-size: 12px;
    margin: 0;
    background: #ffffff;
    margin: 5px;
    border-radius: 4px;
    padding: 0 10px;
    color: #5a5a5a;
    border: 2px solid #ffd5d5;
}

.inline-gallery-container {
    width: 100%;
    // set 60% height height: 0;
    padding-bottom: 65%;
}

.ripay-content .pricing-options li b {
    padding: 2px 4px;
    font-size: 12px;
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion .accordion-button {
    text-align: left;
}

.accordion.accordion-icon .accordion-header {
    position: relative;
    margin: 0;
}

.accordion.accordion-icon .accordion-header .accordion-button {
    background: transparent;
    font-size: inherit;
    border: none;
}

.accordion.accordion-icon .accordion-header .accordion-button:after {
    content: "";
    background: #24292d !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}

.accordion.accordion-icon .accordion-header .accordion-button:before {
    content: "";
    background: #24292d !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.accordion.accordion-icon .accordion-collapse {
    border: none;
}

.accordion.accordion-icon .accordion-body {
    padding: 0.2rem 0.5rem 0.5rem 1rem;
}

.accordion.accordion-bg-light .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion.accordion-bg-light .accordion-button {
    background-color: rgba(116, 117, 121, 0.1) !important;
    color: #7c7c7c !important;
    padding: .65rem 1.25rem;
}

.accordion.accordion-bg-light .accordion-button:after {
    background: #24292d !important;
}

.accordion.accordion-bg-light .accordion-button:before {
    background: #24292d !important;
}

.accordion.accordion-bg-light .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 575.98px) {
    .accordion-icon .accordion-body {
        padding: 0.6rem 0.5rem 0.5rem 0.5rem !important;
    }

    .accordion-header .accordion-button {
        padding-left: 1.3rem !important;
    }
}

@media (max-width: 768px) {
    .content-area .article-content {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .article-content .wp-block-quote, .article-content blockquote {
        padding: 5px;
        font-size: 12px;
    }

    .article-content blockquote:before {
        display: none;
    }

    .article-content .ripay-content {
        padding: 0;
    }
}

.tags-substr {
    background: #eee;
    text-align: center;
    line-height: 3.5rem;
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    border-radius: 50%;
    color: #ccc;
}

/*single article end*/
/*.entry-navigation */
.entry-navigation {
    position: relative;
}

.entry-page-next, .entry-page-prev {
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    min-height: 60px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-page-next:hover, .entry-page-prev:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.entry-page-next:hover, .entry-page-prev:hover {
    border-color: #e6e6e6;
}

.entry-page-next .entry-page-icon, .entry-page-prev .entry-page-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    display: block;
    padding: 15px;
    font-size: 16px;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    z-index: 1;
}

.entry-page-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    display: block;
    padding: 16px;
    z-index: 1;
}

.entry-page-next .entry-page-info {
    text-align: left;
}

.entry-page-prev .entry-page-info {
    text-align: right;
}

.entry-page-prev .entry-page-icon {
    padding-right: 0;
}

.entry-page-next .entry-page-icon {
    padding-left: 0;
}

.entry-page-info .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 18px;
    line-height: 18px;
}

.entry-page-info .rnav {
    font-size: 12px;
    line-height: 1.625;
    color: #ccc;
}

@media (max-width: 768px) {
    .entry-page-next, .entry-page-prev {
        min-height: 42px;
        margin-bottom: 15px;
    }

    .entry-page-next .entry-page-icon, .entry-page-prev .entry-page-icon {
        padding: 0 16px;
    }
}

/*.entry-navigation end*/
/*related-posts*/
.related-posts h3, .comments-area .comments-title, .comments-area #reply-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
}

.related-posts {
    position: relative;
    margin-bottom: 0;
}

.related-posts .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.related-posts .post-list:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.related-posts .post-list .entry-media {
    width: 100px;
}

.related-posts .post .entry-title {
    font-weight: 500;
}

.related-posts .post-grid {
    margin-bottom: 10px;
}

.related-posts .post-grid .entry-media {
    margin: 0;
    border-radius: .3rem;
}

.reward-qrcode {
    display: flex;
    justify-content: center;
    align-content: center;
}

.reward-qrcode>span {
    display: inline-block;
    width: 160px;
    padding: 10px;
    color: #999;
    font-size: 12px;
    line-height: 1;
}

.reward-qrcode>span>img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    vertical-align: top;
}

.tooltip-inner {
    max-width: 480px;
}

/*related-posts end*/
/*_404*/
._404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 45vh);
    background: #fff;
}

._404 ._404-inner {
    margin: auto;
}

._404 ._404-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto;
}

._404 .entry-title, ._404 .entry-content {
    text-align: center;
}

._404 .entry-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: -60px;
}

._404 .search-form {
    margin: 30px auto 0;
    max-width: 350px;
}

._404 input[type="search"] {
    background-color: #fff;
}

@media (max-width: 767px) {
    ._404 {
        height: calc(100vh - 80px - 60px);
    }
}

/*_404 end*/
.series-item-warp {
    vertical-align: top;
    font-size: 14px;
    margin-top: 20px;
}

.series-item {
    padding: 20px;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.series-item:hover {
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}

.series-item-top {
    position: relative;
    overflow: hidden;
}

.series-item-thumb {
    width: 220px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}

.series-item-thumb img {
    width: 100%;
    height: auto;
    display: inline;
}

.series-item-title {
    padding-left: 240px;
}

.series-item-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 15px;
}

.series-item-title p {
    height: 66px;
    color: #828282;
    line-height: 22px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.series-item-more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}

.series-item-bottom {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.series-item-bottom a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 32px;
    color: #5a5a5a;
    text-decoration: none;
    max-width: 100%;
    white-space: nowrap;
    vertical-align: top
}

.series-item-bottom a,.series-item-bottom a:before,.series-item-bottom a:hover:before {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.series-item-bottom a:before {
    position: absolute;
    left: 4px;
    top: 12px;
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
    content: ""
}

.series-item-bottom a:hover:before {
    border-left-color: var(--theme-hover)
}

.series-item-bottom a, .series-item-title p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .series-item {
        padding:10px
    }

    .series-item-thumb {
        width: 140px
    }

    .series-item-title {
        padding-left: 155px
    }

    .series-item-title h2 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .series-item-title p {
        height: 38px;
        line-height: 1.4
    }

    .series-item-more {
        display: none
    }

    .series-item-bottom {
        margin: 10px 0 0;
    }
}

/*/////////sidebar//////////*/
.widget-area .sidebar {
    position: relative;
}

.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.widget-title:before {
    background-color: #fd721f;
    content: "";
    height: 8px;
    margin-right: 5px;
    width: 8px;
    border-radius: 100%;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ol li, .widget ul li {
    position: relative;
    padding: 5px 0;
}

.widget ol a, .widget ul a {
    font-size: 14px;
    font-weight: 500;
}

.widget[class*="chino_theme"] ul li:before {
    display: none;
}

.widget ol li, .widget ul li span {
    color: #ccc;
    font-size: 13px;
}

.widget-area .widget_search .form-group, .widget-area .widget_search .form-control {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0 10px;
    height: calc(1.5em + .75rem + 2px);
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-area .widget_search .form-group {
    padding-right: 5px;
}

.widget-area .widget_search .form-group+.form-group {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .related-posts {
        margin-bottom: 10px;
    }

    .widget-area .widget:first-child {
        margin-top: 10px;
    }

    .widget-area .widget {
        margin-bottom: 10px;
    }

    .widget-area .widget_search {
        display: none;
    }
}

/*.question-archive*/
.cat-card {
    height: 120px;
}
.cat-card.current{
    background: var(--primary-opacity-35);
}
.question-nav {
    margin-top: 10px;
    border: none;
}

.question-nav .nav-link {
    border: 0;
}

.question-area {
    background: #fff;
    padding: 15px;
    border-radius: 0 .5rem .5rem .5rem;
    padding-bottom: 40px;
}

.post-list.question {
    position: relative;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.post-list.question .answers {
    display: inline-block;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    color: #555;
    background: rgb(240 244 245);
    border: none;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
}

.post-list.question .answers.is {
    color: #0084ff;
    background: rgba(0, 132, 255, 0.1);
}

.post-list.question .answers small {
    display: block;
    font-size: 12px;
}

.post-list.question:hover {
    transform: none;
    box-shadow: none;
}

.post-list.question .entry-header .entry-title {
    height: auto;
}

.post-list.question .entry-footer {
    position: relative;
    margin-top: 5px;
}

/*widget end*/
/* site_abc_wrap */
.site_abc_wrap {
    position: relative;
    margin: 0 auto;
    border-radius: .5rem;
    overflow: hidden;
}

.site_abc_wrap.pc {
    margin: 20px auto;
}

.site_abc_wrap.mobile {
    margin: 15px auto;
}

.site_abc_wrap.bottum {
    margin-bottom: 0;
}

.site_abc_wrap.top {
    margin-top: 0;
}

/*.site-footer*/
.site-footer {
    background: #fff;
    position: relative;
    color: #555;
    margin-top: 30px;
}

.site-footer a {
    color: #555;
    margin: 0 5px;
}

.site-footer .footer-copyright {
    padding: 20px 0;
    border-top: solid 1px #f0f4f5;
}

.site-footer .footer-info .logo {
    max-width: 140px;
}

.site-footer .footer-info .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #676b6f;
}

.site-footer .footer-widget {
    color: #adadad;
    padding: 30px 0;
}

.site-footer .footer-widget .btn {
    margin-left: 0;
    background-color: transparent !important;
    background: transparent !important;
    border-color: #f0f4f5;
}

.site-footer .footer-widget img {
    max-width: 160px !important;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}

.site-footer .footer-widget .widget {
    margin: 0 10px;
}

.site-footer .footer-links {
    padding: 15px 0;
}

.site-footer .footer-links a {
    color: #424649
}

.site-footer .footer-links a:hover {
    color: #676b6f
}

.site-footer .footer-links ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.site-footer .footer-links h6, .footer-links li {
    font-size: 12px;
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    margin: 0 8px
}

/*m-menubar*/
.m-menubar {
    display: none;
    z-index: 1040;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 0;
}

.m-menubar:before {
    content: '1';
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    display: block;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.m-menubar ul {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.m-menubar li {
    flex: 1;
    text-align: center;
    font-size: 12px;
}

.m-menubar li a>i {
    margin-bottom: 0;
    display: block;
    font-size: 20px;
}

.m-menubar li a {
    display: block;
    margin-top: 5px;
}

.m-menubar li.active a {
    color: #007afb
}

.m-menubar li.active a>i {
    color: #007afb
}

@media (max-width: 1024px) {
    body {
        padding-top:0 !important;
        padding-bottom: 60px !important
    }

    .m-menubar {
        display: block
    }
}

/*rollbar*/
.rollbar {
    position: fixed;
    top: 50%;
    width: 40px;
    right: 5px;
    line-height: 60px;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    text-align: center;
    display: none;
}

.rollbar .actions {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rollbar .actions li {
    position: relative;
    list-style: none;
    margin: 10px 0; 
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}

.rollbar .actions li:hover {
    opacity: .8;
    transform: scale(1.1); 
}

.rollbar .actions li>a {
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #383838;
    text-decoration: none; 
}

.rollbar .actions li>a .spinner-grow {
    position: absolute;
    left: 5px;
    top: -15px;
    width: 8px;
    height: 8px;
    background-color: #4CAF50;
}

.rollbar .actions li a.burger:before, .rollbar .actions li a.burger:after {
    display: none;
}

.rollbar .rollbar-item {
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: block;
    line-height: 40px;
    margin: 5px;
    color: #ff3333;
    margin: 10px 0; 
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
}

.rollbar .rollbar-item i {
    animation: flashing 1.5s infinite linear;
}

.rollbar .rollbar-item:hover {
    opacity: .8;
    transition: all .2s;
}

@media (max-width: 767px) {
    .rollbar {
        display: none!important;
        opacity: 0;
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

/*///////////////////////////*/
/*swal2*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgb(0 0 0 / 80%);
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.swal2-popup {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.swal2-popup.swal2-toast {
    -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
}

.swal2-title {
    font-size: 1.025em;
}

.swal2-close {
    top: 5px;
    right: 5px;
    color: #ccc;
    font-size: 1.5em;
    line-height: 1.2;
    cursor: pointer;
    color: #000;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    font-family: sans-serif;
}

.swal2-actions {
    margin: 0.5em auto 0.5em;
}

.swal2-timer-progress-bar-container {
    z-index: 999;
    height: .2em;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .3s;
    animation: swal2-toast-show .3s;
}

.swal2-timer-progress-bar {
    background: #eee;
    border-radius: 10px;
}

@-webkit-keyframes swal2-show {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes swal2-show {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }
}

@keyframes swal2-toast-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }
}

.swal2-popup .pay-button-box {
    padding: 12px 30px;
    z-index: 1;
    text-align: center;
}

.swal2-popup .pay-button-box .pay-item {
    width: 100%;
    height: 80px;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.swal2-popup .pay-button-box .pay-item+.pay-item {
    border-top: 1px solid #e6e6e6;
}

.swal2-popup .pay-button-box .pay-item span {
    display: inline-block;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.swal2-popup .pay-button-box .pay-item i.alipay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/alic.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.weixinpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/wxc.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.paypal {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/paypal.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.iconpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/yec.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item:hover {
    opacity: 0.6;
    color: #1990fc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swal2-popup .qrcon {
    position: relative;
}

.swal2-popup .qrcon h5 {
    padding: 0;
    margin-top: 1.8em;
}

.swal2-popup .qrcon img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    text-align: center;
}

.swal2-popup .qrcon .title {
    font-size: 16px;
    margin: 10px auto;
}

.swal2-popup .qrcon .qrcode img {
    width: 200px;
    height: 200px;
}

.swal2-popup .qrcon .bottom {
    border-radius: 0 0 .3125em .3125em;
    width: 100%;
    background: #33465a;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.swal2-popup .qrcon .bottom.alipay {
    background: #00a7ef;
}

.swal2-popup .qrcon .bottom.weixinpay {
    background: #08bb21;
}

.swal2-popup .swal2-image.poser {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-loading {
    width: 180px;
}

@media (max-width: 768px) {
    body.swal2-toast-shown .swal2-container.swal2-top {
        width: 100%;
    }

    .swal2-popup.swal2-toast .swal2-title {
        font-size: 15px;
    }

    .swal2-popup.swal2-toast {
        width: calc(100% - 10px);
        padding: 10px;
    }
}

/*///////////*/
.zptheme-widget-shop-down {
    position: relative;
}
.zptheme-widget-shop-down .down-info:before {
    content: '';
    position: absolute;
    background: rgb(240, 244, 245);
    width: 20px;
    height: 20px;
    top: 15px;
    right: -30px;
    border-radius: 50%;
}

.zptheme-widget-shop-down .down-info:after {
    content: '';
    position: absolute;
    background: rgb(240, 244, 245);
    width: 20px;
    height: 20px;
    top: 15px;
    left: -30px;
    border-radius: 50%;
}
.zptheme-widget-shop-down .price {
    margin-top: -10px;
    margin-bottom: 10px;
}

.zptheme-widget-shop-down .price>h3 {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
}

.zptheme-widget-shop-down .price>h3>small {
    font-size: 60%;
    margin-left: 5px;
}

.zptheme-widget-shop-down .pricing-options {
    padding: 0 10px;
    padding-top: 15px;
    background: #ebfaff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.zptheme-widget-shop-down .pricing-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px 10px 15px;
}

.zptheme-widget-shop-down .pricing-options li::after, .zptheme-widget-shop-down .pricing-options li::before {
    content: "";
    position: absolute;
    top: calc((10px - -5px) / 2);
}

.zptheme-widget-shop-down .pricing-options li::before {
    height: 100%;
    width: 1px;
    left: 5px;
    background: rgb(255 138 138 / 50%);
}

.zptheme-widget-shop-down .pricing-options li::after {
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #ff8f8f;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-image: initial;
    border-radius: 50%;
}

.zptheme-widget-shop-down .pricing-options li:last-child::before {
    display: none;
}

.zptheme-widget-shop-down .pricing-options li span {
    color: #545d8a;
    font-size: 12px;
}

.zptheme-widget-shop-down .pricing-options li b {
    font-size: 12px;
    color: #545d8a;
}

.zptheme-widget-shop-down .pricing-options li b>small {
    font-weight: 500;
}

.zptheme-widget-shop-down .pricing-options li p {
    margin: 0;
    margin-bottom: 10px;
}

.zptheme-widget-shop-down .down-info {
    position: relative;
    margin-top: 15px;
}

.zptheme-widget-shop-down .down-info .infos {
}

.zptheme-widget-shop-down .down-info>h5 {
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
    font-size: 13px;
    margin-bottom: 5px;
}

.zptheme-widget-shop-down ul.infos li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zptheme-widget-shop-down ul.infos li p {
    margin: 0;
    font-size: 12px;
    vertical-align: top;
    line-height: 24px;
    color: #6c757d;
}

.zptheme-widget-shop-down ul.infos li p.data-label {
    width: 30%;
    font-weight: 400;
}

.zptheme-widget-shop-down ul.infos li p.info {
    width: 68%;
}

#header-widget-shop-down .zptheme-widget-shop-down {
    position: relative;
    padding: 20px;
    background: rgb(42 196 255 / 10%);
    margin-bottom: 30px;
}

#header-widget-shop-down .zptheme-widget-shop-down .price>h3 {
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    color: unset;
    border-left: unset;
}

/*/*/
/*/cms widget*/
.chino_theme-widget-post-cms {
    position: relative;
}

.chino_theme-widget-post-cms .post-cms {
    position: relative;
}

.post-cms .u-permalink {
    z-index: 1;
}

.post-cms .cms_grid_box {
    height: calc(100% - 15px);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    min-height: 200px;
    border-radius: .5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-cms .cms_grid_box:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.post-cms .cms_grid_box::after, .post-cms .cms_grid_list .post-grid::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: .5rem;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, 0.35)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-cms .cms_grid_box:hover::after {
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#000));
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #000 100%);
}

.post-cms .cms_grid_box:hover .entry-title a {
    background-size: 100% 3px;
}

.post-cms .cms_grid_box .post {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 30px;
    width: 100%;
    z-index: 1;
}

.chino_-widget-post-img .cms_grid_box .post {
    padding: 15px;
}

.post-cms .cms_grid_box .entry-title {
    height: auto;
    line-height: 1.5;
    font-size: 18px;
    -webkit-line-clamp: unset;
    -webkit-box-orient: inherit;
    white-space: unset;
    padding-bottom: 5px;
}

.post-cms .entry-title a {
    padding-bottom: 6px;
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-cms .post-grid:hover .entry-title a {
    background-size: 100% 3px;
}

.post-cms .cms_grid_box .entry-title a {
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
}

.post-cms .cms_grid_list .post {
    margin-bottom: 15px;
}

.post-cms .cms_grid_list .post-list .entry-media {
    width: 100px;
}

.post-cms .cms_grid_list .post-list .entry-media .dplayer-controller {
    display: none
}

.post-cms .cms_grid_list .post-grid {
    padding: 0;
}

.post-cms .cms_grid_list .post-grid .entry-title {
    line-height: 1.2;
    height: auto;
    padding-bottom: 3px;
}

.post-cms .cms_grid_list .post-grid .entry-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    z-index: 1;
}

.post-cms .cms_grid_list .post-grid .entry-wrapper .entry-title a {
    color: #fff;
    font-size: 80%;
}

@media (max-width: 992px) {
    .post-cms .cms_grid_box {
        height: 200px;
        margin-bottom: 15px;
    }
}

.widget .tagcloud {
    font-size: 0
}

.widget .tagcloud a {
    display: initial;
    margin: 0 1px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    color: #999;
    background-color: #f0f4f5;
    float: left;
    width: 32.333%;
    margin: 0 1% 1% 0;
    padding: 0 8px;
    font-size: 12px !important;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.widget .tagcloud a:nth-child(1) {
    color: #3385fc;
}

.widget .tagcloud a:nth-child(2n) {
    color: #a78522;
}

.widget .tagcloud a:nth-child(3n) {
    color: #4c9a50;
}

.widget .tagcloud a:nth-child(4n) {
    color: #555;
}

.widget .tagcloud a:hover {
    color: #fff;
    background: #536de6;
}

.chino_-widget-post {
    position: relative;
}

.chino_-widget-post .post-list {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f4f5;
    padding: 10px 0;
}

.chino_-widget-post .post-list .entry-meta {
    display: none;
}

.chino_-widget-post .post-list:last-child {
    margin-bottom: 0;
    border-bottom: none !important;
    padding-bottom: 0;
}

.chino_-widget-post .post-list .entry-media {
    width: 100px;
    margin-right: 10px;
}

.chino_-widget-post .post-list .entry-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    height: auto;
}

.chino_-widget-post .post-list .entry-title a {
    color: #555;
}

.chino_-widget-post .post-list.maxbg {
    display: block;
    position: relative;
}

.chino_-widget-post .post-list.maxbg .entry-meta {
    display: none;
}

.chino_-widget-post .post-list.maxbg .entry-media {
    width: 100%;
    margin-bottom: 5px;
}

.widget-area .widget_media_image, .widget-area .widget_custom_html {
    padding: 0;
}

.chino_-widget-categories {
    position: relative;
}

.chino_-widget-categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.chino_-widget-categories .cat-item {
    padding: 5px;
    margin: 0;
    flex-basis: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.chino_-widget-categories .cat-item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.chino_-widget-categories .cat-item .inner {
    background: #FBFBFD;
    display: flex;
    padding: 5px;
    align-items: center;
    min-height: 50px;
    border-radius: 10px;
}

.chino_-widget-categories .cat-item .inner .thumbnail {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
}

.chino_-widget-categories .cat-item .inner .thumbnail img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 30px;
}

.chino_-widget-categories .cat-item .inner .content {
    margin-left: 15px;
}

.chino_-widget-categories .cat-item .inner .content .title {
    margin-bottom: 0;
    font-size: 14px;
}

.delimiter-bottom:after {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: -o-radial-gradient(center, ellipse, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
}

.home-cat-nav {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
}

.home-cat-nav::-webkit-scrollbar {
    width: 0;
    height: 2px;
    display: block;
}

.home-cat-nav>a:hover {
    opacity: 0.8
}

.home-cat-nav>a.active {
    background-color: #34495e;
    border-color: #ffffff;
    color: #fff;
    border-radius: 4px;
}

/*widget end post cms*/
/*///////////*/
/*ajax-signup-form*/
.ajax-signup-form {
    text-align: left;
    font-size: 1rem;
    padding: 30px;
}

.ajax-signup-form .btn-link {
    color: #555;
}

.ajax-signup-form .logo-wrapper {
    max-width: 50%;
    margin: 0 auto;
}

.ajax-signup-form .position-abs {
    position: absolute;
    bottom: 10px;
    color: #eee;
}

.ajax-signup-form .position-abs a {
    color: #eee;
}

.ajax-signup-form .login-page-title {
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
    color: #9da9bb;
    font-size: 1rem
}

.social-text {
    position: relative;
    width: 100%;
    margin-bottom: 1.2rem;
}

.social-text .absolute-centered {
    color: #9da9bb;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff!important;
    white-space: nowrap!important;
}

.nav-segment {
    position: relative;
    background-color: #f8fafd;
    padding: .25rem .25rem;
    border-radius: .3125rem
}

.nav-segment:not(.nav-fill) {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex
}

.nav-segment .nav-link {
    color: #677788;
    font-size: .875rem;
    font-weight: 600;
    padding: .375rem .875rem;
    border-radius: .3125rem
}

.nav-segment .nav-link:hover {
    color: #377dff
}

.nav-segment .nav-link.active {
    color: #1e2022;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
}

.nav-segment.nav-pills {
    border-radius: 6.1875rem
}

.nav-segment.nav-pills .nav-link {
    border-radius: 6.1875rem
}

.oauth {
    position: relative;
}

.oauth .oauth-btn {
    width: 100%;
}

.oauth .list-inline-item {
    width: calc(33% - 0.5rem);
}

/*/////////////page-template-page-user//////////////*/
.page-template-page-user {
    position: relative;
}

.login-page-title {
    position: relative;
}

.login-page-title>h1 {
    font-size: 1.5rem;
}

.page-template-page-user .site-content {
    padding-top: 0;
}

.user-top-header {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.pt-16, .py-16 {
    padding-top: 7.5rem!important;
}

.avatar-xl {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.66667rem;
}

.border-width-4 {
    border: 4px solid;
}

.lh-1 {
    line-height: 1;
}

.user-top-container {
    position: relative;
    padding-top: 2rem;
}

.breadcrumb-no-gutter {
    padding: 0;
}

.breadcrumb-light .breadcrumb-item {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
}

.navbar-toggler {
    background-color: #f8fafd
}

.navbar-toggler .navbar-toggler-default {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-toggler .navbar-toggler-toggled {
    display: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-default {
    display: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn svg {
    margin-bottom: 0
}

.btn-icon.btn-sm {
    font-size: .8125rem;
    width: 2.6875rem;
    height: 2.6875rem
}

.navbar-vertical.show .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-vertical .nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navbar-vertical .nav-sub .nav-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.navbar-vertical .nav-sub .nav-link .nav-link-badge {
    margin-left: auto
}

.navbar-vertical .nav-tabs {
    border-bottom-width: 0;
}

.navbar-vertical .nav-tabs .nav-link {
    border-width: 0;
    margin-bottom: 0;
}

.navbar-vertical .nav-tabs .active .nav-link, .navbar-vertical .nav-tabs .active.nav-link {
    background-color: rgb(240 244 245);
    border-radius: 0.5rem;
    color: #377dff;
}

.nav .nav-link {
    color: #555;
    font-size: .875rem;
}

.nav .nav-link:not(.active):hover {
    color: #377dff
}

.nav:not(.nav-pills) .nav-item.active .nav-link, .nav:not(.nav-pills) .nav-link.active {
    color: #377dff;
}

.nav-icon {
    margin-right: .5rem
}

.nav-shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}

.stat {
    background: #e0eafc;
    border-radius: 50%;
    padding: .75rem;
    width: 48px;
    height: 48px;
}

.card {
    width: 100%;
    border: .0625rem solid rgba(231, 234, 243, .7);
    border-radius: .5rem;
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7)
}

.card-header:first-child {
    border-radius: .75rem .75rem 0 0
}

.card-title {
    display: block;
    margin-bottom: 0;
    font-size: .95rem;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    border-top: .0625rem solid rgba(231, 234, 243, .7)
}

.card-footer:last-child {
    border-radius: 0 0 .75rem .75rem
}

.card-hover {
    transition: box-shadow .25s ease;
}

.card-hover:focus, .card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.form-control {
    border: .0625rem solid #e7eaf3!important;
  
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.form-control .custom-control-label {
    width: 100%;
}

.custom-control-label, .custom-select {
    cursor: pointer;
}

.list-group-lg .list-group-icon {
    font-size: 1.6rem;
    width: 2.5rem;
    margin-right: .5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.btn.avatarinfo {
    padding: 0;
    margin-bottom: 10px;
}

.btn.avatarinfo label {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
}

.btn.avatarinfo a[class*=upload] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
}

.btn.avatarinfo a[class*=upload] i {
    font-size: 20px;
    color: #000000;
    opacity: 0.5;
    margin-top: 13px;
}

.btn.avatarinfo a[class*=upload] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
}

.btn.avatarinfo img {
    margin: 0;
    padding: 0;
    margin-right: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: solid #f8fafd 2px;
}

@media (max-width: 992px) {
    .user-top-container {
        padding-top: .5rem;
    }

    .pt-16, .py-16 {
        padding-top: 4.5rem!important;
    }

    .navbar-vertical .nav {
        -ms-flex-direction: revert;
        flex-direction: revert;
    }
}
/*///////////////////////////*/
.pay-vip-item {
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.pay-vip-item.ok, .pay-vip-item:hover {
    border: 2px solid #ffc62c;
}

.pay-vip-item.ok:after {
    color: #697fe6;
    content: "\f058";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 15px;
}

.pay-vip-item .vip-title {
    padding: 10px;
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}

.pay-vip-item .vip-text {
    margin: 0;
    text-align: center;
}

.pay-vip-item .vip-price {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.pay-vip-item .vip-price small {
    color: #3c3c3c;
}

.text-cap {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.card-body hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #e2e2e2;
    background-color: transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    width: 100%;
}

/*//////////////////*/
.pay_coin_bg {
    background: #f9f9f9;
}

.pay-option-card {
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(216 216 216 / 10%);
    border-radius: 8px;
    overflow: hidden;
    background: rgb(216 216 216 / 10%);
}

.pay-option-card.ok {
    border: 2px solid #f9c851;
    background: unset;
}

.pay-option-card.no-border {
    border: none;
    background: rgb(125 125 125 / 5%);
}

.pay-option-card.ok:after {
    color: #f9c851;
    content: "\f058";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 5px;
    left: 10px;
}

.pay-option-card.no-border.ok:after {
    display: none;
}

.pay-option-card .input {
}

.card-body hr:before, .card-body hr:after {
    display: none
}

.card-body .shopin-img {
    height: 70px;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}

.user-favpage .post-list .entry-media {
    width: 160px;
}

.user-favpage .post-list {
    border-bottom: solid #f0f4f5 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.user-favpage .dplayer-controller {
    display: none;
}

.user-favpage .post-list .meta-post-type {
    display: none;
}

/*///////////*/
.media-toolbar .media-toolbar-secondary, .screen-reader-text {
    display: none;
}

.media-frame-content:focus {
    border: none;
}

.dplayer-logo {
    max-width: 100px !important;
}

.border-shortcode {
    border-color: rgb(143 143 143 / 20%) !important;
}

/*poster*/
.poster-html {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    top: 0;
    text-align: center;
}

.poster-html .poster-header {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.poster-html .poster-header img {
    width: 100%;
    height: auto;
}

.poster-html .poster-title {
    text-align: left;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}

.poster-html .poster-title:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, transparent, rgb(0 0 0 / 0.6));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0 0 0 / 0.6)));
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 0.6));
}

.poster-html .poster-body {
    text-align: left;
    position: relative;
    padding: 20px 20px 20px;
}

.poster-html .poster-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    overflow: hidden;
}

.poster-html .poster-author {
}

.poster-html .poster-author img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
}

.poster-html .poster-data {
}

.poster-html .poster-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.8px;
    text-align: left;
}

.poster-html .poster-footer {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
}

.poster-html .poster-logo {
    width: 100%;
}

.poster-html .poster-logo img {
    max-width: 140px;
    padding: 10px 0;
}

.poster-html .poster-logo p {
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    margin: 0;
}

.poster-html .poster-qrcode {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81 63v18H61m-41 0H1V62m0-43V1h20m40 0h20v18' stroke='%232157B2' fill='none' opacity='.405' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: repeat;
    background-position: 50%;
}

.poster-html .poster-qrcode img {
    max-width: 100px;
    width: 100px;
    height: 100px;
}

.poster-canvas img {
    /*margin-top: -10px;*/
}

.poster-down {
    margin-bottom: 20px;
}

/*notify-content*/
.notify-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.notify-content h3 {
    letter-spacing: 2px;
    padding: .8rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    background: rgb(0 0 0 / 20%);
    border-radius: 3px 3px 0 0;
    margin: 0;
    margin-bottom: 0;
    color: #FFFF;
}

.notify-content div {
    padding: 20px 30px;
    margin: 0;
    font-size: 15px;
    color: #FFF;
    text-align: left;
}

/*poster end*/
/*bootstrap-select*/
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

/*bootstrap-select end*/
/*wide-screen*/
@media (min-width: 1200px) {
    .wide-screen .container, .wide-screen .container-lg, .wide-screen .container-md, .wide-screen .container-sm, .wide-screen .container-xl {
        max-width: 1440px;
    }

    .wide-screen .col-lg-5ths {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .wide-screen .col-xs-5ths, .wide-screen .col-sm-5ths, .wide-screen .col-md-5ths, .wide-screen .col-lg-5ths {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }

    .wide-screen .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .wide-screen .row.no-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .wide-screen [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .wide-screen .no-gutters>.col, .wide-screen .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}

/***********************/
.small_block {
    position: relative;
    margin: -55px auto;
    z-index: 8;
}
.glass-bg,.module.slider.owl .owl-prev, .module.slider.owl .owl-next,.swal2-close,.off-canvas .canvas-close {
    transition: transform cubic-bezier(.1,1.2,.5,1) .5s,width cubic-bezier(.1,1.2,.5,1) .5s,opacity .5s;
    background: var(--primary-opacity-05) linear-gradient(var(--white-opacity-0) 65%,var(--white-opacity-65));
    box-shadow: 0 0 0 1px var(--white-opacity-9) inset,0 1px 2px var(--primary-gray-opacity-2),0 1px 10px var(--primary-opacity-1);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.text-color {
    background-image: -webkit-linear-gradient(125deg, var(--primary-color) 50%, var(--primary-opacity-4) 40%);
    background-image: -moz-linear-gradient(125deg, var(--primary-color) 50%, var(--primary-opacity-4) 40%);
    background-image: -o-linear-gradient(125deg, var(--primary-color) 50%, var(--primary-opacity-4) 40%);
    background-image: linear-gradient(125deg, var(--primary-color) 50%, var(--primary-opacity-4) 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.b-blue,
.b-blue-2,
.b-cyan,
.b-gray,
.b-green,
.b-purple,
.b-red,
.b-theme,
.b-yellow,
.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
    color: var(--this-color);
    background: var(--this-bg) !important;
    --this-color: #ffffff;
}

.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
    border: none;
}

.b-theme {
    --this-bg: var(--focus-color);
}

.b-gray {
    --this-bg: #818b95;
}

.b-red {
    --this-bg: #ff5473;
}

.b-yellow {
    --this-bg: #ff6f06;
}

.b-cyan {
    --this-bg: #08c4c1;
}

.b-blue {
    --this-bg: #2997f7;
}

.b-blue-2 {
    --this-bg: #5c7cff;
}

.b-green {
    --this-bg: #12b928;
}

.b-purple {
    --this-bg: #d448f5;
}

.c-blue,
.c-blue-2,
.c-cyan,
.c-gray,
.c-green,
.c-green-2,
.c-purple,
.c-purple-2,
.c-red,
.c-red-2,
.c-theme,
.c-white,
.c-yellow,
.c-yellow-2 {
    color: var(--this-color);
}

.c-theme {
    --this-color: var(--focus-color);
    --this-bg: var(--focus-color-opacity1);
}

.c-gray {
    --this-color: #888;
    --this-bg: rgba(136, 136, 136, 0.1);
}

.c-white {
    --this-color: #ffffff;
    --this-bg: rgba(255, 255, 255, 0.1);
}

.c-red {
    --this-color: #ff5473;
    --this-bg: rgba(255, 84, 115, 0.1);
}

.c-red-2 {
    --this-color: #d6064c;
    --this-bg: rgba(194, 41, 46, 0.1);
}

.c-yellow {
    --this-color: #ff6f06;
    --this-bg: rgba(255, 111, 6, 0.1);
}

.c-yellow-2 {
    --this-color: #c58516;
    --this-bg: rgba(179, 103, 8, 0.1);
}

.c-blue {
    --this-color: #2997f7;
    --this-bg: rgba(41, 151, 247, 0.1);
}

.c-blue-2 {
    --this-color: #5c7cff;
    --this-bg: rgba(77, 130, 249, 0.1);
}

.c-cyan {
    --this-color: #04b9b6;
    --this-bg: rgba(8, 196, 193, 0.1);
}

.c-green {
    --this-color: #18a52a;
    --this-bg: rgba(18, 185, 40, 0.1);
}

.c-green-2 {
    --this-color: #6a933e;
    --this-bg: rgba(72, 135, 24, 0.1);
}

.c-purple {
    --this-color: #e434e1;
    --this-bg: rgba(213, 72, 245, 0.1);
}

.c-purple-2 {
    --this-color: #8e4aff;
    --this-bg: rgba(154, 72, 245, 0.1);
}

.vip-tag {
    --this-color: #ffffff;
    --this-bg: linear-gradient(135deg, #ff74cd 10%, #ec7d0b 100%);
}

.badg-sm {
    border: 0;
    padding: 1px 4px;
}

.jb-red {
    --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
}

.jb-pink {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}

.jb-yellow {
    --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}

.jb-blue {
    --this-bg: linear-gradient(135deg, #2468f2 10%, #3d70ff 100%);
}

.jb-cyan {
    --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%);
}

.jb-green {
    --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}

.jb-purple {
    --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%);
}

.jb-vip1 {
    --this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
    --this-color: #866127;
}

.jb-vip2 {
    --this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
    --this-color: #ddd;
}
.text-number {
    position: relative;
    z-index: 9;
    color: #fff;
}

.number-size {
    position: relative;
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    z-index: 9;
}

.box-content:hover .numberup,
.box-content:hover .text-number {
    color: var(--primary-color);
}

.img-width {
    width: 64px;
    height: 64px;
}

.box-contents:hover .img-sahpe {
    animation: chino_b3u 1s steps(30) forwards;
}

.img-sahpe {
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}

.is-enter {
    -webkit-animation: zpro-icon-enter 0.3s steps(16) forwards;
    animation: zpro-icon-enter 0.3s steps(16) forwards;
}

.is-leave {
    -webkit-animation: zpro-icon-leave 0.3s steps(16) forwards;
    animation: zpro-icon-leave 0.3s steps(16) forwards;
}

@-webkit-keyframes zpro-icon-enter {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 0 -960px;
    }
}

@keyframes zpro-icon-enter {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 0 -960px;
    }
}

@-webkit-keyframes zpro-icon-leave {
    0% {
        background-position: 0 -960px;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes zpro-icon-leave {
    0% {
        background-position: 0 -960px;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes chino_b3u {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

@media (min-width: 992px) {
    .top-nav {
        cursor: pointer;
        width: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 81px;
        position: absolute;
        z-index: 2;
        opacity: 0.6;
        background: -moz-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -webkit-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -o-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -ms-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5272A33', endColorstr='#00272A33', GradientType=0);
    }

    .dark-open .slide-now .site-header,
    .dark-open .site-header.headerfull {
        background-color: #293042 !important;
    }

    .slide-now .site-header,
    .site-header.headerfull {
        position: fixed !important;
        box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px rgba(255, 255, 255, 0.1), 1px 3px 24px -1px rgba(0, 0, 0, 0.15) !important;
        background-color: rgba(255, 255, 255, 0.5) !important;
        background: rgba(255, 255, 255, 0.5) !important;
        -webkit-backdrop-filter: saturate(5) blur(20px);
        backdrop-filter: saturate(5) blur(20px);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-transition .site-header {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .article-content .entry-share {
        display: none;
    }

    .site-header.headerfull .logo-wrapper {
        display: block;
    }

    .navbar .sep {
        margin: 0;
    }

    /*.headerfull .navbar .sep {*/
    /*	margin:0 20px;*/
    /*}*/
    .dark-open .headerfull .navbar .menu-item>a,
    .dark-open .headerfull .navbar .dropdown .mx-display-name,
    .dark-open .navbar-transition .headerfull .navbar .navbar-button {
        color: #ffffff !important;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .headerfull .navbar .menu-item>a,
    .headerfull .navbar .dropdown .mx-display-name,
    .navbar-transition .headerfull .navbar .navbar-button {
        color: #000 !important;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .navbar-transition .headerfull .navbar .login-btn.navbar-button {
        color: var(--primary-color) !important;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
}

.pople-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-service.a75411e0.png');
}

.ziyuan-img {
    background-image: url('https://main.qcloudimg.com/raw/eb4a8cfcc166824d04551e7b1223b4a9.png');
}

.today-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-time.c32429e2.png');
}

.week-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-5day.8b4d6e68.png');
}

.safe-img {
    background-image: url('https://main.qcloudimg.com/raw/3eeffec2f2d634657d7cc889c2fa9491.png');
}

.view-img {
    background-image: url('https://main.qcloudimg.com/raw/3422d9dc3e98c802bcde24d7cd2daf06.png');
}

.glass-icon {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
}

/*menu-item-mega-pro*/
.navbar .menu-item-mega-pro {
    position: static;
}

.navbar .menu-item-mega-pro .sub-menu {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.navbar .menu-item.menu-item-mega-pro:hover>.sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navbar .menu-item-mega-pro.itemd3 .sub-menu .menu-item {
    width: 33.333333%;
}

.navbar .menu-item-mega-pro.itemd4 .sub-menu .menu-item {
    width: 25%;
}

.navbar .menu-item-mega-pro.itemd5 .sub-menu .menu-item {
    width: 20%;
}

.navbar .menu-item-mega-pro.itemd6 .sub-menu .menu-item {
    width: 16.66667%;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item {
    padding: 0 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a {
    padding: 10px 0;
    display: flex;
    background: var(--gray-opacity-1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a>span i {
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 10px;
    color: var(--primary-color);
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a>span {
    font-size: 14px;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a h5,
.slicknav_menu .slicknav_nav .sub-menu>li>a h5 {
    color: #888;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a:hover i,
.navbar .menu-item-mega-pro .sub-menu .menu-item>a:hover h5,
.navbar .menu-item-mega-pro .sub-menu .menu-item>a:hover span {
    color: #fff;
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    top: 0;
    background: var(--primary-opacity-4);
    color: #ffffff;
    -webkit-box-shadow: 0 8px 12px 0 rgba(51, 133, 255, 0.2);
    box-shadow: 0 8px 12px 0 rgba(51, 133, 255, 0.2);
}

.navbar .menu-item-mega-pro .sub-menu .menu-item>a:hover::before {
    width: 100%;
}
.menu-item-mega-pro .navcoler,
.menu-item-mega-pro .navnum {
    display: none;
}

#navcoler1,
#navcoler2,
#navcoler3,
#navcoler4,
#navcoler5,
#navcoler6,
#navcoler7 {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0 0;
    border: 3px solid; 
    animation: hovertreemove 1s linear infinite alternate;
}

#navcoler1 { border-color: #7a99f2; }
#navcoler2 { border-color: #70d7cf; }
#navcoler3 { border-color: #f5c745; }
#navcoler4 { border-color: #f1787f; }
#navcoler5 { border-color: #bddd22; }
#navcoler6 { border-color: #44cef6; }
#navcoler7 { border-color: #f1787f; }

@keyframes hovertreemove {
    100% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/*导航菜单增加分类统计*/
.navnum {
    position: absolute;
    top: 6px;
    left: 80%;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    font-size: 12px;
    min-width: 24px;
}

.angle_animation {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: bubble_pop infinite 2.5s;
    animation: bubble_pop infinite 2.5s;
}

.navbar .menu-item .angle_mark {
    top: 0;
    padding: 0 0.4rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.3rem 0.3rem 0.3rem 0;
    color: #ffffff;
    font-size: 0.01rem;
    white-space: nowrap;
    -webkit-transform: translate(150%, 65%);
    -ms-transform: translate(150%, 65%);
    transform: translate(150%, 65%);
}

.navbar .menu-item.menu-item-mega-pro .sub-menu .angle_mark {
    -webkit-transform: translate(35%, 65%);
    -ms-transform: translate(35%, 65%);
    transform: translate(35%, 65%);
}
@-webkit-keyframes bubble_pop {
    0% {
        -webkit-transform: scale(0.4) rotate(-45deg);
        transform: scale(0.4) rotate(-45deg);
    }

    40% {
        -webkit-transform: scale(1.02) rotate(4deg);
        transform: scale(1.02) rotate(4deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes bubble_pop {
    0% {
        -webkit-transform: scale(0.4) rotate(-45deg);
        transform: scale(0.4) rotate(-45deg);
    }

    40% {
        -webkit-transform: scale(1.02) rotate(4deg);
        transform: scale(1.02) rotate(4deg);
    }

    50% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.swal2-content .form-outline .form-control.form-control-lg:-webkit-autofill ~ .form-label {
    transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
    background-color: var(--mdb-body-bg); 
}

.swal2-content .form-outline .form-control.form-control-lg:not(:placeholder-shown) ~ .form-label {
    transform: translateY(-1.25rem) translateY(0.1rem) scale(0.8);
}
.placeholder{
    opacity: 1!important;
}