/* ==========================================================================
    Table of Contents
========================================================================== */

/* Header */
.dt-sc-custom-header-container .dt-sc-header-icons-list-item div[class*="menu-icon"] i, 
.dt-sc-custom-header-container .dt-sc-header-icons-list-item div[class*="menu-icon"] [class*="icon"] { font-size: 22px; }
.dt-sc-custom-header-container .dt-sc-header-icons-list-item:after { content: none; }

.dt-sc-custom-header-container .dt-header-menu ul.dt-primary-nav > li.menu-item-has-children > a { padding-right: 50px; }
.dt-sc-custom-header-container .dt-header-menu ul.dt-primary-nav > li.menu-item-has-children > a > span:after { font-size: 13px; right: -22px; }

/* Footer Fix */

div[data-elementor-type="jet_footer"],
.jet-location-edit {
    display: inline-block;
    width: 100%;
}


/* Custom Class Css */

.home.blog div#header-wrapper .main-title-section-wrapper {
    display: none;
}


/* Custom Slider Section */

.dt-sc-custom-slider {
    margin: -110px 0 150px;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content {
    padding: 200px 150px 0 130px;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
    font-size: 24px;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
    font-size: 72px;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content:before,
.dt-sc-custom-slider .dt-sc-custom-slider-content:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 10px solid rgba(var(--DTTertiary_RGB), 0.5);
    z-index: -1;
    animation-name: heartbeat;
    -webkit-animation-name: heartbeat;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content:before {
    left: -5%;
    top: -30%;
    width: 400px;
    height: 400px;
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
}

.dt-sc-custom-slider .dt-sc-custom-slider-content:after {
    left: -5%;
    top: -30%;
    width: 500px;
    height: 500px;
    animation-duration: 25s;
    -webkit-animation-duration: 25s;
}

@keyframes heartbeat {
    0%,
    100% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2)
    }
    20% {
        transform: scale(1.4)
    }
}

@-webkit-keyframes heartbeat {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2)
    }
    20% {
        -webkit-transform: scale(1.4)
    }
}

.dt-sc-custom-slider:before,
.dt-sc-custom-slider:after {
    content: "";
    position: absolute;
}

.dt-sc-custom-slider:before {
    left: 35%;
    right: auto;
    margin: auto;
    border-radius: 50%;
    border: 10px solid rgba(var(--DTTertiary_RGB), 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: roaming 20s infinite linear;
    animation: roaming 20s infinite linear;
}

.dt-sc-custom-slider:after {
    margin: auto;
    background: url(../images/slider-shape-1.png) no-repeat;
    background-size: 100%;
    width: 66px;
    height: 77px;
    left: 35%;
    top: 75%;
    -webkit-animation: roaming 60s infinite linear;
    animation: roaming 60s infinite linear;
}

@keyframes roaming {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.dt-sc-custom-slider>.elementor-container:before,
.dt-sc-custom-slider>.elementor-container:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.dt-sc-custom-slider>.elementor-container:before {
    margin: auto;
    background: url(../images/slider-shape-2.png) no-repeat;
    background-size: 100%;
    width: 71px;
    height: 71px;
    right: 8%;
    bottom: 1%;
    -webkit-animation: rotateMe 10s linear infinite;
    animation: rotateMe 10s linear infinite;
}

.dt-sc-custom-slider>.elementor-container:after {
    margin: auto;
    background: url(../images/slider-shape-3.png) no-repeat;
    background-size: 100%;
    width: 90px;
    height: 90px;
    right: 50%;
    bottom: 50%;
    -webkit-animation: rotateMe 30s infinite linear;
    animation: rotateMe 30s infinite linear;
}

section.dt-sc-custom-slider {
    background-image: linear-gradient( 180deg, rgb(255 242 240 / 50%) 0%, transparent 50%);
}


/* Custom Heading Section */

.dt-sc-custom-heading .elementor-heading-title {
    font-size: 42px;
    text-transform: inherit;
    margin-bottom: 0;
    color: var(--DTPrimaryColor);
    line-height: 1.3;
}

.dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
    font-family: var(--DTFontTypo_Base);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: var(--DTSecondaryColor);
    line-height: var(--DTLineHeightBase);
}

.dt-sc-custom-heading.heading-with-decor .elementor-heading-title:after {
    content: '';
    width: 50px;
    height: 1px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--DTPrimaryColor);
}

.dt-sc-custom-heading.heading-with-decor.white .elementor-heading-title:after {
    background-color: #fff;
}

.dt-sc-custom-heading.heading-with-decor.aligncenter .elementor-heading-title {
    padding-top: 20px;
}

.dt-sc-custom-heading.heading-with-decor.aligncenter .elementor-heading-title:after {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.dt-sc-dark-bg .dt-sc-custom-heading .elementor-heading-title,
.dt-sc-dark-bg .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
    color: var(--DTWhiteColor);
}

.dt-sc-dark-bg .dt-sc-custom-heading.heading-with-decor .elementor-heading-title:after {
    background-color: var(--DTWhiteColor);
}

.dt-sc-custom-button .elementor-button[class*="elementor-size"] {
    background-color: var(--DTSecondaryColor);
    border: 2px solid var(--DTSecondaryColor);
    border-radius: 50px;
    margin: 20px 0 0 0;
    padding: 20px 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.dt-sc-custom-button .elementor-button[class*="elementor-size"]:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 50px);
    height: calc(100% + 2px);
    background-color: var(--DTBodyBGColor);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}

.dt-sc-custom-button .elementor-button[class*="elementor-size"]:hover {
    color: var(--DTSecondaryColor);
}

.dt-sc-custom-button .elementor-button[class*="elementor-size"]:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}


/* Custom Icon Box */

.dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
    padding: 0 150px 0 100px !important;
}

.dt-sc-custom-icon-box.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.dt-sc-custom-icon-box.elementor-widget .elementor-image-box-wrapper {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}

.dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
    font-family: var(--DTFontTypo_Base);
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: block;
    /* color: #fff; */
    /* -webkit-text-stroke: 1px var(--fill-color);
    -moz-text-stroke: 1px var(--fill-color);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--fill-color))) left/0 no-repeat;
    background: linear-gradient(var(--fill-color) 0 100%) left/0 no-repeat;
    -webkit-background-clip: text;
    background-clip: text; */
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
    color: var(--DTBodyTxtColor);
}


/* .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    --fill-color: #000;
}

.dt-sc-dark-bg .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    --fill-color: #fff;
} */


/* .dt-sc-custom-icon-box .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
    background-size: 100%;
} */


/* Custom Decor Image */

