html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hind", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 5rem;
  background: #004c97;
  color: white;
}
header h5 {
  font-size: 1.25rem !important;
  margin: 0.5rem 0 0 -3.5rem !important;
}
header a {
  text-decoration: none;
  color: white;
}
header * a:hover {
  background: #f8f9fa;
}
header .dropdown-toggle::after {
  display: none;
}
header input,
header button {
  border-radius: unset !important;
}
header .form-control:focus {
  box-shadow: unset !important;
}

.menu {
  display: none;
  margin: 0.25rem;
  padding: 0 0.5rem;
}

#logo {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
#logo img {
  width: 3.25rem;
  height: 3.25rem;
}

#Abt {
  position: relative;
}

#Abt::after {
  content: "";
  height: 0.25rem;
  width: 11rem;
  border-radius: 1rem;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #263238;
}

#Pdt {
  position: relative;
}

#Pdt::after {
  content: "";
  height: 0.25rem;
  width: 12rem;
  border-radius: 1rem;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #263238;
}

#Hdg {
  position: relative;
  margin-top: 3rem;
}
#Hdg::after {
  content: "";
  height: 0.25rem;
  width: 30rem;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #263238;
}

.dropdown-menu {
  border-radius: unset;
  font-size: 14px;
  background: #004c97;
  border: unset;
}
.dropdown-menu a {
  transition: all 0.3s ease;
}
.dropdown-menu a:hover {
  color: black !important;
}

.lower-header #specLink {
  transition: all 0.3s ease-in-out;
}
.lower-header #specLink:hover {
  color: black;
}
.lower-header .lowerHead {
  display: flex;
  justify-content: end;
}
.lower-header .lowerHead a {
  color: white;
}

@media (width > 991px) {
  .lower-header .lowerHead {
    display: flex !important;
    justify-content: end !important;
  }
  .lower-header .lowerHead .lower-header {
    display: flex !important;
    justify-content: end !important;
  }
}
@media (width < 991px) {
  .row {
    margin: 0 !important;
  }
  header h5 {
    margin: unset !important;
  }
  .heading .text-center {
    font-size: 18px !important;
  }
  .mainDiv {
    padding: unset !important;
  }
  .mainBackground {
    margin-top: -25px !important;
  }
  .owl-carousel {
    margin-top: 70px !important;
  }
  .shadow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .shadow h1 {
    margin-top: 1rem !important;
  }
  .featureSection {
    padding: 0.5rem 2rem !important;
  }
  .featureSection #row {
    justify-content: space-between !important;
  }
  .featureSection #column {
    width: unset !important;
  }
  .featureSection .row {
    display: flex;
    justify-content: space-between;
  }
  .featureSection .col-lg-4 {
    padding: unset;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    width: unset;
  }
  .featureSection .col-lg-4 i {
    font-size: 1.5rem;
  }
  #Responsive {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .menu {
    display: block;
    border-radius: unset;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
  }
  .menu i {
    display: flex;
  }
  .lower-header {
    padding: unset !important;
  }
  .lower-header .lowerHead {
    display: none;
    flex-direction: column;
    font-size: 13px;
  }
  .lower-header .lowerHead .headerLinks {
    flex-direction: column;
  }
  .lower-header .lowerHead .headerLinks a {
    padding: 1rem 0;
  }
  .lower-header .lowerHead .headerLinks .dropdown-menu a {
    padding: 0 1rem;
  }
}
.headerLinks {
  display: flex;
  align-items: center;
}
.headerLinks a {
  text-decoration: none;
  color: black;
  padding: 0 1.5rem;
}

button.btn {
  font-size: 14px;
  padding: 3px 6px;
}

.row {
  flex-grow: 1;
}

.col-lg-4 {
  padding: 1rem;
}
.col-lg-4 a {
  text-decoration: none;
  color: #263238;
}
.col-lg-4 a:hover {
  color: #004c97;
}

#container-fluid a {
  color: rgba(225, 225, 255, 0.5019607843);
  font-size: 14px;
  display: block;
  padding: 0.5rem 0;
}
#container-fluid a:hover {
  color: #0060c0;
}
@media (width < 991px) {
  #container-fluid a,
  #container-fluid p {
    font-size: 15px;
  }
}

.form-check a {
  text-decoration: none;
}

.owl-carousel {
  margin-top: 104px;
  background: #263238;
  color: white;
  display: flex !important;
  align-items: center !important;
  height: 60vh;
}

.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.owl-prev:hover {
  background: unset !important;
  color: black !important;
}
.owl-prev span {
  font-size: 3rem;
}

.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.owl-next:hover {
  background: unset !important;
  color: black !important;
}
.owl-next span {
  font-size: 3rem;
}

.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(0.25rem);
  box-shadow: 1px 3px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  footer .row > * {
    width: unset !important;
  }
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #0060c0 !important;
}
footer i {
  font-size: 1.25rem;
  padding: 0.25rem;
  margin: 0.25rem;
  border-radius: 50%;
  color: white;
  transition: all 0.25s ease-in-out;
}
footer i:hover {
  color: #0060c0;
}
footer p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

li {
  padding: 0.5rem 0;
}

.productSection .col-lg-4 {
  display: flex !important;
  justify-content: center !important;
}

.productSection button {
  margin: 1rem 0;
  padding: 0.5rem 1rem !important;
  transition: all 0.4s ease-in-out !important;
}
.productSection button:hover {
  background: #263238 !important;
  color: #e1e1e1 !important;
  border-color: #263238 !important;
}

