/*
Theme Name: Themes Vila
Theme URI: http://themesvila.com/
Author: Masum Billah
Author URI:
Description: This is a WordPress Theme
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themesvila
Tags:  one-column, two-columns, right-sidebar, custom-menu, featured-images, flexible-header, sticky-post, translation-ready, full-width-template


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

Themes Vila is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body{

}
h1,
h2,
h3,
h4,
h5,
h6{

}
p{
	margin-bottom: 20px;
}
img{
	display: inline-block;
	max-width: 100%;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"]
{
	height: 50px;
	line-height: 50px;
	border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea{
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: inherit;
	transition: .5s;
	border-radius: 2px;
	padding: 6px 12px;
	font-weight: 400;
}
textarea.form-control {
	height: 200px;
}
textarea{
	height: 150px;
	font-weight: 400;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="url"],
.contact_form textarea{
	width: 100%;
	margin-bottom: 30px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus{
	border-color: #2ecc71;
	background: #fff;
}
input[type="submit"],
button{
	border: 1px solid #2ecc71;
	background: #2ecc71;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	padding: 14px 25px;
	transition: .5s;
  text-transform: uppercase;
  letter-spacing: 1px;
	border-radius: 30px;

}

.input-group-addon{
	background: #fff;
	padding: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.entry-title{
	margin-top: 0;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	color: #777;
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 30px;
	border-top: 1px solid #2ecc71;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.search_input{
	width: auto;
}
.widget .search_input{
	width: 100%;
}
.widget ul li{
	list-style-type: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}

.widget-title{
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.widget-title:before {
	position: absolute;
	content: '';
	background: #2ecc71;
	width: 12px;
	height: 12px;
	left: -22px;
	z-index: -1;
	border-radius: 50%;
	top: 5px;
}
.entry_meta{
	margin-bottom: 8px;
}
.entry_meta,
.entry_meta a{
	color: #2ecc71;
	font-size: 12px;
	font-weight:700;
	text-transform: uppercase;
}
.entry_meta a, 
.entry_meta a:hover, 
.entry_meta a:focus {
	background-color: #333;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 12px;
	padding: 3px 11px;
	border-radius: 16px;
	margin-right: 5px;
	display: inline-block;
}
.entry_meta i{
	padding-right: 6px;
	color: #2ecc71;
}
.entry-title {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 600;
	line-height: 26px;
}
.header-meta{
	margin-bottom: 10px;
}
.header-meta,
.header-meta a{
	font-size: 13px;
	color: #555;
}
.header-meta i{
	margin-right: 2px;
}
.entry-title a{
	display: inline-block;
	color: #333;
	transition: .5s;
}
.entry-title a:hover{
	color: #2ecc71;	
}
.single_post_blog{
	margin-bottom: 40px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

iframe{
	border: none;
}
.widget-title {
	margin-top: 0;
	margin-bottom: 30px;
}

.widget-title ,
#reply-title,
.comments-title
{
	font-size: 18px;
	color: #404040;
}
.widget-area li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.widget-area li li{
	margin-left: 15px;
}
.widget-area li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-area a{
	color: #777;
	transition: .5s;
}
.widget-area a:hover{
	color: #2ecc71;	
}

.tagcloud a {
	background: #fff;
	color: #777;
	padding: 8px 16px;
	margin: 0 4px 15px;
	display: inline-block;
	font-size: 13px !important;
	transition: .5s;
	line-height: normal;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.widget .tagcloud a:hover{
	background: #2ecc71;
	color: #fff;
}
.widget.widget_categories li{
	margin-bottom: 8px;
	border-bottom: 1px solid transparent;
}
.widget.widget_categories li a {
	font-weight: 600;
	padding: 8px 20px;
	background-color: #2ecc71;
	color: #fff;
	width: 100%;
	display: block;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
}
.widget.widget_categories li a:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	background-color: #fff;
	left: 0;
	top: 0;
	opacity: .2;
	transition: .8s;
}
.widget.widget_categories li a:hover:before{
	width: 100%;
}
.navigation.pagination{
	margin: 15px 0 15px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.navigation.pagination a{
	color: #777;	
	transition: .5s;
}

.navigation.pagination a,
.navigation.pagination span{
	padding: 12px 16px;
	background: #333;
	margin: 0 5px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
}
.navigation.pagination a:hover,
.navigation.pagination span{
	background: #2ecc71;  
	color: #fff;
}
#comment{
	height: 120px;
}

/* Comment Style */
.comments-area{
	margin-top: 20px;
	background: #fff;
}
.comments-area ol, .comments-area ul {
	padding-left: 25px;
}
.comments-area .comment-list{
	padding-left: 0;
}
.comments-area li.comment, .comments-area li.pingback {
	background: #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.05);
	list-style-type: none;
	padding: 20px;
	margin-bottom: 20px;
}
.comments-area ol .children{
	padding-left: 25px;
}
.comment_avatar{
	float: left;
	margin-right: 22px;
}
.comment_avatar img{
	border-radius: 50%;
}
.creply_link {
	display: inline-block;
	text-align: right;
	float: right;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
}
.center-block{
	float: inherit;
}
.content-area{
	line-height: 1.7;
}
.entry-content img{
	max-width: 100%;
	height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	
}
.entry-content p{
	margin-bottom: 15px!important;
}
.entry-content ul,
.entry-content ol{
	margin-bottom: 20px;
}
.entry-content a {
	color: #404040;
	font-weight: 600;
}
.entry-content a:hover,
.entry-content a:focus{
	color: #2ecc71;
	outline: none;
}
.details_text{
	margin-bottom: 20px;
	display: block;
}

