section.featuresAsideBlock {
    position: relative;
}
.fabBtNoteTextWrap {
    background: #003c6d;
}

#about-part {

    padding: 50px 0;
}
.pageMainHead {
    min-height: 180px;
}

.table-responsive {
    display: revert;
}
thead {
    background: #a50d0f9e;
    color: #fff;
}

.ssArrowVi {
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 23px;
    width: 51px;
    height: 51px;
}

.section-title3 h3 {
    position: relative;
}
.section-title3 h3:before {
    position: absolute;
    /* content: ""; */
    width: 80px;
    background: #000;
    top: 36px;
    height: 2px;
    /* bottom: 0; */
    left: 0;
}
.section-title3 h3:after {
    position: absolute;
    content: "";
    width: 86px;
    background: #d92128;
    height: 3px;
    left: 0;
    bottom: -9px;
}
.innrHead{
    font-size: 35px;
}

.counter {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 10px;
	/* position: absolute; */
	top: 0;
	left: 110px;
	width: 130px;
}
.counter h2 {

	font-size: 27px;
	text-align: center;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    }

    .counter h6 {
        font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        /* font-size: 1.0625rem; */
        /* font-weight: 400; */
        /* line-height: 1.5294117647; */
        color: #62718d;
        /* text-align: left; */
        text-align: center;
    }
    .footerAside {
        border-top: 2px solid #000;
    }


    .main .contGal {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
      }
      .main .card {
        color: #252a32;
        border-radius: 2px;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
      }
      .main .card-image {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 70%;
        background: #ffffff;
      }
      .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      h3.fwMedium {
        font-size: 17px;
        font-weight: bold;
    }
      @media only screen and (max-width: 600px) {
        .main .contGal {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 1rem;
        }
      }
