/*
Theme Name: Standard Movers
Theme URI: https://standardmovers.ae
Author: sa'adK
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*,*::before,*::after{box-sizing:border-box;}
*{padding: 0;margin: 0; line-height: 1.5;}
html {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", serif;
}
/* Full-height container that fills the screen */
body {
    display: block;
    height: 100%;
    font-family: "Open Sans", serif;
	line-height: 1.5;
	color: #333;
	position: relative;
	min-height: 100vh;
	font-size: 14px;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {font-family: 'Fugaz One', cursive;
	text-transform: uppercase !important;}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
       url('/fonts/glyphicons-halflings-regular.woff') format('woff'), 
       url('/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
.banner{
 
  background-size: cover;
  background-position: right; !important;
  background-attachment: fixed !important;
}
*/
.banner {
  transition: transform 0.3s ease-out;
}

.banner.zoomed {
  transform: scale(1.1);
}
.banner {
	background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 575px;
  position: relative;
  overflow: hidden;
}



a, a:link, a:visited {
	color: #5F7F5F;
	outline: none;
}
   #top-heading {
            background-color: transparent !important;
            width: auto;
            height: auto;
            margin: 0 auto !important;
            padding: 10px;
            display: flex;
            flex-direction: row;
            justify-content:center;
            align-items: center;
            text-justify: inter-word;
        }
a:hover, a.btn-link:hover {color: #66CC66;}

hr {border-top: #CCCCCC 1px solid;}

.btn {
	text-transform: uppercase;
	padding: 6px 20px;
}

.btn-default, a.btn-default {
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	color: #666;
}

.btn-primary, a.btn-primary {
	color: #fff;
}

.btn-lg {
  padding: 14px 26px;
}

.margin-top-30px 	{margin-top: 30px;}
.margin-bottom-30px 	{margin-bottom: 30px;}
.distant-top 	{margin-top: 90px;}
.distant-bottom  {margin-bottom: 90px;}
.margin-top 	{margin-top: 60px;}
.margin-bottom  {margin-bottom: 60px;}
.text-white 		{color: #fff;}
.text-black,
a.text-black:link, 
a.text-black:visited		{color: #333;}
.text-primary, .green {
	color: #5F7F5F;
}

.bg-grey {background-color: #f4f4f4;}

.error {color: red;}
.valid {color: green;}

 
.navbar-default {
	border: none;
	background: transparent;
	box-shadow: none;
    color: #fff !important;
    text-transform: uppercase;
}

.navbar-fixed-top {
	background: #5F7F5F;
	margin-top: 0px !important;
	padding-top: 15px;

}

@media (min-width: 768px) {
	.navbar-default {
		margin-top: 30px;
	}


}

button.navbar-toggle {
	background: #fff;
    margin-top: 2px !important;
}

.navbar .container-fluid {
	padding: 0;
}

.dropdown-menu{
		text-transform: uppercase;
	background: #5F7F5F;
	color: #fff;
       max-width: 146px !important;
	  
}
/*.dropdown-menu {

  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:150px;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  font-size:14px;
  text-align:left;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip:padding-box;
  background-clip:padding-box
}*/

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	background: transparent;
	color: #fff;
}

/*
#logo, .navbar-brand{
	width: 224px;
	padding: 0;
	margin:0;
	text-align: center;
}

@media (min-width: 240px) and (max-width: 840px) {
  #logo, .navbar-brand{
       margin-top: 15px;
       margin-left: 15px;
   }

   #logo a span.site-name {
   	margin: -10px 0 0 0;
   }
}

*/

#logo{
	width: 224px;
	padding: 0;
	margin:0;
	text-align: center;
}

@media (min-width: 240px) and (max-width: 840px) {
  #logo, .navbar-brand{
       margin-top: -4px;
       margin-left: 15px;
   }

   #logo .site-name {
   margin-top:  -4px;
   }
}

h1.page-heading {
	position: relative;
	top: 70px;
	font-size: 48px;
	line-height: 50px;
    font-family: ;
}

@media (min-width: 240px) and (max-width: 840px) {
	h1.page-heading {
		top: 20px;
		font-size: 28px;
		line-height: 30px;
	}
}

@media (min-width: 1200px) {
	h1.page-heading {
		font-size: 4vw;
		line-height: 100%;
	}
}

.navbar-brand, 
.navbar-nav > li > a {
	text-shadow: none !important;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .active > a {
	background: transparent !important;
	border-bottom: #fff 1px solid;
}
/*.navbar-nav {float: right;}*/
ul#primary-menu > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 6px 10px;
}

ul#primary-menu > li#menu-item-22 > a {
	border: #fff 1px solid;
	margin-left: 10px;
	margin-right:15px;
	padding: 6px 20px;
	background-color: transparent;
}

@media (min-width: 980px) and (max-width: 1180px) {
	ul#primary-menu > li > a {
		padding: 6px 7px;
	}
}

