/*------------------------------------------------------------------
[Master Stylesheet]
1. Pre Header setting
1. Header setting
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10.Service Style
11.Progress Bar
12.Contact form
13.error-404
14.Search Popup Area CSS
15. Tab and Accordion
16. Button Section
-------------------------------------------------------------------*/
button, html input[type=button], input[type=reset], input[type=submit]{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 30px;
	outline: none;
	border-radius: 0px;
	font-weight: 700;
	padding-left: 45px;
}
/* --------------------------------------
* Pre Header setting
* ---------------------------------------*/
.dsvy-contact-info{
	font-size: 14px;
}
.dsvy-pre-header-wrapper .dsvy-social-links a{
	font-size: 15px;
}
.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;
}
.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;
}
.dsvy-pre-header-wrapper .dsvy-social-links::before,
.dsvy-pre-header-wrapper .dsvy-header-search-btn::before,
.dsvy-pre-header-wrapper .dsvy-header-search-btn::after,
.dsvy-contact-info::after,
.dsvy-pre-header-wrapper .dsvy-contact-info li::after,
.dsvy-pre-header-wrapper .dsvy-pre-header-right > *::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	width: 1px;
	height: 49px;
	background-color: rgba(0,0,0,.18);
}
.dsvy-pre-header-wrapper .dsvy-social-links::before,
.dsvy-pre-header-wrapper .dsvy-header-search-btn::after,
.dsvy-contact-info::after{
	left: auto;
	right: 0;
}
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-social-links::before,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-header-search-btn::before,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-header-search-btn::after,
.dsvy-pre-header-wrapper.dsvy-color-white ul::after, 
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-pre-header-right > *::after,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-contact-info li::after {
	background-color: rgba(255,255,255, .13);
}
.dsvy-header-style-1 .dsvy-header-button:hover a .dsvy-header-button-text-2{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/* --------------------------------------
* Header setting
* ---------------------------------------*/
.site-title,
.site-title a{
	-webkit-transition: none;
	transition: none;
}
.dsvy-header-box span{
	display: block;
}
.dsvy-right-box{
	position: relative;
}
.dsvy-header-style-2 .dsvy-header-content {
	margin: 0 50px;
	position: relative;
}
.dsvy-header-style-2 .dsvy-header-overlay {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.dsvy-header-style-2.site-header .dsvy-bg-color-transparent,
.dsvy-header-style-2 .dsvy-header-height-wrapper > .dsvy-bg-color-transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.dsvy-header-style-2 .dsvy-header-button {
	padding-left: 30px;
}
.dsvy-header-style-2 .dsvy-social-links{
	list-style: none;
	margin: 0;
	margin-right: 60px;
	padding-left: 0;
}
.dsvy-header-style-2 .dsvy-social-links li{
	display: inline-block;
	margin: 0 15px;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box{
	margin-right: 70px;
	position: relative;
	padding: 10px 0px 10px 60px;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #eaeaea;
	left: -40px;
	top: 0;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box:first-child::before{
	display: none;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box:last-child{
	margin-right: 0px;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box{
	display: inline-block;
	vertical-align: middle;
}
.dsvy-header-style-3 .dsvy-header-info-inner .dsvy-header-box-icon i{
	position: absolute;
	top: 18px;
	left: 0px;
	font-size: 35px;
	height: 40px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	color: #1c325b;
}
.dsvy-header-style-3 .dsvy-header-button {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}
.dsvy-header-style-3 .dsvy-header-button a{
	z-index: 1;
}
.dsvy-header-style-3 .dsvy-header-button a::before {
	content: '';
	width: 15px;
	height: 1px;
	background: #fff;
	margin-right: 10px;
	margin-top: -2px;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.dsvy-header-style-3 .dsvy-right-box{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .dsvy-search-close{
	display: none;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper {
	-webkit-transform: none; 
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	position: static;
	background-color: transparent;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form input[type="search"]{
	line-height: normal;
	font-size: 15px;
	border: none;
	padding: 15px 15px;
	padding-right: 50px;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form input[type="search"]::placeholder { 
	color: #989ba1;
	opacity: 1; /* Firefox */
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { 
	color: #989ba1;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
	color: #989ba1;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form{
	max-width: none;
	width: 235px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper .search-form::after {
	right: 24px;
	top: 22px;
	color: #fff;
	font-size: 17px;
	line-height: normal;
}
.dsvy-header-style-3 .dsvy-right-box .dsvy-header-search-form-wrapper{
	height: 68px;
}
.dsvy-header-style-3 .dsvy-header-menu-area-inner{
	position: relative;
}
.navigation-top-wrapper{
	display: flex;
	flex-grow: 1;
	background-color: #f9f9f9;
}
.dsvy-slider-bottom-section {
	display: none;
}
.dsvy-header-style-4 .dsvy-slider-bottom-section {
	display: block;
}

/*=== dsvy-header-style-4 ===*/
.dsvy-header-style-4::after {
	content: '';
	width: 40%;
	height: 100%;    
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.home .dsvy-header-style-4::before{
	content: '';
	width: 200px;
	height: 200px;
	background: url(../images/dot-pattern.png) repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dsvy-header-style-4 .dsvy-social-links{
	display: none;
}
.home .dsvy-header-style-4 .dsvy-social-links{
	display: block;
}
.dsvy-header-style-4 .tp-bullets.vertical.nav-pos-hor-rightnav-pos-ver-centernav-dir-vertical{
	transform: translate(43px, -25px) !important;
}
.dsvy-header-style-4 .tp-bullets.vertical.nav-pos-hor-rightnav-pos-ver-centernav-dir-vertical .tp-bullet{
	background-color: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}
.dsvy-header-style-4 .tparrows{
	bottom: -120px !important;
	top: auto !important;
	width: 60px !important;
	background-color: transparent !important;
}
.dsvy-header-style-4 .custom.tparrows.tp-leftarrow::before{
	content: "\E845" !important;
	font-family: "designervily-base-icons" !important;
	left: 0;
}
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow::before{
	content: "\E846" !important;
	font-family: "designervily-base-icons" !important;
	right: 0;
}
.dsvy-header-style-4 .custom.tparrows.tp-leftarrow{
	text-align: left;
	padding-left: 10px;
}
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow{
	text-align: right;
	padding-right: 10px;
}
.dsvy-header-style-4 .custom.tparrows.tp-leftarrow::before,
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow::before{
	display: inline-block !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	position: absolute;
	line-height: normal !important;
	top: 8px;
}
.dsvy-header-style-4 .custom.tparrows.tp-leftarrow::after,
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow::after{
	display: inline-block;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow::after{
	color: #fff !important;
}
.dsvy-header-style-4 .custom.tparrows.tp-leftarrow::after{
	content: "PREV" !important;
	margin-left: 10px;
}
.dsvy-header-style-4 .custom.tparrows.tp-rightarrow::after{
	content: "NEXT" !important;	
	margin-right: 10px;
}

/* --------------------------------------
* Heading Subheading Element
* ---------------------------------------*/
/*** Main Menu ( White ) ***/
body:not(.dsvy-max-mega-menu-override) .dsvy-navbar.dsvy-main-active-color-white > div > ul > li:hover > a,
body:not(.dsvy-max-mega-menu-override) .dsvy-navbar.dsvy-main-active-color-white > div > ul > li.current_page_item > a,
body:not(.dsvy-max-mega-menu-override) .dsvy-navbar.dsvy-main-active-color-white > div > ul >li.current-menu-parent > a{
	color: #fff;
}

/* --------------------------------------
* 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;
}
.dsvy-elementor-bg-color-blackish .dsvy-heaing-style-1 .left-align,
.dsvy-bg-color-blackish .dsvy-heaing-style-1 .left-align{
	border-left-color: #353536;
}
.dsvy-heaing-style-2 .dsvy-element-subtitle{
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}
.dsvy-heaing-style-2 .dsvy-element-subtitle::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 6px;
	left: 0;
	background-color: khaki;
}
.dsvy-heaing-style-2 .dsvy-element-subtitle::after{
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background-color: #000;
}
.dsvy-heaing-style-2 .center-align .dsvy-element-subtitle::before{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* --------------------------------------
* 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 .dsvy-ihbox-svg-icon img {
	width: 55px;
	height: 55px;
	margin-bottom: 15px;
}
/*** dsvy-ihbox-style-1 ***/
.dsvy-ihbox-style-1{
	position: relative;
	padding: 40px;
	margin-bottom: 0px;
}
.dsvy-ihbox-style-1.dsvy-ihbox h2{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	margin-right: 20px;
	color: #fff; 
}

/*** dsvy-ihbox-style-2 ***/
.dsvy-ihbox-style-2{
	position: relative;
}
.dsvy-ihbox-style-2 .dsvy-ihbox-box-number{
	position: absolute;
	bottom: -26px;
	right: 0;
	font-size: 48px;
	line-height: 48px;
	color: rgb(121 121 121 / 20%);
	display: inline-block;
	padding-right: 0px;
	background: #fff;
	font-weight: 700 !important;
}
.dsvy-ihbox-style-2 .dsvy-ihbox-headingicon{
	border-bottom: 1px solid #e2e3e4;
	position: relative;
	margin-bottom: 60px;
}
.dsvy-ihbox-style-2.dsvy-ihbox h2{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.dsvy-ihbox-style-2.dsvy-ihbox h4{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1.5px;
}
.dsvy-ihbox-style-2 .dsvy-ihbox-icon-wrapper{
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 25px;
}
.dsvy-ihbox-style-2 .dsvy-heading-desc{
	margin-top: 0;
	padding-right: 10px;
}
.dsvy-ihbox-style-2 .dsvy-ihbox-btn{
	margin-top: 15px;
}

/*** dsvy-ihbox-style-3 ***/
.dsvy-ihbox-style-3 .dsvy-heading-desc ul li::before,
.dsvy-ihbox-style-3 .dsvy-ihbox-icon-wrapper i,
.dsvy-ihbox-style-3 .dsvy-ihbox-box-number i,
.dsvy-ihbox-style-3{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-ihbox-style-3{
	position: relative;
	margin-bottom: 0px;
	border: 1px solid #e2e3e4;
	border-right: 0;
	padding: 30px 40px;
}
.dsvy-ihbox-style-3 .dsvy-ihbox-box-number{
	font-size: 24px;
	line-height: 24px;
	color: #e8e8e8;
	position: absolute;
	right: 10px;
	top: 10px;
}
.dsvy-ihbox-style-3.dsvy-ihbox h2{
	font-size:24px;
	line-height: 28px;
	margin-bottom: 0;
}
.dsvy-ihbox-style-3 .dsvy-ihbox-content{
	margin-bottom: 15px;
	margin-top: 10px;
}
.dsvy-ihbox-style-3 .dsvy-ihbox-icon-wrapper{
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 20px;
}
.dsvy-ihbox-style-3 .dsvy-heading-desc{
	margin: 20px 0;
}
.dsvy-ihbox-style-3 .dsvy-heading-desc ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.dsvy-ihbox-style-3 .dsvy-heading-desc ul li{
	padding: 3px 0;
}
.dsvy-ihbox-style-3 .dsvy-heading-desc ul li::before {
	content: '' !important;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #000; 
	margin-right: 15px;
}
.dsvy-ihbox-style-3 .dsvy-ihbox-btn i{
	font-weight: bold;
	font-size: 24px;
}
.dsvy-ihbox-style-3:hover .dsvy-heading-desc ul li::before{
	background-color: #fff;
}
.dsvy-ihbox-style-3:hover .dsvy-ihbox-btn i,
.dsvy-ihbox-style-3:hover h2,
.dsvy-ihbox-style-3:hover .dsvy-ihbox-icon-wrapper i,
.dsvy-ihbox-style-3:hover .dsvy-heading-desc ul li,
.dsvy-ihbox-style-3:hover .dsvy-ihbox-box-number i{
	color: #fff;
}
.multi-columns-row > .dsvy-miconheading-style-3:last-child .dsvy-ihbox-style-3{
	border-right: 1px solid #e2e3e4;
}
.designervily-gap-0px .dsvy-element-posts-wrapper.row .dsvy-ele.dsvy-blog-style-3{
	margin-bottom: 30px;
}
/*** dsvy-ihbox-style-4 ***/
.dsvy-ihbox-style-4{
	background-color: #071323;
	padding: 30px 30px;
}
.dsvy-ihbox-style-4 .dsvy-element-title{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.dsvy-ihbox-style-4 .dsvy-ihbox-icon-wrapper{
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 25px;
}

/*** dsvy-ihbox-style-5 ***/
.dsvy-ihbox-style-5 .dsvy-element-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
}
.dsvy-ihbox-style-5 .dsvy-ihbox-icon-wrapper{
	font-size: 24px;
	line-height: 24px;
	margin-right: 10px;
}
.dsvy-ihbox-style-5 .dsvy-ihbox-contents{
	padding-top: 10px;
}

/*** dsvy-ihbox-style-6 ***/
.dsvy-ihbox-style-6 .dsvy-ihbox-box-number,
.dsvy-ihbox-style-6 .dsvy-element-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}
.dsvy-ihbox-style-6 .dsvy-ihbox-box-number{
	font-family: Rajdhani,sans-serif;
	padding-right: 5px;
	font-weight: 600;
}

/*** dsvy-ihbox-style-7 ***/
.dsvy-ihbox-style-7 .dsvy-element-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}
.dsvy-ihbox-style-7 .dsvy-ihbox-icon-wrapper{
	font-size:60px;
	line-height: 60px;
	margin-right: 25px;
	margin-top: 3px;
}

/* --------------------------------------
* Blog box style
* ---------------------------------------*/
.dsvy-meta-line a,
.dsvy-meta-line{
	color: #606060;
	font-size: 14px;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.dsvy-meta-line{
	margin-bottom: 15px; 
	display: inline-block;
	margin-right: 10px;
}
/*=== dsvy-blogbox-style-1 ===*/
.dsvy-blog-style-1 .post-item{
	border: 1px solid #eee;
	padding: 20px 20px 0;
} 
.dsvy-blog-style-1 .designervily-box-content{
	padding: 25px 10px;
	position: relative;
}
.dsvy-blog-style-1 .designervily-box-content .dsvy-post-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}
.dsvy-blog-style-1 .designervily-box-desc{
	margin-top: 10px;
}
.dsvy-blog-style-1 .dsvy-meta-date-wrapper{
	position: absolute;
	right: 20px;
	top: -40px;
	padding: 8px 15px;
	text-align: center;
}
.dsvy-blog-style-1 .dsvy-meta-date-wrapper span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: Rajdhani,sans-serif;
	line-height: 36px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600 !important;
	letter-spacing: 1.5px;
}
.dsvy-blog-style-1 .dsvy-meta-date-wrapper span.dsvy-day{
	font-size: 34px;
	line-height: 34px;
	font-weight: 700 !important;
}
.dsvy-blog-style-1 .dsvy-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.dsvy-blog-style-1 .dsvy-featured-wrapper img {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-blog-style-1:hover .dsvy-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*=== .dsvy-blog-style-2 ===*/
.dsvy-blog-style-2 .designervily-box-content{
	padding: 20px 25px 10px;
	background: #fff;
	margin-left: 30px;
	top: -50px;
	position: relative;
}
.dsvy-blog-style-2 .dsvy-featured-container{
	position: relative;
}
.dsvy-blog-style-2 .designervily-box-content .dsvy-post-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.dsvy-blog-style-2 .designervily-box-desc{
	margin-top: 10px;
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper{
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 8px 15px;
	z-index: 9;
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: Rajdhani,sans-serif;
	line-height: 36px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600 !important;
	letter-spacing: 1.5px;
}
.dsvy-blog-style-2 .dsvy-meta-date-wrapper span.dsvy-day{
	font-size: 34px;
	line-height: 34px;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.dsvy-blog-style-2 .dsvy-featured-wrapper img {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-blog-style-2:hover .dsvy-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*=== Classic blog ===*/
.dsvy-blog-meta-top .dsvy-meta {
	margin-right: 0;
	position: relative;
	padding-left: 0;
	color: #606060;
	font-size: 15px;
	font-weight: 500 !important;
}
.dsvy-blog-meta-top .dsvy-meta a{
	color: #606060;
}
.dsvy-blog-meta-top .dsvy-meta  {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 13px;
}
.dsvy-blog-classic {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.dsvy-blog-meta.dsvy-blog-meta-top{
	padding-bottom: 0;
	margin-bottom: 0;
}
.dsvy-no-img .dsvy-blog-classic .dsvy-blog-classic-inner{
	padding: 0;
}
.dsvy-blog-classic .dsvy-blog-classic-inner {
	padding-top: 30px;
}
.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: 25px;
}
.dsvy-no-img.post.sticky{
	padding: 40px 40px 10px 40px;
}
.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: 38px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.dsvy-blog-classic .dsvy-post-title a{
	color: #2c2c2c;
}
.dsvy-blog-classic .dsvy-entry-content{
	margin-top: 20px;
	font-size: 16px;
}
.dsvy-blog-classic .dsvy-featured-img-wrapper{
	position: relative;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper {
	position: absolute;
	right: 20px;
	bottom: -30px;
	padding: 8px 15px;
}
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 .dsvy-meta-date-wrapper span.dsvy-day {
	font-size: 34px;
	line-height: 34px;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: Rajdhani,sans-serif;
	line-height: 36px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600 !important;
	letter-spacing: 1.5px;
}
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top{
	margin-top: 0;
}
.dsvy-blog-classic-inner .dsvy-read-more-link a{
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	border-radius: 4px;
	border: none;
}
.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 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	padding: 0; 
	position: relative;
	border: none;
	background: transparent;
	margin: 40px 0 30px;
	color: #000;
	border-radius: 0px;
	text-align: center;
}
.dsvy-blog-classic blockquote::before {
	content: "\e83e";
	font-family: "designervily-base-icons";
	font-size: 60px;
	line-height: normal;
	top: 0;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.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";
}
.wp-block-quote.is-style-large cite::before{
	display: none;
}
blockquote.wp-block-quote.is-style-large{
padding: 13px 118px 50px;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 13px;
	line-height: 23px;
	font-style: normal!important;
	font-weight: 600 !important;
	margin-top: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: transparent;
}

/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	margin-bottom: 65px;
	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: -40px;
	top: -50px;
	background-color: #000;
	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-blog-meta-bottom ===*/
.dsvy-blog-meta-bottom{
	border-top: 1px solid #e9e9e9;
	padding-top: 35px;
	margin-top:  15px;
}
.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{
	color: #8b90a0;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags a:first-child{
	display: inline-block;
	margin-left: 10px;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags a{
	color: #8b90a0;
	font-weight: normal;
}
.dsvy-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.dsvy-blog-meta-bottom ul li{
	margin-right: 8px;
	display: inline-block;
}
.dsvy-blog-meta-bottom .dsvy-social-share li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
.reply a,
.dsvy-comment-content .dsvy-comment-author{
	font-family: Rajdhani,sans-serif;
}

/*=== 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);
}

/*=== dsvy-blogbox-style-1 ===*/
.dsvy-portfolio-style-1 .designervily-post-content{
	position: relative;
	overflow: hidden;
}
.dsvy-portfolio-style-1 img {
	width: 100%;
	height: auto;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}
.dsvy-portfolio-style-1:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.dsvy-portfolio-style-1 .designervily-box-content{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 50px;
	z-index: 3;
	transition: all ease 900ms;
	-moz-transition: all ease 900ms;
	-webkit-transition: all ease 900ms;
	-o-transition: all ease 900ms;
}
.dsvy-portfolio-style-1 .designervily-box-content .dsvy-portfolio-title{
	margin-bottom: 0;
	font-size: 22px;
	text-transform: uppercase;
}
.dsvy-portfolio-style-1:hover .dsvy-port-cat:before{
	background-color: #fff;
}
.dsvy-portfolio-style-1 .designervily-box-content .dsvy-port-cat a{
	font-weight: 500;
}
.dsvy-portfolio-style-1 .designervily-box-content .dsvy-port-cat a,
.dsvy-portfolio-style-1 .designervily-box-content .dsvy-portfolio-title a{
	color: #fff;
}
.dsvy-portfolio-style-1:hover .designervily-box-content {
	visibility: visible;
	opacity: 1;
	left: 50px;
}
.dsvy-portfolio-style-1 .designervily-post-content::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(230, 43, 74, .8);
	overflow: hidden;
	width: 0;
	height: 100%;
	content: '';
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.dsvy-portfolio-style-1 .designervily-post-content:hover::after {
	width: 100%;
}
.dsvy-portfolio-style-1 .designervily-icon-box a{
	color: #fff;
}
.dsvy-portfolio-style-1 .designervily-icon-box {
	width: 37px;
	height: 37px;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	line-height: .8;
	color: #fff;
	display: inline-block;
	text-align: center;
	z-index: 2;
	padding: 11px 17px;
	visibility: hidden;
	opacity: 0;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
}
.dsvy-portfolio-style-1:hover .designervily-icon-box {
	visibility: visible;
	opacity: 1;
	right: 40px;
}
.dsvy-portfolio-style-1.col-md-4 .designervily-box-content{
	left: -20px;
	bottom: 20px;
}
.dsvy-portfolio-style-1.col-md-4:hover .designervily-box-content {
	left: 20px;
}
.dsvy-portfolio-style-1 .dsvy-featured-wrapper img{
	width: 100%;
}

/*=== dsvy-portfolio-style-2 ===*/
.dsvy-portfolio-style-2 .dsvy-content-wrapper {
	position: absolute;
	width: calc(100% - 70px);
	bottom: 0;
	background: #fff;
	margin: 0 30px;
	padding: 20px 40px 0 30px;
	opacity: 0;
	overflow: hidden;
}
.dsvy-portfolio-style-2 h3.dsvy-portfolio-title {
	font-size: 24px;
	line-height: 28px;
}
.dsvy-portfolio-style-2 .dsvy-content-wrapper,
.dsvy-portfolio-style-2 .dsvy-link-icon{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-portfolio-style-2:hover .dsvy-content-wrapper {
	opacity: 1;
	bottom: 30px;
}
.dsvy-portfolio-style-2 .dsvy-featured-wrapper img{
	width: 100%;
}

/* --------------------------------------
* Prtfolio 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 #f2f3f4;
	border-bottom: 1px solid #f2f3f4;
}

/*=== dsvy-portfolio-single-style-1 ===*/
.dsvy-portfolio-single-style-1 .dsvy-short-description{
	margin-bottom: 60px;
}
.dsvy-portfolio-single-style-1 .dsvy-featured-wrapper{
	margin-bottom: 50px;
}

/*=== dsvy-portfolio-lines-wrapper ===*/
.dsvy-single-project-content-wrapper{
	position: relative;
}
.dsvy-single-project-details-list{
	position: absolute;
	right: 0px;
	bottom: -60px;
	min-width: 320px;
	background: #c3002f;
	padding: 20px 35px 35px 35px;
}
.dsvy-single-project-details-list h3{
	display: none;
}
.dsvy-portfolio-summary{
	padding: 35px 40px;
	margin-bottom: 50px;
	box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
	border-radius: 6px;
}
.dsvy-portfolio-summary h3{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}
.dsvy-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-title{
	font-weight: 500;
	font-size: 20px;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li span {
	width: 100%;
	display: block;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li{
	margin: 0;
	padding: 17px 0;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.8);
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li:last-child{
	border: none;
	padding-bottom: 0;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li a:hover,
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li a{
	color: rgba(255, 255, 255, 0.8);
}

/*=== 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 .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: 30px;
	font-weight: 600;
}
.dsvy-portfolio-single .dsvy-portfolio-nav-head {
	font-size: 16px;
	font-weight: 700;
}
.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;
}
.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;
}
.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;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.dsvy-sortable-list-ul li{
	display: inline-block;
}
.dsvy-sortable-list-ul li::before {
	content: '/';
	margin: 0 15px;
}
.dsvy-sortable-list-ul li:first-child::before{
	display: none;
}
.dsvy-sortable-list a{
	font-size: 16px;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
}
.dsvy-sortable-list a:hover{
	color: #222222;
}

/*=== 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
}

/*=== dsvy-category-style2 ===*/
.dsvy-category-style2 .dsvy-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.dsvy-category-style2 .dsvy-sortable-list{
	float: right;
}
.dsvy-category-style2 .dsvy-ele-header-area::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.dsvy-category-style2 .dsvy-sortable-list-ul {
	margin-top: 15px;
}
.dsvy-text-color-white .dsvy-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

/*=== dsvy-category-style3 ===*/
.dsvy-category-style3 .dsvy-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.dsvy-category-style3 .dsvy-sortable-list{
	float: right;
	margin-top: 25px;
}
.dsvy-category-style3 .dsvy-sortable-link.dsvy-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.dsvy-category-style3 .dsvy-sortable-link{
	position: relative;
}
.dsvy-category-style3 .dsvy-sortable-link.dsvy-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.dsvy-category-style3 .dsvy-ele-header-area::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
* Team Member Single Section
* ---------------------------------------*/
/*** Team Member style 1 ***/
.dsvy-team-style-1.dsvy-ele-team{
	position: relative;
}
.dsvy-team-style-1,
.dsvy-team-style-1 .designervily-box-social-links,
.dsvy-team-style-1 .designervily-box-content{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dsvy-team-style-1 .designervily-box-content .dsvy-team-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
}
.dsvy-team-style-1 .designervily-box-content .dsvy-team-title,
.dsvy-team-style-1 .designervily-box-content .dsvy-team-title a{
	color: #fff;
}
.dsvy-team-style-1 .designervily-box-team-position{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}
.dsvy-team-style-1 .designervily-box-social-links {
	position: absolute;
	top: 40px;
	width: 50px;
	right: 40px; 
	visibility: hidden;
	opacity: 0;
}
.dsvy-team-style-1 .designervily-box-social-links,
.dsvy-team-style-1 .dsvy-team-social-links li a{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dsvy-team-style-1:hover .designervily-box-social-links{
	visibility: visible;
	opacity: 1;
}
.dsvy-team-style-1 .dsvy-team-social-links li {
	margin-top: 5px;
}
.dsvy-team-style-1 .dsvy-team-social-links li a {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 15px;
	background-color: #000;
}
.dsvy-team-style-1 .dsvy-team-social-links li a:hover{
	background: #fff !important;
	color: #222631;
}
.dsvy-team-style-1 .designervily-box-content {
	position: absolute;
	width: calc(100% - 0px);
	top: 0;
	height: 100%;
	z-index: 1;
}
.dsvy-team-style-1 .designervily-post-item{
	position: relative;
	overflow: hidden;
}
.dsvy-team-style-1 .designervily-post-item::after{
	position: absolute;
	top: 0;
	left: 0x;
	right: 0;
	background: -moz-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(32,36,38,0)), color-stop(86%, rgba(32,36,38,0.72)), color-stop(100%, rgba(32,36,38,0.72)));
	background: -webkit-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -o-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -ms-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: linear-gradient(0deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	overflow: hidden;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.dsvy-team-style-1:hover .designervily-post-item::after {
	opacity: 1;
}
.dsvy-team-style-1 .designervily-box-content-inner{
	position: absolute;
	left: 30px;
	transition: .3s cubic-bezier(.43,.07,.61,.95);
	bottom: 40px;
	transform: translateY(100%);
	opacity: 0;
}
.dsvy-team-style-1:hover .designervily-box-content-inner{
	opacity: 1;
	transform: translateY(0);
}
.dsvy-team-style-1 .dsvy-featured-wrapper img{
	width: 100%;
}

/*=== dsvy-team-style-2 ===*/
.dsvy-team-style-2 .designervily-team-image-box{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.dsvy-team-style-2 .designervily-team-image-box img{
	width: 100%;
}
.dsvy-team-style-2 .designervily-box-content{
	text-align: center;
}
.dsvy-team-style-2 .designervily-box-content .dsvy-team-title{
	margin-bottom: 0;
	font-size: 24px;
	line-height: 28px;
}
.dsvy-team-style-2 .designervily-box-team-position {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
}
.dsvy-team-style-2 .designervily-team-image-box:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: .5s;
	opacity: .57;
}
.dsvy-team-style-2:hover .designervily-team-image-box::before{
	width: 100%;
}
.dsvy-team-style-2  .designervily-box-social-links ul {
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	width: 50px;
	text-align: center;
	box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
	padding: 30px 0;
	transition: .5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.dsvy-team-style-2:hover  .designervily-box-social-links ul{
	right: 0;
}
.dsvy-team-style-2  .dsvy-team-social-links li {
	display: inline-block;
	margin-right: 0px;
	margin-top: 14px;
}
.dsvy-team-style-2 .designervily-box-social-links a{
	font-size: 16px;
	color: #fff;
}

/*=== 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{
	padding: 50px;
	position: relative;
	z-index: 1;
}
.dsvy-team-single-style-1 .dsvy-team-single-info::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	width: 320px;
	right: auto;
	background-color: #000;
	z-index: -1;
}
.dsvy-team-single-style-1 .dsvy-team-left-inner{
	margin-right: 0;
}
.dsvy-single-team-info li {
	margin-bottom: 0;
}
.dsvy-team-single-style-1 .dsvy-single-team-info li label{
	display: inline-block;
	min-width: 80px;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	color: #222d35;
}
.dsvy-team-single-style-1 .dsvy-team-title{
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 20px;
}
.dsvy-team-single-style-1 .dsvy-team-designation {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #c3002f;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 5px;
}
.single-dsvy-team-member .dsvy-team-single-style-1  .dsvy-short-description{
	margin: 0;
}
.dsvy-team-single-style-1 .dsvy-short-description h3{
	display: none;
}
.dsvy-team-left-inner{
	background: none;
}
.dsvy-team-des{
	padding-right: 60px;
	padding-left: 60px;
}
.dsvy-team-social-links{
	margin-top: 20px;
}
/* --------------------------------------
* Contact Form 7
* ---------------------------------------*/

.wpcf7-form .input-group {
	display: block;
}
.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: 55px;
}
.wpcf7-form input[type=submit].btn-block,
.wpcf7-form button {
	padding: 24px 35px;
	width: auto;
}

/*=== dsvy-form-style-1 ===*/
.dsvy-form-style-1 .input-button button:hover{
	background-color: #fff;
}
.dsvy-form-style-1 .input-group {
	margin-bottom: 25px;
}
/*=== dsvy-team-form ===*/
.dsvy-form-style-1 .input-button button,
.dsvy-team-form .input-button button{
	padding: 25px 45px !important;
}

/*=== quote-form ===*/
.quote-form h3{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.wpcf7-form .quote-form .input-group{
	margin-bottom: 25px;
}
.quote-form textarea,
.quote-form input[type="text"]{
	background-color: transparent;
	border: 1px solid rgb(255 255 255 / 0.3);
}
.quote-form input[type=submit]{
	width: 100%;
	background-color: #fff;
}
.quote-form input[type=submit]:hover{
	color: #fff;
}
.quote-form textarea::placeholder,
.quote-form input[type="text"]::placeholder,
.quote-form input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(255 255 255 / 0.7);
	opacity: 1; /* Firefox */
}
.quote-form textarea:-ms-input-placeholder,
.quote-form input[type="text"]:-ms-input-placeholder,
.quote-form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgb(255 255 255 / 0.7);
}
.quote-form textarea::-ms-input-placeholder,
.quote-form input[type="text"]::-ms-input-placeholder,
.quote-form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgb(255 255 255 / 0.7);
}
.wpcf7-form .quote-form button{
	background-color: #fff;
	color: #222d35;
}
.wpcf7-form .quote-form button:hover{
	background-color: #222d35;
	color: #fff;
}
.wpcf7-form .quote-form button:hover span::before{
	background-color: #fff;
}
.wpcf7-form .quote-form button:focus{
	border: none;
	outline: none;
}
.wpcf7-form .quote-form button {
	padding: 0;
	width: 100%;
}
.wpcf7-form .quote-form button span{
	position: relative;
	padding: 20px 35px 20px 45px;
	display: inline-block;
}
.dsvy-newsletter button:before,
.wpcf7-form .quote-form button span:before {
	content: ' ';
	width: 15px;
	height: 1px;
	background-color: #222d35;
	margin-right: 10px;
	margin-top: 8px;
	position: absolute;
	left: 20px;
}
.dsvy-newsletter button:before{
	background-color: #fff;
}
.wpcf7-form .quote-form button:before{
	display: none;
}

/* --------------------------------------
* Testimonial
* ---------------------------------------*/
/*=== Testimonial style 1 ===*/
.dsvy-testimonial-style-1 .designervily-box-content{
	position: relative;
	padding: 30px 30px 30px;
	border: 1px solid #3f4f5b;
}

.dsvy-testimonial-style-1 .designervily-box-img{
	margin-top: 25px;
	align-items: center;
	margin-left: 50px;
}
.dsvy-testimonial-style-1 .designervily-box-img img{
	border-radius: 50%;
	height: 70px;
	width: 70px !important;
}
.dsvy-testimonial-style-1 .designervily-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
}
.dsvy-testimonial-style-1 .designervily-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0px;
	letter-spacing: 0;
}
.dsvy-testimonial-style-1 .designervily-testimonial-detail{
	line-height: normal;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dsvy-testimonial-style-1 blockquote{
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent; 
}
.dsvy-testimonial-style-1 .designervily-box-star-ratings{
	margin-bottom: 15px;
	font-size: 20px;
}
.dsvy-testimonial-style-1 .dsvy-base-icon-star.dsvy-active{
	color: #f08e21;
}
.dsvy-testimonial-style-1 .designervily-box-content:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #3f4f5b;
	border-top: 10px solid #3f4f5b;
	border-bottom: 10px solid transparent;
	left: 16px;
	bottom: -21px;
}
.dsvy-testimonial-style-1 .designervily-box-content::after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #222d35;
	border-top: 10px solid #222d35;
	border-bottom: 10px solid transparent;
	left: 15px;
	bottom: -19px;
}
.dsvy-element-testimonial-style-1.designervily-element-viewtype-carousel .owl-carousel button.owl-dot{
	width: 7px;
	height: 7px;
}
/*=== Testimonial style 2 ===*/
.dsvy-testimonial-style-2 .designervily-box-content{
	position: relative;
	padding: 30px 40px 30px;
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
.dsvy-testimonial-style-2 .designervily-box-desc{
	position: relative;
	padding-top: 35px;
}
.dsvy-testimonial-style-2 .designervily-box-desc::after {
	position: absolute;
	content: '"';
	font-size: 70px;
	line-height: 70px;
	top: -40px;
	left: 0;
	color: #d8d8d8;
	font-weight: 700 !important;
	transform: rotate(180deg);
}
.dsvy-testimonial-style-2 .designervily-box-img{
	margin-top: 30px;
	align-items: center;
	margin-left: 50px;
}
.dsvy-testimonial-style-2 .designervily-box-img img{
	border-radius: 50%;
	height: 50px;
	width: 50px !important;
}
.dsvy-testimonial-style-2 .designervily-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
}
.dsvy-testimonial-style-2 .designervily-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0px;
	letter-spacing: 0;
}
.dsvy-testimonial-style-2 .designervily-testimonial-detail{
	line-height: normal;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #606060;
}
.dsvy-testimonial-style-2 blockquote{
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: italic !important;
}
.dsvy-testimonial-style-2 .designervily-box-star-ratings{
	margin-top: 15px;
}
.dsvy-testimonial-style-2 .dsvy-base-icon-star.dsvy-active{
	color: #c3002f;
}
.dsvy-testimonial-style-2 .designervily-box-content:before {
	position: absolute;
	top: 100%;
	left: 30px;
	margin-left: -8px;
	content: "";
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0; 
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav{
	top: -150px;
	right: 0;
	width: 80px;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button:before{
	content: none;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after{
	font-family: "designervily-base-icons";
	content: '\e814';
	font-size: 26px;
	color: #fff;
	line-height: 45px;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next::after{
	font-family: "designervily-base-icons";
	content: '\e814';
	font-size: 25px;
	color: #fff;
}
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span, 
.dsvy-element-testimonial-style-2.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span{
	display: none;
}

/*=== Testimonial style 3 ===*/
.dsvy-testimonial-style-3 .designervily-box-content{
	position: relative;
	padding: 30px 30px 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,.01);
	background-color: #fff;
}
.dsvy-testimonial-style-3 .designervily-box-desc{
	position: relative; 
}
.dsvy-testimonial-style-3 .designervily-box-desc:after {
	position: absolute;
	content: '"';
	font-size: 200px;
	line-height: 200px;
	bottom: 55px;
	right: -10px;
	opacity: 0.1;
	font-weight: 700;
	font-family: Rajdhani,sans-serif;
	transform: rotate(180deg);
}
.dsvy-testimonial-style-3 .designervily-box-img{
	margin-top: 30px;
	align-items: center;
	margin-left: 30px;
}
.dsvy-testimonial-style-3 .designervily-box-img img{
	border-radius: 50%;
	height: 70px;
	width: 70px !important;
}
.dsvy-testimonial-style-3 .designervily-box-author {
	position: relative;
	text-align: left;
	display: inline-block; 
	margin-left: 15px;
}
.dsvy-testimonial-style-3 .designervily-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 0px;
	letter-spacing: 0;
}
.dsvy-testimonial-style-3 .designervily-testimonial-detail{
	line-height: normal;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dsvy-testimonial-style-3 blockquote{
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent; 
	color: #222d35;
}
.dsvy-testimonial-style-3 .designervily-box-content:before {
	position: absolute;
	top: 100%;
	left: 60px;
	margin-left: -8px;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid #fff;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0; 
}
.dsvy-element-testimonial-style-3.designervily-element-viewtype-carousel .owl-carousel button.owl-dot{
	width: 7px;
	height: 7px;
}

/* --------------------------------------
* client logo
* ---------------------------------------*/
.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;
}

/*=== dsvy-client-style-1 ===*/
.dsvy-client-style-1{
	text-align: center;
}
.dsvy-client-style-1 .dsvy-client-wrapper {
	overflow: hidden;
}
.dsvy-client-style-1 .dsvy-client-with-hover-img .dsvy-featured-wrapper,
.dsvy-client-style-1 .dsvy-client-hover-img{
	-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;
}
.dsvy-client-style-1 .dsvy-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.dsvy-client-style-1 .dsvy-client-with-hover-img .dsvy-client-hover-img {
	transform: translateY(-100%);
}
.dsvy-client-style-1 .dsvy-client-with-hover-img:hover .dsvy-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.dsvy-client-style-1 .dsvy-client-with-hover-img:hover .dsvy-featured-wrapper{
	transform: translateY(100%);
}

/*=== dsvy-client-style-2 ===*/
.dsvy-client-style-2{
	text-align: center;
}
.dsvy-client-style-2 .dsvy-client-wrapper {
	overflow: hidden;
	border: 1px solid rgb(0 0 0 / 10%);
	padding: 15px 20px;
}
.dsvy-client-style-2 .dsvy-client-with-hover-img .dsvy-featured-wrapper,
.dsvy-client-style-2 .dsvy-client-hover-img{
	-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;
}
.dsvy-client-style-2 .dsvy-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.dsvy-client-style-2 .dsvy-client-with-hover-img .dsvy-client-hover-img {
	transform: translateY(-100%);
	padding: 15px 20px;
}
.dsvy-client-style-2 .dsvy-client-with-hover-img:hover .dsvy-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.dsvy-client-style-2 .dsvy-client-with-hover-img:hover .dsvy-featured-wrapper{
	transform: translateY(130%);
}

/* --------------------------------------
* Fact and digit
* ---------------------------------------*/
/*=== designervily-ele-fid-style-1 ===*/
.designervily-ele-fid-style-1{
	padding: 35px;
	position: relative;
	background: #fff;
	padding-top: 45px;
}
.designervily-ele-fid-style-1 .dsvy-sbox-icon-wrapper{
	position: absolute;
	top: 30px;
	right: 35px;
	font-size: 80px;
	line-height: 80px;
	opacity: 0.2;
}
.designervily-ele-fid-style-1 .dsvy-fid-title{
	font-size: 18px;
	line-height: 28px;
}
.designervily-ele-fid-style-1 .dsvy-fid-inner{
	font-size: 76px;
	line-height: 76px;
	margin-bottom: 5px;
}
.designervily-ele-fid-style-1 .dsvy-fid sup {
	font-size: 40px;
	line-height: 40px;
	top: -28px;
}
.dsvy-fld-active .designervily-ele-fid-style-1 .dsvy-sbox-icon-wrapper i,
.dsvy-fld-active .designervily-ele-fid-style-1 .dsvy-fid-inner,
.dsvy-fld-active .designervily-ele-fid-style-1{
	color: #fff;
}
.dsvy-fld-active .designervily-ele-fid-style-1 .dsvy-fid span{
	color: #222631;
}

/*=== designervily-ele-fid-style-2 ===*/
.designervily-ele-fid-style-2{
	text-align: center;
}
.designervily-ele-fid-style-2 .dsvy-circle {
	width: 125px;
	margin: 0 auto;
	position: relative;
}
.designervily-ele-fid-style-2 .dsvy-fid-inner{
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	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%);
	left: 0;
	text-align: center;
	width: 100%;
}
.designervily-ele-fid-style-2 .dsvy-fid-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 5px;
	letter-spacing: 0;
}
.designervily-ele-fid-style-2 .dsvy-fid-sub{
	font-size: 20px;
	line-height: 26px;
}
.designervily-ele-fid-style-2 .dsvy-fid-sub sup{
	top: 0;
	line-height: normal;
	font-size: inherit;
	vertical-align: top;
}

/*=== designervily-ele-fid-style-3 ===*/
.designervily-ele-fid-style-3{
	text-align: left;
}
.designervily-ele-fid-style-3 .dsvy-circle {
	width: 125px; 
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.designervily-ele-fid-style-3 .dsvy-fid-inner{
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	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%);
	left: 0;
	text-align: center;
	width: 100%;
}
.designervily-ele-fid-style-3 .dsvy-fid-title {
    font-size: 24px; 
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 5px; 
}
.dsvy-elementor-bg-color-blackish .designervily-ele-fid-style-3 .dsvy-fid-inner,
.dsvy-elementor-bg-color-blackish .designervily-ele-fid-style-3 .dsvy-fid-title {
	color: #fff;
}
.designervily-ele-fid-style-3 .dsvy-fid-sub sup{
	top: 0;
	line-height: normal;
	font-size: inherit;
	vertical-align: top;
}

/* --------------------------------------
* Service Style
* ---------------------------------------*/
.dsvy-service-style-1 .dsvy-featured-wrapper img,
.dsvy-service-style-1 .designervily-post-item{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-service-style-1 .designervily-post-item{
	border: 1px solid #eee;
	padding: 0 30px 10px;
	margin-top: 45px;
}
.dsvy-service-style-1 .dsvy-service-img-wrapper{
	margin-top: -45px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.dsvy-service-style-1:hover .dsvy-featured-wrapper img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.dsvy-service-style-1 .dsvy-service-title {
	position: relative;
	font-size: 24px;
	line-height: 26px;
	margin: 0px 0 15px;
}
.dsvy-service-style-1 .dsvy-service-icon-wrapper{
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-service-style-1 .dsvy-service-icon-wrapper img {
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
}
.dsvy-service-style-1 .dsvy-featured-wrapper img {
	width: 100%;
}
/*=== dsvy-service-style-2 ===*/
.dsvy-service-style-2 .dsvy-featured-wrapper img,
.dsvy-service-style-2 .designervily-post-item{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-service-style-2 .designervily-post-item{
	border: 1px solid #eee;
	padding: 35px 30px 0;
	margin-bottom: 30px;
}
.dsvy-service-style-2 .dsvy-featured-wrapper{
	margin-bottom: -30px;
	overflow: hidden;
}
.dsvy-service-style-2 .dsvy-featured-wrapper img {
	position: relative;
	width: 100%;
}
.dsvy-service-style-2:hover .dsvy-featured-wrapper img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.dsvy-service-style-2 .dsvy-service-title {
	position: relative;
	font-size: 24px;
	line-height: 26px;
	margin: 0px 0 20px;
}
.dsvy-service-style-2 .dsvy-service-icon-wrapper{
	line-height: 50px;
	font-size: 50px;
	text-align: right; 
}
.dsvy-service-style-2 .dsvy-service-icon-wrapper img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
/*=== dsvy-service-style-3 ===*/
.dsvy-service-style-3 .dsvy-service-cat:before,
.dsvy-service-style-3 .dsvy-service-cat a,
.dsvy-service-style-3 .dsvy-service-title a,
.dsvy-service-style-3 .dsvy-featured-wrapper img,
.dsvy-service-style-3 .designervily-box-content,
.dsvy-service-style-3 .dsvy-service-title{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-service-style-3 .dsvy-service-title {
	position: relative;
	font-size: 24px;
	line-height: 26px;
	margin: 0px 0 20px;
}
.dsvy-service-style-3 .dsvy-featured-wrapper{
	position: relative;
	display: block;
	overflow: hidden;
}
.dsvy-service-style-3 .dsvy-featured-wrapper img {
	position: relative;
	width: 100%;
}
.dsvy-service-style-3:hover .dsvy-featured-wrapper img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.dsvy-service-style-3 .designervily-box-content {
	padding: 25px 30px 5px;
	margin: -50px 30px 0;
	background-color: #fff;
	position: relative;
}
.dsvy-service-style-3:hover .dsvy-service-cat:before{
	background-color: #fff;
}
.dsvy-service-style-3:hover .dsvy-service-cat a,
.dsvy-service-style-3:hover .dsvy-service-title a{
	color: #fff;
}
.dsvy-port-cat,
.dsvy-service-cat{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
	padding-left: 45px;
}
.dsvy-port-cat:before,
.dsvy-service-cat:before {
	position: absolute;
	left: 0;
	top: 48%;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #000;
}

/*=== Single service style 2 ===*/
.single.single-dsvy-service .dsvy-service-single-style-2 .dsvy-entry-content {
	margin-top: -40px;
}

/* --------------------------------------
* Progress Bar
* ---------------------------------------*/
.elementor-progress-bar{
	height: 6px;
}
.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -35px;
	font-size: 15px;
	font-weight: 600;
}
.elementor-widget-progress .elementor-title{
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 28px;
}
.elementor-progress-wrapper {
	position: relative;
	background-color: #fff;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 0;
	padding: 1px;
	border: 1px solid #d6d6d6;
}

/* --------------------------------------
* Pricing Table
* ---------------------------------------*/
/*=== Hide next prev button ===*/
.single-dsvy-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-service-contact {
	padding: 50px 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 18px;

	background-size: cover;
}
.single-service-contact-inner {
	position: relative;
	z-index: 2; 
}
.single-service-contact-inner h2{
	color: #fff;
}
.designervily-sidebar .widget.single-service-contact-bg{
	position: relative; 
	padding-bottom: 35px !important;
}
.single-service-contact::after {
	content: ' ';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	z-index: 0;
}
.single-service-contact a.btn-link{
	padding: 20px 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
}
.single-service-contact .dsvy-ihbox-icon{
	background: #000;
	border-radius: 50%;
	font-size: 34px;
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
}
.single-dsvy-service .designervily-sidebar .widget{
	overflow: hidden;
}
.widget.lyfpro_category_list_widget ul > li{
	margin-bottom: 0 !important;
}
.site-content .lyfpro_category_list_widget ul > li a:before,
.site-content .dsvy_widget_list_all_posts ul > li a:before {
	position: absolute;
	content: '\e814';
	left: inherit;
	right: 30px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'designervily-base-icons';
	top: 35%;
}
.designervily-sidebar .widget.widget_media_image{
	padding: 0;
	background: none;
}

/* --------------------------------------
* Sidebar widget
* ---------------------------------------*/

/*===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 ===*/
.designervily-sidebar .widget.widget_search .widget-title{
	color: #fff;
}
.widget.widget_search .search-form{
	position: relative;
}
.widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fcaf17;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.widget.widget_search .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;
}
.designervily-sidebar .widget {
	background-color: #f6f6f6;
	padding: 30px;
	padding-top: 28px;
	margin-bottom: 30px;
}
.designervily-sidebar .widget:last-child {
	padding-bottom: 30px;
}
.site-content .lyfpro_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 .lyfpro_category_list_widget ul > li a,
.site-content .dsvy_widget_list_all_posts ul > li a,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a{
	background-color: #fff;
	padding: 20px 30px 18px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.designervily-sidebar .dsvy-select{
	background-color: #fff;
}
.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: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	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 ol.wp-block-latest-comments li::before,
.wp-block-latest-posts.wp-block-latest-posts__list 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: 5px;
	color: inherit;
	font-family: 'designervily-base-icons';
	line-height: normal;
	font-weight: normal;
}
.site-content .widget ol.wp-block-latest-comments li,
.wp-block-latest-posts.wp-block-latest-posts__list 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;
}
.designervily-sidebar .widget a,
.designervily-sidebar .widget ul a {
	font-weight: 600;
	font-family: Rajdhani,sans-serif;
}
.site-content .widget.widget_recent_comments ul li{
	color: #344450;
}
.site-content .widget.widget_categories ul li>a{
	padding-left: 40px;
}
.site-content .widget.widget_categories ul li>a::before{
	content: '\f115';
	left: 17px;
	top: 23px;
	font-size: 13px;
}
.site-content .widget.widget_archive ul li>a{
	padding-left: 40px;
}
.site-content .widget.widget_archive ul li>a::before{
	content: '\e814';
	left: 17px;
	top: 22px;
	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: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
	top: 18px;
}
.dsvy-text-color-white .widget_categories ul li span {
	background-color: #fff;
}

/*=== widget_recent_comments ===*/
.site-content .widget ol.wp-block-latest-comments li::before,
.site-content .widget.widget_recent_comments ul li::before {
	content: '\f0e5';
	top: 7px;
	font-size: 14px;
}
.site-content .widget ol.wp-block-latest-comments {
	padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li > a::before{
	top: 2px;
}
/*=== widget_pages ===*/
.widget.widget_pages ul li a::before {
	content: '\e816';
	top: 8px;
	font-size: 12px;
}

/*=== 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 .item-download a {
	display: block;
	padding: 25px;
	color: #fff;
	text-align: left;
	padding-left: 30px;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 16px; 
	-webkit-transition: 0.2s ease-out 0s;
	-o-transition: 0.2s ease-out 0s;
	transition: 0.2s ease-out 0s;
}
.widget .download .item-download:first-child {
	margin-bottom: 15px;
}
.widget .download .item-download a i{
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}

/*=== Single Service widget  ===*/
.custom-single-service-image.widget {
	background-color: unset !important;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.single-service-authorbox img {
	height: 300px;
	width: 100%;
}
.single-service-authorbox .single-box-content {
	padding: 34px 0px 1px;
	position: relative;
}
.single-service-authorbox .pbmit-authorbox-position {
	font-family: Rajdhani,sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
.single-service-authorbox .pbmit-authorbox-title {
	display: inline-block;
	color: #000;
	background-color: #fff;
	font-size: 15px;
	line-height: 26px;
	padding: 4px 35px;
	position: absolute;
	right: 5px;
	top: -17px;
	z-index: 2;
}


/* --------------------------------------
* Footer
* ---------------------------------------*/
.site-footer{
	font-size: 15px;
}
.site-footer .widget {
	margin: 70px 0 60px;
}
.dsvy-footer-section{
	background-color: transparent !important;
	position: relative;
}
.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;
}
.footer-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.dsvy-timelist-list .dsvy-timelist-li-value,
.dsvy-footer-section.dsvy-text-color-white a{
	color: #b8c3cb;
}
.dsvy-footer-section.dsvy-text-color-white a:hover{
	color: #fff;
}
.site-footer .dsvy-footer-widget:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgb(255 255 255 / 5%);
}
.site-footer .dsvy-footer-widget:last-child:after{
	content: none;
}

/*=== 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;
}
.footer-wrap.dsvy-footer-big-area{
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgb(255 255 255 / 5%);
}

/*=== dsvy-float-menu ===*/
.dsvy-two-column-menu.widget ul > li{
	float: left;
	width: 50%;;
}
.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.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: inherit;
	font-family: 'designervily-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;
}
.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: 4px;
}
.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;
}

/*=== dsvy-footer-logo ===*/
.dsvy-footer-text-area .col-md-6 .dsvy-footer-logo{
	text-align: right;
}
.dsvy-footer-logo-box{
	text-align: center;
}
.dsvy-footer-logo{
	max-height: 60px;
}
.dsvy-footer-copyright-text-area{
	padding-top: 20px;
}
.col-md-12 .dsvy-footer-copyright-text-area {
	text-align: center;
}
.dsvy-footer-social-area{
	padding-top: 10px;
}

/*=== 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_archive ul li span {
	background-color: #fff;
}

/*=== 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.dsvy-bg-color-transparent{
	border-top: 1px solid rgb(255 255 255 / 5%);
}
.dsvy-footer-text-area {
	padding-bottom: 30px;
}

/* --------------------------------------
* Timebox List
* ---------------------------------------*/
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; 
}

/* --------------------------------------
*  Footer Big area Newsletter 
* ---------------------------------------*/

.dsvy-text-color-white  .dsvy-footer-newsletter input[type="email"]{
	background-color: rgba(255, 255, 255, 0.05);
}
.dsvy-text-color-white  .dsvy-footer-newsletter input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.60);
	opacity: 1; /* Firefox */
}
.dsvy-text-color-white  .dsvy-footer-newsletter input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.60);
}
.dsvy-text-color-white  .dsvy-footer-newsletter input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.60);
}

/* --------------------------------------
* error-404
* ---------------------------------------*/
.error-404{
	margin: 0;
	width: 100%;
	padding: 196px 0px 196px 0px;
	position: relative;
	text-align: center;
}
.dsvy-parent-header-style-3 .error-404{
	padding: 180px 0px 220px 0px;
}
.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: 17px;
	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: '\e810';
	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;
}
.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-no-results .search-no-results-content .search-form button {
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

/* --------------------------------------
* 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: rgba(255, 255, 255, 0.89);
	opacity: 1; /* Firefox */
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.89);
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.89);
}
.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;
}

/* --------------------------------------
* Static Box
* ---------------------------------------*/

/*=== dsvy-static-box-style-1 ===*/
.dsvy-static-box-style-1 .dsvy-contentbox {
	padding: 30px;
}
.dsvy-static-box-style-1 .dsvy-contentbox h4{
	color: #fff;
}
.dsvy-static-box-style-1 .dsvy-contentbox .designervily-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}

/*=== dsvy-static-box-style-2 ===*/
.dsvy-static-box-style-2 .dsvy-contentbox {
	padding: 30px;
	margin-top: -30px;
	width: calc(100% - 60px);
	/* left: 50%; */
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
}
.dsvy-static-box-style-2 .dsvy-contentbox h4{
	color: #fff;
}
.dsvy-static-box-style-2 .dsvy-contentbox .designervily-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}

/*=== 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;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}

/* --------------------------------------
* Tab and Accordion
* ---------------------------------------*/ 
.elementor-accordion .elementor-tab-title{
	background-color: #eee;
}
.dsvy-elementor-bg-color-light .elementor-accordion .elementor-tab-title,

.dsvy-bg-color-light .elementor-accordion .elementor-tab-title{
	background-color: #fff;
}
.elementor-accordion-item{
	position: relative;
}

/*=== .dsvy-accordion-style1 ===*/
.dsvy-accordion-style1 .elementor-accordion .elementor-tab-title {
	padding: 25px 0 15px;
}
.dsvy-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
	background-color: transparent !important;
	border-bottom: 1px solid #222d35 !important;
}
.dsvy-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.dsvy-accordion-style1.elementor-widget-accordion .elementor-accordion-icon{
	font-size: 14px;
}
.dsvy-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{
	border-bottom: 2px solid #222d35 !important;
	font-weight: 700;
}
/* --------------------------------------
* Button Section
* ---------------------------------------*/ 
/*=== elementor-widget-button ===*/
.elementor-button{
	border-radius: 0;
}
.elementor-button .elementor-button-content-wrapper::before {
	content: '';
	width: 15px;
	height: 1px;
	background: #fff;
	margin-right: 10px;
	margin-top: 8px;
}
.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-blackish .elementor-widget-button.dsvy-btn-color-globalcolor .elementor-button:hover,
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button{
	background-color: #fff;
}
.dsvy-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.dsvy-btn-style-outline.dsvy-btn-color-globalcolor .elementor-button:hover .elementor-button-content-wrapper::before{
	background-color: #fff;
}
.dsvy-btn-style-outline .elementor-button:hover{
	color: #fff;
}
.dsvy-btn-style-outline.dsvy-btn-color-white .elementor-button{
	border-color: #fff;
	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;
}
.dsvy-btn-style-outline.dsvy-btn-color-blackish .elementor-button:hover{
	color: #fff;
}
.elementor-widget-button .elementor-button{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.elementor-button.elementor-size-xs {
	padding: 16px 34px;
	font-size: 9px;
}
.elementor-button.elementor-size-sm{
	padding: 18px 38px;
	font-size: 11px;
}
.elementor-button.elementor-size-md {
	padding: 20px 42px;
	font-size: 13px;
}
.elementor-button.elementor-size-lg{
	padding: 24px 46px;
	font-size: 15px;
}
.elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.dsvy-btn-style-outline .elementor-button.elementor-size-sm{
	padding: 16px 38px;
}
.dsvy-btn-style-text .elementor-button{
	padding: 0;
	background-color: transparent;
}
.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;
}
.dsvy-search-results-right .dsvy-read-more-link a,
.dsvy-blog-classic-inner .dsvy-read-more-link a,
.dsvy-blog-style-2 .dsvy-read-more-link a,
.dsvy-blog-style-1 .dsvy-read-more-link a{
	font-size: 14px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Rajdhani,sans-serif;
}
.dsvy-search-results-right .dsvy-read-more-link a span,
.dsvy-ihbox-style-4 .dsvy-ihbox-btn a span,
.dsvy-ihbox-style-2 .dsvy-ihbox-btn a span,
.dsvy-service-style-3 .dsvy-service-btn-a span,
.dsvy-service-style-2 .dsvy-service-btn-a span,
.dsvy-blog-classic-inner .dsvy-read-more-link a span,
.dsvy-blog-style-2 .dsvy-read-more-link a span,
.dsvy-blog-style-1 .dsvy-read-more-link a span{
	position: relative;
	display: inline-block;
	line-height: normal;
	padding-left: 30px;
}
.dsvy-search-results-right .dsvy-read-more-link a span::after,
.dsvy-ihbox-style-4 .dsvy-ihbox-btn a span::after,
.dsvy-ihbox-style-2 .dsvy-ihbox-btn a span::after,
.dsvy-service-style-3 .dsvy-service-btn-a span::after,
.dsvy-service-style-2 .dsvy-service-btn-a span::after,
.dsvy-blog-classic-inner .dsvy-read-more-link a span::after,
.dsvy-blog-style-2 .dsvy-read-more-link a span::after,
.dsvy-blog-style-1 .dsvy-read-more-link a span::after {
	position: absolute;
	left: 0;
	top: 48%;
	content: '';
	width: 20px;
	height: 1px;
}

/* --------------------------------------
* 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-ourhistory .dsvy-ourhistory-right {
padding-bottom: 50px; 
padding-left: 70px;
}
.dsvy-ourhistory .dsvy-ourhistory-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-sizing: content-box;
}
.dsvy-ourhistory .label {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.dsvy-ourhistory h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
.dsvy-ourhistory .dsvy-ourhistory-right:after {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #dadada;
}
.dsvy-ourhistory .dsvy-ourhistory-right.last{
	padding-bottom:0;
}
.dsvy-ourhistory img{
	border-radius: 0px;
}
.dsvy-timeline-inner{
	margin: 0 -15px;
}
.dsvy-ourhistory .dsvy-ourhistory-right .dsvy-timeline-image,
.dsvy-ourhistory .dsvy-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}

/* --------------------------------------
* Price Table
* ---------------------------------------*/ 
.dsvy-pricing-table-box {
	text-align: center;
	background-color: transparent;
	border: 1px solid #eee;
	position: relative;
}
.dsvy-pricing-table-box  .dsvy-ptable-icon-wrapper {
	line-height: 80px;
	font-size: 80px;}

.dsvy-pricing-table-box .dsvy-ptable-icon{
	font-size: 26px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 40px 0px 0px 0px;
}
.dsvy-pricing-table-box .designervily-ptable-heading{
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	padding: 2px 10px;
	background: #ffff;
}
.dsvy-pricing-table-box .dsvy-head-wrap{
	margin: 20px 30px 30px;
	padding: 10px 0px 20px 00px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.dsvy-pricing-table-box .dsvy-head-wrap::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: -1;
}
.dsvy-pricing-table-box  .designervily-ptable-price-w{
	position: relative;
	margin: 0 auto 30px;
	display: inline-block;
	font-family: Rajdhani,sans-serif;
}
.dsvy-pricing-table-box  .designervily-ptable-price {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}
.dsvy-pricing-table-box .dsvy-ptable-lines-w {
	padding: 15px 50px;
	margin-top: 0;
	text-align: left;
}
.dsvy-pricing-table-box .dsvy-ptable-btn {
	margin: 20px 0 40px;
	padding: 0 50px;
}
.dsvy-ptable-btn a{
	padding: 20px 30px;
	display: block;
	color: #fff;
}
.dsvy-ptable-btn a span{
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.dsvy-ptable-btn a span::after {
	position: absolute;
	left: 5px;
	top: 48%;
	content: '';
	width: 15px;
	height: 1px;
	background: #fff;
}
.dsvy-pricing-table-box .designervily-sep {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.dsvy-pricing-table-box .designervily-ptable-frequency {
	position: absolute;
	bottom: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-left: 6px;
	color: #606060;
}
.dsvy-pricing-table-box .designervily-ptable-frequency:before {
	content: '/';
	margin-right:4px;
}
.dsvy-pricing-table-box .designervily-ptable-symbol,
.dsvy-pricing-table-box .designervily-ptable-price {
	display: inline-block;
}
.dsvy-pricing-table-box .designervily-ptable-symbol {
	position: absolute;
	top: 2px;
	left: -18px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
}
.dsvy-pricing-table-box .dsvy-ptable-line i{
	margin-left: 10px;
	float: right;
}
.dsvy-pricing-table-box .dsvy-ptable-line {
	position: relative;
	margin-bottom: 10px;
}
.dsvy-pricing-table-featured-col .dsvy-ptable-btn a:hover,
.dsvy-ptable-btn a:hover{
	color: #fff;
}
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .dsvy-ptable-lines-w,
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .designervily-ptable-symbol,
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .designervily-ptable-frequency,
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .designervily-ptable-price,
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .designervily-ptable-heading{
	color: #fff;
}
.dsvy-pricing-table-featured-col .dsvy-ptable-btn a{
	color: #fff;
}
.dsvy-pricing-table-featured-col .dsvy-ptable-btn a:hover{
	background-color: #fff;
}
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	color: #fcdc31;
	border-top: 48px solid #000;
	border-right: 50px solid #000;
	border-left: 48px solid transparent;
	border-bottom: 51px solid transparent;
}
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box  .dsvy-ptablebox-featured-w {
	background-color: transparent;
	vertical-align: middle;
	z-index: 20;
	position: absolute;
	transform: rotate(45deg);
	transform-origin: 0 top;
	display: inline-block;
	top: -19px;
	right: -50px;
	width: 100px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .dsvy-head-wrap::after{
	background: #374149;
}
.dsvy-pricing-table-featured-col .dsvy-pricing-table-box .dsvy-ptable-icon{
	color: #fff;
}

/* --------------------------------------
* List
* ---------------------------------------*/
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon{
	line-height: normal;
}
.elementor-icon-list-item span i{
	position: relative;
	/* top: 2px; */
}

/* --------------------------------------
* Custom CSS
* ---------------------------------------*/ 
.dsvy-lightbox-video a.elementor-icon{
	position: relative;
}
.dsvy-lightbox-video a.elementor-icon:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: -1;
	opacity: 0;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	-moz-animation: pulse-border-2 1.5s linear infinite;
	-o-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}
.dsvy-lightbox-video a.elementor-icon:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: -1;
	opacity: 0;
	-webkit-animation: pulse-border 1s linear infinite;
	-moz-animation: pulse-border 1s linear infinite;
	-o-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
@keyframes pulse-border {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}
@keyframes pulse-border-2 {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

.dsvy-colum-gap-left-15 .elementor-widget-wrap{
	margin-left: 10px;
}
.dsvy-col-stretched-right.dsvy-right-bg-50 .dsvy-stretched-div{
	left: 50%;
	background-color: #f5f5f5 !important;
}
.dsvy-blc-style-1 blockquote{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal !important;
	position: relative;
	padding-left: 45px;
	font-size: 24px;
	line-height: 36px;
}
.dsvy-blc-style-1 blockquote:before {
	position: absolute;
	content: '"';
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	top: -28px;
	left: 0;
	transform: rotate(180deg);
}
.dsvy-blc-style-2 blockquote{
	margin: 0;
	padding: 0;
	font-weight: normal !important;
	position: relative;
	padding-left: 30px;
	font-size: 17px;
	line-height: 26px;
}
.dsvy-newsletter{
	position: relative;
}
.dsvy-newsletter input[type="email"]{
	margin-top: 15px;
	height: 60px;
}
.dsvy-newsletter input[type="email"]::placeholder {
	color: #989ba1;
	opacity: 1; /* Firefox */
}
.dsvy-newsletter input[type="email"]:-ms-input-placeholder {
	color: #989ba1;
}
.dsvy-newsletter input[type="email"]::-ms-input-placeholder {
	color: #989ba1;
}
.dsvy-newsletter button{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 21px 40px;
	padding-left: 65px;
}
.dsvy-newsletter button:focus{
	border: none;
	outline: none;
}
.dsvy-newsletter button::before{
	left: 40px;
}
.dsvy-special-row.elementor-top-section.elementor-section > .elementor-container{
	z-index: auto;
}
/*=== dsvy-bottom-part ===*/
.dsvy-bottom-part{
	padding: 20px 30px;
	bottom: -62px;
}
.dsvy-bottom-part.elementor-widget-heading .elementor-heading-title{
	color: #fff;
}
.dsvy-bottom-part.elementor-widget-heading .elementor-heading-title span{
	text-decoration: underline;
}

/*=== dsvy-vertical-sep ===*/
.dsvy-vertical-sep.elementor-inner-column{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.dsvy-vertical-sep.elementor-inner-column::after,
.dsvy-vertical-sep.elementor-inner-column:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.dsvy-vertical-sep.elementor-inner-column::after{
	bottom: 0;
}

/*=== dsvy-align-left ===*/
.dsvy-align-left .owl-carousel{
	position: static;
}
.dsvy-align-left .designervily-element-viewtype-carousel .owl-carousel .owl-nav{
	width: 80px;
	top: 0;
	right: 0;
}
.dsvy-align-left .dsvy-ele-header-area{
	width: 60%;
}

/*=== dsvy-heading-subheading - subheading sep ===*/
.dsvy-heading-subheading h4.dsvy-element-subtitle{
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-bottom: 8px;
}
.dsvy-heading-subheading .dsvy-element-subtitle::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #fff;
	top: 9px;
	left: 0;
}
.dsvy-elementor-bg-color-globalcolor.dsvy-text-color-white .dsvy-heading-subheading .dsvy-element-subtitle::before{
	background-color: #fff;
}
.dsvy-elementor-bg-color-blackish.dsvy-text-color-white .dsvy-heading-subheading h4.dsvy-element-subtitle{
	font-weight: bold;
}
/* --------------------------------------
* woocommerce
* ---------------------------------------*/
.woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search input[type="search"] {
	background-color: #fff;
	height: 60px;
}
.widget_product_search .woocommerce-product-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fcaf17;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
	font-size: 0;
}
.widget_product_search .woocommerce-product-search 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;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 40px;  
}
.woocommerce .woocommerce-result-count {
	margin-top: 17px;
}

/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 18px;
	line-height: 28px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	padding: 5px 12px;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
	line-height: normal;
	min-height: auto;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: #888;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}
.woocommerce ul.products li.product .button{
	margin-top: 1em;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #09162a;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 10px;
	right: 6px;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
	padding: 0px 12px;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 5px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	font-weight: 700;
	color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
	font-weight: normal;
	color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
	margin-left: 10px;
}
.single-product div.product p.price ins{
	text-decoration: none;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 18px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 22px;
}
.woocommerce div.product .product_title{
	font-size: 32px;
	line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	font-size: 13px;
	color: #fff;
	border: 1px solid #e2e2e2;
	text-transform: capitalize;
	line-height: 24px;
	cursor: pointer;
	padding: 16px 30px 16px;
	transition: all 500ms ease;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #242424;
	background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
}

/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
	margin-top: 0;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 0px;
}
.woocommerce div.product form.cart .button:focus{
	outline: none;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #09162a;
}

/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
	height: 54px;
	margin-right: 5px;
}

/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 15px;
	color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	margin-right: 5px;
}

/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 5;
}

/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 5px 7px;
}

