<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
/*font-family: 'Libre Franklin', sans-serif;*/

*{
	padding: 0;
	margin: 0;
}

body{
    font-family: 'Libre Franklin', sans-serif;
	color: #282828;
    line-height: 1;
    font-weight: 400;
}

/*common*/
h2{
    font-size: 30px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 17px;
}
h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
p{
    font-size: 16px;
    line-height: 24px;
}
a {
    color: #c90010;
}
.theme-heading{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.text-red{
    color: #c90010;
}
.cmn-padding{
    padding: 50px 0px;
}
img {
    max-width: 100%;
}

ul{
	margin: 0;
}

ul li{
	list-style: none;
}

.listing li {
    position: relative;
    padding-left: 33px;
    line-height: 24px;
    padding-bottom: 10px;
}

.listing li:last-child{
    padding-bottom: 0px;
}

.listing li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
    background: url(../img/tick.webp);
}

a{
    text-decoration: none !important;
}
.btn-danger {
    border-radius: 15px;
    background: #c90010;
    border-color: #c90010;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 15px;
    font-weight: 500;
    line-height: 1;
}

.header-space{
    padding-top: calc(60px + 50px);

}

/*form*/
.enquery{
	background: #fff;
    box-shadow: 8px 20px 18px 0 rgb(143 143 143 / 35%);
    border-radius: 11px;
    overflow: hidden;
}

.enquery .title{
    padding: 12px 10px;
    background: #c90010;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.enquery form{
    padding: 14px 20px 20px;
}

.enquery .form-control {
    border: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    line-height: 1;
}
.enquery .form-control:focus {
    border-color: #c90010;
    box-shadow: none !important;
}
.enquery .form-group {
	margin-bottom: 15px;
}

.datepicker td, .datepicker th {
	width: 2rem;
    height: 2rem;
    font-size: 14px;
}

.enquery .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enquery .form-check-input {
    position: static;
    margin: 0px 8px 0 0 !important;
}

.enquery .form-check-label {
    font-size: 13px;
    text-transform: capitalize;
}

.custom-control-label::after, .custom-control-label::before{
    top: 0;
}

.enquery form .btn-danger {
    margin: auto;
    display: block;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #282828 !important;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-moz-placeholder {
    opacity: 1;
    color: #282828 !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

::-moz-placeholder {
    opacity: 1;
    color: #282828 !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #282828 !important;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

:focus::placeholder {
    opacity: 0;
}

/*header*/
.navbar{
	z-index: 9;
}
.navbar:before {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    transition: all 0.4s ease-out;
}
.navbar.darkHeader::before {
    height: 100%;
}
.navbar.darkHeader .calling i{
    color: #fff;
}
.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b !important;
    padding: 5px 10px !important;
    letter-spacing: 0.5px;
}
.nav-link:focus, .nav-link:hover, .nav-link:active {
    color: #c90010 !important;
}
.calling {
    font-size: 23px;
    font-weight: 700;
    color: #c90010 !important;
    padding: 0 15px;
}

.calling i {
    background: #000;
    color: #dcdddf;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    font-size: 22px;
}

/*banner*/
.banner{
    padding-bottom: 22px;
    /*min-height: 100vh;*/
    height: 100%;
    border-bottom-right-radius: 60%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.banner:before {
    content: "";
    background: url(../img/banner.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0px, 100% 34%, 100% 44%, 67% 100%, 0px 100%, 0px 76%, 0 43%, 0 0);
    border-bottom-right-radius: 58%;
    background-color: #e0e0e0;
}
.banner .row{
    align-items: flex-end;
}
.banner .opt li {
    padding-bottom: 18px;
    padding-left: 17px;
    position: relative;
    color: #000;
}

.banner .opt li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #8b8b8b;
    border-radius: 50%;
    top: 3px;
}
.banner .box {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.85) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0.85) 60%,rgba(255,255,255,0) 100%);
    border-left: 8px solid #c90010;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.banner .box h1 {
    font-size: 33px;
    color: #c90010;
    margin-bottom: 0px;
    font-weight: 800;
}