.aboutSection {
  padding: 2rem 0;
}
.aboutSection .shadow {
  padding-top: 1rem;
}
.aboutSection p {
  font-family: "Poppins";
}

.aboutSection button {
  margin: 1rem;
  padding: 0.5rem 1rem !important;
  transition: all 0.4s ease-in-out !important;
}
.aboutSection button:hover {
  background: #263238 !important;
  color: #e1e1e1 !important;
  border-color: #263238 !important;
}

.featureSection i {
  padding: 1rem;
  font-size: 3rem;
  color: #e1e1e1;
  background: #004c97;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.featureSection i:hover {
  color: #ffc107;
}
.featureSection h5 {
  margin-top: 1rem;
}

.promotionCard input,
.promotionCard button {
  border-radius: unset !important;
}
.promotionCard .form-control:focus {
  box-shadow: unset !important;
}

@media (max-width: 991px) {
  #Text h5 {
    text-align: center;
    font-size: 1rem !important;
  }
  #RelatedProduct {
    margin-bottom: unset !important;
  }
  .main-img {
    top: 0 !important;
  }
  .more {
    padding-top: unset !important;
  }
  .below {
    padding-top: unset !important;
  }
  footer .col-lg-3 {
    text-align: left !important;
  }
  .owl-carousel h5,
  .productSection h5 {
    font-size: 15px !important;
  }
  .promotionCard h4 {
    font-size: 1rem;
  }
  .promotionCard input {
    padding: unset !important;
  }
  .promotionCard button {
    margin-left: 0.25rem !important;
  }
  .promotionCard label {
    font-size: 13px;
  }
  .heading {
    padding: 0.5rem !important;
  }
  .productSection .col-lg-4 {
    padding: 0.5rem !important;
  }
  .aboutSection {
    text-align: center;
    padding: 2rem 1rem !important;
  }
  .aboutSection button {
    margin: 0.25rem 0.25rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  .owl-carousel {
    padding: 0 1rem;
    height: unset;
  }
  .owl-carousel .col-6 {
    padding: 0.5rem !important;
  }
  .owl-carousel #mobileView {
    width: 50% !important;
  }
  .owl-carousel img {
    width: 100% !important;
  }
  header {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 991px) {
  #slider-2 {
    margin-top: unset !important;
  }
}
#slider-2 .owl-prev span,
#slider-2 .owl-next span {
  color: black;
}
#slider-2 .card {
  width: 18rem;
  background: white;
  border: 1px solid gainsboro;
  margin: 2rem 0;
}
#slider-2 .card button {
  margin: 1rem 0;
  padding: 0.5rem 1rem !important;
  transition: all 0.4s ease-in-out !important;
}
#slider-2 .card button:hover {
  background: #263238 !important;
  color: #e1e1e1 !important;
  border-color: #263238 !important;
}

#slider-3 {
  margin-top: unset !important;
}
#slider-3 .item {
  padding: 1.75rem 0;
}
#slider-3 .owl-prev span,
#slider-3 .owl-next span {
  color: black;
}

.productBackground {
  background-image: linear-gradient(to right, rgba(42, 42, 42, 0.71), rgba(38, 40, 40, 0.78)), url(img.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}
.productBackground .container {
  padding: 2.5rem 0 !important;
}
@media (width < 991px) {
  .productBackground {
    margin-top: 55px !important;
  }
}

.contactSection i {
  padding: 1rem;
  font-size: 3rem;
  color: #ffc107;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}

#Name {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}
#Name h5 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(to right, red, yellow, green);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
  footer {
    flex-wrap: wrap !important;
  }
  .menu {
    margin-left: 0.75rem !important;
  }
  .lower-header {
    margin-top: 3.5rem;
  }
  #para1 {
    font-size: 1rem !important;
  }
  #para2 {
    font-size: 14px;
  }
  #logo {
    width: 2.5rem;
    height: 2.5rem;
  }
  #logo img {
    width: 2rem;
    height: 2rem;
  }
  #Name h5 {
    font-size: 1.25rem !important;
  }
  #row {
    justify-content: center !important;
  }
  #column {
    width: 100% !important;
    justify-content: center !important;
    display: flex;
  }
  table {
    font-size: 14px;
  }
  .featureSection i {
    font-size: 1rem !important;
  }
  .featureSection h2 {
    font-size: 1.25rem;
  }
  .featureSection h5 {
    font-size: 14px !important;
  }
  .owl-carousel {
    margin-top: 55px !important;
    margin-bottom: unset !important;
  }
  #Hdg::after {
    content: "";
    width: 20rem;
  }
  .owl-carousel h4 {
    font-size: 0.8rem !important;
    margin: 0.25rem 0 !important;
  }
  .owl-carousel h5 {
    margin: 0.5rem 0 !important;
  }
  .owl-carousel p {
    font-size: 0.7rem;
    margin: unset !important;
  }
}
#topHeading {
  padding-top: 2.5rem;
}
#topHeading::before {
  content: "";
  position: absolute;
  width: 5rem;
  margin-top: -0.2rem;
  margin-left: -1rem;
  height: 0.25rem;
  border-radius: 1rem;
  background: #ffc107;
}
#topHeading::after {
  content: "";
  position: absolute;
  margin-top: 2.25rem;
  margin-left: -4rem;
  width: 5rem;
  height: 0.25rem;
  border-radius: 1rem;
  background: #ffc107;
}

.mainBackground {
  margin-top: 100px !important;
}
@media (width < 991px) {
  .mainBackground {
    margin-top: 70px !important;
  }
}
@media (width < 600px) {
  .mainBackground {
    margin-top: 55px !important;
  }
}/*# sourceMappingURL=Style.css.map */