/*
Theme Name: Quiety
Theme URI: https://quiety-wp.themetags.com/
Author: Themetags
Author URI: https://themetags.com/
Description: Quiety is a modern and clean WordPress theme suitable for any kind of Digital Agency, Digital Marketing and Seo Marketing.
Version: 5.8.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quiety
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {

    /*=== Color Variables ===*/
    --quiety-preloader-color: #fff;
    --color_primary: #175cff;
    --color_secondary: #0b163f;
    --color_body: #52525c;

}

.server-list {
    background-color: #1b1b1b;
    position: relative;
    padding: 19px 26px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.server-list:last-child {
    margin-bottom: 0;
}

/* line 5065, src/assets/scss/custom/_style.scss */
.server-list::before {
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    content: "";
    height: 124px;
    width: 124px;
    border-radius: 50px;
    position: absolute;
    left: -127px;
    bottom: -20px;
}

/* line 5076, src/assets/scss/custom/_style.scss */
.server-list::after {
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 124px;
    width: 124px;
    border-radius: 50px;
    position: absolute;
    top: -127px;
    right: -20px;
}


.slider {
    padding: 230px 0;
}



/*================= Back to Top Button ====================*/
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(220, 220, 220, 0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
    background-color: var(--color_primary);
    color: #ffffff;
}

#back-to-top::after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/*Preloader*/
#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Nav Right Menu*/
.nav-right .search-btn {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-right .search-btn:hover {
    cursor: pointer;
}

/* testimonial layout-12 style added ===================*/
.feedback-slider .swiper-slide {
    margin-bottom: 60px;
}

.feedback-slider__quote-container {
    position: relative;
    isolation: isolate;
}

.feedback-slider__quote-container::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url(./assets/images/quote-icon.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: .02;
}

.feedback-slider__title {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    color: teal;
}

.feedback-slider__quote {
    font-style: italic;
    font-weight: 500;
}

.feedback-slider__footer {
    margin-top: 2rem;
    font-style: normal;
}

.feedback-slider__cite {
    display: block;
    font-style: normal;
    color: teal;
}

.feedback-img {
    position: relative;
    isolation: isolate;
}

.feedback-img__small {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    padding: 8px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .feedback-img__small {
        transform: translate(-25%, -50%);
    }
}

/* Tab styel added */
.template-nav .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #334155;
    border-bottom: 2px solid #334155;
    border-radius: 0px;
}

.template-nav .nav-link {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #334155
}

.nav-pills_ .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.template-nav {
    border-bottom: 1px solid #eeebfe
}

/* image box style added */
.step-card-36 {
    border: 0;
    border-radius: 1rem
}

.step-card-36:hover .step-card-36__title {
    -webkit-text-fill-color: #000
}

.step-card-36__title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

@media(min-width: 768px) {
    .step-card-36 .card-body {
        padding: 48px
    }
}

.step-card-36 .card-footer {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: center
}

/* portfolio layout-2 style  */
.team-card-36:hover .team-card-36__img {
    background-color: #fff250
}
.team-card-36__img {
    background-color: #191a1d;
    -webkit-mask-image: url(./assets/images/team-shape.png);
    mask-image: url(./assets/images/team-shape.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.team-card-36__content {
    position: absolute;
    right: 1rem;
    bottom: 0
}
.text-white__{
    color: #fff;
}
/* blog layout 9 style  */
.tt-blog-posts .section_style__{
    background: #fff;
    border-radius: 16px;
}
.tt-blog-posts .section_style__ img{
    border-radius: 16px;
}
/* testimonial layout 14 */
.feedback-slider__card {
    padding: 48px 32px
}
.mt-30 {
    margin-top: 30px;
}

.feedback-slider__details {
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #233d62
}

/*Header Box style */
.site-header.header_box .header-inner {
    background: #fff;
    padding-inline: 15px;
    border-radius: 8px;
}


/* Image box style added */
.ma-dark-card {
    -webkit-transition: .5s;
    transition: .5s
}

.ma-dark-card:hover {
    background-color: #fff !important
}

.ma-dark-card:hover .text-white__ {
    color: #111827 !important
}

.ma-dark-card:hover .ma-sm-btn {
    background-color: #fb7701 !important;
    color: #fff !important
}
.ma-warning-text {
    color: #fb7701 !important
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-opacity-100 {
    --bs-bg-opacity: 1
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}
.rounded {
    border-radius: var(--bs-border-radius) !important
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.ma-warning-gd {
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 22, 22, 0.3)), color-stop(50%, rgba(252, 146, 52, 0.3)), to(rgba(24, 24, 24, 0.3)));
    background: linear-gradient(90deg, rgba(22, 22, 22, 0.3) 0%, rgba(252, 146, 52, 0.3) 50%, rgba(24, 24, 24, 0.3) 100%)
}
.ch-1 {
    height: 1px
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}   
.ma-sm-btn {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ma-dark-card:hover .ma-sm-btn {
    background-color: #fb7701 !important;
    color: #fff !important
}
.rounded-circle {
    border-radius: 50% !important
}
.fs-12 {
    font-size: .75rem
}
.fa-arrow-right:before {
    content: ""
}
.bg-white span {
    color: #737373
}

/* testimonial layout 15 */
.aiart-post-slider.ma-style .aiart-slider-nav:hover {
    background: #fb7701 !important
}
.ma-feedback-item {
    -webkit-transition: .5s;
    transition: .5s
}

.ma-feedback-item:hover {
    background-color: #111827 !important
}

.ma-feedback-item:hover .text-dark__ {
    color: #fff !important
}

.ma-feedback-item:hover .author-info h6,
.ma-feedback-item:hover .author-info .h6,
.ma-feedback-item:hover .author-info small,
.ma-feedback-item:hover .author-info .small {
    color: #fff !important
}
.author-info h6,
.author-info .h6 {
    font-size: 1rem
}
.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important
}
.aiart-slider-nav {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #0c0800;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px
}

.aiart-slider-nav:hover {
    background: linear-gradient(201.26deg, #F22FB0 9.67%, rgba(255, 116, 38, 0.62) 89.93%)
}
.aiart-post-slider.ma-style .aiart-slider-nav:hover {
    background: #fb7701 !important
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.mb-2 {
    margin-bottom: .5rem !important
}
.fw-medium {
    font-weight: 600 !important
}
.mb-5 {
    margin-bottom: 3rem !important
}
.fs-18__ {
    font-size: 18px
}
.me-3 {
    margin-right: 1rem !important
}


/* Testimonial Style 16 ----------------------------- */
.ma-white-gd {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.33%, #F8FAFC), color-stop(21.41%, rgba(255, 255, 255, 0)), color-stop(53.21%, rgba(255, 255, 255, 0)), color-stop(75.19%, rgba(255, 255, 255, 0)), color-stop(93.46%, #F8FAFC), color-stop(100.32%, #F8FAFC));
    background: linear-gradient(90deg, #F8FAFC 1.33%, rgba(255, 255, 255, 0) 21.41%, rgba(255, 255, 255, 0) 53.21%, rgba(255, 255, 255, 0) 75.19%, #F8FAFC 93.46%, #F8FAFC 100.32%)
}
.pe-none {
    pointer-events: none !important
}
.z-1 {
    z-index: 1
}
.ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    opacity: 1
}

@media(max-width: 1199px) {
    .ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 767px) {
    .ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
        width: 75%
    }
}
.ma-hero-slide-content {
    left: 0;
    top: 0;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0
}

@media(max-width: 1199px) {
    .ma-hero-slide-content {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 767px) {
    .ma-hero-slide-content {
        width: 75%
    }
}

.ma-hero-slide-content .icon-box {
    position: absolute;
    bottom: -25px
}

.ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    opacity: 1
}

@media(max-width: 1199px) {
    .ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 767px) {
    .ma-hero-slider .swiper-slide-active .ma-hero-slide-content {
        width: 75%
    }
}
.bg-black {
    background-color: #0c0800
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}
.crm-fd-slide-control.crm-next-control-outer {
    right: -25px
}

.crm-fd-slide-control.crm-prev-control-outer {
    left: -25px
}
.crm-fd-slide-control {
    width: 56px;
    height: 56px;
    background-color: #ef3d3d;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.crm-fd-slide-control:hover {
    background-color: #fff;
    color: #093a3e
}

.crm-fd-slide-control.crm-next-control-outer {
    right: -25px
}

.crm-fd-slide-control.crm-prev-control-outer {
    left: -25px
}

@media(max-width: 767.98px) {
    .crm-fd-slide-control {
        display: none
    }
}
.crm-fd-slide-control-wrapper {
    top: -200px
}
.ma-warning-bg {
    background-color: #fb7701
}
.icon-box {
    margin-bottom: 30px
}

.icon-box i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px
}
.position-relative {
    position: relative !important
}
.fch-30 {
    max-width: 30ch
}
.ma-hero-slide-content.d-inline-block.bg-black.px-4.py-5.rounded-4.position-absolute {
    border-radius: 8px !important;
}

/* Contact form style ------------------------- */
.ma-form {
    margin-top: -15px
}

.ma-form-wrapper {
    right: 0;
    top: 0px
}

@media(max-width: 991px) {
    .ma-form-wrapper {
        position: inherit !important
    }
}

.ma-contact-img {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 991px) {
    .ma-faq {
        padding-top: 60px
    }
}

.ca-tab .nav-link {
    padding: 2px 0;
    color: #737373;
    font-weight: 500;
    position: relative;
    margin-left: 15px
}

.ca-tab .nav-link::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #737373;
    left: -15px;
    top: 13px
}

.ca-tab .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #fb7701
}

