* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --theme-main: #495294;
    /* --theme-secondary: #313443; */
    --theme-secondary: #20263A;
}

body {
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Public Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
}

ul li {
    list-style-type: none;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

ul {
    margin-bottom: 0 !important;
}

ol,
ul {
    padding-left: 0 !important;
}

a,
button {
    text-decoration: none !important;
    font-family: "Inter", sans-serif !important;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

p {
    color: #4d4d4d;
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 400;
    position: relative;
	margin-bottom: 15px !important;
}
.service-img {
    margin-top: 20px;
}
.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
img {
    max-width: 100%;
}
.row.d-align {
    align-items: center;
}
.inner-banner {
    background: url(../images/inner-banner.jpg) top center no-repeat;
    position: relative;
    padding: 336px 0 191px;
    background-size: cover;
}
.inner-banner::before {
    content: '';
    position: absolute;
    background: #00000080;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.mission-right img {
    width: 100%;
}
.banner-box {
    position: relative;
    text-align: center;
}
.banner-box h1 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    /* text-shadow: 2px 2px 8px #ffffff; */
}
.contact {
    padding: 50px 0;
}
button:focus {
    outline: none;
    box-shadow: none !important;
}
.contact-info {
    padding: 50px 30px 30px;
    position: relative;
}
.contact-info i {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 24px;
    font-size: 40px;
    color: var(--themeht-white-color);
    text-align: center;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5c69af;
    margin-left: -45px;
    margin-top: -45px;
    /* border-radius: 50%; */
    border: 5px solid white;
    color: #fff;
}
.contact-form-right {
    background: #49529436;
    padding: 30px;
}
.contact-info h4 {
    margin-top: 15px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-content {
    background: #49529408;
    padding: 20px;
    border: 1px solid #666161;
    margin-bottom: 20px;
}
.contact-info p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: var(--themeht-body-color);
    max-width: 300px;
    margin: 0 auto;
}
.blog-content h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.blog-content h3 a {
    color: #212529;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.latest-post h3 {
    font-size: 30px;
    margin: 20px;
    text-align: center;
    font-weight: 700;
}
.post-content a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
    display: block;
}
ul.list-box li span {
    font-weight: bold;
    color: #363535;
}
.latest-post ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.post-img img {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}
ul.blog-tag {
    display: flex;
    margin-bottom: 18px !important;
    align-items: center;
    justify-content: space-between;
}
ul.blog-tag li {
    font-size: 15px;
    color: #403a3a;
	text-transform: capitalize;
}
.blog {
    padding-top: 50px;
}
ul.blog-tag li i {
    color: #495294;
    margin-left: 8px;
}
.blog-box {
    margin-bottom: 40px;
}
a.read-btn:hover {
    background: #20263a;
}
a.read-btn {
    padding: 14px 24px;
    background: #495294;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}
.read-btn {
    text-align: center;
    margin: 20px 0;
}
.mb-3.col-md-12.col-lg-12.contact-btn button {
    margin: 12px auto;
}
.contact-info a {
    color: #000;
    display: block;
    margin-bottom: 7px;
}
.contact-form-right input {
    padding: 15px;
    border: 1px solid #938989;
}
.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.contact-form-right select {
    border: 1px solid #938e8e;
    padding: 14px;
}
.contact-form-right textarea {
    border: 1px solid #979292;
}

.pt-100 {
    padding-top: 100px !important;
}

.primary-btn {
    color: #fff;
    background: var(--theme-main);
    font-weight: 400;
    padding: 15px 30px !important;
    font-size: 18px;
    transition: .4s;
    max-width: max-content;
    text-transform: capitalize;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    font-weight: 600;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 19px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 60px;
}
.removalist-garrenty {
    padding: 0px 0 40px;
}
.primary-btn:hover {
    color: #fff;
    background: var(--theme-secondary);
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}
.primary-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: var(--theme-secondary);
    position: relative;
    text-transform: capitalize;
}
.inner-title {
	 font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: var(--theme-secondary);
    position: relative;
    text-transform: capitalize;
}
.secondary-title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme-main);
    position: relative;
    max-width: max-content;
    padding: 8px 15px 3px 35px;
    letter-spacing: 2px;
}

