/*------------------------------------------------------------------
[Master Stylesheet]
- Pre Header setting
- Header setting
- Heading Subheading Element
- Icon Heading Box
- Titlebar section
- Blog Box
- Portfolio Section
- Team Member Section
- Contact Form 7
- Client Logo Section
- Progress Bar Section
- Pricing Table Section
- Sidebar widget Section
- Footer Section
- Timebox List Section
- Custom Button
- Fact and digit
- Service Style
- Progress Bar
- Contact form
- error-404
- Search Popup Area CSS
- Tab and Accordion
- Button Section
-------------------------------------------------------------------*/
body {
    counter-reset: dsvybox1  dsvybox2  dsvy-rev-counter; 
}
button, html input[type=button], input[type=reset], input[type=submit]{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 20px 30px;
    outline: none;
    border-radius: 0px;
    font-weight: 700; 
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.dsvy-contact-info{    
    font-size: 16px;
}
.dsvy-pre-header-wrapper{
    font-size: 12px;    
}
.dsvy-color-white .dsvy-contact-info li,
.dsvy-color-white .dsvy-contact-info li a,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-social-links a,
.dsvy-pre-header-wrapper.dsvy-color-white .dsvy-header-search-btn a {
    color: #fff;  
}
.dsvy-color-white .dsvy-contact-info li a:hover{
    opacity: 0.8;
}
.dsvy-pre-header-wrapper .dsvy-social-links{
    display: inline-block;
}
.dsvy-contact-info li{
    position: relative; 
    display: inline-flex;   
}
.dsvy-contact-info li i {
    font-size: 18px;
}

/*==== dsvy-top-bar-bt ====*/
.dsvy-top-bar-bt{
    font-size: 13px;   
    display: inline-block;
    padding: 0 30px;
    background-color: #56aa46;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}
.dsvy-top-bar-bt:hover{
    color: #fff;
}
.dsvy-pre-header-right {
    display: flex;
}
.dsvy-contact-info,
.dsvy-pre-header-wrapper .dsvy-social-links,
.dsvy-pre-header-wrapper .dsvy-pre-header-right > *,
.dsvy-pre-header-wrapper .dsvy-header-search-btn {
    position: relative;
}
.dsvy-pre-header-wrapper .dsvy-social-links, 
.dsvy-pre-header-wrapper .dsvy-header-search-btn {
    padding: 0 15px;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.site-title,
.site-title a{
    -webkit-transition: none;
    transition: none;
}
.dsvy-header-box span{
    display: block;
}
.dsvy-right-box{
    position: relative;
}
.navigation-top-wrapper{
    display: flex;
    flex-grow: 1; 
}
.dsvy-slider-bottom-section {
    display: none;
}
.dsvy-sticky-header .dsvy-header-menu-area{
    background-color: transparent !important;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*** Dropdown Menu ( White ) ***/
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul > li.current-menu-item > a, 
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul li.current_page_item > a, 
.dsvy-navbar.dsvy-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( White ) ***/
.dsvy-navbar.dsvy-main-active-color-white > div > ul > li:hover > a, 
.dsvy-navbar.dsvy-main-active-color-white > div > ul > li.current_page_item > a, 
.dsvy-navbar.dsvy-main-active-color-white > div > ul >li.current-menu-parent > a{
    color: #fff;
}

/*** Dropdown Menu ( Blackish ) ***/
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a, 
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul li.current_page_item > a, 
.dsvy-navbar.dsvy-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( Blackish ) ***/
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul > li:hover > a, 
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul > li.current_page_item > a, 
.dsvy-navbar.dsvy-main-active-color-blackish > div > ul >li.current-menu-parent > a{
    color: #071323;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.dsvy-heaing-style-1 .left-align{
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
    position: relative;
}
.dsvy-heaing-style-1 .left-align:before,
.dsvy-heaing-style-1 .left-align:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    left: -3px;
}
.dsvy-heaing-style-1 .left-align:before{
    top: 0;
}
.dsvy-heaing-style-1 .left-align:after{
    bottom: 0;
}
.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%);
}

/* --------------------------------------
 * service box style
 * ---------------------------------------*/
.dsvy-element-service-style-2 .dsvy-tbox-right{
  background: url(../images/service-right-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.dsvy-element-service-style-2 .dsvy-tbox-left{
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(../images/service-pattern.png);
}
.dsvy-element-service-style-2 .dsvy-tbox-left:before {
  background: url(../images/horse.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
/* --------------------------------------
 * 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;
} 

/* --------------------------------------
 * Blog box style
 * ---------------------------------------*/
 .dsvy-meta-line a,
 .dsvy-meta-line{
    color: #999999;
    font-size: 12px;
 }
 .dsvy-meta-line{
    margin-bottom: 5px; 
    display: inline-block;
    margin-right: 15px; 
    position: relative;
 }
.designervily-element-blog  .dsvy-meta-comment-wrapper.dsvy-meta-line:before {
    content: ""; 
    position: absolute;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 1px;
    background-color: var(--dsvy-rodiar-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.designervily-element-blog  .dsvy-meta-comment-wrapper.dsvy-meta-line:hover::before{
    background-color: var(--dsvy-rodiar-global-color);
} 
.designervily-element-blog .dsvy-meta-comment-wrapper.dsvy-meta-line{
    padding-left: 35px;
}
.designervily-element-blog .dsvy-meta-author-wrapper i,
.designervily-element-blog .dsvy-meta-comment-wrapper i{
    color: var(--dsvy-rodiar-global-color);
}

/*=== Classic blog ===*/
.dsvy-blog-meta-top .dsvy-meta {
    margin-right: 0;
    position: relative;   
    padding-left: 0;
    color: #606060;
    font-size: 15px;
    text-transform: uppercase;
}
.dsvy-blog-meta-top .dsvy-meta a{
    color: #606060;
}
.dsvy-blog-meta-top .dsvy-meta a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-blog-meta-top .dsvy-meta  {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 13px;
}
.dsvy-blog-classic {
    margin-bottom: 10px;
    position: relative;   
    background: #fff;    
}
.dsvy-blog-meta.dsvy-blog-meta-top{
    padding-bottom: 0;
    margin-bottom: 0;
}

.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-image:last-child img,
.dsvy-entry-content .wp-caption:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-audio-shortcode:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-read-more-link:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-pullquote:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-media-text:last-child,
.dsvy-blog-classic .dsvy-blog-classic-inner .wp-block-cover.has-background-dim{
    margin-bottom: 0px;
}
.dsvy-no-img.post.sticky{
    padding: 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{
    display: block;
}
.dsvy-blog-classic .dsvy-post-title a:empty{
    display: block;
    margin-top: -15px;
}

.dsvy-blog-classic .dsvy-post-title a{
    color: #2c2c2c;
}
.dsvy-blog-classic .dsvy-entry-content{
    margin-top: 20px; 
}
.single .dsvy-blog-classic .dsvy-blog-classic-inner .dsvy-entry-content{
    margin-top: 0px; 
}

article.post.dsvy-no-img{
    margin-top: 0px;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper {
    background-color: var(--dsvy-rodiar-global-color);
    padding: 8px 15px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: -30px;
    left: 0;
}
.dsvy-blog-classic .dsvy-meta-date-wrapper span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}
.dsvy-blog-classic .dsvy-blog-classic-inner{
    top: -50px;
    padding-top: 20px;
    background: #fff;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
article.dsvy-no-img .dsvy-blog-classic .dsvy-blog-classic-inner{
    top: 0px;
}
article.dsvy-no-img .dsvy-blog-classic-inner{
    padding-top: 0;
    padding-right: 0;
    margin-right: 0;
}

article:not(.dsvy-no-img) .dsvy-blog-meta-top .dsvy-meta-date,
article.format-quote .dsvy-meta-date-wrapper,
.dsvy-no-img .dsvy-blog-classic .dsvy-meta-date-wrapper{
    display: none;
}
article.format-quote .dsvy-blog-classic blockquote{
    margin-bottom: 25px;
}
.dsvy-blog-classic .dsvy-blog-meta.dsvy-blog-meta-top{
    padding: 0 0 10px;
}
.dsvy-blog-classic .dsvy-meta-date-top{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 0px;
}
.dsvy-blog-classic .dsvy-meta-date-top span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px;
}
.dsvy-no-img .dsvy-blog-classic .dsvy-meta-date-top{
    display: none;
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)  {
    font-size: 22px;
    line-height: 28px; 
    padding: 30px 80px; 
    padding-right: 42px;
    position: relative;
    border: none; 
    margin: 40px 0 40px; 
    color: #ffffff;
    border-radius: 0px; 
    background-color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) a{
    color: #ffffff;
}

.dsvy-blog-classic blockquote{
    border-color: var(--dsvy-rodiar-global-color);
}
.dsvy-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):before {
    content: '"';
    font-size: 80px;
    line-height: normal;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: -32px;
    transform: rotate(180deg);
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-blog-classic blockquote .authorOrTitle{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before, 
blockquote small:before {
    content: "\2014\00a0";
    margin-right: 5px;
}

.wp-block-quote.is-style-large cite:before{
    display: none;
}
blockquote.wp-block-quote.is-style-large{
    padding: 40px 48px 50px;
    margin-top: 62px;
    margin-bottom: 30px;
}
blockquote cite, 
blockquote small {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal!important; 
    margin-top: 15px;
    opacity: 1;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    background-color: #fff;
}
blockquote cite em, 
blockquote small em{
    font-style: normal;
}
.dsvy-blog-classic-inner .wp-block-column p {
    margin-right: 35px;
}

/*=== Sticky post ===*/
.post.sticky{
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 10px solid;
}
.post.sticky .dsvy-blog-classic .dsvy-blog-classic-inner{
    padding: 0px;
    border: 0;
}
.post.sticky .dsvy-read-more-link a:after{
   background-color: #272727;
}
.post.sticky .dsvy-blog-classic{
    margin-bottom: 0px;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
}
.post.sticky .dsvy-blog-classic:after {
    font-family: "designervily-base-icons";
    content: "\e830";
    font-size: 25px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: -50px;
    top: -50px;
    background-color: var(--dsvy-rodiar-global-color);
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    border-radius: 0;
}
.single .dsvy-post-related .dsvy-element-posts-wrapper .dsvy-post-ele{
    margin-bottom: 0;
}

/*=== Single-blog-meta-bottom ===*/
.dsvy-blog-meta-bottom{ 
    padding-top: 40px; 
}
.dsvy-blog-meta-bottom .dsvy-meta-tags .dsvy-meta-title{
    color: #424d6c;
    font-size: 16px;
    font-weight: 600;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags{   
   display: block;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 50px;
}
.dsvy-blog-meta-bottom .dsvy-meta-tags a{
    margin: 0 5px;
    background-color: var(--dsvy-rodiar-light-bg-color);
}
.dsvy-comment-content {
    background-color: var(--dsvy-rodiar-light-bg-color);
}
.dsvy-comment-content:before {
    border-color: transparent var(--dsvy-rodiar-light-bg-color) transparent var(--dsvy-rodiar-light-bg-color);
}

/* .dsvy-blog-meta-bottom-right{
    margin-top: 50px;
} */
.dsvy-blog-meta-bottom ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.dsvy-blog-meta-bottom ul li{
    margin-right: 15px;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
}
.dsvy-blog-meta-bottom ul li:last-child{
    margin: 0;
}
.dsvy-blog-meta-bottom .dsvy-social-share li a {
    position: relative;
    display: block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 16px; 
}
.dsvy-comment-content .dsvy-comment-author{
    font-weight: 500 !important;
}
.dsvy-blog-meta-bottom .dsvy-tag-icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}
.dsvy-blog-meta-bottom .dsvy-tag-icon:before,
.dsvy-blog-meta-bottom .dsvy-tag-icon:after {
    width: 100%;
    content: ' ';
    background: #dddddd;
    height: 1px;
    position: absolute; 
    right: calc(50% + 40px);
    top: 20px;
}
.dsvy-blog-meta-bottom .dsvy-tag-icon:after {
    right: inherit;
    left: calc(50% + 40px);
}
.dsvy-blog-meta-bottom-left{
    position: relative;
    overflow: hidden;
}
/*=== Classic no img ===*/
.dsvy-social-share .dsvy-social-li-facebook a{
    background-color: #3B5998;
  }
  .dsvy-social-share .dsvy-social-li-twitter a{
    background-color: #55ACEE;
  }
  .dsvy-social-share .dsvy-social-li-google-plus a{
    background-color: #dd4b39;
  }
  .dsvy-social-share .dsvy-social-li-linkedin a{
    background-color: #007bb5;
  }
  .dsvy-social-share .dsvy-social-li-youtube a{
    background-color: #bb0000;
  }
  .dsvy-social-share .dsvy-social-li-instagram a{
    background-color: #125688;
  }
  .dsvy-social-share .dsvy-social-li-pinterest a{
    background-color: #cb2027;
  }
  .dsvy-social-share .dsvy-social-li-snapchat-ghost a{
    background-color: #fffc00;
  }
  .dsvy-social-share .dsvy-social-li-skype a{
    background-color: #00aff0;
  }
  .dsvy-social-share .dsvy-social-li-android a{
    background-color: #a4c639;
  }
  .dsvy-social-share .dsvy-social-li-dribbble a{
    background-color: #ea4c89;
  }
  .dsvy-social-share .dsvy-social-li-vimeo a{
    background-color: #45bbff;
  }
  .dsvy-social-share .dsvy-social-li-tumblr a{
    background-color: #2c4762;
  }
  .dsvy-social-share .dsvy-social-li-vine a{
    background-color: #00b489;
    color: white;
  }
  .dsvy-social-share .dsvy-social-li-foursquare a{
    background-color: #45bbff;
  }
  .dsvy-social-share .dsvy-social-li-stumbleupon a{
    background-color: #eb4924;
  }
  .dsvy-social-share .dsvy-social-li-flickr a{
    background-color: #f40083;
  }
  .dsvy-social-share .dsvy-social-li-yahoo a{
    background-color: #430297; 
  }
  .dsvy-social-share .dsvy-social-li-soundcloud a{
    background-color: #ff5500;
  }
  .dsvy-social-share .dsvy-social-li-reddit a{
    background-color: #ff5700;
  }
  .dsvy-social-share .dsvy-social-li-rss a{
    background-color: #ff6600;
  }

/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.designervily-overlay-box:hover img {   
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}

/*=== Portfolio Single ===*/
.dsvy-sep-heading{
    position: relative;  
    padding-bottom: 20px;
    margin-bottom:  35px;
}
.dsvy-sep-heading:after{
    position: absolute;  
    content: "";
    width: 72px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.single-dsvy-portfolio .post-navigation .nav-links{
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

/*=== dsvy-portfolio-single-style-1 ===*/
.dsvy-portfolio-single-style-1 .dsvy-short-description{
    margin-bottom: 30px;
}
.dsvy-portfolio-single-style-1 .dsvy-featured-wrapper{
  margin-bottom: 50px;
}

/*=== dsvy-portfolio-lines-wrapper ===*/
.dsvy-single-project-content-wrapper{
    position: relative;
}
.dsvy-single-project-details-list{     
    padding: 40px; 
    background-color: var(--dsvy-rodiar-light-bg-color);
}
.dsvy-portfolio-summary{   
    margin-bottom: 50px; 
}
.dsvy-single-project-details-list h3{
    display: none;
}
.dsvy-single-project-details-list h4{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
.dsvy-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0; 
    background-color: #fff;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-title{ 
    font-weight: 500;
    font-size: 16px;
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li span.dsvy-portfolio-line-title {
    min-width: 90px;
}
.dsvy-portfolio-lines-wrapper .dsvy-portfolio-line-li{
    margin: 0; 
    font-size: 16px;
    line-height: 20px;
    position: relative; 
    border-bottom: 1px solid rgb(107 107 107 / 10%);
    padding: 20px 20px;
    display: flex;
}

/*=== Single post navigation ===*/
.post-navigation .nav-links {
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-links a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
    width: 50%;
}
.post-navigation .nav-links .dsvy-prev-title, 
.post-navigation .nav-links .dsvy-next-title {
    color: #000;
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 8px 34px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .nav-links .dsvy-prev-title:hover, 
.post-navigation .nav-links .dsvy-next-title:hover{
    color: #fff;
    border-color: transparent;
}
.post-navigation .nav-links .nav-title, 
.post-navigation .nav-links .nav-title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.dsvy-portfolio-single .dsvy-portfolio-nav-head {
    font-size: 16px;
    font-weight: 700;
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-portfolio-single .dsvy-portfolio-nav-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px;
}
.dsvy-portfolio-single .nav-links .dsvy-portfolio-nav-icon {
    width: 45px;
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: none;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-icon{
    text-align: right;
}
.dsvy-portfolio-single .nav-links .dsvy-portfolio-nav-icon i {
    position: absolute;    
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-icon i{
    left: 0;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-icon i{
    right: 0;
}
.dsvy-portfolio-single .nav-links .nav-previous .dsvy-portfolio-nav-wrapper {
    margin-left: 2px;
}
.dsvy-portfolio-single .nav-links .nav-next .dsvy-portfolio-nav-wrapper {
    margin-right: 2px;
    margin-left: auto;
}
.dsvy-portfolio-single .navigation {
    margin-top: 40px;
}
.dsvy-portfolio-single .dsvy-portfolio-nav-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.dsvy-portfolio-single .post-navigation .nav-links {
    justify-content: space-between;
}
.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; 
	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 20px;
}
.dsvy-sortable-list-ul li:first-child:before{
    display: none;
}
.dsvy-sortable-list a{
    font-size: 18px;
    letter-spacing: -0.5px; 
}
.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; 
}

/*=== 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 Section
 * ---------------------------------------*/
 .designervily-ele-team .designervily-overlay{
	background-color: rgba( var(--dsvy-rodiar-global-color-rgb) , 0.50 );
}

/*=== single-dsvy-teammember ===*/
.tax-dsvy-team-group.dsvy-sidebar-no #primary.content-area{
    margin-top: 60px;
}
.tax-dsvy-team-group .dsvy-element-team-wrapper{
    margin-top: 40px;
}
.dsvy-team-single-pbar{
    margin-top: 60px;
}
/*=== Single Team Member Style 1 ===*/
.dsvy-team-single-style-1 .dsvy-team-single-info{
    padding: 50px;
    position: relative;
    z-index: 1;
    background-color: var(--dsvy-rodiar-light-bg-color);
    margin-top: 50px;
}

.dsvy-team-single-style-1 .dsvy-team-left-inner{
    margin-right: 0;
    margin-top: -100px;
}
.dsvy-single-team-info{
    background: #fff;
}
.dsvy-single-team-info li {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(107 107 107 / 10%);
    padding: 10px 20px;
}
.dsvy-team-single-style-1 .dsvy-single-team-info li label{
    display: inline-block;
    min-width: 100px;
    font-weight: 500 !important;
    color: var(--dsvy-rodiar-global-color);
    margin-bottom: 0;
    font-size: 16px;
}
.dsvy-team-single-style-1 .dsvy-team-title{
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 20px;
}
.dsvy-team-single-style-1 .dsvy-team-designation {
    font-size: 16px;
    line-height: 20px;
    color: var(--dsvy-rodiar-global-color);
    font-weight: 500;
    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;
}
.dsvy-team-single .dsvy-progressbar .elementor-progress-bar {
    position: relative;
    height: 8px;
}
.dsvy-team-single .dsvy-progressbar .elementor-title{
    font-weight: 700 !important;
    text-transform: uppercase;
    color: var(--dsvy-rodiar-blackish-color) !important;
    font-size: 17px;
    line-height: 20px;
}
.dsvy-team-single .dsvy-progressbar {
    margin-bottom:20px;
}
.dsvy-team-single  .dsvy-team-info-block{
    margin: 30px 0;
}
/* --------------------------------------
 * 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;
}
/*--- dsvy-subscribe-form ---*/
.dsvy-subscribe-form button {
    width: 100%;
    background-color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-subscribe-form button:hover {
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-subscribe-form input[type="text"], 
.dsvy-subscribe-form input[type="email"]{
    background: #fff;
    border: none;
    font-size: 16px;
    padding: 18px 24px;
    height: 60px;
}
.dsvy-subscribe-form button{
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    padding: 20px 40px;
}
.dsvy-subscribe-form .input-group{
    margin-bottom: 25px;
}

/*--- dsvy-form-style-1 ---*/
.dsvy-form-style-1 .input-group i {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 15px;
    line-height: 26px;
}
.dsvy-form-style-1 .dsvy-select select{
    padding: 0;
    color: #7a7a7a;
}
.dsvy-form-style-1 .dsvy-select,

.dsvy-form-style-1 input[type="text"], 
.dsvy-form-style-1 input[type="email"],
.dsvy-form-style-1 textarea{
    border: none;
    font-size: 15px;
    padding: 0 30px;
    background-color: #fff;
}
.dsvy-form-style-1 button{
    background-color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-form-style-1 button:hover{
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-form-style-1 .input-group {
    display: block;
    margin-bottom: 30px;
}
.dsvy-form-style-1 textarea {
    padding: 20px 30px;
}

/* --------------------------------------
 * Client Logo Section
 * ---------------------------------------*/
 .dsvy-client-wrapper{
    position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.owl-carousel .designervily-ele-client img{
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}

/*=== 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%);
}

/* --------------------------------------
 * Progress Bar Section
 * ---------------------------------------*/
.elementor-element.elementor-widget.elementor-widget-progress {
    margin-bottom: 30px;
}
.elementor-progress-bar{
    position: relative;
    height: 5px;    
    background-color: var(--dsvy-rodiar-global-color);
}
.elementor-progress-bar,
.elementor-progress-wrapper{
    border-radius: 0;
}
.elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: -15px;
    top: -35px;
}
.elementor-progress-percentage,
.elementor-widget-progress .elementor-title{
    font-size: 17px;
    line-height: 24px; 
    font-weight: 700 !important;
    text-transform: uppercase;
    color: var(--dsvy-rodiar-blackish-color) !important;   
}
.elementor-progress-wrapper {
    position: relative;
    height: 11px;
    margin-top: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

/* --------------------------------------
 * Pricing Table Section
 * ---------------------------------------*/
/*=== 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;
} 
.widget.rodiar_category_list_widget ul > li{
    margin-bottom: 0 !important;
} 
.site-content .dsvy_widget_list_all_posts ul > li{
    margin: 0;
}
.site-content .dsvy_widget_list_all_posts ul > li a:before {
    position: absolute;
    content: '\e814';
    left: inherit;
    right: 30px;
    font-size: 16px;
    top: -3px;
    color: inherit;
    font-family: 'designervily-base-icons';
    top: 25%; 
}
.site-content .dsvy_widget_list_all_posts ul > li:hover a,
.site-content .dsvy_widget_list_all_posts ul > li.dsvy-post-active a{
    background-color: var(--dsvy-rodiar-global-color);
    color: #fff;
}
.site-content .dsvy_widget_list_all_posts ul > li.dsvy-post-active a:before {
    opacity: 1;
    color: #fff;
}
.site-content .dsvy_widget_list_all_posts ul > li:hover a:before {
    opacity: 1;
    color: #fff;
}
.designervily-sidebar .widget.widget_media_image{
    padding: 0;
    background: none;
}
.site-content .dsvy_widget_list_all_posts ul > li a{
    background: #fff;
    padding: 15px 20px;
    display: block;
    position: relative;
    border-radius: 0px;
    font-weight: normal;
    font-size: 16px;
}
.dsvy-text-widget-style-1 {
    background-size: cover;
    background-position: center center;
}
.dsvy-parent-header-style-4 .dsvy-text-widget-style-1 {
    background-image: url(../images/bicycle-ads-img.png);
}
.dsvy-parent-header-style-3 .dsvy-text-widget-style-1 {
    background-image: url(../images/ads-demo-02.jpg);
}
.dsvy-parent-header-style-2 .dsvy-text-widget-style-1 {
    background-image: url(../images/ads-demo-03.jpg);
}
/* --------------------------------------
 * Sidebar Widget Section
 * ---------------------------------------*/
/*===search-form===*/
.search-form label {
    display: none;
}
.search-form button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;    
    height: 58px;
    line-height: 58px;    
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.search-form button .screen-reader-text {
    display: none;
}

/*=== designervily-sidebar .search-form ===*/
 .widget.widget_search .search-form{
    position: relative;
 }
 .designervily-sidebar .widget_search .wp-block-search__label,
 .designervily-sidebar .widget.widget_search .widget-title{
    color:#fff !important;
 }
 .designervily-sidebar .widget.widget_search {
    background-color: var(--dsvy-rodiar-global-color);    
 }
 .widget.widget_search .search-form input[type="search"]{
    background-color: #fff;
    height: 60px;
    border: 0;
 }
 .widget.widget_search .search-form button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: #fff;
    top: 0;
    height: 60px; 
    color: #232e35;
    font-size: 16px;
    z-index: 1;
    width: 60px;
}
.widget.widget_search .search-form button:after{
    position: absolute;
    font-family: 'designervily-base-icons';
    content: '\e800';
    right: 20px;
    font-size: 16px;
    top: 21px;
    font-size: 16px;   
    color: #232e35;    
    line-height: normal;
    font-weight: normal;
}
.designervily-sidebar .widget_search .wp-block-search__label,
.designervily-sidebar .widget_block .wp-block-group h2,
.designervily-sidebar .widget .widget-title{
    padding: 0px 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.designervily-sidebar .widget_search .wp-block-search__label:before,
.designervily-sidebar .widget_block .wp-block-group h2:before,
.designervily-sidebar .widget .widget-title:before {
    display: block;
    height: 1px;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: -35px; 
    background-color: #e8e8e8;
    width: calc(100% + 70px);
}
.designervily-sidebar .widget {
    background-color: var(--dsvy-rodiar-light-bg-color);
    padding: 35px;
    padding-top: 28px;
    margin-bottom: 30px;
}
.designervily-sidebar .widget .dsvy-select {
    background-color: #fff;
}

.site-content .rodiar_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 .rodiar_category_list_widget ul > li a, 
.site-content .widget_categories ul > li a, 
.site-content .widget.widget_archive ul li a{
    padding: 12px 30px 10px 30px;
    display: block;
    position: relative;
    line-height: normal;
}
.site-content .dsvy_widget_list_all_posts ul>li, 
.site-content .widget_categories ul>li, 
.site-content .widget.widget_archive ul li {
    margin: 2px 0;
    padding: 0;
}
.site-content .widget.widget_categories ul ul {
    margin-top: 2px;
}
.site-content .widget.widget_archive ul>li{
    position: relative;
}
.site-content .widget.widget_archive ul>li span {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
}
.site-content .widget.widget_search .search-form button:before{
    content: none !important;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.site-content .widget ol.wp-block-latest-comments {
    padding-left: 0;
}
.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: 2px;
    color: var(--dsvy-rodiar-global-color);
    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;
}
.site-content .widget.widget_pages ul li>a{
    padding-left: 25px;
}
.designervily-sidebar .widget a,
.designervily-sidebar .widget ul a{
    font-size: 16px;
    font-weight: bold !important;
    letter-spacing: 0px;
}
.rodiar_recent_posts_widget .dsvy-rpw-content .dsvy-rpw-date a{
    letter-spacing: 0;
    font-weight: 500 !important;
    color: var(--dsvy-rodiar-global-color);
}
.site-content .widget.widget_recent_comments ul li{
    color: #344450;
    padding-left: 25px;
}
.site-content .widget.widget_categories ul li>a{
    padding-left: 25px;
}
.site-content .widget.widget_categories ul li>a:before{
    content: '\f115';
    left: 0px;   
    top: 16px;
    font-size: 13px;
    color: var(--dsvy-rodiar-global-color);
}
.site-content .widget.widget_archive ul li>a:before{
    content: '\e814';
    left: 0px;   
    top: 13px;
    font-size: 16px;
}

/*=== 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: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
    top: 9px;
    color: var(--dsvy-rodiar-link-color-normal);
}
.dsvy-text-color-white .widget_categories ul li span {
    background-color: #fff;
}

/*=== widget_recent_comments ===*/
.site-content .widget.widget_recent_comments ul li:before {    
    content: '\f0e5';
    top: 7px;
    font-size: 14px;
}

/*=== widget_pages ===*/
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 7px;
    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-list li i{
    margin-right: 10px;
    color: var(--dsvy-rodiar-secondary-color);
}
.widget .download-list li{
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 14px;
}
.widget .download .item-download a {
    display: block;
    font-size: 14px;
    -webkit-transition: 0.2s ease-out 0s;
    -o-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
    padding: 40px 27px 25px 27px;
    background: #fff;
    font-weight: 700;
    line-height: 22px;
}
.widget .download .item-download img{
    width: 50%;
    display: block;
    margin: 0 auto 20px;
}
.widget .download{
    display: flex;
    justify-content: center;
}
.widget .download .item-download{
    margin-left: 20px;
    text-align: center;
}
.widget .download .item-download:first-child {
    margin-bottom: 0;
    margin-left: 0px;
}
.widget .download .item-download a i{
    margin-bottom: 10px;
    font-size: 46px;
    vertical-align: middle;
    display: block;
    color: var(--dsvy-rodiar-global-color);
    font-weight: 400;
}

/*=== Ads  ===*/
.designervily-sidebar .dsvy-text-widget-style-1{
    padding: 0;
}
.dsvy-text-widget-style-1 .dsvy-service-content{
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.dsvy-text-widget-style-1 .dsvy-content-wrapper{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dsvy-text-widget-style-1 .dsvy-service-content:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: var(--dsvy-rodiar-global-color);
    z-index: -1;
    -webkit-clip-path: polygon(0 0%, 0% 0%, 254% 100%, 0% 100%);
    clip-path: polygon(0 0%, 0% 0%, 254% 100%, 0% 100%);
}
.dsvy-text-widget-style-1 .dsvy-service-content:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: var(--dsvy-rodiar-global-color);
    opacity: 0.9;
    z-index: -2;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 101% 0%, 0% 40%);
    clip-path: polygon(0% 100%, 100% 100%, 101% 0%, 0% 40%);
}
.dsvy-text-widget-style-1 .dsvy-service-content-inner{
    padding: 215px 30px 215px 30px;
    text-align: center;
    margin: 30px 30px 40px 30px;
    border: 6px solid var(--dsvy-rodiar-white-color);
}
.dsvy-text-widget-style-1 .dsvy-service-content .dsvy-service-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    text-align: center;
    display: inline-block;
    background-color: var(--dsvy-rodiar-white-color);
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-text-widget-style-1 .dsvy-content-wrapper h3{
    font-size: 24px;
    line-height: 28px;
    color: var(--dsvy-rodiar-white-color);
    text-transform: capitalize;
    margin: 30px 0px 40px 0px;
    padding: 0px 40px;
}
.dsvy-text-widget-style-1 .dsvy-service-btn {
    padding: 15px 30px 12px 30px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin-top: 25px;
    color: var(--dsvy-rodiar-blackish-color);
    background-color: var(--dsvy-rodiar-white-color);
    font-weight: 700;
}
a.dsvy-service-btn:hover{
    color: var(--dsvy-rodiar-white-color);
    background-color:  var(--dsvy-rodiar-secondary-color);
}
/* --------------------------------------
 * Footer Section
* ---------------------------------------*/
.site-footer{
    font-size: 15px;
}
.dsvy-footer-section.dsvy-footer-widget-area {
    padding-top: 0px;
    z-index: 2;
}
.site-footer .widget {
    padding: 40px 0 30px;
    position: relative;
}
.site-footer .widget.dsvy-topline{
    text-align: center;
}
.site-footer .widget.dsvy-topline:after{
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--dsvy-rodiar-global-color);
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.site-footer .dsvy-footer-widget-col-1 .widget:after{
    width: 100%;
}
.dsvy-footer-section{
    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: 50px;
}
ul.dsvy-timelist-list .dsvy-timelist-li-value{
    color: #b8c3cb;
}
.dsvy-footer-section.dsvy-text-color-white a:hover{
    color: #fff;
}
.dsvy-footer-text-area .dsvy-footer-copyright-box h3,
.dsvy-footer-widget .widget .widget-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    font-weight: 600;
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-footer-copyright-box .dsvy-footer-copyright-text-area{
    text-align: center;
}
.dsvy-footer-copyright-box .dsvy-footer-copyright-text-area i{
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 40px;
    color: var(--dsvy-rodiar-global-color);
}

/*=== dsvy-footer-copyright-box ===*/
.dsvy-footer-copyright-box span{
    font-size: 14px;
    font-weight: 700;
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-footer-copyright-box ul.dsvy-social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dsvy-footer-copyright-box ul li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span{
    display: inline-block;
    text-align: center;
    color: #dddddd!important;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span:hover{
    border-color: #fff;
    background-color: #fff;
}
.dsvy-footer-copyright-box ul li.dsvy-social-li a span:hover{
	color: var(--dsvy-rodiar-secondary-color) !important;
}

/*=== dsvy-footer-big-area-wrapper ===*/
.dsvy-footer-contact-info-inner i{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-right: 25px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.dsvy-footer-contact-info-inner .dsvy-label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.dsvy-footer-big-area .dsvy-footer-contact-info-wrap{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.footer-wrap.dsvy-footer-big-area{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
}

/*=== dsvy-footer-style-1===*/
.dsvy-footer-style-1 .dsvy-footer-text-area{
    padding-top: 65px;
    padding-bottom: 65px;
}

/*=== dsvy-footer-style-2===*/
.dsvy-footer-style-2.site-footer .widget:first-child{
    padding-top: 80px;
    margin-top: 0;
}
.dsvy-footer-style-2.site-footer .widget.dsvy-widget-border::before{
    content: '';
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    border-top: 5px solid var(--dsvy-rodiar-global-color);
}
.dsvy-widget-border .dsvy-main-logo{
    margin-bottom: 10px;
}
.dsvy-footer-newsletter{
    position: relative;
}
.dsvy-footer-newsletter button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    line-height: normal;
    text-align: center;
    padding: 0;
}
.dsvy-footer-style-2 .dsvy-footer-overlay{
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}
.dsvy-footer-style-2  .dsvy-footer-section.dsvy-footer-widget-area {
    padding-top: 10px;    
    padding-bottom: 96px;
    margin-bottom: -44px;
}
.dsvy-footer-overlay .dsvy-footer-overlay-inner .container > .row {
    align-items: center!important;
}
.dsvy-footer-overlay-right.col-md-6{
    text-align: right;
}
.dsvy-footer-overlay .mc4wp-form{
    background-color: var(--dsvy-rodiar-global-color);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.dsvy-footer-overlay .mc4wp-form:after{
    position: absolute;
    content: '';
    right: 60px;
    top: 0;
    width: 2000px;
    height: 100%;
    background-color: var(--dsvy-rodiar-global-color);
    z-index: -1;
}

.dsvy-footer-overlay .mc4wp-form-fields .dsvy-footer-newsletter-title h3{
    font-size: 18px;
    line-height: normal;
    margin: 0;
    margin-right: 30px;
}
.dsvy-footer-overlay .mc4wp-form-fields {
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.dsvy-footer-overlay .dsvy-footer-newsletter input[type="email"]{
    width: 316px;
    height: 48px;
    margin-top: 0;
}
.dsvy-footer-overlay .dsvy-footer-newsletter button{
    background-color: transparent;
    color: var(--dsvy-rodiar-secondary-color);
    top: 0;
    font-size: 15px;
    outline: none;
}
.dsvy-footer-overlay .dsvy-social-links{
    margin: 0;
}
.dsvy-footer-overlay .dsvy-social-links li {
    display: inline-block;
    margin: 0 5px;
}
.dsvy-footer-overlay .dsvy-social-links li a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}
.dsvy-footer-overlay .dsvy-footer-overlay-right a{
    color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-footer-overlay .dsvy-social-links li a:hover{
    color: #fff;
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-footer-style-2 .dsvy-footer-text-area{
    border: none;
}
.dsvy-footer-style-2 .dsvy-footer-text-area{
    padding-top: 90px;
    padding-bottom: 60px;
}
.dsvy-footer-text-area .dsvy-footer-copyright-box.col-md-12{
    text-align: center;
}

/*=== dsvy-footer-style-2 ===*/
.dsvy-footer-style-1 .dsvy-footer-overlay{
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}


/*=== dsvy-float-menu ===*/
.site-footer .widget ul a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-two-column-menu.widget ul > li{
    float: left;
    width: 50%;;
}

.site-footer .widget.widget_rss h2 .rsswidget a{
    color: var(--dsvy-rodiar-global-color);
}

.site-footer .widget.widget_nav_menu ul li > a,
.site-footer .widget.widget_meta ul li > a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li > a,
.site-footer .widget.widget_categories ul li > a,
.site-footer .widget.widget_pages ul li > a {
   position: relative;
   padding-left: 18px;
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.dsvy_widget_list_all_posts ul li > a:before,
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
   position: absolute;
    content: '\e814';
    color: var(--dsvy-rodiar-global-color);
    font-family: 'designervily-base-icons';
    font-weight: normal;
    line-height: normal;
    content: '\e814';    
    font-size: 16px;
    left: 0;    
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
    top: 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;
}

/*=== Footer Widget ===*/
.site-footer .widget_archive ul li{
    position: relative;
}
.site-footer .widget_archive ul li span,
.site-footer .widget_categories ul li span{
    position: absolute;
    right: 15px;
    top: 0;
}
.dsvy-text-color-white .widget_categories ul li span,
.dsvy-text-color-white .widget_archive ul li span {
    background-color: #fff;
    color: var(--dsvy-rodiar-secondary-color);
}

/*=== Footer Social icon  ===*/
.footer-social-links{
    border-top: 1px solid rgb(255 255 255 / 5%);
    margin-top: 50px;
    margin-left: -45px;
    margin-right: -45px;
}
.footer-social-links{
    padding-top: 60px;
    padding-bottom: 0px;
}
.footer-social-links .dsvy-social-links{
    margin-top: -15px;
}
.footer-social-links .dsvy-social-links li{
    display: inline-block;
}
.footer-social-links .dsvy-social-links li a{
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    text-align: center;
    color: #333;
    border-radius: 50%;
}
.footer-social-links .dsvy-social-links li a:hover{
    color: #fff;
}
.dsvy-footer-text-area {
    padding-top: 0;
    padding-bottom: 0;
}

/* --------------------------------------
 * Timebox List Section
 * ---------------------------------------*/
 ul.dsvy-timelist-list{
    padding: 0px;
    margin: 0;
}
ul.dsvy-timelist-list li{
    list-style: none; 
    padding: 8px 0px;
}
ul.dsvy-timelist-list li:first-child{
    padding-top: 0;
}
ul.dsvy-timelist-list li:last-child{
    border-bottom: none;
}
ul.dsvy-timelist-list .dsvy-timelist-li-value{
    float: right; 
}

/* --------------------------------------
 * 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: 350px 0px 220px 0px;   
}
.dsvy-parent-header-style-4 .error-404{
    padding: 320px 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: '\e847'; 
   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;
    color: #fff;
    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;
}
/* clears the 'X' from Chrome */
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-decoration,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-cancel-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-decoration {
  display: none; 
}

.search-no-results .search-no-results-content .search-form button{
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background-color: var(--dsvy-rodiar-global-color);
}
.search-no-results .search-no-results-content .search-form button:after {
    position: absolute;
    font-family: 'designervily-base-icons';
    content: '\e800';
    right: 16px;
    font-size: 16px;
    top: 17px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
}
.search-results .dsvy-top-search-form .search-form button{
    background-color: var(--dsvy-rodiar-global-color);
}

/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.dsvy-header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.dsvy-header-search-form-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.dsvy-header-search-form-wrapper .search-form{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.dsvy-header-search-form-wrapper .search-form:after{
    font-family: "designervily-base-icons";
    content: '\e800';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    line-height: normal;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0;
}
.dsvy-header-search-form-wrapper .search-form button:before{
    display: none;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a4a4;
    opacity: 1; /* Firefox */
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4;
}
.dsvy-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #a4a4a4;
}
.dsvy-header-search-form-wrapper .search-form [type=submit]{
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.dsvy-header-search-form-wrapper .dsvy-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}
.dsvy-header-search-form-wrapper .dsvy-search-close:hover{
    opacity: 1;
}

/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0px;
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484;   
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

/* --------------------------------------
 * Tab and Accordion
 * ---------------------------------------*/ 
.elementor-accordion .elementor-tab-title{
    position: relative;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    padding:18px 60px 15px 20px;
    background-color: #fff;
    border: 1px solid #dfdfdd;
    color: var(--dsvy-rodiar-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.elementor-accordion .elementor-tab-title.elementor-active{
    border-color: var(--dsvy-rodiar-global-color);
}
.elementor-accordion .elementor-tab-title a{
    font-weight: 600 !important;
    color: var(--dsvy-rodiar-blackish-color);
}
.elementor-accordion .elementor-tab-title:hover a,
.elementor-accordion .elementor-tab-title.elementor-active a{
    color: #fff;   
}

.elementor-accordion .elementor-tab-title:hover,
.elementor-accordion .elementor-tab-title.elementor-active{
    color: #fff;
    background-color: var(--dsvy-rodiar-global-color);
}

.dsvy-blackish-tab .elementor-accordion .elementor-tab-title:hover,
.dsvy-blackish-tab .elementor-accordion .elementor-tab-title.elementor-active{   
    background-color: var(--dsvy-rodiar-blackish-color);
    border-color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-blackish-tab .elementor-accordion .elementor-tab-title a{
    font-size: 18px !important;
}

/* .dsvy-blackish-tab .elementor-accordion .elementor-tab-title.elementor-active {
    border-color: var(--dsvy-rodiar-blackish-color);
} */

.elementor-accordion .elementor-accordion-item{
    border: none;
    margin-bottom: 22px;
}
.elementor-accordion-item{
    position: relative;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    font-size: 12px;
    line-height: 65px;
    text-align: center!important;
    border-left: 1px solid #ebebeb;
    background-color: transparent;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon{
    border-left-color: rgb(0 0 0 / 08%);
}
.elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon, 
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{
    border-left-color: rgb(255 255 255 / 10%);
}

/* .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{
    border-left-color: rgb(255 255 255 / 20%);
} */

.elementor-accordion .elementor-tab-content{
    padding: 20px 0 0;
}

/* --------------------------------------
 * Button Section
 * ---------------------------------------*/ 
/*=== elementor-widget-button ===*/
button:focus{
    outline: 0;
}

.elementor-button{
    position: relative;
}.elementor-button:after
.elementor-widget-button .elementor-button.elementor-size-sm:after{
    right: 18px;
}
.elementor-widget-button .elementor-button.elementor-size-sm:before{
    right: 22px;
}
.dsvy-btn-style-flat.dsvy-btn-color-globalcolor .elementor-button:before{
    background-color: #fff;
}
/* .elementor-button-link.elementor-button.elementor-size-md{
    padding-right: 75px;
}
.elementor-button-link.elementor-button.elementor-size-sm{
    padding-right: 58px;
} */

.elementor-button{
    border-radius: 0;
}
.elementor-widget-button.dsvy-btn-style-outline.dsvy-btn-shape-square .elementor-button,
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-square .elementor-button{
    border-radius: 0;
}
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-round .elementor-button{
    border-radius: 5px;
}
.elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-rounded .elementor-button{
    border-radius: 10px;
}
.elementor-widget.elementor-widget-button{
    color: #fff;
}
.dsvy-elementor-bg-color-globalcolor .dsvy-btn-color-blackish .elementor-button:hover{
	color: var(--dsvy-rodiar-blackish-color);
}

.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button{
    background-color: #fff;
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover{
    background-color: var(--dsvy-rodiar-blackish-color); 
    color: #fff;
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover::before{
    background-color: #fff;
}
.elementor-widget-button.dsvy-btn-bg-color-secondary .elementor-button{
    background-color: var(--dsvy-rodiar-secondary-color); 
}
.dsvy-btn-style-text.dsvy-btn-color-secondary .elementor-button{
    color: var(--dsvy-rodiar-secondary-color); 
}
.dsvy-btn-style-text.dsvy-btn-color-secondary .elementor-button:hover{
    color: var(--dsvy-rodiar-global-color);
}

.dsvy-btn-style-flat .elementor-button,
.dsvy-btn-style-flat.dsvy-btn-color-globalcolor .elementor-button,
.dsvy-btn-style-flat.dsvy-btn-color-blackish .elementor-button:hover{
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-btn-color-white .elementor-button,
.dsvy-btn-style-text.dsvy-btn-color-globalcolor .elementor-button{
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-btn-style-text.dsvy-btn-color-globalcolor .elementor-button:hover{
    color: var(--dsvy-rodiar-secondary-color);
}
.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-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 .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: 12px 34px;
    font-size: 9px;
}
.elementor-button.elementor-size-sm{
    padding: 20px 20px;
}
.elementor-button.elementor-size-md {
    padding: 20px 40px;
    font-size: 14px;
}
.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{
    color: var(--dsvy-rodiar-blackish-color);  
}
.dsvy-btn-color-blackish.dsvy-btn-style-outline .elementor-button{
    border-color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-btn-style-outline .elementor-button:hover::before{
    background-color: #fff;
}
.dsvy-btn-color-globalcolor.dsvy-btn-style-outline .elementor-button{
    border-color: var(--dsvy-rodiar-global-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-globalcolor .elementor-button:hover{
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-btn-style-outline.dsvy-btn-color-secondary .elementor-button{
	border-color: var(--dsvy-rodiar-secondary-color);
	color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-btn-style-outline .elementor-button.elementor-size-sm{
    padding: 14px 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;
}
.elementor-button .dsvy-rodiar-icon-next {
    font-size: 10px;
    line-height: normal;
    position: relative;
}
.elementor-button .elementor-align-icon-right{
    margin-left: 15px;
}

.dsvy-blog-classic-inner .dsvy-read-more-link a,
.dsvy-service-btn a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-service-btn a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-blog-classic-inner .dsvy-read-more-link a{
    text-transform: uppercase;
}
.dsvy-blog-classic-inner .dsvy-read-more-link a:hover span:before{
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-blog-classic-inner .dsvy-read-more-link a:hover{
    color: var(--dsvy-rodiar-global-color);
}

.wpcf7-submit span,
.dsvy-blog-classic-inner .dsvy-read-more-link a,
/* .input-button button, */
.dsvy-header-button a span,
.dsvy-subscribe-form button,
.elementor-button .elementor-button-content-wrapper,
.dsvy-search-results .dsvy-read-more-link a span,
.dsvy-blog-classic-inner .dsvy-read-more-link a span,
.dsvy-ptable-btn a span,
.dsvy-service-btn a{
    position: relative;
    padding-right: 42px;
}

.wpcf7-submit span:after,
.dsvy-search-results .dsvy-read-more-link a span:after,
.dsvy-blog-classic-inner .dsvy-read-more-link a span:after,

.dsvy-header-button a span:after,
.dsvy-subscribe-form button:after,
.elementor-button .elementor-button-content-wrapper:after,
.dsvy-ptable-btn a span:after,
.dsvy-service-btn a:after{
    position: absolute;
    content: "\e85a";
    font-family: "designervily-base-icons";
    top: 3px;
    right: -2px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
}

.wpcf7-submit span:before,
.dsvy-search-results .dsvy-read-more-link a span:before,
.dsvy-blog-classic-inner .dsvy-read-more-link a span:before,

.dsvy-header-button a span:before,
.dsvy-subscribe-form button:before,
.elementor-button .elementor-button-content-wrapper:before,
.dsvy-subscribe-form button:before,
.dsvy-ptable-btn a span:before,
.dsvy-service-btn a:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    right: 0;
    top: 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--dsvy-rodiar-blackish-color);
}

.dsvy-service-btn a:hover:before{
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-btn-style-flat.dsvy-btn-color-white .elementor-button:hover span:before,
.dsvy-header-style-2 .dsvy-header-button a span:before,
.wpcf7-submit span:before,
.dsvy-btn-color-globalcolor.dsvy-btn-style-flat span:before,
.dsvy-btn-style-outline.dsvy-btn-color-globalcolor:hover span:before{
    background-color: #fff;
}
.dsvy-btn-text.elementor-widget-button .elementor-button{
    padding: 60px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper{
    padding-right: 0;
}
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper:before,
.dsvy-btn-text .elementor-button .elementor-button-content-wrapper:after{
    content: none;
}

/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.dsvy-company-hostory .simple-text p{
    text-align:left;
}
.dsvy-company-hostory .year{
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background:#f2c21a;
}
.dsvy-company-hostory .company_detail .content{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.dsvy-company-hostory .dsvy-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.dsvy-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;
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-ourhistory .label {
    display: block;
    font-size: 50px;
    font-weight: 700 !important;
    line-height: 50px;
    color: var(--dsvy-rodiar-global-color);
}
.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;
}

/* --------------------------------------
 * List
 * ---------------------------------------*/ 
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon,
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon{
     line-height: normal;
}
.elementor-icon-list-item span i{
    position: relative;
    top: 2px; 
    font-weight: normal;
}

/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/

 /*--- dsvy-heading-style-1 ---*/ 
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-title span {
    color: transparent;
    -webkit-text-stroke: 1px var(--dsvy-rodiar-blackish-color);
}
.dsvy-elementor-bg-color-blackish .dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-title span{
    -webkit-text-stroke: 1px #fff;
}
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-subtitle:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-heading-style-1 .dsvy-heading-subheading .dsvy-element-subtitle {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
/*--- dsvy-heading-style-2 ---*/
.dsvy-heading-style-2 .dsvy-heading-subheading .dsvy-element-subtitle:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-heading-style-2 .dsvy-heading-subheading .dsvy-element-subtitle {
    display: inline-block;
    position: relative;
    padding-right: 75px;
    margin-bottom: 10px;
}
.dsvy-elementor-bg-color-globalcolor .dsvy-heading-style-2 .dsvy-heading-subheading .dsvy-element-subtitle:after{
    background-color: var(--dsvy-rodiar-blackish-color);
}
/*--- dsvy-heading-style-3 ---*/
.dsvy-heading-style-3 .dsvy-heading-subheading {
    margin-bottom: 35px;
}
.dsvy-heading-style-3 .dsvy-heading-subheading h2{
    position: relative;
    padding-bottom: 15px;
}
.dsvy-heading-style-3 .dsvy-heading-subheading h2:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/heading-img.png);
}
.dsvy-heading-style-3 .center-align.dsvy-heading-subheading h2:after{
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
/*--- dsvy-custom-heading ---*/
.dsvy-custom-heading .dsvy-element-title{
    margin-bottom: 0;
}
/*--- dsvy-text-style-1 ---*/
.dsvy-text-style-1 .elementor-widget-container span.globalcolor {
    margin-right: 7px;
}
.dsvy-text-style-1 .elementor-widget-container p {
    margin: 0;
}
.dsvy-text-style-1 .elementor-widget-container {
    font-size: 16px;
    font-weight: 600;
    color: var(--dsvy-rodiar-blackish-color);
    transform: rotate(-90deg);
}
/*--- dsvy-list-style-1 ---*/
.dsvy-list-style-1 li.elementor-icon-list-item {
    margin-bottom: 10px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.dsvy-list-style-1 li .elementor-icon-list-icon {
    position: relative;
    padding-left: 32px;
}
.dsvy-list-style-1 li .elementor-icon-list-icon i {
    display: none;
}
.dsvy-list-style-1 li .elementor-icon-list-icon:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 21px;
    height: 1px;
    background-color: var(--dsvy-rodiar-blackish-color);
}
/* --- dsvy-social-links-inline --- */
.dsvy-social-links-inline .dsvy-social-links {
    padding: 0;
}
.dsvy-social-links-inline .dsvy-social-li:first-child {
    margin-left: 0;
}
.dsvy-social-links-inline .dsvy-social-li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.dsvy-social-links-inline .dsvy-social-li a{
    color: var(--dsvy-rodiar-white-color);
}
.dsvy-social-links-inline .dsvy-social-li a:hover{
    color: var(--dsvy-rodiar-blackish-color);
}

/*--- wpem-event-listing-box-view ---*/
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{
    display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
    height: 470px;
    transition-duration: 1000ms;
    position: relative;
    overflow: hidden;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{
    background-size: cover!important;
    background-position: center!important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation{
    margin-right: 25px;
    padding: 18px 25px 30px;
    background-color: #fff;
    z-index: 8;
    width: initial;
    float: none;
    margin-top: -40px;
    position: relative;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover .wpem-event-banner .wpem-event-banner-img {
    -webkit-transform: scale(1.2) translateY(-2%);
    -ms-transform: scale(1.2) translateY(-2%);
    transform: scale(1.2) translateY(-2%);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .event_listing{
    overflow: hidden;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date{
    display: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
    border:none;
    background-color: transparent!important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{
    margin-top: 15px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
    margin: 0!important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text{
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin:0;
    color: var(--dsvy-rodiar-secondary-color);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:active,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:focus,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title h3.wpem-heading-text a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{
    padding: 0;
    line-height: inherit;
    float: none;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
    display: inline-block;
    width: auto;
    color: #808080!important;
    font-size: 14px;
    line-height: 24px!important;
    font-weight: 400;
    padding-left: 0px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
    padding-left: 35px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
    padding-left: 25px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
    content: '\e844';
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{
    content: '\f115'; 
    margin-left: 10px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
    position: relative;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
    font-family: 'designervily-base-icons';
    color: var(--dsvy-rodiar-global-color);
    left: 0;
    position: absolute;
}

/*=== wpem-event-listing-list-view ===*/
.dsvy-element-posts-wrapper.wpem-event-listing-list-view{
    margin: 0;
}

.wpem-event-listing-list-view .dsvy-ele-event_listing .dsvy-box{
    padding: 0;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing  .wpem-event-layout-wrapper .event_listing{
    overflow: visible;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .event_listing{
    padding: 0;
    display: flex;
    justify-content: space-between!important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-action-url{
    padding: 15px 17px 15px 35px;    
    position: relative;
    background-color: #fff;
    display: block;
    flex: 1;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link{
    background-color: var(--dsvy-rodiar-global-color) !important;
    width: 80px;
    margin-left: 10px;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .dsvy-event-arrow-link a:after{
    content: "\e814";
    font-family: "designervily-base-icons";    
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper{
    background-color: transparent;
    border: 0 !important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
    color: var(--dsvy-rodiar-global-color) !important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-banner{
    display: none;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-box-col:first-child .wpem-event-layout-wrapper,
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper,
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .event_listing{
    border: 0;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing.wpem-col{
    margin-bottom: 20px;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-location{
    display: none !important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-date{
    color: var(--dsvy-rodiar-blackish-color);
    font-weight: 700 !important;
    line-height: 36px;
    font-size: 36px !important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date{
    padding-top: 0 !important;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-left: 25px;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{
    width: auto;
    position: unset;
    margin-top: 10px;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
    font-weight: 500;
    font-size: 24px;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a{
    color: var(--dsvy-rodiar-blackish-color);
}

.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-month{
    font-size: 14px !important;
    color: var(--dsvy-rodiar-blackish-color) !important;
    line-height: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
}

.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date{
    padding-left: 17px;
    position: relative;
}

.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator{
    top: 25%;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation,
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type{
    display: flex;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{
    display: none;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator {
    position: absolute;
    left: 7px;
    top: 39%;
    transform: translate(0,-50%);
    font-size: 20px;
    color: #888;
}
.wpem-event-listing-list-view .dsvy-ele-event_listing .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{
    margin-bottom: 0;
}
.dsvy-element-event_listing-style-1.designervily-element-viewtype-carousel .owl-carousel .owl-nav{
    top: calc(50% - 60px);
    left: -65px;
}
.dsvy-element-event_listing-style-1.designervily-element-viewtype-carousel .owl-carousel .owl-nav .owl-next,
.dsvy-element-event_listing-style-1.designervily-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
    left: -15px;
    right: auto;
}
.dsvy-element-event_listing-style-1.designervily-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    top: -70px;
}
.wpem-theme-button{
    background-color: var(--dsvy-rodiar-global-color) !important;
    padding: 15px 10px !important;
    border-radius: 0 !important;
    line-height: normal !important;
}
.wpem-theme-button:hover{
    background-color: var(--dsvy-rodiar-blackish-color) !important;
}

.wpem-form-wrapper .wpem-form-group input[type=color],
.wpem-form-wrapper .wpem-form-group input[type=date], 
.wpem-form-wrapper .wpem-form-group input[type=datetime-local], 
.wpem-form-wrapper .wpem-form-group input[type=datetime], 
.wpem-form-wrapper .wpem-form-group input[type=email],
.wpem-form-wrapper .wpem-form-group input[type=file], 
.wpem-form-wrapper .wpem-form-group input[type=month], 
.wpem-form-wrapper .wpem-form-group input[type=number], 
.wpem-form-wrapper .wpem-form-group input[type=password],
.wpem-form-wrapper .wpem-form-group input[type=search],
.wpem-form-wrapper .wpem-form-group input[type=tel], 
.wpem-form-wrapper .wpem-form-group input[type=text], 
.wpem-form-wrapper .wpem-form-group input[type=time], 
.wpem-form-wrapper .wpem-form-group input[type=url],
.wpem-form-wrapper .wpem-form-group input[type=week], 
.wpem-form-wrapper .wpem-form-group textarea{
    display: block;
    width: 100% !important;
    height: 50px !important;
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 0px 15px !important;
    background: #eff2f7 !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 0px !important;
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .wpem-form-group .dsvy-select{
    border-radius: 0px;
    border: 1px solid #d3d3d3;    
    background: #eff2f7;
}
.wpem-form-wrapper .wpem-form-group .dsvy-select .chosen-container{
    border-radius: 0px;
    border: 0;
    background-color: transparent;
}
.wpem-form-wrapper .wpem-form-group .chosen-container .chosen-single div b {  
    display: none;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .wpem-form-group .chosen-container .chosen-single{
    line-height: 50px;
    height: 50px;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button{
    text-transform: capitalize;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button,
.wpem-form-wrapper .chosen-container .chosen-choices, 
.wpem-form-wrapper .chosen-container .chosen-single{
    font-size: 13px !important;
    color: #a4a4a4 !important;
    font-weight: 500 !important;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button .ui-icon{
    position: absolute;
    right: 7px;
    top: 20px;
}
/*=== globalcolor ===*/
.globalcolor .dsvy-element-title,
.globalcolor .elementor-heading-title {
    color: var(--dsvy-rodiar-global-color);
}
/* --------------------------------------
* Select box - Customr
* ---------------------------------------*/
.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;
}

/* --------------------------------------
* Page box
* ---------------------------------------*/
.comment-respond { 
    background-color: var(--dsvy-rodiar-light-bg-color);
    margin-bottom: 0; 
    padding: 50px;
    padding-bottom: 35px;
}
.page.dsvy-sidebar-exists .comments-area {
    margin-top: 0px;
}
.dsvy-service-single blockquote {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    padding: 30px 60px;
    padding-top: 40px;
    padding-right: 40px;
    position: relative;
    border: none;
    background: transparent;
    margin: 40px 12px 40px;
    border-left: 4px solid var(--dsvy-rodiar-global-color);
    color: #05006d;
    border-radius: 0px;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 8%);
    background: #fff;
}

/* --------------------------------------
* custom-heading
* ---------------------------------------*/
.dsvy-vertical-heading .dsvy-custom-heading .dsvy-element-title{
    position: absolute;
    transform: rotate(270deg);
    transform-origin: right bottom 0;
    margin-bottom: 0;
    bottom: -5px;
    right: -30px;
    font-size: 135px;
    line-height: 135px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(55 55 55 / 10%);
}

/* --------------------------------------
* Count Down plugin
* ---------------------------------------*/
#main_countedown_1 .countdown{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
}
.content_countdown .time_left{
    background-color: transparent !important;
    padding: 0;
    font-weight: 500 !important;
    font-size: 72px !important;
    line-height: revert;
    color: var(--dsvy-rodiar-global-color) !important;
    padding-bottom: 10px;
}
#dsvy-count-down .content_countdown .time_description{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#dsvy-count-down .content_countdown  .element_conteiner {
    padding: 0 30px;
    position: relative;
}
#dsvy-count-down .content_countdown  .element_conteiner:first-child{
    padding-left: 0;
}
.dsvy-count-down-1 .content_countdown  .element_conteiner:after{
    content: "\0e850";
    font-family: "designervily-base-icons";
    position: absolute;
    top: -4px;
    right: -7px;
    font-size: 40px;
    color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-count-down-1 .content_countdown  .element_conteiner:last-child:after{
    content: inherit;
}
.dsvy-count-down-2 .content_countdown .element_conteiner{
    width: 90px;
    height: 90px;
    background: transparent;
    text-align: center;
    border: 2px solid var(--dsvy-rodiar-white-color);
    display: inline-block;
}
.dsvy-count-down-2 .content_countdown .time_left{
    font-size: 30px !important;
    font-weight: 700 !important;
    color: var(--dsvy-rodiar-white-color) !important;
    padding-bottom: 2px;
    margin-top: 20px;
}
.dsvy-count-down-2.content_countdown .time_description{
    font-size: 14px;
}
.dsvy-count-down-2 .content_countdown .element_conteiner{
    padding: 0px !important;
}
.dsvy-count-down-2 .content_countdown .time_description{
    font-size: 14px !important;
    line-height: 24px !important;
    color: var(--dsvy-rodiar-white-color) !important;
}
.dsvy-count-down-2 .content_countdown .element_conteiner{
    margin-right: 20px;
}


/* --------------------------------------
 * Tab CSS
 * ---------------------------------------*/ 
 .dsvy-tab-content-title,
 .dsvy-tab-content{
     display: none;
 }
 .dsvy-tab-content.dsvy-tab-active{
     display: block;
 }
 .dsvy-tab-link{
     border: 1px solid #e5e5e5;
     border-right: none;
     display: block;
     padding: 40px 0;
     text-align: center;
     cursor: pointer;
     background: #fff;
     font-size: 16px;
     font-weight: 700;
     color:  var(--dsvy-rodiar-blackish-color);
     font-family: Rajdhani,sans-serif;
     letter-spacing: -0.3px;
 }
 .dsvy-tabs .dsvy-tabs-heading{
     margin: 0;
     padding: 0;
     text-align: center;
     display: flex;
     flex-direction: row;
 }
 .dsvy-tabs .dsvy-tabs-heading li{
     flex-grow: 1;
     flex-basis: 0; 
 }
 .dsvy-tabs .dsvy-tabs-heading li:last-child{
     margin-right: 0px; 
     border-right: 1px solid #e5e5e5;
 }
 
 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active span,
 .dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active i{
     color: #fff;
 }


.dsvy-tabs .dsvy-tabs-heading li.dsvy-tab-li-active{
    background-color:  var(--dsvy-rodiar-global-color) !important;
}

.dsvy-tabs .dsvy-tabs-heading li i{
     display: block;
     font-size: 45px;
     margin-bottom: 0;
     font-weight: normal;
     line-height: normal;
 }
 .dsvy-tabs .dsvy-tab-content-wrapper{
     margin-top: 90px;
     margin-bottom: 0px;
 }
 .dsvy-tabs .dsvy-tab-content-inner .inner-content{
     margin-top: 30px;
 }
 .dsvy-tabs .dsvy-tab-content-inner h2{
     font-size: 36px;
     line-height: 40px;
 }
 .dsvy-tabs .dsvy-tab-content-inner ul{
     margin-top: 30px;
     list-style: none;
     margin-left: 0;
     padding: 0;
 }
 .dsvy-tabs .dsvy-tab-content-inner ul li{
     position: relative;
     margin-bottom: 10px; 
     padding-left: 30px;
     font-family: "Rajdhani", Sans-serif;
     font-size: 18px;
     font-weight: 600;
     color: #081839;
 }
 .dsvy-tabs .dsvy-tab-content-inner ul li:after{
     content: "\f17e";
     font-size: 18px;
     font-weight: normal;
     position: absolute;
     left: 0;
     top: -2px; 
     font-family: Flaticon; 
 }
 .dsvy-tabs .dsvy-tab-content-inner a.link-button{
     display: inline-block;
     line-height: 1;
     background-color: #818a91;
     color: #fff;
     fill: #fff;
     text-align: center;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     padding: 16px 40px;
     font-size: 14px;
     font-family: Rajdhani,sans-serif;
     font-weight: 600;
     font-style: normal;
     margin-top: 20px;
 }

/* --------------------------------------
* Count Down plugin
* ---------------------------------------*/
#main_countedown_1 .countdown{text-align:center;}
#main_countedown_1 .countdown{margin-top:10px;margin-bottom:10px}
#main_countedown_1 .time_left{
    border-radius:8px;
    background-color:#3DA8CC;
    font-size:23px;
    font-family:monospace;
    color:#000000;
    }
#main_countedown_1 .time_description{
    font-size:23px;
    font-family:monospace;
    color:#000000;
    }
#main_countedown_1 .element_conteiner{min-width:90px}

.dsvy-line-height-normal{
    line-height: 0 !important;
}
/* Infinite Scroll button */
.dsvy-ajax-load-more-btn {
    text-align: center;
    margin-top: 20px;
}
.dsvy-ajax-load-more-btn a:hover {
    background-color: var(--dsvy-rodiar-secondary-color);
}
.dsvy-ajax-load-more-btn a {
    padding: 15px 40px;
    background-color: var(--dsvy-rodiar-global-color);
    display: inline-block;
    color: #fff;
}
.dsvy-infinite-scroll-last {
    text-align: center;
    background: #f1f1f1;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}