/*
Theme Name: Cloud Custom Child Theme
Theme URI: http://cloudinnovatesolutions.com
Description: CLOUD's custom child theme.
Version: 3.3
Author: CloudDesign
Author URI: http://www.cloudinnovatesolutions.com/
License: Copyright 2020
License URI: http://www.cloudinnovatesolutions.com
Tags: bootstrap, custom, fontawesome, cycle2, bootsrtap walker class
Template: parent
*/

@import url("../parent/style.css");

/* Place custom css for yout theme here */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
#wrap, body {
    overflow: visible;
}
a {
    text-decoration: none !important;
}
p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
div > p:last-child {
    margin-bottom: 0;
}
input, textarea, select, div.wpforms-container div.wpforms-uploader {
    border: 2px solid #b3b3b3 !important;
    margin-bottom: 0px !important;
    padding: 14px 20px !important;
    background: #ffffff;
    border-radius: 18px !important;
    font-weight: 300 !important;
    color: #000000;
    line-height: 24px;
    font-size: 16px !important;
    letter-spacing: normal;
    height: auto !important;
	font-family: "Gotham" !important;
}
textarea {
    height: 120px !important;
}
input:focus, textarea:focus, select:focus {
	outline:none;
}
::placeholder {
    color: #666666 !important;
	opacity:0.5 !important;
}
button:focus::after {
    box-shadow: none !important;
    border: none !important;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 0.7s;
    --animate-repeat: 1;
	--title-xxl: clamp(2rem, 2.85vw, 3.75rem);
	--title-xl: clamp(1.65rem, 2.25vw, 2.5rem);
	--title-lg: clamp(1.4rem, 1.875vw, 2.28rem);
	--title-md: clamp(1.1rem, 1.65vw, 1.78rem);
	--title-sm: clamp(0.9375rem, 1.5vw, 1.6rem);
	--title-xs: clamp(0.705rem, 1.2vw, 1.4rem);
	--white:#ffffff;
	--black:#000000;
	--primary: #cf0000;
}
.text-primary {
	color: var(--primary) !important;
}
.OS-font {
	font-family: 'Open Sans';
}
.title-xxl, h2 {
	font-size: var(--title-xxl);
}
.title-xl, h3 {
	font-size: var(--title-xl);
}
.title-lg, h4 {
	font-size: var(--title-lg);
}
.title-md, h5 {
	font-size: var(--title-md);
}
.title-sm, h6 {
	font-size: var(--title-sm);
}
.title-xs {
	font-size: var(--title-xs);
}
.fw-300 {
 font-weight: 300;
}
.fw-bolder {
	font-weight: 900 !important;
	line-height: normal !important;
}
.ls-0 {
	letter-spacing: 0px !important;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.lh-normal {
	line-height: normal !important;
}
.lh-xl {
	line-height:var(--title-xl) !important;
}
.title.splitting[data-scroll="in"] .char {
  animation: slide-in .6s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
  animation-play-state: running;
}
.title.splitting[data-scroll="out"] .char {
  opacity:0;
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}
.text--fading.splitting[data-scroll="in"] .char {
	animation: fade-in .6s both;
	animation-delay: calc(0.25s + var(--char-index) * 0.05s);
	animation-play-state: running;
}
.text--fading.splitting[data-scroll='out'] .char {
  opacity: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0px rgba(113, 113, 113, 0.5);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(113, 113, 113, 0);
    }
}
@keyframes growDown{
    0% {
        transform: scaleY(0);
    }
    
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Gotham';
	color: var(--black)
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
}
article li:before {
    content: "";
    padding-right: 0;
}
ul.wp-block-list li {
    list-style: disc;
    margin-left: 15px;
	color: #5f5f5f;
}
.single .post-thumbnail {
    text-align: center;
    margin: 40px auto;
    max-width: 720px;
}
.single .post h2 {
    font-size: var(--title-md);
	letter-spacing:normal;
}
.single .post h3 {
    font-size: calc(var(--title-sm) - 2px);
}
.single .post h4, .single .post h5, .single .post h6 {
    font-size: var(--title-xs);
}
.entry-header h1.entry-title {
    display: none;
}
body{
    font-size: 16px !important;
    color: #5f5f5f !important;
}
/** Header **/
#header a.phone:hover {
    color: var(--black);
}
a.phone, .phone a {
	display: flex;
	align-items: center;
	color: var(--primary);
	margin-left: 1.5rem;
	font-family: 'Gotham';
}
a.phone::before, .phone a::before {
	content: "\f095";
	color: var(--white);
	background: var(--primary);
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 100%;
	margin-right: 10px;
	animation: shadow 1.6s infinite;
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 36px;
	font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone a {
	margin-left:0;
}
.phone a::before {
	color: var(--white);
	background: var(--black);
}
#header .button {
    font-size: 13px;
	padding: 1.2rem 1.5rem;
}
.banner{
    height: 800px;
}
.promotion {
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: var(--title-xs);
    font-weight: 500;
    padding: 0.5rem;
    position: relative;
    z-index: 1000;
}
/** Pages **/
.font-bigger{
    font-size: clamp(2.1rem, 4vw, 5.4rem);
}
p {
    line-height: 1.6;
}
.page .post-thumbnail {
    display: none;
}
.page #callout2 > .container {
    max-width: 100%;
    padding: 0;
}
.w-100 img {
	width: 100%;
}