div#banner-menu-container{
	position: relative;
	top: 50px;
	margin: 0px auto;
	text-align: center;
	display: block;
	width: 100%;
}

ul#banner-menu  > li > a{
	font-family: 'Fugaz One', cursive;
	text-transform: uppercase !important;
	color: #fff;
	font-size: 26px;
	padding-left: 10px;
	padding-right: 10px;
    font-weight: 700;
}

.lead {
	font-weight: 400;
}

#container-badge {
	-webkit-box-shadow: 0px -40px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -40px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -40px 40px 0px rgba(0,0,0,0.2);
}

#container-badge img {
	margin-top: -89px;
}

#triangle {
	margin: 0 auto 30px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #dddddd transparent transparent transparent;
	border-width: 30px 160px 0 160px;
}

@media (min-width: 320px) {
	#triangle {
		border-width: 30px 160px 0 160px;
	}	
}
@media (min-width: 576px) {
	#triangle {
		border-width: 30px 170px 0 170px;
	}	
}
@media (min-width: 600px) {
	#triangle {
		border-width: 30px 280px 0 280px;
	}	
}
@media (min-width: 768px) {
	#triangle {
		border-width: 30px 360px 0 360px;
	}	
}
@media (min-width: 800px) {
	#triangle {
		border-width: 30px 420px 0 420px;
	}	
}
@media (min-width: 992px) {
	#triangle {
		border-width: 30px 480px 0 480px;
	}	
}
@media (min-width: 1024px) {
	#triangle {
		border-width: 30px 490px 0 490px;
	}	f
}
@media (min-width: 1201px) {
	#triangle {
		border-width: 30px 570px 0 570px;
	}	
}
#logo a span {
	color: #fff;
    margin-left: -30px;
}


/*
#logo a span.site-name {
	clear: both;
	width: 100%;
	font-family: 'Fugaz One', sans-serif;
	font-size: 18px;
	display: block;
	width: 224px; 
	float: left;
	text-transform: uppercase;
	/*border: 1px solid black;
}

#logo a span.site-description {
	clear: both;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 300;
	display: block;
	float: left;
    width: 224px;
    text-transform: uppercase;
}
*/

#logo a span.site-name,
#logo a h1.site-name,
#logo a h1.site-name a,
#logo a span.site-name a {
    clear: both;
    width: 224px;
    font-family: 'Fugaz One', sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: inherit;
}

#logo a span.site-description,
#logo a h2.site-description,
#logo a h2.site-description a,
#logo a span.site-description a {
    clear: both;
    width: 224px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px !important;
    font-weight: 300 !important;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: inherit;
}


.title-overlapped {
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
	text-align: center;
}

.title-overlapped a,
.title-overlapped h4 {
	color: #fff;
}

.p-first{
    text-align: justify !important; /* Justify !important*/
}

.banner {
	position: relative;
	min-height: 625px; 
	background: transparent;
}

@media (min-width: 1200px) {
	.banner {
		min-height: 625px; 
	}
}


.banner  .contacts{
	position: relative;
	top: 40px;
	font-weight: 200;
}

.contacts a {
	text-decoration: none;
}

.contacts .phone {
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
}
/*
.banner svg {
	position: absolute;
	width: 100%;
	bottom: -0.01em !important;
	left: 0;
}
*/

.banner {
  overflow: hidden !important;
}

.banner {
  background-attachment: scroll !important;
}

.banner {
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner svg {
  position: absolute;
  width: 100%;
  bottom: -0.01em !important;
  left: 0;
  display: block; /* Add this line */
  vertical-align: bottom; /* Add this line */
}

/*--blockquote--*/

.review_quote::before {
    position: absolute;
    content: "“" !important;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 45px;
    color: rgb(95, 127, 95);
    left: 10px;
    top: 10px;
}

.review_quote h4 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}

blockquote:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}


.btn-primary {
	background: #5f7f5f !important;
}

/*

blockquote {font-size: 14px !important; color: #5f7f5f !important; font-weight: bold;}*/