.banner .box h3 {
    font-size: 22.98px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.banner .box .calling {
    font-size: 40px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.banner .box .calling i {
    margin-right: 10px;
    background: #c90010;
    color: #aebcca;
}

.awards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.awards li {
    width: calc(100% / 8 - 5px);
    margin-right: 5px;
}

.awards li:not(:first-child) {
    max-width: 81px;
}

/*popular*/

.popular {
     margin-top: 15px;
    position: relative;
    padding-bottom: 30px;
}

.popular:before{
    content: "";
    background: rgb(235,235,235);
    background: -moz-linear-gradient(left,  rgba(235,235,235,1) 0%, rgba(235,235,235,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.popular .price {
    position: relative;
    display: inline-flex;
    margin-right: auto;
}

.popular .price&gt;span {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.1;
    text-align: center;
}
.popular .price&gt;span span {
    font-size: 22px;
    font-weight: 400;
}

.popular .price span em {
    font-style: normal;
}

.popular .price span br {
    display: block;
}

.popular .tab-content {
    margin-top: 40px;
}

.popular .box {
    text-align: center;
    width: 100%;
}
.popular .ready {
    text-align: right;
}
.popular .name {
    color: #c90010;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0 10px;
    text-transform: uppercase;
}

.popular .quote-button span {
    display: block;
    font-size: 20.97px;
    color: #4f4f4f;
}

.popular .bottom {
    padding: 15px 15px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 0px 0px 15px;
}

.popular .bottom .row .rect:nth-child(2) {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.popular .bottom .context img {
    filter: brightness(0.5);
}

.popular .bottom .context span {
    font-size: 26.18px;
    margin-left: 8px;
    color: #4f4f4f;
}

.popular .theme-btn {
    letter-spacing: 0px;
}
.popular .caption {
    margin-bottom: 10px;
    font-size: 16px;
}
.popular .nav-tabs .nav-link {
    border: 0px;
    color: #282828;
    border-radius: 0px;
    font-size: 14.99px;
    padding: 12px 9px 9px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    background: transparent;
}

.popular .nav-tabs {
    border: 0;
    justify-content: space-between;
    width: 100%;
}

.popular .nav-tabs .nav-item.show .nav-link, .popular .nav-tabs .nav-link.active {
    color: #c90010 !important;
}

.popular .nav-tabs li.active:before {
    background-size: contain;
    content: "";
    width: 100px;
    height: 56px;
    background: url(../img/slider-truck.webp) no-repeat;
    overflow: hidden;
    position: absolute;
    top: -56px;
    border-style: none;
    cursor: pointer;
    z-index: 8;
    left: 0;
    right: 0;
    margin: auto;
}

.popular .nav-tabs li {
    position: relative;
    width: calc(100% / 5);
    margin-top: 56px;
    margin-bottom: 3px;
}

.popular .nav-tabs li:after {
    background-color: #dddddd;
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    bottom: -3px;
    width: 100%;
    z-index: 8;
}

.popular .nav-tabs li.active:after {
    background-color: #c90010;
}

.popular .nav-tabs li.visited:after {
    background-color: #c90010 !important;
}

.popular .hour {
    position: relative;
    padding-left: 4em;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.popular .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.popular .wrapper h4 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-90deg);
    margin: 0px;
    position: absolute;
    width: max-content;
    left: -3.65em;
    color: #f87878;
    letter-spacing: 1px;
}

.popular .baggage {
    position: relative;
}

.popular .outer{
    display: flex;
    align-items: center;
}

.popular .most {
    font-size: 19px;
    margin-bottom: 10px;
}

/*contact-badge*/

.contact-badge{
    padding: 67px 0px;
    position: relative;
    overflow: hidden;
}

.contact-badge:before {
    content: "";
    background: url(../img/trucks-banner.webp) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
}

.contact-badge:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(201,0,16,1) 40%, rgba(255,255,255,0) 60%);
    background: -webkit-linear-gradient(left,  rgba(201,0,16,1) 40%,rgba(255,255,255,0) 60%);
    background: linear-gradient(to right,  rgba(201,0,16,1) 40%,rgba(255,255,255,0) 60%);
    z-index: 0;
}

.contact-badge article {
    position: relative;
    z-index: 1;
    color: #fff;
}

.contact-badge article a {
    font-size: 49px;
    color: #fff !important;
    font-weight: 800;
    text-shadow: 4px 4px rgb(0 0 0 / 45%);
}

.contact-badge article h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

/*our services*/

.services {
    position: relative;
    z-index: 0;
}

.services:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/banner.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.services:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.services .box {
    display: flex;
    margin-top: 15px;
    margin-left: 15px;
}

.services .box .figure {
    width: 80px;
    position: relative;
}

.services .box .figure svg {
    position: absolute;
    left: -20px;
    top: -28px;
    margin: auto;
    z-index: 0;
}

.services .box:hover svg path {
    fill: #c90010;
}

.services .box article {
    width: calc(100% - 80px);
    margin-top: -15px;
}

.services .box  img {
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}

.services .box:hover img {
    filter: brightness(100);
}

.services .box article h3 {
    text-transform: capitalize;
}

.services .box article h3 a{
    color: #282828;
    transition: all 0.3s ease-in-out;
}

.services .box:hover article h3 a{
    color: #ca0111;
}

.services .inner {
    background: rgb(255 255 255 / 90%);
    padding: 40px 20px 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 22%);
}

.services .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    color: #fff;
}

.services .content p {
    margin-bottom: 0;
}

/*quality*/
.quality{
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.quality:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/dots-left.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width:474px;
    max-height:422px;
    z-index: -1;
}
.quality .pic {
    position: relative;
}

.quality .pic:after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 3px solid #ccc;
    border-bottom-left-radius: 130px;
    border-top: 0px;
}

