/**
* Template Name: Ministry of Commerce
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/Ministry of Commerce-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

.slider_area {
  margin-top: 130px;
}
.header-top {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
  background-color: #2e9a59;
}

.affix {
    top: 0;
}
.item:hover {
  transform: scale(1.1);
}
p.card-text {
    text-align: justify;
}
.card {
    border: 1px solid #2e9a59;
    box-shadow: 0 13px 15px -8px rgba(32, 166, 240, 0.43);
    margin: 5px 7px 10px;
    transition: all .5s ease-in-out;
}
.card-img {
    height: 180px;
    overflow: hidden;
    
}
.card:hover {
  transform: scale(1.15);
}
/*.inner-page {
    padding: 20px;
}*/
.article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
}
.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2e9a59;
    margin: 0;
}
.blog-aside .widget-body {
    padding: 15px;
}
.article .article-title .media {
    padding-top: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-aside .widget-body li a {
    color: #901d78;
    text-decoration: none;
    /* background-color: transparent; */
    -webkit-text-decoration-skip: objects;
}
.blog-aside .widget-body li {
    list-style: inside;
    line-height: 2.5;
}
.breadcumb .container-fluid {
    padding: 20px 100px;
  }
.inner-page .container-fluid {
    padding: 20px 100px;
}
.accordion-area .container-fluid {
    padding: 20px 100px;
}
.fa-envelope {
    color: #901d78;
}
i.fas.fa-map-marker-alt {
    color: #901d78;
}
.fa-phone {
    color: #901d78;
}
i.fas.fa-angle-double-up {
    color: #fff;
}
.footer-item__logo a img {
    max-width: 85px!important;
    max-height: 85px!important;
}
.breadcumb {
    padding: 160px 0 25px!important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.breadcumb__title {
    color: #901d78!important;
    text-emphasis: triangle;
}
.emargency .table tbody tr td{
    color: black;
}
.blogs-details-summery {
    color: #000;
}
.widget-body.blogs-summery img {
    max-width: 100%;
    border-radius: 7px;
    margin: 5px;
}
.blogs-details-summery a.blog-item__thumb-link {
    margin: 5px;
    font-size: 14px;
}
.card-body {
    text-align: center!important;
}
.card-title {
    font-weight: bold!important;
}
.items-center button[disabled] {
    border-radius: 5px!important;
}
.items-center button {
    border-radius: 5px!important;
}
#group-info-show {
    font-size: 30px;
}
#group-info-show li {
    padding-top: 10px;
}
@font-face {
    font-family: 'ScriptMTBold';
    src: url('/fonts/ScriptMTBold.woff2') format('woff2'),
         url('/fonts/ScriptMTBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.header-title {
    color: #00913e;
    font-size: 32px;
    font-weight: bold;
    /* font-family: 'Script MT Bold', cursive; */
    font-family: Verdana, 'Script MT Bold', cursive;
}
.white-title {
    font-family: 'Lucida Calligraphy', cursive;
    font-size: 48px;
  }