@media (min-width: 240px) and (max-width: 481px) {
   .contacts .phone {
		font-size: 40px;
   }
}


/*********** services-image-start ************/


.services-image {
	width: 360px;
	height: 360px;
}


.services-image  img {
	min-width: 100%;
	height: 100%;
	background-color: red;
}
/*********** services-iamge-end ************/

@media (min-width: 1200px) {
	.contacts .phone {
		 font-size: 50px;
	}
 }

.banner .contacts .phone a {color: #fff; font-weight: 100;}
.banner .contacts .email a {color: #fff; font-weight: 300 !important;}

.service-block.distant-bottom {
	margin-bottom: 60px;
}

.sidebar-service {
}

.sidebar-service h3 {
	font-size: 24px;
	margin-bottom: 10px;
  
}

.sidebar-service h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
  position: relative;
  top: -15px;
}

.sidebar-service h4 strong {
	font-weight: 400;
}

.sidebar-service img {
	width: 100%;
	margin-bottom: 30px;
}
/*
aside.reviews {
	margin-top: -30px;
}

aside.reviews > h4 {
	background: #ffffff;
	padding: 0 10px;
	width: 260px;
	text-align: center;
	margin: 0px auto 30px auto;
}

@media (min-width: 240px) and (max-width: 481px) {
	aside.reviews div.col-xs-6 {
		margin-bottom: 30px;
	}
}

*/

.glyphicon-star {
	color: #FF9900;
}

.col-media {
	margin-bottom: 30px;
}

.blog-block {
	margin-top: -30px;
}

h4.blog-block-heading {
	background: #fff;
	padding: 0 10px;
	width: 160px;
	text-align: center;
	margin: -30px auto 0 auto;
}

@media (min-width: 1200px) {
	h4.blog-block-heading {
		width: 280px;
	}
}

h3.blog-block-list-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}


.footer-block {
	margin-top: -30px;
}

h4.footer-block-heading {
	background: #ffffff;
	padding: 0 10px;
	width: 240px;
	text-align: center;
	margin: 0px auto 60px auto;
    font-family: 'Fugaz One', cursive;
}

.footer-block .contacts .phone a {color: #333;}

.copyright {
	color: #999999;
}

.footer-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #222;
  z-index: 9;
}

.footer-action .nav > li > a {
  padding-right: 13px;
  padding-left: 14px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.wpcr3_button_1 {
	display: block !important;
	font-size: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-weight: bold !important;
	text-shadow: rgba(255,255,255,0.8) 0 2px 0 !important;
}

.wpcr3_button_1:hover {
	font-weight: bold;
}

.wpcr3_leave_text {
	font-size: 24px;
	margin-bottom: 30px;
}

.wpcr3_check_confirm {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_aggregateRating {
	text-align: left;
}

div.wpcr3_review div.wpcr3_review_title {
	font-size: 18px !important;
	font-style: italic !important;
	text-transform: capitalize !important;
	font-weight: bold;
}

div.wpcr3_review div.wpcr3_review_title:before {
    content: "\201C";
	font-family: Times New Roman, serif;
	font-size: 30px;
	font-weight: bold;
}

div.wpcr3_review div.wpcr3_review_title:after {
    content: "\201D";
	font-family: Times New Roman, serif;
	font-size: 30px;
	font-weight: bold;
}

#reviews-sidebar {
	margin-top: 30px;
	margin-bottom: 60px;
}

#reviews-sidebar div.wpcr3_review div.wpcr3_review_datePublished,
#reviews-sidebar div.wpcr3_review div.wpcr3_clear,
#reviews-sidebar div.wpcr3_review div.wpcr3_review_customs,
#reviews-sidebar div.wpcr3_review span.wpcr3_review_custom_label,
#reviews-sidebar div.wpcr3_review_customs,
#reviews-sidebar div.wpcr3_dotline,
#reviews-sidebar div.wpcr3_review blockquote.wpcr3_content,
.post-ratings {
	display: none !important;
}

#reviews-sidebar div.wpcr3_dotline, 
#reviews-sidebar div.wpcr3_review div.wpcr3_dotline { 
	display:block !important; 
	border-bottom: none !important; 
	margin-bottom:10px !important; 
	clear:both !important;
}

#reviews-sidebar div.wpcr3_review div.wpcr3_review_customs {
	text-align: center;
}





.form-group {
    margin: 0 0;
}