.quality .pic figure {
    margin: 0;
}

.quality .call {
    position: absolute;
    top: 0;
    z-index: 2;
    left: -40px;
    background: #000;
    color: #fff;
    border: 5px solid #fff;
}

.quality .call h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    font-size: 37px;
    padding: 10px 15px;
    margin: 0;
}

/*choose*/
.choose {
    position: relative;
}

.choose:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/choose-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.choose .row {
    margin-bottom: -20px;
    margin-top: 40px;
}

.choose .content {
    margin-bottom: 30px;
}

.choose .content h3 {
    margin: 0 0 10px 0;
    font-weight: 500;
}

.choose .content p {
    margin: 0;
    font-weight: 500;
}

/*process*/
.process{
    position: relative;
    padding-top: 50px;
}

.process:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/process.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.process figure {
    height: 100%;
}

.process figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.process .box {
    color: #fff;
    margin-bottom: 30px;
}

.process .box p {
    margin-bottom: 0;
}

/*relocation*/

.relocation{
    position: relative;
}

.relocation:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/dots-about.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width:704px;
    max-height:787px;
    z-index: -1;
}
.relocation .cmn_list li:before{
    color: #c80010;
}
.relocation .pic {
    position: relative;
    margin-left: 50px;
    margin-top: 50px;
}
.relocation .pic:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -50px;
    top: -50px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background: rgb(19 33 65 / 89%);
}
.relocation .pic .front {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relocation img.back {
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: -2;
    height: calc(100% + 50px);
    width: calc(100% + 50px);
}

.relocation figure {
    margin: 0;
}

.relocation .exp {
    position: absolute;
    right: 0;
    top: -50px;
    background: #fff;
    color: #07041d;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 21%);
    display: flex;
}

.relocation .exp span:first-child {
    font-size: 50px;
}

.relocation .exp span:last-child {
    font-size: 19.86px;
    text-transform: capitalize;
    line-height: 1.1;
    text-align: center;
}

.relocation .exp:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    border-top: 1px solid #c90010;
    border-left: 1px solid #c90010;
    top: 5px;
    left: 5px;
}

.relocation .exp:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    border-top: 1px solid #c90010;
    border-right: 1px solid #c90010;
    top: 5px;
    right: 5px;
}

.relocation .yr {
    display: flex;
    align-items: center;
    padding: 18px;
}

.relocation .yr:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    border-bottom: 1px solid #c90010;
    border-left: 1px solid #c90010;
    bottom: 5px;
    left: 5px;
}

.relocation .yr:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    border-bottom: 1px solid #c90010;
    border-right: 1px solid #c90010;
    bottom: 5px;
    right: 5px;
}


/*steps*/

.steps{
    background:#fdfdfd;
    position: relative;
}

.steps:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/steps.webp);
    background-repeat: no-repeat;
    background-position: right;
    width: 866px;
    height: 100%;
    background-size: cover;
}

.cmn_list li {
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.cmn_list li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    top: 0;
}

.cmn_list li:last-child{
    padding-bottom: 0;
}

.steps ul+p{
    margin-top: 20px;
    margin-bottom: 0;
}

/*tricks*/

.tricks:before{
    content: none;
}

/**/
.testimonial {
    overflow: hidden;
}

