@font-face {
    font-family: open_sans_ragular;
    src: url(font/OpenSans-Regular.ttf);
  }
@font-face {
    font-family: opensans-bold;
    src: url(font/OpenSans-Bold.ttf);
}
@font-face {
    font-family: opensans-light;
    src: url(font/OpenSans-Light.ttf);
}
@font-face {
    font-family: opensans-semibold;
    src: url(font/OpenSans-Semibold.ttf);
}
.bg-light-grey{
  background:#e7edf3;
}
.content-section {
  padding: 2.5rem 0;
}
.heading {
  font-family: opensans-semibold;
  margin-bottom: 2.5rem;
}
.section-heading {
  font-family: opensans-semibold;
  font-size: 2.2rem;
  color:#000;
}
.context-heading {
  font-size: 1.1rem;
  color: #8a8a8a;
  margin-top: 0.7rem;
  text-decoration: none;
}
.sub-heading {
  font-family: 'opensans-semibold';
  color: #033b68;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.sub-heading2 {
  font-family: open_sans_ragular;
  color: #8a8a8a;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

header {
  position: relative;

z-index: 3;
background: #ffffff38;
border-radius: 10px;

}
.navbar-brand {
  padding:0;
}
.navbar-brand img {
      width: 10rem;
}
.navbar-nav{
    font-family: opensans-bold;
}
.navbar-nav .nav-link {
    color: #222 !important;
    font-size: 0.9rem;
    margin: 0 0.3rem;
    font-family: open_sans_ragular;
}
.navbar-nav .nav-link.active {
  font-family: opensans-bold;
  border-bottom:3px solid #053e6c;
}
.navbar-nav .nav-link:hover {
  font-family: opensans-bold;
}
.btn-primary,.bg-primary {
  background-color: #043b68 !important;
  border-color:#043b68 !important;
}
.btn-login {
  border-radius: 25px;
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  font-family: open_sans_ragular;
  border-width: 2px;
  padding: 0.3rem 1.5rem;
  border-color: #053e6b
}
.btn-close{
  position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.85rem;
}
.link-btn {
  color:#043b68
}
.carousel-control-prev, .carousel-control-next {
    display: none;
}
.container-xl{
    font-family: opensans-bold;
}
.container-fluid{
    font-family: opensans-bold;
}
/* ---------------------------------header hover--------------------------------- */


/* -------------------------------- this is our product---------------------------------------- */
.product-card {
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
  text-decoration: none;
  display: block;
  border: none;
  border: 1px solid hsl(0deg 0% 0% / 6%);
  box-shadow: 1px 3px 5px #0000001c;
}
.product-card h4{
  font-size: 1.2rem;
  margin-top: 0.7rem;
  text-decoration: none;
  color: #000;
}
.product-card img {
      width: 9rem;
}
.product-card::before,
.product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 40%;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
    border-radius: 15px;
}

.product-card::before {
    background: lightwhite;
}

.product-card::after {
    /* border: 2px solid #007bff; */
}

.product-card:hover::before {
    opacity: 0.7;
}

.product-card:hover::after {
    opacity: 1;
}

.product-card:hover {
    transform: scale(1.05);
}

img {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover img {
    transform: scale(1.1);
}

/* Stores */
.stores {
  background: #f9fbfd
}
.location-card{
  transition:all .3s;
  cursor:pointer;
  border: 1px solid #eee;
  -webkit-box-shadow:-5px 19px 23px -9px rgba(0, 0, 0, 0.04) !important;
  box-shadow:-5px 19px 23px -9px rgba(0, 0, 0, 0.04) !important
}
.location-card .card-body {
  border-radius: 5px;
}
.location-card:hover {
  border:1px solid rgb(3 59 104 / 14%);
  transform:translateY(-0.5rem)scale(1.05);
}
  /* ------------------------this is scrolling-------------------------------- */
.scroll-container {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}

/* ------------------------------- costomer review------------------------------ */
.review-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.review-box p {
    font-size: 16px;
    color: #555;
}
.reviewer-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.reviewer-info img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.reviewer-info h5 {
    margin: 0;
    font-size: 1rem;
    color: #222;
}

/* ---------------------- our services scrolling--------------------- */
.scroll-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #f8f9fa;
}

