body {
	font-size: 1rem;
	line-height: 1.5;
}

button.btn,
a.btn,
input.btn {
	background: #f45c2c;
	border-color: #f45c2c;
	padding-block: .5625rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .75rem;
}

button.btn:not(:disabled):not(.disabled):hover,
a.btn:not(:disabled):not(.disabled):hover,
input.btn:not(:disabled):not(.disabled):hover {
	border-color: #f45c2c;
	background: #fff;
	color: #f45c2c;
}

button.btn:not(:disabled):not(.disabled):focus,
a.btn:not(:disabled):not(.disabled):focus,
input.btn:not(:disabled):not(.disabled):focus {
	background: #f45c2c;
	border-color: #f45c2c;
	color: #fff;
}

button.btn.btn-primary,
button.btn.button,
a.btn.btn-primary,
a.btn.button,
input.btn.btn-primary,
input.btn.button {
	background: #f45c2c;
	border-color: #f45c2c;
}

button.btn.btn-primary:not(:disabled):not(.disabled):hover,
button.btn.button:not(:disabled):not(.disabled):hover,
a.btn.btn-primary:not(:disabled):not(.disabled):hover,
a.btn.button:not(:disabled):not(.disabled):hover,
input.btn.btn-primary:not(:disabled):not(.disabled):hover,
input.btn.button:not(:disabled):not(.disabled):hover {
	border-color: #f45c2c;
	background: #fff;
	color: #f45c2c;
}

button.btn.btn-primary:not(:disabled):not(.disabled):focus,
button.btn.button:not(:disabled):not(.disabled):focus,
a.btn.btn-primary:not(:disabled):not(.disabled):focus,
a.btn.button:not(:disabled):not(.disabled):focus,
input.btn.btn-primary:not(:disabled):not(.disabled):focus,
input.btn.button:not(:disabled):not(.disabled):focus {
	background: #f45c2c;
	border-color: #f45c2c;
	color: #fff;
}

button.btn.btn-outline,
a.btn.btn-outline,
input.btn.btn-outline {
	border-color: #f45c2c;
	color: #000;
}

button.btn.btn-outline:not(:disabled):not(.disabled):hover,
a.btn.btn-outline:not(:disabled):not(.disabled):hover,
input.btn.btn-outline:not(:disabled):not(.disabled):hover {
	border-color: #f45c2c;
	background: #f45c2c;
	color: #fff;
}

button.btn.btn-white:not(:disabled):not(.disabled):hover,
a.btn.btn-white:not(:disabled):not(.disabled):hover,
input.btn.btn-white:not(:disabled):not(.disabled):hover {
	border-color: #fff;
	color: #fff;
}

.hero-banner button.btn.btn-white:not(:disabled):not(.disabled):hover,
.hero-banner
    a.btn.btn-white:not(:disabled):not(.disabled):hover,
.hero-banner
    input.btn.btn-white:not(:disabled):not(.disabled):hover {
	border-color: #fff;
	color: #fff;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary {
	background: #f45c2c;
	border-color: #f45c2c;
	color: #fff;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):hover,
.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):focus {
	border-color: #f45c2c !important;
	background: #fff !important;
	color: #f45c2c !important;
}

.form-control {
	border-color: #0c4f84;
	height: calc(2.625rem + 2px);
	border-radius: .75rem;
}

.form-control[type="tel"] {
	direction: rtl;
}

.footer-contact input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0;
}

.footer-contact input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	color: #000;
}

.footer-contact .wpcf7-list-item-label {
	display: block;
	padding-right: 24px;
}

.footer-contact .wpcf7-list-item-label:before {
	content: "\e909";
	position: absolute;
	top: 5px;
	right: 0;
	font: .5rem / 1 "icomoon";
	color: #fff;
	width: 17px;
	height: 17px;
	border: 1px solid #e1dede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body:not(.home) #header {
	background: rgba(255, 255, 255, .3);
	backdrop-filter: blur(20px);
}

body:not(.home).nav-active #header .header-holder,
body:not(.home).header_search_active #header .header-holder {
	background: #fff;
}

#header {
	-webkit-transition: .1s ease backdrop-filter, .1s ease background;
	transition: .1s ease backdrop-filter, .1s ease background;
	box-shadow: none;
}

.home #header.blur-head {
	background-color: rgba(255, 255, 255, .3);
	backdrop-filter: blur(20px);
}

.nav-active #header,
.header_search_active #header {
	background: #fff;
	backdrop-filter: none !important;
}

.nav-active #header .header-holder,
.header_search_active #header .header-holder {
	background: #fff;
}

.nav-opener .nav-bar {
	background: #0c4f84;
}

.nav-active .nav-opener .nav-bar {
	background: transparent;
}

.nav-opener .nav-bar:before,
.nav-opener .nav-bar:after {
	background: #0c4f84;
}

.home.nav-active .nav-opener .nav-bar:before,
.home.nav-active .nav-opener .nav-bar:after {
	background: #0c4f84;
}

.home .fixed-position .nav-opener .nav-bar:before,
.home .fixed-position .nav-opener .nav-bar:after {
	background: #0c4f84;
}

.nav-opener .nav-bar:after {
	width: 100%;
}

.nav-active .nav-opener .nav-bar {
	background: transparent;
}

.header-holder .btn-search-opener {
	padding: 0;
	font-size: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0c4f84;
}

.rtl .header-holder .btn-search-opener {
	padding: 0;
}

.header-holder .btn-search-opener:before {
	display: none;
}

.logo {
	width: 8.5rem;
}

#primary-nav .primary-menu > li > a {
	font-size: 1rem;
	line-height: 1.5;
	border-color: #dee2e6;
}

#primary-nav .primary-menu > li:hover > a,
#primary-nav .primary-menu > li.hover > a,
#primary-nav .primary-menu > li.current-menu-item > a {
	color: #0c4f84;
	font-weight: 800;
}

.mobile-social-link {
	border-top: 1px solid #d5d5d5;
	padding-block: .625rem;
}

.mobile-social-link a {
	color: #0c4f84;
}

.ajax-srch-inner {
	border: 1px solid #0c4f84;
	padding-inline: .625rem;
	border-radius: .375rem;
}

.ajax-srch-inner .input-group {
	border: none;
	padding-block: .28125rem;
}

