.site-footer-two__logo-box::before 
{
  content: "";
  position: absolute;
  background-position: center;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: url('../images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1; 
  z-index: -1;
}

.about-two__right__img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: right !important; 
    padding-left: 20px !important; 
    padding-bottom: 20px !important;
    
}

.about-two__right__img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.about-two__right__img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    padding-left: 20px !important;
}

.about-two__right__img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.about-two__right__img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent
}


.about-two__right p
{
	font-family: var(--eduvers-font) !important;
    color: var(--eduvers-gray) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
    word-spacing: 2px !important;
}





 

.about-two__left__img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left !important; 
    padding-right: 20px !important; 
    padding-bottom: 20px !important;
    
}

.about-two__left__img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.about-two__left__img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    padding-right: 20px !important;
}

.about-two__left__img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.about-two__left__img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent
}

.blog-list__content p {
    font-family: var(--eduvers-font) !important;
    color: var(--eduvers-gray) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
    word-spacing: 2px !important;
}

.blog-list__content h4
{
    font-family: var(--eduvers-font-two) !important;
}


.blog-list__content ul li {
    font-family: var(--eduvers-font);
    color: var(--eduvers-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
    word-spacing: 2px;
}
 

.academic-details ul li::before
{
    display: none !important;
    padding-right: 0px !important;
}

.blog-list__content ul li::before {
    display: inline-block;
    font-size: 16px;
    color: var(--eduvers-base);
    font-family: 'icomoon' !important;
    content: "\e925";
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding-right: 10px;
}

.blog-list__content table 
{
    border : solid 2px var(--eduvers-base);
}
.blog-list__content table thead tr th
{

    background-color:  rgba(var(--eduvers-base-rgb), .20);
    border-bottom : solid 2px var(--eduvers-base) !important;
    color: var(--eduvers-black);
}
.blog-list__content table thead tr th, .blog-list__content table tbody tr td
{
    border : solid 1px var(--eduvers-base); padding-left: 15px; line-height: 35px;
}
.blog-list__content table thead tr th:nth-child(1),
.blog-list__content table tbody tr td:nth-child(1)
{
    text-align: center;
}
.blog-list__content table tbody tr:hover td
{
     background-color: #ede8e5;
}

.amenities-details h3
{
    color: var(--eduvers-base);
    text-transform: uppercase;
    font-weight: 700;
}

.committee-details h2 { 
        font-size: 42px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: var(--eduvers-font-two);
    color: var(--eduvers-black);
}
                                    .committee-details h3 {
    
    color: var(--eduvers-base); 
        font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: var(--eduvers-font-two); 
    margin-bottom: 10px;
}
.committee-details ul
{
    margin-bottom: 10px;
}
.committee-details p b, .committee-details p strong
{
    font-family: var(--eduvers-font) !important;
    color: var(--eduvers-gray) !important;   
}
.committee-details p 
{
    font-family: var(--eduvers-font) !important;
    color: var(--eduvers-gray) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important; 
    text-align: justify !important;
    word-spacing: 2px !important;
}
                                        .committee-details ul li {
    font-family: var(--eduvers-font);
    color: var(--eduvers-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: justify;
    word-spacing: 2px;
}
.committee-details ul li  {
    position: relative;
    display: list-item;
    align-items: center;
    gap: 10px;
}
.committee-details ul li::before {
    display: inline-block;
    font-size: 16px;
    color: var(--eduvers-base);
    font-family: 'icomoon' !important;
    content: "\e925";
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding-right: 10px;
}
.committee-details-table thead tr th, .committee-details-table tbody tr td
{
    text-align: left !important;
}











.about-us-dy ul li {
    font-family: var(--eduvers-font);
    color: var(--eduvers-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
    word-spacing: 2px;
}

.about-us-dy ul li  {
    position: relative;
    display: list-item;
    align-items: center;
    gap: 10px;
}
.about-us-dy ul li::before {
    display: inline-block;
    font-size: 16px;
    color: var(--eduvers-base);
    font-family: 'icomoon' !important;
    content: "\e925";
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding-right: 10px;
}

.about-us-dy h2 > span {
       color: var(--eduvers-base);
 }