

            @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@100;200;300;400;500;600;700;800;900&display=swap");
            @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@100;200;300;400;500;600;700;800;900&display=swap");
          
            :root {

                --heading: #0e0c63;  
                --body: #0e0c63;  
                --primary: #0e0c63;          
                --primary-dark: #000045;
                --primary-light: #2c2a81;
                --accent: #f8af41;
                --accent-dark: #da9123;
                --accent-light: #ffcd5f;
                --success: #44ad23;
                --success-dark: #268f05;
                --success-light: #62cb41;
                --secondary: #c40010;
                --secondary-dark: #a60000;
                --secondary-light: #e21e2e;
                --info: #0f2de3;
                --info-dark: #000fc5;
                --info-light: #2d4bff;
                --caution: #F8AE40;
                --caution-dark: #da9022;
                --caution-light: #ffcc5e;
                --error: #c40010;
                --error-dark: #a60000;
                --error-light: #e21e2e;
                --black: #000000;
                --white: #fff;
                --dark-1: #1e1e1e;
                --dark-2: #3c3c3c;
                --dark-3: #5a5a5a;
                --gray-1: #787878;
                --gray-2: #969696;
                --gray-3: #b4b4b4;
                --gray-4: #d2d2d2;
                --light-1: #dcdcdc;
                --light-2: #e6e6e6;
                --light-3:  #f0f0f0;               

                --body-font-family:    Mulish;
                --heading-font-family:    Mulish;

                --bs-blue: #0e0c63;          
                --bs-indigo: #0f2de3;
                --bs-purple: #0f2de3;
                --bs-pink: #0f2de3;
                --bs-red: #c40010;
                --bs-orange: #F8AE40;
                --bs-yellow: #F8AE40;
                --bs-green: #44ad23;
                --bs-teal: #0e0c63;          
                --bs-cyan: #0e0c63;          
                --bs-white: #fff;
                --bs-gray: #1e1e1e;
                --bs-gray-dark: #1e1e1e;
                --bs-primary: #0e0c63;          
                --bs-secondary: #c40010;
                --bs-success: #44ad23;
                --bs-info: #0e0c63;          
                --bs-warning: #F8AE40;
                --bs-danger: #c40010;
                --bs-light: #c40010;
                --bs-dark: #1e1e1e;
                --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
                "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
                "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
                "Liberation Mono", "Courier New", monospace;
                --bs-gradient: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.15),
                rgba(255, 255, 255, 0)
                );


            }

            body {
                font-family: var(--body-font-family);
                font-size: 18px;
                color:  #0e0c63;
            }

            a {
                color: #c40010;
            }

            a:hover {
                color: #a60000;
            }            

              .footer-copyright {
                background-color: white !important;
              }

              .footer-copyright * {
                color: var(--heading) !important;
              }

            img {
              max-width: 100%;
            }

            a {
              display: inline-block;
            }

            a,
            button,
            a:hover,
            a:focus,
            input:focus,
            textarea:focus,
            button:focus {
              text-decoration: none;
              outline: none;
            }

            ul,
            ol {
              margin: 0px;
              padding: 0px;
              list-style-type: none;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              font-weight: 600;
              color: var(--heading);
              font-family: var(--heading-font-family);
            }

            h1,
            .h1 {
              font-size: 32px;
              line-height: 1.25;
            }

            h2,
            .h2 {
              font-size: 26px;
              line-height: 1.25;
            }

            h3,
            .h3 {
              font-size: 22px;
              line-height: 1.25;
            }

            h4,
            .h4 {
              font-size: 20px;
              line-height: 1.25;
            }

            h5,
            .h5 {
              font-size: 19px;
              line-height: 1.25;
            }

            h6,
            .h6 {
              font-size: 19px;
              line-height: 1.25;
            }

            .display-1 {
              font-size: 5.5em;
              line-height: 1.25;
            }

            .display-2 {
              font-size: 4.75em;
              line-height: 1.25;
            }

            .display-3 {
              font-size: 4em;
              line-height: 1.25;
            }

            .display-4 {
              font-size: 3.25em;
              line-height: 1.25;
            }

            p {
              line-height: 1.5;
              color: var(--body);
            }

            .text-small {
              font-size: 0.875em;
              line-height: 1.5;
            }

            .text-lg {
              font-size: 1.15em;
              line-height: 1.5;
            }

            .bg_cover {
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
            }

            @media (max-width: 767px) {
              .container {
                padding-left: 20px;
                padding-right: 20px;
              }
            }

            .btn {
              font-weight: bold;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              padding: 12px 24px;
              border-radius: 4px;
              border: 1px solid transparent;
            }
            .btn:hover {
              background-color: #a60000;
              border-color: #a60000;
            }

            .btn-primary:hover {
              background-color: #a60000;
              border-color: #a60000;
            }

            .btn:focus {
              box-shadow: none;
              outline: none;
            }
            .btn.btn-lg {
              font-size: 1.15em;
              padding: 16px 24px;
            }
            .btn.btn-sm {
              padding: 8px 16px;
            }
            .btn.square {
              border-radius: 0px;
            }
            .btn.semi-rounded {
              border-radius: 12px;
            }
            .btn.rounded-full {
              border-radius: 50px;
            }
            .btn.icon-left span,
            .btn.icon-left i {
              margin-right: 8px;
            }
            .btn.icon-right span,
            .btn.icon-right i {
              margin-left: 8px;
            }
            .btn.icon-btn {
              width: 48px;
              height: 48px;
              padding: 0;
              line-height: 48px;
            }
            .btn.icon-btn.btn-lg {
              width: 56px;
              height: 56px;
              line-height: 56px;
            }
            .btn.icon-btn.btn-sm {
              width: 40px;
              height: 40px;
              line-height: 40px;
            }  

            .btn:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }            

            .btn:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }                          

            nav.navbar img, .footer-logo img, .footer-area .logo img {
              // height: 60px !important;
              // width:  auto !important;

            max-width: 200px;
            max-height: 60px;

            }    

            .footer-area.footer-four .footer-logo img, .footer-area.footer-nine .footer-logo img {
                height: auto !important;
                width: auto !important;
            }  

            div.days, div.hours, div.minutes, div.seconds {
              text-align: center;
              color:  black;
            }

            p.day-count, p.hour-count, p.minute-count, p.second-count {
              font-size: 32px;
              margin:  0;
              font-weight: bold;
            }

            p.day-text, p.hour-text, p.minute-text, p.second-text {
              font-size: 16px;
              font-weight: bold;
            }

            div.days, div.hours, div.minutes, div.seconds {

            }

            #countdown {

            padding: 0 10%;
                
            }   

            .navbar .navbar-toggler .toggler-icon {
                width: 20px !important;
            }          

            .file_download img {
                border: 1px solid var(--primary);
            }       

            button, button:active, button:focus, button:hover, .btn, .btn:hover, .btn:focus, .btn:active {
                border: none;
            }

            .rte ul {
                margin: 20px;
            }

            .rte ul li {
                list-style: disc;
            }         

            blockquote {
                border-left: 3px solid #ccc;
                padding: 20px;
                margin-bottom: 20px;
                background: #f2f2f2;
            }   

            blockquote p:last-of-type {
                margin-bottom: 0;
            }

            form #website{ display:none; }

            


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    background-color: #f2f2f2 !important;
  }

  .navbar-area.navbar-two .navbar .navbar-nav .nav-item a.active {
    color: white !important;
  }
}

