@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
p,
input,
button,
span,
a {
  margin: 0;
  padding: 0;
  text-decoration:none;
}
body > header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 9;
}

header.stickyheader {
    background-color: rgba(255, 255, 255,0.95);
    position:fixed;
    width:100%;
	top: 0;
}
header.stickyheader nav.navbar {
    padding: 17px 0 0px;
}

ul.navbar-nav .menu-item a {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.846;
  text-align: right;
  padding: 15px 20px 17px 20px;
  color:#000;
  display:flex;
}
ul.navbar-nav .menu-item a:hover , ul.navbar-nav .menu-item.current-menu-item a {
  color: rgb(249, 142, 13);
}


ul.navbar-nav > .menu-item:last-child > a {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.846;
  text-align: right;
  padding: 15px 0px 17px 20px;
}

.navbar-nav > li {
    position: relative;
}
.navbar-nav > li > ul {
    position: absolute;
    background: #f98e0d;
    width: 200px;
    list-style: none;
    z-index: 1;
    display:none;
}
.navbar-nav > li:hover > ul {
    display:block;
}
.navbar-nav > li > ul > li > a {
    color:#000 !important;
    padding:10px 20px !important;
    font-size:12px !important;
}

.navbar-nav > li > ul > li:hover > a {
    color:#f98e0d !important;
}
.navbar-nav > li > ul > li:hover {
    background: #fff;
}

a.calltotop {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 28px;
  font-family: "Poppins";
  color: rgb(249, 142, 13);
  font-weight: 600;
  line-height: 0.438;
  text-decoration: none;
  justify-content: flex-end;
}

nav.navbar {
  padding: 17px 0 0px;
}

ul#menu-primary-menu >  li.menu-item-has-children {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 10px ) 45%;
    padding-right: 10px;
}
ul#menu-primary-menu >  li.menu-item-has-children:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f98e0d' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
    line-height: 0 !important;
}

/*----banner-------*/
section.banner {
  background: url('../img/bannerBackground.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.banner-inner {
  display: flex;
  align-items: center;
}

.banner-text {
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-image: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 24px;
  width: 100%;
}
.banner-form {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.569);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.569);
    max-width: 275px;
    padding: 26px 20px 20px 20px;
    border-radius: 15px;
}



.banner-text h1 {
  font-size: 2.2rem;
  color: rgb(255 173 75);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.406;
}

.banner-text h4 {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: italic;
  line-height: 1.875;
}
.banner-text h4 span {
    color: #f98e0d;
}
.banner-text ul {
  font-size: 1rem;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 2.095;
  text-align: left;
  list-style-image: url('../img/banner-tick.png');
  padding-left: 24px;
}

.banner-form h2 {
  font-size: 16.668px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: italic;
  line-height: 2.143;
  text-align: center;

}

.banner-form .form-control {
  padding: 0;
  border-radius: 0px;
  margin-bottom: 8px;
  border:0;
  background:transparent;
}

.banner-form input:not([type="checkbox"]) {
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 27px;
  font-size: 12.719px;
  font-family: "Poppins";
  color: rgb(147, 147, 147);
  line-height: 1.887;
  padding: 0 5px;
  outline: none;
  border-radius:4px;
}

.banner-form textarea {
  border-radius:4px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 100%;
  /* height: 27px; */
  font-size: 12.719px;
  font-family: "Poppins";
  color: rgb(147, 147, 147);
  line-height: 1.887;
  padding: 0 5px;
    outline: none;
}

.banner-form p label {
  line-height: 2.7;
}
.banner-form input[type="submit"] {
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(249, 142, 14);
    width: 100%;
    font-size: 0.8rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.363;
    height: auto;
    padding: 0.3rem;
    border-radius: 5px;
    font-weight: 600;
}

/*----about-us------*/
.about-uppr {
  display: flex;
  gap: 33px;
  padding: 40px 0 40px;
  align-items: flex-start;
}

.about-uppr h2 {
  font-size: 2.3rem;
  color: rgb(249, 142, 13);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}

.about-uppr h2 span {
  color: #000;
}

.about-uppr h4 {
  font-size: 1rem;
  color: rgb(249, 142, 13);
  font-weight: bold;
  line-height: 0.857;
  text-align: left;
  margin: 15px 0
}

