@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');
body {
	background: #FFF;
	font-family: Roboto;
	color: #5C6C7B;
	font-size: 16px;
}
.btn {
	box-shadow: none !important;
}
a {
	color: #EC4621;
	text-decoration: underline;
	transition: 0.4s all ease-in-out;
}
.text-justify {
	text-align: justify;
}
.nav-link {
	padding: 6px 14px !important;
	font-family: Space Grotesk;
	color: #121D50;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin: 0 15px;
}
.banner h1 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 55px;
}
.nav-link:focus, .nav-link:hover {
	color: #EC4621;
}
.nav-link.btn-outline {
	border: 1px solid;
	border-radius: 30px;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.nav-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 40%;
	height: 500px;
	top: -250px;
	background: linear-gradient(180deg, #008084 0%, #1F315B 100%);
	filter: blur(384.064px);
	opacity: 0.2;
	margin: auto;
}
.banner {
	background: url(../img/banner-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	background-position: center;
	min-height: 450px;
}
.banner:before {
	content: "";
	background: rgba(34, 80, 149, 0.80);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.page-banner {
	background-size: cover !important;
	position: relative;
	padding: 100px 0;
	background-position: center !important;
	min-height: 450px;
}
.page-banner:before {
	content: "";
	background: rgba(0, 0, 0, 0.20);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.btn {
	min-height: 45px;
	line-height: 34px;
}
.bg-orange {
	background: #EC4621;
	font-family: Space Grotesk;
}
.section-title {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121D50;
	font-family: Poppins;
}
.sub-title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #0E33CB;
	font-family: Space Grotesk;
	letter-spacing: 1px
}
.banner .nav-tabs .nav-link {
	border: 0;
 border-top-left-radius: .25rem;
 border-top-right-radius: .25rem;
	color: #5C6C7B;
	border: 0;
	background: #F5F5F5;
	font-weight: 500;
	margin: 0;
	font-family: Space Grotesk;
	letter-spacing: 1px;
	padding: 14px 16px !important;
}
.banner .nav-tabs .nav-item.show .nav-link, .banner .nav-tabs .nav-link.active {
	color: #EC4621 !important;
	background-color: #020D3A !important;
	border-color: transparent;
}
.banner #myTabContent {
	max-width: 550px;
	background: #020D3AC7;
	padding: 15px;
}
.banner #myTabContent .form-control {
	height: 50px;
	border: 0;
}
.banner #myTabContent .bg-orange {
	height: 50px;
	text-transform: uppercase;
}
.banner #myTabContent small {
	font-size: 12px;
	display: table;
}
.banner #myTabContent {
	max-width: 550px;
	background: #020D3AC7;
	padding: 25px;
	border-radius: 0px 10px 10px 10px;
	margin: auto;
}
.numerbox-about-text {
	color: #0E1661;
}
.numerbox-about {
	background: #EFEFEF;
	padding: 40px 32px;
	border-radius: 12px;
}
.numerbox-about-text {
	color: #0E1661;
	/* font-family: Space Grotesk; */
	text-transform: uppercase;
	font-size: 25px;
	line-height: 32px;
}
.number-text {
	font-size: 45px;
	margin-right: 19px;
	border-right: 2px dashed;
	padding-right: 17px;
	line-height: 44px;
	font-weight: bold;
	color: #FDC8B7;
}
.services-section {
	background: #EDF0F3;
	padding: 80px 0;
}
.services-box-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.services-box-text {
	background: #FFF;
	padding: 30px;
	padding-top: 130px;
	border-radius: 15px;
	min-height: 308px;
	transition: 0.4s all ease-in-out;
}
.services-box-img {
	width: 85%;
	overflow: hidden;
	border-radius: 30px;
	height: 265px;
	margin: auto;
	margin-bottom: -110px;
}
.services-box-text h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #121D50;
}
.services-box:hover .services-box-text {
	background: #121D50;
	color: #FFF
}
.services-box:hover h3 {
	color: #FFF
}
.ourCommitment {
	background: url(../img/commitment-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	background-position: center;
	font-size: 20px;
	line-height: 32px;
}
.ourCommitment::before {
	content: "";
	background: #071342;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}
#counter {
	background: url(../img/service-3-1024x6831.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	background-position: center;
	font-size: 20px;
	line-height: 32px;
	font-family: Poppins;
	border-bottom: 10px solid #000;
}
#counter::before {
	content: "";
	background: #071342;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}
.counter {
	color: #FF5A35;
	font-size: 35px;
	padding-top: 20px;
	margin-bottom: 0;
}
.stastic p {
	margin-bottom: 0;
	font-size: 16px;
	padding-top: 6px;
	letter-spacing: 0.5px;
}
.text-orange {
	color: #FF522C
}
.Why-choose-box h3 {
	font-size: 25px;
	color: #121D50;
	font-family: Space Grotesk;
	text-transform: uppercase;
	margin-top: 25px;
	padding-bottom: 15px;
}
.Why-choose-box img {
	max-width: 90px;
}
.Why-choose .border-top {
	border-top: 2px dashed #5C6C7B !important;
}
.testimonials {
	background: #EDF0F3;
	padding: 80px 0;
}
.testimonials-box {
	background: #0844B9;
	color: #FFF;
	padding: 50px;
	border-radius: 12px;
	margin-top: 70px;
}
.testimonials-box-user {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
	background: #E3E5E8;
	margin: auto;
	margin-top: -100px;
}
.testimonials-box-user img {
	width: 100%
}
.username {
	color: #FFA944;
	text-transform: uppercase;
	font-family: Space Grotesk;
}
.likebox img {
	height: 40px;
	width: auto;
	margin-bottom: 10px;
}
.likebox h4 {
	color: #121D50;
	font-size: 20px;
}
.likebox {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	color: #000;
	border-radius: 20px;
	box-shadow: 0 0 21px #0000001c;
	padding: 20px 25px;
	height: 100%;
}
.likebox p {
	margin-bottom: 0;
}
.asked-question h3 {
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	line-height: 46.8px;
	/* text-align: center; */
	color: #EC4621;
}
.accordion-item {
	margin-bottom: 25px;
}
.accordion-item {
	border: 1px solid rgba(0,0,0,.125) !important;
}
.accordion-button {
	box-shadow: none !important;
}
.asked-question-sub {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	line-height: 18.2px;/* text-align: center; */
}
footer {
	position: relative;
	background: url(../img/map.png) no-repeat #090E23;
	padding-top: 80px;
	background-position: right;
	background-size: 39%;
}
.copyright {
	font-size: 14px;
	font-family: Space Grotesk;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.095em;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 23px 0;
	border-top: 1px dashed;
	margin-top: 30px;
}
footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 10px
}
footer a:hover {
	color: #FFF;
}
.footer-logo img {
	border-radius: 10px;
}
.list-footer {
	list-style: none;
}
.list-footer li {
	padding: 5px 0;
}
.copyright {
	font-size: 14px;
	padding-top: 20px;
}
footer .container {
	position: relative;
	z-index: 1;
}
.navbar-toggler {
	box-shadow: none !important;
}
.subscribe .form-control {
	height: 50px;
	font-size: 12px;
}
footer h5 {
	font-family: Space Grotesk;
	text-transform: uppercase;
	font-size: 22px;
}
.modal-title{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	font-family: Montserrat;
	font-weight: 600;
}
#get-free-estimate .modal-body {
	background: #f3f3f3;
}
.modal-header {
	background: #EC4621;
	padding: 10px 16px;
}
.formfor .form-control {
	width: 23%;
	background: transparent;
}
.fomr .form-control, .fomr .form-select, .PickupAddress {
	box-shadow: 0 1px 0px #00000029 !important;
	font-size: 14px;
	min-height: 42px;
	border-radius: 8px;
	border: 1px solid #757575;
	background-color:#FFF;
}
.PickupAddress {background: #FFF; text-align: left;}

.plumin {
	height: 42px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 0px #00000029 !important;
	border-radius: 8px;
	padding: 0 15px;
}
#get-free-estimate .modal-content {
	border-radius: 10px;
	overflow: hidden;
	border: 0;
}
#get-free-estimate .btn.bg-orange {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.banner #myTab {
	max-width: 550px;
	margin: auto;
}
.service-silder button span {
	font-size: 30px;
}
.service-silder button {
	box-shadow: none;
	background: transparent !important;
	font-size: 15px !important;
	color: #EC4621;
}
.service-silder button:hover span:hover {
	color: #EC4621;
}
.about-icon h2 {
	font-size: 25px;
	color: #0E1661;
	font-family: Poppins;
	font-weight: 500;
	max-width: 215px;
	margin: auto;
	padding-top: 20px;
	text-transform: uppercase;
}
.step-section {
	background: url(../img/bg-map-4.png) no-repeat;
	background-position: center;
	padding:120px 0;
}
.working-title {
	color: #000;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 500;
	padding-top: 15px;
}
.working-block-icon {
	position: relative;
	display: block;
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 1px solid #eee9e3;
	z-index: 0;
	transition: all 300ms ease;
	background: #FFF;
}
.working-block-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 159px;
	height: 159px;
	border-radius: 50%;
	background-color: #f8f5f1;
	z-index: -1;
	transform: translate(-50%, -50%);
	transition: all 300ms ease;
	content: "";
}

