/* Inner hero */
section.md-inner-hero-section {
    background: #FAF8F5;
    text-align: center;
}

#breadcrumbs,p#breadcrumbs a {
    background: #293F78;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	transition: color .3s ease-in-out;
}
p#breadcrumbs a:hover{
	color:#F4E12D;
}

h1.md-inner-hero-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #252934;
	margin-bottom:15px;
}
p.md-inner-hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #252934;
	max-width: 740px;
    margin: 0 auto;
}
.md-hero-all-holder {
    padding: 40px 0 280px;
}
section.md-inner-form-section {
    margin-top: -250px;
}
section.md-inner-form-section .md-from-all-holder:after {
    height: 100%;
   z-index:1;   
}

/* INNER CONTENT */
section.md-inner-contnent {
    padding: 70px 0;
}
.md-inner-content-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #737C93;
    margin-bottom: 20px;
}
.md-inner-content-left p a {
    color: #2DA9E1;
	transition:color .3s ease-in-out;
}
.md-inner-content-left p a:hover {
    color: #63CEFF;
}
.md-inner-content-left figure{
	margin:35px 0
}
.md-inner-content-left figure img {
    border-radius: 20px;
}
.md-inner-content-left figcaption {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #737C93;
}
.md-inner-content-left h2,.md-inner-content-left h3 {
	font-weight: 500; 
	letter-spacing: 0em;
	color: #252934;
	margin-bottom: 20px;
}
.md-inner-content-left h2{
	font-size: 30px;
	line-height: 40px;
}
.md-inner-content-left h3{
	font-size: 27px;
	line-height: 37px;
}
.md-inner-content-left ul,.md-inner-content-left ol {
    background: #FAF8F5;
    padding: 40px 20px 40px 50px;
    border-radius: 20px;
    margin: 30px 0;
}
.md-inner-content-left ul li,.md-inner-content-left ol li {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #252934;  
}
.md-inner-content-left ul li a,.md-inner-content-left ol li a{
	color: #2DA9E1;
	transition:color .3s ease-in-out;
}
.md-inner-content-left ul li a:hover ,.md-inner-content-left ol li a:hover{
	  color: #63CEFF;
}
.md-inner-content-left ul li:not(:last-child), .md-inner-content-left ol li:not(:last-child){
	  margin-bottom: 15px;
}
h2.md-contact-form-title,h2.md-inner-faq-title,h2.md-faq-title.md-faq-title-inner {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
    margin-bottom: 20px;
}
/* INNER PAGE FAQ */
.md-inner-faq-all-holder {
    padding-bottom: 60px;
}
section.md-faq-section.md-inner-page-faq {
    background: #fff;
    padding: 50px 0 0px;
}
section.md-faq-section.md-inner-page-faq .md-faq-question-holder ,section.md-faq-section.md-inner-page-faq .md-faq-answer-holder{
    background: #FAF8F5;
}
section.md-faq-section.md-inner-page-faq .md-faq-holder{
	box-shadow:none;
}
.md-faq-inner-box {
    padding-bottom: 50px;
    border-bottom: 1px solid #D9DCE3;
}

/* INNER LOCATION */
footer#colophon .location-before-footer {
    background: #fff;
}
.page-template-page-free-estimate footer#colophon .location-before-footer ,.page-template-page-contact footer#colophon .location-before-footer{
    background: #FAF8F5;
}
.md-inner-contact-form-box-holder {
    padding: 50px 0 60px;
    border-top: 1px solid #D9DCE3;
    border-bottom: 1px solid #D9DCE3;
}
/* SIDEBAR */
h3.md-sidebar-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
    margin-bottom: 20px;
}
.md-sidebar-menu ul {
    list-style: none;
}
.md-sidebar-menu ul li a ,.category-sidebar-menu a{
	display: inline-block;
	width: 100%;
	background: #293F75;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
   position:relative;
	transition:background .3s ease-in-out;
}
.md-sidebar-menu ul li a:hover ,.category-sidebar-menu a:hover{
	background:#354F8D;
}
.md-sidebar-menu ul li:not(:last-child) a,.category-sidebar-menu p:not(:last-child) a{
		margin-bottom: 15px;

}
.md-sidebar-menu ul li a:after,.category-sidebar-menu a:after {
    content: url(/wp-content/uploads/2024/03/Vector-6.svg);
    position: absolute;
    right: 20px;
    top: 17px;
}
.md-sidebar-menu ,.category-sidebar-menu{
    margin-bottom: 50px;
}
.md-testiomonial-holder {
    margin-bottom: 30px;
}
 section.md-banner-section {
    border-radius: 20px;
}
.md-inner-content-right .md-banner-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 50px 35px;
    border-radius: 20px;
    gap: 20px;
}
.md-inner-content-right h2.md-banner-title {
    text-align: left;
}
.md-inner-content-right .md-testiomonial-holder{
	gap:0;
}
section.md-how-it-section.md-inner-how-it {
    background: #fff;
    margin: 70px 0;
}
/* services */
.md-services-all-holder a.md-service-box-link .md-service-box{
	background:#FAF8F5;
	box-shadow:none;
}
/* CONTACT */
.md-contact-form-all-holder {
	background: #fff;
	border-radius: 20px;
	padding:35px 30px 15px;
	box-shadow: 6px 6px 16.5px 0 #CBB7A487;
}

