/*
Theme Name: Purcell & Purcell
Template: 	Divi
Version: 	4.21.0
*/

/*
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;
}
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;
	border: 1px solid #404040;
	background-color: #404040;
	color: #ffffff;
}

#page-container .et_pb_button:hover {
	border: 1px solid #404040;
	background-color: transparent;
	color: #404040;
}

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

.et_pb_button:after, .et_pb_button:before{
	display: none !important;
}

/*
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 #404040;
	border-radius: 0;
	font-family: inherit;
	padding: 10px 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: #D23030;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	height: 45px;
	border-radius: 5px;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #1a1a1a;
}

#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: #c00000;
}
.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: 15px;
	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: 45px;
    bottom: 0;
    width: 105px;
    height: 4px;
    content: "";
    right: 45px;
    top: 55px;
    margin: auto;
    background-color: #d23030;
}
#inner-banner1 h1:after{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 51px;
    height: 4px;
    content: "";
    right: 54px;
    top: 55px;
    margin: auto;
    background-color: #404040;
}




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

/* 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: #404040;
    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;
}
body .about-single .et_pb_text_inner p{
	font-size: 15px !important;
}
.about-single .et_pb_image {
	text-align: center;
    margin-bottom: 0px !important;
}
body .about-single .et_pb_row .et_pb_column:first-of-type{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
	margin-right: 2%;
}
.divioverlay.divioverlay-open{
	cursor: default;
    background: #fff;
    display: flex;
    justify-content: center;
}
.divioverlay .overlay-close{
	color: #404040 !important;
	font-size: 70px !important;
}


/* 
 footer styles
---------------------------------------------------------------------------------------------------- */

#footer-right-side-contact p a,
#footer-right-side-contact p{
	color: #fff !important;
}
#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;
}
#site-footer .et_pb_row .et_pb_column:first-of-type{
	width: 52%;	
}
#site-footer .et_pb_row .et_pb_column:last-of-type{
	width: 48%;	
}
#footer-right-side-contact p a .dashicons-email{
	top: 3px;
    position: relative;
}

.dashicons-location{
	top: 3px;
    position: relative;	
}
#footer-right-side-contact > div{
	display: flex;
	align-items: center;
    justify-content: end;
}
#site-header .et_pb_row .et-last-child{
	text-align: right;
}
.et_pb_image_0_tb_footer {
	margin-bottom:15px !important;
}
#footer-right-side-social{
	text-align: right;
}
#footer-right-side-social li a{
    background: transparent !important;
    border: 1px solid #fff;
}
#footer-left-side-text{
	padding: 1rem 0;
	color: #ffffff !important;
	margin-bottom:5px !important;
}
#footer-left-side-text a{
	color: #ffffff !important;
}
#footer-right-side-contact .dashicons-phone{
	position: relative;
    top: 2px;
}

/* Hero Section styling
----------------------------------------------------------------------------------------------------- */

#hero_section{
    display: flex;
    min-height: 700px;
    padding-top: 18rem;
    position: relative;
    overflow: hidden;
}
#hero_section h1{
	font-weight: 500 !important;
    padding-bottom: 10px;
    font-size: 50px;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 0px 2px #fff;
}
#hero_section p{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 2px #fff;
}
#hero_section .et_pb_button{
	width: 230px;
    color: #fff;
    border-radius: 5px;
    border-color: #404040;
    background-color: #404040 !important;
}
#hero_section .et_pb_button:hover{
    background-color: transparent !important;
	color: #fff;
    border-color: #fff;
}
#hero_section #et_pb_button_2{
    background-color: transparent !important;
		color: #fff;
    border-color: #fff;
}
#hero_section #et_pb_button_2:hover{
    background-color: #404040 !important;
    color: #fff;
    border-color: #404040;
}
#hero_section #et_pb_button_2 .dashicons-icon{
    position: relative;
    top: 2px;
    font-size: 16px;
}


