@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color:#323232;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: black;
}
.topHeader{
  width: 100%;
  height: 5px;
  background-color: #b70925;
  border-bottom: 1px solid #fff;
}
.navbar {
  border-top: 5px solid #124d83;
}

.socialLinks ul {
  display: flex;
  justify-content: end;
}
.rightWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
.navbar-expand-lg .offcanvas {
  flex-grow: initial;
  width: 100%;
}
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #b70925;
  border-bottom: 3px solid #b70925;
}
.navbar-light .navbar-nav .nav-link {
  color: #7a631c;
  padding-right: 0;
  padding-left: 0;
  /* padding-bottom: 10px; */
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #b70925;
  border-bottom: 3px solid #b70925;
  padding-bottom: 8px;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item {
  margin-left: 24px;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: -5px;
  right: 100%;
}

.dropdown-menu > li > a:hover::after {
  text-decoration: unset;
  transform: rotate(90deg);
}
.dropdown-menu a {
  text-transform: uppercase;
  color: #7a631c;
}
.socialLinks ul li {
  margin-right: 5px;
  border: 1px solid #7a631c;
  border-radius: 50%;
}
.socialLinks ul li .fab {
  padding: 5px;
  color: #7a631c;
}
.socialLinks ul li:hover .fab {
  background-color: #b70925;
  color: white;
  border-radius: 50%;
}

.carousel-item img {
  height: 50vh;
}
.banner {
  background-image: url("../img/banner-st-mira-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.bannerWrapper h6 {
  padding: 8px 0 0 32px;
  font-size: 32px;
}
.bannerTitle {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  width: 78%;
  height: 75px;
  background-color: rgba(186, 8, 35, 0.5);
}

.bannerTitle h3 {
  padding: 15px 0 15px 32px;
  color: white;
  margin-bottom: 0;
  font-size: 37px;
}
.bannerSubTitle {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  width: 68%;
  height: 55px;
  background-color: rgba(18, 77, 131, 0.5);
}
.bannerSubTitle h5 {
  padding: 10px 0 10px 32px;
  color: white;
  margin-bottom: 0;
  font-size: 30px;
}
.titileButton .btn {
  background-color: #fff;
  color: black;
  font-weight: 700;
  font-style: italic;
  border-radius: 0;
  border-left: 5px solid #5e83a3;
}

/* quickLinks = Homepage
q-links =innerpage */
.quickLinks,
.q-links {
  text-align: center;
  background-color: rgb(245, 246, 241);
}
.q-links a.active .box{
  background-color: #fff;
}
.quickLinks p {
  margin-bottom: 0;
  font-size: 14px;
}
.q-links p {
  margin-bottom: 0;
  font-size: 12px;
}
.quickLinks .box {
  border-right: 1px solid #a1a388;
  border-bottom: 1px solid #a1a388;
  padding: 15px 0;
}
.q-links .box {
  border-right: 1px solid #a1a388;
  height: 100%;
  padding: 5px;
}
.q-links .boxone {
  border-right: 0;
  height: 100%;
  padding: 5px;
}
.quickLinks .box:hover,
.quickLinks .boxLast:hover,
.quickLinks .boxOne:hover,
.quickLinks .boxOneLast:hover,
.q-links .box:hover,
.q-links .boxone:hover {
  background-color: white;
}

.quickLinks .boxLast {
  border-right: 0;
  border-bottom: 1px solid #a1a388;
  padding: 15px 0;
}
.quickLinks .boxOne {
  border-right: 1px solid #a1a388;
  padding: 15px 0;
}
.quickLinks .boxOneLast {
  border-right: 0;
  padding: 20px 0;
}
.box .far,
.boxLast .far,
.boxOne .far,
.boxOneLast .far,
.box .fas,
.boxOne .fas,
.boxOneLast .fas,
.boxone .fas {
  color: #a1a388;
  margin-bottom: 10px;
}
.box:hover .far,
.boxLast:hover .far,
.boxOne:hover .far,
.boxOneLast:hover .far,
.box:hover .fas,
.boxOne:hover .fas,
.boxOneLast:hover .fas,
.boxone:hover .fas{
  color: #e40c2c;
}
.box:hover p,
.boxLast:hover p,
.boxOne:hover p,
.boxOneLast:hover p,
.box:hover p,
.boxOne:hover p,
.boxOneLast:hover p,
.boxone:hover p{
  color: #e40c2c;
}
/* .box a.active {
  background-color: #fff;
} */
.q-links a.active .box .far,
.q-links a.active .box .fas,
.q-links a.active .box p {
  color: #e40c2c;
}
/* innerpage Quick Links */

.title h3 {
  color: #145067;
  font-weight: 700;
}
.table > thead {
  background-color: #f6f6f6;
}
.table > thead > tr > th {
  color: #323232;
  font-style: italic;
}
tr:nth-child(even) {
  background: #fbfbfb;
}

.reports ul li .far {
  padding-right: 10px;
}
.reports ul li {
  margin-bottom: 10px;
}
.reports ul li a {
  color:#323232;
}
.certificates {
  text-align: center;
}
.certificates img {
  height: 416px;
  padding: 22px;
}
.cerificateInfo {
  position: relative;
  height: 100%;
}
.cerificateInfo .top {
  position: absolute;
  clip-path: polygon(60% 0, 60% 3%, 3% 3%, 3% 100%, 0 100%, 0 0);
  width: 26%;
  height: 28%;
  background-color: #9e9e9e;
  top: 0%;
  left: 16%;
}
.cerificateInfo .bottom {
  position: absolute;
  bottom: 29%;
  right: 16%;
  width: 26%;
  height: 28%;
  background-color: #9e9e9e;
  clip-path: polygon(96% 0, 100% 0, 100% 100%, 27% 100%, 27% 97%, 96% 96%);
}
.rrc {
  border-bottom: 5px solid #b70925;
}

/* page title */
.page-title-bg {
  background-color: #b70925;
  height: 120px;
}
.page-title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 120px;
}
.page-title h4 {
  margin-bottom: 0;
  color: #fff;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
  color: white;
  font-style: italic;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

/* Inner page content */
.inner-contetnt p,
.inner-contetnt .sub-wrapper li {
  color: black;
}
.list-group-flush {
  padding-left: revert;
}
.list-group-flush .list-group-item a {
  color:#323232;
}
ul.list-group-flush li::before {
  content: "\003E";
  padding-right: 15px;
}
ul.list li {
  color:#323232;
  margin-bottom: 10px;
  list-style-type: "\003E";
  padding-left: 10px;
  border-bottom: 1px solid #ebeff0;
  padding-bottom: 0.5rem;
}
.inner-contetnt h5 {
  color: #c66e27;
  font-weight: 500;
}
.inner-contetnt .sub-wrapper ul {
  list-style-type: lower-roman;
  padding-left: 0.8rem;
}
.criteria-wrapper .list-group-flush {
  padding-left: 0;
}
.sub-wrapper {
  padding-left: 5rem;
}
.criteria-wrapper .list-group-flush > .list-group-item,
.accordion-button:not(.collapsed) {
  border-width: thin;
  background-color: rgb(245, 246, 241);
  color:#323232;
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out;
}
.list-group-flush .list-group-item:hover{
 transform: translateX(10%);
}
.criteria-wrapper .criterion-Box {
  background-color: rgb(245, 246, 241);
  border: 1px solid #aad6e1;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.criteria-wrapper .criterion-Box:hover{
  transform: translateY(-5%);
  background-color: #aad6e1;
  color: #fff;
}

.criteria-wrapper .criterion-Box p {
  margin-bottom: 0;
  font-size: 14px;
}
.criteria-wrapper .accordion-body {
  background-color: rgb(245, 246, 241);
  padding: 24px 0;
}

/* footer */
.topFooter {
  border-top: 5px solid #124d83;
  background-color: #f5f6f1;
}
.topFooter h5 {
  font-style: italic;
  color: #145067;
}
.topFooter .left-wrapper h6 {
  color: #145067;
}
.topFooter .right-wrapper {
  text-align: end;
}
.topFooter .right-wrapper h6 a {
  color: #145067;
}
footer {
  background-color: #124d83;
  text-align: center;
}
.socialLinksMobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .navbar-nav .nav-item {
    margin-left: 0;
  }
  .banner {
    background-image: url("../img/banner-empty.jpg");

    width: 100%;
    height: 400px;
  }
  .bannerWrapper h6 {
    font-size: 25px;
  }
  .bannerTitle {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    width: 100%;
    height: 75px;
  }
  .bannerTitle h3 {
    font-size: 23px;
    padding: 12px 0 0px 32px;
  }
  .bannerSubTitle {
    width: 80%;
  }
  .bannerSubTitle h5 {
    padding: 3px 0 1px 32px;
    font-size: 20px;
  }
  .titileButton {
    text-align: center;
  }
  .quickLinks .box {
    border-right: none;
  }
  .quickLinks .boxOne {
    border-right: none;
    border-bottom: 1px solid #a1a388;
  }
  .cerificateInfo .top,
  .cerificateInfo .bottom {
    display: none;
  }
  .topFooter {
    text-align: center;
  }
  .topFooter .right-wrapper {
    text-align: center;
  }
  .socialLinks {
    display: none;
  }
  .socialLinksMobile {
    display: block;
  }
  .socialLinksMobile ul {
    display: flex;
    justify-content: center;
  }
  .socialLinksMobile ul li {
    margin-right: 5px;
    border: 1px solid #0085b5;
    border-radius: 50%;
  }
  .socialLinksMobile ul li .fab {
    padding: 5px;
    color: #55a7b3;
  }
  .q-links .box {
    border-right: none;
  }
  .q-links p {
    font-size: 12px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .page-title {
    align-items: center;
  }
  .list {
    padding-left: inherit;
  }
  .sub-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .quickLinks .box {
    padding: 10px;
    border-right: none;
  }
  .quickLinks .boxLast {
    padding: 10px;
  }
  .quickLinks .boxOne {
    border-bottom: 1px solid #a1a388;
    border-right: none;
    padding: 10px;
  }
  .quickLinks .boxOneLast {
    padding: 10px;
    border-bottom: 1px solid #a1a388;
  }
  .cerificateInfo .bottom {
    bottom: 15%;
  }
  .q-links .boxone {
    border-right: 1px solid #a1a388;
  }
}
@media only screen and (max-width: 1200px) {
  .cerificateInfo .top {
    left: 2%;
  }
  .cerificateInfo .bottom {
    bottom: 36%;
    right: 2%;
  }
}
@media only screen and (max-width: 1400px) {
  .cerificateInfo .top {
    left: 11%;
  }
  .cerificateInfo .bottom {
    bottom: 36%;
    right: 10%;
  }
}
