/* Inner Content */
.md-inner-content-holder {
  margin-top: 65px;
}
.md-inner-content-left h2 {
	font-size: 34px;
	font-weight: 500;
	line-height: 42px;
	margin:50px 0 25px;
}
.md-inner-content-left h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin:50px 0 25px;
}
.md-inner-content-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom:30px;
	color:#868C96;
}
.md-inner-content-left ul,
.md-inner-content-left ol {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background-color: #F4F5F6;
	padding: 40px 30px 40px 50px;
	border-radius: 25px;
	margin: 50px 0 50px;
	color:#868C96;
}
.md-inner-content-left ul ul,
.md-inner-content-left ol ul {
	margin:0;
}
.md-inner-content-left ul li:not(:last-child),
.md-inner-content-left ol li:not(:last-child) {
	padding-bottom:15px;
}
.md-inner-content-left img {
	max-width:100%;
	border-radius:25px;
	transition: 0.3s;
}
.md-inner-content-left figcaption {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 15px 0 0px !important;
	font-family:Lato;
	font-style:italic;
}
.md-inner-content-left figure {
  margin: 0 0 30px !important;
}
/* Contact Form */
.md-contact-form-holder .form-content h2 {
	font-family: Lato;
	font-size: 34px;
	font-weight: 500;
	line-height: 42px;
	padding: 50px 0 15px;
	margin-top:50px;
	border-top:1px solid #D9DCE3;
}
.md-contact-form-holder .form-content form {
  padding: 40px 30px 20px 30px;
  background-color: #F4F5F6;
  border-radius: 25px;
  margin-bottom: 60px;
}
.md-contact-form-holder .gfield_required.gfield_required_asterisk,
.md-contact-form-holder .gfield_label.gform-field-label{
  	color: #0E1C36 !important;
	font-family: "Lato", sans-serif;
}
.md-contact-form-holder .form-content .gform_body.gform-body input[type="text"],
.md-contact-form-holder .form-content .gform_body.gform-body select,
.md-contact-form-holder .form-content .gform_body.gform-body textarea,
.md-contact-form-holder .form-content .gform_body.gform-body input[type="tel"],
.md-contact-form-holder .form-content .gform_body.gform-body input[type="email"] {
	font-family: "Lato", sans-serif;
	height:57px;
	background:#FFF;
	border:1px solid #A8ADB659;
	color:#A8ADB6;
	padding-left: 10px;
}
.md-contact-form-holder .form-content .gform_body.gform-body textarea {
	padding-top:20px;
}
.md-contact-form-holder .form-content .gform_heading,
.md-contact-form-holder .charleft.ginput_counter.gfield_description,
.md-contact-form-holder .gform_wrapper.gravity-theme .gform_validation_errors{
  display: none!important;
}
.md-contact-form-holder .gform_page_fields input::placeholder {
	color:#A8ADB6!important;
	opacity:1;
}
.md-contact-form-holder .gform_footer.top_label input {
	background-color:#023683;
	width:216px;
	color:#FFF;
	height:57px;
	border: none;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 800;
	margin:0 auto;
	transition:background-color 0.3s;
	font-family:Lato;
}
.md-contact-form-holder .gform_footer.top_label input:hover {
	background-color:#0045aa;
}
.md-contact-form-holder .charleft.ginput_counter.gfield_description {
    display: none;
}
/* Services */
.page-id-2532 .md-servies-all-holder {
	margin-top: 50px!important;
}
.page-id-2532 .service-cards {
  background-color: #F4F5F6;
}
/* Blog */
.page-template-blog .content-container,.archive .content-container {
  display: flex;
  flex-wrap: wrap;
	
}
nav.navigation.posts-navigation {
    float: left;
    width: 100%;
    display: flex;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    float: left;
	width: 100%;
		display: none !important;

}
.nav-links a {
    color: #0E1C36;
}
/* Blog Pagination */
.md-pagination-holder.navigation {
	float: left;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.page-numbers{
	border: 1.5px solid #F7CA18;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */
	text-align: center;
	text-transform: uppercase;
	color: #000!important;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.page-numbers:not(.current,.dots):hover{
  background: #f7ca18;
  color: #FFFFFF;
}
.nav-links .nav-previous a,
.nav-links .nav-next a{
	border: 1.5px solid #2C8AE8;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 15px;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	background: #f7ca18;
	color: #FFFFFF!important;
}
.page-numbers.current {
	background: #f7c500;
  color: #333 !important;
}
/* Banner Inner */
.md-banner {
  background-color: #023683;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 53px 30px 53px;
  flex-direction: column;
	margin: 50px 0;
}
p.md-banner-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}
.md-banner-buttons {
  display: flex;
}
a.md-banner-estimate {
  background-color: #F7CA18;
  width: 207px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #0E1C36;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-right: 10px;
	transition:0.3s;
}
a.md-banner-estimate:hover {
	background-color:#FFDB4A;
	color: #0E1C36;
}
a.md-banner-phone {
  background-color: #FFF;
  width: 207px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #0E1C36;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
	transition:0.3s;
}
a.md-banner-phone:hover {
	color: #023683;
/* 	background-color:#FFFFFFAB; */
}
/* FREE ESTIMATE */