.md-contact-form-holder input[type='text'],.md-contact-form-holder input[type='tel'],.md-contact-form-holder input[type='email'],.md-contact-form-holder textarea {
    background: #F4F4F4;
    border: 1px solid #C9CCD2;
    height: 57px;
    color: #ABABAC;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-align: left;
}
.md-contact-form-holder input[type='submit'] {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    background: #293F75;
    border: none;
    border-radius: 60px;
    width: 216px;
    height: 57px;
	transition: background .3s ease-in-out;
}
.md-contact-form-holder input[type='submit']:hover{
	background:#354F8D;
}
.md-contact-page-content a.footer-phone-link ,.md-contact-page-content p.footer-address,.md-contact-page-content p.footer-work-days{
    font-weight: 600;
    color: #252934;
	letter-spacing: 0.12em;
}
section.md-contact-page-content {
    padding: 50px 0;
}
.md-inner-contact-form-holder {
    float: left;
    width: 100%;
}
/* BLOG */
.md-inner-content-left.md-innercontent-blog-holder {
    display: flex;
    flex-wrap: wrap;
}
.blog-post-container {
    margin-bottom: 50px;
}
a.md-blog-link h3 {
    transition: color .3s ease-in-out;
}
a.md-blog-link:hover h3 {
    color: #2A4DA4;
}
.blog-post-image-container .blog-post-date {
    height: 50px;
    width: 50px;
}
.blog-post-image-container .blog-post-date p {
    font-size: 22px;
    line-height: 12px;
    margin-bottom: 0;
}
.blog-post-image-container span.post-month {
    font-size: 12px;
}
a.md-blog-link h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
    transition: color .3s ease-in-out;
}
.md-pagination-holder.navigation {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
	margin-bottom: 30px;
}
a.page-numbers {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #252934;
    border: 1px solid #293F75;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all .3s ease-in-out;
}
a.page-numbers:hover {
    background: #EAD93E;
    border: 1px solid #EAD93E;
}
span.page-numbers.current {
    background: #EAD93E;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #252934;
}
span.page-numbers.dots {
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 16px;
    color: #252934;
}

/* THANK YOU */
section.md-inner-hero-section.md-thank-you-hero .md-hero-all-holder {
    padding: 60px 0;
}
section.thank-you-content-section {
    padding: 70px 0;
}
.md-thank-you-holder h2 {
    font-size: 30px;
	 line-height: 40px;
    font-weight: 500;  
    letter-spacing: 0em;
    color: #252934;
}
.md-thank-you-holder h2:first-child {
    margin-bottom: 20px;
}

