/**
 * Development Extra Style
 * Create by WP Author
 */

.slider-area .inner {
    position: relative;
    z-index: 2;
}


.rt-dev-slider-1 .slide .inner .sub-title {
    color: rgba(198, 201, 216, 0.75);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.rt-dev-slider-1 .slide .inner .subtitle-2 {
    color: #c6c9d8;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}

.single-service.service__style--3 .icon i {
    margin-bottom: 34px;
}
.rt-dev-slider-1 .slide{
    background-color: #00010c;
}
.rt-dev-slider-1 .slide.slide-style-1::before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.overlay::before{
    position: relative;
}
.overlay::before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.overlay-content{
    position: relative;
    z-index: 2;
}
.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}


.text-end .description {
    padding-right: 0 !important;
}
.text-start .description {
    padding-left: 0 !important;
}

.rb-separator{
    display: flex;
    align-items: center;
}
.divider-separator {
    background: var(--color-border);
    height: 1px;
}
body.active-light-mode .divider-separator {
    background: #00000024;
}

.video-popup .thumbnail img {
    height: 100%;
    object-fit: cover;
}

/* Portfolio */
.related-work .thumb a img {
    object-fit: cover;
}

/* Gallery */


/* Counter Up */
.counterup_style--1 .counter.counter-percentage::after{
    content: "%";
}
.counterup_style--1 .counter.counter-k::after{
    content: "K";
}
.counterup_style--1 .counter.counter-none::after{
    content: "";
}


/* Blog */
.blog.blog-style--1 {
    min-height: 250px;
    background-color: #00010cd1;
}


/* Brand */
ul.brand-style li a {
    display: block;
}

/* List Style */
.list-style--1 li .icon img{
    margin-right: 5px;
}

/* Testimonial */
.quote-icon-none .rn-testimonial-content .inner p::before, .quote-icon-none .rn-testimonial-content .inner p::after{
    display: none;
}

/* Tab */
.single-tab-content{
    font-weight: 300;
    color: #717173;
    font-size: 18px;
    line-height: 30px;
}

/* About */
.about-wrapper .thumbnail img{
    object-fit: cover;
}

.rbt-section-height-full .rbt-height-control {
    height: 100vh;
}

.thumbnail img,
.designer-thumbnail img{
    object-fit: cover;
}

.slick-initialized .slick-slide {
    margin-bottom: 0;
}

/* Ajax Button */

/* Text Loading*/
.text-loading {
    position: relative;
}
.text-loading::after {
    content: " Please wait... ";
    display: block;
    position: absolute;
    bottom: -45px;
    left: 50%;
    width: 100%;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.disabled {
    pointer-events: none;
}
.disabled span{
    opacity: .50;
}

/* Portfolio */
.row--5 .portfolio-tilthover .portfolio {
    margin-top: 10px;
}

/* Sidebar */
.rbt-single-widget.widget_media_image img.image {
    border-radius: 4px;
}

.rbt-single-widget.widget_media_image {
    padding: 0;
    border: none;
}

/**
* Coming Soon Mode Active
**/
.elementor-maintenance-mode header.header-area {
    display: none;
}
.elementor-maintenance-mode footer.footer-area {
    display: none;
}

/* Update CSS */
.im_portfolio .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
ul.testimonial-thumb-wrapper li a.active .thumb img {
    object-fit: cover;
}


.counter.counter-plus:after{content:"+" !important}
.counter.counter-percentage:after{content:"%" !important}
.counter.counter-k:after{content:"K" !important}
.counter.counter-none:after{content:"" !important}
.counter-style-4 .count-number::after {
    display: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
}



.no-gutter .rn-filterable-portfolio-item{
    margin: 0 !important;
    padding: 0 !important;
}



/* Call To Action */

.bg-transparent,
.bg-transparent .content-wrapper {
    background: transparent !important;
}


.single-service .inner {
    padding: 0 !important;
}
.single-service  .card-box.card-style-1{
    margin-top: 0 !important;
}
.circle-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
  }
  .radial-progress {
    position: relative;
  }
  .radial-progress-single {
	text-align: center;
}
.radial-progress .circle-text span.count {
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	color: var(--color-body);
	position: relative;
}


/**
PreLoader
 */
.preloader {
    background: var(--color-dark);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
}
.active-light-mode .preloader {
    background: var(--color-white);
}
@keyframes bgg {
    0% {
        background: var(--color-primary-light);
    }
    50% {
        background: var(--color-primary);
    }
    100% {
        background: var(--color-primary);
    }
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70px;
    height: 70px;
    margin: auto;
}

.loader .circle {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
    left: 3px;
    top: -5px;
}

.loader .circle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    animation: bgg 1500ms ease-in alternate infinite;
}

.loader .circle:nth-child(2) {
    animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
    animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
    animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
    animation-delay: 960ms;
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}

.header-top-news, .header-top-news-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}