section.md-free-estimate-form-section {
    padding: 60px 0;
    background-image: url(/wp-content/uploads/2024/03/services_image.jpg);
    background-repeat: space;
    background-size: cover;
}
.md-free-estimate-form-holder {
    background: #fff;
    padding: 20px 30px 65px;
    border-radius: 25px;
	max-width: 955px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-template-page-free-estimate section.how-it-section .how-it a.md-footer-quote-link {
	display:none;
}
/* Testimonial */
.post-type-archive-md-reviews #mobile-overlay,
.post-type-archive-md-reviews .md-mobile-cta{
  display: none;
}
.md-aggregate-div .rating {
	color:#023683;
}
.md--testimonials-rev-single-bottom .md--stars-5::before,
#q-review-users .q-form-stars input[type="radio"],
#q-review-users label.star{
	color:#f7ca18;
}
.md--testimonials-rev-single::before,
.md--testimonials-name .md--testimonials-round-name.md--google,
.md--testimonials-r::before{
	background:#023683;
}
#q-review-users input[type="submit"] {
	background:#f7ca18;
}
#q-review-users input[type="submit"]:hover {
	background:#FFDB4A;
}
/* CONTACT US PAGE */
section.md-inner-hero-section.inner-contact-hero {
    position: relative;
}

.md-inner-hero-all-holder{
	z-index:10;
	position:relative;
}
.inner-contact-hero .dd-footer-top-single-holder:not(:last-child) {
    margin-bottom: 15px;
}
.inner-contact-hero p.md-inner-hero-subtitle {
    margin-bottom: 20px;
}
section.md-contact-form-section-holder {
    padding: 55px 0;
}
section.md-contact-form-section-holder .md-contact-form-holder .form-content form{
	margin-bottom:0;
}
h2.md-contact-form-section-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #0E1C36;
	margin-bottom:30px;
}
@media screen and (min-width:600px){
	section.md-free-estimate-form-section {
    padding: 70px 0;
	}
}
@media screen and (min-width:768px){
 .md-free-estimate-form-holder	div#field_1_7 ,.md-free-estimate-form-holder div#field_1_2,.md-free-estimate-form-holder div#field_1_3{
    grid-column: span 4;
}
	.md-free-estimate-form-holder .gform_wrapper.gravity-theme .gfield.gfield--width-full{
		 grid-column: span 6;
	}
		section.md-free-estimate-form-section {
    padding: 85px 0;
	}
	.inner-contact-hero p.md-inner-hero-subtitle {
    margin-bottom: 30px;
}

	.md-contact-form-holder .form-content form {
  padding: 50px 50px 20px 45px;
}
		h2.md-contact-form-section-title {
    font-size: 30px;
    line-height: 38px;
}

	.custom-services:nth-child(5),.custom-services:nth-child(6) {
    margin-bottom: 60px;
}
}
@media screen and (min-width:992px){
	.inner-contact-hero .dd-footer-top-single-holder:not(:last-child) {
    margin-bottom: 30px;
}
	.inner-contact-hero p.md-inner-hero-subtitle {
    margin-bottom: 40px;
}
	img.md-inner-hero-contact-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -0;
	width: calc(40% - 60px);
	object-fit: cover;
}
	h2.md-contact-form-section-title {
    font-size: 32px;
    line-height: 40px;
}
}
@media screen and (min-width:1200px){
	.inner-contact-hero p.md-inner-hero-subtitle {
    margin-bottom: 50px;
}
	h2.md-contact-form-section-title {
    font-size: 34px;
    line-height: 42px;
}
}
@media screen and (max-width:991px){
	img.md-inner-hero-contact-image {
    display: none;
}
	.page-template-page-contact .md-inner-hero-all-holder .md-inner-hero-right {
    padding: 0px 0px 0px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-top: 30px;
}
}
@media screen and (max-width:767px){
	.md-inner-hero-all-holder .md-inner-hero-left,section.md-contact-form-section-holder .md-contact-form-section-left ,section.md-contact-form-section-holder .md-contact-form-section-right,.content-container .blog-post-container{
		padding-left:0;
		padding-right:0;
	}
	.custom-services:nth-child(6) {
    margin-bottom: 50px;
}
}
@media all and (max-width:500px) {
	.md-banner-buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    align-content: center;
	}
	a.md-banner-estimate {
		margin-right:0;
	}
	.md-banner-estimate {
		width: 100%;
		margin: 0 0 10px;
	}
	.md-banner-phone {
		width: 100%;
	}
}
@media all and (max-width:1200px) and (min-width:992px) {
	h3.md-form-header {
		font-size: 22px!important;
	}
}

form#gform_1 .gfield_description.instruction.validation_message {
    display: none;
}
div#gform_1_validation_container{
	display:none;
}