/*
  Elementor Block Styles
*/

/* ===== Section Heading ===== */

.section-heading .sub-heading {
    display: inline-block;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.section-heading.bd .sub-heading:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -15px;
    top: -10px;
    border: 3px solid #ec9117;
    opacity: 0.5;
    z-index: -1;
}

.section-heading .heading {
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1px;
    display: block;
    color: #263a4f;
}

.section-heading .desc {
    margin-bottom: 0;
}

/* Carousel Settings */

.sponsor-carousel.nav-center .owl-nav div {
    background-color: transparent;
    border: none;
    color: #555;
    font-size: 16px;
}

/* ===== Icon List ===== */

.wt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wt-list .list-item {
    position: relative;
    padding-left: 75px;
}

.wt-list .list-item .list-icon {
    border-style: solid;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.wt-list .list-item .list-icon i, .wt-list .list-item .list-icon span {
    width: 100%;
    display: block;
    text-align: center;
}

.wt-list .list-item h4 {
    margin-bottom: 0;
}

.wt-list .list-item p {
    margin: 0;
    font-weight: normal;
}

/* ===== Videos ===== */

.dl-video-box-wrap {
    position: relative;
}

.dl-video-box-wrap img {
    width: 100%;
}

.dl-video-box-wrap .dl-video-box-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.dl-video-box-wrap .dl-video-box-overlay .overlay {
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}

/* ===== OWL Carousel Control ===== */

/* ===== Dots ===== */

.owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.dots-style-1 .swiper-pagination .swiper-pagination-bullet, .dots-style-1 .owl-dots .owl-dot {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.dots-style-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .dots-style-1 .owl-dots .owl-dot.active {
    background-color: #ec9117;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.dots-style-2 .swiper-pagination .swiper-pagination-bullet, .dots-style-2 .owl-dots .owl-dot {
    background: transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 3px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    opacity: 1;
    transition: all 0.3s linear;
}

.dots-style-2 .owl-dots .owl-dot span {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s linear;
}

.dots-style-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .dots-style-2 .owl-dots .owl-dot.active {
    border: 1px solid #ec9117;
    transition: all 0.3s linear;
}

.dots-style-2 .owl-dots .owl-dot.active span {
    background-color: #ec9117;
    transition: all 0.3s linear;
}

.dots-style-2 .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #ddd;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s linear;
}

.dots-style-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #ec9117;
    transition: all 0.3s linear;
}

.dots-style-3 .swiper-pagination .swiper-pagination-bullet, .dots-style-3 .owl-dots .owl-dot {
    background-color: #ddd;
    width: 15px;
    height: 7px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.dots-style-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .dots-style-3 .owl-dots .owl-dot.active {
    background-color: #ec9117;
    width: 30px;
    transition: all 0.5s ease-in-out;
}

/* ===== Nav ===== */

.owl-carousel .owl-nav {}

.dl-sponsor-carousel .swiper-button-next, .dl-sponsor-carousel .swiper-button-prev {
    background-image: inherit;
    margin: 0;
}

.dl-sponsor-carousel .swiper-button-next, .dl-sponsor-carousel .swiper-button-prev, .owl-carousel .owl-nav div {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #1b1b1f;
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    opacity: 0;
    transition: all 0.3s linear;
}

.dl-sponsor-carousel .swiper-button-next:hover, .dl-sponsor-carousel .swiper-button-prev:hover, .owl-carousel .owl-nav div:hover {
    color: #ec9117;
}

.dl-sponsor-carousel .swiper-button-next, .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -40px;
}
.owl-carousel .owl-nav div.owl-next svg, .owl-carousel .owl-nav div.owl-prev svg,
.dl-sponsor-carousel .swiper-button-next svg, .dl-sponsor-carousel .swiper-button-prev svg{
    width: 15px;
}
.owl-carousel .owl-nav div.owl-next svg,
.dl-sponsor-carousel .swiper-button-next svg{
    margin-left: 3px;
}
.owl-carousel .owl-nav div.owl-prev svg,
.dl-sponsor-carousel .swiper-button-prev svg{
    margin-right: 3px;
}

.dl-sponsor-carousel:hover .swiper-button-next, .dl-sponsor-carousel:hover .swiper-button-prev, .owl-carousel:hover .owl-nav div {
    opacity: 1;
    left: -25px;
}

.dl-sponsor-carousel:hover .swiper-button-next, .owl-carousel:hover .owl-nav div.owl-next {
    left: auto;
    right: -25px;
}

.swiper-container-rtl.dl-sponsor-carousel .swiper-button-next, .swiper-container-rtl.dl-sponsor-carousel .swiper-button-prev {
    right: -40px;
    left: auto;
    transform: scaleX(-1);
}

.swiper-container-rtl.dl-sponsor-carousel .swiper-button-next {
    left: -40px;
    right: auto;
}

.swiper-container-rtl.dl-sponsor-carousel:hover .swiper-button-next, .swiper-container-rtl.dl-sponsor-carousel:hover .swiper-button-prev {
    right: -25px;
}

.swiper-container-rtl.dl-sponsor-carousel:hover .swiper-button-next {
    left: -25px;
    right: auto;
}

