.admin-bar .mobile-nav {
  margin-top: 32px;
}
#about-3 .about-desc {
	display: none;
}
.overflow_hidden{
	overflow: hidden;
}
html{
	margin-top: 0 !important;
}

.admin-bar .elementor.elementor-1155,.admin-bar .elementor.elementor-1281, .admin-bar .elementor-element-2e43a1f {
    margin-top: 32px;
}
blockquote h5{
	color: #fff;
}

#service-2 .service-icon {
    transition: all 300ms ease;
}

#service-2:hover .service-icon {
    transform: rotate(-360deg);
}
.breadcrumb-nav {
    display: flex;
    justify-content: center;
    color: #fff;
}
.breadcrumb-nav li {
    color: rgba(255, 255, 255, 0.6);
    list-style: none;
}
.breadcrumb-nav li + li:before {
    padding: 0 10px;
    color: #fff;
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
}
.breadcrumb-nav li a{
	color: #fff;
}
.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;
	}
}
.blogs-wrapper-main .blog .theme-btn {
    margin-top: 23px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    width: inherit !important;
}
.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: 25px;
}
.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), #C5853A 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
  background-position: 0 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 9px;
	color: #C5853A;
}
.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%;
}
.blog-area-7 .blog-sidebar {
    display: grid;
    gap: 40px;
    align-items: flex-start;
}
.blog-sidebar-box {
    border: 1px solid rgba(14, 15, 17, 0.08);
    padding: 29px 29px;
}
.blog-sidebar-box .title-box {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 30px;
}
.blog-sidebar-box .title-box:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #C5853A;
    bottom: 0;
    left: 0;
}
.blog-sidebar-box .search-form .input-field input {
    width: 100%;
    outline: 0;
    font-size: 16px;
    line-height: 26px;
    border: none;
    padding: 0;
}
.blog-sidebar-box .search-form {
    border: 1px solid rgba(14, 15, 17, 0.08);
    padding: 16px 19px;
}
.blog-sidebar-box .search-form .input-field {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}
.sidebar__widget .wpr-sidebar-search-btn.search-btn {
    background: none;
    border: none;
    color: rgba(14, 15, 17, 0.7);
    padding: 0;
    width: auto;
}
.blog-sidebar-box .blog {
    display: flex;
    gap: 15px;
    align-items: center;
}
.blog-sidebar-box .blog .thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-sidebar-box .blog .thumb img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.blog-sidebar-box .blog .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
}
.blog-sidebar-box .blog .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 9px;
}
.blog-sidebar-box .blog .title a:hover {
	color: #C5853A;
}
.blog-sidebar-box .blogs-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 4px;
}

.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: #C5853A;
	padding: 2px;
}
.wpr-postbox-details-tag.tagcloud a {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #C5853A;
	color: #C5853A;
	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: 20px;
}
.wpr-postbox-details-navigation-content h4 {
  display: none;
}
.wpr-postbox-details-navigation-content .prev-post, .wpr-postbox-details-navigation-content .next-post{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  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: #C5853A;
  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: #C5853A;
	width: 100%;
	height: 60px;
	border: 1px solid rgba(14, 15, 17, 0.08);
	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: #C5853A;
}
.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: #C5853A;
  border: 1px solid #C5853A;
}
.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 {
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.blog-area-7 .blog-pagination ul li {
	list-style: none;
}
.blog-area-7 .blog-pagination ul li a, .blog-area-7 .blog-pagination ul li .current {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(14, 15, 17, 0.08);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
}
.blog-area-7 .blog-pagination ul li a:hover:not(.active), .blog-area-7 .blog-pagination ul li .current:hover:not(.active) {
    background-color: #F4F4F6;
    border-color: transparent;

}
.blog-area-7 .blog-pagination ul li .current {
    background-color: #C5853A;
    border-color: transparent;
    transition: 0.3s;
    color: #fff;
}
.blog-area-7 .blog-pagination ul li .current:hover {
	color: #000000;
}
.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: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 20px;
}
.wpr-footer-widget ul li{
	list-style: none;
}
.wpr-footer-widget ul li a:hover{
	color: #C5853A;
}
.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: #C5853A;
}
.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;
}
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.tagcloud a {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px;
    border: 1px solid rgba(14, 15, 17, 0.08);
    padding: 0px 13px;
    display: inline-block;
}
.tagcloud a:hover {
    background-color: #C5853A;
    border-color: transparent;
    color: #fff;
}
.single-service-item.no-before::before {
	display: none;
}
#about-3 .about-desc {
	display: none;
}
.social-area-wrap svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.wpr-postbox-details-main-wrapper {
    margin-right: 35px;
}
@media only screen and (max-width: 991px) {
	.wpr-postbox-details-main-wrapper {
	    margin-right: 0;
	}
}
.single-post .breadcrumb-nav {
	display: none;
}
.contact-form-wrap input[type=submit]:hover {
    background-color: #000;
}