.wpcf7-form p label {
    margin-bottom: 0 !important; /* Remove margin from labels */
}

.wpcf7-form p span {
    display: block; /* Ensure spans take full width */
    margin-bottom: 0 !important; /* Remove margin from spans */
}
.wpcf7-form br {
    display: none; /* Hide all <br /> tags */
}

.wpcf7-not-valid-tip {display: none !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {display: none !important;}
/*------------------*/
/*
.form-group.has-error .form-control-feedback,
.form-group.has-success .form-control-feedback {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
*/
/*----------Main-Services---------*/

.main-services img {
    width: 100%;
    border-radius: 6px;
    
}


 #success_message{ display: none;}



/*----------VALIDATION---------*/

.errors {
    color: #a94442;
    /*border: 1px solid #a94442;!important;
    background-color: ;
   color: red !important;*/
    padding: 10px;
    margin: 10px 0;
    display: none;
}

.ml {
	margin-left: 6px;
}


/*--------------*/
/* Custom CSS for form validation feedback icons */
.form-group.has-error .form-control-feedback,
.form-group.has-success .form-control-feedback {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-error .form-control {
  border-color: #a94442;
}

.has-success .form-control {
  border-color: #3c763d;
}
/*-----icon--*/


/************* QUOTE **************/

label.error {
	position: absolute;
	top: 6px;
	right: 40px;
	z-index: 2;
}

#mptype-error,
.custom-radio div.is-invalid.valid-feedback {
	display: none !important;
}

input[type=radio]{
	position: absolute;
	visibility: hidden;
  }
  
input[type=radio] ~ label{
	display: block;
	position: relative;
	font-weight: 300;
	padding: 0 0 0 35px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
  }
  
input[type=radio]:hover ~ label{
	  color: #333;
}
  
 .check{
	display: block;
	position: absolute;
	border: 2px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 0px;
	left: 1.5rem;
	  z-index: 5;
	  transition: border .25s linear;
	  -webkit-transition: border .25s linear;
}

input[type=radio].error ~ .check{
	border-color: #dc3545;
}

input[type=radio].error ~ label{
	color: #dc3545;
}
  
input[type=radio]:hover .check {
	border: 5px solid #FFFFFF;
}
  
.check::before {
	display: block;
	position: absolute;
	  content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 3px;
	  left: 3px;
	margin: auto;
	  transition: background 0.25s linear;
	  -webkit-transition: background 0.25s linear;
}
  
input[type=radio]:checked ~ .check {
	border: 2px solid #5F7F5F;
}
  
input[type=radio]:checked ~ .check::before{
	background: #5F7F5F;
}

input[type=text].valid, 
input[type=email].valid, 
select.valid, 
input[type=radio]:checked ~ label{
	color: #5F7F5F;
	font-weight: bold;
 }


#btn-modal{

    width:175px;
    height:65px;
    
    border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 1px 2px #5e5d5b;
    text-align: center;
    line-height: 65px;
}

/*********** CONTACT 7 ************/
.qty {
	width: 64px;
	float: left;
	display: block;
	margin-right: 10px;
}

.wpcf7 form.sent #form-container {
	display: none;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	padding: 20px 30px;
	font-size: 18px;
	background: rgba(57, 143, 20, 0.2);
	color: rgb(57, 143, 20);
}

/*********** Pagination ************/
.page-numbers {
	display: inline;
	padding: 4px 12px;
}

span.page-numbers {
	border: #f4f4f4 1px solid;
}


#btn-modal {

	background: red !important;
	padding: 12px 12px;
	text-transform: uppercase;
	margin: 0;


}



.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}} 

#design-by {
	background: #eee;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	min-width: 100%;
}
span.sep {
	color: #ccc;
}

/*

.mrg-0 {
  margin: 0 !important;
  padding: 8px !important;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0 !important;
  height: 60px; /* Set the fixed height of the footer here 
}
*/


/*----dte----clr-----*/
 .form-control[readonly] {
 	background-color: transparent !important ;
 }


.welll {
	max-width: 96% !important;
	margin: auto !important;
	margin-top:2rem !important;
}


 #clearfix {
 	background-color: transparent !important;
 	height: 40px;
 	min-width: 100%;
 	margin: auto;
 }






/*
 .wpcf7-spinner {

 	
 	position: absolute;
 	bottom: 0;
 	right: 50%;

 }*/