.secondary-title::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.004 512.004'%3E%3Cpath d='m509.483 262.693-55.454-81.68 55.454-81.68a15.022 15.022 0 0 0 1.713-13.183c-1.523-4.424-5.01-7.896-9.448-9.36l-181-60c-6.475-2.183-13.477.278-17.227 5.903l-47.52 71.279-47.52-71.279c-3.779-5.654-10.84-8.101-17.227-5.903l-181 60c-4.438 1.465-7.925 4.937-9.448 9.36A15.022 15.022 0 0 0 2.52 99.334l55.454 81.68-55.453 81.679a15.021 15.021 0 0 0-1.714 13.184c1.523 4.424 5.01 7.896 9.448 9.36l181 60c6.37 2.142 13.456-.249 17.227-5.903l47.52-71.279 47.52 71.279c3.774 5.66 10.864 8.044 17.227 5.903l181-60c4.438-1.465 7.925-4.937 9.448-9.36a15.022 15.022 0 0 0-1.714-13.184zm-253.481-37.485-132.583-44.194 132.583-44.194 132.583 44.194-132.583 44.194z' fill='%23495294'/%3E%3Cpath d='M330.24 373.699c-18.88 6.334-40.226-.535-51.68-17.725l-22.557-33.836-22.56 33.836c-11.431 17.157-32.752 24.089-51.753 17.695L61.002 333.443v87.57c0 6.46 4.131 12.188 10.254 14.224l179.912 59.971c.542.19 1.084.337 1.626.454 0 0 .015 0 .015.015h.015c1.055.22 2.124.337 3.179.337a15.294 15.294 0 0 0 4.819-.791l179.927-59.985a14.986 14.986 0 0 0 10.253-14.225v-87.568L330.24 373.699z' fill='%23495294'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title p {
    width: 70%;
    margin: auto;
}
.details-content h3 {
    font-size: 29px;
    margin: 20px 0;
}
.details-right .enquiry-form {
    width: 100%;
}
.details-right h2 {
    font-size: 26px !important;
}
.details-right .enquiry-form {
    background: #cbcddb;
}
.details-right input {
    border: 1px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-main) !important;
}

.details-small {
    margin-top: 30px;
}
.blog-details {
    padding: 50px 0;
}
.blog-details h2 {
    font-size: 38px;
    font-weight: bold;
}
.blog-details-img {
    margin-top: 30px;
    position: relative;
}
.blog-details-img img {
    border-radius: 5px;
}
.details-tag ul.blog-tag {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}
.post-date {
    position: absolute;
    bottom: -60px;
    right: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    background: #495294;
    z-index: 9;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-date:before {
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    border-bottom: 20px solid #20263a;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    transition: all .2s linear;
    transition-delay: .1s;
    content: "";
}
.post-date span {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
button.owl-prev {
    position: absolute;
    bottom: 5%;
    left: 45%;
    color: var(--theme-main) !important;
}

button.owl-next {
    position: absolute;
    bottom: 5%;
    left: 50%;
    color: var(--theme-main) !important;
}

button.owl-prev:hover,
button.owl-next:hover {
    background-color: transparent !important;
}

button.owl-prev i,
button.owl-next i {
    border: 2px solid var(--theme-main);
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: .4s;
    font-size: 20px;
}

button.owl-prev i:hover,
button.owl-next i:hover {
    background-color: var(--theme-main);
    border-color: var(--theme-main);
    transition: .4s;
    color: #fff;
}
.gallery_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery_box img {
    width: 100%;
}
.overlay {
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 65%);
    text-align: center;
    position: absolute;
    left: 40%;
    top: 40%;
    border-radius: 100%;
    transition: 0.5s ease;
    opacity: 0;
}
.gallery_box .icon-2x {
    position: absolute;
    left: 42%;
    top: 40%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: none;
}
.gallery_box:hover .overlay {
    transform: scale(20);
    -webkit-transform: scale(20);
    transition: 0.5s ease;
    opacity: 9;
}
.gallery_box:hover .icon-2x {
    bottom: 45%;
    left: 45%;
    display: block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #fff;
    font-size: 30px;
}
.term-content h3 {
    margin-top: 30px;
}
.term-condition {
    padding: 50px 0;
}
.term-condition h1 {
    font-size: 35px;
    margin: 20px 0;
}
.term-content h3 {
    font-size: 22px;
    margin-bottom: 16px !important;
    display: block;
    color: #495294;
    font-weight: 700;
}
.term-content ul li {
    margin: 12px 0;
}
.term-content li span {
    font-weight: bold;
    color: #2e2a2a;
}
.gallery {
    padding: 50px 0;
}
.service-wizard ul li a:hover {
    color: #495294;
}
.location {
    padding: 50px 0;
}
.price {
    padding: 40px 0;
}
.navbar {
    background: #ffffffd1;
}
.price-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #495294;
}
.price-box h4 {
    font-size: 20px;
    margin: 16px 0;
    font-weight: 600;
}
.price-box h1 {
    font-size: 40px;
    font-weight: 600;
    color: #f00;
}
.price-box h1 span {
    font-size: 17px;
    color: #000;
}
.price-box p {
    font-size: 17px !important;
    margin: 20px !important;
}
.price-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 40px;
    margin-bottom: 35px;
}
a.price-btn {
    background: #495294;
    padding: 13px 40px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    border-radius: 2px;
}
a.price-btn:hover {
    background: #20263a;
}
.privacy-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
}
.privacy-policy {
    padding: 50px 0;
}
.privacy-content h3 {
    font-size: 22px;
    margin-bottom: 8px !important;
    display: block;
    color: #495294;
    font-weight: 700;
    margin-top: 20px;
}
a.quote-btn {
    background: #495294;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
}
a.quote-btn:hover {
    background: #20263a;
}
ul.privacy-contact {
    margin-top: 20px;
}
ul.privacy-contact li {
    display: block;
    padding: 5px 24px;
    position: relative;
}
ul.privacy-contact li i {
    position: absolute;
    left: 0;
    color: #495294;
    top: 10px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.details-page .accordion-header {
  border-bottom: 1px solid #ccc;
} 
.details-page .accordion-body {
    font-size: 18px;
    line-height: 30px;
}
.details-page .accordion-button {
    font-size: 18px;
    padding-left: 20px;
    color: #000;
}
 .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #d6dedf;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.footer-bottom-right {
    float: right;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 20px;
    color: #fff;
}
.location-mov-right .accordion-item {
    background: #495294;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
h3.top-title {
    background: #495294;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 40px;
}
.zoo-box {
    background: #227fc252;
    padding: 40px;
    padding-top: 40px;
    display: block;
    margin-bottom: 40px;
}
.zoo-box label {
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 6px;
}
.zoo-box .form-group {
    position: relative;
    margin-bottom: 20px;
}
.zoo-box .form--control {
    height: 40px;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #0000008c;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    box-shadow: none;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2222226b;
}
.zoo-box .form-group i {
    position: absolute;
    left: 13px;
    top: 13px;
    z-index: 99;
    color: #495294;
    font-size: 15px;
}
.submit-btn {
    text-align: center;
}
a.btn.btn--md.btn--base.text-uppercase {
    background: #f90;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
textarea.form-control.form--control {
    height: 80px;
    padding: 13px 30px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: inherit;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 15px 24px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}


.thankupage {
    text-align: center;
    padding: 50px 0;
}
.btn-style-two {
    background: #495294;
    font-size: 16px;
    color: #fff;
    padding: 12px 50px;
    margin: 0px;
    border: 0px solid #189bc9;
    transition: all 500ms ease;
    display: inline-block;
    -webkit-appearance: none;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none !important;
}
.thankupage p {
    font-size: 22px !important;
    margin-bottom: 30px !important;
}
.thankupage h2 {
    font-size: 45px;
}

.accordion .accordion-content p {
    font-size: 17px !important;
    font-weight: 400;
    margin: 1em 0;
    color: #fff;
}
.accordion button[aria-expanded='true'] {
    color: #fff;
    background: #20263a;
}
.location-moving {
    margin: 0px 0 40px;
}



ul.list-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service h2 {
    font-size: 34px;
    margin: 30px 0;
    font-weight: 600;
}

.service-img img {
    width: 100%;
}
.romeval h5 {
    font-size: 20px;
    font-weight: 600;
}
.romeval {
    margin-bottom: 30px;
}
.service {
    margin: 20px 0 60px;
}
.service-right .enquiry-form {
    width: 100%;
    margin-top: 30px;
}
.service-right form {
    background: #49529447;
}
.service-right h2 {
    margin: 0;
    font-size: 26px;
}

.service-wizard h3 {
    font-size: 26px;
    background: #495294;
    padding: 14px;
    color: #fff;
    margin-top: 30px;
}
.service-wizard ul {
    padding: 20px !important;
    display: block;
    background: #49529436;
}
.service-wizard ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    padding:5px;
    position: relative;
}
.service-wizard ul li:hover {
    background: #fff;
}
.service-wizard ul li a {
    color: #221e1e;
    font-size: 18px;
    display: block;
	position: relative;
	padding-left: 20px;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between !important;
}
.service-wizard ul li i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 12px;
}
.row.removal-sec {
    padding: 30px 0;
}
span.removal-icon i {
    color: #f90;
    font-size: 36px;
}
span.removal-icon {
    float: left;
    margin-right: 20px;
}