.ajax-srch-inner .input-group-append {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ajax-srch-inner .input-group-append .ajax-srch-inner-btn {
	font-size: .75rem;
}

.ajax-srch-inner .input-group-append .ajax-srch-inner-btn .icon-long-arrow-left:before {
	font-weight: 800;
}

.ajax-srch-inner .form-control::-webkit-input-placeholder {
	color: #000;
}

.ajax-srch-inner .form-control:-ms-input-placeholder {
	color: #000;
}

.ajax-srch-inner .form-control::placeholder {
	color: #000;
}

.ajax-srch-inner .icon-search {
	margin-bottom: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ajax-sugg-res-inner .search-topics-col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary {
	min-width: 10.1875rem;
}

.ajax-sugg-res-inner .search-topics-col p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary {
	font-size: 1rem;
	padding-block: .5625rem;
}

.ajax-sugg-res-inner .search-topics-title {
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.hero-banner,
.home-layout-three,
.h1-layout,
.home-blogs-section,
.related-blog-section,
.home-layout-four,
.home-layout-five,
.home-layout-six,
.logos-layout-section,
.story-layout-section,
.matat-instagram-section,
.best-selling-section,
.bottom-benefit-section.home_layout,
.bottom-benefit-section.benefit-layout-two,
.home-layout-two,
.collection-banner,
.home-reviews-section {
	margin-bottom: 2.5rem;
}

.hero-banner .banner-title {
	font-size: 1.875rem;
	line-height: 1.5;
	font-weight: 800;
	margin-bottom: .9375rem;
}

.hero-banner .sub-heading {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5;
}

.hero-banner .bg-image {
	overflow: hidden;
	border-radius: 0 0 15px 15px;
}

.hero-banner .bg-image:before {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .345) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, .345) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-banner .btn {
	width: 10.1875rem;
}

.collection-banner {
	position: relative;
}

.collection-banner:before {
	content: "";
	position: absolute;
	inset: 8.9375rem 0 0;
	background: #f4faff;
	z-index: -1;
	border-radius: .9375rem;
}

.collection-banner .img-wrap {
	overflow: hidden;
	box-shadow: 0 .25rem 1.25rem rgba(12, 79, 132, .35);
	border-radius: .9375rem;
}

.collection-banner .collection-content {
	font-size: 1rem;
	line-height: 1.5;
}

.collection-banner .collection-content .collection-inner {
	max-width: none;
}

.collection-banner .collection-content .section-title {
	margin-bottom: 1rem;
}

.collection-banner .collection-content .text {
	padding-bottom: 0;
	overflow: hidden;
}

.collection-banner .collection-content .text p {
	margin: 0;
}

.collection-banner .collection-content .read-more {
	color: #0c4f84;
	font-weight: 600;
	gap: 10px;
	margin-top: .9375rem;
}

.collection-banner .collection-content .read-more svg {
	width: .75rem;
	height: auto;
}

.col-item:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-title {
	color: #0c4f84;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1.5;
}

.home-layout-three-wrap .section-title {
	margin-bottom: 1rem;
}

.home-layout-three .col-item {
	text-align: center;
	background: #fff;
	box-shadow: 0 .3125rem 1.875rem rgba(0, 67, 101, .1);
	border-radius: 1.625rem;
	padding: 1.875rem 1rem;
}

.home-layout-three .img-wrap {
	margin-inline: auto;
	width: 3.125rem;
}

.home-layout-three .box-title {
	color: #0c4f84;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-block: .9375rem .8125rem;
}

.home-layout-three .three-col-link {
	font-weight: 600;
	color: #0c4f84;
	gap: 10px;
	margin-top: 16px;
}

.home-layout-three .three-col-link svg {
	width: .75rem;
	height: auto;
}

.home-only-content-section {
	padding-bottom: 1rem;
}

.home-only-content-section .container {
	max-width: 780px;
}

.home-only-content-section .section-title {
	margin-bottom: .375rem;
}

.home-only-content-section .content-subheading {
	color: rgba(12, 79, 132, .2);
	font-size: 1.625rem;
	line-height: 1.5;
	font-weight: 800;
	-webkit-margin-after: .96875rem;
	margin-block-end: .96875rem;
}

.home-only-content-section p {
	margin-bottom: 1.5rem;
}

.home-blogs-section .section-title,
.related-blog-section .section-title {
	margin-bottom: .75rem;
}

.section-blogs-slider:not(.slick-initialized) .slide .blog-item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-blogs-slider:not(.slick-initialized) .slide .blog-item .blog-detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-blogs-slider .slide .blog-item {
	margin-inline: .625rem;
}

.blog-item {
	box-shadow: 0 5px 30px rgba(0, 67, 101, .1);
	border-radius: .9375rem;
	padding: .9375rem;
}

.blog-item .img-wrap img {
	border-radius: .9375rem;
	aspect-ratio: 2.31 / 2;
	object-fit: cover;
}

.blog-item .blog-detail {
	position: relative;
	-webkit-padding-end: 1.9375rem;
	padding-inline-end: 1.9375rem;
	padding-top: 1.0625rem;
}

.blog-item .blog-item-tags .tag_item {
	font-size: .875rem;
	line-height: 1.125rem;
	padding: .375rem .75rem;
	border-radius: .625rem;
	-webkit-margin-end: .5625rem;
	margin-inline-end: .5625rem;
	background: rgba(206, 220, 230, .8);
	color: #0c4f84;
}

.blog-item .blog-item-excerpt {
	-webkit-line-clamp: 4;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

.blog-item .blog-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-margin-after: .375rem;
	margin-block-end: .375rem;
}

.home .blog-item .blog-title {
	font-weight: 700;
}

.blog-item .blog-title a {
	color: #0c4f84;
}

.blog-item .link_read_more {
	background: #f45c2c;
	color: #fff;
	border-radius: 50%;
	width: 1.875rem;
	height: 1.875rem;
	position: absolute;
	bottom: 0;
	inset-inline-end: 0;
}

.blog-item .link_read_more .icon-long-arrow-left {
	margin: 0;
}

.custom-contact-page .form-group,
.footer-contact .form-group {
	margin-bottom: .8125rem;
}

.custom-contact-page label,
.footer-contact label {
	font-size: 1rem;
	line-height: 1.5;
}

.custom-contact-page textarea.form-control,
.footer-contact textarea.form-control {
	height: 8.25rem;
}

.custom-contact-page .checkbox-wrap,
.footer-contact .checkbox-wrap {
	padding-block: .125rem 1.5625rem;
}

.page-template-page-contact .custom-contact-page .checkbox-wrap,
.page-template-page-contact
  .footer-contact .checkbox-wrap {
	display: none;
}

.custom-contact-page .wpcf7-checkbox,
.footer-contact .wpcf7-checkbox {
	line-height: 1;
}

.custom-contact-page .wpcf7-checkbox input[type="checkbox"],
.footer-contact .wpcf7-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	margin: .125rem 0;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: .3125rem;
	border: 1px solid #ddd;
}

.custom-contact-page .wpcf7-checkbox input[type="checkbox"]:checked,
.footer-contact .wpcf7-checkbox input[type="checkbox"]:checked {
	border-color: #0c4f84;
}

.custom-contact-page .wpcf7-checkbox label,
.footer-contact .wpcf7-checkbox label {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3125;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .3125rem;
}

.custom-contact-page button[type="submit"].btn-primary,
.footer-contact button[type="submit"].btn-primary {
	width: 10.1875rem;
	margin-inline: auto;
	display: block;
}

.custom-contact-page .bottom-contact,
.footer-contact .bottom-contact {
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 1.5rem;
	-webkit-column-gap: 2.25rem;
	column-gap: 2.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-contact-page .bottom-contact a,
.footer-contact .bottom-contact a {
	color: #0c4f84;
	gap: .75rem;
}

.custom-contact-page .bottom-contact a .ico-wrap,
.footer-contact .bottom-contact a .ico-wrap {
	width: 2rem;
	height: 2rem;
	background: #cedce6;
}

.custom-contact-page .bottom-contact a .ico-wrap svg,
.footer-contact .bottom-contact a .ico-wrap svg {
	max-width: 13px;
}

.footer-contact {
	padding-bottom: 2.5rem;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 1032 606\"><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m612.552 180.827 11.667-7.547 28.14-18.533 24.712-7.548h26.767l77.56-25.399 45.987-22.647 21.274-26.086h14.414l32.259-10.294 42.554-32.26 10.986 2.747 17.154-13.04h13.046l12.353-3.433V9.239l8.234 3.428L1018.19 1h12.36L1023 16.1l2.06 5.493-9.61 11.667-12.36-.687-19.217 11.667-15.1 5.493-10.294 7.553-5.493 16.468-26.08 12.359-24.708 24.02-15.1 9.607-38.439 15.787-27.11 19.906-14.757 19.906-6.179 17.847-10.981 3.428h-26.767l-19.219 11.672-19.22 32.254 4.806 45.987 46.673 50.106 21.967 29.514 5.487 24.02 4.12 3.433-4.807 2.747-9.607-6.861-24.02-9.612h-17.847l-24.712 6.866.686 4.8-14.413-5.487-7.547-10.299-5.493-13.04-8.234 2.746-17.16-17.846-22.653-4.115-33.627-4.806-5.493-17.16-10.294-4.806v-9.607l-18.533 3.433-7.553-5.493-7.547-3.433 7.547-4.801-1.373-20.593-6.174-15.1 4.801-7.547-4.801-19.906v-20.593l12.354-2.747 11.667-6.174 15.1-10.299 4.806 9.613 2.746-11.667 4.801-1.374-7.547-9.612Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M612.552 180.827h-19.219l-20.588 4.806-34.32 6.18h-28.826l-50.793-5.493h-25.394l-18.533-5.493-8.921 5.493-33.633-11.667-6.179 8.577-28.827-8.577h-17.846l-11.667-15.1h-19.22v21.96l4.806 1.374 6.18 29.513-6.18 11.667 19.22 8.239h17.16l10.98-8.239 8.234 12.359h13.04l16.473-2.746 3.433 7.547h8.926l10.981-12.354 4.806 5.493 18.528 12.354 10.299-7.553 4.801-6.861 6.866 7.548h17.846l6.861 6.866 9.612-6.18 8.921 3.433h14.413v-6.86l10.981 1.373 4.806-14.419 10.98-5.487 15.787 4.119 21.279-3.433v-6.179l12.354-2.747 11.667-6.174 15.1-10.299 4.806 9.613 2.747-11.667 4.801-1.374-7.548-9.612Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m293.393 224.068-4.806 29.856-10.122 27.803-23.163 9.264-10.299 2.574-25.222-12.868-30.886-11.839-25.738-2.575-9.784 2.06-4.114 6.689-11.329 1.03-4.629 3.605v8.234l18.012 5.664 10.3 25.737-4.635 11.324h-7.719l2.054 10.299 11.33 11.324h7.719l10.293 22.647 1.03 31.917-8.234 6.694 2.06 5.665h14.413l2.06 5.144h26.767l4.635-18.533 13.898-6.689 4.115-5.15 12.874 2.403 11.838 7.896 13.384-3.604 13.898 2.059 5.15-9.269 10.293-.515 15.444 1.03 20.078 24.713 14.413 5.659h11.324l11.838 4.634 15.959-7.724v-4.629l16.988 7.204 10.809-4.114 8.754 6.689 8.234-6.689 13.898-4.635 10.814-12.354 10.294 3.085 12.354-6.689 7.209 6.689 6.689-6.174-4.12-14.414 9.27-.515 9.778 5.144 6.18-4.114 16.473 3.605v-10.814l5.144-1.545v-11.839l-3.599-13.383-14.419-8.234 12.359-9.269 5.659-17.503 6.18-4.115 6.689 5.144 9.097 4.635 13.556-1.03 1.544-10.808-7.552-5.493-7.548-3.433 7.548-4.801-1.373-20.593-6.175-15.1 4.801-7.548-4.801-19.906v-14.413l-21.279 3.433-15.787-4.12-10.98 5.488-4.806 14.418-10.981-1.373v6.861H490.38l-8.921-3.433-9.612 6.179-6.861-6.866H447.14l-6.866-7.547-4.801 6.861-10.299 7.552-18.528-12.353-4.806-5.493-10.981 12.354h-8.926l-3.433-7.548-16.473 2.747h-13.04l-8.234-12.359-10.98 8.239h-17.16l-19.22-8.239Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M381.934 428.95v8.234l8.754 10.299h10.294l19.563 9.778 25.737 30.887-5.665 16.988 5.665 19.048 8.062-6.179 16.13 3.09 8.754-7.725 9.779-1.545 13.383-6.174h8.24l7.719-10.808 30.886-7.725 19.392-15.958 22.304-5.665 18.018-25.222 2.575-32.946 8.577-21.618 39.297-4.634 35.001 5.664 10.299 14.929 10.294-2.06 12.182-8.068-14.413-5.487-7.548-10.299-5.493-13.041-8.234 2.747-17.159-17.847-22.653-4.114-33.628-4.806-5.493-17.16-10.293-4.806v-9.607l-18.533 3.433-1.545 10.808-13.555 1.03-9.098-4.634-6.689-5.145-6.18 4.115-5.659 17.503-12.359 9.269 14.419 8.234 3.599 13.384v11.838l-5.144 1.545v10.814l-16.473-3.605-6.179 4.115-9.779-5.145-9.269.515 4.119 14.414-6.689 6.174-7.209-6.689-12.354 6.689-10.294-3.084-10.814 12.353-13.898 4.635-8.234 6.689-8.754-6.689-10.809 4.114-16.988-7.204v4.629l-15.958 7.725Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m218.752 424.315 10.294 7.725v8.749l-5.144 3.089h-7.725v10.809l-9.779 12.354-12.868 10.299 2.569 8.749 4.12 6.179-3.09 4.629-7.204 4.635v4.634l-10.294 4.635-5.664 7.204-3.09 6.18-9.264 2.569v5.15l3.605 4.634-3.605 12.354 21.618 8.749 12.101 5.149 5.402-6.179 8.239 2.06 7.204-2.06 4.635-4.115 21.617-2.574 13.389-2.06 15.953-.515 6.694 11.839 10.123 7.209 10.47 26.252-4.634 8.239h12.353l15.444-3.605L337.149 605l5.15-6.689-13.899-11.844-.515-21.617 14.414-20.078 33.976-15.958 23.677-4.629 16.473 5.144 29.857-5.144-5.664-19.048 5.664-16.989-25.737-30.886-19.563-9.779h-10.294l-8.754-10.299v-8.234l-11.839-4.635h-11.323l-14.414-5.659-20.078-24.712-25.737-.515-5.149 9.269-13.899-2.06-13.383 3.605-11.839-7.896-12.874-2.403-4.114 5.149-13.898 6.689-4.635 18.533Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".8\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m133.301 279.666-6.18-5.15-5.149 11.324-10.294 7.209-6.689 19.563-15.443 21.618-22.653 12.353H45.27l-19.558-14.928-9.784-7.891-8.749-10.637L1 321.361v19.563l5.664 15.444 13.384 13.898-1.03 19.558-4.12 3.604.515 6.18 4.12-3.262 6.694 19.306-5.15 5.573 9.78 24.198 19.048 5.659 2.575 13.389 8.748 30.371-3.084 6.689h9.006l4.377 10.809h8.234l17.504 15.444h10.293l16.474 5.664 23.682 6.695 13.899 8.748 3.604-12.353-3.604-4.635v-5.149l9.263-2.57 3.09-6.179 5.665-7.204 10.293-4.635v-4.635l7.205-4.634 3.089-4.629-4.119-6.18-2.57-8.749 12.869-10.299 9.779-12.353v-10.809h7.724l5.144-3.09v-8.749l-10.294-7.724H191.984l-2.06-5.144h-14.413l-2.06-5.665 8.234-6.694-1.03-31.917-10.293-22.647h-7.719l-11.329-11.324-2.055-10.299h7.719l4.635-11.324-10.299-25.737-18.013-5.664v-8.234Z\"/></svg>") 50% 40%/125% auto no-repeat;
}

.footer-contact .section-title {
	-webkit-margin-after: 1.125rem;
	margin-block-end: 1.125rem;
}

.single-post .inner-banner,
.page_wrapper_banner .inner-banner {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 .9375rem .9375rem;
}

.single-post .inner-banner:before,
.page_wrapper_banner .inner-banner:before {
	position: absolute;
	content: "";
	inset: 0;
}

.single-post .inner-banner img,
.page_wrapper_banner .inner-banner img {
	width: 100%;
	object-fit: cover;
}

.single-post .related-blog-section .section-title,
.page_wrapper_banner .related-blog-section .section-title {
	font-weight: 800;
}

.related-blog-section .blog-item .blog-detail {
	padding-top: 1.0625rem;
}

.page_wrapper_article .page-header-article .post-cat .post-cat-title {
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.page_wrapper_article .page-header-article .post-cat a {
	font-size: .875rem;
	line-height: 1.125rem;
	padding: .375rem .75rem;
	border-radius: .625rem;
	-webkit-margin-end: .5625rem;
	margin-inline-end: .5625rem;
	background: rgba(206, 220, 230, .8);
	color: #0c4f84;
	border: none;
}

.page_wrapper_article .single-article-container #content > p:first-child > strong:only-child {
	font-size: 1rem;
}

.page_wrapper_article .single-article-container a {
	color: #000;
	text-decoration: underline;
}

.page_wrapper_article .single-article-container a:hover {
	text-decoration: none;
	color: black;
}

.page_wrapper_article .single-article-container h1,
.page_wrapper_article .single-article-container h2,
.page_wrapper_article .single-article-container h3,
.page_wrapper_article .single-article-container h4,
.page_wrapper_article .single-article-container h5,
.page_wrapper_article .single-article-container h6 {
	font-weight: 800;
	color: #0c4f84;
}

.page_wrapper_article .single-article-container ul {
	margin-right: .9375rem;
}

.page_wrapper_article .single-article-container ul li {
	margin-bottom: 0;
}

.page_wrapper_article .single-article-container .article-subtitle {
	display: inline-block;
	text-decoration: underline;
}

.page_wrapper_article .single-article-container p:empty {
	display: none;
}

.page_wrapper_article .page-header-article .page-title {
	font-weight: 800;
	color: #0c4f84;
}

.page_wrapper_article .text-blue {
	color: #0c4f84;
}

.article-related-wrapper {
	border: none;
}

.page-template-page-contact .woocommerce-breadcrumb {
	display: none;
}

.custom-contact-page {
	padding: 1.5rem 0 2.5rem;
}

.custom-contact-page .container {
	max-width: 100%;
}

.custom-contact-page h1 {
	text-align: center;
	font-weight: 800;
	color: #0c4f84;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-margin-after: 1.25rem;
	margin-block-end: 1.25rem;
}

.custom-contact-page .custom-contact-form-holder {
	padding-bottom: 2.5rem;
}

.custom-contact-page .custom-contact-form-holder .submit-btn-wrap {
	-webkit-padding-before: .6875rem;
	padding-block-start: .6875rem;
}

.custom-contact-page .custom-contact-image {
	margin-inline: -.9375rem;
}

.custom-contact-page .custom-contact-image img {
	width: 100%;
}

.home-blogs-section .blogs-container h1.section-title {
	font-weight: 800;
	line-height: 1.5;
}

.blogs-container .archive-blogs-holder .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blogs-container .blog-nav .category-menu > li.active > .blog-tag-item {
	background: #0c4f84;
	color: #fff;
}

.blogs-container .blog-nav .category-menu > li .blog-tag-item {
	background: #cedce6;
	border-radius: .625rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #0c4f84;
	padding: .28125rem 1.25rem;
	border: none;
}

.blogs-container .blog-nav .category-menu > li .blog-tag-item:hover {
	background-color: #0c4f84;
	border-color: #0c4f84;
}

.blogs-container .blog-nav .category-menu > li .vibez_tags_list_item input[type="checkbox"]:checked ~ .blog-tag-item {
	background-color: #0c4f84;
}

.sticky-contact-popup {
	top: 8.5rem;
	right: 0;
	z-index: 500;
}

.header_search_active .sticky-contact-popup,
.nav-active .sticky-contact-popup {
	z-index: 9;
}

.sticky-contact-popup .sticky-contact-opener {
	width: 10.1875rem;
	position: absolute;
	top: 0;
	inset-inline-start: 100%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: 2.8125rem;
	-webkit-transform-origin: calc(100% - 1.40625rem) 50%;
	-ms-transform-origin: calc(100% - 1.40625rem) 50%;
	transform-origin: calc(100% - 1.40625rem) 50%;
	border-radius: .75rem .75rem 0 0;
}

.sticky-contact-popup .sticky-contact-form-wrap {
	background: #fff;
	border-bottom-left-radius: .9375rem;
	width: 20.75rem;
	padding: 1.875rem 1.25rem;
	-webkit-margin-start: -20.75rem;
	margin-inline-start: -20.75rem;
	-webkit-transition: .5s ease margin;
	transition: .5s ease margin;
}

.sticky_contact_active .sticky-contact-popup .sticky-contact-form-wrap {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}

.sticky-contact-popup .sticky-contact-close {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: none;
	top: .75rem;
	inset-inline-end: .75rem;
	font-size: 1.125rem;
	line-height: 1;
}

.sticky-contact-popup .sticky-contact-title {
	color: #0c4f84;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-margin-after: 1.3125rem;
	margin-block-end: 1.3125rem;
}

.sticky-contact-popup .form-group {
	margin-bottom: .8125rem;
}

.sticky-contact-popup label {
	font-size: 1rem;
	line-height: 1.5;
}

.sticky-contact-popup .quick-submit-wrap {
	text-align: center;
	padding-top: .6875rem;
}

.sticky-contact-popup .btn[type="submit"] {
	height: 2.8125rem;
	width: 163px;
}

.sticky_contact_active .backdrop-overlay {
	opacity: 1;
	visibility: visible;
	z-index: 200;
}

.services-page-container {
	padding-top: 1.5rem;
}

.services-page-container h1 {
	text-align: center;
	font-weight: 800;
	color: #0c4f84;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-margin-after: 1.5rem;
	margin-block-end: 1.5rem;
}

.service-item {
	padding-inline: 1rem;
	margin-bottom: 2.5rem;
}

.service-item::before {
	content: "";
	position: absolute;
	background: #f4faff;
	inset: 0 0 5.9375rem;
	border-radius: 0 0 .9375rem .9375rem;
}

.service-item .service-text-box,
.service-item .service-info-box {
	z-index: 2;
}

.service-item .service-heading {
	gap: .625rem;
	margin-bottom: 16px;
}

.service-item .service-heading img {
	width: 3.125rem;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.service-item .service-heading h2 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #0c4f84;
	font-weight: 700;
}

.service-item .service-text-box {
	padding: 1.875rem 1rem;
	text-align: center;
}

.service-item .service-text-box p {
	margin: 0;
}

.service-info-box {
	background: #fff;
	box-shadow: 0 .25rem 1.25rem rgba(12, 79, 132, .1);
	border-radius: .9375rem;
	color: #0c4f84;
	gap: .75rem;
	padding: 1.875rem 1.25rem;
}

.service-info-box .service-price-title,
.service-info-box .service-price {
	font-size: 1.25rem;
	color: #0c4f84;
}

.service-info-box .service-price {
	font-weight: 700;
}

.service-info-box p {
	margin: 0;
}

.service-info-box .btn {
	width: 10.1875rem;
	margin-top: .75rem;
}

.teams-page-container {
	padding-top: .625rem;
}

.teams-page-container h1 {
	text-align: center;
	font-weight: 800;
	color: #0c4f84;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-margin-after: 1.5rem;
	margin-block-end: 1.5rem;
}

.team-item {
	padding-inline: 1rem;
	margin-bottom: 2.5rem;
}

.team-item::before {
	content: "";
	position: absolute;
	background: #f4faff;
	inset: 5.9375rem 0 0;
	border-radius: 0 0 .9375rem .9375rem;
}

.team-item .team-text-box,
.team-item .team-img {
	z-index: 2;
}

.team-item .team-heading {
	margin-bottom: .6875rem;
}

.team-item .team-heading h2 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #0c4f84;
	font-weight: 800;
}

