@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

/* @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap'); */
/* @font-face {
	font-family: 'avenir-black';
	src: url('fonts/Avenir-Black-webfont.eot');
	src: url('fonts/Avenir-Black-webfont.woff') format('woff'), url('fonts/Avenir-Black-webfont.ttf') format('truetype'), url('fonts/Avenir-Black-webfont.svg#avenir-black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avenir-oblique';
	src: url('fonts/Avenir-Oblique-webfont.eot');
	src: url('fonts/Avenir-Oblique-webfont.woff') format('woff'), url('fonts/Avenir-Oblique-webfont.ttf') format('truetype'), url('fonts/Avenir-Oblique-webfont.svg#avenir-oblique') format('svg');
	font-weight: normal;
	font-style: normal;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
;
/* @font-face {
    font-family: 'Baskerville T';
    src: url('fonts/BaskervilleT-Regu.eot');
    src: url('fonts/BaskervilleT-Regu.eot?#iefix') format('embedded-opentype'),
        url('fonts/BaskervilleT-Regu.woff2') format('woff2'),
        url('fonts/BaskervilleT-Regu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

*{
	margin:0px;
	padding:0px;
    box-sizing: border-box;
}

/* ===============================================
root-font-family
------------------------*/
:root {
    --font1: serif;
	--font2:'Bitter', serif;
	--colorcode:#222;
	--colorcode2:#004691;
	/* --font2:'Roboto', sans-serif; */
	/* --font2:'Bitter', serif; */
	/* --font3: 'Playfair Display', serif; */
	/* --font4: 'Bitter', serif; */
    }

	@media print {
		.hidden-print , .wrappers-adds , .header  , .readRemainingGauge{
		  display: none !important;
		}
		.logo-wrapper img{
			display: none !important;
		}
		#loginmodal{
			display: none !important;	
		}
		#time-left{
			display: none !important;
		}
	}

/*----------------------------------------*/

html {
	font-size: 100%;
	scroll-behavior: smooth;
		
}

body {
	font-family:var(--font1);
	
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	overflow-x: hidden !important;
	margin: auto !important;
	background: #fff !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* kkkkkk ssss*/
}
.indicator-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 5px;
	background:#eee;
	z-index:999;
}

.indicator {
	width: 0;
	height: 100%;
	background-color: #005FA6;
	/* box-shadow: 0 2px 5px #4F46E5; */
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 50000000;
	height: 100%;
}

#loader {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loader.png);
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
}

.chart {
	max-width: 1000px;
	display: block;
	width: 130%;
}

.content {
	/* change this property on 27-12-2018 to avoid resposive issue on some articles
  display: table-row; */
	display: block;
	/*min-height: 1200px;
  height:auto;*/
}

.owl-theme .owl-controls {
	margin-top: 2px;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

/* @-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
} */

/* @-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
} */

.error {
	color: red;
}

.success {
	color: green;
}

a {
	color: #1b1b1b;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

footer a {
	color: #fff !important;

}

a:hover {
	color: #1ac6ff;
	text-decoration: none;
}

.btn:focus,
.btn:active {
	outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: inherit;
}

.caption {
	margin: 5px;
	float: left;
	font-size: .9em;
	line-height: 1.1em;
	max-width: 50%;
}

.caption img {
	width: 375px;
	height: auto;
}

.padding-left {
	padding-left: 15px !important;
}

.widget li,
.header li,
.footer li {
	list-style: none
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
	background: #313131;
	color: #ffffff;
	text-shadow: none !important;
}

::-moz-selection {
	background: #313131;
	color: #ffffff;
	text-shadow: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	/*    float: left; */
}

audio,
canvas,
video {
	display: block;
	
}

audio:not([controls]) {
	display: none;
}

.small {
	font-size: 14px;
	font-style: italic;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	-webkit-appearance: none;
}

select {
	clear: left;
	float: left;
	font-size: 14px;
	margin: 20px 0;
}

pre {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Courier, monospace;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 96%;
	overflow: auto;
	padding: 2%;
	position: relative;
}

pre:before {
	clear: both;
	color: #e9575a;
	content: "You can copy / paste the code below!";
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'avenir-black',sans-serif; */
	font-size: 12px;
	margin-bottom: 30px;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	opacity: 1.0;
	height: auto;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.right {
	float: right;
	margin: 0 20px 20px 0;
}

img,
img:hover {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

img.alignleft {
	margin: 10px 20px 20px 0;
	float: left;
}

.alignleft,
.wp-caption .alignleft {
	margin: 10px 10px 20px 0;
	float: left;
}

img.alignright {
	margin: 10px 0 20px 20px;
	float: right;
}

.alignright,
.wp-caption .alignright {
	margin: 20px 0 20px 20px;
	float: right;
}

.content-page a {
	color: #428bca;
}

.wp-caption {
	text-align: center;
	font-family: 'avenir-black', sans-serif;
	font-style: italic;
	max-width: 100%;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption .wp-caption-text {
	font-family: 'avenir-black', sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 20px 0;
	padding: 10px;
}

.gallery-caption {
	margin-left: 0;
	font-family: 'avenir-black', sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0 !important;
}

.gallery-icon img {
	border: 0px solid transparent !important;
	width: 100%;
	height: auto;
}

.sticky,
.gallery-caption,
.bypostauthor {
	margin: 0;
	padding: 0;
}

.gallery {
	margin: 0 auto 30px !important;
}

.first {
	clear: both
}

.last {
	margin-right: 0
}

a.readmore {
	color: #333;
	font-weight: 600;
}

p.drop-caps:first-child:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 4px;
	margin-right: 7px;
	margin-top: 5px;
	font-family: Georgia;
}

p.drop-caps.full:first-child:first-letter {
	color: #fff;
	background: #333;
	padding: 7px;
	margin-right: 7px;
}

ul.check ul li:before,
.check li:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-right: 5px;
	position: relative;
	top: 2px;
}

ul.check ul li,
.check li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 4px;
}

ul.check ul {
	padding-left: 20px !important;
}

.check {
	margin-left: 0;
	padding-left: 0
}

.check li a {
	color: #888;
}

a.remove {
	background: url("images/remove.png") repeat scroll 0 0 #798184;
	border-radius: 111px;
	border-style: solid;
	border-width: 1px;
	display: block;
	height: 18px;
	margin: 10px;
	padding-left: 0 !important;
	text-indent: -9999px;
	width: 18px;
}
.langmain{
	margin:08px 0 05px 0;float:left; width:30%
}
.usermainlogin{
	font-size: medium;
    text-transform: capitalize;
    float: left;
    width: 70%;
    margin: 8px 0 5px 0;
    text-align: right;
}
.loadme {
	visibility: hidden;
}

.filter {
	font-size: .8em;
}

.filter>.panel-default>.panel-heading {
	padding: 3px 15px !important;
}

.filter .panel-title {
	font-size: 13px;
    font-family: var(--font1);
    font-weight: 900;
}
.filter .panel-title>a{
	display: block;
}
.filter .panel-title > a:before {
    float: right !important;
    font-family: 'FontAwesome';
    content:"\f068";
    padding-right: 5px;
	font-size:12px;
}
.filter .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
	font-size:12px;
}

.filter .panel-body div {
	line-height: 1.6em;
	word-spacing: .5em;
	padding: 8px 12px !important;
	letter-spacing: .015em;
}

.filter .panel-body a {
	color: #000;
    word-spacing: .1em;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 14px;
}

.filter .panel-body a:hover {
	color: #000;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

h1,
h2,
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: var(--font1);
	font-weight:600 !important;
	/*  font-family:"Oswald",Helvetica,Arial,sans-serif; */
}

h4,
h5,
h6 {
	/*text-transform: uppercase; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: var(--font1);
	font-weight:600 !important; 
	/* font-family: 'Oswald', sans-serif; */
}

h1,
h2 {
	font-weight: normal;
}

h1 {
	font-size: 3.75rem;
	line-height: 4.688rem;
}

h2 {
	font-size: 3.125rem;
	line-height: 4.063rem;
}

h3 {
	/*font-size: 2.356rem;*/
	line-height: 38px;
	font-weight: normal;
}

h4 {
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: normal;
}

h5 {
	font-size: 1.2833rem;
	font-weight: normal;
}

h6 {
	font-size: 1.133rem;
	font-weight: normal;
}

.my-calander{
	font-size:16px;
}

h1.posttitle {
	font-size: 40px;
    padding: 0px 0px 10px;
    margin: 0px;
    line-height: 46px;
    font-family: var(--font2);
    font-weight: 700 !important;
    color: #111 !important;
}

.pop-up-img .modal-header{
	border-bottom: none;
	padding: 0;
	    min-height: 0!important;
}
 .modal-dialog.modal-dialog-centered.pop-up {
    -webkit-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
        width: 704px;
        left: 0
}

 .modal-dialog.modal-dialog-centered.pop-up .modal-header .close ,  .we-chat-model .modal-dialog .modal-body .close  {
    margin-top: -2px;
    background: #1266a6 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -19px;
    width: 35px;
    z-index: 9999;
    color: #fff !important;
    outline: none;
    text-shadow: none;
    font-size: 18px;
    border-radius: 50%;
}
.following-heading {
    margin-bottom: 9px;
    font-size: 17px;
}
.we-chat-model .modal-body h3 {
       font-size: 21px;
    line-height: 24px;
}
.we-chat-model .modal-dialog {
    margin-top: 84px;
    width: 300px;
}
.we-chat-model .modal-body {
    padding: 10px 10px 20px!important;
}
.social-icons.pull-right {
    padding-top: 20px;
}
.footer-followheading {
    color: #fff;
    font-family: var(--font1);
    font-size: 17px;
} 
.rss-subscribe  i{
	 font-size: 16px;
    color: #428bca;
}
.rss-subscribe input[type="submit"]{
     border: none;
    background: transparent;
    color: #428bca;
    outline: none;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 14px;
}
.footer-copy.tr {
    position: absolute;
    left: 35%;
    right: 0;
    top: 0px;
}
.footer-logo {
    width: 40px;
}
ul.article-date span {
    font-size: 18px;
}
footer a {
    color: #fff !important;
    font-size: 14px;
}
.footer .social-icons a{
	font-size: 30px;
}
.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%;
	z-index:9999;

 }



.publication-popup .modal-dialog {
	width: 500px;
    -webkit-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.publication-popup .publication-content {
   padding: 1rem;
    position: relative;
    /*background: linear-gradient(#208ab3, #063461);*/
    border-radius: 4px;
}
.publication-popup .inner-section {
    background: #fff;
    padding: 1rem 1rem;
    text-align: center;
}
.publication-popup a.subscribe-bttn {
    margin-right: 20px;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    background-color: #005fa6;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}
.publication-popup .inner-section p{
	font-size: 17px;
    margin-bottom: 20px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--font1);
}
.publication-popup button.close {
    background: linear-gradient(#208ab3, #063461);
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    opacity: 1;
    position: absolute;
    right: -18px;
    top: -20px;
    width: 35px;
    z-index: 9999;
    color: #fff;
    outline: none;
    text-shadow: none;
    font-size: 18px;
}
button.btn.btn-info.popup-btn {
    border: none;
    outline: none;
    background: #005fa6;
    font-size: 14px;
    display: none!important;
}


@media screen and (max-width: 768px) {
	h1.posttitle {
		font-size: 18px;
	}
	.modal-dialog.modal-dialog-centered.pop-up {
    width: 91%;
    }
    .publication-popup .modal-dialog {
    width: 100%;}


}


/*---------------------------------------
   Header Styles         
-----------------------------------------*/

.topbar {
	padding: 13px 15px 10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: block;
}

.topbar,
.topbar a {
	color: #fff;
}

.top-menu ul {
	margin-bottom: 0;
}

.top-menu ul li {
	padding: 1px 5px 0;
	display: inline-block;
}

.box li:before,
.top-menu ul li:after {
	content: "\f142";
	color: #b5b5b5;
	padding-left: 12px;
	font-family: 'FontAwesome';
}

.top-menu ul li:last-child:after {
	content: "" !important;
}

.social-icons span {
	color: #000;
	text-align: center;
	font-size: 20px;
	background: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
}

.footer .social-icons {
	padding-bottom: 5px;
}

.about-widget .social-icons span a {
	display: block !important;
	width: 100% !important;
	background: none !important;
}

.footer .social-icons span {
	color: #fff;
	background: #222;
}
.footer-copyright .footer-copy{
	color:#fff;
	font-size: 14px;
}
.social-icons .social-facebook:hover {
	background: #3b5998;
}

.social-icons .social-google-plus:hover {
	background: #D34836;
}

.social-icons .social-twitter:hover {
	background: #00aced;
}

.social-icons .social-pinterest:hover {
	background: #C92228;
}

.social-icons .social-linkedin:hover {
	background: #4875B4;
}

.social-icons .social-youtube:hover {
	background: #cc181e;
}

.social-icons .social-instagram:hover {
	background: #4E433C;
}

.social-icons .social-tumblr:hover {
	background: #2B4964;
}

.social-icons .social-flickr:hover {
	background: #FE0883;
}
.social-icons .social-rss:hover {
    background: #FF4500;
}

.header {
	background-color: #fff;
	padding: 30px 15px 10px;
}

.logo-wrapper {
	padding: 10px 0 0;
}

.searchbox {
	bottom: 0;
	float: right;
	line-height: 48px;
	min-width: 54px;
	overflow: hidden;
	position: relative;
	background: #222;
	right: 0 !important;
	width: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #333;
	width: 100%;
	line-height: 36px;
	height: 35px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 12px;
}

.searchbox-icon,
.searchbox-submit {
	width: 54px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: verdana;
	font-size: 15px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #222;
}

/* serach-box */
.btn-search{
	padding-right: 30px;
	font-size: 20px;
	color: #fff;
}
.btn-search-style-1 i{
	margin-top:15px;
	color: #fff;
}
.btn-search-style-1 i:hover{
	margin-top:15px;
	color: #fff;
}
 /* search popup start  */
.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 25%;
	z-index: 9999;
}
.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 57.2px;
	padding: 0 75px 0 25px;
	border-radius:5px;
	background: #f7f9fb;
	color:#222 !important;
	font-size:18px !important;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
	outline: 0;
	box-shadow: none;
}
.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0px;
	width: 60px;
	height: 57px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.4s ease;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #0C4DA2;
	font-size: 20px;
}
.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
	outline: 0;
	box-shadow: none;
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.95);
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	
}
.body-overlay.active {
	visibility: visible;
	opacity: 0.97;
}
#close-btn{
   position: fixed;
   top: 1em;
    right: 1em;
    color: #fff;
    cursor: pointer;
    font-size:25px;
}


/* serach-box  end*/
.navbar-default .main-menu-section:hover{
	background:none !important;
}


input[type="search"] {
	color: #fff;
}

.soundcould {
	width: 100%;
	border: 1px solid #ebebeb;
	height: auto;
}

.searchbox-open {
	width: 100%;
}

.j-menu {
	background-color: #fff;
	border: 0;
	position: relative;
	margin-top: 15px;
	z-index: 100;
}

.navbar-brand {
	color: #fff !important;
	float: left;
	font-size: 20px;
	height: 53px;
	line-height: 53px;
	padding: 0 10px 0 0;
	position: relative;
	text-align: center;
	top: 1px;
	width: 37px;
}

.navbar-default {
	background: #222;
	border-radius: 0 !important;
	margin-top: 0px;
}

.navbar-nav,
.subpage .navbar-nav {
	float: left;
	margin: 0;
	max-width: 100%;
}

.dropdown-menu ul {
	max-width: 100% !important;
}

.subpage .navbar-nav li {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.navbar-default .dropdown-menu {
	box-shadow: none !important;
	border-color: #f5f5f5;
}

.navbar-default .WhiteRounded i {
	color: #222;
}

.navbar-default .dropdown-menu,
.navbar-default .dropdown-menu li a {
	color: #fff;
}

.navbar-collapse {
	padding: 0;
	border-bottom: 0 solid #fff !important;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	padding-left: 32px;
	text-indent: -6px;
	line-height: 18px;
}

.navbar-nav>li>a {
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	letter-spacing: 0.5px;
	bottom: -3px !important;
	font-family:var(--font1);
	font-weight:600;
	/* text-transform: uppercase; */
}

.navbar-default .navbar-nav li a {
	background-color: transparent !important;
	cursor: pointer;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent !important;
	border-bottom: 3px solid #fff;
}

.navbar-default .dropdown-menu li a:focus,
.navbar-default .dropdown-menu li a:hover {
	border: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 0 !important;
}

.navbar-default .nav,
.navbar-default .collapse,
.navbar-default .dropup,
.navbar-default .dropdown {
	position: static;
	/* background:#333; */
}

.navbar-default .container {
	position: relative;
}

.navbar-default .dropdown-menu {
	left: auto;
}

.navbar-default .yamm-content {
	padding: 30px;
}

.navbar-default .yamm-fw .dropdown-menu {
	left: 0 !important;
	right: 0;
	margin-left: 0;
}

.progress-bar.nblue,
.navbar-default li.nblue:hover,
.navbar-default li.nblue li,
.navbar-default .dropdown .nblue {
	max-width: 100%;
	background-color: #005fa6 !important;
}

.yamm-content .widget {
	padding: 0;
	margin: 0;
}

.contactOP a {
	color: #005fa6;
}

.yamm-content,
.yamm-content .widget,
.yamm-content .widget .thumb {
	position: relative;
}

.yamm-content .widget .title h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.navbar-default .dropdown-menu li {
	padding: 9px 4px;
	/*border-bottom:1px solid #fff;*/
}

.yamm-content .box li {
	/* padding:3px 6px; */
	position: relative;
	border-bottom: 1px solid #fff;
}

.navbar-default .dropdown-menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif; */
	font-weight: 300 !important;
	letter-spacing: 0.6px;
	font-weight:600;
	font-family:var(--font1);
}

