h1,
h2,
h3,
h4 {
  color: rgb(96, 96, 97);
}

p {
  color: rgba(136, 137, 139, 1);
  /* font-size: 14px !important; */
}

@media (max-width: 450px) {
  .social-media-icon {
    display: none !important;
  }
}

/* ----header logo------ */
.logo-style {
  width: 7rem;
}

/*--- hero-section-start--- */

#bg-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.hero-main-section {
  background: white !important;
}

.fullx {
  margin-top: 5%;
}

.hero-heading {
  text-align: center;
  color: white;
  font-size: 80px !important;
}

/*--- hero-section-end----- */

/* ------background colour---- */

.theme-bg {
  background-color: #eaeaed !important;
}

/* -----------img------------- */

img {
  filter: grayscale(80%);
}

img:hover {
  filter: grayscale(30%);
}

/* ----about-section-start----- */

.about-section {
  padding-top: 0 !important;
}

.full {
  margin-top: 3%;
}

.about-image {
  height: 100% !important;
}

/* ----about-section-end----- */

/* services-start */

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.down_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.down-cards {
  flex: 1 1 300px;
  margin: 1rem;
  max-width: 300px;
}

@media (max-width: 768px) {
  .down_main {
    flex-direction: column;
    align-items: center;
  }

  .down-cards {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 1rem 0;
  }
}

/* ----footer----- */

.bg-logos {
  /*background-color: black; */
  display: inline-block;
}
.footer-link {
  margin-top: 38%;
}

.footer-images {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  width: 360px;
  gap: 0 !important;
}

.footer1-image {
  margin: 4px;
  padding: 0;
  width: 120px;
  height: 80px;
}

/* -----msg send------- */
.alert,
.success {
  width: 400px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: whitesmoke;
  padding: 8px 0;
}

.alert {
  background-color: rgb(252, 59, 59);
}
.success {
  background-color: rgb(44, 158, 24);
}

/*----------footer-----------*/
@media (max-width: 480px) {
  .footer-images {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    width: 270px;
    gap: 0 !important;
  }

  .footer1-image {
    margin: 4px;
    padding: 0;
    width: 90px;
    height: 60px !important;
  }
}

@media (max-width: 967px) and (min-width: 767px) {
  .footer-images {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    width: 300px;
    gap: 0 !important;
  }

  .footer1-image {
    margin: 4px;
    padding: 0;
    width: 100px;
    height: 70px !important;
  }
}

/*--------header--------*/

@media (max-width: 768px) {
  .small-role {
    padding: 10px !important;
    padding-top: 0px !important;
    min-width: 150px !important;
  }
  .iconhide {
    display: none !important;
  }
  .contact-sizes {
    flex-wrap: nowrap !important;
    /*padding-top: 3px !important;*/
  }
  .head-margin {
    margin-bottom: -21px;
  }
  .hero-heading {
    text-align: center;
    color: white;
    font-size: 25px !important;
  }
  .sub-heading-style {
    font-size: 0.8rem;
  }
  .navbar-responsive {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

/*-----header---------*/
@media (max-width: 417px) {
  .number-icon {
    flex-wrap: nowrap !important;
  }
  .adrs-margin {
    margin-left: 4px !important;
    font-size: 11px !important;
  }
  .call-margin {
    font-size: 11px !important;
  }
}
.menu-gap {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*----------blog------------*/
.area-grow {
  padding-bottom: 4px !important;
}

.line-down {
  padding-top: 10px !important;
}

/*------------mixed--------*/

.fullxx {
  margin-top: 5% !important;
  padding-bottom: 0px;
}
.fully {
  padding-bottom: 80px;
}

.fullblog {
  padding-top: 70px !important;
}
.fullyy {
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .fullservice {
    padding-top: 12px;
  }
  .downtestimonal {
    margin-top: 50px;
  }
  .fully {
    padding-bottom: 50px;
  }
  .fullblog {
    padding-top: 50px !important;
  }
}

/*responsive header sidebar css*/
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    padding-left: 20px;
  }
  .content-wrapper-mgr{
    margin-top: 115px;
  }
}

@media only screen and (min-width: 1400px) {
    .breadcrumb-wrap {
        padding: 101px 0 65px !important;
    }
}
.p-size p{
  font-size: 14px !important;
  line-height: 19px !important;
}

