/*
	Theme Name:	Joshua Bienenfeld
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	4.9.10
*/

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

html body {
	font-weight: 400;
	line-height: 1.5;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
	padding-bottom: 17px;
}
body h1 {
	font-size: 50px;
}
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: 25px;
}

/* paragraph
--------------------------------------------------- */

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

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

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

/* Buttons 
----------------------------------------------- */
#page-container .et_pb_button {
    display: inline-block;
    padding: 16px 33px 12px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button.white-button {
	background-color: #fff;
	color: #000;
}
#page-container .et_pb_button.white-button:hover{
	background-color: #8f1118;
	color: #fff;
}
#page-container button.et_pb_button {
	background: #bc272f;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: auto;
}
#page-container button.et_pb_button:hover   {
	background: #8f1118;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}

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

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

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

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

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
	line-height: inherit;
}
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: "\f345";
	color: #567426;
	font-family: dashicons;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

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

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

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

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

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

.dashicons-icon:before {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone:before {
	-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
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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

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

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

.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 
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.middle-col-first .et_pb_column:first-child,
.middle-col-last .et_pb_column:last-child {
	align-self: center;
}
.bottom-col-first .et_pb_column:first-child,
.bottom-col-last .et_pb_column:last-child {
	align-self: flex-end;
}

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

.et_pb_row .outside-right {
	margin-right: -90px;
	text-align: right;
}
.et_pb_row .outside-left {
	margin-left: -90px;
}

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

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

.header-right-area {
	position: relative;
	float: right;
	padding: 28px 0 0 24px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
#page-container .header-right-area a {
	color: #fff;
	position: relative;
	margin-left: 12px;
	font-size:16px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #000;
	margin-right: 9px;
}
#main-header #logo {
    transition: all 0.1s ease-in-out;
    max-width: 370px;
}

/* Header menu styling
--------------------------------------------------- */
#top-menu-nav #top-menu > li > a {
	padding-bottom: 0;
	text-transform: uppercase;
}
#main-header div#et-top-navigation {
    clear: none;
    padding-top: 46px;
}
body #top-menu > li {
    padding-right: 16px;
    padding-bottom: 40px;
}
#top-menu li ul {
	padding-top: 0;
	padding-bottom: 0;
	top: 50px;
}
body #top-menu .menu-item-has-children li {
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 15px;
	color: #000 !important;
	opacity: 1;
	font-weight:400;
	text-transform: inherit;
}
.et-fixed-header #top-menu li li.current-menu-item>a{
	color: #000 !important;
}
body #top-menu li li a:hover,
.et-fixed-header #top-menu li.current-menu-item>a:hover{
	background: #6860A6;
	color: #fff !important;
}
.et-fixed-header #top-menu li li a{
	color: #000 !important;
}
body #top-menu li li {
	padding: 0 0;
}

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

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: -15px;
	margin: auto;
	border-bottom: 5px solid #6860A6;
	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: 34px;
}

/* 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: #efd7d0;
	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: #000;
}
#mobile_menu .menu-item-has-children.activated > .sub-menu-toggle:before {
	content: '\4d';
}

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

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

.home #page-container #main-header.et-fixed-header,
#page-container #main-header{
	background: #6860A6;	
}
/* banner section
--------------------------------------------------- */

#hero-img-section {
    min-height: 630px;
    padding-top: 90px;
    overflow: hidden;
}

#hero-img-section:before{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.40);
}
#hero-img-section:after{
	content:'';
	width: 100%;
	height: 98px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("images/hero-vector.png") no-repeat;
	background-size: 100% 100%;
}
#hero-img-section h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    font-family: "Josefin Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 20px;
}
#hero-img-section h2 {
    padding: 0 50px 10px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