#paging {
	text-align: right;
	display: block;
	width: 99%;
}

li.control,
#paging li {
	display: inline-block;
	padding: 3px 8px;
}

#payment label {
	border: 1px solid #ededed;
	padding: 15px 40px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
}

.cart_title {
	padding-top: 30px;
	display: inline-block;
}

table .form-inline .form-control {
	width: 50px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.yamm-content .box li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif !important; */
	/*  text-transform: uppercase; */
}

.yamm-content .box li i {
	right: 0;
	clear: both;
	top: 10px;
	display: block;
	position: absolute;
}

.navbar-default .dropdown-menu li:last-child,
.yamm-content .box li:last-child {
	border-bottom: 0 solid #fff;
}

.yamm-content .box li:before {
	content: "\f105";
	color: #fff;
	padding-right: 10px;
	font-family: 'FontAwesome';
}

.nav .label {
	margin-left: 5px;
	padding: 0.1em 0.8em;
}

.box-description {
	font-size: .85em;
	line-height: 1.15em;
}


/*---------------------------------------
   Advanced search                
-----------------------------------------*/

h2 {
	font-size: 22px;
}

label {
	font-weight: normal;
}

.post .row {
	padding: 0px !important;
	margin: 0px !important;
}

.advsea-highlight-1 {
	color: #ea4e15;
}

.advsea-result h6,
.row {
	padding: 0px !important;
	margin: 0px !important;
}

div.advsea-result div {
	margin: 3px 0px !important;
}

.border-top {
	border-top: solid 1px #EBEBEB !important;
}

.border-bottom {
	border-bottom: 1px solid #EBEBEB !important;
}

.border-both {
	border-top: solid 1px #EBEBEB !important;
	border-bottom: solid 1px #EBEBEB !important;
}


/*.article:hover{
    background: #FAFAFA;
}
*/

.as0_advsea-search {
	height: inherit !important;
	line-height: inherit !important;
}

.form.advsea-form fieldset {
	margin: 0px !important;
}

.small {
	font-size: 14px;
}

.article p,
.subpage p {
	margin-bottom: 10px;
}

.search-text {
	margin: 0px 0px 0px !important;
	color: #888 !important;
	font-size: 14px;
}

.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.input-group .icon-addon .form-control {
	border-radius: 0;
}

.icon-addon {
	position: relative;
	color: #555;
	display: block;
}

.icon-addon:after,
.icon-addon:before {
	display: table;
	content: " ";
}

.icon-addon:after {
	clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px
}

.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 18px;
	padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}

.scroll-left {
	height: 50px;
	overflow: hidden;
	position: relative;
}

span.my-calander {
	display: block;
	margin-top: 0!important;
	padding-left: 5px;
	font-family:var(--font1);
	font-size: 16px;
}

.scroll-left p {
	position: absolute;
	width: 1580px;
	height: 100%;
	margin: 0;
	line-height: 20px;
	text-align: center;
	/* Starting position */
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	/* Apply animation to this element */
	-moz-animation: scroll-left 45s linear infinite;
	-webkit-animation: scroll-left 45s linear infinite;
	animation: scroll-left 45s linear infinite;
}


/* Move it (define the animation) */

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		/* Browser bug fix */
		-webkit-transform: translateX(100%);
		/* Browser bug fix */
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		/* Browser bug fix */
		-webkit-transform: translateX(-100%);
		/* Browser bug fix */
		transform: translateX(-100%);
	}
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}

.icon-addon .form-control:focus+.glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus+.fa,
.icon-addon:hover .fa {
	color: #2580db;
}

.lists {
	width: 100%;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	bottom: 0;
	display: flex;
}

.lists a,
.lists div {
	transition: .2s color;
	padding: 10px 40px;
	min-width: 22%;
	font-size: 1.5em;
	background: rgba(0, 0, 0, .1);
	float: left;
	display: block;
	color: #eee;
}

.lists a:hover {
	background:  #19b9e7
}

.listranking {
	border-bottom: 1px #ccc solid !important;
	margin-bottom: 16px !important;
}

.btn-listranking {
	height: 40px;
	margin: 0 1px;
	padding: 8px 20px;
	/* vertical-align: middle; */
	background: linear-gradient(#eee, #fcfcfc, #eee);
	border: 0;
	color: #333;
	display: block;
	float: left;
	border-radius: 8px 8px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.btn-listranking-active {
	background: linear-gradient(#9ab, #bcd, #bcd, #bcd, #fff);
	border: 1px solid #ccc;
	color: #333;
	margin-bottom: -1px;
	margin-top: 1px;
	border-bottom: 1px #fff solid;
}


/*---------------------------------------
   Footer                
-----------------------------------------*/

.footer {
	background-color: #222;
	padding: 30px 0px;
	margin-top: 50px;
	float: left;
}

.copyrights {
	padding: 20px 15px 10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: block;
}

.footer-menu li {
	display: inline-block;
	padding-left: 10px;
	margin-top: 4px;
}

.footer-menu li a,
.copymessage {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif; */
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding-top: 5px;
	letter-spacing: 0.6px;
	color: #fff;
}


/*---------------------------------------
   Post Styles         
-----------------------------------------*/

body#error404 {
	background: #212121;
	padding-top: 20%;
	text-align: center;
}

body#error404 h1 {
	color: #FFF!important;
	font-weight: bold;
	font-size: 400%
}

body#error404 p {
	margin-bottom: 30px;
	font-size: 21px;
}

body#error404 i,
body#error404 p,
body#error404 a {
	color: #fff!important;
}

body#error404 a {
	border-color: #3F3F3F;
}

body#error404 a:hover {
	border-color: #FFF;
}

/* .container {
	width: 100%;
} */

.article-img-full {
	height: calc(60%);
	max-height: 530px;
	margin-top: -40px;
	margin-bottom: 30px;
	align-self: flex-end;
	padding-bottom: 5%;
	padding-left: 17.6%;
	color: #fff;
	width: 100%;
}

.article-img-full p {
	text-shadow: #000 1px 1px 8px;
}

.article-img-full a {
	color: #fff;
}

.headline {
	position: relative;
	z-index: 10;
	color: #fff;
	text-shadow: #000 1px 1px 8px;
	padding-top: 25%;
	padding-right: 18%;
}

.darken {
	top: auto;
	bottom: -15%;
	height: calc(60%);
	max-width: 100vw;
	width: 100vw;
	margin-left: -17.6%;
	position: absolute;
	/* margin-left: calc(-50vw + 50%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#75000000', GradientType=0);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, .5) 70%, transparent);
}

.banner-wrapper {
	margin: 20px 0 !important;
}

.banner-wrapper img {
	width: 100%;
	height: auto;
}

.tablive-thumb .img-responsive {
	/* max-height: 120px; */
	height:auto;
}

.article-description {
	font-size: 1.35em;
	color: #777;
	/* margin-bottom: 0px !important; */
}

.article-description+p::first-letter {
	font-size: 350%;
	margin: 9px 0 -10px;
	padding: 0 12px 0 0;
	height: .7em;
	line-height: .85em;
	float: left;
}

.article strong {
	font-weight: bold;
}

.article p,
.subpage p {
	margin-bottom: 18px;
    font-size: 1.1em;
    max-width: 760px;
    font-family: var(--font1);
    font-weight: 500;
    font-size: 19px;
    color: #000;
    text-align: justify;
	line-height:30px;

}
.article-description{
	font-style: italic;
}
 p i{
	font-style:italic;
}
.article_post ol {
	list-style-type: none;
  counter-reset: liCounter;
}
.article_post ol li {
	position: relative;
	margin-left: 1.5em; 
  }
  .article_post ol li:before {
	counter-increment: liCounter;
	content:counter(liCounter) ". "; /* Using an arrow for decoration here */
	position: absolute;
	left: -30px;
	top: 0;
  }
.ul_1 li{
	font-family: var(--font1);
    font-weight: 500;
    font-size: 16px !important;
    color: #000;
    text-align: justify;
    line-height: 26px !important;
}
.article li,
.subpage li,
.article td,
.subpage td {
	font-size: 1.1em;
	line-height: 31px;
	margin-bottom: 8px;
	max-width: 1135px;
    font-family: var(--font1);
    font-weight: 500;
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

.article ul,
.subpage ul {
	margin-left: 20px;
	margin-bottom: 18px;
}

/* .article .navbar-header,
.subpage .navbar-header {

} */

.article h6 {
	text-transform: capitalize;
}


/* changing this value to 100% on 27-12-2018 to avoid responsive issue on many articles
.article a img { max-width:760px;} */


 /* .article a img{
	width:100% !important;
} */
.content .figure img{
	width:100%;;
}
.article a img {
	max-width: 100%;
	width: 280px ;
}
.publication-sidepanel {
	font-size: .8em;
	background: #f1f1f1;
	padding: 22px;
	line-height: 1.6em;
	box-shadow: 2px 2px 5px #888888;
	border-radius: 8px;
}

.publication-sidepanel p {
	margin-bottom: 20px;
}

.bxslider {
	list-style: none;
}

.bxslider li {
	display: inline-block;
	width: 20%;
	margin: 5px 8px;
}

.bxslider .link img {
	width: 100%;
	height: auto;
}


/*.article p:nth-child(3)::before {
    content: "Stay current on your favorite topics" attr(class);
    display:block;
    height:auto;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    width:200px;
    float:left;
    margin:10px 10px 10px -50px;
    padding:10px;
} */


/*.floating-box {
    display:block;
    height:auto;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    width:250px;
    font-size:1.3em;
    float:left;
    margin:10px 10px 10px -80px;
    padding:16px;
}*/

.floating-box {
	display: block;
	height: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*width:250px;*/
	font-size: 1.3em;
	/*float:left;*/
	margin: 0px;
	padding: 16px;
}

.article .content {
	margin-bottom: 60px;
}

#addThisBox {
	display: block;
	width: 100%;
	height: 10px;
	float: left;
}

.jobwrapper {
	font-size: .8em;
	width: 100% !important;
}

.jobwrapper h3 {
	font-size: 1.8em;
}

.jobleftpanel {
	text-align: left;
	width: 65% !important;
}

.jobrightpanel {
	text-align: left;
	width: 23% !important;
}

.ditto_summaryPost a {
	color: #1b1b1b !important;
    font-family: var(--font2);
    line-height: 20px;
    font-size: 15px;
}

.ditto_summaryPost a:hover {
	color: #005fa6 !important;
}

.sponsored-links {
	list-style: none;
}

.sponsored-links li {
	display: inline-block;
	margin: 5px 15px;
	cursor: pointer;
}

.pr-list li {
    line-height: 26px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    display: inline-flex;
    width: 100%;
    color: var(--colorcode) !important;
    font-size: 16px;
    vertical-align: middle;
    font-family: var(--font1);
    font-weight: 500;
    text-decoration: none;
}
.pr-list li div {
	float: left;
	display: block;
	min-width: 110px;
}

.category-title,
.category-title p {
	font-size: 1.2em;
	line-height: initial;
	color: black;
	/* font-family:Oswald,Helvetica,Arial,sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
}

.slides li {
	height: 480px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center right !important;
	width: 100%;
	background-color: #000;
}

.post-thumb-cate {
	width: auto;
	max-width: 40%;
	background: #005fa6;
	background: -webkit-linear-gradient(left, rgba(0, 95, 166, 1), rgba(0, 95, 166, 0));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0, 95, 166, 1), rgba(0, 95, 166, 0));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0, 95, 166, 1), rgba(0, 95, 166, 0));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0, 95, 166, 1), rgba(0, 95, 166, 0));
	/* Standard syntax */
	display: block;
	padding: 5px 18px;
	color: #fff;
	font-size: .85em;
	margin-top: 10px;
	position: absolute;
	top: 0;
}

.post-thumb {
	height: auto;
	width: 100%;
	overflow: hidden;
	position: absolute;
	color: #fff;
	/* padding: 15px; */
	bottom: 0;
}

.post-thumb a,
.post-thumb-cate a {
	color: #ddd;
}

.post-thumb a:hover,
.post-thumb-cate a:hover {
	color: #fff !important;
	text-shadow: 2px 2px 1px #000;
}

.post-thumb h3 {
	padding: 0px 25px 25px;
	font-size: 42px !important;
	line-height: 50px;
	margin-top: 3px;
	color: #fff;
	font-weight: 500 !important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.46);
	font-family: Bower, Georgia, "Times New Roman", Times, serif;
	position: relative;
}


.post-thumb::before{
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
	background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.01) 0%, black 100%);
}
/* 
@font-face {
	font-family: 'Bower';
	font-weight: 500;
	font-style: normal;
} */

.post-thumb p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
	font-weight: normal;
	margin: auto;
}

.gridshop {
	list-style: none;
}

#viewcontrols {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 10;
}

#viewcontrols a {
	color: #222;
	padding: 0 4px;
	font-size: 24px;
	cursor: pointer;
}

#viewcontrols a:hover {
	color: #333;
}

#viewcontrols .active {
	color: #333;
}

.gridvideo .post-wrap .title h4 {
	font-size: 18px;
}

.review-post h4 {
	font-size: 16px;
}

.shop-meta h3 {
	font-size: 24px;
}

.grid .col-md-12,
.list .col-md-12,
.grid .col-md-6,
.list .col-md-6 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-header {
	padding: 0;
	position: relative;
	margin: 0 0 20px !important;
	border-bottom: 0 solid #ddd;
	background: #fff;
	width: 100%;
}

.page-header .category-title {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.page-header .category-title h3 {
	font-size: 38px !important;
}

.mini-sidebar .widget-title {
	padding: 0 10px !important;
}

.mini-sidebar .widget-title h3 {
	font-size: 20px;
}

.widget .nav-tabs,
.widget .nav-tabs li:last-child,
.widget .nav-tabs>li>a,
.widget .nav-tabs>li>a:hover {
	border: none !important;
	/* box-shadow: none !inline-block; */
	background: transparent !important;
}

.mini-post-wrap h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'avenir-oblique', sans-serif; */
	font-size: 1.09em !important;
	margin: 15px 0 3px !important;
	text-transform: initial;
	line-height: 1.2em;
	font-family: var(--font1);
    font-weight: 800 !important;
    font-size: 17px!important;
}

.cat_widget_wrapper {
	margin: 10px 0 30px;
}

.cat_widget {
	border: 3px solid #fff;
}

.cat_widget .magnifier .buttons {
	top: 38%
}

.cat_widget img {
	width: 100%;
}

.cat_widget h3 {
	font-size: 18px;
	color: #fff !important;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
}

.cat_widget .entry {
	display: block;
	position: relative;
}

.pagination>li>a,
.pagination>li>span {
	background-color: #fff;
	border: 2px solid #222;
	color: #b2b2b2;
	font-size: 18px;
	margin-left: 10px;
	padding: 8px 14px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0;
}

.read-more a,
.watch-now a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'Oswald', sans-serif !important; */
	font-size: 14px !important;
	font-weight: 700 !important;
	padding-top: 5px;
}

.shop-tab .nav>li>a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif !important; */
	font-size: 18px !important;
	padding: 20px 24px 20px 0 !important;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.related-products {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.thumb {
	overflow: hidden;
}

div.thumbnails-shop {
	padding-top: 10px;
	zoom: 1
}

div.thumbnails-shop .entry {
	border: 1px solid #ffffff;
	float: left;
	width: 32%;
	margin-left: 0;
	margin-right: 1.34%
}

div.thumbnails-shop .magnifier .buttons {
	top: 40%;
}

.title h2 {
	font-size: 30px;
	color: #111;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mini-title h3 {
	color: #111;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif !important; */
}
/* 
.product-cats {} */

.product-cats li {
	display: inline-block;
}

.review_wrapper {
	margin: 50px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}

.review_wrapper h3 {
	margin: 0;
	color: #222;
}

.review_count {
	height: 100px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url("images/headbg.png") repeat-x scroll center top #222;
}

.review_count sup {
	font-size: 22px;
	font-weight: 300;
	margin-left: 3px;
	vertical-align: sub;
}

.review_count h2 {
	color: #fff;
	font-family: 'avenir-oblique', sans-serif;
	margin-bottom: 0;
	font-size: 46px;
	font-weight: bold;
}

.about_skills {
	position: relative;
	padding: 0;
}

.about_skills h4 {
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
	color: #333;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.progress-bar {
	background-color: #333;
}

.progress {
	height: 12px;
	margin-bottom: 13px;
	position: relative;
}

.percent {
	color: #333 !important;
	display: block !important;
	font-size: 13px !important;
	line-height: 12px !important;
	opacity: 1 !important;
	padding: 4px 0 !important;
	text-align: right !important;
	top: 5px !important;
	width: 73px;
	right: 0;
	position: absolute;
}

.single-post-mini {
	width: 282px !important;
}

.form-group span {
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif !important; */
	font-size: 16px;
	vertical-align: sub;
}

.mini-shop {
	width: 60px !important;
	margin-top: 10px;
	height: 36px !important;
	border: 2px solid #111 !important;
}

.shop-top {
	position: relative;
	margin-bottom: 20px
}

.shop-top .s {
	position: absolute;
	right: 0;
	top: 0;
}

.shop-top .form-control {
	margin-top: 20px !important;
}

.shop-box .WhiteRounded {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.shop-box {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #fafafa;
	text-align: center;
}

.shop-box.single-box,
.shop-box.single-box:hover {
	background: none !important;
}

.shop-box.single-box {
	padding-bottom: 0 !important;
}

.shop-box:hover del {
	color: #aaa !important;
}

.shop-box:hover .rating i,
.shop-box:hover span,
.shop-box:hover a {
	color: #fff;
}

.shop-wrap-single .rating i,
.shop-box .rating i {
	font-size: 18px !important;
	margin-top: 10px;
}

.shop-box span {
	font-size: 18px !important;
}

.shop-box .ImageOverlayC:after,
.shop-box .ImageOverlayC:before,
.author-box .ImageOverlayArLeft:before,
.author-box .ImageOverlayArRight:after,
.author-box .ImageOverlayArLeft:after,
.author-box .ImageOverlayArRight:before,
.blog-standard-style .ImageOverlayArLeft:before,
.blog-standard-style .ImageOverlayArRight:after,
.blog-standard-style .ImageOverlayArLeft:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7)
}