/* 
 Header styles
---------------------------------------------------------------------------------------------------- */
#header_top{
	padding: 0;
}
#header_top p{
	text-align: right;
}
#header_top p a{
	color: #ffffff;	
	margin-left: 15px;
}
#header_top p a .dashicons-icon{
	position: relative;
	top: 3px;
}
#header_bottom{
	padding: 0;
}
#header_bottom .et_pb_row{
	display: flex;
	align-items: center;
	padding: 20px 0;
	
}
#header_bottom .et_pb_row .et_pb_code_inner a{
	color: #fff;
    background-color: #404040;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #404040;
}
#header_bottom .et_pb_row .et_pb_code_inner a:hover{
	background-color: transparent;
	color: #404040;
}
#header_bottom .et_pb_row .et_pb_code_inner .dashicons-icon{
	position: relative;
	top: 2px;
}
.et_pb_image_0_tb_header .et_pb_image_wrap img{
    width: 250px !important;
    max-width: unset;
}
#header_bottom .et_pb_menu li ul,
#header_bottom .et_pb_menu li li,
#header_bottom .et_pb_menu li li a,
#header_bottom .et_pb_menu li li:hover{
	width: 280px !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
    font-family: "Roboto", Sans-serif !important;
    font-size: 15px !important;
    color: #1A1A1A;
    font-weight: 400;
}
.nav li ul{
	border-top: 3px solid #404040;
}
.et_pb_menu li li,
.et_pb_menu li li:hover{
	padding: 5px 0px 5px 5px !important;
}
#header_top .et_pb_column:first-of-type{
	width: 90%;
}
#header_top .et_pb_column:last-of-type{
	width: 10%;
}
#header_top .et_pb_row{
    display: flex;
    justify-content: end;
    padding: 0;
    padding-top: 8px;
}
#header_top .et_pb_social_icon a{
	border: 1px solid #ffffff;
	border-radius: 3px;
}
/* 
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 #404040;
}
body .contact-us-row-1 .et_pb_column_1:before {
	content: "\f230";
	background: #404040;
}
.contact-us-row-1 .et_pb_column_2 {
	border-top: 5px solid #404040;
}
.contact-us-row-1 .et_pb_column_2:before {
	content: "\f231";
	background: #404040;
}
body .contact-us-row-1 .icon {
	position: relative;
	top: 2px;
	color: #404040;
	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;
}
#google_map {
	margin-top: 10px;
}


/* Services Syles ---------------------------------------------------------- */

#services-area {
    padding: 100px 0;
	margin: 50px 0 0px 0;
}
#services-area h2 {
    color: #fff;
    text-shadow: 0px 0px 30px #000;
	text-align:left;
}
#services-area h5 {
    padding-bottom: 0;
    color: #FFFFFF84;
    font-size: 220px;
    font-weight: 600;
    line-height: 0;
	text-align: right;
}
#services-area h6 {
	font-size:20px !important;
}
#services-area .et_pb_row .et_pb_column{
	border-radius: 3px;
}
.entry-content a:hover{
	color:#404040;
}
.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;
/*     border-radius: 50px 0; */
    background-color: #404040;
    color: #fff;
	font-size: 16px;
    line-height: 1.2;
}
.services-content p a{
	color: #ffffff;
}
.services-content p a:hover{
	color: #ffffff;
}
.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: #404040 !important;
    font-size: 96px;
}
.services-row .et_pb_column:hover .services-content{
	opacity:1;
}
.services-content p{
	padding-bottom: 15px;
}

/* 
About Us Page styles
---------------------------------------------------------------------------------------------------- */
#about_us_content .et_pb_row{
	display: flex;
	align-items: center;
	width: 1000px;
	flex-wrap: wrap;
}
#about_us_content .et_pb_row .et_pb_column h3{
    font-size: 17px;
    text-align: center;
    color: #d23030;
    font-weight: 400;
}
#about_us_content .et_pb_row .et_pb_column img{
	border-radius: 5px;
	width: 300px;
    height: 350px;
}


/* Our Values Section
--------------------------------------------------- */

#our_values{
	padding: 70px 0 50px;
}
#our_values .et_pb_row{
	display: flex;
    justify-content: center;
	gap: 2rem;
}
#our_values .et_pb_column img{
	height: 400px !important;
}
#our_values .et_pb_column_1 img{
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#our_values .et_pb_column_1{
	width: 400px;
}
#our_values .et_pb_column_2{
	width: 200px;
}



/* Testimonial Section
--------------------------------------------------- */
#home-testimonial-area .ti-footer{
	display: none;
}
#home-testimonial-area {
    margin: 0px;
    padding: 30px 0;
}
#home-testimonial-area .ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-color: transparent !important;
}
#home-testimonial-area .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name,
#home-testimonial-area .ti-widget.ti-goog .ti-widget-container .ti-date,
#home-testimonial-area .ti-widget.ti-goog .ti-read-more span,
#home-testimonial-area .ti-widget.ti-goog .ti-review-content {
	color: #fff;
}


	#home-testimonial-area {