/*
 .wpcf7-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.wpcf7-spinner::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3) !important;
    z-index: 9998;
}

.wpcf7-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.wpcf7-spinner::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}




*/




 /* Full Page Thick Overlay *//*
body.form-submitting::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Thick dark overlay 
    z-index: 9999;
}*/

/* Optional: Centered Spinner */
/*
body.form-submitting .wpcf7-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: red !important;
}
*/
/*
.col-sm-1 img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  
  .col-sm-1 img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
  }*/
  .col-sm-1 img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, clip-path 0.3s ease-in-out;
    clip-path: circle(50%);
  }
  
  .col-sm-1 img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    clip-path: none;
  }

  .col-media img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, clip-path 0.3s ease-in-out;
  clip-path: circle(50%);
}

.col-media img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
  clip-path: none;
}


  

  
hr {
	min-width: 100%;
}


.contentt {
	display: flex;
	flex-direction: column;
}

.mt {margin-top:10px;}
.post-title {
	font-family: "Open Sans", serif !important; 
	font-size: 24px !important;
	font-weight: 500 !important;
}

.page-heading{
	font-size: 4rem !important; 
	max-width: 700px;
	margin: auto;
    font-family: 'Fugaz One', cursive;
}


.containerrr img {
	background: #5f7f5f;
}

.custom-calendar {
    background-image: url('/wp-content/themes/standardmovers/assets/Logos/calendar-line.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 17px 17px;
    padding-right: 40px;
    color: #5f7f5f !important;
}

input[type=radio] ~ label {
    display: block;
    position: relative;
    font-weight: 300;
    padding: 0 0 0 35px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.centered-paragraph {
   /* text-align: center;  Centers the text horizontally */
    /* width: 100%;  Adjusts the width to control line length */
   /* margin: 0 auto;  Centers the paragraph horizontally */
   /* line-height: 1.5;  Adds some space between lines for readability */
   font-size: 16px !important;  /* Set a comfortable font size */
   /* max-width: auto; /* Limits the width to prevent the text from becoming too stretched on large screens */
    /* padding: 10px; Adds some padding around the text */
    word-wrap: break-word; /* Ensures long words break and don't overflow */
    white-space: normal; /* Prevents text from staying on a single line */
}

/* Optional: Adding media queries to adjust for smaller screens */
@media (max-width: 600px) {
    .centered-paragraph {
        width: 90%; /* Makes it more responsive for smaller screens */
    }
}


.error-container > p {

 padding: 6px !important;
 margin: 0 !important;
}

.error-container  {
 margin: 20px 0 !important;
}

.picker__select--month, .picker__select--year {
	padding: .11em !important;
}

.modal-content {
	/*---*/


}

::selection {
  color: #fff;
  background-color: #065143;
}
/* Default state for navbar toggle */
.navbar-toggle {
  position: relative;
}


/* When the navbar-toggle is clicked (active state), replace the bars with an image 
.navbar-toggle.open {
	background-image: url('/wp-content/themes/standardmovers/assets/Logos/close-outline2.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;  /* Remove padding to prevent the bars from being visible
	width: 44px;  /* Maintain the width of the button 
	height: 34px;  /* Maintain the height of the button 
  }
  */




.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {
    background-color: transparent;
    width: 255px;
    
   

}
.logo-container {
    flex-shrink: 0;
    color: #fff;
}

.custom-logo {
    max-height: 54px;
    width: auto;
    margin-top: -12px;
    /*padding-right: 20px;*/
  
}

.custom-logo {
    filter: brightness(0) invert(1);
  }
/*
.site-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    margin-top: -3px;
}

.site-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

*/
/*
.site-name {
    clear: both;
	width: 100%;
	font-family: 'Fugaz One', sans-serif;
	font-size: 24px;
	display: block;
	width: 224px; 
	float: left;
	text-transform: uppercase;

	/*border: 1px solid black;
}
.site-name,
h1.site-name,
h1.site-name a,
.site-name a {
    clear: both;
    width: 224px;
    font-family: 'Fugaz One', sans-serif;
    font-size: 24px;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none !important;
    color: inherit;
}
*/
/*
h1.site-name, 
.site-name,
h1.site-name a,
.site-name a,
h2.site-description, 
.site-description,
h2.site-description a, 
.site-description a {
    font-size: 24px;       /* match your design 
    font-family: 'Fugaz One', sans-serif;
    font-weight: normal;
    text-decoration: none !important;  /* critical for a tags 
    margin: 0;
    padding: 0;
    clear: both;
    width: 224px;
    display: block;
    float: left;
    text-transform: uppercase;
    color: inherit;
}





.site-description {
    clear: both;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 300;
	display: block;
	float: left;
    width: 224px;
    text-transform: uppercase;
    background-color:transparent;
    margin-top: -9px;

}

*/

/* Reset heading styles to match span behavior */
#logo h1.site-name,
#logo h2.site-description {
    all: unset; /* Reset all properties to their initial values */
    display: block !important; /* Ensure block display */
    float: left; /* Maintain your layout */
    margin: 0 !important; /* Remove default margins */
    padding: 0 !important; /* Remove default padding */
    font-size: inherit !important; /* Inherit font size */
    font-weight: normal !important; /* Remove bold styling */
    line-height: normal !important; /* Reset line height */
}

/* Company name styling - applies to both spans and headings */
#logo .site-name,
#logo .site-name a,
#logo h1.site-name,
#logo h1.site-name a,
#logo a span.site-name,
#logo a h1.site-name,
#logo a h1.site-name a,
#logo a span.site-name a {
    clear: both;
    width: 204px;
    font-family: 'Fugaz One', sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: #fff !important; /* Force white color */
    line-height: 1.2; /* Consistent line height */
}

