/***************Navbar*****************/

.logohw{
    height: 80px;
}
.sticklogo{
    height: 62px;
}
.bgone{
    background-image: url(../img/home/slidebg.jpg);
background-size: cover;
background-attachment: fixed;
}
.whitetext{
    color: #d2d1d1;
}
.m-t50{
    margin-top:20px;
}
.pb-20{
    margin-bottom: 20px;
}
/***.facilities .news-block-one:nth-child(2n) .inner-box{
    border: 1px solid #43ecc5;
}
.facilities .news-block-one:nth-child(3n) .inner-box{
    border: 1px solid #9d9d9d;
}
.facilities .news-block-one:nth-child(4n) .inner-box{
    border: 1px solid #90c0fe;
}***/
.facilities .inner-box {
    height:200px;
   /** border: 1px solid #eeba3d;**/
    border: 1px solid #2626262e;
}
.facilities .lower-content h4{
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
 
line-height: 23px;
}
.facilities img{
    height:60px;
    margin-top:20px;
}
.bgtwo{
    position: relative;
}
.relative{
    position: relative;
}
.bgtwo::before{
    background-image: url(../img/home/bg-round.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: top left;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100px;
    z-index: -9;
}
.fre{
    font-size: 24px;
margin: 0px 243px;
line-height: 36px;
color: #585959;
text-transform: uppercase;
}
.tablenew thead td{
    font-size: 16px !important;
    font-weight: 500;
    background: #1f2020;
    color: #fff;
   
}
.tablenew{
    border:1px solid #15151563;
}
.tablenew td{
    border:1px solid #15151563;
}
.black{
    color:#000 !important;
}
.complimentry h4{
    font-size: 22px;
font-weight: 500;
padding-bottom: 14px;
}
.complimentry img{
    height:220px;

}
.complimentry .top-content {
    margin-bottom: 0px;
}
.complimentry {
    padding: 70px 0 0px;
}
.complimentry .row{
    padding-bottom: 40px;
}


/**************Footer****************/

.footlogo{
    height: 39px;
}
.bgthree{
    background-image: url(../img/home/locker.jpg);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgthree::before{    
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #eaeaeaed;
 
}

/**************About****************/

.page-title h3 {
    color: #fff;
    font-size: 42px;
    font-family: var(--prata);
    text-align: center;
}
.pt-40{
    padding-top: 40px;
}
html{
    scroll-behavior: smooth;
}

/***************Mandapam***************/

.vellayappa .table td, .table th {
    padding: 4px;
}
.vellayappa img{
    height:230px;
    width: 100%;
    object-fit:cover;
}
.vellayappa h3{
    font-size: 19px !important;
text-transform: uppercase; 
}











/*************REsponsive****************/


@media only screen and (max-width:900px){
    .moblogo{
        height: 56px;
    }
    .fre {
       
        margin: 0px 2px;
    }
    .tablenew thead td {
        font-size: 13px !important;
        font-weight: 300;
    }
    .tablenew td {
         
        padding: 2px;
    }
    
.sec-title h2{
    font-size: 25px;
}
.sec-title { 
    margin-bottom: 22px;
}
.donor-section .right-column {
    
    padding: 42px 15px 22px;
}
.call-to-action-two h1 {
    font-size: 22px;
     
    line-height: 38px;
}
.mob-pt20{
    padding-top:20px;
}
.history-section .text{
    text-align: justify;
}
.mobjustify{
    text-align: justify;
}
.page-title h3 {
    
    font-size: 19px;
    
    margin-bottom: 19px;
}
.page-title .bread-crumb li {
   
    font-size: 12px;
}
.sec-title h1 {
    
    font-size: 25px;
}
}