.blog-standard-style .ImageOverlayArRight:before {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7)
}

.blog-standard-style .desc {
	margin: 10px 0 20px;
}

.author-box .desc,
.tech-style .desc {
	margin: 10px 0;
}

.author-box .ImageWrapper {
	margin-right: 15px;
}

.tech-style .ImageWrapper {
	margin-right: 30px;
}

.author-box h4,
.tech-style h4 {
	font-size: 24px !important;
	margin: 20px 0 15px;
	font-size: 24px !important;
}

#content-wrapper .widget-title {
	margin-bottom: 10px;
}

.single-post .meta {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.post-media {
	margin-bottom: 20px;
}

.pager li>a,
.pager li>span {
	border-radius: 0;
}

#comments_form .form-control {
	margin-bottom: 10px;
}

.comment-list {
	padding: 0;
	margin: 30px 0 20px;
	list-style: none;
}

.comment-list ul li,
.comment-list ol li {
	list-style: none;
}

.comment-avatar {
	margin: 20px 20px 0 0;
	float: left;
	height: 70px;
	width: 70px;
}

.comment-content {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}

.comment-reply a {
	margin-bottom: 10px;
	color: #222 !important;
}

.comment-reply a:hover {
	color: #fff !important;
}

.comment-author {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-meta {
	font-size: 12px;
	color: #aaa;
	padding-left: 10px;
}

.comment-reply {
	margin: 10px -5px 0 0;
	font-size: 12px;
	position: relative;
	clear: both;
	color: #222 !important;
}

.article-heading h7{
	margin-top: 20px;
    display: block;
}
.single-post .author-box {
	margin-top: 40px;
}

.single-post .author-box img {
	width: 120px !important;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	border-radius: 111px;
}

.single-post .author-box .meta {
	border-bottom: 0 solid #ededed;
	border-top: 0 solid #ededed;
}

.post-wrap {
	display: block;
	position: relative;
}

.blog-standard-style .title h4 {
	font-size: 30px !important;
	padding-top: 10px;
	margin: 20px 0;
	text-transform: uppercase;
}

.blog-standard-style.nopadding .post-wrap {
	padding-top: 0;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.tech-style.nopadding .post-wrap {
	padding-top: 0;
	padding-bottom: 20px;
}

.post-wrap .meta {
	margin-bottom: 7px;
}

.post-wrap .title h4 {
	font-size: 24px;
	margin-top: 20px;
}

.tab-pane .post-wrap .title h4 {
	font-size: 18px !important;
}

.post-carousel .post-wrap .title h4 {
	font-size: 20px !important;
	color: #333;
}

.post-carousel .post-wrap .WhiteRounded,
.tab-pane .post-wrap .WhiteRounded {
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	line-height: 44px;
}

.post-carousel .post-wrap .WhiteRounded i,
.tab-pane .post-wrap .WhiteRounded i {
	font-size: 16px;
}

.review-post {
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
}

.review-post:hover .big-meta {
	opacity: 0;
}

.flexslider .big-meta,
.review-post .ImageWrapper .big-meta,
.review-post .big-meta {
	position: absolute;
	bottom: 0;
	right: 15px;
	left: 15px;
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
	height: 30%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sticky-col .big-meta a,
.flexslider .big-meta a,
.review-post .big-meta a {
	color: #fff;
	text-shadow: 2px 2px #130202;
}

.sticky-col img {
	width: 100%;
}

.flexslider .big-meta {
	bottom: 0;
	padding-top: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.review-post .ImageWrapper .big-meta {
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	padding-top: 40px;
	right: 0;
	height: 100%;
}

.review-post:hover .ImageWrapper .big-meta {
	opacity: 1;
}

.review-post .ImageWrapper .desc {
	margin: 15px 0;
}

.sticky-col .big-meta h3 {
	font-size: 25px !important;
}

.shop-wrap,
.sticky-col {
	position: relative !important;
	overflow: hidden;
}


/* Wrapper ImageText Start */

.infoWrpperA {
	margin-bottom: 15px !important;
}

.textWrp p {
	text-align: justify;
}


/* Wrapper ImageText End */

.sticky-col .big-meta {
	position: absolute;
	bottom: 20%;
	text-align: center;
	right: 10%;
	left: 10%;
	color: #fff;
	padding-top: 10px;
	overflow: hidden;
}

.tech-thumb .WhiteRounded i {
	font-size: 18px !important;
}

.shop-box .WhiteRounded i,
.shop-box .WhiteRounded a {
	color: #222 !important;
}

.tech-thumb .WhiteRounded {
	background: transparent !important;
	border: 2px solid #fff;
	border-radius: 0 !important;
	height: 50px !important;
	line-height: 50px !important;
	width: 50px !important;
}

.review-post .rates {
	padding: 0;
	z-index: 99;
	position: relative;
	display: block;
}

.review-post .readmore {
	padding-right: 15px;
}

.mini-post-wrap {
	margin-bottom: 15.2px;
}

.ImageWrapper img,
.post-wrap img,
.mini-post-wrap img {
	width: 100% !important;
}

.mini-post-wrap .post-thumb p {
	font-size: 18px !important;
	max-width: 100px;
	padding-bottom: 10px !important;
	border-bottom: 3px solid #fff !important;
}

.mini-post-wrap .post-thumb h3 a {
	font-size: 18px !important;
	padding: 0 !important;
	bottom: 16%;
}

.mini-posts .featured-posts {
	margin-top: 5px;
}

.mini-posts .featured-posts li {
	margin-bottom: 5px;
}

.slides li,
.post-wrap .ImageWrapper {
	position: relative;
}

.slides li .meta-box,
.post-wrap .ImageWrapper .meta-box {
	position: absolute;
	bottom: 0;
	background: #222;
	color: #fff;
	z-index: 999;
	display: block;
	float: right;
	width: auto;
	right: 0;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slides li .meta-box {
	top: 0;
	bottom: inherit;
}

.slides li .meta-box p,
.post-wrap .ImageWrapper .meta-box p {
	padding: 5px 15px;
	margin-bottom: 0;
}

.slides li .meta-box a,
.post-wrap .ImageWrapper .meta-box a {
	color: #fff;
}

.post-wrap .ImageWrapper:hover .meta-box {
	display: none !important;
	background: #222;
}

.fancybox-title-over-wrap,
.post-wrap .ImageWrapper .meta-box {
	background: #222;
}

.owl-theme .owl-controls .owl-nav {
	position: absolute;
	right: 0;
	top: -62px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #222;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: transparent !important;
	color: #9d9d9d;
	margin: 0;
	padding: 4px 5px;
	font-size: 24px;
}

#owl-bigger-slider .owl-controls .owl-nav {
	position: absolute !important;
	top: 54%;
	right: 0;
	width: 100%;
	padding: 0;
	left: 0;
	margin-top: -20px;
}

#owl-bigger-slider .owl-controls .owl-nav .owl-prev,
#owl-bigger-slider .owl-controls .owl-nav .owl-next {
	display: inline-block;
	font-size: 36px;
	color: #fff;
}

#owl-bigger-slider .item .meta {
	margin-top: -20px !important;
	top: 50% !important;
	bottom: 0;
}

#owl-bigger-slider .item .meta h4 a {
	border: 2px solid #fff !important;
	font-size: 21px;
	padding: 8px 15px;
	text-transform: uppercase;
}

#owl-bigger-slider .item .meta h4 {
	margin-bottom: 20px;
}


/*---------------------------------------
   Start New Pages style            
-----------------------------------------*/

.optionHost {
	padding-left: 50px;
	position: relative;
}

.optionHost span {
	position: absolute;
	left: -30px;
	top: 0;
}

.pgwrapper h3 {
	margin-bottom: 0px;
	font-size: 1.4em !important;
	margin-top: 1px;
	color: #000;
}

.contentPG p {
	margin-top: 24px;
	margin-bottom: 40px;
}

.optionHostbx {
	background: #c5a4ce;
	padding: 25px 25px;
	text-align: left;
	min-height: 170px;
}

.boxHo_t {
	border-radius: 3px;
	padding: 20px 30px 0px 30px;
	margin-bottom: 0px;
	margin-top: 6px;
	position: relative;
	padding-left: 103px !important;
}

.boxHo_t p {
	text-align: left !important;
}

.iconrelated {
	background: #29abe2;
	height: 70px;
	width: 70px;
	line-height: 70px;
	margin-top: 13px;
}

.boxHo_t span {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.bookimg {
	padding: 20px 30px;
	text-align: center;
}

.bookimg img {
	width: 90%;
	padding: 0px 15px;
	margin-top: 22px;
}

.txHst h4 {
	text-transform: capitalize;
	margin: 30px 0px 15px 0px;
}

.txHst {
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

p.optionNm {
	margin-top: 15px;
	font-size: 18px !important;
	float: left;
	text-align: left !important;
	margin-bottom: 0px;
	margin-top: 8px;
	font-weight: 600;
}

.iconrelated {
	position: absolute !important;
	left: 20px;
	top: 14px;
}

.iconrelated img {
	width: 70px;
	padding: 9px 8px;
}


/* TAB 10 PAGE */

.banner_ten {
	height: 400px;
	overflow: hidden;
	width: 100%;
	float: left;
}

.banner_ten img {
	width: 100%;
}

.tabsHolder {
	padding: 40px 0;
	padding-bottom: 0px;
}

#Contactus row {
	padding-left: 30px !important;
}

.tabsHolder .tab-content {
	padding: 20px 0px;
}

.tabHeading {
	font-size: 24px;
	font-weight: 600;
}

.contentArea {
	text-align: justify;
}

.contentArea p {
	font-size: 17px;
}

.Why_you_should {
	margin-top: 20px;
}

.Why_you_should p {
	margin-bottom: 10px;
	padding-left: 0px;
	position: relative;
}

.Why_you_should .iconrelated img {
	width: 60px;
	padding: 9px 9px;
}

.Why_you_should .boxHo_t {
	border-radius: 3px;
	padding: 15px 30px 0px 9px;
	margin-bottom: 0px;
	margin-top: 6px;
	position: relative;
	padding-left: 80px !important;
}

.Why_you_should .iconrelated {
	position: absolute !important;
	left: 0px;
	top: 14px;
}

.Why_you_should .iconrelated {
	background: #29abe2;
	height: 64px;
	width: 64px;
	line-height: 64px;
	margin-top: 4px;
}

.Why_you_should .boxHo_t p {
	margin: 0px;
	text-align: justify !important;
	word-spacing: -1px;
}


/* 		.Why_you_should p:before {
			position: absolute;
			left: 0;
			content: "\f046";
			font-family: fontawesome;
			color: #000;
			margin-top: 2px;
		} */

.Why_you_should .tabHeading {
	margin-bottom: 0px;
}

.quetionMrk {
	display: block;
	position: relative;
}

.quetionMrk span {
	display: block;
	font-size: 250px;
	font-weight: bold;
	top: 0;
	line-height: 220px;
	text-align: center;
	background: #f9f6f6;
	border-radius: 50%;
	height: 250px;
	width: 250px;
	line-height: 248px;
}

.brochureDwnld {
	background: #29abe2;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 50px;
	padding: 15px 40px;
	margin-top: 35px;
	display: inline-block;
}

.tabsHolder .nav.nav-tabs {
	margin-left: 0px !important;
}

.brochureDwnld:hover {
	color: #fff;
}

.optionHld p img {
	width: 16px;
	position: absolute;
	left: 0;
	top: 3px;
}

.optionHld p {
	margin-bottom: 8px;
	position: relative;
	padding-left: 27px;
	text-align: left !important;
}

.tpOp {
	margin: 20px 0px 15px 0px;
}

.headingTp {
	margin-bottom: 10px;
}

.contctIn h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 0px;
}

.headingTp {
	font-weight: 600;
	padding-left: 0px !important;
}

.tpOp p {
	margin: 0px;
	padding-left: 34px;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

.tpOp p i {
	top: 3px !important;
}

.external_linkhld {
	display: block;
	width: 100%;
	padding-left: 20px;
}

.external_linkhld i {
	top: 2px;
	position: relative;
	color: #3b5998;
}

.optionHld {
	display: block;
	width: 100%;
	padding-left: 0px;
	float: left;
}

.subOPs {
	display: block;
	width: 100%;
	float: left;
}

.subOPs p {
	padding-left: 0px;
	position: relative;
}


/* .subOPs p:before{
			position: absolute;
			content: "";
			width: 8px;
			height: 8px;
			background: #656769;
			margin: 9px 0px 0px 0px;
			border-radius: 50%;
			left: 24px;
		} */

.optionHld p a {
	color: #141a27;
	margin-left: 10px;
}

.optionHld p a:hover {
	color: #3b5998;
}

.optionNm.spanCircle {
	margin-bottom: 15px !important;
}

.external_linkhld p {
	padding-left: 0px !important;
}

.external_linkhld {
	width: 100% !important;
	float: left !important;
	margin-top: 10px !important;
	margin-bottom: 30px;
}

.contheading {
	margin-bottom: 0px;
	font-size: 20px;
}

.contctIn p {
	margin: 0px;
	font-size: 17px;
	margin-bottom: 2px;
	color: #000;
	font-weight: 500;
}

.contctIn p a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	color: #58595a;
}

.a_holder a {
	font-size: 15px;
}
.check_box {
    position: relative;
    margin: 10px 0 55px;
}
.check_box.check_box-1{
     margin:80px 0 55px;
} 
.check_box label.privacy-text {
    display: inline-block;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    padding-left: 6px!important;
    font-size: 16px!important;
    font-family: var( --font1) !important;
    color: #333;
}
.check_box  input[type="checkbox"]{
      margin: 4px 0px 0px 0;
}
label.privacy-text a {
    /* color: #19739d; */
    color: #428bca;
}
.commonHeight {
    min-height: 190px;
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 20px
}
p.industry-heading {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 10px 5px;
}
.row.border-box {
    border: solid 1px #eee;

    border-top: 5px solid #00428a;
    border-bottom: 5px solid #00428a;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.navbar-brand img {
		width: 100%;
	}
	.tabHeading {
		font-size: 16px;
		font-weight: 600;
	}
	.tabsHolder .nav-tabs li a {
		color: #000;
		text-decoration: none;
		padding: 8px 15px;
		display: inline-block;
		font-size: 14px;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		margin-right: 3px;
	}
	.tabsHolder {
		padding: 20px 0;
	}
	.quetionMrk span {
		margin: auto;
	}
	.rCenter {
		text-align: center;
	}
	.tpOp p {
		text-align: left !important;
	}
	.optioHst.contentArea p {
		text-align: left !important;
	}
	#Contactus .contentArea p {
		font-size: 16px;
		text-align: left;
	}
	.contctIn {
		margin-bottom: 20px;
	}
	.contctIn h2 {
		margin-bottom: 0px;
	}
	.footer-copy.tr {
	    position: relative;
	    left: 0;
	    right: 0;
	    top: 0;
	    margin-bottom: 10px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img {
		width: 100%;
	}
	.tabHeading {
		font-size: 16px;
		font-weight: 600;
	}
	.ipadImg img {
		width: 100%;
		margin-top: 70px;
	}
	.quetionMrk {
		margin-top: 70px;
	}
	.nav-tabs li a {
		color: #000;
		text-decoration: none;
		padding: 8px 15px;
		display: inline-block;
		font-size: 14px;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		margin-right: 3px;
	}
	.tabsHolder {
		padding: 20px 0;
	}
	.quetionMrk span {
		margin: auto;
	}
	.rCenter {
		text-align: center;
	}
	.tpOp p {
		text-align: left !important;
	}
	.optioHst.contentArea p {
		text-align: left !important;
	}
	#Contactus .contentArea p {
		font-size: 16px;
		text-align: left;
	}
	.contctIn {
		margin-bottom: 20px;
	}
	.contctIn h2 {
		margin-bottom: 0px;
	}
	#ipad-sidebar{
		display: block;
	}
}


