button[aria-expanded=true] .fa-chevron-down {
	display: none;
}

button[aria-expanded=false] .fa-chevron-up {
	display: none;
}
:root,[data-bs-theme=light] {
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2d353c;
    --bs-body-color-rgb: 45,53,60;
    --bs-body-bg: #FFFFFF;
    --bs-body-bg-rgb: 255,255,255;
}
.h1,h1 {
    font-size: calc(1.34375rem + 1.125vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.1875rem
	}
}

.h2,h2 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:1.75rem
	}
}

.h3,h3 {
    font-size: calc(1.278125rem + .3375vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.53125rem
	}
}

.h4,h4 {
    font-size: calc(1.25625rem + .075vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.3125rem
	}
}

.h5,h5 {
    font-size: 1.09375rem
}

.h6,h6 {
    font-size: .875rem
}
a {
    text-decoration: none;
	color: var(--bs-app-theme)
}
.app-header.navbar-fixed-top {
    z-index: 1040;
}
.app-header.navbar-transparent,.app-top-menu.navbar-transparent{
	background:0 0;
	box-shadow:0 -1px rgba(255,255,255,.25);
}

.app-header.navbar-transparent .navbar-nav .navbar-item .navbar-link,.app-top-menu.navbar-transparent .menu-item .menu-link{
    color: rgba(255,255,255,.8);
}
.app-header.navbar-transparent .navbar-nav .nav-item .nav-link.active,
.app-header.navbar-transparent .navbar-nav .nav-item .nav-link:focus,
.app-header.navbar-transparent .navbar-nav .nav-item .nav-link:hover,
.app-top-menu.navbar-transparent .menu-item .menu-link.active,
.app-top-menu.navbar-transparent .menu-item .menu-link:focus,
.app-top-menu.navbar-transparent .menu-item .menu-link:hover,
.app-top-menu.navbar-transparent .menu .menu-submenu .menu-item .menu-link.active,
.app-top-menu.navbar-transparent .menu .menu-submenu .menu-item .menu-link:focus,
.app-top-menu.navbar-transparent .menu .menu-submenu .menu-item .menu-link:hover,
.app-top-menu.navbar-transparent.navbar-sm .menu-item .menu-link.active,
.app-top-menu.navbar-transparent.navbar-sm .menu-item .menu-link:focus,
.app-top-menu.navbar-transparent.navbar-sm .menu-item .menu-link:hover{
    color: var(--bs-app-theme)
}
.app-header.navbar-transparent .navbar-form .form-control {
    background: unset;
}
.app-header.navbar-transparent .navbar-form .btn-search {
    color: rgba(255,255,255,.8);
}
.app-header.navbar-transparent .navbar-form .form-control::placeholder,.app-header.navbar-transparent .navbar-form .form-control:focus,.app-header.navbar-transparent .navbar-form .form-control {
    color: rgba(255,255,255,.8);
}

.app-header.navbar-transparent .navbar-text {
    color: rgba(255,255,255,.8);
}
.app-header.navbar-transparent .navbar-toggle {
    /*border-color: transparent;
	background: rgba(255,255,255,.2)*/
	color: rgba(255,255,255,.8);
	font-size: 20px;
}

.app-header.navbar-transparent .navbar-toggle .icon-bar {
    background: rgba(255,255,255,.8);
	height:4px;
}
.app-header.navbar-transparent.navbar-sm,.app-top-menu.navbar-transparent.navbar-sm {
    background: var(--bs-component-bg)
}
.app-header.navbar-transparent.navbar-sm .navbar-nav .navbar-item .navbar-link,.app-top-menu.navbar-transparent.navbar-sm .menu-item .menu-link {
	color: var(--bs-app-header-color);
}
.app-top-menu.navbar-transparent .menu .menu-submenu {
    background: unset;
	/*top: 25px;*/
}
.app-top-menu .menu .menu-submenu .menu-submenu{
    padding: 0;
}
.app-top-menu.navbar-transparent.navbar-sm .menu .menu-submenu {
    background: var(--bs-app-top-menu-menu-submenu-bg);
	/*top: 40px;*/
}
.app-header.navbar-transparent.navbar-sm .navbar-toggle {
    /*border-color: transparent;
	background: var(--bs-component-color)*/
	color: var(--bs-app-header-color);
}
.app-header.navbar-transparent.navbar-sm .navbar-form .form-control {
    background: var(--bs-app-header-input-bg);
}
.app-header.navbar-transparent.navbar-sm .navbar-form .btn-search {
    color: var(--bs-app-header-color);
}
.app-header.navbar-transparent.navbar-sm .navbar-form .form-control::placeholder,.app-header.navbar-transparent.navbar-sm .navbar-form .form-control:focus,.app-header.navbar-transparent.navbar-sm .navbar-form .form-control {
    color: var(--bs-app-header-color);
}

.mt-minus {
	margin-top: -150px !important;
}

@media (max-width: 767.98px) {
	.app-top-menu.navbar-transparent {
		padding-top: 50px;
		background: rgba(0,0,0,.75);
		position: fixed;
		z-index: 1029;
	}
	.app-top-menu.navbar-transparent .menu .menu-submenu {
		padding:0;
	}
	.app-header {
		display: flex;
	}
	.pace .pace-progress {
        top: 50px;
	}
	/*.app-header .navbar-nav {
        border-top: 1px solid var(--bs-app-header-mobile-divider-bg);
        padding: 0;
		position: absolute;
        top: 0;
        right: 15px;
	}*/
	.mt-minus {
		margin-top: -75px !important;
	}
	.app-header .navbar-form+.navbar-item {
        padding-left: 0;
	}
}
.todolist .todolist-item.active .todolist-label {
    text-decoration: none;
}
.todolist .todolist-item.active {
    background: rgba(var(--bs-app-theme-rgb), .15);
}
.todolist .todolist-item .todolist-input .form-check .form-check-input:checked {
    border-color: var(--bs-app-theme);
    background-color: var(--bs-app-theme);
}

.app-content {
	padding: 0!important;
}
.content {
    padding: 60px 15px 75px
}

.content .content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0
}

.content .content-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    background: var(--bs-component-color);
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px
}
.card-body {
	color:var(--bs-component-color);
}
.content .content-desc {
    text-align: center;
    margin-bottom: 60px;
    /* color: rgba(var(--bs-component-color-rgb),.5) */
}

@media (max-width: 991.98px) {
    .content .content-desc {
        margin-bottom:30px
	}
}

.content.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative
}

.content.has-bg .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.content.has-bg .content-bg img {
    max-width: 100%
}