/* 404 */
header.page-header-404 {
    padding: 80px 15px;
    background: #FAF8F5;
}
h2.widgettitle ,h2.widget-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #252934;
}
.md-posts-404-holder {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.widget.widget_recent_entries ul,.widget.widget_categories ul {
    padding-left: 20px;
    margin-top: 10px;
}
.widget.widget_recent_entries ul li a,.widget.widget_categories ul li a {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #252934;
	transition: color .3s ease-in-out;
}
.widget.widget_recent_entries ul li a:hover,.widget.widget_categories ul li a:hover{
	color: #2DA9E1;
}
.md-btn-org a {
    background: #293F75;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: 240px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: background .3s ease-in-out;
}
.md-btn-org a:hover{
	background: #354F8D;

}
p.or404 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #252934;
    margin-bottom: 10px;
}
.footer-loaction-all-holder .md-footer-location-box {
    background: #FAF8F5;
}
.page-template-page-contact .footer-loaction-all-holder .md-footer-location-box ,.page-template-page-free-estimate .footer-loaction-all-holder .md-footer-location-box{
    background: #fff;
}
@media screen and (min-width:768px){
	h2.md-inner-faq-title {
		padding-left: 15px;
	}	
	h1.md-inner-hero-title {
		font-size: 36px;
		line-height: 48px;
	}
	.md-hero-all-holder {
		padding: 50px 0 300px;
	}
	p.md-inner-hero-subtitle{
		font-size:20px;
		line-height:31px;
	}

	#breadcrumbs,p#breadcrumbs a {
		font-size: 16px;
		line-height: 26px;
	}
	section.md-how-it-section.md-inner-how-it {
    margin: 80px 0;
}
	section.md-contact-page-content {
    padding: 70px 0;
}
	.md-contact-form-all-holder{
		padding: 35px 45px 20px;
	}
	section.md-inner-contnent {
    padding: 80px 0;
}
	.md-inner-contact-form-box-holder {
    padding: 60px 0 80px;
}
	section.md-faq-section.md-inner-page-faq {
    padding: 60px 0 30px;
}
	h2.md-contact-form-title,h2.md-inner-faq-title,h2.md-faq-title.md-faq-title-inner {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}
	.md-inner-content-left p {
    margin-bottom: 30px;
}
	.md-inner-content-left h2 {
    font-size: 32px;
    line-height: 42px;
}
	.md-inner-content-left h3{
	font-size: 29px;
	line-height: 39px;
}
	.md-inner-content-left figure{
		margin:50px 0;
	}
	section.thank-you-content-section {
		padding: 80px 0;
	}
	.md-posts-404-holder {
		padding: 50px 0;
	}
}
@media screen and (min-width:992px){
	h1.md-inner-hero-title {
		font-size: 38px;
		line-height: 50px;
	}
	.md-hero-all-holder {
		padding: 55px 0 300px;
	}
	section.md-how-it-section.md-inner-how-it {
		margin: 90px 0;
	}
	h2.md-contact-form-title,h2.md-inner-faq-title,h2.md-faq-title.md-faq-title-inner {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 30px;
	}
	.md-inner-content-left.md-innercontent-blog-holder	.blog-post-image-container{
		height:230px;
	}
	.md-inner-content-left.md-innercontent-blog-holder .blog-post-image-container img {
		height: 100%;
	}
	.md-thank-you-holder h2 {
		font-size: 34px;
		line-height: 44px;
	}
	section.thank-you-content-section {
		padding: 90px 0;
	}
	h2.widgettitle ,h2.widget-title{
		font-size: 34px;
		line-height: 44px;
	}
}
@media screen and (min-width:1200px){
		h1.md-inner-hero-title {
    font-size: 40px;
    line-height: 52px;
}
	.md-hero-all-holder {
    padding: 60px 0 300px;
}
	p.md-inner-hero-subtitle{
		font-size:22px;
		line-height:33px;
	}
	section.md-how-it-section.md-inner-how-it {
    margin: 100px 0;
}
.md-inner-content-left h2 {
    font-size: 34px;
    line-height: 44px;
}
	.md-inner-content-left h3{
	font-size: 30px;
	line-height: 39px;
}
	section.thank-you-content-section {
    padding: 100px 0;
}
}
@media screen and (min-width:1500px){
	h1.md-inner-hero-title {
    font-size: 42px;
    line-height: 55px;
}
	.md-hero-all-holder {
    padding: 65px 0 300px;
}
section.md-how-it-section.md-inner-how-it {
    margin: 110px 0;
}

}
@media screen and (max-width:991px){
img.md-inner-hero-image {
    max-height: 400px;
    object-fit: cover;
}
}
@media screen and (max-width:767px){
	.md-inner-content-holder .md-inner-content-left,.md-inner-content-holder .md-inner-content-right,.md-inner-contact-form-holder .md-inner-contact-form-box,section.md-faq-section.md-inner-page-faq .md-faq-all-holder,.md-posts-404-holder .recent-posts,.md-posts-404-holder .widget.widget_categories ,.col-xs-12.back-button404,section.md-inner-faq-section .md-inner-faq-all-holder{
    padding-left: 0;
    padding-right: 0;
}
}