.about-uppr p {
  font-size: 1rem;
  font-family: "Poppins";
  color: rgb(0, 0, 0);
  line-height: 1.4;
  margin-bottom: 15px;
}
.about.section ul {
  font-size: 1rem;
  font-family: "Poppins";
  line-height: 1.8;
  text-align: left;
  list-style-image: url('../img/color-list-style.png');
  padding-left: 24px;
  padding-bottom: 40px;
}

/*-----testimonials-------*/
.testimonials {
  padding: 40px 0;
  background: #f7efe5bd;
  padding: 5rem 0;
}

.testimonials h2 {
  font-size: 2rem;
  color: rgb(27, 26, 26);
  font-weight: bold;
  /* line-height: 0.028; */
  text-align: center;
  margin-bottom: 45px;
}

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonialimgContent {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.985px 0.419px 5.4px 0.6px rgba(39, 41, 48, 0.15);
  padding: 23px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  border: 1px solid #f98e0d;
  min-height: 192px;
}
.testimonialimgContent:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f98e0d;
  left: 3px;
  position: absolute;
  bottom: -14px;
  z-index: -1;
}
.testimonialBoxClient {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
  align-items: center;
}

.testimonials h5 {
  font-size: 16px;
  color: rgb(55, 54, 54);
  font-weight: bold;
  line-height: 1.375;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials h5 span {
  font-size: 13px;
  color: rgb(249, 142, 13);
  line-height: 1.692;
  text-align: left;
  font-weight: 400;
}

.testimonials .owl-dots {
  width: 100px;
  height: 5px;
  margin: 15px auto 0;
  display: flex;
  gap: 5px;
}

.testimonials .owl-dot {
  background-color: rgb(0, 0, 0);
  width: 30px;
  height: 5px;
  border-radius: 5px;
}

.testimonials .owl-dot.active {
  background: rgb(249, 142, 13);
}
/*----section.faq.section .accordion-flush>.accordion-item>.accordion-collapse {
    padding: var(--bs-accordion-btn-padding-y) 0;
    transition: none;
}
section.faq.section .accordion-item {
    background-color: transparent !important;
}
.accordion-button {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  gap: 8px;
  background: #fccf98;
  padding: var(--bs-accordion-btn-padding-y) 15px !important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
    transition: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f5a341;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button::after {
  margin-left: 0 !important;
}----*/

.accordion-list h3.accordion-button {
    padding: 1rem !important;
    background-color: #fccf98;
    position:relative;
    font-weight: 600;
    cursor:pointer;
}
.accordion-list li.active h3.accordion-button , .accordion-list li:hover h3.accordion-button {
    background-color: #f5a341;
}

ul.accordion-list {
    list-style: none;
}

.accordion-list .answer {
    padding: 1rem 0;
}

.accordion-list h3.accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    transform: var(--bs-accordion-btn-icon-transform);
    content: "";
    left: 15px;
    top: 14px;
    width: 20px;
    height: 20px;
}

.accordion-list li.active h3.accordion-button:after {
    transform:rotate(180deg);
}


/*----footer-------*/

section.footerUpr {
  background: #191919;
  padding: 45px 0;
  color: #fff;
}

.footer-upper {
  display: flex;
  justify-content: space-between;
}

footer h5 {
  font-size: 17px;
  color: rgb(249, 142, 13);
  font-weight: bold;
  line-height: 1.765;
  text-align: left;
  padding-bottom: 10px;
}

footer ul , footer ul li a  {
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(153, 153, 153);
  line-height: 1.692;
  text-align: left;
  list-style: none;
  text-decoration: none;
}
footer ul li a:hover  {
  color: rgb(249, 142, 13);
 
}

.follow ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.follow ul li a {
  border-radius: 50%;
  background-color: rgb(249, 142, 13);
  width: 29px;
  height: 28px;
  display: flex;
  justify-content: center;
}

.follow ul li a:hover , .banner-form button.submit:hover {
  background-color: rgba(249, 142, 13,0.7);
}

.follow ul li svg {
  width: 12px;
}

.follow ul li svg path {
  fill: #fff;
}