/** services **/
.apart{
    background-color: #f4f4f4;
}
.repair{
        border: 4px solid #ffffff !important;
    box-shadow: 5px 5px 10px #00000011;
    border-radius: 45px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all 0.4s ease;
}
.services > div:hover {
    background: #cf0000 !important;
}
.services > div:hover a {
	background: #000000 !important;
}
.services > div:hover a img {
	filter: invert(0);
}
.services > div[style*="cf0000"]:hover {
    background: #000000 !important;
}
.services > div[style*="cf0000"]:hover a {
	background: #cf0000 !important;
}
.services > div[style*="cf0000"]:hover a img {
	filter: invert(0);
}
.bg-red{
    background-color: var(--primary);
}
.bg-black{
    background-color: var(--black);
}

.services{
    max-width: 1800px;
    margin: 0 auto;
    gap: 1.5rem;
}
.services a{
    width: clamp(3rem, 3.2vw, 3.75rem);
    height: clamp(3rem, 3.2vw, 3.75rem);
    background-color: var(--primary);
    text-align: end !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
	transition: all 0.4s ease;
}
.services a:hover{
    background-color: var(--white);
}

.services .justify-conten-end {
    margin-top: 1rem !important;
}
.bg-blackmx .wp-block-group__inner-container a{
    background-color: var(--black);
    border-radius: 50%;
}
.bg-blackmx .wp-block-group__inner-container a:hover{
    background-color: var(--white);
}
.repair h4 {
    text-transform: uppercase;
}
.repair img {
    max-height: 78px;
    object-fit: contain;
}
.services a:hover img{
    filter: invert(1);
}
.service-link {
	margin: 20px 0 0;
}
.service-link img{
    width: 18px;
    margin-right: -10%;
}
.text-white{
    color: #ffffff !important;
}
/** testimonial **/
.testimonial:before {
	content: "";
	display: none;
}
.strong-view.wpmtst-default div.wpmslider-viewport {
    border: none !important;
	overflow: visible !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 0px solid #FFFFFF;
    text-align: center;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
	font-size: var(--title-xs) !important;
	font-weight: 700;
	margin-top: 30px;
}
.strong-view .strong-content.strong-grid {
    gap: 30px;
	margin: 0 !important;
	justify-content: center;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px !important;
    background: #fff;
    padding: 40px 20px 10px;
    box-shadow: 6px 6px 15px #00000009;
    border-radius: 40px;
    border: 3px solid #f2f2f2;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial::before,
.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-inner:before {
	content:url(images/stars.png);
	display: block;
	background: transparent;
    position: relative;
    height: auto;
    width: auto;
    left: auto;
    top: auto;
    transform: scale(0.8);
	    margin-bottom: 1rem;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial .wpmtst-testimonial-inner {
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	border: none;
	padding: 0;
    font-size: 15px;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial .clear {
	display: none;
}
.strong-grid .wpmtst-testimonial .testimonial-content {
    min-height: 240px;
	padding: 0 10px;
}
.strong-grid .wpmtst-testimonial .testimonial-content p {
    text-align: center !important;
	line-height: 1.8;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
    color: #000000 !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field::before {
    content: "- ";
}
.strong-view.wpmtst-default .wpmtst-testimonial-field::after {
    content: ".";
}
.strong-view.wpmtst-default.slider-container div.wpmslider-viewport .wpmtst-testimonial {
    border: 2px solid #f2f2f2 !important;
    box-shadow: 5px 5px 10px #00000011;
	    border-radius: 30px;
		background: #ffffff;
		margin-right: 10px !important;
}
.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-inner, 
.strong-view.wpmtst-default.slider-container .wpmtst-testimonial {
	border: none;
}
.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-inner:before {
    transform: none;
	zoom:0.8;
	margin-top: 15px;
	text-align: center;
}
.strong-view.wpmtst-default.slider-container .testimonial-content {
    font-style: italic;
}
.strong-view.pager-style-buttons .wpmslider-pager-link.active:before, 
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
        width: 15px !important;
    height: 15px !important;
    background: #067d00 !important;
    mask: none !important;
    border-radius: 100%;
}
.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
	background: var(--primary) !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    font-size: 16px;
    text-align: center;
    font-style: normal;
}
.strong-view.wpmtst-default.slider-container {
    max-width: 75%;
    margin: 0 auto;
}
.apart .container{
    max-width: 1200px;
    margin: 0 auto !important;
}
.apart .container .align-self-stretch img{
    height: 100% !important;
    width: 100% !important;
}
.about .align-self-stretch img{
    height: 100% !important;
    width: 100% !important;
}
a.button.arrow::after{
        content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 10px;
    font-size: 25px;
    position: relative;
    top: 5px;
    line-height: 0;
}
.button-black .button{
    background-color: #000000 !important;
}
.button-black .button:hover{
    background-color: #cf0000 !important;
}
.form{
    z-index: 1;
}
.formSection {
    max-width: 600px;
    margin: 20px auto 0;
    background: #ffffff;
    border-radius: 50px;
    padding: 2.5rem 20px 3.5rem;
    border: 2px solid #f2f2f2;
    box-shadow: 5px 5px 10px #00000011;
}

.formSection h5 {
    text-align: center;
    color: #000000;
}
.formSection .wpforms-container {
    margin: 0 auto !important;
    max-width: 440px;
	text-align: left;
}
.wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 18px;
}
.wpforms-container .wpforms-field-layout {
    margin-bottom: 0 !important;
}
.wpforms-container-full .wpforms-field-label {
    font-size: 20px !important;
    font-weight: 500;
}
.formSection .wpforms-container-full .wpforms-field ul li::before {
    content: "";
    padding: 0;
}
input[type="checkbox"] {
    padding: 12px !important;
    border: 0px !important;
	    margin-top: 2px !important;
}
input[type="checkbox"]::before {
    width: 24px !important;
    height: 24px !important;
    border: 3px solid #cdcdcd !important;
    box-shadow: none;
    top: -5px !important;
    border-radius: 40% !important;
}
.wpforms-container-full input[type="checkbox"]:checked:before {
    background: var(--primary) !important;
}
.wpforms-container-full input[type="checkbox"]:checked:after {
    border: none !important;
}
.formSection .wpforms-container-full .wpforms-field ul li label {
    color: #adadad;
    font-weight: 400;
}
.formSection .wpforms-container-full .wpforms-field ul {
    gap: 10px !important;
}
.formSection button, .wpforms-container-full .wpforms-submit {
    background: var(--primary) !important;
	color: var(--white) !important;
    border-radius: 30px !important;
    padding: 1.2rem 1.5rem !important;
    height: auto !important;
    font-family: 'Gotham' !important;
    font-weight: 500;
    font-size: 16px !important;
	text-transform: uppercase;
}
.formSection button:hover, .wpforms-container-full .wpforms-submit:hover {
    background: var(--black) !important;
	color: var(--white) !important;
}
.wpforms-container .wpforms-submit-container {
    text-align: center;
}
.formSection .wpforms-container .wpforms-field-checkbox {
    margin: 25px 0;
}
.wpforms-field select.wpforms-field-large {
    color: #aaaaaa;
}
div.wpforms-container-full select, div.wpforms-container-full select:disabled, .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full select:disabled {
    background-image: linear-gradient(45deg, transparent 50%, var(--black) 50%), linear-gradient(135deg, var(--black) 50%, transparent 50%) !important;
    background-position: calc(100% - 23px) 50%, calc(100% - 10px) 50% !important;
    background-size: 12px 11px, 13px 11px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    --wpforms-field-border-size: 2px;
    --wpforms-field-border-radius: 20px;
    --wpforms-field-border-color: #b3b3b3;
    padding: 2px 15px 2px !important;
	text-align: left;
}
div.wpforms-container .wpforms-form .choices__button {
	display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]:after, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-multiple"]:after {
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #000000 !important;
	margin-top: -6px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
	height:0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--primary) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
	box-shadow:0 0 0 1px var(--primary),0px 1px 2px rgba(0,0,0,0.15) !important;
	border-color: var(--primary) !important;
}
.formBar .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 !important;
}
.formBar > img {
    bottom: 2rem !important;
}
.formBar img{
    position: absolute !important;
}
/** Blog **/
.entry-meta .byline, .entry-meta .comments-link, .entry-meta .cat-links, #comments, .entry-meta .featured-post, 
.moretag, nav.navigation.post-navigation, .blog .entry-summary .moretag, .blog .entry-meta .entry-date, .single .date {
    display: none;
}
.post {
    border-bottom: 0px solid #ccc;
}
.blog .entry-summary p {
    display: contents;
}
.blog a.post-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}
.blog a.post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog #callout2 section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
	display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-rows: 180px;
    grid-auto-flow: dense;
}
.blog #callout2 section > article {
    /*width: calc(50% - 15px);*/
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 0;
	position: relative;
	grid-row: span 3;
}
.blog #callout2 section > article.contact-button {
    grid-row: span 1;
	border: none;
}
.blog .post header{
    margin: 20px 0 10px;
}
.single .title-xl{
    font-size: clamp(1.39rem, 2vw, 3.9375rem);
    margin: 20px 0 10px;
}
.single .post-thumbnail {
    text-align: center;
    margin: 40px auto;
    max-width: 720px;
}
.blog .entry-summary {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.pagination {
    width: 100%;
    justify-content: center;
    gap: 20px;
	flex-wrap: wrap;
}
ul.pagination a, ul.pagination span {
    width: 40px;
    text-align: center;
	background: var(--gold);
    display: inline-block;
    border-radius: 10px;
    line-height: 40px;
    font-size: 21px;
    font-weight: 700;
	color: #ffffff;
}
ul.pagination a:hover, ul.pagination span.current {
    background: #000000;
	color: #ffffff;
}
.ReadMore-Button {
    margin-top: 30px;
}
#callout2 .ReadMore-Button a {
    padding: 0;
    min-width: auto;
    background: transparent;
    color: var(--primary);
    letter-spacing: 0;
    text-transform: capitalize;
}
#callout2 .ReadMore-Button a:hover {
    color: var(--black);
}
.blog .date {
    position: absolute;
    top: 0;
    right: 30px;
    background: var(--primary);
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-size: 10px;
    text-transform: capitalize;
}
.blog .date p {
    margin: 0;
}
.blog .date .day {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}
.blog #callout2 section > article:nth-child(2) {
    order: -1;
}
a.button.arrow::after, .ReadMore-Button a:after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 10px;
    font-size: 27px;
    position: relative;
    top: 5px;
    line-height: 0;
	transform: translate(0px);
    display: inline-block;
    transition: all ease 0.3s;
}
a.button.arrow:hover::after, .ReadMore-Button a:hover:after {
    transform: translate(15px);
}

