/*
Theme Name: Seamless Moving
Author: 90 Day Marketing
Author URI: https://90day.marketing/
Description: Custom wordpress theme for seamlessmoving.com.
Version: 1.0 */

img {
	max-width: 100%;
}
*, html, body {
	font-family: 'Montserrat', sans-serif;
}
html h1,
html h2,
html h3, 
html h4, 
html h5, 
html h6 {
	color: #202020;
	font-family: 'Kanit', sans-serif;
}
html h1 {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.75px;
	line-height: 52px;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
html h3, 
html h4, 
html h5, 
html h6 {
	font-weight: 600;
}
html h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 20px;
}
html h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
html ol,
html ul,
html li,
html span,
html div {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
html b {
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: 25px;
}
html p {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
}
html a,
html p a {
	border-bottom: 1px solid #233f92;
	color: #233f92;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}

html a:hover,
html a:focus,
html a:target,
html p a:hover,
html p a:focus,
html p a:target {
	border-bottom: 1px solid #2E1D38;
	color: #2E1D38;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}
.p-large {
	font-size: 21px;
	line-height: 28.8px;
}
.newline {
	display: block;
	margin-bottom: 5px;
}
.subheading {
	color: #656565;
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
}
.bg-gray {
	background: #F2F2F2;
}
.text-bold {
	font-weight: 600;
}
.text-gray {
	color: #6D6D6D;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.text-red {
	color: #F50000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.text-white {
	color: #FFFFFF;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.text-purple {
	color: #711AFF;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.list-item-title {
	display: block;
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
}
.btn-primary {
	background-color: #FFED45 !important; 
	border: 2px solid #FFED45;
	border-radius: 25px;
	color: #202020 !important;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:target {
	background-color: #202020 !important; 
	border: 2px solid #202020;
	color: #FFED45 !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary-rev {
	background-color: #202020 !important; 
	border: 2px solid #202020;
	border-radius: 25px;
	color: #FFED45 !important;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary-rev:hover,
.btn-primary-rev:focus,
.btn-primary-rev:target {
	background-color: #FFED45 !important; 
	border: 2px solid #202020;
	color: #202020 !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary {
	background-color: #711AFF !important; 
	border: 2px solid #711AFF;
	border-color: #711AFF;
	border-radius: 25px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:target {
	background-color: #FFFFFF !important; 
	border: 2px solid #2E1D38;
	border-color: #711AFF;
	color: #711AFF !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary-white {
	background-color: #fff !important; 
	border: 2px solid #711AFF;
	border-radius: 25px;
	color: #711AFF;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary-white:hover,
.btn-secondary-white:focus {
	background-color: #711AFF !important; 
	border: 2px solid #711AFF;
	color: #FFF;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}



/********** BODY BLOCK SECTIONS ***********/
.secondary-page-header {
	background: #eaeaea;
	padding-bottom: 50px;
	padding-top: 150px;
}
.body-block-1  {
	padding-bottom: 30px;
	padding-top: 40px;
}
.body-block-2 {
	background: #f0edfd;
}
.body-block-2,
.body-block-3 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.body-block-1 .text-col h2,
.body-block-2 .text-col h2,
.body-block-3 .text-col h2 {
	margin-top: 20px;
}
.body-block-1 .img-col img,
.body-block-2 .img-col img,
.body-block-3 .img-col img {
	border-radius: 10px;
}
@media (min-width: 768px){
	.body-block-1 .text-col h2,
	.body-block-2 .text-col h2,
	.body-block-3 .text-col h2 {
		margin-top: 0px;
	}
}
@media (min-width: 992px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 1200px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.body-block-1 .text-col,
	.body-block-3 .text-col {
		padding-left: 50px;
	}
	.body-block-2 .text-col {
		padding-right: 50px;
	}
}
@media (min-width: 1440px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
.ul-buttons {
	list-style: none;
	padding: 0;
}
.ul-buttons > li {
	display: inline-block;
}
.ul-buttons > li:first-child {
	margin-bottom: 15px;
}
@media (min-width: 576px){
	.ul-buttons > li:first-child {
		margin-right: 15px;
	}
}
.map-section {
	background: #f0edfd;
	padding: 75px 0;
}
/********** end of BODY BLOCK SECTIONS ***********/


/************** WHAT IF SECTION **************/
.what-if-section {
	background: #F2F2F2;
	padding-bottom: 35px;
	padding-top: 35px;
}
.what-if-section h2 {
	text-align: center;
}
.what-if-ul {
	list-style: none;
}
.what-if-ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
.what-if-ul li:before {
	color: red;
	content: "✖";
	font-size: 24px;
	left: -12px;
	position: absolute;
	top: 0px;
}
@media (min-width: 576px){
	.what-if-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (min-width: 768px){
	.what-if-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
}
@media (min-width: 1200px){
	.what-if-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/************** end of WHAT IF SECTION **************/


/************** SITE HEADER & MAIN MENU **************/
.site-header {
	align-items: center;
	background: #FFF;
	box-shadow: 0 3px 11px 0 rgb(161 161 161 / 50%);
	display: flex;
	height: 80px;
	padding: 8px 10px;
}
.site-header.fixed-top.navbar > .container {
	display: block;
	padding: 0 7.5px;
}
.site-header .logo-wrapper {
	margin-left: 5px;
	margin-top: 10px;
}
.site-header .logo-wrapper,
.site-header .logo-wrapper a {
	display: block;
	height: auto;
	width: 120px;
}
.site-header .logo-wrapper a {
	border-bottom: 2px solid transparent;
}
.site-header .logo-wrapper a > img {
	/*margin-top: 8px;*/
	margin-top: -7px;
}
.site-header .navbar-wrapper {
	width: calc(100% - 298px);
}
.site-header .navbar-wrapper > .site-nav-wrapper {
	margin: 0 auto;
}
.site-header .burger-button-wrapper {
	width: 35px;
}
.site-header .burger-button-wrapper  {
	align-self: center;
}
.site-header .burger-button-wrapper .navbar-toggler {
	background: #FFF;
	border: 0;
	border-radius: 3px;
	display: block;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0 0 ;
	width: 30px;
}
.site-header .burger-button-wrapper .navbar-toggler:hover,
.site-header .burger-button-wrapper .navbar-toggler:focus,
.site-header .burger-button-wrapper .navbar-toggler:target {
	cursor: pointer;
}
.site-header .burger-button-wrapper .navbar-toggler > div { 
	background-color: #2E1D38;
	height: 3px;
	margin: 0px auto 5px auto;
	width: 30px;
}
.site-header .nav-cta-btn-wrapper {
	align-items: center;
	display: flex;
	width: 138px;
}
.site-header .nav-cta-btn-wrapper > .call-btn {
	font-size: 14px;
    min-width: 128px;
	padding: 0;
	width: 128px;
}
@media (min-width: 576px){
	.site-header .logo-wrapper {
		margin-left: 10px;
		width: 140px;
	}
	.site-header .logo-wrapper a {
		width: 140px;
	}
	.site-header .navbar-wrapper {
		width: calc(100% - 323px);
	}
	.site-header .nav-cta-btn-wrapper > .call-btn {
		width: 138px;
	}
}
@media (min-width: 768px){
	.site-header .logo-wrapper {
		margin-left: 20px;
		margin-top: 3px;
		width: 160px;
	}
	.site-header .logo-wrapper a {
		width: 160px;
	}
	.site-header .navbar-wrapper {
		width: calc(100% - 353px);
	}
}
@media (min-width: 992px){
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 300px);
	}
	.site-header .logo-wrapper {
		margin-left: 0px;
		width: 150px;
	}
	.site-header .logo-wrapper a {
		width: 150px;
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 150px;
	}
	.site-header .nav-cta-btn-wrapper > .cta-btn {
		width: 150px;
	}
}
@media (min-width: 1200px){
	.site-header .logo-wrapper,
	.site-header .logo-wrapper a {
		height: auto;
		width: 175px;
	}
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 368px);
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 158px;
	}
	.site-header .nav-cta-btn-wrapper > .cta-btn { 
		width: 158px;
	}
	.site-header .nav-cta-btn-wrapper a {
		transition: 0.6s background, 0.6s color, 0.6s border ease-in;
	}
	.site-header .nav-cta-btn-wrapper a:hover,
	.site-header .nav-cta-btn-wrapper a:focus {
		border: 2px solid #2E1D38;
		background: #2E1D38;
		color: #fff;
		transition: 0.6s background, 0.6s color, 0.6s border ease-in;
	}
}
.menu {
	margin: 0;
	padding: 0;
}
.menu > .menu-item-has-children::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu > li {
	display: inline-block;
	font-weight: 600;
	list-style-type: none;
	padding-right: 25px;
	position: relative;
}
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a {
	border-bottom: 2px solid #711AFF;
	color: #711AFF;
}
.menu > li > a {
	border-bottom: 1px solid transparent;
	color: #2E1D38;
	font-size: 16px;
	line-height: 24px;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li > a:target {
	border-bottom: 2px solid #711AFF;
	color: #711AFF;
}
.menu > li > .sub-menu {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: none;
	left: 0;
	top: 25px;
	padding: 7.5px 10px;
	position: absolute;
	width: fit-content;
}
.menu > li:hover > .sub-menu,
.menu > li:focus > .sub-menu {
	display: block;
	z-index: 99999;
}
.menu > li > .sub-menu li {
	display: block;
	list-style-type: none;
	margin-bottom: 7.5px;
}
.menu > li > .sub-menu li:last-of-type {
	margin-bottom: 0;
}
.menu > li > .sub-menu li > a {
	border-bottom: 2px solid transparent;
	color: #2E1D38;
	display: block;
	font-size: 16px;
	font-weight: 600;
    width: max-content;
}
.menu > li > .sub-menu li > a:hover,
.menu > li > .sub-menu li > a:focus,
.menu > li > .sub-menu li > a:target {
	border-bottom: 2px solid #2E1D38;
	color: #2E1D38;
}


/************** 3RD LEVEL  MENU **************/
.menu .sub-menu .sub-menu {
	display: none;
}
.menu .sub-menu > li {
	position: relative;
}
.menu .sub-menu > li:hover .sub-menu,
.menu .sub-menu > li:focus .sub-menu,
.menu .sub-menu > li:target .sub-menu {
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: block;
	left: 100%;
	padding: 7.5px 10px;
	position: absolute;
	top: 0;
	width: fit-content;
}
/************** end of 3RD LEVEL  MENU **************/

/** SLIDING MENU **/
.menu-mobile-menu-container > ul {
	padding-left: 0;
}
.menu-mobile-menu-container > ul > li {
	list-style-type: none;
	margin-bottom: 15px;
	text-align: center;
}
.menu-mobile-menu-container ul > li > a {
	border-bottom: 2px solid #FFF;
	color: #FFF;
}
#slidingMenu .navbar-toggler {
	background: transparent;
	border: 0;
}
#slidingMenu .navbar-toggler i {
	color: #711AFF;
}
#slidingMenu .navbar-toggler {
	margin-top: 25px;
}
#slidingMenu .navbar-toggler:hover,
#slidingMenu .navbar-toggler:focus,
#slidingMenu .navbar-toggler:target {
	cursor: pointer;
}
#slidingMenu .navbar-toggler > div {
	background-color: #FFF;
	height: 3px;
	margin: 6px 0;
	transition: 0.4s;
	width: 30px;
}
#slidingMenu .navbar-toggler .bar1 {
  transform: translate(0, 6px) rotate(-45deg);
}
#slidingMenu .navbar-toggler .bar2 {
	opacity: 0;
}
#slidingMenu .navbar-toggler .bar3 {
  	transform: translate(0, -12px) rotate(45deg);
}