.dt-sc-custom-decor-img {
    margin: auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dt-sc-custom-decor-img:before {
    content: '';
    display: block;
    position: absolute;
    mask-image: url(../images/beat-mask.png);
    -webkit-mask-image: url(../images/beat-mask.png);
    mask-position: top left;
    -webkit-mask-position: top left;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dt-sc-custom-decor-img:before {
    background: #fff2f0;
}

.dt-skin-primary-bg .dt-sc-custom-decor-img:before {
    background: var(--DTPrimaryColor);
}

.dt-skin-secondary-bg .dt-sc-custom-decor-img:before {
    background: var(--DTSecondaryColor);
}

.dt-skin-tertiary-bg .dt-sc-custom-decor-img:before {
    background: var(--DTTertiaryColor);
}

.dt-skin-quaternary-bg .dt-sc-custom-decor-img:before {
    background: var(--DTQuaternaryColor);
}

.dt-sc-custom-decor-img .elementor-image:before {
    animation: wave 2s infinite;
    content: '';
    display: block;
    height: 20%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(to right, #3f3a70, #ff7b6b, #ff8d5e, #ff9657, #ffa54c, #fe9958, #ffb442);
    transition: all linear .3s;
    width: 100%;
}

.dt-sc-custom-decor-img .elementor-image:after {
    animation: wave 2s infinite;
    bottom: 0;
    content: '';
    display: block;
    height: 65%;
    width: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to right, #764c6f, #93566e, #b6616e, #d16a6d, #cd696d, #fe9958, #ffb442);
}

.dt-sc-custom-decor-img .elementor-image img {
    width: 100%;
    display: block;
    mask-image: url(../images/bomo-img-mask.png);
    -webkit-mask-image: url(../images/bomo-img-mask.png);
    mask-position: top left;
    -webkit-mask-position: top left;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.dt-sc-particle-round img {
    -webkit-animation: ripple 5s linear infinite;
    animation: ripple 5s linear infinite;
}

.dt-sc-particle-dots img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.dt-sc-particle-line img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.dt-sc-particle-triangle img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes wave {
    0% {
        /* width: 0%; */
        opacity: 0;
    }
    50% {
        /* width: 100%; */
        opacity: 1;
    }
    100% {
        /* width: 100%; */
        opacity: 0;
    }
}


/* @-webkit-keyframes wave {
    0% {
        width: 0%;
        opacity: .0;
    }

    50% {
        width: 50%;
        opacity: .5;
    }

    75% {
        width: 75%;
        opacity: .8;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
} */

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes jello {
    0% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }
    30% {
        -webkit-transform: skew(25deg 25deg);
        transform: skew(25deg 25deg);
    }
    40% {
        -webkit-transform: skew(-15deg, -15deg);
        transform: skew(-15deg, -15deg);
    }
    50% {
        -webkit-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg);
    }
    65% {
        -webkit-transform: skew(-5deg, -5deg);
        transform: skew(-5deg, -5deg);
    }
    75% {
        -webkit-transform: skew(5deg, 5deg);
        transform: skew(5deg, 5deg);
    }
    100% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }
}

@keyframes jello {
    0% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }
    30% {
        -webkit-transform: skew(25deg 25deg);
        transform: skew(25deg 25deg);
    }
    40% {
        -webkit-transform: skew(-15deg, -15deg);
        transform: skew(-15deg, -15deg);
    }
    50% {
        -webkit-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg);
    }
    65% {
        -webkit-transform: skew(-5deg, -5deg);
        transform: skew(-5deg, -5deg);
    }
    75% {
        -webkit-transform: skew(5deg, 5deg);
        transform: skew(5deg, 5deg);
    }
    100% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(0.01);
        filter: blur(0.01);
    }
    100% {
        -webkit-filter: blur(12px) opacity(0%);
        filter: blur(12px) opacity(0%);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(0.01);
        filter: blur(0.01);
    }
    100% {
        -webkit-filter: blur(12px) opacity(0%);
        filter: blur(12px) opacity(0%);
    }
}

@-webkit-@keyframes simple {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes simple {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Custom Carousel */

.dt-sc-custom-carousel .jet-carousel .jet-slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}

.dt-sc-custom-carousel .jet-carousel .jet-slick-dots li span {
    border-radius: 0;
    background-color: var(--DTTertiaryColor);
}

.dt-sc-custom-carousel .jet-carousel .jet-slick-dots li:hover span,
.dt-sc-custom-carousel .jet-carousel .jet-slick-dots li.slick-active span {
    background-color: var(--DTPrimaryColor);
}

.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet { padding: 0; border-radius: 0; transform: none; }

.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job { margin-top: 10px; }

.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side { max-width: 450px; text-align: right; width: 40%; }
.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side:before {
    content: '';
    background-color: var(--DTTertiaryColor);
    margin: auto;
	padding-top: 80%;
    position: absolute;
    height: auto;	
    left: 33%;
    top: 50%;
    width: 100%;
    border-radius: 50px;
    z-index: -1;
	
    -webkit-transform: rotate(60deg) translate(-50%, -50%);
    transform: rotate(60deg) translate(-50%, -50%);
    transform-origin: left top;

}

.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-swiper-container, 
.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider .qodef-e-inner { overflow: visible; }

/* Custom Client Carousel */

.dt-sc-custom-carousel .slick-current .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
    -webkit-animation: simple 4s;
    animation: simple 4s;
}

.dt-sc-custom-client {
    padding: 150px 0 250px;
}

.dt-sc-custom-client .dt-sc-custom-author-content {
    padding: 0 150px 0 0;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-heading.heading-with-decor {
    margin-bottom: 0;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-heading {
    margin-bottom: 40px;
}

.dt-sc-custom-client .elementor-widget.elementor-widget-text-editor {
    margin-bottom: 30px;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-author {
    margin-bottom: 20px;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-job {
    margin-bottom: 0;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-job .elementor-heading-title {
    font-family: var(--DTFontTypo_Base);
    color: var(--DTBodyTxtColor);
    font-weight: normal;
    font-size: 16px;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
    padding: 0 100px 0 0;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image img {
    border-radius: 50%;
}

.dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
    content: '';
    background-color: var(--DTTertiaryColor);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 68%;
    height: 120%;
    -webkit-transform: rotate(60deg) translateY(-50%);
    -moz-transform: rotate(60deg) translateY(-50%);
    -ms-transform: rotate(60deg) translateY(-50%);
    -o-transform: rotate(60deg) translateY(-50%);
    transform: rotate(60deg) translateY(-50%);
    transform-origin: center top;
    z-index: -1;
    margin: auto;
}

.dt-sc-particle-circle img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.dt-sc-particle-stripe img {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.dt-sc-particle-cross img {
    -webkit-animation-name: blur-out;
    animation-name: blur-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/* Custom Video Section */

.dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
    margin: 0 0 30px;
    font-family: var(--DTFontTypo_Base);
    font-size: 60px;
    font-weight: 600;
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px var(--fill-color);
    -moz-text-stroke: 2px var(--fill-color);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--fill-color))) left/0 no-repeat;
    background: linear-gradient(var(--fill-color) 0 100%) center/0 no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    line-height: 80px;
}

.dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
    --fill-color: var(--DTPrimaryColor);
}

.dt-sc-custom-video-section:hover .elementor-widget .elementor-heading-title {
    background-size: 100%;
}

.dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
    width: 50%;
    margin: auto;
    font-weight: 100;
}

.dt-sc-custom-video-section .elementor-widget.elementor-widget-html {
    position: relative;
    margin: 0 0 40px;
}

.dt-sc-custom-video-section .elementor-widget.elementor-widget-html .bars {
    position: relative;
    margin: auto;
    width: 45px;
    border: 2px solid var(--DTPrimaryColor);
}

.dt-sc-custom-video-section .elementor-widget.elementor-widget-html .bars .bar {
    background: var(--DTPrimaryColor);
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    animation-timing-function: linear;
    animation-delay: -800ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: paused;
    animation-name: sound;
}

.dt-sc-custom-video-section:hover .elementor-widget.elementor-widget-html .bars .bar {
    animation-play-state: running;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 20px;
    }
}

.bar:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 5px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    left: 17px;
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    left: 21px;
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    left: 25px;
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    left: 29px;
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    left: 33px;
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    left: 37px;
    animation-duration: 442ms;
}

.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__play-button {
    position: relative;
    display: flex;
    width: 90px;
    height: 90px;
    padding: 0;
    font-size: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid var(--DTPrimaryColor);
    border-radius: 50px;
    z-index: 5;
}

.dt-sc-custom-play-icon.elementor-widget-icon .elementor-icon { position: relative; }

.dt-sc-custom-play-icon.elementor-widget-icon .elementor-icon:before, 
.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__play-button:before {
    background: rgba(var(--DTPrimary_RGB), 0.2);
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
	left: 0; 
	top: 0;	
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 50%;
	border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.dt-sc-custom-play-icon.elementor-widget-icon .elementor-icon > i:before, 
.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__play-button .jet-elements-icon {
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--DTPrimaryColor);
    color: transparent;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 52%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .85s ease-out;
    -o-transition: all .85s ease-out;
    transition: all .85s ease-out;
}

.dt-sc-custom-play-icon.elementor-widget-icon .elementor-icon:hover > i:before { color: var(--DTPrimaryColor); }

.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__overlay--custom-bg {
    background-attachment: fixed;
}

.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__overlay--custom-bg:hover .jet-video__play-button .jet-elements-icon {
    color: var(--DTPrimaryColor);
}

