/*!
Theme Name: PK Laws Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pklaws-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

PK Laws Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	color: #212121;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 30px 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #CBBE99;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
}

h1,.title {
	font-size: 96px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}


section {
	padding: 100px 0;
	position: relative;
}

section.pt-0 {
	padding-top: 0;
}

section.pb-0 {
	padding-bottom: 0;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

input,
textarea,
select {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 1.5;
	padding: 15px 20px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #DCDFE4;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right 20px;
}

::placeholder {
	color: #000;
}

.button {
	font-size: 16px;
	padding: 18px 24px;
	line-height: 1.5;
	background: #CBBE99;
	text-decoration: none;
	font-weight: 700;
	color: #2F2C2C;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid transparent;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.button:hover {
	background: transparent;
	border: 1px solid #CBBE99;
	color: #CBBE99;
}

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.wrapper {
	width: 85.416667%;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	width: 72.9166667%;
}


.heading-group {
	margin-bottom: 50px;
}

.intro-description {
	margin-bottom: 30px;
}

/* HEADER */
header.site-header {
	background: rgb(0 0 0 / 50%);
	width: 100%;
	position: absolute;
	z-index: 1;
}

.header-top {
	padding: 30px 0;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
}

.header-top-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header-box {
	font-size: 18px;
	color: #fff;
}

.header-top-left {
	display: flex;
	flex-wrap: wrap;
}

.header-box:not(:last-child) {
	margin-right: 60px;
}

.header-box label {
	color: #CBBE99;
	display: block;
	font-weight: 700;
	margin-bottom: 14px;
}

.header-box a:not(:last-child) {
	margin-bottom: 14px;
}

.header-box i {
	margin-right: 10px;
}

.header-box a {
	display: flex;
	align-items: center;
}

.button i {
	margin-right: 10px;
}

.site-branding {
	width: fit-content;
	position: relative;
	z-index: 1;
}

.site-branding img {
	max-width: 184px;
}

.header-bot {
	padding: 0 0 20px 0;
	margin-top: -100px;
}

.header-bot .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.menu li:not(:last-child) {
	margin-right: 120px;
}

.menu li a {
	font-size: 20px;
}

.header-box i {
	color: #CBBE99;
}

.menu .current-menu-item a {
	color: #cbbe99;
}

.menu .menu-item-has-children a:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: #cbbe99;
	position: relative;
	top: 3px;
	left: 5px;
	transition: 0.5s all;
}

.sub-menu li a:last-child:after {
	content: none;
}

ul.sub-menu {
	position: absolute;
	top: 46px;
	left: 0;
	background: #ffffff;
	flex-direction: column;
	z-index: 9;
	min-width: 300px;
	border-top: 5px solid #cbbe99;
	opacity: 0;
	visibility: hidden;
}

ul.sub-menu a {
	padding: 15px 20px;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

ul.sub-menu a:hover {
	color: #CBBE99;
}

ul.sub-menu li {
	border-bottom: 1px solid #ccc;
	margin: 0 !important;
}

ul.sub-menu li:last-child {
	border: none;
}

.menu .menu-item-has-children {
	position: relative;
}

.menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.toggle {
	display: none;
	z-index: 99;
	cursor: pointer;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: #CBBE99;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
	width: 34px;
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 34px;
}

/* BANNER */
section.hero-banner {
	padding: 500px 0 200px 0;
}

.banner-row {
	position: relative;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

span.overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #121212CC;
}

.banner-content .intro-description {
	margin: 0;
}

.banner-content .title {
	color: #CBBE99;
}

.banner-content {
	color: #fff;
	width: 80.3658536585%;
	margin: 0 auto;
}

.banner-content p {
	font-size: 24px;
}

.element {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}

.hero-banner .element img {
	width: 100%;
	margin-left: auto;
}

.banner-slider .slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	color: #ffffff;
	opacity: .5;
	font-size: 25px;

}

.banner-slider .slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	color: #ffffff;
	opacity: .5;
	font-size: 25px;
}

/* ABOUT */
.img-block-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.img-block {
	width: 45.4268292682%;
}

