.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #FCE4B4;
    overflow-x: hidden;
    /*transition: 2s;*/
    padding-top: 150px;
    /*margin-top:100px;*/
    animation:fadeInRightBig 1s forwards;
    /*animation-direction: alternate;*/
    /*padding-left: 35px;
    padding-right: 35px;*/
    width:33.3333%;
    display:none;
    border-top:1px solid #fff;
}
.btn-ed {
    position: absolute;
    top: 0;
    padding: 10px;
    right: 0;
}
.sidenav a {
    padding: 4px 12px 0px 12px;
    text-decoration: none;
    font-size: 25px;
    color: #c95629;
    display: block;
    transition: 0.3s;
    border:2px solid;
    border-radius:50%;
    margin-top:10px;
}
.titleCaption{
    text-align:center;
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
    margin-top: 120px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
col-wd-12{
    width:100%;
     position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.col-wd-3 {
            width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    }

.col-wd-4 {
        width: 33.3%;
         position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    }
.clearst{
    display:none;
}
.media-carousel .carousel-control.left1{
        left: 0px !important;
    background-image: none;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 325px;
    font-size: 35px;
    color: #000;
}
.media-carousel .carousel-control.right1{
    right:0px !important;
    background-image: none;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 325px;
    font-size: 35px;
    color: #000;
}
.carousel-control.right1 {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

.align-st{
    text-align:justify;
    padding-right:15px;
    padding-left:15px;
    line-height:2.5em;
    /*margin-top: 100px;*/
    font-weight: bold;
    font-size: 16px;
    height:100%;
    /*transform:scale(0.95, 1.1);*/
}

.sidenav::-webkit-scrollbar {
    width: 10px;
}
 
.sidenav::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
 
.sidenav::-webkit-scrollbar-thumb {
  background-color: #c95629;
  outline: 1px solid #c95629;
  min-height:250px;
}
.vaasagar::-webkit-scrollbar-thumb {
  background-color: #c95629;
  outline: 1px solid #c95629;
  min-height:250px;
}
.vaasagar::-webkit-scrollbar {
    width: 10px;
}
 
.mathi1{
    transition:1s;
}


/*side nav1*/
.sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #c95629;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 125px;
    width:350px;
    margin-right:-350px;
}

.sidenav1 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    transform: scale(0.95, 1.1);
}

.sidenav1 a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav1 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav1 {padding-top: 15px;}
  .sidenav1 a {font-size: 18px;}
}




.sign-st{
    width:65%;
    margin-bottom:50px;
    text-align:right;
    float:right;
}

.dispst{
    display:block;
}


    .wrap {
width: 100%;
overflow:auto;
}

.fleft {
    float:left; 
    width: 40% !important;;
/*background:blue;*/
    /*height: 400px;*/
    margin-top:200px;
}

.fright {
float: right;
    background:#fff;
    height: 100%;
    width:60% !important;
    /*padding-top:60px;*/
    box-shadow: 10px 10px 10px 10px #000;
}
.align-st-1{
    padding: 50px;
    /*overflow: auto;*/
    font-weight: bold;
    font-size: 16px;
    transform:scale(0.98,1.1);
   
}
.fright img{
    width:100%;
}
.fright a{
    border:none;
    margin:0;
    padding:0;
}

.colst img{
    width:100%;
}





.slider {
  margin: 100px 0 10px 0;
  height: 110px;
  display: block;
  perspective: 1000px;
  position: relative;
  width: 100%;
  /*float:left;*/
  text-align:center;
  padding-right:550px;
  padding-left:200px;
  overflow:hidden;
  padding-top:10px;
  padding-bottom:10px;
}
.slider img {
  display: inline-block;
  width: 110px;
  position: absolute;
  backface-visibility: hidden;
  transition: 0.4s all;
 
  
}
.slider img.active {
  z-index: 4;
}


.sura{
    width:35% !important;
}

.ashok{
    width:60% !important;
}

.kira{
    width:50% !important;
}

.cho{
    width:45% !important;
}

.maha{
    width:70% !important;
}

.chezhi{
    width:65% !important;
}

.irai{
    width:55% !important;
}

.mani{
    width:20% !important;
}

.madhan{
    width:20% !important;
}

.poomani{
    width:45% !important;
}

.melan{
    width:65% !important;
}

.kalki{
    width:50% !important;
}

.nalli{
    width:80% !important;
}

.vijayan{
    width:60% !important;
}


.al-st{
    text-align:justify; text-indent: 2cm;
}

.hidden_new{
    height:150px;
    overflow:hidden;
    margin-bottom:20px;
}

.melum_for{
        text-align: right;
    font-weight: bold;
    font-size: 16px;
    color: #c9552a;
    cursor:pointer;
}
.hidden_new_active{
    height:auto !important;
    overflow:visible !important;
        background: #f1e4d1;
    padding: 35px;
}


.adpopup_wrapper
{
        position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    width: 100%;
    height: 100%;
        left: 0;
        display:none;
}

.adoverlay_pop
{
        width: 30%;
    background: #fff;
    margin: 0 auto;
    top: 20vh;
    position: relative;
    padding: 18px;
    border-radius: 5px;
}

.adpopClose
{
    position: relative;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor:pointer;
}

.catpopup_wrapper
{
        position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    width: 100%;
    height: 100%;
        left: 0;
        display:none;
}

.catoverlay_pop
{
        width: 40%;
    background: #fff;
    margin: 0 auto;
    top: 4vh;
    position: relative;
    padding: 25px;
    border-radius: 5px;
}

.catpopClose
{
   position: relative;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    top: -20px;
    cursor:pointer;
    transform: scale(1.3, 1.1);
    cursor: pointer;
}