section.footerDown {
  background-color: rgb(249, 142, 13);
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 1.231;
  text-align: center;
}
/*-----moving services--------*/
section.movingServices.section {
  background: #f98e0d1c;
  padding: 5rem 0;
}

.movingServicesBox span {
  border-radius: 2px;
  background-color: rgb(0, 0, 0);
  width: 80px;
  height: 80px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
}

.movingServicesBox {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 47%;
}
.movingServicesBox svg {
    width: 270px;
}
.movingServicesMain {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.movingServicesBox h3 {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  line-height: 1.9;
  text-align: left;
  padding: 0;
  font-weight: 700;
}

.movingServicesBox p {
  font-size: 1rem;
  font-family: "Poppins";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  text-align: left;
}
section.movingServices.section h2 {
  font-size: 2rem;
  color: rgb(27, 26, 26);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
section.movingServices.section h4 {
    font-size: 1.3rem;
    font-family: "Poppins";
    color: rgb(249, 142, 13);
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

/*------Line Section---------*/


section.line.section {
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-color: #f98e0e;
  text-align: center;
  padding: 3rem 15px;
  background: rgb(228,232,235);
  background: linear-gradient(69deg, rgb(255 255 255) 0%, rgba(249, 142, 14, 1) 49%, rgb(255 255 255) 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
  background-size: cover;
  margin: 0%;
}


section.line.section h4 {
  font-size: 36px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.583;
}


section.line.section p {
    font-size: 48px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.438;
}

section.line.section h2.calltoline {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 24px;
}
/*-----FAQ---------*/

section.faq.section {
  padding: 3rem 0;
}

.faq.section h2 {
  font-size: 2.5rem;
  color: rgb(249, 142, 13);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}

.faq.section h2 span {
  color: #000;
}
body #reload_captcha {
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='M3.207,26.5l2.108-2.107l-0.32-0.353C2.741,21.552,1.5,18.342,1.5,15C1.5,7.556,7.556,1.5,15,1.5 c0.461,0,0.945,0.032,1.5,0.101v3.012C15.993,4.538,15.49,4.5,15,4.5C9.21,4.5,4.5,9.21,4.5,15c0,2.516,0.918,4.955,2.584,6.868 l0.352,0.404L9.5,20.207V26.5H3.207z'%3E%3C/path%3E%3Cg%3E%3Cpath fill='%23fff' d='M15,28.5c-0.461,0-0.945-0.032-1.5-0.101v-3.012c0.507,0.075,1.01,0.113,1.5,0.113 c5.79,0,10.5-4.71,10.5-10.5c0-2.516-0.918-4.955-2.584-6.868l-0.352-0.404L20.5,9.793V3.5h6.293l-2.108,2.107l0.32,0.353 C27.259,8.448,28.5,11.658,28.5,15C28.5,22.444,22.444,28.5,15,28.5z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.captcha {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0;
}

#input-captcha-cf7 {
    margin: 0 0 4px !important;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: flex;
}
.wpcf7-list-item {
    display: flex !important;
    margin: 0 0 0 0em !important;
    gap: 10px !important;
}
.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 10px;
    color: rgb(255, 255, 255);
    line-height: 3.572;
    text-align: center;
}
#reload_captcha img {
    padding: 5px !important;
    opacity:0;
}
body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 10px;
    bottom: -11px;
    font-weight: 600;
    background: #eee;
    width: 100%;
    padding-left: 5px;
}
button.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: 2px solid #f98e0d;
}
a {
    text-decoration:none;
}
nav .navbar-brand {
    margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0px 5px !important;
    border: 0px solid #00a0d2 !important;
    position: absolute;
    background: #f98e0e;
    left: 0;
    font-size: 12px;
    border-radius: 5px;
    bottom: auto;
    color: #fff;
    box-shadow: 0 0 5px #000;
}

.wpcf7 form {
    position:relative;
}


footer ul, footer ul li a {
    font-family: "Poppins";
}

