/*
Theme Name: Relate Legal
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

/*
Custom Styling styling
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Stella';
    src: url('fonts/StellaRegular.woff2') format('woff2'),
        url('fonts/StellaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
	font-weight: 400;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

body p {
	padding-bottom: 25px;
}

p:last-of-type + * {
	padding-top: 25px;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button{
    display: inline-block;
    padding: 10px 25px !important;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    border-radius: 5px !important;
    border: 2px solid #514ad2 !important;
    background: #514ad2;
    color: #ffffff;
    min-width: 235px;
    font-size: 16px;
    font-weight: 600;
}
.gform_button.button{
    text-transform: uppercase !important;
    display: inline-block !important;
    padding: 10px 25px !important;
    line-height: normal !important;
    text-align: center !important;
    text-decoration: none;
    text-shadow: none;
    border-radius: 5px !important;
    border: 2px solid #514ad2 !important;
    background: #514ad2 !important;
    color: #ffffff !important;
    min-width: 150px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
/* 	background: #567426; */
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	min-width: 150px;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover,
.gform_button.button:hover{
    background: #4e50f8;
    color: #ffffff;
    border-color: #4e50f8 !important;
}
#page-container .et_pb_button.btn_light{
	background-color: transparent;
	color: #514ad2;
}
#page-container .et_pb_button.btn_light:hover{
    background: #514ad2;
    color: #ffffff;	
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


/*
wpforms styling
--------------------------------------------------- */

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
::-webkit-input-placeholder {
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    border: none !important;
    font-family: inherit;
    padding: 16px;
    background-color: #f0f0f0 !important;
    border-radius: 5px !important;
    line-height: 1.3 !important;
    font-size: 16px !important;
    box-shadow: none !important;
    height: 53px !important;
}
textarea{
    height: auto;	
}
input[type=file]{
    border: none !important;
    box-shadow: unset !important;
}
.gform_description,
.ginput_counter {
	display: none !important;
}
#gform_fields_1{
	gap: 20px !important;	
}
/* list style
--------------------------------------------------- */

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#main-content .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	color: #567426;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* table styling
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

/* anchor tag style
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	pointer-events: auto;
	cursor: pointer;
	display: inline-block;
}
.entry-content a:hover {
	color: red;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-module img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}
.round-img-module img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

/* builder row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* builder section styling
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder top bottom gap none styling
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module styling
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* flex row styling
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

/* large container img text row styling
--------------------------------------------------- */

.large-wrap-grid-text-img-row {
	overflow: hidden;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_3_5 {
	width: 63%;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_2_5 {
	width: 34%;
}
.large-wrap-grid-text-img-row .et_pb_text {
	max-width: 790px;
	width: 100%;
	position: relative;
	padding-left: 25px;
	float: right;
}
.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
	max-width: 590px;
}
.large-wrap-grid-text-img-row.et_pb_gutters1 .et_pb_text {
	max-width: 612px;
}
.reverse-col .et_pb_text {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}
.large-wrap-grid-text-img-row .et_pb_image {
	text-align: right;
}
.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
	text-align: left;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

/* Header menu styling
--------------------------------------------------- */

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
body #top-menu li li a:hover {
	background: #567426;
	color: #fff;
}

/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 20px;
	margin: auto;
	border-bottom: 5px solid #567426;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 42px;
}

/*
Home Page Styling styling
---------------------------------------------------------------------------------------------------- */

/* Home Header styling
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#et-main-area {
	margin-top: -180px;
}

/* banner section styling
--------------------------------------------------- */

#hero-img-section {
	min-height: 700px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 45px;
}

/* footer styling
---------------------------------------------------------------------------------------------------- */

/* footer widgets styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
.footer-list-menu ul {
	text-align:center;
}
.footer-list-menu ul li {
	list-style-type:none;
	display:inline-block;
}
.footer-list-menu ul li a {
	padding:0 10px;
	font-weight:700;
	color:#000;
}
#site-footer-top .et_pb_menu .et_pb_menu__wrap {
	display:none !important;
}

/* footer form styling
--------------------------------------------------- */

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main-footer .wpforms-field-captcha {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
}
#main-footer .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-captcha-math {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#main-footer .wpforms-submit-container {
	text-align: right;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}