/* END TAB 10 PAGE */

.imght img {
	width: 100%;
}

.optionRow .boxHo_t {
	min-height: 192px !important;
}

.optionRow1 .boxHo_t {
	min-height: 192px !important;
}

.optionRow2 .boxHo_t {
	min-height: 192px !important;
}

.boxHo_t p {
	margin: 0px;
	font-size: 16px;
}

.optionHostbx p {
	margin: 0px !important;
}

.skyBlueBG {
	background: #a8c7ea;
}

.skylightBG {
	background: #dae1eb;
}

.skydrkBG {
	background: #73c7d2;
}

.skypinkBG {
	background: #f8cadb;
}

.optionHostbx span {
	text-align: left;
	display: block;
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 3px;
}

.bnerHolder img {
	width: 100%;
}

.startIcn {
	text-align: center !important;
	width: 115px;
	height: 115px;
	border: 2px solid #252424;
	border-radius: 50%;
	line-height: 112px;
	margin: 0px !important;
}

.optionHostbx p {
	text-align: center;
}

.linkHost {
	float: left;
	margin-top: 10px;
}

.linkHost p {
	margin: 0px 0px 3px 0px !important;
	font-weight: 600;
	color: #000000;
	font-size: 17px !important;
	text-align: left !important;
	font-style: italic;
}

.aericlehost .item {
	border: 1px solid #eee;
	vertical-align: top;
	box-shadow: 0 0 6px #eee;
	border-radius: 3px;
	margin-bottom: 25px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc!important;
}

.preImg img {
	width: 100%;
}

.linkHost a {
	color: #3c3d3e !important;
	font-weight: 500;
}

.contactpersons {
	margin-top: 50px;
	float: left;
	width: 100%;
}

.optionHost p {
	position: relative;
	font-size: 17px !important;
}

.pgwrapper p {
	font-size: 18px;
	text-align: justify;
}

.imgdigtl img {
	width: 100%;
	width: 100%;
	border: 15px solid #fff;
	box-shadow: 0px -1px 16px 0px #f7f3f3;
}

.hdng {
	margin: 15px 10px 0px 0px;
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.linkHost span {
	font-weight: bold;
}

.linkHost a {
	color: #585a5d;
	font-weight: 500;
}

.contactpersons h1 {
	font-size: 30px;
	margin: 50px 0px 5px 0px;
	line-height: 0px;
	text-transform: uppercase;
	font-weight: 600;
}

.contactpersons li {
	list-style: none;
}

.contactpersons li span {
	font-weight: bold;
}

.contactpersons li a {
	color: #005fa6;
}

.contactpersons span {
	font-weight: 500;
	display: block;
}

.contactOP {
	padding: 10px 15px 10px 30px;
	border-radius: 36px;
	margin-bottom: 15px;
	padding-left: 0px;
}


/*---------------------------------------
   End New Pages style            
-----------------------------------------*/


/*---------------------------------------
   Subpage style            
-----------------------------------------*/

.subpage .navbar {
	margin: 0;
	margin-bottom: 20px;
	background: #222;
	color: #fff;
	margin-top: 30px;
}

.subpage .navbar-nav>li>a,
.subpage .navbar-brand {
	color: #fff !important;
}

.subpage .searchbox-submit,
.subpage .searchbox-icon {
	background: #222;
	color: #fff;
}

.subpage .logo-wrapper img {
	width: auto;
	margin-left: 0px;
}




.standalone .logo-wrapper img {
	margin-left: 0;
}

.article>h3 {
	/* margin-bottom: 20px;
	font-family: var(--font1);
	font-weight:900;
	color:#000; */
	font-size: 40px;
	padding: 0px 0px 10px;
	margin: 0px;
	line-height: 46px;
	font-family:var(--font2);
	font-weight:700 !important;
	color:#111  !important;
}

.article a {
	color: #428bca !important;
}

.article a:hover {
	color: #114488 !important;
	text-decoration: underline !important;
}

ul.article-date {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-left: 0;
	padding-left: 0 !important;
}

.article-date li {
	display: inline-block;
	padding: 5px 5px;
	margin-top: 10px;
	font-size:14px;
	/* font-weight:600; */
}
.article-date.live-date li {
    padding: 5px 3px;
    margin: 0;
   
}
ul.article-date.live-date {
    padding: 10px 0;
}
.morefromweb {
	display: flex;
	flex-wrap: wrap;
}

.morefromweb .bbox {
	height: auto;
	max-height: none;
}

.fixed {
	position: fixed;
	right: 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}


/* 
a.collapsed::before {
	content: "+";
}
a[aria-expanded="false"].collapsed:active::before {
	content: "-";
} */
.tablive-filter .panel-title > a:before {
    float: right !important;
    font-family: 'FontAwesome';
    content:"\f068";
    padding-right: 5px;
	font-size:12px;
}
.tablive-filter .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
	font-size:12px;
}

.tablive-subsec {
	margin: 0;
	padding: 0;
}

.tablive-subsec .category-title {
	margin-top: 20px;
}

.tablive-subsec>.category-title>a {
	font-size: .8em !important;
	float: right;
}

#itemsWork .isotope-item .bimtext {
	background: #005fa6;
	padding-left: 15px;
	color: #fff;
}

#itemsWork .isotope-item a,
.tablive-subsec a {
	color: #222;
}

#itemsWork .isotope-item a {
	font-size: .9em;
}

#itemsWork .isotope-item h4 {
	margin-top: 5px !important;
	line-height: 1em;
}


/*--------------------------------------- 
   Widgets            
-----------------------------------------*/

.recent_posts_widget {
	padding-left: 0;
	color: #333;
}

.recent_posts_widget>li {
	display: table;
	height: 60px;
	margin-bottom: 20px;
	width: 100%;
}

.recent_posts_widget>li:last-child {
	border-bottom: 0 solid #fff;
}

.recent_posts li {
	list-style: none
}

.buddypress_tabber_widget_member li img,
.recent_posts_widget>li img {
	max-width: 75px !important;
	padding: 4px;
}

.recent_posts_widget img {
	float: left;
	margin: 5px 15px 0 0;
}

.author-box .video-cat h3 {
	text-transform: none !important;
	font-size: 16px !important;
	font-weight: 300;
	line-height: 18px !important;
	text-transform: uppercase !important;
	font-family: 'Oswald', sans-serif;
}

.author-box .WhiteRounded {
	border: 0 !important;
	box-shadow: none !important
}

.author-box .WhiteRounded {
	width: 40px !important;
}

.author-box .WhiteRounded i {
	font-size: 24px !important;
}

.author-box .meta a {
	font-size: 14px;
}

.author-box .video-cat {
	padding: 5px 20px 5px;
}

.author-box .video-cat h3 {
	margin: 3px !important;
}

.author-box h4 {
	margin-bottom: 5px;
}

.ads-widget {
	width: 100%;
}

.rating i {
	color: #ffd203;
}

.tabbed-widget .featured-posts {
	margin-top: 15px;
}

.tabbed-widget .nav-tabs {
	border-bottom: none;
}

.tabbed-title {
	position: relative;
	display: block;
	z-index: 1;
}

#tabbed-posts .widget-title {
	margin-bottom: -2px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 0 10px;
	padding: 0 20px 20px;
}

legend {
	background: #fff;
	border: 0 none;
	color: #222;
	padding: 20px 20px 0;
	width: auto;
}

.tabbed-widget .nav-tabs>li.active>a,
.tabbed-widget .nav-tabs>li.active>a:hover,
.tabbed-widget .nav-tabs>li.active>a:focus,
.tabbed-widget .nav li a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	border-radius: 0;
	padding-bottom: 0px !important;
	margin-right: 10px;
	padding-left: 0 !important;
	margin-left: 0;
	text-align: left !important;
	color: #222;
	border-top: 0px solid !important;
}

.tabbed-widget .nav li a,
#tabbed-posts .nav li a {
	border: 0 none !important;
	color: #222;
	margin-left: 6px !important;
	margin-right: 0 !important;
	text-align: center !important;
	z-index: 2;
}

.tabbed-title .nav-tabs {
	border-bottom: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tabbed-widget .nav-tabs>li>a,
.tabbed-widget .nav-tabs>li>a:hover,
.tabbed-widget .nav-tabs>li>a:focus {
	background: none !important;
}

.tabbed-widget .nav-tabs>li.active>a,
.tabbed-widget .nav-tabs>li.active>a:hover,
.tabbed-widget .nav-tabs>li.active>a:focus {
	border-left: 0;
	border-right: 0;
	background: none !important;
}

.nav-tabs>li>a {
	line-height: 1.32857;
}

.video-cat {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	margin-top: 10px;
	background: #333;
	z-index: 1;
	text-align: center;
}

.video-cat h3 {
	line-height: 18px !important;
	margin-top: 10px !important;
	padding: 0 !important;
	font-size: 21px !important;
}

.video-cat h3 a {
	color: #fff !important;
}

.widget-title {
	border: 3px solid #fff;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
	text-align: center;
}

.widget-title h3 {
	margin: 2px;
}

.widget-title h3:before,
.widget-title h3:after {
	content: "\f142";
	color: #b5b5b5;
	margin: 10px;
	font-size: 18px;
	font-family: 'FontAwesome';
}

.widget-title h3:before {
	margin: 10px;
}

.widget-title h3:before,
.widget-title h3:after,
.widget-title h3 {
	color: #222 !important;
}

.category-title {
	border-bottom: 3px solid #222;
	display: block;
	padding: 0;
	/*position: relative;*/
	/* Commented on 31 Jan as it was overlapping banners in mobile, making it impossible to click */
	z-index: 1;
	margin-bottom: 10px;
}

.category-title h3 {
	color: #222;
	font-size: 24px;
	/*text-transform:capitalize;*/
}

.page-header .widget-title {
	border-color: #fff;
	margin-bottom: 0 !important;
}

.blog_categories ul {
	padding-left: 3px;
	padding-bottom: 20px;
}

.blog_categories ul li {
	list-style: none;
	margin-top: 5px;
}

.blog_categories li a {
	color: #7e7e7e;
}

.blog_categories ul li span {
	float: right;
}

.featured-posts {
	padding-left: 0;
	padding-top: 0;
}

.featured-posts li {
	display: table;
	margin-bottom: 2px;
	position: relative;
	width: 100%;
}

.featured-posts li h4 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 4px;
	text-transform: none;
	line-height: 25px;
}

.featured-posts .meta {
	padding-top: 0;
}

.featured-posts li .ImageWrapper {
	display: inline-block;
	padding: 0;
	margin-top: 10px;
}

.slider-post .item {
	position: relative;
	z-index: 1;
}

.slider-post .item .meta {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	z-index: 2;
}

.slider-post .item .meta a {
	color: #fff;
}

.meta a {
	margin-right: 10px;
	font-size: 13px;
	color: #555;
}

.meta a i {
	margin-right: 4px;
}

#owl-mini {
	margin-top: -10px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #777;
}

.slider-post .item .meta h4 a {
	font-size: 18px;
	font-family: 'Oswald', sans-serif !important;
}

.contributes li .ImageWrapper {
	margin-bottom: 0;
}

.social-share {
	position: absolute;
	right: 0;
	top: 3px;
}

.social-share .social-icons span a {
	color: #fff;
}

.post-tags {
	display: block;
	width: 100%;
	position: relative;
	max-width: 100%;
	padding: 0;
	margin: 20px 0;
	line-height: 160%;
}

#taglist {
	padding-top: 8px !important
}

.tags-title {
	height: auto;
	float: left;
	color: #fff;
	padding: 0;
	min-width: 80px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: center;
	background-color: #333;
}

.tags-title h3 {
	font-size: 18px;
	letter-spacing: 0.6px;
	padding: 0 !important;
	margin: 0 !important;
}

.retweet-wrapper,
.news-ticker {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 20px;
	line-height: 2.82857143;
	background-color: #fff;
}

span.Contributehdng {
	font-weight: 500;
	text-align: center;
	display: block;
	font-size: 20px;
	margin: 20px 0px;
}

.ContributeHost .form-control {
	box-shadow: none !important;
	border: 1px solid #ccc;
	min-height: 44px;
}

.ContributeHost .input-group {
	display: block !important;
	margin-bottom: 15px !important;
	float: left;
	width: 100%;
}

.spanCircle {
	position: relative;
	padding-left: 40px;
}

.spanCircle i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 26px;
}

.ContributeHost ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8a8989;
}

.ContributeHost ::-moz-placeholder {
	/* Firefox 19+ */
	color: #8a8989;
}

.ContributeHost :-ms-input-placeholder {
	/* IE 10+ */
	color: #8a8989;
}

.ContributeHost :-moz-placeholder {
	/* Firefox 18- */
	color: #8a8989;
}

.retweet-wrapper {
	margin-bottom: 60px;
}

.news-title {
	height: auto;
	float: left;
	color: #fff;
	padding: 0 20px 2px;
	min-width: 120px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: center;
	background-color: #333;
}

.news-title h3 {
	font-size: 18px;
	letter-spacing: 0.6px;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
}

#controls {
	display: none;
}

.tweet {
	width: 100%;
	position: relative;
	display: block;
}

.retweet,
.random-article {
	height: auto;
	float: right;
	color: #fff;
	padding: 0 20px;
	min-width: 30px;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
	background-color: #333;
}

.retweet {
	position: absolute;
	right: 0;
	bottom: 0;
}

#content-wrapper .banner-wrapper {
	margin: 0 0 20px;
}

.banner-wrapper .mini {
	width: 176px;
	margin: 1px;
}

.title {
	position: relative;
	font-size: .95em;
	min-height: 60px;
}
#video-post .title {
    min-height: auto;
}
#video-post .bpara{
	max-height: 175px!important;
    height: 175px!important;
}

.no-padding {
	padding: 0;
}

.sortpage-title {
	margin-left: 25px;
}

.video-type {
	width: 60px;
	height: 50px;
	position: absolute;
	text-align: center;
	line-height: 55px;
	color: #fff;
	right: 0;
	top: 15px;
	background: #000;
	margin: 10px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.video-type.vimeo {
	background: #00adef;
}

.video-type.youtube {
	background: #ff3330;
}

.video-widget .WhiteRounded,
.post-wrap .WhiteRounded,
#video-post .WhiteRounded {
	width: 60px;
	height: 60px;
	background: transparent !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid #fff;
	line-height: 66px
}

.post-wrap {
	margin-bottom: 20px;
}

.video-type i {
	color: #fff;
	font-size: 22px;
}

.featured-posts .WhiteRounded i,
.video-widget .WhiteRounded i,
.post-wrap .WhiteRounded i,
#video-post .WhiteRounded i {
	color: #fff;
	font-size: 26px;
}

.featured-posts .WhiteRounded i {
	color: #fff;
	font-size: 18px;
}

.featured-posts .WhiteRounded {
	height: 40px;
	line-height: 40px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: transparent !important;
	width: 45px;
}

.post-wrap .WhiteRounded.bigger {
	height: 54px;
	line-height: 58px;
	background: transparent !important;
	width: 55px;
}

.post-wrap .WhiteRounded.bigger i {
	font-size: 26px;
}

.tagcloud a {
	float: left;
	display: block;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 3px 15px;
	color: #666 !important;
	text-decoration: none;
	border: 2px solid #666;
	background: transparent;
	box-shadow: none !important;
}

.tagcloud a:hover {
	color: #fff;
	border: 2px solid #000;
	text-decoration: none;
}

.social-site li {
	position: relative;
	padding: 20px;
	margin-bottom: 16px;
	display: block;
	z-index: 9;
}

.social-site .social-media {
	position: absolute;
	left: 0;
	top: 0;
}

.social-site .social-button {
	position: absolute;
	right: 0;
	top: 0;
}

.social-site .count {
	position: absolute;
	left: 60px;
	top: 0;
	color: #1b1b1b;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif; */
	font-size: 16px !important;
	font-weight: 300 !important;
}

.youtube-wrap .social-button,
.dribbble-wrap .social-button,
.google-plus-wrap .social-button,
.twitter-wrap .social-button,
.facebook-wrap .social-button {
	background: #37467b;
	color: #fff;
	text-align: center;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: 'Oswald', sans-serif; */
	line-height: 40px;
	min-width: 120px !important;
}

.youtube-wrap .social-button {
	background: #ff3330;
}

.dribbble-wrap .social-button {
	background: #f973a4;
}

.google-plus-wrap .social-button {
	background: #de4839;
}

.twitter-wrap .social-button {
	background: #4aa8df;
}

.youtube-wrap .social-media,
.dribbble-wrap .social-media,
.twitter-wrap .social-media,
.facebook-wrap .social-media,
.google-plus-wrap .social-media {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.youtube-wrap .social-media {
	background-color: #ff3330;
}

.dribbble-wrap .social-media {
	background-color: #f973a4;
}

.twitter-wrap .social-media {
	background-color: #4aa8df;
}

.facebook-wrap .social-media {
	background-color: #37467b;
}

.google-plus-wrap .social-media {
	background-color: #de4839;
}

#sidebar .tech-style img,
#middle-sidebar .tech-style img,
#left-sidebar .tech-style img {
	width: 120px !important;
}

#sidebar .slider-post,
#middle-sidebar .slider-post,
#left-sidebar .slider-post {
	margin-top: 10px !important;
}