/** Header **/
.callUs {
    display: flex;
    gap: 20px;
}
.wpcp-carousel-section .wpcp-single-item img {
	aspect-ratio: 1 / 0.75;
    object-fit: cover;
}
/** about  start **/
.b-bottom:after{
    content: "";
    display: block;
    border-bottom: 6px solid #cf0000;
    width: clamp(5rem, 7vw, 11rem);
    margin: 10px 0 15px;
}
/** about  end **/

/**   services list  start**/
.servicebg-red figure {
    height: 130px;
    background-color: #cf0000;
    min-width: 170px;
    border-radius: 30px;
    margin: 0 !important;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicebg-red img{
    max-width: 110px;
    max-height: 68px;
    object-fit: contain;
    object-position: center;
}


ul.service-list li{
    list-style: none !important;
    margin: 0 0 5px !important;
    align-items: start;
    display: flex;
}
ul.service-list li:before{
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #cf0000;
    margin-right: 8px;
	line-height: 2.2;
}
.services-work{
    max-width: 1400px;
    margin: 0 auto;
    gap: 1.5rem;
}
.service-phone a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-phone a::before {
    content: "\f095";
    color: var(--white);
    background: var(--primary);
    width: clamp(1.8rem,2.2vw,2.5rem);
    height: clamp(1.8rem,2.2vw,2.5rem);
    display: block;
    border-radius: 100%;
    margin-right: 10px;
    font-family: 'FontAwesome';
    animation: shadow 1.6s infinite;
    text-align: center;
    line-height: 36px;
    font-size: clamp(1rem,1.25vw,1.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiny-border{
        border: 4px solid #000000;
    border-radius: 60px;
}
/** service list end  **/


/** faq  start **/
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 0px !important;
	font-size: 24px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 0px !important;
}

.sp-easy-accordion .ea-card.sp-ea-single::before {
    content: counter(faq-count);
    font-size: var(--title-md);
    font-family: 'Gotham';
    font-weight: 700;
    color: var(--black);
    background:url(images/accordion.png) no-repeat center;
    border-radius: 100px;
    max-height: 55px;
    max-width: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    flex: 55px;
    margin-right: 40px;
}
.sp-easy-accordion .ea-card {
    counter-increment: faq-count;
    position: relative;
    padding-left: 0;
    margin-bottom: 40px !important;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
.ea-body{
    padding: 0 15px !important;
}

.sp-easy-accordion .sp-collapse {
flex: 0 0 calc(100% - 96px);
}
.sp-easy-accordion .sp-ea-single .ea-header {
 flex: 0 0 calc(100% - 96px);
}
.ea-card p{
    font-size: 20px;
    color: #484848;
}
/** faq  start **/

/** contact  start **/
.wp-block-separator {
    border: none;
    border-top: 2px solid;
}
.contact .contact-phone img{
    max-width: 35px;
}
.contact .social-media img{
    max-width: 35px;
}
.contact .mail img{
        object-fit: cover;
    width: 35px;
    height: 21px;
}
.dotline {
    gap: 0;
    font-weight: 500;
    letter-spacing: 1px;
    justify-content: space-between;
    margin: 3px 0;
    font-family: 'Gotham';
}
.dotline p:first-child:after {
    content: "....................................................................................................";
}
.dotline p:first-child {
    max-width: calc(100% - 175px);
    overflow: hidden;
    white-space: nowrap;
}
.office{
    border-radius: 50px;
    padding: 2rem 2rem 2rem;
    border: 2px solid #eaeaea;
    box-shadow: 5px 5px 10px #00000011;
}
.curve {
    border-radius: 30px;
    border: 2px solid #eaeaea;
    box-shadow: 5px 5px 10px #00000011;
    overflow: hidden;
}
.servicespecialist {
    gap: 3rem;
}
.servicespecialist .wp-block-column{
    border: 4px solid #cf0000;
    border-radius: 4.5rem;
}
.servicespecialist .title-sm a:hover{
    color: #cf0000 !important;
}
.servicespecialist img {
	max-height: 78px;
	object-fit: contain;
}
.servicespecialist h4 {
	margin-bottom: 0;
}
.servicespecialist > div {
    display: flex;
    justify-content: space-between;
}
.servicespecialist > div > div {
    width: 100%;
    margin: 0 1.5rem;
}
.servicespecialist .wp-block-group > div {
	height:100%;
}
.servicespecialist > div a {
    border: 4px solid #cf0000;
    border-radius: 4.5rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 3rem 15px;
	transition: all 0.5s ease;
}
.servicespecialist > div a:hover {
    background: #cf0000;
}
.mail.border-bottom{
    border-bottom: 2px solid #e8e8e8 !important;
}
/** contact  end **/

/** footer start **/
#footer .container.clearfix{
    max-width: 100% !important;
    padding: 0 !important;
}
.footerlogo  img{
    max-width: 65% !important;
}
.text-red{
    color: #cf0000;
}
.map img{
    max-width: clamp(1.3rem, 1.5vw, 2rem);
}
.phoneno a{
    display: flex;
    align-items: center;
}
.phoneno{
    display: flex;
    justify-content: center;
}
.phoneno a::before {
    content: "\f095";
    color: var(--white);
    background: var(--primary);
    width: clamp(3rem,4vw,5rem);
    height: clamp(3rem,4vw,5rem);
    display: block;
    border-radius: 100%;
    margin-right: 10px;
    animation: shadow 1.6s infinite;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 36px;
    font-size: clamp(1.9rem,2.5vw,2.7rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.phoneno a:hover,.mail a:hover{
    color: #cf0000 !important;
}
.mail img{
    max-width: clamp(2rem, 2.7vw, 3.8rem);
}
.social-media img{
    max-width: clamp(2rem, 3.2vw, 4.5rem);
}
.social-media img:hover{
    filter: grayscale(1);
}
footer .social-media img{
	filter: grayscale(1) contrast(100);
}
footer .social-media img:hover{
    filter: grayscale(0);
}
#footer2 {
    background-color: var(--black);
    border-top: 1rem solid var(--primary);
    color: #ffffff;
    font-size: 12px;
    padding: 15px 0;
}
#footer2 p{
    margin: 0 !important;
}
#footer2  a{
    color: #ffffff !important;
}
/** footer end **/
/* End custom code */
body {
    background-color: #ffffff;
}
#header {
	background-color: #ffffff;
    padding: 0 0 1px;
    z-index: 999;
    position: sticky;
    top: 0;
	border-bottom: 0rem solid #00000011;
    box-shadow: 0px 0 0px 5px #dcdcdc99;
}
#callout {
	background-color: #ffffff;
}
/* callout2 is your main content area */
#callout2 {
	background-color: #ffffff;
}




