body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 20px 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0;
  z-index: 9;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #00586d !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img {
  width: 180px;
  margin-left: 0px;
}

.navbar li.nav-item {
  padding: 0 8px;
}

.navbar a.nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 8px;
}

.sticky a.nav-link {
  color: #fff;
}

.sticky .navbar-brand {
  color: #fff;
}

.sticky .navbar-brand:hover {
  color: #333;
  transition: all 0.2s;
}

.navbar a.nav-link:hover {
  color: #c81705;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #333;
}

.navbar-brand {
  color: #00586d;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}

.navbar-brand:hover {
  color: #c81705;
}

.ph-color {
  color: #00586d;
}

/*<!--   banner area start   -->*/
.bg-image {
  background-image: url(image/banner/0.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-blend-mode: normal;
  background-size: cover;

  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/*
.mean-topic {
    margin-top: 500px;
    margin-left: 100px;
}
*/

.tugluu {
  font-size: 80px;
  font-weight: 800;
  color: #c81705;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 16px;
}

.cer-t {
  margin-left: 100px;
}
.padu {
  background-color: #fff;
}

.bg-three {
  background-image: url(image/banner/0.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-blend-mode: normal;
  background-size: cover;

  /*    banner aare end*/
}
.card-b {
  box-shadow: 1px;
}
.doct-c img {
  border-radius: 10px;
}
.btnn-two {
  padding: 12px 20px;
  background-color: #00586d;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btnn-two:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #0b94f5;
}

.btn-two {
  padding: 12px 20px;
  background-color: #00586d;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  border: solid 2px !important;
  transition: all 0.3s;
}

.btn-two:hover {
  background-color: #fff;
  color: #00586d !important;
  border: solid 2px !important;
  transition: all 0.3s;
}

/*<!--    banner area end -->*/

/*service area start*/
.card-one {
  box-shadow: rgba(144, 178, 196, 0.45) 0px 0px 0px 1px;
  transition: 0.3s;
  height: 98%;
}

.card-one p {
  padding: 20px;
}

.card-one:hover {
  transform: scale(0.9);
  transition: 0.3s;
}
.dpt {
  color: #00586d;
  transition: 0.6s;
  padding: 12px 0;
}

.card-one:hover .dpt {
  background-color: #00586d;
  color: #fff;
  transition: 0.6s;
}
/*service area end */

/* department area start */
.image-box {
  overflow: hidden;
}
.nafis-img {
  border-radius: 8px 8px 0 0;
  transition: 0.4s;
}

.nafis-img:hover {
  transform: scale(1.1);
  transition: 0.4s;
  border-radius: 8px;
}

/* department area end */

/*gallery area start*/

.bg-one {
  background: rgba(93, 140, 142, 0.63);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-size: cover;
}
.g-img {
  border-radius: 10px;
}
.img-box {
  position: relative;
  transition: all 0.3s;
}

.img-box img {
  border-radius: 10px 10px 0 0;
  transition: all 0.3s;
}

.img-box p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  color: #00586d;
  font-size: 52px;
  text-align: center;
  display: none;
  transition: all 0.3s;
}

.overly {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(211, 202, 202, 0.62);
  display: none;
  transition: all 0.3s;
  border-radius: 10px 10px 0 0;
}

.img-box:hover p {
  display: block;
  transition: all 0.3s;
}

.img-box:hover .overly {
  display: block;
  transition: all 0.3s;
}

/* Testimonials area start */

.bg-two {
  background-image: url(image/customer/0%20bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-size: cover;
}

.card-c {
  position: relative;
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s;
}

.card-c img {
  position: absolute;

  left: 150px;
  width: 80px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.red-zone {
  position: absolute;
  bottom: 0;
}

.card-c:hover {
  transform: scale(0.9);
  transition: 0.4s;
}

.block-classic {
  padding: 41px 45px 41px 45px;
  width: 100%;
  padding: 24px 40px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
}
/* Testimonials area end */

/*blog area start*/
.card {
  border-radius: 10px 10px 0 0;
}

.card img {
  border-radius: 10px 10px 0 0;
}

.post-meta {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  overflow: hidden;
}

.post-meta span i {
  color: #00586d;
  padding-right: 3px;
}

/*blog area end*/

/*contact area start*/
.hd {
  color: #00586d;
}
.taklu {
  padding: 15px 25px !important;
}

.s-icon {
  padding: 5px 8px;
}
.d-icon {
  color: #00586d;
}
.get-in {
  padding-left: 80px;
}
/*contact area end*/

/*footer area start*/

.footer {
  padding: 90px 0 40px;
  background: #00586d;
  color: #fff;
}

.foot_social_link {
  list-style-type: none;
  margin-top: 19px;
  display: inline;
}
.fot-s {
  color: #fff;
}
.fot-s:hover {
  color: #009fc7;
}
.fot-m {
  color: #00586d;
}
/*footer area end*/

/*Responsive css*/

@media screen and (max-width: 600px) {
  .navbar-toggler {
    border: 0;
    color: #000;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .bg-image {
    height: 70vh;
  }

  .tugluu {
    font-size: 52px;
  }

  .sticky a.nav-link {
    color: #000;
  }
}