.content.has-bg .content-bg:before {
    content: "";
    background: url(images/bg-content-cover.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.content.has-bg .content-title {
    color: #fff
}

.content.has-bg .content-title:after {
    background: #fff
}

.content.has-bg .content-desc {
    color: rgba(255,255,255,.6)
}

.content.has-bg .h1,.content.has-bg .h2,.content.has-bg .h3,.content.has-bg .h4,.content.has-bg .h5,.content.has-bg .h6,.content.has-bg h1,.content.has-bg h2,.content.has-bg h3,.content.has-bg h4,.content.has-bg h5,.content.has-bg h6 {
    color: #fff
}

.content.has-bg .container {
    position: relative
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /*color: var(--bs-nav-pills-link-active-color);*/
    background-color: var(--bs-app-theme);
}

.about-author {
    position: relative
}

@media (max-width: 991.98px) {
    .about-author {
        margin-bottom:30px
	}
}

.about-author .quote {
    position: relative;
    padding: 30px 60px;
    margin-bottom: 15px;
    background: var(--bs-light);
    border-radius: 12px
}

.about-author .quote:before {
    content: "";
    position: absolute;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: var(--bs-light);
    left: 95px;
    border-left-color: var(--bs-light)
}

.about-author .quote .h3,.about-author .quote h3 {
    margin: 0;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    color: var(--bs-component-color)
}

.about-author .quote .fa.fa-quote-left,.about-author .quote .fa.fa-quote-right {
    font-size: 1.75rem;
    position: absolute;
    top: 30px;
    margin-top: -.875rem;
    line-height: 1;
    color: rgba(var(--bs-component-color-rgb),.25);
    left: 30px
}

.about-author .quote .fa.fa-quote-right {
    bottom: 30px;
    top: auto;
    margin-top: 0;
    margin-bottom: -.875rem;
    left: auto;
    right: 30px
}

.about-author .author {
    position: relative;
    margin-bottom: 15px;
    text-align: right;
    padding-left: 100px
}

.about-author .author .image {
    position: absolute;
    top: -40px;
    background: var(--bs-body-bg);
    border: 5px solid var(--bs-body-bg);
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    left: -10px
}

@media (max-width: 991.98px) {
    .about-author .author .image {
        width:80px
	}
}

.about-author .author .image img {
    max-width: 100%
}

.about-author .author .info {
    color: var(--bs-component-color);
    font-weight: 600;
    font-size: 1rem
}

.about-author .author .info .small,.about-author .author .info a,.about-author .author .info small {
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    color: rgba(var(--bs-component-color-rgb),.5)
}
.action-box .h3,.action-box h3 {
    margin-bottom: 5px;
    margin-top: 3px
}

@media (max-width: 991.98px) {
    .action-box .h3,.action-box h3 {
        margin-bottom:10px;
        margin-top: 0
	}
}

.action-box p {
    margin-bottom: 0;
    color: rgba(255,255,255,.75)
}

@media (max-width: 991.98px) {
    .action-box p {
        margin-bottom:30px
	}
}

.action-box .btn-outline-white {
    border-color: rgba(255,255,255,.5)
}

.action-box .icon-large {
    font-size: 48px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 20px
}

.contentAnimated {
    animation-duration: 1s!important;
    animation-fill-mode: both!important
}

.finishAnimated {
    animation: none!important
}
.milestone {
    text-align: center
}

.milestone .number {
    font-size: 2.625rem;
    color: #fff;
    font-weight: 300
}

.milestone .title {
    color: rgba(255,255,255,.5)
}

@media (min-width: 992px) {
    .milestone-col+.milestone-col {
        border-left:1px solid rgba(255,255,255,.2)
	}
}

@media (max-width: 767.98px) {
    .milestone-col+.milestone-col {
        border-top:1px solid rgba(255,255,255,.2);
        margin-top: 15px;
        padding-top: 15px
	}
}

.pricing-table {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center
}

.pricing-table:after,.pricing-table:before {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 991.98px) {
    .pricing-table {
        display:block
	}
}

.pricing-table>li {
    padding: 10px
}

@media (max-width: 991.98px) {
    .pricing-table>li {
        width:auto!important
	}
}

.pricing-table.pricing-col-4>li {
    width: 25%
}

.pricing-table.pricing-col-3>li {
    width: 33.33333%
}

.pricing-table .pricing-container {
    overflow: hidden;
    background: #20252a;
    border-radius: 6px;
    box-shadow: 0 3px var(--bs-light)
}

.pricing-table .h3,.pricing-table h3 {
    background: #171b1e;
    margin: 0;
    color: #fff;
    font-size: .875rem;
    padding: 15px 30px;
    font-weight: 700
}

.dark-mode .pricing-table .h3,.dark-mode .pricing-table h3 {
    background: #20252a
}

.pricing-table .features {
    list-style-type: none;
    margin: 0;
    padding: 0 30px;
    background: var(--bs-light)
}

.pricing-table .features>li {
    padding: 10px 0
}

.pricing-table .features>li+li {
    border-top: 1px solid var(--bs-component-border-color)
}

.pricing-table .price {
    width: 100%;
    background: #2d353c
}

.pricing-table .price .price-figure {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pricing-table .price .price-number {
    font-size: 1.75rem;
    color: var(--bs-app-theme);
    display: block
}

.pricing-table .price .price-tenure {
    font-size: .8125rem;
    color: rgba(var(--bs-app-theme-color-rgb),.75);
    display: block;
    text-align: center;
    margin-top: -5px
}

.pricing-table .footer {
    background: #101315;
    padding: 15px 20px
}

.pricing-table .highlight {
    padding: 0;
    margin-top: -30px
}

@media (max-width: 991.98px) {
    .pricing-table .highlight {
        margin-top:0;
        padding: 10px
	}
}

.pricing-table .highlight .features>li {
    padding: 15px 0
}

.pricing-table .highlight .h3,.pricing-table .highlight h3 {
    padding: 20px 30px;
    background: rgba(var(--bs-app-theme-rgb),.5)
}

.pricing-table .highlight .price {
    background: var(--bs-app-theme);
    color: var(--bs-app-theme-color)
}

.pricing-table .highlight .price .price-figure {
    height: 90px
}

.pricing-table .highlight .price .price-number {
    color: var(--bs-app-theme-color)
}

.quote {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff
}

@media (max-width: 991.98px) {
    .quote {
        font-size:24px
	}
}

.quote .fa-quote-left,.quote .fa-quote-right {
    position: relative;
    top: -14px;
    font-size: 20px;
    margin: 0 10px
}

@media (max-width: 991.98px) {
    .quote .fa-quote-left,.quote .fa-quote-right {
        font-size:16px
	}
}

.quote .small,.quote small {
    display: block;
    font-size: .875rem;
    color: rgba(255,255,255,.75);
    margin-top: 20px
}

.service {
    margin-bottom: 30px;
    display: flex
}

.service .icon {
    width: 50px;
    height: 50px;
    background: #242a30;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 1.2rem;
    border-radius: 30px
}

.service .icon+.info {
    padding-left: 20px
}

.service .info {
    flex: 1
}

.service .info .title {
    margin: 0 0 8px
}

.service .info .desc {
    font-size: .8125rem;
    color: #6c757d;
    line-height: 1.65
}

.service.service-vertical {
    text-align: center;
    display: block
}

.service.service-vertical .icon {
    margin: 0 auto 15px
}

.service.service-vertical .info {
    padding: 0;
    margin: 0
}

.skills .skills-name {
    font-size: 12px;
    color: var(--bs-component-color);
    margin-bottom: 5px;
    font-weight: 600
}

.team {
    text-align: center;
    padding: 0 30px
}

@media (max-width: 991.98px) {
    .team {
        padding:30px 0
	}
}

.team .image {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 120px
}

.team .image img {
    border-radius: 120px
}

.team .info .name {
    margin-bottom: 5px
}

.team .info .title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px
}

.team .info p {
    margin-bottom: 15px;
    font-size: .8125rem
}

.team .social a {
    display: inline-block;
    border: 1px solid #dee2e6;
    color: #adb5bd;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    border-radius: 60px
}

.team .social a+a {
    margin-left: 5px
}

.team .social a:focus,.team .social a:hover {
    border-color: #ced4da;
    color: #6c757d
}

.testimonials {
    padding-bottom: 30px
}

@media (max-width: 991.98px) {
    .testimonials {
        padding-bottom:30px
	}
}

.testimonials .item {
    padding-top: 15px
}

.testimonials .carousel-indicators {
    bottom: 0
}

.testimonials .carousel-indicators li {
    background: rgba(255,255,255,.4);
    border: none;
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 12px;
    transition: all .2s linear
}

.testimonials .carousel-indicators li:focus,.testimonials .carousel-indicators li:hover {
    background: rgba(255,255,255,.7)
}

.testimonials .carousel-indicators li.active {
    background: #fff
}

.testimonials blockquote {
    border: none;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 20px
}

@media (max-width: 991.98px) {
    .testimonials blockquote {
        padding:15px 45px
	}
}

.testimonials blockquote .fa-quote-left,.testimonials blockquote .fa-quote-right {
    font-size: 32px;
    position: absolute;
    margin-top: 15px;
    color: #8f8e8e;
    margin-left: 15px
}

@media (max-width: 991.98px) {
    .testimonials blockquote .fa-quote-left,.testimonials blockquote .fa-quote-right {
        font-size:24px
	}
}

.testimonials blockquote .fa-quote-left {
    margin-top: -15px;
    margin-left: -43px
}

.testimonials .name {
    color: #fff;
    margin-bottom: 15px
}

.testimonials .name span {
    margin-left: 5px
}

.work {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.work .image img {
    max-width: 100%
}

.work .desc {
    padding: 12px 15px;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: rgba(0,0,0,.75);
    transition: all .2s linear
}

.work .desc .desc-title {
    font-size: .875rem;
    display: block;
    font-weight: 600;
    color: #fff
}

.work .desc .desc-text {
    font-size: .73125rem;
    color: rgba(255,255,255,.75);
    display: block
}

.work:focus .desc,.work:hover .desc {
    margin-top: -62px
}

.theme-panel {
    position: fixed;
    z-index: 1035;
    right: -238px;
    top: 200px;
	bottom: unset;
    background: unset;
    width: 238px;
    border-radius: 4px 0 0 4px;
    transition: right .2s linear
}

.theme-panel.active {
    right: 0;
    box-shadow: 0 0 16px rgba(0,0,0,.15)
}

.theme-panel .theme-collapse-btn {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: var(--bs-component-color);
    background: var(--bs-component-bg);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 16px rgba(0,0,0,.15);
    border-radius: 4px 0 0 4px
}

.theme-panel .theme-panel-content {
    padding: 10px;
    background: var(--bs-component-bg);
    position: relative;
    border-radius: 4px 0 0 4px;
	overflow: unset;
}

.theme-panel .theme-list {
    list-style-type: none;
    margin: 0 -5px -5px 0;
    padding: 0
}

.theme-panel .theme-list .theme-list-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.theme-panel .theme-list .theme-list-item>a {
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all .2s linear
}

.theme-panel .theme-list .theme-list-item.active>a:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: .875rem;
    color: #fff;
    opacity: .75;
    line-height: 36px;
    text-align: center;
    font-family: Font Awesome\ 6 Free,Font Awesome\ 6 Pro,FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

.btn-theme {
    --bs-btn-bg: var(--bs-app-theme);
    --bs-btn-color: var(--bs-app-theme-color);
    --bs-border-color: var(--bs-app-theme);
    --bs-btn-hover-color: var(--bs-app-theme-hover-color);
    --bs-btn-hover-bg: var(--bs-app-theme-hover);
    --bs-btn-hover-border-color: var(--bs-app-theme-hover-border-color);
    --bs-btn-focus-shadow-rgb: var(--bs-app-theme-rgb);
    --bs-btn-active-color: var(--bs-app-theme-hover-color);
    --bs-btn-active-bg: var(--bs-app-theme-hover);
    --bs-btn-active-border-color: var(--bs-app-theme-hover-border-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-app-theme-rgb), 0.125);
    --bs-btn-active-color: var(--bs-app-theme-disabled-color);
    --bs-btn-active-bg: var(--bs-app-theme-disabled);
    --bs-btn-active-border-color: var(--bs-app-theme-disabled-border-color)
}
.border-theme {
    --bs-border-opacity: 1;
    border-color: var(--bs-app-theme) !important;
}

.btn-outline-theme {
    color: var(--bs-app-theme) !important;
    border-color: var(--bs-app-theme) !important
}

.btn-check:checked+.btn.btn-outline-theme,.btn-outline-theme.active,.btn-outline-theme:hover {
    background-color: var(--bs-app-theme) !important;
    border-color: var(--bs-app-theme) !important;
    color: var(--bs-app-theme-active-color) !important
}

.btn-outline-theme.disabled,.btn-outline-theme:disabled {
    color: var(--bs-app-theme)
}

.login.login-v1 {
    min-height: 100vh;
    width: 100%;
    background-image: var(--bs-app-login-bg-cover);
    background-size: cover;
    display: flex;
    align-items: center
}

@media (max-width: 767.98px) {
    .login.login-v1 {
        background:#2d353c
	}
}

.login.login-v1 .login-container {
    flex: 1
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container {
        padding:0 25px
	}
}

.login.login-v1 .login-container .login-header {
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header {
        margin-bottom:0
	}
}

.login.login-v1 .login-container .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: var(--bs-component-color);
    font-weight: 300;
    flex: 1
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand {
        font-size:24px;
        color: #fff
	}
}

.login.login-v1 .login-container .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0,0,0,.15) rgba(0,0,0,.3);
    background-color: var(--bs-app-theme);
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    border-radius: 6px;
    margin-right: .703125rem
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand .logo {
        width:24px;
        height: 24px;
        border-width: 12px
	}
}