.dropdown-menu.show {
    display: block;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu {
	background-color: transparent;
	color: #FFF;
	display: none;
	list-style: none;
	min-width: 10rem;
	padding: 15px 0 8px 0;
	position: static;
	text-align: center;
}
.dropdown-menu li {
	margin-bottom: 12px;
}
.dropdown-menu li:last-of-type {
	margin-bottom: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/*********** end of SITE HEADER & MAIN MENU ***********/


/************** QUOTE MODAL SECTION **************/
#freeQuoteModal .modal {
	z-index: 10;
}
#freeQuoteModal.modal {
	padding-top: 150px;
}
#freeQuoteModal .modal-backdrop {
	z-index: 9;
}
@media (min-width: 768px) {
	.modal-dialog {
		max-width: 700px;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		padding-top: 120px;
	}
	#freeQuoteModal .modal-dialog {
		max-width: 800px;
		width: 800px;
	}
	#freeQuoteModal .modal-dialog .modal-content {
		margin: 0 auto;
		width: 800px;
	}
}
/*** Puts Address AutoFill Above Modal ***/
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal {
    z-index: 20;   
}
.modal-backdrop {
    z-index: 10;        
}
/*** end of Puts Address AutoFill Above Modal ***/
/************** end of QUOTE MODAL SECTION **************/


