/*
	Theme Name: Rebecca Velasquez
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	3.11.1
*/

@import url("../Divi/style.css");

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

body {
	font-weight: 400 !important;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 15px;
}
body h1 {
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
	padding-bottom: 20px;
}
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,
p + h5,
p + h6 {
	padding-top: 15px;
}

body p {
	padding-bottom: 25px;
}

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

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

#page-container .et_pb_button {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
	display: inline-block;
	padding: 16px 30px;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	min-width: 210px;
	letter-spacing: 0.12em;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #133bad;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #00207d;
}
.btn .icon {
	color: #fff;
}


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

.entry-content div.wpforms-container-full .wpforms-form input,
.entry-content div.wpforms-container-full .wpforms-form select,
.entry-content div.wpforms-container-full .wpforms-form textarea {
	background: #eee !important;
	border-radius: 0 !important;
	font-family: inherit;
}
::-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: right;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #133bad;
	border: none !important;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	padding: 20px 36px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	min-width: 210px;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #00207d;
}

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

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

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
#main-content .list-style li:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 0;
	color: #567426;
	font-weight: 700;
}

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

p:empty {
	display: none;
}

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

.entry-content a:hover {
	color: #499753;
	text-decoration: underline;
}

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

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 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-widget 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);
}

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

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

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

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

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

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

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

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

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

/* builder module inner styling
----------------------------------------------- */

.et_pb_text_inner {
	clear: both;
}

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

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

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

/* Header menu styling
--------------------------------------------------- */
/*
body.et_fullwidth_nav #main-header .container {
	display: table;
	width: auto;
}
#main-header div#et-top-navigation {
	display: inline-block;
	width: auto;
	padding-top: 30px;
}
body #top-menu li {
	padding-right: 20px;
}
body #top-menu .centered-inline-logo-wrap {
	width: auto !important;
}
body #top-menu .centered-inline-logo-wrap #logo {
	height: auto;
	width: 338px;
	max-height: initial;
}
body #top-menu > li > a {
	font-weight: 400;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px 25px;
	font-size: 16px;
	color: #000000 !important;
}
body #top-menu li li:last-child a {
	border-bottom: none;
}
body #top-menu li li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	top: 13px;
	left: 12px;
	font-weight: 700;
}
*/

body.et_header_style_centered #main-header .logo_container {
	float: left;
	margin-top: 5px;
}
#main-header div#et-top-navigation {
	clear: both;
	padding-top: 15px;
}
body #top-menu li {
	padding-right: 35px;
}
body #top-menu > li > a {
	font-weight: 500;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 17px 20px 17px 25px;
	border-bottom: 1px dashed #566573;
	font-size: 16px;
	color: #000000 !important;
}
body #top-menu li li:last-child a {
	border-bottom: none;
}
body #top-menu li li a:before {
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	top: 14px;
	left: 12px;
	font-weight: 700;
}

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

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

.home #main-header {
	background: rgba(255, 255, 255, 0.80);
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.home #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
}

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

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

#hero-img-section {
	border-bottom: 5px solid #499753;
}
#hero-img-section .et_pb_row {
	height: 600px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 5px;
	text-shadow: 0 0 15px #000000;
}
#hero-img-section h3 {
	font-weight: 300;
	text-shadow: 0 0 15px #000000;
	padding-bottom: 20px;
}

/* grid text img section styling
--------------------------------------------------- */

#main-content .grid-text-img-row {
	padding-top: 0;
	padding-bottom: 0;
}
.rtl-widget-row .et_pb_column {
	margin-right: 0;
	float: right;
}
.rtl-widget-row .et_pb_column:last-child {
	float: left;
}
.grid-text-img-row .et_pb_image {
	background-size: cover, 100%;
	background-position: center right;
	margin-bottom: 0;
	min-height: 300px;
}
#main-content .grid-text-img-row .et_pb_image_wrap {
	display: block;
}
.grid-text-img-row img {
	display: none;
}
.grid-text-img-row .et_pb_text {
	padding-top: 50px;
	padding-bottom: 50px;
}