/* social icons styling
--------------------------------------------------- */

.social-icons {
	padding-bottom: 15px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #567426;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #567426;
}

/* footer contact styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
inner banner section  styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
/* 	border: 1px solid #d7d7d7; */
	padding: 10px;
	margin-bottom: 0;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 28px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
} 
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #567426;
	color: #fff;
}

/*
Sidebar setyling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #524f4b;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments styling
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}


/*
Custom CSS
---------------------------------------------------------------------------------------------------- */
.diagonal-after-right{
    position: relative;
    padding: 80px 40px;
    text-align: center;
    overflow: visible;	
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 57px), 0 100%);
    padding-bottom: 100px;
  isolation: isolate;
}
.diagonal-after-left{
    position: relative;
    padding: 80px 40px;
    text-align: center;
    overflow: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 57px));
    padding-bottom: 100px;	
  isolation: isolate;
}





/*
home-hero styling
--------------------------------------------------- */

#home-hero{
    height: 765px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: -56px;
    position: relative;
    z-index: 999;
	background-position:bottom center;

}
#home-hero h1 {
    font-family: 'Stella';
    font-weight: normal;
    font-size: 75px;
    text-align: center;
    line-height: 1.7;
    max-width: 65%;
    margin: 0 auto;
}


/*
home-about-section styling
--------------------------------------------------- */
#home-about-section{
    background-color: #f7f7f7;
    padding: 60px 0;
}
#home-about-section h2{
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    padding-top: 0;
/*     padding-bottom: 35px; */
}
#home-about-sectionp{
    max-width: 88%;
}
#home-about-section p small{
    font-weight: 700;
    font-size: 18px;
    color: #514ad2;
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
}
#home-about-section img{
    height: 500px;
    object-fit: cover;
    width: 70%;
    border-radius: 10px;
}
#home-about-section .et_pb_image{
	text-align: right;
}

/*
home-why-choose styling
--------------------------------------------------- */
#home-why-choose{
	margin-bottom: -100px;
    z-index: 999;
    padding-bottom: 90px;
}
#home-why-choose h2{
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    padding-top: 0;
    text-align: center;
/*     padding-bottom: 35px; */
}

#home-why-choose-content .et_pb_text{
	max-width: 50%;
}
#home-why-choose-content h3{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #222222 !important;
    padding: 0 0 0 50px;
}
#home-why-choose-content .et_pb_toggle_content{
    text-align: left;
    padding-top: 12px;
	font-size: 16px;
}
#home-why-choose-content .et_pb_toggle_title:before{
    font-size: 35px;
    color: #D8D8D8;
    left: 0;
    right: auto;
    margin-top: -0.6em;
}
#home-why-choose-content .et_pb_toggle{
    border: unset;
    background: #ffffff;
    margin-bottom: 10px;
}
#home-why-choose-content-col1{

}
#home-why-choose-content-col2{

}
#home-why-choose-content p{
	line-height: 1.5;
}
/* #home-why-choose-content p small{
    color: #514ad2;
    font-weight: 700;
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 40px;
}
#home-why-choose-content p large{
    color: #514ad2;
    font-weight: 700;
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 65px;
    margin-bottom: 0.5rem;
    display: block;
} */

/*
site-header styling
--------------------------------------------------- */

#site-header{
    padding: 0;
    background: transparent;
}
#site-header .et_pb_menu {
	background-color: transparent;
}
#site-header.et_pb_sticky,
#site-header.et_pb_sticky .et_pb_menu{
	background-color: #ffffff;
}
#site-header .et_pb_row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
}
#site-header-logo img{
	width: 130px;
}
#site-header-menu .et_mobile_menu li a,
#site-header-menu .et-menu a{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}
#site-header-menu .et-menu .current_page_item a{
	color: #514ad2;
}
#site-header-menu .et_pb_menu .et_pb_menu__wrap{
	justify-content: end;
}
#site-header-cta .et_pb_button{
    min-width: auto;
    font-size: 16px;	
}