/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
	font-size: 28px;
	line-height: 38px;
}

/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-top: 0;
	padding: 18px 22px;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	font-weight: 800;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 54px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
	margin-top: 0;
	padding: 8px 16px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
	background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}

/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #fff;
}
.woocommerce .cart .button{
	padding: 18px 22px !important;
}
.woocommerce .col-1, 
.col-2{ 
	max-width:none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #eee;
	color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
	border: 0;
}
.woocommerce div.product form.cart .variations label {
	margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
	padding: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
	margin-bottom: 35px;
}

/*==== Theme Special ====*/
.dsvy-woo-radius-bt .woocommerce ul.products li.product .button{
	border-radius: 2em;
}
.dsvy-woo-box-border .woocommerce ul.products li.product{
	border: 1px solid #ededed;
	padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 5px;
	color: #fff;
}
.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;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}

/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

/*===woocommerce -- remove===*/
.woocommerce a.remove {
	line-height: 21px;
}

/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
	display: none;
}
.woocommerce .select2-hidden-accessible {
	height: inherit !important;
	width: 100% !important;
	position: static !important;
	padding: 15px 20px !important;
	border: none !important;
	overflow: visible !important;
	vertical-align: top;
	margin: inherit !important;
}

/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
	margin-top: 1em;
	padding: 15px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	border-radius: 5px;
	margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
	margin-bottom: 40px;
}