.img-block img {
	width: 100%;
}

.content-block {
	width: 40.9756097%;
	margin-right: 90px;
}

section.about-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 37%;
	height: 100%;
	background-color: #CBBE99;
}

.sign-block h2 {
	font-size: 64px;
	line-height: 1.6;
	letter-spacing: 0.18em;
	color: #C7C7C7;
	font-family: "Mrs Saint Delafield", system-ui;
	font-weight: 400;
}

.sign-block span {
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.heading.line::after {
	position: absolute;
	content: "";
	height: 4px;
	width: 50px;
	background: #C4C4C4;
	bottom: 0;
	left: 0;
}

.line {
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* SERVICES */
.icon-list-row {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 30px;
	overflow: hidden;
}

.icon-list-box {
	width: 33.33%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 30px;
}

.icon-list-box:last-child {
	border-bottom-right-radius: 30px;
}

.icon-list-box .image {
	width: 65px;
	height: 65px;
	border-radius: 6px;
	background: #F9EECE;
	color: #fe0009;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}

.icon-list-box img {
	width: 35px;
	object-fit: contain;
	height: 35px;
}

.icon-list-box h5 {
	margin: 0 0 15px 0;
}

.icon-list-box a {
	color: #212121;
	text-decoration: underline;
	display: block;
	margin-top: auto;
	width: fit-content;
}

.icon-list-box a:hover {
	color: #CBBE99;
}

section.service-section .heading.line::after,
section.testi-section .heading.line::after {
	right: 0;
	margin: 0 auto;
}

/* WHY_CHOOSE */
.why-wrap {
	position: relative;
}

.why-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.facilities-wrap {
	width: 66.341463414%;
}

.facilities-row {
	display: flex;
	flex-wrap: wrap;
}

.facilities-block {
	width: 50%;
	color: #fff;
	padding: 0 50px;
}

.facilities-block>div {
	padding: 50px 0;
}

.facilities-block:nth-child(2),
.facilities-block:first-child {
	border-bottom: 1px solid #fff;
}

.facilities-block:nth-child(3),
.facilities-block:first-child {
	padding-left: 0;
	border-right: 1px solid #fff;
	padding-right: 90px;
}

.facilities-block .image {
	margin-bottom: 25px;
}

.facilities-block h5 {
	margin-bottom: 10px;
	color: #CBBE99;
}

.why-block {
	width: 30.54878048%;
	padding: 64px 84px 0 84px;
	background: #CBBE99CC;
	text-align: center;
}

.why-block h2 {
	/* font-size: 55px; */
	margin-bottom: 45px;
	font-weight: 700;
}

.why-block h5 {
	margin-bottom: 10px;
}

.why-block img {
	width: auto;
	margin: 20px auto 0 auto;
}

.why-block .button {
	width: fit-content;
	padding: 0 28px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	background: #000;
	color: #CBBE99;
	border: 3px solid #000;
}

.why-block .button i {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 66px;
	height: 66px;
	background: #CBBE99;
	border-radius: 10px;
	color: #000;
	margin-right: 34px;
}

.why-block .button:hover {
	background: #CBBE99;
	color: #212121;
	border: 3px solid #CBBE99;
}

.why-block .button:hover i {
	background: #212121;
	color: #CBBE99;
}

/* CTA */
section.cta-section {
	background: #CBBE99CC;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: inherit;
}

.cta-img {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cta-form {
	width: 50%;
	padding: 3% 6% 3% 7%;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.form-col {
	width: 100%;
	padding: 0 10px;
	margin: 10px 0;
}

.form-col:nth-child(-n+6) {
	width: 50%;
}

.form-col textarea {
	height: 150px;
}

.form-btn .button {
	width: auto;
	min-width: 190px;
	border-radius: 32px;
	margin-top: 10px;
	background: #212121;
	color: #fff;
	cursor: pointer;
}

.form-btn .button:hover {
	background: #fff;
	color: #212121;
}

.cta-conetnt .heading {
	margin: 0 0 20px;
}

.cta-conetnt {
	margin: 0 0 30px 0;
}

/* TESTIMONIAL */
section.testi-section .heading {
	color: #fff;
}

.testi-slide>div {
	padding: 50px 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 8px 0px #CBBE99;
	height: 100%;
}

.testi-slide {
	height: 100%;
}

.testi-slider .slick-slide {
	padding: 0 12px;
}

.testi-slider {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.client-review {
	margin-top: auto;
}

.client-info span {
	font-size: 14px;
	margin-top: 6px;
	display: block;
}

.client-info {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #212121;
}

.client-review img {
	width: 40px;
	margin-bottom: 8px;
}

.client-review {
	font-size: 16px;
}

.testi-slider .slick-track {
	height: 100%;
}

.testi-slider .slick-slide {
	height: 100%;
}

.testi-slider .slick-slide>div {
	height: 100%;
}

.testi-slider button.slick-arrow {
	margin-top: 80px;
}

.testi-slider .slick-next,
.testi-slider .slick-prev {
	background: #F9EECE;
	position: unset;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: 0.5s all;
}

.testi-slider .slick-prev {
	margin-right: 10px;
}

.testi-slider .slick-next:focus,
.testi-slider .slick-next:hover,
.testi-slider .slick-prev:focus,
.testi-slider .slick-prev:hover {
	color: #fff;
	outline: 0;
	background: #787878;
}

.testi-slider .slick-next:hover,
.testi-slider .slick-prev:hover {
	background: #787878;
}


.testi-slider .slick-next:hover:before,
.testi-slider .slick-prev:hover:before {
	color: #fff;
}

.testi-slider .slick-prev:before {
	content: '\f060';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color: #000;
	opacity: 1;
	font-size: 25px;
	transition: 0.5s all;
}

.testi-slider .slick-next:before {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color: #000;
	opacity: 1;
	font-size: 25px;
	transition: 0.5s all;
}

.testi-slider .slick-list {
	order: -1;
}

/* FOOTER */
.footer-top {
	padding: 80px 0;
	background: #212121;
	color: #fff;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-block {
	max-width: 320px;
}

.footer-block .site-branding img {
	max-width: 120px;
}

.footer-description {
	margin: 30px 0;
}

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
}

ul.social-icons li:not(:last-child) {
	margin: 0 15px 0 0;
	margin-bottom: 0 !important;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	background: #CBBE99;
	color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 100%;
	border: none;
	line-height: 1;
	padding: 0;
}

ul.social-icons li a:hover {
	background: #fff;
}

.footer-heading {
	font-size: 26px;
	color: #CBBE99;
	margin-bottom: 30px;
}

.footer-block ul li:not(:last-child) {
	margin-bottom: 18px;
}

.contact-block:not(:last-child) {
	margin-bottom: 30px;
}

.contact-block p {
	display: inline-flex;
}

.contact-block i {
	position: relative;
	top: 5px;
	margin-right: 12px;
	color: #CBBE99;
}

.copyright-text {
	background: #CBBE99;
	color: #212121;
	padding: 20px 0;
}

/* INNER BANNER */
section.inner-banner {
	padding: 450px 0 200px 0;
}

.inner-banner-wrap .heading {
	color: #cbbe99;
	font-size: 48px;
	text-transform: uppercase;
}

.breadcrumbs {
	background: #FFFFFF0D;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid;
	font-size: 16px;
	margin: 0 auto;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	color: #fff;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:hover {
	color: #cbbe99;
}

.breadcrumbs i {
	margin: 0 8px;
	font-size: 14px;
}

/* CONTACT PAGE */
section.conatct-form .cta-row {
	background: #cbbe99;
	box-shadow: 0 0 21px -12px rgb(0 0 0 / 50%);
}

.icon-list-box i {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	background: #cbbe99;
	border: 1px solid #ccc;
	color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 0 20px;
}

/* MODAL */
.scale-in-top {
	-webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-top {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		opacity: 1;
	}
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow-y: auto;
}

.modal-content {
	width: 100%;
	margin: 30px auto;
	position: relative;
	max-width: 600px;
	padding: 25px;
	background: #CBBE99;
	box-shadow: -10px 10px 10px 0 #00000085;
	border: 1px solid #00000085;
}

.close {
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	margin-top: -2px;
}

h4.modal-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.38;
	text-align: center;
	margin-bottom: 30px;
}

.modal-form .form-btn .button {
	width: 100%;
}

/* ABOUT PAGE */
.vision-section .heading-group {
	width: 72%;
}

/* Single-Services */
.single-services-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -15px;
}

.sidebar {
	width: 30%;
	padding: 0 15px;
	margin: 15px 0;
}

.single-service-content {
	width: 70%;
	padding: 0 15px;
	margin: 15px 0;
}

.services-image {
	margin-bottom: 30px;
}

.services-image img {
	width: 100%;
}

.sidebar-inner {
	padding: 40px;
	background: #f3f3f3;
	box-shadow: 0px 5px 11px 0px #9B9B9B40;
	position: sticky;
	top: 50px;
	position: -webkit-sticky;
}

.sidebar-inner h4 {
	margin-bottom: 20px;
}

.sidebar-menu li:not(:last-child) {
	margin-bottom: 12px;
}

.sidebar-menu a {
	padding: 15px 25px;
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}

.sidebar-menu a i {
	margin-left: 8px;
	transform: rotate(-45deg);
	transition: 0.5s all;
}

.sidebar-menu .current-menu-item a i {
	transform: rotate(0);
}

.sidebar-menu a:hover i {
	transform: rotate(0deg);
}

.sidebar-menu .current-menu-item a,
.sidebar-menu a:hover {
	background: #cbbe99;
}

section.cta-section.conatct-form {
	background: transparent;
}

.facilities-block .image img {
	width: 65px;
	height: 65px;
	object-fit: contain;
}

.about-section .element img {
	width: 100%;
	margin-left: auto;
}

/* 404 */
.page-title {
	font-size: 150px;
}

section.error-404 .wrapper.small {
	max-width: 900px;
}

.page-title span {
	color: #cbbe99;
}

.m-0 {
	margin: 0 !important;
}

.cta-conetnt {
	margin: 0 auto !important;
	text-align: center;
	max-width: 1100px;
	margin-bottom: 20px !important;
}

.cta-conetnt a {
	color: #000;
	font-weight: 600;
}

video {
	width: 100%;
	object-fit: cover;
}

.video-box-wrap {
	position: relative;
}

.video-box-wrap:before {
	content: "";
	width: 72px;
	height: 72px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.833 0 0 114.844 0 256s114.833 256 256 256 256-114.844 256-256S397.167 0 256 0zm101.771 264.969-149.333 96a10.62 10.62 0 0 1-5.771 1.698c-1.75 0-3.521-.438-5.104-1.302A10.653 10.653 0 0 1 192 352V160c0-3.906 2.125-7.49 5.563-9.365 3.375-1.854 7.604-1.74 10.875.396l149.333 96c3.042 1.958 4.896 5.344 4.896 8.969s-1.854 7.01-4.896 8.969z" fill="%23f3312f" opacity="1" data-original="%23000000" class=""></path></g></svg>');
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: cover;
	background-color: #fff;
	border-radius: 50%;
}

.video-box-wrap.active:before {
	display: none;
}

.form-col p:empty {
    display: none;
}

.blog-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
}

.insight-block {
	width: 33.33%;
	margin: 15px 0;
	padding: 0 15px;
}

.insight-inner {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	height: 100%;
}

.insight-img {
	margin-bottom: 30px;
	position: relative;
	padding-top: 80%;
}

.insight-img img {position: absolute;inset: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;border-radius: 10px;}

.insight-content h6 {
	margin-bottom: 20px;
	text-transform: capitalize;
}

.blog-img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.single-blog-wrap .wp-block-heading, .wp-block-heading {
    margin-bottom: 18px;
}

ul.wp-block-list {
    padding-left: 30px;
    list-style: disc;
	margin-bottom:18px;
}

ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px;
}

figure.wp-block-image img {
    width: 100%;
}