#hero-img-section h3 {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	font-family: "Josefin Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
    padding-bottom: 24px;
}
#hero-img-section .et_pb_text {
	max-width: 715px;
	margin: 0 auto;
    text-align: center;
}
#home-body-section {
    position: relative;
    padding: 65px 0 30px;
}
#home-body-section:before{
	content:'';
	width: 100%;
	height: 222px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 1;
}
#cta-area1 .et_pb_text {
    width: 570px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    padding: 43px 40px 42px;
    float: right;
}
#cta-area1 {
    padding: 65px 0;
    background-position: 0 99%;
}
#home-about-area .et_pb_text {
    padding: 54px 45px 50px 72px;
    margin-top: 68px;
}
#home-about-area {
    padding: 70px 0 45px;
}
#services-area .services-row .et_pb_column {
    width: 33.33%;
    margin-right: 30px;
}
#services-area .services-row {
    display: flex;
}
#services-area .services-row .et_pb_image{
	overflow: hidden;
}
#services-area .services-row .et_pb_column:hover img{
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;	
}
#services-area .services-row img {
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	border-radius: 20px;	
}
#page-container #services-area .et_pb_button {
    display: inline-flex;
    height: 65px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #000 !important;
    background: #F2EDE4;
    color: #BC272F;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
#page-container #services-area .et_pb_button_module_wrapper {
    text-align: center;
}
#services-area h2 {
    padding-bottom: 0;
}
#services-area {
    padding-bottom: 50px;
}
#cta-area2 {
    position: relative;
    padding: 127px 0 70px;
}
#cta-area2:before {
    content: '';
    width: 100%;
    height: 98px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/cta-vector.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
#cta-area2 .et_pb_text h2{
	font-size: 35px;
}
#cta-area2 .et_pb_text {
    width: 570px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.90);
    padding: 43px 40px 42px;
}

/* 
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_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	padding: 30px 20px 0;
	text-align: center;
}
#inner-banner1 h1 {
	font-size: 42px;
	font-weight: 700;
	padding-bottom: 0;
}
.BH-text {
    position: absolute;
    right: 10%;
    top: 16px;
    color: #fff;
    font-weight: 400;
}
/* footer styling
---------------------------------------------------------------------------------------------------- */

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

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

/* popup form styling
--------------------------------------------------- */
#main-footer{
	position: relative;
}
.pum-theme-default-theme-2 {
    background-color: rgba( 0, 0, 0, 0) !important;
}
#footer-popup_form {
    padding: 140px 58px 26px;
    position: relative;
    background: url(images/1293922393.jpg) no-repeat;
    background-size: cover;
}
#footer-popup_form .et_pb_text_inner {
    max-width: 550px;
    padding: 65px 74px 64px;
    margin: 0 auto;
    background-color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field:first-child {
    padding-top: 0;
}
#footer-popup_form .et_pb_text_inner h2 {
	color: #BC272F;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
    padding: 0 0 20px;
}
#footer-popup_form .wpforms-container label.wpforms-error,#footer-popup_form .wpforms-container em.wpforms-error{
	color: #fff !important;
}

