/*------------------------------------------------------------------
[Master Stylesheet]
- Pre Header setting
- Header setting
- Heading Subheading Element
- Icon Heading Box
- Titlebar section
- Blog Box
- Portfolio Section
- Team Member Section
- Contact Form 7
- Client Logo Section
- Progress Bar Section
- Pricing Table Section
- Sidebar widget Section
- Footer Section
- Timebox List Section
- Custom Button
- Fact and digit
- Service Style
- Progress Bar
- Contact form
- error-404
- Search Popup Area CSS
- Tab and Accordion
- Button Section
-------------------------------------------------------------------*/
body {
	counter-reset: dsvybox1 dsvybox2 dsvy-rev-counter;
}
button, html input[type=button], input[type=reset], input[type=submit]{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding: 18px 45px 18px 40px;
	outline: none;
	border-radius: 5px;
	font-weight: 700;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.dsvy-contact-info{
	font-size: 14px;
}
.dsvy-pre-header-wrapper{
	font-size: 14px;
}
.dsvy-color-white .dsvy-contact-info li,
.dsvy-color-white .dsvy-contact-info li a,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-social-links a,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-header-search-btn a {
	color: #fff;
}
.dsvy-color-white .dsvy-contact-info li a:hover{
	opacity: 0.8;
}
.dsvy-pre-header-wrapper .dsvy-social-links{
	display: inline-block;
}
.dsvy-contact-info li{
	position: relative;
	display: inline-flex;
}
.dsvy-contact-info li i {
	font-size: 18px;
}
/*==== dsvy-top-bar-bt ====*/
.dsvy-top-bar-bt{
	font-size: 13px;
	display: inline-block;
	padding: 0 30px;
	background-color: #56aa46;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}
.dsvy-top-bar-bt:hover{
	color: #fff;
}
.dsvy-pre-header-right {
	display: flex;
}
.dsvy-contact-info,
.dsvy-pre-header-wrapper .dsvy-social-links,
.dsvy-pre-header-wrapper .dsvy-pre-header-right > *,
.dsvy-pre-header-wrapper .dsvy-header-search-btn {
	position: relative;
}
.dsvy-pre-header-wrapper .dsvy-social-links,
.dsvy-pre-header-wrapper .dsvy-header-search-btn {
	padding: 0 15px;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.site-title,
.site-title a{
	-webkit-transition: none;
	transition: none;
}
.dsvy-header-box span{
	display: block;
}
.dsvy-right-box{
	position: relative;
}
.navigation-top-wrapper{
	display: flex;
	flex-grow: 1;
}
.dsvy-slider-bottom-section {
	display: none;
}
.dsvy-sticky-header .dsvy-header-menu-area{
	background-color: transparent !important;
}
/* --------------------------------------
 * Heading Menu
 * ---------------------------------------*/
/*** Dropdown Menu ( White ) ***/
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul > li.current-menu-item > a,
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul li.current_page_item > a,
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( White ) ***/
.dsvy-navbar.dsvy-main-active-color-white > div > ul > li:hover > a,
.dsvy-navbar.dsvy-main-active-color-white > div > ul > li.current_page_item > a,
.dsvy-navbar.dsvy-main-active-color-white > div > ul >li.current-menu-parent > a{
	color: #fff;
}
/*** Dropdown Menu ( Blackish ) ***/
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a,
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul li.current_page_item > a,
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( Blackish ) ***/
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul > li:hover > a,
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul > li.current_page_item > a,
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul >li.current-menu-parent > a{
	color: #071323;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.dsvy-heaing-style-1 .left-align{
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.dsvy-heaing-style-1 .left-align::before,
.dsvy-heaing-style-1 .left-align::after{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.dsvy-heaing-style-1 .left-align::before{
	top: 0;
}
.dsvy-heaing-style-1 .left-align::after{
	bottom: 0;
}
/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
.dsvy-elementor-bg-color-globalcolor.dsvy-text-color-white .dsvy-ihbox.dsvy-ihbox-style-hsbox .dsvy-ihbox-subheading h4::after,
.dsvy-bg-color-globalcolor.dsvy-text-color-white .dsvy-ihbox.dsvy-ihbox-style-hsbox .dsvy-ihbox-subheading h4::after,
.dsvy-text-color-white .dsvy-ihbox.dsvy-ihbox-style-hsbox .dsvy-ihbox-subheading h4::after{
	background-color: #fff;
}
.dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-svg-wrapper svg{
	width: 16px;
	height: 16px;
	fill: #666;
}
/* --------------------------------------
 * Blog box style
 * ---------------------------------------*/
.dsvy-meta-line a,
.dsvy-meta-line{
	color: #666;
	font-size: 13px;
}
.dsvy-meta-line{
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.designervily-element-blog .dsvy-meta-line::before {
	content: "/";
	position: absolute;
	left: -10px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.designervily-element-blog .dsvy-meta-line:first-child::before{
	content: unset;
}
.dsvy-ele-blog .dsvy-meta-line i,
.designervily-element-blog .dsvy-meta-category i,
.designervily-element-blog .dsvy-meta-author-wrapper i,
.designervily-element-blog .dsvy-meta-comment-wrapper i{
	color: var(--dsvy-politicia-global-color);
}
/*=== Classic blog ===*/
.dsvy-blog-meta-top .dsvy-meta {
	position: relative;
	color: #666;
	font-size:13px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 13px;
	padding-left: 5px;
	margin-left: 5px;
}
.dsvy-blog-meta-top .dsvy-meta.dsvy-meta-author{
	padding-left: 0px;
	margin-left: 0px;
}
.dsvy-blog-meta-top .dsvy-meta i{
	margin-right: 5px;
}
.dsvy-blog-meta-top .dsvy-meta.dsvy-meta-cat i{
	margin-left: -2px;
	margin-right: 2px;
}
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top .dsvy-meta-comments,
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top .dsvy-meta a,
.dsvy-blog-meta-top .dsvy-meta a{
	color: #666;
}
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top .dsvy-post-title a{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top .dsvy-post-title a:hover,
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top .dsvy-meta a:hover{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-blog-meta-top .dsvy-meta:first-child{
	margin-left: 0px;
	padding-left: 0px;
}
.dsvy-blog-classic {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
}
.dsvy-blog-meta.dsvy-blog-meta-top{
	padding-bottom: 0;
	margin-bottom: 0;
}
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-image:last-child img,
.dsvy-entry-content .wp-caption:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-audio-shortcode:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-read-more-link:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-pullquote:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-media-text:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-cover.has-background-dim{
	margin-bottom: 0px;
}
.dsvy-no-img.post.sticky{
	padding: 20px 40px 10px 40px;
	margin-bottom: 60px;
}
.format-status.dsvy-no-img .dsvy-blog-classic .dsvy-blog-classic-inner{
	padding-top: 5px;
}
.dsvy-entry-content .gallery{
	margin-bottom: 30px;
}
.dsvy-blog-classic .dsvy-featured-wrapper{
	margin-bottom: 0;
}
.site-main article:last-of-type .dsvy-blog-classic {
	margin-bottom: 0px;
}
.dsvy-blog-classic .dsvy-post-thumbnail{
	margin-bottom: 60px;
}
.dsvy-blog-classic .dsvy-post-title{
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 0px;
}
.dsvy-blog-classic .dsvy-post-title a{
	display: block;
}
.dsvy-blog-classic .dsvy-post-title a:empty{
	display: block;
	margin-top: -15px;
}
.dsvy-blog-classic .dsvy-post-title a{
	color: #2c2c2c;
}
.dsvy-blog-classic .dsvy-entry-content{
	margin-top: 20px;
}
.single .dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-entry-content{
	margin-top: 0px;
}
article.post.dsvy-no-img{
	margin-top: 0px;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
}
.dsvy-blog-classic .dsvy-blog-classic-inner{
	padding-top: 20px;
	padding-bottom:0px;
	background: var(--dsvy-politicia-white-color);
}
.dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-read-more-link a{
	padding: 20px 40px;
	background: var(--dsvy-politicia-secondary-color);
	color: #fff;
	display: inline-block;
}
.dsvy-blog-classic-inner .dsvy-read-more-link a:hover{
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-blog-classic .dsvy-read-more-link{
	margin-top: 30px;
}
article.dsvy-no-img .dsvy-blog-classic-inner{
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
}
article:not(.dsvy-no-img) .dsvy-blog-meta-top .dsvy-meta-date,
article.format-quote .dsvy-meta-date-wrapper,
.dsvy-no-img .dsvy-blog-classic .dsvy-meta-date-wrapper{
	display: none;
}
article.format-quote .dsvy-blog-classic blockquote{
	margin-bottom: 25px;
}
.dsvy-blog-classic:not(.single) .dsvy-blog-meta.dsvy-blog-meta-top{
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.dsvy-blog-classic .dsvy-meta-date-top{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}
.dsvy-blog-classic .dsvy-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}
.dsvy-no-img .dsvy-blog-classic .dsvy-meta-date-top{
	display: none;
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color){
	font-size: 20px;
	line-height: 30px;
	padding: 55px; 
	padding-right: 42px;
	font-weight: 500!important;
	position: relative;
	border: none; 
	margin: 40px 0 40px;
	color: var(--dsvy-politicia-white-color);
	border-radius: 5px; 
	background-color: var(--dsvy-politicia-secondary-color);
	font-style: italic!important;
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) a{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-blog-classic blockquote{
	border-color: var(--dsvy-politicia-global-color);
	position: relative;
	overflow: hidden;
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::before {
	content: '\e868';
	font-family: "designervily-base-icons";
	line-height: normal;
	font-weight: 500;
	position: absolute;
	right: 40px;
	bottom: -80px;
	font-size: 200px;
	opacity: .10;
	color: var(--dsvy-politicia-white-color);
	font-style: normal;
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite{
	color: #fff;
}
.dsvy-blog-classic blockquote .authorOrTitle{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.wp-block-quote.is-style-large cite em::before,
blockquote cite::before,
blockquote small::before {
	content: "\2014\00a0";
	margin-right: 5px;
}
blockquote cite::before,
.wp-block-quote.is-style-large cite::before{
	content: unset;
}
blockquote.wp-block-quote.is-style-large{
	padding: 40px 48px 50px;
	margin-top: 62px;
	margin-bottom: 30px;
}
blockquote cite,
blockquote small {
	font-weight: 500;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	margin-top: 25px;
	opacity: 1;
}
.dsvy-blog-classic blockquote cite em{
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	margin-left: 5px;
}
.dsvy-blog-classic blockquote cite em,
.dsvy-blog-classic blockquote em{
	font-size: 12px;
	line-height: normal;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: #fff;
}
blockquote cite em,
blockquote small em{
	font-style: normal;
}
.dsvy-blog-classic-inner .wp-block-column p {
	margin-right: 35px;
}
.dsvy-blog-classic .wp-block-columns ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.dsvy-blog-classic .wp-block-columns ul li {
	margin: 0 0 10px 0px;
}
.dsvy-blog-classic .wp-block-columns ul li i {
	padding-right: 15px;
	font-size: 13px;
	color:var(--dsvy-politicia-global-color);
}
.dsvy-blog-classic .dsvy-blog-meta-top .dsvy-meta::after {
	content: "/";
	margin: 0 10px;
}
.dsvy-blog-classic .dsvy-blog-meta-top .dsvy-meta:last-child::after {
	content: none;
}
.dsvy-blog-classic .dsvy-blog-meta-top .dsvy-meta{
	margin: 0;
	padding: 0;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper .dsvy-date {
	font-size: 36px;
	background-color: var(--dsvy-politicia-global-color);
	padding: 15px 20px;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper .dsvy-month {
	font-size: 16px;
	line-height: 26px;
	background: var(--dsvy-politicia-secondary-color);
	padding: 5px;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper {
	position: absolute;
	left: 20px;
	bottom:20px;
	color: var(--dsvy-politicia-white-color);
	font-weight: 500;
	text-align: center;
	transition: all 500ms ease 300ms;
}
.dsvy-blog-classic:hover .dsvy-meta-date-wrapper {
	transform: rotateX(360deg );
}
.dsvy-blog-classic .dsvy-featured-img-wrapper{
	position: relative;
	display: block;
}
.dsvy-blog-classic .dsvy-featured-wrapper,
.dsvy-blog-classic .dsvy-meta-date-wrapper .dsvy-date {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dsvy-blog-classic .designervily-box-content,
.dsvy-blog-classic .dsvy-meta-date-wrapper .dsvy-month {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-icon{
	background: var(--dsvy-politicia-light-bg-color);
	height: 60px;
	text-align: center;
	width: 60px;
	line-height: 60px;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-blog-classic .dsvy-blog-meta-social-share{
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 1;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: max-content;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
	margin-right: -53px;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share:hover .dsvy-social-share{
	opacity: 1;
	transform: translateX(-50px) translateZ(0px);
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share li a{
	border: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share li{
	display: inline-block;
	padding-right: 6px;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share ul{
	display: inline-flex;
	padding-right: 6px;
}
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share li i{
	font-size: 17px;
	padding: 0;
}
.dsvy-danation-form .give-grid__item .give-card__media .give-media-card-inner,
.dsvy-blog-classic .dsvy-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.dsvy-danation-form .give-grid__item .give-card__media .give-media-card-inner::after,
.dsvy-blog-classic .dsvy-featured-wrapper a::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-color: rgba(0,0,0,.2);
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.dsvy-danation-form .give-grid__item:hover .give-card__media .give-media-card-inner::after,
.dsvy-blog-classic:hover .dsvy-featured-wrapper a::after {
	opacity: 1;
}
.dsvy-danation-form .give-grid__item:hover .give-card__media img,
.dsvy-blog-classic:hover .dsvy-featured-wrapper img {
	transform: scale(1.03) rotate(0.50deg);
}
.dsvy-danation-form .give-grid__item .give-card__media img,
.dsvy-blog-classic  .dsvy-featured-wrapper img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 10px solid;
}
.post.sticky .dsvy-blog-classic .dsvy-blog-classic-inner{
	padding: 0px;
	border: 0;
}
.post.sticky .dsvy-read-more-link a::after{
background-color: #272727;
}
.post.sticky .dsvy-blog-classic{
	margin-bottom: 0px;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
}
.post.sticky .dsvy-blog-classic::after {
	font-family: "designervily-base-icons";
	content: "\e830";
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: -50px;
	top: -40px;
	background-color: var(--dsvy-politicia-global-color);
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0;
}
.single .dsvy-post-related .dsvy-element-posts-wrapper .dsvy-post-ele{
	margin-bottom: 0;
}
.single  .dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top{
	padding-bottom: 25px;
}
/*=== Single-blog-meta-bottom ===*/
.dsvy-blog-meta-bottom{
	padding-top: 20px;
	margin-top: 10px;
	display: -ms-flexbox!important;
	display: flex!important;
	align-items: center;
	border-top: 1px solid #eee;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags .dsvy-meta-title{
	color: #424d6c;
	font-size: 16px;
	font-weight: 600;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags{
	display: block;
	text-align: left;
	margin-top: 0px;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags a{
	background-color: var(--dsvy-politicia-light-bg-color);
	color: var(--dsvy-politicia-blackish-color);
	margin: 0 5px 5px 0px;
	border: none;
}
.dsvy-comment-content {
	border: 1px solid #eeeeee;
}
.dsvy-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.dsvy-blog-meta-bottom ul li{
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.dsvy-blog-meta-bottom ul li:last-child{
	margin: 0;
}
.dsvy-blog-meta-bottom .dsvy-social-share li a {
	position: relative;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.dsvy-comment-content .dsvy-comment-author{
	color:var(--dsvy-politicia-blackish-color);
}
.dsvy-blog-meta-bottom .dsvy-tag-icon{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	display: none;
}
.dsvy-blog-meta-bottom-left{
	position: relative;
	overflow: hidden;
	width: 50%;
}
.dsvy-blog-meta-bottom-right{
	width: 50%;
	text-align: right;
}
/*=== Classic no img ===*/
.dsvy-social-share .dsvy-social-li-facebook a{
	background-color: #3B5998;
}
.dsvy-social-share .dsvy-social-li-twitter a{
	background-color: #55ACEE;
}
.dsvy-social-share .dsvy-social-li-google-plus a{
	background-color: #dd4b39;
}
.dsvy-social-share .dsvy-social-li-linkedin a{
	background-color: #007bb5;
}
.dsvy-social-share .dsvy-social-li-youtube a{
	background-color: #bb0000;
}
.dsvy-social-share .dsvy-social-li-instagram a{
	background-color: #125688;
}
.dsvy-social-share .dsvy-social-li-pinterest a{
	background-color: #cb2027;
}
.dsvy-social-share .dsvy-social-li-snapchat-ghost a{
	background-color: #fffc00;
}
.dsvy-social-share .dsvy-social-li-skype a{
	background-color: #00aff0;
}
.dsvy-social-share .dsvy-social-li-android a{
	background-color: #a4c639;
}
.dsvy-social-share .dsvy-social-li-dribbble a{
	background-color: #ea4c89;
}
.dsvy-social-share .dsvy-social-li-vimeo a{
	background-color: #45bbff;
}
.dsvy-social-share .dsvy-social-li-tumblr a{
	background-color: #2c4762;
}
.dsvy-social-share .dsvy-social-li-vine a{
	background-color: #00b489;
	color: white;
}
.dsvy-social-share .dsvy-social-li-foursquare a{
	background-color: #45bbff;
}
.dsvy-social-share .dsvy-social-li-stumbleupon a{
	background-color: #eb4924;
}
.dsvy-social-share .dsvy-social-li-flickr a{
	background-color: #f40083;
}
.dsvy-social-share .dsvy-social-li-yahoo a{
	background-color: #430297;
}
.dsvy-social-share .dsvy-social-li-soundcloud a{
	background-color: #ff5500;
}
.dsvy-social-share .dsvy-social-li-reddit a{
	background-color: #ff5700;
}
.dsvy-social-share .dsvy-social-li-rss a{
	background-color: #ff6600;
}
/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.designervily-overlay-box:hover img {
	transform: scale(1, 1);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	filter: blur(4px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
}
/*=== Portfolio Single ===*/
.dsvy-sep-heading{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.dsvy-sep-heading::after{
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.single-dsvy-portfolio .post-navigation .nav-links{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
/*=== dsvy-portfolio-single-style-1 ===*/
.dsvy-portfolio-single-style-1 .dsvy-short-description{
	margin-bottom: 30px;
}
.dsvy-portfolio-single-style-1 .dsvy-featured-wrapper{
	margin-bottom: 50px;
}
.dsvy-portfolio-single-style-1 .dsvy-portfolio-nav-thumbnail img{
	height: 65px;
	width: 65px;
	border-radius: 5px;
}
.dsvy-portfolio-single-style-1 .dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-wrapper {
	margin-left: 20px;
}
.dsvy-portfolio-single-style-1 .dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-wrapper {
	margin-right: 20px;
}
.dsvy-portfolio-single-style-1 .dsvy-portfolio-single .post-navigation .nav-links .nav-previous,
.dsvy-portfolio-single-style-1 .dsvy-portfolio-single .post-navigation .nav-links .nav-next{
	margin: 25px 0px;
}
/*=== dsvy-portfolio-lines-wrapper ===*/
.dsvy-single-project-content-wrapper{
	position: relative;
}
.dsvy-single-project-details-list{
	padding: 65px 30px;
	background-color: var(--dsvy-politicia-light-bg-color);
}
.dsvy-portfolio-summary{
	margin-bottom: 50px;
}
.dsvy-single-project-details-list h3{
	display: none;
}
.dsvy-single-project-details-list h4{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.dsvy-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0; 
	background-color: #fff;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-title{
	font-weight: 500;
	font-size: 16px;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li span.dsvy-portfolio-line-title {
	min-width: 90px;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid rgb(107 107 107 / 10%);
	padding: 26px 20px;
	display: flex;
}
/*=== Single post navigation ===*/
.post-navigation .nav-links {
	margin-top: -1px;
	padding: 41px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: normal;
	width: 100%;
}
.post-navigation .nav-links a:hover{
	color: var(--dsvy-politicia-global-color);
}
.post-navigation .nav-links .nav-previous {
	margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: auto;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.post-navigation .nav-links .dsvy-prev-title,
.post-navigation .nav-links .dsvy-next-title {
	color: #000;
	font-size: 13px;
	background-color: #f9f9f9;
	padding: 8px 34px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.post-navigation .nav-links .dsvy-prev-title:hover,
.post-navigation .nav-links .dsvy-next-title:hover{
	color: #fff;
	border-color: transparent;
}
.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}
.dsvy-portfolio-single .dsvy-portfolio-nav-head {
	font-size: 14px;
	font-weight: 500;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-portfolio-single .dsvy-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
}
.dsvy-portfolio-single .nav-links .dsvy-portfolio-nav-icon {
	width: 45px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: none;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-icon{
	text-align: right;
}
.dsvy-portfolio-single .nav-links .dsvy-portfolio-nav-icon i {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-icon i{
	left: 0;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-icon i{
	right: 0;
}
.dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-wrapper {
	margin-left: 2px;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-wrapper {
	margin-right: 2px;
	margin-left: auto;
}
.dsvy-portfolio-single .navigation {
	margin-top: 40px;
}
.dsvy-portfolio-single .dsvy-portfolio-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.dsvy-portfolio-single .post-navigation .nav-links {
	justify-content: space-between;
	margin-bottom: 20px;
}
.dsvy-portfolio-single .post-navigation .nav-links .nav-previous,
.dsvy-portfolio-single .post-navigation .nav-links .nav-next {
	width: unset;
}
.dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-wrapper {
	text-align: left;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-wrapper {
	text-align: right;
}
.dsvy-portfolio-single .nav-links a {
	display: -ms-flexbox !important;
	display: flex !important;
	align-items: center;
}
.dsvy-portfolio-single .nav-links .nav-next a {
	justify-content: space-between;
}
.dsvy-portfolio-single .nav-links a .dsvy-portfolio-nav-wrapper{
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
/*=== single-dsvy-service ===*/
.archive .designervily-ele-portfolio{
	margin-bottom: 30px;
}
.dsvy-sortable-list-ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.dsvy-sortable-list-ul li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}
.dsvy-sortable-list a{
	font-size: 18px;
	letter-spacing: -0.5px;
}
.dsvy-sortable-list a:hover{
	color: #222222;
}
.dsvy-sortable-list a.dsvy-selected{
	color: var(--dsvy-politicia-global-color);
}
/*=== single-dsvy-service style1 ===*/
.dsvy-service-single-style-1 .dsvy-service-feature-image img {
	margin-bottom: 40px;
}
/*=== dsvy-category-style1 ===*/
.dsvy-category-style1 {
	text-align: center;
}
.dsvy-category-style1 .dsvy-ihbox.dsvy-ihbox-style-hsbox.dsvy-align-center{
	margin-bottom: 0;
}
.dsvy-category-style1 .dsvy-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.dsvy-category-style1 .dsvy-sortable-list-ul li:first-child{
	margin-left: 0;
}
.dsvy-category-style1 .dsvy-sortable-list-ul li:last-child{
	margin-right: 0;
}
.dsvy-category-style1 .dsvy-sortable-link{
	position: relative;
}
.dsvy-category-style1 .dsvy-sortable-link.dsvy-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/
.designervily-ele-team .designervily-overlay{
	background-color: rgba( var(--dsvy-politicia-global-color-rgb) , 0.50 );
}
/*=== single-dsvy-teammember ===*/
.tax-dsvy-team-group.dsvy-sidebar-no #primary.content-area{
	margin-top: 60px;
}
.tax-dsvy-team-group .dsvy-element-team-wrapper{
	margin-top: 40px;
}
.dsvy-team-single-pbar{
	margin-top: 60px;
}
/*=== Single Team Member Style 1 ===*/
.dsvy-team-single-style-1 .dsvy-team-single-info{
	position: relative;
	z-index: 1;
}
.dsvy-team-single-style-1 .dsvy-team-single-info .dsvy-team-detail{
	background:var(--dsvy-politicia-secondary-color);
	position: relative;
	z-index: 0;
}
.dsvy-team-single-style-1 .dsvy-team-single-info .dsvy-team-detail::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 376px;
	height: 291px;
	z-index: -1;
	background: url(../images/flag.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.dsvy-team-single-style-1 .dsvy-team-single-info .dsvy-team-des{
	padding: 150px 60px 0px 100px;
}
.dsvy-team-single-style-1 .dsvy-single-team-info{
	background: transparent;
}
.dsvy-team-single-style-1 .dsvy-team-title{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0px;
}
.dsvy-team-single-style-1 .dsvy-team-designation {
	font-size: 18px;
	line-height: 24px;
	color: var(--dsvy-politicia-global-color);
	font-weight: 500;
	margin-bottom: 20px;
}
.single-dsvy-team-member .dsvy-team-single-style-1 .dsvy-short-description{
	margin: 0;
	font-size: 16px;
}
.dsvy-team-single-style-1 .dsvy-team-title,
.single-dsvy-team-member .dsvy-team-single-style-1 .dsvy-short-description,
.dsvy-team-single-style-1 .dsvy-single-team-info li,
.dsvy-team-single-style-1 .dsvy-single-team-info li a{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-team-single-style-1 .dsvy-single-team-info li {
	margin-bottom: 0;
	border-bottom:none;
	padding: 3px 0px;
	font-size: 16px;
}
.dsvy-team-single-style-1 .dsvy-single-team-info li label{
	display: inline-block;
	font-weight: 700!important;
	color: var(--dsvy-politicia-global-color);
	margin-bottom: 0;
	font-size: 16px;
}
.dsvy-team-single-style-1 .dsvy-team-social-links a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	background-color: var(--dsvy-politicia-white-color);
	color:  var(--dsvy-politicia-global-color);
	border-radius: 50%;
	box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-team-single-style-1 .dsvy-team-social-links li {
	display: block;
	margin-right: 0px;
}
.dsvy-team-single-style-1 .dsvy-social-links{
	position: absolute;
	left: -35px;
	top: 50%;
	-khtml-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	-o-transform: translateX(-0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	right: auto;
	text-align: center;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
	-o-transition: all ease 800ms;
}
.dsvy-team-single-style-1 .dsvy-team-left-inner{
	margin-right: 10px;
}
.dsvy-team-single-style-1 .dsvy-short-description h3{
	display: none;
}
.dsvy-team-single-style-1 .dsvy-team-single-info .col-lg-6{
	padding: 0px;
}
/*=== Single Team Member Style 2 ===*/
.dsvy-team-single-style-2 .dsvy-team-single-info{
	padding: 0; 
	position: relative;
	z-index: 1;
	background-color:#fff;
}
.dsvy-team-single-style-2 .dsvy-team-left-inner{
	margin-right: 0;
}
.dsvy-team-single-style-2 .dsvy-team-left-inner img{
	width: 100%;
}
.dsvy-team-single-style-2 .dsvy-single-team-info{
	list-style: none;
	margin: 0;
	margin: 50px 0px;
	padding: 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 30px;
}
.dsvy-team-single-style-2 .dsvy-single-team-info li {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #f2f3f5;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.dsvy-team-single-style-2 .dsvy-single-team-info li:nth-last-child(1),
.dsvy-team-single-style-2 .dsvy-single-team-info li:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dsvy-team-single-style-2 .dsvy-single-team-info li label{
	display: block;
	font-weight: 700!important;
	color: var(--dsvy-politicia-global-color);
	margin-bottom: 0;
	font-size: 16px;
}
.dsvy-team-single-style-2 .dsvy-single-team-info li a{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-team-single-style-2 .dsvy-single-team-info li a:hover{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-team-single-style-2 .dsvy-single-team-info li::after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-team-single-style-2 .dsvy-team-title{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}
.dsvy-team-single-style-2 .dsvy-team-designation {
	font-size: 18px;
	line-height: 24px;
	color: var(--dsvy-politicia-global-color);
	font-weight: 500;
	margin-bottom: 0px;
}
.single-dsvy-team-member .dsvy-team-single-style-2 .dsvy-short-description{
	margin: 0;
}
.dsvy-team-single-style-2 .dsvy-short-description h3{
	display: none;
}
.dsvy-team-single-style-2 .dsvy-team-left-inner{
	background: none;
}
.dsvy-team-single-style-2 .dsvy-team-social-links{
	margin-top: 20px;
}
.dsvy-team-single-style-2 .dsvy-team-single .dsvy-team-social-links a{
	width: 60px;
	height: 60px; 
	line-height: 60px;
}
/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
	margin-bottom: 15px;
}
.wpcf7-form textarea {
	height: 120px;
}
.wpcf7-form input[type="number"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"]{
	height: 60px;
}
/*--- dsvy-subscribe-form ---*/
.dsvy-subscribe-form button {
	width: 100%;
	background-color: var(--dsvy-politicia-blackish-color);
}
.dsvy-subscribe-form button:hover {
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-subscribe-form input[type="text"],
.dsvy-subscribe-form input[type="email"]{
	background: #fff;
	border: none;
	font-size: 16px;
	padding: 18px 24px;
	height: 60px;
}
.dsvy-subscribe-form button{
	position: relative;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 40px;
}
.dsvy-subscribe-form .input-group{
	margin-bottom: 25px;
}
/*--- dsvy-form-style-1 ---*/
.dsvy-form-style-1 .input-group i {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 15px;
	line-height: 26px;
}
.dsvy-form-style-1 .dsvy-select select{
	padding: 0;
	color: #7a7a7a;
}
.dsvy-form-style-1 .dsvy-select,
.dsvy-form-style-1 input[type="text"],
.dsvy-form-style-1 input[type="email"],
.dsvy-form-style-1 textarea{
	border: none;
	font-size: 15px;
	padding: 0 30px;
	background-color: #fff;
}
.dsvy-form-style-1 button{
	background-color: var(--dsvy-politicia-global-color);
	padding: 18px 45px 18px 40px;
}
.dsvy-form-style-1 button:hover{
	background-color: var(--dsvy-politicia-white-color);
}
.dsvy-form-style-1 button:hover span{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-form-style-1 .input-group {
	display: block;
}
.dsvy-form-style-1 textarea {
	padding: 20px 30px;
}
.dsvy-form-style-1 .ajax-loader{
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.dsvy-form-style-1 .row{
	margin: 0 -7px;
}
.dsvy-form-style-1 .col-sm-5,
.dsvy-form-style-1 .col-sm-4,
.dsvy-form-style-1 .col-lg-3{
	padding: 7px;
}
/*--- dsvy-form-style-2 ---*/
.dsvy-form-style-2 .col-sm-6 .input-group .dsvy-select{
	border: 1px solid #eee;
	background: transparent;
}
.dsvy-form-style-2 .select2-container .select2-selection--single,
.give-form-type-multi.give-form .form-row input[type=email],
.give-form-type-multi.give-form .form-row input[type=text],
.single-give_forms form.give-form .form-row input[type=email],
.single-give_forms form.give-form .form-row input[type=text],
.dsvy-form-style-2.main-form textarea,
.dsvy-form-style-2.main-form input[type="text"],
.dsvy-form-style-2.main-form input[type="email"],
.dsvy-form-style-2.main-form input[type="password"],
.dsvy-form-style-2 .col-sm-6 .input-group .dsvy-select select{
	height: 60px!important;
	border-color: #eee;
	background: transparent;
	padding: 20px 25px;
	font-size: 14px;
	border-radius: 5px;
	color: #666!important;
}
.dsvy-form-style-2.main-form textarea{
	height: 135px!important;
}
.dsvy-team-form .input-group input[type="text"]::-webkit-input-placeholder,
.dsvy-team-form .input-group input[type="email"]::-webkit-input-placeholder,
.dsvy-team-form .input-group textarea::-webkit-input-placeholder,
.single-give_forms form.give-form .form-row input[type=email],
.single-give_forms form.give-form .form-row input[type=text],
.dsvy-form-style-2.main-form textarea::-webkit-input-placeholder,
.dsvy-form-style-2 .col-sm-6 .dsvy-select::-webkit-input-placeholder,
.dsvy-form-style-2.main-form input[type="email"]::-webkit-input-placeholder,
.dsvy-form-style-2.main-form input[type="text"]::-webkit-input-placeholder{
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
.dsvy-form-style-2.main-form button:hover{
	background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-form-style-2.main-form button:focus {
	outline: unset;
	outline: unset;
}
.dsvy-form-style-2.main-form .col-sm-6.dsvy-email,
.dsvy-form-style-2.main-form .col-sm-6.dsvy-selecttype{
	padding-left: 0px;
}
.dsvy-form-style-2.main-form button{
	margin-top: 25px;
	background-color: var(--dsvy-politicia-global-color);
}
.main-form.dsvy-form-style-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px!important;
}
.main-form.dsvy-form-style-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px!important;
}
/*--- dsvy-form-team member ---*/
.dsvy-team-form .input-group input[type="text"],
.dsvy-team-form .input-group input[type="email"],
.dsvy-team-form .input-group textarea{
	border: 1px solid #eee;
	border-radius: 5px;
}
.dsvy-team-form .input-group{
	margin-bottom: 30px;
}
.dsvy-team-form .input-group button{
	background-color:  var(--dsvy-politicia-global-color);
}
.dsvy-team-form .input-group button:hover{
	background-color:  var(--dsvy-politicia-secondary-color);
}
/* --------------------------------------
 * Client Logo Section
 * ---------------------------------------*/
.dsvy-client-wrapper{
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.owl-carousel .designervily-ele-client img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}
/* --------------------------------------
 * Progress Bar Section
 * ---------------------------------------*/
.elementor-element.elementor-widget.elementor-widget-progress {
	margin-bottom: 30px;
}
.elementor-progress-bar{
	position: relative;
	height: 8px !important;
	background-color: var(--dsvy-politicia-global-color) !important;
}
.elementor-progress-bar,
.elementor-progress-wrapper{
	border-radius: 5px !important;
}
.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: -15px;
	top: -35px;
}
.elementor-progress-percentage,
.elementor-element .elementor-widget-progress .elementor-title{
	font-size: 17px;
	line-height: 24px;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: var(--dsvy-politicia-blackish-color) !important;
	font-family: inherit;
}
.elementor-progress-wrapper {
	position: relative !important;
	height: 11px !important;
	margin-top: 10px;
	background-color: #fff !important;
	border-bottom: 1px solid #d9d9d9;
}
/* --------------------------------------
 * Pricing Table Section
 * ---------------------------------------*/
.dsvy-ptable-icon-wrapper svg,
.dsvy-ptable-svg-wrapper svg{
	width: 95px;
	height: 95px;
}
.dsvy-ptable-line svg{
	width: 16px;
	height: 16px;
}
.dsvy-ptable-line-svg{
	display: inline-block;
}
/*=== Hide next prev button ===*/
.single-dsvy-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-service-contact,
.site-content .single-service-contact-inner {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: var(--dsvy-politicia-white-color);
	font-size: 15px;
	background-size: cover;
}
.single-service-contact-inner {
	position: relative;
	z-index: 2;
	padding: 30px 0px;
}
.single-service-contact-inner h2{
	color: var(--dsvy-politicia-white-color);
}
.designervily-sidebar .widget.single-service-contact-bg{
	position: relative;
	padding-bottom: 35px !important;
}
.give-sidebar .single-service-contact,
.designervily-sidebar .widget.single-service-contact,
.site-content .widget .single-service-contact-inner{
	background: var(--dsvy-politicia-secondary-color);
}
.single-service-contact::after {
	content: ' ';
	position: absolute;
	width: 100%;
	background: url(../images/flag.png) no-repeat 0 0;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.single-service-contact::before {
	content: ' ';
	position: absolute;
	width: 100%;
	background: url(../images/service-right.png) no-repeat right bottom;
	height: 100%;
	bottom: 0;
	right: 0;
	display: block;
}
.single-service-contact a.btn-link{
	padding: 20px 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid var(--dsvy-politicia-white-color);
	color: var(--dsvy-politicia-white-color);
	margin-top: 5px;
	display: inline-block;
}
.single-service-contact .dsvy-ihbox-icon{
	background: var(--dsvy-politicia-blackish-color);
	border-radius: 50%;
	font-size: 34px;
	color: var(--dsvy-politicia-white-color);
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
}
.single-service-contact img,
.site-content .single-service-contact-inner img{
	border-radius: 50%;
	margin: 0;
}
.single-service-contact .single-service-contact-inner h5,
.site-content .single-service-contact-inner h5{
	color: var(--dsvy-politicia-white-color);
	font-size: 24px;
	line-height: 34px;
}
.single-service-contact li:first-child{
	padding-bottom: 0;
}
.single-service-contact ul.dsvy-contact-detail li span{
	color: var(--dsvy-politicia-global-color);
}
.single-service-contact ul.dsvy-social-links li,
.site-content .single-service-contact-inner ul.dsvy-social-links li{
	display: inline-block;
	margin-top: 10px;
}
.single-service-contact ul.dsvy-social-links li a,
.site-content .single-service-contact-inner ul.dsvy-social-links li a{
	font-size: 14px;
	font-weight: 300 !important;
	letter-spacing: 0px;
	background: var(--dsvy-politicia-white-color);
	border-radius: 50%;
	margin: 0 2px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.single-service-contact ul.dsvy-social-links li a:hover{
	background-color: var(--dsvy-politicia-global-color);
	color:var(--dsvy-politicia-white-color);
}
.widget.politicia_category_list_widget ul > li{
	margin-bottom: 0 !important;
} 
.site-content .dsvy_widget_list_all_posts ul > li{
	margin: 0;
}
.site-content .dsvy_widget_list_all_posts ul > li a::before {
	position: absolute;
	content: '\e814';
	left: inherit;
	right: 30px;
	font-size: 24px;
	top: -3px;
	color: inherit;
	font-family: 'designervily-base-icons';
	top: 30%;
	font-weight: 500;
}
.site-content .dsvy_widget_list_all_posts ul > li:hover a,
.site-content .dsvy_widget_list_all_posts ul > li.dsvy-post-active a{
	background-color: var(--dsvy-politicia-global-color);
	color:  var(--dsvy-politicia-white-color);
}
.site-content .dsvy_widget_list_all_posts ul > li.dsvy-post-active a::before {
	opacity: 1;
	color: #fff;
}
.site-content .dsvy_widget_list_all_posts ul > li:hover a::before {
	opacity: 1;
	color: #fff;
}
.designervily-sidebar .widget.widget_media_image{
	padding: 0;
	background: none;
}
.site-content .dsvy_widget_list_all_posts ul > li a{
	color:  var(--dsvy-politicia-blackish-color);
	padding: 22px 30px;
	display: block;
	position: relative;
	border-radius: 5px;
	font-weight: normal;
	font-size: 18px!important;  
}
/* --------------------------------------
 * Sidebar Widget Section
 * ---------------------------------------*/
.designervily-sidebar .widget li{
	line-height: 1.5;
}
.designervily-sidebar .widget_search .wp-block-search,
.widget.widget_search .search-form {
	position: relative;
	display: block;
}
/*===search-form===*/
.search-form label {
	display: none;
}
.search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 70px;
}
.search-form button .screen-reader-text {
	display: none;
}
/*=== designervily-sidebar .search-form ===*/
.widget.widget_search .search-form{
	position: relative;
}
.designervily-sidebar .widget.widget_search .widget-title::after{
	background-color: #fff;
}
.designervily-sidebar .widget.widget_search .widget-title{
	color:#fff;
}
.designervily-sidebar .widget.widget_search {
	background-color: var(--dsvy-politicia-global-color);
	padding: 35px;
}
.widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
	border: 0;
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fff;
	top: 0;
	height: 60px; 
	color: #232e35;
	font-size: 16px;
	z-index: 1;
	width: 60px;
	border-radius: 5px;
}
.widget.widget_search .search-form button::after{
	position: absolute;
	font-family: 'designervily-base-icons';
	content: '\e800';
	right: 20px;
	font-size: 16px;
	top: 21px;
	font-size: 16px;
	color: #232e35;
	line-height: normal;
	font-weight: normal;
}
.designervily-sidebar .widget_block .wp-block-group h2{
	position: relative;
}
.designervily-sidebar .widget_block .wp-block-group h2,
.designervily-sidebar .widget .widget-title{
	padding: 0px 0 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.single-dsvy-service .designervily-sidebar .widget.dsvy_widget_list_all_posts .widget-title {
	color: var(--dsvy-politicia-blackish-color);
	display: none;
}
.designervily-sidebar .widget_block .wp-block-group h2::after,
.designervily-sidebar .widget .widget-title::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-color: var(--dsvy-politicia-global-color);
	transition: all 300ms linear;
}
.designervily-sidebar .widget_block:hover .wp-block-group h2::after,
.designervily-sidebar .widget:hover .widget-title::after {
	width: 55px;
}
.designervily-sidebar .widget {
	background-color: var(--dsvy-politicia-white-color);
	padding: 30px;
	padding-top: 28px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.designervily-sidebar .widget:last-child{
	margin-bottom: 0px;
}
.designervily-sidebar .widget .dsvy-select {
	background-color: var(--dsvy-politicia-white-color);
}
.site-content .politicia_category_list_widget ul > li,
.site-content .dsvy_widget_list_all_posts ul > li,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a {
	margin: 2px 0;
	padding: 0;
}
.site-content .politicia_category_list_widget ul > li a,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a{
	padding: 10px 30px 8px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .politicia_category_list_widget ul > li a:hover,
.site-content .widget_categories ul > li a:hover,
.site-content .widget.widget_archive ul li a:hover{
	color: var(--dsvy-politicia-global-color);
}
.site-content .dsvy_widget_list_all_posts ul>li,
.site-content .widget_categories ul>li,
.site-content .widget.widget_archive ul li {
	margin: 2px 0;
	padding: 0;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.site-content .widget.widget_archive ul>li{
	position: relative;
}
.site-content .widget.widget_archive ul>li span {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
}
.site-content .widget.widget_search .search-form button::before{
	content: none !important;
}
/* --------------------------------------
 * Widget Section
 * ---------------------------------------*/
.site-content .widget .wp-block-latest-comments{
	padding: 0;
}
.site-content .widget .wp-block-latest-comments li::before,
.site-content .widget .wp-block-latest-posts li>a::before,
.site-content .widget.widget_archive ul li>a::before,
.site-content .widget.widget_categories ul li>a::before,
.site-content .widget.widget_meta ul li a::before,
.site-content .widget.widget_recent_comments ul li::before,
.site-content .widget.widget_recent_entries ul li>a::before,
.site-content .widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a::before{
	position: absolute;
	content: '\e814';
	left: 0;
	font-size: 16px;
	top: 4px;
	color: var(--dsvy-politicia-global-color);
	font-family: 'designervily-base-icons';
	line-height: normal;
	font-weight: normal;
}
.site-content .widget .wp-block-latest-posts li>a::before{
	top: 1px;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_recent_comments ul li,
.site-content .widget.widget_meta ul li>a,
.site-content .widget.widget_recent_entries ul li>a,
.site-content .widget.widget_archive ul li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_nav_menu ul li>a,
.site-content .widget.widget_pages ul li>a {
	position: relative;
	padding-left: 20px;
}
.site-content .widget.widget_pages ul li>a{
	padding-left: 25px;
}
.designervily-sidebar .widget ol a,
.designervily-sidebar .widget ul a {
	letter-spacing: 0px;
	font-size: 16px!important;
}
.politicia_recent_posts_widget .dsvy-rpw-content .dsvy-rpw-date a{
	letter-spacing: 0;
	font-weight: 700!important;
	color: var(--dsvy-politicia-global-color);
	font-size: 13px!important;
}
.site-content .widget.widget_recent_comments ul li{
	color: #344450;
	padding-left: 25px;
}
.site-content .widget.widget_categories ul li>a{
	padding-left: 0px;
}
.site-content .widget.widget_categories ul li>a::before{
	content: unset;
}
.site-content .widget.widget_archive ul li>a::before{
	content: '\e814';
	left: 0px;
	top: 12px;
	font-size: 16px;
}
.politicia_recent_posts_widget .dsvy-rpw-list .dsvy-rpw-content .dsvy-rpw-title a{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.site-content .widget .wp-block-latest-comments li{
	padding-left: 25px;
}
.site-content .widget .wp-block-latest-comments li::before{
	top: 5px;
	content: '\f0e5';
	font-size: 15px;
}
/*=== widget_categories ===*/
.widget_archive ul li span,
.widget_categories ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: var(--dsvy-politicia-secondary-color);
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0;
	border-radius: 50%;
	top: 9px;
	color: var(--dsvy-politicia-white-color);
}
.dsvy-text-color-white .widget_categories ul li span {
	background-color: var(--dsvy-politicia-white-color);
}
/*=== widget_recent_comments ===*/
.site-content .widget.widget_recent_comments ul li::before {
	content: '\f0e5';
	top: 5px;
	font-size: 14px;
}
/*=== widget_pages ===*/
.widget.widget_pages ul li a::before {
	content: '\e816';
	top: 6px;
	font-size: 14px;
}
/*=== Meta box ===*/
.dsvy-metabox .widgettitle{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.dsvy-metabox .widget ul li{
	margin-bottom: 12px;
}
/*=== Download  ===*/
.widget .download-list li i{
	margin-right: 10px;
	color: var(--dsvy-politicia-secondary-color);
}
.widget .download-list li{
	font-weight: 600;
	padding-bottom: 5px;
	font-size: 14px;
}
.widget .download .item-download {
	position:relative;
}
.widget .download .item-download::before {
	position: absolute;
	content: '\e814';
	font-size: 30px;
	top: calc(50% - 10px);
	font-family: "designervily-base-icons";
	right: 30px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget .download .item-download img{
	width: 50%;
	display: block;
	margin: 0 auto 20px;
}
.widget .download{
	display: block;
}
.widget .download .item-download{
	text-align: left;
	display: flex;
	align-items: center;
	padding:20px;
	background: var(--dsvy-politicia-secondary-color);
	margin-bottom: 6px;
	margin-left: 0px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget .download .item-download:nth-child(even){
	background: var(--dsvy-politicia-global-color);
}
.widget .download .item-download:last-child {
	margin-bottom: 0;
}
.widget .download .item-download a i{
	margin-bottom: 10px;
	font-size: 46px;
	display: block;
	color: var(--dsvy-politicia-global-color);
	font-weight: 400;
}
.widget .download .item-download:hover{
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.widget .download .item-download:hover::before,
.widget .download .item-download:hover .dsvy-text h5,
.widget .download .item-download:hover .dsvy-text p,
.widget .download .item-download:hover i{
	color: var(--dsvy-politicia-secondary-color);
}
.widget .download .item-download .dsvy-icon{
	font-size: 60px;
	margin-right: 10px;
	color: var(--dsvy-politicia-white-color);
}
.widget .download .dsvy-text h5{
	margin-bottom: 2px;
	font-size: 22px;
	color: var(--dsvy-politicia-white-color);
}
.widget .download .dsvy-text p{
	margin-bottom: 0;
	color: var(--dsvy-politicia-white-color);
}
.widget.widget_custom_html.politicia_widget.dsvy-htmlbgcolor{
	background-color: var(--dsvy-politicia-white-color);
	padding: 0;
	box-shadow: inherit;
}
/*=== Ads in contribution sidebar  ===*/
.dsvy-text-widget-style-1 .dsvy-service-content{
	border-radius: 5px;
}
.dsvy-text-widget-style-1 .dsvy-service-content-inner{
	padding: 50px 60px;
	text-align: center;
}
.dsvy-text-widget-style-1 .dsvy-content-wrapper h3{
	font-size: 24px;
	line-height: 28px;
	color: var(--dsvy-politicia-white-color);
	margin: 30px 0px;
}
.dsvy-text-widget-style-1 .dsvy-service-btn{
	padding: 18px 30px 19px 30px;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	margin-top: 20px;
	color: var(--dsvy-politicia-white-color);
	background-color: var(--dsvy-politicia-global-color);
	display: inline-block;
}
.dsvy-text-widget-style-1 .dsvy-service-btn{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-text-widget-style-1 p{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-text-widget-style-1 .dsvy-service-btn:hover{
	background-color:  var(--dsvy-politicia-white-color);
}
.dsvy-text-widget-style-1 .dsvy-service-btn:hover span{
	color:  var(--dsvy-politicia-blackish-color);
}
/* --------------------------------------
 * Footer Section
 * ---------------------------------------*/
.site-footer{
	font-size: 15px;
}
.dsvy-footer-section.dsvy-footer-big-area-wrapper,
.dsvy-footer-section.dsvy-footer-widget-area{
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 2;
}
.site-footer .widget {
	padding: 0px 0 30px;
	position: relative;
}
.site-footer .widget.dsvy-topline{
	text-align: center;
}
.site-footer .widget.dsvy-topline::after{
	position: absolute;
	content: "";
	top: -60px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--dsvy-politicia-global-color);
	-webkit-transition: all .50s ease-in-out;
	transition: all .50s ease-in-out;
}
.site-footer .dsvy-footer-widget-col-1 .widget::after{
	width: 100%;
}
.dsvy-footer-section{
	position: relative;
}
.dsvy-footer-section.dsvy-bg-color-transparent{
	background-color: transparent !important;
}
.dsvy-footer-boxes,
.dsvy-footer-section.dsvy-footer-big-area-wrapper,
.dsvy-footer-section.dsvy-footer-text-area,
.dsvy-footer-section.dsvy-footer-text-area{
	z-index: 1;
	position: relative;
}
ul.dsvy-timelist-list .dsvy-timelist-li-value{
	color: #b8c3cb;
}
.dsvy-footer-section.dsvy-text-color-white a:hover{
	color: #fff;
}
.dsvy-footer-text-area .dsvy-footer-copyright-box h3,
.dsvy-footer-widget .widget .widget-title{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--dsvy-politicia-white-color);
	text-transform: capitalize;
}
.dsvy-footer-copyright-box .dsvy-footer-copyright-text-area{
	text-align: center;
}
.dsvy-footer-copyright-box .dsvy-footer-copyright-text-area i{
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	color: var(--dsvy-politicia-global-color);
}
/*=== dsvy-footer-copyright-box ===*/
.dsvy-footer-text-inner{
	padding-top: 30px;
	padding-bottom: 30px;
}
.dsvy-footer-copyright-box span{
	font-size: 14px;
	font-weight: 700;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-footer-copyright-box ul.dsvy-social-links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.dsvy-footer-copyright-box ul li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span{
	display: inline-block;
	text-align: center;
	color: #dddddd!important;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #dddddd;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span:hover{
	border-color: #fff;
	background-color: #fff;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span:hover{
	color: var(--dsvy-politicia-secondary-color) !important;
}
/*=== dsvy-footer-big-area-wrapper ===*/
.dsvy-footer-contact-info-inner i{
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin-right: 25px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.dsvy-footer-contact-info-inner .dsvy-label{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.dsvy-footer-big-area .dsvy-footer-contact-info-wrap{
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.5px;
	font-weight: 600;
}
/*=== dsvy-footer-contct widget===*/
.dsvy-contact-widget-line {
	padding-left: 5px;
	margin-bottom: 5px;
	position: relative;
}
.dsvy-contact-widget i{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-contact-widget {
	display: flex;
	margin-bottom: 10px;
}
.site-footer .widget .dsvy-time-heading{
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
/*=== dsvy-footer-style-1===*/
.dsvy-footer-style-1 .dsvy-footer-overlay{
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.dsvy-footer-style-1 .dsvy-footer-section.dsvy-bg-color-transparent{
	border-top: 1px solid rgb(255 255 255 / 25%);
}
.dsvy-footer-style-1 .dsvy-footer-section.dsvy-footer-widget-area{
	padding-bottom: 20px;
}
.dsvy-footer-style-1 .dsvy-footer-text-area .dsvy-footer-copyright-box{
	color:  rgb(255 255 255 / 80%);
}
.dsvy-footer-style-1 .dsvy-footer-text-area .dsvy-footer-copyright-box a{
	color:  rgb(255 255 255 / 90%);
}
.dsvy-footer-style-1 .dsvy-footer-text-area .dsvy-footer-copyright-box a:hover{
	color:  rgb(255 255 255 / 100%);
}
.dsvy-widget-border .dsvy-main-logo{
	margin-bottom: 10px;
}
.dsvy-footer-newsletter{
	position: relative;
}
.dsvy-footer-newsletter button {
	margin-top: 12px;
	line-height: normal;
	padding: 16px 40px;
	color: var(--dsvy-politicia-global-color);
	background-color: var(--dsvy-politicia-white-color);
}
.dsvy-footer-newsletter button:hover{
	color: var(--dsvy-politicia-white-color);
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-footer-newsletter input[type="email"] {
	background-color: transparent;
	border: 1px solid rgb(255 255 255 / 50%);
	margin-top: 30px;
	padding: 0px 75px 0 20px;
	height: 50px;
	color: #fff;
}
.dsvy-footer-newsletter input[type="email"]::-webkit-input-placeholder{
	color: var(--dsvy-politicia-white-color);
	font-weight: normal;
}
.dsvy-footer-overlay .dsvy-footer-overlay-inner .container > .row {
	align-items: center!important;
}
.dsvy-footer-overlay-right.col-md-6{
	text-align: right;
}
.dsvy-footer-overlay .mc4wp-form{
	background-color: var(--dsvy-politicia-global-color);
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.dsvy-footer-overlay .mc4wp-form::after{
	position: absolute;
	content: '';
	right: 60px;
	top: 0;
	width: 2000px;
	height: 100%;
	background-color: var(--dsvy-politicia-global-color);
	z-index: -1;
}
.dsvy-footer-overlay .mc4wp-form-fields .dsvy-footer-newsletter-title h3{
	font-size: 18px;
	line-height: normal;
	margin: 0;
	margin-right: 30px;
}
.dsvy-footer-overlay .mc4wp-form-fields {
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.dsvy-footer-overlay .dsvy-footer-newsletter input[type="email"]{
	width: 316px;
	height: 48px;
	margin-top: 0;
}
.dsvy-footer-overlay .dsvy-footer-newsletter button{
	background-color: transparent;
	color: var(--dsvy-politicia-secondary-color);
	top: 0;
	font-size: 15px;
	outline: none;
}
.dsvy-footer-overlay .dsvy-social-links{
	margin: 0;
}
.dsvy-footer-overlay .dsvy-social-links li {
	display: inline-block;
	margin: 0 5px;
}
.dsvy-footer-overlay .dsvy-social-links li a {
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
}
.dsvy-footer-overlay .dsvy-footer-overlay-right a{
	color: var(--dsvy-politicia-secondary-color);
}
.dsvy-footer-overlay .dsvy-social-links li a:hover{
	color: #fff;
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-footer-text-area .dsvy-footer-copyright-box.col-md-12{
	text-align: center;
	font-weight: 500;
}
.dsvy-footer-widget .dsvy-social-links{
	margin-top: 20px;
}
.dsvy-footer-widget .dsvy-social-links li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 8px;
}
.dsvy-footer-widget .dsvy-social-links li a{
	font-size: 15px;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: var(--dsvy-politicia-blackish-color);
	border-radius: 5px;
}
/*=== dsvy-float-menu ===*/
.site-footer .widget ul a:hover{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-two-column-menu.widget ul > li{
	float: left;
	width: 50%;;
}
.site-footer .widget.widget_rss h2 .rsswidget a{
	color: var(--dsvy-politicia-global-color);
}
.site-footer .widget.widget_nav_menu ul li > a,
.site-footer .widget.widget_meta ul li > a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li > a,
.site-footer .widget.widget_categories ul li > a,
.site-footer .widget.widget_pages ul li > a {
	position: relative;
	padding-left: 18px;
}
.site-footer .widget.widget_nav_menu ul li > a::before,
.site-footer .widget.dsvy_widget_list_all_posts ul li > a::before,
.site-footer .widget.widget_meta ul li > a::before,
.site-footer .widget.widget_recent_entries ul li::before,
.site-footer .widget.widget_recent_comments ul li::before,
.site-footer .widget.widget_archive ul li a::before,
.site-footer .widget.widget_categories ul li a::before,
.site-footer .widget.widget_pages ul li a::before {
	position: absolute;
	content: '\e814';
	color: #fff;
	font-family: 'designervily-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;
}
.site-footer .widget.widget_nav_menu ul li > a::before,
.site-footer .widget.widget_meta ul li > a::before,
.site-footer .widget.widget_recent_entries ul li::before,
.site-footer .widget.widget_recent_comments ul li::before,
.site-footer .widget.widget_archive ul li a::before,
.site-footer .widget.widget_categories ul li a::before,
.site-footer .widget.widget_pages ul li a::before {
	top: 3px;
}
/*=== site-footer widget_recent_comments ===*/
.site-footer .widget.widget_recent_comments ul li{
	color: rgba(255, 255, 255, 0.70);
}
.dsvy-contact-social-area ul,
.dsvy-footer-social-area ul{
	list-style: none;
	text-align: right;
	margin: 0;
}
.dsvy-contact-social-area ul li,
.dsvy-footer-social-area ul li{
	display: inline-block;
	margin-right: 10px;
}
.dsvy-contact-social-area ul a,
.dsvy-footer-social-area ul li a{
	display: block;
	background-color: rgba(255, 255, 255, 0.30);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
/*=== Footer Widget ===*/
.site-footer .widget_archive ul li{
	position: relative;
}
.site-footer .widget_archive ul li span,
.site-footer .widget_categories ul li span{
	position: absolute;
	right: 15px;
	top: 0;
}
.dsvy-text-color-white .widget_categories ul li span,
.dsvy-text-color-white .widget_archive ul li span {
	background-color: #fff;
	color: var(--dsvy-politicia-secondary-color);
}
/*=== Footer Social icon  ===*/
.footer-social-links{
	border-top: 1px solid rgb(255 255 255 / 5%);
	margin-top: 50px;
	margin-left: -45px;
	margin-right: -45px;
}
.footer-social-links{
	padding-top: 60px;
	padding-bottom: 0px;
}
.footer-social-links .dsvy-social-links{
	margin-top: -15px;
}
.footer-social-links .dsvy-social-links li{
	display: inline-block;
}
.footer-social-links .dsvy-social-links li a{
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 4px;
	text-align: center;
	color: #333;
	border-radius: 50%;
}
.footer-social-links .dsvy-social-links li a:hover{
	color: #fff;
}
.dsvy-footer-text-area {
	padding-top: 0;
	padding-bottom: 0;
}
.dsvy-footer-style-2 .dsvy-footer-text-area{
	padding-top: 40px;
	padding-bottom: 40px;
}
.dsvy-footer-style-2.site-footer .footer-wrap.dsvy-footer-big-area{
	padding-top: 0px;
	padding-bottom: 80px;
	margin-top: 0px;
}
.search-results .dsvy-footer-style-2.site-footer .footer-wrap.dsvy-footer-big-area,
.dsvy-sidebar-exists .dsvy-footer-style-2.site-footer .footer-wrap.dsvy-footer-big-area{
	margin-top: 60px;
}
.dsvy-footer-style-2.site-footer .footer-wrap.dsvy-footer-big-area .dsvy-footer-logo{
	background: var(--dsvy-politicia-global-color);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 110px;
	border: 5px solid;
}
.dsvy-footer-style-2.site-footer .footer-wrap.dsvy-footer-big-area .dsvy-footer-logo{
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	right: 0;
	text-align: center;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
	-o-transition: all ease 800ms;
}
.dsvy-footer-style-2 .dsvy-footer-text-area{
	border-top: 1px solid #122883;
}
.dsvy-footer-style-2 .dsvy-footer-text-inner{
	padding: 0;
}
.dsvy-footer-style-2 .dsvy-footer-text-inner .dsvy-footer-copyright-text{
	text-align: right;
}
.dsvy-footer-style-2 .dsvy-footer-section.dsvy-footer-big-area-wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
.dsvy-footer-style-2 .dsvy-footer-section.dsvy-footer-widget-area{
	padding-bottom: 30px;
}
.dsvy-footer-style-2 .dsvy-footer-text-area .dsvy-footer-copyright-box.col-md-12{
	text-align: right;
}
/* --------------------------------------
 * Timebox List Section
 * ---------------------------------------*/
ul.dsvy-timelist-list{
	padding: 0px;
	margin: 0;
}
ul.dsvy-timelist-list li{
	list-style: none; 
	padding: 8px 0px;
}
ul.dsvy-timelist-list li:first-child{
	padding-top: 0;
}
ul.dsvy-timelist-list li:last-child{
	border-bottom: none;
}
ul.dsvy-timelist-list .dsvy-timelist-li-value{
	float: right; 
}
/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/
.dsvy-sbox-icon-wrapper svg,
.dsvy-fid-svg-wrapper svg{
	width: 16px;
	height: 16px;
	fill: #666;
}
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.dsvy-service-icon-wrapper svg,
.dsvy-service-icon-wrapper img{
	width: 1em;
	height: 1em;
}
.dsvy-service-icon-wrapper img{
	display: inline-block !important;
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
	margin: 0;
	width: 100%;
	padding: 200px 0px;
	position: relative;
	text-align: center;
}
.error-404 .error-message{
	color: #2c2c2c;
}
.error-404 .error-message{
	display: inline-block;
	font-size: 290px;
	line-height: 290px;
	font-weight: 900;
}
.error-404 .footer-message{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 15px;
}
.error-404 .search-form{
	margin: 45px auto;
	max-width: 400px;
}
.error404 .wrap{
	width: 100%;
}
.error404 .search-form{
	position:  relative;
}
.error404 .search-form input[type="search"]{
	border-radius: 0px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #f2f3f4;
	padding-right: 55px;
}
.error404 .search-form .search-submit::after{
	font-family: "designervily-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #dbdbdb;
	font-size: 22px;
}
.error404 .search-form label{
	display: none;
}
.error404 .search-form button{
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.error404 #primary{
	flex: none !important;
	max-width: none !important;
}
.error404 .dsvy-header-style-2 .dsvy-header-menu-area{
	border-bottom: 1px solid #f1f1f1;
}
.error404 a.dsvy-home-back{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	position: relative;
}
.error404 a.dsvy-home-back::after{
	font-family: "designervily-base-icons";
	content: '\e848';
	margin-left: 15px;
}
.error404 .dsvy-text-color-white a.dsvy-home-back{
	color: #fff;
}
.error404  .dsvy-title-bar-wrapper{
	display: none;
}
.error404 h2.page-title{
	font-size: 200px;
	line-height: 210px;
	font-weight: bold;
}
.error404 .site-content-wrap{
	position: relative;
}
.error404 .site-content-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.error404 .dsvy-text-color-blackish a.dsvy-home-back:hover{
	opacity: 0.9;
}
/*=== search-no-results ===*/
.search-no-results #primary{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.search-no-results-content{
	padding: 80px 50px;
	text-align: center;
	margin-bottom: 100px;
}
.search-no-results-content p{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	max-width: 480px;
}
.search-no-results .search-no-results-content .search-form{
	position: relative;
}
.search-no-results .search-no-results-content .search-form input[type="search"]{
	padding-right: 50px;
	height: 60px;
}
.search-no-results .search-no-results-content .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-color: var(--dsvy-politicia-global-color);
}
.search-no-results .search-no-results-content .search-form button::after {
	position: absolute;
	font-family: 'designervily-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.search-results .dsvy-top-search-form .search-form button{
	background-color: var(--dsvy-politicia-global-color);
}
/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.dsvy-header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
.dsvy-header-search-form-wrapper.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
.dsvy-header-search-form-wrapper .search-form{
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dsvy-header-search-form-wrapper .search-form::after{
	font-family: "designervily-base-icons";
	content: '\e800';
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
	font-size: 25px;
	line-height: normal;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]{
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	padding-left: 0;
	border-radius: 0;
}
.dsvy-header-search-form-wrapper .search-form button::before{
	display: none;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a4a4a4;
	opacity: 1; /* Firefox */
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a4a4a4;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #a4a4a4;
}
.dsvy-header-search-form-wrapper .search-form [type=submit]{
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	background-color: transparent;
	text-indent: -9999px;
}
.dsvy-header-search-form-wrapper .dsvy-search-close{
	position: absolute;
	top: 40px;
	right: 40px;
	border-color: #fff;
	color: #fff;
	opacity: 0.8;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
}
.dsvy-header-search-form-wrapper .dsvy-search-close:hover{
	opacity: 1;
}
/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: var(--dsvy-politicia-global-color);
}
/* --------------------------------------
 * Tab and Accordion
 * ---------------------------------------*/ 
.elementor-element .elementor-accordion .elementor-tab-title{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: var(--dsvy-politicia-blackish-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	padding: 20px 60px 20px 35px;
}
.elementor-accordion .elementor-tab-title a:not(:hover){
	color: var(--dsvy-politicia-blackish-color) !important ;
}
.elementor-accordion .elementor-tab-title a{
	color: var(--dsvy-politicia-blackish-color) !important;
}
.elementor-accordion .elementor-tab-title:hover a,
.elementor-accordion .elementor-tab-title.elementor-active a{
	color: var(--dsvy-politicia-global-color) !important;
}
.elementor-accordion .elementor-tab-title.elementor-active{
	color: #fff;
	background-color: transparent;
}
.dsvy-blackish-tab .elementor-accordion .elementor-tab-title:hover,
.dsvy-blackish-tab .elementor-accordion .elementor-tab-title.elementor-active{
	background-color: var(--dsvy-politicia-blackish-color);
	border-color: var(--dsvy-politicia-blackish-color);
}
.dsvy-blackish-tab .elementor-accordion .elementor-tab-title a{
	font-size: 18px !important;
}
.elementor-accordion .elementor-accordion-item{
	border: none;
	margin-bottom: 10px;
}
.elementor-accordion-item{
	position: relative;
}
.elementor-element .elementor-accordion .elementor-tab-content{
	padding: 0px 35px 20px;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.elementor-element .elementor-accordion .elementor-tab-content > p{
	margin-bottom: 0;
}
.elementor-accordion .elementor-tab-content.elementor-active{
	margin-bottom: 25px;
}
.elementor-element .elementor-accordion .elementor-tab-title.elementor-active{
	padding-top: 35px;
}
.elementor-accordion .elementor-accordion-item .elementor-active{
	background: var(--dsvy-politicia-white-color);
}
.elementor-accordion .elementor-accordion-item.dsvy-active-accordion{
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08)!important;
}
.elementor-element .elementor-accordion .elementor-tab-title .elementor-accordion-icon{
	top: 50%;
	position: absolute;
	right: 15px;
	width: 40px !important;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	text-align: center!important;
	background-color: var(--dsvy-politicia-secondary-color);
	border-radius: 50%;
	color: var(--dsvy-politicia-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.elementor-element .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
	fill: var(--dsvy-politicia-white-color);
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{
	background-color: var(--dsvy-politicia-global-color);
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
/* --------------------------------------
 * Button Section
 * ---------------------------------------*/ 
/*=== elementor-widget-button ===*/
button:focus{
	outline: 0;
}
.elementor-button{
	position: relative;
}
.elementor-button::after,
.elementor-widget-button .elementor-button.elementor-size-sm::after{
	right: 18px;
}
.elementor-widget-button .elementor-button.elementor-size-sm::before{
	right: 22px;
}
.dsvy-btn-style-flat.dsvy-btn-color-globalcolor .elementor-button::before{
	background-color: #fff;
}
.elementor-button{
	border-radius: 0;
}
.elementor-widget-button.dsvy-btn-style-outline.dsvy-btn-shape-square .elementor-button,
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-square .elementor-button{
	border-radius: 0;
}
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-round .elementor-button{
	border-radius: 5px;
}
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-rounded .elementor-button{
	border-radius: 10px;
}
.elementor-widget.elementor-widget-button{
	color: #fff;
}
.dsvy-elementor-bg-color-globalcolor .dsvy-btn-color-blackish .elementor-button:hover{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button{
	background-color: #fff !important;
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover{
	background-color: var(--dsvy-politicia-blackish-color) !important;
	color: var(--dsvy-politicia-white-color);
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover::before{
	background-color: #fff;
}
.dsvy-btn-style-flat.dsvy-btn-color-secondary .elementor-button,
.elementor-widget-button.dsvy-btn-bg-color-secondary .elementor-button{
	background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-btn-style-text.dsvy-btn-color-secondary .elementor-button{
	color: var(--dsvy-politicia-secondary-color);
}
.dsvy-btn-style-text.dsvy-btn-color-secondary .elementor-button:hover{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-btn-style-text.dsvy-btn-color-globalcolor .elementor-button:hover{
	color: var(--dsvy-politicia-secondary-color);
}
.dsvy-btn-style-flat.dsvy-btn-color-secondary .elementor-button:hover,
.elementor-widget-button.dsvy-btn-bg-color-secondary .elementor-button:hover,
.elementor-widget-button.dsvy-btn-bg-color-secondary .elementor-button:hover{
	background-color: var(--dsvy-politicia-global-color)!important;
}
.dsvy-btn-style-flat .elementor-button,
.dsvy-btn-style-flat.dsvy-btn-color-globalcolor .elementor-button,
.dsvy-btn-style-flat.dsvy-btn-color-blackish .elementor-button:hover{
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-btn-color-white .elementor-button,
.dsvy-btn-style-text.dsvy-btn-color-globalcolor .elementor-button{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid var(--dsvy-politicia-blackish-color);
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button,
.dsvy-btn-style-outline .elementor-button:hover span {
	color: #fff!important;
}
.elementor-widget-button.dsvy-btn-color-global.dsvy-btn-style-flat:not(:hover) .elementor-button {
	background-color: var(--dsvy-politicia-global-color)!important;
}
.elementor-widget-button.dsvy-btn-color-secondary.dsvy-btn-style-flat:not(:hover) .elementor-button {
	background-color: var(--dsvy-politicia-secondary-color)!important;
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button{
	border-color: #fff;
}
.dsvy-btn-style-outline.dsvy-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper::before,
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button:hover{
	background-color: #fff;
}
.elementor-widget-button .elementor-button{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.elementor-element .elementor-button.elementor-size-xs {
	padding: 12px 34px;
	font-size: 9px;
}
.elementor-element .elementor-button.elementor-size-sm{
	padding: 20px 40px;
}
.dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-read-more-link a,
.elementor-element .elementor-button.elementor-size-md {
	padding: 22px 45px 22px 35px;
	font-size: 14px;
}
.elementor-element .elementor-button.elementor-size-lg{
	padding: 24px 46px;
	font-size: 15px;
}
.elementor-element .elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.dsvy-btn-color-blackish.dsvy-btn-style-outline .elementor-button{
	border-color: var(--dsvy-politicia-blackish-color);
}
.dsvy-btn-style-outline .elementor-button:hover::before{
	background-color: #fff;
}
.dsvy-btn-color-globalcolor.dsvy-btn-style-outline .elementor-button{
	border-color: var(--dsvy-politicia-global-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-globalcolor .elementor-button:hover{
	background-color: var(--dsvy-politicia-global-color)!important;
}
.dsvy-btn-style-outline.dsvy-btn-color-secondary .elementor-button:hover{
	background-color: var(--dsvy-politicia-secondary-color)!important;
}
.dsvy-btn-style-outline.dsvy-btn-color-secondary .elementor-button{
	border-color: var(--dsvy-politicia-secondary-color);
	color: var(--dsvy-politicia-secondary-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button:hover span{
	color: var(--dsvy-politicia-blackish-color) !important;
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button:hover .elementor-button-content-wrapper span::after,
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button .elementor-button-content-wrapper span::after{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button .elementor-button-content-wrapper span::after,
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover .elementor-button-content-wrapper span::after{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-btn-style-outline .elementor-button.elementor-size-sm{
	padding: 14px 38px;
}
.elementor-element .dsvy-btn-style-text .elementor-button{
	padding: 0 !important;
	background-color: transparent !important;
}
.dsvy-btn-style-text.dsvy-btn-color-white .elementor-button{
	color: #fff;
}
.dsvy-btn-style-text.dsvy-btn-color-gradient .elementor-button{
	border-image-source: none !important;
	background-image: none !important;
}
.elementor-button .dsvy-politicia-icon-next {
	font-size: 10px;
	line-height: normal;
	position: relative;
}
.elementor-button .elementor-align-icon-right{
	margin-left: 15px;
}
.dsvy-service-btn a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-service-btn a:hover{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-blog-classic-inner .dsvy-read-more-link a:hover span::before{
	background-color: var(--dsvy-politicia-global-color);
}
.rev-button span{
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.rev-button:hover span{
	color: var(--dsvy-politicia-blackish-color);
}
.wpem-single-event-page .wpem-organizer-contact-actions a span,
.dsvy-form-style-2.main-form button span,
.dsvy-team-form button span,
.rev-button span,
.dsvy-form-style-1 button span,
.dsvy-blog-classic-inner .dsvy-read-more-link a,
.dsvy-text-widget-style-1 .dsvy-content-wrapper a span,
.dsvy-header-button a span,
.dsvy-subscribe-form button,
.elementor-button .elementor-button-content-wrapper span,
.dsvy-search-results .dsvy-read-more-link a span,
.dsvy-blog-classic .dsvy-read-more-link a span,
.dsvy-ptable-btn a span,
.dsvy-service-btn a span{
	position: relative;
	display: inline-block;
	padding-right: 4px;
	line-height: 14px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.wpem-single-event-page .wpem-organizer-contact-actions a span::after,
.dsvy-team-form button span::after,
.dsvy-text-widget-style-1 .dsvy-content-wrapper a span::after,
.rev-button span::after,
.dsvy-form-style-2 button span::after,
.dsvy-form-style-1 button span::after,
.dsvy-search-results .dsvy-read-more-link a span::after,
.dsvy-blog-classic .dsvy-read-more-link a span::after,
.dsvy-header-button a span::after,
.dsvy-subscribe-form button::after,
.elementor-button .elementor-button-content-wrapper span::after,
.dsvy-ptable-btn a span::after,
.dsvy-service-btn a span::after{
	position: absolute;
	content: "\e814";
	font-family: "designervily-base-icons";
	top: 50%;
	margin-top: -10px;
	right: -10px;
	left: auto;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--dsvy-politicia-white-color);
}
.dsvy-countdown-style1.elementor-element.elementor-widget-empty,
.elementor-widget-button.dsvy-btn-style-outline:not(:hover) .elementor-button {
	background-color: transparent!important;
}
.dsvy-service-btn a:hover::before{
	background-color: var(--dsvy-politicia-blackish-color);
}
.wpem-single-event-page .wpem-organizer-contact-actions a:hover span::before,
.dsvy-team-form button:hover span::before,
.dsvy-service-style-2 .dsvy-service-btn a:hover,
.dsvy-blog-classic .dsvy-read-more-link a:hover span::before,
.dsvy-form-style-2 button:hover span::before,
.dsvy-header-style-4 .dsvy-header-button a span::before,
.dsvy-btn-color-secondary .elementor-button:hover .elementor-button-content-wrapper span::before,
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover span::before,
.dsvy-header-style-2 .dsvy-header-button a span::before,
.wpcf7-submit span::before,
.dsvy-btn-color-globalcolor.dsvy-btn-style-flat span::before,
.dsvy-btn-style-outline.dsvy-btn-color-globalcolor:hover span::before{
	background-color: var(--dsvy-politicia-white-color);
}
.dsvy-btn-color-secondary .elementor-button:hover .elementor-button-content-wrapper span::after,
.dsvy-btn-style-outline .elementor-button:hover .elementor-button-content-wrapper span::after{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-text-widget-style-1 .dsvy-content-wrapper a:hover span::after,
.rev-button:hover span::after,
.dsvy-service-style-2 .dsvy-service-btn a:hover,
.dsvy-form-style-1 button:hover span::after,
.dsvy-service-btn a:hover span::after,
.dsvy-btn-style-outline .elementor-button .elementor-button-content-wrapper span::after{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-btn-text.elementor-widget-button .elementor-button{
	padding: 60px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper{
	padding-right: 0;
}
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper::before,
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper::after{
	content: none;
}
/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.dsvy-company-hostory .simple-text p{
	text-align:left;
}
.dsvy-company-hostory .year{
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background:#f2c21a;
}
.dsvy-company-hostory .company_detail .content{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.dsvy-company-hostory .dsvy-ourhistory-row {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.dsvy-timeline .dsvy-timeline-post-items{
	padding-top: 80px;
	padding-bottom: 80px;
}
.dsvy-timeline .dsvy-timeline-post-items .dsvy-timeline-inner{
	padding-bottom: 60px;
}
.dsvy-timeline .dsvy-timeline-post-items .dsvy-timeline-inner:last-child{
	padding-bottom: 0px;
}
.dsvy-ourhistory-type2 .label {
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-ourhistory-type2 h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-row .dsvy-ourhistory-left .dsvy-timeline-image img{
	width: 100%;
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-row{
	align-items: center;
}
.dsvy-ourhistory-type2.dsvy-ourhistory-right.last{
	padding-bottom:0;
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .dsvy-timeline-image,
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .content{
	padding: 30px;
	background: #fff;
	box-shadow: 0px 2px 126px 0px rgb(0 0 0 / 8%);
	position: relative;
	color: #666;
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .content .simple-text p{
	margin-bottom: 0;
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .content::before {
	position: absolute;
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	right: -20px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.dsvy-ourhistory-type2 .dsvy-ourhistory-center span{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background: var(--dsvy-politicia-global-color);
	padding: 5px 15px;
	color: var(--dsvy-politicia-white-color);
	transform: translate(-50px, -20px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-elementor-bg-color-gradient .dsvy-ourhistory-type2 .dsvy-ourhistory-center span,
.dsvy-elementor-bg-color-globalcolor .dsvy-ourhistory-type2 .dsvy-ourhistory-center span{
	background-color: var(--dsvy-politicia-blackish-bg-color);
}
.dsvy-ourhistory-type2:hover .dsvy-ourhistory-center span{
	background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-elementor-bg-color-secondary .dsvy-ourhistory-type2:hover .dsvy-ourhistory-center span{
	background-color: var(--dsvy-politicia-blackish-bg-color);
}
.dsvy-timeline .dsvy-timeline-inner:nth-child(even) .row.dsvy-ourhistory-row{
	flex-direction: row-reverse;
	align-items: center;
}
.dsvy-timeline .dsvy-timeline-inner:nth-child(even) .row.dsvy-ourhistory-row .dsvy-ourhistory-right .content::before{
	position: absolute;
	content: '';
	box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 0px solid transparent;
	border-right: 20px solid #fff;
	left: -20px;
	right: auto;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.dsvy-timeline .dsvy-timeline-inner:nth-child(odd) .dsvy-ourhistory-type2 .dsvy-ourhistory-right{
	padding-right: 70px;
	padding-left: 15px
}
.dsvy-timeline .dsvy-timeline-post-items{
	position: relative;
}
.dsvy-timeline .dsvy-timeline-post-items::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 5px);
	width: 2px;
	height: 100%;
	background: var(--dsvy-politicia-global-color)
}
.dsvy-elementor-bg-color-gradient .dsvy-timeline .dsvy-timeline-post-items::before,
.dsvy-elementor-bg-color-globalcolor .dsvy-timeline .dsvy-timeline-post-items::before{
	background: var(--dsvy-politicia-blackish-bg-color)
}
.dsvy-timeline .dsvy-first-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--dsvy-politicia-global-color);
}
.dsvy-timeline .dsvy-last-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--dsvy-politicia-global-color);
}
.dsvy-elementor-bg-color-gradient .dsvy-timeline .dsvy-first-timeline,
.dsvy-elementor-bg-color-gradient .dsvy-timeline .dsvy-last-timeline,
.dsvy-elementor-bg-color-globalcolor .dsvy-timeline .dsvy-first-timeline,
.dsvy-elementor-bg-color-globalcolor .dsvy-timeline .dsvy-last-timeline{
	border-color: var(--dsvy-politicia-blackish-color);
}
/* --------------------------------------
 * List
 * ---------------------------------------*/ 
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon,
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon{
	line-height: normal;
	padding-right: 10px;
}
.elementor-icon-list-item span i{
	position: relative;
	top: 2px;
	font-weight: normal;
}
.elementor-icon-list-item span.elementor-icon-list-text{
	color: var(--dsvy-politicia-blackish-color) !important;
}
.elementor-element .elementor-icon-list-items .elementor-icon-list-icon i{
	width: auto;
	color: var(--dsvy-politicia-global-color);
}
.elementor-element .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
	padding-inline-start: 0 !important;
	padding-left: 0;
}
/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/
/*--- dsvy-heading-style-1 ---*/ 
.dsvy-heading-style-1 .center-align.dsvy-heading-subheading h2::after{
	left: 50%;
	-khtml-transform: translateX(-45%) translateY(0%);
	-moz-transform: translateX(-45%) translateY(0%);
	-ms-transform: translateX(-45%) translateY(0%);
	-o-transform: translateX(-45%) translateY(0%);
	transform: translateX(-45%) translateY(0%);
}
.dsvy-heading-style-1 .dsvy-heading-subheading h2::after {
	position: absolute;
	content: "";
	left: 10px;
	bottom: -10px;
	width: 235px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--dsvy-politicia-global-color);
	-webkit-mask:  url("../images/title-underline.svg") no-repeat 50% 50%;
	mask: url("../images/title-underline.svg") no-repeat 50% 50%;
}
.dsvy-heading-style-1 .dsvy-heading-subheading h2 {
	position: relative;
	padding-bottom: 20px;
}
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-title span {
	color: transparent;
	-webkit-text-stroke: 1px var(--dsvy-politicia-blackish-color);
}
.dsvy-elementor-bg-color-blackish .dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-title span{
	-webkit-text-stroke: 1px #fff;
}
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-subtitle::before {
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-subtitle {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
/*--- dsvy-text-style-1 ---*/
.dsvy-text-style-1 .elementor-widget-container span.globalcolor {
	margin-right: 7px;
}
.dsvy-text-style-1 .elementor-widget-container p {
	margin: 0;
}
.dsvy-text-style-1 .elementor-widget-container {
	font-size: 16px;
	font-weight: 600;
	color: var(--dsvy-politicia-blackish-color);
	transform: rotate(-90deg);
}
/* --- dsvy-social-links-inline --- */
.dsvy-social-links-inline .dsvy-social-links {
	padding: 0;
}
.dsvy-social-links-inline .dsvy-social-li:first-child {
	margin-left: 0;
}
.dsvy-social-links-inline .dsvy-social-li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.dsvy-social-links-inline .dsvy-social-li a{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-social-links-inline .dsvy-social-li a:hover{
	color: var(--dsvy-politicia-blackish-color);
}
/*--- wpem-event-listing-box-view ---*/
.wpem-event-listings.wpem-event-listing-box-view .dsvy-event-style-1 .wpem-event-layout-wrapper,
.wpem-event-listings.wpem-event-listing-box-view .dsvy-event-style-2 .wpem-event-layout-wrapper{
	box-shadow:none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{
	display: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
	height: 300px;
	transition-duration: 1000ms;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
	background-size: cover!important;
	background-position: center!important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date{
	display: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
	border:none;
	background-color: transparent!important;
	overflow: visible;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text{
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	margin:0;
	color: var(--dsvy-politicia-secondary-color);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:active,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:focus,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:hover{
	color: var(--dsvy-politicia-global-color);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{
	padding: 0;
	line-height: inherit;
	float: none;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
	display: inline-block;
	width: auto;
	color: #666!important;
	font-size: 14px;
	line-height: 24px!important;
	font-weight: 400;
	padding-left: 0px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time-text::before{
	content: '\e844';
}
.dsvy-element-event_listing-style-1 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{
	content: '\f115';
}
.dsvy-element-event_listing-style-1 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
.dsvy-element-event_listing-style-1 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time-text::before{
	font-family: 'designervily-base-icons';
	color: var(--dsvy-politicia-global-color);
	left: 0;
	position: absolute;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
	position: relative;
}
.dsvy-element-posts-wrapper.wpem-event-listing-box-view{
	margin: 0 -15px;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .dsvy-box{
	padding: 0;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .event_listing{
	overflow: visible;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .event_listing{
	padding: 0;
	display: flex;
	justify-content: space-between!important;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url{
	padding: 15px 17px 15px 35px;
	position: relative;
	background-color: #fff;
	display: block;
	flex: 1;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing.dsvy-event-style-1 .wpem-event-layout-wrapper .wpem-event-action-url {
	padding: 0;
}
.wpem-event-listing-box-view .dsvy-event-style-1.dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link{
	display: none;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link{
	background-color: var(--dsvy-politicia-global-color) !important;
	width: 80px;
	margin-left: 10px;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link a{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link a::after{
	content: "\e814";
	font-family: "designervily-base-icons";
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 50%;
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper{
	background-color: transparent;
	border: 0 !important;
	box-shadow: none!important;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{
	color: var(--dsvy-politicia-global-color) !important;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-box-col:first-child .wpem-event-layout-wrapper,
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper,
.wpem-event-listing-box-view.dsvy-ele-event_listing .wpem-event-layout-wrapper .event_listing{
	border: 0;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing.wpem-col{
	margin-bottom: 20px;
	padding-bottom: 0;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-date{
	color: var(--dsvy-politicia-blackish-color);
	font-weight: 700 !important;
	line-height: 36px;
	font-size: 36px !important;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date{
	padding-top: 0 !important;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{
	width: auto;
	position: unset;
	margin-top: 10px;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	font-size: 24px;
	line-height: 34px;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	color: var(--dsvy-politicia-blackish-color);
}
.wpem-event-listing-box-view.dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a:hover{
	color: var(--dsvy-politicia-global-color);
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-month{
	font-size: 14px !important;
	color: var(--dsvy-politicia-blackish-color) !important;
	line-height: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 2px;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date{
	padding-left: 17px;
	position: relative;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator{
	top: 25%;
}
.wpem-event-listing-box-view.dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation,
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type{
	display: flex;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing.dsvy-event-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
.wpem-event-listing-box-view .dsvy-ele-event_listing.dsvy-event-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
	display: block;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
	display: none;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator {
	position: absolute;
	left: 7px;
	top: 39%;
	transform: translate(0,-50%);
	font-size: 20px;
	color: #888;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	margin-bottom: 0;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing.dsvy-event-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{
	margin: 0 0 20px;
}
.dsvy-element-event_listing-style-1  .wpem-event-listings.event_listings .wpem-event-infomation .wpem-heading-text a{
	color: var(--dsvy-politicia-blackish-color)!important;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation{
	box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 8%);
	padding: 20px 27px 20px;
}
.dsvy-element-event_listing-style-1.designervily-element-viewtype-carousel .wpem-event-listings.owl-carousel .wpem-event-box-col{
	margin-left: 5px;
	margin-right: 5px;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{
	background: var(--dsvy-politicia-global-color);
	color: var(--dsvy-politicia-white-color);
	padding: 5px 20px;
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	border-radius: 5px;
	margin: 0;
	text-transform: uppercase;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type{
	position: absolute;
	top: -34px;
	right: -5px;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .event_listing:hover .wpem-event-banner .wpem-event-banner-img {
	-webkit-transform: scale(1.2) translateY(-2%);
	-ms-transform: scale(1.2) translateY(-2%);
	transform: scale(1.2) translateY(-2%);
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .event_listing .wpem-event-banner{
	position: relative;
	overflow: hidden;
}
.dsvy-element-event_listing-style-1 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url{
	padding: 0;
}
/*dsvy-element-event_listing-style-2*/
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url{
	display:flex !important;
	margin-top: 5px;
	padding: 0;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url .wpem-event-date{
	display: none;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding-left: 0px;
}
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
	padding-right: 0;
	position: absolute;
	top: 25px;
	background-color: transparent!important;
}
.wpem-event-listings .dsvy-event-style-2 .wpem-event-layout-wrapper .wpem-event-banner {
	width: auto;
}
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 130px;
	width: 140px;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link {
	width: 35px;
	margin-left: 0;
	background-color: transparent!important;
	background-color:transparent!important;
	border-left: 1px solid #eee;
	margin-right: 5px;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link a::after {
	color: var(--dsvy-politicia-global-color)!important;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-location{
	display: block!important;
}
.wpem-event-listing-box-view .dsvy-ele-event_listing.dsvy-event-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{
	margin-left: 0px;
}
.dsvy-element-event_listing-style-1 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text,
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	font-size: 18px;
	line-height: 22px;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a{
	color: var(--dsvy-politicia-blackish-color)!important;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a:hover{
	color: var(--dsvy-politicia-global-color)!important;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url::before{
	position: absolute;
	content: "";
	box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 8%);
	margin-left: 25px;
	width: calc(100% - 32px);
	height: 100%;
}
.dsvy-element-event_listing-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation {
	padding: 35px 30px 46px 170px;
	width: calc(100% - 35px);
}
.dsvy-ele-event_listing.dsvy-event-style-2 .wpem-event-layout-wrapper .wpem-event-action-url{
	padding: 0;
}
.dsvy-element-event_listing-style-1 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .dsvy-event-meta,
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .dsvy-event-meta{
	display: flex;
}
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .dsvy-event-meta{
	justify-content: space-between;
}
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{
	background: var(--dsvy-politicia-global-color);
	color:var(--dsvy-politicia-white-color);
	padding: 3px 10px 4px;
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	border-radius: 5px;
	margin: 0;
}
.dsvy-element-event_listing-style-2 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.dsvy-element-event_listing-style-2 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.dsvy-element-event_listing-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type{
	margin-left: 0;
}
.wpem-theme-button{
	background-color: var(--dsvy-politicia-global-color) !important;
	padding: 20px 40px !important;
	border-radius: 5px !important;
	line-height: normal !important;
}
.wpem-theme-button:hover{
	background-color: var(--dsvy-politicia-blackish-color) !important;
}
.wpem-form-wrapper .wpem-form-group input[type=color],
.wpem-form-wrapper .wpem-form-group input[type=date],
.wpem-form-wrapper .wpem-form-group input[type=datetime-local],
.wpem-form-wrapper .wpem-form-group input[type=datetime],
.wpem-form-wrapper .wpem-form-group input[type=email],
.wpem-form-wrapper .wpem-form-group input[type=file],
.wpem-form-wrapper .wpem-form-group input[type=month],
.wpem-form-wrapper .wpem-form-group input[type=number],
.wpem-form-wrapper .wpem-form-group input[type=password],
.wpem-form-wrapper .wpem-form-group input[type=search],
.wpem-form-wrapper .wpem-form-group input[type=tel],
.wpem-form-wrapper .wpem-form-group input[type=text],
.wpem-form-wrapper .wpem-form-group input[type=time],
.wpem-form-wrapper .wpem-form-group input[type=url],
.wpem-form-wrapper .wpem-form-group input[type=week],
.wpem-form-wrapper .wpem-form-group textarea{
	display: block;
	width: 100% !important;
	height: 50px !important;
	font-size: 13px !important;
	color: #666 !important;
	font-weight: 500 !important;
	line-height: normal !important;
	padding: 0px 15px !important;
	background: #eff2f7 !important;
	border: 1px solid #d3d3d3 !important;
	border-radius: 0px !important;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .wpem-form-group .dsvy-select{
	border-radius: 0px;
	border: 1px solid #d3d3d3;
	background: #eff2f7;
}
.wpem-form-wrapper .wpem-form-group .dsvy-select .chosen-container{
	border-radius: 0px;
	border: 0;
	background-color: transparent;
}
.wpem-form-wrapper .wpem-form-group .chosen-container .chosen-single div b {
	display: none;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .wpem-form-group .chosen-container .chosen-single{
	line-height: 50px;
	height: 50px;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button{
	text-transform: capitalize;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .chosen-container .chosen-choices,
.wpem-form-wrapper .chosen-container .chosen-single{
	font-size: 13px !important;
	color: #a4a4a4 !important;
	font-weight: 500 !important;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button .ui-icon{
	position: absolute;
	right: 7px;
	top: 20px;
}
/* ------single event -------*/
.wpem-single-event-page .wpem-heading-text {
	font-size: 30px;
	color: var(--dsvy-politicia-blackish-color);
}
.wpem-single-event-page .wpem-event-details .wpem-event-organizer a{
	color: var(--dsvy-politicia-blackish-color);
	font-size: 16px;
}
.wpem-single-event-page.wpem-main{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info {
	padding: 42px 0px 5px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content{
	padding:0;
}
.wpem-single-event-page .wpem-single-event-wrapper {
	border:0;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after{
	content: unset;
}
.wpem-single-event-page .wpem-listing-accordion .wpem-heading-text{
	font-size: 24px;
	line-height: 34px;
}
.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion{
	background-color: #fff;
	border:0;
	padding: 40px 44px 35px;
}
.dsvy-contant-shadow h3::before,
.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion::before{
	display: block;
	height: 1px;
	content: '';
	position: absolute;
	width: auto;
	top: 83px;
	background-color: #eee;
	left: 45px;
	right: 45px;
}
.single.single-give_forms form[id*=give-form] fieldset{
	position: relative;
}
form[id*=give-form].give-form-type-multi #give_checkout_user_info legend::after,
form[id*=give-form].give-form-type-multi .give-payment-mode-label::after,
.single.single-give_forms form[id*=give-form] legend::after{
	left: 0!important;
}
form[id*=give-form].give-form-type-multi #give_checkout_user_info legend::after,
form[id*=give-form].give-form-type-multi .give-payment-mode-label::after,
.single.single-give_forms form[id*=give-form] legend::after,
.single-give_forms form[id*=give-form] #give-payment-mode-select legend::after{
	bottom: -2px!important;
}
form[id*=give-form].give-form-type-multi #give_checkout_user_info legend::after,
form[id*=give-form].give-form-type-multi .give-payment-mode-label::after,
.dsvy-contant-shadow h3::after,
.single-give_forms form[id*=give-form] #give-payment-mode-select legend::after,
.single-give_forms form[id*=give-form] #give_checkout_user_info legend::after,
.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 3px;
	left: 45px;
	bottom: 23px;
	background-color: var(--dsvy-politicia-secondary-color);
	transition: all 300ms linear;
}
form[id*=give-form].give-form-type-multi #give_checkout_user_info:hover legend::after,
form[id*=give-form].give-form-type-multi .give-payment-mode-label:hover::after,
.dsvy-contant-shadow:hover h3::after,
.single-give_forms form[id*=give-form] #give-payment-mode-select:hover legend::after,
.single-give_forms form[id*=give-form]:hover #give_checkout_user_info legend::after,
.wpem-single-event-page .wpem-single-event-footer:hover div.wpem-listing-accordion::after{
	width: 65px;
}
.wpem-single-event-page .wpem-venue-profile-wrapper,
.wpem-single-event-page .wpem-organizer-profile-wrapper{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile {
	padding: 0px 30px 45px;
}
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile {
	padding: 0px 30px 45px;
}
.wpem-single-event-page .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-row,
.wpem-single-event-page .wpem-venue-inner-wrapper .wpem-row{
	align-items: center;
}
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name span{
	color: var(--dsvy-politicia-global-color);
}
.wpem-single-event-page .wpem-single-event-sidebar-info{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 45px 35px;
	margin-top: 20px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-heading-text {
	font-size: 18px;
	letter-spacing: 0px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type {
	padding: 0;
	margin: 0;
	background:transparent;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a{
	color: #666;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .dsvy-social-share{
	margin-top: 25px;
}
.wpem-single-event-page .wpem-organizer-contact-actions{
	position: relative;
}
.wpem-single-event-page .wpem-organizer-page-url-button{
	position: absolute;
	right: 30px;
	bottom: 5px;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar {
	padding: 40px 0px;
}
.wpem-single-event-page .wpem-single-event-sidebar-info {
	margin-bottom: 30px;
}
/* --------------------------------------
 * Selectbox
 * ---------------------------------------*/
#page .select2-container{
	width: 100% !important;
}
#page .select2-container--default .select2-selection--single {
	border-radius: 0px;
	padding-left: 20px;
}
#page .select2-container .select2-selection--single{
	height: 50px;
	outline: none;
}
#page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 0;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 5px;
}
#page .select2-container--default .select2-selection--single{
	background-color: rgba(255, 255, 255, 1);
}
#page .select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #eeeeee;
}
.select2-dropdown{
	border: 1px solid #eeeeee !important;
	border-top: 0 !important;
	font-size: 15px;
}
/*=== Select Custom css ===*/
#page .dsvy-form-style-1 .select2-container--default .select2-selection--single{
	background-color: var(--dsvy-colza-light-bg-color);
	border: none;
}
/* --------------------------------------
 * Page box
 * ---------------------------------------*/
.comment-respond {
	margin-bottom: 0;
	padding: 0px;
}
.page.dsvy-sidebar-exists .comments-area {
	margin-top: 0px;
}
.dsvy-service-single blockquote {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-style: italic;
	padding: 30px 60px;
	padding-top: 40px;
	padding-right: 40px;
	position: relative;
	border: none;
	background: transparent;
	margin: 40px 12px 40px;
	border-left: 4px solid var(--dsvy-politicia-global-color);
	color: #05006d;
	border-radius: 0px;
	box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 8%);
	background: #fff;
}
/* --------------------------------------
 * custom-heading
 * ---------------------------------------*/
.dsvy-vertical-heading .dsvy-custom-heading .dsvy-element-title{
	position: absolute;
	transform: rotate(270deg);
	transform-origin: right bottom 0;
	margin-bottom: 0;
	bottom: -5px;
	right: -30px;
	font-size: 135px;
	line-height: 135px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(55 55 55 / 10%);
}
/* --------------------------------------
 * Count Down plugin
 * ---------------------------------------*/
#main_countedown_1.content_countdown .countdown{
	text-align: left;
	margin: 0px;
}
#main_countedown_1 .countdown .element_conteiner{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF29;
	border-radius: 3px;
	margin-right: calc( 10px/2);
	padding: 10px 0px;
	min-width: 75px;
	margin-bottom: 5px;
}
#main_countedown_1 .countdown .time_left{
	background-color: transparent !important;
	padding: 0;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 28px !important;
	color: var(--dsvy-politicia-global-color) !important;
	padding-bottom: 0px;
}
#main_countedown_1 .countdown .time_description{
	color: var(--dsvy-politicia-white-color);
	font-size: 12px;
	line-height: 18px;
	font-weight: 400 !important;
	margin: 0;
}
.counter-1 #main_countedown_1 .countdown .element_conteiner{
	background: var(--dsvy-politicia-global-color);
	min-width: 100px;
	border-width: 0px !important;
	padding: 0;
	border-radius: 6px;
	margin-right: calc( 10px/15);
}
.counter-1 #main_countedown_1 .countdown .time_left{
	color: var(--dsvy-politicia-white-color) !important;
	padding: 20px 0px;
	font-size: 30px !important;
}
.counter-1 #main_countedown_1 .time_description{
	background: var(--dsvy-politicia-secondary-color);
	padding: 6px 0px 10px;
	font-size: 14px;
	border-radius: 0px 0px 4px 4px;
}
/* --------------------------------------
 * Tab CSS
 * ---------------------------------------*/ 
.dsvy-tab-content-title,
.dsvy-tab-content{
	display: none;
}
.dsvy-tab-content.dsvy-tab-active{
	display: block;
}
.dsvy-tabs .dsvy-tabs-heading li i{
	color: var(--dsvy-politicia-global-color);
}
.dsvy-tab-link{
	border-right: none;
	display: block;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-tabs .dsvy-tabs-heading{
	margin: 0;
	padding: 0 30px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	position: relative;
	margin-top: 30px;
}
.dsvy-tabs .dsvy-tabs-heading li{
	flex-grow: 1;
	padding: 15px 0px;
}
.dsvy-tabs .dsvy-tabs-heading li:last-child{
	margin-right: 0px;
	border-right: 1px solid #e5e5e5;
}
.dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active{
	background-color: var(--dsvy-politicia-blackish-color);
	color: #fff;
}
.dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active i{
	color: #fff;
}
.dsvy-tabs .dsvy-tabs-heading li i{
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.dsvy-tabs .dsvy-tabs-heading li svg{
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
	fill: var(--dsvy-politicia-global-color);
}
.dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active svg{
	fill: #fff;
}
.dsvy-tabs .dsvy-tab-content-wrapper{
	margin-top: 90px;
	margin-bottom: 0px;
}
.dsvy-tabs .dsvy-tab-content-inner .inner-content{
	margin-top: 30px;
}
.dsvy-tabs .dsvy-tab-content-inner h2{
	font-size: 36px;
	line-height: 40px;
}
.dsvy-tabs .dsvy-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.dsvy-tabs .dsvy-tab-content-inner ul li{
	position: relative;
	margin-bottom: 13px;
	padding-left: 30px;
	text-align: left;
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-tabs .dsvy-tab-content-inner ul li::after{
	content: "\f17e";
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0px; 
	font-family: Flaticon;
}
.dsvy-tabs .dsvy-tab-content-inner a.link-button{
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 16px 40px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
}
/* --------------------------------------
 * Tab Style1
 * ---------------------------------------*/
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li{
	margin-top: 30px;
	position:relative;
	padding: 0 !important;
	background-color: transparent !important;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li span{
	position:relative;
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li span::before {
	position: absolute;
	content: '';
	left: 50%;
	top: -28px;
	height: 15px;
	width: 15px;
	transform: translateX(-50%);
	background: var(--dsvy-politicia-global-color);
	border-radius: 50%;
	border: 3px solid var(--dsvy-politicia-white-color);
	z-index: 9;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li::before,
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li::after{
	position: absolute;
	content: '';
	left: 0px;
	top: -20px;
	height: 3px;
	width: 50%;
	background: var(--dsvy-politicia-global-color);
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li::after{
	left: inherit;
	right: 0;
} 
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active ~ li::after{
	background: var(--dsvy-politicia-white-color);
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active ~ li::before {
	background: var(--dsvy-politicia-white-color);
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active::after{
	background: var(--dsvy-politicia-white-color) !important;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li:last-child::after,
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li:first-child::before{
	display: none;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active:last-child span::after{
	background-color: transparent;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content-wrapper{
	margin-top: -50px;
	padding: 0 100px;
}
.dsvy-tabstyle1 .dsvy-tabs .inner-content h4{
	font-size: 18px;
	line-height: 28px;
	color: var(--dsvy-politicia-global-color);
	margin-bottom: 10px;
} 
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content-inner ul li::after{
	content: "\f14a";
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 1px;
	font-family:"designervily-base-icons";
	color: var(--dsvy-politicia-global-color);
}
.dsvy-tabstyle1 .dsvy-tabs .elementor-progress-wrapper {
	position: relative;
	height: 6px;
	margin-top: 60px;
	margin-bottom: 35px;
	background-color: var(--dsvy-politicia-global-color);
	border-bottom: none;
	border-radius: 5px;
}
.dsvy-tabstyle1 .dsvy-tabs .elementor-progress-percentage{
	right:0;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content-inner .tab-img-main{
	position: relative;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content-inner .tab-icon-img{
	position: absolute;
	left: 0;
	bottom: 30px;
	animation: animation02 4s infinite linear;
}
.dsvy-tabstyle1 .dsvy-tabs .elementor-progress-bar{
	position: unset;
}
.dsvy-tabstyle1 .dsvy-tabs .elementor-progress-text{
	overflow: unset;
	font-size: 18px;
	line-height: 25px;
	color: var(--dsvy-politicia-blackish-color);
	font-weight: 500;
	margin-top: -35px;
	padding-left: 0;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content-inner h2 {
	font-size: 242px;
	line-height: 242px;
	position: absolute;
	z-index: -1;
	color: rgba(var(--dsvy-politicia-white-color-rgb),.23);
	top: 0;
	left: -20px;
}
.dsvy-tabstyle1 .dsvy-tabs .dsvy-tab-content.dsvy-tab-active{
	opacity: 0;
	animation-name: fadeInDown11;
	-webkit-animation-name: fadeInDown1;
	animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: both
}
@keyframes fadeInDown1{
	from {
		opacity:0;
		transform:translate3d(0,-50px,0)
		}
	to {
		opacity:1;
		transform:none
	}
}
/* ----------------------------------*/
	/* Border Radius Global */
/*---------------------------------*/
.dsvy-portfolio-single-style-1 .dsvy-portfolio-lines-ul,
.dsvy-portfolio-single-style-1 .dsvy-featured-wrapper img,
.dsvy-portfolio-single-style-1 .dsvy-single-project-details-list,
.dsvy-event-style-2 .wpem-event-listing-box-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url::before,
.wpem-event-listings .dsvy-event-style-1 .wpem-event-layout-wrapper .event_listing .wpem-event-banner,
.dsvy-author-box,
.dsvy-footer-newsletter input[type="email"],
#page .select2-container .select2-selection--single,
.dsvy-form-style-2.main-form textarea,
.dsvy-header-style-2 .dsvy-header-button a,
.dsvy-customgiveform .give-btn,
.dsvy-customgiveform .give-form .give-donation-amount,
.comment-form input[type=submit],
.dsvy-contant-shadow,
.dsvy-text-widget-style-1 .widget-as-link,
.dsvy-danation-form .give-wrap .give-card__media .give-media-card-inner,
.single-give_forms .give-donation-amount.form-row-wide,
.single-give_forms .images img,
.give-sidebar .widget,
.dsvy-text-widget-style-1 .dsvy-service-btn,
.single.single-give_forms #give_purchase_form_wrap .form-row input[type=email],
.single.single-give_forms #give_purchase_form_wrap .form-row input[type=text],
.dsvy-portfolio-style-1 .designervily-icon-box a,
.dsvy-portfolio-style-1 .designervily-post-content,
.dsvy-service-style-2 .dsvy-service-img-wrapper,
.dsvy-service-style-2 .designervily-post-item,
.dsvy-service .dsvy-service-single .dsvy-featured-wrapper img,
.main-form.dsvy-team-form button,
.dsvy-team-single-style-1 .dsvy-team-single-info .dsvy-team-detail,
.dsvy-team-single-style-1 .dsvy-team-single .dsvy-featured-wrapper img,
.dsvy-blog-classic .dsvy-featured-wrapper,
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-share li a,
.dsvy-blog-classic .dsvy-blog-meta-social-share .dsvy-social-icon,
.dsvy-ourhistory-type2 .dsvy-ourhistory-row .dsvy-ourhistory-left .dsvy-timeline-image img,
.dsvy-ourhistory-type2 .dsvy-ourhistory-right .content,
.dsvy-ourhistory-type2 .dsvy-ourhistory-center span,
.wpem-single-event-page .wpem-event-single-image img,
.dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-read-more-link a,
.wpem-single-event-page  .wpem-single-event-sidebar-info,
.wpem-single-event-page .wpem-event-sidebar-button button,
.wpem-single-event-page .wpem-venue-logo img,
.wpem-single-event-page .wpem-organizer-logo img,
.dsvy-blog-classic .dsvy-featured-wrapper img,
.dsvy-form-style-2.main-form button,
.single-post .dsvy-blog-classic .wp-block-column .wp-block-image.size-large img,
.dsvy-blog-meta-bottom .dsvy-meta-tags a,
.designervily-sidebar .widget_tag_cloud ul li a,
.widget .download .item-download,
.designervily-sidebar .widget,
.dsvy-form-style-1 button,
.dsvy-form-style-1 input[type="text"],
.dsvy-form-style-1 input[type="email"],
.dsvy-border-radius.elementor-section,
.dsvy-border-radius .elementor-element-populated{
	border-radius: 5px!important;
}
.dsvy-portfolio-style-1 .designervily-box-content .dsvy-port-cat a,
.dsvy-testimonial-style-1 .designervily-testimonial-detail,
.wpem-event-listings .dsvy-event-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text,
.dsvy-ele-blog .dsvy-meta-line,
.dsvy-blog-meta-top .dsvy-meta,
.dsvy-comment-date a{
	text-transform: uppercase;
}
/*===iconhding style5 with class===*/
.dsvy-style05-heading .dsvy-ihbox-style-5 .dsvy-element-title{
	font-size:48px;
	line-height: 58px;
}
.dsvy-style05-heading .dsvy-ihbox-style-5 .dsvy-element-heading{
	color: var(--dsvy-politicia-white-color);
	font-weight: 300!important;
}
/* Extra class */
.dsvy-elementor-bg-color-globalcolor.elementor-section{
	border-color: var(--dsvy-politicia-global-color)!important;
}
.dsvy-elementor-bg-color-secondary.elementor-section{
	border-color: var(--dsvy-politicia-secondary-color)!important;
}
.dsvy-elementor-bg-color-blackish.elementor-section{
	border-color: var(--dsvy-politicia-blackish-color)!important;
}
.dsvy-elementor-bg-color-light.elementor-section{
	border-color: var(--dsvy-politicia-light-bg-color)!important;
}
.dsvy-icon-color .elementor-icon,
.dsvy-title-color .dsvy-element-title{
	color: var(--dsvy-politicia-global-color) !important;
}
.dsvy-bgopacity .elementor-element.elementor-column:not(.elementor-inner-column) .elementor-widget-wrap::before{
	opacity: .20;
}
/*arrow rounded animation*/
.dsvy-full-link {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.dsvy-arrow-icon {
	transition: transform 0.3s ease;
	vertical-align: middle;
}
.dsvy-arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 135;
	stroke-dashoffset: 135;
}
.dsvy-ihbox:hover .dsvy-arrow-icon {
	transform: translate3d(0, 0, 0);
}
.dsvy-ihbox:hover .dsvy-arrow-icon--circle {
	stroke-dashoffset: 0;
}
/*Give-form-plugin css*/
[id*=give-form] div.summary{
	float: left;
	width: 63%;
}
[id*=give-form] div#give-sidebar-left {
	float: right;
	width: 33%;
}
.dsvy-danation-form .give-wrap.container .give_forms{
	margin-top: 60px;
	margin-bottom: 100px;
}
.dsvy-danation-form .give-wrap .give-card {
	box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%)!important;
	border-radius: 5px!important;
	border: 0;
}
.dsvy-danation-form .give-wrap .give-card__media{
	padding: 20px;
}
.dsvy-danation-form .give-wrap .give-card__progress .dsvy-progress-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
}
.dsvy-danation-form .give-wrap .give-card__progress .dsvy_info-aligned,
.dsvy-danation-form .give-wrap .give-card__progress .dsvy_info{
	display: flex;
	flex-direction: column;
	position: relative;
}
.single-give_forms .give-wrap .dsvy_label,
.dsvy-danation-form .give-wrap .give-card__progress .dsvy_label{
	font-weight: 500;
	color: var(--dsvy-politicia-blackish-color);
}
.single.single-give_forms .give-wrap .goal-text,
.single.single-give_forms .give-wrap .dsvy_info-aligned .income,
.dsvy-danation-form .give-wrap .give-card__progress .dsvy_info-aligned .income,
.dsvy-danation-form .give-wrap .give-card__progress .goal-text{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--dsvy-politicia-global-color);
}
.dsvy-danation-form .give-wrap .give-card__body{
	padding:10px 20px 20px;
}
.give-form-type-multi.give-form .form-row label,
.dsvy-danation-form .dsvy-contant p.give-card__text,
.single-give_forms form.give-form .form-row label,
.dsvy-danation-form .give-wrap .give-btn{
	display: none;
}
.dsvy-danation-form .give-wrap  .give-card__title{
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 10px;
}
.single.single-give_forms .give-progress-bar,
.dsvy-danation-form .give-wrap  .give-progress-bar {
	height: 10px;
}
/*Give form single page css*/
.single.single-give_forms .give_forms{
	margin: 0;
}
.single.single-give_forms .dsvy-danation-form .give-wrap .give-btn{
	display:block!important;
}
.single.single-give_forms .give-wrap .dsvy-progress-status{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.single.single-give_forms .dsvy_raised{
	margin-left: 15px;
}
.single-give_forms .give_forms .give-goal-progress .dsvy_goal .dsvy_info strong{
	padding-left: 15px;
	font-weight: 500;
	color: var(--dsvy-politicia-blackish-color);
}
.single.single-give_forms .give_error,
.single.single-give_forms .give_success,
.single.single-give_forms .give_warning{
	margin: 30px 0;
	background: #f3f3f3;
	box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 10%);
}
.single.single-give_forms .give-btn {
	background: var(--dsvy-politicia-secondary-color);
	border:0;
	color:var(--dsvy-politicia-white-color);
	border-radius: 5px;
	padding: 18px 30px;
	width: 220px;
	margin: 5px 10px 5px 0px;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
}
.give-modal form[id*=give-form].give-form-type-multi .give-submit.give-btn{
	background: var(--dsvy-politicia-secondary-color);
	border-radius: 5px;
}
.give-modal form[id*=give-form].give-form-type-multi .give-submit.give-btn:hover{
	background: var(--dsvy-politicia-global-color);
}
.single.single-give_forms .give-sidebar .give-btn{
	padding: 10px 0px;
	width: 140px;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	background: var(--dsvy-politicia-light-bg-color);
	color: var(--dsvy-politicia-blackish-color);
}
.single.single-give_forms .give-sidebar .give-btn:hover{
	background: var(--dsvy-politicia-secondary-color);
	color: var(--dsvy-politicia-white-color);
}
.single.single-give_forms .give-sidebar .give-btn.give-default-level{
	background: var(--dsvy-politicia-secondary-color);
	color:#fff;
}
.single-give_forms .give-sidebar #give-donation-level-button-wrap>li{
	margin: 0 10px 5px 0;
	padding: 0px 0px 10px 0;
}
.single.single-give_forms .give-btn:hover{
	background: var(--dsvy-politicia-global-color);
}
.single.single-give_forms .give-btn.give-default-level{
	background-color: var(--dsvy-politicia-global-color);
}
.single.single-give_forms .give-donation-total-label,
.single.single-give_forms .give-donation-amount .give-currency-symbol{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
form[id*=give-form].give-form-type-multi #give-final-total-wrap .give-final-total-amount,
.single.single-give_forms .give-final-total-amount{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color:  var(--dsvy-politicia-blackish-color);
	font-weight:500!important;
}
form[id*=give-form].give-form-type-multi #give_checkout_user_info legend,
form[id*=give-form].give-form-type-multi .give-payment-mode-label,
.single.single-give_forms form[id*=give-form] legend{
	color:  var(--dsvy-politicia-blackish-color);
	font-size: 22px;
	line-height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
.give-modal .mfp-content{
	padding: 30px;
	border-radius: 5px;
}
.single-give_forms .give-donation-amount.form-row-wide{
	border:1px solid #eee;
	height:60px;
	margin-bottom: 30px;
}
.single-give_forms form[id*=give-form] .give-donation-amount .give-currency-symbol{
	background-color:transparent;
	border: 0;
	float: right;
	line-height: 60px;
	color: var(--dsvy-politicia-blackish-color);
}
.single.single-give_forms form[id*=give-form] .give-donation-amount #give-amount{
	color:  var(--dsvy-politicia-blackish-color);
	border:0;
	height: 58px;
}
.give-form.give-form-type-multi #give-final-total-wrap,
.single-give_forms #give-final-total-wrap{
	float: right;
}
.give-form.give-form-type-multi #give-final-total-wrap .give-final-total-amount,
.give-form.give-form-type-multi #give-final-total-wrap .give-donation-total-label,
.single.single-give_forms form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
.single.single-give_forms  form[id*=give-form] #give-final-total-wrap .give-donation-total-label{
	background-color: transparent;
	border: 0;
}
.give-form.give-form-type-multi #give-final-total-wrap .give-donation-total-label,
.single-give_forms form[id*=give-form] #give-final-total-wrap .give-donation-total-label{
	font-weight: 500;
	color:  var(--dsvy-politicia-global-color);
}
.single-give_forms form[id*=give-form] #give-final-total-wrap .give-final-total-amount{
	padding: 0;
}
.give-sidebar .widget.widget_search {
	background-color: var(--dsvy-politicia-global-color);
	padding: 35px;
}
.give-sidebar .widget{
	background-color: var(--dsvy-politicia-white-color);
	padding: 30px;
	padding-top: 28px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.give-sidebar .dsvy-text-widget-style-1{
	padding: 0;
}
.dsvy-danation-form .give-wrap .dsvy-progress-status strong,
.single-give_forms .give-single-form-sidebar-left .images img,
.give-sidebar .dsvy_widget_list_all_posts .widget-title{
	display: none;
}
.give-sidebar .widget .give-form-title{
	font-size: 22px;
	line-height: 30px;
}
.single-give_forms [id*=give-form] div.images{
	margin: 0 0 30px;
}
.single-give_forms [id*=give-form] .give-sidebar .images{
	margin: 0;
}
.single-give_forms .give-sidebar .give-form .give-btn.give-btn-modal{
	padding: 18px 20px;
	background: var(--dsvy-politicia-global-color);
	color: #fff;
}
.single-give_forms .give-sidebar .give-form .give-btn.give-btn-modal:hover{
	background: var(--dsvy-politicia-blackish-color);
}
.single.single-give_forms .form.give-form .form-row input[type=text]::-webkit-input-placeholder{
	padding: 0 15px!important;
}
.single-give_forms form[id*=give-form] #give-final-total-wrap {
	margin: 15px 0 20px;
}
.dsvy-top-pragrph .dsvy-pb{
	padding-bottom: 20px;
}
.dsvy-contant-shadow{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	padding: 45px 60px 20px 45px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.dsvy-contant-shadow h3{
	font-size: 22px;
	line-height: 32px;
	padding-bottom:20px;
}
.dsvy-contant-shadow h3::after{
	top: 89px;
}
.dsvy-contant-shadow h3::before{
	top: 90px;
}
.single-give_forms .summary .images{
	position: relative;
	overflow: hidden;
}
.single-give_forms .summary .images::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	left: 0;
	background: linear-gradient(0deg,rgba(var(--dsvy-politicia-blackish-color-rgb),.60) 0%, rgba(0,50,129,0) 90%);
	opacity: 0;
	transform-origin: right center 0;
	transform: perspective(100px) rotateY(-120deg);
	transform-style: flat;
	transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.single-give_forms:not(.give-sidebar) .summary .images:hover::before {
	opacity: 0.9;
	transform: rotateY(0deg);
}
/* Give form with class in pages */
.dsvy-customgiveform form[id*=give-form] .give-donation-levels-wrap.give-list-inline,
.dsvy-customgiveform form[id*=give-form]  #give-donation-level-button-wrap,
.dsvy-customgiveform form[id*=give-form] #give_offline_payment_info,
.dsvy-customgiveform form[id*=give-form] #give_checkout_user_info,
.dsvy-customgiveform form[id*=give-form] #give-final-total-wrap,
.dsvy-customgiveform .give_error.give_warning,
.dsvy-customgiveform .give-goal-progress,
.dsvy-customgiveform h2{
	display:none!important;
}
.dsvy-customgiveform .give-form {
	display: flex;
	align-items: center;
}
.dsvy-customgiveform [id*=give-form].give-display-reveal .give-btn{
	margin-left: 25px;
}
.dsvy-customgiveform .give-form .give-donation-amount{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	height: 60px;
}
.dsvy-bg-color-yes.dsvy-elementor-bg-color-secondary.dsvy-customgiveform .give-btn{
	background: var(--dsvy-politicia-global-color);
}
.dsvy-bg-color-yes.dsvy-elementor-bg-color-secondary.dsvy-customgiveform .give-btn:hover{
	background: var(--dsvy-politicia-white-color);
}
.dsvy-customgiveform .give-btn{
	padding: 22px 50px;
	font-size: 14px;
	background: var(--dsvy-politicia-secondary-color);
	border: 0;
	color: var(--dsvy-politicia-white-color);
	margin-left: 30px !important;
}
.dsvy-customgiveform .give-btn:hover{
	background: var(--dsvy-politicia-white-color);
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-customgiveform form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text,
.dsvy-customgiveform form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{
	border: 0;
	background: transparent;
}
.dsvy-customgiveform form[id*=give-form] .give-donation-amount .give-currency-symbol{
	font-weight: 500;
	margin: 0;
	padding: 0 10px 0 200px;
}
.dsvy-customgiveform form[id*=give-form] .give-donation-amount .give-currency-symbol,
.dsvy-customgiveform form[id*=give-form] .give-donation-amount input.give-amount-top{
	color: var(--dsvy-politicia-blackish-color);
}
/*=== Begin styling the tooltips and pins ===*/
.wrap_svl_center .wrap_svl .drag_element .point_style .pins_animation{
	width: 20px !important;
	height: 20px !important;
	border: inherit !important;
	background-color: var(--dsvy-politicia-global-color);
	animation: animation01 2s infinite alternate;
}
#powerTip{
	width: 250px;
	padding: 15px 25px;
	color: var(--dsvy-politicia-blackish-color);
	background-color: var(--dsvy-politicia-white-color);
	box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%);
}
#powerTip.n::before{
	border-top: 10px solid rgb(255 255 255);
}
#powerTip .box_view_html p{
	color: var(--dsvy-politicia-blackish-color);
	margin-bottom: 0px;
}
#powerTip .box_view_html h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.dsvy-custom-pointer .stratum-image-hotspot .stratum-image-hotspot__dot::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0px;
	background-color: var(--dsvy-politicia-global-color);
	border-radius: 50%;
}
.dsvy-custom-pointer .stratum-image-hotspot .stratum-image-hotspot__dot.has-animation-pulse::before{
	cursor: pointer;
	height: 30px;
	width: 30px;
	top: -5px;
	left: -5px;
}
.dsvy-custom-pointer .stratum-image-hotspot .stratum-image-hotspot__dot{
	background-color: var(--dsvy-politicia-global-color)!important;
}
.elementor-widget-icon-list .elementor-icon-list-items li {
	position: relative;
	line-height: 16px;
}
@keyframes animation01 {
	0% {
	transform: scale(0.6); }
	50% {
	transform: scale(0.9); }
	100% {
	transform: scale(0.6); } 
}
/*=== dsvy-img-animation-01 ===*/
.dsvy-img-animation-04.elementor-widget-image .elementor-widget-container img,
.dsvy-img-animation-01.elementor-widget-image .elementor-widget-container img{
	animation: animation01 2s infinite alternate;
}
@keyframes animation01 {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1.0);
	}
}
/* dsvy-img-animation-02 */
.dsvy-img-animation-02.elementor-widget-image .elementor-widget-container img{
	animation: animation02 4s infinite linear;
}
@keyframes animation02 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	25% {
		transform: translate(-10px, -10px) rotate(5deg);
	}
	50% {
		transform: translate(-20px, 0px) rotate(0);
	}
	75% {
		transform: translate(-10px, -10px) rotate(-2deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
/* dsvy-img-animation-03 */
.dsvy-img-animation-03.elementor-widget-image .elementor-widget-container img{
	animation: animation03 2s infinite alternate;
}
@keyframes animation03 {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
/* Infinite Scroll button */
.dsvy-ajax-load-more-btn {
	text-align: center;
	margin-top: 20px;
}
.dsvy-ajax-load-more-btn a:hover {
	background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-ajax-load-more-btn a {
	padding: 15px 40px;
	background-color: var(--dsvy-politicia-global-color);
	display: inline-block;
	color: #fff;
}
.dsvy-infinite-scroll-last {
	text-align: center;
	background: #f1f1f1;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.elementor-element .elementor-widget-text-editor{
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}