/*
	Theme Name:	Ray Smith
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	4.9.10
*/

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

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

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 700;
	padding-bottom: 18px;
}
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: 19px;
}
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: 13px 24px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.3px;
}
#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: #3e4654;
	color: #000;
}
#page-container button.et_pb_button {
	background: #69707D;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: auto;
}

#page-container button.et_pb_button:hover {
	background-color: #3e4654;
}
#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,
body .pum-container .wpforms-form input,
body .pum-container .wpforms-form select,
body .pum-container .wpforms-form textarea{
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
body .pum-container .wpforms-container .wpforms-field {
    padding: 0 0 10px;
}
::-webkit-input-placeholder,
body .pum-container::-webkit-input-placeholder{
	color: #000000;
}
:-moz-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder,
body .pum-container:-ms-input-placeholder{
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}
.popup-form{
	padding: 25px 15px;
}
.pum-container .pum-content+.pum-close{
	background-color: #69707d;
}
body .pum-container .et_pb_button {
    display: inline-block;
    padding: 13px 24px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.3px;
    font-size: 15px;
    background-color: #69707d !important;
    border-width: 0px !important;
    border-radius: 5px;
    font-weight: bold;
    font-style: normal;	
}
body .pum-container .et_pb_button:after{
	display: none;
}
/* 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: 19px 0 0 60px;
}
.header-right-area strong {
    display: block;
    text-align: center;
    color: #000;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.header-right-area span {
    display: block;
    color: #000;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 12px;
	font-size:15px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #000;
	margin-right: 9px;
}
#page-container .header-right-area .et_pb_button img {
    margin-right: 10px;
}
#page-container .header-right-area .et_pb_button {
	border-radius: 5px;
	background: #69707D;
}
body.et_header_style_left .logo_container a {
	display: inline-block;
}
#main-header .container {
    max-width: 1253px;
}
/* Header menu styling
--------------------------------------------------- */
#top-menu-nav #top-menu > li > a {
    padding-bottom: 0;
    text-transform: uppercase;
	font-weight: 400;
}
#main-header div#et-top-navigation {
    clear: none;
    padding-top: 58px;
}
body #top-menu > li {
    padding-right: 26px;
    padding-bottom: 50px;
}
#top-menu li ul {
    padding-top: 0;
    padding-bottom: 0;
    top: 55px;
}
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: #69707D;
	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 #000;
	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;
}

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

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

.home #page-container #main-header {
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	-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: 0;
}
div#et-main-area {
    margin-top: -4px;
}
/* banner section
--------------------------------------------------- */

#hero-img-section {
    padding: 0;
    overflow: hidden;
}
#hero-img-section:before {
	content: "";
	background: linear-gradient(90deg, #CECECE 77%, rgba(206, 206, 206, 0.00) 100%);
	width:65%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

#hero-img-section:after {
	content: "";
	background: var(--wpr-bg-391416a8-afcb-4420-8bea-7856f0e7e521) no-repeat;
	background-size: 100% 100%;
	width:100%;
	height: 313px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
#main-content #hero-img-section .et_pb_row {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#hero-img-section .et_pb_column:first-of-type {
    align-self: center;
    z-index: 999;
}
#hero-img-section .et_pb_column:first-of-type .et_pb_module {
    max-width: 596px;
    width: 100%;
    float: right;
    clear: both;
    text-align: left;
    padding-top: 117px;
    z-index: 9;
    position: relative;
}
#hero-img-section .et_pb_image .et_pb_image_wrap {
	display: block;
}
#hero-img-section h1 {
    color: #000;
    font-family: "Fira Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    padding: 0 0 24px 0;
    position: relative;
    max-width: 365px;
}
#hero-img-section h1:after {
	content: "";
	background: var(--wpr-bg-c774c555-9fb5-4fd9-96bc-0ff925015ae3) no-repeat;
	width:188px;
	height: 42px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}
