.dl_accordion_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 35px 35px 72px;
}
.dl_accordion_item:last-child {
    border-bottom: 0 solid transparent;
}
.dl_accordion_item .dl_accordion_icon {
    position: absolute;
    left: -42px;
    top: -4px;
}
.dl_accordion_item.dl-active {
    background-color: #fff;
}
.dl_accordion_item .dl_accordion_item_title {
    position: relative;
}
.dl_accordion_item .dl_accordion_thumb {
    max-width: 100%;
}
@media (max-width: 991px) {
    .dl_accordion_item .dl_accordion_thumb {
        margin-top: 30px;
    }
}
@media (min-width: 991px) {
    .dl_accordion_item .dl_accordion_thumb {
        position: absolute;
        right: -100%;
        top: 0;
    }
}
.dl_accordion_item .dl_accordion_title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.dl_accordion_item .droit-icon {
    transition: transform 0.2s ease-out;
    right: 6px;
    top: -5%;
    position: absolute;
    cursor: pointer;
    color: #060a24;
}
.dl_accordion_item_title .droit-accordion-icon-opend {
    display: none;
}
.dl_accordion_item_title.dl-active .droit-accordion-icon-opend {
    display: block;
}
.dl_accordion_item_title.dl-active .droit-accordion-icon-closed {
    display: none;
}
.dl_accordion_item .dl_accordion_panel {
    display: none;
    padding-top: 30px;
}
.dl_accordion_item.dl-active .dl_accordion_title::before {
    transform: rotate(-140deg);
}
@media (min-width: 768px) {
    .dl_accordion_item .dl_accordion_inner {
        display: flex;
        align-items: center;
    }
    .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
        flex: 31% 0 0;
        display: flex;
    }
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
    position: relative;
    right: auto;
    top: auto;
}
@media (max-width: 767.98px) {
    .dl_accordion_item .dl_accordion_inner .dl_accordion_thumb {
        margin-bottom: 10px;
    }
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_thumb + .dl_accordion_inner_content {
    padding-left: 30px;
}
.dl_accordion_item .dl_accordion_inner .dl_accordion_inner_content + .dl_accordion_thumb {
    padding-left: 30px;
}
.dl_accordion_item .dl_accordion_inner .dl_cu_btn {
    border-radius: 0;
}
.dl_accordion_item .dl_accordion_inner .dl_desc {
    font-size: 15px;
    line-height: 1.7;
}
.dl_accordion_item .dl_accordion_inner .dl_desc + .dl_cu_btn {
    margin-top: 29px;
}
.dl_accordion_item.dl_accordion_style_08 {
    padding: 30px;
    border-bottom: 0 solid transparent;
    background-color: #fff;
    margin-bottom: 10px;
}
.dl_accordion_item.dl_accordion_style_08 .dl_accordion_panel {
    padding-top: 26px;
}
.dl_accordion_style_08 .droit-icon {
    color: #060a24;
}
.dl_accordion_item.dl_accordion_style_09 {
    background-color: #005d4c;
    border-radius: 0;
    padding: 29px 35px 29px;
    border-bottom: 0 solid transparent;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(2) {
    background-color: #006a56;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(3) {
    background-color: #007b64;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(4) {
    background-color: #009377;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(5) {
    background-color: #005d4c;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(6) {
    background-color: #006a56;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(7) {
    background-color: #007b64;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(8) {
    background-color: #009377;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(9) {
    background-color: #007b64;
}
.dl_accordion_item.dl_accordion_style_09:nth-child(10) {
    background-color: #009377;
}
.dl_accordion_item.dl_accordion_style_09 .dl_accordion_item_title {
    padding: 0 0 0 35px;
}
.dl_accordion_item.dl_accordion_style_09 .dl_accordion_title {
    color: #fff;
}
.dl_accordion_item.dl_accordion_style_09 .dl_desc {
    color: #fff;
}
.dl_accordion_item.dl_accordion_style_09 .dl_accordion_panel {
    padding-top: 20px;
}
.dl_accordion_item.dl_accordion_style_09 .dl_accordion_icon {
    max-width: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.dl_accordion_item.dl_accordion_style_09 .dl_cu_btn {
    border: 1px solid #fff;
}
.dl_accordion_item.dl_accordion_style_09 .dl_cu_btn:hover {
    border: 1px solid #0e4de3;
}
.dl_accordion_style_09 .droit-icon {
    color: #fff;
}
.dl_accordion_style_09 .dl_accordion_icon {
    color: #fff;
}
.dl_accordion_icon i {
    display: block;
}
.droit-accordion_icon svg {
    width: 16px;
}.dl_alert_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.dl_alert_box.dl_alert_box_style_01 {
    border-radius: 5px;
    font-size: 20px;
    padding: 22px 40px;
}
.dl_alert_box.dl_alert_box_style_01 .dl_alert_close {
    font-size: 18px;
    background-color: transparent;
    border: 0 solid transparent;
    cursor: pointer;
}
.dl_alert_box.dl_alert_box_style_01 .dl_alert_desc {
    line-height: 20px;
    display: flex;
    align-items: center;
}
.dl_alert_box.dl_alert_box_style_01 .dl_alert_desc i {
    margin-right: 18px;
    font-size: 24px;
}
.dl_alert_box.dl_default_alert {
    border: 1px solid #d7caf5;
    background-color: #f5f1fd;
    color: #8d62e3;
}
.dl_alert_box.dl_default_alert .dl_alert_close,
.dl_alert_box.dl_default_alert .dl_alert_desc {
    color: #8d62e3;
}
.dl_alert_box.dl_notice_alert {
    border: 1px solid #e9e6f5;
    background-color: #f9f8fc;
    color: #677294;
}
.dl_alert_box.dl_notice_alert .dl_alert_close,
.dl_alert_box.dl_notice_alert .dl_alert_desc {
    color: #677294;
}
.dl_alert_box.dl_notice_alert .dl_alert_box_icon {
    border: 1px solid #e9e6f5;
    background-color: #f9f8fc;
    color: #677294;
}
.dl_alert_box.dl_info_alert {
    border: 1px solid #aee9f3;
    background-color: #ebfcff;
    color: #67d2e5;
}
.dl_alert_box.dl_info_alert .dl_alert_close,
.dl_alert_box.dl_info_alert .dl_alert_desc {
    color: #67d2e5;
}
.dl_alert_box.dl_error_alert {
    border: 1px solid #f4bdbd;
    background-color: #ffebeb;
    color: #eb4a4a;
}
.dl_alert_box.dl_error_alert .dl_alert_close,
.dl_alert_box.dl_error_alert .dl_alert_desc {
    color: #eb4a4a;
}
.dl_alert_box.dl_success_alert {
    border: 1px solid #b0efac;
    background-color: #ecffeb;
    color: #4acc43;
}
.dl_alert_box.dl_success_alert .dl_alert_close,
.dl_alert_box.dl_success_alert .dl_alert_desc {
    color: #4acc43;
}
.dl_alert_box.dl_warning_alert {
    border: 1px solid #edd796;
    background-color: #fffaeb;
    color: #ebb512;
}
.dl_alert_box.dl_warning_alert .dl_alert_close,
.dl_alert_box.dl_warning_alert .dl_alert_desc {
    color: #ebb512;
}
.dl_words_wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.dl_words_wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.dl_words_wrapper b.is-visible {
    position: relative;
}
.no-js .dl_words_wrapper b {
    opacity: 0;
}
.no-js .dl_words_wrapper b.is-visible {
    opacity: 1;
}
.dl_animated_headline.rotate-1 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.dl_animated_headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.dl_animated_headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}
.dl_animated_headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}
@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}
@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}
@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}
@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}
@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
.dl_animated_headline.type .dl_words_wrapper {
    vertical-align: top;
    overflow: hidden;
}
.dl_animated_headline.type .dl_words_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}
.dl_animated_headline.type .dl_words_wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.dl_animated_headline.type .dl_words_wrapper.selected::after {
    visibility: hidden;
}
.dl_animated_headline.type .dl_words_wrapper.selected b {
    color: #0d0d0d;
}
.dl_animated_headline.type b {
    visibility: hidden;
}
.dl_animated_headline.type b.is-visible {
    visibility: visible;
}
.dl_animated_headline.type i {
    position: absolute;
    visibility: hidden;
}
.dl_animated_headline.type i.in {
    position: relative;
    visibility: visible;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
.dl_animated_headline.rotate-2 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.dl_animated_headline.rotate-2 em,
.dl_animated_headline.rotate-2 i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dl_animated_headline.rotate-2 b {
    opacity: 0;
}
.dl_animated_headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.is-visible .dl_animated_headline.rotate-2 i {
    opacity: 1;
}
.dl_animated_headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}
.dl_animated_headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}
.dl_animated_headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}
.no-csstransitions .dl_animated_headline.rotate-2 i {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0;
}
.no-csstransitions .dl_animated_headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.no-csstransitions .dl_animated_headline.rotate-2 .is-visible i {
    opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
}
@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
}
@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
}
@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
.dl_animated_headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}
.dl_animated_headline.loading-bar .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}
.dl_animated_headline.loading-bar .dl_words_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}
.dl_animated_headline.loading-bar .dl_words_wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}
.dl_animated_headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.dl_animated_headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}
.dl_animated_headline.slide span {
    display: inline-block;
    padding: 0.2em 0;
}
.dl_animated_headline.slide .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}
.dl_animated_headline.slide b {
    opacity: 0;
    top: 0.2em;
}
.dl_animated_headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}
.dl_animated_headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}
@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.dl_animated_headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
}
.dl_animated_headline.clip .dl_words_wrapper {
    overflow: hidden;
    vertical-align: top;
}
.dl_animated_headline.clip .dl_words_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}
.dl_animated_headline.clip b {
    opacity: 0;
}
.dl_animated_headline.clip b.is-visible {
    opacity: 1;
}
.dl_animated_headline.zoom .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.dl_animated_headline.zoom b {
    opacity: 0;
}
.dl_animated_headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}
.dl_animated_headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}
@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}
@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}
@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
.dl_animated_headline.rotate-3 .dl_words_wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.dl_animated_headline.rotate-3 b {
    opacity: 0;
}
.dl_animated_headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.is-visible .dl_animated_headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.dl_animated_headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}
.dl_animated_headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .dl_animated_headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
}
.no-csstransitions .dl_animated_headline.rotate-3 .is-visible i {
    opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
    }
}
@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0);
    }
}
@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}
@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
.dl_animated_headline.scale b {
    opacity: 0;
}
.dl_animated_headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.is-visible .dl_animated_headline.scale i {
    opacity: 1;
}
.dl_animated_headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}
.dl_animated_headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}
.no-csstransitions .dl_animated_headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.no-csstransitions .dl_animated_headline.scale .is-visible i {
    opacity: 1;
}
@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}
@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}
@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
.dl_animated_headline.push b {
    opacity: 0;
}
.dl_animated_headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}
.dl_animated_headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.billey_highlight_headline--style-rotate .billey_highlight_headline-dynamic-wrapper {
    text-align: left;
}
.highlight_headline .billey_highlight_headline-dynamic-wrapper {
    overflow: visible;
    text-align: inherit;
    position: relative;
}
.highlight_headline .billey_highlight_headline-dynamic-text {
    z-index: 1;
}
.highlight_headline .billey_highlight_headline-plain-text {
    z-index: 1;
    position: relative;
}
.highlight_headline svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}
.highlight_headline svg path {
    stroke: #0e4de3;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: billey_highlight_headline-dash 10s infinite;
    animation: billey_highlight_headline-dash 10s infinite;
}
.highlight_headline svg path:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes billey_highlight_headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }
    15% {
        stroke-dasharray: 1500 1500;
    }
    85% {
        opacity: 1;
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}
@keyframes billey_highlight_headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }
    15% {
        stroke-dasharray: 1500 1500;
    }
    85% {
        opacity: 1;
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}
.dl_animated_title_section .dl_animated_title_list {
    text-align: center;
}
.dl_animated_title_section .dl_animated_title_list .billey_highlight_headline,
.dl_animated_title_section .dl_animated_title_list .dl_animated_headline {
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
}
@media (max-width: 991px) {
    .dl_animated_title_section .dl_animated_title_list .billey_highlight_headline,
    .dl_animated_title_section .dl_animated_title_list .dl_animated_headline {
        font-size: 40px;
        line-height: 50px;
    }
}
.dl_animated_title_section .dl_animated_title_list .dl_words_wrapper {
    font-weight: 300;
}
.dl_animated_title_section .dl_animated_title_list.dl_animated_title_style_01 .dl_words_wrapper {
    color: #554afe;
}
.dl-row-revers {
    flex-direction: row-reverse;
}
@media (min-width: 991px) {
    .dl_banner_section.dl_banner_section_style_01 .dl-row-revers .dl_banner_img {
        right: auto;
        left: 140px;
    }
    .dl_banner_section.dl_banner_section_style_04 .dl-row-revers .dl_banner_img {
        right: auto;
        left: 140px;
    }
    .dl_banner_section.dl_banner_section_style_06 .dl-row-revers .dl_main_banner_img {
        right: auto;
        left: 0;
    }
}
.dl_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .dl_container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .dl_container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .dl_container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .dl_container {
        max-width: 1200px;
    }
}
.dl_container_fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.dl_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
[class*="dl_col_"],
[class^="dl_col_"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.dl_col_2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.dl_col_3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.dl_col_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.dl_col_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.dl_col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.dl_col_7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.dl_col_8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.dl_col_9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.dl_col_10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.dl_col_11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.dl_col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .dl_col_sm_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .dl_col_sm_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dl_col_sm_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .dl_col_sm_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .dl_col_sm_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dl_col_sm_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .dl_col_sm_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .dl_col_sm_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .dl_col_sm_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .dl_col_sm_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .dl_col_sm_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .dl_col_md_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .dl_col_md_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dl_col_md_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .dl_col_md_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .dl_col_md_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dl_col_md_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .dl_col_md_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .dl_col_md_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .dl_col_md_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .dl_col_md_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .dl_col_md_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .dl_col_lg_2 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .dl_col_lg_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dl_col_lg_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .dl_col_lg_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .dl_col_lg_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dl_col_lg_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .dl_col_lg_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .dl_col_lg_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .dl_col_lg_10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .dl_col_lg_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .dl_col_lg_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .dl_col_xl_1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .dl_col_xl_2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .dl_col_xl_3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dl_col_xl_4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .dl_col_xl_5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .dl_col_xl_6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dl_col_xl_7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .dl_col_xl_8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .dl_col_xl_9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .dl_col_xl_10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .dl_col_xl_11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .dl_col_xl_12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.dl_justify_content_start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.dl_justify_content_end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.dl_justify_content_center {
    -ms-flex-pack: center;
    justify-content: center;
}
.dl_justify_content_between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dl_justify_content_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.dl_align_items_start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.dl_align_items_end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.dl_align_items_center {
    -ms-flex-align: center;
    align-items: center;
}
.dl_align_items_baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}
.dl_align_items_stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 991px) {
    .dl_banner_content {
        margin: 50px 0;
    }
}
.dl_banner_content .dl_banner_title {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
}
@media (max-width: 991px) {
    .dl_banner_content .dl_banner_title {
        font-size: 35px;
        line-height: 46px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
    }
}
.dl_banner_content .dl_banner_desc {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
}
@media (max-width: 991px) {
    .dl_banner_content .dl_banner_desc {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_banner_desc {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
.dl_banner_content .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.dl_banner_content .dl_cu_btn:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .dl_banner_content .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content .dl_cu_btn {
        padding: 14px 14px;
    }
}
.dl_banner_content .dl_cu_btn.btn_4 {
    background-color: #d0deff;
    color: #0e4de3;
    border: 2px solid #d0deff;
}
.dl_banner_content .dl_cu_btn.btn_4:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 2px solid #0e4de3;
}
.dl_banner_content.dl_banner_content_style_01 .dl_banner_title {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_01 .dl_banner_desc {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_01 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_3 {
    background-color: #ff6d43;
    color: #fff;
    border: 1.5px solid #ff6d43;
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_3:hover {
    background-color: transparent;
    color: #ff6d43;
    border: 1.5px solid #ff6d43;
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_4 {
    background-color: transparent;
    color: #ff6d43;
    border: 1.5px solid #ff6d43;
}
.dl_banner_content.dl_banner_content_style_01 .dl_cu_btn.btn_4:hover {
    background-color: #ff6d43;
    color: #fff;
    border: 1.5px solid #ff6d43;
}
.dl_banner_content.dl_banner_content_style_02 .dl_banner_title {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_02 .dl_banner_desc {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_02 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_3 {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_3:hover {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_4 {
    background-color: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_02 .dl_cu_btn.btn_4:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_03 .dl_banner_title {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_03 .dl_banner_desc {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_03 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}
.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn.btn_3 {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
    border-radius: 50px;
}
.dl_banner_content.dl_banner_content_style_03 .dl_cu_btn.btn_3:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn {
    padding: 18px 42px;
    line-height: 15px;
    margin-right: 26px;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_04 .dl_cu_btn {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 25px;
    }
}
.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn.btn_3 {
    background-color: #ff3946;
    color: #fff;
    border: 1.5px solid #ff3946;
    border-radius: 50px;
}
.dl_banner_content.dl_banner_content_style_04 .dl_cu_btn.btn_3:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 1.5px solid #0e4de3;
}
.dl_banner_content.dl_banner_content_style_05 {
    text-align: center;
}
.dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
    font-family: Poppins;
    font-size: 72px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
}
.dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_05 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}
.dl_banner_content.dl_banner_content_style_05 .dl_cu_btn {
    font-weight: 500;
}
.dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
    font-family: Poppins;
    font-size: 72px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    color: #fff;
    margin-bottom: 17px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0;
    }
}
.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn {
    border-width: 1.5px;
    font-weight: 500;
}
.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_3 {
    background-color: #2dca73;
    color: #fff;
    border: 1.5px solid #2dca73;
    border-radius: 5px;
}
.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_3:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_06 .dl_cu_btn.btn_1:hover {
    background-color: #fff;
    color: #2dca73;
    border: 1.5px solid #fff;
}
.dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_06 .dl_banner_desc {
        font-size: 18px;
        line-height: 28px;
    }
}
.dl_banner_content.dl_banner_content_style_07 {
    padding-left: 70px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_07 {
        padding-left: 0;
    }
}
.dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -3.5px;
    color: #060a24;
    margin-bottom: 37px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_07 .dl_banner_title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0;
    }
}
.dl_banner_content.dl_banner_content_style_07 .dl_banner_subscribe_form {
    margin-top: 40px;
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -3.5px;
    color: #fff;
    margin-bottom: 37px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_08 .dl_banner_title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0;
    }
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form {
    margin-top: 40px;
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form input {
    background-color: #6174fe;
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form input:focus {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form .dl_cu_btn {
    background-color: #fff;
    color: #465dff;
    border: 1px solid #465dff;
}
.dl_banner_content.dl_banner_content_style_08 .dl_banner_subscribe_form .dl_cu_btn:hover {
    background-color: #2dca73;
    border: 1px solid #2dca73;
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_09 .dl_banner_title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}
.dl_banner_content.dl_banner_content_style_09 .dl_banner_title span {
    color: #00db54;
    display: block;
    width: 100%;
}
.dl_banner_content.dl_banner_content_style_09 .dl_banner_desc {
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_09 .btn_2 {
    border: 1px solid #00db54;
    color: #00db54;
}
.dl_banner_content.dl_banner_content_style_09 .btn_2:hover {
    background-color: #00db54;
    color: #fff;
}
.dl_banner_content.dl_banner_content_style_10 .dl_banner_sub_title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}
.dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
    font-size: 62px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_content.dl_banner_content_style_10 .dl_banner_title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}
.dl_banner_content.dl_banner_content_style_10 .dl_banner_title span {
    color: #00db54;
    display: block;
    width: 100%;
}
.dl_banner_content.dl_banner_content_style_10 .dl_banner_desc {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
}
.dl_banner_content.dl_banner_content_style_10 .btn_3 {
    border: 1px solid #fff;
    background-color: #fff;
    color: #a582ff;
    font-family: Poppins, sans-serif;
    border-radius: 100px;
    padding: 19px 33px;
}
.dl_banner_content.dl_banner_content_style_10 .btn_3:hover {
    background-color: #a582ff;
    border: 1px solid #a582ff;
    color: #fff;
}
.dl_banner_content .dl_banner_subscribe_form {
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form {
        display: block;
    }
}
.dl_banner_content .dl_banner_subscribe_form ::placeholder {
    color: #a9abbd;
}
.dl_banner_content .dl_banner_subscribe_form .dl_mail_icon {
    position: absolute;
    left: 14px;
    top: 16px;
    color: #d9dce3;
}
.dl_banner_content .dl_banner_subscribe_form input {
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 10px 48px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    color: #a9abbd;
    font-size: 16px;
}
@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form input {
        display: block;
        width: 100%;
    }
}
.dl_banner_content .dl_banner_subscribe_form input:focus {
    color: #060a24;
}
.dl_banner_content .dl_banner_subscribe_form:focus {
    color: #fff;
}
.dl_banner_content .dl_banner_subscribe_form:focus .dl_mail_icon {
    color: #fff;
}
.dl_banner_content .dl_banner_subscribe_form .dl_cu_btn {
    margin-left: 15px;
    cursor: pointer;
    padding: 16px 40px;
    background-color: #783bff;
    border: 1px solid #783bff;
    color: #fff;
    line-height: 16px;
}
@media (max-width: 576px) {
    .dl_banner_content .dl_banner_subscribe_form .dl_cu_btn {
        display: block;
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }
}
.dl_banner_content .dl_banner_subscribe_form .dl_cu_btn:hover {
    background-color: #2dca73;
    border: 1px solid #2dca73;
}
.dl_banner_section_style_01 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 991px) {
    .dl_banner_section_style_01 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
@media (min-width: 991px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        max-width: 35%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_01 .dl_banner_img {
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        max-width: 37%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 37%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 37%;
    }
}
@media (max-width: 991px) {
    .dl_banner_section_style_01 .dl_banner_img {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_banner_section_style_01 .dl_banner_img {
        max-width: 40%;
    }
}
.dl_banner_section_style_02 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .dl_banner_section_style_02 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_02.dl_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}
.dl_banner_section_style_02.dl_gradient_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(261.39deg, #9656ff 3.25%, rgba(64, 78, 217, 0.2) 100.22%);
}
.dl_banner_section_style_02.dl_overlay_opacity:after {
    opacity: 0.7;
}
.dl_banner_section_style_02 .dl_banner_img {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.dl_banner_section_style_02 .dl_banner_img.dl_img_round_shape:after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: "";
    width: 120px;
    height: 120px;
    background-color: #ff6d43;
    border-radius: 50%;
    z-index: -1;
}
.dl_banner_section_style_03 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 991px) {
    .dl_banner_section_style_03 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_03.dl_banner_overlay {
    position: relative;
    z-index: 1;
}
.dl_banner_section_style_03.dl_banner_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.13deg, #9656ff 19.73%, #404ed9 110.36%);
    opacity: 0.9;
    z-index: -1;
}
.dl_banner_section_style_03 .dl_banner_img {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.dl_banner_section_style_03 .dl_banner_img.dl_img_round_shape:after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: "";
    width: 120px;
    height: 120px;
    background-color: #2dca73;
    border-radius: 50%;
    z-index: -1;
}
.dl_banner_section_style_04 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 991px) {
    .dl_banner_section_style_04 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_04 .dl_banner_img {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .dl_banner_section_style_04 .dl_banner_img {
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 60%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 37%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_04 .dl_banner_img {
        max-width: 37%;
    }
}
.dl_banner_section_style_05 {
    height: 100vh;
    position: relative;
    margin-bottom: 380px;
}
@media (max-width: 991px) {
    .dl_banner_section_style_05 {
        min-height: 100vh;
        height: auto;
        text-align: center;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_05 {
        padding: 0;
    }
}
.dl_banner_section_style_05 .dl_main_banner_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -38%;
}
@media (max-width: 991px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        position: relative;
        margin: 0 25px;
    }
    .dl_banner_section_style_05 .dl_main_banner_img img {
        border-radius: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 94%;
        bottom: -16%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 60%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_05 .dl_main_banner_img {
        max-width: 60%;
    }
}
.dl_banner_section_style_05 .dl_main_banner_img img {
    border-radius: 30px;
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}
.dl_banner_section_style_06 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dl_banner_section_style_06 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_06 .dl_main_banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dl_banner_section_style_06 .dl_main_banner_img img {
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}
@media (max-width: 991px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        position: relative;
        transform: translateY(0);
        margin: 0 25px;
    }
    .dl_banner_section_style_06 .dl_main_banner_img img {
        border-radius: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_06 .dl_main_banner_img {
        max-width: 45%;
    }
}
.dl_banner_section_style_07 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dl_banner_section_style_07 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_07 .dl_main_banner_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dl_banner_section_style_07 .dl_main_banner_img img {
    border-radius: 0 30px 30px 0;
    box-shadow: 0 2px 30px rgba(109, 104, 104, 0.2);
}
@media (max-width: 991px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        position: relative;
        transform: translateY(0);
        margin: 0 25px;
    }
    .dl_banner_section_style_07 .dl_main_banner_img img {
        border-radius: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 50%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_banner_section_style_07 .dl_main_banner_img {
        max-width: 45%;
    }
}
.dl_banner_section_style_08 {
    height: 100vh;
    position: relative;
    padding: 240px 0;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dl_banner_section_style_08 {
        min-height: 100vh;
        padding: 80px 0;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_09 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: bottom right !important;
}
@media (max-width: 991px) {
    .dl_banner_section_style_09 {
        min-height: 100vh;
        height: auto;
        text-align: center;
    }
}
.dl_banner_section_style_09 .dl_main_banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dl_banner_content.dl_banner_content .dl_cu_btn i {
    margin-right: 7px;
}
@media (max-width: 991px) {
    .dl_addons_grid_wrapper.dl_mr_80 {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .dl_addons_grid_wrapper.dl_ml_80 {
        margin-left: 0;
    }
}
.blog_grid_masonory.style_4 {
    position: relative;
    z-index: 1;
}
.blog_grid_masonory.style_4 .blog_grid_masonory_content {
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}
@media (max-width: 767.98px) {
    .blog_grid_masonory.style_4 .blog_grid_masonory_content {
        padding: 20px;
    }
}
.blog_grid_masonory.style_4 .post_thumb {
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .blog_grid_masonory.style_4 .post_thumb {
        min-height: 400px;
    }
}
.blog_grid_masonory.style_4 .post_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180.3deg, rgba(255, 255, 255, 0.01) 41.7%, rgba(0, 0, 0, 0.6) 97.89%);
}
.blog_grid_masonory.style_4 .post_thumb img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.blog_grid_masonory.style_4 .dl_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.blog_grid_masonory.style_4 .dl_title a {
    color: #fff;
}
.blog_grid_masonory.style_4 .dl_post_meta + .dl_title {
    margin-top: 5px;
}
.blog_grid_masonory.style_4 .dl_post_meta p {
    font-size: 14px;
}
@media (min-width: 768px) {
    .blog_grid_masonory.style_4 .dl_post_meta {
        display: flex;
        align-items: center;
    }
    .blog_grid_masonory.style_4 .dl_post_meta p {
        position: relative;
        z-index: 1;
        padding-right: 40px;
    }
    .blog_grid_masonory.style_4 .dl_post_meta p:after {
        position: absolute;
        content: "";
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #dad8d8;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }
    .blog_grid_masonory.style_4 .dl_post_meta p:last-child {
        padding-right: 0;
    }
    .blog_grid_masonory.style_4 .dl_post_meta p:last-child:after {
        display: none;
    }
}
.blog_grid_masonory.style_4 .dl_post_meta .dl_date a {
    color: #fff;
}
.blog_grid_masonory.style_4 .dl_post_meta .dl_date a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.blog_grid_masonory.style_4 .dl_post_meta .tag_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog_grid_masonory.style_4 .dl_post_meta .tag_list li {
    display: inline-block;
    font-size: 15px;
}
.blog_grid_masonory.style_4 .dl_post_meta .tag_list li a {
    color: #fff;
}
.blog_grid_masonory.style_4 .dl_post_meta .tag_list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
    .blog_grid_masonory.style_5 {
        margin-bottom: 40px;
    }
}
.blog_grid_masonory.style_5 .blog_grid_masonory_content {
    background: #fff;
    padding: 30px 20px 0;
}
.blog_grid_masonory.style_5 .post_thumb {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}
.blog_grid_masonory.style_5 .post_thumb img {
    object-fit: cover;
}
.blog_grid_masonory.style_5 .dl_tag {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff90be;
    position: absolute;
    top: 28px;
    left: 37px;
    border-radius: 5px;
    padding: 7px 19px;
    line-height: 17px;
}
.blog_grid_masonory.style_5 .dl_tag.bg_1 {
    background-color: #5ba6ff;
}
.blog_grid_masonory.style_5 .dl_tag.bg_2 {
    background-color: #a0be54;
}
.blog_grid_masonory.style_5 .dl_title {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
}
.blog_grid_masonory.style_5 .dl_title a {
    color: #141c2a;
}
.blog_grid_masonory.style_5 .dl_title a:hover {
    color: #5468ff;
}
.blog_grid_masonory.style_5 .dl_post_meta + .dl_title {
    margin-top: 7px;
}
.blog_grid_masonory.style_5 .dl_title + .dl_post_meta {
    margin-top: 8px;
}
.blog_grid_masonory.style_5 .dl_post_meta {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .blog_grid_masonory.style_5 .dl_post_meta {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog_grid_masonory.style_5 .dl_post_meta {
        display: block;
    }
}
.blog_grid_masonory.style_5 .dl_post_meta p {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    font-size: 14px;
}
.blog_grid_masonory.style_5 .dl_post_meta p:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dad8d8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .blog_grid_masonory.style_5 .dl_post_meta p:after {
        display: none;
    }
}
.blog_grid_masonory.style_5 .dl_post_meta p:last-child {
    padding-right: 0;
}
.blog_grid_masonory.style_5 .dl_post_meta p:last-child:after {
    display: none;
}
.blog_grid_masonory.style_5 .dl_post_meta .dl_post_author {
    font-size: 15px;
}
.blog_grid_masonory.style_5 .dl_post_meta .dl_post_author a {
    color: #8d90a9;
}
.blog_grid_masonory.style_5 .dl_post_meta .dl_date a {
    color: #8d90a9;
}
.blog_grid_masonory.style_5 .dl_post_meta .dl_date a:hover {
    color: rgba(84, 104, 255, 0.9);
}
.blog_grid_masonory.style_5 .dl_post_meta .tag_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog_grid_masonory.style_5 .dl_post_meta .tag_list li {
    display: inline-block;
    font-size: 14px;
}
.blog_grid_masonory.style_5 .dl_post_meta .tag_list li a {
    color: #8d90a9;
}
.blog_grid_masonory.style_5 .dl_post_meta .tag_list li a:hover {
    color: rgba(84, 104, 255, 0.9);
}
.dl_blog_grid_masonory_post.style_6 {
    position: relative;
    z-index: 1;
}
.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb {
        min-height: 500px;
    }
}
.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.4);
}
.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_thumb .blog_masonry_thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-flex;
}
.dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_inner {
    background-color: #f8f8f8;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 8;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_blog_grid_masonory_post_inner {
        padding: 25px;
    }
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta {
    position: relative;
    padding-left: 74px;
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_author_img {
    position: absolute;
    left: 0;
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_post_author {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 2px;
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_post_author a {
    color: #141c2a;
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_date a {
    color: #8d90a9;
}
.dl_blog_grid_masonory_post.style_6 .dl_post_meta + .dl_blog_grid_masonory_content {
    margin-top: 57px;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_post_meta + .dl_blog_grid_masonory_content {
        margin-top: 35px;
    }
}
.dl_blog_grid_masonory_post.style_6 .dl_title {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .dl_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}
.dl_blog_grid_masonory_post.style_6 .dl_title a {
    color: #141c2a;
}
.dl_blog_grid_masonory_post.style_6 .dl_desc {
    color: #141c2a;
}
.dl_blog_grid_masonory_post.style_6 .read_more_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_6 .read_more_btn {
        left: 30px;
    }
}
.dl_blog_grid_masonory_post.style_6 .dl_desc,
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_author_name a,
.dl_blog_grid_masonory_post.style_6 .dl_post_meta .dl_date a,
.dl_blog_grid_masonory_post.style_6 .dl_title a,
.dl_blog_grid_masonory_post.style_6 .read_more_btn,
.dl_blog_grid_masonory_post.style_6 .read_more_btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_blog_grid_masonory_post.style_6:hover .dl_blog_grid_masonory_post_thumb {
    opacity: 1;
}
.dl_blog_grid_masonory_post.style_6:hover .dl_blog_grid_masonory_post_inner {
    background-color: transparent;
}
.dl_blog_grid_masonory_post.style_6:hover .dl_desc,
.dl_blog_grid_masonory_post.style_6:hover .dl_desc p,
.dl_blog_grid_masonory_post.style_6:hover .dl_post_meta .dl_date a,
.dl_blog_grid_masonory_post.style_6:hover .dl_post_meta .dl_post_author a,
.dl_blog_grid_masonory_post.style_6:hover .dl_title a,
.dl_blog_grid_masonory_post.style_6:hover .read_more_btn {
    color: #fff;
}
.dl_blog_grid_masonory_post.style_6:hover .read_more_btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dl_blog_grid_masonory_post.style_8 {
    background: #fff;
    box-shadow: 0 12px 10px #f1f1f1;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .dl_blog_grid_masonory_post.style_8 {
        margin-bottom: 40px;
    }
}
.dl_blog_grid_masonory_post.style_8 .dl_blog_grid_masonory_img {
    display: flex;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_box_content {
    padding: 16px 30px 25px;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag {
    color: #5468ff;
    display: inline-block;
    padding-left: 33px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #5468ff;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag.color_2 {
    color: #6bb125;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag.color_2:after {
    background-color: #6bb125;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag.color_3 {
    color: #ff7038;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag.color_3:after {
    background-color: #ff7038;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_title {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_description {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_tag + .dl_post_meta {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_tag {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_description {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.dl_blog_grid_masonory_post.style_8 .dl_title a {
    color: #3a416f;
}
.dl_blog_grid_masonory_post.style_8 .dl_title a:hover {
    color: #5468ff;
}
.dl_blog_grid_masonory_post.style_8 .dl_title + .dl_post_meta {
    margin-top: 20px;
}
.dl_blog_grid_masonory_post.style_8 .dl_description {
    line-height: 1.6;
    color: #6d739f;
    font-size: 15px;
}
.dl_blog_grid_masonory_post.style_8 .dl_description + .dl_post_meta {
    margin-top: 34px;
}
.dl_blog_grid_masonory_post.style_8 .dl_description + .dl_tag {
    margin-top: 19px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta {
    position: relative;
    padding-left: 60px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_author_img {
    position: absolute;
    left: 0;
    max-width: 45px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
    padding-top: 3px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author a {
    color: #626997;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_post_author a:hover {
    color: #5468ff;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date {
    font-size: 13px;
    margin-top: 2px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date a {
    color: #9095bf;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta .dl_date a:hover {
    color: #5468ff;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_title {
    margin-top: 24px;
}
.dl_blog_grid_masonory_post.style_8 .dl_post_meta + .dl_description {
    margin-top: 24px;
}
.droit-post__thumbnail {
    width: 100%;
    display: inline-flex;
}
.dl_masonry_blog_post {
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.dl_masonry_blog_post .dl_tag {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 4px 20px;
    background-color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #141c2a;
    font-weight: 500;
    z-index: 8;
    border-radius: 3px;
}
.dl_masonry_blog_post .dl_masonry_blog_thumb {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dl_masonry_blog_post .dl_masonry_blog_thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(110, 5, 5, 0.05) 31.78%, rgba(0, 0, 0, 0.6) 100%);
}
.dl_masonry_blog_post .dl_masonry_blog_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
        height: inherit;
        object-fit: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .dl_masonry_blog_post .dl_masonry_blog_thumb img {
        width: inherit;
    }
}
.dl_masonry_blog_post .dl_masonry_blog_thumb .dl_tag {
    position: absolute;
    right: 25px;
    top: 25px;
    background: #fff;
    padding: 6px 16px;
    display: inline-block;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    line-height: 1.4;
    margin-bottom: 12px;
    z-index: 3;
}
.dl_masonry_blog_post .dl_masonry_blog_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    z-index: 8;
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_title a {
    color: #fff;
}
@media (max-width: 767.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_title {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta p {
    position: relative;
    z-index: 1;
    margin-right: 5px;
    color: #d2cbcb;
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_post_author {
    font-size: 15px;
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_post_author a {
    color: #fff;
}
.dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_date a {
    color: #d2cbcb;
    font-size: 15px;
}
@media (max-width: 767.98px) {
    .dl_masonry_blog_post .dl_masonry_blog_content .dl_post_meta .dl_date a {
        margin-left: 0;
        margin-top: 0;
    }
}
.dl_masonry_blog_post .dl_masonry_blog_content .animated_border:before {
    background-color: #fff;
}
.droit-post__area.style_5 .droit-post__thumbnail {
    height: 250px;
}
.droit-post__area.style_8 .droit-post__thumbnail {
    height: 206px;
}
.dl_blog_list_post .dl_date {
    display: inline-block;
    font-size: 14px;
    color: #6e798c;
    margin-bottom: 10px;
}
.dl_blog_list_post .dl_date:hover {
    color: #0e4de3;
}
.dl_blog_list_post .dl_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.dl_blog_list_post .dl_title a {
    color: #081f32;
    display: inline-block;
}
.dl_blog_list_post .dl_title a:hover {
    color: #0e4de3;
}
.dl_blog_list_post .dl_description {
    margin-top: 19px;
    font-size: 15px;
}
.dl_blog_list_post .dl_read_more_btn {
    display: inline-block;
    font-size: 14px;
    color: #0e4de3;
    font-weight: 600;
}
.dl_blog_list_post .dl_read_more_btn:hover {
    color: #0e4de3;
}
.dl_blog_list_post .dl_post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    flex-wrap: wrap;
}
.dl_blog_list_post .dl_author_info {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dl_blog_list_post .dl_author_info {
        margin-bottom: 10px;
    }
}
.dl_blog_list_post .dl_author_info .dl_author_img {
    max-width: 25px;
    border-radius: 50%;
}
.dl_blog_list_post .dl_author_img + .dl_post_author {
    margin-left: 10px;
    font-size: 14px;
    color: #6e798c;
}
.dl_blog_list_post.dl_style_01 {
    display: flex;
    background-color: #f3f7fa;
}
@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_01 {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_01 {
        margin-bottom: 30px;
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_01 {
        flex-wrap: wrap;
    }
}
.dl_blog_list_post.dl_style_01 .dl_blog_thumb {
    width: 100%;
    display: block;
}
.dl_blog_list_post.dl_style_01 .dl_blog_thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
@media (max-width: 1200px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        height: 292px;
    }
}
@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        display: inline-flex;
        flex: 41% 0 0;
        min-height: 292px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_01 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}
.dl_blog_list_post.dl_style_01 .dl_blog_list_content_inner {
    padding: 30px;
}
.dl_blog_list_post.dl_style_01 .dl_post_meta {
    margin-top: 28px;
}
.dl_blog_list_post.dl_style_03 {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_03 {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_03 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_03 {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        width: 100%;
    }
}
.dl_blog_list_post.dl_style_03 .dl_blog_thumb img {
    border-radius: 9px;
}
@media (max-width: 576px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb img {
        border-radius: 0;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
        flex: 34% 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_thumb {
        display: inline-flex;
    }
}
.dl_blog_list_post.dl_style_03 .dl_date {
    margin-bottom: 0;
    font-size: 14px;
}
.dl_blog_list_post.dl_style_03 .dl_title {
    font-size: 16px;
    line-height: 24px;
}
.dl_blog_list_post.dl_style_03 .dl_post_meta + .dl_title {
    margin-top: 15px;
    margin-bottom: 0;
}
.dl_blog_list_post.dl_style_03 .dl_blog_list_content_inner {
    padding: 20px 25px;
}
@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_03 .dl_blog_list_content_inner {
        padding: 19px;
    }
}
.dl_blog_list_post.dl_style_03 .dl_post_meta {
    margin-top: 0;
}
.dl_blog_list_post.dl_style_05 {
    position: relative;
    display: inline-flex;
}
.dl_blog_list_post.dl_style_05 .dl_blog_thumb {
    display: inline-flex;
}
.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 30px 19px;
    width: 62%;
}
@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner {
        width: 100%;
    }
}
.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_date {
    margin-bottom: 0;
}
.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_date + .dl_title {
    margin-top: 0;
}
.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.dl_blog_list_post.dl_style_05 .dl_blog_list_content_inner .dl_title + .dl_date {
    margin-top: 5px;
}
.dl_blog_list_post.dl_style_07 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_07 {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .dl_blog_list_post.dl_style_07 {
        margin-bottom: 30px;
        display: block;
    }
}
.dl_blog_list_post.dl_style_07 .dl_title {
    line-height: 32px;
}
.dl_blog_list_post.dl_style_07 .dl_description {
    margin-top: 9px;
}
.dl_blog_list_post.dl_style_07 .dl_blog_thumb {
    width: 100%;
    display: block;
}
.dl_blog_list_post.dl_style_07 .dl_blog_thumb img {
    width: 100%;
}
@media (min-width: 1200px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 41% 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_thumb {
        display: inline-flex;
        flex: 35% 0 0;
    }
}
.dl_blog_list_post.dl_style_07 .dl_blog_list_content_inner {
    padding: 0 30px;
}
@media (max-width: 767.98px) {
    .dl_blog_list_post.dl_style_07 .dl_blog_list_content_inner {
        padding: 20px;
    }
}
.dl_blog_list_post.dl_style_07 .dl_post_meta {
    margin-top: 18px;
}
.droit-blog_list_loop_post.dl_style_05 {
    width: 100%;
}
.droit-blog_list_loop_post.dl_style_05 .droit-post_list__thumbnail {
    height: 278px;
    width: 100%;
}
.droit-blog_list_loop_post.dl_style_05 .droit-post_list__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 767.98px) {
    .droit-blog_list_loop_post.dl_style_03 {
        width: 100%;
    }
    .droit-blog_list_loop_post.dl_style_03 .droit-post_list__thumbnail {
        height: 120px;
        width: 120px;
    }
}
@media (min-width: 576px) {
    .droit-blog_list_loop_post.dl_style_03 .droit-post_list__thumbnail {
        flex: 120px 0 0;
    }
}
.droit-blog_list_loop_post.dl_style_07 {
    width: 100%;
}
.droit-blog_list_loop_post.dl_style_07 .droit-post_list__thumbnail {
    height: 220px;
}
.droit-blog_list_loop_post.dl_style_07 .droit-post_list__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dl_card_box.dl_card_style_01 {
    background: #fff;
    padding: 45px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .dl_card_box.dl_card_style_01 {
        padding: 30px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_card_box.dl_card_style_01 {
        padding: 35px 20px;
    }
}
.dl_card_box.dl_card_style_01:hover {
    box-shadow: 0 20px 52px rgba(5, 0, 255, 0.09);
}
@media (max-width: 991px) {
    .dl_card_box.dl_card_style_01 {
        margin-bottom: 40px;
    }
}
.dl_card_box.dl_card_style_01 .dl_info_box_img img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}
.dl_card_box.dl_card_style_01 .dl_info_box_img + .dl_single_info_box_content {
    margin-top: 30px;
}
.dl_card_box.dl_card_style_01 .dl_tag {
    display: block;
    font-size: 14px;
    color: rgba(63, 63, 63, 0.5);
    text-transform: uppercase;
}
.dl_card_box.dl_card_style_01 .dl_tag + .dl_title {
    margin-top: 10px;
}
.dl_card_box.dl_card_style_01 .dl_tag + .dl_cu_btn {
    margin-top: 20px;
}
.dl_card_box.dl_card_style_01 .dl_title {
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.dl_card_box.dl_card_style_01 .dl_title a {
    color: #3f3f3f;
}
.dl_card_box.dl_card_style_01 .dl_title a:hover {
    color: #e2335f;
}
.dl_card_box.dl_card_style_01 .dl_title span:hover {
    color: #e2335f;
}
.dl_card_box.dl_card_style_01 .dl_title + .dl_tag {
    margin-top: 10px;
}
.dl_card_box.dl_card_style_01 .dl_title + .dl_cu_btn {
    margin-top: 20px;
}
.dl_card_box.dl_card_style_01 .dl_cu_btn + .dl_title {
    margin-top: 20px;
}
.elementor-widget-droit-card {
    height: 100%;
}
.elementor-widget-droit-card .elementor-widget-container {
    height: 100%;
}
@media (max-width: 991px) {
    .dl_card_box.dl_card_style_04 {
        margin-bottom: 40px;
    }
}
.dl_card_box.dl_card_style_04 .dl_card_thumb {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 30px;
}
.dl_card_box.dl_card_style_04 .dl_card_thumb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_card_box.dl_card_style_04 .dl_card_thumb .dl_tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #47464c;
    border-radius: 10px;
    font-size: 14px;
    padding: 1px 12px;
    color: #fff;
}
.dl_card_box.dl_card_style_04:hover img {
    transform: scale(1.1);
}
.dl_card_box.dl_card_style_04 .dl_title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}
.dl_card_box.dl_card_style_04 .dl_title a {
    color: #333;
}
.dl_card_box.dl_card_style_04 .dl_title a:hover {
    color: #e2335f;
}
.dl_card_box.dl_card_style_04 .dl_card_thumb + .dl_title {
    margin-top: 30px;
}
.dl_card_box.dl_card_style_04 .dl_title + .dl_desc {
    margin-top: 20px;
}
.dl_card_box.dl_card_style_04 .dl_desc {
    font-size: 16px;
    color: #6a6a6a;
}
.dl_card_box.dl_card_style_05 {
    background-color: #fff;
}
@media (max-width: 991px) {
    .dl_card_box.dl_card_style_05 {
        margin-bottom: 40px;
    }
}
.dl_card_box.dl_card_style_05 .dl_title {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-left: 38px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 29px;
}
.dl_card_box.dl_card_style_05 .dl_title a {
    color: #000;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape [class^="dl_parallax_"] {
    position: absolute;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape .layer2 {
    position: relative !important;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(1) {
    top: 30%;
    left: 0;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(2) {
    top: 15%;
    left: 5%;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(3) {
    bottom: 5%;
    left: 5%;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(4) {
    top: 5%;
    right: 0;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_01 .dl_parallax_img:nth-child(5) {
    top: 5%;
    left: 10%;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(2) {
    top: 31%;
    left: 16%;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_2 .dl_parallax_img:nth-child(3) {
    top: 5%;
    right: 0;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(2) {
    top: 45%;
    left: 15px;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(3) {
    top: 5%;
    right: 20%;
}
.dl_card_box.dl_card_style_05 .dl_card_box_shape.dl_style_3 .dl_parallax_img:nth-child(4) {
    bottom: 22%;
    right: 10%;
}
.droit-card-box-wrapper.dl_card_style_01 .droit-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.droit-card-box-wrapper.dl_card_style_04 .droit-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.droit-card-box-wrapper.dl_card_style_04 .droit-card-image img {
    max-width: 100%;
}
.dl_countdown_wrapper .dl_colum_4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 576px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_countdown_wrapper .dl_colum_4 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner {
    background-color: #fff;
    padding: 27px 40px;
    text-align: center;
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span {
    font-size: 42px;
    font-weight: 400;
    color: #49e157;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Abril Fatface", cursive;
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_blue {
    color: #4974e1;
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_yellow {
    color: #ffb74b;
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner span.dl_text_orange {
    color: #ff5151;
}
.dl_countdown_wrapper.dl_style_01 .dl_countdown_inner .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #6e798c;
}
.dl_countdown_wrapper.dl_style_04 .dl_countdown_inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .dl_countdown_wrapper.dl_style_04 .dl_countdown_inner {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
.dl_countdown_wrapper.dl_style_04 span {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    font-family: Dosis, sans-serif;
}
.dl_countdown_wrapper.dl_style_04 .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
}
.dl_countdown_wrapper.dl_style_08 {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_countdown_wrapper.dl_style_08 .dl_colum_4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner {
    padding: 27px 20px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner:after {
    position: absolute;
    content: ":";
    right: -11%;
    top: 8%;
    font-size: 43px;
    color: grey;
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner:last-child:after {
    display: none;
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner span {
    font-size: 42px;
    font-weight: 400;
    color: grey;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Abril Fatface", cursive;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_inner .dl_desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: grey;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_countdown_wrapper.dl_style_08 .dl_countdown_shape {
    position: absolute;
    bottom: 0;
    right: -87%;
}
@media (max-width: 991px) {
    .dl_countdown_wrapper .dl_countdown_inner {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    height: 55px;
    line-height: 55px;
    border: 1px solid #6a6a6a;
    border-radius: 100px;
    padding: 10px 30px;
    color: #6a6a6a;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control:focus {
    border-color: #111;
    outline: none;
    color: #111;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    margin-top: 7px;
}
.dl_contact_form_wrapper.wpcf7_default label {
    font-size: 15px;
}
.dl_contact_form_wrapper.wpcf7_default textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 10px;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    height: auto;
}
.dl_contact_form_wrapper .wpcf7_default .wpcf7-submit:hover {
    border-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 {
    background-color: #e9f0d0;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 label {
    font-size: 15px;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
}
.dl_contact_form_wrapper.dl_cf7_form_02 textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 0;
}
.dl_contact_form_wrapper.dl_cf7_form_03 {
    background-color: #ffefd9;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    width: 100%;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}
.dl_accordion_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 35px 35px 72px;
}
.dl_accordion_item:last-child {
    border-bottom: 0 solid transparent;
}
.dl_accordion_item .dl_accordion_icon {
    position: absolute;
    left: -42px;
    top: -4px;
}
.dl_accordion_item.dl-active {
    background-color: #fff;
}
.dl_accordion_item .dl_accordion_item_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dl_accordion_item .dl_accordion_title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.dl_accordion_item .droit-icon {
    transition: transform 0.2s ease-out;
    cursor: pointer;
    color: #060a24;
    margin-left: 15px;
}
.dl_accordion_item_title .droit-accordion-icon-opend {
    display: none;
}
.dl_accordion_item_title.dl-active .droit-accordion-icon-opend {
    display: block;
}
.dl_accordion_item_title.dl-active .droit-accordion-icon-closed {
    display: none;
}
.dl_accordion_item .dl_accordion_panel {
    display: none;
    padding-top: 30px;
}
.dl_accordion_item.dl-active .dl_accordion_title::before {
    transform: rotate(-140deg);
}
.dl_accordion_item .dl_desc + .dl_cu_btn {
    margin-top: 29px;
}
.dl_accordion_item.dl_accordion_style_02 {
    padding: 30px;
    border-bottom: 0 solid transparent;
    background-color: #fff;
    margin-bottom: 10px;
}
.dl_accordion_item.dl_accordion_style_02 .dl_accordion_panel {
    padding-top: 20px;
}
.dl_accordion_item.dl_accordion_style_03 {
    padding: 30px;
    background-color: #fff;
}
.dl_accordion_item.dl_accordion_style_03 .dl_accordion_panel {
    padding-top: 27px;
}
.dl_accordion.dl_wrapper_style_2 {
    padding: 0 50px;
    background-color: #fff;
    border-radius: 50px 0;
}
.dl_accordion_item.dl_accordion_style_06 {
    padding: 38px 0;
    background-color: #fff;
}
.dl_accordion_item.dl_accordion_style_06 .dl_accordion_panel {
    padding-top: 20px;
}
.dl_accordion_item.dl_accordion_style_06 .dl_accordion_title::before {
    top: 40%;
}
.dl_accordion_icon i {
    display: block;
}
.dl_accordion_wrapper_style_01 .dl_accordion_inner {
    flex: 45% 0 0;
    margin-bottom: 42px;
}
@media (max-width: 767.98px) {
    .dl_accordion_wrapper_style_01 .dl_accordion_inner {
        flex: 100% 0 0;
        margin-bottom: 40px;
    }
}
.dl_accordion_wrapper_style_01 .dl_accordion_inner .dl_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.droit-advance-faq .droit-icon img,
.droit-advance-faq .droit-icon svg {
    width: 16px;
}
.droit-advance-faq .droit-icon i {
    font-size: 16px;
}
.dl_info_box_section {
    position: relative;
}
.dl_info_box_section .info_box_shape_1 {
    position: absolute;
    top: 0;
    left: 0;
}
.dl_info_box_section .info_box_shape_2 {
    position: absolute;
    top: 50%;
    right: 0;
}
.dl_single_info_box.style_1 .info_box_icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .dl_single_info_box.style_1 .info_box_icon {
        margin-bottom: 25px;
    }
}
.dl_single_info_box.style_1 .info_box_icon:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    bottom: -4px;
    left: -13px;
    z-index: -1;
    border-radius: 50%;
}
.dl_single_info_box.style_1 .info_box_icon.shape_1:after {
    background: #fff5f8;
}
.dl_single_info_box.style_1 .info_box_icon.shape_2:after {
    background: rgba(225, 233, 250, 0.6);
}
.dl_single_info_box.style_1 .dl_title {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.dl_single_info_box.style_1 .dl_description {
    margin-top: 18px;
    line-height: 1.6;
    font-size: 16px;
}
@media (max-width: 991px) {
    .dl_single_info_box.style_1 .dl_description {
        margin-top: 10px;
    }
}
.dl_info_box_section.dl_info_box_bg {
    background-image: url(../img/icon_box_bg.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dl_single_info_box.style_2 {
    background-color: #fff;
    margin-top: 80px;
    text-align: center;
    padding: 140px 25px 60px;
    position: relative;
    box-shadow: 0 12px 10px #f1f1f1;
    border-radius: 10px;
    transition: 0.3s;
}
.dl_single_info_box.style_2:hover {
    box-shadow: 0 10px 30px #d8d8d8;
}
.dl_single_info_box.style_2 .info_box_icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
}
.dl_single_info_box.style_2 .dl_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.dl_single_info_box.style_2 .dl_description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.dl_single_info_box.style_2 .dl_cu_btn {
    border-radius: 3px;
    margin-top: 36px;
}
.dl_info_box_section.dl_info_box_bg_2 {
    background-image: url(../img/icon_box_bg_2.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dl_single_info_box.style_5 {
    background-color: #fff;
    text-align: center;
    padding: 60px 25px;
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .dl_single_info_box.style_5 {
        margin-top: 40px;
    }
}
.dl_single_info_box.style_5:hover {
    box-shadow: 0 15px 25px #e7e7e7;
}
.dl_single_info_box.style_5 .info_box_icon {
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ff6685 0%, #ff92d6 100%);
    border-radius: 15px;
}
.dl_single_info_box.style_5 .info_box_icon.bg_color_2 {
    background: linear-gradient(180deg, #5bcb5a 0%, #b3e64e 100%);
}
.dl_single_info_box.style_5 .info_box_icon.bg_color_3 {
    background: linear-gradient(180deg, #764afe 11.25%, #d04dfd 137.5%);
}
.dl_single_info_box.style_5 .dl_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.dl_single_info_box.style_5 .dl_description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}
.dl_single_info_box.style_5 .read_more_btn {
    margin-top: 18px;
}
.dl_single_info_box.style_5 .read_more_btn:hover {
    color: #2945ff;
}
.container-center .info_box_icon::after {
    left: 50% !important;
    transform: translateX(-50%);
}
.container-right .info_box_icon::after {
    left: auto !important;
    right: 0;
}
.dl_single_info_box.style_2 .info_box_icon img {
    max-width: 203px;
    max-height: 180px;
}
.dl_icon_box_wrapper {
    position: relative;
}
.dl_icon_box_wrapper.dl_style_01 {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_01 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_01 {
        margin-bottom: 30px;
    }
}
.dl_icon_box_wrapper.dl_style_01 .dl_icon {
    height: 62px;
    width: 62px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dl_icon_box_wrapper.dl_style_01 .dl_icon svg {
    max-width: 30px;
}
.dl_icon_box_wrapper.dl_style_01 .dl_icon img {
    max-width: 30px;
}
.dl_icon_box_wrapper.dl_style_01 .dl_icon {
    font-size: 30px;
    color: #10bf7c;
    background-color: #e5f9f0;
}
.dl_icon_box_wrapper.dl_style_01 .dl_desc {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
.dl_icon_box_wrapper.dl_style_01 .dl_icon_wrapper + .dl_desc {
    margin-top: 25px;
}
.dl_icon_box_wrapper.dl_style_03 {
    padding: 33px 30px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_03 {
        margin-bottom: 30px;
    }
}
.dl_icon_box_wrapper.dl_style_03 .dl_icon {
    display: flex;
}
.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content {
    margin-left: 25px;
}
.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_sub_title {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #968b8b;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #333;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title {
        line-height: 1.3;
    }
}
.dl_icon_box_wrapper.dl_style_04 {
    text-align: center;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_04 {
        margin-bottom: 40px;
    }
}
.dl_icon_box_wrapper.dl_style_04 .dl_icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_04 .dl_icon {
        margin-bottom: 20px;
    }
}
.dl_icon_box_wrapper.dl_style_04 .dl_icon .dl_icon_box_shape {
    position: absolute;
    top: -6px;
    left: -20px;
    z-index: -1;
}
.dl_icon_box_wrapper.dl_style_04 img {
    max-width: initial;
}
.dl_icon_box_wrapper.dl_style_04 .dl_title {
    font-size: 24px;
    color: #051441;
    margin-bottom: 10px;
}
.dl_icon_box_wrapper.dl_style_04 .dl_desc {
    font-size: 16px;
    color: #6a7c92;
    font-weight: 500;
    line-height: 1.8;
}
.dl_icon_box_wrapper.dl_style_04 .dl_icon + .dl_desc {
    margin-top: 25px;
}
.dl_icon_box_wrapper.dl_style_06 {
    padding: 48px 30px 40px;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_06 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_06 {
        margin-bottom: 50px;
    }
}
.dl_icon_box_wrapper.dl_style_06 .dl_icon {
    height: 62px;
    width: 62px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -31px;
    left: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}
.dl_icon_box_wrapper.dl_style_06 .dl_icon svg {
    max-width: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}
.dl_icon_box_wrapper.dl_style_06 .dl_icon img {
    max-width: 30px;
}
.dl_icon_box_wrapper.dl_style_06 .dl_icon i {
    font-size: 30px;
    color: #10bf7c;
}
.dl_icon_box_wrapper.dl_style_06 .dl_desc {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.dl_icon_box_wrapper.dl_style_07 {
    padding: 42px 30px 34px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_icon_box_wrapper.dl_style_07 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_icon_box_wrapper.dl_style_07 {
        margin-bottom: 50px;
    }
}
.dl_icon_box_wrapper.dl_style_07 .dl_icon {
    height: 62px;
    width: 62px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}
.dl_icon_box_wrapper.dl_style_07 .dl_icon svg {
    max-width: 30px;
    box-shadow: 0 7px 70px rgba(33, 23, 64, 0.15);
}
.dl_icon_box_wrapper.dl_style_07 .dl_icon img {
    max-width: 24px;
}
.dl_icon_box_wrapper.dl_style_07 .dl_icon i {
    font-size: 30px;
    color: #10bf7c;
}
.dl_icon_box_wrapper.dl_style_07 .dl_desc {
    font-size: 20px;
    color: #313131;
    font-weight: 500;
}
.dl_icon_wrapper {
    display: flex;
}
.droit-icon-description a {
    color: #333333;
}
.dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content .dl_title a {
    color: #333333;
}
.dl_icon_box_wrapper.dl_style_04 .dl_title a {
    color: #051441;
}
.dl_icon_box_wrapper.dl_style_06 .dl_desc a {
    color: #fff;
}
.droit-icon-shape-circle .dl_icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.droit-icon-shape-square .dl_icon {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.dl_image_carousel.dl_style_03 .dl_img_carousel_thumb {
    display: flex;
}
.dl_image_carousel.dl_style_03 .dl_carousel_thumb {
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.dl_image_carousel.dl_style_03 .dl_carousel_thumb a {
    display: inline-block;
}
.dl_image_carousel.dl_style_03 .dl_image_carousel_desc {
    padding: 20px 30px;
    z-index: 5;
    text-align: center;
}
.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_tag {
    font-size: 14px;
    color: #b8bcc1;
    display: inline-block;
}
.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #111;
}
.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title a {
    color: #111;
}
.dl_image_carousel.dl_style_03 .dl_image_carousel_desc .dl_title a:hover {
    color: #0e4de3;
}
.dl_image_carousel.dl_style_03:hover .dl_carousel_thumb {
    box-shadow: 0 40px 40px -20px rgba(51, 51, 51, 0.41);
}
.dl_swiper_navigation.style_1 .swiper_button_next,
.dl_swiper_navigation.style_1 .swiper_button_prev {
    width: 50px;
    height: 50px;
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.dl_swiper_navigation.style_1 .swiper_button_next:hover,
.dl_swiper_navigation.style_1 .swiper_button_prev:hover {
    background-color: #000;
}
.dl_swiper_navigation.style_1 .swiper_button_next {
    left: auto;
    right: 2%;
}
.dl_image_carousel_slider:hover .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_image_carousel_slider:hover .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}
.swiper-container:hover .dl_swiper_navigation.style_1 .swiper_button_next,
.swiper-container:hover .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_next,
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: 36%;
    transform: translateY(-50%);
}
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_next i,
.img_slider_with_description .dl_swiper_navigation.style_1 .swiper_button_prev i {
    font-size: 20px;
}
.dl_swiper_pagination.style_1 {
    text-align: center;
    margin: 30px 0 0;
}
.dl_swiper_pagination.style_1 .swiper-pagination-bullet {
    border-radius: 0;
    width: 22px;
    height: 4px;
    background-color: rgba(17, 17, 17, 0.5);
    text-align: center;
    margin: 0 5px;
}
.dl_swiper_pagination.style_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111;
}
.dl_swiper_pagination.style_2 {
    text-align: center;
    margin: 30px 0 0;
}
.dl_swiper_pagination.style_2 .swiper-pagination-bullet {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(17, 17, 17, 0.5);
    text-align: center;
    margin: 0 8px;
}
.dl_swiper_pagination.style_2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #111;
}
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    opacity: 1;
    visibility: visible;
}
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: auto;
    left: auto;
    right: 0;
    border: 1px solid #d1cdcd;
    border-radius: 0;
    color: #677076;
    background-color: transparent;
}
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_next:hover,
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev:hover {
    border: 1px solid #544cf1;
    border-radius: 0;
    color: #fff;
    background-color: #544cf1;
}
.dl_nav_three .dl_swiper_navigation.style_1 .swiper_button_prev {
    top: auto;
    left: auto;
    right: 65px;
}
.droit-image-link {
    display: inline-flex;
}
.dl_nav_three .dl_swiper_navigation.style_1 {
    position: absolute;
    right: 0;
    bottom: 26px;
}
/** news tricker css **/
.dl_news_tricker_wrapper .dl_marquee_content {
    height: 60px;
    color: #595b69;
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 17px;
}
.dl_news_tricker_wrapper .dl_marquee_content:focus {
    box-shadow: none;
}
.dl_news_tricker_wrapper .dl_input_group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.dl_news_tricker_wrapper .dl_input_group_prepend {
    margin-right: -1px;
}
.dl_news_tricker_wrapper .dl_input_group_append,
.dl_news_tricker_wrapper .dl_input_group_prepend {
    display: -ms-flexbox;
    display: flex;
}
.dl_news_tricker_wrapper .dl_input_group_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 12px 34px;
    color: #fff;
    font-weight: 600;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_input_group_text {
    background-color: #554afe;
    border: 1px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group {
    border-radius: 25px;
    border: 2px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_text {
    background-color: #554afe;
    border: 2px solid #554afe;
    border-radius: 22px 25px 25px 22px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group {
    border-radius: 5px;
    border: 2px solid #554afe;
    background-color: #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_prepend {
    margin-right: 0;
    border-radius: 5px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_text {
    background-color: #fff;
    border: 2px solid #554afe;
    border-radius: 5px;
    color: #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
    background-color: transparent;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_marquee_tag {
    color: #fff;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_input_group_text {
    border-radius: 0 4px 4px 0;
    background-color: #554afe;
    border: 1px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
    text-align: right;
    float: right;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group {
    border-radius: 0;
    border: 2px solid #e4e4e9;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #060a24;
    position: relative;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4e4e9;
    width: 2px;
    height: 30px;
    content: "";
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group {
    border-radius: 25px;
    border: 0px solid transparent;
    background-color: #3c32df;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_text {
    background-color: #3c32df;
    border: 0 solid transparent;
    border-radius: 22px 25px 25px 22px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_wrapper {
    border: 0px solid transparent;
    border-radius: 0 25px 25px 0;
    background-color: #554afe;
    color: #ffffff;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_tag {
    color: #ffffff;
}
@media (max-width: 576px) {
    .dl_news_tricker_wrapper .dl_input_group {
        display: block;
        width: 100%;
        border-radius: 0 !important;
    }
    .dl_news_tricker_wrapper .dl_input_group .dl_input_group_text {
        width: 100%;
        display: block;
        text-align: center;
    }
    .dl_news_tricker_wrapper .dl_input_group_text,
    .dl_news_tricker_wrapper .dl_input_group_text {
        border-radius: 0 !important;
    }
    .dl_news_tricker_wrapper .dl_form_control {
        border-radius: 0 !important;
        width: 100%;
    }
}

.dl_marquee_wrapper {
    overflow: hidden;
    padding: 0 30px;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.dl_marquee_content {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dl_marquee_content_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 20s linear infinite running;
    -moz-animation: marquee 20s linear infinite running;
    -o-animation: marquee 20s linear infinite running;
    -ms-animation: marquee 20s linear infinite running;
    animation: marquee 20s linear infinite running;
}

.dl_marquee_content_inner:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.dl_marquee_tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #6a6a6a;
    white-space: pre;
    margin-right: 50px;
}

.dl_marquee_tag:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/** news tricker css end **/
.dl_pricing_plan.dl_style_02 {
    padding: 50px 50px 57px;
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02 {
        margin-bottom: 30px;
        padding: 30px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02 {
        padding: 30px 20px;
    }
}
.dl_pricing_plan.dl_style_02 .dl_title {
    margin-top: 34px;
}
.dl_pricing_plan.dl_style_02 .dl_title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.dl_pricing_plan.dl_style_02 .dl_pricing_list {
    margin: 0;
    padding: 0;
}
.dl_pricing_plan.dl_style_02 .dl_pricing_list li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}
.dl_pricing_plan.dl_style_02 .dl_pricing_list li img {
    margin-right: 11px;
}
.dl_pricing_plan.dl_style_02 .dl_title + .dl_pricing_list {
    margin-top: 30px;
}
.dl_pricing_plan.dl_style_02 .dl_pricing_list + .dl_cu_btn {
    margin-top: 26px;
}
.dl_pricing_plan.dl_style_02.dl_pricing_center {
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.14);
    background-color: #fff;
}
.dl_pricing_plan.dl_style_02 .dl_cu_btn {
    padding: 15px 40px;
    border-radius: 6px;
}
.dl_pricing_plan.dl_style_02 .dl_cu_btn.btn_4 {
    background-color: #222;
}
.dl_pricing_plan.dl_style_02 .dl_cu_btn.btn_4:hover {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}
.dl_pricing_plan.dl_style_02 .dl_popular_tricker {
    position: absolute;
    top: 40px;
    left: -5px;
}
.dl_pricing_plan.dl_style_02 .dl_popular_tricker .dl_text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #5a52ff;
    padding: 5px 20px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.dl_pricing_plan.dl_style_02.dl_popular_package {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    padding: 90px 50px 82px;
    margin-top: -64px;
}
@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02.dl_popular_package {
        padding: 90px 30px 50px;
        margin-top: -64px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02.dl_popular_package {
        padding: 90px 30px 50px;
        margin-top: -64px;
    }
}
.dl_pricing_plan.dl_style_02.dl_popular_package .dl_cu_btn.btn_4 {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}
.dl_pricing_plan.dl_style_02:hover:not(.dl_popular_package) {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    padding: 90px 50px 82px;
    margin-top: -64px;
}
@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_02:hover {
        padding: 90px 30px 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .dl_pricing_plan.dl_style_02:hover {
        padding: 90px 30px 50px;
    }
}
.dl_pricing_plan.dl_style_02:hover .dl_cu_btn.btn_4 {
    background-color: #5a52ff;
    border: 1px solid #5a52ff;
}
.dl_pricing_plan:last-child {
    border-right: 0px !important;
}
.dl_pricing_plan.dl_style_02 .dl_popular_tricker.droit-popular-tricker-right {
    left: auto;
    right: -4px;
}
.dl_pricing_plan.dl_style_02 .dl_popular_tricker.droit-popular-tricker-right .dl_text {
    -webkit-clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 6% 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 0 100%, 6% 50%, 0 0);
}
.dl_pricing_plan .dl_price_duration {
    font-size: 15px;
    color: #44515b;
    font-weight: 500;
    margin-left: 2px;
    align-self: flex-start;
    margin-top: 21px;
}
.dl_pricing_plan.dl_style_02 .dl_price .dl_currancy.droit-currency--after {
    margin-left: 8px;
    margin-right: 0;
    align-items: center;
    display: flex;
}
.dl_pricing_plan.dl_style_02 .dl_price .dl_currancy.droit-currency--before {
    margin-left: 8px;
    margin-right: 0;
    align-items: center;
    display: flex;
}
.dl_price.droit-price {
    position: relative;
}
.droit-pricing-plan .droit-pricing-feature li:not(:first-child):before {
    content: "";
    display: block;
    border: 0 solid hsla(0, 0%, 47.8%, 0.3);
    margin: 10px 12.5%;
}
.droit-pricing-plan .droit-pricing-feature li svg {
    fill: transparent !important;
}
.dl_pricing_plan_wrapper {
    background-color: #fff;
    padding: 47px 55px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .dl_pricing_plan_wrapper {
        margin-bottom: 30px;
    }
}
.dl_pricing_plan_wrapper .dl_price {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #060a24;
}
.dl_pricing_plan_wrapper .dl_title {
    color: #060a24;
    font-size: 20px;
    margin-bottom: 27px;
}
.dl_pricing_plan_wrapper .dl_cu_btn {
    margin-top: 38px;
}
.dl_pricing_plan_wrapper.box_shadow {
    box-shadow: 0 20px 40px 0 rgba(0, 33, 121, 0.08);
}
.dl_pricing_plan_wrapper.box_shadow:hover {
    box-shadow: 0 40px 80px 0 rgba(0, 33, 121, 0.08);
}
.dl_pricing_plan_wrapper:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 33, 121, 0.08);
}
.dl_pricing_plan_wrapper.dl_popular_package {
    position: relative;
    z-index: 1;
}
.dl_pricing_plan_wrapper.dl_popular_package:after {
    position: absolute;
    content: "";
    background-image: -moz-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    background-image: -webkit-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    background-image: -ms-linear-gradient(317.32deg, #4533bb, -6.89%, #7d7bfb 111.8%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_pricing_plan_wrapper.dl_popular_package:hover:after {
    box-shadow: 0 20px 40px 0 rgba(67, 81, 187, 0.29608);
}
@media (min-width: 991px) {
    .dl_pricing_plan_wrapper.dl_popular_package:after {
        transform: scale(1.2);
    }
}
.dl_pricing_plan_wrapper.dl_popular_package .dl_price,
.dl_pricing_plan_wrapper.dl_popular_package .dl_title,
.dl_pricing_plan_wrapper.dl_popular_package p {
    color: #fff;
}
.dl_pricing_plan_wrapper.dl_popular_package .white_bg:hover {
    background-color: #0e4de3;
    color: #fff;
    border: 1px solid #0e4de3;
}
.dl_pricing_plan_wrapper .droit-currency--before {
    margin-right: -14px;
}
.dl_pricing_plan.dl_style_01 {
    padding: 50px 50px 57px;
    background-color: #f6f7fa;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .dl_pricing_plan.dl_style_01 {
        margin-bottom: 30px;
    }
}
.dl_pricing_plan.dl_style_01 .dl_pricing_title {
    color: #f7ab48;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_title.dl_text_primary {
    color: #5576f3;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_title.dl_text_success {
    color: #5ce374;
}
.dl_pricing_plan.dl_style_01 .dl_desc {
    color: #c6cbd8;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_img {
    width: 100%;
    height: 160px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_img img {
    max-width: 100%;
    object-fit: cover;
}
.dl_pricing_plan.dl_style_01 .dl_desc + .dl_pricing_img {
    margin-top: 38px;
}
.dl_pricing_plan .dl_top_pricing_title {
    padding-top: 29px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9f4;
}
.dl_pricing_plan .dl_price {
    font-size: 40px;
    font-weight: 700;
    color: #051441;
}
.dl_pricing_plan.dl_style_01 .dl_price span {
    font-size: 16px;
    color: #677294;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_img + .dl_price {
    margin-top: 26px;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_list {
    margin: 0;
    padding: 0;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_list li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}
.dl_pricing_plan.dl_style_01 .dl_price + .dl_pricing_list {
    margin-top: 43px;
}
.dl_pricing_plan.dl_style_01 .dl_pricing_list + .dl_cu_btn {
    margin-top: 37px;
}
.dl_pricing_plan.dl_style_01:hover {
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.14);
    background-color: #fff;
}
.dl_pricing_plan.dl_style_01 .dl_cu_btn {
    border-radius: 4px;
}
.dl_pricing_plan.dl_style_01 .gradient_btn {
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
}
.dl_pricing_plan.dl_style_01 .dl_popular_tricker {
    position: absolute;
    top: 0;
    left: 0;
}
.dl_pricing_plan.dl_style_01 .dl_popular_tricker .dl_text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 6px;
    top: 24px;
    margin-bottom: 0;
    transform: rotate(-46deg);
}
.dl_pricing_plan.dl_style_01 .dl_price .dl_prices,
.dl_pricing_plan.dl_style_01 .dl_price .dl_currancy {
    font-size: 40px;
    font-weight: 700;
    color: #051441;
}
.dl_price.droit-price .dl-regular-price {
    font-size: 15px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 400;
    transform: translateX(-5px);
}
.dl_price.droit-price.below .dl-regular-price {
    position: absolute;
    bottom: 17px;
    transform: translateX(0);
    left: -31px;
}
.dl_pricing_plan .dl_top_pricing_title {
    padding-top: 29px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9f4;
}
.dl_pricing_plan_wrapper .dl-regular-price {
    display: initial;
}
.dl_price_duration.droit-price-period.below {
    position: absolute;
    bottom: 23px;
    left: 48px;
}
.dl_pricing_plan .dl_price_duration.droit-price-period.below {
    position: absolute;
    bottom: 0;
    left: 88px;
}
.dl_pricing_plan .dl_price.droit-price {
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    align-items: flex-end;
    text-align: center;
}
.dl_price.droit-price.below .dl_price_duration.droit-price-period {
    position: absolute;
    bottom: 17px;
}
.dl_price.droit-price.below {
    padding-bottom: 34px;
}
.dl_pricing_plan.dl_style_02 .dl_price.droit-price.below {
    padding-left: 35px;
}
.dl_pricing_plan.dl_style_02 .dl_price.droit-price.below .dl-regular-price {
    left: 0;
}
.dl_pricing_plan .droit-price-price-after {
    display: flex;
    align-self: stretch;
}
.dl_pricing_plan .droit-price-price-after .droit-price-floating {
    font-size: 15px !important;
}
.dl_pricing_plan.dl_style_01 .dl_popular_tricker.droit-popular-tricker-right {
    position: absolute;
    top: -6px;
    right: 7px;
    transform: rotate(90deg);
    left: auto;
}
.droit-price-button{
    display: inline-block;
}.dl_process_box_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
.dl_process_box_container .dl_process_box_colum {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 576px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_process_box_container .dl_process_box_colum {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
.dl_process_box_container_border {
    position: relative;
    z-index: 1;
}
.dl_process_box_container_border:after {
    position: absolute;
    content: "";
    left: 0;
    top: 60%;
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .dl_process_box_container_border:after {
        display: none;
    }
}
.dl_process_box_container_border.dl_dash_style_2:after {
    top: 20%;
    width: 75%;
}
@media (max-width: 991px) {
    .dl_single_process_box {
        margin-bottom: 40px;
    }
}
.dl_single_process_box .dl_title {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
}
.dl_single_process_box .dl_title a {
    color: #333;
    display: inline-block;
}
.dl_single_process_box .dl_process_box_icon + .dl_title {
    margin-top: 39px;
}
@media (max-width: 991px) {
    .dl_single_process_box .dl_process_box_icon + .dl_title {
        margin-top: 25px;
    }
}
.dl_single_process_box .dl_desc {
    font-size: 16px;
    line-height: 1.8;
}
.dl_single_process_box .dl_title + .dl_desc {
    margin-top: 18px;
}
.dl_single_process_box.dl_style_01 {
    text-align: center;
}
.dl_single_process_box.dl_style_01 .dl_process_icon_inner {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.dl_single_process_box.dl_style_01 .dl_color_01 {
    background: linear-gradient(141deg, #72cfff 15.32%, #1595ff 87.5%);
}
.dl_single_process_box.dl_style_01 .dl_color_02 {
    background: linear-gradient(141deg, #95e294 15.32%, #0acd88 87.5%);
}
.dl_single_process_box.dl_style_01 .dl_color_03 {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}
.dl_single_process_box.dl_style_01 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}
.dl_single_process_box.dl_style_01 .dl_arrow_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19%;
}
@media (max-width: 991px) {
    .dl_single_process_box.dl_style_01 .dl_arrow_img {
        display: none;
    }
}
.dl_single_process_box.dl_style_02 {
    text-align: center;
}
.dl_single_process_box.dl_style_02 .dl_icon i {
    font-size: 50px;
    background: linear-gradient(141deg, #fff 15.32%, #fff 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_single_process_box.dl_style_02 .dl_icon + .dl_separator_pointer {
    margin-top: 37px;
}
@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_icon + .dl_separator_pointer {
        margin-top: 20px;
    }
}
.dl_single_process_box.dl_style_02 .dl_separator_pointer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(141deg, #fff 15.32%, #fff 87.5%);
    margin: 0 auto;
    position: relative;
    z-index: 6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_single_process_box.dl_style_02 .dl_title {
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
}
.dl_single_process_box.dl_style_02 .dl_title a {
    color: #fff;
}
.dl_single_process_box.dl_style_02 .dl_title a:hover {
    color: #ff5d4a;
}
.dl_single_process_box.dl_style_02 .dl_separator_pointer + .dl_title {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_separator_pointer + .dl_title {
        margin-top: 20px;
    }
}
.dl_single_process_box.dl_style_02 .dl_icon + .dl_title {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .dl_single_process_box.dl_style_02 .dl_icon + .dl_title {
        margin-top: 15px;
    }
}
.dl_single_process_box.dl_style_02:hover .dl_icon i {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dl_single_process_box.dl_style_02:hover .dl_title {
    color: #ff5d4a;
}
.dl_single_process_box.dl_style_02:hover .dl_separator_pointer {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}
.dl_single_process_box.dl_style_04 {
    text-align: center;
}
.dl_single_process_box.dl_style_04 .dl_process_icon_inner {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    transform: rotate(-45deg);
}
.dl_single_process_box.dl_style_04 .dl_process_icon_inner img {
    transform: rotate(45deg);
}
.dl_single_process_box.dl_style_04 .dl_color_01 {
    background: linear-gradient(141deg, #72cfff 15.32%, #1595ff 87.5%);
}
.dl_single_process_box.dl_style_04 .dl_color_02 {
    background: linear-gradient(141deg, #95e294 15.32%, #0acd88 87.5%);
}
.dl_single_process_box.dl_style_04 .dl_color_03 {
    background: linear-gradient(141deg, #ffb867 15.32%, #ff675e 87.5%);
}
.dl_single_process_box.dl_style_04 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}
.dl_single_process_box.dl_style_04 .dl_title a {
    color: #fff;
}
.dl_single_process_box.dl_style_04 .dl_desc {
    color: #cdcdcd;
}
.dl_single_process_box.dl_style_05 {
    text-align: center;
}
.dl_single_process_box.dl_style_05 .dl_process_icon_inner {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 20px 70px rgba(40, 0, 152, 0.12);
}
.dl_single_process_box.dl_style_05 .dl_process_icon_inner img {
    width: 55px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_single_process_box.dl_style_05 .dl_process_icon_inner:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.dl_single_process_box.dl_style_05:hover .dl_process_icon_inner:after {
    opacity: 1;
    visibility: visible;
}
.dl_single_process_box.dl_style_05:hover .dl_process_icon_inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dl_single_process_box.dl_style_05:hover .dl_title a {
    color: #54bdff;
}
.dl_single_process_box.dl_style_05:hover .dl_sweet_hover a {
    color: #ff675e;
}
.dl_single_process_box.dl_style_05:hover .dl_green_hover a {
    color: #0acd88;
}
.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner:after {
    opacity: 1;
    visibility: visible;
}
.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dl_single_process_box.dl_style_05.process-active-default .dl_process_icon_inner svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dl_single_process_box.dl_style_05.process-active-default .dl_title a {
    color: #54bdff;
}
.dl_single_process_box.dl_style_05 .dl_process_box_icon {
    position: relative;
    z-index: 1;
}
.dl_single_process_box.dl_style_05 .dl_arrow_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19%;
}
@media (max-width: 991px) {
    .dl_single_process_box.dl_style_05 .dl_arrow_img {
        display: none;
    }
}
.droit-process-items .droit-process-box .droit-process-box-icon img.droit-arrow-img {
    width: inherit !important;
}
.dl_social_icon {
    text-align: center;
}
.dl_social_icon .dl_social_btn {
    margin: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_social_icon a.facebook {
    border: 2px solid #375eaf;
    color: #375eaf;
    border-radius: 6px;
}
.dl_social_icon a.facebook:hover {
    background-color: #375eaf;
    color: #fff;
}
.dl_social_icon a.twitter {
    border: 2px solid #1da1f2;
    color: #1da1f2;
    border-radius: 6px;
}
.dl_social_icon a.twitter:hover {
    background-color: #1da1f2;
    color: #fff;
}
.dl_social_icon a.telegram {
    border: 2px solid #ea4335;
    color: #ea4335;
    border-radius: 6px;
}
.dl_social_icon a.telegram:hover {
    background-color: #ea4335;
    color: #fff;
}
.dl_social_icon a.linkedin {
    border: 2px solid #0073b1;
    color: #0073b1;
    border-radius: 6px;
}
.dl_social_icon a.linkedin:hover {
    background-color: #0073b1;
    color: #fff;
}
.dl_social_icon a.instagram {
    border: 2px solid #c13584;
    color: #c13584;
    border-radius: 6px;
}
.dl_social_icon a.instagram:hover {
    background-color: #c13584;
    color: #fff;
}
.dl_social_icon a.pinterest {
    border: 2px solid #f90d4a;
    color: #f90d4a;
    border-radius: 6px;
}
.dl_social_icon a.pinterest:hover {
    background-color: #f90d4a;
    color: #fff;
}
.dl_social_icon a.skype {
    border: 2px solid #00b9f5;
    color: #00b9f5;
    border-radius: 6px;
}
.dl_social_icon a.skype:hover {
    background-color: #00b9f5;
    color: #fff;
}
.dl_social_icon.dl_social_ixon_style_1 .dl_social_btn {
    display: inline-block;
    padding: 7px 22px;
    text-transform: capitalize;
}
.dl_social_icon.dl_social_ixon_style_1 .dl_social_btn i {
    margin-right: 5px;
}
.dl_social_icon.dl_social_ixon_style_2 .dl_social_btn {
    border-width: 2px;
    border-color: #ebedf2;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}
.dl_social_icon.dl_social_ixon_style_2 a.facebook:hover {
    border-color: #375eaf;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.twitter:hover {
    border-color: #1da1f2;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.telegram:hover {
    border-color: #ea4335;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.linkedin:hover {
    border-color: #0073b1;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.instagram:hover {
    border-color: #c13584;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.pinterest:hover {
    border-color: #f90d4a;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_2 a.skype:hover {
    border-color: #00b9f5;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 .dl_social_btn {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 3px;
}
.dl_social_icon.dl_social_ixon_style_3 a.facebook:hover {
    border-color: #375eaf;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.twitter:hover {
    border-color: #1da1f2;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.telegram:hover {
    border-color: #ea4335;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.linkedin:hover {
    border-color: #0073b1;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.instagram:hover {
    border-color: #c13584;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.pinterest:hover {
    border-color: #f90d4a;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_3 a.skype:hover {
    border-color: #00b9f5;
    box-shadow: 0 20px 20px 0 rgba(5, 36, 69, 0.1);
}
.dl_social_icon.dl_social_ixon_style_4 .dl_social_btn {
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 3px;
}
.dl_tab_container {
    background-color: #fff;
}
.dl_tab_container.dl_style_01 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: transparent;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 991px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        padding: 15px;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.active-default,
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.dl_active {
    color: #0e4de3;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.active-default:after,
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item.dl_active:after {
    background-color: #0e4de3;
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
    padding: 50px 60px;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 25px;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
    padding: 50px 0;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 35px 0;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}
.tab_container > div {
    display: none;
    opacity: 0;
}
.tab_container > div.active-default,
.tab_container > div.dl_active {
    display: block;
    width: 100%;
    padding: 1em;
    opacity: 1;
    -webkit-animation: fadeIn linear 0.3s;
    animation: fadeIn linear 0.3s;
}
.dl_tab_container.dl_style_02 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
    }
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    background-color: #353535;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.active-default span:after,
.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.dl_active span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e4de3;
    border-bottom: 0;
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item.dl_active {
    background-color: #0e4de3;
}
.dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
    padding: 50px 60px;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 35px;
    }
}
.dl_tab_container.dl_style_02 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}
.dl_tab_container.dl_style_03 {
    background-color: transparent;
}
.dl_tab_container.dl_style_03 .dl_tab_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.dl_tab_container.dl_style_03 .dl_tab_menu_item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_menu_item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_menu_item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}
.dl_tab_container.dl_style_03 .dl_tab_menu {
    padding: 0;
    list-style: none;
}
.dl_tab_container.dl_style_03 .dl_tab_menu .dl_tab_menu_item span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    background-color: #353535;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}
.dl_tab_container.dl_style_03.dl_caret .dl_tab_menu .dl_tab_menu_item.active-default span:after,
.dl_tab_container.dl_style_03.dl_caret .dl_tab_menu .dl_tab_menu_item.dl_active span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e4de3;
    border-bottom: 0;
}
.dl_tab_container.dl_style_03 .dl_tab_menu .dl_tab_menu_item.dl_active span {
    background-color: #0e4de3;
}
.dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
    padding: 50px 60px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 25px;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
        padding: 40px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_03 .dl_tab_content_wrapper {
        padding: 35px;
    }
}
.dl_tab_container.dl_style_03 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}
.dl_tab_container.dl_style_03 .dl_tab_content_wrapper .dl_desc + .dl_cu_btn {
    margin-top: 32px;
}
.dl_tab_container.dl_style_06 {
    background-color: transparent;
}
.dl_tab_container.dl_style_06 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
        margin-bottom: 20px;
    }
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: transparent;
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span {
    display: inline-block;
    font-size: 18px;
    color: grey;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 991px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span {
        padding: 15px;
    }
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span i,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span img {
    font-size: 50px;
    color: grey;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item span i {
        font-size: 20px;
    }
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active span,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active span i {
    color: #0e4de3;
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default span,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default span i {
    color: #0e4de3;
}
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.active-default:after,
.dl_tab_container.dl_style_06 .dl_tab_menu .dl_tab_menu_item.dl_active:after {
    background-color: #0e4de3;
}
.dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
    padding: 50px 0 0;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
        padding: 20px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_06 .dl_tab_content_wrapper {
        padding: 25px 0 0;
    }
}
.dl_tab_container.dl_style_06 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: grey;
    line-height: 1.6;
    margin-bottom: 16px;
}
.dl_tab_container.dl_style_06 .dl_tab_content_wrapper .dl_desc p {
    color: grey;
    font-size: 15px;
    line-height: 1.8;
}
.droit-advance-tabs .dl_tab_menu .droit-tab-nav-items.border_bottom_none:after {
    height: 0;
}
.droit-tab-content-wrapper .dl_cu_btn.droit-tab-button {
    margin-top: 25px;
}
.dl_tab_menu_item {
    margin: 0;
}
.dl_team_member_wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper {
        margin-bottom: 40px;
    }
}
.dl_team_member_wrapper .dl_name {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    overflow: hidden;
}
.dl_team_member_wrapper .dl_name a {
    overflow: hidden;
    display: block;
    color: #3f3f3f;
}
.dl_team_member_wrapper .dl_position {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    margin-top: 0;
    overflow: hidden;
    color: #a6a6a6;
}
.dl_team_member_wrapper .dl_position span {
    overflow: hidden;
    display: block;
}
.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb {
    display: inline-flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
}
.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_team_member_wrapper.dl_style_1 .dl_team_member_thumb.border-radius-50 {
    border-radius: 50%;
}
.dl_team_member_wrapper.dl_style_1 .dl_team_content_inner {
    text-align: center;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_1 .dl_team_content_inner {
        margin-top: 10px;
    }
}
.dl_team_member_wrapper.dl_style_1 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.dl_team_member_wrapper.dl_style_1 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}
.dl_team_member_wrapper.dl_style_1 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}
.dl_team_member_wrapper.dl_style_1 .dl_social_icon a:last-child {
    margin-right: 0;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}
.dl_team_member_wrapper.dl_style_1:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}
.dl_team_member_wrapper.dl_style_3 {
    overflow: visible;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_3 {
        margin-bottom: 80px;
    }
}
.dl_team_member_wrapper.dl_style_3 .dl_team_content_inner {
    position: absolute;
    padding: 33px 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    bottom: -50px;
    background-color: #fff;
    padding: 21px;
    border-radius: 5px;
}
.dl_team_member_wrapper.dl_style_3 .dl_team_member_thumb {
    overflow: hidden;
    border-radius: 10px;
}
.dl_team_member_wrapper.dl_style_3 .dl_team_member_thumb_inner {
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
}
.dl_team_member_wrapper.dl_style_3 .dl_name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
}
.dl_team_member_wrapper.dl_style_3 .dl_position {
    font-weight: 400;
    font-size: 12px;
}
.dl_team_member_wrapper.dl_style_3:hover .dl_team_member_thumb_inner {
    transform: scale(1.1);
}
.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}
.dl_team_member_wrapper.dl_style_4 .dl_team_member_thumb img {
    width: 100%;
}
.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner {
    position: absolute;
    padding: 30px 15px;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_team_content_inner {
        opacity: 1;
        visibility: visible;
    }
}
.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner .dl_name a {
    color: #fff;
}
.dl_team_member_wrapper.dl_style_4 .dl_team_content_inner .dl_position {
    color: #fff;
}
.dl_team_member_wrapper.dl_style_4 .dl_social_icon {
    top: 45%;
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_4 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}
.dl_team_member_wrapper.dl_style_4 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}
.dl_team_member_wrapper.dl_style_4 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
}
.dl_team_member_wrapper.dl_style_4 .dl_social_icon a:last-child {
    margin-right: 0;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon,
.dl_team_member_wrapper.dl_style_4:hover .dl_team_content_inner {
    opacity: 1;
    visibility: visible;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_name a {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_4:hover .dl_position span {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_5 {
    overflow: visible;
}
.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb {
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    justify-content: center;
}
.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb img {
    overflow: hidden;
    max-width: 100%;
    border-radius: 50%;
}
.dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_5 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}
.dl_team_member_wrapper.dl_style_5 .dl_team_content_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    bottom: -25px;
    background-color: #fff;
    padding: 21px;
    border-radius: 20px;
    z-index: 7;
}
.dl_team_member_wrapper.dl_style_5 .dl_name {
    font-size: 20px;
    line-height: 1;
}
.dl_team_member_wrapper.dl_style_5 .dl_position {
    font-weight: 400;
    font-size: 12px;
}
.dl_team_member_wrapper.dl_style_5 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_5 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}
.dl_team_member_wrapper.dl_style_5 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}
.dl_team_member_wrapper.dl_style_5 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}
.dl_team_member_wrapper.dl_style_5 .dl_social_icon a:last-child {
    margin-right: 0;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}
.dl_team_member_wrapper.dl_style_5:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}
.dl_team_member_wrapper.dl_style_6 {
    overflow: hidden;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    justify-content: center;
    overflow: hidden;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_member_thumb img {
    max-width: 100%;
    border-radius: 40px;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 95%;
    bottom: 8px;
    padding: 20px;
    border-radius: 40px;
    z-index: 7;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_1 {
    background-color: #f9b740;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_2 {
    background-color: #a97dff;
}
.dl_team_member_wrapper.dl_style_6 .dl_team_content_inner.dl_bg_3 {
    background-color: #58d391;
}
.dl_team_member_wrapper.dl_style_6 .dl_name {
    font-size: 22px;
    line-height: 23px;
}
.dl_team_member_wrapper.dl_style_6 .dl_name a {
    color: #fff;
}
.dl_team_member_wrapper.dl_style_6 .dl_position {
    font-weight: 500;
    color: #fff;
}
.dl_team_member_wrapper.dl_style_7 .dl_name {
    font-size: 22px;
}
.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
}
.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb img {
    overflow: hidden;
    max-width: 100%;
}
.dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_team_member_thumb:after {
        opacity: 1;
        background-color: rgba(17, 17, 17, 0.5);
    }
}
.dl_team_member_wrapper.dl_style_7 .dl_team_content_inner {
    text-align: center;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_team_content_inner {
        margin-top: 15px;
    }
}
.dl_team_member_wrapper.dl_style_7 .dl_social_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_team_member_wrapper.dl_style_7 .dl_social_icon {
        opacity: 1;
        visibility: visible;
    }
}
.dl_team_member_wrapper.dl_style_7 .dl_social_icon a {
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}
.dl_team_member_wrapper.dl_style_7 .dl_social_icon a i {
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
}
.dl_team_member_wrapper.dl_style_7 .dl_social_icon a:last-child {
    margin-right: 0;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_team_member_thumb:after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon {
    opacity: 1;
    visibility: visible;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(1) i {
    animation: fadeInUp2 0.4s both 0.1s;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(2) i {
    animation: fadeInUp2 0.5s both 0.1s;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(3) i {
    animation: fadeInUp2 0.6s both 0.1s;
}
.dl_team_member_wrapper.dl_style_7:hover .dl_social_icon a:nth-child(4) i {
    animation: fadeInUp2 0.7s both 0.1s;
}
.dl_pro_testimonial_slider_wrapper {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.dl_client_info {
    flex: 100% 0 0;
}
.dl_pro_testimonial_slider_wrapper .dl_text {
    flex: 100% 0 0;
}
.dl_pro_testimonial_slider_wrapper .dl_client_info_inner {
    display: inline-flex;
    align-items: center;
}
.dl_pro_testimonial_slider_wrapper .dl_client_info_inner .dl-testimonial-reviewer img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
.dl_pro_testimonial_slider_wrapper .dl-testimonial-content h5.dl_name {
    margin-bottom: 4px;
}
.dl_client_info_inner.image_align_top{
    flex-wrap: wrap;
}
.dl_client_info_inner.image_align_top .dl-testimonial-reviewer, 
.dl_client_info_inner.image_align_top .dl-testimonial-content{
    flex: 100% 0 0;
}
.dl_pro_testimonial_slider_wrapper .dl_client_info_inner.image_align_right {
    flex-direction: row-reverse;
}

.droit-star-rating {
	color: #ccd6df;
	font-family: eicons;
	display: inline-block
}

.droit-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default
}

.droit-star-rating i:before {
	content: "\e934";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0
}

.droit-star-rating .droit-star-empty:before {
	content: none
}

.droit-star-rating .droit-star-1:before {
	width: 10%
}

.droit-star-rating .droit-star-2:before {
	width: 20%
}

.droit-star-rating .droit-star-3:before {
	width: 30%
}

.droit-star-rating .droit-star-4:before {
	width: 40%
}

.droit-star-rating .droit-star-5:before {
	width: 50%
}

.droit-star-rating .droit-star-6:before {
	width: 60%
}

.droit-star-rating .droit-star-7:before {
	width: 70%
}

.droit-star-rating .droit-star-8:before {
	width: 80%
}

.droit-star-rating .droit-star-9:before {
	width: 90%
}
.droit-star-rating__title {
	margin-right: 10px
}
.dl_testimonial_rating {
    width: 100%;
}
.droit-star-rating--align-justify .droit-star-rating__title {
	margin-right: auto
}
.elementor--star-style-star_unicode .droit-star-rating i:not(.droit-star-empty):before {
	content: "\002605"
}

.dl_testimonial_swiper_navigation .swiper_testimonial_nav_button {
    height: 50px;
    width: 50px;
    background-color: #111;
    border-radius: 50%;
    color: #fff;
}
.dl_testimonial_swiper_navigation{
	display: inline-flex;
	align-items: center;
}
.dl_testimonial_swiper_navigation .swiper_testimonial_nav_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.dl_testimonial_swiper_navigation .swiper_testimonial_nav_button:last-child {
	margin-left: 10px;
}
.dl_pro_testimonial_slider_wrapper {
    background-color: #D5D4D4;
    padding: 20px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
}
.dl_pro_testimonial_icon.icon_position_fixed {
    position: absolute;
    z-index: -1;
}
.dl_swiper_testimonial_pagination{
	display: inline-flex;
}.dl_testimonial_section_shape {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.dl_testimonial_section_shape [class^="dl_parallax_img_"] {
    position: absolute;
    z-index: -1;
}
.dl_testimonial_section_shape [class^="dl_parallax_img_"] .layer {
    position: relative;
}
.dl_testimonial_section_shape .dl_parallax_img_1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24%;
    text-align: center;
    width: 70%;
}
.dl_testimonial_section_shape .dl_parallax_img_1 img {
    width: 140px;
    height: 140px;
}
.dl_testimonial_section_shape .dl_parallax_img_2 img {
    width: 46px;
    height: 33px;
}
.dl_testimonial_section_shape .dl_parallax_img_3 img {
    width: 46px;
    height: 33px;
}
@media (max-width: 991px) {
    .dl_testimonial_section_shape .dl_parallax_img_1 {
        max-width: 30%;
    }
}
.dl_testimonial_section_shape .dl_parallax_img_2 {
    left: 0;
    bottom: 200px;
}
.dl_testimonial_section_shape .dl_parallax_img_3 {
    right: 0;
    top: 0;
}
.dl_single_testimonial_slider.style_01 {
    text-align: center;
}
.dl_single_testimonial_slider.style_01 .dl_sub_title {
    color: #fe4063;
    font-size: 16px;
    font-weight: 600;
}
.dl_single_testimonial_slider.style_01 .dl_content {
    color: #232d3e;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .dl_single_testimonial_slider.style_01 .dl_content {
        font-size: 22px;
        line-height: 40px;
    }
}
.dl_single_testimonial_slider.style_01 .dl_client_info {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.dl_single_testimonial_slider.style_01 .dl_client_info .dl_img_shape_1 {
    position: absolute;
    top: -49%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 232px;
    height: 232px;
    border-radius: 50%;
}
.dl_single_testimonial_slider.style_01 .dl_client_info .dl_img_shape_2 {
    position: absolute;
    transform: translateX(20px);
    bottom: 0;
    z-index: -1;
}
.dl_single_testimonial_slider.style_01 .dl_client_info .dl_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}
.dl_single_testimonial_slider.style_01 .dl_client_info .dl_position {
    font-size: 14px;
}
.dl_single_testimonial_slider.style_01 .dl_client_img {
    width: 69px;
    height: 69px;
}
.dl_section_overlay {
    position: relative;
    z-index: 1;
}
.dl_section_overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.dl_single_testimonial_slider.style_03 {
    text-align: center;
}
.dl_single_testimonial_slider.style_03 .dl_content {
    color: #bec2e4;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}
.dl_single_testimonial_slider.style_03 .quote_img {
    margin-bottom: 20px;
    max-width: 50px;
}
.dl_single_testimonial_slider.style_03 .dl_client_info {
    position: relative;
    z-index: 1;
}
.dl_single_testimonial_slider.style_03 .dl_client_info .dl_img_shape_1 {
    position: absolute;
    top: -49%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.dl_single_testimonial_slider.style_03 .dl_client_info .dl_img_shape_2 {
    position: absolute;
    transform: translateX(20px);
    bottom: 0;
    z-index: -1;
}
.dl_single_testimonial_slider.style_03 .dl_client_info .dl_name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
}
.dl_single_testimonial_slider.style_03 .dl_client_info .dl_position {
    font-size: 14px;
    color: #bec2e4;
    margin-top: 3px;
}
.swiper_button_next,
.swiper_button_prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
}
.swiper_button_next:hover,
.swiper_button_prev:hover {
    opacity: 1;
}
@media (max-width: 991px) {
    .swiper_button_next,
    .swiper_button_prev {
        display: none;
    }
}
.swiper_button_next {
    left: 123%;
    right: 100px;
}
.dl_client_logo_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .dl_client_logo_list {
        flex-wrap: wrap;
    }
}
.dl_client_logo_list a {
    display: inline-block;
    margin: 0 10px;
}
@media (max-width: 767.98px) {
    .dl_client_logo_list a {
        flex: 38% 0 0;
        margin: 15px;
    }
}
.dl_client_logo_list a img {
    max-width: 100%;
    max-width: 130px;
}
.dl_single_testimonial_slider.style_06 {
    display: flex;
    align-items: center;
}
.dl_single_testimonial_slider.style_06 .dl_client_img {
    flex: 22% 0 0;
}
.dl_single_testimonial_slider.style_06 .dl_client_thumb {
    border-radius: 50%;
}
@media (max-width: 991px) {
    .dl_single_testimonial_slider.style_06 {
        display: block;
        text-align: center;
    }
}
.dl_single_testimonial_slider.style_06 .quotation_mark {
    margin-bottom: 20px;
    max-width: 77px;
}
.dl_single_testimonial_slider.style_06 .dl_content {
    color: #bec0c1;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
}
.dl_single_testimonial_slider.style_06 .dl_client_description {
    padding-left: 70px;
}
@media (max-width: 991px) {
    .dl_single_testimonial_slider.style_06 .dl_client_description {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}
.dl_single_testimonial_slider.style_06 .dl_client_info {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.dl_single_testimonial_slider.style_06 .dl_client_info .dl_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    color: #0071ff;
}
.dl_single_testimonial_slider.style_06 .dl_client_info .dl_position {
    font-size: 14px;
    color: #93a5a7;
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_section_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    height: 100%;
    width: 2px;
    z-index: 1;
    background-color: #f3f7fa;
}
@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_section_inner::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
        padding-left: 70px;
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
    background-color: #f3f7fa;
    padding: 33px 40px;
    display: inline-block;
    position: relative;
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 40px;
    width: 21px;
    height: 18px;
    clip-path: polygon(0% 0%, 0 100%, 100% 0);
    background-color: #f3f7fa;
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner:before {
        right: auto;
        left: -18px;
        clip-path: polygon(0% 0%, 100% 100%, 100% 0);
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_title {
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_title {
        margin-bottom: 8px;
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner .dl_desc {
    font-size: 15px;
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
    position: relative;
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
        margin-bottom: 40px;
        padding-left: 55px;
    }
}
@media only screen and (max-width: 576px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper {
        padding-left: 35px;
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:last-child {
    margin-bottom: 0;
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 50px rgba(40, 0, 152, 0.1);
    z-index: 2;
    background-color: #0e4de3;
    font-size: 25px;
    font-weight: 500;
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_counter svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_counter {
        left: 50%;
        transform: translateX(-50%);
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
    float: left;
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
        margin-top: 30px;
    }
}
.dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    left: 0;
    right: auto;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0);
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
        left: -18px;
    }
}
@media only screen and (min-width: 991px) {
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner {
        margin-left: 0;
        width: 42%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_main_coutent_inner::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_timeline_coutent_inner {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        margin-left: 95px;
        text-align: left;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner {
        float: right;
        text-align: left;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
        position: absolute;
        content: "";
        left: 0;
        right: auto;
        top: 40px;
        width: 21px;
        height: 18px;
        clip-path: polygon(0% 0%, 100% 100%, 100% 0);
        background-color: #f3f7fa;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_section__read-more {
        float: right;
    }
    .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_coutent_inner {
        left: auto;
        right: 122%;
        margin-left: auto;
        margin-right: 98px;
        text-align: right;
    }
}
.dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
    background-color: transparent;
    border-left: 2px dashed #b7bac3;
}
.dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner {
    background-color: #fff;
}
.dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner:before {
    background-color: #fff;
}
.dl_timeline_section.dl_style_01 .dl_limeline_counter {
    width: 80px;
    height: 80px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_counter {
        width: 50px;
        height: 50px;
    }
}
.dl_timeline_section.dl_style_01 .dl_limeline_counter img {
    width: 30px;
}
.dl_timeline_section.dl_style_01 .dl_limeline_counter svg {
    width: 30px;
}
.dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
    height: 88%;
}
@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_timeline_section_inner::before {
        left: 39px;
        height: 100%;
    }
}
.dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper {
        padding-left: 100px;
    }
}
@media only screen and (max-width: 576px) {
    .dl_timeline_section.dl_style_01 .dl_limeline_section_inner_wrapper {
        padding-left: 70px;
    }
}
@media only screen and (max-width: 768px) {
    .dl_timeline_section.dl_style_01 .dl_timeline_main_coutent_inner {
        padding: 25px;
    }
}
.droit-timeline-icon-align-top .dl_limeline_counter {
    position: relative;
}
.droit-timeline-icon-align-center .dl_limeline_counter {
    top: 50% !important;
}
.droit-timeline-icon-align-center .droit-timeline-content-inner::before {
    top: 74% !important;
}
.droit-timeline-icon-align-bottom .dl_limeline_counter {
    top: 100% !important;
}
.droit-timeline-icon-align-bottom .droit-timeline-inner-wraper .droit-timeline-content-inner::before {
    top: 80% !important;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%) !important;
}
.droit-timeline-icon-align-bottom .dl_timeline_section.dl_timeline_default_style .dl_limeline_section_inner_wrapper:nth-child(even) .dl_timeline_main_coutent_inner:before {
    transform: rotate(-90deg) translateY(2px);
}
.droit-content-arrow-hide .droit-timeline-section.droit-timeline-default-style .dl_timeline_main_coutent_inner::before {
    content: inherit !important;
}
.dl_horizontal_container {
    overflow: hidden;
}
.dl_horizontal_container .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.dl_horizontal_container .dl_swiper_navigation .swiper_button_next,
.dl_horizontal_container .dl_swiper_navigation .swiper_button_prev {
    width: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #b4b4b4;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -25px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.dl_horizontal_container .dl_swiper_navigation .swiper_button_next:hover,
.dl_horizontal_container .dl_swiper_navigation .swiper_button_prev:hover {
    background-color: #000;
}
.dl_horizontal_container .dl_swiper_navigation .swiper_button_next {
    left: auto;
    right: 0;
}
.dl_horizontal_container .dl_timeline_inner {
    margin: 251px 0;
    padding: 0;
    border-top: 1px solid #c8c8c8;
    list-style: none;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner {
        margin: 0;
        border-top: 0 solid transparent;
    }
}
.dl_horizontal_container .dl_timeline_inner .dl_date {
    width: 150px;
    height: 35px;
    background: #ecaa00;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_date {
        margin: inherit;
        margin-bottom: 15px;
    }
}
.dl_horizontal_container .dl_timeline_inner .dl_date.dl_blue_bg {
    background-color: #7600ff;
}
.dl_horizontal_container .dl_timeline_inner .dl_date.dl_green_bg {
    background-color: #10bf7c;
}
.dl_horizontal_container .dl_timeline_inner .dl_style_2 .dl_date {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    text-align: center;
    line-height: 1;
    color: #6a6a6a;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_style_2 .dl_date {
        margin: inherit;
        margin-bottom: 15px;
    }
}
.dl_horizontal_container .dl_timeline_inner .dl_title {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_title {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_horizontal_container .dl_timeline_inner .dl_title {
        font-size: 19px;
        margin-bottom: 14px;
    }
}
.dl_horizontal_container .dl_timeline_inner .dl_desc {
    font-size: 15px;
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper {
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
        position: relative;
        top: auto;
        left: 0;
        transform: translateX(0);
    }
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
    position: absolute;
    bottom: 0;
    margin-bottom: 81px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        position: relative;
        margin-bottom: 0;
    }
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
    position: absolute;
    margin-top: 20px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
        position: relative;
        margin-top: 0;
    }
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
    position: absolute;
    bottom: 0;
    margin-bottom: 77px;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
        position: relative;
        margin-bottom: 0;
    }
}
.dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
    position: absolute;
    margin-top: 23px;
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
        position: relative;
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .dl_horizontal_container .dl_timeline_inner {
        border-left: 2px solid #348e80;
        display: inline-block;
        border-top: 0 solid transparent !important;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper {
        float: none;
        width: inherit;
        display: inline-block;
        text-align: left;
        padding-top: 0;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        padding-left: 30px;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper:after {
        position: absolute;
        content: "";
        left: 0;
        top: 15px;
        width: 30px;
        height: 2px;
        background-color: #348e80;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        margin-left: 0;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper:nth-child(2) .dl_img_handler_bottom img {
        width: 70px;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span {
        left: 0;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_top:before {
        content: none;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_top:after {
        content: none;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_bottom:before {
        content: none;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper span.dl_bullet_bottom:after {
        content: none;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top {
        float: left;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_top img {
        margin: 0 auto;
        width: 80%;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_img_handler_bottom {
        float: left;
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_top {
        float: right;
        right: 0;
        position: relative;
        top: auto;
        width: 100%;
    }
    .dl_horizontal_container .dl_timeline_inner .horizontal_content_wrapper .dl_content_inner_bottom {
        float: right;
        right: 0;
        position: relative;
        top: auto;
        width: 100%;
    }
}
.dl_horizontal_container .owl-prev,
.dl_horizontal_container .owl-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff !important;
    box-shadow: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -25px;
    border: 1px solid #e7e6e6 !important;
}
.dl_horizontal_container .owl-next {
    right: 0;
    left: auto;
}
.droit-timeline-date-time .time {
    margin-left: 10px;
}
@media (max-width: 991px) {
    .dl_social_feed_wrapper {
        margin-bottom: 30px;
    }
}
.dl_social_feed_wrapper.dl_style_02 {
    border-radius: 5px;
    background-color: #1c242e;
    padding: 35px;
}
.dl_social_feed_wrapper.dl_style_02 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.dl_social_feed_wrapper.dl_style_02 .social_icon i {
    font-size: 25px;
}
.dl_social_feed_wrapper.dl_style_02 .dl_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.dl_social_feed_wrapper.dl_style_02 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}
.dl_social_feed_wrapper.dl_style_02 .dl_desc {
    font-size: 14px;
    color: #e3e3e3;
    line-height: 25px;
}
.dl_social_feed_wrapper.dl_style_02 .dl_date {
    font-size: 14px;
    color: #e3e3e3;
    margin-top: 8px;
    margin-top: 16px;
}
.dl_social_feed_wrapper.dl_style_06 {
    border-radius: 5px;
    background-color: #1c242e;
    padding: 35px;
}
.dl_social_feed_wrapper.dl_style_06 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.dl_social_feed_wrapper.dl_style_06 .social_icon i {
    font-size: 25px;
}
.dl_social_feed_wrapper.dl_style_06 .dl_prodile_info {
    display: flex;
    align-items: center;
}
.dl_social_feed_wrapper.dl_style_06 .dl_client_thumb {
    max-width: 30px;
    border-radius: 50%;
}
.dl_social_feed_wrapper.dl_style_06 .dl_name {
    font-weight: 400;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.dl_social_feed_wrapper.dl_style_06 .dl_name a {
    color: #fff;
}
.dl_social_feed_wrapper.dl_style_06 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}
.dl_social_feed_wrapper.dl_style_06 .dl_desc {
    font-size: 15px;
    color: #e3e3e3;
    line-height: 25px;
}
.dl_social_feed_wrapper.dl_style_06 .dl_desc a {
    color: #1f99d9;
}
.dl_social_feed_wrapper.dl_style_06 .dl_date {
    font-size: 14px;
    color: #e3e3e3;
    margin-top: 8px;
    margin-top: 16px;
}
.dl_social_feed_wrapper.dl_style_08 {
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.dl_social_feed_wrapper.dl_style_08 .top_social_feed {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}
.dl_social_feed_wrapper.dl_style_08 .social_icon {
    line-height: 1;
}
.dl_social_feed_wrapper.dl_style_08 .social_icon i {
    font-size: 25px;
}
.dl_social_feed_wrapper.dl_style_08 .dl_prodile_info {
    display: flex;
    align-items: center;
}
.dl_social_feed_wrapper.dl_style_08 .dl_client_thumb {
    max-width: 30px;
    border-radius: 50%;
}
.dl_social_feed_wrapper.dl_style_08 .dl_name {
    font-weight: 400;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.dl_social_feed_wrapper.dl_style_08 .dl_name a {
    color: #273b4c;
}
.dl_social_feed_wrapper.dl_style_08 .dl_username {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #1f99d9;
}
.dl_social_feed_wrapper.dl_style_08 .dl_desc {
    font-size: 15px;
    color: #273b4c;
    line-height: 25px;
}
.dl_social_feed_wrapper.dl_style_08 .dl_desc a {
    color: #1f99d9;
}
.droit-twiter-feed-wrapper .droit-read-more {
    display: inline-block;
}
.droit-twiter-feed-wrapper .droit-twitter-username {
    display: inline-block;
}
.dl_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
@media (max-width: 991px) {
    .dl_table table {
        background-color: transparent;
    }
}
.dl_table td,
.dl_table th {
    padding: 22px 41px;
    text-align: left;
    font-size: 15px;
    color: #6a6a6a;
}
.dl_table td:first-child,
.dl_table th:first-child {
    padding: 22px 27px;
    text-align: center;
}
@media (max-width: 991px) {
    .dl_table td:first-child,
    .dl_table th:first-child {
        text-align: left;
        padding-left: 50%;
        background-color: #fff;
    }
}
.dl_table td a,
.dl_table th a {
    color: #6a6a6a;
}
.dl_table th {
    background: #0e4de3;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .dl_table table {
        width: 100%;
    }
    .dl_table tr {
        margin-bottom: 12px;
        background-color: #fff;
    }
    .dl_table table,
    .dl_table thead,
    .dl_table tbody,
    .dl_table th,
    .dl_table td,
    .dl_table tr {
        display: block;
    }
    .dl_table thead tr {
        display: none;
    }
    .dl_table td {
        position: relative;
        padding-left: 50%;
    }
    .dl_table td:before {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: 700;
        transform: translateY(-50%);
    }
}
.dl_table.dl_table_border_style td,
.dl_table.dl_table_border_style th {
    border-width: 1px;
    border-color: #e7f0fa;
    border-style: solid;
}
.dl_table.dl_table_border_style th {
    border-top: 0;
}
.dl_table.dl_table_border_style th:first-child {
    border-right: 0;
}
.dl_table.dl_table_border_style th:last-child {
    border-left: 0;
}
@media only screen and (max-width: 991px) {
    .dl_table.dl_table_border_style td {
        border: none;
        border-bottom: 1px solid #eee;
    }
}
.dl_table.dl_table_striped tr:nth-of-type(even) {
    background-color: #f1fbff;
}
.dl_table.dl_table_style_01 table {
    background-color: transparent;
}
.dl_table.dl_table_style_01 td {
    border-color: rgba(255, 255, 255, 0.3);
    color: #808080;
}
.dl_table.dl_table_style_01 td a {
    color: #fff;
}
.dl_table.dl_table_style_01 th {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: transparent;
}
@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_01 tr {
        background-color: transparent;
    }
    .dl_table.dl_table_style_01 td:first-child,
    .dl_table.dl_table_style_01 th:first-child {
        background-color: rgba(0, 0, 0, 0.33);
    }
    .dl_table.dl_table_style_01 td:before {
        color: #fff;
    }
}
.dl_table.dl_table_style_02 table {
    background-color: transparent;
}
.dl_table.dl_table_style_02 td {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.dl_table.dl_table_style_02 td a {
    color: #fff;
}
.dl_table.dl_table_style_02 td:last-child {
    border-right: 0;
}
.dl_table.dl_table_style_02 td:first-child {
    border-left: 0;
}
.dl_table.dl_table_style_02 tr {
    background-color: rgba(0, 0, 0, 0.61);
}
.dl_table.dl_table_style_02 tr:last-child td {
    border-bottom: 0;
}
.dl_table.dl_table_style_02 th {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: transparent;
}
@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_02 td:before {
        color: #fff;
    }
    .dl_table.dl_table_style_02 td:first-child:before {
        color: #000;
    }
    .dl_table.dl_table_style_02 td:first-child,
    .dl_table.dl_table_style_02 th:first-child {
        color: #000;
    }
}
.dl_table.dl_table_style_03 table {
    background-color: rgba(0, 0, 0, 0.6);
}
.dl_table.dl_table_style_03 td {
    border-color: #000;
    border-bottom: 0;
    border-top: 0;
    color: #fff;
}
.dl_table.dl_table_style_03 td a {
    color: #fff;
}
.dl_table.dl_table_style_03 td:last-child {
    border-right: 0;
}
.dl_table.dl_table_style_03 td:first-child {
    border-left: 0;
}
.dl_table.dl_table_style_03 tr:last-child td {
    border-bottom: 0;
}
.dl_table.dl_table_style_03 tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.61);
}
.dl_table.dl_table_style_03 th {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}
@media only screen and (max-width: 991px) {
    .dl_table.dl_table_style_03 tr {
        background-color: transparent;
    }
    .dl_table.dl_table_style_03 td:first-child,
    .dl_table.dl_table_style_03 th:first-child {
        background-color: transparent;
    }
    .dl_table.dl_table_style_03 td:before {
        color: #fff;
    }
}
.dl_table.dl_table_style_04 {
    background-color: transparent;
}
.dl_table.dl_table_style_04 td {
    border-color: #000;
    border-bottom: 0;
    border-top: 0;
    color: #6a6a6a;
}
.dl_table.dl_table_style_04 td a {
    color: #6a6a6a;
}
.dl_table.dl_table_style_04 td:last-child {
    border-right: 0;
}
.dl_table.dl_table_style_04 td:first-child {
    border-left: 0;
}
.dl_table.dl_table_style_04 tr:last-child td {
    border-bottom: 0;
}
.dl_table.dl_table_style_04 tr:nth-of-type(even) {
    background-color: #f2f2f2;
}
.dl_table.dl_table_style_04 th {
    background-color: #212121;
    border-color: transparent;
}
.dl_table.dl_table_style_04 td:first-child,
.dl_table.dl_table_style_04 th:first-child {
    padding: 22px 41px;
    text-align: left;
}
@media (max-width: 991px) {
    .dl_table.dl_table_style_04 td:first-child,
    .dl_table.dl_table_style_04 th:first-child {
        text-align: left;
        padding-left: 50%;
    }
}
.dl_table.dl_table_style_04 img {
    max-width: 24px;
    vertical-align: -6px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}
.dl_title_section {
 display: flex;
 flex-flow: column;
}.dl_accordion_style_12 {
    background: transparent;
    padding: 0px;
    border-color: #31383b;
}

.dl_accordion_style_12 .dl_accordion_title {
    width: 100%;
}

.dl_accordion_style_12 .dl_accordion_title:before {
    display: none;
}

.dl_accordion_style_12 .dl_accordion_panel {
    padding-top: 0px;
    padding-bottom: 38px;
    margin-top: -10px;
}

.dl_accordion_style_12 .dl_accordion_panel .accordion_btn {
    margin-top: 28px;
}

.dl-pro-active {
    background: transparent;
}
.dl_accordion_item{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DCDCDC;
    padding: 20px 14px 20px 22px;
    border-radius: 0px 0px 0px 0px;
}

.dl_accordion_item .elementor-widget-container p{
    color: #6a6a6a;
    margin-top: 0px;
}

.dl_accordion_item.dl_accordion_style_02{
    border-width: 0px 0px 1px 0px;
    border-color: #DCDCDC;
}
.dl_accordion_item.is-active{
    background: #F3F7FA;
    border-color: #F3F7FA;
}

.dl_accordion_item .dl_accordion_item_title{
    flex: 1;
}

.dl_accordion_item .dl_accordion_panel {
    display: none;
}

.dl_accordion_item.dl_accordion_style_12 {
    padding: 0;
}

.accordion_btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.accordion_btn:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    z-index: 0;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: nowrap;
    text-align: left;
}

.accordion_btn i {
    display: inline-block;
    transition: margin 0.4s linear;
}

.accordion_btn svg {
    transition: margin 0.4s linear;
}

.accordion_btn:hover:before {
    width: 100%;
}

.accordion_btn:hover i {
    margin-right: 10px;
}

.accordion_btn:hover i::before {
    transition: color 0.9s;
}

.droit_rotate_title {
    position: absolute;
    transform: translate(-50%, 50%);
    z-index: 1;
    writing-mode: vertical-rl;
}
.droit__pro_accordion .dl_accordion_title_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.droit__pro_accordion .dl_accordion_title_icon .dl_accordion_active_icon {
    display: none;
}
.droit__pro_accordion .is-active .dl_accordion_title_icon .dl_accordion_normal_icon  {
    display: none;
}
.droit__pro_accordion .is-active .dl_accordion_title_icon .dl_accordion_active_icon   {
    display: block;
}



.dl_pro_blog_grid_widget .dl_single_blog_img {
  overflow: hidden;
}
.dl_pro_blog_grid_widget .dl_single_blog_img img {
  max-width: 100%;
}
.dl_pro_blog_grid_widget .dl_single_info_box_content {
  padding: 16px 30px 25px;
  background-color: #fafafa;
}
.dl_pro_blog_grid_widget .dl_tag {
  display: inline-block;
  padding-left: 33px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.dl_pro_blog_grid_widget .dl_title {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.blog-grid-item .dl_title {
  color: #3A416F;
  transform: .3s;
}
.blog-grid-item .dl_title:hover {
  color: #5468FF;
}
.dl_pro_blog_grid_widget .dl_description {
  line-height: 1.6;
  color: #6D739F;
  font-size: 15px;
}
.dl_pro_blog_grid_widget .dl_post_meta {
  position: relative;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_author_img {
  position: absolute;
  left: 0;
  max-width: 45px;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_post_author {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
  padding-top: 3px;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_post_author a {
  color: #626997;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_post_author a:hover {
  color: #5468FF;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_date {
  font-size: 13px;
  margin-top: 2px;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_date a {
  color: #9095BF;
}
.dl_pro_blog_grid_widget .dl_post_meta .dl_date a:hover {
  color: #5468FF;
}
.droit__blog-grid-meta .dl-avater-img{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.droit__blog-grid-meta .droit-blog-grid-auth_icon{
    display: inline-block;
}
.dl__blog--grid-wrapper .dl__blog--grid-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.dl__blog--grid-wrapper .dl__blog--grid-inner .layout_left{
  display: flex;
}
.dl__blog--grid-wrapper .dl__blog--grid-inner .layout_right{
  display: flex;
  flex-direction: row-reverse;
}

.dl__blog--grid-wrapper .dl__blog--grid-inner .layout_left .dl_single_blog_img img, .dl__blog--grid-wrapper .dl__blog--grid-inner .layout_right .dl_single_blog_img img{
  object-fit: cover;
}
.dl__blog--grid-wrapper .dl__blog--grid-inner .droit-blog-grid-entry-read-more, 
.dl__blog--grid-wrapper .dl__blog--grid-inner .dl-author-name{
  display: inline-block;
}
.droit__blog-grid-meta.dl_post_meta > span {
  display: inline-flex;
  align-items: center;
}
.droit__blog-grid-meta.dl_post_meta > span i, .droit__blog-grid-meta.dl_post_meta > span span {
  margin-right: 8px;
}
.blog-grid-item a:active, .blog-grid-item a:hover {
  color: inherit;
}.dl-button-wrapper-pro .droit-button {
  position: relative;
  font-size: 16px;
  color: #fff;
  background: #ff5f5f;
  padding: 12px 45px;
  display: inline-flex;
  line-height: 19px;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.dl-button-wrapper-pro .droit-button.droit-button---adv-hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  z-index: -1;
  background: #ff6969;
}
.dl-button-wrapper-pro .droit-button.droit-button---adv-hover:hover:after {
  transform: scaleX(1);
  transform-origin: right;
}
.dl-button-wrapper-pro .droit-button .droit-button-media i {
  display: inline-block;
}
.droit-button-media {
  margin-right: 10px;
}
.reverse-right .droit-button-media {
  margin-left: 10px;
}
.dl-button-wrapper-pro .droit-button.reverse-right {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.dl-button-wrapper-pro .droit-button.reverse-top {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.droit-button.reverse-top .droit-button-media {
  flex: 100% 0 0;
}
.dl-button-wrapper-pro .droit-button.reverse-bottom {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.droit-button.reverse-bottom .droit-button-media {
  flex: 100% 0 0;
  order: 2;
}
.reverse-top .droit-button-media,
.reverse-bottom .droit-button-media {
  margin-right: 0px;
}
.dl-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px; }
  .dl-breadcrumbs > li {
    margin-left: 10px; }
  .dl-breadcrumbs p {
    margin-bottom: 0; }
  .dl-breadcrumbs a,
  .dl-breadcrumbs strong {
    display: inline-block; }
  .dl-breadcrumbs a span {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
    padding: 0px !important;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important;
    border-radius: 0px !important;
    margin: 0px !important; }
  .dl-breadcrumbs:not(.dl-breadcrumbs-droit) {
    margin-left: 0;
    margin-right: 0; }
    .dl-breadcrumbs:not(.dl-breadcrumbs-droit) a,
    .dl-breadcrumbs:not(.dl-breadcrumbs-droit) span {
      display: inline-block; }
.dl_flex{display: flex;}
.dl_dual_button {
    display: flex;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .dl_dual_button {
      width: 100%;
    }
  }
  @media (max-width: 400px) {
    .dl_dual_button {
      flex-wrap: wrap;
    }
  }
  .dl_dual_button .dl_dual_btn_one {
    background: #2AD174;
  }
  .dl_dual_button .dl_dual_btn_one:before {
    background: #2AD174;
  }
  .dl_dual_button .dl_dual_btn_two {
    background: #3D9DFF;
  }
  .dl_dual_button .dl_dual_btn_two:before {
    background: #3D9DFF;
  }
  
  .dl_dual_rounded_style .dl_addon_dual_btn.dl_dual_btn_one {
    border-radius: 50px 0px 0px 50px;
  }
  .dl_dual_rounded_style .dl_addon_dual_btn.dl_dual_btn_two {
    border-radius: 0px 50px 50px 0px;
  }
  .dl_dual_rounded_style .dl_addon_dual_btn:hover.dl_dual_btn_one {
    background: #00A449;
  }
  .dl_dual_rounded_style .dl_addon_dual_btn:hover.dl_dual_btn_two {
    background: #007FFF;
  }
  
  .dl_addon_dual_btn {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 25px 31px;
    color: #fff;
    position: relative;
    min-width: 200px;
    text-align: center;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .dl_addon_dual_btn {
      width: 100%;
      min-width: inherit;
    }
  }
  .dl_addon_dual_btn i {
    margin: 0 8px;
  }
  .dl_addon_dual_btn i:before {
    font-size: 18px;
  }
  @media (max-width: 480px) {
    .dl_addon_dual_btn i:before {
      font-size: 14px;
    }
  }
  @media (max-width: 480px) {
    .dl_addon_dual_btn {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
    }
  }
  @media (max-width: 400px) {
    .dl_addon_dual_btn {
      min-width: auto;
      font-size: 14px;
    }
    .dl_addon_dual_btn:not(:last-child) {
      margin-bottom: 5px;
    }
  }
  
  .dl_dual_skew_style .dl_addon_dual_btn {
    background: transparent;
  }
  .dl_dual_skew_style .dl_addon_dual_btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 112%;
    transition: all 0.4s linear;
    z-index: -1;
  }
  @media (max-width: 400px) {
    .dl_dual_skew_style .dl_addon_dual_btn:before {
      transform: skewX(0deg);
    }
  }
  .dl_dual_skew_style .dl_addon_dual_btn.dl_dual_btn_two:before {
    left: 0;
    right: -16px;
  }
  .dl_dual_skew_style .dl_addon_dual_btn:hover.dl_dual_btn_one:before {
    background: #007FFF;
  }
  .dl_dual_skew_style .dl_addon_dual_btn:hover.dl_dual_btn_two:before {
    background: #00A449;
  }
  
  .dl_dual_border_style .dl_dual_btn_one {
    border: 1px solid #00A449;
    border-right: 0px;
  }
  .dl_dual_border_style .dl_dual_btn_two {
    border: 1px solid #007FFF;
    border-left-color: #fff;
  }
  
  .dl_middle_text {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    font-size: 11px;
  }
  
  .dl_text_uppercase {
    text-transform: uppercase;
  }
  
.dl_dual_btn_one.reverse-right .droit-dual-button-media{
    margin-left: 10px;
}
.dl_dual_btn_one.reverse-right{
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.dl_dual_btn_one.reverse-top{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.dl_dual_btn_one.reverse-top .droit-dual-button-media{
    flex: 100% 0 0;
}
.dl_dual_btn_one.reverse-bottom{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.dl_dual_btn_one.reverse-bottom .droit-dual-button-media{
    flex: 100% 0 0;
    order: 2;
}
.dl_dual_btn_one.reverse-top .droit-dual-button-media, .dl_dual_btn_one.reverse-bottom .droit-dual-button-media{
    margin-right: 0px;
}
.dl_dual_btn_one.reverse-top .droit-dual-button-media{
    margin-bottom: 6px;
}
.dl_dual_btn_one.reverse-bottom .droit-dual-button-media{
    margin-top: 6px;
}

.dl_dual_btn_two.reverse-right .droit-dual-button-media{
    margin-left: 10px;
}
.dl_dual_btn_two.reverse-right{
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.dl_dual_btn_two.reverse-top{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.dl_dual_btn_two.reverse-top .droit-dual-button-media{
    flex: 100% 0 0;
}
.dl_dual_btn_two.reverse-bottom{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.dl_dual_btn_two.reverse-bottom .droit-dual-button-media{
    flex: 100% 0 0;
    order: 2;
}
.dl_dual_btn_two.reverse-top .droit-dual-button-media, .dl_dual_btn_two.reverse-bottom .droit-dual-button-media{
    margin-right: 0px;
}
.dl_dual_btn_two.reverse-top .droit-dual-button-media{
    margin-bottom: 6px;
}
.dl_dual_btn_two.reverse-bottom .droit-dual-button-media{
    margin-top: 6px;
}

.dl-dual-button-wrapper-pro .dl_addon_dual_btn:hover.dl_addon_dual_btn span{
    color: #fff;
}
.dl_portfolio_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.dl_portfolio_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: 1;
}
.dl_portfolio_item img {
  max-width: 100%;
  transition: all 0.9s;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
@media (min-width: 1922px) {
  .dl_portfolio_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.dl_portfolio_item:hover:before {
  opacity: 0.7;
}
.dl_portfolio_item:hover img {
  transform: scale(1.05);
}
.dl_portfolio_item:hover .dl_portfolio_details {
  transform: translateY(-50%);
}
.dl_portfolio_item:hover .dl_portfolio_details .dl_card_desc {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}
.dl_portfolio_item:hover .dl_portfolio_details .dl_br_bottom {
  opacity: 1;
}

.dl_portfolio_details {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-9%);
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 2;
}
.dl_portfolio_details .dl_hover_content {
  padding-left: 45px;
  padding-right: 45px;
}

.dl_portfolio_details .dl_br_bottom {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s, width 0.8s;
}
.dl_portfolio_details .dl_card_desc {
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(100%);
}
.dl_pro_card_btn .dl_card_btn {
  display: inline-block;
}
.dl_pro_card_btn .dl_card_btn{
  display: inline-block;
}

.dl-pro-card-content.dl_card_content_left{
  align-items: center;
}
.dl-pro-card-content.dl_card_content_right{
  flex-direction: row-reverse;
  align-items: center;
}
.dl-pro-card-content.dl_card_content_top{
  flex-direction: column;
}
.dl-pro-card-content.dl_card_content_bottom{
  flex-direction: column-reverse;
  align-items: center;
}
.dl_pro_card_content_wrapper{
  margin: 0 auto;
}
.dl_pro_card_content_wrapper .dl_title{
  color: #111;
  font-size: 20px;
}
.dl_pro_card_content_wrapper .dl_pro_card_desc{
  color: #111;
  font-size: 16px;
}
.dl_pro_card_content_wrapper .dl_btn{
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: inline-block;
  line-height: 19px;
  font-weight: 500;
  z-index: 1;
  background: rgb(255, 95, 95);
  padding: 12px 25px;
  border-radius: 5px;
}
.dl-pro-card-content .dl_pro_card_img {
  width: 100%;
  display: flex;
}
.dl_flex {
  display: flex;
}
.dl-fun-fact-inner a:hover {
  color: initial;
}
/* dl-fun-fact-inner css */
.dl-fun-fact-content .dl-fun-fact-prefix,
.dl-fun-fact-content .dl-fun-fact-number,
.dl-fun-fact-content .dl-fun-fact-suffix {
  display: inline-block;
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
  color: #060a24;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dl-fun-fact-content .dl-fun-fact-suffix {
  vertical-align: top;
}
.dl_pro_fun_fact_title,
.dl-fun-fact-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dl-fun-fact-content .dl-fun-fact-prefix {
  font-size: 28px;
  vertical-align: top;
  top: -4px;
  position: relative;
}
.dl-fun-fact-heading {
  font-size: 24px;
  font-weight: 600;
}

.droit-fun-fact-media-wrapper {
  display: flex;
}
.droit-fun_fact_media img {
  display: inline-block;
}
.droit-fun-fact-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dl-fun-fact-inner.fun_fact_icon_top .droit-fun-fact-media {
  margin-bottom: 20px;
}
.dl-fun-fact-inner.fun_fact_icon_left {
  display: flex;
}
.dl-fun-fact-inner.fun_fact_icon_left .droit-fun-fact-media {
  margin-right: 20px;
}
.dl-fun-fact-inner.fun_fact_icon_right {
  display: flex;
  flex-direction: row-reverse;
}
.dl-fun-fact-inner.fun_fact_icon_right .droit-fun-fact-media {
  margin-left: 20px;
}
.dl-fun-fact-heading .dl_pro_fun_fact_title {
  margin-bottom: 0;
}
/*.dl-fun-fact-wrapper:hover .dl_pro_fun_fact_title,*/
/*.dl-fun-fact-wrapper:hover .dl-fun-fact-prefix,*/
/*.dl-fun-fact-wrapper:hover .dl-fun-fact-number,*/
/*.dl-fun-fact-wrapper:hover .dl-fun-fact-suffix {*/
/*  color: #fff;*/
/*}*/
.dl-fun-fact-wrapper.dl--wrapper {
  text-align: center;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
}
.droit-fun-fact-media {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #dcdcde;
}
.dl-fun-fact-wrapper:hover .droit-fun-fact-media {
  background-color: #dcdcde;
}
/* dl-fun-fact-inner css */
.before-effect-main-div { /* plugin main div */
    position: relative;
    overflow: hidden;
    width:100%;
    margin:70px auto 0;
    border-radius:5px;
}

.before-effect-main-div img { /* it's images */
    width: 100%;
    display:block;
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.before-effect-resizable-div { /* resizable div*/
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
}

.before-effect-line { /* Tha seperator line */
    position:absolute; 
    left:50%;
    top:0;
    bottom:0;
    /*width:4px;*/
    margin-left:-2px;
    background: var(--LineColor);
    Cursor: var(--Cursor);
}

.before-effect-line:after {  /* Line middle button */
    text-align: center;
    position: absolute;
    color:var(--IconColor);
    top: var(--IconPosT);
    right: var(--IconPosR);
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    transition: all 0.2s;
    content:var(--icon);
    background-image: linear-gradient(180deg, var(--buttonG1) 0%, var(--buttonG2) 100%);
    border: 1px solid var(--ButtonBorder);
    background-size:56px;
    border-radius: var(--ButtonRaduis);
    font-size: var(--IconSize);
    line-height: 52px;
    box-sizing: border-box;
}

.before-effect-line:hover:after { /* let's scale button on hover! */
    transform: scale(1.03);
}

.dragging:hover:after { /* it's dragging !!! */
    transform: scale(1.03) translateY(2px);
}


.before-effect-button { /* slider buttons */
    position: absolute;
    bottom: 0;
    background: #121212;
    color: #fff;
    pointer-events: none;
    border-radius: .2rem;
    padding: 2px 10px;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.before-effect-button-right { /* Tha before one! */
    right: 0;
}

.dl_product_compaire .twentytwenty-handle .h-arrow img {
    position: relative;
    display: inline-block;
    width: 15px;
    top: auto;
    transform: translateY(0);
    left: 0;
}
.dl_product_compaire .twentytwenty-handle .left-arrow, .twentytwenty-handle .right-arrow {
    margin: 0 2px;
}
.dl_product_compaire .twentytwenty-handle .h-arrow {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0px;
    display: flex;
    width: max-content;
}
.dl_product_compaire .twentytwenty-handle:before{
    bottom: 65%;
}
.dl_product_compaire .twentytwenty-handle:after{
    top: 60%;
}

.dl-compare{
    display: flex;
}


@media screen and (max-width: 1000px) { /* some responsive */
  .before-effect-line:after { 
    width: 28px; 
    height: 28px; 
    margin: -14px 0 0 -14px; 
    font-size: 12px; 
    line-height: 26px; 
  }
}
.droit-advance-tabs.dl_tab_container {
    background-color: transparent;
}
.dl_tab_container.dl_style_01 .dl_tab_menu {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}
.droit-advance-tabs-navs .droit-advance-navs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    text-align: center;
    position: relative;
    z-index: 1;
}

ul.dl_tab_menu.droit-advance-navs{
    padding: 0;
    margin: 0;
}
ul.dl_tab_menu.droit-advance-navs .droit-tab-nav-items{
    cursor: pointer;
    position: relative;
    z-index: 1;
}
ul.dl_tab_menu.droit-advance-navs .droit-tab-nav-items:after{
    position: absolute;
    content: "";
    bottom: -10px;
    width: 20px;
    height: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: transparent;
}
.droit-advance-navs .dl_tab_menu_item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: transparent;
}
.dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 991px) {
    .dl_tab_container.dl_style_01 .dl_tab_menu .dl_tab_menu_item {
        padding: 15px;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
    padding: 50px 60px;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper {
        padding: 25px;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
    padding: 50px 0;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_01 .dl_tab_content_wrapper.dl_tab_content_style_2 {
        padding: 35px 0;
    }
}
.dl_tab_container.dl_style_01 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}
.tab_container > div {
    display: none;
    opacity: 0;
}
.tab_container > div.active-default,
.tab_container > div.dl_active {
    display: block;
    width: 100%;
    padding: 1em;
    opacity: 1;
    -webkit-animation: fadeIn linear 0.3s;
    animation: fadeIn linear 0.3s;
}
.dl_tab_container.dl_style_02 .dl_tab_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    flex: 25% 0 0;
    text-align: center;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 100% 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
        flex: 50% 0 0;
    }
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    line-height: 20px;
    cursor: pointer;
    background-color: #353535;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.active-default span:after,
.dl_tab_container.dl_style_02.dl_caret .dl_tab_menu .dl_tab_menu_item.dl_active span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e4de3;
    border-bottom: 0;
}
.dl_tab_container.dl_style_02 .dl_tab_menu .dl_tab_menu_item.dl_active {
    background-color: #0e4de3;
}
.dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
    padding: 50px 60px;
}
@media (max-width: 767.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .dl_tab_container.dl_style_02 .dl_tab_content_wrapper {
        padding: 35px;
    }
}
.dl_tab_container.dl_style_02 .dl_tab_content_wrapper .dl_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}

.droit-advance-navs .droit-tab-nav-items{
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.droit-advance-navs .droit-tab-nav-items.reverse-right{
    flex-direction: inherit;
}
.droit-advance-navs .droit-tab-nav-items.reverse-bottom{
    flex-direction: inherit;
}
.droit-advance-navs .droit-tab-nav-items.reverse-top{
    flex-direction: column-reverse;
}

.dl-vertical-tab{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.dl-vertical-tab.dlad-right{
    flex-direction: row-reverse;
}
.dl-vertical-tab ul.dl_tab_menu.droit-advance-navs{
    display: block;
}
.dl-vertical-tab .droit-advance-tabs-navs {
    width: 25%;
    padding: 0px 10px;
}
.dl-vertical-tab .droit-tab-content-wrapper{
    width: 75%;
    padding: 0px 10px;
}
.dl-vertical-tab.dlad-left .droit-advance-tabs-navs .dl_tab_menu_item:after{
    transform: translateY(50%) rotate(-90deg);
    top: 35%;
    right: -15px;
    bottom: auto;
    left: auto;
}
.dl-vertical-tab.dlad-right .droit-advance-tabs-navs .dl_tab_menu_item:after {
    transform: translateY(50%) rotate(90deg);
    top: 35%;
    right: auto;
    bottom: auto;
    left: -15px;
}
.dl-vertical-tab .droit-advance-tabs-navs .dl_tab_menu_item:after{
    opacity: 0;
}
.dl-vertical-tab .droit-advance-tabs-navs .dl_tab_menu_item:hover:after,.dl-vertical-tab .droit-advance-tabs-navs .dl_tab_menu_item.dl_active:after {
    opacity: 1 !important;
}
.dl-vertical-tab .elementor-top-column.elementor-element {
    align-items: center;
}

.droit-advance-tabs.dl-vertical-tab .droit-tabs-nav.droit-advance-tabs-navs .droit-advance-navs .dlbr-right{
    justify-content: flex-end;
}
.droit-advance-tabs.dl-vertical-tab .droit-tabs-nav.droit-advance-tabs-navs .droit-advance-navs .dlbr-right:before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s;
}
.droit-advance-tabs.dl-vertical-tab .droit-tabs-nav.droit-advance-tabs-navs .droit-advance-navs .dlbr-left:before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
}
.dl-team-member-wrapper-pro {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.dl-team-member-wrapper-pro .dl_team_member_thumb {
  display: flex;
  justify-content: center;
  position: relative;
}
.dl-team-member-wrapper-pro .dl_team_member_thumb img {
  border-radius: 5px 5px 0 0;
}
.dl-team-member-wrapper-pro .dl_team_member_info {
  padding: 40px;
  position: relative;
  width: 100%;
}
.dl-team-member-wrapper-pro .dl_name {
  color: #333333;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 0;
  z-index: 9;
  position: relative;
}
.dl-team-member-wrapper-pro.layout-mode-bottom .dl_team_member_info {
  top: auto;
}
.dl-team-member-wrapper-pro .dl_team_member_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.dl-team-member-wrapper-pro .dl_position {
  color: #959b9f;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: inherit;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.6;
  z-index: 9;
  position: relative;
}
.dl-team-member-wrapper-pro .dl_team_desc p {
  color: #6a6a6a;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 9;
  position: relative;
}
.dl-team-member-wrapper-pro .dl_social_icon {
  margin-top: 27px;
}
.dl-team-member-wrapper-pro .dl_social_icon a {
  font-size: 20px;
  color: #b3bec5;
  margin: 0 10px;
  z-index: 9;
  position: relative;
}
.dl-team-member-wrapper-pro .dl_social_icon a:hover {
  color: #0e4de3;
}
.dl-team-member-wrapper-pro.layout-mode-left,
.dl-team-member-wrapper-pro.layout-mode-right,
.dl-team-member-wrapper-pro.layout-mode-bottom {
  display: flex;
}
.dl-team-member-wrapper-pro.layout-mode-left .dl_team_member_thumb,
.dl-team-member-wrapper-pro.layout-mode-right .dl_team_member_thumb {
  flex: 50% 0 0;
}
.dl-team-member-wrapper-pro.layout-mode-right {
  flex-direction: row-reverse;
}
.dl-team-member-wrapper-pro.layout-mode-bottom {
  flex-direction: column-reverse;
}
.elementor-widget-droit-teams .elementor-widget-container {
  overflow: hidden;
}
.dl-team-member-wrapper-pro.layout-mode-left .dl_team_member_thumb img,
.dl-team-member-wrapper-pro.layout-mode-right .dl_team_member_thumb img {
  object-fit: cover;
}
/* .droit__pro_team{
  overflow: hidden;
} */
/*==============dl_subscribe_info css ===========*/
/* .dl_border_radius {
    border-radius: 10px;
  }
  
  .dl_subscribe_style_one {
    background: linear-gradient(90deg, #6F56F4 17.5%, #D07FCF 100%);
    padding-left: 15px;
    padding-right: 15px;
  }
  .dl_subscribe_style_one .dl_subscribe_title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
  }
  @media (max-width: 575px) {
    .dl_subscribe_style_one .dl_subscribe_form {
      display: block;
      background: transparent;
    }
  }
  
  .dl_border_radius45 {
    border-radius: 45px;
  }
  
  .dl_subscribe_form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: flex;
    padding: 5px;
  }
  .dl_subscribe_form .dl_form_control_wrap {
    flex: 1;
  }
  @media (max-width: 575px) {
    .dl_subscribe_form .dl_form_control_wrap {
      margin-bottom: 12px;
    }
  }
  .dl_subscribe_form .dl_form_control_wrap .dl_form_control {
    font-size: 14px;
    font-weight: 400;
    height: 50px;
  }
  .dl_subscribe_form .dl_form_control_wrap .dl_form_control.placeholder {
    color: #7C789D;
  }
  .dl_subscribe_form .dl_form_control_wrap .dl_form_control:-moz-placeholder {
    color: #7C789D;
  }
  .dl_subscribe_form .dl_form_control_wrap .dl_form_control::-moz-placeholder {
    color: #7C789D;
  }
  .dl_subscribe_form .dl_form_control_wrap .dl_form_control::-webkit-input-placeholder {
    color: #7C789D;
  }
  .dl_subscribe_form .dl_form_control_wrap + .dl_form_control_wrap {
    position: relative;
  }
  .dl_subscribe_form .dl_form_control_wrap + .dl_form_control_wrap:before {
    content: "";
    width: 1px;
    height: 14px;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (max-width: 575px) {
    .dl_subscribe_form .dl_form_control_wrap + .dl_form_control_wrap:before {
      display: none;
    }
  }
  .dl_subscribe_form .dl_cu_btn {
    border: 0px;
    background: #FF5F5F;
    color: #fff;
    font-size: 16px;
    padding: 12px 45px;
  }
  @media (max-width: 575px) {
    .dl_subscribe_form .dl_cu_btn {
      display: block;
      width: 100%;
      padding: 15px 45px;
    }
  } */

  .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_pro_subscribe_form {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
  }
  
  /*.dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_form_control_wrap {*/
  /*  border-left: 1px solid #C4C4C4;*/
  /*}*/
  
  .dl_pro_subscribe_form_action.dl-pro-sub-inline
    .dl_form_control_wrap:first-child {
    border-left: 0px solid transparent;
  }
  
  .dl_pro_subscribe_form_action.dl-pro-sub-inline
    .dl_pro_subscribe_form
    .dl_form_control_wrap
    input {
    border-radius: 0;
  }
  
  .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_form_control_wrap{
      width: 87%;
  }
  .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_pro_subscribe_form{
      background: #f6f6f6;
  }
  
  
  .dl_pro_subscribe_form .dl_form_control {
      width: 100%;
      color: #899097;
      font-family: "Poppins", Sans-serif;
      font-size: 16px;
      line-height: 54px;
      padding: 0px 10px 0px 30px;
      margin: 0px 0px 0px 0px;
      height: auto;
  }
  
  .dl_cu_btn{
      background: #FB264E;
      border-color #FB264E;
      color: #fff;
  }
  
  
  @media (max-width: 767.98px) {
    .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_form_control_wrap {
      border-left: 0px solid transparent;
    }
  
    .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_pro_subscribe_form {
      flex-wrap: wrap;
    }
  
    .dl_pro_subscribe_form_action.dl-pro-sub-inline
      .dl_pro_subscribe_form
      .dl_form_control_wrap {
      width: 100%;
      display: block;
      margin: 10px 0;
    }
  
    .dl_pro_subscribe_form_action.dl-pro-sub-inline
      .dl_pro_subscribe_form
      .dl_form_control_wrap
      input {
      margin-top: 0;
      width: 100%;
      display: block;
    }
  
    .dl_pro_subscribe_form_action.dl-pro-sub-inline
      .dl_pro_subscribe_form
      .dl_cu_btn {
      width: 100%;
      display: block;
      text-align: center;
    }
  }
  
  .dl_pro_subscribe_form_action.dl-pro-sub-block
    .dl_pro_subscribe_form
    .dl_form_control {
    line-height: inherit;
    margin: 0px;
  }
  
  .dl_subscribe_addons .dl_form_control_wrap input {
    width: 100%;
    display: block;
  }
  
  .dl_subscribe_addons .dl_form_control_wrap {
    width: 100%;
    display: block;
  }
  
  .elementor-widget-droit-subscriber .dl_pro_subscribe_form {
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 30px 30px 30px 30px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  
  .dl_subscribe_addons .dl_cu_btn {
    white-space: nowrap;
  }
  
  .dl_pro_subscribe_form .dl_form_control_wrap label {
    margin: 0px;
    display: block;
  }
  
  .dl_form_control_wrap .dl_form_control {
    box-shadow: none;
  }
  .dl_pro_subscribe_form .dl_checkbox {
    display: block;
    margin-bottom: 60px;
    margin-top: 45px;
    width: 100%;
  }
  .dl_pro_subscribe_form .dl_checkbox label {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 35px;
    cursor: pointer;
  }
  .dl_pro_subscribe_form .dl_checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    border: 2px solid #dcdee2;
    left: 0;
    top: 2px;
    transition: all 0.2s linear;
  }
  .dl_pro_subscribe_form .dl_checkbox input {
    display: none;
  }
  .dl_pro_subscribe_form .dl_checkbox label {
    margin-bottom: 0;
  }
  .dl_pro_subscribe_form .dl_checkbox label:after {
    content: "\e95b";
    position: absolute;
    font-family: "Droit Icons" !important;
    left: 5px;
    font-size: 9px;
    top: 2px;
    transition: all 0.2s linear;
    line-height: 20px;
    transform: scale(0);
  }
  .dl_pro_subscribe_form
    .dl_checkbox
    input[type="checkbox"]:checked
    + label:after {
    transform: scale(1);
  }
  span.dl_subs_message {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  
.dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_form_control_wrap{
   width: 100%;
   margin: 0px 0px 10px 0px;
}
.dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_pro_subscribe_form .dl_form_control_wrap input{
    border-radius:5px;
}
.elementor-widget-droit-subscriber .dl_pro_subscribe_form{
    padding: 15px;
}
  .dl_pricing_plan_switcher {
    display: block;
}

.dl_pricing_plan_switcher .dl_switcher_control-item {
    display: inline-block;
    position: relative;
    /* border-radius: 100px;
    background-color: #ffdada;
    border: 1px solid #ffdada;
    box-shadow: inset 0 0 2px 1px rgb(0 0 0 / 5%);
    padding: 2px 4px; */
}

.dl_pricing_plan_switcher .dl_switcher_control-item.on-select {
    border: 1px solid #333;
}

.dl_pricing_plan_switcher .dl_switcher_content-item {
    display: none;
}

.dl_pricing_plan_switcher .dl_switcher_content-item.on-active {
    display: block;
}



/*switcher start here*/

.dl_switcher_control {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.dl_toggler_label {
    font-size: 16px;
    text-transform: capitalize;
    color: #AAA7A7;
    font-weight: 500;
    margin-bottom: 0;
}

.dl_switcher_control .dl_toggle {
    font-size: 30px;
    -webkit-appearance: none;
    appearance: none;
    width: 64px;
    height: 30px;
    background: transparent;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
    border: 2px solid #000;
    line-height: 23px;
    text-align: center;
    margin: 0 15px;
}

.dl_switcher_control .dl_toggle:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #000;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    display: block;
    top: -2px;
}
.dl_switcher_control.dl-active .dl_toggle::after {
    background-color: #ffdada;
}

.dl_switcher_control.dl-active .dl_toggle {
    border-color: #ffdada;
}

/*switcher end here*/

/*tab switcher here*/
.dl_switcher_control_inner{
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
}
.dl_switcher_control_inner label{
    cursor: pointer;
}
.dl_switcher_control .dl_switcher_control_inner {
    grid-gap: 17px;
    background-color: #D80303;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.dl_pricing_plan_switcher .dl_switcher_control-item label {
    color: #FFFFFF;
}
.dl_pricing_plan_switcher .dl_switcher_control-item {
    padding: 2px 10px 2px 10px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010100;
}
.dl_pricing_plan_switcher .dl_switcher_control-item.on-select {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}
.dl_pricing_plan_switcher .dl_switcher_control-item.on-select label {
    color: #020101;
}
/*tab end here*/
.dl_advance_slider_wrapper .dl_adv_swiper_navigation .swiper_adv_button_next, .dl_advance_slider_wrapper .dl_adv_swiper_navigation .swiper_adv_button_prev {
    width: 50px;
    height: 50px;
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.dl_adv_swiper_navigation {
    display: flex;
    width: 100%;
    justify-content: center;
}
.dl_adv_swiper_navigation .swiper_adv_nav_button:not(:last-child) {
    margin-right: 10px;
}
.dl_advance_slider_wrapper{
    position: relative;
}
.dl_swiper_adv_pagination {
    display: flex;
}
.dl_adv_swiper_navigation .swiper_adv_nav_button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none ;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none ; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -32px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -19px; 
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.dl-video-wrapper-pro .droit-buttons{
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #FF5F5F;
    padding: 12px 45px;
    display: inline-block;
    line-height: 19px;
    font-weight: 500;
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}
.dl-video-wrapper-pro .droit-buttons.droit-buttons---adv-hover:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s linear;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform;
    z-index: -1;
    background: #ff6969;
}
.dl-video-wrapper-pro .droit-buttons.droit-buttons---adv-hover:hover:after {
    transform: scaleX(1);
    transform-origin: right;
}

.dl-video-wrapper-pro .droit-buttons.reverse-right{
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.dl-video-wrapper-pro .droit-buttons.reverse-top{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.dl-video-wrapper-pro .droit-buttons.reverse-bottom{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.droit-buttons.reverse-top .droit-buttons-media{
    flex: 100% 0 0;
}

.droit-buttons.reverse-bottom .droit-buttons-media{
    flex: 100% 0 0;
    order: 2;
}
.reverse-top .droit-buttons-media, .reverse-bottom .droit-buttons-media{
    margin-right: 0px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.dl-video-wrapper-pro .droit-buttons {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50% 50% 50% 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}
.dl-video-wrapper-pro .droit-buttons .droit-buttons-media i {
    transform: translate(0px, 2px);
    font-size: 20px;
}
}
.mfp-container .mfp-content [type=button]:hover{
    background-color: transparent;
}
.mfp-container .mfp-content [type=button]:focus{
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.mfp-container [type=button]:focus, .mfp-container [type=button]:hover, .mfp-container [type=submit]:focus, .mfp-container [type=submit]:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
button:focus, button:hover{
  text-decoration: none;
}.droit-icon-list-items{
    margin: 0;
    padding: 0;
    list-style: none;
}
.droit-icon-list-item {
    position: relative;
}
.droit_pricing_pro_wrapper{
    position: relative;
}
.droit-icon-list-item:not(:last-child){
    position: relative;
}
.droit-icon-list-item:not(:last-child):after{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.dl_btn.btn_1.dl_pricing_btn{
    display: inline-block;
}
.droit_pricing_pro_wrapper,
.dl_pro_pricing_sub_title,
.dl_pro_pricing_title,
.droit-icon-list-item i,
.droit_pricing_feature_list,
.dl_pricing_note,
.dl_pro_badge{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.droit_pricing_pro_wrapper {
    text-align: center;
    padding: 50px;
    border-radius: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgb(17 17 17 / 11%);
}
.droit_pricing_pro_wrapper .dl_pro_badge{
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #0161FF;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 0px 10px 10px 10px;
}
.droit_pricing_pro_wrapper .droit_pro_price.droit_pro_price {
    margin-bottom: 34px;
}
.droit_pricing_pro_wrapper .droit_pro_price.droit_pro_price{
    font-size: 40px;
}
.droit_pricing_pro_wrapper .droit-regular-price{
    text-decoration: line-through;
    font-size: 20px;
}
.droit_pricing_pro_wrapper .droit_pro_price.droit_pro_price.dl_below .droit-price-period{
    display: block;
    width: 100%;
}
.droit_pricing_pro_wrapper .dl_pro_pricing_title {
    font-size: 23px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 5px;
}
.droit_pricing_pro_wrapper .dl_pro_pricing_sub_title {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 53px;
}
.droit_pro_price.droit_pro_price, .dl_currancy.droit_currency_symbol {
    font-size: 55px;
    font-weight: 700;
    color: #0161FF;
}
.droit_pricing_pro_wrapper .droit_pro_price.droit_pro_price {
    margin-bottom: 34px;
}
.droit_pricing_pro_wrapper .dl_currancy.droit_currency_symbol {
    font-size: 14px;
    top: -29px;
}
.droit_pricing_pro_wrapper span.droit_price_duration.droit-price-period {
    font-size: 15px;
    font-weight: 500;
}
.droit_pricing_pro_wrapper .droit-icon-list-item {
    padding-bottom: 9px;
    margin-top: 9px;
    color: #999999;
}

.droit_pricing_pro_wrapper .droit-icon-list-item i {
    color: #0161FF;
    font-size: 14px;
}
.droit_pricing_pro_wrapper .dl_pricing_btn {
    font-size: 15px;
    font-weight: 700;
    padding: 16px 55px 16px 55px;
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 10px;
    background-color: #0161FF;
    color: #FFFFFF;
}
.droit_pricing_pro_wrapper .dl_pricing_btn:hover {
    background-color: #2D74EA;
}
.test{
    color: red;
}