.navbar-toggler {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.nav-item a,
.sub-nav-toggler {
    color: var(--primary) !important;
}

.navbar-area {
    background: white !important;
}

.sub-menu .nav-item a:hover {
    color: white !important;
}

.navbar-nine .nav-item .sub-menu li a {
    border-radius: 5px !important;
}

.navbar-nine .sub-menu .nav-item a:hover {
    background-color: var(--primary) !important;
}

.nav-item a.active {
    //color: white !important;
}

.navbar-one .nav-item a.active,
.navbar-two .nav-item a.active,
.navbar-three .nav-item a.active,
.navbar-four .nav-item a.active,
 {
    color: var(--primary) !important;
}

.navbar-six .nav-item a.active {
    color: white !important;
}

.navbar-one .navbar .navbar-btn ul li a.primary-btn,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline:hover {
    color: var(--primary) !important;
}            

                        

            .header-thirteen {
padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
text-transform: uppercase !important;
font-weight: 800 !important;
}

h2, h3, h4, h5, h6 {
text-transform: none !important;
}

.nav-item a {
font-weight: bold !important;
}

.about-five{
padding-top: 0 !important;
}

.blast47-video-player-inner {
width: 75%;
margin: 0px auto;
}

.blast47-video-player-borders {
position: relative;
border-radius: 25px;
background-color: var(--primary-light);
padding: 4% 6%;
}

@media only screen and (max-width: 1020px) {
.blast47-video-player-inner {
width: 90%;
margin: 0px auto;
}
}

.blast47-video-player-controls {
position: absolute;
width: 45px;
}

.blast47-video-player-controls-left {
left: 5%;
}

.blast47-video-player-controls-right {
right: 5%;
width: 60px;
}

.video-inner {
border: 15px solid var(--primary); border-radius: 15px;
}

@media only screen and (max-width: 780px) {

.blast47-video-player-borders {
padding: 2% 4%;
}

.blast47-video-player-inner {
width: 90%;
margin: 0px auto;
}

.blast47-video-player-controls-left {
left: 4%;
top: 10%;
width: 35px;
}

.blast47-video-player-controls-right {
right: 3%;
top: 10%;
width: 50px;
}

}

@media only screen and (max-width: 625px) {

.blast47-video-player-controls-left {
left: 4%;
top: 10%;
width: 20px;
}

.blast47-video-player-controls-right {
right: 2%;
top: 10%;
width: 35px;
}

.blast47-video-player-wrapper {
padding-left: 10px !important;
padding-right: 10px !important;
}

.blast47-video-player-borders {
padding: 2% 3%;
}

}

@media only screen and (max-width: 375px) {

.blast47-video-player-controls {
display: none;
}

}

body {
background: url("/images/sky.png");
}

.header-three .header-content-area {
background: none;
}

body#home .header-three .header-content-area .header-content {
padding: 40px 0px;
}