.login.login-v1 .login-container .login-header .brand .small,.login.login-v1 .login-container .login-header .brand small {
    font-size: 13px;
    display: block;
    color: rgba(var(--bs-component-color-rgb),.75);
    font-weight: 400
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand .small,.login.login-v1 .login-container .login-header .brand small {
        font-size:12px;
        color: #adb5bd
	}
}

.login.login-v1 .login-container .login-header .icon {
    color: #ced4da
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .icon {
        color:#495057
	}
}

.login.login-v1 .login-container .login-header .icon i {
    font-size: 64px
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .icon i {
        font-size:48px
	}
}

.login.login-v1 .login-container .login-body {
    padding: 30px;
    background: #2d353c
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-body {
        padding:25px 0;
        background: 0 0
	}
}

.login.login-v1 .login-container .login-body .login-content {
    padding: 0;
    color: #adb5bd;
    max-width: 400px;
    margin: 0 auto
}

.login.login-v1 .login-container .login-body .login-content .form-control {
    border-color: transparent;
    background: #495057;
    color: #fff
}

.login.login-v1 .login-container .login-body .login-content .form-control::-moz-placeholder {
    color: #adb5bd
}

.login.login-v1 .login-container .login-body .login-content .form-control::placeholder {
    color: #adb5bd
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::-moz-placeholder {
    color: transparent
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::placeholder {
    color: transparent
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:focus {
    box-shadow: none
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:focus+label {
    color: inherit;
    padding-top: 5px
}

.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:focus+label:after {
    background: 0 0
}

.login.login-v1 .login-container .login-body .login-content .form-check-input {
    background-color: #495057;
    border-color: transparent
}

.login.login-v1 .login-container .login-body .login-content .form-check-input:checked {
    background-color: var(--bs-app-theme)
}

.login.login-v2 {
    min-height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.login.login-v2 .login-container {
    max-width: 400px;
    padding: 0 20px;
    position: relative;
    flex: 1
}

.login.login-v2 .login-header {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center
}

.login.login-v2 .login-header .brand {
    padding: 0;
    font-size: 28px;
    font-weight: 300;
    flex: 1
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand {
        font-size:24px;
        color: #fff
	}
}

.login.login-v2 .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0,0,0,.15) rgba(0,0,0,.3);
    background-color: var(--bs-app-theme);
    width: 28px;
    height: 28px;
    position: relative;
    font-size: 0;
    border-radius: 6px;
    margin-right: .703125rem
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand .logo {
        width:24px;
        height: 24px;
        border-width: 12px
	}
}

.login.login-v2 .login-header .brand .small,.login.login-v2 .login-header .brand small {
    font-size: 13px;
    display: block;
    opacity: .5;
    font-weight: 600
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .brand .small,.login.login-v2 .login-header .brand small {
        font-size:12px;
        color: #adb5bd
	}
}

.login.login-v2 .login-header .icon {
    opacity: .75
}

.login.login-v2 .login-header .icon i {
    font-size: 56px
}

@media (max-width: 767.98px) {
    .login.login-v2 .login-header .icon i {
        font-size:48px
	}
}

.login.login-v2 .login-content .form-control:focus {
    box-shadow: 0 0 0 5px rgba(255,255,255,.35)
}

.login.login-v2 .login-content .form-check-input:checked {
    background-color: var(--bs-app-theme)
}

.login.login-with-news-feed,.register.register-with-news-feed {
    min-height: 100vh
}

.login.login-with-news-feed .news-feed,.register.register-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0)
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed,.register.register-with-news-feed .news-feed {
        right:400px
	}
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .news-feed,.register.register-with-news-feed .news-feed {
        display:none
	}
}

.login.login-with-news-feed .news-feed .news-image,.register.register-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.login.login-with-news-feed .news-feed .news-caption,.register.register-with-news-feed .news-feed .news-caption {
    color: rgba(255,255,255,.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 60px 45px;
    font-size: 18px;
    letter-spacing: .25px;
    z-index: 20;
    font-weight: 300;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%)
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed .news-caption,.register.register-with-news-feed .news-feed .news-caption {
        padding:45px 45px 30px;
        font-size: 16px
	}
}

.login.login-with-news-feed .news-feed .news-caption .caption-title,.register.register-with-news-feed .news-feed .news-caption .caption-title {
    font-weight: 300;
    color: #fff;
    font-size: 36px
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .news-feed .news-caption .caption-title,.register.register-with-news-feed .news-feed .news-caption .caption-title {
        font-size:28px
	}
}

.login.login-with-news-feed .login-container,.login.login-with-news-feed .register-container,.register.register-with-news-feed .login-container,.register.register-with-news-feed .register-container {
    width: 500px;
    background: var(--bs-component-bg);
    padding: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto
}

@media (max-width: 991.98px) {
    .login.login-with-news-feed .login-container,.login.login-with-news-feed .register-container,.register.register-with-news-feed .login-container,.register.register-with-news-feed .register-container {
        padding:45px;
        width: 400px
	}
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-container,.login.login-with-news-feed .register-container,.register.register-with-news-feed .login-container,.register.register-with-news-feed .register-container {
        width:auto;
        padding: 30px
	}
}

.login.login-with-news-feed .login-header,.register.register-with-news-feed .login-header {
    position: relative;
    display: flex;
    align-items: center
}

.login.login-with-news-feed .login-header .brand,.register.register-with-news-feed .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: var(--bs-component-color);
    font-weight: 300;
    flex: 1
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand,.register.register-with-news-feed .login-header .brand {
        font-size:22px
	}
}

