/*
Theme Name: 	   Celexo
Text Domain: 	   celexo
Template: 			cosmobit
Version:            0.4
Tested up to:       6.0
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/celexo-free/
Description:        Celexo is the perfect theme for your website. Celexo is lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business, consultant, finance, corporate, freelancer, agency, business promotion, electrician, industries, education, SEO, construction, fashion, online shop, health & medical, Beauty & spa salons, wedding, photography, gym, cafe, music, architecture, lawyer, restaurant, hotel, blog, magazine, travel agency, RTL & Translation Ready and many other websites with a beautiful & professional design. Celexo supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, Google Analytics, and much more. Celexo Pro demo https://preview.desertthemes.com/pro/celexo/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

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 {
    --dt-base-color: #666666;
    --dt-pri-color: #007bff;
    --dt-sec-color: #161C2D;
    --dt-whi-color: #ffffff;
    --dt-gray-high: #f8f9fa;
    --dt-base-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --dt-title-font: "Quicksand", sans-serif;
    --dt-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Homepage 2 */

.dt__navbar-listwidget .contact__list {
    display: inline-flex;
}

.dt__navbar-listwidget .contact__list+.contact__list {
    margin-left: 2.5rem;
}

.dt__navbar-listwidget .contact__list .description {
    margin-top: 0.7rem;
}

@media (min-width: 62em) {
    .header--two .dt__header-navwrapperinner {
        min-height: 16.1rem;
    }
}

.header--two .dt__logobar > .dt-container > .dt-row {
    min-height: 9rem;
}

.header--two .dt__navbar-list-right {
    justify-content: flex-end;
}

.header--two .dt__navbar-listwidget .contact__list i,
.header--two .dt__navbar-listwidget .contact__list img {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
}

.header--two .dt__navbar {
    border-top: 1px solid rgba(189, 189, 189, 0.2);
}

.header--two .dt__navbar .dt__navbar-menu {
    justify-content: space-between;
}

.header--two .dt__navbar .dt__navbar-nav .dt__navbar-mainmenu > li:first-child > a {
    margin-left: 0.3rem;
}

.header--two .dt__navbar .dt__navbar-wrapper.is--sticky.on {
    padding: 0 0;
}

.header--two .dt__navbar .dt__navbar-wrapper > .dt-container > .dt-row {
    min-height: 7rem;
}

.header--two .dt__header-topbar {
    background-color: var(--dt-sec-color);
    color: var(--dt-whi-color);
}

.header--two .dt__logobar {
    max-height: 90px;
}

 /* Slider--Two */

.dt__slider.dt__slider--two {
    color: var(--dt-sec-color);
}


.dt__slider--two .dt__slider-main.owl-carousel .owl-dots {
    text-align: left;
    margin-top: 0;
}

/* Infoservices--Two */

.dt__infoservices--two .owl-item .dt__infoservices-block {
    padding: 2rem 0;
}

.dt__infoservices--two .dt__infoservices-block {
    margin-top: 4.2rem;
}

