img.img-fluid.dfdf {
  width: 150px;
  height: auto;
}

.bg-primary {
  background-color: #006bab !important;
}

.text-start a {
  color: #77655d;
  text-decoration: none;
  font-weight: 600;
}

h1 {
  color: #0068a3 !important;
  font-weight: 700;
}

h2 {
  color: #0068a3 !important;
  font-weight: 700;
}

:root {
  --primary: #0068a3 !important;
  --secondary: #faf3eb;
  --light: #ffffff;
  --dark: #2b2825;
}
.text-primary {
  color: #0068a3 !important;
}
.hero-header {
  background: url(../img/home.png);
  background-size: cover;
  border: 2px solid #95959566;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}
.btn-primary {
  color: #fff;
  background-color: #0068a3;
  border-color: #0068a3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2886a7;
  border-color: #0068a3;
}
img.position-absolute.w-100.h-100 {
  border: 2px solid #d1d0d0;
}

.bold-text a {
  color: #fff;
}
.dfsdf {
  padding-top: 8px !important;
  margin-bottom: 50px;
}
.d-flex.flex-column.justify-content-center.text-start.bg-secondary.border-inner.px-4 {
  width: 540px !important;
  height: 170px !important;
}

@media (max-width: 768px) {
  .d-flex.flex-column.justify-content-center.text-start.bg-secondary.border-inner.px-4 {
    width: 100% !important;
    height: 380px !important;
  }
	.hero-header {
  height: auto;
}
	.add-width{
		width:300px;
	}
}
img.img-fluid {
  border: 2px solid #eee;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}
img.wdfdf {
  width: 120px;
  /* margin-right: 155px; */
}
.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: 0.5s;
}
.bg-imgd {
  background: linear-gradient(rgb(43 40 37 / 89%), rgb(43 40 37)),
    url(../img/4k_yfJ.gif) center center no-repeat;
  background-size: cover;
  /* height: 300px; */
}
.flex-shrink-0 {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 5px;
}
img.img-icon {
    width: 80%;
}