.DZ-theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 99999
}

.DZ-theme-btn i {
    font-size: 22px;
    line-height: 50px
}

.DZ-theme-btn.DZ-bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #304d9c 8%, #304d9c 100%);
    bottom: 70px
}

.DZ-theme-btn.DZ-bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%)
}
.DZ-theme-btn.DZ-bt-down-brochure {
    background: #e9a93c; /* Solid background color */
    background: -moz-linear-gradient(top, #f1b555 0%, #e9a93c 100%);
    background: -webkit-linear-gradient(top, #f1b555 0%, #e9a93c 100%);
    background: linear-gradient(to bottom, #ed1d26 0%, #ed1d26 100%);
    bottom: 130px;
}


.DZ-theme-btn:hover {
    color: #fff;
    padding: 0 20px
}

.DZ-theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase
}

.DZ-theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.at-expanding-share-button[data-position=bottom-left] {
    bottom: 130px !important;
}

[dir|="rtl"] .DZ-theme-btn,
[dir|="rtl"] .at-expanding-share-button[data-position=bottom-left] {
    right: 10px;
    left: auto;
}

.DZ-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.DZ-theme-btn svg {
    fill: #fff;
    width: 26px;
    height: 26px
}

.modal-text {
    color: #000;
    font-size: 14px;

}
.list-star .item::before{
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.list-star li.item.active {
    background: #d8e8fd;
}
.list-star li.item.active a{
    color: var(--color-primary);
}
 .list-star li.main-item{
    background: var(--color-secondry);
}

.our-story h4.title span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.inquiry-form-custom {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.0);
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.site-button-custom {
    color: #fff;
    background-color: var(--color-primary);
    padding: 10px 10px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.footer-bottom img{
    height: 100px;
}

.philosophy-list li{
    padding: 15px;
}
.service-box-3 .title:after {
    content: "";
    background: transparent;
}

.dropdown.bootstrap-select.show-tick.form-control {
    padding: 0;
}
.h-100 {
    height: 100% !important;
}

.testimonials-box .content-inner {
    padding-top: 40px;
    padding-bottom: 20px;
}

.testimonials-box .ow-carousel-entry {
    border-width: 0;
    border-color: #003366;
}

.testimonials-box .ow-entry-content {
    border-width: 0;
    border-color: #003366;
    background-color: #003366;
}

.testimonials-box .ow-entry-title a {
    color: #fefefe;
    font-size: 14px;
}
.testimonials-box .sort-title {
    margin-bottom: 5px;
}

.dlab-box {
    display: flex;
    flex-direction: column;
}
.dlab-info {
    margin-top: auto;
}

.dlab-topbar-left .site-button{
    background-color: var(--color-secondry);
}

.footer-top img{
    height: 100px;
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    background: #fff;
    /* padding: 10px; */
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    text-align: center;
}

.popup-content img {
    width: 100%;
    border-radius: 10px;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-secondry);
    cursor: pointer;
}


.call-action .bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
    background-color: #fff !important;
    height: 40px;
    font-size: 13px;
    color: #999;
}

.icon-md img {
    height: 55px;
}

/* .lg-toolbar, .lg-sub-html {
    display:none;
} */
.bg-primary-light {
    background-color: #d6dbeb;
}

.service-spare .blog-md .dlab-post-media {
    min-width: 200px;
}
.service-spare .blog-md .dlab-post-media {
    width: 200px;
}
img.category-icon {
    width: 50px !important;
    margin-bottom: 10px;
}
table td {
    padding: 15px 10px;
    border:  1px solid #375573 !important;
}
/* Always show portfolio overlays */
.portfolio-always-active .dlab-media .overlay-bx {
    opacity: 1;
    visibility: visible;
}
.portfolio-always-active .dlab-box .overlay-icon {
    opacity: 1;
    margin-top: 0;
}
.portfolio-always-active .dlab-img-overlay1:before {
    opacity: 0.8;
}
/* Default desktop layout */
.service-card {
    display: flex;
    align-items: center;
}
/* Mobile Fix */
@media (max-width: 767px) {

    .service-card {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .service-card .dlab-post-media,
    .service-card .dlab-post-info {
        width: 100%;
        float: none !important;
    }

    .service-img {
        margin: 0 auto 10px;
        display: block;
    }

    .service-card p {
        padding-right: 0 !important;
    }
}

/* enquiry form home */
#enquiry-form .select2-container {
    width: 100% !important;
    max-width: 100%;
}

#enquiry-form .input-group > .select2-container {
    flex: 1 1 auto;
    min-width: 0;
}

#enquiry-form .input-group > .select2-container .select2-selection {
    width: 100%;
    box-sizing: border-box;
}

#enquiry-form .select2-container--default .select2-selection--multiple {
        min-height: 38px;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        background-color: #fff;
        padding: 4px 34px 4px 8px;
        box-shadow: none;
        position: relative;
    }

    #enquiry-form .select2-container--default .select2-selection--multiple::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-width: 5px 4px 0 4px;
        border-style: solid;
        border-color: #666 transparent transparent transparent;
        pointer-events: none;
    }

    #enquiry-form .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #bbb;
    }

    #enquiry-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 4px;
        background-color: #f5f5f5;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        color: inherit;
    }

    #enquiry-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: inherit;
    }

    #enquiry-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0;
    }

    #enquiry-form .select2-container--default .select2-selection--multiple .select2-search__field {
        margin-top: 2px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        font-family: inherit;
    }

    #enquiry-form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    #enquiry-form .select2-dropdown {
        border: 1px solid #e1e1e1;
        border-radius: 0;
    }

    #enquiry-form .select2-container--open .select2-dropdown {
        z-index: 9999;
    }

    #enquiry-form .select2-results__option {
        white-space: normal;
        word-break: break-word;
    }

    @media (max-width: 767px) {
        #enquiry-form .select2-container--default .select2-selection--multiple {
            min-height: 48px;
            padding: 8px 34px 8px 10px;
            overflow: hidden;
        }

        #enquiry-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
            max-width: calc(100% - 20px);
            word-wrap: break-word;
            white-space: normal;
            display: inline-block;
            margin-bottom: 2px;
        }

        #enquiry-form .select2-container--default .select2-selection--multiple .select2-search__field {
            width: 100% !important;
            margin-top: 4px;
        }

    }

   .input-group .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
    font-weight: 800;
}

.bootstrap-select div.dropdown-menu {
    border: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    border-color: #e1e6eb;
    box-shadow: none;
    /* height: 33px; */
    font-size: 13px;
    line-height: 20px;
    padding: 3px 12px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e1e6eb 1px;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e1e6eb;
}
.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.inquiry-form .select2-selection {
    border-width: 0 0 1px;
}

 .list-star .item a:hover {
    color: #ffffff;
}