@media (max-width: 1199px) {
  #navigation .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar .second-nav-toggler {
    margin: 0 auto 0 15px;
  }
  .section-head h2,
  .section-head-2 h2 {
    float: none;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 15px;
  }
  .section-head h2::after,
  .section-head-2 h2::after {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .section-head h2::before,
  .section-head-2 h2::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .section-head p,
  .section-head-2 p {
    float: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    text-align: center;
    max-width: max-content;
  }
  .story-box .years {
    width: calc(100% - 25px);
    text-align: center;
  }
  .story-box .year {
    text-align: end !important;
  }
  .counter-part .col-6 {
    justify-content: flex-start !important;
  }
  .footer-part .col-12 {
    border: 0;
  }
  .backtotop i {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .breadcrumb-title {
    padding: 50px 0;
  }
  .breadcrumb-title h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer-part .footer-icon-area .col-xl-4 {
    border-right: 0;
    border-bottom: 1px solid #264d73;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer-part .footer-icon-area .col-xl-4:last-child {
    border-bottom: 0;
  }
  .list-parent {
    display: block !important;
  }
  .flat-list {
    text-align: start;
  }
  .story-box .years {
    margin: 0;
    width: 100%;
  }
  .story-comment-right {
    margin: 0;
  }
  .counter-part .col-6 {
    justify-content: center !important;
  }
  .footer-copyright {
    padding-left: 0;
    padding-right: 0;
  }
  #navigation .navbar-brand img {
    width: 120px;
  }
  .sin-cont-info {
    margin-bottom: 0;
  }
}
/* RTL */
@media only screen and (min-width: 992px) {
  .header-item p:not(:last-child)::after {
    left: auto;
    right: 100%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 991px) {
  .banner-item .banner-caption h1 {
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .header-icon ul {
    float: left;
  }
  .footer-icon-text {
    text-align: start;
  }
}

/*# sourceMappingURL=res-new.css.map */
