/*
Theme Name: Cynthia Luma
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.27.4
*/

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

body {
	font-weight: 300;
}

@font-face {
	font-family: 'Calligraphic 421';
	src: url('fonts/Calligraphic-421-Regular.eot');
	src: url('fonts/Calligraphic-421-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calligraphic-421-Regular.woff2') format('woff2'),
		url('fonts/Calligraphic-421-Regular.woff') format('woff'),
		url('fonts/Calligraphic-421-Regular.ttf')  format('truetype'),
		url('fonts/Calligraphic-421-Regular.svg#Calligraphic 421') format('svg');
}

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

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

body h1 {
	font-family: 'Calligraphic 421';
	text-transform: uppercase;
}

body h2 {
	font-size: 40px;
}
body h3,
body.single .post .entry-title {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 18px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #660799;
}

#page-container .white-button {
	background: #fff;
	color: #000;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}

#page-container .btn {
	display: inline-block;
	padding: 18px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border-radius: 0;
	background: #b238f3;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}
#page-container .btn:hover {
	background: #660799;
}

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

html body #page-container div.wpforms-container-full {
	margin: 0 auto;
}
#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;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 18px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 0;
	background: #b238f3;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #660799 !important;
}

#page-container .wpforms-confirmation-container-full {
	background: #b238f3;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -4px;
	color: #11099b;
}

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

.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

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

/* 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-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

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

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

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

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

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

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

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

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

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

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

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.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;
}

/* contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -135px;
}
.et_pb_row .outside-left {
	margin-left: -135px;
}

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

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

#main-header,
#main-header #et-top-navigation {
	font-weight: normal;
}

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

.header-right-area {
	position: relative;
	float: right;
	padding-top: 25px;
	padding-left: 25px;
}
.header-right-area a {
	color: #000;
	font-size: 16px;
}
.header-right-area a:hover {
	color: #11099b;
}

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

body.et_header_style_split #page-container #main-header #et-top-navigation .centered-inline-logo-wrap,
body.et_header_style_split #page-container #main-header.et-fixed-header #et-top-navigation .centered-inline-logo-wrap {
	width: auto !important;
	height: auto;
	margin: 0 40px;
}
#main-header #et-top-navigation {
	padding-top: 8px;
	width: auto;
	float: left;
}
body #top-menu > li {
	padding-right: 30px;
}
#main-header #et-top-navigation #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_split #et-top-navigation nav>ul>li>a,
body.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 35px;
}
#main-header li ul {
	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 #main-header .nav li ul a {
	width: 100%;
	padding: 14px 20px;
	font-weight: 400;
	text-transform: none;
	color: #000 !important;
	font-size: 15px;
}
body #top-menu li li a:hover {
	background: #11099b;
	color: #fff !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a {
	color: initial !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a:hover {
	color: #fff !important;
}

/* collapse menu on mobile
--------------------------------------------------- */

#main-header #mobile_menu .sub-menu {
	display: none !important;
}
#main-header #mobile_menu .menu-item-has-children.activated > .sub-menu {
	display: block !important;
	visibility: visible !important;
}
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #b238f3;
	border: none;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle:before {
	content: '\4c';
	display: inline-block;
	font-size: 18px;
	font-family: 'ETmodules';
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
#mobile_menu .menu-item-has-children.activated > .sub-menu-toggle:before {
	content: '\4d';
}

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

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

.home #page-container #main-header {
	background: rgb(255 255 255 / 60%);
	-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);
}

.home #et-main-area {
	margin-top: -80px;
}

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	min-height: 636px;
	padding-top: 360px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
#hero-img-section:after {
	content: "";
	background-image: url(images/banner-shape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Stories Section
--------------------------------------------------- */

#stories-area {
	padding-top: 50px;
}
body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:last-of-type,
body .reverse-column-row .et_pb_column:first-of-type {
	align-self: center;
}
#stories-area .et_pb_row_3,
#stories-area .et_pb_row_5 {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Home CTA 1 Section
--------------------------------------------------- */