.dt-sc-custom-play-icon.elementor-widget-icon .elementor-icon:after, 
.dt-sc-custom-video-section .dt-sc-custom-play-icon .jet-video__play-button:after {
    border: 50px solid;
    content: "";
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 1;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: pulsate 2s;
    animation: pulsate 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    border-color: var(--DTPrimaryColor);
}

@keyframes pulsate {
    0% {
        opacity: 1;
        box-shadow: inset 0 0 50px 3px rgba(var(--DTPrimary_RGB), 0.75), 0 0 50px 6px rgba(var(--DTPrimary_RGB), 0.5), 0 0 50px 10px rgba(var(--DTPrimary_RGB), 0.1);
    }
    100% {
        opacity: 0;
        height: 200px;
        width: 200px;
        box-shadow: none;
    }
}


/* Custom Footer Newsletter Section */

.dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form {
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    padding: 5px;
    position: relative;
    margin: 10px auto 25px;
}

.dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form .jet-subscribe-form--inline-layout form .jet-subscribe-form__input-group {
    align-items: center;
}

.dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__input {
    border: none;
    margin: 0;
    border-radius: 30px;
    background: transparent;
    color: #000;
}

.dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__submit {
    background: var(--DTPrimaryColor);
    border-radius: 30px;
    padding: 18px 50px;
    font-size: 18px;
    color: var(--DTWhiteColor);
}

#footer .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__submit:hover {
    background: var(--DTSecondaryColor);
}


/* Custom Footer Social Icons*/

.dt-sc-custom-footer-social.elementor-widget.elementor-widget-social-icons a {
    font-size: 20px;
    background: transparent;
    width: auto;
    height: auto;
}

.dt-sc-custom-footer-social.elementor-widget.elementor-widget-social-icons .elementor-grid-item:not(:last-child) a {
    margin: 0 30px 0 0;
}

.dt-sc-custom-footer-social.elementor-widget.elementor-widget-social-icons a.elementor-social-icon i {
    color: var(--DTPrimaryColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-custom-footer-social.elementor-widget.elementor-widget-social-icons a.elementor-social-icon:hover i {
    color: var(--DTWhiteColor);
}


/* Custom Footer Menu */

.dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu {
    margin: 30px 0 0;
}

#footer .dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu .menu-item a.menu-item-link,
#footer .dt-sc-copyright-section .elementor-text-editor a {
    padding: 0;
    color: var(--DTWhiteColor);
}

#footer .dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu .menu-item a.menu-item-link:hover,
#footer .dt-sc-copyright-section .elementor-text-editor a:hover {
    color: var(--DTLinkHoverColor);
}

.dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu .menu-item a.menu-item-link:hover {
    padding: 0;
    color: var(--DTPrimaryColor);
}

.dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu .menu-item:not(:last-child) a.menu-item-link:after {
    content: '|';
    display: inline-block;
    padding: 0 24px;
    color: var(--DTWhiteColor);
}

.dt-sc-copyright-section {
    border-top: 1px solid rgba(var(--DTPrimary_RGB), 0.5);
    text-align: center;
    padding: 20px 0;
    width: 95% !important;
    margin: 0 auto;
}

.dt-sc-copyright-section .elementor-widget.elementor-widget-text-editor a {
    color: var(--DTWhiteColor);
}

.dt-sc-copyright-section .elementor-widget.elementor-widget-text-editor a:hover {
    color: var(--DTPrimaryColor);
}


/* Custom About Intro Section */

.dt-sc-custom-intro-section {
    padding: 0 10%;
}

.dt-sc-custom-intro-section .dt-sc-custom-intro-content {
    padding: 0 15% 0 0;
}

.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image:before,
.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center top;
    z-index: 0;
    margin: auto;
    mask-image: url(../images/about-mask-img.png);
    -webkit-mask-image: url(../images/sabout-mask-img.png);
    mask-position: top right;
    -webkit-mask-position: top right;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image:before {
    background-color: var(--DTTertiaryColor);
    top: 4%;
    right: -3%;
}

.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image:after {
    top: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(var(--DTPrimary_RGB), 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(var(--DTPrimary_RGB), 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(var(--DTPrimary_RGB), 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(var(--DTPrimary_RGB), 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(var(--DTPrimary_RGB), 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(var(--DTPrimary_RGB), 0.75) 100%);
}

.dt-sc-custom-intro-section .dt-sc-custom-about-decor .elementor-image img {
    display: block;
    mask-image: url(../images/about-mask-img.png);
    -webkit-mask-image: url(../images/about-mask-img.png);
    mask-position: top right;
    -webkit-mask-position: top right;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
}

.dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 50%;
    width: auto;
}


/* Custom image Box Section */

.dt-sc-custom-image-box-wrapper {
    margin: 0 15px 0 0;
}

.dt-sc-custom-image-box-wrapper .elementor-column {
    padding: 0 5% 0 0;
}

.dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: left;
}

.dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 20px 0 30px;
    font-size: 30px;
    color: var(--DTPrimaryColor);
    text-transform: capitalize;
}


/* Custom Filler image Section */

.dt-sc-custom-image-filler-wrapper {
    padding: 0 18%;
}

.dt-sc-custom-image-filler .elementor-column:not(:last-child) {
    margin: 0 35px 0 0;
}

.dt-sc-custom-image-filler .elementor-image img {
    border-radius: 50px;
}


/* Custom Featured Box Section */

.dt-sc-feature-box-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.dt-sc-feature-box-wrapper:before {
    left: 20%;
    right: auto;
    margin: auto;
    bottom: 30%;
    border-radius: 50%;
    border: 20px solid rgba(242, 242, 242, 0.5);
    width: 126px;
    height: 126px;
    -webkit-animation: roaming 20s infinite linear;
    animation: roaming 20s infinite linear;
}

.dt-sc-feature-box-wrapper:after {
    background-color: var(--DTTertiaryColor);
    top: 0;
    left: 0;
    transform: translate(0%, -50%);
}

.dt-sc-feature-box-wrapper:after {
    content: '';
    position: absolute;
    width: 600px;
    height: 764px;
    transform-origin: top left;
    z-index: -1;
    margin: auto;
    mask-image: url(../images/feature-section-mask.png);
    -webkit-mask-image: url(../images/feature-section-mask.png);
    mask-position: top left;
    -webkit-mask-position: top center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: contain;
}

.dt-sc-custom-question-box,
.dt-sc-feature-box .dt-sc-custom-colored-box {
    padding: 130px 50px;
}

.dt-sc-feature-box .dt-sc-custom-colored-box.top-radius {
    border-radius: 0px 50px 0 0;
}

.dt-sc-feature-box .dt-sc-custom-colored-box.left-radius {
    border-radius: 0px 0 0 50px;
}

.dt-sc-feature-box .dt-sc-custom-colored-box.right-radius {
    border-radius: 0px 0 50px 0;
}

.dt-sc-feature-box .dt-sc-custom-question-box:before {
    content: "?";
    position: absolute;
    font-family: var(--DTFontTypo_Alt);
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    --fill-color: var(--DTTertiaryColor);
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 3px var(--fill-color);
    -moz-text-stroke: 3px var(--fill-color);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--fill-color))) left/0 no-repeat;
    background: linear-gradient(var(--fill-color) 0 100%) center/0 no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.dt-sc-feature-box .dt-sc-custom-question-box:hover:before {
    background-size: 100%;
}

.dt-sc-feature-box .dt-sc-custom-question-box .elementor-heading-title,
.dt-sc-feature-box .dt-sc-custom-colored-box .elementor-heading-title {
    font-size: 30px;
    color: var(--DTPrimaryColor);
    line-height: normal;
    margin: 0 0 10px 0;
}


/* Custom Service Box Section */

.dt-sc-service-box-wrapper .elementor-column:not(:last-child) {
    margin: 0 30px 0 0;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.invert.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
    margin-bottom: 0;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img,
.dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    border-radius: 30px;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 80px 50px;
    background: var(--DTTertiaryColor);
    text-align: left;
    margin: 30px 0 0;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.invert.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    margin: 0 0 30px;
}

.dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-size: 30px;
    color: var(--DTPrimaryColor);
    line-height: normal;
    margin: 0 0 30px 0;
}