/*
site-footer styling
--------------------------------------------------- */
#site-footer{
    background-color: #f7f7f7;
	padding-top: 0;
/*     box-shadow: 0 -5px 30px -18px rgba(0, 0, 0, 0.3); */
}
#site-footer-top{
    display: flex;
    align-items: center;
}
#site-footer-top-contact-col p.footer-tel a{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #222222;
    padding-bottom: 16px;
}
#site-footer-top-contact-col p a{
    font-weight: 700;
    color: #222222;
    display: block;
    padding-bottom: 5px;
}
#site-footer-top-contact-col p{
    padding-bottom: 0;
    color: #222222;
    font-size: 16px;
}
#site-footer-top-menu-col .footer_menu{
    display: flex;
    justify-content: center;
    gap: 25px;
}
#site-footer-top-menu-col .footer_menu a{
    color: #222222;
    font-weight: 700;
    font-size: 16px;
}
#site-footer-top-social-col .et_pb_code_inner{
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 10px;
}
#site-footer-top-social-col .dashicons{
    border: 1px solid #222222;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #454545;
}
#site-footer-bottom{
	padding: 0;
}
#site-footer-bottom p,
#site-footer-bottom p a{
    font-size: 13px;
    color: #676767;
    text-align: center;
}
#site-footer-bottom p a{
	color: #514ad2;
	text-decoration: underline;
}
#site-footer-top-social-col .dashicons:hover{
	color: #514ad2;
	border-color: #514ad2;
}
#sftExt-frontend-button.right{
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    color: transparent !important;
    background-image: url(/wp-content/uploads/2026/03/quickexit.webp);
}
#sftExt-frontend-button{
    background-color: rgb(81 74 210);
    color: var(--sftExt_textColor);
    display: var(--sftExt_active);
    position: fixed;
    border: none;
    cursor: pointer;
    z-index: 9999;
    left: 20px;
    top: 20px;
    padding: 10px 20px;
    font-family: inherit;
    width: 25px;
    height: 25px;
}
#sftExt-frontend-button:hover{
	background-color: #4e50f8;
}
#site-footer-top  .et_pb_menu .et_pb_menu__wrap{
    display: flex;
    justify-content: center;
    gap: 25px;
    background: #f7f7f7;
}
#site-footer-top .et-menu a{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}
#site-footer-top .et-menu .current_page_item a {
    color: #514ad2;
}

#site-footer-top .et-menu li.menu-item-object-custom > a {
    color: #000000;
}

/*
home-services styling
--------------------------------------------------- */
#home-services{
    background-color: #f7f7f7;
    padding: 140px 0 100px;
}
#home-services-heading h2{
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    padding-top: 0;
    text-align: center;
    padding-bottom: 35px;
}
#home-services .home-services-content .et_pb_column{
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#home-services .home-services-content .et_pb_column img{
	width: 50px;
}
#home-services .home-services-content .et_pb_column p.service_content img{
    width: 40px;	
}
#home-services .home-services-content .et_pb_column p.service_content{
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
#home-services-content-row2{
    display: flex;
    justify-content: center;
    padding-top: 10.5px;
}
#home-services-content-row2 .et_pb_column{
    width: 31.3333%;
}

/*
home-reviews styling
--------------------------------------------------- */
#home-reviews{
    padding: 80px 0;
/*     box-shadow: 0 -2px 30px -21px rgba(0, 0, 0, 0.3); */
}
#home-reviews-heading h2{
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    padding-top: 0;
    text-align: center;
/*     padding-bottom: 35px; */
}
#home-reviews-content .et_pb_slide {
	background: #ffffff;	
}
#home-reviews-content .et_pb_slide_content{
	color: #000000;
	font-size: 17px;
}
#home-reviews-content .et_pb_slide_description{
	padding: 0;
	text-shadow: none;
}
/*
home-cta styling
--------------------------------------------------- */