#home-cta-area-1 {
	padding-bottom: 70px;
}
#home-cta-area-1 .et_pb_column {
	border-radius: 100px 0;
	background-color: #f1f1f1;
	padding: 55px 65px;
}

/* Home CTA 2 Section
--------------------------------------------------- */

#home-cta-area-2 {
	padding: 0;
}
#home-cta-area-2 .et_pb_column:first-of-type {
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 9;
}
#home-cta-area-2 .et_pb_column:first-of-type .et_pb_module {
	border-radius: 100px 0;
	background-color: rgb(255 255 255 / 80%);
	max-width: 570px;
	float: right;
	padding: 62px 45px;
	left: -60px;
}
#home-cta-area-2 h2 {
	font-size: 35px;
}
#home-cta-area-2 .et_pb_image {
	height: 100%;
	background-attachment: fixed;
	background-size: 63%, cover;
	background-position: right 100%;
	margin-left: -208px;
}
#home-cta-area-2 .et_pb_image:before {
	content: "";
	width: 204px;
	height: 100%;
	background: -webkit-linear-gradient(90deg, #11099b 0%, rgba(44, 68, 18, 0.00) 100%);
	background: -o-linear-gradient(90deg, #11099b 0%, rgba(44, 68, 18, 0.00) 100%);
	background: -ms-linear-gradient(90deg, #11099b 0%, rgba(44, 68, 18, 0.00) 100%);
	background: -moz-linear-gradient(90deg, #11099b 0%, rgba(44, 68, 18, 0.00) 100%);
	background: linear-gradient(90deg, #11099b 0%, rgba(44, 68, 18, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
#home-cta-area-2 .et_pb_image img {
	display: none;
}

/* Quote Area
--------------------------------------------------- */

#home-quote-area {
	padding-top: 70px;
}
#main-content .quote-area {
	position: relative;
	text-align: center;
	background-color: #b238f3;
	max-width: 700px;
	margin: 0 auto;
	padding: 105px 125px 65px;
	border-radius: 100px 0;
}
#main-content .quote-area:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 19px;
	position: absolute;
	background-image: url(images/quotes.png);
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
body .quote-area h4,
body .quote-area h6 {
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #fff;
}
body .quote-area h4 {
	font-style: italic;
	line-height: 1.4;
}
body .quote-area h6 {
	padding-bottom: 0;
	font-size: 18px;
}

/* About Section
--------------------------------------------------- */

#about-area .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
	border-radius: 100px 0;
}
#about-area .about-row-2 .et_pb_column:last-of-type {
	background-color: #fff;
}
body .about-row-2 .et_pb_column:last-of-type:before {
	content: "";
	background-image: url(images/about-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	max-width: 548px;
	height: 548px;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	mix-blend-mode: luminosity;
}

/* Services Section
--------------------------------------------------- */

#services-area {
	padding-bottom: 70px;
}
body .services-row .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
	border-radius: 100px 0;
}
body .services-row .et_pb_image img {
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
body .services-row .et_pb_column:focus-within .et_pb_image img,
body .services-row .et_pb_column:hover .et_pb_image img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#main-content .services-row .et_pb_button_module_wrapper {
	max-width: 244px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
#main-content .services-row .et_pb_button {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	color: #000;
	font-weight: 300;
}
#main-content .services-row .et_pb_button:hover {
	background: #660799;
}

/* Home CTA 3 Section
--------------------------------------------------- */

#home-cta-area-3 {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Footer Styling
---------------------------------------------------------------------------------------------------- */

#main-footer {
	position: relative;
	overflow: hidden;
}
#main-footer:before {
	content: "";
	background-image: url(images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	max-width: 432px;
	height: 432px;
	position: absolute;
	top: 35px;
	left: -240px;
	right: 0;
	margin: 0 auto;
	mix-blend-mode: overlay;
}