body .pum.pum-overlay .pum-container.popmake {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0px rgba(2, 2, 2, 0.23);
    margin: 0 !important;
    width: 100% !important;
    left: 0 !important;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full {
	margin: 0 auto;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field {
    padding: 10px 0 0;
	text-align: center;
}
body .pum.pum-overlay .pum-container.popmake input,
body .pum.pum-overlay .pum-container.popmake select,
body .pum.pum-overlay .pum-container.popmake textarea {
	background: transparent;
	border-radius: 0;
	border: 1px solid #999;;
	font-size: 20px;
	color: #000;
	font-family: inherit;
	padding: 11px 20px;
	height: 45px;
}
body .pum.pum-overlay .pum-container.popmake textarea {
	height: 81px;
}
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;
	opacity: 1;	
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
	opacity: 1;	
}
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: #000;
}
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: 400;
    margin: 0 5px 4px 0;
    font-size: 20px;
	color: #000;
}
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: 75px;
	padding: 10px 5px;
	font-size: 20px;
	display: inline-block;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container {
	padding-top: 5px;
	margin-top: 0;
	text-align: center;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
    color: #FFF;
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    height: auto;
    border-radius: 8px;
    background: #BC272F;
    padding: 11px 33px 7px;
}
body .pum.pum-overlay .wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus{
	color: #fff;	
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:last-child {
    padding-left: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:after{
	display: none;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover {
	background: #8f1118 !important;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
    font-family: inherit;
    background: transparent;
    font-size: 0 !important;
    box-shadow: 0 0 0 #000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    right: 37%;
    color: transparent;
    top: 23%;
    font-size: 35px;
    background: url(images/close.png) no-repeat;
}
.pum-theme-default-theme {
    background: rgba(0, 0, 0, 0.60) !important;
}


/* footer widget 2 styling
--------------------------------------------------- */
#footer-widgets {
    padding: 36px 0 45px;
    display: flex;
}
#footer-copyright-section .container {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}
#footer-widgets .footer-widget:first-child {
    padding-top: 40px;
    width: 586px;
}
#footer-widgets .footer-widget:first-child img {
    margin-bottom: 20px;
}
#footer-widgets .footer-widget {
    margin-bottom: 0 !important;
}
#footer-widgets .footer-widget:first-child .textwidget {
    text-align: center;
}
.footer-widget .et_pb_widget {
    float: none;
}
#footer-widgets .footer-widget:last-child {
    width: 431px;
    margin-left: 55px;
    position: relative;
    padding-top: 15px;
}
#footer-widgets .footer-widget:last-child:before {
    content: '';
    width: 1px;
    height: 197px;
    position: absolute;
    left: -114px;
    top: 6px;
    background: rgba(255, 255, 255, 0.30);
}
#main-footer .privacy-policy {
    padding-left: 10px;
}
#footer-widgets .prg-icon strong {
	font-weight: normal;
}
#footer-widgets a strong:hover,
body .privacy-policy a:hover {
	text-decoration: underline;
}
#footer-widgets .dashicons-icon:before {
    font-family: dashicons;
    font-style: normal;
    color: #fff;
    font-size: 30px;
}
#footer-widgets .social-icons,
#footer-widgets .social-icons ~ * {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
}
body #footer-widgets .pt-badge {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    padding-bottom: 0;
    float: none;
}
body .pt-badge img {
    display: block;
    margin-left: 10px;
}
#footer-widgets .social-icons {
    padding-left: 0;
    display: inline-block;
}
#footer-widgets a[href^="tel"] .dashicons-icon:before,
#footer-widgets a[href^="mail"] .dashicons-icon:before{
	font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
#main-footer .prg-icon.location {
    position: relative;
    padding-left: 33px;
    margin-top: 6px;
}
#main-footer .prg-icon.location .dashicons-icon {
    position: absolute;
    left: 0;
    top: -6px;
}
#main-footer .privacy-policy {
    display: inline-block;
    padding-bottom: 0;
    float: none;
    margin-top: 0;
}
#main-footer .copyright-section {
    padding: 20px 0 0 0px;
    clear: both;
    color: #fff;
}
#footer-widgets .footer-widget:last-child h2 {
    padding-bottom: 10px;
    color: #FFF;
    font-family: Oswald;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* Form Error
--------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #000;
	z-index: 9;
	padding: 5px 5px 5px 10px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container em.wpforms-error:before {
	background-color: #000;
}

/* footer contact 
--------------------------------------------------- */
.prg-icon {
    position: relative;
    padding-left: 40px;
    padding-bottom: 17px;
}
.prg-icon .icon {
    position: absolute;
    left: 0;
    top: -4px;
}

/*
Blog Page Styling
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

.post-custom-style article,
.blog article,
.archive article,
.single-post 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,
.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 
--------------------------------------------------- */

#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
--------------------------------------------------- */

#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
--------------------------------------------------- */

.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
--------------------------------------------------- */

#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
--------------------------------------------------- */

#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;
}
.entry-content .contact-page a {
    text-decoration: underline;
    text-underline-position: under;
}
.entry-content .contact-page a:hover {
    text-decoration: none;
    
}

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

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #6860a6;
	-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: #bc272f;
    padding: 22px 65px 22px 22px;
}

#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title {
	border-bottom: solid 3px #6860a6;
	margin-bottom: 19px;
}