.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,.btn,.btn-default,a.button,button,input[type="submit"],input[type="reset"],input[type="button"] {
    background-image: none;
    background-color: var(--primary); /* Old browsers */
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    box-shadow: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 500;
    left: auto;
    line-height: 1.25em;
	text-transform: uppercase;
    margin: 0;
    overflow: visible;
    padding: 1.2rem 3rem;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
	letter-spacing: 1px;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .btn:hover, .btn-default:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce-page #content input.button.alt:focus,.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus,.btn:focus,.btn-default:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus,.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active,.btn:active,.btn-default:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
    background-image: none;
    background-color: var(--black); /* Old browsers */
    x-background: linear-gradient(to bottom, #36342c 0%,#26241f 100%); /* W3C */
    border: 0px solid rgba(0, 0, 0, .3);
    color: var(--white);
}
.shop-now-btn {
	float: right; 
	margin:  0 0 15px 15px;
}
/* nav for mobile devices over ride of bootstrap default background colors */
.navbar, .navbar-default {
    background-color: transparent;
    border: 0px solid #e7e7e7;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
/* Dropdown active bg color*/
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
	color: var(--primary) !important;
}
/* nav for mobile devices over ride of bootstrap toggle look */
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        float: left;
        position: relative;
    }
    .logo img {

    }
   
    .copy {
        float: left
    }
    .designed-by {
        float: right
    }
    /*******************************

    standard desktop navigation for tablets size and up

    *******************************/
    nav.navbar-default {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
    }
    nav.navbar-default .navbar-collapse {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /*  main navagation position
    *
    * Note: positions of the navigation is controled by the top, left, bottom, right property. 
    * Then you add padding to the header container the same as the line-height of the main <a>  
    * If you are doing a 100% width navigation then use both the right and left set to 15px and set a % width on the main <li> example 25% for a 4 item navigation
    *
    */
    #header .container {
        padding-top: 2em;
        padding-bottom: 2.5em;
    }
    /* turns back on the hover effect for mouse controls Note: this dose not turn back on top menu */
    .dropdown:hover .dropdown-menu {
        display: block
    }
    /* 
    *  Controls your main navigation 
    */
    .primary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 4px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 36px;
        border-left: 0px solid #000000;
    }
    /* hover and active state */
    .navbar-default .primary-nav > .active > a, .navbar-default .primary-nav > .active > a:hover, .navbar-default .primary-nav > .active > a:focus, .navbar-default .primary-nav > li > a:hover, .navbar-default .primary-nav .current-menu-parent > a {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .primary-nav > li:nth-child(1) > a {
        border-left: none
    }
    nav.navbar-default .primary-nav > li:nth-last-child(1) > a {
        padding-right: 0
    }
    /* hover and active state */
    .navbar-default .secondary-nav > .active > a, .navbar-default .secondary-nav > .active > a:hover, .navbar-default .secondary-nav > .active > a:focus, .navbar-default .secondary-nav > li > a:hover {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .secondary-nav li:nth-child(1) a {
        border-left: none
    }
    nav.navbar-default .secondary-nav li:nth-last-child(1) a {
        padding-right: 0
    }
    /* 
    *  Controls your .primary-nav dropdowns menus
    */
    
} /* end Small devices. Do Not Delete  */
@media (min-width: 992px) {
a.button, .formSection button, .wpforms-container-full .wpforms-submit {
	min-width: 260px;
}
/* styles for the dropdown */
    .navbar-default .navbar-nav ul.dropdown-menu {
        background-color: var(--white);
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin: 0;
        min-width: 300px;
        padding: 10px 0;
    }
    ul.dropdown-menu  > li.menu-item {
        /* no styles should be placed here */
    }
    ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 7px 20px;
        color: #3C3C3C;
		display: block;
        /* background should be controled by the ul.dropdown-menu */
    }
    /* hover and active state */
    ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus {
        background-color: transparent;
        color: var(--primary) !important;
    }
    /* Styles for background color on active main dropdowns */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: var(--primary) !important;
    }
	.dropdown-toggle.caret {
        display: none;
    }
	nav.navbar-default .primary-nav > li:hover > .dropdown-menu {
		animation: growDown 300ms ease-in-out forwards;
	transform-origin: top center;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.container {
        max-width: 1140px;
    }	
.primary-nav > li > a {
	padding: 0 9px;
}
.blog #callout2 section {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}
} /* end Large devices. Do Not Delete  */
@media (max-width: 1600px) {
    .banner{
        height: 600px !important;
    }
    .formBar .container{
        max-width: 1120px !important;
    }
        .contact .formSection {
        max-width: 600px !important;
    }
    .formSection {
    max-width: 550px !important;
}
}
@media (max-width: 1199px) { 
    .banner{
        height: 480px !important;
    }
	.services {
    gap: 0.5rem;
	flex-wrap: wrap !important;
	justify-content: center;
}
.services > div {
    flex: 0 0 calc(50% - 0.25rem) !important;
}   
.servicespecialist > div a {
    border-radius: 3.5rem;
    padding: 2rem 15px;
} 
.servicespecialist img {
    max-height: 50px;
}
.servicespecialist > div > div {
    margin: 0 1rem;
}
}
@media (max-width:991px) {
body {
    font-size: 16px !important;
}
.dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.contact .b-bottom:after {
    content: "";
    display: block;
    border-bottom: 6px solid #cf0000;
    width: clamp(5rem, 7vw, 11rem);
    margin: 15px auto;
}
.mail,.service-phone,.contact-phone{
    justify-content: center !important;
}
    .servicespecialist.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 45% !important;
    }