#home-cta{
/*     background: linear-gradient(135deg, #f0e8d5 0%, #e0d4b8 50%, #d4c9a8 100%); */
    padding: 40px 0;
}
#home-cta h2{
    font-weight: 700;
    line-height: 1;
    padding-top: 0;
    text-align: center;
    padding-bottom: 35px;
}
#home-cta p{
    text-align: center;
}
#home-cta p a,
#home-cta p span strong{
	color: #000000;
	text-decoration: underline;
}
#home-cta p span{
	color: #514ad2;
}
#home-cta .et_pb_button{
    margin-top: 1rem;
}
/* #home-cta::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
 */


/*
inner-banner styling
--------------------------------------------------- */
#inner-banner{
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: bottom;
}
#inner-banner h1 {
    font-size: 60px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
	margin-top: 5rem;
}
#inner-banner p{
	text-align: center;	
}

/*
about-content-sec styling
--------------------------------------------------- */

#about-content-sec-content img{
	width: 50px;
}
#about-content-sec-content .et_pb_image{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
#about-content-sec-content h2{
	font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}
#about-content-sec-content p{
    text-align: center;
}
#about-content-sec-content .et_pb_column{
    background: #f7f7f7;
    padding: 32px;
    border-radius: 20px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*
about-team-sec styling
--------------------------------------------------- */
#about-team-sec-heading{
    padding: 10px 0 0;
}
#about-team-sec-heading h2{
    font-weight: 700;
    line-height: 1;
    font-size: 50px;
    padding-top: 0;
}
#about-team-sec-content img{
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    width: 300px;
}
#about-team-sec-content h3{
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 23px;
}
#about-team-sec-content p{
    font-size: 20px;
}


/*
about-logo-sec styling
--------------------------------------------------- */
#about-logo-sec{
    background-color: #f7f7f7;
    padding: 50px 0;
}
#about-logo-sec-header{
	padding: 10px 0 0;
}
#about-logo-sec-header h3{
    font-weight: 700;
    line-height: 1;
    font-size: 50px;
    padding-top: 0;
	text-align: center;
}


/* News Content Section */
.news-content-section {
	padding: 30px 0;
}

/* Filter Section */
.news-filters {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    justify-content: space-between;
}