#sidebar .desc,
#middle-sidebar .desc,
#left-sidebar .desc {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}

#left-sidebar .tech-style h4,
#middle-sidebar .tech-style h4 {
	font-size: 16px !important;
	margin: 10px 0 0;
}


/*---------------------------------------
   Site Container                
-----------------------------------------*/

#first-row {
	margin-bottom: 0;
}

.container-fluid {
	margin: 0 auto;
	max-width: 1240px;
	/* or 950px */
}

.site-wrapper {
	background-color: #fff;
}

#left-sidebar,
#middle-sidebar,
#content-wrapper,
#sidebar {
	margin-bottom: 20px;
}
/* 
#content-wrapper,
#sidebar {}
 */

/*---------------------------------------
   Slider Options                
-----------------------------------------*/

#firstslider {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 10px
}

#firstslider .flex-control-nav {
	bottom: 1px;
	position: absolute;
	z-index: 99;
	text-align: right;
	font-size: 0px;
	top: 450px !important;
	width: auto;
	right: 0;
}

.flex-control-nav li {
	min-height: auto !important;
}

#firstslider .flex-control-paging li a {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	border-radius: 10px;
	height: 13px;
	width: 13px;
}


/*---------------------------------------
   Modules          
-----------------------------------------*/

.btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: Oswald; */
	text-transform: uppercase;
	border-radius: 0;
}

.btn-primary {
	border: 2px solid #252525;
	background: #fff;
	color: #252525;
}

.directory {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: none;
}

.cat li {
	padding: 0 !important;
}

#fancybox-wrap,
#fancybox-overlay,
#fancybox-wrap-temp,
#fancybox-outer {
	float: left;
	display: none;
}

.contact_form {
	margin-top: 20px;
}

.error_message {
	margin-bottom: 20px;
	margin-left: 17px;
	text-align: left;
}

#registerform,
#loginform {
	margin-top: 10px;
}

.form-control {
	border: 1px solid #ddd;
	height: 40px;
	margin-bottom: 10px;
	padding: 10px 12px;
	border-radius: 0;
	width: 100%;
}

.form-control:focus {
	border-color: #111111;
	box-shadow: none;
}

.contact-icon i {
	color: #005fa6;
}

.contact-icon {
	clear: both;
	color: #005fa6 !important;
	font-size: 10px !important;
	margin: 20px auto;
	width: 90px;
	border: 3px solid;
	background-color: #fff !important;
	height: 90px;
	line-height: 96px;
	text-align: center;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	border-radius: 111px;
}

.contant_details {
	margin: 20px 0 40px;
}

.bimtext {
	margin-top: 1px;
	z-index: 9999;
	font-size: .9em;
	color: #ccc;
	background: #005fa6;
	padding-left: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: var(--font1);
	/*  font-family: 'Oswald', sans-serif; */
	font-weight: 600;
}

.bimtext a {
	color: #ccc !important;
}

.bimtext a:hover {
	color: #fff !important;
}

#map {
	height: 450px;
	width: 100%
}

#map img {
	max-width: inherit
}

.map {
	position: relative
}

.map .row {
	position: relative
}

.infobox img {
	width: 100% !important;
}

.map .searchmodule {
	padding: 18px 10px
}

.infobox {
	display: inline-block;
	padding: 5px;
	position: relative;
	width: 270px;
}

.infobox img {
	width: 80px !important;
	padding-right: 10px
}

.infobox .title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	font-family: lato;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.infobox .title a {
	font-weight: bold;
}

.sticky-row {
	margin: 0 0;
}

.sticky-col .widget-title h3:after,
.sticky-col .widget-title h3:before {
	content: "" !important;
}

.sticky-col .widget-title h3 {
	color: #fff !important;
}

.sticky-col .widget-title {
	margin-top: 10px;
}

.sticky-col .widget-title {
	border-color: #fff !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.sticky-col {
	padding: 0;
	position: relative;
	border: 1px solid #fff;
}

.max-height .widget-title h3 {
	font-size: 48px !important;
}

.max-height .widget-title {
	padding: 10px 20px 0 !important;
}

.max-height img {
	height: 409px
}

.sticky-row .post.sticky {
	position: relative !important;
	box-shadow: none;
	border: 2px solid #fff;
	z-index: 99;
}

.dmtop {
	background-color: #333;
	background-image: url(images/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-indent: -99999px;
	position: fixed;
	bottom: -100px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}

.entry:hover .magnifier {
	opacity: 1;
	visibility: visible;
}

.magnifier {
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.blog-standard-style .WhiteRounded {
	width: 45px !important;
	height: 45px !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	border: 2px solid #fff;
	line-height: 43px !important;
}

.blog-standard-style .WhiteRounded i {
	font-size: 18px !important;
}

.blog-standard-style .read-more a {
	border: 2px solid #111;
	color: #111;
	font-weight: 400 !important;
	margin: 20px 0;
	padding: 10px 30px;
	text-transform: uppercase;
}

.box a {
	margin: 2px
}

.box .hover-bg {
	position: relative;
	overflow: hidden;
}

.box .hover-bg .hover-text {
	height: 100%;
	bottom: 0;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	background: transparent;
}

.box:hover .hover-bg .hover-text {
	background-color: rgba(1, 1, 1, 0.5)
}

.box .hover-bg:hover .hover-text.off {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	opacity: 1;
}

.box .hover-text i.fa {
	font-size: 20px;
	background: #e5b112;
	padding: 13px;
	position: relative;
	top: 40%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	transition: all 0.5s;
}

.box .hover-text i.fa:hover {
	background: #333333
}

.box .hover-text i.fa.fa-expand {
	border-top-right-radius: 0;
	-webkit-transform: translateX(-400%) translateY(0%);
	transform: translateX(-400%) translateY(0%);
	opacity: 0;
	transition: all 0.5s;
}

.box:hover .hover-text i.fa.fa-expand {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	opacity: 1;
}

.box .hover-text i.fa.fa-chain {
	border-top-left-radius: 0;
	-webkit-transform: translateX(400%) translateY(0%);
	transform: translateX(400%) translateY(0%);
	opacity: 0;
	transition: all 0.5s;
}

.box:hover .hover-text i.fa.fa-chain {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	opacity: 1;
}

.box img {
	max-height: 150px;
	width: 100%;
}


/* Isotope Filter */

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.nopadding {
	padding: 0;
}

.container-fluid .bbox {
	width: 95%;
	max-height: 500px;
}

.list-inline {
	border-bottom: 1px solid #111;
}

ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
	background: #fff;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 3px;
	color: inherit;
	border-bottom: none;
}

ul.cat li a {
	background: inherit;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: none;
}

.cat1 li {
	padding: 0 !important;
}

ul.cat1 li a {
	background: inherit;
	border: 1px solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: currentcolor;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: none;
}

ul.cat1 li a:hover,
ul.cat1 li a:focus,
ul.cat1 li a.active {
	background: #fff;
	border: 1px solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: currentcolor;
	padding: 5px 10px;
	border-radius: 3px;
	color: inherit;
	border-bottom: none;
}


/* Urgent CSS */

#tf-works ul.cat li a {
	background: inherit;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: none;
	padding: 8px 10px !important;
	height: 65px !important;
	text-align: center !important;
	margin: 0 1px;
	padding: 8px 20px;
	
	background: linear-gradient(#eee, #fcfcfc, #eee);
	border: 0;
	color: #333;
	display: block;
	float: left;
	border-radius: 8px 8px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	
	line-height: 46px;
}

#tf-works ul.cat li a.active {
	background: linear-gradient(#9ab, #bcd, #bcd, #bcd, #fff);
	color: #333;
}

#tf-works ul.cat li:hover a {
	color: #005fa6;
}


/* End Urgent CSS */

.tab-content {
	text-align: left;
}

.video-ad {
	width: 100%;
	min-height: 143px;
	height: 12.5vw;
	margin: 10px 0;
}

.tablive-title {
	margin-left: 110px;
	margin-top: -15px;
}

.dropdown-menu li a:hover,
.dropdown-menu2 a:hover {
	text-shadow: 2px 2px 2px #000;
}

.dropdown-menu li {
	margin-left: 15px;
}

.dm-col-3,
.dm-col-4,
.dm-col-6 {
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.dm-col-3>li {
	border-bottom: 1px dotted #ccc;
	padding-left: 0 !important;
	width: 33%;
	margin-left: 0;
	text-indent: 0;
	border: 1px solid #ccc;
	display: inline-block;
}

.dm-col-4>li {
	border-bottom: 1px dotted #ccc;
	padding-left: 0 !important;
	width: 25%;
	margin-left: 0;
	text-indent: 0;
	border: 1px solid #ccc;
}

.dm-col-6>li {
	border-bottom: 1px dotted #ccc;
	padding-left: 0 !important;
	width: 50%;
	margin-left: 0;
	text-indent: 0;
	border: 1px solid #ccc;
}

.dm-col-3>li>span,
.dm-col-4>li>span,
.dm-col-6>li>span {
	background-color: #222267 !important;
	-webkit-background-color: #222267 !important;
	-ms-background-color: #222267 !important;
	-moz-background-color: #222267 !important;
	-o-background-color: #222267 !important;
	width: 100%;
	display: block;
	margin: 0 -35px 0 -15px;
	padding: 5px 10px;
	font-weight: 100;
	color: #ccc;
}


/*For IE---------------*/

.dropdown-menu span {
	background-color: #222267 !important;
	width: 100%;
	display: block;
	margin: 0 -35px 0 -15px;
	padding: 5px 10px;
	font-weight: 100;
	color: #ccc;
}


/*---------------------*/

.dm-col-3>li>ul,
.dm-col-4>li>ul,
.dm-col-6>li>ul {
	margin-left: 0;
	padding: 10px
}

.dm-col-3>li>ul>li,
.dm-col-4>li>ul>li,
.dm-col-6>li>ul>li {
	text-indent: 0;
	margin-left: 0;
	margin-right: 12px;
	padding: 5px 0 !important;
	border-bottom: 1px dotted #338 !important;
	color: #333;
}


/*.scroller {max-height:450px !important; overflow: auto; }*/

.scroller {
	overflow: visible;
}

.login-menu {
	display: none;
}

.swot {
	display: flex;
	flex-wrap: wrap;
}

.swot-s,
.swot-w,
.swot-o,
.swot-t {
	width: 48%;
	padding: 10px 20px;
	margin: 1%;
}

.swot-s ul,
.swot-w ul,
.swot-o ul,
.swot-t ul {
	margin-left: 10px;
}

.swot-s {
	background: #faf;
	border: 1px #d8d solid;
	border-radius: 0 0 10px 0;
}

.swot-w {
	background: #aaf;
	border: 1px #88d solid;
	border-radius: 0 0 0 10px;
}

.swot-o {
	background: #afa;
	border: 1px #8d8 solid;
	border-radius: 0 10px 0 0;
}

.swot-t {
	background: #ffa;
	border: 1px #dd8 solid;
	border-radius: 10px 0 0 0;
}

.bank-profile h4 {
	font-size: 1.3em;
}

.bank-profile th {
	padding-top: 15px;
	font-weight: 100;
}

.bank-profile>div:nth-child(2) {
	border-left: 1px solid #eee;
}

.bank-profile div ul {
	margin-left: 15px;
}
.login_user {
    width: 70%;
    float: left;
    margin-top: 8px;
    text-align: end;
}

/*---------------------------------------
   Responsive               
-----------------------------------------*/

@media (max-width: 1199px) {
	.navbar-nav>li>a {
		padding-left: 6px;
		padding-right: 5px;
	}
	.header .img-thumbnail {
		width: 90% !important;
	}
	.sticky-col .big-meta h3 {
		font-size: 18px !important;
	}
	.sticky-col .widget-title {
		margin-bottom: 5px;
	}
	.max-height .widget-title {
		padding: 0 20px 0 !important;
	}
	.sticky-col .meta {
		font-size: 11px !important;
	}
	.sticky-col .big-meta {
		left: 0;
		right: 0;
	}
}

@media (max-width: 1024px) {
	.max-height img {
		height: 280px
	}
	.logo-wrapper img {
		display: block;
		float: none;
		margin: 0 auto 10px;
		padding: 10px;
		text-align: center;
	}
	span.my-calander {
		padding-left: 15px;
	}
	.topbar {
		font-size: 12px;
	}
	.navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.header .img-thumbnail {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.collapsing .navbar-nav>li>a,
	.collapse .navbar-nav>li>a {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	.header {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.max-height img {
		height: auto
	}
	.slides .post-thumb h3 a {
		font-size: 18px;
		padding: 0;
	}
	.slides li .meta-box p,
	.post-wrap .ImageWrapper .meta-box p {
		font-size: 11px;
	}
	#firstslider .flex-control-nav,
	.mini-post-wrap .post-thumb p,
	.slides .post-thumb p,
	.retweet,
	.random-article {
		display: none;
	}
	.news-title {
		margin-bottom: 15px;
	}
	.tweet,
	#news {
		width: 100%;
		text-align: center !important;
		line-height: 1.6;
	}
	.news-title {
		width: 100%;
		line-height: 1;
	}
	.mini {
		width: 49% !important;
	}
	.navbar-default .dropdown-menu li a {
		color: #fff !important;
	}
	.collapse .navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.collapse .navbar-nav>li>a .caret{
		float: right;
	}
	.navbar-nav, .subpage .navbar-nav {
		width: 100%;
		height: 100%;
	}
	.article-img-full {
		height: calc(60%);
		max-height: 530px;
		margin-top: -40px;
		margin-bottom: 30px;
		align-self: flex-end;
		padding-bottom: 5%;
		padding-left: 5%;
		color: #fff;
		width: 100%;
	}
	.video-ad {
		width: 100%;
		min-height: 143px;
		height: auto;
		margin: 10px 0;
	}
	.headline {
		position: relative;
		z-index: 10;
		color: #fff;
		text-shadow: #000 1px 1px 8px;
		padding-top: 25%;
		padding-right: 8%;
		font-size: 2.7em;
		line-height: 1.1em;
	}
	.darken {
		top: auto;
		bottom: -2%;
		height: calc(60%);
		max-width: 100vw;
		width: 100vw;
		margin-left: -5%;
	}
	.copyrights,
	.logo-wrapper img {
		display: block;
		float: none;
		margin: 0 auto 20px;
		padding: 10px;
		text-align: center;
	}
	.footer-menu li {
		display: none;
	}
	.social-icons span {
		float: none;
		margin: auto;
	}
	.social-icons,
	.topbar {
		text-align: center;
	}
	.box li:before,
	.top-menu ul li:after {
		content: "";
		padding: 0;
	}
	.topbar {
		font-size: 12px;
	}
	.navbar-collapse {
		padding-right: 15px;
	}
	.navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:focus,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		border-bottom: 0 solid #333;
	}
	.dm-col-3>li,
	.dm-col-4>li,
	.dm-col-6>li {
		width: 100%;
	}
	.tablive-title {
		margin-left: 15px;
		margin-top: -15px;
	}
	#firstslider .flex-control-nav,
	.mini-post-wrap .post-thumb p,
	.slides .post-thumb p,
	.retweet,
	.random-article {
		display: block!important;
		top: unset!important;
	}
	.table_sorting_1 {
		overflow-x: scroll;
	}
	.sidebar-images {
		width: 46.5%!important;
		float: left;
		margin-right: 10px!important;
	}
}

@media (max-width: 468px) {
	.tablive-title {
		margin-left: 15px;
		margin-top: -15px;
	}
	/* .socialmedia {
		display: none;
	} */
	.following-heading , .social-icons{
		display: none;
	}
	.mv50 , .socialmedia{
		float: left;
		width:50%;
	}
	.login_user a{
		font-size:13px !important;
	}
	.text_x_lang {
		font-size:13px;
	}
	.usermainlogin{
		font-size:15px;
	}
	.mvfnone{
		float: none !important;
		margin-top:0px;
	}
	.login-menu {
		display: block;
		margin: 15px;
	}
	.login_user {		
		margin-top: 10px !important;		
	}
	
	.login-menu a {
		display: block;
		padding: 15px;
		font-size: 1em;
		color: #333;
		margin-left: 10px;
	}
	.login-menu a:hover {
		color: #fff;
	}
	.widget-title h3 {
		font-size: 20px;
	}
	.logo-wrapper img {
		width: 100%;
		height: auto;
	}
	.subpage .logo-wrapper img {
		width: 100%;
		height: auto;
	}
	.slides .post-thumb h3 a {
		line-height: 1.6;
	}
	.slides li {
		height: 400px;
		background-repeat: no-repeat !important;
		background-size: 120% auto !important;
		background-position: top right !important;
		width: 100%;
		background-color: #000;
		padding-top: 160px;
	}
	.post-thumb {
		height: 170px;
		width: 100%;
		overflow: hidden;
		position: relative;
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
		padding: 15px;
		font-size: .85em;
	}
	.copyrights,
	.logo-wrapper img {
		padding: 0;
	}
	.tabbed-widget .nav li a {
		font-size: 14px !important;
	}
	.social-site .count {
		font-size: 12px !important;
	}
	.owl-theme .owl-controls,
	.tabbed-title .nav-tabs {
		display: none
	}
}



.fullBG {
	background-image: url(images/Invester-Report.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin-bottom: 50px !important;
	background-size: cover;
	padding: 65px 0px !important;
}

.venserBG {
	background-image: url(images/VendorBG.png);
}

.dropdown:hover .dropdown-menu {
	display: block !important;
}

.modal-dialog {
	width: 500px;
}

.modal-body {
	padding: 10px !important;
}

#loginmodal .container {
	padding-left: 10px;
	padding-right: 10px;
}
#loginmodal {
	z-index:99999;
}
#tab_close{
	right: -18px !important;
    top: -35px !important;
}
@media only screen and (max-width: 468px) {
	#loader {
		top: 50%;
	}
	.modal-dialog {
		width: 390px;
	}
	#tab_close {
		right: -10px !important;
		top: -16px !important;
	}
	.clearfix {
		clear: both;
	}
	.subpage .navbar{
		margin-bottom:5px;
	}
	#total_time_shows{
		margin-bottom:10px !important;
	}
}