a.button, .formSection button, .wpforms-container-full .wpforms-submit {
	padding: 0.8rem 1.5rem;
	font-size: 14px;
}
#header .button {
    font-size: 12px;
	padding: 0.8rem 1.5rem;
}
/** Menu **/
#header .container-fluid {
	position: relative;
}
.callUs {
	margin-right: 5rem;
}
.burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
    border: none;
    padding: 0 !important;
	margin-right: -5px;
}
.burger-container:focus, .burger-container {
	border: none !important;
	box-shadow: none;
	background: transparent !important;
	margin: 0 0px 0 5px !important;
	min-width: auto;
	position: absolute;
	right: 0;
	top: 4px;
}
.burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0 auto;
	
}
.burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: var(--primary);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
#header.menu-opened {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
      position: fixed;
  /*-webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;*/
}
#header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header.menu-opened .burger-container #burger .bar {
	background: var(--primary);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#header.sticky .burger-container #burger .bar {
	background: var(--primary);
}
#header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
#header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
#header .primary-nav li.menu-item {
  border-bottom: 0px solid #333;
  margin-top: 20px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	white-space: nowrap;
}
#header.menu-opened .primary-nav li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}

header nav.navbar {
    width: 100%;
    justify-content: flex-end;
	padding:0;
}
.navbar-collapse {
    overflow: visible;
	margin-top: 30px;
	text-align: left;
    transform: translate(-34%, 10%);
}
span.dropdown-toggle.caret {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    padding: 0 15px;
    z-index: 9;
    line-height: 32px;
    color: var(--black);
	text-align: right;
	width: 100%;
}
#header .navbar-nav li.menu-item a{
	font-size: 24px;
	padding-left: 15px;
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#header .navbar-nav li .dropdown-menu li a{
    font-size: 18px;
	font-weight: 500;
	color: var(--black);
    padding-left: 25px;
	display: block;
	white-space: pre-wrap;
}
#header .navbar-nav li .dropdown-menu li.active a, #header .navbar-nav li .dropdown-menu li a:hover {
    color: var(--primary);
}
.dropdown-menu, .dropdown-menu .dropdown-menu{
	padding-top: 0 !important;
	background: transparent;
}
.dropdown-menu .dropdown-menu {
padding-bottom: 0;
}
#header.menu-opened .navbar-nav li.menu-item{
	transform: scale(1) translateY(0px);
	opacity: 1;
}
#header .show .navbar-nav li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}
#header .navbar-nav li .dropdown-menu li {
    transform: translateY(-100%) !important;
    opacity: 0.5 !important;
}
#header .navbar-nav li .dropdown-menu.show li {
    transform: translateY(0%) !important;
    opacity: 1 !important;
}
#header .navbar-nav ul.dropdown-menu.show {
    animation: growDown 400ms ease-in-out  alternate;
    transform-origin: top center;
	border: none;
}
.navbar-toggler:focus{
	box-shadow: none !important;
	background-color: transparent;
	border: none;
}
#header .navbar-nav > li.dropdown a {
    position: relative;
}
/** Menu End **/
input, textarea, select, div.wpforms-container div.wpforms-uploader {
    padding: 10px 20px !important;
}
.servicespecialist > div > div {
    margin: 0 0.5rem;
}
.servicespecialist > div a {
	border-radius: 2.5rem;
	padding: 1rem 15px;
}
}
@media (max-width:767px) {
    #header .button {
    font-size: 9px !important;
}
.logo img {
	max-width: 180px;
}
a.phone::before{
    width: 25px;
    height: 25px;
    font-size: 17px;
}
.navbar-collapse{
    top: 13px !important;
}
.navbar-collapse {
    transform: none;
}
a.phone{
    margin-left: 0px !important;
}
.banner h2 {
	font-size: var(--title-md);
}
.services.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
.serviceflex .wp-block-group{
        flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}