.rtl-widget-row.overlap-text-module .et_pb_text:after {
	content: '';
	display: block;
	clear: both;
}
.overlap-text-module .et_pb_text_inner {
	max-width: 600px;
	width: 100%;
	margin-left: -55px;
	background: #fff;
	padding: 60px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
}
.rtl-widget-row.overlap-text-module .et_pb_text_inner {
	float: right;
	margin-right: -55px;
	margin-left: 0;
}

/* home about section styling
--------------------------------------------------- */

#main-content .home-about-section {
	background-size: 75%, contain;
	background-position: left 32%;
	overflow: hidden;
}
.home-about-section:before {
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.55);
	background: -webkit-linear-gradient(left,rgba(255, 255, 255, 1) 43%,transparent 70%,transparent 100%);
	background: -o-linear-gradient(left,rgba(255, 255, 255, 1) 43%,transparent 70%,transparent 100%);
	background: -moz-linear-gradient(right,rgba(255, 255, 255, 1) 43%,transparent 70%,transparent 100%);
	background: linear-gradient(to left,rgba(255, 255, 255, 1) 43%,transparent 70%,transparent 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.home-about-section .et_pb_image_wrap img {
	display: none;
}
#main-content .ui-sortable img {
	display: inherit;
}

/* services section styling
--------------------------------------------------- */

.services-section h2 {
	text-transform: uppercase;
}
.services-grid-style .et_pb_image {
	border-top: 8px solid #499753;
}
.services-grid-style .et_pb_image_wrap {
	position: relative;
	overflow: hidden;
}
.services-grid-style .et_pb_image_wrap:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.services-grid-style img {
	display: block;
	width: 100%;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.services-grid-style .et_pb_text_inner {
	line-height: 1.2;
}
.services-grid-style h3 {
	text-transform: uppercase;
}
.services-grid-style h3 a:hover {
	text-decoration: none;
}

/* home cta section styling
--------------------------------------------------- */

.home-cta-section h4 {
	line-height: 1.4;
	padding-bottom: 30px;
}

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

#page-container #main-footer {
	background: url(images/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	
}

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

#footer-contact-section {
	padding-top: 70px;
}
#footer-contact-section h2 {
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

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

#main-footer #footer-widgets {
	padding: 0 0 40px;
}
#main-footer #footer-widgets {
	display: flex;
}
#footer-widgets .footer-widget {
	background: #fff;
	padding: 40px;
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}

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

#footer-widgets .wpforms-container {
	margin-bottom: 0;
}
#main-footer form {
	position: relative;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #6f6f6f;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 115px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-submit-container {
	text-align: center;
}

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

.social-icons {
	padding: 25px 0 25px 40px;
}
#main-footer .social-icons a {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
#main-footer .social-icons span {
	width: 49px;
	height: 49px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	background: #133bad;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#main-footer .social-icons .fa-facebook-icon {
    background: #4064ac;
}
#main-footer .social-icons .fa-instagram-icon {
	background: #982bb4;
}
#main-footer .social-icons .fa-youtube-icon {
	background: #f60000;
}
#main-footer .social-icons .pt-icon {
	background: #0097da;
}
#main-footer .social-icons a:hover {
	opacity: 0.8;
}

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

.prg-icon {
	position: relative;
	padding-left: 60px;
	padding-bottom: 25px;
	line-height: 1.1;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
	color: #133bad;
	font-size: 40px;
}
.prg-icon strong {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

/*
featured image section styling
--------------------------------------------------- */

#featured-image-section img {
	width: 100%;
	display: block;
}

/*
Page title section styling
--------------------------------------------------- */

#page-title-section {
	padding: 30px 0;
}
#page-title-section h1 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 0;
}
#page-title-section h1:after {
	content: '';
	display: block;
	width: 66px;
	border-bottom: 3px solid #e8960c;
	margin: 5px auto 0;
}

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

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

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