/* Custom Service Tab Section */

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs {
    margin: 0;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-content,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title.elementor-active:after,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title.elementor-active:before {
    border: none;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 30%;
    margin: 0 50px 0 0;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
    font-size: 40px;
    text-transform: inherit;
    margin: 0 0 30px;
    color: var(--DTPrimaryColor);
    line-height: 1.5;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
    font-family: var(--DTFontTypo_Base);
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--DTSecondaryColor);
    line-height: var(--DTLineHeightBase);
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading:after {
    content: '';
    width: 50px;
    height: 1px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--DTPrimaryColor);
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 25px 30px;
    background: #f9f9f9;
    margin: 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title:last-child,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title:last-child {
    margin: 0;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title a,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title a {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px var(--fill-color);
    -moz-text-stroke: 1px var(--fill-color);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--fill-color))) left/0 no-repeat;
    background: linear-gradient(var(--fill-color) 0 100%) left/0 no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    --fill-color: var(--DTPrimaryColor);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title {
    display: none;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title:hover a,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active a,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title:hover a {
    background-size: 100%;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:before,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    right: auto;
    background-color: var(--DTTertiaryColor);
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:hover:before,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title.elementor-active:before,
.dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title:hover:before {
    width: 100%;
}

.dt-sc-particle-service-hollow-cross img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.dt-sc-particle-service-cross img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.dt-sc-particle-service-triangle img {
    -webkit-animation: roaming 60s infinite linear;
    animation: roaming 60s infinite linear;
}


/* Custom Overlap Section */

.dt-sc-custom-overlap-section {
    position: relative;
    top: 0;
    margin: 5% 0 0 -5%;
    padding: 90px 100px;
}

.dt-sc-custom-overlap-section:after {
    background-color: var(--DTTertiaryColor);
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    z-index: -1;
}


/* Custom Audio Section */

.dt-sc-custom-audio-section .elementor-widget.elementor-widget-text-editor {
    width: 50%;
    margin: auto;
    font-weight: 100;
}

.dt-sc-custom-wave-wrapper #waveform {
    padding: 150px 0 20px;
}

.dt-sc-custom-wave-wrapper .controls button {
    background-color: var(--DTSecondaryColor);
    border: 2px solid var(--DTSecondaryColor);
    border-radius: 50px;
    margin: 20px 0 0 0;
    padding: 20px 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.dt-sc-custom-wave-wrapper .controls {
    text-align: center;
}

.dt-sc-custom-wave-wrapper .controls button:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 50px);
    height: calc(100% + 2px);
    background-color: var(--DTBodyBGColor);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}

.dt-sc-custom-wave-wrapper .controls button:hover {
    color: var(--DTSecondaryColor);
}

.dt-sc-custom-wave-wrapper .controls button:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}


/* Custom Contact Info Section */

.dt-sc-custom-contact-info-wrapper {
    padding: 0 250px 0 50px;
}

.dt-sc-custom-contact-info {
    margin: 20px 0 0;
}

.dt-sc-custom-contact-info .elementor-widget:not(:last-child) {
    margin-bottom: 30px;
}

.wpcf7 input {
    margin-bottom: 20px;
}

.wpcf7-btn {
    clear: both;
    display: inline-block;
    position: relative;
    margin-top: 55px;
}

.wpcf7 input[type="submit"] {
    background-color: var(--DTSecondaryColor);
    border: 2px solid var(--DTSecondaryColor);
    border-radius: 50px;
    margin: 0;
    padding: 20px 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wpcf7 input[type="submit"]:hover {
    color: var(--DTSecondaryColor);
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--DTBodyBGColor);
}

.wpcf7-btn span.ajax-loader {
    display: none;
}

form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single,
form.checkout.woocommerce-checkout .select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 2px solid;
}

form.checkout.woocommerce-checkout .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    width: 50%;
    bottom: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block !important;
    line-height: var(--DTLineHeightBase);
    text-align: right !important;
    right: 0;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

form.wpcf7-form .wpcf7-response-output {
    position: relative;
    clear: both;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 15px 45px;
    width: 100%;
    box-sizing: border-box;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    background-color: #ffcccc;
    border: 1px solid #ff9999;
    color: #d01313;
}

form.wpcf7-form.sent .wpcf7-response-output {
    background-color: #eafac0;
    border: 1px solid #b1cf67;
    color: #7ba411;
}

form.wpcf7-form .wpcf7-response-output:before {
    top: 15px;
    left: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
}

form.wpcf7-form.invalid .wpcf7-response-output:before {
    content: "\f057";
}

form.wpcf7-form.sent .wpcf7-response-output:before {
    content: "\f058";
}


/* Custom Blockquote Section */

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor {
    border: none;
    float: left;
    overflow: hidden;
    padding: 46px 0;
    position: relative;
    width: 100%;
}

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:before,
.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:after {
    border-left-width: 0;
    border-right-width: 0;
    border-right-style: none;
    border-left-style: none;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    transform: skew(-80deg);
    width: 100px;
    -moz-transform: skew(-80deg);
    -ms-transform: skew(-80deg);
    -webkit-transform: skew(-80deg);
}

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:before {
    top: 0;
    left: -30px;
}

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:after {
    bottom: 0;
    right: -30px;
}

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor {
    font-size: 24px;
    font-style: italic;
}

.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:before,
.dt-sc-custom-blog-quote.elementor-widget.elementor-widget-text-editor:after {
    border-color: var(--DTPrimaryColor);
}


/* Jet Sub Menu*/