.icon-blur {
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	width: 192px;
	height: 225px;
	background-image: url(../img/icon-blur.png);
}


.step-col:hover .working-block-icon::after {
	background: #ec4621;
}
.step-col:hover .working-block-icon {
	transform: rotate(360deg);
}
.step-col:hover .working-block-icon path {
	fill: #FFF
}
.step-col {
	position: relative;
}
.working-count {
	background: url(../img/icon-blur-2.png) no-repeat;
	width: 72px;
	height: 76px;
	border-radius: 100%;
	color: #FFF;
	font-size: 25px;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	/* position: relative; */
	margin-bottom: -103px;
	position: relative;
	z-index: 1;
	right: -106px;
	transform: translate(-50%, -50%);
	transition: all 300ms ease;
	font-weight: bold;
}

.step-col:hover .working-count {
	background: url(../img/icon-blur-3.png) no-repeat;
}
.step-border {
	position: absolute;
	border-bottom: 4px dashed #ECECEC;
	/* bottom: 0; */
	top: 80px;
	margin: auto;
	width: 74%;
	right: 0;
	left: 0;
}
.nav-link.active {
	color: #ec4621;
}
.getandtype {
	background: url(../img/getandtype.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	border-radius: 10px;
	background-position: center;
	padding: 50px;
}
.getandtype h2 {
	line-height: 40px;
}

.contact-secteion {
	background: url(../img/mapermo2022.png);
	background-position: top center;
}

.contact-secteion .h2 {
	color: #979797;
	font-size: 40px;
	font-family: Montserrat;
	font-weight: 600;
}

.contact-secteion .pt-3.text-dark {
	color: #000 !important;
	font-family: Poppins;
}
.form-section {
	border: 1px solid #00000040;
	width:85%;
	margin: auto;
	padding: 45px;
	border-radius: 15px;
}

.form-title {
	font-size: 35px;
	font-family: Poppins;
	font-weight: 600;
	color: #202020;
}

.form-section .form-control {
	min-height: 50px;
	font-size: 15px;
	box-shadow: 0 0 1px #00000057;
}

.form-sub {
	color: #000;
	font-family: Poppins;
}

.border-radius{border-radius:15px;}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "+";
	background-image: inherit;
	font-size: 25px;
	color: #333;
	margin-top: -10px;
}