.filter-label {
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.dropdown-container {
    position: relative;
    min-width: 200px;
    border-bottom: 2px solid #000000;
}

.custom-dropdown {
    position: relative;
    background: transparent;
    border: unset;
    cursor: pointer;
    border-radius: unset;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.dropdown-header:hover {
	border-color: #e74c3c;
}

.dropdown-text {
    font-size: 20px;
    font-weight: 500;
}

.dropdown-icon {
	color: #514ad2;
	font-size: 21px;
	font-weight: bold;
	transition: transform 0.3s ease;
}

.custom-dropdown.active .dropdown-icon {
	transform: rotate(45deg);
}

.dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.custom-dropdown.active .dropdown-content {
	display: block;
}

.dropdown-item {
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-size: 14px;
	color: #333;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
}

.dropdown-item.selected {
	background-color: #514ad2;
	color: white;
}

/* Posts Container */
.news-posts-container {
    overflow: hidden;
    margin-top: 100px;
}

.news-post-item {
    padding-bottom: 30px;
    padding-bottom: 30px !important;
    border-bottom: 2px solid #c0c0c03d !important;
    transition: background-color 0.2s ease;
}

.news-post-item:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;	
}

.news-post-item:hover {
/* 	background-color: #fafafa; */
}

.post-title {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.post-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* .post-title a:hover {
	color: #be9540;
}
 */
.post-excerpt {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more-link {
    color: #514ad2;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.read-more-link:hover {
	color: #6963e8;
	text-decoration: underline;
}

.no-posts-found {
	padding: 60px 30px;
	text-align: center;
	color: #666;
	font-size: 18px;
}

/* Pagination */
.news-pagination {
	margin-top: 40px;
	text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
	.news-filters {
		flex-direction: column;
		gap: 20px;
		align-items: stretch;
		margin-bottom: 0;
	}
	.news-posts-container{
		margin-top: 40px;
	}
	.filter-group {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}
	
	.dropdown-container {
		min-width: auto;
	}
	
	.news-post-item {
		margin-bottom: 0 !important;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.news-content-section {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.news-filters {
		padding: 15px 0 0;
	}
	
	.news-post-item {
		padding: 0;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.post-excerpt {
		font-size: 14px;
	}
}



/* Single Post Hero Section */
.single-post-hero {
/* 	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
	color: white;
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.single-post-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}
.hero-meta {
	font-size: 1.1rem;
	opacity: 0.9;
}

/* Main Content Area */
.single-post-content {
/* 	background: #f8f9fa;
	padding: 60px 0;
	min-height: 100vh; */
}

.content-wrapper {
	display: grid;
/* 	grid-template-columns: 1fr 300px; */
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.main-content-area {
/* 	background: white; */
/* 	padding: 40px; */
/* 	border-radius: 10px; */
/* 	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); */
}

.content-sidebar {
/* 	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
	height: fit-content; */
}

/* Post Media */
.post-media {
	margin-bottom: 30px;
	border-radius: 0;
	overflow: hidden;
}

.post-media img {
	width: 100%;
	height: auto;
	display: block;
}

.video-container,
.gallery-container {
	margin-bottom: 30px;
}

/* Post Format Content */
.post-format-content {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 8px;
	background: #f8f9fa;
}

.quote-content {
	font-style: italic;
	font-size: 1.2rem;
	text-align: center;
	border-left: 4px solid #3498db;
	padding-left: 20px;
}

.link-content a {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

.link-content a:hover {
	text-decoration: underline;
}

/* Post Content */
.post-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #1a2b3a;
/* 	margin-bottom: 40px; */
}

.post-content p {
	margin-bottom: 20px;
}
.single-post .post-content p {
	padding-bottom:0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #000000;
	padding-bottom:0;
}

.post-content blockquote {
	border-left: 4px solid #3498db;
	padding-left: 20px;
	margin: 30px 0;
	font-style: italic;
	color: #666;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

/* Post Footer */
/* .post-footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-bottom: 40px;
}

.post-tags,
.post-categories {
	margin-bottom: 10px;
}

.tags-label,
.categories-label {
	font-weight: 600;
	color: #666;
}

.post-tags a,
.post-categories a {
	color: #3498db;
	text-decoration: none;
	margin-right: 5px;
}

.post-tags a:hover,
.post-categories a:hover {
	text-decoration: underline;
} */

/* Advertisement */
.post-advertisement {
	text-align: center;
	margin: 40px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.ad-image {
	max-width: 100%;
	height: auto;
}

/* Author Bio */
.author-bio {
	display: flex;
	gap: 20px;
	background: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 40px;
}

.author-avatar img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.author-info h4 {
	margin: 0 0 10px 0;
	color: #2c3e50;
}

.author-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}

.author-posts-link {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

.author-posts-link:hover {
	text-decoration: underline;
}

/* Comments Section */
.comments-section {
	margin-top: 40px;
}

/* Page Links */
.page-links {
	text-align: center;
	margin: 30px 0;
}

.page-links a {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 5px;
	background: #3498db;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}

.page-links a:hover {
	background: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2rem;
	}
	
	.content-wrapper {
/* 		grid-template-columns: 1fr; */
		gap: 30px;
	}
	
	.main-content-area,
	.content-sidebar {
		padding: 20px;
	}
	
	.single-post-hero {
		padding: 60px 0;
	}
	
	.author-bio {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 1.5rem;
	}
	
	.single-post-content {
		padding: 30px 0;
	}
	
	.main-content-area,
	.content-sidebar {
		padding: 15px;
	}
}


/*
Contact Page styling
--------------------------------------------------- */
#contact-sec h2{
    padding-bottom: 10px;
    font-weight: 500;
}
/* #contact-sec #contact-form-col h2{
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 500;	
} */
#contact-sec p a,
#contact-sec p a:hover{
	color: #514ad2;
}

#contact-sec p,
#contact-sec p a{
    font-size: 16px;
    color: #676767;
    font-weight: 500;
}
#contact-sec p a{
	color: #514ad2;
}
#wpforms-2766{
	margin-top: 0;
}
#main-content .wpforms-form input, #main-content .wpforms-form select, #main-content .wpforms-form textarea{
    border: unset;
    border-radius: 0;
    font-family: inherit;
    padding: 16px;
    background-color: #f0f0f0;
	border-radius: 5px;
}
#main-content .wpforms-form input::placeholder, #main-content .wpforms-form select::placeholder, #main-content .wpforms-form textarea::placeholder{
	color: #374650;
	font-size: 16px;
}
#contact-map-sec,
#contact-map-sec .et_pb_row{
    padding: 0;
    max-width: 100%;
	width: 100%;
}
#contact-map-sec iframe{
	margin-bottom: -20px;
}
#contact-sec .linkedin-btn img{
	width: 40px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align: left;
}