#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #6860a6;
	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: #bc272f;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
    text-decoration: none;
	border-radius: 5px;
}
.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: #8f1118;
}
#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: #bc272f;
	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: #8f1118;
}
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 15px 10px 43px;

}
.landing-header-lp4  .landing-phone-widget .dashicons-phone:before {
    left: -8px;
    top: 1px;
    font-size: 29px;
}
.landing-header .BH-text {
    position: absolute;
    right: -20%;
    top: 16px;
    color: #fff;
    font-weight: 400;
}
.img-container img {
    border-radius: 20px;
}


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

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

	body #page-container {
		padding-top: 100px !important;
		margin-top: 0 !important;
	}
	
}
@media only screen and (max-width: 1600px) {
	.BH-text{
		right: 2%;
	}	
	.landing-header .BH-text {
		right: -10%;
	}	
}
@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: 1200px) { 

	body .et_pb_row,
	body .container {
		width: 94%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.et_pb_row .outside-right,
	.et_pb_row .outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	#services-area .services-row {
		display: flex;
		justify-content: center;
		max-width: 100% !important;
		width: 90%;
	}
	#services-area .services-row img{
		width: 100%;
	}
	#landing3-form-widget-lp4-1 h2 {
		font-size: 20px;
	}
	.landing-phone-widget {
		padding-right: 70px;
	}
	.landing-header .BH-text {
        right: -2%;
    }
	.header-right-area {
		padding-right: 50px;
	}	
}

@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: 35px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row,
	.mobile-col-reverse {
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mobile-col-reverse .et_pb_column:first-child {
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.flex-row .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #fff;
		font-size: 40px;
	}
	body .et_mobile_menu {
		border-color: #fff;
		background-color: #fff
	}
	#main-header div#et-top-navigation {
		clear: both;
		padding-top: 13px;
	}	
	#hero-img-section {
		min-height: auto;
		padding: 70px 0 130px;
	}	
	.header-right-area {
		position: relative;
		float: right;
		padding: 10px 0 0 0;
		clear: both;
	}	
	body .et_mobile_menu li a{
		font-size: 18px;
		color: #000;
	}	
	.mobile_nav.opened .mobile_menu_bar:before{
		content: "M";
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#top-menu-nav #top-menu > li > a {
		font-size: 16px;
	}	
	.home #et-main-area {
		margin-top: 0;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 5px;
	}
	
	#landing3-contact-details {
		max-width: 350px;
		margin: 0 auto;
	}
	#footer-widgets .footer-widget:first-of-type, #footer-widgets .footer-widget:last-of-type {
		width: 100% !important;
		margin: 0 0 10px !important;
		text-align: center;
	}	
	#main-footer .container {
		padding-left: 0;
	}
	#main-footer .prg-icon .icon {
		position: relative;
		display: inline-block;
		top: 0;
	}
	 #landing3-contact-details-lp4 {
        max-width: 370px;
        margin: 0 auto;
    }

    .landing-phone-widget a {
        padding: 8px 13px;
        font-size: 15px;
    }
	.landing-phone-widget strong {
		display: block;
		font-size: 20px;
	}


    .landing-phone-widget a .icon {
        display: none;
    }
	#home-about-area .et_pb_text {
		padding: 30px;
		margin-top: 20px;
	}	
	#footer-widgets .footer-widget:last-child:before{
		display: none;
	}
	body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
		right: 125px;
	}

	#footer-widgets {
		padding: 36px 0 20px;
		display: flex;
	}	
	#services-area .services-row,
	#footer-widgets{
		flex-direction: column;
	}
	#services-area .services-row .et_pb_column {
		width: 370px !important;
		margin: 0 auto 25px !important;
	}	
	#main-footer .copyright-section {
		width: 100%;
	}
	#main-footer .prg-icon {
		padding: 0 0 10px;
	}	
	.landing-phone-widget a strong {
		font-size: 20px;
	}
	.landing-phone-widget a {
		padding: 5px 7px;
		font-size: 15px;
	}
	.landing-phone-widget a .icon {
		display: none;
	}
	.landing-header .et_pb_text_inner {
			text-align: right;
	}
	#landing3-contact-details-lp4 {
		margin: 0;
		width: 290px;
		margin: 0 auto;
	}
	.landing-header.thin_header .landing-phone-widget a {
		padding: 8px 11px;
		font-size: 16px;
	}
	body #main-content .landing3-banner-section-lp4 {
		padding: 175px 0 100px;
	}
	.landing-header.thin_header .et_pb_row {
        display: flex;
        align-items: center;
    }
	.landing-header.thin_header .et_pb_column:first-child .et_pb_text_inner {
		text-align: left;
	}
	.landing-header.thin_header .et_pb_column{
		margin-bottom: 0;
	}
	body .landing-header.thin_header{
		padding: 0 0;
	}
	.landing-copyright-area, .landing-footer-links {
		width: 100%;
		float: none;
		text-align: center;
	}
	#main-content .landing3-content-area-lp4 {
		padding-top: 0;
		margin-top: 0;
	}
	
}