.rating {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.rating i {
    color: #fcb140;
    font-size: 22px;
}

.rating li {
    padding: 0 2px;
}
.video-btn {
    border: 0px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
}

.video-btn i {
    font-size: 100px;
    color: #c90010;
}

.testimonial .vdo .theme-heading {
    background: #f3f3f3;
    padding: 40px;
    text-align: center;
    margin: 0;
    font-weight: 900;
}

.testimonial .vdo .theme-heading span {
    font-weight: 700;
}

.testimonial .theme-heading{
    position: relative;
}

.testimonial .slides{
    background: #c90010;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}
.testimonial .slides:before {
    content: "";
    background: rgb(201 0 16 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.testimonial .slides:after {
    content: "";
    background-image: url(../img/video-bg.webp);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);
}
.testimonial .carousel-inner {
    margin-top: 30px;
}

.testimonial .carousel-item {
    margin-bottom: 60px;
}

.testimonial .carousel-indicators {
    margin: 0;
    bottom: 0;
    z-index: 1;
}
.testimonial .vdo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .vdo .icon {
    padding: 100px 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial .vdo .icon:before{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/video-bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
}
  
.testimonial .box {
    color: #fff;
}

.testimonial .box .pic {
    position: relative;
    width: 107px;
    height: 107px;
    display: block;
    background: #b7000f;
    margin: auto auto 40px;
    border-radius: 50%;
}

.testimonial .pic i {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #282828;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
}

.testimonial .carousel-indicators .active {
    background-color: #000000;
    width: 20px;
}

.testimonial .carousel-indicators li {
    background: #e0dfdf;
    height: 6px;
    border-radius: 50px;
    width: 40px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal button.close {
    position: absolute;
    right: 0px;
    top: 0;
}


/*faq*/

.faq{
    position: relative;
    z-index: 0;
}
.faq:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/dots-faq.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width:704px;
    max-height:787px;
    z-index: -1;
}
.faq form {
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 18%);
    padding: 30px;
}

.faq form .theme-heading {
    margin-bottom: 25px;
}

.faq form button {
    margin-top: 20px;
}

.faq .form-group {
    margin-bottom: 15px;
}

.faq .form-control {
    border: 0px;
    box-shadow: none !important;
}

.faq .input-group-text {
    background: transparent;
    border: 0px;
    padding-right: 0;
    color: #7a7a7a;
}

.faq .input-group {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    align-items: flex-start;
}
.faq .input-group-prepend {
    height: calc(2.25rem + 2px);
}

/*footer*/
footer{
    background: #050404;
    color: #ffffff;
    position: relative;
}


footer:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/footer-shape.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.widget h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer {
    padding: 50px 0 30px;
}

.widget p {
    font-size: 14.02px;
}

.widget .links li a {
    color: #fff;
}

.widget .links li {
    padding-bottom: 20px;
    font-size: 14px;
}

.widget .links li:last-child {
    padding-bottom: 0;
}

.rent .call a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.rent li a {
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

.rent li {
    padding-bottom: 25px;
}

.rent i {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    color: #2a3653;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rent li {
    display: flex;
    align-items: center;
}

footer .btm-links {
    display: flex;
    justify-content: flex-end;
}

footer .btm-links a {
    color: #fff;
}

footer .btm-links li {
    padding-left: 20px;
}

footer p {
    margin: 0;
}

footer .row + .row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}

/*custom accordion*/

.details {
  overflow: hidden;
  transition: height 300ms ease-in-out;
}
.details:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.details__summary{
    padding: 9px;
}
.details__summary {
    position: relative;
    list-style: none;
    padding-left: 60px;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    transition: color 300ms ease-in-out;
    margin-bottom: 6px;
    line-height: 1.3;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__summary:before {
    position: absolute;
    content: "\f128";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 35px;
    width: 40px;
    background: #282828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.details__summary:after {
    content: "";
    position: absolute;
    background: #ccc;
    width: calc(100% - 60px);
    height: 1px;
    left: 0;
    bottom: -4px;
    margin-left: 60px;
}

[open] .details__summary:before {
    background: #c90010;
}

.details__content {
  padding-top: 0;
}

.details__content p{
    margin: 0;
}

/*thank you boxDetails*/
.boxDetails {
    background: #f7ffff;
    padding: 20px 15px 30px;
    border-radius: 0px;
    box-shadow: 3px 6px 8px 0px rgb(175 30 35 / 18%);
    border-left: 2px solid #c90010;
}

.boxDetails p:last-child {
    margin-bottom: 0;
}

.boxDetails h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 18px;
    color: #c90010;
}

.boxDetails p {
    display: flex;
}

.boxDetails p .titl {
    width: 25%;
}

.boxDetails p .subtitl {
    width: 75%;
    color: #000;
    position: relative;
    padding-left: 10px;
    word-break: break-word;
}

.boxDetails p .subtitl:after {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
}


.socials {
   padding: 10px 0px;
}
.icons ul {
   display: flex;
   justify-content: end;
}
.icons ul li {
   list-style: none;
   display: inline-block;
       margin: 0 10px;
}

.fixed-top{
       top: auto;
}
.fixed-top.darkHeader {
   top: 0;
}
   .icons h4 {
   margin: 0;
   margin-right: 8px;
   font-size: 14px;
}
.icons {
   display: flex;
   align-items: center;
   justify-content: end;
}


.move-day {
   background: #e5e5e7;
}
.cmn_space {
   padding: 50px 0px;
}
.text-darkblue {
   color: #004266;
}
.area_serve ul {
   display: flex;
   flex-wrap: wrap;
   margin-left: -7px;
   margin-right: -7px;
}
.move-day ul li:before {
   position: absolute;
   left: 0;
   top: 3px;
   border-radius: 2px;
   font: normal normal normal 14px / 1 FontAwesome;
   background: 0 0 !important;
   color: #004266;
   content: "\f192";
   transition: all .3s ease-in-out;
}
.move-day ul li {
   list-style: none;
   position: relative;
   padding-left: 20px;
   padding-bottom: 15px;
   font-size: 14px;
   font-weight: 500;
}
.rent li i {
    font-size: 30px;
}</pre></body></html>