.login.login-with-news-feed .login-header .brand .logo,.register.register-with-news-feed .login-header .brand .logo {
    border: 14px solid transparent;
    border-color: transparent rgba(0,0,0,.15) rgba(0,0,0,.3);
    background-color: var(--bs-app-theme);
    width: 28px;
    height: 28px;
    font-size: 0;
    border-radius: 6px;
    margin-right: 10px
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand .logo,.register.register-with-news-feed .login-header .brand .logo {
        width:24px;
        height: 24px;
        border-width: 12px
	}
}

.login.login-with-news-feed .login-header .brand .small,.login.login-with-news-feed .login-header .brand small,.register.register-with-news-feed .login-header .brand .small,.register.register-with-news-feed .login-header .brand small {
    font-size: 14px;
    display: block;
    color: rgba(var(--bs-component-color-rgb),.5);
    font-weight: 400
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .brand .small,.login.login-with-news-feed .login-header .brand small,.register.register-with-news-feed .login-header .brand .small,.register.register-with-news-feed .login-header .brand small {
        font-size:13px
	}
}

.login.login-with-news-feed .login-header .icon,.register.register-with-news-feed .login-header .icon {
    color: rgba(var(--bs-component-color-rgb),.25)
}

.login.login-with-news-feed .login-header .icon i,.register.register-with-news-feed .login-header .icon i {
    font-size: 64px
}

