/*
Theme Name: JMW Legal
Template: 	Divi
Version: 	4.21.1
*/

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

body {
	font-weight: 400;
}

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

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

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

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

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

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

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

#page-container .et_pb_button {
    display: inline-block;
    padding: 12px 30px;
    line-height: normal !important;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    background-color: #971730 !important;
    margin: 0 5px;
    border: 2px solid #971730 !important;
	color: #ffffff;
}
#page-container #et_pb_button_light{
	background-color: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 10px 30px;
}
#page-container #et_pb_button_light:hover{
    background-color: #971730 !important;
    border: 2px solid #971730 !important;
	color: #ffffff !important;
}
#page-container #et_pb_button_light .dashicons-arrow-down-alt{
	position: relative;
    top: 2px;
}
#page-container .et_pb_button:hover{
    background-color: #12187f !important;
    border: 2px solid #12187f !important;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #000;
}

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

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

html body div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	border: none;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	height: 45px;
	border-radius: 0;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

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

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

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

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

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

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

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

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

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

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

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

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

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

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

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

body.blog header .et_builder_inner_content {
	z-index: 9;
}
body.blog header .et_builder_inner_content.has_et_pb_sticky {
	z-index: inherit;
}

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

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

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

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

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

.post-custom-style article,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
.blog .entry-title,
body.single .post .entry-title {
	font-size: 30px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}
body .read-more {
	margin-left: 5px;
}

/*
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: #567426;
	color: #fff;
}

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

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
/* 	border-bottom: 1px solid #d7d7d7; */
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
/* 	border-bottom: 1px solid #ccc; */
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

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

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

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

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

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

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


/* 
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;
	position:relative;
	z-index:0;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
	padding-bottom: 10px;
	font-size:40px;
	line-height:1.5;
}
#inner-banner1 h1:before{
	position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    background-color: #971730;
}

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


/* Footer Styling
----------------------------------------------- */
#site-footer{
	background-color: #971730;
}
#site-footer p,
#site-footer p a{
	text-align: left !important;
	color: #fff !important;
	font-size: 14px;
}
#footer-right-side-contact p{
    border-left: 1px solid #fff;
    padding: 5px 20px;
}
#footer-right-side-contact p:last-child {
	padding-right:0;
}
#site-footer > div{
	display: flex;
	align-items: center;
	max-width: 1500px;
}
#footer-right-side-contact p a .dashicons-email{
	top: 3px;
    position: relative;
}

#site-footer .dashicons-phone{
	top: 3px;
    position: relative;	
}
#footer-right-side-contact > div{
	display: flex;
	align-items: center;
    justify-content: end;
}

#footer-left-side-text{
	padding: 2rem 0;
}
#footer-right-side-social{
	text-align: right;
}
#footer-right-side-social li a{
    background: transparent !important;
    border: 1px solid #fff;
}


/* Header Styling
----------------------------------------------- */
#site-header{
	padding: 15px 0;
}
#page-container #site-header .et_pb_button{
	display: inline-block;
    padding: 15px 30px !important;
    line-height: normal !important;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    width: 200px;
    background-color: #971730 !important;
    margin: 0 5px;
	border: 1px solid #971730 !important;
    border-radius: 5px !important;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
#page-container #site-header .et_pb_button:hover{
	background-color: #12187f !important;
}
#page-container #site-header .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
    font-size: 15px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    padding: 0 15px;
    color: #971730;
}
#page-container #site-header .et_pb_button:before{
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.nav li ul{
	border-top: 3px solid #12187f !important;
	width: 338px !important;
}
#menu-primary-menu .menu-item li a:hover {
    background-color: #b50002;
    color: #fff !important;
	opacity: 1;
}
.nav li ul li a {
    padding: 5px 0px 5px 15px;
	font-size: 14px;
	width: 338px !important;
}
#page-container #site-header .et_pb_menu li li:hover{
	padding: 0;
}
#page-container #site-header .et_pb_menu li li{
	padding: 0;
}
#page-container #site-header .et_pb_menu {
	padding: 25px 0 10px;
}
#page-container #site-header .et_pb_menu__logo img{    
	position: absolute;
    top: -3rem;
    width: 250px;
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{
	color: #971730 !important;
}
.et_mobile_menu{
	border-top: 3px solid #12187f !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
	font-size: 15px !important;
}


