.mb-40{
	margin-bottom: 40px;
}
.mb-60{
	margin-bottom: 60px;
}
.mt-20{
	margin-top: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.pt-120{
	padding-top: 120px;
}
.pb-120{
	padding-bottom: 120px;
}
.mr-20 {
	margin-right: 20px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.wpr-blog-area.section-spacing.blog-area-7 {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
	.wpr-blog-area.section-spacing.blog-area-7 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.wpr-sidebar-wrapper .widget_block label, .wpr-sidebar-wrapper .widget_block .wp-block-heading {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 30px;
}
.wpr-sidebar-wrapper .widget_block label::before, .wpr-sidebar-wrapper .widget_block .wp-block-heading::before{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: var(--theme);
	bottom: 0;
	left: 0;
}
.widget_block .wp-block-latest-posts li, .widget_block .wp-block-latest-comments li {
	margin-bottom: 15px;
}
.widget_block .wp-block-latest-posts li a, .widget_block .wp-block-latest-comments li a{
	width: 100%;
  	background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  	background-repeat: no-repeat;
  	background-size: 0% 100%;
  	transition: background-size 1s;
  	background-position: 0 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 9px;
	color: var(--primary);
	line-height: 1.5;
}
.blog-sidebar-box .blog .thumb img {
	height: 100px;
	width: 100px;
	object-fit: cover;
}
.wpr-sidebar-widget ul li a {
	font-size: 18px;
}
.sidebar__widget ul ul {
	padding-left: 15px;
	padding-top: 10px;
}

.sidebar__widget .nice-select, .wpr-footer-widget .nice-select {
	width: 100%;
	float: none;
}
.sidebar__widget .nice-select .list, .wpr-footer-widget .nice-select .list{
	width: 100%;
  top: 100%;
  max-height: 350px;
  overflow-y: scroll !important;
	z-index: 9;
}

.sidebar__widget ul li:not(:first-child) {
	padding-top: 13px;
}
.sidebar__widget ul li {
	border-bottom: 1px solid rgba(14, 15, 17, 0.08);
	padding-bottom: 10px;
	line-height: 166.667%;
	position: relative;
	transition: all 0.3s ease-in-out;
	list-style: none;
}
.sidebar__widget ul li::after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #0E0F11;
	transition: all 0.3s ease-in-out;
}
.sidebar__widget ul li:last-child {
	border-bottom: none;
}
.sidebar__widget ul li:last-child::after {
    display: none;
}
.sidebar__widget ul li a {
	display: block;
		transition: all 0.3s ease-in-out;
}
.sidebar__widget ul li:hover::after {
	width: 100%;
}

.widget_block ul li::after,.widget_rss ul li::after, .widget_recent_comments ul li::after {
	display: none;
}
.widget_block ul li, .widget_rss ul li,.widget_recent_comments ul li {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_block ul li:not(:first-child) {
	padding-top: 0;
}
.widget_recent_comments ul li .comment-author-link {
	display: inline-block;
}
.widget_recent_comments ul li.recentcomments a  {
	display: inline-block;
}


.single-post .page-title-area .section-title,.archive .page-title-area .section-title, 
.search-results .page-title-area .section-title,.search-no-results .page-title-area .section-title,
.error404 .page-title-area .section-title{
	font-size: 80px;
	font-weight: 600;
	line-height: 1.2;
}
@media only screen and (max-width: 991px) {
.single-post .page-title-area .section-title,.archive .page-title-area .section-title, 
.search-results .page-title-area .section-title,.search-no-results .page-title-area .section-title,
.error404 .page-title-area .section-title{
		font-size: 65px;
	}
}
@media (max-width: 575px) {
.single-post .page-title-area .section-title,.archive .page-title-area .section-title, 
.search-results .page-title-area .section-title,.search-no-results .page-title-area .section-title,
.error404 .page-title-area .section-title{
		font-size: 50px;
	}
}
.single-post .page-title-area .breadcrumb-wrapper, .single-post .page-title-area .breadcrumb-wrapper,
.archive .page-title-area .breadcrumb-wrapper, .search-results .page-title-area .breadcrumb-wrapper,
.search-no-results .page-title-area .breadcrumb-wrapper,.error404 .page-title-area 
.breadcrumb-wrapper {
	display: none;
}

.post-meta-details-wrap.d-flex {
	padding: 0;
	border-bottom: 1px solid rgba(14, 15, 17, 0.08);
	padding-bottom: 15px;
}
.post-meta-details-wrap.d-flex li{
	list-style: none;
	position: relative;
}
.post-meta-details-wrap.d-flex li:not(:last-child) {
	padding-right: 10px;
}
.post-meta-details-wrap.d-flex li:not(:first-child) {
	padding-left: 10px;
}
.post-meta-details-wrap.d-flex li a{
	color: var(--secondary);
}
.post-meta-details-wrap.d-flex li a:hover{
	color: var(--action);
}
.post-meta-details-wrap.d-flex li:not(:last-child)::before {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	content: "";
	background-color: #AFF42B;
	padding: 2px;
}
.wpr-postbox-details-tag.tagcloud a {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	border: 1px solid var(--primary);
	color: var(--primary);
	border-radius: 30px;
	padding: 2px 17px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.wpr-postbox-details-navigation {
	word-break: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e1e6ff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(14, 15, 17, 0.08);
	padding: 25px;
}
.wpr-postbox-details-navigation-content h4 {
  display: none;
}
.wpr-postbox-details-navigation-content .prev-post, .wpr-postbox-details-navigation-content .next-post{
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  background: #000;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.wpr-postbox-details-navigation-content .next-post{
  margin-left: 5px;
}
.wpr-postbox-details-navigation-content a:hover span {
  background-color: #AFF42B;
  color: #fff;
}
.wpr-postbox-details-navigation-content a:hover {
  color: #000;
}
.wpr-contact-from-box {
  border-radius: 20px;
  padding: 70px 80px 65px;
  backdrop-filter: blur(15px);
  fill: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 40px 80px rgba(51, 65, 140, 0.06));
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wpr-contact-from-box {
    padding: 60px 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wpr-contact-from-box {
    padding: 30px;
  }
}
.wpr-contact-from-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}
.wpr-contact-input-form label {
  color: #0E0F11;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wpr-contact-input-form input, .wpr-contact-input-form textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--primary);
	width: 100%;
	height: 60px;
	border: 1px solid rgba(14, 15, 17, 0.08);
	border-radius: 8px;
	padding: 0 30px;
	outline: none;
	background-color: transparent;
	transition: all 0.5s;
}
.wpr-contact-input-form input:focus, .wpr-contact-input-form textarea:focus {
  outline: none;
}
.wpr-contact-input-form textarea {
  resize: none;
  height: 160px;
  line-height: 56px;
}
.wpr-contact-input-form .wpr-contact-input {
  margin-bottom: 15px;
}
.wpr-contact-input-form .wpr-contact-input.schedule {
  margin-bottom: 20px;
}
.wpr-contact-input-form input:focus, .wpr-contact-input-form textarea:focus {
  border-color: #AFF42B;
}
.comments-area.postbox__comment.latest-comments.wpr-postbox-comment-from.wpr-postbox-comment .comment-notes {
  margin-bottom: 20px;
}
.wpr-postbox-comment-from .comment-reply-title {
  margin-bottom: 10px;
}
.wpr-postbox-comment-reply a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid rgba(3, 31, 66, 0.1);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  text-decoration: none !important;
  background-color: #1D1F20;
}
.wpr-postbox-comment-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.wpr-postbox-comment ul .children {
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  .wpr-postbox-comment ul .children {
    padding-left: 0;
  }
}
.wpr-postbox-comment-name {
  margin-bottom: 15px;
}
.wpr-postbox-comment-name h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.wpr-postbox-comment-name span {
  font-size: 14px;
  font-weight: 400;
}
.wpr-postbox-comment-reply a svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.wpr-postbox-comment-reply a:hover {
  color: #fff;
  background-color: #AFF42B;
  border: 1px solid #AFF42B;
}
.postbox__wrapper ul li{
	line-height: 1.5;
}
.postbox__text .wpr-postbox-comment-reply a {
	color: #fff;
}
.wpr-postbox-comment-box {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(14, 15, 17, 0.08);
}
.wpr-postbox-comment-text p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.blog-area-7 .blog-pagination ul li {
	list-style: none;
}
.postbox__wrapper ul, .postbox__wrapper ol{
	margin-bottom: 1rem;
}
.postbox__wrapper .nice-select .list {
	width: 100%;
}
.postbox__comment-avater img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.wpr-footer-widget-title {
	font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 20px;
}
.wpr-footer-widget ul li{
	list-style: none;
	margin-bottom: 15px;
}
.wpr-footer-widget ul li a {
	color: #fff;
	opacity: 0.74;
}
.wpr-footer-widget ul li a:hover{
	color: #AFF42B;
}
.wpr-footer-widget #wp-calendar thead th {
	color: #fff;
}
.wp-calendar-nav-prev a:hover {
	color: #fff;
}
.wpr-footer-widget.widget_rss li {
	color: #fff;
	line-height: 1.4;
	opacity: .74;
}
.wpr-footer-widget.widget_rss li a {
	color: #fff;
	line-height: 1.4;
}
.wpr-footer-widget.widget_text p{
	color: #fff;
	margin-bottom: 15px;
	opacity: .74;
}
.wpr-footer-widget.widget_search input {
	border: 1px solid rgba(14, 15, 17, 0.08);
  padding: 16px 19px;
  border-radius: 8px;
  width: 100%;
  border: none;
  background-color: #fff;
  outline: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary);
}
.wpr-footer-widget.widget_search button.search-btn {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(14, 15, 17, 0.7);
	opacity: 0.7;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.wpr-footer-widget .tagcloud a{
	border-color: #f0f1e7;
	color: #f0f1e7;
	font-size: 16px !important;
}
.wpr-footer-widget .tagcloud a:hover{
	color: #0E0F11;
}
.offset-widget-box .social-links .my-svg {
	width: 14px;
	height: 14px;
}
.social-links ul li, .office-location ul li {
	list-style: none;
}
body.no-scroll{
	overflow: hidden;
}
.wpr-error-content h4.wpr-error-title-sm {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.wpr-error-content p {
    margin-bottom: 20px;
}
.wpr-postbox-no-results .sidebar__widget-px .wpr-sidebar-search-input input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
}
.wpr-postbox-no-results .sidebar__widget-px .wpr-sidebar-search-input button {
	  width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(14, 15, 17, 0.7);
    opacity: 0.7;
}
.wpr-postbox-no-results .sidebar__widget-px .search-form {
    border: 1px solid rgba(14, 15, 17, 0.08);
    padding: 16px 19px;
    border-radius: 8px;
}
.wpr-postbox-no-results .sidebar__widget-px .wpr-sidebar-search-input {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}
.sidebar__widget .nice-select ul li::after {
    display: none;
}
.elementor-page-13 h1, .elementor-page-13 h2, .elementor-page-13 h3, .elementor-page-13 h4, .elementor-page-13 h5, .elementor-page-13 h6 {
	line-height: 1.22;
	font-family: var(--font_poppins);
	font-weight: 400;
}

.elementor-page-8779 h1, .elementor-page-8779 h2, .elementor-page-8779 h3, .elementor-page-8779 h4, .elementor-page-8779 h5, .elementor-page-8779 h6 {
    line-height: 1.18;
    font-family: var(--font_dmsans);
    font-weight: 300;
}
.service-box-5 .thumb {
    background-color: #8B93FF;
}
.marketing-agency-testimonial  .section-subtitle:before {
    width: 16px;
    height: 16px;
    background-color: #8B93FF;
    border-radius: 4px;
    margin-inline-end: 10px;
}
.admin-bar .adminbar_margin_top{
	margin-top: 32px;
}

.elementor-social-icons-wrapper .elementor-grid-item a{
  position: relative;
}
.elementor-social-icons-wrapper .elementor-grid-item:not(:first-child) a:before{
      position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--primary);
    border-radius: 50%;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.1;
}
@media (max-width: 880px) {
	.elementor-social-icons-wrapper .elementor-grid-item:not(:first-child) a:before{
			display:none;
	}
}
.single-wpr-portfolios .page-title-area .section-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
}

