
.avatar {
  top: 5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  vertical-align: center;
}



.avatarnews {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: center;
}

.avatarGIC {
  width: 20%x;
  height: 70px;
  border-radius: 25%;
  vertical-align: center;
}


* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 17px;
  width: 10%;
}
/* Style tab links */
.tablinkTa {
  background-color: #555;
  color: white;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: 10%;
}
.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) height: 300%;*/
.tabcontent {
  color: black;
  display: none;
  padding: 0px 0px;
}


/* Slideshow container
.slideshow-container {
  max-width: 950px;
  position: relative;
  margin: auto;
} */

.lang {
  max-width:1000px;
  /*margin: 0px;
  background: linear-gradient(#d27979, white);
  padding: 0px;*/
}


.content {
  max-width: 1000px;
  width: 85%;
  margin: auto;
  background: linear-gradient(#d27979, white);
  padding: 0px;
  
}

.header {
  text-align: center;
  padding: 0px;
}

.lang img {
  width: 100%;
  max-width:1000px;
  height: auto;
}

/* Button Create */
.lang .btnS {
  position: absolute;
  top: 10%;
  left: 75%;  
  background-color: #900000; 
  border: 2px solid #e7e7e7;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  width: 65px;
  height: 25px;
  border-radius: 25px
  
}
.lang .btnST {
  position: absolute;
  top: 10%;
  left: 80%;  
  background-color: #900000; 
  border: 2px solid #e7e7e7;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  width: 65px;
  height: 25px;
  border-radius: 25px
  
}
.lang .btnET {
  position: absolute;
  top: 10%;
  left: 75%;  
  background-color: #900000; 
  border: 2px solid #e7e7e7;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  width: 65px;
  height: 25px;
  border-radius: 25px
  
}
.lang .btnE {
  position: absolute;
  top: 10%;
  left: 80%;  
  background-color: #900000; 
  border: 2px solid #e7e7e7;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 1px;
  cursor: pointer;
  width: 65px;
  height: 25px;
  border-radius: 25px
}

.lang .btnS:hover {
  background-color: #0000FF;
  color: #900000;
}
.lang .btnET:hover {
  background-color: #FF8500;
  color: #900000;
}
.lang .btnST:hover {
  background-color: #FF8500;
  color: #900000;
}
.lang .btnE:hover {
  background-color: #FF0000;
  color: #900000;
}

/* Button Create End */

/* Create Coloumn */
.column0 {
  float: left;
  width: 25%;
  border: 2px solid #f8e8e8;
  color:#000000;
  text-align: center;
  height : 450px;
}

.column01 {
  width: 100%;
  border: 2px solid #f8e8e8;
  color:#000000;
  font-size: 25px;
}

.column02 {
  width: 20%;
  color:#000000;
  font-size: 17px;
}

.column16 {
  float: left;
  width: 16%;
}

.column25 {
  float: left;
  width: 25%;
}

.column1 {
  float: left;
  width: 20%;
}
.column2 {
  float: left;
  width: 60%;
}
.column3 {
  float: left;
  width: 20%;
}

.column11 {
  float: left;
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create Coloumn End */

/* /////// menu Start  ////////////////// */

.topnav {
 overflow: hidden;
  background-color: #333;
  /*left: 0;
  position: sticky;
  position: -webkit-sticky;
  
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 170;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 10px;*/
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #800000;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #a72525;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* menu End */









/* /////// menu Tamil Start  ////////////////// */

.topnavTa {
  overflow: hidden;
  background-color: #333;
}

.topnavTa a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
}

.activeTa {
  background-color: #800000;
  color: white;
}

.topnavTa .icon {
  display: none;
}

.dropdownTa {
  float: left;
  overflow: hidden;
}

.dropdownTa .dropbtn {
  font-size: 12px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdownTa-content {
  display: none;
  position: absolute;
  background-color: #a72525;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownTa-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnavTa a:hover, .dropdownTa:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdownTa-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdownTa:hover .dropdownTa-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnavTa a:not(:first-child), .dropdownTa .dropbtn {
    display: none;
  }
  .topnavTa a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnavTa.responsive {position: relative;}
  .topnavTa.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavTa.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnavTa.responsive .dropdownTa {float: none;}
  .topnavTa.responsive .dropdownTa-content {position: relative;}
  .topnavTa.responsive .dropdownTa .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* menu Tamil End */


body {
  /*background-image: url('/images/Logo/top.jpg');*/
  background-image: linear-gradient(#d27979, white);
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

#Home {background-color: #ff6666;}
#StafSi {background-image: linear-gradient(#119faa, #ff6666);}
#StafTa {background-image: linear-gradient(#ff704d, #8cff66);}
#StafEn {background-image: linear-gradient(#80bfff, #ff8080);}