/* About us page Styling
---------------------------------------------------------------------------------------------------- */



body .about-single .et_pb_column:before{
	content: "";
    border: 1px solid rgb(255 255 255 / 40%);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
}
body .about-single .et_pb_column:last-of-type{
	background-color: #971730;
    padding: 50px;
    border-radius: 20px;
	color: #fff;
}
body .about-single{
	width: 1179px;
	padding: 50px 0 80px !important;
}
body .about-single .et_pb_column_1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}
body .about-single .et_pb_image_wrap img{
	width:300px !important;
	border-radius:4px;
}
body .about-single .et_pb_text{
	padding: 0 !important;
    text-align: left !important;
}
body .about-single .et_pb_text_inner h3{
    padding: 20px 0 !important;
    text-transform: uppercase !important;
    color: #fff;
}
body .about-single .et_pb_column:first-of-type .et_pb_text_inner h3{
    color: #971730;
}
body .about-single .et_pb_text_inner p{
	font-size: 15px !important;
}
.about-single .et_pb_image {
	text-align: center;
    margin-bottom: 0px !important;
}

/* 
Contact Us Page styles
---------------------------------------------------------------------------------------------------- */

.contact-us-row-1 .et_pb_column{
	padding: 40px 30px 30px;
    border: 1px solid #e0e0e0;
    margin-top: 25px;
}
.contact-us-row-1 .et_pb_column_1 {
	border-top: 5px solid #971730;
}
body .contact-us-row-1 .et_pb_column_1:before {
	content: "\f230";
	background: #971730;
}
.contact-us-row-1 .et_pb_column_2 {
	border-top: 5px solid #971730;
}
.contact-us-row-1 .et_pb_column_2:before {
	content: "\f231";
	background: #971730;
}
body .contact-us-row-1 .icon {
	position: relative;
	top: 2px;
	color: #b50002;
	padding-right: 5px;
}
body .contact-us-row-1 .et_pb_column:before {
    font-family: dashicons;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
}
.contact-us-row-1 .et_pb_column_1 p{
	padding-bottom: 15px !important;
}
.contact-us-row-1 .et_pb_column_1 p a{
	color: #000 !important;
}
.contact-us-sec{
	padding: 50px 0!important;
}

/* Services styling
----------------------------------------------- */
#services-area {
    padding: 100px 0;
	margin: 50px 0 0px 0;
}
#services-area h2 {
    color: #fff;
    text-shadow: 0px 0px 30px #000;
}
#services-area h5 {
    padding-bottom: 0;
    color: #FFFFFF54;
    font-size: 220px;
    font-weight: 600;
    line-height: 0;
}
#services-area h6 {
	font-size:20px !important;
}
.services-content{
	position: absolute;
    top: 0;
    left: 0;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    opacity: 0;
    background-color: #971730;
    color: #fff;
	font-size: 16px;
    line-height: 1.2;
}
.services-row .et_pb_column{
	padding: 50px 20px;
/*     border-radius: 50px 0; */
    max-width: 370px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.et_pb_icon .et_pb_icon_wrap{
	display: inline-block;
    border-style: solid;
    border-width: 0;
    line-height: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-size: cover;
    position: relative;
}
body .services-row + .services-row{
	margin-top: 6px;
    justify-content: center;
}
body .services-row .et_pb_icon .et-pb-icon{
	font-size: 50px;
}
.et_pb_icon_wrap .et-pb-icon{
	font-family: FontAwesome!important;
    font-weight: 400!important;
    color: #12187f !important;
    font-size: 96px;
}
.services-row .et_pb_column:hover .services-content{
	opacity:1;
}
.et_pb_slide_description{
	text-align: left;
}
.services-content p{
	padding-bottom: 15px;
}
/* banner section
--------------------------------------------------- */

#hero-img-section {
	min-height: 700px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
	display: flex;
	align-items: center;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 25px;
    font-size: 50px;
    line-height: 1;
}
#hero-img-section p{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
}


/* Testimonials styling
----------------------------------------------- */