/* Portfolio 02  */
@media (min-width: 1440px) {
    .project-box-sm img {
        min-height: 485px;
        object-fit: cover;
    }
}
.contact-meta-area ul{
list-style: none;	
}
.blogs-wrapper-main .blog .thumb a:hover {
    color: #fff;
}
.elementor-element.elementor-element-cea6a25 a:hover {
	color: #fff;
}
@media only screen and (max-width: 767px) {

.section-title-wrapper.section-title-wrapper_grid.fade-anim.subtitle-border-bottom {
	display: inherit;
}
.section-title-wrapper.section-title-wrapper_grid.fade-anim.subtitle-border-bottom .title-wrapper {
	margin-bottom: 15px;
}
}

.gtranslate_wrapper .gt_switcher .gt_option {
    position: absolute !important;
	top:100%;
}
.language-header-style3 .gtranslate_wrapper .gt_switcher .gt_selected {
    background: #FFFAF4;
}
.language-header-style3 .gtranslate_wrapper .gt_switcher .gt_option {
   background: #FFFAF4;
}

.language-header-style6 .gtranslate_wrapper .gt_switcher {
    border-radius: 5px;
}


.language-header-style3 .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background: #FFFAF4;
}




.wpr-postbox-details-main-wrapper {
	margin-right: 40px;
}
@media only screen and (max-width: 991px) {
	.wpr-postbox-details-main-wrapper {
		margin-right: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px)
 and (max-width: 767px), only screen and (max-width: 767px) {
.wpr-postbox-comment-from {
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
	.wpr-postbox-details-navigation {
		padding: 10px;
	}
}
