
  
  body {
   background-image: url("../images/bg.jpg");/*bw.png*/
   background-color: #cccccc;    
   height: 100vh;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Noto Sans Tamil','Roboto', sans-serif !important;
  }


  h1
  {
    color: rgba(202, 135, 13, 0.85);
    /*  box-shadow: 0px -1px 20px 0px #8c1414;*/
    /*display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;*/
    font-weight: bold;
  }
  .leftclousure
  {
    width: 32%;
    border-style: solid;
    border-width: 0px;
    text-align: right;
    position: absolute;
    top:110px;
  }
  
   .rightclousure
  {
    float: right;
    width: 35%;
    border-style: solid;
    border-width: 0px;
   position: absolute;
    right: 0;
    top: 110px;
    
  }
 .rightclousure ul li
  {
    padding-top: 50px;
    text-transform: none;
    list-style-type: none;
  }

  .leftclousure ul li
  {
    padding-top: 50px;
    text-transform: none;
    list-style-type: none;
  }

  .glmbutton{
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;  
  max-width: 250px;
  text-decoration: none;
  border-radius: 4px; 
  font-weight: bold;
  color: rgba(58, 68, 6, 0.88);
  box-shadow: #ffb100 0 0px 0px 2px inset;
  background-color: transparent;
  border: none;    
  padding: 16px 32px;
  text-align: center;  
  font-size: 16px;
  margin: 4px 54px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;   
  animation: fadein 4s;
  -moz-animation: fadein 4s; /* Firefox */
  -webkit-animation: fadein 4s; /* Safari and Chrome */
  -o-animation: fadein 4s; /* Opera */
}

/*a.button {
  color: rgba(58, 68, 6, 0.88);
  box-shadow: #ffb100 0 0px 0px 2px inset;
}*/

 .glmbutton:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgb(99, 28, 7) 0 0px 0px 40px inset;
}

a.button2 {
  color: rgb(113, 0, 0);
  box-shadow: #8c1414 0 0px 0px 2px inset;

}

a.button2:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #d69605 0 80px 0px 2px inset;
}

a:focus, a:hover {
     color: #FFFFFF; 
     text-decoration: none; 
}

  /*.glmbutton {
   
    
}*/

.button_dup {
   /* background-color: #4CAF50; */
    background-color: transparent;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     font-weight: bold;
    margin: 4px 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px; 
   
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}

  

.site__header {
  -webkit-animation: fadeIn 1s;
      color: #710000;
      font-weight: bold;
      font-size: 17px;
      letter-spacing: 0.20rem;
}

.titlename
{
  font-size: 33px;
  margin-top:25px;
  letter-spacing: 0.25rem;
}

h1 {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0px #d69605;
   /* -webkit-animation: hue 60s infinite linear;*/
  }


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.wsmenucontainer,.responsiveclousure
{
  display: none;
}

@media screen and (max-width: 765px) {

/*body
{
  margin-left: auto;
  margin-left: auto;
}*/

body {
   background-image: url("../images/bg.jpg");
   background-repeat: repeat-y;
   background-color: #cccccc;  
   /* height: 600px; */
   /* background-size: auto; */

    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
   
  }

.wsmenucontainer,.responsiveclousure
{
  display: block;
}
.leftclousure,.rightclousure,.miidleclousure
{
  display: none
}


.site__header {
  /* margin-top: 70px; */
  font-size: 1rem;
  letter-spacing: 0.10rem;
}

.titlename
{
  font-size: 1.5rem;
  margin-top:50px;
  letter-spacing: 0.25rem;
}
  

.responsive {
    width: 370px;
    height: 370px;
    background-size: cover;
    padding: 50px;
   
}

.glyphicon
{
  padding-right: 20px;
}

}