@media (max-width: 767.98px) {
    .login.login-with-news-feed .login-header .icon i,.register.register-with-news-feed .login-header .icon i {
        font-size:52px
	}
}

.login-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.login-cover .login-cover-bg,.login-cover .login-cover-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.login-cover .login-cover-bg {
    background: linear-gradient(to bottom,rgba(0,0,0,.45) 0,rgba(0,0,0,.9))
}

.login-cover .login-cover-img {
    transition: background .2s ease
}

.login-bg-list {
    list-style-type: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0 0 0 20px;
    z-index: 1020;
    display: flex;
    flex-wrap: wrap
}

.login-bg-list .login-bg-list-item {
    width: 60px;
    height: 60px;
    margin: 5px;
    border-radius: 66px
}

@media (max-width: 767.98px) {
    .login-bg-list .login-bg-list-item {
        width:46px;
        height: 46px
	}
}

.login-bg-list .login-bg-list-item .login-bg-list-link {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 66px;
    transition: all .2s ease
}

.login-bg-list .login-bg-list-item:focus .login-bg-list-link,.login-bg-list .login-bg-list-item:hover .login-bg-list-link {
    box-shadow: 0 0 0 4px rgba(255,255,255,.45)
}

.login-bg-list .login-bg-list-item.active {
    border-color: #fff;
    z-index: 1020;
    position: relative
}

.login-bg-list .login-bg-list-item.active .login-bg-list-link {
    box-shadow: 0 0 0 4px rgba(255,255,255,.9)
}

.page-title {
	padding: 165px 0 100px;
	text-align: center;
	position: relative;
	/* z-index: 1020;*/
}
.page-title .h1,
.page-title h1 {
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
}
.page-title p {
	font-size: 1.3125rem;
	font-style: italic;
	font-family: Times New Roman;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
}
.page-title + .content {
	margin-top: 0;
	padding-top: 60px;
}
.page-title.has-bg {
	position: relative;
	overflow: hidden;
}
.page-title.has-bg .bg-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title.has-bg .bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.page-title.has-bg .bg-cover.bottom {
	background-position: bottom;
}
.page-title.has-bg .bg-cover.top {
	background-position: top;
}
.page-title.has-bg .bg-cover img {
	max-width: 100%;
	max-height: 100%;
}
.page-title.has-bg .container {
	position: relative;
}
@media (max-width: 767.98px) {
	.page-title {
		padding: 125px 0 60px;
	}
	.page-title .h1,
	.page-title h1 {
		font-size: 2.625rem;
	}
	.page-title p {
		font-size: 1.21875rem;
	}
	.page-title + .content {
		padding-top: 30px;
	}
}

.search-banner {
    padding: 120px 0 60px
}

@media (max-width: 767.98px) {
    .search-banner {
        padding:90px 0 30px
	}
}

.search-banner .h1,.search-banner h1 {
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 600
}

@media (max-width: 767.98px) {
    .search-banner .h1,.search-banner h1 {
        font-size:2rem
	}
}

@media (max-width: 575.98px) {
    .search-banner .h1,.search-banner h1 {
        font-size:1.6rem;
        margin-top: 0
	}
}

.search-banner p {
    margin-bottom: 0;
    color: rgba(255,255,255,.8)
}


@media (max-width: 767.98px) {
    .search-banner .input-group {
        margin-bottom:15px
	}
}

@media (min-width: 768px) {
    .search-banner .container {
        max-width:720px
	}
	.app-top-menu .menu .menu-submenu {
        width: auto;
    }
}

.search-banner+.content {
    margin-top: 0;
    padding-top: 45px
}

@media (max-width: 767.98px) {
    .search-banner+.content {
        padding-top:30px
	}
}

.search-banner .form-control {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    border: none;
    border-radius: 6px
}

@media (max-width: 575.98px) {
    .search-banner .form-control {
        font-size:.875rem;
        height: 40px
	}
}

.search-banner .form-group {
    position: relative
}



@media (max-width: 575.98px) {
    .search-banner .btn {
        height:41px
	}
}

.search-banner p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.search-banner.has-bg {
    position: relative;
    overflow: hidden;
    color: #fff
}

.search-banner.has-bg .bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.search-banner.has-bg .bg-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4)
}

.search-banner.has-bg .bg-cover.bottom {
    background-position: bottom
}

.search-banner.has-bg .bg-cover.top {
    background-position: top
}

.search-banner.has-bg .bg-cover img {
    max-width: 100%;
    max-height: 100%
}

.search-banner.has-bg .container {
    position: relative
}

.section {
    position: relative;
    padding: 4.6875rem 0
}

.section .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section .section-container {
    position: relative
}

.section .section-logo {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2
}

.section .section-logo .logo-brand {
    width: 80px;
    height: 80px;
    border: 40px solid transparent;
    border-color: #adb5bd #6c757d #495057;
    border-radius: 0 40px 0
}

.section .section-logo-title {
    font-size: 1.09375rem;
    color: #2d353c;
    font-weight: 400
}

.section .section-logo-desc {
    font-size: .875rem;
    color: #adb5bd;
    font-weight: 600
}

.section .section-subtitle {
    font-size: 1.09375rem;
    color: #adb5bd;
    font-weight: 600;
    margin-bottom: 1.40625rem
}

.section .section-title {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .9375rem
}

.section .section-desc {
    font-size: 1.09375rem;
    margin-bottom: 1.875rem
}

.section .section-btn {
    text-decoration: none;
    color: var(--bs-component-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color .2s linear
}

.section .section-btn i {
    border: 2px solid rgba(var(--bs-component-color-rgb),.5);
    width: 40px;
    height: 40px;
    margin-right: .9375rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .section-btn:hover {
    color: rgba(var(--bs-component-color-rgb),.5)
}

.section.section-hero {
    min-height: 100vh;
    display: flex;
    align-items: center
}

.section.section-hero .section-hero-content {
    flex: 1
}

.section.section-hero .section-hero-content .hero-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
    font-weight: 600
}

.section.section-hero .section-hero-content .hero-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color .2s linear
}