.post-custom-style article,
.archive article {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}
.post-thumbnail {
     margin-bottom: 30px;
}
.post-thumbnail img {
	width: 100%;
	display: block;
}
.entry-title a {
    text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

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

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

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

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	font-size: 18px;
	padding: 20px;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

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

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


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

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

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

#sidebar .prg-icon {
	padding-bottom: 20px;
}
#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);
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

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

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

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

.sp-custom-style article {
	-webkit-box-shadow: 0px 0px 6px #d6d2d2;
	-moz-box-shadow: 0px 0px 6px #d6d2d2;
	box-shadow: 0px 0px 6px #d6d2d2;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 60px;
}

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

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

/* 
Inner Banner 3 Setyling
---------------------------------------------------------------------------------------------------- */

#inner-banner3 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner3 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner3 .et_pb_row .et_pb_column {
	position: relative;
	overflow: hidden;
}
#inner-banner3 .et_pb_image_wrap {
	display: block;
}
#inner-banner3 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
#inner-banner3 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner3 .et_pb_image:before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.55);
	background: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.65) 25%,transparent 55%,transparent 100%);
	background: -o-linear-gradient(left,rgba(0, 0, 0, 0.65) 25%,transparent 55%,transparent 100%);
	background: -moz-linear-gradient(left,rgba(0, 0, 0, 0.65) 25%,transparent 55%,transparent 100%);
	background: linear-gradient(to right,rgba(0, 0, 0, 0.65) 25%,transparent 55%,transparent 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#inner-banner3 .et_pb_row .et_pb_text {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 20px;
}
#inner-banner3 .et_pb_text_inner {
	max-width: 350px;
}
#inner-banner3 h1 {
	font-size: 45px;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
	border-bottom: 1px solid rgba(231, 231, 231, 0.25);
	padding: 25px 0;
	text-transform: uppercase;
}


/* 
accordion style 2 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style2 .et_pb_toggle {
	background: #e0e6f4;
	border: 1px solid #d4d4d4;
	padding: 0;
}
#main-content .accordion-style2 .et_pb_toggle_title {
	color: #0e2c74;
	font-size: 25px;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style2 .et_pb_toggle_title:before {
	content: '\e87e';
	font-family: Linearicons-Free !important;
	font-size: 25px;
	color: #0e2c74;
	display: block;
	right: 30px;
}
#main-content .accordion-style2 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\e880';
}
#main-content .accordion-style2 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 22px;
}
/* 
Holistic Approach page css
---------------------------------------------------------------------------------------------------- */

.holistic-page tr:nth-child(odd) {
	background: #b5f6ff;
}
/* 
conact page css
---------------------------------------------------------------------------------------------------- */
.map-area .lnr {
    color: #fff;
    background: #9e3779;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    margin-top: -10px;
    float: left;
}

/* 
Landing Page 3 Styling
---------------------------------------------------------------------------------------------------- */

/* landing3 banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
body .landing3-banner-section:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.landing3-banner-section .landing3-top-row {
	padding-top: 0;
}
.landing3-banner-section .landing3-logo-widget {
	padding-top: 12px;
}
.landing3-phone-widget p {
	font-weight: 300;
}
.landing3-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #143bad;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing3-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing3-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing3-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing3-banner-caption {
	padding-top: 100px;
}
.landing3-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}
.landing3-banner-caption h4 {
	font-family: 'Qwigley', cursive;
	font-size: 40px;
}

/* landing3 content section styling
--------------------------------------------------- */

#main-content .landing3-content-section {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area {
	overflow: hidden;
	margin-top: -150px;
	padding-top: 150px;
}

/* sticky column styling
--------------------------------------------------- */

#sticky-column {
	position: static;
}

/* landing3 contact details styling
--------------------------------------------------- */