#hero-img-section h2 {
    color: #000;
    font-family: "Fira Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 1px 214px 10px 0;
}
#hero-img-section h3 {
    color: #000;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 0 100px 15px 0;
}
#home-panel2 .et_pb_row_2 .et_pb_column {
    width: 300px;
    margin-right: 108px;
}
#home-panel2 .et_pb_row_2 {
    display: flex;
    padding: 0 0 20px;
}
#home-panel2 .et_pb_row_2 .et_pb_column:last-child {
    padding-top: 143px;
}
#home-panel2 .et_pb_row_2 .et_pb_column:nth-child(2) {
    padding-top: 80px;
	position: relative;
}
#home-panel2 .et_pb_row_2 .et_pb_column:nth-child(2):after {
    content: "";
    background: var(--wpr-bg-f14e7632-c50d-4c6f-aaf8-906b4c2e3152) no-repeat;
    width: 57px;
    height: 49px;
    position: absolute;
    top: 130px;
    right: -76px;
    z-index: 9;
}
#home-panel2 .et_pb_row_2 .et_pb_column:nth-child(2):before {
    content: "";
    background: var(--wpr-bg-c4fecbb0-e00b-4677-9b5e-10b2079c36c1) no-repeat;
    width: 57px;
    height: 49px;
    position: absolute;
    top: 50px;
    left: -89px;
    z-index: 9;
}
#home-panel2 {
    padding: 0 0 70px;
}
#page-container .header-right-area .et_pb_button:hover {
    background-color: #3e4654;
}
#story-boxes .et_pb_module {
    margin-bottom: 0;
}
#story-boxes h3 {
    text-align: center;
    padding-bottom: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

#story-boxes .et_pb_row {
    display: flex;
}
#story-boxes .et_pb_column {
    width: 33.33%;
    margin-right: 30px;
}
/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .story-accordion .et_pb_toggle {
	background: transparent;
	border-radius: 20px;
	background: #7A4845;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .story-accordion .et_pb_toggle_title {
	color: #FFF;
	text-align: left;
	font-family: "Fira Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 32px */
	padding: 24px 65px 24px 30px;
}
#main-content .story-accordion .et_pb_toggle_title:before {
    content: "\f543";
    font-family: Dashicons !important;
    font-size: 0;
    color: #fff;
	width: 30px;
	height: 30px;
	background: var(--wpr-bg-12168098-f708-4e91-9f48-78eb76ee1b22) no-repeat;
    display: block;
    right: 30px;
    font-weight: 500;
    line-height: 0.6;
	top: 26px;
}
#main-content .story-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f460";
	width: 38px;
	height: 10px;	
	background: var(--wpr-bg-d0b0aef0-addd-4ae2-97d4-68fe2132abf5) no-repeat;		
}
#main-content .story-accordion .et_pb_toggle_content {
	color: #fff;
	padding: 0 65px 40px 22px;
}
#cta-area1 .et_pb_text_inner {
    text-align: center;
    padding: 45px 0 51px;
}
#cta-area1 .et_pb_column {
    z-index: 99;
}
#home-about-area .et_pb_row {
    display: flex;
    align-items: center;
}
#home-about-area .et_pb_column:first-child {
    margin-right: 67px;
}
#home-about-area {
    position: relative;
    padding: 60px 0 70px;
}
#home-about-area:before {
    content: "";
    background: var(--wpr-bg-fd127de3-eb93-4f36-b9ef-1060be0e28ed) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 177px;
    position: absolute;
    top: -109px;
    left: 0;
    z-index: 9;
}
#home-about-area .et_pb_text_inner {
    padding-right: 69px;
}
#services-area .et_pb_image {
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFF;
    min-height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    float: right;
    margin-right: 65px;
}
#services-area .services-row {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
#services-area .services-row ul li {
    background: var(--wpr-bg-56f38ad6-421b-48bb-ac64-071b844f27c3) no-repeat left;
    list-style: none;
    padding-left: 48px;
    margin-bottom: 10px;
}