.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner {
    border-radius: 1rem;
    background-color: var(--dt-whi-color);
    -webkit-box-shadow: 0 0.5rem 1.6rem 0 rgba(109, 125, 145, 0.14);
    box-shadow: 0 0.5rem 1.6rem 0 rgba(109, 125, 145, 0.14);
    padding: 4rem 3rem 3rem 3.7rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner:focus-within,
.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner:hover {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
}

.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon {
    height: 9rem;
    width: 9rem;
    color: var(--dt-whi-color);
    background-color: var(--dt-pri-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 0.4rem solid var(--dt-whi-color);
    margin-top: -8rem;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2.5rem;
}

.dt__infoservices--two .dt-col-12:nth-child(2n) .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon,
.dt__infoservices--two .owl-item:nth-child(2n) .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon {
    background-color: #00C3B7;
}

.dt__infoservices--two .dt-col-12:nth-child(3n) .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon,
.dt__infoservices--two .owl-item:nth-child(3n) .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon {
    background-color: #fc0;
}

.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon img,
.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner .dt__infoservices-icon i {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
    width: 4.7rem;
    font-size: 3.7rem;
}

.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner:focus-within .dt__infoservices-icon span *,
.dt__infoservices--two .dt__infoservices-block .dt__infoservices-inner:hover .dt__infoservices-icon span * {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.dt__infoservices--two .dt__infoservices-row {
    margin-top: -10.9rem;
}

@media (max-width: 74.938rem) {

    .dt__infoservices--two .dt__infoservices-row {
        margin-top: -5.9rem;
    }
}


/* Services--two */

.dt__services--two .svg--shape.bottom svg {
    width: calc(100% + 1.3px);
    height: 6rem;
}

.dt__services--two .dt__services-inner {
    padding: 3.2rem;
    border-radius: 1rem;
    background-color: var(--dt-whi-color);
    -webkit-box-shadow: 0 1rem 3rem 0 rgba(219, 219, 219, 0.36);
    box-shadow: 0 1rem 3rem 0 rgba(219, 219, 219, 0.36);
    text-align: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.dt__services--two .dt__services-inner:hover .icon {
    color: var(--dt-whi-color);
}

.dt__services-inner:before {
    content: '';
    position: absolute;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3RjE2QUVGOTg4NzExRUM4ODUwQ0M0NDlFODIyN0NCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3RjE2QUYwOTg4NzExRUM4ODUwQ0M0NDlFODIyN0NCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdGMTZBRUQ5ODg3MTFFQzg4NTBDQzQ0OUU4MjI3Q0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzdGMTZBRUU5ODg3MTFFQzg4NTBDQzQ0OUU4MjI3Q0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz46RTjRAAABA0lEQVR42qSUARGDMAxF4Q4BSOgc4AAc0DnAwSYBJ8zBmAJAweaAOQAHXcp9diHHgHa9+wSS9DWk0NAYE/wxYpImpbBj5AFISDkASsQPATNUkEELAOnF8to1oMLqOaqJRbwldbAtfA1sF1IPZR8k4E16MMC4UsSAeaeAgL1ZjoFUkQq7mN20HWWY97TPEcqfm3sm1Y4bpefXna5Y5caqSw5UxdVgbjZ9gizgA41Zq2IJ9IFq5Dezby3JBVoh97oFdIH2vH9bwCNQxeLBEeAetECsdgFuQe/wF67AX9ABPuUDtCoZ9IL7XuYFjn9FKf776l+ghGoZjzyO/RI2Zefhd3wEGAAthWWb8pMnRgAAAABJRU5ErkJggg==') no-repeat center center / cover;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt__services--two .dt__services-inner:hover:before,
.dt__services--two .dt__services-inner:focus-within:before {
    opacity: 0.50;
	visibility: visible;
}

.dt__services--two .dt__services-inner::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--dt-pri-color);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
	z-index: -1;
}

.dt__services--two .dt__services-inner:hover::after,
.dt__services--two .dt__services-inner:focus-within::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


.dt__services--two .dt__services-inner:hover .title,
.dt__services--two .dt__services-inner:hover .title a,
.dt__services--two .dt__services-inner:focus-within .title a:focus,
.dt__services--two .dt__services-inner:hover .text,
.dt__services--two .dt__services-inner:focus-within .text {
    color: var(--dt-whi-color);
}

@media (min-width: 62em) {
    .dt__services--two .dt__services-inner {
        padding: 4.2rem;
    }
}

.dt__services--two .dt__services-inner:after {
    content: "";
    clear: both;
    display: table;
}

.dt__services--two .dt__services-inner .dt__services-icon {
    display: inline-block;
    float: left;
    margin-right: 1.5rem;
    width: 6.4rem;
    font-size: 6rem;
    line-height: 1.2;
    color: var(--dt-pri-color);
	position: relative;
	z-index: 0;
}

@media (min-width: 62em) {
    .dt__services--two .dt__services-inner .dt__services-icon {
        margin-right: 2rem;
    }
}

.dt__services--two .dt__services-inner .dt__services-icon:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2rem;
    left: -2rem;
    height: 5rem;
    width: 5rem;
    border-radius: 10rem;
    background-color: rgba(189, 189, 189, 0.25);
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt__services--two .dt__services-inner:hover .dt__services-icon i,
.dt__services--two .dt__services-inner:hover .dt__services-icon img,
.dt__services--two .dt__services-inner:focus-within .dt__services-icon i,
.dt__services--two .dt__services-inner:focus-within .dt__services-icon img {
    -webkit-animation: rotate-in-2-fwd .56s ease-in-out;
    animation: rotate-in-2-fwd .56s ease-in-out;
}

.dt__services--two .dt__services-inner .title,
.dt__services--two .dt__services-inner .text {
    margin-left: 7.9rem;
}

@media (min-width: 62em) {
    .dt__services--two .dt__services-inner .title,
    .dt__services--two .dt__services-inner .text {
        margin-left: 8.2rem;
    }
}

.dt__services--two .dt__services-inner .text {
    margin-top: 1.3rem;
	-webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}


/* CTA Three */

.dt__cta--three .svg--shape.bottom svg {
    width: calc(100% + 1.3px);
    height: 3rem;
}

.dt__cta--three .dt__cta-row {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    padding: 9rem 3.5rem;
    margin: 11rem 0;
    border: 1rem solid var(--dt-whi-color);
    -webkit-box-shadow: 0 0 4.3rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4.3rem 0 rgba(0, 0, 0, 0.1);
    z-index: 0;
}


.dt__cta--three .dt__cta-row:after {
    position: absolute;
    top: 6rem;
    left: 6rem;
    content: "";
    width: 8rem;
    height: 8rem;
    border-radius: 100rem;
    background-color: var(--dt-pri-color);
    opacity: 0.6;
    z-index: -1;
}

.dt__cta--three .dt__cta-row:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
}

.dt__footer--one .dt__footer-copyright > .dt-container > .dt-row {
    background-color: inherit;
    border: 0.1rem solid rgba(189, 189, 189, 0.2);
    padding: 1.2rem 0.5rem;
}

.dt__posts--two .dt__post .dt__post-thumb {
    margin-bottom: 3rem;
}


.dt__posts--two .dt__post .dt__post-thumb+.dt__post-outer {
    margin-top: -6.2rem;
}

.dt__posts--two .dt__post .dt__post-outer {
    background-color: var(--dt-whi-color);
    position: relative;
    padding: 2.5rem 2rem 1.5rem;
    -webkit-box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
}

.dt__posts--two .dt__post .dt__post-top-meta {
    margin-bottom: 1.2rem;
}

.dt__posts--two .dt__post .dt__post-top-meta>ul>li .dt__post-category a {
    padding-right: 0;
    padding-left: 0.5rem;
    margin-right: 0;
    position: relative;
}

.dt__posts--two .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus) {
    color: var(--dt-sec-color);
    text-decoration: none;
}

.dt__footer .wp-block-table figcaption {
    text-align: center;
}

.dt__footer .wp-block-table td {
    color: var(--dt-sec-color);
}