.section.section-hero .section-hero-content .hero-btn i {
    border: 2px solid rgba(255,255,255,.5);
    width: 40px;
    height: 40px;
    margin-right: .9375rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section.section-hero .section-hero-content .hero-btn:hover {
    color: rgba(255,255,255,.5)
}


.post-by {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.8;
	color: #6c757d;
	margin-bottom: 15px;
}
.post-by .divider {
	margin: 0 10px;
	color: #ced4da;
	position: relative;
	top: -1px;
}
@media (max-width: 767.98px) {
	.post-by {
		font-size: 0.8125rem;
		line-height: 1.5;
	}
}
.post-date {
	font-size: 0.75rem;
	line-height: 0.9;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}
.post-date .day {
	color: var(--bs-component-color);
	font-size: 1.5rem;
	display: block;
}
.post-date .month {
	display: block;
	margin-top: 5px;
	color: var(--bs-component-color);
}
.post-date + .post-likes {
	border-top: 2px solid var(--bs-component-border-color);
}
@media (max-width: 767.98px) {
	.post-date {
		padding: 0;
		margin: 0;
		line-height: 1.2;
		display: inline-block;
	}
	.post-date .day,
	.post-date .month {
		font-size: 0.8125rem;
		margin: 0;
		display: inline-block;
	}
	.post-date + .post-likes {
		border-top: none;
		border-left: 2px solid var(--bs-component-border-color);
		margin-left: 10px;
		padding-left: 12px;
	}
}
.post-desc {
	margin-bottom: 30px;
	line-height: 1.8;
	/* color: rgba(var(--bs-component-color-rgb), 0.5); */
}
.post-desc p {
	/* margin-bottom: 30px; */
}
@media (max-width: 767.98px) {
	.post-desc {
		margin-bottom: 25px;
		font-size: 0.8125rem;
		line-height: 1.5;
	}
	.post-desc p {
		margin-bottom: 15px;
	}
}
.post-detail .post-by {
	margin-bottom: 20px;
}
.post-grid {
	orphans: 1;
	widows: 1;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 3;
	column-count: 3;
}
.post-grid .post-li {
	display: inline-block;
	margin-bottom: 20px;
}
.post-grid .post-li .post-image,
.post-grid .post-li .post-video {
	margin: -1px -1px 0;
}
.post-grid .post-li .post-content {
	border: 1px solid var(--bs-component-border-color);
}
.post-grid .post-li .post-info {
	padding: 30px;
}
.post-grid .post-li blockquote {
	margin-bottom: 0;
}
.post-grid.post-grid-2 {
	-moz-column-count: 2;
	column-count: 2;
}
.post-grid.post-grid-3 {
	-moz-column-count: 3;
	column-count: 3;
}
.post-grid.post-grid-4 {
	-moz-column-count: 4;
	column-count: 4;
}
@media (max-width: 767.98px) {
	.post-grid {
		-moz-column-count: 1;
		column-count: 1;
	}
	.post-grid .post-li .post-info {
		padding: 20px;
	}
	.post-grid.post-grid-2,
	.post-grid.post-grid-3,
	.post-grid.post-grid-4 {
		-moz-column-count: 1;
		column-count: 1;
	}
}
.post-image-cover {
	position: relative;
	padding-top: 56%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.post-image,
.post-video {
	margin-bottom: 30px;
}
@media (max-width: 767.98px) {
	.post-image,
	.post-video {
		margin-bottom: 25px;
	}
}
.post-left-info {
	width: 50px;
	float: left;
	margin-right: 20px;
}
.post-left-info + .post-content {
	margin-left: 70px;
}
@media (max-width: 767.98px) {
	.post-left-info {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.post-left-info:after,
	.post-left-info:before {
		content: "";
		display: table;
		clear: both;
	}
	.post-left-info + .post-content {
		margin: 0;
	}
}
.post-likes {
	padding: 10px 0;
	font-size: 0.75rem;
	line-height: 0.609375rem;
	text-align: center;
	font-weight: 600;
	color: var(--bs-component-color);
}
@media (max-width: 767.98px) {
	.post-likes {
		padding: 0;
		margin: 0;
		line-height: 1.2;
		display: inline-block;
	}
}
.post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-list:after,
.post-list:before {
	content: "";
	display: table;
	clear: both;
}
.post-list > li {
	padding: 0;
}
.post-list > li + li {
	margin-top: 60px;
}
@media (max-width: 767.98px) {
	.post-list > li + li {
		margin-top: 45px;
	}
}
.post-list blockquote {
	border: none;
	background: var(--bs-light);
	font-size: 1.125rem;
	line-height: 1.8;
	padding: 30px;
	color: var(--bs-component-color);
	margin-bottom: 30px;
}
@media (max-width: 767.98px) {
	.post-list blockquote {
		margin-bottom: 25px;
		padding: 20px;
		line-height: 1.5;
	}
}
.post-title {
	margin: 0 0 5px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 600;
	color: var(--bs-component-color);
}
.post-title a {
	color: var(--bs-component-color);
}
@media (max-width: 767.98px) {
	.post-title {
		font-size: 1.3125rem;
		line-height: 1.2;
	}
}
.read-btn-container {
	text-align: right;
	font-size: 0.8125rem;
}
.read-btn-container a {
	color: var(--bs-component-color);
}
.section-container {
	margin-bottom: 60px;
}
@media (max-width: 767.98px) {
	.section-container {
		margin-bottom: 45px;
	}
}
.section-title {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: var(--bs-component-color);
	position: relative;
}
.section-title span {
	padding: 0 10px;
	background: var(--bs-body-bg);
	position: relative;
}
.section-title.line:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--bs-component-color);
	margin-top: -1px;
}
.sidebar-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.sidebar-list li a {
	display: block;
	color: var(--bs-component-color);
	border-bottom: 1px solid var(--bs-component-border-color);
	padding: 10px 0;
}
.sidebar-recent-post {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-recent-post > li {
	padding: 10px 0;
	border-bottom: 1px solid var(--bs-component-border-color);
}
.sidebar-recent-post > li:after,
.sidebar-recent-post > li:before {
	content: "";
	display: table;
	clear: both;
}
.sidebar-recent-post > li .title {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
}
.sidebar-recent-post > li .title a {
	color: var(--bs-component-color);
}
.sidebar-recent-post > li .date {
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(var(--bs-component-color-rgb), 0.5);
}
.sidebar-social-list {
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebar-social-list > li {
	display: inline-block;
	font-size: 1.5rem;
}
.sidebar-social-list > li a {
	color: var(--bs-component-color);
	padding: 0 10px;
}
.sidebar-social-list > li a:focus,
.sidebar-social-list > li a:hover {
	color: var(--bs-app-theme);
}
.comment-list {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	color: var(--bs-component-color);
}
.comment-list > li {
	padding: 20px;
}
.comment-list > li:after,
.comment-list > li:before {
	content: "";
	display: table;
	clear: both;
}
.comment-list > li + li {
	border-top: 2px solid var(--bs-component-border-color);
}
.comment-list > li .comment-avatar {
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	font-size: 3.5rem;
	line-height: 1.8;
	text-align: center;
	background: var(--bs-light);
	color: rgba(var(--bs-component-color-rgb), 0.5);
	border-radius: 60px;
}
.comment-list > li .comment-avatar img {
	max-width: 100%;
	display: block;
}
.comment-list > li .comment-avatar + .comment-container {
	margin-left: 90px;
}
.comment-list > li .comment-author {
	font-size: 1rem;
	color: var(--bs-component-color);
	font-weight: 600;
	margin-bottom: 5px;
}
.comment-list > li .comment-date {
	font-size: 80%;
	font-weight: 400;
	margin-left: 3px;
	color: rgba(var(--bs-component-color-rgb), 0.5);
}
.comment-list > li .comment-content {
	margin-bottom: 30px;
	color: rgba(var(--bs-component-color-rgb), 0.75);
	line-height: 1.8;
}
.comment-list > li .comment-rating {
	text-align: right;
	color: rgba(var(--bs-component-color-rgb), 0.5);
}
.comment-list > li .comment-btn {
	margin-bottom: 10px;
}
.comment-list > li .comment-btn a {
	color: var(--bs-component-color);
	font-size: 0.8125rem;
	border: 2px solid var(--bs-component-border-color);
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 40px;
}
.comment-list > li .comment-btn a:hover {
	background: var(--bs-light);
}
.comment-list .comment-list {
	border-bottom: none;
	margin-top: 30px;
	margin-bottom: 0;
	border-top: 2px solid var(--bs-component-border-color);
}
.comment-list .comment-list > li {
	padding-bottom: 0;
	padding-right: 0;
}
@media (max-width: 767.98px) {
	.comment-list > li {
		padding: 25px 0;
	}
	.comment-list > li .comment-avatar {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		font-size: 2rem;
		line-height: 1.8;
		line-height: 56px;
	}
	.comment-list > li .comment-avatar + .comment-container {
		margin-left: 55px;
	}
	.comment-list > li .comment-content {
		font-size: 0.8125rem;
		margin-bottom: 15px;
	}
	.comment-list > li .comment-btn {
		float: none !important;
		margin-bottom: 15px;
	}
	.comment-list > li .comment-btn a {
		font-size: 0.73125rem;
	}
	.comment-list > li .comment-rating {
		text-align: left;
		font-size: 0.73125rem;
	}
	.comment-list .comment-list {
		margin-top: 25px;
	}
}
.footer-copyright {
	background: #1c2025;
	padding: 20px 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.8;
	color: #6c757d;
	position: relative;
}
.footer-copyright:after,
.footer-copyright:before {
	content: "";
	display: table;
	clear: both;
}
.footer-copyright .social-media-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
	line-height: 1.17;
	text-align: right;
}
.footer-copyright .social-media-list > li {
	display: inline-block;
}
.footer-copyright .social-media-list > li a {
	color: #6c757d;
	transition: color 0.2s linear;
}
.footer-copyright .social-media-list > li a:focus,
.footer-copyright .social-media-list > li a:hover {
	color: #ced4da;
}
.footer-copyright .social-media-list > li + li {
	margin-left: 15px;
}
@media (max-width: 575.98px) {
	.footer-copyright {
		text-align: center;
	}
	.footer-copyright .social-media-list {
		text-align: center;
	}
}
#footer.footer {
	text-align: left;
	background: #262d33;
	padding: 60px 0 0;
	position: relative;
	color: #adb5bd;
	font-size: 0.8125rem;
	line-height: 1.8;
	box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.7);
}
#footer.footer .section-container {
	margin-bottom: 50px;
}
#footer.footer .section-container a {
	color: #adb5bd;
}
#footer.footer .section-container a:hover {
	color: #ced4da;
}
#footer.footer .section-container .footer-title {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #6c757d;
	margin-bottom: 20px;
	margin-top: 0;
}
#footer.footer .section-container ul {
	font-size: 0.8125rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