.team-item .team-text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.25rem 1rem;
	text-align: center;
}

.team-item .team-text-box p {
	margin: 0;
}

.team-item .team-img {
	max-width: 9rem;
}

.team-item .team-contact-link {
	margin-top: 1.25rem;
}

.team-item .team-contact-link .team-contact-icon {
	line-height: 1;
}

.team-item .team-contact-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-item .team-contact-link ul li {
	direction: ltr;
}

.team-item .team-contact-link ul li a {
	position: relative;
	color: #0c4f84;
	text-decoration: underline;
	font-size: 1rem;
	margin-inline: 1.0625rem;
}

.team-item .team-contact-link ul li a:hover {
	text-decoration: none;
}

.team-item .team-contact-link ul li a:before {
	position: absolute;
	content: "";
	left: -1rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #0c4f84;
}

.team-item .team-contact-link ul li:last-child a:before {
	display: none;
}

.team-img {
	background: #c4c4c4;
	box-shadow: 0 .25rem 1.25rem rgba(12, 79, 132, .1);
	border-radius: .9375rem;
	overflow: hidden;
}

.team-img .team-price-title,
.team-img .team-price {
	font-size: 1.25rem;
	color: #0c4f84;
}

.team-img .team-price {
	font-weight: 700;
}

.team-img p {
	margin: 0;
}

