@font-face {
  font-family: 'iransans';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/IRANSansWeb.eot);
  src: url(/fonts/IRANSansWeb.eot) format("embedded-opentype"),
  url(/fonts/IRANSansWeb.woff2) format("woff2"),
  url(/fonts/IRANSansWeb.woff) format("woff"),
  url(/fonts/IRANSansWeb.ttf);
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  background: rgba(213, 213, 213, 0.4);
  height: 100%;
}

body {
  font-family: iransans !important;
}

a, a:hover{
  text-decoration: none !important;
}
img{
  max-width: 100%;
}
.white {
  color: white !important;
}

.ms-top {
  padding: 10px 5px;
  background: #0067B0;
  color: white;
  text-align: center;
  /*-ms-grid-columns: 1fr 1fr 1fr;*/
  /*    grid-template-columns: 1fr 1fr 1fr;*/
}

/*@media only screen and (max-width: 576px) {*/
/*  .ms-top-box {*/
/*    display: block;*/
/*    width: 100%;*/
/*  }*/
/*}*/

.navbar {
  background: #0077C0 !important;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: 0;
    border-bottom: .3em solid transparent;
    border-top: .3em solid transparent;
    border-left: .3em solid;
  }
}


.carousel-caption {
  background: rgba(128, 128, 128, 0.5);
  bottom: 80px !important;
}

.carousel-caption h5 {
  color: #FEC602;
  font-size: 2rem;
}

.carousel-caption p {
  color: white;
}

.hospitalEvents {
  width: 80%;
  background: #E14C4F;
  position: relative;
  left: 10%;
  color: white;
  height: 50px;
  top: -50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 1fr;
      grid-template-columns: 8fr 1fr;
  overflow: hidden;
  padding: 10px 30px 0 10px;
}

.hospitalEvents a{
  position: relative;
  bottom: 0px;
}

.hospitalEvents p {
  position: relative;
  bottom: 23px;
}

#flexcontainerdiv {
  position: relative;
  min-height: 350px;
  margin-bottom: 50px;
}
#flexcontainer{
  max-height: 350px;
}

@media screen and (max-width: 768px) {
  .hospitalEvents, #flexcontainer {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #flexcontainer {
    max-height: 0 !important;
  }
  #flexcontainerdiv {
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }
}

.content {
  padding: 0 100px;
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 20px;
  }
}

.accs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
}