#services-area .services-row ul{
    padding-left: 30px;
}
#services-area .services-row h3 {
    padding-bottom: 27px;
}
#services-area .services-row ul li a{
	color: #000;
	text-decoration: none;
	font-size: 20px;
}
#services-area .services-row ul li:hover a{
	text-decoration: underline;
}
#services-area .services-row .et_pb_text_inner {
    width: 570px;
}
#services-area h2 {
    text-align: center;
    padding-bottom: 10px;
}
#services-area {
    padding: 95px 0 100px;
}
#main-content #testimonial-slider .et_pb_row {
    display: flex;
    width: 100vw;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#testimonial-slider .et_pb_column:first-of-type {
    flex: 0 0 30%;
    padding-left: 30px;
    margin-right: 170px;
    margin-left: 20px;
}
#testimonial-slider .et_pb_column:last-of-type {
    flex: 0 0 60%;
    padding-right: 0;
    margin: 0;
    position: relative;
    left: 0%;
}
#testimonial-slider .et_pb_column:first-of-type .et_pb_module {
    max-width: 596px;
    float: right;
    clear: both;
    text-align: left;
    padding-top: 117px;
    z-index: 9;
    position: relative;
}
#testimonial-slider h2 {
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    position: relative;
    max-width: 232px;
    padding-bottom: 40px;
    margin-bottom: 110px;
}
#testimonial-slider h2:after {
	content: "";
	background: var(--wpr-bg-0cd4a1eb-9c13-41c4-8991-5ce75969eac6) no-repeat;
	width: 210px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}
#testimonial-slider .testimonial-content {
	border-radius: 20px;
	background: #794744;
    color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    max-width: 95%;
    margin: auto;
    font-size: 18px;
    min-height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-weight: 400;
	position: relative;
}
#testimonial-slider .tns-controls button[data-controls="prev"] {
	color: #fff;
	position: absolute;
	background: var(--wpr-bg-d5868e54-386b-4fae-83f5-7a147e51e0fe) no-repeat;
	left: 10px;
	top: 0;
    font-size: 0;
    border: none;
    width: 50px;
    height: 51px;	
}
#testimonial-slider .tns-controls {
    position: absolute;
    left: -354px;
    top: 55%;
}
#testimonial-slider .tns-nav {
    position: absolute;
    bottom: -60px;
    left: 138px;
    z-index: 9;
}
#testimonial-slider .tns-nav button.tns-nav-active{
	background-color: #fff;
}
#testimonial-slider .tns-nav button{
	border-radius: 15px;
	border: 1px solid #FFF;
	width: 15px;
	background-color: transparent;
	height: 15px;	
	margin-right: 7px;
}
#testimonial-slider {
    padding: 127px 0 160px;
}
#testimonial-slider .tns-controls button[data-controls="next"] {
    position: absolute;
    right: 0;
    background: var(--wpr-bg-3258a720-94f1-497c-a1db-412844344cc0) no-repeat;
    top: 0;
    font-size: 0;
    border: none;
    width: 50px;
    height: 51px;
}
#testimonial-slider .quote-icon {
    content: "";
    background: var(--wpr-bg-6bd669d8-d272-4a2c-a79c-1dfaeb7b72b7) no-repeat;
    width: 68px;
    height: 55px;
    position: relative;
    top: 25px;
    left: 59px;
    z-index: 9;
}
/*
#testimonial-slider .tns-item{
	position: relative;
}
#testimonial-slider .tns-item:after{
    content: "";
    background: url(../../../../../../../themes/ray-smith/images/quote.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(270deg, #69707D 11%, rgba(105, 112, 125, 0.00) 100%);	
    z-index: 9;
}*/
.tiny-slider .slide p {
    font-style: italic;
    margin: 0;
}

.tiny-slider .slide strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