ul.list-box li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

ul.list-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 520 520' style='enable-background:new 0 0 512 512' xml:space='preserve' class='hovered-paths'%3E%3Cg%3E%3Cpath d='M239.987 460.841a10 10 0 0 1-7.343-3.213L34.657 243.463A10 10 0 0 1 42 226.675h95.3a10.006 10.006 0 0 1 7.548 3.439l66.168 76.124c7.151-15.286 20.994-40.738 45.286-71.752 35.912-45.85 102.71-113.281 216.994-174.153a10 10 0 0 1 10.85 16.712c-.436.341-44.5 35.041-95.212 98.6-46.672 58.49-108.714 154.13-139.243 277.6a10 10 0 0 1-9.707 7.6z' fill='%2320263a'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*=================Header Start=============*/

header.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}

header.scrolled .top-header {
    display: none;
}

.top-header {
    background-color: transparent;
    background-image: linear-gradient(225deg, var(--theme-main) 40%, var(--theme-secondary) 30%);
    width: 100%;
    position: relative;
}

.top-header .row {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-left a {
    color: #fff;
    transition: .5s;
    font-weight: 400;
    font-size: 18px;
}

.top-header-left a i {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
}

.top-header-left a:first-child {
    margin-right: 10px;
}

.top-header-right {
    text-align: right;
}

.top-header-right ul {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.top-header-right i {
    color: #fff;
    font-size: 16px;
}

.navbar-hover .navbar-brand {
    width: 210px;
    padding: 0;
}

.navbar-hover .nav-link {
    color: var(--theme-secondary);
    text-transform: capitalize;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 18px;
    font-weight: 400;
}

.navbar-hover .nav-item:not(:last-child) {
    margin-right: 30px;
}

.navbar-hover .nav-item.active .nav-link {
    padding-bottom: 0;
    color: var(--theme-main);
    font-weight: 700;
}

.navbar-hover .nav-link:hover,
.navbar-hover .nav-link:focus {
    color: var(--theme-main);
}

.navbar-hover ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.navbar-hover ul.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.navbar-hover ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #4f4f4f;
}

.navbar-hover .dropdown-item {
    text-transform: capitalize;
    color: #fff;
}

.navbar-hover .dropdown-menu {
    background: var(--theme-secondary);
}

.navbar-hover .dropdown-item:hover {
    background: #fff;
    color: var(--theme-secondary);
}

#navbarHover {
    justify-content: center;
}