.single_post_blog .entry-content{
	counter-reset: h3;
}
.single_post_blog .entry-content h3{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2.3em;
	*padding: .4em;
	margin: 38px 0 20px;
	background: #fff;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.single_post_blog .entry-content h3:before {
	content: counter(h3);
	counter-increment: h3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.1em;
	background: #2ecc71;
	height: 2.3em;
	width: 2.3em;
	line-height: 1.7em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: 700;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color: #fff;
}
.entry-content ul,
.entry-content ol{
	padding-left: 20px;
}
.widget select {
	width: 100%;
}
.widget img{
	max-width: 100%;
	height: auto;
}
.admin-bar .navbar-fixed-top.menu-top {
	margin-top: 20px;
}
#reply-title{
	margin-bottom: 10px;
}
.logged-in-as{
	margin-bottom: 10px;
}
.comments-title{
	margin-bottom: 15px;
}
.form-control {
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: inherit;
	transition: .5s;
	border-radius: 4px;
}
#commentform .form-group{
	margin-bottom: 30px;
}
.form-submit #submit{	
	border: 1px solid #2ecc71;
	background: #2ecc71;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 11px 25px;
	transition: .5s;
	border-radius: 30px;

}
.form-submit #submit:hover,
.form-submit #submit:focus{
	background: #000;
	border-color: #000;
	color: #fff;
}
.form-control {
	background: #fff;
	box-shadow: inherit;
	transition: .5s;
	border-radius: 2px;
}
.form-control:focus{
	border-color: #2ecc71;
	box-shadow: inherit;
	background: #fff;
}
.post_img {
	margin-bottom: 20px;
	transition: .5s;
}
.post_img:hover{
	opacity: 1;
}
.post_btn{
	margin-top: 30px;
}
.page-header{
	margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary ,
#secondary{
	
}
.content-area{
	padding: 60px 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.screen-reader-text {
	display: none;
}
.post_img a,
.post_img img
{
	display: inline-block;
}
.single_feature{
	min-height: 130px;
}
.footer_top{
	background:#fff ;
	padding-top: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}

.select2-container .select2-selection--single {
	height: 40px;
	padding-top: 4px;
}
.features_themes{
	
}
.button-wrapper{
  margin-top: 30px;

}
.single-item {
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 4px;
	border-radius: 3px;
}
.single_item img{
	width: 100%;
}

@media only screen and (max-width:767px) { 
    .single-item img,
	.single_item img{
		width: 100%;
	}
	
	.account_menu{
		margin: 0px 0 20px;	
	}	
}
.account_menu{
	margin-top: 20px;
	margin-right: 0px;
}
li.account_menu{
	margin-top: -12px;
}
#main_menu .account_menu li{
	padding-left: 20px;
}
li.account_menu a{
	padding:10px 15px;
	transition: .5s;
	background: #2ecc71;
	color: #fff;
}
li.account_menu a:hover,
li.account_menu a:focus{
	background: #0ead98;
	color: #fff;
}