#cta-area2 .et_pb_text h2 {
    padding-right: 101px;
    line-height: 52px;
}
#cta-area2 {
    padding: 64px 0 30px;
    position: relative;
}
#cta-area2:after {
    content: "";
    background: var(--wpr-bg-cf99d632-2baa-4bad-a613-1afb503900cb) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 177px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
}

/* 
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 {
	padding-bottom: 0;
	font-size: 50px;
}

div#story-boxes .et_pb_code {
    text-align: center;
    padding: 20px 0 0;
}
.flip-box {
    position: relative;
    width: 100%;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    min-height: 579px;
}

.front,
.back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, #fa5768 0%, rgba(250, 87, 104, 0) 100%);
    min-height: 100%;
    display: flex;
    padding: 0px 69px 0;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
}
.back {
    transform: rotateY(180deg);
    background-color: #f4f4f4;
}

.flipped .flip-box-inner {
    transform: rotateY(180deg);
}

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

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

#main-content .lp0017-header .et_pb_column:nth-child(1) {
	width: 33%;
}
#main-content .lp0017-header .et_pb_column:nth-child(2) {
	width: 44%;
}
#main-content .lp0017-header .et_pb_column:nth-child(3) {
	width: 23%;
}

body .lp0017-logo a {
	display: table;
}
body .lp0017-logo img {
	display: block;
	max-width: 180px;
}

#page-container .lp0017-header .et_pb_menu {
	background-color: transparent;
}
#page-container .lp0017-header .et_pb_menu .et_pb_menu__wrap {
	display: block;
}
#page-container .lp0017-header .et_pb_menu .et_pb_menu__menu {
	float: none;
}
#page-container .lp0017-header .et_pb_menu .et-menu {
	margin-left: auto;
	margin-right: auto;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li>a {
	text-decoration: none;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
#page-container .lp0017-header .nav li a {
	color: #000;
}
#page-container .lp0017-header .nav li a:hover {
	opacity: 1;
}

body .lp0017-phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}
body .lp0017-phone .icon {
	font-weight: 400;
	position: relative;
	top: 5px;
}

body .lp0017-banner .et_pb_image_wrap {
	padding-right: 20px;
	padding-bottom: 20px;
}
body .lp0017-banner .et_pb_image_wrap:after {
	content: "";
	background: #FA5768;
	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: 21px;
    color: #fff;
}
body .work-unfolds-row h5 {
	padding-bottom: 0;
	color: #fff;
	font-size: 50px;
	width: 130px;
	height: 130px;
	line-height: 120px;
	border-radius: 100%;
	border: 5px solid #fff;
	margin: 0 auto 10px;
}
.lp0017-banner a.et_pb_button {
    max-width: 427px;
    display: block;
    width: 100%;
    border-radius: 0;
}
body .entry-content .lp0017-header ul{
	padding-bottom: 0;
}
.lp0017-header ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.lp0017-header ul li {
    list-style: none;
    display: inline-block;
    padding: 0 17px;
}
body .work-unfolds-row .et_pb_column:nth-child(1) h5 {
	background-color: #7A4845;
}
body .work-unfolds-row .et_pb_column:nth-child(2) h5 {
	background-color: #FA5768;
}
body .work-unfolds-row .et_pb_column:nth-child(3) h5 {
	background-color: #69707D;
}

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

/* 
Media Queries for lp0017 */

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

	body .lp0017-header .et_pb_row {
		display: block;
	}
	#main-content .lp0017-header .et_pb_column:nth-child(1) {
		width: 100%;
		padding-bottom: 10px;
	}
	#main-content .lp0017-header .et_pb_column:nth-child(2) {
		width: 100%;
		padding-bottom: 10px;
	}
	#main-content .lp0017-header .et_pb_column:nth-child(3) {
		width: 100%;
	}
	#main-content .lp0017-header .et_pb_module {
		text-align: center;
	}
	body .lp0017-logo a {
		margin: 0 auto;
	}
	#main-content .lp0017-header .et_pb_menu .et_pb_menu__wrap {
		display: flex;
		justify-content: center;
	}
	body .lp0017-phone a {
		font-size: 18px;
	}
	body .lp0017-phone .icon {
		font-size: 22px;
	}

}

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

	#main-content .lp0017-testimonial .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}