/* footer widget 1 styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 70px 0;
}
#footer-widgets .footer-widget {
	margin: 0;
	width: 50%;
}
#footer-widgets .footer-widget:first-of-type {
	float: right;
	text-align: center;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}
#footer-widgets .footer-widget:first-of-type .custom-html-widget {
	max-width: 470px;
	margin: 0 auto;
}
#main-footer h2 {
	color: #fff;
}

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

#main-footer form {
	position: relative;
}
#main-footer .wpforms-field {
	padding: 0 0 10px;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
	height: auto;
	font-weight: 300;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
#main-footer textarea {
	height: 80px;
}
#main-footer .wpforms-field-captcha .wpforms-field-label,
#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
#main-footer .wpforms-field-captcha .wpforms-field-label,
#main-footer .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
#main-footer .wpforms-field-captcha .wpforms-field-label {
	margin: 2px 5px 0 0;
	text-transform: uppercase;
}
#main-footer .wpforms-field-captcha .wpforms-field-label .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
	width: 70px;
	padding: 10px 5px;
	font-size: 16px;
	display: inline-block;
}
#main-footer .wpforms-submit-container {
	padding-top: 0;
}
#main-footer div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #fff;
	color: #000;
}
#main-footer .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #b238f3;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
#main-footer .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}

/* footer widget 2 styling
--------------------------------------------------- */

#footer-widgets .footer-widget:last-of-type {
	padding-right: 30px;
}
#footer-widgets .footer-widget:last-of-type h2 {
	border-bottom: 1px solid rgb(255 255 255 / 25%);
	margin-bottom: 40px;
	max-width: 445px;
}
#footer-widgets img {
	display: block;
}
#footer-widgets .widget_custom_html + .widget_custom_html {
	padding-top: 20px;
}
#footer-widgets .social-icons,
#footer-widgets .pt-badge {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
}
body .pt-badge {
	padding-left: 15px;
}
body .privacy-policy,
body .privacy-policy ~ * {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
}
body .privacy-policy {
	padding-right: 20px;
}

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

body .social-icons a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #000 !important;
	font-size: 20px;
	text-align: center;
	text-shadow: none;
	border-radius: 4px;
	margin-right: 15px;
}
body .social-icons a:last-of-type {
	margin-right: auto;
}
body .social-icons .icon {
	font-weight: 400;
}
body .social-icons a:hover {
	background: #b238f3;
	color: #fff !important;
}

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 20px;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 .et_pb_text:after {
	content: "";
	background: url(/wp-content/uploads/2025/02/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	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,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
.blog .entry-title,
.archive .entry-title {
	font-size: 22px;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
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;
}
.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: #b238f3;
	color: #fff;
}

/*
Sidebar styling
--------------------------------------------------- */

#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 .et_pb_widget:first-child,
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#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 .et_pb_widget:first-child select,
#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: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}

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

.about-box {
	position: relative;
	text-align: center;
}
.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: 15px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #b238f3;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 28px 8px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 90px;
}
#sidebar .about-box h4 a:hover {
	background: #660799;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}
#page-container #sidebar .et_pb_button {
	color: #fff;
}

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

#sidebar iframe,
#sidebar .widget_media_image img {
	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 page styling
---------------------------------------------------------------------------------------------------- */

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

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

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

/* popup form styling
--------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake {
	background: #3366ff;
	border-radius: 0;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .pum.pum-overlay .pum-container.popmake h2 {
	color: #fff;
	padding-bottom: 10px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 500px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field {
	padding: 0 0 10px;
}

/*
body .pum.pum-overlay .pum-container.popmake .left-side-field {
width: 49%;
float: left;
}
body .pum.pum-overlay .pum-container.popmake .right-side-field {
position: absolute;
top: 0;
right: 0;
width: 49%;
}
*/