.ca-tab .nav-link.active::before {
    background-color: #fb7701
}

.tt-theme-light,
.tt-theme-dark {
    position: relative;
    top: 3px
}

.tt-theme-light {
    display: block
}

.tt-theme-dark {
    display: none
}

/* Accordion style added ------------------ */
.ca-tab .nav-link_.active {
    background-color: rgba(0, 0, 0, 0);
    color: #fb7701;
}
.ca-tab .nav-link_ {
    padding: 2px 0;
    color: #737373;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
}
button#v-pills-1-tab {
    background-color: snow;
    border-color: snow;
}
.ca-tab .nav-link_.active::before {
    background-color: #fb7701;
}
.ca-tab .nav-link_::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #737373;
    left: -15px;
    top: 13px;
}
.ca-tab .nav-link_ {
    padding: 2px 0;
    color: #737373;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
}
.fw-semibold {
    font-weight: 700 !important
}
.pb-4 {
    padding-bottom: 1.5rem !important
}
.gap-5 {
    gap: 1.25rem !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
.ms-3 {
    margin-left: 1rem !important
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}
label {
    font-weight: 600;
    font-size: .875rem
}
.border-opacity-25 {
    --bs-border-opacity: 0.25
}
.fw-bold {
    font-weight: 800 !important
}
.border-0 {
    border: 0 !important
}
.mt-4 {
    margin-top: 1.5rem !important
}
.contact_form_input{
    font-size: .875rem;
    color: #737373;
}
.contact_form_select {
    font-size: .875rem;
    color: #737373 !important;
}
.form-select:focus {
    box-shadow: 0px 0px 0px 0px !important;
}
.form-control:focus {
    box-shadow: 0px 0px 0px 0px !important;
}