/*
Theme Name: ICrowdNewswire
Theme URI:
Author: ICrowdNewswire
Author URI:
Description: New Theme With New Design.
Version:1.0
License:
License URI:
Tags:
This theme, like WordPress.
*/


@charset "utf-8";
/********************************/
/********************************/
body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:'Lato', sans-serif;
	line-height:24px;
	font-size:16px;
	color:#585858;
}

h1{
	line-height: 1.3;
}

/********************************/
/*******	  COMMON	  *******/
/********************************/
*:active{outline:none}
*:focus{outline:none}
*::-moz-focus-inner{outline:none;border:0}
*{outline:none}
*:before,*:after{box-sizing:border-box}
header,nav,section,article,aside,footer{display:block}
div,ul,li,form,img,button,input,textarea{
    padding:0;
    margin:0;
    outline:none;
    border:none;
    display:block;
    background:none;
	list-style:none;
}
img,a{
	max-width:100%;
	display:inline-block;
}
.content{
	width:100%;
	padding:0 15px;
	max-width:1235px;
	box-sizing:border-box;
	margin:0 auto;
}
.content::after,
.content::before{
	display:table;
	content:"";
}
.content::after{clear:both}

/** The News list css*/
li.list-group-item.list-group-item-action.nm_li.active a{
	color:#fff;
}
/** The Specific News style*/
.content-single p{
	line-height:24px;
}
.list-group-item.active{
	z-index:2;
	color:#fff !important;
	background-color:#0b1b60;
	border-color:#031356;
}