/* Footer Styling
---------------------------------------------------------------------------------------------------- */
#main-footer{
	padding-top: 65px;
}
.home #main-footer{
	padding-top: 0;
}
#footer-widgets .dashicons-facebook-alt:before {
	font-size: 28px;
}
#main-footer {
	position: relative;
	overflow: hidden;
}
#main-footer h2 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	padding-bottom: 25px;
}
/* footer widget 1 styling
--------------------------------------------------- */
#main-footer #footer-widgets {
    padding: 0 0 50px;
    display: flex;
    flex-direction: row-reverse;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .footer-widget:first-of-type {
    text-align: center;
    width: 530px;
    margin-right: 0;
    position: relative;
    padding: 50px 50px 26px 50px;
    border-radius: 20px;
    background: #FFF;
}
#footer-widgets .et_pb_widget {
	float: none;
}
#footer-widgets .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50:first-child {
	padding-right: 0;
}
#footer-widgets .footer-widget a{
	color: #fff;
}
#footer-widgets .footer-widget a:hover{
	text-decoration: underline;
}
/* footer form styling
--------------------------------------------------- */

#main-footer .wpforms-container-full {
	max-width: 500px;
	margin-top: 0px;
}
#main-footer form {
	position: relative;
}
#main-footer .wpforms-field {
	padding: 0 0 10px;
}
#main-footer .left-side-field {
	width: 49%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	border-radius: 10px;
	border: 1px solid #DDD;
	background: #F1F1F1;
	font-size: 18px;
	color: #000	;
	font-family: inherit;
	padding: 11px 20px;
	height: 50px;
}
#main-footer textarea {
	height: 98px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000;
	opacity:1;
}
#main-footer :-moz-placeholder {
	color: #000;
	opacity:1;
}
#main-footer ::-moz-placeholder {
	color: #000;
	opacity:1;
}
#main-footer :-ms-input-placeholder {
	color: #000;
	opacity:1;
}
#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: normal;
	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: 19px;
	display: inline-block;
}
#main-footer .wpforms-submit-container {
    padding-top: 0;
    margin-top: 0;
}
#main-footer .wpforms-field.wpforms-field-layout {
	padding-bottom: 0;
}
#main-footer div.wpforms-container-full .wpforms-form button[type=submit] {
	height: auto;
	color: #FFF;
	font-family: "Fira Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding: 13px 23px;
	border-radius: 5px;
	background: #69707D;
}
#main-footer div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #3e4654 !important;
	color: #fff;
}
#main-footer .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #000;
	z-index: 9;
	padding: 5px 5px 5px 10px;
}
#main-footer .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}
.prg-icon.timing div span {
	display: block;
	margin-left: 15px;
}
.prg-icon.timing {
	display: flex;
	margin-bottom: 0;
}
#main-footer .prg-icon {
    padding-bottom: 20px;
    padding-left: 40px;
}
.prg-icon.timing div span:first-child {
	margin-top: 6px;
}
#footer-widgets .footer-widget:last-child .pt-badge img {
    margin-bottom: 3px;
}
#footer-widgets .footer-widget:last-child h3{
	color: #fff;
}
#footer-widgets .social-icons {
    padding: 0 0 0 0;
    margin: 0;
}
body .pt-badge {
    padding-right: 10px;
}
#main-footer p.prg-icon.phone:before {
    content: '';
    width: 386px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: 0;
    top: -33px;
}
#main-footer .prg-icon.phone {
    margin-top: 36px;
}
#footer-widgets .prg-icon .icon {
    position: absolute;
    left: 0;
    top: -6px;
}
#footer-widgets .footer-widget .social-icons a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 0;
	padding-top: 4px;
	margin-right: 4px;	
}
#footer-widgets .social-icons .dashicons-icon:before {
    color: #000;
    font-size: 19px;
}
#footer-widgets .et_pb_widget {
    float: none;
    margin-bottom: 0;
}
body .privacy-policy {
    padding-right: 20px;
}
/* footer widget 2 styling
--------------------------------------------------- */
#footer-widgets .footer-widget:last-child {
    width: 517px;
    margin-right: 123px;
	position: relative;
}
#footer-widgets .footer-widget:last-child:after {
    content: "";
    background: var(--wpr-bg-33f0a739-cb77-4be7-8ef7-8294647692aa) no-repeat;
    width: 336px;
    height: 228px;
    position: absolute;
    top: 74px;
    right: -93px;
    z-index: 9;
}
#footer-widgets .footer-widget:last-child h2,
#footer-contact-section h2{
    padding-bottom: 36px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