.entry-header-inner.section-inner.medium {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(http://wp.zozotheme.com/wp-moverproe/wp-content/uploads/2020/10/breadcrumb-bg.jpg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
h1.entry-title {
    color: #fff;
    font-weight: 900;
}
.to-the-content-wrapper {
    display: none;
}

/*------about us page--------*/

.aboutwhyChoose {
    display: flex;
}
section.whychoose.section {
    background: #f7efe5bd;
}
.aboutwhyChoose > * {
    width: 50%;
    max-width: 50%;
    object-fit: cover;
}

section.whychoose.section ul {
    font-size: 1rem;
    font-family: "Poppins";
    line-height: 1.8;
    text-align: left;
    list-style-image: url("../img/color-list-style.png");
    display: flex;
    flex-wrap: wrap;
    padding-left: 19px;
    list-style-image: url(../img/color-list-style.png);
}

section.whychoose.section ul li {
    width: 50%;
    font-weight: 500;
    text-transform: uppercase;
}

section.whychoose.section .aboutContent {
    padding: 5rem 2rem 5rem 0rem;
}

section.whychoose.section h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

section.whychoose.section p {
    font-size: 1rem;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin-bottom: 15px;
}
section.whychoose.section ul li span {
    display: flex;
    font-weight: 300;
    font-size: 0.8rem;
    max-width: 80%;
    margin-bottom: 11px;
    line-height: 1.4rem;
    text-transform: none;
}

/*----Services-page-Section------*/
.single-offer-service {
  background: #ffffff none repeat scroll 0 0;
  transition: all .3s ease;
}
.offer-service-text {
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.offer-service-text h4 {
  color: #242424;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.offer-service-text p {
  color: #898989;
}
.offer-img-holder {
    overflow: hidden;
    display:inline-block;
    position:relative;
    width:100%;
}
.mission-left-img-holder img {
  width: 100%;
}
.single-offer-service:hover .offer-img-holder::after {
  background: rgba(20, 184, 255, 0.40) none repeat scroll 0 0;
  content: " ";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  display:block;
  z-index:-1;
}
.offer-img-holder img {
  width: 100%;
}
.single-offer-service:hover {
    background:rgb(249, 142, 13);
    padding: 0;
}
.single-offer-service:hover .offer-service-text h4{
    color:#ffffff;
}
.single-offer-service:hover .offer-service-text p{
    color:#ffffff;
}

.servicesChoose {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding:0;
}

.servicesChoose .single-offer-service {
    width: calc( 33% - 24px );
}
section.our_services.section h2 {
    font-size: 2.3rem;
    color: rgb(249, 142, 13);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    font-weight: 900;
    margin-bottom: 2rem;
}

section.our_services.section h2 span {
    color: rgb(0, 0, 0);
}
section.our_services.section {
    padding-bottom: 3rem;
}
/*------Contact Us Page--------------*/

body.Contact_Us .aboutContent.wpcf7 h6 {
    line-height: 1.5rem !important;
}

body.Contact_Us .aboutContent.wpcf7 {
    width: 100%;
}
body.Contact_Us .wpcf7-form-control-wrap .form-wrap {
    margin-bottom: 20px;
    width: 100%;
}
body.Contact_Us .wpcf7 input[type="text"], 
body.Contact_Us .wpcf7 input[type="email"], body.Contact_Us .wpcf7 textarea {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    color: #818181;
    font-size: 14px;
    min-height: 54px;
    padding-left: 25px;
    width: 100%;
    outline:none;
}
body.Contact_Us .wpcf7 .wpcf7-submit {
    background: #ffbb00 none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    outline: medium none;
    padding: 0 35px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 27px;
}
.top_btns a.default-btn {
    background: #f98e0d;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    width: fit-content;
    border-radius: 25px;
    margin: 0 auto;
}

/*------inner-Services---------*/

section.benifits.section {
    padding: 3rem 0;
    background: #f7efe5bd;
}
.benifit_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0;
}
.inner_benifit_box {
    background-color: #fff;
    box-shadow: 0 0 7.36px .64px rgb(117 117 117 / 31%);
    padding: 20px;
    position: relative;
        width: calc(50% - 20px);
}
.inner_benifit_box h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.inner_benifit_box h4 span {
    color: #f98e0d;
}
.mobmenur-container {
    position: absolute;
    right: 20px;
    border: 1px solid #f98e0d;
    background: #f98e0d;
    width: 54px;
    top: 19px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------Blog page-------*/

body.single .entry-content {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
body.single h4 {
    margin-top: 24px;
    margin-bottom: 7px;
    font-weight: 600;
}
body.single .banner-form {
    border-color: rgb(173 107 28);
    background-color: rgb(173 107 28);
    border-radius: 5px;
}
body.single ul#breadcrumbs {
    display: flex;
    background: #fff;
    justify-content: center;
    margin: 1rem auto;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 5px;
    gap: 5px;
    list-style:none;
}
body.post-template-default.single-post main h3 {
    margin-bottom: 15px;
    font-weight: 700;
    border: 1px solid;
    padding: 7px 10px;
}
body.post-template-default.single-post main h5 {
    font-weight: 600;
    margin-bottom: 7px;
}
body.single ul#breadcrumbs li a {
    color: #f98e0d;
    font-weight: 600;
}
body.blogs .offer-service-text h4 {
    text-transform: capitalize;
    margin: 0;
    padding: 0.6rem;
}

body.blogs .single-offer-service {
    border-radius: 10px;
    box-shadow: 0 0 25px #0000001f;
    position: relative;
    overflow: hidden;
}

body.blogs .offer-service-text .btn {
    background: #fbad4e;
    display: flex;
    width: fit-content;
    margin: 10px auto 0;
    font-weight: 600;
    font-size: 0.8rem;
}

body.blogs .offer-service-text .btn a {
    color:#000;
}
body.blogs .pagination {
    width: fit-content;
    margin: 2rem auto 0;
    padding: 0 5px;
    gap: 5px;
}

body.blogs .pagination > * {
    border: 1px solid #ccc;
    padding: 0 5px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins';
    border-radius: 4px;
}

body.blogs .pagination > *.current , .pagination > *:hover {
    background: #fbad4e;
    color: #000;
}
body.single-post .textContent p {
    margin-bottom: 15px;
}
body .mob-menu-header-holder {
    display: flex !important;
    padding: 1.04rem;
    background: #fff !important;
    height: auto !important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px #000;
}
body .mob-standard-logo , 
body .mob-menu-logo-holder {
    display: flex;
    height: auto !important;
}
body .mobmenur-container {
    position: relative;
    right: 0px;
    top: 0;
}
#mobmenuright li a {
    outline:none;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: #fbad4e !important;
    color: #fff !important;
}
.mobmenu-right-panel .mob-cancel-button {
    color: #fbad4e !important;
}

/*------Tearms-and-Conditions--------*/

div.Term_condi p , 
div.Term_condi ul li {
    font-size: 1rem;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
}

div.Term_condi ul.terms-condtions {
    padding-left: 20px;
    list-style: none;
}

div.Term_condi h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

div.Term_condi > ul.terms-condtions > li:before {
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 10px solid #000;
    border-bottom: 5px solid #000;
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
}

div.Term_condi > ul.terms-condtions > li > ul {
    margin-top:15px;
}
div.Term_condi > ul.terms-condtions > li > ul > li:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ff8c02;
    border-bottom: 5px solid transparent;
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
}

div.Term_condi > ul.terms-condtions > li > ul > li > ol {
	list-style: disc;
    margin-top: 15px;
}
div.Term_condi table#libity {
    margin-bottom: 15px;
}
div.Term_condi td ,div.Term_condi th {
    padding: 0.8rem 1rem;
}

.bg-section {
    background: #f7efe5bd !important;
}

/*----Area we serve --- */


.areas-serve .row {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #f6ecec;
}

.areas-serve {
    border-radius: 8px;
    overflow: hidden;
    padding: 0 15px;
}
.areas-serve .row h6 {
    margin: 0;
    line-height: normal;
    font-weight: 600;
    color: #cb7713;
    text-align: center;
    background: #f98e0d36;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.areas-serve .row p a {
    display: block;
    font-size: 15px;
    line-height: normal;
    line-height: 35px;
    color: #000;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
}

.areas-serve .row p {
    line-height: 38px;
    column-count: 3;
}

.areas-serve .row a:hover {
    color: #b2000e;
}

html , body {
    scroll-behavior: smooth;
}