.single_download{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;

}
.ed_download_stats{
   
}

.free_item.section-padding{

}
.page-content{
	background: #fff;
}
.widget_search .form-group{
	margin-bottom: 0;
}
.download_btn{
	background: #2ecc71;
	box-shadow: 0 0 30px rgba(0,0,0,.07);
	padding: 13px 38px;
	color: #fff;
	display: inline-block;
	margin: 24px 0 17px;
	border-radius: 4px;
	transition: .5s;
	margin: 24px 12px 17px 0;
}
.download_btn:hover,
.download_btn:focus{
	background: #111!important;
	color: #fff!important;
}
.yarpp-related {
	margin: 10px 0 22px;
}
.yarpp-related a {
	text-decoration: none;
	font-weight: 600;
	color: #444;
}
.download_btn{
	color: #fff!important;
}
.widget-title{
	margin-left: 20px;
}
.themes_tag {
	margin-bottom: 27px;
	margin-top: 55px;
}
.read_more_btn,
.themes_tag span{
	font-weight: 500;
}
.read_more_btn{
	letter-spacing: 1px;
}
#searchform .search_btn,
#searchform .search_btn:hover,
#searchform .search_btn:focus{
	background: #fff;
	color: #333;
	border-color: #ddd;
	cursor: pointer;
	transition: .5s;
	padding: 15px 24px;
	border-radius: 0px 4px 4px 0;
	font-size: 13px;
	height: 50px;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
	padding: 0;
	border: inherit;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
.submit-ticket {
	padding: 10px 15px;
	background: #2ecc71;
	color: #fff;
	border-radius: 4px;
}
.edd_download_purchase_form{
	display: inline-block;
}
.entry-content a.border_btn {
	color: #fff;
	font-size: 13px;
	font-family: quicksand;
}
.entry-content a.border_btn:hover,
.entry-content a.border_btn:focus{
	color: #fff;
}
.th_social_share a:hover,
.th_social_share a:focus
{
	color: #fff;
}
.blog-image {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
	border: 1px solid #f1f1f1;
	padding: 0px;
	border-radius: 5px;
}

.post_update {
	position: absolute;
	top: 17px;
	left: 27px;
	background-color: #2ecc71;
	color: #fff;
	padding: 6px 13px;
	font-size: 13px;
	font-weight: 700;
}

.form-control.search_field {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}



#pagi.post-navigation{
	width: 100%;
}
.pb-0{
	padding-bottom: 0;
}
@media only screen and (max-width:991px) { 
	.navbar-nav li{
		padding: 5px 0!important;
	}
	
	
	.navbar.navbar-expand-lg.navbar-light {
		padding: 18px 20px!important;
		
	}
	
	#bdNavbar{
    	background: rgb(121, 82, 179) none repeat scroll 0% 0%;
    	padding: 38px;
    	margin-top: 13px;
	}
	#bdNavbar ul li li:last-child{
	    margin-top: 0;
	}
	#bdNavbar ul li:last-child{
	    margin-top: 8px;
	}
	.navbar-light #bdNavbar .nav-link {
    	color: #fff;
    	font-weight: 400;
    }
    
	.singe_details_img{
		margin-top: 40px;
	}
	
}
@media only screen and (max-width:767px) { 
	
	#main_banner h4 {
		padding: 0 5%;
	}
	

}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

.single_post_blog .attachment-post-thumbnail.size-post-thumbnail{
	margin-bottom: 25px;
}
.download_icon i{
}
.download_icon {
	float: right;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
}

/* Extra Header CSS */

.header_top{
	padding-top: 15px;
}
.header_top .container{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
}
.header_top p{
	margin-bottom: 0;
	color: #404040;
}
.header_top a{
	color: #404040;
	font-weight: 600;
}
.header_top ul{
	list-style-type: none;
	padding: 0;
}
.header_top ul li{
	display: inline-block;
	margin-left: 16px;
}
.header_top svg{
	width:16px;
	margin-right: 5px;
	height: auto;
}
.navbar-nav li:last-child{
	padding-right: 0;
}
#edd_profile_editor_form {
	margin-left: -10px;
}
#edd_profile_editor_form p {
	width: 50%;
	display: ;
	float: left;
	padding: 0 10px;
}
#edd_profile_editor_form label {
	display: block;
}
#edd_profile_editor_form input[type="text"], 
#edd_profile_editor_form input[type="email"], 
#edd_profile_editor_form input[type="url"], 
#edd_profile_editor_form input[type="tel"], 
#edd_profile_editor_form input[type="password"], 
#edd_profile_editor_form textarea {
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: inherit;
	transition: .5s;
	border-radius: 2px;
	padding: 6px 12px;
	font-weight: 400;
	width: 100%;
}