#footer.footer .section-container ul > li .total {
	font-size: 0.73125rem;
	color: #6c757d;
	font-weight: 500;
	margin-left: 5px;
}
#footer.footer .section-container ul.recent-post .h4,
#footer.footer .section-container ul.recent-post h4 {
	font-size: 0.8125rem;
}
#footer.footer .section-container ul.recent-post .h4 .time,
#footer.footer .section-container ul.recent-post h4 .time {
	display: block;
	color: #6c757d;
	font-size: 0.73125rem;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 15px;
}
#footer.footer .section-container address {
	color: #adb5bd;
	font-size: 0.8125rem;
}

/* adminPanel */

.error {
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.error .error-code,.error .error-content {
    flex: 1;
    transform: translateZ(0)
}

.error .error-code {
    color: var(--bs-component-color);
    font-size: 200px;
    line-height: 1;
    text-shadow: 10px 10px 0 rgba(var(--bs-component-color-rgb),.2);
    padding: 1.875rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

@media (max-width: 767.98px) {
    .error .error-code {
        font-size:160px
	}
}

@media (max-width: 575.98px) {
    .error .error-code {
        font-size:120px
	}
}

.error .error-content {
    bottom: 0;
    padding: 1.875rem;
    background: #2d353c;
    /*background-image: url(images/error-page-pattern.png)*/
}

.error .error-message {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: .5px;
    margin-bottom: .46875rem
}

.error .error-desc {
    font-size: .75rem;
    color: rgba(255,255,255,.5);
    letter-spacing: .5px
}
#hero iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hero .carousel .carousel-inner,#hero .carousel .carousel-inner .carousel-item,#hero .carousel .carousel-inner .item,#hero .slider .carousel {
    min-height: 750px
}

@media (max-width: 575.98px) {
	#hero .carousel .carousel-inner,#hero .carousel .carousel-inner .carousel-item,#hero .carousel .carousel-inner .item,#hero .slider .carousel {
        min-height:300px
	}
}

#hero .carousel .container {
    position: relative
}

#hero .carousel .carousel-control-next,#hero .carousel .carousel-control-prev {
    background: rgba(0,0,0,.6)!important;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -10px;
    z-index: 10
}

#hero .carousel .carousel-control-next i,#hero .carousel .carousel-control-prev i {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 32px
}

#hero .carousel .carousel-caption {
    text-shadow: none;
    right: 0;
    left: 0;
    bottom: auto;
    top: 170px;
    bottom: 60px;
    font-weight: 300
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption {
        padding-top:70px;
        padding-bottom: 40px;
        text-align: center;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.35)
	}
}

#hero .carousel .carousel-caption .container {
    padding: 0 60px
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption .container {
        padding:0
	}
}