/* Description styling - applies to both spans and headings */
#logo .site-description,
#logo .site-description a,
#logo h2.site-description,
#logo h2.site-description a,
#logo a span.site-description,
#logo a h2.site-description,
#logo a h2.site-description a,
#logo a span.site-description a {
    clear: both;
    width: 204px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px !important;
    font-weight: 300 !important;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: #fff !important; /* Force white color */
    line-height: 1.4; /* Consistent line height */
    margin-top: 2px; /* Small spacing between name and description */
}

/* Hover states for all links */
#logo a.site-name-link:hover,
#logo a.site-description-link:hover,
#logo a:hover .site-name,
#logo a:hover .site-description,
#logo h1.site-name a:hover,
#logo h2.site-description a:hover {
    text-decoration: none !important;
    color: #fff !important; /* Maintain white color on hover */
    opacity: 0.9; /* Slight opacity change for hover effect */
}

/* Layout adjustments for logo container 
#logo {
    display: table; /* Better layout control 
    width: auto;
}
*/
.logo-container, .site-info-container {
    display: table-cell;
    vertical-align: middle;
}

.logo-container {
   /*  padding-right: 15px; /* Space between logo and text */
}

.site-info-container {
    /*padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); /* Visual separator */
}

/* Responsive adjustments 
@media (max-width: 767px) {
    #logo {
        display: block;
        text-align: center;
    }
    
    .logo-container, .site-info-container {
        display: block;
        padding: 0;
        border-left: none;
    }
    
    .logo-container {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    #logo .site-name,
    #logo .site-name a,
    #logo h1.site-name,
    #logo h1.site-name a,
    #logo a span.site-name,
    #logo a h1.site-name,
    #logo a h1.site-name a,
    #logo a span.site-name a,
    #logo .site-description,
    #logo .site-description a,
    #logo h2.site-description,
    #logo h2.site-description a,
    #logo a span.site-description,
    #logo a h2.site-description,
    #logo a h2.site-description a,
    #logo a span.site-description a {
        width: auto;
        float: none;
        text-align: center;
    }
}
*/

.review_quote {
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 14px;
	line-height: 160%;
	border-left: 0;
}

.review_quote h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
}

.review_quote p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
}

.review_quote::before {
	position: absolute;
	content: "“";
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size:45px;
	color: #5F7F5F;
	left: 10px;
	top: 10px;
}

.review_quote footer span p{
	font-size: 12px !important;
	
}

.admin_response {
	padding: 15px 0 15px 38px;
	margin: 0;
	font-size: 14px;
	line-height: 160%;
	color: #5F7F5F;
	font-weight: bold;
}

