/*
Theme Name: Cris Fort Garces
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.27.4
*/

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

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,
.blog .entry-title,
.archive .entry-title,
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: 12px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.7px;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #b54b3c;
}

#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: 12px 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: #de6e5e;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
#page-container .btn:hover {
	background: #b54b3c;
}

/*
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: 12px 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: #de6e5e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #b54b3c !important;
}

#page-container .wpforms-confirmation-container-full {
	background: #de6e5e;
	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: #de6e5e;
}

/* 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;
}
#page-container #main-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page-container #main-header.et-fixed-header {
	-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);
}
#main-header,
#main-header #et-top-navigation {
	font-weight: normal;
}

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

.header-right-area {
	position: relative;
	float: right;
	padding-top: 42px;
	padding-bottom: 42px;
	padding-left: 100px;
}

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

#main-header #et-top-navigation {
	padding-top: 60px;
}
body #top-menu > li {
	padding-right: 30px;
}
#main-header #et-top-navigation #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 30px;
	letter-spacing: 0.8px;
}
#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;
	text-transform: none;
	color: #000 !important;
	font-size: 15px;
}
body #top-menu li li a:hover {
	background: #de6e5e;
	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;
}

/* 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: 2px solid #de6e5e;
	-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: 30px;
}

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

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

#hero-img-section {
	padding-top: 0;
}
#hero-img-section .et_pb_row {
	display: flex;
	align-items: center;
}
#hero-img-section h6 {
	font-size: 18px;
}
#hero-img-section .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
	border-radius: 0 0 0 200px !important;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

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

#stories-area {
	padding-bottom: 70px;
}
body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:first-of-type,
body .reverse-column-row .et_pb_column:last-of-type {
	align-self: center;
}
#stories-area .flex-row {
	margin-top: 40px;
}
#stories-area .et_pb_image_wrap {
	overflow: hidden;
}
#stories-area .reverse-column-row .et_pb_image_wrap {
	padding: 20px 0 20px 20px;
}
#stories-area .reverse-column-row .et_pb_image_wrap:before {
	content: "";
	width: 100%;
	max-width: 251px;
	height: 100%;
	background-color: #beb0d3;
	position: absolute;
	top: 0;
	left: 0;
}
#stories-area .reverse-column-row .et_pb_image img {
	border-radius: 0 0 150px 0;
}
#stories-area .flex-row .et_pb_image_wrap {
	padding: 20px 20px 20px 0;
}
#stories-area .flex-row .et_pb_image_wrap:before {
	content: "";
	width: 100%;
	max-width: 251px;
	height: 100%;
	background-color: #beb0d3;
	position: absolute;
	top: 0;
	right: 0;
}
#stories-area .flex-row .et_pb_image img {
	border-radius: 0 0 0 150px;
}

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

#home-cta-area-1 {
	padding-top: 70px;
	padding-bottom: 70px;
}
#home-cta-area-1 .et_pb_column {
	border-radius: 0 0 150px 0;
	background: rgba(190, 176, 211, 0.9);
	max-width: 587px;
	padding: 45px 40px;
}

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

#about-area {
	padding-top: 70px;
}
#about-area .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
	border-radius: 500px 500px 0 0;
}

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

#services-area {
	padding-bottom: 70px;
}
#main-content .services-row .et_pb_column {
	max-width: 270px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
	min-height: 220px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#main-content .services-row .et_pb_column:focus-within,
#main-content .services-row .et_pb_column:hover {
	-webkit-transform: translateY(-6%);
	-ms-transform: translateY(-6%);
	transform: translateY(-6%);
}
body .services-row .et_pb_text h4 {
	font-size: 25px;
	padding-bottom: 0;
}
body .services-row .et_pb_text h6 {
	padding: 0;
}
body .services-row .et_pb_text h6 a {
	position: absolute;
	top: -300%;
	left: -20%;
	right: -20%;
	height: 600%;
	text-indent: -99999px;
	z-index: 9;
}

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

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

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

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

#main-footer #footer-widgets {
	padding: 75px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .footer-widget:first-of-type {
	text-align: center;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}
#footer-widgets .footer-widget:first-of-type .textwidget {
	border-radius: 0 0 100px 0;
	border: 1px solid #957eb8;
	max-width: 500px;
	margin: 0 auto;
	padding: 27px 49px;
}

/* 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: 1px solid #ddd;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
	height: auto;
}
#main-footer textarea {
	height: 80px;
}
#main-footer .wpforms-field-captcha .wpforms-field-label,
#main-footer .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 18px;
	color: #000;
}
#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 {
	font-weight: 400;
	margin: 0 5px 4px 0;
}
#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;
	padding: 17px 42px;
}
#main-footer .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #de6e5e;
	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
--------------------------------------------------- */