.team-img .btn {
	width: 10.1875rem;
	margin-top: .75rem;
}

.order-cancel-form .input-field-item .form-control {
	border-radius: 0;
}

#footer {
	color: #000;
	box-shadow: 0 4px 20px rgba(12, 79, 132, .1);
	background: none;
	position: relative;
}

#footer:before {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 603 354\"><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m357.995 105.974 6.811-4.405 16.426-10.82 14.426-4.405h15.626l45.276-14.827 26.844-13.22 12.419-15.228h8.414l18.832-6.009 24.841-18.832 6.412 1.604 10.014-7.613h7.616l7.211-2.003V5.81l4.807 2L594.789 1H602l-4.406 8.815 1.203 3.206-5.612 6.81-7.211-.4-11.22 6.81-8.814 3.207-6.009 4.409-3.207 9.613-15.224 7.215-14.423 14.022-8.815 5.608-22.439 9.215-15.826 11.62-8.614 11.621-3.607 10.418-6.41 2.001h-15.625l-11.22 6.814-11.219 18.828 2.805 26.845 27.246 29.25 12.823 17.228 3.203 14.022 2.405 2.004-2.806 1.604-5.608-4.005-14.022-5.612H438.93l-14.426 4.008.401 2.803-8.414-3.203-4.406-6.012-3.206-7.613-4.807 1.604-10.017-10.418-13.223-2.402-19.631-2.806-3.206-10.017-6.009-2.806v-5.608l-10.819 2.004-4.409-3.206-4.405-2.004 4.405-2.803-.801-12.021-3.604-8.815 2.802-4.405-2.802-11.621v-12.021l7.211-1.603 6.811-3.604 8.814-6.012 2.806 5.611 1.603-6.811 2.803-.801-4.406-5.612Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M357.996 105.974h-11.22l-12.018 2.806-20.034 3.607h-16.827l-29.651-3.206h-14.824l-10.818-3.207-5.208 3.207-19.633-6.811-3.607 5.007-16.828-5.007H186.91l-6.811-8.814H168.88v12.819l2.806.802 3.607 17.228-3.607 6.811 11.219 4.81h10.017l6.41-4.81 4.807 7.215h7.612l9.616-1.604 2.004 4.406h5.211l6.409-7.211 2.806 3.206 10.816 7.212 6.012-4.409 2.802-4.005 4.008 4.406h10.418l4.005 4.008 5.612-3.608 5.207 2.004h8.414v-4.005l6.41.802 2.805-8.417 6.41-3.203 9.216 2.405 12.422-2.004v-3.608l7.211-1.603 6.811-3.604 8.814-6.012 2.806 5.611 1.603-6.811 2.803-.801-4.406-5.612Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m171.686 131.216-2.806 17.429-5.909 16.23-13.521 5.407-6.012 1.503-14.723-7.512-18.031-6.91-15.024-1.503-5.711 1.202-2.402 3.905-6.613.601-2.703 2.104v4.807l10.515 3.306 6.013 15.025-2.706 6.61h-4.506l1.2 6.012 6.613 6.61h4.506l6.009 13.221.601 18.631-4.807 3.908 1.203 3.306h8.414l1.202 3.003h15.625l2.706-10.818 8.113-3.905 2.402-3.006 7.515 1.403 6.911 4.609 7.812-2.104 8.114 1.202 3.006-5.411 6.009-.3 9.015.601 11.72 14.426 8.414 3.303h6.61l6.911 2.706 9.316-4.509v-2.703l9.917 4.206 6.31-2.402 5.11 3.905 4.806-3.905 8.114-2.705 6.312-7.212 6.009 1.801 7.212-3.905 4.208 3.905 3.905-3.604-2.405-8.414 5.411-.301 5.709 3.003 3.607-2.402 9.616 2.105v-6.313l3.003-.902v-6.911l-2.101-7.813-8.417-4.806 7.215-5.411 3.303-10.218 3.607-2.401 3.905 3.003 5.311 2.705 7.913-.601.902-6.31-4.409-3.206-4.406-2.004 4.406-2.803-.802-12.021-3.604-8.815 2.802-4.405-2.802-11.621v-8.414l-12.422 2.005-9.216-2.405-6.409 3.203-2.806 8.417-6.41-.802v4.005h-8.414l-5.207-2.004-5.611 3.608-4.005-4.008h-10.418l-4.008-4.406-2.803 4.005-6.012 4.409-10.816-7.212-2.805-3.206-6.41 7.211h-5.211l-2.004-4.406-9.616 1.604h-7.612l-4.807-7.215-6.41 4.81h-10.017l-11.219-4.81Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M223.371 250.817v4.806l5.11 6.013h6.009l11.42 5.708 15.024 18.03-3.306 9.917 3.306 11.119 4.707-3.607 9.416 1.804 5.11-4.509 5.708-.902 7.813-3.604h4.81l4.506-6.31 18.03-4.509 11.32-9.316 13.02-3.306 10.518-14.724 1.503-19.233 5.007-12.619 22.94-2.705 20.432 3.306 6.012 8.715 6.009-1.203 7.111-4.709-8.414-3.203-4.406-6.013-3.206-7.612-4.807 1.603-10.017-10.417-13.223-2.402-19.631-2.806-3.206-10.017-6.009-2.806v-5.608l-10.819 2.004-.902 6.31-7.912.601-5.311-2.705-3.905-3.003-3.607 2.401-3.304 10.218-7.214 5.411 8.417 4.806 2.101 7.813v6.911l-3.003.902v6.312l-9.616-2.104-3.608 2.402-5.708-3.003-5.411.301 2.405 8.413-3.905 3.605-4.208-3.905-7.212 3.905-6.009-1.801-6.313 7.212-8.113 2.705-4.806 3.905-5.111-3.905-6.309 2.402-9.917-4.206v2.703l-9.316 4.509Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m128.114 248.111 6.009 4.509v5.107l-3.003 1.804h-4.509v6.31l-5.709 7.211-7.512 6.012 1.5 5.108 2.405 3.607-1.804 2.702-4.205 2.706v2.705l-6.009 2.705-3.307 4.206-1.803 3.607-5.408 1.5v3.006l2.104 2.706-2.104 7.211 12.619 5.107 7.064 3.006 3.154-3.607 4.809 1.202 4.206-1.202 2.705-2.402 12.619-1.503 7.816-1.202 9.313-.301 3.908 6.911 5.908 4.209 6.113 15.324-2.706 4.81h7.212l9.015-2.104 8.714 4.506 3.006-3.905-8.113-6.914-.301-12.619 8.414-11.721 19.834-9.316 13.822-2.702 9.616 3.003 17.429-3.003-3.307-11.119 3.307-9.917-15.024-18.03-11.42-5.709h-6.009l-5.11-6.012v-4.806l-6.911-2.706h-6.61l-8.414-3.303-11.721-14.426-15.024-.301-3.006 5.411-8.113-1.202-7.813 2.104-6.911-4.61-7.515-1.402-2.402 3.006-8.113 3.904-2.705 10.819Z\"/><path fill=\"%23CEDCE6\" fill-opacity=\".2\" stroke=\"%23fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m78.23 163.672-3.606-3.006-3.006 6.61-6.01 4.209-3.904 11.419-9.015 12.62-13.224 7.211H26.843l-11.417-8.714-5.712-4.607-5.107-6.209L1 188.012v11.42l3.307 9.015 7.812 8.113-.6 11.417-2.406 2.104.3 3.607 2.406-1.904 3.908 11.27-3.007 3.253 5.709 14.126 11.12 3.303 1.502 7.816 5.107 17.73-1.8 3.904h5.257l2.556 6.31h4.806l10.218 9.015h6.009l9.616 3.307 13.825 3.908 8.113 5.107 2.104-7.212-2.104-2.705v-3.006l5.408-1.5 1.803-3.607 3.307-4.206 6.009-2.705v-2.706l4.206-2.705 1.803-2.702-2.405-3.608-1.5-5.107 7.512-6.012 5.709-7.211v-6.31h4.509l3.003-1.804v-5.107l-6.009-4.509h-15.625l-1.203-3.003H102.871l-1.202-3.307 4.806-3.907-.601-18.632-6.009-13.22H95.36l-6.613-6.61-1.2-6.013h4.507l2.705-6.61-6.012-15.024-10.515-3.307v-4.806Z\"/></svg>") 50% 100%/37.75rem 22.125rem no-repeat;
}

