.news-box-items-1 .news-content-1 .post-cat li svg {
	margin-right: 5px;
}

.header-section-new .container-fluid {
	padding: 0 150px;
}

.header-top-wrapper-new .container-fluid {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 150px;
	border-bottom: 1px solid #e7e7e7;
	background: var(--theme);
}

.header-top-wrapper-new .container-fluid:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 575px;
	height: 100%;
	background: var(--theme);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.header-top-wrapper-new .contact-list {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 40px;
}

.header-top-wrapper-new .contact-list li i {
	margin-right: 10px;
	color: var(--white);
}

.header-top-wrapper-new .contact-list li a {
	color: var(--white);
}

.header-top-wrapper-new .top-right .social-icon {
	position: relative;
	gap: 15px;
	color: var(--white);
}

.header-top-wrapper-new .top-right .social-icon a {
	color: var(--white);
}

.header-top-wrapper-new .top-right .social-icon a:hover {
	color: var(--black);
}

.header-new .header-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.header-new .header-main .header-right {
	gap: 60px;
}

.theme-btn.black {
	background-color: var(--header);
}

.theme-btn.black::before, .theme-btn.black::after {
	content: "";
	background-color: var(--theme);
}

.header-new  .header-main {
	padding: 35px 0;
}

.header-top-wrapper-new .shape-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 29%;
	width: 40px;
	height: 100%;
	background: #ececec;
	clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
}

.header-top-wrapper-new .shape-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 30%;
	width: 40px;
	height: 100%;
	background: #ececec;
	clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
}

.breadcrumb-wrapper {
	padding: 120px 0;
}

.breadcrumb-wrapper .breadcrumb-wrapper-items {
	justify-content: center;
}

.breadcrumb-wrapper .page-heading h1 {
	text-align: center;
}

@media (max-width:1750px) {
	.header-section-new .container-fluid {
		padding: 0 40px;
	}
	
	.header-top-wrapper-new .container-fluid {
		padding: 10px 40px;
	}
}

@media (max-width:1530px) {
	.header-new .header-button, .header-new .header-main .header-right {
		gap: 30px;
	}
	
	.header-main .main-menu ul li {
		margin-inline-end: 35px;
	}
	
	.header-top-wrapper-new .container-fluid:before {
		width: 435px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
	}
}

@media (max-width:1350px) {
	.header-top-wrapper-new .container-fluid, .header-button .theme-btn.black {
		display: none;
	}
	
	.header-new .header-main {
		padding: 20px 0;
	}
}

.contact-form-items .form-clt textarea {
	height: 185px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
	flex-wrap: wrap;
}

.footer-widgets-wrapper .single-footer-widget .menu li a {
	color: rgba(217, 217, 217, .8);
}

.footer-widgets-wrapper .single-footer-widget .menu li:not(:last-child) {
	margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .menu li {
	transition: all .4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .menu li a:before {
	content: "";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: -3px;
	left: -20px;
	font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .menu li a {
	position: relative;
	margin-left: 20px;
}

.footer-widgets-wrapper .single-footer-widget .menu li:hover {
	margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .menu li:hover a {
	color: var(--theme);
}

.breadcrumb-wrapper .page-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}

.breadcrumb-wrapper .page-list li a {
	color: var(--white);
	transition: all .4s ease-in-out;
	font-weight: 600;
}

.breadcrumb-wrapper .page-list li span {
	color: var(--white);
	transition: all .4s ease-in-out;
}

.breadcrumb-wrapper .page-list li {
	position: relative;
}

.breadcrumb-wrapper .page-list li:before {
	content: "";
	font-family: "Font Awesome 6 Pro";
	color: #fff;
	position: absolute;
	top: 2px;
	left: -22px;
	font-size: 13px;
}

.breadcrumb-wrapper .page-list li:first-child:before {
	display: none;
}

.hilight-text svg {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_nav_menu ul li {
	margin: 10px 0;
}

.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul li:first-child {
	margin-top: 0;
}

.widget_nav_menu ul li a {
	border: none;
	position: relative;
}

.widget_nav_menu ul li a:hover:after {
	color: var(--main-color-one);
}

.widget_archive ul li svg {
	margin-right: 10px;
	margin-top: -5px;
}

#wp-calendar {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.blog-main-item-01 .blog-bottom .btn svg {
	font-size: 16px;
	margin-top: auto;
	margin-left: auto;
	float: inherit;
}

.post-meta li svg {
	margin-right: 5px;
	color: var(--main-color-one);
}

.post-meta li a svg {
	margin-right: 10px;
}

.contact-form-items {
	margin-bottom: 0;
	padding: 40px;
	box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, .05);
}

.header-main .logo img {
	max-width: 180px;
}

@media only screen and (max-width: 991px) {
	.breadcrumb-wrapper .page-heading h1 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-wrapper .page-list {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.breadcrumb-wrapper .page-list li:before {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
	.breadcrumb-wrapper {
		padding: 60px 0 60px 0;
	}
}

.page-content ul li + li {
	margin-top: 10px;
}

#page {
	overflow: hidden;
}