#page-container .quote-area {
	position: relative;
	text-align: center;
	padding-top: 60px;
	line-height: 1.2;
}
#page-container .quote-area:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 46px;
	height: 36px;
	position: absolute;
	background-image: url(images/quotes.png);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
body .quote-area h4 {
	font-style: italic;
	line-height: 1.6;
}
body .quote-area h6 {
	padding-bottom: 0;
	font-size: 18px;
}

#footer-widgets .widget_custom_html + .widget_custom_html {
	padding-top: 50px;
}
#footer-widgets .widget_custom_html + .widget_custom_html .textwidget {
	max-width: 500px;
	margin: 0 auto;
}
#footer-widgets h3 {
	padding-bottom: 5px;
}
#footer-widgets h5 {
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-align: center;
	max-width: 410px;
	padding-bottom: 10px;
}
#footer-widgets h5 + .prg-icon {
	border-top: 1px solid rgb(0 0 0 / 20%);
	padding-top: 20px;
}
#footer-widgets .social-icons,
body .pt-badge,
body .privacy-policy {
	display: inline-block;
	vertical-align: middle;
}
body .pt-badge {
	padding-left: 5px;
	padding-right: 10px;
}
body .pt-badge img {
	display: block;
}

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

body .social-icons a {
	width: 32px;
	height: 32px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #000 !important;
	font-size: 18px;
	text-align: center;
	text-shadow: none;
	margin-right: 5px;
	border: 1px solid #000;
}
body .social-icons a:last-of-type {
	margin-right: auto;
}
body .social-icons .icon {
	font-weight: 400;
}
body .social-icons a:hover {
	background: #de6e5e;
	color: #fff !important;
	border-color: #de6e5e;
}

/*
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_column {
	position: relative;
}
#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,
body.search #inner-banner1 .et_pb_image img,
body.category #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	padding: 0 10px;
}
body.blog #inner-banner1 .et_pb_text,
body.search #inner-banner1 .et_pb_text,
body.category #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 .et_pb_text_inner {
	background: #de6e5e;
	padding: 20px 10px;
	-webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 60%);
	-moz-box-shadow: 0 10px 10px rgb(0 0 0 / 60%);
	box-shadow: 0 10px 10px rgb(0 0 0 / 60%);
	border-radius: 0 0 50px 50px;
}
#inner-banner1 h1 {
	padding-bottom: 0;
}
body.blog #inner-banner1 h1,
body.search #inner-banner1 h1,
body.category #inner-banner1 h1 {
	color: #fff;
}
#inner-banner1 h1 ~ * {
	padding: 20px 0 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;
}
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: #de6e5e;
	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: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 .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: 16px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #de6e5e;
	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: #b54b3c;
}
.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
---------------------------------------------------------------------------------------------------- */


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

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #de6e5e;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 23px;
	font-weight: 400;
	color: #000;
	padding: 22px 65px 22px 22px;

	font-weight: 600;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title {
	border-bottom: solid 3px #de6e5e;
	margin-bottom: 20px;
}


#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #de6e5e;
	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: 0 65px 40px 22px;
}

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

body .landing-header {
	padding: 0;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
}
body .landing-logo-widget img {
	display: block;
}
.landing-phone-widget a {
	color: #fff;
	font-size: 16px;
	background: #de6e5e;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-color: rgba(0,0,0,0.99);
	border-radius: 0px;
    text-decoration: none;
}
.landing-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 12px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #b54b3c;
}
#main-content .landing3-content-area-lp4 {
    padding-top: 0;
}
/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