#home-testimonial-area {
	overflow: hidden;
	margin: 50px 0 70px;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
	background-color: transparent;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
	padding: 0 0 0;
	text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    color: #000;
    font-size: 17px;
    font-style: italic;
    max-width: 90%;
    margin: 0 auto;
}
#home-testimonial-area .et-pb-controllers {
	bottom: 0;
}
#home-testimonial-area .et-pb-controllers a {
	width: 16px;
	height: 16px;
	border-radius: 500px;
	opacity: 1;
	background-color: transparent;
	border: 2px solid #fff;
}
#home-testimonial-area h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000 !important;
    font-style: normal;
}
#home-testimonial-area .et_pb_slide_title {
    display: none;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-prev,
#home-testimonial-area .et_pb_slider .et-pb-arrow-prev{
	left: 0px;
	opacity: 1;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-next,
#home-testimonial-area .et_pb_slider .et-pb-arrow-next{
	right: 0px;
	opacity: 1;	
}
#home-testimonial-area .et-pb-arrow-next,
#home-testimonial-area .et-pb-arrow-prev {
    top: 58%;
}
#home-testimonial-area .et-pb-arrow-prev:before,
#home-testimonial-area .et-pb-arrow-next:before{
    font-size: 40px;
	color: #000000;
}
#home-testimonial-area .et-pb-arrow-prev:before{
	content: '\23';
}
#home-testimonial-area .et-pb-arrow-next:before{
	content: '\24';
}
#home-testimonial-area .et-pb-controllers {
    bottom: 0;
    display: none;
}
#home-testimonial-area .et-pb-controllers a{
	border-color: #000;
}
#home-testimonial-area .et-pb-controllers a.et-pb-active-control {
    background-color: #000;
}
#home-testimonial-area .et_pb_slider {
    overflow: initial;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    background-color: #dfe1ff;
    padding: 30px;
    border-radius: 3px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home-testimonial-area .et_pb_slide_description:after {
    display: block;
    content: '';
    width: 855px;
    min-height: 280px;
    background: #971730;
    position: absolute;
    top: 25px;
    right: 28px;
    z-index: -1;
    border-radius: 3px;
}
/* #home-testimonial-area .et_pb_text_inner h2 {
    border-bottom: 2px solid #000;
    max-width: 400px;
    margin: 0 auto 50px;
} */
/* Our values section
 -------------------------------------------------------------------- */

#our_values_sec #inner-banner1 h1{
	margin-bottom: 25px;
}
#our_values_sec #inner-banner1 .et_pb_button{
	font-size: 15px;
}
#main-content #our_values_sec .et_pb_image_wrap:after{
    display: block;
    content: '';
    width: 13rem;
    min-height: 12rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15rem;
    right: -5rem;
    z-index: -1;
    border-radius: 3px;
    background-image: url("images/values_img.png");
}

/* CTA Section 
--------------------------------------------------- */
#cta-section h1{
	font-size: 60px;
    font-weight: 600;
	line-height:1;
	color: #fff;
}
#cta-section p{
	font-size: 22px;
    font-weight: 400;
    line-height: 0.7em;
	color: #fff;
}
#cta-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display: flex;
    height: 535px;
	padding-top:0;
}
#cta-section .et_pb_row{
    padding: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
	z-index:100;
}
#cta-section .et_pb_row .et_pb_column:last-of-type .et_pb_module{
	text-align: end;
}





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

@media only screen and (max-width: 1440px) { 
	#site-footer > div{
		max-width: 1400px;
	}
	#footer-right-side-contact p{
		padding: 5px 10px;
	}
}
@media only screen and (max-width: 1366px) { 
	#site-footer > div{
		max-width: 1300px;
	}
	#footer-right-side-contact > div{
		flex-wrap: wrap;
		gap: 15px;
		justify-content: start;
	}
	#site-footer > div .et_pb_column{
		width: 50%;
	}
}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	#hero-img-section{
		min-height: 600px;
	}
	#services-area h5{
		font-size: 210px;
	}
	#hero-img-section h1{
		font-size:45px;
		padding-bottom: 32px;
	}
	#site-footer > div {
   	 	max-width: 1220px;
	}

}