.accordion-button {	padding-right: 10px;
}

.accordion-button:not(.collapsed)::after {
	background-image: inherit;
	transform: inherit;
	content: "-";
	font-size: 38px;
	line-height: 24px;
}
.package-title {
	font-family: Poppins;
	font-weight: 300;
	max-width: 300px;
	margin: auto;
	font-size: 30px;
	line-height: 34px;
	padding-top: 15px; 
	padding-bottom: 15px;
}

.packgebox-tex {
	background: #F6F6F6;
	border-radius: 40px;
	max-width: 360px;
	margin: auto;
	padding: 22px;
	color: #232323;

}

.bg-modalbox {
	background: url(../img/bg-modal.jpg) no-repeat;
	border-radius: 1.5rem !important;
	background-size: cover;
	background-position: center;
}

.btn-close {
	color: #FFF;
	background:transparent;
	opacity:100;
	box-shadow: none !important;
}

.packge-text-title {
	color: #EC4621;
	font-size: 23px;
	font-weight: 500;
	font-family: Poppins;
}

.packge-text-price {
	font-size: 50px;
	font-weight: 600;
	color: #EC4621;
	font-family: Poppins;
}

.bg-modalbox .btn {
	background: #FFF;
	width: 110px;
	margin: 30px auto;
	margin-top: 30px;
	color: #ed5736;
	border-radius: 8px;
	height: 30px;
	text-transform: uppercase;
	font-family: Poppins;
		font-weight:600;
	letter-spacing: 1px;
}