#footer .design-dev-info a {
	font-size: .875rem;
	text-transform: uppercase;
}

#footer .design-dev-info a img {
	width: .75rem;
}

.footer-newsletter-box .newsletter-title {
	font-weight: 600;
	line-height: 1.5;
	color: #0c4f84;
	font-size: 1.25rem;
	margin-bottom: 1.1875rem;
}

.footer-newsletter-box .input-row .form-control {
	border: 1px solid #0c4f84;
	height: calc(2.625rem + 2px);
	padding-inline: .875rem;
	color: #000;
	border-radius: .75rem;
}

.footer-newsletter-box .input-row .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.footer-newsletter-box .input-row .form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .5);
}

.footer-newsletter-box .input-row .form-control:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

.footer-newsletter-box .input-row .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.footer-newsletter-box .input-row .form-control.placeholder {
	color: rgba(0, 0, 0, .5);
}

.footer-newsletter-box .input-row .btn-wrap {
	left: .25rem;
}

.footer-newsletter-box .input-row .btn-submit {
	color: #0c4f84;
	height: calc(2.625rem + 2px);
}

.footer-newsletter-box .input-row .btn-submit:before {
	font-weight: 300;
	font-size: .875rem;
}

.footer-newsletter-box .check-wrap {
	font-size: .875rem;
	line-height: 1.5;
	margin-top: .8125rem;
}

.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item {
	padding-right: 1.25rem;
}

.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
	color: #000;
	top: .6875rem;
	right: .125rem !important;
}

.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
	border-color: #ddd;
	width: .9375rem;
	height: .9375rem;
	border-radius: .125rem;
	top: .1875rem;
}

.footer-top {
	padding: 2.5rem .9375rem 2.4375rem;
	background: none;
	position: relative;
	z-index: 2;
}

.footer-top a {
	color: #000;
}

.footer-top a:hover {
	color: #000;
}

.footer-top .footer-about .footer-logo {
	max-width: 13.375rem;
	margin-inline: auto;
}

.footer-top .footer-about .footer-logo img {
	width: 13.375rem;
	margin: 0;
}

.footer-top .footer-title,
.footer-top .widget-title {
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.25rem;
	color: #0c4f84;
	margin-bottom: 1.125rem;
}

.footer-top .about-social-link {
	margin-top: 1.5rem;
}

.footer-top .about-social-link > li {
	margin-inline: .4375rem;
}

.footer-top .about-social-link a {
	color: #0c4f84;
}

.footer-nav ul li,
.footer-contact-info ul li {
	font-size: 1rem;
	line-height: 1.25;
}

.footer-nav ul li {
	margin-bottom: 1rem;
}

.footer-nav ul li:before {
	background: #ddd;
	border-radius: 0;
	width: 1px;
	height: .625rem;
}

.footer-contact-info ul li {
	padding-bottom: .75rem;
}

.footer-contact-info ul li i {
	font-size: inherit;
}

.footer-contact-info ul li i.icon-email {
	font-size: .71875rem;
}

.footer-contact-info ul li i.icon-email:before {
	content: "\e928";
}