/*===woocommerce -- Sidebar widget===*/

/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	text-decoration: none;
	font-weight: 700;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	border: 1px solid rgba(0, 0, 0, 0.10);
}

/*=== widget_product_categories ===*/
.site-content .widget_product_categories ul li{
	margin: 2px 0;
	padding: 0;
	position: relative;
}
.site-content .widget_product_categories ul li a{
	background-color: #fff;
	padding: 20px 30px 18px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .widget_product_categories ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
	top: 18px;
}

/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	float: none;
	position: absolute;
	right: 34px;
	top: 14px;
	padding: 14px 22px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	padding: 25px 180px 25px 55px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: #eef7f9;
}
body .elementor-element.dsvy-who-we-image{
	z-index: 2;
}
body .elementor-element.dsvy-fact-postiion .elementor-container{
	z-index: 2;
}
body .elementor-element.dsvy-fact-postiion{
	z-index: unset;
}
.dsvy-digit-box{
	font-size: 17px;
	line-height: normal;
	display: flex;
	margin-top: 40px;
}
.dsvy-digit-box .dsvy-digit{
	font-size: 40px;
	font-weight: 700 !important;
	margin-right: 25px;
}
.dsvy-digit-box .dsvy-digit sup{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
* --------------------------------------
* Search Result CSS
* ---------------------------------------*/
.dsvy-search-result-cpt{
	display: none;
	margin-top: -2px;
	padding: 30px 30px 20px 30px !important;
}
.dsvy-search-result-loader {
	height: 300px;
	width: 100%;
	border: 1px solid #f6f6f8;
	display: table;
	text-align: center;
	background: #f6f6f8;
	text-align: center;
}
.dsvy-search-result-loader-inner{
	display: table-cell;
	vertical-align: middle;
}
.dsvy-search-results-loaded .dsvy-search-result-loader {
	display: none;
}
.dsvy-search-results-loaded .dsvy-search-result-cpt{
	display: block;
}
.skltbs-theme-light .skltbs-tab, .skltbs-theme-dark .skltbs-tab{
	font-size: 15px !important;
}
.skltbs-tab span {
	background: #fff;
	font-size: 13px;
	line-height: 19px;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 5px;
	position: relative;
	top: -1px;
	min-width: 25px;
	margin-left: 5px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.skltbs-tab .dsvy-search-result-tab-link.skltbs-active > button > span,
.skltbs-tab.skltbs-active  > span{
	background-color: #fff;
}
.skltbs-theme-light .skltbs-tab.skltbs-active{
	border-radius: 5px 5px 0px 0px;
}
.skltbs-theme-light .skltbs-tab.skltbs-active {
	border-color: transparent;
}
.skltbs-theme-light .skltbs-tab.skltbs-active:focus, .skltbs-theme-light .skltbs-tab.skltbs-active:hover {
	border: none !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	box-shadow: none;
}
.skltbs-theme-light .skltbs-panel:focus{
	border-color: #f6f6f8 !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*=== dsvy-search-result-page ===*/
.dsvy-search-result-page ul{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.dsvy-search-result-page ul li{
	width: 50%;
}
.dsvy-search-results-back-global-btn,
.dsvy-search-results-load-btn{
	margin-top: 45px;
	margin-bottom: 35px;
	text-align: center;
}
.dsvy-search-results-back-global-btn a,
.dsvy-search-results-load-btn a{
	display: inline-block;
	padding: 15px 25px;
	padding-right: 43px;
	color: #fff;
	position: relative;
}
.dsvy-search-results-back-global-btn a::after,
.dsvy-search-results-load-btn a::after{
	position: absolute;
	font-family: 'designervily-base-icons';
	content: '\e806';
	right: 19px;
	top: 15px;
	font-size: 15px;
	font-weight: 400;
}
.dsvy-search-results-back-global-btn a{
	padding-left: 43px;
}
.dsvy-search-results-back-global-btn a::after{
	content: '\e81e';
	right: auto;
	left: 19px;
}
.skltbs-theme-light .skltbs-panel {
	margin-bottom: 80px;
}
.dsvy-search-result-cpt.dsvy-search-result-page ul li{
	font-size: 20px;
}