overflow: hidden;
}
#home-testimonial-area .et_pb_row {
/* background-color: rgb(0 0 0 / 80%); */
margin: 20px auto;
padding-left: 10px;
padding-right: 10px;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
padding: 0 0 8%;
text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
color: #fff;
font-size: 18px;
}
#home-testimonial-area .et-pb-slider-arrows a {
background-color: rgb(255 255 255 / 80%);
opacity: 1;
color: #000;
}
#home-testimonial-area .et-pb-slider-arrows .et-pb-arrow-prev {
left: 20px;
}
#home-testimonial-area .et-pb-slider-arrows .et-pb-arrow-next {
right: 20px;
}
#home-testimonial-area .et-pb-slider-arrows a:hover {
background-color: #fff;
}
#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 .et-pb-controllers .et-pb-active-control {
background-color: #fff;
}

/* CTA section 
 * --------------------------------------------------------------------- */
#home-cta-area{
	background-color: #f8f8f8;
	padding:70px 0;
}
#home-cta-area .et_pb_row {
    display: flex;
	flex-wrap: wrap;
}
#home-cta-area .et_pb_image .et_pb_image_wrap img{
    width: 124%;
    max-width: 700px;
}
#home-cta-area .et_pb_column:last-of-type {
    align-self: center;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#home-cta-area .et_pb_text {
    background-color: rgb(255 255 255 / 80%);
    padding: 40px;
	font-size: 16px;
}
.about-area-right-sec .et_pb_text_inner .et_pb_button:hover{
	background-color: #0c2236 !important;
	color: #fff !important;	
}
#home-cta-area .et_pb_text .et_pb_button:hover{
	border: 1px solid #404040;
	background-color: transparent;
	color: #404040;
}


/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) { 
	#site-footer .et_pb_row .et_pb_column:first-of-type{
		width: 37%;
	}
	#site-footer .et_pb_row .et_pb_column:last-of-type {
		width: 56%;
	}
	#site-footer > div{
		justify-content: center;
	}
}
@media only screen and (max-width: 1366px) { 
}
@media only screen and (max-width: 1280px) { 
}

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

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

}

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

		#site-footer > div{
		flex-direction: column;
		align-items: start;
		padding: 0 4rem;
	}
		#site-footer > div .et_pb_column{
		width: 100% !important;
		margin: 1rem 0 0;
	}
	#site-footer > div .et-last-child{
		margin: 2rem 0 0;
	}
	#footer-left-side-text{
		margin: 0;
		padding:1rem 0;
	}
	body .about-single .et_pb_row{
		width: 85%;
	}


}