.footer-bottom {
	background: none;
	border-top: 1px solid #d5d5d5;
	margin-inline: .9375rem;
	padding-block: .6875rem;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.form-control {
		border-radius: 12px;
		height: 45px;
	}

	.header-holder .btn-search-opener {
		width: 40px;
		height: 40px;
	}

	.ajax-srch-inner {
		border-radius: 12px;
		padding-inline: 20px;
	}

	.ajax-srch-inner .input-group {
		padding-block: 5px;
	}

	.ajax-srch-inner .input-group-append .ajax-srch-inner-btn {
		font-size: 12px;
	}

	.ajax-srch-inner .icon-search {
		top: 54%;
	}

	.header-search {
		border-top: 1px solid rgba(221, 221, 221, .6);
		box-shadow: none;
	}

	.ajax-sugg-res-inner .search-topics-col a.btn-primary {
		min-width: 163px;
	}

	.ajax-sugg-res-inner .search-topics-col p {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.ajax-sugg-res-inner .search-topics-col a.btn-primary {
		font-size: 16px;
		padding-block: 9px;
	}

	.ajax-sugg-res-inner .search-topics-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.hero-banner,
	.home-layout-three,
	.h1-layout,
	.home-blogs-section,
	.related-blog-section,
	.home-layout-four,
	.home-layout-five,
	.home-layout-six,
	.logos-layout-section,
	.story-layout-section,
	.matat-instagram-section,
	.best-selling-section,
	.bottom-benefit-section.home_layout,
	.bottom-benefit-section.benefit-layout-two,
	.home-layout-two,
	.collection-banner,
	.home-reviews-section {
		margin-bottom: 55px;
	}

	.hero-banner .banner-content .container {
		max-width: none;
		padding-inline: 20px;
	}

	.hero-banner .banner-title {
		font-size: 30px;
		margin-bottom: 12px;
	}

	.hero-banner .sub-heading {
		font-size: 28px;
	}

	.hero-banner .bg-image {
		border-radius: 0 0 30px 30px;
	}

	.collection-banner.flex-md-row-reverse:before {
		border-radius: 15px 0 0 15px;
		inset-inline: 0 32.77%;
	}

	.collection-banner:before {
		border-radius: 0 15px 15px 0;
		inset-block-start: 0;
		inset-inline-start: 32.77%;
	}

	.collection-banner .img-wrap {
		-ms-flex-preferred-size: 44.49%;
		flex-basis: 44.49%;
		max-width: 44.49%;
	}

	.collection-banner .collection-content {
		-ms-flex-preferred-size: 55.51%;
		flex-basis: 55.51%;
		max-width: 55.51%;
		text-align: start;
	}

	.collection-banner .collection-content .section-title {
		text-align: start;
		margin-bottom: 15px;
	}

	.section-title {
		font-size: 27px;
	}

	.home-layout-three-wrap .section-title {
		margin-bottom: 24px;
	}

	.home-layout-three:not(.slick-initialized) {
		gap: 12px;
	}

	.home-layout-three .col-item {
		border-radius: 15px;
		padding: 40px 30px;
	}

	.home-layout-three .img-wrap {
		width: 60px;
	}

	.home-layout-three .box-title {
		font-size: 22px;
		margin-block: 15px;
	}

	.home-layout-three .three-col-link {
		margin-top: 20px;
	}

	.home-only-content-section {
		padding-bottom: 43px;
	}

	.home-only-content-section .section-title {
		margin-bottom: 0;
	}

	.home-only-content-section .content-subheading {
		font-size: 30px;
		-webkit-margin-after: 19px;
		margin-block-end: 19px;
	}

	.home-blogs-section .section-title,
	.related-blog-section .section-title {
		margin-bottom: 20px;
	}

	.section-blogs-slider {
		margin-inline: -.625rem;
	}

	.blog-item .img-wrap img {
		aspect-ratio: 1.77;
		border-radius: 16px;
	}

	.blog-item .blog-detail {
		-webkit-padding-end: 55px;
		padding-inline-end: 55px;
		padding-top: 10px;
	}

	.blog-item .blog-item-tags .tag_item {
		border-radius: 10px;
		padding-inline: 20px;
		-webkit-margin-end: 10px;
		margin-inline-end: 10px;
	}

	.blog-item .blog-item-excerpt {
		-webkit-line-clamp: 5;
		-webkit-margin-after: 10px;
		margin-block-end: 10px;
	}

	.blog-item .blog-title {
		-webkit-margin-after: 10px;
		margin-block-end: 10px;
	}

	.blog-item .link_read_more {
		width: 40px;
		height: 40px;
	}

	.custom-contact-page .wpcf7-form .form-row,
	.footer-contact .wpcf7-form .form-row {
		margin-inline: -11px;
	}

	.custom-contact-page .wpcf7-form .form-row > [class*="col-"],
	.footer-contact .wpcf7-form .form-row > [class*="col-"] {
		padding-inline: 11px;
	}

	.custom-contact-page .form-group,
	.footer-contact .form-group {
		margin-bottom: 20px;
	}

	.custom-contact-page textarea.form-control,
	.footer-contact textarea.form-control {
		height: 166px;
	}

	.custom-contact-page .checkbox-wrap,
	.footer-contact .checkbox-wrap {
		padding-block: 0 34px;
	}

	.custom-contact-page .wpcf7-checkbox label,
	.footer-contact .wpcf7-checkbox label {
		gap: 5px;
	}

	.custom-contact-page .bottom-contact,
	.footer-contact .bottom-contact {
		padding-top: 30px;
		-webkit-column-gap: 44px;
		column-gap: 44px;
	}

	.custom-contact-page .bottom-contact a,
	.footer-contact .bottom-contact a {
		gap: 14px;
	}

	.footer-contact {
		background-size: 71.52% auto;
		background-position: 50% 0;
	}

	.footer-contact {
		padding-top: 8px;
		padding-bottom: 55px;
	}

	.footer-contact .section-title {
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}

	.footer-contact .wpcf7-form {
		max-width: 624px;
		margin-inline: auto;
	}

	.single-post .inner-banner,
	.page_wrapper_banner .inner-banner {
		border-radius: 0 0 30px 30px;
	}

	.single-post .related-blog-section .section-blogs-slider .blog-item,
	.page_wrapper_banner .related-blog-section .section-blogs-slider .blog-item {
		margin-inline: 10px;
	}

	.related-blog-section .blog-item .blog-detail {
		padding-top: 10px;
	}

	.page_wrapper_article .single-article-container,
	.page_wrapper_article .page-header-article {
		max-width: 100%;
	}

	.page_wrapper_article .page-header-article .post-cat .post-cat-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.page_wrapper_article .page-header-article .post-cat a {
		padding-inline: 20px;
		-webkit-margin-end: 10px;
		margin-inline-end: 10px;
	}

	.page_wrapper_article .single-article-container {
		padding-bottom: 21px;
	}

	.page_wrapper_article .single-article-container #content > p:first-child > strong:only-child {
		font-size: 18px;
	}

	.page_wrapper_article .single-article-container h1 + ul,
	.page_wrapper_article .single-article-container h2 + ul,
	.page_wrapper_article .single-article-container h3 + ul,
	.page_wrapper_article .single-article-container h4 + ul,
	.page_wrapper_article .single-article-container h5 + ul,
	.page_wrapper_article .single-article-container h6 + ul {
		margin-top: 20px;
	}

	.page_wrapper_article .single-article-container ul {
		margin-right: 9px;
		padding-bottom: 19px;
	}

	.page_wrapper_article .single-article-container img {
		border-radius: 15px;
	}

	.custom-contact-page {
		padding-block: 40px 55px;
	}

	.custom-contact-page h1 {
		font-size: 30px;
		-webkit-margin-after: 25px;
		margin-block-end: 25px;
	}

	.custom-contact-page .custom-contact-form-holder {
		padding-bottom: 55px;
	}

	.custom-contact-page .custom-contact-form-holder .submit-btn-wrap {
		-webkit-padding-before: 20px;
		padding-block-start: 20px;
	}

	body:not(.home) #main .home-blogs-section {
		padding-top: 39px;
	}

	.blogs-container .archive-blogs-holder {
		margin-inline: -10px;
	}

	.blogs-container .archive-blogs-holder .slide {
		padding-inline: 10px;
	}

	.blogs-container .blog-nav .category-menu > li .blog-tag-item {
		font-size: 16px;
	}

	.sticky-contact-popup {
		top: 175px;
	}

	.sticky-contact-popup .sticky-contact-form-wrap {
		width: 646px;
		padding: 40px 50px;
		-webkit-margin-start: -646px;
		margin-inline-start: -646px;
	}

	.sticky-contact-popup .sticky-contact-close {
		top: 1.25rem;
		inset-inline-end: 1.25rem;
	}

	.sticky-contact-popup .sticky-contact-title {
		font-size: 30px;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}

	.sticky-contact-popup .form-row {
		margin-inline: -13px;
	}

	.sticky-contact-popup .form-row > [class*="col-"] {
		padding-inline: 13px;
	}

	.sticky-contact-popup .form-group {
		margin-bottom: 18px;
	}

	.sticky-contact-popup .quick-submit-wrap {
		padding-top: 22px;
	}

	.services-page-container {
		padding-top: 40px;
	}

	.services-page-container h1 {
		font-size: 30px;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}

	.service-item {
		padding-inline: 20px;
		margin-inline: 20px;
		margin-bottom: 50px;
	}

	.service-item .service-heading {
		gap: 15px;
		margin-bottom: 20px;
	}

	.service-item .service-heading img {
		width: 60px;
	}

	.service-item .service-heading h2 {
		font-size: 30px;
	}

	.service-item .service-text-box p + p {
		padding-top: 20px;
	}

	.service-info-box {
		gap: 16px;
		padding-block: 40px;
	}

	.service-info-box .service-price-title,
	.service-info-box .service-price {
		font-size: 24px;
	}

	.service-info-box .btn {
		margin-top: 8px;
	}

	.teams-page-container {
		padding-block: 40px 12px;
	}

	.teams-page-container h1 {
		font-size: 30px;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}

	.team-item {
		padding-inline: 20px;
		margin-inline: 20px;
		margin-bottom: 50px;
	}

	.team-item .team-heading h2 {
		font-size: 30px;
	}

	.team-item .team-text-box p + p {
		padding-top: 20px;
	}

	.team-item .team-contact-link {
		margin-top: 20px;
	}

	.team-item .team-contact-link ul li a {
		font-size: 18px;
		margin-inline: 17px;
	}

	.team-item .team-contact-link ul li a:before {
		left: -16px;
	}

	.team-img {
		border-radius: 15px;
	}

	.team-img .team-price-title,
	.team-img .team-price {
		font-size: 24px;
	}

	.team-img .btn {
		margin-top: 8px;
	}

	#footer:before {
		background-size: 601px 353px;
		background-position: 0 100%;
		inset: 0;
	}

	.footer-newsletter-box .newsletter-title {
		margin: 0 0 18px;
	}

	.footer-newsletter-box .input-row .form-control {
		border-radius: 12px;
		height: 45px;
	}

	.footer-newsletter-box .input-row .btn-submit {
		height: 45px;
		padding: 11px;
	}

	.footer-newsletter-box .check-wrap {
		margin-top: 13px;
	}

	.footer-top {
		padding-inline: 20px;
		background-size: calc(min(51.8%, 746px));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-block: 38px 2px;
	}

	.footer-top .footer-about {
		-ms-flex-preferred-size: 214px;
		flex-basis: 214px;
		max-width: 214px;
		padding-inline: 0;
		margin-inline: 0;
		padding-bottom: 35px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.footer-top .footer-about .footer-logo {
		max-width: none;
	}

	.footer-top .footer-nav,
	.footer-top .footer-contact-info {
		padding-inline: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: none;
		margin-inline: 0;
	}

	.footer-top .footer-title,
	.footer-top .widget-title {
		-webkit-padding-before: 0;
		padding-block-start: 0;
	}

	.footer-top .about-social-link {
		margin-top: 20px;
	}

	.footer-top .about-social-link > li {
		margin-inline: 7px;
	}

	.footer-nav ul li {
		margin-bottom: 11px;
	}

	.footer-contact-info ul li {
		padding-bottom: 11px;
	}

	.footer-bottom {
		margin-inline: 20px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 18px;
	}

	button.btn,
	a.btn,
	input.btn {
		line-height: 1.5625;
		padding-block: 9px;
	}

	.logo {
		width: 125px;
	}

	#primary-nav {
		-ms-flex-preferred-size: calc(100% - 250px);
		flex-basis: calc(100% - 250px);
		max-width: calc(100% - 250px);
	}

	.rtl #primary-nav {
		margin-inline: 0 auto;
	}

	#primary-nav .primary-menu > li > a {
		color: #0c4f84;
		font-weight: 500;
	}

	#primary-nav .primary-menu > li > a:after {
		display: none;
	}

	.search-suggest-inner-wrap .ajax-search-suggest-wrap {
		width: 35%;
	}

	.search-suggest-inner-wrap .ajax-suggest-res-wrap {
		width: 65%;
	}

	.rtl .search-suggest-inner-wrap .ajax-suggest-res-wrap {
		padding-right: 60px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 45px;
	}

	.hero-banner .banner-text {
		text-align: start;
		padding-block: 0;
	}

	.hero-banner .banner-title {
		font-size: 40px;
	}

	.hero-banner .sub-heading {
		font-size: 35px;
	}

	.collection-banner.flex-md-row-reverse .collection-content {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.collection-banner.flex-md-row-reverse .collection-content .section-title {
		margin-bottom: 17px;
	}

	.collection-banner .collection-content {
		font-size: 18px;
		padding: 30px;
	}

	.collection-banner .collection-content .section-title {
		margin-bottom: 20px;
	}

	.collection-banner .collection-content .read-more {
		margin-top: 16px;
	}

	.section-title {
		font-size: 30px;
	}

	.home-layout-three-wrap .section-title {
		margin-bottom: 30px;
	}

	.home-layout-three:not(.slick-initialized) {
		gap: 20px;
	}

	.home-layout-three .box-title {
		font-size: 24px;
	}

	.home-only-content-section .content-subheading {
		font-size: 35px;
	}

	.home-only-content-section p {
		margin-bottom: 27px;
	}

	.blog-item .blog-detail {
		padding-top: 15px;
	}

	.custom-contact-page label,
	.footer-contact label {
		font-size: 18px;
	}

	.custom-contact-page .bottom-contact,
	.footer-contact .bottom-contact {
		font-size: 18px;
		padding-top: 42px;
	}

	.footer-contact {
		padding-bottom: 70px;
	}

	.single-post .related-blog-section .section-blogs-slider .slide,
	.page_wrapper_banner .related-blog-section .section-blogs-slider .slide {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.related-blog-section .blog-item .blog-detail {
		padding-top: 15px;
	}

	.custom-contact-page .custom-contact-form-holder {
		-ms-flex-preferred-size: 56.7%;
		flex-basis: 56.7%;
		max-width: 56.7%;
		padding-right: 40px;
		padding-bottom: 0;
	}

	.custom-contact-page .custom-contact-image {
		margin: 0;
		-ms-flex-preferred-size: 43.3%;
		flex-basis: 43.3%;
		max-width: 43.3%;
	}

	.custom-contact-page .custom-contact-image img {
		border-radius: 15px;
	}

	.blogs-container .blog-nav .category-menu > li .blog-tag-item {
		font-size: 18px;
	}

	.sticky-contact-popup .sticky-contact-title {
		font-size: 36px;
	}

	.sticky-contact-popup label {
		font-size: 18px;
	}

	.service-item {
		margin-inline: 45px;
		padding-inline: 0;
		margin-bottom: 60px;
		min-height: 500px;
	}

	.service-item::before {
		border-radius: 15px;
		box-shadow: 0 4px 20px rgba(12, 79, 132, .1);
		inset-inline-end: 15.92%;
		inset-block-end: 0;
	}

	.service-item .service-heading {
		gap: 20px;
		margin-bottom: 25px;
	}

	.service-item .service-text-box {
		-ms-flex-preferred-size: 66.23%;
		flex-basis: 66.23%;
		max-width: 66.23%;
		padding: 25px;
		text-align: start;
	}

	.service-item .service-info-box {
		-ms-flex-preferred-size: 33.77%;
		flex-basis: 33.77%;
		max-width: 33.77%;
	}

	.service-info-box {
		padding-block: 50px;
	}

	.teams-page-container {
		max-width: 1440px;
		margin-inline: auto;
	}

	.team-item {
		margin-inline: 45px;
		padding-inline: 0;
		margin-bottom: 60px;
		min-height: 380px;
	}

	.team-item::before {
		border-radius: 15px;
		box-shadow: 0 4px 20px rgba(12, 79, 132, .1);
		inset-inline-end: 5.92%;
		inset-block: 0;
	}

	.team-item:nth-of-type(even)::before {
		inset-inline: 5.92% 0;
	}

	.team-item .team-heading {
		margin-bottom: 20px;
	}

	.team-item .team-text-box {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
		-ms-flex-preferred-size: 84%;
		flex-basis: 84%;
		max-width: 84%;
		padding: 25px 25px 25px 40px;
		text-align: start;
	}

	.team-item .team-img {
		-ms-flex-preferred-size: 16%;
		flex-basis: 16%;
		max-width: 16%;
	}

	.footer-top {
		padding-inline: 45px;
	}

	.footer-top .footer-about {
		-webkit-margin-start: -15px;
		margin-inline-start: -15px;
	}

	.footer-top .newsletter-col {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
		max-width: 300px;
		padding-inline: 0;
		margin-inline: 0;
	}

	.footer-top .footer-title,
	.footer-top .widget-title {
		margin-bottom: 18px;
	}

	.footer-bottom {
		margin-inline: 45px;
	}
}

@media (min-width: 1200px) {
	#primary-nav .primary-menu > li > a {
		font-size: 18px;
	}

	.hero-banner,
	.home-layout-three,
	.h1-layout,
	.home-blogs-section,
	.related-blog-section,
	.home-layout-four,
	.home-layout-five,
	.home-layout-six,
	.logos-layout-section,
	.story-layout-section,
	.matat-instagram-section,
	.best-selling-section,
	.bottom-benefit-section.home_layout,
	.bottom-benefit-section.benefit-layout-two,
	.home-layout-two,
	.collection-banner,
	.home-reviews-section {
		margin-bottom: 70px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 60px;
	}

	.home-only-content-section .content-subheading {
		font-size: 40px;
	}

	.home-blogs-section .section-title,
	.related-blog-section .section-title {
		margin-bottom: 29px;
	}

	.blog-item .blog-detail {
		padding-top: 20px;
	}

	.related-blog-section .blog-item .blog-detail {
		padding-top: 20px;
	}

	.custom-contact-page {
		padding-bottom: 70px;
	}

	.custom-contact-page h1 {
		font-size: 36px;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}

	.custom-contact-page .custom-contact-form-holder {
		padding-right: 55px;
	}

	.services-page-container h1 {
		font-size: 36px;
	}

	.service-item {
		margin-inline: 60px;
		min-height: 534px;
	}

	.service-item .service-heading {
		margin-bottom: 32px;
	}

	.service-item .service-text-box {
		padding: 32px;
	}

	.service-item .service-text-box p + p {
		padding-top: 27px;
	}

	.teams-page-container h1 {
		font-size: 36px;
	}

	.team-item {
		margin-inline: 60px;
		min-height: 407px;
	}

	.team-item .team-text-box {
		padding: 32px 32px 32px 60px;
	}

	.team-item .team-text-box p + p {
		padding-top: 27px;
	}

	#footer .design-dev-info {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: none;
		margin-inline: 0;
	}

	.footer-top {
		padding-inline: 60px;
	}

	.footer-bottom {
		margin-inline: 60px;
	}
}

