/*
Theme Name: Doodle Elementor
Version: V.1.0
Author: Doodletech team
Author URI: doodletech.ae
Text Domain: doodleelementor
*/
html,
body {
    margin: 0px;
    font-family: var(--e-global-typography-07bbabf-font-family), Sans-serif;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.the_head_.elementor-sticky--active {
    background-color: #ffffff;
}

.the_head_ img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.the_head_.elementor-sticky--active img {
    width: 100px !important;
}

.the_head_ .menu-item-link-depth-0::after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 2px;
    width: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.the_head_ .menu-item-link-depth-0:hover::after {
    background-color: var(--e-global-color-accent);
    width: 100%;
}

.hd_line {}

.hd_line .elementor-heading-title {
    position: relative;
    padding-left: 50px;
}

.hd_line .elementor-heading-title::before {
    display: block;
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background-color: var(--e-global-color-accent);
}

.thecrsl {}

.thecrsl .lakit-carousel__content.animated.fadeInUp {
    display: flex;
    align-items: center;
    animation-duration: unset !important;
    animation: unset !important;
    -webkit-animation: unset !important;
}

.pjct_wrp {}

.pjct_wrp .lakit-bannerlist__content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
}

.lakit-bannerlist__item:hover .lakit-bannerlist__content {
    opacity: 1;
}

.wpcf7-form-control {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.wpcf7-form-control:hover,
.wpcf7-form-control:focus {
    border-color: var(--e-global-color-accent) !important;
}

.wpcf7-textarea {
    font-family: var(--e-global-typography-07bbabf-font-family), Sans-serif;
    font-size: var(--e-global-typography-07bbabf-font-size);
    font-weight: var(--e-global-typography-07bbabf-font-weight);
    line-height: var(--e-global-typography-07bbabf-line-height);
}

.wpcf7-not-valid-tip {
    font-family: var(--e-global-typography-07bbabf-font-family), Sans-serif;
    margin-top: 5px;
}

.list_of_itmz .bdt-fancy-list-img,
.list_of_pjct .bdt-fancy-list-img {
    width: 100%;
    flex: 1;
}

.list_of_itmz .bdt-fancy-list-img img,
.list_of_pjct .bdt-fancy-list-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}


.list_of_itmz .bdt-fancy-list-content {
    height: 80px;
    display: flex;
}

.list_of_itmz .bdt-fancy-list-content .bdt-fancy-list-title {
    margin: auto;
}


.tabz_left .lakit-ntabs-heading {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.the_sld {}

.the_sld .lakit-carousel .lakit-arrow.next-arrow {
    right: calc((100vw - 1440px)/2) !important;
}

.the_sld .lakit-carousel .lakit-arrow.prev-arrow {
    right: calc((100vw - 1440px)/2 + 60px) !important;
}

.ftr_lnkz .menu-item-link-depth-0 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ftr_lnkz .menu-item-link-depth-0::after {
    position: absolute;
    content: '';
    left: 0px;
    width: 0px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ftr_lnkz .menu-item-link-depth-0:hover {
    padding-left: 16px !important;
}

.ftr_lnkz .menu-item-link-depth-0:hover::after {
    width: 10px;
}


@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 991px) {}