.scroll-inner {
    display: flex;
    animation: scroll-right 20s linear infinite;
}

.scroll-item {
    flex: 0 0 auto;
    width: 260px;
    height: 260px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 5px;
}

.scroll-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.accordion-button{

}
.steps-section {
   background-color: #053e6c;
}
.steps-card {
  padding: 1rem;
}
.steps-card .card-img{
  width: 4rem;
}
.steps-card h5 {
  color: #000;
  font-size: 1.2rem;
  font-family: 'opensans-semibold';
}
.steps-card p {
  color:#6a6a6a;
  font-size: 0.9rem;
}
/* -------------------staps section-2------------------- */
.location-card .card-title {
  color:#e87a06;
    font-size: 1.2rem;
    font-family: 'opensans-semibold';
}

.location-card .card-text {
    font-size: 0.87rem;
    color: #8a8a8a;
    line-height: 1.5;
}
.location-card .time {
  color:#8a8a8a;
}
/* -----------------------location section---------------------------- */

/* ---------------------last copyright----------------------- */


.list-unstyled {
    padding-left: 0;
}

.list-unstyled li {
    margin-bottom: 10px;
}

.list-unstyled a {
    color: white;
    font-size: 0.87rem;
}
/* --------------------------Customer Reviews-------------------------------- */
.review-box p.card-text {
    font-weight: normal;
    font-size: 0.9rem;
    color: #333;
    font-family: open_sans_ragular;
    font-style: italic;
}

.review-box h5.card-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

footer {
  background-color: #002539;
}
.secondary-banner {
  background-image: url('../img/all-banner.png');
  padding: 4rem 0;
  background-size: cover;
}
.secondary-banner .heading {
  color:#fff;
  margin-bottom:0;
}

/* Contact */
.contact-us form label {
  color:#222
}
.form-card {
  margin: auto;
    border: 1px solid #ddd;
}
.form-content {
  padding: 1.5rem 2rem;
}
.w3ls-contact address {
      font-size: 0.85rem;
}

.social_section_1info {
  list-style-type: none;
  padding-left: 0;
}
.social_section_1info a {
  color:#fff;
  margin-right: 10px;
  font-size: 1.2rem;
}

/*Choose Service */
.service-card {
  box-shadow:2px 3px 4px rgb(0 0 0 / 10%);
}
.service-card h5 {
  font-size:1rem;
}
.service-card .price-text {
  font-size:15px;
}
.service-card .text-muted {
  font-size: 11px;
font-style: italic;
}
.steps-wrapper .main-content {
  padding: 1.5rem;
box-shadow: 1px 2px 7px rgb(0 0 0 / 14%);
}
.badge.offer {
  background: #ef6619;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
}
.img-gap {
  margin-right:15px;
}
.service-card .btn {
  font-size: 14px;
border-radius: 10px;
}
.form-wrapper {
  padding:1rem;
}
.app-footer {
  display:none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 111;
  right: 0;
  background: #fff;
  box-shadow: 1px 0px 5px rgb(0 0 0 / 19%);
  padding: 7px 0;
}
.app-footer .navbar-nav {
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.app-footer .nav-link {
  font-size: 13px;
  color: #707070;
  padding: 0;
  background: none;
  outline:none;
  font-family: 'Poppins', Dosis,sans-serif;
  border: 0;
}
.app-footer .nav-item i {
  color: #707070;
  font-size: 18px;
}
.owl-theme .owl-nav {
  display:none;
}


 .btn-custom {
   background-color: #28a745;
   color: #fff;
   border: none;
 }
 .btn-custom:hover {
   background-color: #218838;
 }
@media (max-width: 568px) {
    .app-footer {
        display: block !important;
    }
}