#landing3-contact-details {
	margin-top: -150px;
}
#landing3-contact-details 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);
	margin-bottom: 20px;
	width:300px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details .et_pb_button {
	background: #143bad;
	border-color: #143bad;
	color:#fff;
}
#landing3-contact-details .et_pb_button:hover {
	background: #143bad;
	color:#000;
}
#landing3-contact-details h4 a {
	background:#143bad;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 16px 8px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 125px;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}

/* landing3 form widget styling
--------------------------------------------------- */
#landing3-form-widget{
	background:#fff !important;
	
}
#landing3-form-widget {
	-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: 20px 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
#landing3-form-widget p {
	font-style: italic;
	padding-bottom: 5px;
	color:#000;
}
#landing3-form-widget h2 {
	font-size: 23px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
	color:#000!important;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	background: #fff !important;
	border-color: #000;
	color: #000;
	font-size: 18px;
	padding: 10px 10px;
}
#landing3-form-widget input,
#landing3-form-widget select {
    height: auto;
}
#landing3-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget :-moz-placeholder {
	color: #000;
}
#landing3-form-widget ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}
body #landing3-form-widget div.wpforms-container-full .wpforms-form button[type=submit] {
	float:none;
	background: #143bad;
    color: #fff;
	box-shadow:none;
}

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

body .landing-page-footer {
	background: #143bad;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}
body.page-id-2679 .landing-page-footer {
	background: #1fa7df;
}
.landing-page-footer a {
    color: #fff;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}

/* 
Landing Page 4 Styling
---------------------------------------------------------------------------------------------------- */

/* landing4 banner styling
--------------------------------------------------- */

#main-content .landing4-banner-section {
	min-height: 720px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-section .landing4-top-row {
	padding-top: 0;
}
.landing4-banner-section .landing4-logo-widget {
	padding-top: 12px;
}
.landing4-phone-widget p {
	font-weight: 300;
}
.landing4-phone-widget a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: #143bad;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
}
.landing4-phone-widget a:hover {
	background: #fac06c;
	color: #fff;
}
.landing4-phone-widget a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing4-phone-widget strong {
	display: block;
	font-size: 25px;
}
.landing4-phone-widget .fa-icon i {
	font-size: 17px;
	background: #da4100;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	border-radius: 50%;
}
body .landing4-banner-caption {
	padding-top: 100px;
}
.landing4-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing4-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}
.landing4-banner-caption h4 {
	font-family: 'Qwigley', cursive;
	font-size: 40px;
}

/* landing4 contact section styling
--------------------------------------------------- */

#main-content .landing4-contact-section {
	padding-top: 0;
	padding-bottom: 0;
    z-index: 99;
}
.landing4-contact-section .et_pb_row {
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details .et_pb_text_inner {
	overflow: inherit;
}

/* landing4 form widget styling
--------------------------------------------------- */

#landing4-form-widget .wpforms-container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-form-widget h3 {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#landing4-form-widget form {
	position: relative;
	overflow: hidden;
}
#landing4-form-widget .wpforms-field {
	padding: 0 0 4px;
}
#landing4-form-widget .left-side-field {
	width: 49.33%;
	float: left;
}
#landing4-form-widget .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#landing4-form-widget input,
#landing4-form-widget select,
#landing4-form-widget textarea {
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #000;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#landing4-form-widget textarea {
	height: 108px;
}
#landing4-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing4-form-widget :-moz-placeholder {
	color: #000;
}
#landing4-form-widget ::-moz-placeholder {
	color: #000;
}
#landing4-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing4-form-widget .wpforms-submit-container {
	position: absolute;
	width: 49%;
	bottom: 4px;
	right: 0;
	padding: 0;
}
#landing4-form-widget button {
	font-family: inherit;
	padding: 12px 15px;
	width: 100%;
	color:#fff;
}

/* landing4 contact details styling
--------------------------------------------------- */