@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;
	}
	#hero_section h1{
		font-size: 47px;
	}
	#hero_section .et_pb_button{
		width: 200px;
	}
	#hero_section{
		padding-top: 14rem;
		min-height: 600px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#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;
	}
		#services-area h5 {
		font-size: 165px;
	}
	.services-row .et_pb_column{
		max-width:30%;
	}
	.services-row{
		display: flex;
		justify-content: space-between;
	}
	.services-row .et_pb_column{
		margin: 0;
	}	
	.services-content{
		padding: 20px 15px;
	}
	.services-content p {
		padding-bottom: 14px;
		font-size: 14px;
	}
	body .services-row + .services-row{
		justify-content: space-evenly;
	}
	#header_bottom .et_pb_row .et_pb_column_3_tb_header{
		position: absolute;
    	top: 6rem;
	}
	#header_bottom .et_pb_row .et-last-child{
		text-align: right;
	}
	#header_bottom .et_pb_module .mobile_menu_bar:before,
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
		color: #404040 !important;
	}
	#header_bottom .et_mobile_menu{
		border-top: 3px solid #404040;
	}
	#footer-left-side-text > div{
		text-align: center;
	}
	#header_bottom .et_pb_row{
		align-items: initial;
	}
	#footer-right-side-contact p{
		border: none;
	}
	#about_us_content .et_pb_row{
		width: auto;
	}
	#our_values .et_pb_column_1 {
		width: 300px;
	}
	#our_values .et_pb_row{
		gap: 1rem;
	}
	#our_values .et_pb_column img {
		height: 300px !important;
	}
	#our_values .et_pb_column_3{
		width: 35%;
	}
	#page-container #our_values .et_pb_column_3 .et_pb_button{
		width: 160px;
    	font-size: 16px;
	}
	#inner-banner1 h1{
		font-size: 38px;
	}
	body .about-single .et_pb_row{
		width: 70%;
	}
	
}

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

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

	#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;
	}
	.services-row{
		flex-wrap: wrap;
		justify-content: center;
	}
		body .services-row + .services-row{
/* 		flex-wrap: wrap;
		gap: 1rem; */
		justify-content: center !important;	
	}
	.services-row .et_pb_column {
		max-width: 60%;
		margin: 1rem 0;
	}
	body h2 {
		font-size: 29px;
	}
	#services-area h5 {
		font-size: 150px;
	}	.services-content p {
		padding-bottom: 16px;
		font-size: 17px;
	}
	#services-area {
		padding: 80px 0;
	}
	#header_top .et_pb_column:last-of-type {
		width: 12%;
	}
	#footer-right-side-contact > div {
		    flex-wrap: wrap;
			justify-content: center;
	}
	#site-footer > div{
		padding: 0;
	}
	#hero_section h1 {
		font-size: 45px;
	}
	#hero_section p {
		font-size: 18px;
	}
	#hero_section .et_pb_button {
		width: 180px;
	}
	#hero_section {
		padding-top: 13rem;
		min-height: 550px;
	}
	#our_values{
		padding: 50px 0;
	}
	#our_values .et_pb_column img {
		height: 250px !important;
	}
	#our_values .et_pb_row {
		gap: 0;
	}
	#our_values .et_pb_column_1 {
		width: 250px;
	}
	#our_values .et_pb_column_3 {
		width: 34%;
	}
	#our_values .et_pb_column_3 p{
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	#our_values .et_pb_column_3 h2{
		font-size: 25px;
    	font-weight: 500;
	}
	#page-container #our_values .et_pb_column_3 .et_pb_button {
		width: 135px;
		font-size: 16px;
	}
	#home-cta-area .et_pb_image .et_pb_image_wrap img{
		width: 550px;
	}
	#home-cta-area .et_pb_row{
		justify-content: center;
	}
	#home-cta-area .et_pb_column:last-of-type{
		width: 65%;
		margin-top: -4rem;
	}
	body .about-single .et_pb_row{
		width: 60%;
	}
}

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

	body h1 {
		font-size: 26px;
	}
	body h2 {
		font-size: 24px;
	}
	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;
	}
	.services-row .et_pb_column {
		max-width: 80%;
	}

	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#header_top .et_pb_column:last-of-type {
		width: 25%;
	}
	#header_bottom .et_pb_row .et_pb_column_3_tb_header {
		top: 5rem;
	}
	#hero_section h1 {
		font-size: 38px;
	}
	#hero_section p {
		font-size: 15px;
	}
	#hero_section .et_pb_button {
		width: 150px;
		font-size: 16px;
	}
	#hero_section {
		padding-top: 10rem;
		min-height: 400px;
	}
	#our_values .et_pb_column_2{
		display: none;
	}
	#our_values .et_pb_row {
		gap: 2rem;
	}
	#our_values .et_pb_column img {
    	height: 300px !important;
	}
	#our_values .et_pb_column_3 {
		width: 40%;
	}
	#our_values {
		padding: 50px 0 0;
	}
	#services-area{
		margin: 0;
	}
	#services-area h5 {
		font-size: 110px;
	}
	#home-cta-area .et_pb_image .et_pb_image_wrap img {
		width: 400px;
	}
	#home-cta-area .et_pb_column:last-of-type{
		width: 72%;
	}
	#inner-banner1 h1 {
		font-size: 30px;
	}
	body .about-single .et_pb_row{
		width: 50%;
	}

}
@media only screen and (max-width: 375px) { 
	body h1 {
		font-size: 22px;
	}
	.services-content p {
		padding-bottom: 15px;
		font-size: 15px;
	}
	#services-area h5 {
		font-size: 78px;
	}
	#header_bottom .et_pb_row .et_pb_column_3_tb_header {
		top: 5.5rem;
	}
	.et_pb_image_0_tb_header .et_pb_image_wrap img{
		width: 200px !important;
	}
	#hero_section h1 {
		font-size: 34px;
	}
	#hero_section p {
		font-size: 12px;
		padding-bottom: 15px;
	}
	#hero_section .et_pb_button {
		width: 132px;
		font-size: 15px;
	}
	#hero_section #et_pb_button_2 .dashicons-icon{
		font-size: 13px;
	}
	#home-cta-area .et_pb_image .et_pb_image_wrap img {
		width: 320px;
	}
	#home-cta-area .et_pb_column:last-of-type {
		width: 77% !important;
	}
	#page-container #home-cta-area .et_pb_button{
		font-size: 15px;
		width: 175px;
	}
	#home-cta-area .et_pb_text{
		padding: 40px 25px;
	}
	#inner-banner1 h1 {
		line-height:30px;
		font-size: 24px;
	}
	body .about-single .et_pb_row{
		width: 30%;
	}
	body .about-single .et_pb_column:last-of-type{
		padding: 30px;
	}
	#page-container .et_pb_button, #page-container div.wpforms-container-full .wpforms-form button[type=submit]{
		padding: 10px 20px;
	}

}