/* ==========================================================================
   12.0 Photo Slider
   ========================================================================== */

.dl-photo-carousel {
    position: relative;
    overflow: hidden;
}

.dl-photo-carousel .swiper-slide {
    width: auto;
    height: 600px;
}

.dl-photo-carousel .swiper-slide img {
    height: 600px;
    width: auto;
    cursor: e-resize;
}

.dl-navigation .button-next, .dl-navigation .button-prev {
    font-size: 24px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: #263a4f;
    background-color: #fff;
    line-height: 58px;
    text-align: center;
    display: block;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.dl-navigation .button-next.swiper-button-disabled, .dl-navigation .button-prev.swiper-button-disabled {
    cursor: default;
    opacity: 0.8;
}

.dl-navigation .button-next {
    left: auto;
    right: -30px;
}

.dl-navigation .button-next:hover, .dl-navigation .button-prev:hover {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.dl-navigation:hover .button-next, .dl-navigation:hover .button-prev {
    visibility: visible;
    opacity: 1;
}

.dl-navigation:hover .button-prev {
    left: 10px;
}

.dl-navigation:hover .button-next {
    left: auto;
    right: 10px;
}

.dl-bullets .swiper-pagination-bullets {}

.dl-bullets .swiper-pagination-bullets span {
    background-color: #263a4f;
    opacity: 0.5;
    transition: all 0.3s linear;
}

.dl-bullets .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s linear;
}

/* ===== FAQ ===== */

.dl-faq-con .dl-single-faq {
    position: relative;
    overflow: hidden;
}

.dl-faq-con .dl-single-faq .dl-faq-title {
    font-size: 15px;
    margin-bottom: 0px;
}

.dl-faq-con .dl-single-faq .dl-faq-header {
    background-color: #f5f5f5;
    padding-top: 21px;
    padding-bottom: 21px;
}

/* ===== Business Hours ===== */

.dl-business-hours .business-hrs-inner {
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    padding: 70px 65px;
    margin-top: -15px;
}

.dl-business-hours .dl-single-hrs {
    margin-top: 15px;
}

.dl-business-hours .dl-single-hrs span.time {
    float: right;
    font-weight: 600;
    color: #263a4f;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

.dl-business-hours .dl-single-hrs span.day {
    color: #3b3b3b;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Dosis', sans-serif;
}

.dl-business-hours .dl-single-hrs.closed-day span.time {
    color: #fa2d2d;
}

.dl-business-hours .dl-single-hrs.closed-day span.day {
    color: #fa2d2d;
}

/* Step Flow */

.step-flow {
    text-align: center;
    display: block;
}

.step-flow .step-number {
    background-color: #FA7070;
    color: #fff;
    font-size: 48px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(92, 10, 20, 0.08);
    box-shadow: 0px 30px 60px 0px rgba(92, 10, 20, 0.08);
}

.step-flow .step-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #0f0c0c;
}

/* ===== Play Button 1 ===== */

.dl-vb-1 {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
}

.dl-vb-1 svg {
    width: 110px;
    height: 110px;
}

.dl-vb-1 .circle {
    stroke: #ffffff;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.dl-vb-1 .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #ffffff;
    transform: translateY(0);
}

.dl-vb-1:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #ffffff;
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}

.dl-vb-1:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

/* ===== Play Button 2 ===== */

.dl-vb-2 {
    background-color: #fff;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #333;
    text-align: center;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dl-vb-2:hover {
    background-color: #333;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dl-vb-2 .ripple, .dl-vb-2 .ripple:before, .dl-vb-2 .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98px;
    height: 98px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.dl-vb-2 .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.dl-vb-2 .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/* ===== Play Button 3 ===== */

.dl-vb-3 {
    background-color: #fff;
    cursor: pointer;
    font-size: 24px;
    fill: #333;
    z-index: 2;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: btn-anim 1s linear infinite;
    animation: btn-anim 1s linear infinite;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.dl-vb-3 svg {
    width: 30px;
    margin-left: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.dl-vb-3:hover {
    background-color: #333;
    fill: #fff;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

@keyframes btn-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}
.el-lightbox:hover{
    cursor: pointer;
}

/* ===== Image Animation ===== */

.dl-image.dl-img-anim {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.dl-img-anim-updown {
    animation-name: dlAnimUpDown;
    -webkit-animation-name: dlAnimUpDown;
}

.dl-img-anim-leftright {
    animation-name: dlAnimLeftRight;
    -webkit-animation-name: dlAnimLeftRight;
}

@-webkit-keyframes dlAnimUpDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@keyframes dlAnimUpDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes dlAnimLeftRight {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

@keyframes dlAnimLeftRight {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

/* ===== Section Heading ===== */

.dl-section-heading .dl-heading {
    position: relative;
}

.dl-section-heading .dl-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    color: rgba(0, 0, 0, 0.09);
    content: attr(data-bg-text);
    font-size: 60px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dl-section-heading .dl-heading .dl-h-border {
    display: block;
}

.dl-section-heading .dl-heading .dl-h-border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 162px;
    border-color: #db3157;
    content: "";
}

@media ( max-width: 992px) {
    .dl-section-heading .dl-desc br {
        display: none;
    }
}