h1 {
  font-family: "Volkhov", serif;
}

.main-header {
  background-color: #0f9ed5;
}

.nav-item a.nav-link {
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  cursor: pointer;
}

.nav-item a.nav-link img {
  width: 10px;
  margin-right: 4px;
}

.logo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
  gap: 10px;
}

.logo-block img {
  width: 58px;
  flex-shrink: 0;
}

.logo-text {
  font-family: "Volkhov", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  word-break: break-word;
  white-space: normal;
}

@media (max-width: 768px) {
  .logo-text {
    font-size: 18px;
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .logo-text {
    font-size: 16px;
    max-width: 50%;
  }
}

.first-banner {
  text-align: center;
  color: #ffffff;
  background-image: url("./animate/first-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
}

.first-banner-inner-first {
  margin-bottom: 0px;
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
}

.main-banner-heading {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}

.seventh-banner-servicesinner {
  max-width: 60%;
  margin: auto;
}

.main-banner-sub-heading {
  margin-bottom: 0px;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #c4c3c3;
}

.happy-customer-listing {
  position: absolute;
  bottom: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 99;
}

.happy-customer-listing-inner-first,
.happy-customer-listing-inner-two {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 14px 20px;
  text-align: left;
  height: 58px;
  border-radius: 41px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.happy-customer-listing-inner-first,
.happy-customer-listing-inner-two {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.happy-customer-listing-inner-first img {
  width: 105px;
  margin-right: 10px;
}

.happy-customer-listing-inner-two img {
  width: 36px;
  margin-right: 10px;
}

.second-banner-services {
  padding: 100px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #000;
  position: relative;
}

.forth-banner-services {
  padding: 20px 0px;
  background-color: #ffffff;
  color: #000;
}

.forth-right {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.forth-right img {
  width: 100%;
}

.third-banner-services {
  padding: 50px 0px 100px 0px;
  text-align: center;
  background-color: #daf5ff;
  color: #000;
  position: relative;
}

.fifth-banner-services {
  padding: 50px 0px 100px 0px;
  text-align: center;
  background-color: #fff;
  color: #000;
  position: relative;
}

.services {
  margin-bottom: 0px;
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  color: #5e6282;
}

.service2 {
  margin-bottom: 8px !important;
}

.we-offer {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 62px;
}

.we-offer2 {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 20px;
}

.second-star {
  position: absolute;
  right: 0;
}

.second-star img {
  width: 100%;
  max-width: 100px;
}

.services-carousel img.service-image {
  width: 100%;
  max-width: 60px;
  margin-bottom: 10px;
  display: inline-block !important;
}

.services-carousel .address-pickup {
  font-size: 14px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.services-carousel .always {
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
  color: #5e6282;
  margin-bottom: 0px;
}

.services-carousel {
  /* background-color: #fff; */
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  border-radius: 50px;
  margin: 10px;
  position: relative;
}

.services-carousel:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.after-image {
  position: absolute;
  width: 100%;
  max-width: 60px;
  bottom: -14px;
  left: -31px;
}

.after-image img {
  width: 100%;
}

.third-banner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

.third-banner img {
  width: 100%;
}

.fifth-banner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.fifth-banner img {
  width: 100%;
}

.story-inner-left {
  display: flex;
  margin-bottom: 20px;
}

.story-inner-left-one {
  width: 100%;
  max-width: 40px;
  margin-right: 10px;
}

.story-inner-left-one img,
.sixth-left img {
  width: 100%;
}

.story-inner .always {
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #5e6282;
  margin-bottom: 0px;
}

.download-app {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.download-app a {
  background-color: #0f9ed5;
  border: 0px;
}

.download-app a img {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  margin-right: 20px;
}

.sixth-rigth .services {
  color: #ffffff !important;
}

.forth-left {
  padding-top: 100px;
  padding-left: 50px;
}

.sixth-banner-services {
  background-color: #0f9ed5;
  color: #ffffff;
  padding: 50px 0px;
}

.sixth-left {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.sixth-small {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.seventh-rigth {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  max-width: 450px;
  margin: 30px 4px 4px 30px;
  position: relative;
}

.seventh-rigth img {
  position: absolute;
  width: 100%;
  max-width: 50px;
  left: -25px;
  top: -25px;
}

.seventh-rigth-first {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #5e6282;
  margin-bottom: 25px;
}

.mike-taylor {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #5e6282;
  margin-bottom: 0px;
}

.mike-taylor2 {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #5e6282;
  margin-bottom: 0px;
}

.seventh-banner-services {
  padding: 100px 0px;
}

header {
  background: linear-gradient(90deg, #0f9ed5 0%, #000000 100%);
  color: #fff;
  padding: 20px;
  text-align: left;
}

.sub-headings {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.sub-headings-data {
  font-size: 16px;
  color: #484848;
  margin-bottom: 6px;
  font-family: "Poppins", serif;
}

.sub-headings-data a {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
}

.custom-margin-top {
  margin-top: 30px;
}

.owl-theme .owl-dots {
  position: absolute;
  left: -109%;
  bottom: 15px;
}

p.sub-headings-top {
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Volkhov", serif;
}

.custom-border-bottom {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(206, 205, 205);
  font-family: "Poppins", serif;
}

p.sub-headings-top2 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Volkhov", serif;
  margin-bottom: 7px;
}

h3,
span {
  font-family: "Volkhov", serif;
}

.last-block {
  padding-bottom: 20px;
}

li {
  font-size: 14px;
  font-family: "Poppins", serif;
}

li span.inner-sub-heading {
  font-weight: 600;
  font-size: 16px;
}

ol.main-one-order {
  list-style-type: lower-alpha;
}

ul.unordered-list-main {
  list-style-type: disc;
}

ol.main-one-order li {
  margin-bottom: 14px;
}

ul.unordered-list-main li {
  margin-bottom: 7px;
}

/* ol.top-main-ordered
{
	
} */

.submit-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