body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 10px 20px;
	font-weight: 300;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 18px;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label {
	font-weight: normal;
	margin: 0 5px 4px 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label .wpforms-required-label {
	display: none;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math input {
	width: 60px;
	padding: 10px 5px;
	font-size: 16px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container {
	margin-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
	display: inline-block;
	padding: 18px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover {
	background: #660799 !important;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #b238f3;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 300;
	background: #b238f3;
	font-size: 16px;
	height: 35px;
	width: 35px;
	line-height: 28px;
}

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 {
	clear: both;
	z-index: 999;
}
#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #b238f3;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	color: #000;
	padding: 22px 70px 22px 25px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #b238f3;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 25px;
	border-top: 1px solid #b238f3;
}

/* New landing4 Design
--------------------------------------------------- */

#main-content .landing-header {
	padding: 0;
	z-index: 999;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

body .landing-logo-widget h2 {
	padding-bottom: 0;
}

body .landing-logo-widget a {
	display: table;
}
body .landing-logo-widget img {
	display: block;
}

.landing-phone-widget a {
	color: #fff;
	font-size: 16px;
	background: #b238f3;
	display: inline-block;
	padding: 10px 15px 10px 60px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget a .icon {
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 20px;
}
.landing-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #660799;
}

body .landing-header .et_pb_button .icon {
	font-weight: 400;
	position: relative;
	top: 3px;
}

/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

#main-content .landing3-banner-section-lp4 {
	padding-top: 130px;
	min-height: 450px;
	padding-bottom: 120px;
}
body .landing3-banner-section-lp4:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
body .landing3-banner-caption-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#main-content .landing3-content-section-lp4 {
	padding-top: 0;
}

#landing3-contact-details-lp4 {
	margin-top: -110px;
}
#landing3-contact-details-lp4 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #b238f3;
	right: 0;
	text-decoration: none;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #660799;
}

/* #landing3-form-widget-lp4-1
--------------------------------------------------- */

#landing3-form-widget-lp4-1 {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 30px;
	background-color: #fff;
}
#landing3-form-widget-lp4-1 p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget-lp4-1 h2 {
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget-lp4-1 div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget-lp4-1 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select,
#landing3-form-widget-lp4-1 textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select {
	height: auto;
}
#landing3-form-widget-lp4-1 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 .wpforms-submit-container {
	padding-top: 10px;
}

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

body .landing-page-footer {
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid rgb(0 0 0 / 20%);
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}

/*
Landing Page lp0017
---------------------------------------------------------------------------------------------------- */

body .lp0017-banner .et_pb_image_wrap {
	padding-right: 20px;
	padding-bottom: 20px;
}
body .lp0017-banner .et_pb_image_wrap:after {
	content: "";
	background: #b238f3;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 500px 500px;
}
body .lp0017-banner .et_pb_image img {
	border-radius: 0 0 500px 500px;
}

body .work-unfolds-row h4 {
	font-size: 25px;
	color: #fff;
}
body .work-unfolds-row h5 {
	padding-bottom: 0;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 90px;
	border-radius: 100%;
	border: 5px solid #fff;
	margin: 0 auto 10px;
	color: #fff;
}
body .work-unfolds-row .et_pb_column:nth-child(1) h5 {
	background-color: #11099b;
}
body .work-unfolds-row .et_pb_column:nth-child(2) h5 {
	background-color: #b238f3;
}
body .work-unfolds-row .et_pb_column:nth-child(3) h5 {
	background-color: #660799;
}

#main-content .lp0017-testimonial .et_pb_text {
	padding: 18px 33px 19px 75px;
	background-size: 100% 100%;
	font-size: 16px;
}
#main-content .lp0017-testimonial.lp0017-testimonial-2 .et_pb_text {
	padding: 18px 75px 19px 33px;
}

#main-content .lp0017-form {
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	padding: 30px;
}
#main-content .lp0017-form .wpforms-field {
	padding: 0 0 10px;
}
#main-content .lp0017-form input,
#main-content .lp0017-form select,
#main-content .lp0017-form textarea {
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 11px 15px;
	height: auto;
}
#main-content .lp0017-form textarea {
	height: 286px;
}
#main-content .lp0017-form .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#main-content .lp0017-form .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#main-content .lp0017-form .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form .wpforms-submit-container {
	padding-top: 0;
	text-align: center;
}