@media (min-width: 1300px) {
	.header-holder {
		padding-inline: 76px;
	}

	#primary-nav .primary-menu > li {
		margin-inline: 18px;
	}

	.header-search {
		padding-inline: 76px;
	}

	.hero-banner .banner-content .container {
		padding-inline: 76px;
	}

	.collection-banner {
		padding-inline: 76px;
	}

	.collection-banner.flex-md-row-reverse .collection-content {
		padding-block: 56px;
	}

	.collection-banner .collection-content {
		padding: 60px 40px;
	}

	.home-layout-three {
		padding-inline: 76px;
	}

	.home-blogs-section,
	.related-blog-section {
		padding-inline: 76px;
	}

	.custom-contact-page .container {
		max-width: 1264px;
	}

	.custom-contact-page .custom-contact-form-holder {
		padding-right: 70px;
	}

	.service-item {
		margin-inline: 76px;
	}

	.service-item .service-heading {
		margin-bottom: 40px;
	}

	.service-item .service-text-box {
		padding: 40px;
	}

	.service-info-box {
		padding: 64px 30px;
	}

	.team-item {
		margin-inline: 76px;
	}

	.team-item .team-text-box {
		padding: 40px 40px 40px 100px;
	}

	.footer-top {
		padding-inline: 76px;
	}

	.footer-bottom {
		margin-inline: 76px;
	}
}