/* team-indv-sectionstyling
--------------------------------------------------- */

#team-indv-section {
	padding: 50px 0;
}
#team-indv-section .et_pb_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#team-indv-section .et_pb_row img{
    object-fit: cover;
    border-radius: 20px;
}


#about-logo-sec-content{
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

ul {
    list-style-type: disc;
    padding-left: 50px;
}
ol{
    list-style-type: auto;
    padding-left: 50px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1440px) { 

}
@media only screen and (max-width: 1366px) { 
	#home-hero{
		height: 70vh;
	}
}
@media only screen and (max-width: 1280px) { 
	#home-why-choose-content .et_pb_text {
		max-width: 60%;
	}
}

@media only screen and (max-width: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	#home-hero h1 {
		font-size: 60px;
	}
	#home-hero{
		height: 700px;
	}
	#home-about-section h2,
	#home-why-choose h2{
		font-size: 30px;
	}
	#home-about-section img{
		width: 90%;
	}
	#home-why-choose-content .et_pb_text {
		max-width: 70%;
	}
}
@media only screen and (max-width: 1024px) { 
	#home-hero{
		height: 55vh;
	}
	#home-hero h1 {
		font-size: 50px;
		max-width: 100%;
		margin-top: 12%;
	}
	#home-reviews {
		padding: 30px 0;
	}
	.diagonal-after-right{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 0 100%);
	}
	#contact-map-sec iframe{
		height: 350px;
	}
}
@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_pb_menu .et_mobile_menu {
		border-color: #514ad2;
    	padding: 20px 0;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#home-about-section .et_pb_row {
	    display: flex;
    	flex-direction: column-reverse;
	}
	#home-about-section .et_pb_image {
		text-align: center;
	}
	#home-about-img{
	    margin-bottom: 3rem;
	}
	#home-why-choose-content .et_pb_text {
		max-width: 100%;
	}
	#home-why-choose-content p large{
	    display: block;
		margin: 0;
		line-height: 1;
		text-align: center;
	}
	#home-why-choose-content p{
		line-height: inherit;
		text-align: center;
		padding-bottom: 10px;
	}
	#home-why-choose-content-col2{
		gap: 2rem;
	}
	#home-why-choose-content-col1{
		margin-bottom: 0 !important;
		margin-top: 0;
		padding-bottom: 0;
	}
	.diagonal-after-left{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
	}
    #home-about-section h2, #home-why-choose h2 {
        font-size: 30px;
        padding-bottom: 25px;
    }
	#home-about-section{
		padding: 40px 0;
	}
	#site-header .et_pb_column{
		margin-bottom: 0;
	}
	#site-header .et_pb_row{
		padding: 15px 0 30px;
	}
	#site-header .et_pb_code_inner{
		text-align: right;
	}
	#site-header-logo img {
		width: 80px;
	}
	#site-header-menu .et_pb_menu .et_pb_menu__wrap {
		justify-content: right;
	}
	#site-header-menu {
	    position: absolute;
    	bottom: 45px;
	}
	#site-header-menu .et_pb_module .mobile_menu_bar:before{
		top: 0;
	}
	#site-footer-top{
		flex-direction: column;
		padding-bottom: 0;
	}
	#site-footer .et_pb_column{
		margin-bottom: 30px !important;
	}
	#site-footer-top-contact-col p{
		text-align: center;
	}
	#site-footer-top-menu-col .footer_menu{
	    flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	#site-footer-top-social-col .et_pb_code_inner{
		justify-content: center;
	}
	#site-footer-bottom .et_pb_column{
		margin-bottom: 0 !important;
	}
	#home-services-content-row2{
		flex-direction: column;
		padding-top: 0;
	}
	#home-services-content-row2 .et_pb_column{
		width: 100%;
	}
	#home-services .home-services-content .et_pb_column{
		height: auto;
	}
	#home-services-heading h2,
	#home-reviews-heading h2{
		font-size: 30px;
		padding-bottom: 0;
	}
	#home-services{
		padding: 100px 0 70px;
	}
	#home-why-choose {
		padding: 0;
		padding-bottom: 40px;
	}
	#home-cta h2{
		font-size: 30px;
		padding-bottom: 25px;
	}
	#home-cta .et_pb_button {
		margin-top: 5px;
	}
	#home-cta{
		padding: 30px 0;
	}
    body .et_pb_row, body .container {
        width: 90%;
    }	
	#about-team-sec-heading h2,
	#about-team-sec-content h3,
	#about-team-sec-content p,
	#about-team-sec-content .et_pb_image{
		text-align: center;
	}
	#about-team-sec-content .et_pb_column{
		margin-bottom: 50px;
	}
	#about-team-sec-content .et_pb_column:last-of-type{
		margin-bottom: 30px;
	}
	.single-post-content .container{
		padding-top: 30px !important;
	}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
	color: #514ad2 !important;
	}
	#site-header-menu .et_pb_menu li ul{
		width: auto;
	}
	#home-why-choose-content .et_pb_toggle{
		margin-bottom: 5px;
	}
	#home-why-choose-content{
		padding-top: 0;
	}
	#about-logo-sec-content img{
	    width: 250px;
	}
	#inner-banner h1{
		font-size: 55px;
	}
	#site-header-cta {
		display:none;
	}
}

