.bg-gray-light {
    background-color: #F5F5F5 !important;
}

.bg-gray-light-2 {
    background-color: #ECEFF1 !important;
}

.bg-jiro {
    background-color: #C2185B !important;
}

.bg-jiro-light {
    background-color: #FCE4EC !important;
}

.text-jiro {
    color: #AD1457 !important;
}

.text-jiro-hover {
    color: #AD1457 !important;
}

.text-jiro-hover:hover {
    color: #fff !important;
}

.text-jiro-light {
    color: #C2185B !important;
}

.cf-sbkiran-light {
    background-color: #E8F5E9 !important;
}

.text-sbkiran {
    color: #388E3C !important;
}

.text-sbkiran-light {
    color: #4CAF50 !important;
}

.footer.footer-bar-jiro {
    border-top: 1px solid white
}

.footer.footer-bar {
    padding: 15px 0
}

.btn-jiro {
    background-color: #AD1457 !important;
    border: 1px solid #AD1457 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(236, 64, 122, 0.3);
    box-shadow: 0 3px 5px 0 rgba(236, 64, 122, 0.3)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #EC407A !important;
    border-color: #EC407A !important;
    color: #fff !important
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-22 {
    font-size: 22px !important;
}

.vh-100-jiro {
    min-height: 100vh !important
}

.features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.features.fea-jiro .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.features.fea-jiro .content .title:hover {
    color: #D81B60 !important
}

.features.fea-jiro .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0.015;
    font-size: 180px
}

.features.fea-jiro:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    background-color: #AD1457 !important;
    color: #fff !important
}

.features.fea-jiro:hover .icon2,
.features.fea-jiro:hover .para {
    color: white !important
}

.features.fea-jiro:hover .content,
.features.fea-jiro:hover .icon2 {
    z-index: 2
}

.features.fea-jiro:hover .big-icon {
    opacity: 0.05
}

.news-img {
    width: 100% !important;
    height: 15rem !important;
}

.news-img-large {
    width: 100% !important;
    height: 18rem !important;
}

.right {
    right: 0px !important;
}

.image-logo-univ {
    width: 4.4rem !important;
    height: 4.4rem !important;
}

.blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
    font-size: 12px !important;
}

list-unstyled list-inline-item {
    font-size: 12px !important;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-left {
    text-align: left !important;
}

.ql-align-justify {
    text-align: justify !important;
}

.wrapper-custom {
    min-height: 100vh;
}

.reverse-direction {
    direction: ltr;
}

.un-reverse{
    direction: rtl;
}

.honor-image-style {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, #ffffff 0%, #dcdcdc 100%);
    box-shadow: inset 5px 5px 10px #ffffff, inset -5px -2px 10px #c0c0c0;
}

.honor-image-size {
    max-height: 2.5rem;
}

.honor-card {
    border-color: #4DB6AC !important;
}

.stable-height {
    min-height: 46vh !important;
}

.custom-side-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    /*background: rgba(0,0,0,0.35);*/
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
    border: 1px solid #4DB6AC;
}

.carousel .carousel-control-prev.custom-side-control {
    left: -7.25rem;
}

.carousel .carousel-control-next.custom-side-control {
    right: -7.25rem;
}

[dir="rtl"] .carousel .carousel-control-prev.custom-side-control {
    right: -3.25rem;
    left: auto;
}

[dir="rtl"] .carousel .carousel-control-next.custom-side-control {
    left: -3.25rem;
    right: auto;
}

.line-height {
    line-height: 1.75rem;
}
.img-size{
    width: 3.5rem;
    height: 3.5rem;
}
.img-size-small{
    height: 1.2rem;
    width: 1.2rem;
    /*margin-right: 8px;*/

}
.img-tick-size-small{
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 8px;
    margin-left: 8px;

}
.img-size-ultra-small{
    height: 0.8rem;
    width: 0.8rem;
}
.miror{
    transform: scaleX(-1);
}
.img-small{
   width: 1.7rem;
    height: 1.7rem;
}
.img-large{
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
}