@media (min-width: 1500px) {
	.collection-banner.flex-md-row-reverse .collection-content {
		padding-block: 80px;
	}

	.collection-banner .collection-content {
		padding: 80px 40px;
	}
}

@media (min-width: 1920px) {
	.collection-banner.flex-md-row-reverse .collection-content {
		padding-block: 110px;
	}

	.collection-banner .collection-content {
		padding: 160px 40px;
	}
}

@media (max-width: 991.98px) {
	.home #header .header-holder {
		background: none;
		border-color: transparent;
	}

	#header .header-holder {
		height: 5rem;
	}

	.fixed-position #header .header-holder {
		border-color: rgba(221, 221, 221, .5);
	}

	.home.nav-active .header-holder .btn-search-opener {
		color: #0c4f84;
	}

	.rtl .header-holder .btn-search-opener {
		-webkit-margin-start: auto;
		margin-inline-start: auto;
	}

	#primary-nav .primary-menu {
		margin-inline: .625rem;
	}

	#primary-nav .primary-menu > li > a {
		padding-inline: 0;
	}

	.team-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.team-item .team-text-box .content {
		line-height: 1.5;
		font-size: 1.125rem;
	}

	.team-item .team-contact-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.home .fixed-position .header-holder .btn-search-opener {
		color: #0c4f84;
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 16px;
	}

	body:not(.home) #header .header-holder {
		background: transparent;
	}

	#header .header-holder {
		box-shadow: none;
		border-bottom: 1px solid rgba(221, 221, 221, .1);
	}

	.ajax-srch-inner .input-group {
		padding-right: 1.1875rem;
	}

	.ajax-srch-inner .icon-search {
		font-size: .8125rem;
	}

	.header-search .search-suggest-wrap-main {
		padding-block: 1.25rem 1.875rem;
	}

	.ajax-sugg-res-inner .search-topics-col {
		margin-bottom: 0;
	}

	.hero-banner .banner-content {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 0;
		top: auto;
		bottom: 4.0625rem;
	}

	.hero-banner .btn {
		margin-top: 1.625rem;
	}

	.collection-banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.collection-banner .img-wrap {
		margin-inline: 1rem;
	}

	.collection-banner .collection-content {
		padding: 1.625rem 1rem 1.5rem;
	}

	.home-layout-three-wrap .section-title {
		padding-inline: 3.75rem;
	}

	.home-layout-three {
		padding-inline: .9375rem;
	}

	.home-layout-three .col-item {
		margin-bottom: .9375rem;
	}

	.home-blogs-section,
	.related-blog-section {
		-webkit-margin-after: .3125rem;
		margin-block-end: .3125rem;
	}

	.section-blogs-slider {
		padding-inline: .1875rem;
		-webkit-padding-after: 2.1875rem;
		padding-block-end: 2.1875rem;
	}

	.section-blogs-slider .slide {
		width: 17.5625rem;
		min-width: 17.5625rem;
	}

	.blog-item .blog-detail {
		-webkit-padding-after: 0;
		padding-block-end: 0;
	}

	.section-blogs-slider .blog-item .blog-title {
		font-size: 1.125rem;
	}

	.custom-contact-page .bottom-contact,
	.footer-contact .bottom-contact {
		row-gap: .625rem;
	}

	.single-post .inner-banner img,
	.page_wrapper_banner .inner-banner img {
		aspect-ratio: 393 / 301;
		object-position: bottom center;
	}

	.single-post .related-blog-section,
	.page_wrapper_banner .related-blog-section {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}

	.single-post .related-blog-section .section-blogs-slider,
	.page_wrapper_banner .related-blog-section .section-blogs-slider {
		padding-block: 1.875rem;
		margin-block: -1.875rem;
	}

	.single-post .related-blog-section .section-blogs-slider .slide,
	.page_wrapper_banner .related-blog-section .section-blogs-slider .slide {
		width: 17.3125rem;
		min-width: 17.3125rem;
	}

	.page_wrapper_article .page-header-article {
		margin-bottom: 1.1875rem;
	}

	.page_wrapper_article .page-header-article .post-cat {
		margin-top: 1.1875rem;
	}

	.page_wrapper_article .single-article-container {
		line-height: 1.7;
	}

	.page_wrapper_article .single-article-container #content > p:first-child > strong:only-child {
		line-height: 1.7;
	}

	.page_wrapper_article .single-article-container h2 {
		font-size: 1.25rem;
		margin-bottom: 1.3125rem;
	}

	.page_wrapper_article .single-article-container h3 {
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}

	.page_wrapper_article .single-article-container h4 {
		font-size: 1rem;
		margin-bottom: .9375rem;
	}

	.page_wrapper_article .single-article-container h5 {
		font-size: .875rem;
		margin-bottom: .75rem;
	}

	.page_wrapper_article .single-article-container h6 {
		font-size: .75rem;
		margin-bottom: .625rem;
	}

	.page_wrapper_article .single-article-container ul li {
		line-height: 1.7;
	}

	.page_wrapper_article .page-header-article .page-title {
		text-align: center;
		font-size: 1.5rem;
	}

	.custom-contact-page .container {
		padding-inline: .9375rem;
	}

	.custom-contact-page .custom-contact-form-holder .submit-btn-wrap .btn {
		width: 100%;
	}

	.home-blogs-section .blogs-container h1.section-title {
		font-size: 1.5rem;
	}

	#footer:before {
		right: -1.8125rem;
		width: 37.75rem;
		height: 22.125rem;
		bottom: 3.0625rem;
		-webkit-transform: rotate(-19.32deg);
		-ms-transform: rotate(-19.32deg);
		transform: rotate(-19.32deg);
	}

	.home #footer {
		margin-top: 0;
	}

	.footer-newsletter-box {
		max-width: none;
	}

	.footer-top .footer-about {
		margin-bottom: 2.375rem;
	}

	.footer-top .newsletter-col {
		margin-bottom: 2.25rem;
	}

	.footer-nav {
		border: none;
	}

	.footer-contact-info {
		margin-bottom: 1.8125rem;
	}

	.footer-contact-info ul {
		margin-top: .5rem;
	}

	.footer-bottom .footer-icon {
		display: none;
	}
}

@media (max-width: 767px) {
	.hero-banner .slide > a:has(video) {
		display: block;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
	}

	.hero-banner .slide > a:has(video) video {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
}