.mr_in_content { margin-bottom:30px; }
.mr_in_content meta { display:none; }
.mr_power { padding-top:30px ; padding-bottom:30px ; font-size:11px ; }
.mr_status_msg { color:#c00;font-weight:bold; }
.mr_status_msg div { color:#c00;font-weight:bold;padding-bottom:15px;padding-top:15px; }
.mr_caps { text-transform:capitalize; }

div.mr_dotline, div.mr_review div.mr_dotline { 
	display:block ; 
	border-bottom:1px dotted #ccc ; 
	margin-top: 60px; 
	margin-bottom: 60px; 
	clear:both ;
}

.page-template-reviews .review_count_desc {display: none}

div.mr_review_item div.mr_item_name { font-size:0.8em; font-style:italic; }

div.mr_review div.mr_review_ratingValue { position:relative; top:2px; margin-right:5px; }
div.mr_review div.mr_review_title { font-size:0.8em; display:block ; }
div.mr_review blockquote.mr_content { font-size:14px; font-weight:normal; display:block ; padding-bottom:30px; }
div.mr_review blockquote.mr_content p { font-size:14px; font-weight:normal; display:inline ; }
div.mr_review blockquote.mr_content.mr_admin_response { margin-left:30px;color:#00c; }
div.mr_review div.mr_review_datePublished { font-size:0.9em; font-style:italic; }
div.mr_review div.mr_review_author {  }
div.mr_review div.mr_review_customs { margin-bottom:5px; }
div.mr_review div.mr_review_custom { font-size:12px; float:left; margin-right:60px; }

.mr_respond_2 { position:relative; }
.mr_respond_2 label { display:inline-block; ; }
.mr_respond_2 .fconfirm2 { width:auto ; }

.mr_respond_2 input { }
.mr_respond_2 input[type="text"]  { min-width:200px; }
.mr_respond_2 textarea { height:100px ; min-width:500px; }
.mr_respond_2 small { padding:0 ; margin:0 ; }
.mr_respond_2 table, .mr_respond_2 td { border:0 ; border-style:none ; }

.mr_respond_2 .mr_check_confirm label { margin:-2px 0px 0px 5px; }

.mr_ad { background:#ffffff; }
.mr_ad label { font-weight:bold; }



.mr_respond_1 .mr_rating, .mr_respond_2 .mr_rating {
    border:0 ;
    margin:0 ;
    padding:0 ;
    margin-left:0px ;
    margin-top:0px ;
    overflow:hidden;
    height:16px;
}

div.mr_rating_style1  { line-height:17px; display:inline-block; }
div.mr_rating_style1 div { line-height:17px; }
div.mr_rating_style1 * { border:0 none; margin:0; padding:0; line-height:17px; }
div.mr_rating_style1_base  { background:url(/wp-content/themes/standardmovers/assets/newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; padding-right:4px; overflow:hidden; display:block; }
div.mr_rating_style1_average { background:url(/wp-content/themes/standardmovers/assets/newstars.png) 0 -15px no-repeat; text-indent:-9999px; height:17px; line-height:17px; }
div.mr_rating_style1_status { height:17px; line-height:17px; width:100px; overflow:hidden; position:relative; cursor:pointer; display:block; }
div.mr_rating_style1_score { background:url(/wp-content/themes/standardmovers/assets/newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; position:relative; }
div.mr_rating_style1_score div { display:block; height:17px; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:17px; }
div.mr_rating_style1_score div:hover { background:url(/wp-content/themes/standardmovers/assets/newstars.png) bottom right no-repeat; }
div.mr_rating_style1_score div.mr_rating_style1_score1 {width:20%; z-index:55;}
div.mr_rating_style1_score div.mr_rating_style1_score2 {width:40%; z-index:54;}
div.mr_rating_style1_score div.mr_rating_style1_score3 {width:60%; z-index:53;}
div.mr_rating_style1_score div.mr_rating_style1_score4 {width:80%; z-index:52;}
div.mr_rating_style1_score div.mr_rating_style1_score5 {width:100%; z-index:51;}

.mr_respond_2 { display:none; background-color:inherit; }
.mr_div_2 { width:600px; max-width:100%; }
.mr_table_2 { text-align:left; width:100%; }
.mr_table_2  td { text-align:left; }
.mr_check_confirm { margin-top:10px;font-size:13px;margin-bottom:4px; }

.mr_button_1.mr_disabled {
	opacity: 0.5;
}

.mr_button_1.mr_hide {
	display:none ;
}


.mr_pagination {
    clear:both;
    padding:0px 0px 0px 0px;
    position:relative;
    font-size:11px;
	line-height:13px;
	margin: 0 auto;
	text-align: center;
}

.mr_pagination_page {
    float:left;
    display:block;
    line-height:30px;
    padding-right:5px;
}

.mr_pagination .mr_a {
    display:block;
    float:left;
    margin: 0px 1px 0px 1px;
    padding:6px 10px 6px 10px;
	line-height: 16px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background:#555;
	cursor:pointer;
}

.mr_pagination .mr_a:hover {
    color:#fff;background: #5F7F5F;
}

.mr_pagination .mr_ls {
	margin-right:1px;
}

.mr_pagination .mr_rs {
	margin-left:1px;
}

.mr_pagination .mr_a.mr_current {
	background: #5F7F5F;
	color:#fff;
	cursor:default;
}

.mr_pagination .mr_a.mr_disabled, .mr_pagination .mr_a.mr_disabled:hover {
	background:#ddd;color:#fff;cursor:default;
}

.mr_clear , div.mr_review .mr_clear  { clear:both ; display:block ; line-height:0px ;; height:0px ; }
.mr_show, div.mr_review .mr_show { display:inline; }
.mr_hide, div.mr_review .mr_hide { display:none ; }
.mr_fakehide { position:absolute ;top:0 ;left:-999em ;height:1px ;width:1px ; }
.mr_pb5 { padding-bottom:5px; }


.mr_check_confirm {
	padding-bottom: 30px;
}

.mr_review_item .mr_review:nth-child(4n+1) {
	clear: both;
}

.review-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}


.admin-response {
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-style: italic;
}

.p-author {
    font-weight: normal;
}


.p-location {
    color: #777;
}


.p-lr {
    padding:0 20px;
}

.p-inner {
    padding:0 35px;
}
.admin-response {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #0073aa;
}

.admin-response h5 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0073aa;
}

.admin-response blockquote {
    margin: 0;
    font-style: italic;
    color: #555;
}

.navbar-toggle {
  /*border: none;*/
  /*background: transparent !important;*/
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
   /* background-color: #000;Change color as needed */
  transition: 0.3s;
  position: relative; /* Ensure precise positioning */
}

/* Default state for the bars */
.navbar-toggle .top-bar {
  transform: rotate(0);
}

.navbar-toggle .middle-bar {
  opacity: 1;
}

.navbar-toggle .bottom-bar {
  transform: rotate(0);
}

/* Active state (X shape) */
.navbar-toggle:not(.collapsed) .top-bar {
  transform: rotate(45deg);
  top: 6px; /* Adjust to keep it centered */
}

.navbar-toggle:not(.collapsed) .middle-bar {
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg);
  top: -6px; /* Adjust to keep it centered */
}

/* Hover effect 
.navbar-toggle.collapsed:hover .top-bar {
  transform: rotate(45deg);
  top: 6px;
}

.navbar-toggle.collapsed:hover .middle-bar {
  opacity: 0;
}

.navbar-toggle.collapsed:hover .bottom-bar {
  transform: rotate(-45deg);
  top: -6px;
}
*/

blockquote footer:before {
	color: #5f7f5f!important;
	font-weight: bold;
	font-size: 14px;
}

#load-more {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 60px;
}

#load-more.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*
.standardmovers-footer {
	background: url('/wp-content/themes/standardmovers/assets/footer-bg.svg') no-repeat center center;
	object-fit: contain;
	background-color: skyblue;
	background-size: cover;
	
}*/


.reviews .row {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  flex-wrap: wrap;
  min-height: 200px;       /* height for vertical centering */
}

.reviews .col-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  /* You can set a fixed width if you want */
  flex: 0 0 auto;
}

.reviews .col-media img {
  display: block;
  max-width: 100%; /* responsive image */
  height: auto;
}
.mt-mine {
	margin-top: 60px !important;}


	.review_count_desc {margin-bottom: 30px !important;}

	footer span p.plain-text {
    display: inline; /* or inline-block */
    margin: 0;       /* remove default margins */
}

/* Success Modal Styles 
#successModal .modal-content {
    border-radius: 6px;
    border: 2px solid #28a745;
}

#successModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f8f9fa;
}

#successModal .modal-title {
    font-weight: 600;
}

#successModal .modal-body {
    padding: 30px;
}

#successModal .btn {
    margin: 5px;
    min-width: 140px;
}

/* Validation Icons
label.valid, label.error {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}*/



#standardmovers-footer{
	background-color: skyblue;
	background: url('/standardmovers/wp-content/themes/standardmovers/assets/footer-bg.svg');
}




/* Style for active/selected date */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #5f7f5f !important;
    color: #fff !important;
}

/* Style for today's date */
.picker__day--today {
    background-color: #e8f5e8 !important;
    color: #5f7f5f !important;
    font-weight: bold;
}

/* Style for highlighted/focused date */
.picker__day--highlighted {
    background-color: #7f9f7f !important;
    color: #fff !important;
}