/********************************/
/*******      HEADER	  *******/
/********************************/
.header{
	width:100%;
	position:relative;
	z-index:9;
}
.header::after{
	width:100%;
	height:12px;
	background:url(images/shadow.png) repeat-x;
	position:absolute;
	display:block;
	content:"";
	z-index:1;
	top:100%;
	left:0;
}
.hdrTop{
	width:100%;
	min-height:66px;
	border-bottom:1px solid #bec1c9;
}
.hdrTopIn{
	width:100%;
	padding:0 260px;
	text-align:center;
	box-sizing:border-box;
	position:relative;
}
#logo{
	width:233px;
	display:block;
	position:absolute;
	top:20px;
	left:0;
	text-decoration:none;
}
#logo img{
	width:100%;
	display:block;
}
#logo span{
	color: #123282;
}
.langBtn{
	display:inline-block;
	position:absolute;
	margin:auto;
	top:26px;
	right:0;
}
.langBtn::after,
.langBtn::before{
	display:table;
	content:"";
}
.langBtn::after{clear:both}
.langBtn a{
	margin-left:9px;
	float:left;
}
.hdrTop p{
	margin:0;
	padding:24px 0;
	line-height:18px;
	font-size:15px;
	color:#0e0e0e;
}
.hdrBtm{
	width:100%;
	min-height:60px;
	background:url(images/hdrBtm.png) repeat-x;
	background-size:auto 100%;
	position:relative;
	z-index:2;
}
.hdrBtmIn{
	width:100%;
	text-align:center;
	padding-right:416px;
	box-sizing:border-box;
	position:relative;
}
.hdrBtmRgt{
	position:absolute;
	top:11px;
	right:0;
}
.hdrBtmRgt::after,
.hdrBtmRgt::before{
	display:table;
	content:"";
}
.hdrBtmRgt::after{clear:both}
.signUp{
	width:185px;
	display:block;
	margin-left:30px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
    -o-border-radius:19px;
    border-radius:19px;
	line-height:38px;
	font-size:15px;
	float:right;
	color:#000;
}
.signUp:hover{
	background-color:#2081c4;
	color:#fff;
}
.search-form{
	max-width:250px;
	position:relative;
	float:left;
}
.search-form input[type="search"]{
    width:100%;
    height:38px;
    box-sizing:border-box;
	background-color:#707aa4;
	border:1px solid #707aa4;
    padding:10px 35px 10px 20px;
	font-family:'Lato', sans-serif;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
    -o-border-radius:19px;
    border-radius:19px;
    line-height:16px;
    font-size:14px;
    color:#fff;
}
.search-form input[type="search"]::-webkit-input-placeholder{color:#fff}
.search-form input[type="search"]::-moz-placeholder{color:#fff;opacity:1}
.search-form input[type="search"]:-moz-placeholder{color:#fff;opacity:1}
.search-form input[type="search"]:-ms-input-placeholder{color:#fff}
.search-form input[type="submit"]{
    width:13px;
    height:13px;
    cursor:pointer;
    /*iPad/iPhone*/
    -webkit-appearance:none;
	background:url(images/search.png) no-repeat;
	/*position:absolute;
	display:block;
	top:12px;
	right:22px;*/
	display:inline-grid;
	position:relative;
	right:30px;
	top:2px;
	border:none;
	padding:0;
	margin:0;
}
.search-form input[type="submit"]:hover{opacity:0.5}

.menuBtn{display:none}
.menu{
	width:100%;	
	border-left:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
	position:relative;
}
.menu::after,
.menu::before{
	display:table;
	content:"";
}
.menu::after{clear:both}
.menu > li{
	position:relative;
	border-right:1px solid rgba(255,255,255,0.2);
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	float:left;
}
.menu li a{text-decoration:none}
.menu > li:hover a,
.menu > li.current-menu-item a{background-color:#001051}
.menu > li > a{
	padding:20px 25px;
	color:#fff;
}
.menu .subMenu{
	width:260px;
	margin:auto;
	display:none;
	position:absolute;
	right:-130px;
	left:-130px;
	top:100%;
}
.menu .subMenu li{
	width:100%;
	line-height:20px;
	display:block;
}
.menu .subMenu li a{
	display:block;	
	padding:8px 20px 8px 15px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	/*background-color:#49505a;*/
	background-color:#0e1f65;
	border:1px solid #32373e;
	border-top:1px solid #fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	border-right:none;
	border-left:none;
	font-size:13px;
	color:#eee;
}
.menu .subMenu li a:hover{
	background-color:#36AAE7;
	color:#fff;
}

/********************************/
/*******	  BANNER	  *******/
/********************************/
.banner{
	width:100%;
	/*max-width:1600px;*/
	position:relative;
	overflow:hidden;
	margin:auto;
}
.banner a{
	width:100%;
}
.bnrBox{
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	color:#fff;
	left:0;
	top:0;
}
.banner img{
	width:100%;
	display:block;
}
.bnrBox .content{height:100%}
.bnrTbl{
	width:100%;
	height:100%;
	display:table;
}
.bnrTblCell{
	display:table-cell;
	vertical-align:middle;
}
.bnrBox a{
	text-decoration:none;
	color:#fff;
}
.bnrBox a:hover{color:#5182ec}

.bnrBox > div > h2{
	margin:25px 0 0;
	text-transform:uppercase;
	line-height:50px;
	font-weight:900;
	font-size:47px;
	color:#20327d;
}
.bnrTbl h2{
	margin:0;
    -webkit-text-shadow:0 3px 3px #000;
    -moz-text-shadow:0 3px 3px #000;
    -o-text-shadow:0 3px 3px #000;
    text-shadow:0 3px 3px #000;
	line-height:80px;
	font-weight:900;
	font-size:71px;
}
.bnrTbl p{
	font-size: 30px;
}
.bnrTxt{
	margin:0;
	width:100%;
	padding:10px 0 0;
    -webkit-text-shadow:0 2px 2px #000;
    -moz-text-shadow:0 2px 2px #000;
    -o-text-shadow:0 2px 2px #000;
    text-shadow:0 2px 2px #000;
	position:relative;
	line-height:35px;
	font-size:30px;
}
.bnrTxt span{
	display:block;
	font-weight:300;
	text-transform:uppercase;
	font-size:19px;
}
.bnrTxt li{
	position:relative;
	display:inline-block;
	padding:0 18px;
}
.bnrTxt li::before{
	width:2px;
	height:28px;
	display:block;
	background-color:#fff;
    -webkit-box-shadow:0 0px 6px #000;
    -moz-box-shadow:0 0px 6px #000;
    -o-box-shadow:0 0px 6px #000;
    box-shadow:0 0px 6px #000;
	position:absolute;
	margin:auto;
	content:"";
	left:-2px;
	bottom:0;
	top:1px;
}
.bnrTxt li:first-child::before{display:none}

.bnr-logo1{
	width:56.76%;
	margin:auto;
}
.bnr-logo2{
	width:45.56%;
	margin:auto;
}
.prevNext{
	width:100%;
	height:1px;
	position:absolute;
	margin:auto;
	z-index:2;
	bottom:0;
	right:0;
	left:0;
	top:0;
}
.prevNext li{
	width:31px;
	height:56px;
	cursor:pointer;
	background:url(images/prevNext.png) no-repeat;
	position:absolute;
	top:-27px;
}
.prevNext li.prev{
	left:170px;
	background-position:left top;
}
.prevNext li.prev:hover{background-position:left bottom}
.prevNext li.next{
	right:170px;
	background-position:right top;
}
.prevNext li.next:hover{background-position:right bottom}

/********************************/
/*******	  CONTENT	  *******/
/********************************/		
.section1{
	width:100%;
	padding:54px 0;
	background-color:#fff;
	text-align:center;
	overflow:hidden;
}
.heading{
	width:100%;
	padding-bottom:3px;
	background-image:url(images/heading-bg.png);
	background-position:center  bottom;
	background-repeat:no-repeat;
	line-height: normal;
}
.heading h1{
	margin:0;
	/*text-transform:uppercase;*/
	line-height:35px;
	font-weight:700;
/* 	font-size:45px; */
	font-size:35px;
	color:#090909;
	padding-bottom:10px;
}
.heading h2{
	margin:0;
	text-transform:uppercase;
	line-height:61px;
	font-weight:700;
/* 	font-size:45px; */
	font-size:35px;
	color:#090909;
}
.pdtList{
	margin:0 -15px;
	padding:0 0 10px;
	/* New css changes due to new items added */
	display: inline-flex;
}
.pdtList::after,
.pdtList::before{
	display:table;
	content:"";
}
.pdtList::after{clear:both}

.pdtList li{
	box-sizing:border-box;
	/* padding:26px 15px 0; */
	width:25%;
	float:left;
	margin-bottom: 3%;
}
.pdtList a,
.pdtList span{
	font-size:15px;
	display:block;
	color:#090909;
	text-decoration:none;
	position:relative;
}
.pdtList a:hover span{
	color:#123282;
	text-decoration:underline;
}
.pdtList a:hover img{
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
}
.skewBox{
	width:100%;
	background:#f0f0f0;
}
.skewBox ul{
	width:100%;
	padding:0 30px;
	overflow:hidden;
	box-sizing:border-box;
}
.skewBox li{
	width:33.3333%;
    transform:skew(25deg);
    -webkit-transform:skew(-25deg);
    -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -o-transform:skew(-25deg);
	text-align:center;
    float:left;
}
.skewBoxMid{background:#f0f0f0}
.skewBoxIn{
	padding:27px 0;
    transform:skew(-25deg);
    -webkit-transform:skew(25deg);
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -o-transform:skew(25deg);
	text-transform:uppercase;
	line-height:36px;
	font-weight:300;
	font-size:30px;
	color:#081840;
}
.skewBox li.current .skewBoxMid{background:#e3e3e3}
.skewBox span{
	display:inline-block;
	text-align:left;
}
.skewBox strong{
	display:block;
	font-weight:700;
}
.section2{
	width:100%;
	padding-top:22px;
	background-color:#fff;
	overflow:hidden;
}
.sec2Row{
	margin:0 -18px;
	padding:0 0 25px;
}
.sec2Row::after,
.sec2Row::before{
	display:table;
	content:"";
}
.sec2Row::after{clear:both}
.sec2Lft{
	text-align:center;
	width:73.70967741935484%; /* 914 / 1240 */ 
	box-sizing:border-box;
	padding:30px 18px 0;
	float:left;
}
.navHighlighter,
.tabNav{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	padding-right:10px;
}
.navHighlighter br,
.tabNav br{display:none}

.tabNav > li{
    float:left;
	margin:0 1px;
    transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -o-transform:skew(25deg);
}
.navHighlighter > li{
	float:left;
	margin:0 1px;
}
.navHighlighter > li:first-child,
.tabNav > li:first-child{margin-right:0}
.tabNav li:first-child:before{
    display:block; 
    content:""; 
    position:absolute;  
    height:100%; 
    width:22px;
	left:-11px;
    background-color:#0a266d;
    transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -o-transform:skew(-25deg);
	z-index:1;
}
.navHighlighter li a,
.tabNav li .tab_box{
/*     background:#0a266d;
    color:#fff;
    display:block;
    font-size:20px;
    line-height:46px;
    padding:0 29px;
    text-align:left;
    text-decoration:none;
    text-transform:uppercase;
	font-weight:700;
	position:relative;
	z-index:2;
	cursor:pointer; */
	color: #fff;
    display: block;
    line-height: 35px;
    padding: 0 29px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
	cursor: pointer;
	background: rgba(66,83,150,1);
	background: -moz-linear-gradient(left, rgba(66,83,150,1) 0%, rgba(11,33,120,1) 62%, rgba(11,33,120,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,83,150,1)), color-stop(62%, rgba(11,33,120,1)), color-stop(100%, rgba(11,33,120,1)));
	background: -webkit-linear-gradient(left, rgba(66,83,150,1) 0%, rgba(11,33,120,1) 62%, rgba(11,33,120,1) 100%);
	background: -o-linear-gradient(left, rgba(66,83,150,1) 0%, rgba(11,33,120,1) 62%, rgba(11,33,120,1) 100%);
	background: -ms-linear-gradient(left, rgba(66,83,150,1) 0%, rgba(11,33,120,1) 62%, rgba(11,33,120,1) 100%);
	background: linear-gradient(to right, rgba(66,83,150,1) 0%, rgba(11,33,120,1) 62%, rgba(11,33,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425396', endColorstr='#0b2178', GradientType=1 );
}

.tabNav li .tab_box span{
    transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    display:block;
}
.tabNav li.current .tab_box,
.tabNav li .tab_box:hover,
.tabNav li:first-child:hover:before,
.tabNav li.current:first-child:before{background:#3654a0}
.lgBox{
	width:100%;
	padding:44px 42px;
	margin:20px 0 32px;
	border:1px solid #d5d5d5;	
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow:0 0 10px rgba(0,0,0,0.3);
    box-shadow:0 0 10px rgba(0,0,0,0.3);
	box-sizing:border-box;
	position:relative;
	text-align:left;
	overflow:hidden;
}
.lgBoxImg{
	background-color:#fff;
	/*width:40.65656565656566%;*/ /* 322 / 792 */
	max-width:110px;
    -webkit-box-shadow:0 0 2px #585858;
    -moz-box-shadow:0 0 2px #585858;
    -o-box-shadow:0 0 2px #585858;
    box-shadow:0 0 2px #585858;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	margin: 0px 20px 10px 0px;
}
.lgBoxImg img{
	width:100%;
	display:block;
}
.lgBoxTxt{
	width:100%; /* 470 / 792 */ 
	box-sizing:border-box;
	/*padding-left:30px;*/
	position:relative;
	float:left;
}
.lgBoxTxt h6{
	margin:0 0 21px;
	line-height:22px;
	font-weight:400;
	font-size:20px;
	color:#123282;
}
.lgBoxTxt h6 a{
	text-decoration:none;
	color:#123282;
	display: block !important;
}
.post_content_div .date{
	display:block;
	margin-bottom:9px;
	font-size:16px;
	color:#000;
}
.lgBoxTxt p{margin:20px 0}
.lgBoxTxt p a{
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
	color:#123282;
}
.lgBoxBtm{
	width:100%;
	overflow:hidden;
}
.logbox_terms{
	padding:7px 0 0;
	float:right;
}
.lgBoxBtm ul{
	padding:7px 0 0;
	float:left;
}
.lgBoxBtm li{
	padding-right:18px;
	float:left;
}
.lgBoxBtm a{
	margin-left:8px;
	text-decoration:none;
	display:inline-block;
	line-height:21px;
	font-size:21px;
	color:#123282;
}
.lgBoxBtm a:hover{color:#585858}
.lgBoxBtm .fa{
	line-height: 21px;
	font-size: 21px;
	color: #123282;
}
.lgBoxBtm li .responsivevoice-button{
	cursor:pointer;
}

.pager{
	display:inline-block;
	margin:auto;
}
.pager::after,
.pager::before{
	display:table;
	content:"";
}
.pager::after{clear:both}
.pager li{
	width:36px;
	margin:0 3px;
	text-align:center;
	border:2px solid #919191;
	box-sizing:border-box;
	line-height:32px;
	font-size:16px;
	float:left;
}
.pager li a{
	display:block;
	text-decoration:none;
	color:#919191
}
.pager li.active a,
.pager li a:hover{
	background-color:#003282;
	color:#fff;
}
.pager li.pagerPrev,
.pager li.pagerNext,
.pager li.pagerPrev a,
.pager li.pagerNext a,
.pager li.pagerPrev a:hover,
.pager li.pagerNext a:hover{
	width:auto;
	border:none;
	background:none;
	font-size:16px;
	color:#123282;
}
.pager li.pagerPrev .fa{
	line-height:28px;
	padding-bottom:2px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
	display:inline-block;
}

.sec2Rgt{
	width:26.29032258064516%; /* 326 / 1240 */
	box-sizing:border-box;
	padding:30px 18px 0;
	float:left;
}
.sidebar{
	width:100%;
	text-align:left;
	border:1px solid #d5d5d5;	
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow:0 0 10px rgba(0,0,0,0.3);
    box-shadow:0 0 10px rgba(0,0,0,0.3);
	box-sizing:border-box;
	position:relative;
}
.sBarBox{
	width:100%;
	overflow:hidden;
}
.sBarBox > h3,
.sBarBox > h4{
	margin:0;
	background-color:#123282;
	text-transform:uppercase;
	padding:15px 25px;
	line-height:15px;
	font-weight:400;
	font-size:13px;
	color:#fff;
}
.sBarBoxIn{
	padding:0 25px 5px;
	position:relative;
}
.sidebar h6{
	margin:20px 0 18px;
	line-height:19px;
	font-weight:400;
	font-size:15px;
	color:#123282;
}
.sidebar h6 a{
	text-decoration:none;
	color:#123282;
}
.sidebar .date{
	display:block;
	margin-bottom:12px;
	line-height:18px;
	font-size:13px;
	color:#0f0f0f;
}
.sidebar p{
	margin:0 0 18px;
	line-height:18px;
}
.dashed{
	margin:0;
	border:none;
	padding:7px 0 0;
	border-bottom:1px dashed #585858;
	display:block;
	height:auto;
}
.browseList1{
	padding:12px 0 6px;
	position:relative;
}
.browseList1 li{
	line-height:17px;
	font-size:15px;
	padding-left:20px;
	margin: 8px 0px;
	cursor:pointer;
}
.browseList1 li,
.browseList1 li a{
	text-decoration:none;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	position:relative;
	color:#131313;
}
.browseList1 li::before{
	width:14px;
	height:14px;
	display:block;
	content:"\f067";
	text-align:center;
	background-color:#123282;
	font-family:'FontAwesome';
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	position:absolute;
	line-height:14px;
	font-size:10px;
	color:#fff;
	top:3px;
	left:0;
}
.browseList1 li:hover::before,
.browseList1 li a:hover::before{left:20px}
.browseList1 li:hover{padding-left:40px}
.browseList1 li.active_list::before{
	content:"\f068";
}
.browseList2{
	padding:12px 0;
	position:relative;
}
.browseList2 li{
	padding:8px 0;
	line-height:17px;
	font-size:15px;
}
.browseList2 li a{
	padding-left:20px;
	text-decoration:none;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	position:relative;
	color:#131313;
}
.browseList2 li a::before{
	display:block;
	content:"\f04b";
	text-align:center;
	font-family:'FontAwesome';
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	position:absolute;
	line-height:14px;
	font-size:14px;
	color:#123282;
	top:3px;
	left:0;
}
.browseList2 li a:hover::before{left:20px}
.browseList2 li a:hover{padding-left:40px}
.viewMore{
	width:142px;
	display:block;
	text-align:center;
	margin:20px auto 28px;
	text-decoration:none;
	background-color:#123282;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
    -o-border-radius:19px;
    border-radius:19px;
	line-height:38px;
	font-size:15px;
	color:#fff;
}
.viewMore:hover{
	background-color:#2081c4;
	color:#fff;
}
.section3{
	width:100%;
	position:relative;
	background-color:#fff;
	overflow:hidden;
}
.sec3Row{
	margin:0 -13px;
	padding:0 0 45px;
}
.sec3Row::after,
.sec3Row::before{
	display:table;
	content:"";
}
.sec3Row::after{clear:both}
.sec3Box{
	width:50%;
	float:left;
	padding:25px 13px;
	box-sizing:border-box;
	text-align:center;
}
.smBox{
	width:100%;
	margin-top:20px;
	padding:21px 26px;
	border:1px solid #d5d5d5;
	box-sizing:border-box;
	position:relative;
	text-align:left;
	overflow:hidden;
}
.smBoxImg{
	padding-top:22.5%;
	background-color:#fff;
	width:27.798507462686567%; /* 149 / 536 */ 
    -webkit-box-shadow:0 0 2px #585858;
    -moz-box-shadow:0 0 2px #585858;
    -o-box-shadow:0 0 2px #585858;
    box-shadow:0 0 2px #585858;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	margin:2px 0;
	float:left;
}
.smBoxImg img{
	max-width:90%;
	max-height:90%;
	position:absolute;
	display:block;
	margin:auto;
	bottom:0;
	right:0;
	left:0;
	top:0;
}
.smBoxTxt{
	width:72.20149253731343%; /* 387 / 536 */ 
	box-sizing:border-box;
	padding-left:17px;
	position:relative;
	float:left;
}
.smBoxTxt h6{
	margin:0 0 6px;
	line-height:19px;
	font-weight:400;
	font-size:15px;
	color:#123282;
}
.smBoxTxt h6 a{
	text-decoration:none;
	color:#123282;
}
.smBoxTxt .date{
	display:block;
	margin-bottom:9px;
	line-height:18px;
	font-size:13px;
	color:#0f0f0f;
}
.smBoxTxt p{
	margin:9px 0 16px;
	line-height:18px;
}
.smBoxBtm{
	position:absolute;
	bottom:0;
	right:0;
}
.smBoxBtm a{
	margin-left:8px;
	text-decoration:none;
	display:inline-block;
	line-height:12px;
	font-size:12px;
	color:#888;
}
.smBoxBtm a:hover{color:#585858}

.section4{
	width:100%;
    padding:44px 0;
	text-align:center;
	background:url(images/salesNetwork-bg.jpg) no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	overflow:hidden;
	color:#fff;
}
.section4 a{
	text-decoration:none;
	color:#fff;
}
.slsNetRow{
    padding:0 0 38px;
    margin-left:-15px;
    margin-right:-15px;
}
.slsNetRow::after,
.slsNetRow::before{
	display:table;
	content:"";
}
.slsNetRow::after{clear:both}
.section4 h3{
	margin:0;
	line-height:38px;
	font-weight:400;
	font-size:35px;
}
.slsNetBox{
	width:20%;
	text-align:left;
	padding:30px 15px 0;
	box-sizing:border-box;
	float:left;
}
.slsNetBox:nth-child(1){width:24%}
.slsNetBox:nth-child(2){width:16%}

.slsNetBox h4{
	margin:0;
	padding:3px 0;
	display:inline-block;
	border-bottom:1px solid #fff;
	line-height:22px;
	font-weight:400;
	font-size:20px;
}
ul.list{
	padding:11px 0 0;
	position:relative;
}
.list li{
	padding:3px 0;
	position:relative;
}
.list li a{
	position:relative;
	text-decoration:none;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	padding-left:15px;
	color:#fff;
}
.list li a::before{
	display:block;
	content:"\f054";
	font-family:'FontAwesome';
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
	position:absolute;
	font-size:12px;
	top:1px;
	left:0;
}
.list li a:hover::before{left:15px}
.list li a:hover{padding-left:30px}

.slsNetBtn{
	padding:10px 40px;
	display:inline-block;
	background-color:#031238;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
    -o-border-radius:23px;
    border-radius:23px;
	line-height:25px;
	font-size:19px;
	color:#fff;
}
.slsNetBtn:hover{
	background-color:#fff;
	color:#031238;
}

/********************************/
/*******	  FOOTER	  *******/
/********************************/
.footer{
	width:100%;
	background-color:#031238;
	color:#fff;
}
.ftrRow{
    padding:17px 0;
    margin-left:-15px;
    margin-right:-15px;
}
.ftrRow::after,
.ftrRow::before{
	display:table;
	content:"";
}
.ftrRow::after{clear:both}

.ftrLft,
.ftrMid,
.ftrRgt{
	padding:26px 15px 0;
	box-sizing:border-box;
	float:left;
}
.ftrLft{width:27.20647773279352%} /* 336 / 1235 */
#ftrLogo{
	max-width:281px;
	display:block;
	text-decoration: none;
}
#ftrLogo img{
	width:100%;
	display:block;
}
#ftrLogo span{
	width:100%;
	display:block;
	color: #fff;
	text-align: center;
}
.shareList{
	width:100%;
	padding-top:20px;
	overflow:hidden;
}
.shareList li{
	padding:15px 15px 0 0;
	float:left;
}
.shareList a{
	width:39px;
	height:39px;
	display:block;
	text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	line-height:39px;
	font-size:20px;
	color:#fff;
	text-indent: -99999px;
}
.shareList .s1 a,
.shareList .google-plus a{background: url(images/s1.png) #dd4b39 no-repeat left top;}
.shareList .s2 a,
.shareList .linkedin a{background: url(images/s2.png) #4393cc no-repeat left top;}
.shareList .s3 a,
.shareList .twitter a{background: url(images/s3.png) #2aa7de no-repeat left top;}
.shareList .s4 a,
.shareList .facebook a{background: url(images/s4.png) #3e5b97 no-repeat left top;}

.shareList a:hover{background-position: 0 -41px;}

.ftrMid{
	width:42.42914979757085%;/* 524 / 1235 */
	padding-top:0;
}
.ftrMidIn{
	width:50%;
	max-width:225px;
	padding-top:26px;
	float:left;
}

.ftrRgt{width:30.364372469635625%} /* 375 / 1235 */ 
.ftrRgt p{margin:14px 0 7px}
.ftrForm{
	width:100%;
	margin-bottom:25px;
	box-sizing:border-box;
	padding-right:90px;
	position:relative;
}
.ftrForm input[type="email"]{
    width:100%;
    height:45px;
    padding:15px;
    box-sizing:border-box;
	background-color:#fff;
	font-family:'Lato', sans-serif;
    line-height:15px;
    font-size:14px;
    color:#123282;
}
.ftrForm input[type="email"]::-webkit-input-placeholder{color:#123282}
.ftrForm input[type="email"]::-moz-placeholder{color:#123282;opacity:1}
.ftrForm input[type="email"]:-moz-placeholder{color:#123282;opacity:1}
.ftrForm input[type="email"]:-ms-input-placeholder{color:#123282}
.ftrForm input[type="submit"]{
    width:90px;
    height:45px;
	text-align:center;
	box-sizing:border-box;
	font-family:'Lato', sans-serif;
    line-height:43px;
    font-size:15px;
    color:#fff;
    cursor:pointer;
    /*iPad/iPhone*/
    -webkit-appearance:none;
    background-color:#123282;
	border:1px solid #123282;
	position:absolute;
	right:0;
	top:0;
}
.ftrForm input[type="submit"]:hover{background-color:#001b5f}
.footer h4{
	margin:0;
	padding:0 0 6px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:2px solid #fff;
	line-height:26px;
	font-weight:400;
	font-size:22px;
}
.copyright{
	padding:16px 15px;
	border-top:1px solid #354160;
	text-align:center;
}
/* Extra CSS */
.empty_massage{
	display:block;
	font-size: 35px;
	color: #123282;
}
.empty_massage_sidebar{
	display:block;
	font-size: 18px;
	color: #123282;
	margin-top: 2%;
	margin-bottom: 2%;
}
#tabs_1{display:block;}
#tabs_2,#tabs_3{display:none;}
.wp-pagenavi span,
.wp-pagenavi a{
	margin: 0 3px;
	text-align: center;
	border: 2px solid #919191;
	box-sizing: border-box;
	font-size: 16px;
	padding: 4px 9px;
	color: #919191;
	text-decoration: none;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	background-color: #003282;
	color: #fff !important;
}
.wp-pagenavi a.first .fa,
.wp-pagenavi a.previouspostslink .fa {
	line-height: 15px;
	padding-bottom: 2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}
.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last,
.wp-pagenavi a.nextpostslink{
	color: #123282;
}
.browseList1 .sub_ul{
	display:none;
}
/************* Login Form *******/
.news_signin{
	width: 40%;
	margin: 40px auto;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.about_cnt section h2,
#kiosk .col-md-8 .wizard-heading,
#kiosk .col-md-4 .wizard-heading,
.sign_title {
	margin: 0;
	background-color: #123282;
	text-transform: uppercase;
	padding: 15px 25px;
	line-height: 15px;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}
.signin_ctn {
	padding: 20px 15%;
	width: 70%;
	text-align: left;
}
.signin_ctn h4{
	color: #123282;
	line-height: 19px;
	font-weight: 400;
	font-size: 15px;
}
.news_signin .login p label {
	display: none !important;
}
#kiosk .col-md-8 .form-group input[type="text"],
#kiosk .col-md-8 .form-group input[type="password"],
#kiosk .col-md-8 .form-group input[type="email"],
#kiosk .col-md-8 .form-group select,
#kiosk .col-md-4 .form-group input[type="text"],
#kiosk .col-md-4 .form-group input[type="password"],
.login p input[type="text"], 
.login p input[type="password"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #d5d5d5;
	font-family: 'Lato', sans-serif;
	line-height: 15px;
	font-size: 14px;
	color: #123282;
	box-sizing: border-box;
}
#kiosk .col-md-8 button,
#kiosk .col-md-4 .form-group button,
.news_signin .login p.submit input[type="submit"] {
	width: 90px;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	line-height: 43px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: #123282;
	border: 1px solid #123282;
}
#kiosk .col-md-8 .form-group a,
#kiosk .col-md-4 .form-group a,
.signin_ctn a {
	text-transform: uppercase;
	font-weight: 700;
	color: #123282 !important;
}
.news_signin .login p.forgetmenot label {
	display: block !important;
	padding-left: 10px;
	line-height: 17px;
}
.news_signin .login p.forgetmenot{
	display: flex;
}
#kiosk {
	width: 80%;
	margin: 40px auto;
	padding: 25px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.kioskmenu {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.kioskmenu a{
	padding: 10px 40px;
	background-color: #031238;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	line-height: 25px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.kioskmenu .tips_button{
	float: left;
}
.kioskmenu a:hover{
	background-color:#123282;
}
#kiosk .col-md-4 {
	width: 40%;
	float: left;
	text-align: left;
	padding-right: 5%;
}
#kiosk .col-md-8 .text-success,
#kiosk .col-md-4 .text-warning{
	color: #123282;
	line-height: 19px;
	font-weight: 400;
	font-size: 15px;
}
#kiosk .col-md-8 .payment-wizard,
#kiosk .col-md-4 .payment-wizard {
	width: 100%;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
#kiosk .col-md-8 .wizard-content,
#kiosk .col-md-4 .wizard-content {
	width: 90%;
	padding: 5%;
}
#kiosk .col-md-8 .form-group,
#kiosk .col-md-4 .form-group{
	padding-bottom:15px;
}
#kiosk .col-md-8 {
	width: 55%;
	float: right;
	text-align: left;
}
#kiosk li .wizard-content,
#kiosk .hide{
	display:none;
}
#kiosk li.active .wizard-content{
	display:block;
}
.about_nav {
	margin: 40px auto;
	width: 90%;
}
.about_cnt section {
	width: 86%;
	margin: 0px auto 40px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing:border-box;
	padding: 15px 2%;
	text-align: left;
}
.about_cnt .about_info .team_main{
	width: 90%;
	padding: 5%;
	margin: 30px auto;
	position: relative;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.about_cnt .about_info .team_top{
	width: 100%;
	position: relative;
}
.about_cnt .about_text .t_img{
	width: 30%;
	float: left;
}
.t_img img{
	width: 100%;
	border: 10px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.about_cnt .about_text .team_info{
	width: 65%;
	float: right;
}
.about_cnt .about_info .team_bottom{
	width: 100%;
	clear: both;
	padding-top: 15px;
}
.team_info h5{
	color: #123282;
	line-height: 19px;
	font-weight: 400;
	font-size: 15px;
	margin: 0px;
}
.team_info .t_left {
	width: 60%;
	float: left;
}
.team_info .t_left p {
	margin: 0px;
	padding-bottom: 10px;
}
.team_info .t_left a {
	font-weight: 700;
	color: #123282;
	font-size: 13px;
}
.team_info .l_img {
	width: 35%;
	float: right;
	padding-left: 5%;
	border-left: 1px dashed #d5d5d5;
	box-sizing: border-box;
}


/********************************/
/*******   RESPONSIVE    ********/
/********************************/
@media screen and (max-width:1599px){
	.bnrTxt{
		line-height:1.166;
		font-size:2vw;
	}
	ul.bnrTxt,
	.bnr-logo1 + .bnrTxt{font-size:1.87vw}
	.bnrTxt span{
		padding-top:0.4%;
		font-size:1.27vw;
	}
	.bnrBox > div > h2{
		margin:0;
		padding-top:2.5%;
		line-height:1.063;
		font-size:2.5vw;
	}
	.bnrTbl h2{
		line-height:1.126;
		font-size:4.5vw;
	}
	.prevNext{max-width:1292px}
	.prevNext li.prev{left:15px}
	.prevNext li.next{right:15px}
}

@media screen and (max-width:1279px){
	.hdrBtmIn{padding-right:375px}
	.signUp{margin-left:15px}
	.menu > li > a{
		padding-left:15px;
		padding-right:15px;
	}
	.tabNav li a{
		font-size:15px;
		line-height:40px;
	}
	.sBarBox > h3,
	.sBarBox > h4,
	.sBarBoxIn{
		padding-left:15px;
		padding-right:15px;
	}
}

@media screen and (max-width:1023px){
	.hdrBtmIn{padding-right:0}
	.hdrBtmRgt{
		padding:15px 145px 15px 0;
		position:relative;
		top:0;
	}
	.search-form{
		max-width:100%;
		width:100%;
	}
	.signUp{
		position:absolute;
		top:15px;
		right:0;
	}
	.menu > li > a{
		padding-left:25px;
		padding-right:25px;
	}
	.hdrTop p{padding:15px 0}
	.pdtList li{width:25%}
	.skewBoxIn{
		line-height:22px;
		font-size:20px;
	}
	.sec2Lft,.sec2Rgt{width:100%}
	.tabNav li a{
		font-size:16px;
		line-height:40px;
		padding:0 28px;
	}
	.slsNetBox,
	.slsNetBox:nth-child(1),
	.slsNetBox:nth-child(2){width:50%}
	.ftrLft,
	.ftrMid,
	.ftrRgt{width:100%}
	.ftrMidIn{max-width:inherit}
	.smBox,
	.lgBox{padding:15px}
	.lgBoxTxt{padding-left:15px}
	.bnrTxt li{padding:0 6px}
	.bnrTxt li::before{height:12px}
	.sec3Box,
	.section1{
		padding-top:15px;
		padding-bottom:15px;
	}
	.pdtList{padding-bottom:15px}
	.sec2Lft{padding-top:0}
	.lgBox,.smBox{margin:15px 0}
}

@media screen and (min-width:768px){
    .navigation ul.menu{display:block !important}
}

@media screen and (max-width:767px){
	.navigation{
		width:100%;
		display:block;
	}
	.menuBtn{
		width:100%;
		outline:none;
		padding:5px 15px;
		margin-bottom:15px;
		border-radius:4px;
		text-align:left;
		background-color:#36AAE7;
		text-shadow:0 2px 1px rgba(0,0,0,0.3);
		/*border:1px dashed #fff;*/
		box-sizing:border-box;
		position:relative;
		cursor:pointer;
		display:block;
		z-index:999;
		color:#fff;
	}
	.menuBtn span,
	.menuBtn span::after,
	.menuBtn span::before{
		width:22px;
		height:2px;
		content:"";
		display:block;
		border-top:1px dashed #fff;
		box-sizing:border-box;
		border-radius:10px;
		position:absolute;
		margin:auto;
		right:10px;
		left:10px;
		top:15px;
	}
	.menuBtn span{
		left:auto;
		right:15px;
	}
	.menuBtn span::after{
		top:-8px;
		left:0;
	}
	.menuBtn span::before{
		top:6px;
		left:0;
	}
	.menuBtn.active span{
		border:none;
		background-color:transparent;
		transform:rotate(360deg);
		transition:300ms ease all;
	}
	.menuBtn.active span::after{
		top:0;
		transform:rotate(-45deg);
	}
	.menuBtn.active span::before{
		top:0;
		transform:rotate(45deg);
	}	
	.menu{
		width:100%;
		height:auto;
		display:none;
		position:absolute;
		top:100%;
		left:0;
	}
	.menu li{
		width:100%;
		display:block;
		line-height:18px;
	}
	.menu li:hover::after,
	.menu li.current-menu-item::after{display:none}
	.menu li a{	
		margin:0;
		display:block;
		padding:8px 20px 8px 15px;
		box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
		background-color:#0e1f65;
		border:1px solid #32373e;
		border-top:1px solid #fff;
		border-right:none;
		border-left:none;
		font-size:13px;
		color:#eee;
	}
	.menu li a:hover,	
	.menu > li:hover > a,
	.menu li.current-menu-item > a{
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-o-border-radius:0;
		border-radius:0;
		background:#36AAE7;
		color:#fff;
	}
	.menu li em{
		width:50px;
		height:38px;
		display:block;
		background:url(images/plus.png) no-repeat center center;
		position:absolute;
		cursor:pointer;
		content:"";
		z-index:9;
		right:0;
		top:0;
	}
	.menu li a.plus-minus em{background:url(images/minus.png) no-repeat center center}
	.menu .subMenu{
		width:100%;
		position:static;
	}
	.hdrTopIn{padding:0}
	#logo{
		position:relative;
		margin:15px auto;
		top:0;
	}
	.langBtn{
		position:relative;
		top:0;
	}
	.hdrTop p{padding-top:5px}
	.bnrTxt,
	ul.bnrTxt,
	.bnr-logo1 + .bnrTxt{font-size:2.5vw}
	.bnrTxt span{font-size:1.5vw}
	.tabNav li a{
		font-size:14px;
		padding:0 15px;
	}
	.hdrBtmIn{position:static}
	.menu{overflow:hidden}
	.sec3Box{width:100%}
}
@media screen and (max-width:639px){
	.banner{display: none;}
	.pdtList li{width:50%}
	.tabNav{
		width:100%;
		padding:0 10px;
	}
	.skewBoxIn {
		line-height: 18px;
		font-size: 15px;
	}
	.tabNav li a {
		font-size: 9px;
		padding: 0 18px;
	}
	.smBoxImg,
	.lgBoxImg{
		width:100%;
		max-width: 100%;
		margin-bottom:15px;
	}
	.smBoxTxt,
	.lgBoxTxt{
		padding-left:0;
		width:100%;
	}
	.heading h2{
		line-height:45px;
		font-size:30px;
	}
	.section4 h3{
		line-height:34px;
		font-size:30px;
	}
	.slsNetBox h4{font-size:19px}
	.slsNetBtn{
		padding:10px 20px;
		line-height:18px;
		font-size:15px;
	}
	.shareList{padding-top:0}
	.skewBoxIn{padding:15px 0}
	.lgBoxTxt h6{font-size:18px}
	.pdtList{ display: inline-block; }
}
@media screen and (max-width:479px){
	.banner{display: none !important;}
	.slsNetBox, .slsNetBox:nth-child(1), .slsNetBox:nth-child(2),
	.pdtList li{width:100%}
	.pager li{
		width:28px;
		line-height:26px;
	}
	.bnrTxt, ul.bnrTxt, .bnr-logo1 + .bnrTxt{font-size:4vw}
	.bnrTxt span{font-size:2.8vw}
	.prevNext li.prev{left:0}
	.prevNext li.next{right:0}
	.skewBox ul {padding:0}
	.skewBoxIn {
		line-height: 14px;
		font-size: 12px;
	}
	.tabNav > li {
		margin: 0;
		width: 33.33%;
	}
	.tabNav li .tab_box {
		font-size: 9px;
		padding: 10px 6px;
		line-height: 10px;
		text-align: center;
	}
	.tabNav br{display:block}
	.news_signin {
		width: 100%;
	}
	#kiosk {
		width: 100%;
		padding: 10px 5px;
	}
	.kioskmenu a {
		padding: 10px 10px;
		font-size: 10px;
	}
	#kiosk .col-md-4,
	#kiosk .col-md-8 {
		width: 100%;
	}
	.navHighlighter > li{
		margin: 0 1px 10px;
	}
	.navHighlighter li a {
		font-size: 10px;
		line-height: 20px;
		padding: 0 17px;
	}
	.about_cnt .about_text .t_img,
	.about_cnt .about_text .team_info,
	.about_cnt section {
    	width: 100%;
	}
	.about_cnt .about_text .team_info{
		padding-top:15px;
	}
	.team_info .t_left a {
		font-size: 10px;
		word-break: break-all;
	}
	.pdtList{ display: inline-block; }
	.pdtList li{
		padding:26px 15px 0;
	}
	/** Here the mobile css changes for the search box*/
	.hdrBtmRgt{
		padding:15px 0px 15px 0;
	}
	.search-form label{
		display:inline-block;
		width:90%;
	}
	.search-form input[type="submit"]{
		width:13px;
		height:13px;
		cursor:pointer;
		-webkit-appearance:none;
		background:url(images/search.png) no-repeat;
		display:inline-grid;
		position:relative;
		right:30px;
		top:2px;
		border:none;
	}
	.signUp{
		position:static;
		width:100%;
	}
}


/* New UI css starts from here */
.post_content_div{
	/* margin-top: 3%; */
	/* New changes made on 18 Apr 2019 */
	margin-top: 5%;
	text-align: justify;
}
.home_pagination{
	text-align: center;
	margin-top: 4%;
	margin-bottom: 4%;
}
.post_title{
	font-size:24px;
	line-height:35px;
}
.post_title>a, .content_body>p>a{
	text-decoration: none;
	color : #123282;
}

.content_body{
	border-bottom: 1px solid #eee;
}
.content_body p{
	line-height:24px;
}
/* New css code for the heading to be centered */
.text-center{
	text-align: center;
}
.text-medium h1{
	font-size: 24px;
}
.brands{
	padding: 0px;
}

/* Sub Menu */
.sub-menu{	
	position: absolute;
    top: 101%;
    left: 0;
    z-index: 1000;
     display: none;
    float: left;
    min-width: 12.4rem;
    font-size: 0.9rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    line-height: 2.6rem;
}

.sub-menu:hover{
	display: inline;
}

.sub-menu > li > a{
	color: #000;
	text-transform: none;
}

.sub-menu > li{
	background: #0b1c61;
	border-top: 1px solid #4a5894;
}

.sub-menu > li:hover {
    background-color: #010b35 !important;
}

.sub-menu > li > a{
	color: #fff;
}

#menu-item-6634:hover > ul{
	display: inline;

}

#menu-item-6634 > a{
	color: #fff;
}

#menu-item-6634:hover > ul > li > a{
	background: none;
}

.about_text
{
	margin-top: 2%;
}

.navHighlighter, .tabNav {

display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: center;

}

.tooltip-inner {
	background-color:rgb(55, 78, 135, 0.85) !important;
  }
  .arrow::before{
	  border-top-color:rgb(55, 78, 135, 0.85) !important;
  }
  .arrow::before{
	border-bottom-color:rgb(55, 78, 135, 0.85) !important;
}

/* Menue for diff screen size */
#menu-item-6634:hover > ul > li > a{
	background: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%;width:100%;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
	.sub-menu:hover{display: inline;}
	#menu-item-6634:hover > ul{display: inline;}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.sub-menu:hover{display: contents;}
	#menu-item-6634:hover > ul{display: contents;}
	.search-form{max-width:100%; width:100%;}
}



/* CSS to fix HTML reporting page::  added on 10-july-2019 */

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

	.bigpond_table_wrap, .frankly_table_wrap, .socialmedia_table_wrap {
		overflow-x: auto !important;
	}

	table.translation_links_tbl>tbody>tr{
		display: flex;
		flex-direction: column;
	}
	div#n2-ss-2 .n2-ss-layer .n2-font-ecef41a0b52136f559eab079480fe891-hover{
		font-size: 300% !important;
	}

}

/* Related Posts section */

li.related_posts_li>a {
    display: inline;
}
li.related_posts_li {
    line-height: 1.7rem;
}

div#related_posts_wrap {
    min-width: 100%;
    border: solid 1px beige;
    padding: 15px 0 15px 15px;
}

.content-single>ul>li {
	display: list-item;
	list-style-type: disc !important;
}