.jet-nav .menu-item-has-children .jet-nav__sub,
.jet-menu .jet-simple-menu-item>.jet-sub-menu {
    width: 250px;
    background-color: var(--DTTertiaryColor);
    border: 3px solid var(--DTQuaternaryColor);
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li {
    border-bottom: 1px solid var(--DTQuaternaryColor);
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item:last-child,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li:last-child {
    border: none;
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item a,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>a {
    padding: 8px 15px;
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item a span,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>a span {
    position: relative;
    display: block;
    overflow: hidden;
    transition: var(--DTBaseTransition);
    -webkit-transition: var(--DTBaseTransition);
    -moz-transition: var(--DTBaseTransition);
    -ms-transition: var(--DTBaseTransition);
}

.jet-nav .menu-item.current_page_ancestor>a,
.jet-nav .menu-item.current_menu_ancestor>a,
.jet-menu>li.current_page_ancestor>a,
.jet-menu>li.current_menu_ancestor>a,
.jet-nav .menu-item.current-menu-item>a,
.jet-nav .menu-item-has-children .jet-nav__sub .menu-item.current_page_item>a,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li.current_page_item>a,
.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container-inner .jet-mobile-menu__body .jet-mobile-menu__items .jet-mobile-menu__item.jet-mobile-menu__item--active a {
    color: var(--DTLinkHoverColor);
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item>a:hover span,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>a:hover span,
.jet-nav .menu-item-has-children .jet-nav__sub .menu-item.current_page_item>a span,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li.current_page_item>a span,
.jet-nav .menu-item-has-children .jet-nav__sub .menu-item.current-menu-item>a span,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>.current-menu-item>a span {
    padding-left: 20px;
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item>a span:after,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>a span:after {
    content: '';
    position: absolute;
    background-color: var(--DTPrimaryColor);
    top: 50%;
    left: -20px;
    width: 12px;
    height: 2px;
    line-height: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: var(--DTBaseTransition);
    -webkit-transition: var(--DTBaseTransition);
    -moz-transition: var(--DTBaseTransition);
    -ms-transition: var(--DTBaseTransition);
}

.jet-nav .menu-item-has-children .jet-nav__sub .menu-item>a:hover span:after,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>a:hover span:after,
.jet-nav .menu-item-has-children .jet-nav__sub .menu-item.current_page_item>a span:after,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li.current_page_item>a span:after,
.jet-nav .menu-item.current-menu-item>a span:after,
.jet-nav .menu-item-has-children .jet-nav__sub .menu-item.current-menu-item>a span:after,
.jet-menu .jet-simple-menu-item>.jet-sub-menu>li>.current-menu-item>a span:after {
    left: 0;
}

.jet-nav .menu-item-has-children .jet-nav__sub,
.jet-menu .jet-simple-menu-item>.jet-sub-menu,
.jet-menu-item .jet-sub-mega-menu {
    transform: translateY(0) translateX(-20px);
    -webkit-transform: translateY(0) translateX(-20px);
    -moz-transform: translateY(0) translateX(-20px);
    -ms-transform: translateY(0) translateX(-20px);
}

.jet-menu .jet-simple-menu-item>.jet-sub-menu,
.jet-menu .jet-menu-item .jet-sub-mega-menu {
    transition: var(--DTBaseTransition) !important;
    -webkit-transition: var(--DTBaseTransition) !important;
    -moz-transition: var(--DTBaseTransition) !important;
    -ms-transition: var(--DTBaseTransition) !important;
    box-shadow: none;
}

.jet-nav .menu-item-has-children.menu-item.jet-nav-hover>.jet-nav__sub,
.jet-menu .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu,
.jet-menu .jet-menu-item.jet-menu-hover .jet-sub-mega-menu {
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
}

.jet-menu .jet-menu-item {
    padding-bottom: 0;
}

.jet-menu .jet-menu-item>a {
    padding: 0 20px;
}

.jet-menu>.jet-menu-item:first-child a {
    padding-left: 0;
}

.jet-menu .jet-menu-item-wrapper .jet-dropdown-arrow {
    margin-left: 5px;
}

.jet-menu .jet-menu-item .jet-sub-mega-menu:after {
    position: absolute;
    content: "";
    left: -100%;
    width: 9999px;
    background-color: var(--DTSecondaryColor);
    height: 100%;
    z-index: -1;
}


/* */

.elementor-element.elementor-widget-jet-blocks-cart span.jet-blocks-cart__count {
    background: var(--DTSecondaryColor);
    width: 16px;
    height: 16px;
    line-height: 12px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
}

.elementor-element.elementor-widget-jet-blocks-cart span.jet-blocks-cart__count span.jet-blocks-cart__count-val {
    font-size: 10px;
}

.elementor-element.elementor-widget-jet-blocks-cart .jet-blocks-cart__heading {
    position: relative;
    padding-right: 5px;
}

.elementor-element.animate-img img {
    position: absolute;
    top: 0;
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.elementor-element.animate-img.style2 img {
    width: 70%;
}

.elementor-element.animate-img.style2+.elementor-widget-image img {
    width: 85% !important;
}

.elementor-element.bg-shaper1 .elementor-divider-separator {
    width: 75% !important;
    border-radius: 100px 0 0;
}

.elementor-element.animate-img.style1+.elementor-widget-image img {
    width: 70%;
}

.elementor-element.bg-shaper2 .elementor-divider-separator {
    width: 75% !important;
    border-radius: 0 0 100px;
    margin-left: 0 !important;
}

.elementor-element.bg-shaper2+section .elementor-col-50:first-child {
    padding-left: 13%;
}

section.elementor-section.footer-wrapper {
    background-attachment: initial !important;
}

.elementor-element.animate-img.style1 img {
    -webkit-animation: rotate-clock 30s infinite linear;
}

@-webkit-keyframes rotate-clock {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
    }
}

.elementor-element.animate-img.style2 img {
    -webkit-animation: rotate-clock-alt 30s infinite linear;
}

@-webkit-keyframes rotate-clock-alt {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-45deg);
    }
}

.dark-bg-extend {
    position: relative;
}

.dark-bg-extend:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var( --e-global-color-secondary);
}

.dt-sc-custom-decor-img.white:before {
   background: #fff;
}

.woocommerce-cart table.cart img, .wishlist_table tr td.product-thumbnail a img {
   border-radius: 15px;
}

.woocommerce .dt-sc-cart-coupon-holder .coupon, 
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce-checkout-header + form.woocommerce-checkout #customer_details, 
.woocommerce-checkout-order-review-wrap {
   border-radius: 30px;
}

.elementor-jet-logo.jet-blocks .jet-logo img {
   width: 170px;
}

/* Custom Newsletter */
.dt-custom-newsletter .dt-sc-subscribe-frm { background-color: var(--DTWhiteColor); display: flex; margin: 10px auto 25px; border-radius: 3em; }
.dt-custom-newsletter .dt-sc-subscribe-frm input[type="email"],
.dt-custom-newsletter .dt-sc-subscribe-frm input[type="submit"] { border-width: 0; font-size: var(--DTFontSizeBase); margin: 5px; }

.dt-custom-newsletter .dt-sc-subscribe-frm input[type="email"] { color: var(--DTBlackColor); padding: 0 1em; }
.dt-custom-newsletter .dt-sc-subscribe-frm input[type="submit"] { background-color: var(--DTPrimaryColor); color: var(--DTWhiteColor); padding: 1em 3em; }
.dt-custom-newsletter .dt-sc-subscribe-frm input[type="submit"]:hover { background-color: var(--DTSecondaryColor); }

/* WP-Widget Nav Menu Module - Elementor */
.elementor-widget-wp-widget-nav_menu ul.menu { clear: both; margin: 0; padding: 0; }
.elementor-widget-wp-widget-nav_menu ul.menu > li { display: inline-block; padding: 0; }
.elementor-widget-wp-widget-nav_menu ul.menu > li > a { display: block; padding: 5px; }

.dt-custom-footer-menu.elementor-widget-wp-widget-nav_menu ul.menu { display: flex; justify-content: center; margin: 30px 0 0; }
.dt-custom-footer-menu.elementor-widget-wp-widget-nav_menu ul.menu > li > a { padding: 0 25px; position: relative; }
.dt-custom-footer-menu.elementor-widget-wp-widget-nav_menu ul.menu > li > a:after { content: "|"; margin: auto; position: absolute; bottom: 0; right: 0; top: 0; }

.dt-custom-footer-menu.elementor-widget-wp-widget-nav_menu ul.menu > li:last-child > a:after { content: none; }
.dt-custom-footer-menu.elementor-widget-wp-widget-nav_menu ul.menu > li > a:not(:hover) { color: var(--DTWhiteColor) !important; }

/* Responsive Styles*/

@media only screen and (min-width:1441px) and (max-width:1680px) {
    /* Slider Styles */
    .dt-sc-custom-slider {
        margin: -110px 0 100px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 200px 100px 0 40px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 40px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 40px !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu {
        margin: 0 !important;
    }
    .dt-sc-custom-header-container .dt-sc-custom-quick-links .elementor-column:not(:last-child) {
        margin: 0 10px 0 0;
    }
	
	.dt-sc-custom-header-container .no-header-menu ul > li > a, 
	.dt-sc-custom-header-container .dt-header-menu .dt-primary-nav > li > a { font-size: 18px; padding: 35px 20px; }	
	
    /* Feature Wrapper Styles */
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 0 100px 0 50px !important;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client .dt-sc-custom-author-content {
        padding: 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        padding: 0 20px 0 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
        left: 12%;
        width: 65%;
        height: 110%;
    }
    /* Video Section Styles */
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1050px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section {
        padding: 0 5%;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-intro-content {
        padding: 0 10% 0 0;
    }
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        top: 40%;
    }
    /* Custom Image Box Section Styles */
    .dt-sc-custom-image-box-wrapper .elementor-column {
        padding: 0 3% 0 0;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 24px;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-heading .elementor-heading-title {
        font-size: 35px;
    }
    .dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 28px;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 10%;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box-wrapper .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        left: -300px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        padding: 60px;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 0 50px;
    }
    .elementor-element.bg-shaper2 {
        --divider-border-width: 610px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .dark-bg-extend:after {
        left: -100%;
        width: 9999px;
        z-index: -1;
    }

    .dark-bg-extend {
       z-index: 9;
       padding-top: 120px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	
	.dt-sc-custom-header-container .no-header-menu ul > li > a, 
	.dt-sc-custom-header-container .dt-header-menu .dt-primary-nav > li > a { font-size: 18px; padding: 35px 15px; }
	
    /* Slider Styles */
    .dt-sc-custom-slider {
        margin: -110px 0 100px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 150px 100px 0 40px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        width: 300px;
        height: 300px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        width: 400px;
        height: 400px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 50px !important;
    }
    .dt-sc-custom-header-container .dt-sc-custom-quick-links .elementor-column:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu {
        margin: 0 !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .jet-nav--horizontal {
        justify-content: center !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .menu-item-link-top {
        padding: 30px !important;
    }
    /* Feature Wrapper Styles */
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 0 100px 0 50px !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client .dt-sc-custom-author-content {
        padding: 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        padding: 0 20px 0 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
        top: 20%;
        left: 12%;
        width: 65%;
        height: 110%;
    }
    /* Video Section Styles */
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1050px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section {
        padding: 0 5%;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-intro-content {
        padding: 0 10% 0 0;
    }
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        top: 40%;
    }
    /* Custom Image Box Section Styles */
    .dt-sc-custom-image-box-wrapper {
        margin: 0;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 8%;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box-wrapper:before {
        bottom: 65%;
    }
    .dt-sc-feature-box-wrapper .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        top: 400px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        margin: 2% 0 0 -2%;
        padding: 40px 0px 40px 45px;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 0 20px 0 50px;
    }
    .elementor-element.bg-shaper1+section .elementor-col-50:last-child {
        padding-right: 50px;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:first-child {
        padding-left: 50px;
    }
    .elementor-element.bg-shaper2 {
        --divider-border-width: 610px !important;
    }
	
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    /* Slider Styles */
    .dt-sc-custom-slider {
        margin: -140px 0 50px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 145px 30px 0 35px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        width: 300px;
        height: 300px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        width: 400px;
        height: 400px;
    }
    .dt-sc-custom-slider:after {
        left: 5%;
        top: 60%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 30px !important;
    }
    .dt-sc-custom-header-container .dt-sc-custom-quick-links .elementor-column:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu {
        margin: 0 !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .jet-nav--horizontal {
        justify-content: center !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .menu-item-link-top {
        padding: 40px 20px !important;
    }
    /* Custom Heading Styles */
    .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Button Styles */
    .dt-sc-custom-button .elementor-button[class*="elementor-size"] {
        padding: 18px 50px;
        font-size: 16px;
    }
    /* Fullwidth Section Styles */
    .elementor-section-stretched.dt-sc-custom-fullwidth-padding {
        padding: 0 35px;
    }
    /* Feature Wrapper Styles */
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 0 50px 0 30px !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-img {
        width: 8% !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 24px;
        line-height: 36px;
    }
    .dt-sc-custom-icon-box.elementor-widget:not(:last-child) {
        margin-bottom: 30px;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client {
        padding: 50px 0 160px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-wrapper {
        align-items: flex-start;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content {
        padding: 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        padding: 0 20px 0 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
        content: none;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-heading {
        margin-bottom: 30px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    .dt-sc-custom-carousel .jet-carousel .jet-slick-dots {
        bottom: 10%;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-job .elementor-heading-title {
        font-size: 16px;
    }
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 75%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1000px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section {
        padding: 0 5%;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-intro-content {
        padding: 0 8% 0 0;
    }
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        top: 50%;
        width: 45%;
    }
    /* Custom Image Box Section Styles */
    .dt-sc-custom-image-box-wrapper {
        margin: 0;
    }
    .dt-sc-custom-image-box-wrapper .elementor-column {
        padding: 0;
    }
    .dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 5%;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box-wrapper:before {
        bottom: 65%;
    }
    .dt-sc-feature-box-wrapper .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        top: 400px;
    }
    .dt-sc-feature-box-wrapper:after {
        width: 450px;
        height: 600px;
    }
    .dt-sc-feature-box .dt-sc-custom-question-box .elementor-heading-title,
    .dt-sc-feature-box .dt-sc-custom-colored-box .elementor-heading-title {
        font-size: 26px;
    }
    /* Custom Service Box Section */
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 50px 30px;
    }
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Tab Section */
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-desktop-title a {
        font-size: 22px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        margin: 0 20px 0 0;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
        font-size: 22px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
        font-size: 30px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        margin: 5% 0 0 -25%;
        padding: 40px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 22px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Audio Section */
    .dt-sc-custom-wave-wrapper #waveform {
        padding: 80px 0 20px;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 0 20px 0 50px;
    }
    .dt-sc-custom-contact-info .elementor-widget-social-icons {
        margin: 0 0 10px;
    }
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 20px !important;
    }
    .elementor-element.bg-shaper1+section .elementor-col-50:last-child {
        padding-right: 50px;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:first-child {
        padding-left: 50px;
    }
    .elementor-element.bg-shaper2 {
        --divider-border-width: 570px !important;
        left: -10px !important;
        top: -10px !important;
    }
    .elementor-element.bg-shaper1 {
        right: -10px !important;
    }
    .elementor-element.bg-shaper1+section .elementor-column.elementor-col-50:last-child,
    .elementor-element.bg-shaper1+section .elementor-column.elementor-col-50:last-child .elementor-element div {
        padding: 0;
    }
    .elementor-element.animate-img img,
    .elementor-element.animate-img.style1+.elementor-widget-image img {
        width: 90%;
    }
    .elementor-element.bg-shaper2+section .elementor-element div {
        padding: 0 !important;
    }
    .elementor-element.animate-img.style2+.elementor-widget-image img {
        width: 100% !important;
    }
    .elementor-element.animate-img.style2 img {
        width: 85%;
    }
}

@media only screen and (max-width:1024px) {

	.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side:before { content: none; }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /* Slider Styles */
    .dt-sc-custom-slider {
        margin: -110px 0 0;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 20px 35px 50px 35px;
    }
    .dt-sc-custom-slider:before {
        left: 80%;
        top: 60%;
    }
    .dt-sc-custom-slider:after {
        left: 5%;
        top: 90%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        width: 300px;
        height: 300px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        width: 400px;
        height: 400px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        left: -25%;
        top: -30%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        left: -20%;
        top: -40%;
    }
    .dt-sc-custom-slider:after {
        left: 5%;
        top: 60%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 24px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 40px !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu {
        margin: 0 !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .jet-nav--horizontal {
        justify-content: center !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .menu-item-link-top {
        padding: 40px 20px !important;
    }
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container-inner {
        background: var(--DTTertiaryColor);
    }
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container-inner .jet-mobile-menu__controls {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--DTQuaternaryColor);
        margin-bottom: 10px;
    }
    .jet-mobile-menu__container {
        width: 300px !important;
    }
    .elementor-widget-jet-mega-menu {
        padding: 30px;
    }
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon,
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle .jet-mobile-menu__toggle-text {
        transition: var(--DTBaseTransition);
    }
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle:hover .jet-mobile-menu__toggle-icon,
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle:hover .jet-mobile-menu__toggle-text {
        color: var(--DTPrimaryColor) !important;
    }
    /* Custom Heading Styles */
    .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Button Styles */
    .dt-sc-custom-button .elementor-button[class*="elementor-size"] {
        padding: 18px 50px;
        font-size: 16px;
    }
    /* Fullwidth Section Styles */
    .elementor-section-stretched.dt-sc-custom-fullwidth-padding {
        padding: 0 35px;
    }
    /* Feature Wrapper Styles */
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 100px 50px 0 50px !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-img {
        width: 8% !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 28px;
    }
    .dt-sc-custom-icon-box.elementor-widget:not(:last-child) {
        margin-bottom: 30px;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client {
        padding: 50px 0 160px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-wrapper {
        align-items: flex-start;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content {
        padding: 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        padding: 0 20px 0 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
        content: none;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-heading {
        margin-bottom: 30px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    .dt-sc-custom-carousel .jet-carousel .jet-slick-dots {
        bottom: 10%;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-job .elementor-heading-title {
        font-size: 16px;
    }
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 75%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 950px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section {
        padding: 0 5%;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-intro-content {
        padding: 0 0 10% 0;
    }
    /* Custom Image Box Section Styles */
    .dt-sc-custom-image-box-wrapper .elementor-column {
        padding: 0 0 10% 0;
    }
    .dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 5%;
    }
    .dt-sc-custom-image-filler .elementor-column:not(:last-child) {
        margin: 0 16px 0 0;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box-wrapper:before {
        bottom: 65%;
    }
    .dt-sc-feature-box-wrapper .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        top: 100px;
        left: auto;
        right: -350px;
        z-index: -1;
    }
    .dt-sc-feature-box-wrapper:after {
        width: 450px;
        height: 600px;
    }
    .dt-sc-custom-question-box,
    .dt-sc-feature-box .dt-sc-custom-colored-box {
        padding: 100px 25px;
    }
    .dt-sc-feature-box .dt-sc-custom-question-box .elementor-heading-title,
    .dt-sc-feature-box .dt-sc-custom-colored-box .elementor-heading-title {
        font-size: 26px;
    }
    /* Custom Service Box Section */
    .dt-sc-service-box-wrapper .elementor-column:not(:last-child) {
        margin: 0 0 30px;
    }
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Tab Section */
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: block;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        width: 100%;
        margin: 0 0 50px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
        font-size: 22px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
        font-size: 30px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        margin: 0;
        padding: 50px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 22px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Audio Section */
    .dt-sc-custom-wave-wrapper #waveform {
        padding: 50px 0 0;
    }
    .dt-sc-custom-audio-section .elementor-widget.elementor-widget-text-editor {
        width: 80%;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 100px 50px 0;
    }
    .woocommerce .product>.summary form.cart div.quantity~.button {
        padding: 15px 30px !important;
    }
    .elementor-element.bg-shaper1+section .elementor-col-50:last-child {
        padding-right: 50px;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:first-child {
        padding-left: 50px;
    }
    .elementor-element.bg-shaper2 {
        --divider-border-width: 520px !important;
    }
    .elementor-element.bg-shaper2 .elementor-divider-separator {
        width: 100% !important;
    }
    .elementor-element.bg-shaper1 .elementor-divider-separator {
        width: 100% !important;
    }
    .elementor-element.bg-shaper1+section .elementor-element.animate-img img {
        width: 75%;
    }
    .elementor-element.bg-shaper1+section img {
        width: 80%;
    }
    .elementor-element.bg-shaper1 {
        --divider-border-width: 700px !important;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:last-child {
        margin-top: 170px;
    }
    .elementor-element.bg-shaper1+section .elementor-col-50:last-child {
        margin-top: 200px;
    }
    .dt-sc-custom-heading.heading-with-decor.white .elementor-heading-title:after {
        background: var(--DTPrimaryColor);
    }
    .elementor-element.bg-shaper1+section .elementor-column.elementor-col-50:last-child .elementor-element div {
        padding: 0;
    }
    .elementor-element.bg-shaper1+section .elementor-column.elementor-col-50 h2.elementor-heading-title {
        color: var(--DTPrimaryColor);
    }
}

@media only screen and (max-width:767px) {

	.header-top-absolute .elementor-section.header-on-slider { position: relative; z-index: 0; }
	.header-top-absolute .elementor-section.header-on-slider:before { background-color: var(--DTWhiteColor); content: ""; height: 100%; opacity: 0.6; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; }
			
	.dt-sc-custom-header-container .elementor-widget-dt-header-menu { margin-top: 0; }
	.dt-sc-custom-header-container .mobile-nav-container .menu-trigger > i { padding: 0 15px; }
	.dt-sc-custom-header-container .mobile-nav-container .menu-trigger > i:before { font-size: 24px; line-height: var(--DTLineHeightBase); }
	.dt-sc-custom-header-container .mobile-nav-container .menu-trigger > span { display: none; }	
	
	.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side { max-width: 100%; text-align: left; width: 100%; }
	
	.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider .qodef-e-inner { flex-wrap: wrap; }
	.dt-custom-testimonial-carousel.elementor-widget-qi_addons_for_elementor_testimonials_slider .qodef-qi-testimonials-slider .qodef-e-inner > * { padding: 30px; text-align: center !important; }

    /* Slider Styles */
    .dt-sc-custom-slider {
        margin: -110px 0 0;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 20px 35px 50px 35px;
    }
    .dt-sc-custom-slider:before {
        left: 80%;
        top: 60%;
    }
    .dt-sc-custom-slider:after {
        left: 5%;
        top: 90%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        width: 300px;
        height: 300px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        width: 400px;
        height: 400px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:before {
        left: -25%;
        top: -30%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content:after {
        left: -20%;
        top: -40%;
    }
    .dt-sc-custom-slider:after {
        left: 5%;
        top: 60%;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 30px !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu {
        margin: 0 !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .jet-nav--horizontal {
        justify-content: center !important;
    }
    .dt-sc-custom-header-container .elementor-widget-jet-nav-menu .menu-item-link-top {
        padding: 40px 20px !important;
    }
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container-inner {
        background: var(--DTTertiaryColor);
    }
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container-inner .jet-mobile-menu__controls {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--DTQuaternaryColor);
        margin-bottom: 10px;
    }
    .jet-mobile-menu__container {
        width: 300px !important;
    }
    .elementor-widget-jet-logo {
        padding: 20px 0;
    }
    .elementor-widget-jet-logo .jet-logo {
        width: 50%;
    }
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon,
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle .jet-mobile-menu__toggle-text {
        transition: var(--DTBaseTransition);
    }
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle:hover .jet-mobile-menu__toggle-icon,
    .elementor-widget-jet-mega-menu .jet-mobile-menu__toggle:hover .jet-mobile-menu__toggle-text {
        color: var(--DTPrimaryColor) !important;
    }
    /* Fullwidth Section Styles */
    .elementor-section-stretched.dt-sc-custom-fullwidth-padding {
        padding: 0 35px;
    }
    /* Feature Wrapper Styles */
    .dt-sc-particle-round.elementor-absolute.elementor-widget.elementor-widget-image {
        left: 350px !important;
    }
    .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        left: -350px !important;
    }
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 100px 50px 0 50px !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-img {
        width: 8% !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 28px;
    }
    .dt-sc-custom-icon-box.elementor-widget:not(:last-child) {
        margin-bottom: 30px;
    }
    .dt-sc-custom-icon-box.elementor-widget-image-box .elementor-image-box-wrapper {
        text-align: left;
    }
    .dt-sc-custom-icon-box.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
        margin: 0 0 20px !important;
    }
    /* Custom Heading Styles */
    .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Button Styles */
    .dt-sc-custom-button .elementor-button[class*="elementor-size"] {
        padding: 18px 50px;
        font-size: 16px;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client {
        padding: 0 50px 180px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-wrapper {
        align-items: flex-start;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content {
        padding: 0;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img .elementor-image:before {
        content: none;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        padding: 0;
        text-align: left !important;
        margin: 0 0 50px;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-heading {
        margin-bottom: 30px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    .dt-sc-custom-carousel .jet-carousel .jet-slick-dots {
        bottom: 10%;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-job .elementor-heading-title {
        font-size: 16px;
    }
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 75%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 950px;
    }
    /* Footer Styles */
    section.dt-sc-copyright-section {
        margin: 0 5%;
    }
    .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form {
        width: 90%;
        display: block;
    }
    .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form input[type="email"] {
        background: #fff;
        margin-bottom: 15px;
    }
    .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form {
        background-color: transparent;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section {
        padding: 0 5%;
    }
    .dt-sc-custom-intro-section .dt-sc-custom-intro-content {
        padding: 0 0 10% 0;
    }
    /* Custom Image Box Section Styles */
    .dt-sc-custom-image-box-wrapper .elementor-column {
        padding: 0 0 10% 0;
    }
    .dt-sc-custom-image-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 15%;
    }
    .dt-sc-custom-image-filler .elementor-column:not(:last-child) {
        margin: 0 0 50px 0;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box-wrapper:before {
        bottom: 65%;
    }
    .dt-sc-feature-box-wrapper .dt-sc-particle-triangle.elementor-absolute.elementor-widget.elementor-widget-image {
        top: 100px;
        left: auto !important;
        right: -350px;
        z-index: -1;
    }
    .dt-sc-feature-box-wrapper:after {
        width: 450px;
        height: 600px;
    }
    .dt-sc-feature-box .dt-sc-custom-question-box .elementor-heading-title,
    .dt-sc-feature-box .dt-sc-custom-colored-box .elementor-heading-title {
        font-size: 26px;
    }
    .dt-sc-custom-question-box,
    .dt-sc-feature-box .dt-sc-custom-colored-box {
        padding: 100px 80px;
        margin: 0 0 50px 0;
    }
    /* Custom Service Box Section */
    .dt-sc-service-box-wrapper .elementor-column:not(:last-child) {
        margin: 0 0 30px;
    }
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 26px;
    }
    /* Custom Tab Section */
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tab-mobile-title {
        display: block;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
        font-size: 20px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
        font-size: 30px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
        font-size: 20px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
        font-size: 30px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        margin: 0;
        padding: 50px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 20px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading .elementor-heading-title {
        font-size: 30px;
    }
    /* Custom Audio Section */
    .dt-sc-custom-wave-wrapper #waveform {
        padding: 50px 0 0;
    }
    .dt-sc-custom-audio-section .elementor-widget.elementor-widget-text-editor {
        width: 80%;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 100px 50px 0;
    }
    .dt-sc-custom-contact-info .elementor-widget-social-icons {
        margin: 0 0 10px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-mobile-title:before {
        z-index: -9;
    }
    .jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
        margin-left: 0;
    }
    .woocommerce .dt-sc-cart-coupon-holder .coupon input {
        -webkit-box-flex: auto !important;
        -ms-flex: auto !important;
        flex: auto !important;
    }
    .dt-sc-custom-heading.heading-with-decor.white .elementor-heading-title:after {
        background-color: var(--DTPrimaryColor);
    }
    .dt-sc-custom-heading.heading-with-decor.white+.elementor-element.dt-sc-custom-heading h2 {
        color: var(--DTPrimaryColor);
    }
    .elementor-element.bg-shaper1+section .elementor-column.elementor-col-50:last-child .elementor-element div {
        padding-right: 0;
    }
    .elementor-element.bg-shaper1+section .elementor-col-50:last-child {
        margin-top: 80px;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:first-child {
        padding-left: 0;
    }
    .elementor-element.bg-shaper2+section .elementor-col-50:last-child {
        margin-top: 60px;
    }
}

@media only screen and (min-width:600px) and (max-width:781px) {
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 85%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1050px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        top: 45%;
        width: 40%;
    }
}

@media only screen and (max-width: 599px) {
	
	.dt-custom-newsletter .dt-sc-subscribe-frm { background: none; flex-wrap: wrap; justify-content: center; }
	.dt-custom-newsletter .dt-sc-subscribe-frm input[type="email"] { background: var(--DTWhiteColor); padding: var(--DTInputPadding); padding-left: 1em; padding-right: 1em; border-radius: 2em; }
}


@media only screen and (min-width:480px) and (max-width:600px) {
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
        font-size: 40px;
    }
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 85%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1150px;
    }
    /* Footer Styles */
    .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__input {
        font-size: 16px;
    }
    .dt-sc-custom-footer-newsletter.elementor-widget.elementor-widget-jet-subscribe-form form .jet-subscribe-form__submit {
        padding: 18px 25px;
        font-size: 16px;
    }
    .dt-sc-custom-footer-menu.elementor-widget.elementor-widget-jet-nav-menu .menu-item a.menu-item-link {
        font-size: 16px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        top: 45%;
        width: 40%;
    }
    /* Custom Feature Box Section */
    .dt-sc-custom-question-box,
    .dt-sc-feature-box .dt-sc-custom-colored-box {
        padding: 100px 50px;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 479px) {
	
	.dt-sc-custom-header-container .dt-logo-container a img { width: 100% !important; }
	
    /* Slider Styles */
    .dt-sc-custom-slider .dt-sc-custom-slider-content {
        padding: 20px 15px 50px 15px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 26px;
    }
    .dt-sc-custom-slider .dt-sc-custom-slider-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 18px;
    }
    /* Header Styles */
    section.dt-sc-custom-header-container {
        padding: 0 10px !important;
    }
    .elementor-widget-jet-logo .jet-logo {
        width: 100%;
    }
    /* Custom Heading Styles */
    .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 18px;
    }
    .dt-sc-custom-heading .elementor-heading-title {
        font-size: 26px;
    }
    /* Fullwidth Section Styles */
    .elementor-section-stretched.dt-sc-custom-fullwidth-padding {
        padding: 0 15px;
    }
    /* Feature Wrapper Styles */
    .dt-sc-custom-feature-wrapper .elementor-column-wrap.elementor-element-populated {
        padding: 50px 20px 0 20px !important;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 24px;
    }
    .dt-sc-custom-icon-box .elementor-image-box-wrapper .elementor-image-box-img {
        width: 15% !important;
    }
    /* Custom Button Styles */
    .dt-sc-custom-button .elementor-button[class*="elementor-size"] {
        padding: 18px 50px;
        font-size: 16px;
    }
    /* Custom Client Styles */
    .dt-sc-custom-client {
        padding: 0px 20px 100px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 18px;
    }
    .dt-sc-custom-client .dt-sc-custom-author-content .dt-sc-custom-heading .elementor-heading-title {
        font-size: 26px;
    }
    .dt-sc-custom-carousel .jet-carousel .jet-slick-dots {
        bottom: 5%;
    }
    .dt-sc-custom-client .elementor-widget.dt-sc-custom-author-img {
        margin: 0 0 20px;
    }
    /* Video Section Styles */
    .dt-sc-custom-video-section .elementor-widget .elementor-heading-title {
        font-size: 30px;
    }
    .dt-sc-custom-video-section .elementor-widget.elementor-widget-text-editor {
        width: 85%;
    }
    .dt-sc-custom-play-icon.elementor-widget.elementor-widget-jet-video .jet-video.jet-video-aspect-ratio--16-9 {
        padding-bottom: 1100px;
    }
    /* Custom Intro Section Styles */
    .dt-sc-custom-intro-section .elementor-widget.elementor-widget-image.dt-sc-intro-overlap-img {
        display: none;
    }
    /* Custom Filler image Section */
    .dt-sc-custom-image-filler-wrapper {
        padding: 0 5%;
    }
    .dt-sc-custom-image-filler .elementor-column:not(:last-child) {
        margin: 0 0 50px 0;
    }
    /* Custom Feature Box Section */
    .dt-sc-feature-box .dt-sc-custom-question-box .elementor-heading-title,
    .dt-sc-feature-box .dt-sc-custom-colored-box .elementor-heading-title {
        font-size: 24px;
    }
    .dt-sc-custom-question-box,
    .dt-sc-feature-box .dt-sc-custom-colored-box {
        padding: 30px 25px;
        margin: 0 0 20px 0;
    }
    /* Custom Service Box Section */
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 50px 30px;
    }
    .dt-sc-service-box-wrapper .dt-sc-service-box.elementor-widget.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 24px;
    }
    /* Custom Tab Section */
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .dt-sc-main-title {
        font-size: 24px;
    }
    .dt-sc-custom-tab.elementor-widget.elementor-widget-tabs .elementor-tabs-content-wrapper .decor-heading {
        font-size: 18px;
    }
    /* Custom Overlap Section */
    .dt-sc-custom-overlap-section {
        margin: 0;
        padding: 20px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading.heading-with-decor .elementor-heading-title {
        font-size: 18px;
    }
    .dt-sc-custom-overlap-section .dt-sc-custom-heading .elementor-heading-title {
        font-size: 24px;
    }
    /* Custom Audio Section */
    .dt-sc-custom-wave-wrapper .controls button {
        padding: 18px 50px;
    }
    /* Custom Contact Info Section */
    .dt-sc-custom-contact-info-wrapper {
        padding: 50px 10px 0;
    }
    .dt-sc-custom-contact-info .elementor-widget-social-icons {
        margin: 0 0 10px;
    }
    .woocommerce-checkout-header .woocommerce-checkout-header-coupon .checkout_coupon .form-row-last .button,
    .woocommerce-checkout #payment div.form-row.place-order>#place_order {
        padding: 20px 30px !important;
    }
}