#edd_profile_editor_form select {
	padding: 10px;
	width: 100%;
	background-color: #fff;
	height: 50px;
}
#edd_profile_editor_form legend{
	padding-left: 10px;
}
.th_social_share{
	margin-top: 30px;
}

.th_social_share h4{
	font-size: 22px;
}
.apss-theme-3 .apss-single-icon a {
	border-radius: 36px;
	margin: 9px 6px 0;
}
#edd_register_form,
#edd_login_form{
	width: auto;
	display: inline-block;
}
#edd_login_form input[type="text"], 
#edd_register_form input[type="text"], 
#edd_login_form input[type="text"], 
#edd_register_form input[type="email"], 
#edd_register_form input[type="password"], 
#edd_login_form input[type="password"], 
#edd_login_form input[type="password"] {
	width: 100%!important;
}
#edd_login_form label, 
#edd_register_form label, 
#edd_login_form label {
	width: 100%;
	text-align: left;
}
#edd_login_form legend,
#edd_register_form legend{
	display: none;
}
#edd_login_submit,
#edd_register_form .edd-submit{
	width: 100%;
	border-radius: 4px;
}
.edd_download_file_link {
	background: #2ecc71;
	border: 2px solid #2ecc71;
	color: #fff!important;
	padding: 5px 15px 7px 15px;
	border-radius: 3px;
	font-weight: 700;
	width: 110px;
}
.edd_download_file_link:hover {
 color:#fff;
 filter:brightness(110%)
}

#edd_user_history {
	border: none;
	padding: 0;
	background: 0 0;
}
#edd_user_history td {
	line-height: 25px;
	vertical-align: middle;
	padding: 35px 0 37px 0!important;
	border-color: rgba(40,55,90,0.25) !important;
	border-width: 1px;
	font-weight: 500;
}
#edd_user_history td, 
#edd_user_history th {
	border-left: 0 !important;
	border-right: 0 !important;
}
#edd_user_history th {
	font-weight: 700;
	background: inherit;
	padding: 20px 0!important;
	border-color: #28375a;
}

.bundle_btn,
.edd-submit.button.blue,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus
{
	color: #fff;
	background: #2ecc71;
	border-color: #2ecc71;
}

.bundle_btn,
.bundle_btn:hover,
.bundle_btn:focus
 {
	color: #fff;
	background: #2ecc71;
	border-color: #2ecc71;
	display: inline-block;
	padding: 8px 21px;
	border-radius: 30px;
}
.edd_download_purchase_form{
	margin-right: 10px;
}
.themes_tag {
	border-top: 1px solid #f1f1f1;
	margin-top: 45px;
	margin-bottom: 28px;
	padding-top: 22px;
}
.themes_tag a, 
.themes_tag a:hover, 
.themes_tag a:focus {
	background-color: #2ecc71;
	color: #fff;
	padding: 3px 16px;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 3px;
	border-radius: 4px;
	font-size: 13px;
}
body.download-template #post-1371{
	display: none;
}
.bundle_banner{
	display: inline-block;
	position: fixed;
	bottom: 2px;
	left: 2px;
	z-index: 99;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.bundle_banner img{
	width: 150px;
}

.close_btn {
	position: absolute;
	right: -8px;
	top: -10px;
	color: #444;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 27px;
	background-color: #fff;
	box-shadow: 0 0 20px #ddd;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.download-template .singe_details_img{
	height: auto;
}
.apss-single-icon{
	display: inline-block;
}
.bundle_btn{
	font-weight: 600;
}

.foot-social li{
	display: inline-block;
	margin-right: 6px;
}

.foot-social li a,
.foot-social li a:hover,
.foot-social li a:focus{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2ecc71;
	color: #fff!important;
	border-radius: 50%;
	display: inline-block;
}


.page-builder-template{
	padding: 100px 0;
}