body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote {
  margin: 0;
  padding: 0;
}
/*
 * General Elements Styles
 */
@font-face
{
font-family: Latha;
        src: url('/common/adaptive/fonts/Latha-Tamil.ttf'); /* IE9+ */
}

* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {color: #000; font-family: Latha,TSCu_paranar,Arial,Helvetica,sans-serif;	height: 100%;}
a {color: #0066cc;	text-decoration: none;	outline: none;}
a:hover {text-decoration: underline;}
img {border: 0 none;max-width: 100%;}


input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  box-sizing: border-box;
}

ul, li, ol {
  list-style-type: none;
}

button, a {
  cursor: pointer;
}

a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/*** h **/



#wrapper {
    width: 100%;
}
#containerMain {
    width: 1280px;
    margin: 0 auto!important;
}
#container {
    width: 1280px;
    margin: 0 auto;
}
.leftpanel {
    float: left;
    width: 980px;
}	


.time-date {
    font-size: 14px!important;
    float: left;
    padding-left: 1px;
    color: #999999;
}
.posted-by{
	 font-size: 14px!important;
}
.big_center_img{
	padding-bottom: 0!important;
}
.oi-article-lt{
	width: 630px;
	float: right;
	padding-right: 22px;
}

.oi-article-rt{
	width: 300px;
	float: left;

}
p{padding: 5px 0!important;}
p:first-child { 
    padding-top: 0px!important;
}