#landing4-contact-details {
	margin-top: -120px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details 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);
	margin-bottom: 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details a {
	color: #fff;
}
#landing4-contact-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details h4 a {
	position: absolute;
	top: 68%;
	right: -75px;
	padding: 9px 19px;
	text-decoration: none;
}
#landing4-contact-details a .icon {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

/* landing4 contact details stuck styling
--------------------------------------------------- */

.is_stuck.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.is_stuck #landing4-contact-details {
	margin-top: 0;
}
.is_stuck #landing4-form-widget .wpforms-container {
	margin-bottom: 15px;
}
.is_stuck #landing4-contact-details img {
	width: 55%;
}
.is_stuck #landing4-contact-details p a {
	display: none;
}

/* landing4 content section styling
--------------------------------------------------- */

#main-content .landing4-content-section .et_pb_row {
	padding-top: 0;
}

.setup-store{
	border-bottom:1px solid #133bad;
}

.testimonial p {
    background-image: url(images/q-left.png), url(images/q-right.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    padding: 0px 40px;
}

/* testimonial slider module styling
--------------------------------------------------- */

#main-content .testimonial-slider-module {
	padding-bottom: 60px;
}
.testimonial-slider-module .et_pb_slide_content {
	color: #000;
	text-shadow: none;
}
.testimonial-slider-module .et-pb-slider-arrows a {
	color: #133bad !important;
	text-decoration: none;
}
.testimonial-slider-module .et_pb_slide_description,
.testimonial-slider-module .et_pb_slider_fullwidth_off .et_pb_slide_description {
	background: url(images/q-left.png) no-repeat top left, url(images/q-right.png) no-repeat top right;
	padding: 20px 55px 0;
}
.testimonial-slider-module .et-pb-controllers {
	bottom: 0;
}
.testimonial-slider-module .et-pb-controllers a {
	background-color: rgba(19, 59, 173, 0.5);
	width: 10px;
	height: 10px;
}
.testimonial-slider-module .et-pb-controllers .et-pb-active-control {
	background-color: #133bad;
}
.testimonial-slider-module .et_pb_slide_content h4 {
    color: #000 !important;
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
	display: block;
	padding-bottom: 15px;
}
.testimonial-slider-module .et_pb_slide_content h5 {
	color: #656565 !important;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

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

@media only screen and (max-width: 1300px) { 
	
	#main-content .home-about-section {
		background-size: 90%, contain;
	}	
	#landing4-contact-details h4 a {
		top: 78%;
		right: 0;
		font-size: 15px;
	}
	#landing4-contact-details a .icon {
		font-size: 25px;
	}
	
}

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

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	.header-right-area a {
		margin-left: 15px;
	}
	#page-container .header-right-area .et_pb_button {
		letter-spacing: 0.05em;
		padding: 14px 20px;
	}
	#hero-img-section .et_pb_row {
		height: 500px;
	}
	#main-content .home-about-section {
		background-size: cover;
	}
	#sticky-column {
		width: 275px;
	}

}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: 75%;
		max-height: inherit;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 300px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#inner-banner3 h1 {
		font-size: 35px;
	}
	.home #main-header {
		background: #fff;
	}
	body.et_header_style_centered #main-header .logo_container {
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	.header-right-area {
		float: none;
		padding-left: 0;
	}
	body .mobile_menu_bar:before {
		color: #133bad;
	}
	body .et_mobile_menu {
		border-color: #133bad;
	}
	#hero-img-section .et_pb_row {
		height: 385px;
	}
	.overlap-text-module .et_pb_text_inner {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
	.rtl-widget-row.overlap-text-module .et_pb_text_inner {
		margin-right: 0;
	}
	#main-content .home-about-section {
		background-image: none !important;
	}
	.home-about-section:before {
		display: none;
	}
	.home-about-section .et_pb_image_wrap img {
		display: block;
	}
	.services-grid-style .et_pb_image {
		max-width: 520px;
	}
	#footer-widgets .footer-widget {
		padding: 20px;
	}
	.prg-icon {
		padding-left: 40px;
	}
	.prg-icon .icon {
		font-size: 30px;
	}
	.grid-text-img-row img {
		display: block;
		width: 100%;
	}
	#main-content .landing3-banner-section {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 60px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
		height: 75px;
	}
	body .landing3-banner-caption {
		padding-top: 40px;
	}
	#main-content .landing3-content-area {
		padding-top: 30px;
		margin-top: 0;
	}
	#landing3-contact-details {
		margin-top: 0;
	}
	.landing3-logo-widget,
	.landing3-phone-widget {
		text-align: center;
	}
	#sticky-column {
		clear: both;
		width: 100%;
	}
	.landing-copyright-area {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	#main-content .landing4-banner-section {
		min-height: auto;
		padding-bottom: 0;
	}
	body .landing4-banner-caption {
		padding-top: 0;
	}
	.landing4-banner-section .et_pb_column {
		margin-bottom: 15px;
	}
	.landing4-banner-section .et_pb_text_inner {
		text-align: center;
	}
	#landing4-form-widget h3 {
		text-align: center;
	}
	#landing4-contact-details {
		max-width: 400px;
		margin: 0 auto;
	}
	.landing-copyright-area {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
	.landing-footer-links {
		float: none;
		text-align: center;
	}

}