.img-container img {
	border-radius: 100px 0;
}
.contact-page .dashicons-icon {
	padding-right: 10px;
	vertical-align: middle;
}

/*
.qoet-section em {
position: relative;
}
.qoet-section em:before {
content: ",,";
display: block;
font-size: 116px;
rotate: 180deg;
font-family: auto;
position: absolute;
left: 0;
right: 0;
}
*/

body .about-flex-row {
	display: flex;
	align-items: center;
}

.visual-break-logo:after,
.visual-break-logo:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	max-width: 1170px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	top: -15px;
}
.visual-break-logo:after {
	top: auto;
	bottom: -15px;
}

.upper-break.visual-break-logo:before,
.last-visual-break.visual-break-logo:after {
	display: none;
}
.qoet em {
	text-wrap: balance;
}

.et_pb_post .entry-content {
	padding-top: 30px !important;
	padding: 20px;
}


#main-content .et_pb_post .entry-content ul {
	padding-left: 60px;
}












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

@media only screen and (min-width: 1600px) {

	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

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

	#home-cta-area-2 {
		padding: 50px 0;
	}
	#home-cta-area-2 .et_pb_column:first-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
	#home-cta-area-2 .et_pb_column:first-of-type .et_pb_module {
		left: auto;
	}
	#home-cta-area-2 .et_pb_image {
		margin-left: auto;
		background-image: none;
	}
	#home-cta-area-2 .et_pb_image:before {
		display: none;
	}
	#home-cta-area-2 .et_pb_image img {
		display: block;
	}

}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right {
		margin-right: auto;
	}
	.et_pb_row .outside-left {
		margin-left: auto;
	}
	body #top-menu > li {
		padding-right: 18px;
	}
	body.et_header_style_split #page-container #main-header #et-top-navigation .centered-inline-logo-wrap,
	body.et_header_style_split #page-container #main-header.et-fixed-header #et-top-navigation .centered-inline-logo-wrap {
		margin: 0 auto;
	}
	#page-container #main-header #et-top-navigation nav>ul>li a {
		font-size: 14px;
	}
	#hero-img-section:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 50%);
		position: absolute;
		top: 0;
		left: 0;
	}
	#home-cta-area-2 .et_pb_column:first-of-type .et_pb_module {
		border-radius: 50px 0;
		padding: 30px;
	}

}

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

	html body {
		font-size: 16px;
	}
	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit],
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
		padding: 14px 25px;
		font-size: 14px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	#page-container #main-header {
		padding: 5px 0;
	}
	body.et_header_style_split #page-container #main-header .logo_container {
		max-height: none;
		float: left;
	}
	#main-header #et-top-navigation #et_mobile_nav_menu {
		margin-top: 0;
	}
	body.et_header_style_split #page-container #main-header #et-top-navigation .mobile_nav {
		background-color: transparent;
		padding: 0;
	}
	body.et_header_style_split #page-container #main-header #et-top-navigation .mobile_nav .select_page {
		display: none;
	}
	body.et_header_style_split #page-container #main-header #et-top-navigation .mobile_menu_bar.mobile_menu_bar_toggle {
		margin-top: -50px;
		padding-bottom: 0;
	}
	body.et_header_style_split #page-container #main-header #et-top-navigation .et_mobile_menu {
		top: 4px;
	}
	#main-header #et-top-navigation .mobile_nav.opened .mobile_menu_bar:before{
		content: "M";
	}
	.header-right-area {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 60px;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
		clear: both;
		float: none;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		padding: 10px 15px;
	}
	#main-header #et-top-navigation .et_mobile_menu li a {
		font-size: 16px;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	#hero-img-section {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 60px;
	}
	#hero-img-section:after {
		background-size: contain;
	}
	#stories-area {
		padding-top: 20px;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#stories-area .et_pb_row_1 {
		padding-bottom: 0;
	}
	#stories-area .et_pb_row_3,
	#stories-area .et_pb_row_5 {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
	#home-cta-area-1 {
		padding-top: 0;
		padding-bottom: 20px;
	}
	#home-cta-area-1 .et_pb_column {
		border-radius: 50px 0;
		padding: 30px;
	}
	#home-cta-area-2 .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	#home-cta-area-2 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#home-cta-area-2 .et_pb_column:first-of-type .et_pb_module {
		float: none;
		margin: 0 auto;
	}
	#home-quote-area {
		padding-top: 20px;
		padding-bottom: 0;
	}
	#main-content .quote-area {
		padding: 60px 30px 30px;
		border-radius: 50px 0;
	}
	#main-content .quote-area:before {
		top: 20px;
	}
	#about-area h2 {
		padding-bottom: 0;
	}
	#about-area .et_pb_image .et_pb_image_wrap {
		border-radius: 50px 0;
	}
	body .about-row-2 .et_pb_column:last-of-type:before {
		height: 100%;
		top: 0;
	}
	#services-area {
		padding-top: 0;
		padding-bottom: 20px;
	}
	body .services-row .et_pb_image .et_pb_image_wrap {
		border-radius: 50px 0;
	}
	#home-cta-area-3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-footer:before {
		left: 0;
		top: auto;
		bottom: 30px
	}
	#main-footer #footer-widgets {
		padding: 30px 0;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#footer-widgets .footer-widget:first-of-type {
		float: none;
	}
	#footer-widgets .footer-widget:last-of-type {
		padding-right: 0;
		padding-top: 30px;
	}
	#footer-widgets .footer-widget:last-of-type h2 {
		margin: 0 auto 20px;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 3px;
	}
	#inner-banner1 br {
		display: none;
	}
	#main-content #left-area .pagination {
		margin-bottom: 30px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	body .img-container img {
		border-radius: 50px 0;
	}
	body .about-flex-row {
		flex-direction: column-reverse;
	}
	body .about-flex-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 25px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .landing-header .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-right: 10px;
	}
	#main-content .landing3-banner-section-lp4 {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	body .landing3-banner-section-lp4:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section-lp4 br {
		display: none;
	}
	#main-content .landing3-content-section-lp4 {
		padding-top: 30px;
	}
	#landing3-contact-details-lp4 {
		max-width: 350px;
		margin: 0 auto;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

}

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

	body h1 {
		font-size: 35px;
	}
	body h2,
	#home-cta-area-2 h2 {
		font-size: 32px;
	}
	body h3,
	body.single .post .entry-title {
		font-size: 24px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}
	#main-content .landing-header {
		box-shadow: 0 0 5px rgba(0,0,0,.1);
	}
	.landing-phone-widget a {
		font-size: 13px;
		padding-left: 35px;
	}
	.landing-phone-widget a .icon {
		font-size: 18px;
		left: 8px;
		top: 17px;
	}
	.landing-phone-widget strong {
		font-size: 15px;
	}
	body .pum.pum-overlay .pum-container.popmake {
		min-width: 90% !important;
		width: 90%;
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2,
	#home-cta-area-2 h2 {
		font-size: 28px;
	}
	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;
	}
	body .logo_helper {
		display: none;
	}
	body .quote-area h4 {
		font-size: 20px;
	}
	body .quote-area h6 {
		font-size: 16px;
	}
	#main-footer input,
	#main-footer select,
	#main-footer textarea {
		font-size: 14px;
		letter-spacing: 0.6px;
	}
	#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
		font-size: 16px;
	}
	#main-footer .wpforms-field-captcha .wpforms-field-label {
		display: none;
	}
	#main-footer .wpforms-field-captcha .wpforms-captcha-math input {
		width: 50px;
	}
	body .privacy-policy,
	body .privacy-policy ~ * {
		display: block;
	}
	body .privacy-policy {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	body .landing-logo-widget h2 {
		font-size: 17px;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-bottom: 30px;
	}
	.page-id-2664 #main-content .landing3-banner-section-lp4 {
		padding-top: 35%;
		background-position: 41%;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}
	#main-content .lp0017-testimonial .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}