/* <!-- ------------ Mobile Menu Start ---------- --> */
.mobile-menu-icon {
    background-color: var(--theme-secondary) !important;
    padding: 2px 4px !important;
}

.navbar-toggler-icon {
    background-image: url(../images/navigation.png) !important;
    width: 35px !important;
    height: 35px !important;
}

.mobile-menu .nav-item a {
    color: #fff;
    max-width: max-content;
}

/* <!-- ------------ Mobile Menu End ---------- --> */
/*=================Header End =============*/
/*================= Body Section Start=============*/
.home-banner {
    position: relative;
    background-image: url('../images/banner-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 950px;
}

.home-banner .row {
    align-items: center;
}

/* 
.home-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #FFFFFF;
    opacity: 0.1;
} */

.banner-row {
    position: absolute;
    width: 88%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.banner-content h1 {
    font-size: 58px;
		color: #222b6c;
    font-weight: 700;
    text-transform: capitalize;
/*     color: #2d3a9a; */
/*     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); */
/* 	text-shadow: 2px 2px 8px #ffffff; */
}

.banner-content h1 small {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.banner-btns {
    display: flex;
    column-gap: 20px;
    padding-top: 20px;
}

.enquiry-form {
    background: #fff;
    border-radius: 60px 0 0;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin-left: auto;
}

.enquiry-form-title {
    padding: 15px !important;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    width: 100%;
    background: var(--theme-main);
    font-size: 30px;
}

.enquiry-form form {
    padding: 30px;
}

.enquiry-form .row {
    row-gap: 0;
}

.enquiry-form input.form-control,
.enquiry-form .form-select {
    height: 45px;
}

.enquiry-form .form-control,
.enquiry-form .form-select,.enquiry-form .walcf7-datepicker {
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    background-color: #f7f7f7 !important;
    border-radius: 0;
        color: #7a7a7a;
        height: 45px;
        height: 40px;
        width: 100%;
        border:1px solid #ccc;
}
.contact-form-right .walcf7-datepicker{
    width: 100%;
    border-radius: 6px;
}
.contact-form-right .primary-btn {
    /* width: 100% !important; */
    /* display: block; */
    margin: 0 auto;
}
.service-right .enquiry-form-col {
    width: 100%;
}
.zoo-box .walcf7-datepicker {
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 6px;
    color: #000;
}
.zoo-box .primary-btn {
    margin: 0 auto;
}

.enquiry-form .form-control::placeholder,
.enquiry-form .form-control:focus,
.enquiry-form .form-control[type="text"],
.enquiry-form .form-control[type="email"],
.enquiry-form select,
.enquiry-form select:focus,
.enquiry-form .form-control {
    color: #7a7a7a;
}

.enquiry-form-col {
    position: relative;
}
.enquiry-form-col p {
	margin-bottom: 0 !important;
}
.enquiry-form-col i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--theme-main);
}

.enquiry-form-col-textarea i {
    top: 15%;
}

.enquiry-form-col-textarea textarea {
    height: 80px !important;
}

.enquiry-form .primary-btn {
    width: 100%;
    max-width: 100%;
    border: none;
	margin-top: 10px;
}

/* --- Banner End --- */
/* <!-- ------- Featured Section Start ---- --> */
.featured {
    position: relative;
    ;
}

.featured .row {
    gap: 0;
    align-items: center;
}

.featured-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #eaeaeb;
    text-align: center;
    position: relative;
}

.featured-box-bg {
    background: var(--theme-main);
}

.featured-box-bg h2,
.featured-box-bg i {
    color: #fff !important;
}

.featured-box i {
    font-size: 40px;
    color: var(--theme-main);
}

.featured-box-content h2 {
    color: var(--theme-secondary);
    font-weight: 700;
    font-size: 18px;
}

.featured-box-content p {
    text-transform: capitalize;
    font-weight: 500 !important;
    color: var(--theme-secondary);
    font-size: 17px;
    line-height: 30px;
    padding-top: 10px;
}

.featured-box-content span {
    text-transform: capitalize;
    font-weight: 500 !important;
    color: #fff;
}

/* <!-- ------- Featured Section End ---- --> */
/* ------- About Section Satrt --------- */
.about-img {
    position: relative;
    height: 600px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-content {
    padding-right: 40px;
}

.about-content .primary-btn {
    margin-top: 40px;
}

.about-content ul.list-box {
    border-top: 1px solid #00000026;
    padding-top: 20px;
}

.about-experience {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}

.about-experience-box h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--theme-main);
}

/* ------- About Section End --------- */
/* <!-- ------- relocation Section Start ---- --> */
.relocation .row {
    align-items: center;
}

.relocation-img {
    display: flex;
    align-items: center;
    gap: 50px;
}

