/*
 * General Elements Styles
 */
* {
	margin: 0;
	padding: 0;
}
header, footer, article, section, figure, nav, aside {
	display: block;
}
body {
    color: #000;
  font-family: Arial, Helvetica, sans-serif;
        font-size: 62.5%;
        height: 100%;
        margin:0px;
	 size-adjust: 100%;
       ascent-override: normal;
        descent-override: normal;
                line-gap-override: normal;
      font-display: swap;
}
.io-article-footer {clear:both;}

/*to avoid rounded corner button in safari  */
input {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
select {
    -webkit-border-radius:0;
    border-radius:0;
}
input[type='text'],textarea {font-size:1.3em;}
/*to avoid rounded corner button in safari  */ 
/*
 * General Elements Styles
 */

html, body {
    width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #0066cc;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0 none;
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*
 * Heading Styles
 */
 .get-not-box a {
	background: #fff!important;
	color: #e91a42!important;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px!important;
}
.mobi-mainheading {
	background: #eaeaea;
	border-bottom: 1px solid #59a01e;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.mobi-mainheading span {
	color: #333333;
	font-size: 1.1em;
	font-weight: 700;	
	float: left;
}
.mobi-viewmore {
	font-size: 0.85em;
	color: #0066cc;
	float: right;
	padding: 2px 0px 0 5px;
}
.mobi-viewmore a {
	color: #0066cc;	
}

.mobi-category-title {
	color: #000;
	font-weight: 400;
	font-size: 1.3em;
	margin-bottom: 1px;
}
.mobi-category-title a {
	color: #000;
}



/*
 * Header Styles
 */
.mobi-header-ad {
	padding: 5px 0;
	text-align: center;
}

.headerPromo {
    border-bottom: 1px solid #d2d2d2;
    color: #0066cc;
    font-size: 1.3em;
    padding: 5px;
    text-align: center;
}

/*
 * Primary Navigation Styles
 */
.menu-links, .language-links {
	float: left;
}
.top-share-links, .show-search {
	float: right;
}
.mobi-navigation {
	width: 100%;
	/*z-index: 10000;*/
	left: 0;position: fixed!important;
	top: 0;	
	z-index: 999999;
   box-shadow: 0 2px 8px #ededed;
}
.mobi-navigation.sticky {
	position: fixed!important;
	top: 0;	
	z-index: 10000;
	height: 35px;
	overflow-y: hidden;
}
.nav-section-main
{
    position: fixed;
    z-index: 99999;
    top: 54px;
    height: 45px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
#mobi-menu {
	background: #fafafa;
	height: 55px;
}
.sticky #mobi-menu
{
	display: none;
}
.menu-links a.menu-icon {
	float: left;
	margin: 10px 5px 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
}
.menu-links a.menu-icon.close {
	display: none;
}
.menu-close {
	background: #3d3f45;
	width: 36px;
	height: 36px;
	float: left;
	margin: 10px 20px 0 0;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	color: #fff;
}
.mobi-primary-nav ul li a.submenu .menu-close i {
	float: none;
	margin-right: 0;
	width: auto;
	height: auto;
}
.home-logo {
	margin: 15px 0 0 0;
	display: none;
}
.menu-seperator {
	background: url(/images/menu-seperator.png) no-repeat 0 0;
	float: left;
	width: 2px;
	height: 29px;
}
#mobi-menu a.share-icon {
	float: left;
	background: #3d3f45;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 9px 8px 0 8px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#mobi-menu a.languages-icon img {
	vertical-align: middle;
}
.show-search a.search-icon {
	float: right;
	background: #3d3f45;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 9px 8px 0 8px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.news-pics a {
	float: right;
	margin: 9px 8px 0 8px;
	height: 36px;
	background: #da4336;
	text-align: center;
	line-height: 36px;
	font-size: 1.3em;
	color: #fff;
	padding: 0 5px;
	font-weight: 600;
	transition: all 1s ease;
}

.news-pics a.back-home {
	display: none;
}
.mobi-primary-nav {
	width: 100%;
	background: #000;    
	z-index: 999999999!important;
}
 .sticky .mobi-primary-nav-slider
{
	overflow-x: hidden;
    position: fixed;
}
.mobi-menu-hover {
	padding: 10px 5px;
}
.mobi-menu-hover a.menu1-icon {
	float: left;
	width: 21px;
	height: 16px;
	background: url(/images/mobi-sprite.png) no-repeat -44px -31px;
	margin: 4px 20px 0 0;
}
.language-links a.lang-selected {
    color: #fff;
    font-size: 14px;
    margin: 15px 8px;
    float: left;
}
.lang-arrow {
    display: inline-block;
    height: 8px;
    width: 8px;
    font-size: 15px;
    color: #fff;
}
.mobi-languages {
	background: #ea2828;
	position: absolute;
	top: 55px;
	left: 38px;
	width: 150px;
	z-index: 10000;
	display: none;
}
.mobi-languages ul li {
	border-bottom: 1px solid #dedede;
}
.mobi-languages ul li a {
	color: #fff;
	font-size: 1.4em;
	display: block;
	padding: 5px;
	background: #4d4d4d;
}
.mobi-languages ul li a:hover, .mobi-languages ul li a.active {
	background: #f3f3f3;
	color: #000;
}
.mobi-languages ul li a.lang-hindi {font-size: 1.6em;}
.mobi-languages ul li a.lang-kannada {font-size: 1.6em;}
.mobi-languages ul li a.lang-malayalam {font-size: 1.4em;}
.mobi-languages ul li a.lang-tamil {font-size: 1.4em;}
.mobi-languages ul li a.lang-telugu {font-size: 1.6em;}
.mobi-search-container, .mobi-social-share-links  {
	background: #fff;
	position: absolute;
	top: 55px;
	width: 90%;
	z-index: 10000;
	display: none;
	padding: 10px 5%;
	border-bottom: 1px solid #ccc;
}
.mobi-primary-nav ul
{
	 box-sizing: border-box;   
	 overflow-x: hidden;
	 background: #fafafa;
}
.mobi-primary-nav ul li
{ 
    padding: 0 8px; 
    margin:0 0;
    box-sizing: border-box;
    display: block;
    width: auto!important;
    border-bottom: 1px solid #e4e4e4;
}
.mobi-primary-nav-slider .bx-wrapper,.mobi-primary-nav-slider .bx-viewport
{
	width:100%!important;
}
.mobi-primary-nav-slider ul li ul li div.subnav ul,.mobi-primary-nav-slider ul li ul li div.subnav ul li
{
	width:auto!important;
}
.mobi-primary-nav  ul li ul{
	height:auto!important;
}

.mobi-primary-nav ul li:nth-child(1) a
{
	 transition-delay: 100ms,100ms;
	-webkit-transition-delay: 100ms,100ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(2) a
{
	transition-delay: 150ms,150ms;
	-webkit-transition-delay: 150ms,150ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(3) a
{
	 transition-delay: 200ms,200ms;
	-webkit-transition-delay: 200ms,200ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(4) a
{
	transition-delay: 250ms,250ms;
	-webkit-transition-delay: 250ms,250ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(5) a
{
	transition-delay: 300ms,300ms;
	-webkit-transition-delay: 300ms,300ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(6) a
{
	 transition-delay: 350ms,350ms;
	-webkit-transition-delay: 350ms,350ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(7) a
{
	transition-delay: 400ms,400ms;
	-webkit-transition-delay: 400ms,400ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(8) a
{
	 transition-delay: 450ms,450ms;
	-webkit-transition-delay: 450ms,450ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(9) a
{
	transition-delay: 500ms,500ms;
	-webkit-transition-delay: 500ms,500ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(10) a
{
	transition-delay: 550ms,550ms;
	-webkit-transition-delay: 550ms,550ms;
    -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(11) a
{
	 transition-delay: 600ms,600ms;
	-webkit-transition-delay: 600ms,600ms;
   
     -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(12) a
{
	transition-delay: 650ms,650ms;
	-webkit-transition-delay: 650ms,650ms;
    
     -moz-transition-delay: 0ms,0ms;
}
.mobi-primary-nav ul li:nth-child(13) a
{
	 transition-delay: 700ms,700ms;
	-webkit-transition-delay: 700ms,700ms;
   
     -moz-transition-delay: 0ms,0ms;
}

.mobi-primary-nav ul li a {
	color: #010012;
	font-size: 1.5em;
	display: block;
	line-height: 50px;
	height: auto;
	padding: 0 5px;
	opacity: 0;        
   transform: scale(1.1) translateY(-10px);
	-webkit-transform: scale(1.1) translateY(-10px);
	-moz-transform: scale(1.1) translateY(-10px);
	-o-transform: scale(1.1) translateY(-10px);
	-ms-transform: scale(1.1) translateY(-10px);
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;  
    -moz-transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;  
}
.menu-social-icons a
{
	border:none!important;
}
.mobi-primary-nav.latest-articles ul li a {
	line-height: inherit;
	padding: 10px 5px;
}
.mobi-primary-nav ul li a.notransform {
  transform: scale(1.0) translateY(0);
  -webkit-transform: scale(1.0) translateY(0);
  -moz-transform: scale(1.0) translateY(0);
  -o-transform: scale(1.0) translateY(0);
  -ms-transform: scale(1.0) translateY(0);
  font-family: arial;
}

.mobi-primary-nav ul li .google-search {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 5px;
	background: #000;
	font-size: 14px;
	color: #fff;
}
.google-search i {margin-right: 5px;}
.mobi-primary-nav ul li a.submenu {
	text-transform: uppercase;
}
.mobi-primary-nav ul li a.submenu.home {
	background: #231f20;
	height: 53px;
}
.mobi-primary-nav ul li a.submenu i {
	width: 31px;
    height: 31px;
    font-size: 18px;
}


.mobi-social-share-links a, .mobi-miniopera-social-share-links a {
	width: 42px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.mobi-social-share-links a.facebook, .mobi-miniopera-social-share-links a.facebook {
	background: #3e5b98;
}
.mobi-social-share-links a.twitter, .mobi-miniopera-social-share-links a.twitter {
	background: #4ca6de;
}
.mobi-social-share-links a.gplus, .mobi-miniopera-social-share-links a.gplus {
	background: #c03929;
}

.swipe-menu {
	width: 25px;
	height: 50px;
	/*background: url(/images/swipe-arrow.png) no-repeat right center;*/
	position: absolute;
	right: -25px;
	top: 50%;
	cursor: pointer;
}

/*
 * Subnavigation Links
 */
.mobi-primary-nav li {position: relative;}
.mobi-primary-nav li .subnav {
	display: none;
}
.mobi-primary-nav li.active .subnav {
	display: block!important;
  
}
.mobi-primary-nav li .arrowIcon i {
    -webkit-transform: rotate(45deg);
}


.mobi-primary-nav li .arrowIcon i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
}
.mobi-primary-nav li.active .arrowIcon i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
}

.mobi-primary-nav li.active .arrowIcon i {
    -webkit-transform: rotate(-135deg);
}
.arrowIcon {
    width: 100px;;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 10000;
    font-size: 14px;
    color: #000000;
    text-align: center;
}
.ds-last-row,.subnav ul li:last-child
{
    border:none;
}


.mobi-primary-nav li.active .arrowIcon .fa-chevron-down:before {
	content: "\f077"
}
.mobi-primary-nav li .subnav a {
	display: block;
	color: #000000;	
	padding: 2px 5px 2px 20px;
	overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
}

.mobi-navigation.sticky #mobi-menu  {display: none;}
#mobi-menu-onscroll {
	background: #fafafa;
	height: 55px;
	display: none;
}
.mobi-navigation.sticky #mobi-menu-onscroll {display: block;    
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;}
.menu-social-links a {
	background: #666;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 32px;
    line-height: 31px;
    margin: 10px 4px 5px;
    padding: 0;
    text-align: center;
    width: 30px;
}
.menu-social-links a.w-share {font-size: 24px;}
.menu-social-links a:hover {color: #fff;}
.show-search-onscroll a.search-icon {
	float: right;	
	background: #f9f9f9;
    color: #3d3f45;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 9px 8px 0;
    text-align: center;
    width: 36px;
    border: 1px solid #3d3f45;
}

.newsletter-block .email-textbox {width: 200px;}
.newsletter-block .email-input {width: 150px;}

/*
 * Layout Styles
 */
#wrapper {
	margin: 0 auto;	
	background: #fff;
	position: relative;
	padding: 0px;
	/*z-index: 999;*/
}
#containerMain {
	clear: both;
	position: relative;
}
#container {
	margin: 0;	
	clear: both;
	padding: 100px 0 0 0;
}


/*
 * Primary Navigation
 */

.navigation {
	position: relative;
	width: 980px;
}
.topnavigation {
	background: #231f20;
	height: 38px;
	border-bottom: 4px solid #ea2828;
}
.navigation.sticky {
	position: fixed;
	top: 0;
	z-index: 10000;
}
.navigation.sticky .topnavigation {
	display: none;
}
.topnavigation ul li {
	list-style-type: none;
	float: left;
} 
.topnavigation ul li a.mainmenu {
	font-size: 15px;
	color: #fff;
	height: 38px;
	padding: 0px 15px 0px 15px;
	display: block;
	float: left;
	line-height: 38px;
	text-decoration: none;
}
.topnavigation ul li a.mainmenu.active, .topnavigation ul li a.mainmenu:hover, .topnavigation ul li.hover a.mainmenu {
	background: #ea2828;
}
.topnavigation ul li a.mainmenu.home {
	height: 20px;
    padding: 10px 10px 8px;
    text-indent: -9999px;
    width: 26px;
    background: url(/images/home-icon.png) no-repeat center center;
    display: block;
}
.topnavigation ul li a.mainmenu.home.active, .topnavigation ul li a.mainmenu.home:hover {
	background: #ea2828  url(/images/home-icon.png) no-repeat center center;
}
.topnavigation ul li a.mainmenu.menu {
	height: 22px;
    margin: 10px;
    text-indent: -9999px;
    width: 32px;
    padding: 0;
    /*background: url(/images/sprite.png) no-repeat -46px 0;*/
    display: block;
}

.primary-links {
	position: absolute;
	top: 42px;
	right: 0;
	width: 262px;
	font-size: 16px;
	background: #ea2828;
	display: none;
	z-index: 10000;
}
.primary-links ul li {list-style-type: none;float: none;}
.primary-links ul li a {
	color: #fff;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.primary-links ul li a:hover {
	background: #444;
}

.follow-us-block {
	border-right: 0 none;
	border-left: 0 none;	
	text-transform: uppercase;
}
.follow-us-text {
	font-size: 1.2em;
	color: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 100px;
	padding: 0 5px;
}

.menu-social-icons span {
    color: #000000;
    float: left;
    font-size: 20px;
    padding: 0px 10px;
    width: 16px;
    line-height: 40px;
}
/*.menu-social-icons a.fb-icon {
	background: url(../images/mobi-sprite.png) no-repeat 0 -104px;
	width: 9px;
}
.menu-social-icons a.tw-icon {
	background: url(../images/mobi-sprite.png) no-repeat -9px -104px;
	width: 18px;
}
.menu-social-icons a.gp-icon {
	background: url(../images/mobi-sprite.png) no-repeat -27px -104px;
	width: 13px;
}*/
.newsletter-block {
	border-bottom: 1px solid #616472;
	padding-bottom: 8px;
}
.sign-up-text {
	font-size: 1.2em;
	color: #f0f310;
	padding: 5px 5px 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.newsletter-block .email-textbox {
	margin-left: 5px;
	margin-top: 5px;
}
/*
 * Mini Opera Header Related Styles
 */
.mobi-miniopera-languages,.mobi-miniopera-nav {
	display: none;
}


.miniopera .menu-links,.miniopera .ds-imp-links,.miniopera .nav-section-main, .miniopera .mobi-languages, .miniopera .mobi-menu-hover, .miniopera .follow-us-block, .miniopera .newsletter-block {
    display: none;
}

.miniopera .mobi-navigation {position: relative!important;}

.miniopera #containerMain #container {
    padding-top: 0 !important;
}


.miniopera .mobi-miniopera-languages, .miniopera .mobi-primary-nav, .miniopera .mobi-search-container, .miniopera .mobi-miniopera-nav {
	display: block!important;
}
.mobi-miniopera-languages {
	background: #eaeaea;
	font-size: 1.2em;
	color: #000;
	padding: 0px;
	height: 27px;
}
.mobi-miniopera-languages span {
	float: left;
	line-height: 27px;
}
.mobi-miniopera-languages a {
	color: #000;
	padding: 2px 6px;
	font-size: 1.6em;
	margin-right: 5px;
	background: #eaeaea;
	display: inline-block;
	float: left;
	height: 23px;
	line-height: 23px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.mobi-miniopera-languages a.hindi-text {
	font-size: 1.6em;
	font-family: Akshar Unicode,AA_NAGARI_SHREE_L2,Gurumaa,Osho, Arial, Helvetica, sans-serif;
}
.mobi-miniopera-languages a.kannada-text {
	font-size: 1.8em;
	font-family: "Lohit Kannada",Tunga, Arial, Helvetica, sans-serif;
	line-height: 29px;
}
.mobi-miniopera-languages a.malayalam-text {
	font-size: 1.3em;
	font-family: AnjaliOldLipi,Kartika, Arial, Helvetica, sans-serif;
}
.mobi-miniopera-languages a.tamil-text {
	font-size: 1.4em;
	font-family: latha,TSCu_paranar, Arial, Helvetica, sans-serif;
}
.mobi-miniopera-languages a.telugu-text {
	font-size: 1.8em;
	font-family: Gautami,Pothana2000, Arial, Helvetica, sans-serif;
	line-height: 32px;
}
.mobi-miniopera-languages a.active {
	background: #231f20;
	color: #fff;
}
.miniopera .mobi-miniopera-nav {
	position: relative;
    top: 0!important;
    width: auto!important;
    padding: 5px 10px;
    left: 0!important;
    background: #231f20;
}
.miniopera .mobi-miniopera-nav ul li {
	display: inline-block;
	margin: 0px;
	border-bottom: 0 none;	
}
.miniopera .mobi-miniopera-nav ul li a {
	display: block;
	background: #000;
	padding: 0 8px 0 5px;
    background: #231F20 url("/images/mobi/menu-bar.png") no-repeat right center !important;
	border: 0 none;
    font-size: 1.2em;
    text-transform:uppercase;
	color: #fff;
	height: auto;
	line-height: 21px;
}
.miniopera .mobi-primary-nav ul li a.home, .miniopera .mobi-primary-nav ul li a.sel-lang, .miniopera .mobi-primary-nav ul li .google-search {display: none;}
.miniopera .mobi-primary-nav ul li a.last {
	background: none;
}
.miniopera .mobi-primary-nav ul li a.active, .miniopera .mobi-primary-nav ul li a.last.active {
    /*background: none repeat scroll 0 0 #59a020;
    padding-right: 6px;*/
}
.miniopera .mobi-search-container, 
.miniopera .mobi-social-share-links, 
.mobi-miniopera-search-container, 
.mobi-miniopera-social-share-links,
.miniopera .mobi-search-container, 
.miniopera .mobi-primary-nav-slider {
	display: none !important;
}
.miniopera .mobi-miniopera-search-container, .miniopera .mobi-miniopera-social-share-links {
    padding: 10px 10px;
    position: relative;
    top: 0;
    width: auto;
    z-index: 10000;
    display: block!important;
}

.miniopera .mobi-navigation.sticky {
	position: relative !important;
}

.miniopera .mobi-primary-nav ul li .arrowIcon {
	display: none!important;
}
.mobi-logo, .mobi-header-ad, #mobi-menu, #containerMain, #news-footer, .mobi-navigation.sticky #mobi-menu-onscroll, .news-pics-container {	
	transition: all 0.6s ease-in-out 0s;
}


/*
 * More Submenu Styles
 */
.topnavigation ul li .subnav {
	display: none;
	position: absolute;
	top: 38px;
	z-index: 10000;
	background: #fff;
	left: 0px;
	right: 0px;
	height: 220px;
	box-shadow: 2px 8px 8px #666666;
	border: 1px solid #666666;
	border-top: 0 none;
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
}
.topnavigation ul li.hover .subnav {
	display: block;
}
.topnavigation ul li.more .more-submenu-content ul {
	padding: 0px 0 0 0;
	height: 220px;
}
.topnavigation ul li.more .more-submenu-content ul li {
	width: 158px;	
	display: inline-block;
	border-right: 1px solid #ccc;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals {
	width: 195px;	
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li .verticalLinks {
	width: 50%;
	float: left;
}
.topnavigation ul li.more .more-submenu-content ul li.last {
	border-right: 0 none;
}
.topnavigation ul li.more .more-submenu-content ul li ul {
	padding: 0 10px 0 10px;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li ul {
	padding: 0 0px 0 0px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li {
	display: block;
	float: none;
	border-right: 0 none;
	width: 100%;
	height: auto;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li.header {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li a {
	color: #000;
	padding: 4px 5px 3px 5px;
	font-size: 13px;
}


/*
 * Footer Styles
 */
/*
 * Footer Styles
 */
#news-footer {
    font-family: 'Open Sans', Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0 auto;
    color:#fff;
   /* text-align: center;*/
    margin-bottom:38px;
}
.news-footer-links.bottomline {  
    margin-bottom: 5px;
    padding:15px 0 0;
}
.news-footer-links {
    padding: 5px 0;
}
.news-footer-links a {
    color: #fff !important;
    padding: 0;
}
.copyright {
    padding: 5px 0 10px;
}
.copyright a {
    color: #fff !important;
}
#footer-top{
	padding: 10px 0 0 0;
}
.block-a, .block-b, .block-c{
	padding: 15px 10px;	
	text-align:left;	
	background: #000;
}
#footer-top h5{
	font-size: 20px;
	line-height: 20px;
	padding:5px 0 10px 0;
	color: #fff;
	border-top: 6px solid #0e76bc;
	text-align: left;
	display:inline-block;
	font-weight: 600;
	margin:0;
}
.block-a a, .block-b a{
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}
.block-d{
	text-align:left;
	background: none;
}
.footer-social-links a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 0 0;
	text-indent: -99999px;
}
.footer-social-links a.facebook-icon {	
	background: url(/images/mobi-sprite.png) no-repeat -1px 0;
}
.footer-social-links a.twitter-icon {
	background: url(/images/mobi-sprite.png) no-repeat -32px 0;
}
.footer-social-links a.plus-icon {
	background: url(/images/mobi-sprite.png) no-repeat -65px 0;
}
.footer-social-links a.android-icon {
	background: url(/images/mobi-sprite.png) no-repeat -97px 0;
}
.footer-social-links a.ios-icon {
	background: url(/images/mobi-sprite.png) no-repeat -129px 0;
}
h3.sign-up{
	font-size: 14px;
	font-weight: 400;
	color:#fff;
}
.email-textbox{
	width: 271px;
	height: 40px;
	margin: 12px 0 0 0;
	border: 1px solid #dedede;
	background: #fff;
}
.email-input {
	background: transparent;
	border: 0 none;
	padding: 12px 5px;
	font-size: 14px;
	color: #333;
	width: 220px;
	float: left;
	outline:none;
}
.email-submit {
	margin: 7px;
	float: right;
	background: url(/images/sprite-bs.png) no-repeat -25px -106px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
 #footer-bottom{
	background:#1b1b1b;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}
.clearfix:after {	clear: both;	content: ' ';	display: block;	font-size: 0;	line-height: 0;	visibility: hidden;
	width: 0;	height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {	height: 1%;}
.clearfix {	display: block;}


.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 16px;
}
.caret1 {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 16px;
}

#mobi-menu-onscroll.newspic-sticky {
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	display: block;
}
#mobi-menu-onscroll .mobi-logo {display: block;float: left;}




.news-pics-container {
	background: #000;
	position: fixed;
	top: 55px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.news-pics-container .bx-wrapper {position: relative;}
.news-pics-header a, .news-pics-container .bx-controls-direction a {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30%;
	color: #fff;
	background: #fff;
	text-align: center;	
	font-size: 5px;	
	line-height: 40px;
}
.news-pics-header a.disabled, .news-pics-container .bx-controls-direction a.disabled{
	opacity: 0.5;
}
.news-pics-header a.prev-slide, .news-pics-container .bx-controls-direction a.bx-prev {	
	left: 0;	
}
.news-pics-container .bx-controls-direction a.bx-prev:before {
	content: "\00ab";
	color: #000;
	font-size: 20px;
	padding-left: 9px;
}
.news-pics-header a.next-slide, .news-pics-container .bx-controls-direction a.bx-next {	
	right: 0;
	font-size: 20px;
}
.news-pics-container .bx-controls-direction a.bx-next:before {
	content: "\00bb";
	color: #000;
	font-size: 20px;
	padding-left: 15px;
}

.news-pics-content {
	padding: 0;
	position: relative;
	display: list-item;
}
.news-pics-content img {width: 100%;}
.news-pics-footer h2 {
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
}
.news-pics-footer h2 a {
	color: #fff;
}
.news-pics-footer h2 a span {
	color: #eb2529;
	font-size: 12px;
}
.news-pics-footer .news-nos {
	float: right;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}
.news-pics-footer .social-share-links {
	font-size: 20px;
	color: #fff;
	padding: 5px 10px;
	float: left;
}
.news-pics-footer .social-share-links a {
	color: #fff;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 30px;
	height: 32px;
	float: left;
	display: block;
	text-align: center;
	margin: 0 5px;
	line-height: 35px;
}

#mobi-menu-onscroll .mobi-fx-logo {
	padding: 10px;
	width: 134px;
    margin: auto;
}
#mobi-menu-onscroll .mobi-fx-logo img
{
	
}
.latest-trending-block {
	clear: both;
	padding: 0 10px;
}
.from-network {
	padding: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
}
.latest-trending-tab {
	border-bottom: 3px solid #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
}
.latest-trending-content {
	padding: 10px 0;
}
.latest-trending-content ul li {
	list-style-type: none;
	padding: 0 0 20px 0;
}
.latest-trending-content h3 {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 5px 0;
}
.latest-trending-content h3 a {color: #000;}
.site-url {font-size: 12px;font-weight: bold;}
.site-url a {
	color: #999;	
}
.article-thumbimg img {width: 100%;}
.prev-next {
	font-size: 16px;
	color: #fff;
	height: 30px;
	padding: 5px;
}
.prev-next a {color: #fff;}
.prev-next a.prev {float: left;}
.prev-next a.next {float: right;}
.prev-next span {font-size: 18px;}


.overlay-fixed {
	position: fixed;
	background: #111;
	opacity: 0.7;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}
.smooth_slide_hide {
    display: block;
}
/***updated 6th april 2016 **/
.open
{
	position:relative;
}
.open i
{
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0);
    -webkit-transform: rotate(0);
   -moz-transform: rotate(0);
   -o-transform: rotate(0);
    height: 2px;
    background: #0e76bc;
    display: block;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
}
.open-top
{
    top: 13px;
}
.open-bottom
{
	bottom:13px;  
}
.open-top-multiply
{
	top: 19px!important;
    transform:rotate(-135deg)!important;
    -webkit-transform: rotate(-135deg)!important;
   -moz-transform: rotate(-135deg)!important;
   -o-transform: rotate(-135deg)!important; 
}
.open-bottom-multiply
{
	bottom: 16px!important;
     transform:rotate(135deg)!important;
    -webkit-transform: rotate(135deg)!important;
   -moz-transform: rotate(135deg)!important;
   -o-transform: rotate(135deg)!important; 
}
.mobi-navigation
{
	position: relative;
}
.mobi-logo {
    float: left;
    width: 150px;
    height: 35px;
    padding: 3px 0 5px 5px;
}
.mobi-logo h1
{
    width: 180px;
    height: 50px;
    margin: auto;
    display: block;
    background: url(https://www.careerindia.com/images/careerindia-new-logo.svg) no-repeat;
   background-size: cover;
    margin-top: 0px;
}
.mobi-logo a
{
   height: 30px;
    display: block;
    background: url(https://images.careerindia.com/images/careerindia-mobi-logo-1726217754618.svg) no-repeat;
    background-size: cover;
    margin-top: 7px;
    width: 170px !important;
}

.mobi-logo.is-open a::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
   
    -webkit-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
}
.mobi-logo.is-open {
    left: 3.5em;
}


					.nav-section-main ul {

					width: calc(100% - 12px); 
					background: #ffffff;
					height: 37px;
					/*margin: 0 4px;*/
					white-space: nowrap;
                    			overflow-x: scroll;
					overflow-y: hidden;
		                        padding-bottom: 19px;
					position: relative;
					}
					.nav-section-main ul li {
					display: inline-block;
					width:auto!important;
					}
					.nav-section-main ul li a {
					font-size: 16px;
					color: #000000;
					border-bottom: solid 2px transparent;
					padding: 4px 7px;
					display: block;
					height:30px;
					text-align: center;
					text-transform: uppercase;
					line-height: 33px;
					}
					.nav-section-main ul li a.active{
					color: #0e76bc;
					border-bottom: solid 2px #0e76bc;
				    	position: absolute;
					top:0;
					left:0;
					background: #ffffff;
					}
					.nav-section-main.sticky {
					position: fixed;
					top: 54px;
					width: 100%;
					z-index: 9999;
					}
					.trending-pop-videos-block
					{
					background: #fafafa;
					position: absolute;
					top:45px;
					left:0;
					width: 100%;
					height: 100%;
					z-index: 99999;
					visibility: hidden;
					opacity:0;
					transform: scale(0.7);
					transition: all ease 0.2s;
					-webkit-transition: all ease 0.2s;
					-o-transition: all ease 0.2s;
					-moz-transition: all ease 0.2s;
					}
					.trending-pop-videos-block.active
					{
					opacity:1;
					visibility: visible;
					transform: scale(1);
					}
					.trending-pop-videos-blockin
					{
					width: 100%;
					background: #fff;
					}
					.trending-video-wrapper {
					padding: 10px 0 30px;
					position: relative;
					margin: 0 5px;
					background: #fff;
					}
					.trending-title {
					margin: 0;
					overflow: hidden;
					text-transform: uppercase;
					color: #222;
					position: relative;	
					}
					.trending-title-withseperator::after {
					content: "";
					display: block;
					height: 2px;
					left: 100%;
					
					position: absolute;
					/*top: 50%;
					width: 100vw;*/
					top: 50%;
    width: 100%;
					background: #e91a42;
					}
					.trending-title-withseperator {
						 background: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    overflow: visible;
    padding: 0 10px 0 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 1;			
					}
					.trending-video-content ul li {
					float: left;
					width: 55%;
					margin-right: 15px;
					}
					.trending-video-art-img img {width: 100%;display: block;}
					.trending-video-art-text {
					background: #333333;
					padding: 10px;
					}
					.trending-video-art-title {
					font-size: 14px;
					color: #fff;
					font-weight: 400;
					height: 74px;
					overflow: hidden;
					}

					.notification-sub-block {
					background: #0e76bc;
					font-family: Arial;
					}
					.notification-sub-wrap {padding: 10px;text-align: center;text-transform: uppercase;}
					.footer-text1 {
					font-size: 20px;
					color: #fff;
					}
					.footer-text2 {
					font-size: 30px;
					color: #fff;
					}
					.notification-follow {
					padding: 10px;
					text-align: center;
					}
					.notification-footer {
					background: #1b1b1b!important;
					padding: 10px;
					}
					.footer-links, .footer-copyright {
					text-align: center!important;
					font-size: 12px!important;
					color: #fff!important;
					padding: 2px!important;
					}
					.footer-links a {
					padding:6px 11px !important;
					color: #fff!important;
					display: inline-block!important;
					font-size: 15px!important;
					line-height: inherit!important;
					}
					.sub-text,.get-alerts-text {
					font-size: 12px;
					color: #fff;
					text-transform: uppercase;
					}
					.mail-box,.get-not-box {
					margin: 5px 0;
					}
					.mail-box {
					border: 1px solid #fff;
					height: 30px;
					}
					.email-sub-inpbox {
					float: left;
					padding: 5px;
					font-size: 13px;
					width: 80%;
					height: 20px;
					border: 0 none;
					background: #0e76bc;
					color: #fff;
					}

					.email-sub-inpbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
					color: #ccc;
					}
					.email-sub-inpbox::-moz-placeholder { /* Firefox 19+ */
					color: #ccc;
					}
					.email-sub-inpbox:-ms-input-placeholder { /* IE 10+ */
					color: #ccc;
					}
					.email-sub-inpbox:-moz-placeholder { /* Firefox 18- */
					color: #ccc;
					}

					.email-submit-btn {
					height: 30px;
					float: right;
					padding: 5px;
					font-size: 13px;
					background: #fff;
					color: #0e76bc;
					border: 0 none;
					}
					.notification-follow span {
					font-size: 16px;
					text-transform: uppercase;
					color: #fff;
					float: left;
					}
					.notification-follow a {
					display:inline-block!important;
					color: #fff!important;
					padding: 0 10px!important;
					font-size: 20px!important;
					line-height: inherit!important;
					}
					.bx-controls
					{
					position: absolute;
					bottom:0;
					text-align: center;
					width: 100%;
					margin: 4px 0;
					}
					.bx-controls .bx-pager-item
					{
					display:inline-block;
					margin:0 5px;
					}
					.bx-controls .bx-pager-item a
					{
					display:block;
					background: #000;
					width:8px;
					height: 8px;
					opacity: .2;
					border-radius:50%;
					text-indent: -9999px;
					}
					.bx-controls .bx-pager-item a.active
					{
					display:block;
					background: #e91a42;
					opacity: 1;
					}
.body-fixed
{

	height:100%;
	overflow-y:hidden;
}
.mobi-primary-nav-slider.bx-wrapper {position: relative;}

.mobi-primary-nav-slider a.disabled, .mobi-primary-nav-slider .bx-controls-direction a.disabled{
	opacity: 0.5;
}
.mobi-primary-nav-slider a.prev-slide, .mobi-primary-nav-slider .bx-controls-direction a.bx-prev {	
	left: 0;	
}
.mobi-primary-nav-slider .bx-controls-direction a.bx-prev:before {
	content: "\00ab";
	color: #000;
	font-size: 20px;
	padding-left: 9px;
}
.mobi-primary-nav-slider a.next-slide, .mobi-primary-nav-slider .bx-controls-direction a.bx-next {	
	right: 0;
	font-size: 20px;
}
.mobi-primary-nav-slider .bx-controls-direction a.bx-next:before {
	content: "\00bb";
	color: #000;
	font-size: 20px;
	padding-left: 15px;
}
.mobi-primary-nav-slider
{
	display:none;
	width: 100%;
	height:93%;
    background: #fafafa;
    z-index: 9999999!important;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 68px;
    /*overflow: hidden;*/
}
.menu-thumbs
{
	width:100%;
	height:41px;
}

.menu-thumbs ul
{
	list-style-type: none;
}
.menu-thumbs ul li
{
	float:left!important;
	width:50%!important;
	text-align: center;
	box-sizing:border-box;
}
.menu-thumbs ul li a
{
	font-size:18px;
	color:#000000;
	text-decoration: none;
	display: block;
	padding: 5px 0 10px;
	border-bottom:solid 2px #0e76bc ;
	position: relative;
}
.menu-thumbs ul li a.active:before
{
	position: absolute;
	content:"";
	width:1px;
	border-bottom:solid 7px #0e76bc;
	border-left:solid 6px transparent;
	border-right:solid 6px transparent;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.menu-thumbs ul li a.active {
	/*.background: url(/images/mobi/red-arrow.png) no-repeat center bottom;*/
	color: #0e76bc ;
}
.ds-share
{
    position: absolute;
    top:10px;
    right:0;
    left:0;
    bottom:0;
    margin: auto;
    width:142px;
    z-index: 99999999;    
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: translateY(-150em);
    -ms-transform: translateY(-150em);
    transform: translateY(-150em);
}
.ds-share i{
    background-color: #3b5998;
    color: #fff;
    font-size: 14px;
    padding:10px;
    text-transform: uppercase;
}

.ds-share i span{
	padding:0 5px;	
} 


.ds-share.share-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}



.ds-article-social-share, .ds-article-social-share-home
{
	height:40px;
	background:#ccc;
	position: fixed;
	bottom:-1px;
	display: none;
	width:100%;
	z-index: 9999;
}
.ds-article-social-share a i,.ds-article-social-share-home a i
{
	font-size:22px;
	padding:10px 12px;
}
.ds-article-social-share a,.ds-article-social-share-home a
{
	width:45px;
	height:40px;
	display: block;
	float:left;
	color:#fff;
}
.ds-article-social-share a.ds-fb,.ds-article-social-share-home a.ds-fb
{
	background:#3966c3;
	color:#fff;
}
.ds-article-social-share a.ds-gplus,.ds-article-social-share-home a.ds-gplus
{
	background:#f63e28;
	color:#fff;
}
.ds-article-social-share a.ds-twitter,.ds-article-social-share-home a.ds-twitter
{
	background:#00ade8;
	color:#fff;
}
.ds-article-social-share a.ds-whatsapp,.ds-article-social-share-home a.ds-whatsapp
{
	background:#009f01;
}
.ds-article-social-share a.ds-pintrest,.ds-article-social-share-home a.ds-pintrest
{
	background:#bd081c;
}
.ds-article-social-share a.ds-next-article,.ds-article-social-share-home a.ds-next-article
{
    float: right;
    display: block;
    width: 98px;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
.ds-article-social-share a.ds-next-article i
{
	font-size: 12px;
    padding: 0 0 0 5px;
    line-height: 40px;
    float: right;
}
.ds-imp-links
{
	position: absolute;
	right: 5px;
    top: 5px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
}
.ds-imp-links.ds-imp-active
{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
}
.ds-imp-links span
{
	display:none;
    overflow: hidden;
    position: absolute;
    bottom: -17px;
    left: 0;
    top:41px;
    width: 100%;
    height: 10px;
    z-index: 999999999;
}
.ds-imp-links span:after
{
	background: #fff;
    border-color: #d6d6d6;
	left: 50%;
    border: 1px solid #d6d6d6;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 1;
}
.ds-imp-links a
{
	display: block;
    padding: 18px 10px;
}
.ds-imp-links a i
{
	color:#000000;
	font-size: 24px;
}
.ds-imp-links-block
{
	display: none;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 55px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    z-index: 99999999;
    background: #000;
    width: 100%;
}
.ds-imp-links-block ul li a
{
	text-decoration: none;
	font-size: 13px;
	color:#fff;
	padding:13px 0;
	display: block;
    border-bottom: solid thin #e3e3e3;
}
.ds-no-border
{
	border:none!important;
}
/* subscribe styles */
@media only screen and (max-width: 400px) {
	#mobi-menu-onscroll .mobi-fx-logo {padding: 20px 0;}	
	#mobi-menu-onscroll .mobi-fx-logo img {width: 100px;}
	.mobi-logo h1{width: 180px;}
	  .mobi-logo a{width: 150px;}
	.mobi-logo {top:1px;}
	.ds-article-social-share a
	{
		width:40px;
	}
	a.ds-next-article
	{
		width:93px;
	}
}
@media only screen and (max-width: 319px) {	
	.email-textbox {
	    width: 200px;
	}
	.email-input {width: 150px;}
	
	.home-logo {
	    margin-top: 18px;
	    width: 110px;
	}
	.follow-us-text {width: auto;}	
	.menu-social-icons span {
	  /** padding: 10px 8px 0;**/
	}	
	.news-pics a.news-in-pics, .news-pics a.back-home {
		padding: 1px 5px;
    	width: 50px;
    	line-height: 18px;
	}
	.caret, .caret1 {margin-top: 8px;}
	.menu-social-links a {
	    height: 28px;
	    line-height: 30px;
	    margin: 10px 2px 5px;
	    width: 25px;
	}
	.menu-social-links a.w-share {
	    font-size: 20px;
	    line-height: 26px;
	}
	.menu-social-links a.t-share i , .menu-social-links a.g-share i {
		padding-left: 1px;
	}
	#mobi-menu-onscroll .mobi-fx-logo {padding: 15px 0; width: 115px;}	
	#mobi-menu-onscroll .mobi-fx-logo img {width: 115px;}
	a.ds-next-article
	{
		font-size: 11px;
		width:84px;
	}	
	a.ds-next-article i
	{
		font-size: 11px;
	}
}


.ds-article-social-share a i
{
    font-size:22px;
    padding:10px 16px;
}
.ds-article-social-share a
{
    width:50px;
    height:40px;
    display: block;
    float:left;
    color:#fff;
}

@media screen and (max-width: 400px) {

.ds-article-social-share a
    {
        width: 50px;
    }
    a.ds-next-article
    {
        width:93px;
    }

}

@media screen and (max-width: 350px) {

.ds-article-social-share a
    {
        width:42px;
    }
    a.ds-next-article {
        width: 93px;
    }
    .ds-article-social-share a i
    {
        padding:10px;
    }
    .ds-article-social-share .ds-next-article  i
    {
        padding: 0;
    }

}

@media screen and (max-width: 319px) {   

a.ds-next-article
    {
        font-size: 11px;
        width:84px;
    }   
    a.ds-next-article i
    {
        font-size: 11px;
    }

}






.vuukle-ads {
    width: 300px;
    margin: 0 auto;
}

.galleryWrapper {
                  float: none;
                  clear: both;
                  width: 100%;
                  position: relative;
                /*  padding-bottom: 50%;
                  padding-top: 130px;*/
                  height: 0;
                }

 .galleryWrapper iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
  }

.swipe {
			  overflow: hidden;
			  visibility: hidden;
			  position: relative;
			}
			.swipe-wrap {
			  overflow: hidden;
			  position: relative;
			}
			.swipe-wrap > div {
			  float:left;
			  width:100%;
			  position: relative;
			}
			
.ds-imp-links a i
{
	font-size: 14px;
	color:#585858;
}
html.ds-bfixed {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    right: 0;
    left: 0;
    width: 1040px;
    margin: auto;
}

.cse input.gsc-input, input.gsc-input {
background-image:none !important;
}
.gsc-input-box{
   padding-top: 0px!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	font-size: 13px;
}
.mobi-primary-nav ul li:nth-child(1) a{
	line-height:28px;
}



.footer-article-social-share {
    background: #000;
    bottom: -1px;
    display: none;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.footer-article-social-share a i {
    font-size: 22px;
    padding: 10px 12px;
}
.footer-article-social-share a {
    color: #fff;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
}
.footer-article-social-share a.ds-fb {
    background: #3966c3 none repeat scroll 0 0;
    color: #fff;
}
.footer-article-social-share a.ds-gplus {
    background: #f63e28 none repeat scroll 0 0;
    color: #fff;
}
.footer-article-social-share a.ds-twitter {
    background: #00ade8 none repeat scroll 0 0;
    color: #fff;
}
.footer-article-social-share a.ds-whatsapp {
    background: #009f01 none repeat scroll 0 0;
}
.footer-article-social-share a.ds-pintrest {
    background: #bd081c none repeat scroll 0 0;
}
a.footer-next-article {
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 40px;
    margin: 0 5px 0 0;
    width: 93px;
}
a.footer-next-article i {
    float: right;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
}


.footer-article-social-share
.trending-now {
display: block;
font-size: 1.3em;
text-decoration: none;
margin: 0 0px 0 0px;
float: right;
text-transform: uppercase;
line-height: 40px;
width: 98px;
text-align: center;
}

.site-footer-block {
	background: #1b1b1b;font-family: Arial;
    
	padding: 10px;
}
.footer-links {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.footer-links a {color: #fff;text-decoration: none;display: inline-block;}
.footer-links  span {display: inline-block;margin: 0 3px;font-size: 18px;font-weight: bold;vertical-align: middle;}
.copyright-text {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 5px 0px 26px 0px;
}

.other-child-sites ul li {
	list-style-type: none;
	padding: 5px 0;	
}
.other-sites {
	width: 235px;
	margin: 10px auto;
}
.other-sites a {
	border: 1px solid #5e5e5e;
	padding: 3px 10px;	
	font-size: 15px !important;
	color: #fff!important;
	text-decoration: none;
	display: block;
	line-height: 25px!important;
}
.other-sites a i {
font-size: 24px;
vertical-align: middle;
margin: -5px 9px 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);

}

.filterbox-overlay1 {
    background: #222 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 200%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 200%;
    z-index: 10000000;
}
/*.filterbox-popup1 {
    background: #f5f5f5;
    border-radius: 2px;
    left: 50%;
    position: fixed;
    bottom: 15px;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 10000000;
    display: none;
    overflow: auto;
}*/
.filterbox-popup1{
background:#f5f5f5;border-radius:2px;
left:50%;
position:fixed;
top:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
width:90%;z-index:10000000;
display:none;
overflow:auto;
}

.other-sites-links ul li {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    list-style-type: none;
    padding: 10px 25px;
}
.other-sites-links ul li.last {border-bottom: 0 none;}
.other-sites-links ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(https://images.careerindia.com/images/radio-btn-1726549716372.svg) no-repeat right center;
    font-family: arial;
}
.other-sites-links ul li a:hover {background: url(https://images.careerindia.com/images/radio-btn-hover-1726549695689.svg) no-repeat right center;}
.other-sites-links ul li:first-child a {
    background: none;
    font-weight: bold;
}

.filterbox-popup1.footer-miniopera {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0);
    height: 320px;
    position: fixed;
}
.footer-miniopera .other-sites {width: 265px;}
.footer-miniopera .other-sites a i {background: url(https://images.careerindia.com/images/footer-down-arrow-1726550678949.png) no-repeat right center;content: '';font-size: 0;width: 16px;height: 10px;}
.footer-miniopera .other-sites-links ul li:first-child a { background: none;}

.footer-miniopera .other-sites-links ul li a{ background: url(https://images.careerindia.com/images/radio-btn-1726549716372.svg) no-repeat right center; height: 20px}

.footer-miniopera .other-sites-links ul li:first-child a:hover{background: none;}
.footer-miniopera .other-sites-links ul li a:hover {background: url(https://images.careerindia.com/images/radio-btn-hover-1726549695689.svg) no-repeat right center;}
.footer-miniopera .other-sites-links ul li {padding: 10px;}
input:focus {
    outline:none;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
	background-color: #357AE8!important;
}
#footerNotification,#footerNotification1{
	display: none;
	}	
	
.filterbox-popup-uc {
    background: #f5f5f5;
    border-radius: 2px;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    width: 90%;
    z-index: 100000000;
    display: none;
    overflow: auto;
    margin: 50px auto;
}	


.nav-section-main ul li a.home_active{
position: inherit!important;	
border-bottom: 2px solid #0e76bc;
color: #0e76bc;
background: #fff;
}


/*to avoid rounded corner button in safari  */
input {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
select {
    -webkit-border-radius:0;
    border-radius:0;
}
input[type='text'],textarea {font-size:1.3em;}
/*to avoid rounded corner button in safari  */

/*::-webkit-input-placeholder { 
  color: blue;
}
:-ms-input-placeholder { 
  color: blue;
}
::-moz-placeholder { 
  color: blue;
  opacity: 1;
}
:-moz-placeholder { 
  color: blue;
  opacity: 1;
}*/
input[type="text"].email-sub-inpbox::-moz-placeholder {
  color: white;
	opacity: 1;
}
::-moz-placeholder { text-overflow: ellipsis; }
:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0e76bc inset;
	-webkit-text-fill-color: #fff!important;
}
#bottomAdWrapper {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9998;
    height: 50px;
    bottom: 31px;
    display: none;
    background: #f5f5f5;
}
.bottomAdContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 320px;
    text-align: center;
   
}
#relatedVidoesTag{
padding: 5px;	
}

.dp-add-block{margin:0 auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd;padding:10px 0;background:#f5f5f5;text-align:center;margin:7px 0;}
.dp-add-block:empty{border-bottom:0 none;border-top:0 none;padding:0;background:#fff;margin:0;}
#div-gpt-ad-1470917625077-0{margin:0 auto;}

.oi-add-block:empty{border-bottom:0 none;border-top:0 none;padding:0;background:#fff;margin:0;height:0;}


.loading-ad {
    line-height: 255px;
    text-align: center;
}


.loading-dot {
    background-color: #90949c;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
    -o-animation: move 1s infinite linear;
    -ms-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
}
.loading-dot:last-of-type {margin-right: 0;}
.loading-dot:nth-child(1) {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
}
.loading-dot:nth-child(2) {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
.loading-dot:nth-child(3) {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 1;
    };
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}
@-ms-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}

@-o-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 1;
    };
}


#article_main_width {
    margin-top:106px;
}
#edu-headerMain{
    margin-top: 127px;
}
#edu-container{
    margin-top:7px!important;
}
.one-head-share {float: right;font-size: 20px;color: #000;margin: 10px 0 0 0;display:none;padding-right: 14px;}
.one-share-icon {width: 18px;height: 18px;background: url(https://images.careerindia.com/images/share-icon.svg) no-repeat 0 0;display: block;}
.one-head-share.open-share {display: block;padding-right: 14px;}
.one-head-share a {color: #000;padding:7px 5px;display: block;}
.one-head-share-links {background: #f5f5f5;position: fixed;top: 0;right: -2020px;height: 47px;z-index: 1000000000;text-align: center;border: 1px solid #e5e5e5;box-shadow: 2px 4px 5px #ccc;-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);-webkit-transition: all .4s cubic-bezier(.37,.15,.32,.94);-moz-transition: all .4s cubic-bezier(.37,.15,.32,.94);-ms-transition: all .4s cubic-bezier(.37,.15,.32,.94);transition: all .4s cubic-bezier(.37,.15,.32,.94);}
.one-head-share1-links a {display: inline-block;margin: 0 4px;border-radius: 50%;width: 30px;height: 30px;line-height: 30px;color: #fff;margin-top: 5px;text-align: center;}
.one-head-share1-links a.fb-facebook {background: #3b5998;margin-left:10px!important;}
.one-head-share1-links a.fb-twitter {background: #1da1f2;}
.one-head-share1-links a.fb-whatsapp {background: #609a4c;}
.one-head-share1-links a.fb-settings {background: #ff4422;}
.one-head-share1-links a.fb-comments {background-color: rgb(255, 68, 34);}
.one-head-share-links-close {font-size: 16px;color: #333;font-weight: bold;position: absolute;top:0;right: 5px;padding: 8px;cursor: pointer;}
.one-head-share-links.open-share {left: 0;right: 0;}
.one-notf.open-share{display: none!important;}
.one-header {z-index: 10000;background: #fff;}
.one-head-share1-links {height: 31px;z-index: 1000000000;text-align: left;font-size: 16px;    margin: 5px 0;}
.one-head-share-links .one-head-share1-links {text-align: center;}

.one-head-share-block{
height: 42px;
}
div#taboola-mid-article-thumbnails {
    margin-bottom:10px;
    text-align:center;
}