.modal-body {
	background: #F5F4F4;
}

.plusmin span {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -9px;
	margin: auto;
}

.plusmin .Minus{opacity: 0}


button.PickupAddress[aria-expanded="true"] .plus{
	opacity: 0;
}

button.PickupAddress[aria-expanded="true"] .Minus{opacity: 100}

 @media (min-width: 576px) {

.modal-dialog {
	/* max-width: 460px; */
}
}

 @media (max-width:767px) {
.banner h1 {
	font-size: 40px;
}
.banner {
	padding: 50px 0;
}
.section-title {
	font-size: 30px;
	line-height: 32px;
}
.numerbox-about-text {
	font-size: 18px;
	line-height: 25px;
}
.number-text {
	font-size: 35px;
}
.ourCommitment {
	font-size: 17px;
	line-height: 25px;
}
.asked-question h3 {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	color: #EC4621;
}
.Why-choose-box h3 {
	font-size: 20px;
	margin-top: 16px;
	padding-bottom: 0px;
}
.navbar-brand img {
	width: 70px;
}
.page-banner {
	min-height: 250px;
}
footer {
	padding-top: 30px;
	background-size: 100%;
}
.stastic {
	text-align: center;
}
.stastic p {
	line-height: normal;
}
.counter {
	font-size:22px;
}
#counter {
	padding: 70px 0;
}

.form-section {
	border: 1px solid #00000040;
	width: 95%;
	margin: auto;
	padding: 20px;
	border-radius: 15px;
}
.form-title {
	font-size: 26px;
	line-height: 32px;
}

.contact-secteion .h2 {
	font-size: 30px;
}
.stastic p {
	font-size: 13px;
	letter-spacing: normal;
	line-height:16px;
}

.stastic img { 
	height: 40px;
}

.step-col {
	position: relative;
	margin-top: 40px;
}
.navbar-toggler {
	padding: 0;
}
}



/*====== Quote Page Css=======*/
.form-label {
	font-weight: 600;
	color: #000;
}
.input-fild {
	min-height: 50px;
	font-size: 15px;
	box-shadow: 0 0 1px #00000057;
}
.form-control.message-fild {
	font-size: 15px;
	box-shadow: 0 0 1px #00000057;
}
.or-text::before {
	background: #000;
	width: 47%;
	left: 0;
	top: 11px;
	content: "";
	height: 1px;
	position: absolute;
}
.or-text::after {
	background: #000;
	width: 47%;
	right: 0;
	top: 11px;
	content: "";
	height: 1px;
	position: absolute;
}
.form-fild.time-label {
	margin-top: 31px;
}
.listing-itile{
	position: absolute;
	top: 14px;
}
.item-list-title {
	font-weight: 600;
	color: #000;
	top: 14px;
}
.list-accortion{
	border: transparent !important;
}
.accordion-button.more-items-title:not(.collapsed) {
	background: transparent;
}
.accordion-button.more-items-title {
	font-weight: 600;
	color: #9d9d9d;
	text-align: right;
	width: fit-content;
	margin-left: auto;
}

.accordion-button.more-items-title::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "+";
	background-image: inherit;
	font-size: 25px;
	color: white;
	margin-top: -10px;
}
.accordion-listing {
	background: #ec4621;
	padding: 10px 60px 10px 20px;
	color: #fff;
	border-radius: 5px;
}