.relocation-img img {
    height: 570px;
    object-fit: cover;
    width: 95%;
}
.relocation-img-one img {
	height: 520px;
}
.relocation-img-two img {
    height: 550px;
}
.relocation-img-three img {
    height: 550px;
    object-position: center left;
}
.relocation-content {
    box-shadow: 0px 5px 30px 0px rgb(0 0 0/10%);
    padding: 52px;
}

.relocation-box {
    display: flex;
    gap: 20px;
}

.relocation-box h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.relocation-box img {
    width: 50px;
    height: 50px;
}

.relocation-box:not(:last-child) {
    margin-bottom: 20px;
}

.relocation-content .primary-btn {
    margin-top: 40px;
}

/* <!-- ------- relocation Section End ---- --> */
/* ---- large-bg Start ---- */
.large-bg {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: 100px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.large-bg-contents {
    padding: 40px;
    background-color: #ffffffc2;
    border-radius: 15px;
    width: 90%;
    margin: auto;
}

.large-bg .section-title p {
    margin-top: 10px;
    margin-bottom: 20px !important;
}

.large-bg-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}

/* ---- large-bg End ---- */
/* ---- Call to action Start ---- */
.call-to-action {
    background-image: url(../images/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: 100px;
    background-position: 20% 20%;
}

.call-to-action::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(300deg, #FCD200 20%, #182937 20%);
    opacity: 0.85;
}

.call-to-action .secondary-title::before {
    display: none;
}

.call-to-action .section-title p {
    margin-top: 10px;
    margin-bottom: 20px !important;
}

.call-to-action-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}

/* ---- call to action End ---- */
/* <!-- ------- Top Activities Section Start ---- --> */
.activities-img {
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
}
.activities-img-first {
    height: 600px;
}
.activities-img-second {
    height: 835px;
}
.activities-img-third {
    height: 510px;
}
.activities-img-fourth {
	
}
.activities-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s;
}

.activities-img:hover img {
    transform: scale(1.05);
}

.activities-content-col {
    background: #f2f8fb;
}

.activities-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    height: 100%;
}

.activities-content .primary-title {
    font-size: 40px;
    line-height: 50px;
}
.activities-content .primary-btn {
    margin-top: 15px;
}
/* <!-- ------- Top Activities Section End ---- --> */
/* ---- Service Section ----- */

.service .service-row {
    row-gap: 30px;
    height: 100%;
}

.service-box {
    border-radius: 10px;
    transition: .4s;
    overflow: hidden;
    position: relative;
    background: #49529423;
}

.service-box .row {
    height: 100%;
}

.service-content {
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	min-height: 355px;
}

.service-box img {
    width: 32px;
}

.service-box:hover a {
    color: var(--theme-main);
}

.service-box .service-box-title {
    color: #303030;
    font-size: 25px;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 20px 0;
}

.service-btn {
    color: var(--theme-main);
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.service-btn svg {
    height: 20px;
    width: 20px;
    fill: var(--theme-main);
}

.service-btn svg path {
    fill: var(--theme-main);
}

/* ----- Service Section End ---- */
/* <!-- ------- service-process Section Start ---- --> */
.service-process {
    position: relative;
}

.service-process .section-title {
    position: relative;
    z-index: 1;
}

.service-process-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.service-process-content ul {
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-process-content ul li {
    position: relative;
    font-weight: 600;
    width: 20%;
    text-align: center;
}

.service-process-content ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    background-image: url(../images/service-process-img.png);
    height: 120px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 100%;
    filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.service-process-content ul li h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    padding-top: 30px;
    color: var(--theme-main);
}

.service-process-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 1px solid var(--theme-main);
    border-radius: 100%;
    overflow: hidden;
    padding: 30px;
    display: block;
    position: relative;
}

.service-process-icon img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* <!-- ------- service-process Section Start ---- --> */
/* <!-- ------- Why Section Start ---- --> */
.why .row {
    row-gap: 50px;
}

