.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, #1ebbf0 8%, #39dfaa 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, #f1b555 0%, #e9a93c 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;
}

.pdf-file.list-box {
    list-style: none;
    padding-left: 29px;
}

.pdf-file.list-box li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
    color: #ffffff;
    /* red for PDF */
    font-weight: 500;
}

.pdf-file.list-box li::before {
    content: "\f1c1";
    /* Font Awesome Unicode for PDF file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}

/* .lg-toolbar, .lg-sub-html {
    display:none;
} */
span.counter-text {
    color: #233963;
}

span.counter {
    color: #aa2618;
}