/* TAB navigation menu flicker solution */

.navbar-nav>li>a {
	line-height: 23px;
	letter-spacing: 0px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 0px;
}


/*---------------------------------------
   Color Scheme                
-----------------------------------------*/

.pagination>li>a.active,
.pagination>li>a:hover,
.pagination>li>span:hover,
.tagcloud a:hover,
.widget-title,
.retweet,
.blog-standard-style .WhiteRounded {
	border-color: #005fa6;
}

.shop-wrap .rating i,
.read-more a,
.watch-now a,
.check li:before,
.read-more a,
.tagcloud a:hover,
.footer .social-icons span a {
	color: #005fa6;
}

a:hover,
a:focus,
.navbar-default .dropdown-menu li a:focus,
.navbar-default .dropdown-menu li a:hover {
	color: #005fa6;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	border-color: #005fa6;
}

.open>.dropdown-toggle.btn-primary,
.blog-standard-style .WhiteRounded,
.pagination>li>a:hover,
.pagination>li>span:hover,
.demo_changer .demo-icon,
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover,
.flex-control-thumbs img,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #005fa6 !important;
}

.shop-box:hover,
.dmtop,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #005fa6 !important;
}

.navbar-default li:hover,
.navbar-default li .dropdown-menu,
.navbar-default li .dropdown {
	background: #333 !important;
}

.progress-bar.red,
.navbar-default li.red li,
.navbar-default li.red:hover,
.navbar-default .dropdown .red {
	background: #005fa6 !important;
}

.navbar-default .dropdown .label-danger {
	background: #222;
}

.video-type.self-hosted,
.progress-bar.green,
.navbar-default li.green li,
.navbar-default li.green:hover,
.navbar-default .dropdown .green {
	background: #75a62d !important;
}

.progress-bar.yellow,
.navbar-default li.yellow li,
.navbar-default li.yellow:hover,
.navbar-default .dropdown .yellow {
	background: #f4ae0f !important;
}


/*.progress-bar.blue,
.navbar-default li.blue:hover,
.navbar-default li.blue li,
.navbar-default .dropdown .blue {
    background:#005fa6 !important;
}*/

.progress-bar.nblue,
.navbar-default li.nblue:hover,
.navbar-default li.nblue li,
.navbar-default .dropdown .nblue {
	background-color: #005fa6 !important;
	border: none;
}

.progress-bar.pink,
.navbar-default li.pink:hover,
.navbar-default li.pink li,
.navbar-default .dropdown .pink {
	background: #f00a71 !important;
}

.category-title.yellow {
	border-color: #f4ae0f;
}

.category-title.blue {
	border-color: #005fa6;
}

.category-title.blue>span>a {
	font-size: .9em;
	/* float: right; */
	margin-bottom: 05px;
    display: inline-table;
}

.category-title.red {
	border-color: #005fa6;
}

.category-title.green {
	border-color: #75a62d;
}

.category-title.pink {
	border-color: #f00a71;
}

.searchbox-input::-webkit-input-placeholder {
	color: #fff;
}

.searchbox-input:-moz-placeholder {
	color: #fff;
}

.searchbox-input::-moz-placeholder {
	color: #fff;
}

.searchbox-input:-ms-input-placeholder {
	color: #fff;
}

.retweet-wrapper,
.random {
	background: #f5f5f5;
	-moz-box-shadow: inset 0 0 2px #efefef;
	-webkit-box-shadow: inset 0 0 2px #efefef;
	box-shadow: inset 0 0 2px #efefef;
}

.topbar {
	background: url(images/headbg.png) repeat-x top center #111;
}

.copyrights {
	background: url(images/headbg.png) repeat-x bottom center #000;
}

.bigger-video {
	background: url(images/headbg.png) repeat-x bottom center #333;
	padding: 50px 100px;
}

.footer {
	background: #222;
	color: #777;
	font-size: .9em;
	float: left;
}

.navbar-default .dropdown-menu {
	background: #222 !important;
	color: #777;
}

.open>.dropdown-toggle.btn-primary,
.navbar-default .dropdown-menu li,
.yamm-content .box li {
	border-color: transparent;
	list-style: none;
}

.footer .widget-title {
	border-color: #fff;
}

.footer .widget-title h3 {
	font-weight: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'Oswald', sans-serif; */
	font-size: 18px;
	text-transform: uppercase;
}

.footer .social-icons span:hover a,
.copymessage,
.copyrights a,
.topbar,
.topbar a,
.footer .social-icons a,
.footer .widget-title h3:before,
footer .widget-title h3:after,
.footer .widget-title h3,
.footer h4 a,
.open>.dropdown-toggle.btn-primary a,
.navbar-default .dropdown-menu li a,
.yamm-content .box li a,
.open>.dropdown-toggle.btn-primary a:hover,
.navbar-default .dropdown-menu li a:hover,
.yamm-content .box li a:hover {
	color: #fff !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fa6), color-stop(1, #005fa6));
	background: -moz-linear-gradient( center top, #005fa6 5%, #005fa6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fa6', endColorstr='#005fa6');
	/* for IE */
}

.pt p {
	font-weight: 700;
	color: #000;
	font-size: large;
}


/*#firstslider h3 a{
    background: rgba(0, 95, 166, 1) !important;
    width: 25%;
    top: 0px;
    line-height: 20px;
    left: 0px;
    padding: 4px;
    right: 20px;
    text-align: left;
    color: #b9daf7;
    background: none;
    height: 404px;
    text-transform: none;
    font-size: 20px;
    padding: 15px !important;
    font-family: 'avenir-oblique';
    font-weight: 600;
    box-shadow: 1px 0px 20px 0px #222222;
    
}

#firstslider p{
    max-width: 25% !important;
    width: 25%;
    position: absolute;
    margin-left: -20px;
    line-height: 20px;
    font-style: italic;
    top: 100px;
    border-bottom: none !important;
    font-size: medium;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    padding: 15px !important;
}

#firstslider{
    max-height:400px;
} */

#news a {
	color: #777 !important;
	line-height: 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'avenir-black' sans-serif !important; */
	font-weight: 600;
}

#news h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'avenir-black' sans-serif !important; */
}

.bheader {
	background: #005fa6;
	max-width: 30% !important;
	color: #fff;
	position: absolute;
	margin-left: 0px;
	border-top: 2px solid #005fa6 !important;
	top: 10px;
	border-bottom: none !important;
	font-size: x-large;
	text-align: left;
	max-height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	padding-left: 20px;
	padding-right: 5px;
	font-family: 'avenir-oblique';
	padding-top: 5px;
	padding-bottom: 5px;
}

.bicon {
	background: #fff;
	max-width: 20% !important;
	color: #005fa6;
	position: absolute;
	margin-left: 0px;
	border-top: 2px solid #fff !important;
	top: 10px;
	right: 0;
	border-bottom: none !important;
	font-size: x-large;
	text-align: left;
	max-height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	padding-left: 5px;
	padding-right: 10px;
}

.bbox {
	display: inline-block;
	border-radius: 3px;
	padding: 1em;
	/* width: 400px; */
	margin: 0 0 2.5% 2.5%;
	width: 30%;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 6px #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc!important;
	height: 400px;
	max-height: 400px;
	text-align: left;
	margin-bottom: 20px;
}

.tablive-subsec .bbox {
	/* height: 260px;
    max-height: 260px; */
	font-size: .9em;
}

.tablive-subsec .bpara {
    height: 140px;
    max-height: 140px;
    font-size: 15px !important;
    text-align: left !important;
    line-height: 20px;
}

.viewall .bbox {
	width: 22%;
}

.bdiv {
	font-size: small;
	position: absolute;
	bottom: 0;
}

.bsocial {
	font-size: small;
	position: absolute;
	bottom: 0;
	right: 10%;
}

#paging2 {
	list-style: none;
	float: right;
}

#paging2 li {
	display: inline-block;
	margin: 5px 8px;
}

.article .bbox {
	margin-bottom: 20px;
}


/*.article img:first-child {width:100%;}*/

#mainContentTitle {
	font-size: 1.5rem;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
}

.bpara {
	font-size: 15px;
	margin-top: 10px;
	color: #959393;
	max-height: 130px;
	height: 130px;
	text-overflow: ellipsis;
	white-space: pre-line;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 21px;
	font-weight:500;
	font-family: var(--font1);
}

.bdet {
	color: #d2cfcf;
}

.voxbox {
	width: 47%;
	display: inline-block;
	border-radius: 3px;
	padding: 1.5em;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 6px #005fa6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc!important;
	height: 440px;
	max-height: 460px;
}

.voxbox h4 {
	color: #005fa6 !important;
}

.voxbox li {
	font-size: 18px;
	padding: 15px;
	margin-bottom: 10px;
}

.voxbox a {
	color: #777;
	font-weight: 600;
}

.voxbox a:hover {
	color: #fff !important;
	background-color: #000 !important;
}

.carousel-inner {
	margin-left: -20px;
}

.carousel {
	margin-bottom: 0;
	padding: 0 0px 30px 10px;
}


/* The controlsy */

.carousel-control {
	left: 0px;
	height: 244px;
	font-size: 85px;
	text-align: end;
	width: 135px;
}

.carousel-control.right {
	right: -28px;
	text-align: start;
}


/* The indicators */

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}


/* The colour of the indicators */

.carousel-indicators li {
	background: #cecece;
}

.carousel-indicators .active {
	background: #428bca;
}

.ocname {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'avenir-oblique', sans-serif; */
	font-size: 18px !important;
	padding: 5px;
	font-weight: 500;
	text-align: left;
	color: #333;
	background: none;
	position: relative;
	text-transform: uppercase;
}

.imht img {
	height: auto !important;
	width: 100%;
}

.vdiv {
	font-size: small;
	position: absolute;
	bottom: -40px;
	left: 20px;
}

.octext {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'avenir-oblique', sans-serif; */
	left: 20px;
	text-align: left;
	color: #a5a3a3;
	position: absolute;
	font-size: small;
	margin-top: -10px;
}

.bbox .thumb {
	max-height: 120px;
	width: 100%;
}

.vidside {
	width: 100%;
	padding: 7px;
}

.backthirty {
	background: rgba(68, 66, 66, 0.4);
	height: 30%;
	bottom: 0 !important;
}

.backtext {
	color: #fff;
	width: 100%;
	padding: 2%;
	line-height: normal;
	margin-top: -15px;
	text-shadow: 1px 1px #5d5a5a;
}

.vbox {
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 440px;
	margin-bottom: 50px;
	margin-top: 15px;
}

.ocnamesmall {
	font-family: 'avenir-oblique', sans-serif;
	font-size: 13px !important;
	font-weight: 600;
	text-align: left;
	color: #333;
	position: relative;
}

#service h5 {
	font-family: 'avenir-oblique' !important;
}

#style-3::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
	background-color: #777;
}

.peopletitle {
	background: rgba(0, 95, 166, 0.7) !important;
	font-weight: 600;
	height: 25%;
	bottom: 26px !important;
	position: absolute;
	font-size: small;
	width: 79.5%;
	color: white;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 5px;
}

.peopletitle p {
	font-size: smaller;
	margin-top: -10px;
}

.bracket {
	margin-top: 60px !important;
	left: -20px;
	position: absolute;
}

.bracketright {
	margin-top: 60px !important;
	right: 50px;
	position: absolute;
}

.bhead {
	background: #fff !important;
}

.fbl {
	color: blue;
}

.hovwhite:hover {
	color: #fff !important;
}

.owl-stage-outer {
	height: auto !important;
	margin-top: -15px;
	padding-top: 10px;
}

.flexslider .slides img {
	width: 100% !important;
	height:480px;
	float: none !important;
}

.wrapper {
	color: #555;
	/* cursor: help; */
	font-family: Georgia, "Times New Roman", Times, serif;
	/*  font-family: 'avenir-oblique'; */
	font-size: 20px;
	/* margin: 30px 75px 10px 75px; */
	/* padding: 15px 20px; */
	position: relative;
	overflow: visible;
	text-align: center;
	/* width: 200px; */
	/* -webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased; */
}

.wrapper .tooltip {
	background: #005fa6;
	top: 100%;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	opacity: 0;
	padding: 5px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.wrapper .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}


/* CSS Triangles - see Trevor's post */

.wrapper .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #005fa6 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.wrapper:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.lte8 .wrapper .tooltip {
	display: none;
}

.lte8 .wrapper:hover .tooltip {
	display: block;
}

.ImageWrapper {
	overflow: inherit !important;
}

.live-list {
	list-style: none;
	margin: 5px 10px;
	line-height: 1.6em;
}

.live-list li {
	display: inline;
	margin: 0;
}

/* .live-list li::after {
	content: ', ';
	margin-right: 5px;
} */