@media only screen and (max-width: 1179px) { 
		#footer-left-side-text{
		margin: 0;
		padding:1rem 0;
	}
}

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

	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}

	#site-header .et_pb_image {
		text-align: center;
	}
	#services-area h5 {
		font-size: 165px;
	}
	#hero-img-section h1 {
    	font-size: 40px;
    	padding-bottom: 24px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	#hero-img-section{
		min-height: 580px;
	}
	#hero-img-section .et_pb_slide_description{
		padding: 16% 3%;
	}
	.services-row .et_pb_column{
		min-width: 350px;
		margin: 0 5px;
	}
	.services-row .et_pb_row{
		display: flex;
		justify-content: center;
	}
	#home-testimonial-area .et_pb_slide_description:after{
		display: none !important;
	}
	#cta-section{
		height: 400px;
	}
	#cta-section .et_pb_row {
   		padding: 25px;
	}
	#site-footer > div{
		flex-direction: column;
	}
	#site-footer > div .et_pb_column {
		width: 100%;
	}
	#our_values_sec .et_pb_row_1{
		display: flex;
    	flex-direction: column-reverse;
	}
	#our_values_sec .et_pb_row_1 img{
		width: 600px;
		margin-bottom: 4rem;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#main-content #our_values_sec .et_pb_image_wrap:after{
		top: 16rem;
		right: -3rem;
	}
	#site-footer > div .et_pb_image{
		text-align: center;
	}
	#footer-right-side-social{
		text-align: center !important;
	}
	#site-footer p, #site-footer p a{
		text-align: center !important;
	}
	#footer-right-side-contact > div{
		justify-content: center !important;
	}
	#footer-right-side-contact > div{
		justify-content: center !important;
	}
	
}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}

	#page-container .et_pb_button,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 10px 25px;
	}

	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#footer-right-side-contact > div{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px;
	}
	.services-content p {
		padding-bottom: 16px;
		font-size: 17px;
	}
	#services-area {
		padding: 80px 0;
	}
	#services-area h5 {
		font-size: 150px;
	}
	#hero-img-section h1 {
		font-size: 35px;
		padding-bottom: 20px;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#home-testimonial-area .et-pb-controllers {
		height: auto;
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide_content{
		max-width: 100%;
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide {
		background-color: transparent;
		padding: 0;
	}	
	#home-testimonial-area .et-pb-slider-arrows {
		display: none;
	}
	#home-testimonial-area .et-pb-controllers {
		bottom: 0;
		display: block;
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide_description {
		padding: 0 0 30px;
		text-shadow: none;
	}
	#cta-section{
		height: 350px;
	}
	#cta-section .et_pb_row {
		padding: 20px;
	}
	#cta-section h1 {
		font-size: 50px;
	}
	.services-row .et_pb_column {
		min-width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	#footer-right-side-contact p{
		border: none !important;
	}
	#footer-right-side-contact > div{
		gap:0;
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}

	#page-container .one_half,
	
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}

	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#services-area {
		padding: 65px 0;
	}
	#services-area h5 {
		font-size: 100px;
		max-height:500px;
	}
	.services-row .et_pb_column {
		max-width: 80%;
	}
	#hero-img-section h1 {
		font-size: 26px;
		padding-bottom: 10px;
	}
	#cta-section .et_pb_row{
		flex-direction: column;
	}
	#cta-section h1 {
		font-size: 40px;
	}
	#cta-section {
		height: 290px;
	}
	#cta-section .et_pb_row .et_pb_text{
		text-align: center !important;
	}
	#our_values_sec .et_pb_row_1 img{
		margin-bottom: 2rem;
	}
	#main-content #our_values_sec .et_pb_image_wrap:after{
		display: none;
	}
	#home-testimonial-area {
		overflow: hidden;
		margin: 20px 0 20px;
	}
	#page-container #et_pb_button_light{
		padding: 9px 23px;
		
	}
	#hero-img-section .et_pb_slide{
		padding: 0 5%;
	}
	#hero-img-section .et_pb_slide_description{
		padding: 16% 0%;
	}
	#page-container #site-header .et_pb_menu__logo img {
		position: absolute;
		top: -2rem;
		width: 225px;
	}
	#site-header .et_pb_row:first-of-type .et_pb_column {
		text-align: center;
	}
}
@media only screen and (max-width: 375px) { 
	#services-area h5 {
		font-size: 78px;
	}
	.services-content p {
		padding-bottom: 15px;
		font-size: 15px;
	}
	.services-row .et_pb_column {
		max-width: 90%;
	}
	
}