/************** MAIN SECTION **************/
.main-section {
	background-color: gray;
	margin-top: 80px;
	text-align: center;
}
.main-section h1 {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
	text-transform: uppercase;
}
.main-section p {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.main-section .text-col {
	padding-bottom: 40px;
	padding-top: 50px;
}
.main-section .text-col p {
	margin-bottom: 35px;
}
.main-section .btn-wrapper > a {
	text-shadow: none;
}
@media (min-width: 576px){
	.main-section .text-col {
		padding-bottom: 80px;
		padding-top: 100px;
	}
	.main-section h1 {
		margin-bottom: 25px;
	}
	.main-section .main-p {
		margin-bottom: 60px;
	}
}
@media (min-width: 768px){
	.main-section,
	.main-section .container {
		height: 630px;
	}
	.main-section .text-col {
		padding-top: 130px;
	}
	.main-section h1 {
		font-size: 45px;
		line-height: 55px;
	}
}
@media (min-width: 992px){
	.main-section h1 {
		font-size: 48px;
		line-height: 68px;
	}
	.main-section .main-p {
		margin-bottom: 65px;
	}
}
@media (min-width: 1200px){
	.main-section,
	.main-section .container {
		height: calc(100vh - 80px);
	}
	.main-section .text-col {
		height: 80vh;
		padding-top: calc(50vh - 200px);
	}
	.main-section h1 {
		font-size: 50px;
		line-height: 70px;
	}
	.main-section .main-p {
		margin-bottom: 70px;
	}
}
@media (min-width: 1440px){
	.main-section h1 {
		font-size: 60px;
		line-height: 80px;
	}
	.main-section .main-p {
		margin-bottom: 75px;
	}
}
.main-section-no-bg {
	padding-bottom: 50px;
	padding-top: 50px;
}
/************** end of MAIN SECTION **************/


/************** PAGE TITLE SECTION **************/
.page-title {
	padding-bottom: 25px;
	padding-top: 25px;
}
@media (min-width: 992px){
	.page-title {
		padding-bottom: 35px;
		padding-top: 35px;
	}
}
/************** end of PAGE TITLE SECTION **************/


/************** BENEFITS SECTION **************/
.benefits-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.benefits-section h2 {
	text-align: center;
}
@media (min-width: 576px){
	.benefits-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
@media (min-width: 768px){
	.benefits-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
}
@media (min-width: 1200px){
	.benefits-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
#whats-included {
	border-bottom: 1px solid #2E1D38;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
	padding-top: 10px;
}
#whats-included .card {
	border: 0;
	border-radius: 0;
	border-top: 1px solid #2E1D38;
}
#whats-included .card .card-header {
	background: #FFF;
	border-bottom: 0;
	border-radius: 0;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}
#whats-included .card .card-header .card-link {
	align-items: center;
	border-bottom: 2px solid transparent;
	color: #2E1D38;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