.live-list li .btn-default {
    font-size: 13px;
    font-weight: normal;
    color: #222;
    border-radius: 3px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.tablive-filter .panel-body{
	padding:05px;
}
.filter-search-box{
	position: relative;
}
.filter-search-box .myInput {
    box-shadow: none;
    height: 40px;
    font-family: var(--font1);
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
	margin-bottom:0px;
	border-radius:5px;
}
.form-control-feedback {
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #bdbdbd;
}
.mx0{
	margin: 0 0 15px !important;
}
.live-list {
    list-style: none;
    margin: 5px 10px;
    line-height: 1.6em;
    height: 320px;
    width: 100%;
    overflow-x: scroll;
    /* overflow: hidden; */
    overflow-x: hidden;
}
.tablive-filter .panel-title>a{
	display: block;
}



.live-list::-webkit-scrollbar
{
	width: 5px;
	background-color: #ddd;
}

.live-list::-webkit-scrollbar-thumb
{
	background-color: #373f4c;
    border-radius: 3px;
}

/* .live-list li:last-child::after {
	content: '';
} */


/*new css====================*/

.sidebar-images {
	margin-bottom: 15px;
}

.side-banner {
	max-width: 100%;
}

.logo-wrapper img {
	max-width: 100%;
	margin-bottom:10px;
}

@media only screen and (max-width: 978px) {
	.title {
		font-size: .85em;
		min-height: auto;
	}
	
	#sidebar {
		display: flex;
		flex-wrap: wrap;
	}
	/*#sidebar > div, .ads-widget {width:46%; margin:0 2%; float:left; margin-bottom:20px;}*/
	#sidebar hr {
		display: none;
	}
	.related-products {
		display: flex;
		flex-wrap: wrap;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: transparent!important;
	}
	.header.headermainTAB .row {
		margin-bottom: 13px !important;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: .85em;
	}
	
	.logo-wrapper img {
		width: 100%;
	}
	.social-icons {
		margin: 8px auto;
		text-align: center;
	}
	.logo-wrapper img {
		display: block;
		float: none;
		padding: 10px;
		text-align: center;
		margin: 0;
		max-width: 100%;
	}
	.bbox {
		display: inline-block;
		border-radius: 3px;
		padding: 1.5em;
		margin: 0 0 2.5% 2.5%;
		width: 46%;
		background: #fff;
		border: 1px solid #eee;
		font-size: 1em;
		font-size: 1rem;
		vertical-align: top;
		box-shadow: 0 0 6px #eee;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-bottom: 1px solid #ccc!important;
		height: auto;
		
		margin-bottom: 20px;
	}
	.pubbbox {
		display: inline-block;
		border-radius: 3px;
		padding: 1.5em;
		margin: 0 0 2.5% 2.5%;
		width: 22%;
		background: #fff;
		border: 1px solid #eee;
		font-size: 1em;
		font-size: 1rem;
		vertical-align: top;
		box-shadow: 0 0 6px #eee;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-bottom: 1px solid #ccc!important;
		height: auto;
		
		margin-bottom: 20px;
	}
	.post-thumb-cate {
		max-width: 100%;
		width: 100%;
	}
	.viewall .bbox {
		width: 30%;
		margin-bottom: 20px;
	}
	.slides li {
		height: 415px !important;
	}
	.bbox .thumb {
		max-height: 320px;
	}
	.imht img {
		height: auto !important;
	}
	.post-thumb h3 {
		font-size: 1.6em;
		line-height: 1em;
		margin-top: 3px;
	}
	.post-thumb {
		height: 170px;
		height: auto;
		width: 100%;
		overflow: hidden;
		position: relative;
		/*background-color: #005fa6; */
		color: #fff;
		padding: 0px;
		bottom: 0;
	}
	.post-thumb::before{
		background-image: -webkit-linear-gradient(266deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.01) 0%, black 100%);
			}
			
	
	.floating-box {
		display: block;
		height: auto;
		width: 100%;
		font-size: 1.3em;
		float: left;
		margin: 10px;
		padding: 16px;
	}
	.related-products {
		display: block;
	}
	#sidebar>div,
	.ads-widget {
		width: 100%;
		margin: 0 auto;
		float: left;
		margin-bottom: 20px;
	}
	.post-thumb {
		height: 100px;
	}
	iframe {
		height: 200px;
	}
	.subpage .logo-wrapper img {
		margin-left: 1px;
	}
	.social-icons {
		margin: 8px auto;
		text-align: right;
	}
	span.my-calander {
		padding-left: 15px;
		padding-top: 03px;
		font-size:13px !important;
	}
	.btn-listranking {
		margin: 10px 5px;
		padding: 8px 11px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.dropdown:hover .dropdown-menu {
		display: none !important;
	}
	li.dropdown.nblue.open:hover .dropdown-menu {
		display: block!important;
	}
	.navbar-nav,
	.subpage .navbar-nav {
		width: 100%;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-toggle {
		display: block;
	}
	.collapse {
		display: none;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav>li {
		float: none;
	}
	.collapse.in {
		display: block!important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.post-thumb {
		height: 80px;
		position: absolute;
	}
	.sliderTB .slides li .post-thumb {
		bottom: 22px;
	}
	#firstslider .slides li .post-thumb {
		bottom: 22px!important;
	}
	.post-thumb h3 {
		font-size: 1.6em !important;
		line-height: 1em;
		margin-top: 14px;
	}
	.collapsing .navbar-nav>li>a,
	.collapse .navbar-nav>li>a {
		padding-right: 20px !important;
	}
	.bdiv,
	.bsocial {
		bottom: 20px;
	}
		.sponsored-content .slider-post .item {
     height: 466px!important;}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.min_TAb {
		display: block;
		width: 160px;
		margin-top: 110px;
		margin-left: 20px;
	}
	ul.pr-list {
		float: left;
		width: 100%;
	}
	.carousel.slide.topadbanner {
		margin-bottom: 0;
		padding: 0 15px 10px 10px !important;
	}
	.carousel.slide.topadbanner .carousel-inner {
		margin-left: -20px;
		margin-left: 0px;
		padding: 0px !important;
	}
	.topadbanner .carousel-control.left {
		display: none !important;
	}
	.topadbanner .carousel-control.right {
		display: none !important;
	}
	#tf-works ul.cat li a {
		height: 40px !important;
		line-height: 26px;
	}
	footer {
		padding-bottom: 50px !important;
		width:100% !important;
	}
	.slides li {
		padding-top: 0px !important;
		background-size: cover !important;
	}
	.post-thumb h3 {
		font-size: 20px !important;
		text-shadow: 2px 2px 1px #0000008c !important;
		padding: 0px;
	}
	.slides li .post-thumb {
		position: absolute !important;
		bottom: 14px !important;
		height: 94px !important;
	}
	.row.flex-button .button5 {
		width: 47% !important;
		text-align: center;
	}
	.row.flex-button .button5 a .fa {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.bpara {
		max-height: 130px !important;
		/*height: auto !important;*/
	}
	/* .col-md-12 .widget.clearfix .row.flex{margin: 0px -15px !important;} */
	.bimtext .fa.fa-file-text {
		margin: 3px 5px !important;
	}
	.hovwhite.comment-reply.btn.btn-sm.btn-primary {
		right: 0 !important;
	}
	.bbox {
		padding-bottom: 50px !important;
	}
	.bdiv {
		bottom: 10px !important;
	}
	.bsocial {
		bottom: 10px !important;
	}
	.advisory img {
		box-shadow: none !important;
	}
	/*.slider-post.clearfix.ads-widget{display:none !important;}*/
	.widget.clearfix a .img-responsive {
		margin: 0px auto !important;
	}
	/* ONLY FOR TAB MAIN */
	.headermainTAB {
		padding: 0px !important;
	}
	.headermainTAB .logo-wrapper.clearfix a img {
		padding: 0px 15px;
		width: 260px;
		margin: 0px;
		margin-top: 0px;
	}
	.headermainTAB .col-lg-12.col-md-12.col-sm-12.col-xs-12.text-right {
		font-size: medium !important;
		text-transform: uppercase !important;
		float: initial;
		margin-top: -44px !important;
		float: right !important;
		width: 110px !important;
	}
	.headermainTAB .navbar-brand {
		margin-left: 15px !important;
	}
	.headermainTAB .logo-wrapper.clearfix {
		margin-top: 0px;
		padding: 0px;
	}
	.header.headermainTAB .row {
		margin-bottom: 5px !important;
	}
	.header.headermainTAB .navbar>.container-fluid .navbar-brand {
		margin-left: 15px !important;
	}
	.sliderTB .post-thumb-cate {
		position: absolute !important;
		top: 0px !important;
	}
	/*.sliderTB li {min-height: 0px !important;}*/
	.sliderTB .slides li .post-thumb {
		position: absolute !important;
		bottom: 0 !important;
		height: 92px !important;
	}
	#video-post .nav-btn.next-slide {
		display: none !important;
	}
	.row.widget_raw .slider-post.clearfix.ads-widget {
		display: block !important;
	}
	.hovwhite.comment-reply.btn.btn-sm.btn-primary {
		right: 15px !important;
	}
	/* ONLY FOR TAB MAIN END */
	#firstslider {
		margin-bottom: 0;
	}
	.widget_raw .no-padding{
		margin-top:15px !important;
	}
	.row.widget_raw .category-title.blue {
		margin-bottom: 20px !important;
		float: none;
		width: 100%;
		margin-top: 0px !important;
	}
	.sliderTB #firstslider .flex-control-nav {
		bottom: 6px !important;
		z-index: 99;
		top: inherit !important;
		display: block !important;
	}
	.check_box {
    margin: 10px 0 102px;
    }
    .check_box.check_box-1 {
    margin: 55px 0 116px;
    }
    .commonHeight {

    height:auto;}
   p.industry-heading {

    height:auto;
   }
}

@media(min-width: 800px) and (max-width: 920px) {
	.widget.clearfix.widget_height {
		height: 554px;
	}
	.widget_height img {
	  
	    max-width: 100%;
	    width: auto!important;
    }
	.sponsored-content {
		height: 540px;
	}
	.widget_height {
		height: 552px!important;
	}
	.asia-image img {
		margin-top: 32px;
	}
	.sidebar-images {
		width: 46.5%!important;
		float: left;
		margin-right: 10px!important;
	}
}

@media(min-width: 520px) and (max-width: 740px) {
	.col-md-12.col-sm-6.mb-10,
	.asia-image {
		width: 50%;
		float: left;
	}
	.col-md-12.col-sm-6.sponsored-content {
		width: 50%;
		float: left;
	}
	.asia-image img {
		width: auto!important;
		margin-top: 40px;
	}
	.product-section .ads-widget {
		margin-bottom: 0;
	}
	.sidebar-images {
		width: 46.5%!important;
		float: left;
		margin-right: 10px!important;
	}
	.widget.clearfix.widget_height {
		height: 479px;
	}
}

@media only screen and (max-width: 7678px) {
	.content .jobleftpanel {
		width: 100% !important;
		text-align: left;
	}
	.jobleftpanel>div {
		text-align: left !important;
		margin-top: 9px;
	}
	.jobrightpanel ul,
	.jobrightpanel {
		margin-left: 0px !important;
	}
	.jobwrapper h3 {
		font-size: 1.3em;
		line-height: 25px;
	}
}

@media only screen and (max-width: 610px) {
	.viewall .bbox,
	.bbox {
		width: 46%;
		margin-bottom: 20px;
	}
	.post-thumb-cate {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.bbox {
		width: 96%;
	}
	#sidebar>div,
	.ads-widget {
		width: 100%;
		margin: 0 auto;
		float: left;
		margin-bottom: 20px;
	}
	.post-thumb-cate {
		max-width: 100%;
		width: 100%;
	}
	.viewall .bbox {
		width: 96%;
	}
	.post-thumb {
		height: 100px;
	}
	.video-ad {
		width: 100%;
		height: auto;
	}
	.caption {
		margin: 5px;
		float: left;
		font-size: .9em;
		line-height: 1.1em;
		max-width: 100%;
	}
	.caption img {
		width: 100%;
		height: auto;
	}
	.slides li {
		height: 216px !important;
	}
	.sidebar-images {
		width: 100%!important;
		margin-right: 0px!important;
	}
}

@media print {
	.navbar,
	.navbar .container-fluid,
	.jmenu,
	.ad,
	.socialmedia,
	#sidepanel,
	.floating-box,
	footer,
	.addthis-smartlayers,
	.addthis-smartlayers-desktop,
	.relatednews {
		display: none !important;
	}
	.logo-wrapper {
		display: none;
	}
	.article::before {
		content: url(http://www.theasianbanker.com/assets/templates/shared/images/logo.jpg);
		transform: scale(.7);
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		padding-left: 0;
		display: block;
		width: 90px;
		height: 60px;
	}
	.article {
		margin-top: 120px;
	}
	body {
		width: 100%;
	}
}

/* @page {
	size: A4 portrait;
	margin: 8%;
	@top-left-corner {
		content: url(http://www.theasianbanker.com/assets/templates/shared/images/logo.jpg);
		transform: scale(.7);
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		display: block;
	}
} */


/*---------------------------------------
   Dark Scheme                

.meta a,
body {
    color:#999;
}
.tweet {
    box-shadow: none !important
}


.btn-primary,
.pager li > a:hover, .pager li > span:hover,
.news-title,
.video-cat,
.retweet, 
.random-article,
.random {
    background:#222 !important;
    box-shadow: none !important
}

.page-header,
.site-wrapper,
.header {
    background:#2f2f2f !important;
    box-shadow: none !important
}

.title h2,
.mini-title h3,
.product-cats li a,
.form-group span,
.pager li > a, .pager li > span,
.comment-author,
.blog-standard-style .read-more a,
.news-title,
.news-title h3,
.news-title i,
.retweet-wrapper h3,
.social-site .count,
h4 a,
.shop-meta h3 a,
.btn-primary,
.comment-reply a,
.review_wrapper h3,
#taglist a,
.tabbed-widget .nav li a, #tabbed-posts .nav li a,
.recent_posts_widget li a,
.category-title h3,
.widget-title h3,
#viewcontrols a,
.shop-tab .nav > li > a,
.media-heading a,
#news a {
    color:#fff !important;
}

.shop-box {
    background-color: #333;
}
.form-control,
.pager li > a, .pager li > span,
.tags-title,
.pagination > li > a, .pagination > li > span,
.img-thumbnail {
    background-color: #333;
    border: 1px solid #444;
}
.form-inline .form-control,
.single-post .meta,
.cat_widget,
.sticky-col {
    border-color: #444;
}
.blog-standard-style .read-more a,
.category-title {
    border-color:#fff;
}
-----------------------------------------*/

.carousel-wrap {
	width: 1000px;
	margin: auto;
	position: relative;
}

.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2caae1;
}

/* .owl-carousel .item {
	text-align: center;
} */

.owl-carousel .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

/*.owl-carousel .prev-slide {
	background: url(nav-icon.png) no-repeat scroll 0 0;
	left: -33px;
}

.owl-carousel .next-slide {
	background: url(nav-icon.png) no-repeat scroll -24px 0px;
	right: -33px;
}*/

.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

.fb-comments iframe {
	width: 100% !important;
}


/* .profile-section-css */

.profile-section {
	padding: 15px 0;
	box-shadow: 0 0 6px #cececea3;
    border-radius: 30px;
    display:none;
}

#profile-images .close-btn {
	width: 40px;
	height: 40px;
	line-height: 42px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 30px;
}

#profile-images .close-btn:hover {
	background-color: #ebebeb;
}

#profile-images .close-btn:focus {
	outline: none;
}

.profile-section .profile-image {
	width: 150px;
	margin: 0 auto;
	cursor: pointer;
}

.profile-section .author-avatar {
	padding: 0;
	width: 130px;
	height: 130px;
	border: 5px solid #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.profile-section .profile-author-name {
	float: left;
	margin: 15px 10px 15px 0;
	line-height: 24px;
	font: bold 22px arial;
	color: #424242;
}

.profile-section .profile-author-name .about-bio-tags {
	font-size: 15px;
	margin-top: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#profile-images .modal-content {
	border: 0px;
}

#profile-images .modal-title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	text-transform: capitalize;
}

#profile-images .current-profile-image img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	display: block;
	border: 5px solid #f0f0f0;
	border-radius: 100px;
}

#profile-images .btn-2 {
	height: 25px;
	width: 75px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #757575;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	color: #757575;
}

#profile-images .upload-file {
	margin-top: 20px;
}

#profile-images .file-upload-field {
	margin: 0 auto;
	display: block;
	text-align: center;
}

#profile-images .image-guide-line {
	float: left;
	text-align: left;
	color: #767676;
	font-size: 13px;
	line-height: 18px;
}

#profile-images .image-guide-line strong {
	color: #000;
}

#profile-images .modal-footer {
	text-align: left;
}

#profile-images .profile-save-btn {
	margin-top: 10px;
}

#profile-images .profile-save-btn .profile-save_btn {
	padding: 10px 35px;
	background-color: #005fa6;
	color: #fff !important;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}

#profile-images .modal-dialog {
	width: 600px;
}


/* .profile-section-css  end*/
.category-title .mr_15{
	margin: 15px 0px !important;
}
.category-title .mr_15 a{
	margin: 3px 0 !important;
}


/* author-profile  css start*/

.seekingalpha {
	padding: 20px 0;
}

.seekingalpha .about-author-image {
	width: 150px;
    margin: 0 auto;
    margin-top:20px;
}

.seekingalpha .about-author-image img {
	padding: 0;
	border: 5px solid #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.seekingalpha .mp-profile {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}

.seekingalpha .seeking-aplpha-btn {
	padding: 10px 35px;
	background-color: #005fa6;
	color: #fff !important;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}

.seekingalpha .seeking-aplpha-btn:hover {
    opacity: .8;
    color: #fff !important;
    text-decoration: none !important;
}

.seekingalpha .followers-number {
	margin-top: 12px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seekingalpha .seeking-heading h3 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
}

.seekingalpha .seeking-content p {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	line-height: 23px;
}

.seekingalpha .seeking-content p a {
	text-decoration: none;
}

.seekingalpha .seeking-panel .panel-default .panel-heading {
	border-radius: 0px;
	background-color: #fff;
	padding: 15px;
	text-align: center;
}

.seekingalpha .seeking-panel .panel-default {
	border-radius: 0px;
}
.seekingalpha .seeking-banner-title{
    text-align:left;
}
.seekingalpha .seeking-banner-title a {
	text-decoration: none;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
    color: #1A98FF !important;
    text-align:left;
    text-decoration: none !important;
}

.seekingalpha .seeking-banner-title a .rating{
    text-align:right;
}
.seekingalpha .seeking-banner-title a .rating i {
	font-size: 12px;
	color: #FFD200;
	text-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
}

.seekingalpha .seeking-banner-title a .rating span {
	font-size: 15px;
	color: #999;
	font-weight: normal;
}

.seekingalpha .seeking-banner-title .seeking-aplpha-btn {
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

.seekingalpha .seeking-banner-title .seeking-aplpha-btn:hover {
	opacity: 1;
}

.seekingalpha .seeking-content .pitch {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 05px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seeking-mt {
	margin-top: 15px;
}

.seekingalpha .about-member-since {
	margin-bottom: 05px;
}

.seekingalpha .about-member-since .contributor-since {
	color: #303030 !important;
	font-weight: 700;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seekingalpha .about-member-since span {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seekingalpha .Contrarian {
	margin-top: 15px;
}

.seekingalpha .Contrarian ul {
	padding: 0px;
	margin: 0px;
}

.seekingalpha .Contrarian ul li {
	list-style: none;
}

.seekingalpha .Contrarian ul li i {
	font-size: 16px;
	color: #636363;
}

.seekingalpha .Contrarian ul li a {
	color: #303030 !important;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none !important;
}

.seeking-aplpha-tab {
	padding: 0px 0;
}

.seeking-aplpha-tab .nav-tabs {
	position: relative;
	border: none!important;
	background-color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 0px;
	cursor: pointer;
    padding: 10px 20px 11px 0px;
    margin: 0px;
    text-decoration:none !important;
}

.seeking-aplpha-tab .nav-tabs li {
	margin: 0px!important;
	padding: 10px 10px 5px;
	font-weight: normal;
}

.seeking-aplpha-tab .nav-tabs .active {
	background-color: transparent!important;
	border: none!important;
	color: #000!important;
}

.seeking-aplpha-tab .nav-tabs a:hover {
	background-color: #fff!important;
	border: none;
	cursor: pointer;
}

.seeking-aplpha-tab .slider {
	display: inline-block;
	width: 100px;
	height: 4px;
	border-radius: 0px;
	background-color: #000;
	position: absolute;
	z-index: 1200;
	bottom: 0;
	transition: all .4s linear;
}

.seeking-aplpha-tab .nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 0px;
}

.seeking-aplpha-tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0px;
	cursor: pointer;
	color: #303030;
}

.seeking-aplpha-tab .nav-tabs>li>a {
	border: 0px;
	cursor: pointer;
	text-align: center;
	color: #303030 !important;
    padding: 5px 20px 0;
    text-decoration:none !important;
}

.seeking-aplpha-tab .nav-tabs.nav-justified>li>a {
	border: 0px;
	border-radius: 0px;
}

.seeking-aplpha-tab .tab-content {
	background-color: #fff;
	padding: 10px 20px 11px 20px;
	border-top: 1px solid #333333;
}

.seeking-aplpha-tab .nav-tabs p {
	margin-bottom: 0px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seeking-aplpha-tab .profile-top-nav-count {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seeking-aplpha-tab .seeking-content p {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
    line-height: 23px;
    max-width:100%;
}

.seeking-aplpha-tab #seeking-aplpha-popup .modal-content{
    border:0px;
    border-radius:5px;
}


.seeking-aplpha-tab #seeking-aplpha-popup   .modal-body {
        max-height: calc(100vh - 212px);
        overflow-y: auto;
    }
.seeking-aplpha-tab #seeking-aplpha-popup  .about-author-image{
        width: 130px;
        margin: 0 auto;
        margin-top:40px;
 }
 .seeking-aplpha-tab #seeking-aplpha-popup .about-author-image img {
    padding: 0;
    border: 5px solid #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.seeking-aplpha-tab #seeking-aplpha-popup .media-heading h3 {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    margin:0;
}
.seeking-aplpha-tab #seeking-aplpha-popup .author-bio-tags {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size:15px;
}
.seeking-aplpha-tab #seeking-aplpha-popup .contributor-since {
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 800;
    margin-top:10px;
    margin-bottom:10px;
 }
 .seeking-aplpha-tab #seeking-aplpha-popup .company b {
    font-size:16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 800;
 }
 .seeking-aplpha-tab #seeking-aplpha-popup .company span{
    font-size:16px;
    font-family: Georgia, "Times New Roman", Times, serif;
  
 }
 .seeking-aplpha-tab #seeking-aplpha-popup  .seeking-content{
     margin-top:15px;
 }
 .seeking-aplpha-tab #seeking-aplpha-popup  .seeking-content p{
    font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	line-height: 23px;
 }