@media only screen and (max-width: 992px) {
  .accs {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .accs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.accs .cards {
  position: relative;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  height: 245px;
}

.accs .cards:hover .cardTitle {
  padding-bottom: 15px;
}

.accs .cards:hover::before {
  background: rgba(213, 213, 213, 0.4);
}

.accs .cards::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.accs .cardTitle {
  background: rgba(213, 213, 213, 0.9);
  text-align: center;
  padding: 8px 0;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  -webkit-transition: 250ms;
  transition: 250ms;
  color: black !important;
  font-weight: bold;
}

.accs img {
  width: 100%;
  height: 100%;
}

.hospitalParts {
  margin: 20px 0;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  padding-bottom: 25px;
}

.hospitalParts .carousel-indicators li {
  background: #00CC99;
  border: 2px;
}

.hospitalParts .carousel-indicators {
  bottom: -30px;
}

.hospitalParts h4 {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}

.hospitalParts .parts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
}

@media only screen and (max-width: 992px) {
  .hospitalParts .parts {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.hospitalParts .cards {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 35px;
}

.hospitalParts .cards p {
  font-weight: bold;
}

.hospitalParts .cards:hover {
  background: #B2EEFE;
}

.news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 4fr;
      grid-template-columns: 1.5fr 4fr;
  background: white;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  margin: 20px 0;
}

@media only screen and (max-width: 992px) {
  .news {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.news a {
  text-decoration: none !important;
}

.news .detailed {
  padding: 10px;
}

.news .detailed .card-title {
  color: #587BA9;
}

.news .detailed .card {
  border: none !important;
  margin-bottom: 20px !important;
}

.news .detailed .card-img {
  width: 100%;
  height: 100%;
  border: 1px solid #999999 !important;
}

.news .digest {
  padding: 10px;
  border-right: 1px solid #DDDDDD;
}

.news .digest .card {
  margin-top: 20px;
}

.news .digest .h5 {
  width: 100%;
  background: white;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}

.films {
  background: url("http://www.ahvaz-apadana.ir/images/vedio.jpg");
  background-repeat: no-repeat;
  background-color: white;
  padding: 15px;
  background-size: cover;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  justify-items: start;
}

.films .h5 {
  margin-bottom: 25px;
}

.page-footer {
  background: url("http://apadana.test/images/bgfooter.jpg") no-repeat center center, #2c3539;
  background-size: cover;
  color: white;
}

.page-footer .container-fluid {
  padding: 10px 100px;
}

.page-footer .title {
  border-right: 2px solid white;
  padding-right: 5px;
}

.page-footer .pages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 768px) {
  .page-footer .pages {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .page-footer .pages {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-footer .pages a {
  color: white !important;
  line-height: 2.5rem;
}

.page-footer .footer-copyright {
  background: #24292D;
  text-align: center;
  color: white;
  padding: 30%;
}

@media only screen and (max-width: 992px) {
  .page-footer .footer-copyright {
    padding: 15%;
  }
}

.page-footer .footer-copyright .top {
  border-bottom: 5px solid white;
  border-radius: 10px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  margin-bottom: 10px;
  padding: 20px 0;
}

.page-footer .footer-copyright .middle {
  padding: 20px 0;
  line-height: 2rem;
}

.page-footer .footer-copyright .bottom {
  margin-top: 10px;
  border-top: 5px solid white;
  border-radius: 10px;
  padding: 20px 0;
}

.top-line {
  width: 100%;
  height: 10px;
  background: url(http://www.ahvaz-apadana.ir/images/footer-top-line.jpg);
  background-size: 100% 100%;
}

.introduction {
  background-color: white;
  padding: 15px 0;
  margin: 0 !important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  width: 100%;
}

.introduction .title-1 {
  border-bottom: 3px solid #0067B0;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .introduction .title-1 {
    margin-top: 20px;
  }
}

.introduction .title-2 {
  border-bottom: 3px solid #228B22;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .introduction .title-2 {
    margin-top: 20px;
  }
}

.introduction .title-3 {
  border-bottom: 3px solid #FF4500;
  padding-bottom: 15px;
  margin-top: 20px;
}

.introduction #carouselExampleIndicators1 .card {
  padding-bottom: 35px;
}

.introduction .carousel-indicators li {
  background: #999999;
  border: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.btn-group {
  display: block !important;
  width: 100%;
  border: 1px solid #1592A6;
  border-radius: 5px;
}

.btn-group .dropdown-menu {
  width: 100%;
}

.btn-group .btn {
  width: 100%;
  display: block;
}

.text-aligin-right {
  text-align: right !important;
}

.drInput {
  margin-top: 20px;
  border: 1px solid #1592A6;
  border-radius: 5px;
}

.interSicks .card {
  margin-bottom: 10px;
}

.newsArchive {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
}

.card-text {
  color: black;
}

.drpage,
.postPage,
.newsPage,
.categoriesPage {
  margin: 20px 0;
}

.drpage .list-group,
.postPage .list-group,
.newsPage .list-group,
.categoriesPage .list-group {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .drpage .list-group,
  .postPage .list-group,
  .newsPage .list-group,
  .categoriesPage .list-group {
    margin-top: 20px;
  }
}

.drpage .list-group .title,
.postPage .list-group .title,
.newsPage .list-group .title,
.categoriesPage .list-group .title {
  background: #0067B0;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

.drpage .list-group .list-group-item a,
.postPage .list-group .list-group-item a,
.newsPage .list-group .list-group-item a,
.categoriesPage .list-group .list-group-item a {
  text-decoration: none;
  color: black;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.drpage .list-group .list-group-item a:hover,
.postPage .list-group .list-group-item a:hover,
.newsPage .list-group .list-group-item a:hover,
.categoriesPage .list-group .list-group-item a:hover {
  color: #0077C0;
}

.postPage .card-text {
  line-height: 2rem;
  text-justify: auto;
}

.postPage .list-group {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .postPage .list-group {
    margin-top: 20px;
  }
}

.postPage .list-group .title {
  background: #0067B0;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

.postPage .list-group .list-group-item a {
  text-decoration: none;
  color: black;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.postPage .list-group .list-group-item a:hover {
  color: #0077C0;
}

.drpage {
  background: white;
  padding: 10px 5px;
}

.drpage .card {
  border: none;
  border-right: 6px solid #00CC99;
  border-radius: 0;
  text-align: right !important;
}

.drpage .img-fluid {
  min-height: 250px;
}

.drpage .title {
  background: #0067B0;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

.newsPage .card-img {
  width: 100%;
  height: 100%;
}

.newsPage a {
  text-decoration: none !important;
}

.newsPage .title {
  background: #0067B0;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}

.galleryPage {
  background: url("http://www.ahvaz-apadana.ir/images/bgGallery.jpg");
  padding: 50px 25px;
}

.categoriesPage .card-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
  width: 100%;
}

.categoriesPage a {
  text-decoration: none;
}

#carouselExampleIndicators5 {
  width: 100%;
}

#carouselExampleIndicators5 .car-item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 2fr;
      grid-template-columns: 4fr 2fr;
  margin: 10px 0;
}

#carouselExampleIndicators5 .car-item-inner img {
  width: 100%;
  height: 100%;
}

#carouselExampleIndicators5 .car-item-inner p {
  background: rgba(153, 153, 153, 0.5);
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container {
  padding: 0 100px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .flex-container {
    padding: 20px;
  }
}

.flex-container .flex-title {
  font-size: 25px;
  color: black;
  font-weight: bold;
  background: rgba(153, 153, 153, 0.6);
  padding: 15px 5px;
}

.flex-container .flex-slide {
  background-size: cover !important;
  background-position: center !important;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 5px gray;
          box-shadow: 0 0 5px gray;
}
/*# sourceMappingURL=apadana.css.map */