#hero .carousel .carousel-caption .title {
    font-size: 64px;
    margin: 0
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption .title {
        font-size:24px
	}
}

#hero .carousel .carousel-caption .price {
    font-size: 36px;
    margin: 0;
    font-weight: 600
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption .price {
        font-size:18px;
        margin-bottom: 0!important
	}
}

#hero .carousel .carousel-caption .price .small,#hero .carousel .carousel-caption .price small {
    font-size: 24px
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption .price .small,#hero .carousel .carousel-caption .price small {
        font-size:18px
	}
}

#hero .carousel .carousel-caption .price span {
    background: rgba(0,0,0,.5);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

#hero .carousel .carousel-caption .btn {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 6px
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption .btn {
        margin-top:4px;
		padding: 4px;
	}
}

#hero .carousel .carousel-caption .btn:focus,#hero .carousel .carousel-caption .btn:hover {
    background: #fff;
    color: #2d353c
}

#hero .carousel .carousel-caption p {
    margin-bottom: 0;
    font-size: 26px
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption p {
        font-size:13px
	}
}

#hero .carousel .carousel-caption.text-inverse .btn {
    border-color: #2d353c;
    color: #2d353c
}

#hero .carousel .carousel-caption.text-inverse .btn:focus,#hero .carousel .carousel-caption.text-inverse .btn:hover {
    background: #2d353c;
    color: #fff
}

#hero .carousel .carousel-caption.carousel-caption-right {
    text-align: right
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption.carousel-caption-right {
        text-align:center;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.35)
	}
}

#hero .carousel .carousel-caption.carousel-caption-left {
    text-align: left
}

@media (max-width: 575.98px) {
    #hero .carousel .carousel-caption.carousel-caption-left {
        text-align:center;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.35)
	}
}

#hero .carousel .carousel-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover
}

#hero .carousel .carousel-indicators li {
    border-width: 2px
}

#hero .carousel .product-img {
    position: absolute;
    top: 170px;
    max-height: 370px
}

#hero .carousel .product-img.left {
    left: 60px
}

@media (max-width: 575.98px) {
    #hero .carousel .product-img.left {
        left:10%;
        right: 10%;
		top: 70px;
        max-width: 80%
	}
}

#hero .carousel .product-img.right {
    right: 60px
}

@media (max-width: 575.98px) {
    #hero .carousel .product-img.right {
        left:10%;
        right: 10%;
		top: 70px;
        max-width: 80%
	}
}

#hero .carousel .product-img.bottom {
    bottom: 0
}

#hero .carousel .bg-cover-img {
    max-width: 100%;
    position: absolute;
    min-height: 100%
}

.testimonials .carousel-indicators li {
    list-style: none;
}

.zoomIN,.zoomOut {transition: transform .2s;}

.zoomIN:hover {
	-ms-transform: scale(.9); /* IE 9 */
	-webkit-transform: scale(.9); /* Safari 3-8 */
	transform: scale(.9);
}

.zoomOut:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
/* .card-img .card-img-left {
	display: flex;
	flex: 1 1 auto;
} */
.img-textTransparent {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 55%, transparent);
	color: #f1f1f1;
	width: 100%;
	padding: 10% 3% 1% 3%;
}

.img-textTransparent a{
	color: #f1f1f1;
}
.card.card-ribbon::before{
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	top: 32px;
	right: -10px;
	border-top: 15px solid var(--bs-app-theme);;
	border-right: 10px solid transparent;
}
.card.card-ribbon::after{
	position: absolute;
	content: attr(data-label);
	top: 1px;
	right: -10px;
	padding: 5px;
	min-width: 50px;
	background: var(--bs-app-theme);;
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	box-shadow: -3px 0 3px -1px rgba(26, 35, 126, 0.5);
}
.card-img{
	position: relative;
	cursor: pointer;
	align-items: center;
	/*display: flex;*/
	justify-content: center
}

.card-img:nth-child(1) {
	transition: opacity 10s ease
}

.card-img:hover .foto-replacement {
	display: block;
	animation: fade_in_show 0.5s
}
.foto-replacement {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 9;
	transition: opacity 10s ease
}

@keyframes fade_in_show {
	0% {
		opacity: 0;
		transform: scale(0)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

.card-img .overlayZoom,
.card-img .overlayFade,
.card-img .overlayLeft,
.card-img .overlayRight,
.card-img .overlayBottom,
.card-img .overlayTop
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition:all .4s ease-out;
}
.card-img .overlayZoom {
	transform: scale(0);
}
.card-img .overlayFade {
	opacity: 0;
}

.card-img .overlayLeft {
	width: 0;
	height: 100%;
}

.card-img .overlayRight {
	left: 100%;
	width: 0;
	height: 100%;
}

.card-img .overlayBottom {
	width: 100%;
	height: 0;
	opacity: .8;
}
.card-img .overlayTop {
	bottom: 100%;
	width: 100%;
	height: 0;
}
.card-img:hover .overlayZoom, .card-img:active .overlayZoom {
	transform: scale(1);
	opacity: .8;
}
.card-img:hover .overlayFade, .card-img:active .overlayFade {
	opacity: .8;
}
.card-img:hover .overlayLeft, .card-img:active .overlayLeft {
	width: 100%;
	opacity: .8;
}

.card-img:hover .overlayRight, .card-img:active .overlayRight {
	width: 100%;
	left: 0;
	opacity: .8;
}
.card-img:hover .overlayBottom, .card-img:active .overlayBottom  {
	height: 100%;
}

.card-img:hover .overlayTop, .card-img:active .overlayTop {
	bottom: 0;
	height: 100%;
	opacity: .8;
}
.card-img .icon {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.card-img .fa:hover,
.card-img .fas:hover,
.card-img .fab:hover,
.card-img .fa:active,
.card-img .fas:active,
.card-img .fab:active{
	font-size: 20px;
	transition: .3s ease;
}
.card .fa.fa-2x:hover,
.card .fas.fa-2x:hover,
.card .fab.fa-2x:hover,
.card .fa.fa-2x:active,
.card .fas.fa-2x:active,
.card .fab.fa-2x:active{
	font-size: 50px;
	transition: .3s ease;
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.card-img .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.card-img .top-center {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	padding: 5px;
	text-align: center;
}
.card-img .bottom-center {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px;
	text-align: center;
	opacity: .8;
}

.card-img .bottom-left {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px;
}
/*
	.card-img .top-left :hover {
	background-color:#e83e8c;
	color:#fff;
}*/

.card-img .top-left {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}

.card-img .top-right {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

.card-img .bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

.card-img .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-img .carousel-control-next-icon, .card-img .carousel-control-prev-icon {
	border: 1px solid #000;
	border-radius: 50%;
	padding: 15px;
	background-color: #000;
}