#whats-included .card-header .card-link .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-down.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
	display: block;
	height: 15px;
	margin-left: auto;
	margin-right: 10px;
	width: 15px;
}
#whats-included .card-header .card-link.collapsed .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-up.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
}
#whats-included .card-body {
	padding-left: 0px;
	padding-top: 10px;
}
#whats-included .card-body .included-in-move-ul {
	padding-left: 20px;
}
#whats-included .card-body .included-in-move-ul > li {
	font-weight: 300;
	margin-bottom: 15px;
}
#whats-included .card-body .included-in-move-ul > li:last-of-type {
	margin-bottom; 0;
}
/************** end of BENEFITS SECTION **************/


/*********** WHY US SECTION ************/
.why-us-section {
	background: #f0edfd;
	padding: 75px 0;
}
.why-us-section ul {
	list-style: none;
	padding-left: 0;
}
.why-us-section ul li .why-us-item-wrapper {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	padding: 20px 15px 5px 15px;
	margin-bottom: 25px;
	text-align: center;
}
.why-us-section ul li .why-us-item-wrapper svg {
	background: #f0edfd;
	border-radius: 50%;
	margin-bottom: 25px;
	padding: 10px;
}
.why-us-section ul li .why-us-item-wrapper h3 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 7px;
}
@media (min-width: 576px) {
	.why-us-section ul li .why-us-item-wrapper {
		padding: 25px 15px 15px 15px;
	}
}
@media (min-width: 768px) {
	.why-us-section ul li .why-us-item-wrapper {
		padding: 35px 15px 15px 15px;
	}
}
/*********** end of WHY US SECTION ************/