.list-count-input {
	margin: 0 12px;
	width: 58px;
	background: transparent;
	border: transparent;
	color: #fff;
	text-align: center;
}
.list-qty-fild span {
	border: 1px solid #fff;
	min-width: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 17px;
	height: 24px;
	line-height: 19px;
	width: 10%;
	color: #fff;
	display: inline-block;
}
.count.list-count-input {
	width: 50px; 
	background: transparent;
	border: transparent;
	color: #fff;
}
/**/
.accordion-button.custom-btn {
	background: #eee;
	padding: 10px;
}
.accordion-button.custom-btn::after {
	display: none;
}
.highlight-text{
	color: #ec4621;
}
.single-fild input {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #808080;
}
.count.add-count-input {
	width: 62px; 
	border: transparent;
}
.qty.add-qty {
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #808080;
	text-align: center;
}
.custom-listing {
	gap: 20px;
	grid-template-columns: 48% 48%;
}

.single-fild {
	width: 100%;
}
.qty.add-qty .plus, .qty.add-qty .minus {
	border: 1px solid #8c8c8c;
	min-width: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 17px;
	height: 24px;
	line-height: 19px;
	width: 20px;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
.qty.qty-fild {
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding: 7px;
	display: flex;
	align-items: center;
}
.qty-fild .minus, .qty-fild .plus {
	border: 1px solid #8c8c8c;
	min-width: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 17px;
	height: 24px;
	line-height: 19px;
	width: 24px;
	color: #000;
	cursor: pointer;
}
.count-input {
	margin: 0 12px;
	width: 80%;
	border: none;
	text-align: center;
}
.dollar-label {
	text-align: center;
	min-height: 50px;
	font-size: 15px;
	width: 100%; 
	background: #6f6f6f;
	border-radius: 5px;
	color: #fff;
	font-size: 30px;
}
.item-value-title {
	font-weight: 600;
	color: #000;
}
.item-value-box {
	margin-bottom:0px;
}
.mobile-fild .iti {
	display: flex;
	gap: 11px;
}
.mobile-fild .iti--separate-dial-code .iti__flag-container {
	position: relative;
	width: 100px;
	height: 50px;
	box-shadow: 0 0 1px #00000057;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}
.mobile-fild .input-fild { 
	padding: 10px !important;
}
.mobile-fild .iti--separate-dial-code .iti__selected-flag {
	background-color: #fff;
}
.note-text p {
	padding: 10px 40px 10px 10px;
	background: #ececec;
	width: fit-content;
	color: #000;
}
.checkboxlinks{
	color: #EC4621;
}
.submit-btn {
	border: 1px solid #ec4621;
	background: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
	color: #ec4621;
}
.submit-btn:hover { 
	color:#fff;
	background: #ec4621;
}

.accordion-item.list-accortion {
	margin-bottom: 0;
}

#exampleModalToggle .listing-itile {
	position: relative;
	top: 0;
}

#exampleModalToggle  .qty.qty-fild {
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding: 8px;
	background: #FFF;
}

#exampleModalToggle  .accordion-button.custom-btn {
	border: 1px solid;
	border-radius: 11px !important;
	font-size: 14px;
	background:#FFF;
}

#exampleModalToggle3 .dollar-label {
	min-height: 44px ;
	font-size: 20px !important;
}


#exampleModalToggle .accordion-item {
	background-color: transparent;
}

#exampleModalToggle .form-checkbox {
	font-size: 13px;
}

.footerlink {
	padding-bottom: 15px;
}
.footerlink a {
	margin-right:25px;
}

.page-banner.cms-banner{
	padding: 100px 0;
	min-height: 150px;
}

.cms-page{font-family:Space Grotesk;}


.btn.btnback {
	position: absolute;
	top: -26px;
	left: -23px;
	background: transparent;
	color: #FFF;
}

@media (min-width:576px) {
    .custom-listing { 
        grid-template-columns: 48% 48%;
    }
}
@media (min-width:576px) {
        .custom-listing { 
            grid-template-columns: 48% 48%;
        }
        }
@media (min-width:768px) {
    .custom-listing { 
        grid-template-columns: 31% 31% 31%;
    }
}
@media (min-width:992px) {  
    .custom-listing { 
        grid-template-columns: 18% 18% 18% 18% 18%;
    }
}