#footerMain {
    background: #ddd!important;
    border: none!important;
  padding: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-links {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 5px;

}
.footer-links a {color: #666;text-decoration: none;}
.footer-links a:hover {color: #000;}
.copyright-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 5px;

}

.edu-topnavigation ul li .subnavigation{
	max-width:1280px!important;
}
.newsletterText{
	height: 19px!important;
}


.oi-related h2 {
    font-size: 18px!important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0 10px 0px!important;
    font-family: Arial;
}
.oi-related ul{
	padding: 0;
}
.oi-related ul li {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: solid thin #cccccc;
    line-height: 22px;
}
.col-block img {
    display: block;
    width: 100%;
}

.os-short-text {
    font-size: 16px;
    color: #000000;
}
.col-block {
    width: 105px;
    float: left;
    margin-right: 10px;
}
.oi-related ul li a{
	color: #000;
	font-size: 12px;
	
}

.inArticleRight{
	text-align:left;

}


.os-header {
  background: #0288d1;
  height: 50px;
}
.os-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
    box-shadow: 0 1px 6px -2px #000000;
}
.os-header-block {
  font-size: 24px;
}
.os-header-block .os-logo {
  float: left;
  width: 175px;
  height: 46px;
}
.os-logo img{
	padding-top:8px;
}
.os-header-block .os-menu {
  float: left;
  line-height: 50px;
  position: relative;
  padding-right: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #f5f5f7;
}
.os-header-block .os-menu span {
  position: absolute;
  width: 40px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.os-header-block .os-menu span i {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 4px;
  background: #ffffff;
  margin: auto;
  left: 0;
  right: 0;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.os-header-block .os-menu span i:nth-child(1) {
  top: 13px;
}
.os-header-block .os-menu span i:nth-child(2) {
  top: 0;
  bottom: 0;
}
.os-header-block .os-menu span i:nth-child(3) {
  bottom: 13px;
}
.os-header-block .os-menu-bfont {
  font-size: 24px;
}
.os-menu.os-menu-bfont a {
    color: #fff;
    font-size: 24px;
}
.os-header-block .os-menu-nav {
  float: left;
  padding: 15px 0 0;
}
.os-header-block .os-menu-nav ul li {
  line-height: 16px;
  float: left;
  border-right: solid thin #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.27s;
  -webkit-transition: all linear 0.27s;
  -moz-transition: all linear 0.27s;
  -ms-transition: all linear 0.27s;
  -o-transition: all linear 0.27s;
}
.os-header-block .os-menu-nav ul li.active a {
  color: #fed51b;
}
.os-header-block .os-menu-nav ul li a {
  display: inline-block;
  padding: 0 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.os-header-block .os-menu-nav ul li:last-child {
  border-right: none;
}
.os-header-block .os-menu-nav.os-open li {
  opacity: 1;
  visibility: visible;
}
.os-header-block .os-menu.os-open span i {
  width: 25px;
}
.os-header-block .os-menu.os-open span i:first-child {
  top: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  bottom: 13px;
}
.os-header-block .os-menu.os-open span i:last-child {
  top: 10px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.os-header-block .os-menu.os-open span i:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.os-header-rt-search {
  height: 50px;
  position: relative;
}
.os-header-rt-search-b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 15px 10px;
  background: url(https://images.careerindia.com/ta/images/search.svg) no-repeat;
  background-size: cover;
}
.os-header-rt-search .os-search-block {
  position: absolute;
  top: 10px;
  right: 35px;
}
.os-header-rt-search .os-search-block input[type="text"] {
  color: #ffffff;
  padding: 5px 10px;
  border: none;
  border-bottom: solid thin #ffffff;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
  -webkit-transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
  -moz-transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
  -ms-transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
  -o-transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
}
.os-header-rt-search .os-search-block input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.os-header-rt-search .os-search-block input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.os-header-rt-search .os-search-block input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.os-header-rt-search .os-search-block input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.os-header-rt-search.show .os-search-block input[type="text"] {
  visibility: visible;
  opacity: 1;
  width: 500px;
}
.os-header-ad {
  text-align: center;
  padding: 60px 0 10px; 
}
.os-header-rt {
  position: relative;
  width: 250px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  padding-right: 40px;
  color: #f5f5f7;
  text-transform: uppercase;
}
.os-header-rt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  background: #ffffff;
  left: -42px;
}

/*
 * Footer Styles
 */

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #357ae8 !important;
  background-image: none;
  border-color: #2f5bb7;
  box-sizing: inherit;
  filter: none;
  line-height: inherit;
}

.os-header-rt-search .os-search-block {
  position: absolute;
  right: 35px;
  top: 10px;
  width: 300px;
}

.gsc-input {
  color: #333 !important;
}
.gap5 {
  margin-top: 5px;
}

.gap10 {
  margin-top: 10px;
}

.gap15 {
  margin-top: 15px;
}

.gap20 {
  margin-top: 20px;
}

.os-width-header {
  max-width: 1366px;
  margin: 0 auto;
}

.os-khel-logo {
  float: left;
  height: 46px;
  background: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  width: 175px;
}

.os-logo {
  margin-right: 0 !important;
  padding: 0 !important;
}

/*
 * Latest Menu Style Changes
 */
.os-header-block .os-menu-nav {/*max-width: 700px;*/}
.os-main-menu {
	float: left;
	position: relative;
	width: 40px;
	padding: 0 10px;
	height: 50px;
}
.os-main-menu span {
	cursor: pointer;
	display: block;
}
.os-main-menu span i {
    background: #ffffff;
    display: inline-block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 35px;    
}
.os-main-menu span i:nth-child(1) {top: 13px;}
.os-main-menu span i:nth-child(2) {bottom: 0;top: 0;}
.os-main-menu span i:nth-child(3) {bottom: 13px;}

.os-main-menu.menu-open span i:first-child {bottom: 13px;top: 10px;transform: rotate(135deg);}
.os-main-menu.menu-open span i:nth-child(2) {opacity: 0;visibility: hidden;}
.os-main-menu.menu-open span i:last-child {top: 10px;transform: rotate(-135deg);}


.os-menu-lists {
	position: absolute;
	top: -515px;
	width: 235px;
	background: #0288d1;
	z-index: 1000000;
	padding: 10px;
	transition: top 0.4s ease-in-out 0s;
}
.os-main-menu.menu-open{background: #0288d1;}
.os-menu-lists.menu-open {top: 50px;}
.os-menu-lists ul li a {
	font-size: 16px;
	color: #fff;
	padding: 5px;
	display: block;
}
.os-c-cricket .os-menu-lists, .os-c-cricket .os-main-menu.menu-open {background: #0288d1;}


.os-menu span.menu-arrow {
    background: url("/images/arrow-on.png") no-repeat scroll center center;
    height: 25px;
    width: 25px;
    margin: 14px;
}
.os-menu.os-open span.menu-arrow {background: url("/images/arrow-off.png") no-repeat scroll center center;}

.os-lang {
  float: left;
  padding: 15px 0 13px 10px;
  width: 140px;
}
.os-lang a {
  font-size: 14px;
  color: #fff;
}
.os-lang a i.material-icons {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.os-lang.show .os-lang-block {
  top: 50px;
  opacity: 1;
  visibility: visible;
  background: #0288d1;
  z-index: 99999;
}
.os-lang-block {
  position: absolute;
  top: 20px;
   /*left: -10px;*/
  left: 290px;
/*left: 359px;*/
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  background: #0288d1;
  width: 150px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.os-lang-block ul {
  padding: 5px 0;
}
.os-lang-block ul li {
  padding: 2px 10px;
}
.os-lang-block ul li span.allLanguages {
  color: #ffffff;
}
.os-lang-block ul li a {
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
.os-menu-lists ul li span i {
  position: absolute;
  color: #ffffff;
  right: 0;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.os-menu-lists ul li .lang-block {
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.os-menu-lists ul li .lang-block ul {
  padding: 2px 0 0;
}
.os-menu-lists ul li .lang-block ul li {
  border-bottom: solid thin rgba(255, 255, 255, 0.1);
}
.os-menu-lists ul li .lang-block ul li a {
  font-size: 13px;
  padding: 7px 20px;
}
.os-menu-lists ul li.show{
height: 100%;
padding:5px;
}
.os-menu-lists ul li.show span i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.os-menu-lists ul li span {
  font-size: 13px;
  color: #ffffff;
  padding: 5px;
  display: block;
  position: relative;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.os-menu-lists ul li {
    height: 32px;
    overflow: hidden;
}
.os-lt {
  float: left !important;
}
/* close commented backslash hack */
.os-rt {
  float: right !important;
}

.os-width {
  max-width: 1280px;
  margin: auto;
}

.os-header {
  background: #0288d1;
  height: 50px;
}
.os-notf {
    float: right;
    position: relative;
}
.nav-notification img{
  
      margin-top: 15px;
}
.os-lang{
	z-index: 999999999;
}
.os-lang{
	z-index: 999999999;
}
..os-lang{
	z-index: 999999999;
}

.oi-article-lt ul li{
	list-style-type: disc;
}

.oi-article-lt p:empty{
	padding: 0;
	margin: 0;
	line-height: 0;
}



.ds-overlay {
    position: fixed;
    width: 100%;
    margin: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
	.ds-overlay.active {

    z-index: 9999;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}


.nav-sticky__progress-bar {
    width: 100%;
    background: #fff;
    height: 5px;
    display: none;
}
.nav-sticky__progress-bar__fill {
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#05f), color-stop(50%, #7201b2), to(#f83371));
    background: linear-gradient(to left, #05f, #7201b2 50%, #f83371);
    height: 100%;
    max-width: 100%;
} 


/*** media less than or equal to 1280 px **/
@media screen and (max-width: 1280px) {
  #containerMain, #container {
   width: 1230px!important;
  }
  .leftpanel{
  	 width: 920px;
  }
  .oi-article-lt {
    width: 600px;
    float: right;
    padding-right: 7px;
}
.oi-article-rt {
    width: 300px;
    float: left;
    padding-left: 0;
}
  
}




/*** media less than or equal to 1024 px **/
@media screen and (max-width: 1024px) {
.oi-article-rt{
	display: none;
}
  #containerMain, #container {
   width: 980px!important;
  }
  .leftpanel{
  	 width: 660px;
  }
  .oi-article-lt {
    width: 600px;
    float: left;
}
  
}




#div-gpt-ad-1506054776114-0{
	text-align: center;
}