.page-id-3666 .landing-logo-widget img {
	max-height: 69px;
	object-fit: contain;
	width: auto;
}

#main-content .landing3-banner-section-lp4 {
	padding-top: 70px;
	min-height: 450px;
	padding-bottom: 120px;
}
body .landing3-banner-caption-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#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: #de6e5e;
	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: #b54b3c;
}
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-content-area-lp4 {
    padding-top: 0 !important;
}

/* #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 {
	font-size: 30px;
	font-weight: 700;
	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 {
	text-align: center;
}



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

body .landing-page-footer {
	background: transparent;
	color: #000;
	padding: 20px 0px;
	overflow: hidden;
}
.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;
}
body .landing-page-footer {
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid rgb(0 0 0 / 20%);
}
.landing-header-lp4 .landing-phone-widget a {
     padding: 10px 12px 10px 46px;

}
.landing-header-lp4  .landing-phone-widget .dashicons-phone:before {
	left: -8px;
	top: 1px;
	font-size: 29px;
}

.landing-header-lp4  #logo {
	max-height: 100%;
	max-width: 374px;
}
.landing-phone-widget {
	padding-top: 25px;
}


.img-right img {
	border-radius: 0 0 0 150px;
	    padding: 20px 20px 20px 0;
}

.img-left img {
	 padding: 20px 0 20px 20px;
	
}
   


.img-left img {
	border-radius: 0 0 150px 0;
}





body .img-right:after {
content: "";
    width: 100%;
    max-width: 251px;
    height: 96%;
    background-color: #beb0d3;
    position: absolute;
    top: 0;
	right: 0;
	z-index: -1;
}
body .img-left:after {
	content: "";
	width: 100%;
	max-width: 251px;
	 height: 96%;
	background-color: #beb0d3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}



body .img-right {
    float: right;
    margin-left: 40px;
}
body .img-left {
	    float: left;
    margin-right: 40px;
}
body .img-container {
    position: relative;
    margin-bottom: 40px;
}

.landing-phone-widget em {
    font-style: normal;
}








/* 
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: 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;
	}

	/*
	#logo {
	max-width: 180px;
}
	*/

	/*
	.header-right-area {
	padding-left: 20px;
}
	#page-container .header-right-area .btn {
	padding-left: 20px;
	padding-right: 20px;
}
	*/

	body #top-menu > li {
		padding-right: 13px;
	}

	/*
	body.et_header_style_left #et-top-navigation nav>ul>li a {
	font-size: 14px;
}
	*/
	.header-right-area {
    padding-left: 30px;
	}
	#footer-widgets p {
		font-size: 14px;
	}
	#inner-banner1 h1 {
		padding-bottom: 0;
		text-align: center;
	}

}