#footer-widgets .footer-widget:last-child h2:after,
#footer-contact-section h2:after{
    content: "";
    background: var(--wpr-bg-b9b4d841-6d2b-4825-9d08-37cdfc0f2567) no-repeat left;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
#footer-widgets .prg-icon strong {
	font-weight: normal;
}
#footer-widgets a[href^="mailto:"] strong {
	text-decoration: underline;
}
#footer-widgets a[href^="tel"] strong:hover,
body .privacy-policy a:hover {
	text-decoration: underline;
}
#main-footer .prg-icon.address {
    color: #fff;
}
#footer-widgets .dashicons-icon:before {
    font-family: dashicons;
    font-style: normal;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
#footer-widgets .social-icons,
body .pt-badge, body .privacy-policy {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}
body .pt-badge img {
	display: block;
}
#footer-widgets a[href^="tel"] .dashicons-icon:before,
#footer-widgets a[href^="mail"] .dashicons-icon:before,
#footer-widgets a[href^="mail"] .dashicons-location:before {
    font-size: 20px;
    position: relative;
    display: inline-block;
    top: 6px;
}
#main-footer .copyright-section {
    color: #fff;
    padding-top: 5px;
}
#main-footer .prg-icon.location .dashicons-icon {
	position: absolute;
	left: 0;
	top: -6px;
}
body .pt-badge {
    padding-left: 0;
}

/* Form Error
--------------------------------------------------- */

#main-footer .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #000;
	z-index: 9;
	padding: 5px 5px 5px 10px;
}
#main-footer .wpforms-container-full em.wpforms-error:before {
	background-color: #000;
}
#footer-widgets .social-icons a:hover {
	text-decoration: none;
}
/* footer contact 
--------------------------------------------------- */

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