.why-top-right {
    background: var(--theme-main);
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.why-top-right-contact-img img {
    max-width: 60px;
}

.why-top-right-contact-info p {
    color: #fff !important;
}

.why-top-right-contact-info a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.why-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.why-box h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.why-box svg {
    height: 60px;
    width: 60px;
}

.why-box:hover {
    background: #eee;
}

/* <!-- ------- Why Section End ---- --> */
/* ------ Partners Section Start ----- */
.partners {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 100px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.owl-partners .items img {
    height: 100px;
    padding: 10px;
    object-fit: contain;
    margin: 30px 0 120px 0;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

/* ------ Partners Section End ----- */
/*================= Body Section End=============*/

/*================= Footer Start =============*/
footer {
    position: relative;
    background-image: url(../images/footer-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: left -100px center !important;
    background-size: cover !important;
    padding-top: 20px;
    background-color: #1b1b23 !important;
    overflow: hidden;
    position: relative;
    z-index: 9;
    clear: both;
}

.footer-contents {
    position: relative;
    z-index: 1;
}

.footer-logo a {
    width: 240px;
}

.footer-logo p {
    margin-top: 30px;
}

footer p {
    color: #fff;
}

footer a {
    transition: .4s;
    display: flex;
    max-width: max-content;
    color: #fff;
    font-weight: 400;
}

footer ul a:hover {
    color: var(--theme-main);
}

footer ul li a i {
    margin-right: 10px;
    margin-top: 4px;
    color: #fff;
}

.footer-title {
    text-transform: capitalize;
    font-size: 27px;
    position: relative;
    max-width: max-content;
    font-weight: 700;
    color: #fff;
}

footer ul {
    margin-top: 30px;
}

footer ul li:not(:last-child) {
    margin-bottom: 10px;
}

.quick-links a {
    text-transform: capitalize;
}

.quick-links li {
    position: relative;
    padding-left: 20px;
}

.quick-links li::before {
    content: '\f101';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 12px;
}

.footer-social {
    display: flex;
	flex-wrap: wrap;
    margin-top: 30px;
}

.footer-social li a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: #fff;
    max-width: unset;
    justify-content: center;
    align-items: center;
    color: var(--theme-main);
}

.footer-social li:not(:last-child) {
    margin-right: 10px;
}

.footer-social li a:hover {
    margin: 0;
    background: var(--theme-main);
}

.footer-social li a:hover i {
    color: #fff !important;
}

.footer-social li i {
    margin: 0;
    transition: .4s;
    color: var(--theme-main);
}

.footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.footer-bottom p a {
    padding-left: 5px;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-bottom p a:hover {
    text-decoration: underline !important;

}

.footer-payments p img {
    width: 300px;
}

.footer-center {
    border-top: 1px solid #FFFFFF1C;
    border-bottom: 1px solid #FFFFFF1C;
    padding-top: 60px;
    padding-bottom: 50px;
}

/*================= Footer End =============*/
/*<!-- ----------------- Bottom to Top Scroll Button Start ------------------>*/
#scrollTopBtn {
    position: fixed;
    bottom: 103px;
    right: 20px;
    display: none;
    border: none !important;
    background: var(--theme-main);
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    z-index: 9;
}

#scrollTopBtn.show {
    display: block;
}

/*<!-- ----------------- Bottom to Top Scroll Button End ------------------>*/

/*<!-- ----------------- Whatsapp Chat Start ------------------>*/
.whatsapp-chat {
    position: fixed;
    bottom: 53px;
    right: 20px;
    color: #fff;
    width: 40px;
    z-index: 9;
    /* filter: drop-shadow(2px 4px 6px black); */
}

@keyframes shakeWithPause {

    0%,
    10% {
        transform: translateX(0);
    }

    /* Start still */
    15% {
        transform: translateX(-10px);
    }

    /* Shake left */
    20% {
        transform: translateX(10px);
    }

    /* Shake right */
    25% {
        transform: translateX(-10px);
    }

    /* Shake left */
    30% {
        transform: translateX(10px);
    }

    /* Shake right */
    35% {
        transform: translateX(-5px);
    }

    /* Subtle left */
    40% {
        transform: translateX(5px);
    }

    /* Subtle right */
    45%,
    100% {
        transform: translateX(0);
    }

    /* Pause */
}

.shake {
    animation: shakeWithPause 3s ease-in-out infinite;
}

.fix-popup {
    cursor: pointer;
    position: fixed;
    left: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}
.fix-popup a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #403570;
    padding: 11px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

/*<!-- ----------------- Whatsapp Chat End ------------------>*/
/*===================================Responsive Start==========================*/
@media only screen and (max-width: 1399.5px) {

    .featured-box {
        padding: 40px 20px;
    }

    .service-process-content ul li a {
        font-size: 17px;
    }

    .plr-100 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .row {
        margin: 0 !important;
        --bs-gutter: unset !important;
    }

    .footer-contact-contents a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199.5px) {

    .navbar-hover .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .footer-title {
        font-size: 25px;
    }

    footer .row {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1024.5px) {
    .plr-100 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .section-title p {
        width: 95%;
    }

    .primary-title {
        font-size: 28px;
    }

    .banner-content h1 {
        font-size: 55px;
    }

    .form-section {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .about .section-title.pb-4 {
        padding-bottom: 0 !important;
    }

    .large-bg {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .relocation {
        padding-bottom: 0;
    }

    .enquiry-form {
        width: 95%;
    }

    .relocation .row {
        row-gap: 35px;
    }
    .primary-btn {
        padding: 15px 10px !important;
    }
    .navbar-hover .nav-item:not(:last-child) {
        margin-right: 12px;
    }
    .activities-content .primary-title {
    font-size: 30px;
   
}
.primary-btn {
    min-width: 140px !important;
    margin-bottom: 10px;
}
.large-bg-btn {
    display: block !important;
}

.relocation-content {
    padding: 20px;
}
.top-header-left {
    text-align: center;
}
.top-header-right ul {
    justify-content: center;
}
.activities-content .primary-title {
    font-size: 30px;
    margin-top: 30px;
}
  .footer-bottom-right {
    float: none;
    text-align: center;
}
.activities-content {
    padding: 25px;
} 
.price-box {
    padding: 20px;
}

}

@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li {
        position: relative;
    }

    .navbar-hover .collapse ul li:hover>ul {
        display: block;
    }

    .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }
.text-end {
    text-align: center !important;
}
.nav-link {
    color: #000 !important;
}

}

@media only screen and (max-width: 991.5px) {

    /* hover dropdown menus */
    .navbar-hover .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .row {
        row-gap: 10px;
    }
	.banner-row {
		position: unset !important;
		width: 100% !important;
		transform: unset !important;
	}
	.home-banner {
		height: max-content !important;
		padding-top: 220px;
		padding-bottom: 75px;
		background-position: center;
	}
    .zoo-box .form-group {
        margin-bottom: 10px;
    }
    .banner-content .secondary-title {
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    footer ul {
        margin-top: 35px;
    }

    .news-image {
        width: 60px;
        height: 40px;
    }
    .zoo-box {
    padding: 30px 20px;
	}
    .footer-social li a {
        height: 35px;
        width: 35px;
    }

    .service-process {
        padding-bottom: 60px;
        margin-top: 50px;
    }

    .large-bg {
        margin-top: 50px;
        width: 90%;
    }

    .testimonial img {
        margin-bottom: 40px !important;
    }
    .footer-contact.justify-content-center {
        justify-content: start !important;
    }
    .service-process-content ul {
        gap: 30px 10px;
    }
    .service-process-content ul li {
        width: 48%;
    }
    .enquiry-form-title {
    font-size: 26px;
	}
.service h2 {
    text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .footer p {
    text-align: center;
}
 .location-mov-left {
    margin-top: 20px;
}
.price-box {
    padding: 29px;
}
.nav-link {
    color: #000 !important;
}
.footer p {
    text-align: center;
}
nav.navbar.navbar-expand-lg.navbar-hover.plr-100 {
    background: #fff;
}
.inner-banner {
    padding: 210px 0 90px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
.service h2 {
    text-align: center;
}
.nav-link {
    color: #000 !important;
}
nav.navbar.navbar-expand-lg.navbar-hover.plr-100 {
    background: #fff;
}
.inner-banner {
        padding: 210px 0 90px;
    }
     .top-header-right {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .fix-popup {
        display: block;
    }
    .top-header-right {
        display: none;
    }
    nav.navbar.navbar-expand-lg.navbar-hover.plr-100 {
        background: #fff;
    }
    .inner-banner {
        padding: 210px 0 90px;
    }
    .privacy-content {
        text-align: center; 
    }
    .plr-100 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .inner-banner {
        padding: 210px 0 70px;
    }
    .navbar-hover .navbar-brand {
        width: 180px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .banner-box h2 {
        font-size: 30px;
    }
    .section-title {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .romeval {
        margin-bottom: 10px;
    }
    .primary-title {
        font-size: 20px;
    }
    .top-header-left {
        text-align: center;
    }
    .top-header-right ul {
        justify-content: center;
    }
    .secondary-title {
        font-size: 14px;
        font-weight: 600;
    }
    .about-img {
        height: auto;
    }
    .home-banner {
        height: 600px;
    }
    .relocation-content {
    padding: 0;
}
    .banner-content h1 {
        font-size: 45px;
    }
    .why .row {
    row-gap: 30px;
}
    .activities-content {
    padding: 0;
}
    .activities-content .primary-title {
        font-size: 29px;
        line-height: 40px;
    }
    .banner-content h1 span {
        font-size: 22px;
    }
    .activities-content {
        padding: 30px 0;
    }
    .featured .row {
        gap: 20px;
    }
    .about-content {
        padding-right: 0;
    }

    .about .row {
        row-gap: 30px;
    }

    .about-img img {
        height: auto;
    }

    .featured {
        margin-top: 30px;
    }

    .enquiry-form form {
        padding: 30px 0 0 0;
    }

    .enquiry-form .primary-btn {
		padding: 17px 60px !important;
		width: 95% !important;
		margin: 30px auto 0 auto !important;
	}
.banner-form {
    margin-top: 30px;
}
    .relocation-img {
        flex-direction: column;
    }

    .footer-social {
        margin-top: 15px;
    }

    .enquiry-form-title {
        font-size: 24px;
        padding: 25px 10px 0;
    }

    .large-bg .section-title p {
        margin-bottom: 20px !important;
    }

    .service-box a {
        font-size: 18px;
    }

    .partners {
        margin-top: 0;
    }

    button.owl-prev {
        left: 35%;
    }

    .owl-partners .items img {
        max-width: max-content;
        margin: 30px auto 100px auto;
    }

    button.owl-prev {
        left: 35%;
    }

    .service-process-content ul {
        flex-direction: column;
    }

    .service-process-content ul li {
        width: 100%;
    }
    .large-bg-btn {
        flex-direction: column;
        row-gap: 15px;
    }
    .footer-center {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom-right.text-end {
        text-align: center !important;
    }
    .relocation-content {
        padding: 0;
    }
    .primary-btn {
        min-width: 182px !important;
        margin-bottom: 10px;
    }
    .large-bg-btn {
        display: block;
    }
    .service h2 {
        font-size: 25px;
        text-align: center;
    }
    .nav-link {
        color: #000 !important;
    }
    .fix-popup {
        display: block;
    }
    .privacy-content h1 {
        text-align: center;
    }
    .privacy-content {
        text-align: center;
    }
}

@media only screen and (max-width: 320.5px) {
    .banner-content h1 {
        font-size: 24px;
    }

    .banner-btns {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

/*===================================Responsive End==========================*/

/* blog comment */
span.posted-on {
    display: block;
}
.entry-date {
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
}
time.updated {
    display: none;
}
.tags-links a {
    background: #e9e9e9;
    padding: 4px 9px;
    display: inline-block;
    margin: 0 0 8px;
    color: #000;
}
.comment-reply-title {
    text-align: left;
}
.comment-form-comment textarea {
    width: 100%;
    background: #f5f4f4;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 20px;
}
.form-submit .submit {
    background: #29aae1;
    color: #fff;
    padding: 9px 18px;
    border-radius: 5px;
}
.form-submit .submit:hover {
    background: #000;
    color: #fff;
}
p.comment-form-author {
    float: left;
}
p.comment-form-email {
    float: left;
}
p.comment-form-url {
    float: left;
}
p.comment-form-cookies-consent {
    width: 100%;
    float: left;
}
.comment-form-author input {
    background: #f5f4f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 43px;
    margin: 0 7px 0 0;
}
.comment-form-email input {
    background: #f5f4f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 43px;
    margin: 0 7px 0 0;
}
.comment-form-url input {
    background: #f5f4f4;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 43px;
    margin: 0 7px 0 0;
}
/* ============= Extra CSS =============== */
.service h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 20px 0 10px;
    font-weight: 600;
}
.service h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.service-list li {
    font-size: 17px;
    margin: 4px;
    color: #2c2424;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}
.service p {
    color: #2c2424;
    margin-bottom: 15px !important;
}
.service-left p {
    margin-bottom: 15px !important;
    color: #0a0808;
}
 
.service-list li i {
    position: absolute;
    left: 0;
    top: 6px;
}
.service-wizard ul li a::before {
    content: '\f101';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #495294;
    font-size: 15px;
}
.service-wizard ul li:hover {
    background: transparent !important;
}
/* ============================== */
.getin-touch .enquiry-form {
    width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.getin-touch {
    padding: 60px 0;
}
@media only screen and (max-width: 768px) {
	#mega-menu-primary {
		background: #111532 !important;
	}
	#mega-menu-primary .mega-menu-item {
		border-bottom: 1px solid #2c3656 !important;
	}
	#mega-menu-primary .mega-current-menu-item .mega-menu-link {
		background: #111532 !important;
	}
	#mega-menu-primary .mega-menu-item .mega-menu-link {
		padding: 0 10px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		background: #495294 !important;
	}
	.top-header-left a {
		display: block !important;
	}
	#mega-menu-primary .mega-menu-item .mega-menu-link {
		padding: 18px 10px !important;
		line-height: normal !important;
        height: auto !important;
		font-size: 16px !important;
	}
	.banner-row {
		position: unset !important;
		width: 100% !important;
		transform: unset !important;
	}
	.home-banner {
		height: max-content !important;
		padding-top: 220px;
		padding-bottom: 75px;
		background-position: center;
	}
	.enquiry-form {
		width: 100% !important;
	}
	.page-id-18 .banner-form {
		margin-top: 0;
	}
	.page-id-18 .getin-touch .container,
	.page-id-18 .getin-touch .container .col-md-8 {
		padding: 0 !important;
	}
	.page-id-18 .getin-touch .enquiry-form-title {
		font-size: 18px !important;
	}
}
.service-right .enquiry-form-col {
		margin-bottom: 0 !important;
	}

/* ================== */
.relocation-content {
    box-shadow: 0px 5px 30px 0px rgb(0 0 0/10%);
    padding: 20px;
}
.relocation-content p {
    margin-bottom: 15px !important;
}
.location-chose h3 {
    text-align: center;
    margin-bottom: 31px !important;
    margin-top: 30px;
}
.location-moving h3 {
    text-align: center;
}
.service h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 20px 0 10px;
    font-weight: 600;
    font-weight: bold;
}
.service h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.removalist-garrenty h3 {
    text-align: center;
}
.mid-title h3 {
    text-align: center;
    padding: 20px;
}
.last-minute h5 {
    font-size: 22px;
}
.garrerny-content {
    margin-top: 20px;
}
.service-list li {
    font-size: 17px;
    margin: 4px;
    color: #2c2424;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}
.location-title.cont-center {
    text-align: center;
    margin-bottom: 30px;
}
.garrerny-content h3 {
    margin-top: 30px;
}
.last-minute h3 {
    margin-bottom: 30px !important;
}
.location-title h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.stress-content p {
    margin-bottom: 14px !important;
    color: #0f0d0d;
}
.stress-free {
    padding: 40px 0;
}
.stress-free h3 {
    text-align: center;
    margin-top: 20px;
}
.location-mov-left h3 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.location-mov-right h3 {
    font-size: 27px;
    padding: 30px 0;
}
.last-minute h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.about-content .primary-btn {
    margin-top: 40px;
    margin: 20px auto;
}
.section-title h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
 
.location-mov-left h5 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
}
.location-list li i {
    position: absolute;
    left: 0;
    top: 9px;
    color: #495294;
}
.location-img2 img {
    width: 100%;
}
.location-list li {
    padding-left: 24px;
    position: relative;
    margin: 7px 0;
}

/*  */
.entry-title {
    font-size: 32px;
    padding-bottom: 40px;
}
.entry-content.about-area {
    padding-bottom: 80px;
}