#seeking-aplpha-popup .modal-dialog{
    width:600px;
}

.seeking-aplpha-tab #seeking-aplpha-popup .pop-btn{
    width: 40px;
	height: 40px;
	line-height: 42px;
    border-radius: 30px;
    background-color: #ebebeb;
}
.seeking-aplpha-tab #seeking-aplpha-popup .pop-btn:focus{
    box-shadow:none !important;
    outline:none !important;
}
#total_time_show{
font-size: 17px;
font-weight: 600;
font-family: inherit;
/* float: left;
margin-bottom: 14px; */
padding: 5px 0px 15px;

}
/* author-profile  css End*/

@media only screen and (max-width: 600px) {
	#profile-images .modal-dialog {
		width: 95%;
	}
	#profile-images .image-guide-line {
		margin-bottom: 22px;
    }
    .profile-section .profile-author-name{
        float:none;
        text-align:center;
    }
    #seeking-aplpha-popup .modal-dialog{
        width: 95%;
    }
   .seeking-aplpha-tab  .seeking-list{
    width:50%;
    float: left;
   }
   .Interviewed-name{
	margin-top: 20px;
    margin-bottom: 10px !important;
   }
  .Interviewed-name a {
	/* display: flex; */
    margin-bottom: 18px;
    margin-top: 27px;
   }
   .intro-text{
	margin-top: 10px;
    margin-bottom: 10px;
   }
   .article p, .subpage p{
	   /* padding:0 18px; */
	   font-size: 21px;
	   text-align: left;
   }
   .justifyleft a{
	word-break: break-all;
   }
   #total_time_show{
	   font-size:15px;
	   padding:0px 0px 10px;

   }
   h1.posttitle{
	font-size: 30px !important;
    line-height: 33px !important
}
   .caption{
	   margin:0px;
   }
   .article li,
.subpage li,
.article td,
.subpage td {
	font-size: 21px;
    margin-bottom: 10px;
    line-height: 30px;
}
ul.article-date span , .rss-subscribe i , .rss-subscribe input[type="submit"]{
     font-size: 12px;
    }
    .article-date li {
       padding: 5px 5px;
	    margin-bottom: 0px;
	    margin-top: 0;
	    line-height: 20px;
    }
    ul.article-date {
    padding: 10px 0;
    }
    ul.article-date.live-date {
    padding: 0px 0;
    }

    .article-btn .sliding-link {
   padding: 0px !important;
    font-size: 13px!important;
   }
   .article-btn .sliding-link{
	   font-size:13px !important;
   }
   /*li.rss_button {
    padding-right: 15px;
}*/
/* .mobile-col{
	padding:5px;
} */
.intro-text p{
	margin-bottom:2px !important;
}  
.logo-wrapper{
	padding-top:0px;
}
.Interviewed-name{
	margin-bottom:0px !important;
}
.article-date.live-date li{
	margin: 4px 0px !important;
}
.iframe-video{
	margin-bottom:0px !important;
}

.ul1 li{
	padding-left:15px;
	list-style: none;
	font-style: italic;
}
.ul1 li:before {
	content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #222;
    font-size: 7px;
  }
  .dm-col-3>li>span, .dm-col-4>li>span, .dm-col-6>li>span{
	  margin:0px;;
  }
  .dm-col-6 ul li a{
	padding-left:8px;
  }
  .dm-col-3 ul li a{
	padding-left:8px;
  }
ul.article-date{
	padding:10px 0 0;
	overflow: auto;
    white-space: nowrap;
}
.article ul,
.subpage ul {
	margin-left: 0px;
    margin-bottom: 15px;
}
ul.article-date {
	border-top: #ccc 0px solid;
	border-bottom: #ccc 1px solid;
	margin-left: 0;
	padding-left: 0 !important;
}
li.article-btn {
    float: none!important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.article-date.live-date li.article-btn {
    margin: 5px 0;
}
.article-date.live-date li {
    padding: 5px 4px;
}
.pr-list li a{
	 font-family: var(--font1);
	 color:#000;
	 font-weight:500;

}
.wealth-society-p .ul1 {
	margin-left:40px;
}
.flexslider .slides img{
	height:auto;
}
}

.slider-post .owl-stage-outer .title h4{
	font-family: var(--font1);
	font-weight:800  !important;
	
}


@media (min-width: 320px) and (max-width: 480px) {
  
	 .title h4{
		font-size:16px;
	
}

.ranking-page-heading{
	padding: 8px 0 !important;
}
.ranking-page-heading h3{
	margin-top: 8px;
    margin-bottom: 8px;
    line-height: 30px;
}
.follow-container {
    display: inline-flex;
    margin-left: 10px;
 }
 .follow-container .follow-btn--vertical {
    border-left: 1px solid #2269a1!important;
    padding: 13px 8px!important;
    margin-left: 0!important;
    border-radius: 0;
 }


 .follow-container .follower-count {
    margin-right: 4px!important;
    border-top: solid 1px rgb(0 0 0 / 27%)!important;
    margin-left: 0!important;
    margin-top: 0!important;
    border-radius: 0 3px 3px 0px!important;
    }

/*.bdiv{
    font-size: small;
    position: relative;
    bottom: 0;
   top:10px

}*/

/* @media only screen and (max-width: 600px) {
	
  } */

  @media only screen and (max-width: 600px) {
	.subpage  .loginmodal{
		position: relative;
		top: 0px;
	}
	.subpage .navbar-brand i{
	margin-left:15px;
	}
	.logo-wrapper img{
		max-width: 100%;
        width: 200px !important;
    	margin-left: -2px !important;
	}
	.article>h3{
		font-size: 30px !important;
		line-height: 33px !important;
	}
	#heading-fixed{
	background-color: white;
    position: sticky;
    top: 0px;
    padding: 10px 0px;
	z-index:1;
	}
  }

.welath-society-content h2 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;

}
.welath-society-content h3 {
color: #000;
}
.welath-society-content p {
font-family: var(--font1);
font-weight: 500;
font-size: 19px;
color: #000;
text-align: justify;
line-height: 30px;
}
.ranking-index {
    background: #3b5998;
    color: #fff;
    text-align: center;
    border-radius: 3px;
      margin: 30px 0;
    padding: 8px;
}
.ranking-index h4 {
    font-size: 20px;
    font-weight: 500!important;
    margin: 0;
}

.ranking-box.clearfix {
    margin: 30px 0 19px;
    text-align: center;
    border: solid 2px #111;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-family: var(--font1);
    font-weight: 500;
    font-size: 20px;
}
.ranking-list .row {
    margin-right: -15px!important;
    margin-left: -15px!important;
}
.para-text p{
	font-family: var(--font1);
	font-weight: 500;
	font-size: 19px;
	color: #000;
	text-align: justify;
	line-height: 30px;
}
.welath-society-content .button-4{
	width: 100%;
    height: 50px;
    border: 2px solid #111111;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}
.ranking-list .button-4:hover {
    border-color: #3b5998;
}
.ranking-list .button-4 a{
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-weight: 600;
}
.ranking-list .eff-4{
     width: 100%;
    height: 50px;
    left: -100%;
    background: #3b5998;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
.ranking-list .button-4:hover .eff-4{
  left:0;
}
.ranking-list .button-4:hover a{
  color:#fff;
}
.welath-society-content .table-bordered td , .welath-society-content .table-bordered th {
    padding: 15px!important;
}
}
.article-btn{
	float:right;
}
/* .article-btn .sliding-link{
	background: none !important;
	color:#428bca !important;
	padding:0px !important;
	font-weight:600 !important;
	font-size:17px !important;
} */
 /* Small Devices, Tablets */
.my-calander{
	font-size:16px !important;
}
 

  @media only screen and (min-width: 768px) {
	
  }



/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/************************search box-css************/
 .nav-srh {
  position: relative;
  display: inline-block;

}

 .nav-srh .search-area {
  position: absolute;
  right: 0px;
bottom: -120px;
  z-index: 5;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

 .nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
}

 .nav-srh .search-area .search-icon:hover {
  color: #fff;
}

 .nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: #222;
  border: 1px solid #ddd;
  font-size: 18px;
  height: 45px;
  color: #fff;
  border-radius: 0;
}


.search-area .src-input::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  
.search-area .src-input:-ms-input-placeholder { /* Internet Explorer */
	color: #FFF;
  }
  
.search-area .src-input::placeholder {
	color: #fff;
  }

 .nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
 /* -webkit-box-shadow: 0px 0px 15px #dddddd80;
          box-shadow: 0px 0px 15px #dddddd80;*/
          background:#212121;
}

 .nav-srh .search-icon {
  font-size: 20px;
  position: relative;
  top: 12px;
  right:20px;
  color: #fff;
  border: 0;
  outline: none;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  background-color: transparent;
}

 .nav-srh .search-icon:hover {
  color: #fff;
  cursor: pointer;
}

 .nav-srh .search-toggle .search-icon.icon-close {
  display: none;
}

 .nav-srh .search-toggle.opened .search-icon.icon-search {
  display: none;
}

 .nav-srh .search-toggle.opened .search-icon.icon-close {
  display: block;
  cursor:pointer;
    color: #fff;
}
.nav-srh .search-toggle {
	background:#222;
}
.nav-srh .search-toggle:hover{
background:#222;
}
.moblie-search{
	display:none;
}
}


@media only screen and (max-width: 600px) {
 .desktop-search{
 	display:none;
 }
.nav-srh {
  position: relative;
  display: inline-block;

}

 .nav-srh .search-area {
  position: absolute;
  left: -18px;
	bottom: -120px;
  z-index: 5;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

 .nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
}

 .nav-srh .search-area .search-icon:hover {
  color: #fff;
}

 .nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: #222;
  border: 1px solid #ddd;
  font-size: 18px;
  height: 45px;
  color: #fff;
  border-radius: 0;
}

 .nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 17px;
 /* -webkit-box-shadow: 0px 0px 15px #dddddd80;
          box-shadow: 0px 0px 15px #dddddd80;*/
          background:#212121;
}

 .nav-srh .search-icon {
  font-size: 20px;
  position: relative;
  top: 15px;
  right:-190px;
  color: #fff;
  border: 0;
  outline: none;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  background-color: transparent;
}

 .nav-srh .search-icon:hover {
  color: #fff;
  cursor: pointer;
}

 .nav-srh .search-toggle .search-icon.icon-close {
  display: none;
}

 .nav-srh .search-toggle.opened .search-icon.icon-search {
  display: none;
}

 .nav-srh .search-toggle.opened .search-icon.icon-close {
  display: block;
  cursor:pointer;
    color: #fff;
}
.nav-srh .search-toggle {
	background:#222;
}
.nav-srh .search-toggle:hover{
background:#222;
}
}





@media (min-width: 320px) and (max-width: 480px) {
  
	.td-search-popup.active .search-form{
	   width: 85%;
	}
	.m-search .btn-search-style-1{
	 display:none;
 }
	
 }
 @media (min-width: 768px) and (max-width: 1024px) {
   
	.td-search-popup.active .search-form{
	   width: 85%;
	}
	.m-search .btn-search-style-1{
	 display:none;
 }
   
 }



 @media only screen and (min-width: 768px) and (max-width: 991px){
	#firstslider .slides li .post-thumb{
		bottom:0px !important;
	}
	.post-thumb{
		padding:0px !important;
		border:0px !important;
	}
	.desktop-search{
		display:none;
	}
	.moblie-search{
		display:none;
	}
}
.ranking-page-heading{
	
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 99;
    padding: 10px 0;

}
.ranking-page-heading h3{
	margin-top: 10px;
	color:#222;
}

.scroll-bar-fix {
	padding: 15px;
	box-shadow: 0 0 6px #eee;
	border-radius: 5px;
	width: 100%;
	height: 70vh;
	overflow: auto;
	
  }
  .scroll-bar-fix table {
	width: 100%;
  }
.client_img{
	border: 1px solid #eee;
    padding: 0px 0 0;
    box-shadow: 0 0 6px #eee;
	margin-bottom:20px;
	
}
.client-name{
	margin-top: 10px;
    text-align: center;
    padding: 0px 10px 5px 10px;
	min-height:auto;
}
.client-name p {
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
}

.Contribute-btn{
    font-size: 18px;
    color: #fff;
    padding: 12px 35px;
    text-align:center;
    background: #0e599c;
    border-radius: 3px;
    display:block;
   }
   .Contribute-btn:hover {
       color:#fff;
       background: #222;
   }

   .Contribute-btn:focus{
       color:#fff;
       background: #222;
   }
   .subscribe_newsletter  a img{
	   width:220px;
	   margin:0 auto;
	   display:block;
	   text-align: center;
   }


.filter-search .panel-title > a:before {
    float: right !important;
    font-family: 'FontAwesome';
    content:"\f068";
    padding-right: 5px;
	font-size:12px;
}
.filter-search .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
	font-size:12px;
}

.filter-search .panel-body{
	padding:5px !important;
}
   /* live.theasianbanker-css code */
   #px_he{
	display: inline-block;
    border-radius: 3px;
    padding: 1em;
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 6px #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ccc!important;
    text-align: left;
    margin-bottom: 20px;
    height: auto;
    min-height: 500px
   }
  .contentBOx p{

    margin-top: 10px;
    color: #959393;
  

    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.3em;
    /* text-align: justify; */
    height: 140px;
    max-height: 140px;
    font-size: 15px !important;
    text-align: left !important;
    line-height: 20px;
   }
   .contentBOx .headingBX {
	margin: 15px 0 15px !important;
    text-transform: initial;
    line-height: 18px;
    font-family: var(--font1);
    font-weight: 800 !important;
    font-size: 17px!important;
	display:inline-block;
	min-height:70px;
}
   
 .boxIneerHld  .post-date {
	display: none;
}
.boxIneerHld .fa-volume-up{
	display:none;
}
#paging2 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: right;
}

#paging2 li {
	display: inline;
}

#paging2 li a.active {
	background-color: #005FA6;
	color: #fff
}

#paging2 li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #ddd;
	float: left;
	font-family: var(--font1);
	font-weight: bold;
	font-size: 14px;
}

#paging2 li a:hover:not(.active) {
	background: #ddd;
}

.mediafeed .list_mediafeed{
	margin:0px;
	padding:0px;
	margin-left: 20px;
}
.mediafeed .list_mediafeed .meidafeed-date{
	line-height: 1.4em;
    margin-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    display: inline-flex;
    width: 100%;
}
.mediafeed .list_mediafeed  .date_media {
    float: left;
    display: block;
    min-width: 110px;
    font-size: 16px;
    font-family: var(--font1);
    font-weight: 500;
}
.mediafeed .list_mediafeed .meidafeed-data{
	margin-left:15px;
}
.mediafeed .list_mediafeed  .meidafeed-data a {
    color: var(--colorcode) !important;
    font-size: 16px;
    vertical-align: middle;
    font-family: var(--font1);
    font-weight: 500;
    text-decoration: none;
}
.mediafeed .list_mediafeed  .meidafeed-data a:hover{
	color: var(--colorcode2) !important;
	text-decoration: none !important;
}

.Interviewed-name{
	width: 100%;
    display: inline-block;
    margin-bottom: 0 !important;
    line-height: 0 !important;
}

.hostingModa .modal-dialog{
    width: 900px !important;
}