@media only screen and (max-width: 560px) {
	.contact-form-wrap input[type=submit] {
	    width: 100%;
	}
}
.blog-meta .author-name{
	color: #C5853A;
}

.blog-slider .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #C5853A;
}
.blog-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 20px;
}
.blog-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.single-blog-item2 .blog-content{
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.single-blog-item2 .blog-img{
	margin-bottom: 20px;
	overflow: hidden;
	height: 200px;
	border-radius: 6px;
}
.single-blog-item2 .blog-meta-bottom{
	margin-bottom: 0;
	margin-top: 15px;
}
.single-blog-item2 .blog-meta a:hover {
	color: #f0b64b;
}
div .single-project-wrap2 .info {
    top: 80%;
}
div .single-project-wrap2:hover .details {
    opacity: 1;
}
div .single-project-wrap2 .info2 {
    top: 20%;
}
div .single-project-wrap2 .info3 {
    margin-top: 0;
}
div .single-project-wrap2:hover .info3 {
    top: 75%;
}
.single-project-wrap .info3 h5 {
    text-transform: uppercase;
    font-weight: 600;
}
div .single-project-wrap2 .details{
	z-index: 1;
	background-color: transparent;
}

div .single-project-wrap2 .details::before{
	content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}
div .single-project-wrap2:hover .details::before{
	opacity: 1;
}

.hero-img-wrap{
	position: relative;
}
.hero-img-wrap .circular-text {
	position: absolute;
	top: 50%;
	left: -84px;
	width: 160px;
	height: 160px;
	transform: translateY(-50%);
	background: #fff;
}

.circular-text {
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 12%;
	right: 80px;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) top right/50% 50% no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 100%;
	z-index: 1;
}
.hero-img-wrap .circular-text .circular-video-text {
    width: 160px;
    height: 160px;
    position: relative;
    animation: effect 8s linear infinite;
    transform-origin: center;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center center;
}
.circular-text .years {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: normal;
}
@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-area .container{
	max-width: 1320px;
}
@media (max-width: 575px) {
	.contact-form-wrap input[type="submit"] {
		background: #C5853A;
		margin-top: 15px;
		width: 100% !important;
	}
}

.blog-meta-bottom {
	justify-content: inherit !important;
	gap: 30px;
}

.blog-meta-bottom span:first-child {
	position: relative;
}
.blog-meta-bottom span:first-child::before {
	position: relative;
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	right: -18px;
	top: 10px;
	background-color: #C5853A;
}
@media (max-width: 767px) {
	.blog-meta-bottom span:first-child::before {
		display: none;
	}
}
.blog-content.blog-content3 p{
	margin-bottom: 0;
}
.single-process-item .process-icon {
    transform: rotate(45deg);
	transition: .3s;
}
.single-process-item:hover .process-icon {
    transform: rotate(0deg);
}
.single-process-item:hover .process-icon i {
    transform: rotate(0);
}
.blog-meta-category {
    position: absolute;
    padding: 4px 8px;
    background-color: #fff;
    top: 12px;
    left: 12px;
    font-size: 14px;
    border-radius: 3px;
}
.main-menu li.menu-item-has-children > a:after {
    content: "+";
    font-family: var(--font_awesome);
    margin-inline-start: 6px;
    font-weight: 600;
    font-size: 14px;
}
.extra-info .theme-btn::before, .mobile-nav-wrap .theme-btn::before {
    background-color: #fff;
}
.mobile-nav-wrap .theme-btn:hover, .extra-info .theme-btn:hover {
    color: #000;
}