body {
    font-family: 'Noto Sans Tamil', sans-serif;
}
.container{
	max-width: 90%;
}
.bg1{
	background: #A00000;
}
.btn1{
	border: 2px solid #FEC300;
	border-radius: 5px;
	color: #FEC300;
}
.btn1:hover{
	background: #FEC300;
}
.btn2{
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	color: #fff;
}
.btn2:hover{
	background: #fff;
}
.nav-link:hover{color: #FEC300}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.wt{
	color:#fff;
}
.bg2{
	background: #FEC300B2;
}
.menu a{
	font-weight: 400;
	font-size: 20px;
	color: #A00000;
	border-radius: 7px;
}
.menu a:hover{

    background: #a5000f;
    color: #ffd575 !important;
}
.banner{
	min-height: 85vh;
	display: flex;
	align-items: end;
	justify-content: center;
	/*background: url(../img/person.png),url(../img/bg.jpg);*/
	background-repeat: no-repeat;
    background-position: center bottom, center 33%;
    background-size: 24%, cover;
    padding: 3vh 0;
        overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0px;
}
#myVideo{
	    position: absolute;
    z-index: -1;
    /* top: 17px; */
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    left: 0;
}
.banner .container{
	position: relative;
    z-index: 999;
}
.banner .container .row{
    justify-content: end;
    align-items: end;
}
section.banner::after {
    content: "";
    position: absolute;
    z-index: 99;
    background: #ffffffe3;
    width: 100%;
    height: 100vh;
    top: 0px;
}
.f17{
	font-size: 17px;
}
.f45{
	font-size: 45px;
}
.rt{
	color: #A00000;
}
.f20{
	font-size: 20px;
}
.pos2{
	min-height: 85vh;
	background: url(../img/pos2.png),url(../img/bg2.png);
	background-repeat: no-repeat;
    background-position: 15% bottom, center top;
    background-size: 19%, cover;
    padding: 5vh;
}
.f24{
	font-size: 24px;
}
.f20{
font-size: 20px;
}
.f30{
	font-size: 30px;
}
.visil{
	background: url(../img/visil.png);
	background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    background-size: 23px;
}
.scroll {
    max-height: 370px;
    overflow: auto;
    position: relative;
}
/*.scroll:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff 60%, transparent 100%);
    width: 100%;
    height: 60px;
}*/
.scroll .bottom {
        content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff 0%, transparent 180%);
    width: 100%;
    height: 60px;
}
/*.scroll:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffffff 60%, transparent 100%);
    width: 100%;
    height: 60px;
}*/
.scroll .top {
    position: sticky;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffffff 0%, transparent 250%);
    width: 100%;
    height: 80px;
    margin-top: -40px;
}
.scroll{
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

.scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.people{
	background: url(../img/people.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 60vh;
}
.more{
	background: #DAD8D8;
	border-radius: 6px;
	color: #A00000;
	font-size: 20px;
}
.box {
    position: relative;
    background: #fff;
    border: 8px solid #FEC300;
    padding: 30px;
    border-radius: 10px 0 10px;
}
.try {
    position: absolute;
    bottom: -54px;
    left: -8px;
}
.voice{
	position: relative;
	background: linear-gradient(180deg, #DADADA 0%, #FFFFFF 100%);
}
.grandma {
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 9;
}
.color{
    position: absolute;
    height: 80px;
    background: linear-gradient(180deg, #A00000 0%, #A00000 35%, #FEC300 35%, #FEC300 65%, #A00000 65%, #A00000 100%);
    width: 100%;
    left: 0;
    bottom: 0;
}
.redbtn{
	background: #A00000;
	border-radius: 4px;
	color: #fff;
}
.redbtn:hover
{
	background: #ffca3b;
}
.f-menu{
	color: #000;
	font-size: 17px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.inner{
	background: url(../img/pos3.png),url(../img/flower.png),#A00000;
	min-height: 300px;
    background-repeat: no-repeat;
    background-position: 90% bottom, center;
    background-size: 11%, 31%;
    display: flex;
    align-items: end;
    padding: 3vh 0;
}
.f60{
	font-size: 60px;
}
#second .owl-nav {
    position: absolute;
    min-width: 127%;
    justify-content: space-between;
    display: flex;
    left: -90px;
    top: 42%;
}
#second .owl-next{
	color: transparent;
	background: url(../img/big-arro.png);
	width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#second .owl-prev{
	color: transparent;
	background: url(../img/big-arro.png);
	width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.input{
height: 60px;
background: #F2F2F1;
border: 1px solid #DDDDDD;
border-radius: 5px;
}

/**grey-css**/
.greybg{
	background: #d9d9d9;
}

.timeline-section{
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
}

.title{
    text-align:center;
    color:#a40000;
    font-size:48px;
    font-weight:700;
    margin-bottom:50px;
}
.list{margin-top:15px;
padding: 0px;}
.list li{list-style: inside;margin-bottom: 5px}
.yellowl{background: #ffc817;height:5px;border-radius: 4px;max-width: 250px;margin-bottom: 15px}
/* Timeline */
.timeline{
    position:relative;
    width:700px;
    margin:0 auto 60px;
}

.timeline-line{
    position:absolute;
    top:66px;
    left:0;
    width:100%;
    height:2px;
    background:#ffffff;
}

.timeline-progress{
    position:absolute;
    top:66px;
    left:0;
    height:2px;
    background:#a40000;
    width:0;
    transition:0.4s;
}

.timeline-points{
    display:flex;
    justify-content:space-between;
    position:relative;
}

.point{
    text-align:center;
    cursor:pointer;
}

.point span{
    display:block;
    font-size:28px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#fff;
    margin:auto;
    transition:0.3s;
}

.point.active span{
    background:#a40000;
}

.point label{
    display:block;
    margin-bottom:12px;
    font-size:28px;
    color:#111;
}

/* Content */
.slide-content{
    display:flex;
    align-items:center;
    gap:40px;
}

.image-box{
    width:340px;
    flex-shrink:0;
}

.image-box img{
    width:100%;
    border-radius:18px;
    border:5px solid #a40000;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.text-box{
    flex:1;
}

.text-box p{
    font-size:18px;
    line-height:1.8;
    color:#111;
}
.newspic_s {
    padding: 7px;
    border: 1px solid #cdcdcd;

}
.newspic_s img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .3s;
}
.newspic_p{
	border: 1px solid #ccc;
	padding: 15px;
}
.newspic_p img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .3s;
}
.newspic_s img:hover {
    transform: scale(1.03);
}
.newsbox {
    background: #efefef;
    padding: 20px;
    border: 1px solid #dfdfdf;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/**gallery-css**/
.gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gallery img{
    width:100%;
    height:220px;
    object-fit:cover;
    border:3px solid #fff;
    cursor:pointer;
    transition:.3s;
        padding: 5px;
    border: 1px solid #cccccc;
    box-shadow: 0px 7px 25px -2px #bfbfbfc4;
}
.gallery h6{margin-top: 15px;text-align: center;}
.gallery img:hover{
    transform:scale(1.03);
}

/* Popup */

.lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.lightbox.active{
    display:flex;
}

.lightbox img{
    max-width:90%;
    max-height:90vh;
    object-fit:contain;
}

.close{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:50px;
    cursor:pointer;
}

.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:70px;
    cursor:pointer;
    user-select:none;
    padding:20px;
}

.prev{
    left:20px;
}

.next{
    right:20px;
}

.counter{
    position:absolute;
    bottom:20px;
    color:#fff;
    font-size:18px;
}
/**complaint-start**/
.file {
width: 100%;
background: #f2f2f1;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border: 1px dashed #aeaeae;
border-radius: 5px;
}
.mytab{
position: relative;
width: fit-content;
margin: 0 auto;
}
.mytab:after {
content: "";
position: absolute;
left: 27px;
top: 20px;
height: 1px;
width: 90%;
background: #d8d8d8;
z-index: -1;
}

.mytab button{
color: #000;
background: #fff;
}
.mytab button.active{
color: #a00000 !important;
background-color: #fff !important;
}
.num{
background: #FFD54D;
width: 25px;
display: inline-flex;
height: 25px;
align-items: center;
justify-content: center;
border-radius: 20px;
margin-right: 5px;
}
/**complaint-end**/
@media(max-width: 1200px){
    .menu a{
        font-size: 14px;
    }
    .f20 {
    font-size: 17px;
}
#myVideo {
    top: -83px;
    transform: scale(2.0);
}
.grandma{
    display: none;
}
}
/* Responsive */
@media(max-width:991px){

    .timeline{
        width:100%;
    }

    .slide-content{
        flex-direction:column;
    }

    .image-box{
        width:100%;
        max-width:500px;
    }

    .title{
        font-size:36px;
    }

    .point label{
        font-size:16px;
    }
}

@media(max-width:768px){

    .gallery{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery img{
        height:180px;
    }

    .prev,
    .next{
        font-size:45px;
    }

    h1{
        font-size:34px;
    }
    .f45 {
    font-size: 25px;
}
.banner{
    max-height: 45vh !important;
    min-height: 40vh;
}
    #myVideo {
        top: 7px;
        transform: scale(2.0);
    }
    .f17 {
    font-size: 10px;
}
    .f20 {
        font-size: 14px;
    }
    .container {
    max-width: 100%;
}
.logo{
    max-width: 200px;
}
.pos2 {
    min-height: 100vh;
    background: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1vh;
}
.f60 {
    font-size: 30px;
}
.inner {
    background-position: 100% bottom, center;
    background-size: 42%, 92%;
    align-items: self-start; 
}
.f30 {
    font-size: 20px;
}
.timeline-points{
    top: 17px;
}
}

.hover15 {
    position: relative;
    overflow: hidden;
}
.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.hover14 {
    position: relative;
    overflow: hidden;
}
.hover14:hover img{
    transform: scale(1.01);
    transition: 0.3s all;
}
.hover14::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* From Uiverse.io by Madflows */ 
.more {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #DAD8D8;
  background-size: 400%;
  color: #A00000;
  border: none;
  cursor: pointer;
}
.more:hover{
    color: #fff;
}
.more:hover::before {
  transform: scaleX(1);
}

.more-content {
  position: relative;
  z-index: 1;
}

.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #A00000;
  transition: all 0.475s;
}
