/*
Theme Name: Digitalparc Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html1,body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
p:only-child{
    margin-top: 0;
    margin-bottom: 0;
}
p:last-child{
    margin-bottom: 0;
}
p:first-child{
	margin-top: 0;
}

:root{
    /* Spacing */
    --s140: 140px;
	--s120: 120px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
}
@media (max-width: 1540px){
    :root{
        /* Spacing */
        --s140: 120px;
		--s120: 100px;
        --s100: 80px;
        --s80: 60px;
        --s50: 40px;
        --s60: 50px;
        --s60special: 40px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1200px){
    :root{
        /* Spacing */
        --s140: 120px;
		--s120: 100px;
        --s100: 80px;
        --s80: 60px;
        --s50: 35px;
        --s60: 40px;
        --s60special: 20px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1024px){
    :root{
        /* Spacing */
        --s140: 100px;
		--s120: 80px;
        --s100: 60px;
        --s80: 40px;
        --s50: 25px;
        --s60: 30px;
        --s60special: 10px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
@media (max-width: 767px){
    :root{
        /* Spacing */
        --s140: 70px;
		--s120: 60px;
        --s100: 50px;
        --s80: 30px;
        --s50: 20px;
        --s60: 20px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
/* Text Editor headings */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
    margin-top: 0;
    margin-bottom: 0
}
/* End Text Editor headings */

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
	margin-bottom: 0;
    margin-top: 30px;
}

/* Image Box Title */
.elementor-image-box-title,
.elementor-icon-box-title{margin-top: 0;margin-bottom: 0}
/* End Image Box Title */

/* Lightbox gallery slideshow header */
.elementor-slideshow__header{
    width: calc(100% - 100px) !important;
}
/* End Lightbox gallery slideshow header */

/* Marquee Slider */
.text-marquee-slid .swiper-slide {width: auto !important;pointer-events: none;margin-right: 80px !important;padding-right: 100px !important;position: relative;}
.text-marquee-slid .swiper-slide:after{content: '';position: absolute;right: 0;top: 50%;width: 20px;height: 20px;border-radius: 50%;border: 4px solid #ffffff;}
.text-marquee-slid.text-marquee-slidblack .swiper-slide:after{border-color: #000000}
.text-marquee-slid .elementor-testimonial {display: flex;align-items: center;}
.text-marquee-slid .swiper-slide .elementor-testimonial__text {white-space: nowrap;}
/* End Marquee Slider */

/* Form */
.gform-theme--foundation .gform_fields{row-gap: 24px !important;-moz-column-gap: 24px !important;column-gap: 24px !important;}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large{height: 60px;border-radius: 10px;padding-inline: 15px;font-size: 16px;font-weight: 300}
.gform-theme--foundation .gfield textarea{border-radius: 10px;height: 180px;padding: 20px 15px;font-size: 16px;font-weight: 300}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	font-size: 16px !important;
    font-weight: 300 !important;
    background: transparent !important;
    padding: 18px !important;
    min-width: 260px !important;
    border-radius: 10px !important;
    border: 2px solid #fff !important;
	transition: 0.3s ease all
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
	background: #fff !important;
	color: #000 !important;
}

.gform-theme--framework .gform_validation_errors{
	display: none !important;
}

/* Buttons */
.btn-rounded .elementor-button-content-wrapper{
	align-items: center;
}
.btn-rounded .elementor-button-icon{
	padding: 6px;
    border: 1px solid;
    border-radius: 50%;
}
/* Button animation */
.btn-animated .elementor-button-content-wrapper{
    padding-right: 10px
}
.btn-animated .elementor-button-content-wrapper .elementor-button-icon{
    font-size: 0;
    border: none;
}
.btn-animated .elementor-button-content-wrapper:after{
    border-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    content: ' ';
    display: block;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}
.btn-animated .elementor-button-content-wrapper .elementor-button-icon:after{
    position: absolute;
    content: '';
    border-bottom: 2px solid #889589;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    transform: scale(0, 1) translateX(0);
    transform-origin: left;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
    border-color: #889589;
}
.btn-animated .elementor-button-content-wrapper .elementor-button-icon:before{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    /* color: #000; */
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -17px;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}

.btn-animated .elementor-button-content-wrapper:hover .elementor-button-icon:after{
    transform: scale(1, 1) translateX(9px);
}
.btn-animated .elementor-button-content-wrapper:hover .elementor-button-icon:before{
    transform: scale(1, 1) translateX(9px);
}

.btn-animated .elementor-button-content-wrapper:hover:after{
    transform: scale(.8);
    opacity: 0;
}
/* End */

/* Sticky Tab Section */
.sticky-tabbtn{border-left: 3px solid transparent;}
.sticky-tabbtn.active{border-color: #889589;border-radius:0;}
.sticky-tabbtn {transition: border 0.6s !important;}


/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1366px){
	/* Marquee Slider */
	.text-marquee-slid .swiper-slide {margin-right: 50px !important;padding-right: 70px !important;}
	/* End Marquee Slider */
}
@media (max-width: 1024px){
	.gform-theme--foundation .gfield .ginput_password.large, 
	.gform-theme--foundation .gfield input.large, 
	.gform-theme--foundation .gfield select.large{height: 45px;}
	.gform-theme--foundation .gfield textarea{border-radius: 10px;height: 100px;}
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}