.navbar-area.navbar-five {
background: none;
}

.navbar-area {
margin-bottom: 0;
}

.single-blog .blog-content {
background: white;
padding: 40px;
border-radius: 0 0 7px 7px;
}

.single-blog .blog-content h3 {
margin: 10px 0;
margin-top: 30px;
}

.nav-item a {

}

#site-message {
background: black;
}

#site-message h4 {
color: white;
}

.blog-content, .single-blog .blog-content, .blog-author-one {
background: white;
}

.blog-author-one .blog-content {
padding-top: 0;
}

#account-actions, #stripe-history {
background: white;
padding: 40px;
border-radius: 7px;
}

.single-blog .blog-content ul, .single-blog .blog-content ol {
margin: 15px;
margin-left: 25px;
}

.single-blog .blog-content ul li, .single-blog .blog-content ol li {
margin-bottom: 8px;
list-style: disc;
}

.single-blog .blog-content ol li {
list-style: number;
}

.pricing-three {
padding-top: 40px;
}

.pricing-title p {
font-size: 26px !important;
}

@media only screen and (max-width: 768px) {
.pricing-three h1, .pricing-style-three .price, .section-title h1 {
font-size: 30px !important;
}
}

img#play-video {
width: 140px;
height: auto;
position: absolute;
left: 150px;
top: -170px;
}

@media only screen and (max-width: 845px) {
img#play-video {
width: 140px;
height: auto;
position: absolute;
left: 100px;
top: -170px;
}
}

@media only screen and (max-width: 710px) {
img#play-video {
width: 110px;
left: 40px;
top: -140px;
}
}

@media only screen and (max-width: 500px) {
img#play-video {
width: 90px;
left: 20px;
top: -110px;
}
}

@media only screen and (max-width: 360px) {
img#play-video {
display: none;
}
}