@media only screen and (max-width: 767px) { 
	
	html body {
		font-size: 18px;
	}
	body h1 {
		font-size: 33px;
	}
	body h2 {
		font-size: 29px;
	}
	#page-container .et_pb_button {
		padding: 12px 25px;
		font-size: 16px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 200px;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#inner-banner3 .et_pb_image:before {
		display: none;
	}
	#inner-banner3 .et_pb_row .et_pb_text {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		padding: 20px 20px 0;
	}
	#inner-banner3 .et_pb_text_inner {
		max-width: 100%;
		color: #000;
	}
	#inner-banner3 h1 {
		border-color: #d8d8d8;
		color: #000 !important;
		font-size: 30px;
	}
	#main-content .accordion-style2 .et_pb_toggle_title {
		font-size: 20px;
	}	
	#main-content .accordion-style2 .et_pb_toggle_content {
		padding: 0 20px 40px;
	}
	#hero-img-section .et_pb_row {
		height: 300px;
	}
	.overlap-text-module .et_pb_text_inner {
		padding: 25px;
	}
	.home-cta-section h4 br {
		display: none;
	}
	#main-footer #footer-widgets {
		display: block;
	}
	.grid-text-img-row .et_pb_image {
		min-height: auto;
	}
	.social-icons {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#main-content .landing3-banner-section {
		padding-bottom: 30px;
	}
	body .landing3-banner-caption {
		padding-top: 20px;
	}
	.landing-footer-links a {
		margin: 0 5px;
	}
	.landing4-banner-caption h1 br {
		display: none;
	}
}

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

	body h1 {
		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;
	}
	#footer-widgets .wpforms-submit-container {
		text-align: center;
	}
	#footer-widgets .left-side-field  {
		width: 100%;
	}
	#footer-widgets .right-side-field {
		position: relative;
		width: 100%;
	}
	#page-container .header-right-area .et_pb_button {
		display: table;
		margin: 0 auto 20px;
	}
	.header-right-area a {
		margin-left: 0;
	}
	#hero-img-section .et_pb_row {
		height: auto;
		padding-top: 80px;
	}#landing4-form-widget .left-side-field {
		width: 100%;
	}
	#landing4-form-widget .right-side-field {
		position: relative;
		width: 100%;
	}
	#landing4-form-widget .wpforms-submit-container {
		position: relative;
		width: 100%;
		bottom: 0;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 415px) { 
	
	#landing4-contact-details h4 a {
		position: relative;
		top: 0;
		margin-top: 7px;
	}
	
}