@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,
	.blog .entry-title,
	.archive .entry-title,
	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],
	#main-footer div.wpforms-container-full .wpforms-form button[type=submit],
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
		padding: 10px 25px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}

	body.et_header_style_left .logo_container {
		position: relative;
		width: auto;
		float: left;
		padding-top: 5px;
	}

	.header-right-area {
		padding-top: 5px;
		padding-left: 0;
		padding-right: 60px;
	}

	#main-header #et-top-navigation {
		padding-top: 0;
		clear: both;
		margin-top: -55px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		padding: 10px 15px;
	}
	#main-header #et-top-navigation .et_mobile_menu li a {
		font-size: 16px;
	}

	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: 0;
	}

	#main-footer #footer-widgets {
		/* padding: 50px 0 20px; */
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}

	/*
	#footer-widgets .footer-widget:nth-child(2) {
	padding: 30px 0;
}
	*/

	#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;
	}

	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 22px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .accordion-style6 .et_pb_toggle_content {
		padding: 0 22px 25px;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-bottom: 109px;
		padding-top: 57px !important;
		min-height: auto;
	}
	#main-content .landing3-banner-section-lp4  .et_pb_row {
		padding-top: 0;
		padding-bottom: 0;
	}
	#landing3-contact-details-lp4 h4 a {
		right: 20px;
		bottom: -7px;
	}
	.header-right-area {
		padding-top: 45px;
	}
	#main-header #et-top-navigation {
		margin-top: -77px;
	}
	    body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
        margin-bottom: 45px;
    }
	 body #stories-area .reverse-column-row {
    display: flex;
    flex-direction: column;
}
	body #stories-area  .flex-row {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
}
	#stories-area {
    padding-bottom: 0;
}
	#home-cta-area-1
 {
    padding-top: 50px;
    padding-bottom: 50px;
}
		#hero-img-section .et_pb_row {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}

	#hero-img-section br {
		display: none;
	}
	#main-content #hero-img-section .et_pb_image {
		text-align: center;
		min-height: 400px;
		background-size: auto;
	}
	#home-cta-area-1 .et_pb_column {
		max-width: max-content;
	}
	#about-area {
		padding-top: 0;
	}
	.about-row-2 {
		display: flex;
		flex-direction: column-reverse;
	}
	.services-row {
		flex-direction: column;
		align-content: center;
	}
	#main-content .services-row .et_pb_column {
		    margin-right: 0;
	}
	#main-content .services-row .et_pb_column:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
	#services-area {
		padding-bottom: 0;
	}
	#home-cta-area-2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	div#custom_html-4 {
		padding-top: 12px;
	}
	#footer-widgets .widget_custom_html + .widget_custom_html {
		padding-top: 20px;
	}
	#main-footer #footer-widgets {
		padding: 30px 0;
	}
	body .landing-header .et_pb_row {
		padding: 5px 0;
		display: flex;
		padding-bottom: 0 !important;
	}
	body .landing-header  .et_pb_column {
		margin-bottom: 0;
	}
	body .landing-header.et_pb_section {
        padding-bottom: 5px;
        padding-top: 5px;
    }
	
	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section br {
		display: none;
	}
	#main-content .landing3-content-section .landing3-content-area {
		padding-top: 20px;
		margin-top: 0;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	
	#landing3-form-widget {
		margin-bottom: 0;
	}
.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

	#main-content .landing4-banner-section {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 0;
	}
	#main-content .landing4-banner-section br {
		display: none;
	}
	body #landing4-form-widget .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-contact-details {
		margin-top: 0;
		text-align: center;
	}
	#landing4-contact-details .btn {
		position: relative;
		right: auto;
		margin: 0 auto 20px;
	}
	.landing4-banner-caption h1,
	.landing3-banner-caption h1 {
		font-size: 35px;
	}

	#landing3-contact-details-lp4 {
    max-width: 400px;
    margin: 0 auto;
		margin-top: 0;
	}
	#inner-banner1 h1 {
		padding-bottom: 0;
		text-align: center;
	}
	.img-right img {
		border-radius: 0 0 0 150px;
		padding: 13px 15px 4px 0;
	}
.img-left img {
    padding: 10px 0 3px 13px;
}

	
}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	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;
	}

	



}

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

	body h1 {
		font-size: 30px;
	}
	body 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.et_header_style_left .logo_container {
	margin-top: 15px;
}
	*/
	body.et_header_style_left #logo {
		max-width: 180px;
	}


	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
		
	}

	#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;
	}

	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#hero-img-section br {
		display: none;
	}
	#footer-widgets .footer-widget:first-of-type .textwidget {
		border-radius: 0 0 100px 0;
		border: 1px solid #957eb8;
		max-width: 500px;
		margin: 0 auto;
		padding: 24px 19px;
	}
	#page-container #home-cta-area-1 .et_pb_button {
		        padding: 10px 13px;
	}
	#home-cta-area-1 .et_pb_column {
		border-radius: 0 0 100px 0;
	}
	.landing-phone-widget strong {
		display: block;
		font-size: 14px;
	}
.landing-phone-widget em {
    font-size: 15px;
    font-style: normal;
}
	.landing-phone-widget a .icon {
		    top: 0px;
	}
	#home-cta-area-2  br,
	#home-cta-area-1 br {
    display: none;
}
}

@media only screen and (max-width: 400px) { 
	    body.et_header_style_left #logo {
        max-width: 100px;
    }
}