@media only screen and (max-width: 767px) { 

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 15px 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#home-hero{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
	}
	#home-about-section img{
		height: auto;
	}
	#site-header-cta .et_pb_button{
	    padding: 10px 15px !important;
    	font-size: 15px;
	}
	#site-header .et_pb_row{
		padding: 10px 0 30px
	}
	#home-reviews-content{
		padding-top: 0;
	}
	#home-cta p{
		padding-bottom: 15px;
	}
	#home-cta .et_pb_button {
        margin-top: 1rem;
    }
	#inner-banner{
		height: 550px;
	}
	#inner-banner h1{
		font-size: 50px;
	}
	#about-team-sec-heading h2,
	#about-logo-sec-header h3{
		font-size: 40px;
	}
	#about-logo-sec{
		padding: 50px 0 10px;
	}
	.single-post-content .container{
		padding-top: 10px !important;
	}
	#inner-banner h1 {
		font-size: 50px;
	}
	#home-why-choose-content{
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#home-hero h1 {
		font-size: 40px;
	}
	#home-hero {
        height: 55vh;
        padding: 0;
    }
	#site-footer-bottom p{
		line-height: 1.8;
	}
	#home-services .home-services-content .et_pb_column p.service_content{
		font-size: 22px;
	    line-height: 1.3;
	}
   #inner-banner h1 {
        font-size: 37px;
    }
	#contact-map-sec iframe{
		height: 350px;
	}
	#home-why-choose{
		padding: 20px;
	}
}
@media only screen and (max-width: 500px) { 

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
/* 	#site-header .et_pb_row{
		flex-direction: column;
	}
	#site-header .et_pb_module,
	#site-header .et_pb_code_inner{
		text-align: center;
	}
	#site-header .et_pb_column {
        margin-bottom: 7px;
    }
	#site-header .et_pb_module .mobile_menu_bar:before{
		top: 8px;
	}
	#site-header .et_pb_menu{
	    position: relative;
    	top: 7px;
	} */
	#home-about-section img{
		width: 100%;
	}
	#about-team-sec-content img{
		height: 350px;
	}
	#home-why-choose-content h3{
		font-size: 25px;
	}
	#site-footer .et_pb_column:first-child {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 415px) { 

	#home-hero h1 {
		font-size: 36px;
	}
	#home-why-choose{
		padding: 10px;
	}
	.footer-list-menu ul li a {
		margin-bottom: 5px;
   	 	display: block;
	}
}