@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: 30px;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 23px;
	}
	#page-container .et_pb_button {
		padding: 15px 12px;
		font-size: 15px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#main-content .landing-header-lp4 {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }
}

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

	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;
	}
	.et_header_style_left .logo_container {
		position: relative;
		text-align: center;
		padding: 10px 0 0;
	}
	.header-right-area {
		float: none;
		text-align: center;
		padding: 20px 0 0;
	}
	#et_mobile_nav_menu {
		display: block;
		margin-top: -53px;
	}
	#footer-widgets .wpforms-field-layout .wpforms-layout-column:first-child {
		margin-bottom: 9px;
		padding: 0;
	}
	#main-footer .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:last-child {
		padding-left: 0;
	}
	#main-footer  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
		flex-direction: column;
		margin: 0;
	}	
	#landing4-form-widget .right-side-field,#landing4-form-widget .left-side-field{
		position:relative;
		width:100%;
		float:none;
	}	
	#main-footer .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:first-child {
		padding: 0 0 5px;
	}
	#landing4-form-widget .right-side-field,#landing4-form-widget .left-side-field{
		position:relative;
		width:100%;
		float:none;
	}
	#hero-img-section h1 {
		font-size: 35px;
		line-height: 1.40;
		padding-bottom: 10px;
	}
	#hero-img-section h2 {
		font-size: 26px;
		padding: 0 0 15px;
		line-height: 1.40;
	}	
	#hero-img-section h3 {
		line-height: 1.45;
	}
	#home-body-section {
		position: relative;
		padding: 0 0 0px;
	}
	body h1, body h2, body h3, body h4, body h5, body h6 {
		line-height: 1.30;
	}	
	#cta-area1 .et_pb_text,
	#cta-area2 .et_pb_text{
		width: 100%;
		float: none;
		padding: 30px;
	}	
	#home-about-area {
		padding: 30px 0 15px;
	}
	#cta-area2 {
		position: relative;
		padding: 95px 0 37px;
	}	
	#cta-area2 .et_pb_text h2,
	#cta-area1 .et_pb_text h2,
	#home-body-section h3{
		font-size: 28px;
	}	
	#main-header #logo{
		width: 100%;
	}

	body .landing3-banner-section:after {
		background-size: 100% 100%;
		height: 60px;
	}
	body .landing3-banner-caption-lp4 {
        padding: 150px 0 0;
    }
	.landing-header.thin_header .landing-phone-widget strong {
		display: block;
		font-size: 15px;
	}
	body .landing3-banner-section-lp4 h1 {
		font-size: 30px;
	}
	body .landing3-banner-section-lp4 h2 {
		font-size: 25px;
	}
	body .landing3-banner-section-lp4 h3 {
		font-size: 22px;
	}
	.landing3-banner-section-lp4 h1,
	.landing3-banner-section-lp4 h2,
	.landing3-banner-section-lp4 h3{
		line-height: normal;
	}	
	.landing-header.thin_header .landing-phone-widget a {
        padding: 8px 11px;
        font-size: 13px;
    }	
	#footer-popup_form .et_pb_text_inner {
		max-width: 100%;
		padding: 50px 20px 20px;
		margin: 0 auto;
		background-color: #fff;
	}	
	#footer-popup_form {
		padding: 40px 20px 20px;
	}
	#footer-popup_form .et_pb_text_inner h2 {
		font-size: 29px;
	}
	body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
        right: 35px;
        top: 50px;
    }
	#hero-img-section {
        background-position: 35% 0px;
    }	
	#cta-area2{
        background-position: 70% 11px;
    }
	#cta-area2 {
        padding: 95px 0 37px;
    }
	.landing-phone-widget {
        padding-right: 33px;
    }
	#main-header #logo {
		max-width: 270px;
	}
	.header-right-area {
		padding-right: 0;
	}	
	#inner-banner1 h1 {
		font-size: 30px;
	}
	#services-area {
    	padding-bottom: 0;
	}
}

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

	#services-area .services-row .et_pb_column {
        width: 100% !important;
        margin: 0 auto 25px !important;
    }	

}