/*********** REVIEWS SECTION ************/
.reviews-section {
	padding-top: 35px;
}
.reviews-section h2 {
	text-align: center;
}
.reviews-section ul {
	padding-left: 0;
}
.reviews-section ul li {
	list-style-type: none;
	margin-bottom: 25px;
}
.reviews-section ul li .why-us-item-wrapper {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
	text-align: center;
}
.reviews-section ul li .why-us-item-wrapper .review-text {
	color: #848484;
	margin-bottom: 30px;
}
.reviews-section ul li .why-us-item-wrapper .review-info {
	display: inline-block;
	margin: 0 auto;
	padding-left: 55px;
	position: relative;
}
.reviews-section ul li .why-us-item-wrapper .review-info::before {
	background-color: #f0f0f0;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 48px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 48px;
}
.reviews-section ul li .why-us-item-wrapper .review-info.google::before {
	background: url(/wp-content/uploads/2023/10/icon-google-my-business-logo.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.reviews-section ul li .why-us-item-wrapper .review-info.yelp::before {
	background: url(/wp-content/uploads/2023/10/icon-yelp-icon.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.reviews-section ul li .why-us-item-wrapper .review-info .review-author {
	color: #2E1D38;
	display: block;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.reviews-section ul li .why-us-item-wrapper .review-info .review-source {
	display: block;
	text-align: left;
}
@media (min-width: 576px){
	.reviews-section ul li .why-us-item-wrapper {
		padding: 25px 15px 15px 15px;
	}
}
@media (min-width: 768px){
	.reviews-section {
		padding-top: 50px;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 35px 15px 15px 15px;
	}
}
@media (min-width: 992px){
	.reviews-section {
		padding-top: 60px;
	}
	.reviews-section h2 {
		margin-bottom: 40px;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 40px 30px 50px 30px;
	}
}
@media (min-width: 1200px){
	.reviews-section {
		padding-top: 90px;
	}
	.reviews-section h2 {
		margin-bottom: 60px;
	}
	.reviews-section ul {
		justify-content: center;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 30px 35px 40px 35px;
	}
}
@media (min-width: 1440px){
	.reviews-section ul li .why-us-item-wrapper {
	}
}
/*********** end of REVIEWS SECTION ************/


/*********** REVIEWED ON SECTION ************/
.reviewed-on-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.reviewed-on-section ul {
	margin-bottom: 0;
	padding-left: 0;
}
.reviewed-on-section ul > li {
	list-style-type: none;
	margin-bottom: 25px;
	text-align: center;
}
.reviewed-on-section ul > li img {
	width: auto;
}
.reviewed-on-section ul > li .review-stars-img {
	display: block;
	margin: 0 auto;
}
.reviewed-on-section ul > li > a {
	border-radius: 10px;
	padding: 10px;
	transition: 0.6s box-shadow ease-in;
}
.reviewed-on-section ul > li > a:hover,
.reviewed-on-section ul > li > a:focus,
.reviewed-on-section ul > li > a:target {
	box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
	transition: 0.6s box-shadow ease-in;
}
.reviews-rating-ul .gmb-li img {
	height: 32px !important;
	margin: 5px 0;
}
.reviews-rating-ul .yelp-li img {
	height: 32px !important;
	margin: 5px 0;
}
.reviews-rating-ul .bbb-li img {
	height: 32px !important;
	margin: 5px 0;
}
.reviews-rating-ul li a {
	border-bottom: 2px solid transparent;
	display: inline-block;
}
.reviews-rating-ul li a .reviews-rating {
	margin-bottom: 0;
	margin-top: 5px;
}
@media (min-width: 576px){
	.reviewed-on-section ul > li {
		margin-bottom: 0;
	}
	.reviews-rating-ul .yelp-li .img > img {
		height: 40px !important;
    	margin: 8px 0 8px 0;
	}
	.reviews-rating-ul .thumbtack-li .img > img {
		height: 18.5px !important;
		margin: 17.5px 0 11px 0;
	}
	.reviews-rating-ul .bbb-li .img > img {
		height: 38px !important;
		margin: 9px 0 9px 0;
	}
}
@media (min-width: 768px){
	.reviewed-on-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.reviewed-on-section .title-row {
		padding-bottom: 30px;
	}
	.reviewed-on-section ul,
	.reviewed-on-section ul > li {
		margin-bottom: 0;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px 5px;
	}
	.reviews-rating-ul .gmb-li .img > img {
		margin: 5.5px 0;
	}
	.reviews-rating-ul .trustpilot-li .img > img {
		margin: 3px 0 8px 0;
	}
	.reviews-rating-ul .yelp-li .img > img {
		height: 33px !important;
   		margin: 4.5px 0 5px 0;
	}
	.reviews-rating-ul .thumbtack-li .img > img {
		height: 17px !important;
		margin: 14px 0 11.5px 0;
	}
	.reviews-rating-ul .bbb-li .img > img {
		height: 38px !important;
		margin: 4px 0 0.5px 0;
	}
}
@media (min-width: 992px){
	.reviewed-on-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px;
	}
	.reviews-rating-ul .gmb-li .img > img {
		margin: 7px 0 14px 0;
	}
	.reviews-rating-ul .trustpilot-li .img > img {
		height: 39px !important;
		margin: 3px 0 9.5px 0;
	}
	.reviews-rating-ul .yelp-li .img > img {
   		height: 37px !important;
		margin: 4.5px 0 11px 0;
	}
	.reviews-rating-ul .thumbtack-li .img > img {
		height: 25px !important;
		margin: 14px 0 13.5px 0;
	}
	.reviews-rating-ul .bbb-li .img > img {
		height: 42px !important;
		margin: 4px 0 7px 0;
	}
}
@media (min-width: 1200px){
	.reviewed-on-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
	.reviewed-on-section ul > li > a {
		padding: 10px 15px 15px 15px;
	}
}
/*********** end of REVIEWED ON SECTION ************/


/*********** BLOG SECTION ************/
.blog-section {
	padding-bottom: 30px;
	padding-top: 40px;
}
.blog-section .title-row {
	padding-bottom: 20px;
}
.blog-section ul {
	margin-bottom: 0;
	padding-left: 0;
}
.blog-section ul li {
	list-style-type: none;
	margin-bottom: 35px;
}
.blog-section ul li > figure {
	margin: 0;
}
.blog-section ul li > figure img {
	border-radius: 10px;
}
.blog-section ul li > figure > figcaption > h3 {
	margin-bottom: 25px;
	margin-top: 20px;
}
.blog-section ul li > figure > figcaption > h3 > a {
	border-bottom: 2px solid transparent;
	color: #2E1D38;
	font-size: 26px;
	line-height: 36px;
}
.blog-section ul li > figure > figcaption > h3 > a:hover,
.blog-section ul li > figure > figcaption > h3 > a:focus,
.blog-section ul li > figure > figcaption > h3 > a:target {
	border-bottom: 2px solid #711AFF;
	color: #711AFF;
}
.blog-section ul li > figure > figcaption > p:first-of-type {
	margin-bottom: 30px;
}
.blog-section ul li > figure > figcaption > p:last-of-type {
	align-items: flex-end;
	display: flex;
}
.blog-section ul li > figure > figcaption > p:last-of-type > .post-date {
	width: calc(100% - 104px);
}
.blog-section ul li > figure > figcaption > p:last-of-type > a {
	text-align: right;
}
@media (min-width: 768px){
	.blog-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.blog-section .title-row {
		padding-bottom: 45px;
	}
	.blog-section ul li {
		margin-bottom: 0;
	}
}
@media (min-width: 992px){
	.blog-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/*********** end of BLOG SECTION ************/


/************** BLOG PAGE **************/
.blog-post {
	margin-bottom: 50px;
}
.blog-post .post-image img {
	border-radius: 10px;
	height: auto;
}
.blog-post .post-text .post-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.blog-post .post-text .post-heading > a {
	border-bottom: 2px solid transparent;
	color: #2E1D38;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.blog-post .post-text .post-heading:hover > a,
.blog-post .post-text .post-heading:focus > a,
.blog-post .post-text .post-heading:target > a {
	color: #711AFF;
}
.blog-post .post-text .post-excerpt {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 20px;
}
.blog-post .post-text .reading-info {
	display: flex;
}
.blog-post .post-text .reading-info .post-date {
	color: #6A6A6A;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	width: 50%;
}
.blog-post .post-text .reading-info .reading-time {
	color: #6A6A6A;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	text-align: right;
	width: 50%;
}
@media (min-width: 992px){
	.blog-post .post-text .post-heading {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.blog-post .post-text .post-excerpt {
		margin-bottom: 25px;
	}
}
@media (min-width: 1200px){
	.blog-post {
		margin-bottom: 100px;
	}
}
@media (min-width: 1440px){
	.blog-post {
		margin-bottom: 125px;
	}
}
/*********** end of BLOG PAGE ************/


/*********** BLOG PAGE: CATEGORIES SECTION ************/
.blog-cats {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.blog-cats > li {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.blog-cats > li:first-child > a {
	border-bottom: 2px solid #711AFF;
	color: #711AFF;
}
.blog-cats > li:last-of-type {
	margin-right: 0;
}
.blog-cats > li > a {
	border-bottom: 2px solid #B6B6B6;
	color: #B6B6B6;
}
.blog-cats > li > a:hover,
.blog-cats > li > a:focus,
.blog-cats > li > a:target {
	border-bottom: 2px solid #711AFF;
	color: #711AFF;
}
@media (min-width: 992px){
	.blog-cats {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.blog-cats {
		padding-bottom: 50px;
	}
}
/*********** end of BLOG PAGE: CATEGORIES SECTION ************/


/*********** BLOG PAGE: PAGINATION SECTION ************/
.blog-pagination-wrapper {
	padding-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}
.blog-pagination-wrapper > a {
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 576px){
	.blog-pagination-wrapper {
		padding-bottom: 65px;
	}
}
@media (min-width: 992px){
	.blog-pagination-wrapper {
		padding-bottom: 75px;
	}
}
@media (min-width: 1200px){
	.blog-pagination-wrapper {
		padding-bottom: 125px;
		padding-top: 0;
	}
	.blog-pagination-wrapper > a {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1440px){
	.blog-pagination-wrapper {
		padding-bottom: 150px;
	}
}
/*********** end of BLOG PAGE: PAGINATION SECTION ************/

/*********** SINGLE BLOG POST ************/
.post-single img {
	height: auto;
}
.post-single h1 {
	font-size: 40px;
	line-height: 55px;
}
.post-single h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 47px;
}
.post-single h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.post-single h4 {
	font-size: 25px;
	line-height: 34px;
	font-size: 500;
}
.post-single .ul-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}
.post-single ol > li,
.post-single ul > li {
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.post-single .order-lg-1 {
		position: relative;
	}
	.post-single .order-lg-1 .post-single-info {
		position: fixed;
	}
}
.post-single-pagination {
	padding-bottom: 50px;
	padding-top: 35px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	margin: 4rem 0 1rem 0;
}
/*********** end of SINGLE BLOG POST ************/


/*********** SINGLE BLOG POST: AUTHOR SECTION ************/
.post-single-author-section {
	border-bottom: 2px solid #2E1D38;
	border-top: 2px solid #2E1D38;
	margin-bottom: 35px;
	padding: 10px 0;
}
.post-single-author-section > .post-single-dates > p {
	margin-bottom: 10px;
}
.post-single-author-section > .post-single-dates > p:last-of-type {
	color: #888888;
}
.post-single-author-section > .post-single-author {
	align-items: center;
	display: flex;
	padding-bottom: 5px;
}
.post-single-author-section > .post-single-author a {
	color: #2E1D38;
	border-color: transparent;
}
.post-single-author-section > .post-single-author a:hover,
.post-single-author-section > .post-single-author a:focus,
.post-single-author-section > .post-single-author a:target {
	color: #711AFF;
	border-color: #711AFF;
}
.post-single-author-section .post-single-author > img {
	border-radius: 50%;
	height: autp;
	margin-right: 15px;
	width: 60px;
}
.post-single-author-section .post-single-author > p {
	margin-bottom: 0;
}
@media (min-width: 768px){
	.post-single-author-section {
		display: flex;
	}
	.post-single-author-section > .post-single-dates {
		width: 60%;
	}
	.post-single-author-section > .post-single-dates {
		padding-top: 10px;
	}
	.post-single-author-section > .post-single-author {
		padding-bottom: 0;
	}
}
/*********** end of SINGLE BLOG POST: AUTHOR SECTION ************/


/*********** BLOG AUTHOR ARCHIVE PAGE ************/
.archive-header.author-archive-info {
	border-bottom: 3px solid #2E1D38;
	margin-bottom: 35px;
	padding-top: 15px;
}
.archive-header.author-archive-info .author-img-col img {
	border-radius: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-title {
	margin-bottom: 15px;
	margin-top: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-sm {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li {
	display: inline-block;
	margin-right: 15px;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li:last-of-type {
	margin-right: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a {
	border-color: transparent;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:hover,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:focus,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:target {
	border-color: #711AFF;
}
@media (min-width: 576px){
	.archive-header.author-archive-info .author-desc-col .author-title {
		margin-top: 0;
	}
}
@media (min-width: 992px){
	.archive-header.author-archive-info {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.archive-header.author-archive-info .author-desc-col {
		align-self: center;
    display: flex;
    flex-direction: column;
	}
	.archive-header.author-archive-info .author-desc-col h1 {
		margin-top: 15px;
	}	
}
/*********** end of BLOG AUTHOR ARCHIVE PAGE ************/

/*********** LOCATIONS SECTION ************/
.near-you-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.near-you-locations-ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.near-you-locations-ul > li {
	margin-bottom: 15px;
}
.near-you-locations-ul > li:last-of-type {
	margin-bottom: 0;
}
.near-you-locations-ul > li > a {
	border-bottom: 0;
	border-top: 2px solid #000;
	color: #000;
	display: block;
	font-weight: 600;
	height: 50px;
	line-height: 48px;
	transition: 0.6s all ease-in-out;
	width: 100%;
}
.near-you-locations-ul > li > a:hover,
.near-you-locations-ul > li > a:focus,
.near-you-locations-ul > li > a:target {
	border-top: 2px solid #711AFF;
	color: #711AFF;
	cursor: pointer;
	transition: 0.6s all ease-in-out;
}
@media (min-width: 576px) {
	.near-you-locations-ul > li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.near-you-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.near-you-locations-ul > li {
		margin-bottom: 35px;
	}
}
@media (min-width: 992px) {
	.near-you-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.near-you-locations-ul > li {
		margin-bottom: 45px;
	}
}
@media (min-width: 1200px) {
	.near-you-section {
		padding-bottom: 35px;
		padding-top: 75px;
	}
	.near-you-locations-ul > li {
		margin-bottom: 55px;
	}
}
/*********** end of LOCATIONS SECTION ************/

/*********** FAQ SECTION ************/
.faq-section {
	background: #f0edfd;
	padding-bottom: 15px;
	padding-top: 40px;
}
.faq-section .title-row {
	padding-bottom: 20px;
}
.faq-section #accordionFAQ {
	padding-left: 0;
}
.faq-section .card {
	background: transparent;
	border: 0;
    border-top: 1px solid #000;
    border-radius: 0;
}
.faq-section .card-header {
	background: none;
	border: 0;
	padding: 20px 0;
}
.faq-section .card-header .card-link {
	align-items: center;
	border-bottom: 2px solid transparent;
	display: flex;
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	transition: 0.6s color;
}
.faq-section .card-header .card-link[aria-expanded="true"] {
	color: #711AFF;
}
.faq-section .card-header .card-link[aria-expanded="false"] {
	color: #000000;
}
.faq-section .card-header .card-link .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-down.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
	display: block;
	height: 15px;
	margin-left: auto;
	margin-right: 10px;
	width: 15px;
}
.faq-section .card-header .card-link.collapsed .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-up.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
}
.faq-section .card-header .card-link.collapsed:hover,
.faq-section .card-header .card-link.collapsed:focus,
.faq-section .card-header .card-link.collapsed:target {
	color: #711AFF;
	transition: 0.6s color;
}
.faq-section .card-body {
	padding: 0;
}
.faq-section .card-body ul li {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 10px;
}
.faq-section .card-body ul li a {
	color: #121212;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.faq-section .card-body ul li a:hover,
.faq-section .card-body ul li a:focus {
	color: #711AFF;
}
.faq-section .button-p {
	margin-bottom: 10px;
	padding-top: 40px;
	text-align: center;
}	
@media (min-width: 992px){
	.faq-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media (min-width: 1200px){
	.faq-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/*********** end of FAQ SECTION ************/


/*********** FINAL CALL-TO-ACTION SECTION ************/
.final-cta-section {
	background: #FFED45;
	padding-bottom: 25px;
	padding-top: 25px;
}
.final-cta-section .text-col p {
	margin-bottom: 25px;
}
.final-cta-section .btn-col {
	margin-bottom: 10px;
}
@media (min-width: 768px){
	.final-cta-section .text-col p {
		margin-bottom: 0;
	}
}
@media (min-width: 992px){
	.final-cta-section .text-col h2,
	.final-cta-section .text-col p {
		margin-bottom: 10px;
	}
}
/*********** end of FINAL CALL-TO-ACTION SECTION ************/


/************** INTERNAL LINKING SECTION **************/
.internal-linking-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.internal-linking-section h2 {
	margin-bottom: 50px;
	text-align: center;
}
.internal-linking-ul {
	list-style: none;
	padding-left: 0px;
}
.internal-linking-ul > li {
	padding: 0 10px 20px 10px;
}
.internal-linking-ul > li > a {
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	display: block;
	line-height: 20px;
	text-align: center;
	padding: 14px 5px;
	transition: all 0.6s ease-in-out;
}
.internal-linking-ul > li > a:hover,
.internal-linking-ul > li > a:focus,
.internal-linking-ul > li > a:target {
	background: #711AFF;
	border-color: #711AFF;
	transition: all 0.6s ease-in-out;
}
@media (min-width: 768px){
	.internal-linking-section {
		padding-top: 60px;
	}
}
@media (min-width: 992px){
	.internal-linking-section {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}
/************** end of INTERNAL LINKING SECTION **************/


/************** TITLE ROW **************/
.title-row {
	padding-bottom: 25px;
}
@media (min-width: 992px){
	.title-row {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.title-row {
		padding-bottom: 45px;
	}
}
/************** end of TITLE ROW **************/


/************** BUTTONS ROW **************/
.button-ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.button-ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.button-ul li:last-of-type {
	padding-top: 15px;
}
@media (min-width: 576px){
	.button-ul li:last-of-type {
		margin-left: 25px;
	}
}
@media (min-width: 768px){
	.button-ul li {
		margin-left: 0;
	}
	.button-ul li:last-of-type {
		margin-left: 0px;
	}
}
@media (min-width: 992px){
	.button-ul li:last-of-type {
		margin-left: 15px;
	}
}
@media (min-width: 1440px){
	.button-ul li:last-of-type {
		margin-left: 32px;
	}
}
/************** end of BUTTONS ROW **************/


/************** FORM STYLING **************/
.form-wrapper label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 25px;
	width: 100%;
}
.form-wrapper label > .label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 5px;
}
.form-wrapper label > .label > .text-red {
	margin-left: 5px;
}
.form-wrapper input, 
.form-wrapper select {
	border: 1px solid #ABAEB7;
	border-radius: 10px;
	display: block;
	font-size: 18px;
	line-height: 27px;
	height: 45px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper input:hover, 
.form-wrapper input:focus, 
.form-wrapper input:active, 
.form-wrapper input:target, 
.form-wrapper select:hover, 
.form-wrapper select:focus, 
.form-wrapper select:active,
.form-wrapper select:target {
	border: 1px solid #711AFF;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper textarea {
	border: 1px solid #ABAEB7;
	border-radius: 10px;
	display: block;
	font-size: 18px;
	line-height: 27px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper textarea:hover,
.form-wrapper textarea:focus,
.form-wrapper textarea:active,
.form-wrapper textarea:target {
	border: 1px solid #711AFF;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper input[type="submit"]{
	background-color: #711AFF;
	border: 2px solid #711AFF;
	border-color: #711AFF;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 27px;
	margin-top: 15px;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:active, 
.form-wrapper input[type="submit"]:target {
	background-color: #FFFFFF;
	border: 2px solid #711AFF;
	color: #711AFF;
	cursor: pointer;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.form-disclaimer {
	font-size: 10px;
	font-weight: 600;
}
/************** end of FORM STYLING **************/


/************** BREADCRUMBS SECTION **************/
.breadcrumbs-section {
	background: #F3F3F3;
	padding: 15px 15px;
	text-align: center;
}
.breadcrumbs-wrapper {
	font-size: 12px;
	padding-top: 15px;
	text-align: left;
}
.breadcrumbs-wrapper > span {
	position: relative;
	z-index: 5;
}
.breadcrumbs-wrapper > span:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.05));
	content: "";
	display: block;
	height: 50px;
	left: -15px;
	position: absolute;
	top: -50%;
	width: calc(100% + 30px);
	z-index: -1;
}
#breadcrumbs span > a {
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumb_last {
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumbs-wrapper span > a, 
.breadcrumb_last {
	font-size: 12px;
}
/************** end of BREADCRUMBS SECTION **************/


/************** FOOTER SECTION **************/
.site-footer p,
.site-footer b,
.site-footer ul,
.site-footer ul li {
	color: #FFF;
}
.site-footer {
	background: #140E1E;
	padding-top: 70px;
}
.footer-widget-item {
	margin-bottom: 50px;
}
.footer-widget-title {
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
}
.footer-widget-area ul {
	padding-left: 0;
	list-style: none;
}
.footer-widget-area ul li {
	margin-bottom: 10px;
}
.site-footer .footer-widget-item .menu > li {
	display: block;
}
.site-footer .footer-widget-item .menu > li > a {
	font-weight: 400;
	text-transform: initial;
}
.footer-widget-area,
.footer-widget-area ul > li,
.footer-widget-area a,
.footer-widget-area span {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
}
.footer-widget-area ul > li > a,
.footer-widget-area a {
	border-bottom: 1px solid transparent;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:target,
.footer-widget-area .menu > li > a:hover,
.footer-widget-area .menu > li > a:focus,
.footer-widget-area .menu > li > a:target {
	border-bottom: 1px solid #711AFF;
	color: #711AFF;
}
.footer-widget-area .new-line {
	display: block;
}
.copyright-wrapper {
	border-top: 1px solid #FFF;
	padding-top: 15px;
}
.copyright-wrapper p {
	margin-bottom: 15px;
}

.copyright-wrapper .copyright {
	color: #FFF;
	text-align: center;
}
@media (min-width: 768px){
	.copyright-wrapper .copyright {
		text-align: left;
	}
}

.social-media-container {
	text-align: right;
}
.social-media-container .footer-social-media-ul {
	padding-left: 0;
}
.social-media-container .footer-social-media-ul > li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.social-media-container .footer-social-media-ul > li:last-of-type {
	margin-right: 0;
}
.social-media-container .footer-social-media-ul > li > a {
	border-bottom: 2px solid transparent;
}
@media (min-width: 992px){
	.social-media-container .footer-social-media-ul > li {
		margin-right: 10px;
	}
}
/************** end of FOOTER SECTION **************/

/************** 404 Page *****************/
.page-404 header.text-center p > a:first-of-type {
	margin-right: 15px;
}
/************** end of 404 Page *****************/

#step2.fade:not(.show) {
	opacity: 1 !important;
}

/************** 3 Services Section *****************/
.home-services-ul {
	list-style: none;
	margin-top: -60px;
	padding-left: 0;
}
.home-services-ul > .home-services-item {
	margin-bottom: 25px;
}
.home-services-ul > .home-services-item > .home-services-item-wrapper {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0,0,0,30%);
	padding: 15px 10px 5px 10px;
	text-align: center;
}
.home-services-ul > .home-services-item > .home-services-item-wrapper > .home-services-item-title {
	font-size: 21px;
	font-weight: 600;
}
@media (min-width: 576px){
	.home-services-ul > .home-services-item > .home-services-item-wrapper {
		padding: 20px 10px 5px 10px;
	}
}
@media (min-width: 768px){
	.home-services-ul {
		margin-top: -30px;
	}
	.home-services-ul > .home-services-item {
		padding: 0 7.5px;
	}
}
@media (min-width: 992px){
	.home-services-ul > .home-services-item {
		padding: 0 15px;
	}
	.home-services-ul > .home-services-item > .home-services-item-wrapper {
		padding: 25px 10px 10px 10px;
	}
}
@media (min-width: 1200px){
	.home-services-ul {
		margin-top: -50px;
	}
}
/************** end of 3 Services Section *****************/


/************** COI SECTION **************/
.coi-section {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(/wp-content/uploads/2025/07/storage-facility.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 50%;
	padding: 75px 0;
	text-align: center;
}
.coi-section h2,
.coi-section p {
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.coi-section p a {
	text-shadow: none;
}
/************** end of COI SECTION **************/

.logged-in .fixed-top.navbar {
	top: 46px;
}
@media (min-width: 992px){
	.logged-in .fixed-top.navbar {
		top: 32px;
	}
}