.error-content, .error-content .sub-title {
color: white;
}

.coming-soon-two {
background: none;
}



@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-area.navbar-five .navbar .navbar-collapse {
background: var(--primary-light);
}
}

body#booking .container-fluid {
background: white;
}

.blog-style-eight .blog-content {
border-radius: 7px;
}

.footer-ten .social li:nth-child(4) {
display: none;
}

.pricing-style-three {
background: var(--primary) !important;
}

.pricing-style-three * {
color: #fff !important;
}

.pricing-style-three .btn, .pricing-style-three .primary-btn {
background: white !important;
color: var(--primary) !important;
}

mark, .pricing-style-three mark {
background: #f5e83c;
color: var(--primary) !important;
}

.btn, .btn:hover .btn:focus, btn:active {
border: none !important;
} 

.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li {
width: 100% !important;
}

nav.navbar img, .footer-logo img, .footer-area .logo img {
height: 80px !important;
max-height: 80px !important;
margin: 10px 0 !important;
}

.heavy {
font-weight: 800 !important;
}

.text-normal {
text-transform: none !important;
}

.hero-background {
background: url("/images/goodwins-removals-hero.jpg") no-repeat center center;
background-size: cover;
}

.hero-overlay {
background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}

.hero-title {
color: white;
font-size: 48px;
font-weight: 800;
line-height: 1;
}

.hero-subtitle {
color: white;
font-size: 14px;
margin-bottom: 0;
}

.hero-divider {
color: white;
}

.hero-description {
color: white;
font-size: 32px;
font-weight: normal;
text-transform: none;
}

.btn-outline-light {
background: none;
border: 2px solid white;
color: white;
}

.background-box {
position: absolute;
bottom: -80px;
left: 0;
height: 300px;
width: 300px;
background: #f2f2f2;
z-index: -1;
}

.section-heading {
font-size: 72px;
font-weight: 800;
text-transform: uppercase;
margin: 0;
line-height: 1;
}

.section-subheading {
font-weight: normal;
font-size: 32px;
margin: 0;
}

.move-image {
border: 3px solid var(--primary);
border-top: none;
}

.storage-banner {
background-image: url("/images/britannia.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center right;
}

.navbar {

}

ul.body-list li {
margin-bottom: 10px;
list-style: disc;
margin-left :20px;
}

ul.body-list {
margin: 20px 0px;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
border: 2px solid var(--primary) !important;
background: none !important;
color: var(--primary) !important;
}

ul.ticks li::before {
content: "✓ ";
color: #198754;
font-weight: bold;
margin-right: 10px;
}
ul.ticks {
margin: 30px 0;    
}
ul.ticks li {
margin-bottom: 10px;
}
ul.li-pills {
list-style: none;
padding-left: 0;
margin: 30px 0;
}
ul.li-pills li {
display: inline-block;
margin: 0 0.5rem 0.5rem 0;
padding: 0.5rem 1rem;
background-color: #f8f9fa;
border-radius: 2rem;
font-weight: 500;
border: 1px solid #dee2e6;
}

.piece {
padding: 20px 0;
}

.btn, .btn-primary, .btn-outline {
letter-spacing: 0px !important;
font-size: 14px;
}

.pill {
display: inline-block;
margin: 0 0 0.5rem 0;
padding: 0.5rem 1rem;
background-color: #f8f9fa;
border-radius: 2rem;
font-weight: 500;
border: 1px solid #dee2e6;
}

.header-logo-text p a, .header-logo-text p a:hover, .header-logo-text p a:focus, .header-logo-text p a:visited {
color: var(--primary);
}

.footer-ten * {
color: white !important;
}

.footer-copyright * {
color: var(--primary) !important;
}

.responsive-heading {
font-weight: 800 !important; font-size: 72px;

@media (max-width: 500px) {
    font-size: 58px !important;
    font-weight: 800 !important;
}

}

.bx-wrapper {
border: none !important;
box-shadow: none !important;
}

@media only screen and (max-width: 700px) {
.hero h1 {
font-size: 42px !important;
}
}            

        