/*
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: var(--wpr-bg-f94bf2e8-540e-4d61-8c22-a19e990dc4a0) 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;
}

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

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #000;
	-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;
}

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

#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #000;
	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: #69707D;
	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;
}
.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: #3e4654;
}
#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: #69707D;
	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: #3e4654;
}
body .landing3-banner-section-lp4:after {
    content: '';
    background: var(--wpr-bg-88fa60e1-cdb4-4621-b26d-7ef1adbad449) 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-logo-widget a {
    text-decoration: none;
    padding-top: 0px;
}

.landing-logo-widget  h1 {
    padding-bottom: 0;
    font-size: 36px;
    padding-top: 14px;
}
#footer-contact-section {
    display: none;
}

.img-container img {
    border-radius: 32px;
}


/* 
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: 1650px) {
	#hero-img-section .et_pb_column:first-of-type .et_pb_module	{
		padding: 70px 0 120px;
	}	
	#hero-img-section img {
    	height: 620px;
    	object-fit: cover;
	}
}
@media only screen and (max-width: 1200px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	body #top-menu > li {
		padding-right: 15px;
	}
	.et_pb_row .outside-right,
	.et_pb_row .outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	#home-about-area .et_pb_text_inner {
		padding-right: 0;
	}
	#hero-img-section .et_pb_image .et_pb_image_wrap img {
		min-height: 650px;
		object-fit: cover;
	}
	#hero-img-section .et_pb_column:first-of-type .et_pb_module {
        padding: 70px 0 90px 14px;
    }
	.front, .back {
		padding: 28px 80px 10px;
		font-size: 15px;
	}
	.flip-box-inner {
		min-height: 640px;
	}	
	#testimonial-slider .tns-controls{
		top: 63%;
	}
	#cta-area2 {
		padding: 24px 0 59px;
	}
	#services-area .services-row .et_pb_text_inner{
		width: 100%;
	}	
}

@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: #000;
		font-size: 40px;
	}
	body .et_mobile_menu {
		border-color: #000;
		background-color: #fff;
	}
	body .et_mobile_menu li a{
		font-size: 18px;
	}	
	.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;
	}
	#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 35px !important;
		text-align: center;
	}	
	#main-footer .container {
		padding-left: 0;
	}
	#main-footer .prg-icon .icon {
		position: relative;
		display: inline-block;
		top: 0;
	}	
	#main-header div#et-top-navigation {
		clear: both;
		padding-top: 15px;
	}
	.header-right-area {
		padding: 10px 0 0 0;
	}	
	#footer-widgets .footer-widget:first-of-type:after{
		display: none;
	}
	#main-footer .container {
		padding-left: 0;
	}	
	#footer-widgets .footer-widget:last-child,
	#footer-widgets .footer-widget:first-of-type {
    	width: 100% !important;
    	margin: 0 0 10px !important;
		padding: 0;
		text-align: center;
	}
	#footer-widgets  .prg-icon .icon {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
	}
	#main-footer #footer-widgets{
		flex-direction: column;
	}		
 #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;
    }
	body.et_header_style_left #logo, body.et_header_style_split #logo {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }	
	#main-content #hero-img-section .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
		width: 95%;
	}	
	#hero-img-section:before{
		display: none;
	}
	#hero-img-section .et_pb_image .et_pb_image_wrap img {
        min-height: auto;
        object-fit: cover;
    }
	#hero-img-section .et_pb_column:first-of-type .et_pb_module {
        min-width: 100%;
        padding: 0;
    }	
	#hero-img-section:after {
		height: 145px;
	}	
	#hero-img-section .et_pb_column:first-of-type .et_pb_module {
		padding: 50px 0 100px 0;
	}
	#hero-img-section {
		padding: 25px 0;
	}
	#home-panel2 {
		padding: 35px 0 30px;
	}	
	#story-boxes .et_pb_row,
	#home-about-area .et_pb_row,
	#services-area .services-row{
		flex-direction: column;
		padding-bottom: 0;
	}
	#story-boxes .et_pb_column {
		margin-right: 0;
		width: 400px;
		margin: 0 auto 30px !important;
	}
	.front, .back {
        padding: 0px 69px 0;
        font-size: 18px;
    }
	.flip-box-inner {
        min-height: 580px;
    }	
	#story-boxes {
		padding-bottom: 0;
	}
	#home-about-area .et_pb_column:first-child {
		margin-right: 0;
	}	
	#home-about-area .et_pb_image {
		text-align: center;
	}	
	#home-about-area:before{
		height: 158px;
	}
	#home-about-area {
		position: relative;
		padding: 0px 0 20px;
	}
	#services-area .et_pb_image {
		margin-right: 0;
		text-align: center;
		float: none;
	}
	#services-area .services-row .et_pb_text_inner {
		width: 100%;
	}
	#services-area .services-row {
		flex-direction: column;
		padding-top: 0;
	}
	#services-area h2 {
		text-align: center;
		padding-bottom: 30px;
	}	
	#services-area {
		padding: 55px 0 30px;
	}	
	#home-about-area {
        position: relative;
        padding: 0px 0 45px;
    }	
	#main-content #testimonial-slider .et_pb_row {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
	#testimonial-slider .et_pb_column:first-of-type .et_pb_module {
		max-width: 100%;
		float: none;
		clear: both;
		text-align: center;
		padding-top: 0;
		z-index: 9;
		position: relative;
	}	
	#testimonial-slider {
		padding: 50px 0 80px;
	}
	#testimonial-slider h2 {
		margin: 0 auto 30px;
	}	
	#testimonial-slider .et_pb_column:first-of-type {
		flex: 0;
		margin: 0 auto;
	}
	#testimonial-slider .tns-nav {
		position: absolute;
		bottom: -60px;
		left: 0;
		z-index: 9;
		width: 100%;
		text-align: center;
	}	
	#footer-widgets .footer-widget:last-child:after{
		display: none;
	}
	#footer-contact-section {
		display: block;
	}	
	#footer-widgets .footer-widget:last-child h2{
		display: none;
	}
	#footer-contact-section .container {
		text-align: center;
	}	
	#footer-widgets .footer-widget:last-child,
	#footer-widgets .footer-widget:first-of-type {
        width: 100% !important;
        margin: 0 0 10px !important;
        padding: 40px 30px 10px;
        text-align: center;
    }	
	#main-footer .prg-icon {
		padding-bottom: 20px;
		padding-left: 0;
	}	
	#main-footer #footer-widgets {
		padding: 0 0 10px;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 5px;
	}	
	.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: 180px 0 35px;
	}
	.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;
	}
	body .landing3-banner-section-lp4:after{
		background-size: 100% 100%;
	}
	body #main-content .landing3-banner-section-lp4{
		min-height: auto;
	}	
	body .landing3-banner-section-lp4:after {
		height: 60px;
	}	
	#hero-img-section img {
    	height: auto;
    	object-fit: cover;
	}	
}

@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 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.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;
	}
	#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;
	}
	#footer-widgets .footer-widget:first-of-type {
		width: 100% !important;
	}
	#cta-area2:after {
		height: 100px;
	}
	#cta-area2 {
        padding: 24px 0 0;
    }
	#home-about-area:before {
        height: 100px;
        top: -81px;
    }
	#home-panel2 .et_pb_row_2 .et_pb_column {
		margin-right: 0;
	}	
	#home-panel2 .et_pb_row_2 {
		flex-direction: column;
	}	
	#home-panel2 .et_pb_row_2 .et_pb_column {
		margin-right: 0;
		padding: 0 0 50px !important;
	}
	#home-panel2 .et_pb_row_2 .et_pb_column:nth-child(2):before {
		width: 100%;
		height: 49px;
		position: absolute;
		top: -58px;
		left: 0;
		z-index: 9;
		background-position: center;
		transform: rotate(70deg);
	}
	#home-panel2 .et_pb_row_2 .et_pb_column:nth-child(2):after {
		width: 100%;
		height: 49px;
		position: absolute;
		top: 72px;
		left: 0;
		z-index: 9;
		background-position: center;
		transform: rotate(70deg);
	}
	#hero-img-section h2,
	#hero-img-section h3{
    	padding: 0 0 20px;
	}
	#hero-img-section h1 {
		font-size: 48px;
	}
	#hero-img-section h1:after{
		right: 60px;
	}
	body.et_header_style_left #logo, body.et_header_style_split #logo {
        max-width: 180px;
    }	
	#page-container .header-right-area .et_pb_button {
		min-width: auto;
		padding: 15px 15px;
	}
	body .landing3-banner-section:after {
		background-size: 100% 100%;
		height: 60px;
	}
	body .landing3-banner-caption-lp4 {
		padding: 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;
    }	
	.landing-logo-widget h1 {
		padding-bottom: 0;
		font-size: 20px;
		padding-top: 0;
	}	
	.landing-header.thin_header .et_pb_column:last-child {
		width: 40% !important;
	}
	.landing-header.thin_header .et_pb_column:first-child {
		width: 65% !important;
	}	
	#inner-banner1 h1 {
		padding-bottom: 0;
		font-size: 30px;
	}	
}

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

	

}