.service-list.wp-block-list{
    text-align: start !important;
}
#photoblocks-1 .pb-blocks .pb-type-image {
    max-height: 129px;
            height: 129px !important;
        border-radius: 20px;
}
.photoblocks-gallery .pb-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.photoblocks-gallery .pb-block.pb-landscape .pb-image {
    height: 100% !important;
    object-fit: cover;
}
#header .navbar-nav li.menu-item a {
        font-size: 20px !important;
    }
    a.button {
        min-width: 180px !important;
    } 
   

.burger-container:focus, .burger-container {
	margin: 0 !important;
	top: 0px;
}
.callUs {
    display: none;
}
.formSection {
    margin: 0px auto;
    border-radius: 20px;
    padding: 2rem 20px 2.5rem;
}
.formSection button, .wpforms-container-full .wpforms-submit {
	width: 100%;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial::before {
    transform: scale(1);
}
.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
	width: 100% !important;
}
.strong-grid .wpmtst-testimonial .testimonial-content {
    min-height: auto;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field, .strong-view.wpmtst-default .wpmtst-testimonial-field {
    font-size: var(--title-md) !important;
    margin: 20px 0 10px !important;
}
.strong-grid .wpmtst-testimonial .testimonial-content p {
    line-height: 1.5;
    font-size: 13px;
}
.sp-easy-accordion .sp-collapse {
    flex: 0 0 calc(100% - 50px) !important;
}
.sp-easy-accordion .ea-card {
    /*justify-content:start !important;*/
}
.sp-easy-accordion .ea-card.sp-ea-single::before {
    margin-right: 10px !important;
}
/** Footer **/
.phone img {
    width: 35px !important;
    height: 35px !important;
}
.social-media img {
    max-width: 40px;
}
#footer img.wp-image-176 {
    max-width: 160px;
    margin: 10px auto;
}
#footer2 p {
    text-align: center;
    font-size: 11px;
}
.servicespecialist > div {
    flex-wrap: wrap;
}
.servicespecialist > div > div {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}
.blog #callout2 section {
    grid-gap: 20px;
    grid-template-columns: none;
    grid-auto-rows: auto;
}
.blog #callout2 section > article {
	width: 100%;
    grid-row: auto;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.blog #callout2 section > article.contact-button {
    border-bottom: 2px solid #e2e2e2;
	display: none;
}
.blog h2.entry-title2 a {
    line-height: normal;
}
.ReadMore-Button a:after {
    font-size: 22px;
}
.ReadMore-Button a.button {
	min-width: auto !important;
}
.sp-easy-accordion .ea-card.sp-ea-single::before {
    background-size: contain;
    max-height: 40px;
    max-width: 40px;
    line-height: 40px;
    flex: 0 0 40px;
}
.sp-easy-accordion .ea-card {
    margin-bottom: 20px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header {
    flex: 0 0 calc(100% - 50px);
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 20px;
}
.ea-card p {
    font-size: 16px;
}
}



/*******************************************************************************
*
*
*  DO NOT PLACE CUSTOM THEME CSS HERE - ALL CUSTOM THEME CSS GOES AT THE TOP
*  DO NOT PLACE RANDOM MEDIA QUERIES HERE - ALL MEDIA QUERIES SHOULD ALREADY BE DEFINED ABOVE
*  IF YOU ARE ADDING NEW MEDIA QUERIES THEN YOU DONT UNDERSTAND BOOTSTRAP CORE! 
*
*
********************************************************************************/