@charset "utf-8";
/* CSS Document */
/* -- */
body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #dcaf27;
}
div.logo.news-logo {
	display: block !important;
}
.logo {
	margin-bottom: 20px;
}
.first-colume {
	padding: 0 !important;
	margin: 0;
	display: table;
	background: #000;
	position: fixed !important;
	z-index: 999;
	left: 0;
	overflow:auto !important;
}

nav {
	padding: 10px;
	margin: 0;
	display: table;
	width: 100%;
}

.main-menu-nav {
	margin: 0 !important;
	padding: 0;
}

.main-menu-nav ul li .popover {
	margin: -40px 0 0 0px;
	padding: 0;
	top: 0 !important;
	background: none;
}

.main-menu-nav ul li .popover-title {
	height: 0;
	padding: 0;
}

.main-menu-nav ul li .arrow {
	display: none;
}

.menu {
	margin: 10px 0;
	padding: 0 !important;
	width: 100%;
	display: table;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	margin: 0 0 0 6px;
	/*padding:6px 0;*/
	position: relative;
}

.menu ul li a {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.menu ul li a:hover,
.menu ul li a:focus {
	color: #e8ae00 !important;
	text-decoration: none;
}

.menu ul li.active a {
	color: #e8ae00 !important;
}

.social-media {
	display: table;
	margin: 0px 0 0;
	padding: 0;
}

.social-media ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.social-media ul li {
	display: inline-block;
	margin: 0;
	padding: 0 8px 0 0;
}

.social-media ul li a {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 18px;
}

.social-media ul li a:hover,
.social-media ul li a:focus {
	text-decoration: none;
	color: #e8ae00;
}

.bottom-content {
	width: 100%;
	margin: 6px auto 10px auto;
	padding: 0;
	display: table;
	color: #333;
	font-size: 18px;
}

.bottom-content #accordion .panel-title a {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.bottom-content #accordion .panel {
	margin: 0;
	border: none;
	border-radius: 0;
}

.bottom-content #accordion .panel:nth-child(1) .panel-heading .panel-title a {
	/*background:#b7b7b7 url(../images/arrow-left-n.png) no-repeat 88% center;*/
}

.bottom-content #accordion ul.trend_now {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.bottom-content #accordion ul.trend_now li {
	margin: 8px 0;
	/*text-transform:uppercase;*/
}

.bottom-content #accordion ul.trend_now li:nth-child(odd) {
	color: #FFF;
}

.bottom-content #accordion ul.trend_now li:nth-child(even) {
	color: #dcb03f;
}

.bottom-content #accordion ul.trend_now li a {
	color: #FFF;
	padding-left: 5px;
}

.bottom-content #accordion ul.trend_now li a:hover {
	color: #e8ae00;
	text-decoration: none;
}

.main {
	height: 934px;
	margin: 0 auto !important;
	padding: 0;
	display: table;
	width: 100%;
}

.details-page-c.common-colume {
	display: table !important;
}
.details-page-c.common-colume + .details-page-c.common-colume {
	border-top: 3px dashed #d4d4d4;
	padding-top:60px;	
}

.common-colume {
	height: 100%;
	display: block;
	overflow: hidden;
}

.bottom-content #accordion .panel .panel-collapse {
	padding: 0px 5px;
	font-size: 16px !important;
	background: #000;
	color: #FFF;
}

.bottom-content #accordion .panel .panel-heading a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #fd1e37;
	background-color: #b7b7b7;
	font-family: 'Oswald', sans-serif;
}

.bottom-content #accordion .panel .panel-heading a:hover,
.bottom-content #accordion .panel .panel-heading a:focus {
	text-decoration: none;
}

.bottom-content #accordion .panel .panel-heading a[aria-expanded="true"] {
	background: #b7b7b7;
	color: #fd1e37;
}

.bottom-content #accordion .panel-heading {
	padding: 0;
}

.categories-butn {
	display: table;
	width: 100%;
	margin: 2px 0;
	padding: 0;
}

.categories-butn a {
	padding: 10px;
	width: 100%;
	margin: 2px 0;
	color: #FFF;
	background: #000;
	border: 0;
	cursor: pointer;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	display: block;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}

.categories-butn a:hover,
.categories-butn a:focus {
	text-decoration: none;
	color: #fff;
}

.categories-butn a:nth-child(7) {
	background: #dcaf27;
}

.categories-butn a:nth-child(6) {
	background: #e86d6e;
}

.categories-butn a:nth-child(4) {
	background: #f5be6e;
}

.categories-butn a:nth-child(5) {
	background: #30c9e2;
}

.categories-butn a:nth-child(1) {
	background: #aa73b6 url(../images/search-icon.png) no-repeat 92% center;
}

.categories-butn a:nth-child(3) {
	background: #53B53B;
}

.categories-butn a:nth-child(2) {
	background: #a55218;
}

.third-colume {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.third-colume .glyphicon-chevron-left {
	margin-left: 26px !important;
	z-index: 9999;
}

.third-colume .glyphicon-chevron-right {
	margin-right: 18px !important;
	z-index: 9999;
}

.more-info-content {
	color: #333;
	background: #FFF;
	width: 60%;
	margin: 0;
	padding: 4%;
	text-align: left;
	display: none;
	min-height: 960px;
}

.news-section-c {
	margin-top: 8px;
	background: #bdbcc1;
	display: table;
	/*height: 100%;*/
	width: 100%;
}

.news-section-c .panel {
	box-shadow: none;
}

.custombox-modal-wrapper {
	overflow: hidden !important;
}

.second-colume {
	position: fixed !important;
	z-index: 999;
	background: #FFF;
	overflow:auto !important;
}

.news-section-c .panel {
	border-radius: 0;
	border: 0;
}

.news-section-c .panel .panel-heading,
.news-section-c .panel .panel-body,
.news-section-c .panel .panel-footer {
	background: #bdbcc1;
	border-radius: 0;
}

.news-section-c .panel .panel-heading span {
	display: none;
}

.news-section-c .panel .panel-heading b {
	color: #fd1e37;
}


/*inner page styles starts from here*/

.innerpage-content .inner-banner img {
	max-height: 637px;
	text-align: center;
	background: #f4f4f4;
	width: 100%;
	max-width: 100%;
}

.overlay-door.open .article-nav {
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	/*margin-top: 18%;*/
	margin-right: 2px;
}

.overlay-door.open .article-nav:hover {
	background: rgba(0, 0, 0, 0.8);
}

.innerpage-content {
	margin: 0 auto;
	width: 98%;
	display: block;
	padding: 0;
	font-size: 17px;
	opacity: 0;
	padding-top: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.overlay-door.open .innerpage-content {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.inner-banner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
	background: #E3E3E3;
}

.inner-banner img {
	/*width:100%;
	display:block;*/
}

.author-info {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

.author-info .author-list {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	display: table;
	width: 25%;
}

.author-info .author-list ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.author-info .author-list ul li {
	margin: 10px;
	padding: 0;
	display: table;
	width: 100%;
	cursor: pointer;
}

.author-info .author-list ul li .fa {
	display: block;
	float: left;
	background: #000;
	padding: 10px;
	color: #e8ae00;
	font-size: 25px;
	margin: 0 10px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.2s ease-in;
}

.author-info .author-list ul li:hover .fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s ease-out;
	margin-right: 20px;
}

.author-info .author-list ul li .author-name-info {
	margin: 0;
	padding: 0;
	display: block;
}

.author-name-info span.author-heading {
	display: block;
	font-weight: bold;
}

.author-name-info span.author-name {
	display: block;
	font-size: 17px;
}

.author-info .author-disc {
	margin: 10px auto;
	padding: 0;
	display: table;
	width: 70%;
}

.author-info .author-disc .readmore {
	margin: 0;
	width: 192px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #dcb03f;
}

.author-info .author-disc .readmore a {
	color: #FFF;
	padding: 8px 20px;
	margin: 10px auto;
	display: table;
	line-height: normal;
}

.author-info .author-disc .readmore a:hover,
.author-info .author-disc .readmore a:focus {
	color: #FFF;
	text-decoration: none;
}

.author-info .author-disc h2 {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: normal;
	font-size: 30px;
	font-weight: bold;
}

.author-info .author-disc p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 100%;
	text-align: justify;
	max-height: 90px;
	display: block;
	overflow: hidden;
}

.author-info .author-disc ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.author-info .author-disc ul p {
	font-weight: bold;
	color: #e8ae00;
}

.author-info .author-disc ul li {
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
}

.author-info .author-disc ul li a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	transition: all 0.2s ease-in;
	border-right: solid #333 1px;
	padding-right: 8px;
}

.author-info .author-disc ul li a:hover {
	color: #e8ae00;
	transition: all 0.2s ease-out;
}

.author-info .author-disc ul li:last-child a {
	border: none;
}

.related-articles {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	text-align: center;
}

.related-articles .search-result-box.related-list {
	margin: 4px 0;
}

.related-articles .related-bg {
	width: 100%;
	background: #000;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 6px;
	padding: 5px;
}

.related-list {
	display: table;
	width: 100%;
	margin: 2% 0 0 0;
	padding: 0;
}

.related-list .content-item {
	margin: 0 1% 1%;
	padding: 0;
	display: block;
	float: left;
}

.blog-content-over {
	width: 100%;
	display: table;
	margin: 0;
	/*padding:2%;*/
	text-align: left;
}

.blog-header {
	width: 100%;
	margin: 0;
	padding: 10px;
	display: table;
	background: #666;
	text-align: center;
}

.blogger-photo {
	display: inline-block;
}

.blogger-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.blogger-heading {
	display: inline-block;
	color: #FFF;
	padding: 0 0 0 10px;
	line-height: 48px;
	font-size: 26px;
}

.blog-content-main {
	margin: 0 auto !important;
	padding: 0;
	display: table;
	width: 98%;
}

.blog-blocks {
	width: 100%;
	display: table;
	margin: 15px 0;
	padding: 15px 0;
}

.blog-blocks .col-xs-12.col-sm-3 {
	padding: 0;
}

.blog-blocks img {
	width: 100%;
}

.blog-blocks a {
	text-decoration: none;
}

.blog-blocks a:hover,
.blog-blocks a:focus {
	text-decoration: none;
}

.blog-blocks a h2 {
	color: #FFF;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.blog-blocks a:hover h2,
.blog-blocks a:focus h2 {
	color: #000;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.blog-blocks:nth-child(odd) {
	background: #f4f4f4;
}

.blog-blocks:nth-child(even) {
	background: #EEE;
}

.blog-blocks .blog-photo {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.blog-blocks .blog-disc {
	display: inline-block;
	width: 82%;
	padding-top: 15px;
}

.blog-blocks .blog-disc h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.blog-blocks .blog-disc span.blog-discription {
	font-size: 14px;
}

.blog-blocks.row {
	margin: 16px 0 !important;
}

.blog-c {
	text-align: right;
}

.blog-close {
	/*background: url(../images/blog-close.png) no-repeat !important;*/
	width: 27px !important;
	height: 27px !important;
	margin: 0 -12px 0 0;
	padding: 0;
	border: none !important;
	border-radius: 0;
	position: relative;
	top: 14px;
	z-index: 9;
}

.item-username {
	position: absolute;
	z-index: 3;
	bottom: -25px;
	width: 100%;
	left: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.caption-text h2 {
	font-weight: bold;
}

/*view petition css*/
.sup-wrap{background: #dcaf26;padding: 15px;color: #fff;}
.sup-wrap .progress{margin-bottom:5px; margin-top:3px;}
.sup-wrap h6{margin-bottom:0px;}

.p-statistics{position:relative;}
.p-social{padding: 15px;border: 1px solid #fff;color: #fff;border-radius: 5px; text-align:center;}
.p-fb{background: #4b7ed6;}
.p-tw{background: #28a9e2;}
.p-li{background: #3d8fb5;}
.p-go{background: #de3638;}


.c-banner-bg{position: relative;height: 450px;width: 100%;background: url(../../../../assets/home/img/contact-banner.jpg) top no-repeat;}
.contact-ban-no {position: absolute;top: 16px;left: 7%;max-width: 700px;}
.contact-ban-no .c-box{display:block; width:100%; margin-bottom:15px; border:1px solid #dcaf26;}
.contact-ban-no span{display:block; width:100%}
.contact-ban-no span:first-child {background: #dcaf26;color: #fff;padding: 10px 20px;font-size: 26px;}
.contact-ban-no span:last-child{padding:20px;}
.contact-ban-no span ul{padding:0px; margin:0px;}
.contact-ban-no span ul li{display: block;margin-bottom: 0px;font-size: 32px;color: #ffffff;list-style: none;line-height: 1.4em;}
			
@media (max-width: 760px) {
 .potential-test-wrap{display:none !important;}

}

.carosel {
	position: relative;
	background-color: #FFF;
}

.carosel-inner {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.carosel-item {
	display: inline-block;
}

.carosel-control {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 51%;
	line-height: 44px;
	text-align: center;
	padding: 0;
	background: rgba(0, 0, 0, 0.2);
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	display: inline-block;
}

.carosel-control-left {
	left: 16px;
	z-index: 1;
}

.carousel-control-right {
	right: 5px;
}

.carosel-control span.glyphicon-chevron-right,
.carosel-control span.glyphicon-chevron-left {
	margin: 0 !important;
}

.carosel-control:active,
.carosel-control:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.details-page-c h1,
.details-page-c h2 {
	/*background:#9b9b9b;*/
	color: #FFF;
	padding: 6px 0;
	margin: 10px 0px;
	font-size: 30px;
	font-weight: bold;
}

.blog-heading {
	color: #666 !important;
	margin-top: 0;
}

.details-page-c {
	overflow: inherit !important;
}


/* search page css */

.dash-board-c {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.dash-board-header {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: table;
	border-bottom: solid 1px #CCC;
}

.dash-board-img {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 80%;
}

.dash-board-title {
	float: left;
	margin: 0;
	padding: 0;
}

.dash-board-watch {
	float: left;
	margin: 0;
	padding: 0;
}

.dash-board-content {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.details-page-c h2 {
	color: #FFF;
	padding: 10px 10px 10px 0;
	margin: 10px 0;
}

.search-listing-content {
	margin: 20px 0 0 0;
	padding: 0;
	display: table;
	width: 100%;
}

.search-heading {
	display: table;
	margin: 0;
	padding: 8px 0 10px;
	width: 100%;
	border-bottom: solid 1px #CCC;
}

.search-heading h1.search-title {
	color: #333;
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	float: left;
	font-size: 26px;
	font-weight: bold;
}

button.backtohome {
	float: right;
	margin: 0;
	padding: 6px 15px;
	width: auto;
	border: solid 1px #FFF;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

button.backtohome:hover {
	color: #e8ae00 !important;
	border: solid 1px #e8ae00;
	padding: 6px 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.search-content {
	width: 100%;
	margin: 20px auto !important;
	padding: 0;
	display: table;
}

.search-blocks {
	display: table;
	margin: 5px;
	padding: 10px;
	border: solid 1px #CCC;
	float: left;
	width: 24%;
}

.search-image {
	min-height: 184px;
	display: block;
	background: #f4f4f4;
	height: 184px;
	width: 100%;
	position: relative;
}

.search-image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.search-blocks .search-image {
	min-height: 184px;
	display: block;
	background: #f4f4f4;
	height: 184px;
	width: 100%;
	position: relative;
}

.search-blocks .search-image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.search-image-heading {
	width: 100%;
	display: block;
	margin: 0;
	padding: 6px 0;
	color: #e8ae00;
	font-weight: 700;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden;
	text-align: left;
}

.search-description {
	min-height: 88px;
	max-height: 88px;
	display: block;
	overflow: hidden;
	text-align: left;
	line-height: 22px;
}

.search-blocks button.readmore {
	display: block;
	background: #e8ae00;
	color: #FFF;
	margin: 8px auto 0;
	text-align: center;
	border: solid 1px #FFF;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.search-blocks button.readmore:hover,
.search-blocks button.readmore:focus {
	background: #FFF;
	color: #333;
	border: solid 1px #e8ae00;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

ul.news_events {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto !important;
	font-size: 16px;
}

ul.news_events li {
	margin: 10px 0;
	border-bottom: solid 1px #CCC;
	padding-bottom: 8px;
}

ul.news_events li a {
	color: #333;
	font-size: 90%;
}

#blogs_modal .modal-dialog .modal-content {
	width: 100%;
	height: 100%;
}


/* Search results modification css - Ashok */

#rounded-corner {
	font-family: inherit !important;
	font-size: 14px !important;
}

#rounded-corner.search-results-wraper {
	margin: 0;
	width: 100%;
}

.article-search-results-wraper {
	margin: 15px 0;
	width: 100%;
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	column-gap: 1em;
}

.search-result-box,
.search-blocks {
	/*display: inline-block;*/
	float:left;
	margin: 0 0 1em;
	width: 100%;
	width: 24%\9;
	padding: 10px;
	border: 1px solid #ddd;
	min-height: 415px;
	/*overflow: hidden;*/
	max-height: 415px;
}

.search-result-box {
	/*padding: 10px;
    border:1px solid #ddd;
    margin: 15px 0;
    min-height: 400px;*/
	margin: 4px;
	max-height: 446px;
}

.search-result-box.col-lg-3 {
	width: 24%;
}

.search-result-box a.readmore {
	text-decoration: none;
	color: #333;
	border: solid 2px #f4ce38;
	padding: 4px 25px;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.search-result-box a.readmore:hover {
	background: #f4ce38;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.social-media .hi-icon-wrap .hi-icon {
	outline: 0;
	border: 0;
}

.social-media .hi-icon-wrap .hi-icon-mobile {
	color: #3c5a9a;
}

.social-media .hi-icon-wrap .hi-icon-screen {
	color: #00acec;
}

.social-media .hi-icon-wrap .hi-icon-earth {
	color: #dd4c3b;
}

.social-media .hi-icon-wrap .hi-icon-support {
	color: #007bb6;
}

.first-colume .main-menu-nav .menu ul li:first-child::after {
	background: rgba(0, 0, 0, 0) url(../images/home-icon.png) no-repeat;
	content: "";
	height: 30px;
	left: 58px;
	position: absolute;
	width: 30px;
	margin: -10px 0 0 16px;
}

.first-colume .main-menu-nav .menu ul li:first-child:hover::after {
	background: rgba(0, 0, 0, 0) url(../images/home-icon_h.png) no-repeat;
	margin: -10px 0 0 16px;
}

a.more {
	color: #d89c03;
	text-transform: uppercase;
}

a.more:hover {
	color: #FFF;
	text-transform: uppercase;
}


/*#blogs_modal, #events_modal, #exchange_rates_modal, #search_modal {
	top: 17%;
	}*/


/*-----------------------------footer classes starts from here-----------------------------*/

footer {
	width: 100%;
	display: table !important;
	margin: 0;
	padding: 0;
	background: #252525;
	color: #999;
	font-size: 13px;
	line-height: 40px;
	/*position:fixed;
	bottom:0;
	z-index:999;*/
}

footer a {
	color: #999;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

footer a:hover,
footer a:focus {
	color: #dcb03f;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.copyrights {
	float: left;
	padding: 0 4px;
	text-indent: 320px;
}

.footer-menu-pcd {
	float: left;
}

.footer-menu-pcd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu-pcd ul li {
	display: inline-block;
	margin: 0;
	padding: 0 2px;
}

.footer-inner {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.box {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.box-body {
	text-align: justify;
}

.box-body img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 637px;
	width: auto;
}


/*.content_img_caption img, .box-body-img img {
	max-width: 100%;
	max-height:637px;
	width:100%;
	}*/

.box-body-img img {
	max-width: 100%;
	max-height: 637px;
	width: 100%;
}


/*.box-body-img {
	background:#E3E3E3;
	}*/

#home-article-output {
	position: relative;
}

#home-article-output .article-content-c {
	position: absolute;
	padding-right: 0;
}

#home-article-output .article-content-c .overlay-close {
	background: url("../images/article-close.png") no-repeat 0 0;
	display: block;
	height: 35px;
	margin: 10px -41px 0 0;
	width: 35px;
}

#topcontrol {
	background: url(../images/arrow52.png) no-repeat;
	width: 60px;
	height: 54px;
	display: block;
}

#topcontrol img {
	display: none;
}

#search_modal .modal-dialog .box-body .form-group {
	margin-bottom: 0 !important;
}

#search_modal .modal-dialog .text-center .btn.bg-pink {
	display: block;
	margin: 10px auto 0;
}


/* Subscribe page css */

.subscribe-wrapper {
	opacity: 1 !important;
}

.margin0 {
	margin: 0 !important;
}

.mtop0 {
	margin-top: 0;
}

.lts15 {
	letter-spacing: 1.5px;
}

.yellow {
	color: #e8ae00 !important;
}

.red {
	color: #ff0000 !important;
}

.white {
	color: #fff !important;
}

.bg-blue {
	background: #51c6ff;
}

.subscribe-wrapper {
	color: #333;
}

.subscribe-wrapper .subscribe-ban {
	background: #000;
	margin-bottom: 15px;
}

.subscribe-wrapper .subscribe-ban img.img-responsive {
	width:100%;
}

.subscribe-wrapper .subscribe-ban h1 {
	font-weight: 600;
	font-size: 80px;
	line-height: 60px;
}

.bx-shadow {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
}

.subscribe-wrapper .form-box {
	padding: 15px;
	margin-bottom: 15px;
}

/*.subscribe-wrapper form input[type="checkbox"] {
	width: 18px;
	height: 18px;
}*/

.subscribe-wrapper table tr th,
.subscribe-wrapper table tr td {
	text-align: right;
}

.subscribe-wrapper table tr th:first-child,
.subscribe-wrapper table tr td:first-child {
	text-align: left;
}

.subscribe-wrapper table th {
	color: #e8ae00;
}

.subscribe-wrapper table tr {
	background: #000;
	color: #e1e1e1;
}

.subscribe-wrapper table th,
.subscribe-wrapper table td {
	border-top: 1px solid #fff !important;
	padding: 0 5px !important;
}

.subscribe-wrapper .term-box {
	width: 100%;
	height: 226px;
	padding: 10px;
	margin-bottom: 15px;
	overflow-y: scroll;
	background: #fff;
	border: 2px solid #ccc;
}

.subscribe-wrapper .term-box ol {
	padding-left: 15px;
}

.subscribe-wrapper .refund-policy {
	background: #fff;
	padding: 5px 15px;
}

.subscribe-wrapper .refund-policy ol {
	padding-left: 15px;
	word-wrap: break-word;
}

.subscribe-wrapper table .inr-select-option,
.subscribe-wrapper table .usd-select-option {
	/*display:none !important;*/
}

@media (max-width:1199px) {
	.subscribe-wrapper .subscribe-ban h1 {
		font-size: 50px;
	}
}

.third-colume #myCarousel {
	margin-left: -15px !important;
}

.twitter-widget-c iframe.twitter-timeline {
	width: 98% !important;
	margin: 0 auto !important;
	min-width: auto !important;
}

#home-article-output .col-xs-12 {
	position: absolute;
	margin-top: 52px;
}

#home-article-output .col-xs-12 span.overlay-close {
	background: url(../images/article-close.png) no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	margin: -45px -54px 0 0;
	position: relative;
	right: 0;
	z-index: 9999;
}

.blog-img-d {
	float: left;
}

.blog-content-d {
	padding: 10px;
	float: left;
}

.footer-categ .copyrights {
	text-indent: 0;
}

.header-inner {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0px 0 10px;
	background: #000;
	min-height: 80px;
}

.header-inner-c {
	width: 90%;
	margin: 0 auto;
	min-height: 80px;
}

.inner-main {
	min-height: 939px;
	/*display: table;*/
	/*commented for footer height browser issue*/
	margin: 0 auto;
	padding: 0;
	padding-top: 106px;
	width: 90%;
}

.inner-logo {
	float: left;
}

.inner-menu-c {
	float: left;
}

h1.main-title-h {
	text-align: center;
	color: #dcaf27;
	font-size: 24px;
	font-weight: bold;
	margin-top:37px;
}

h1.main-title-h .fa {
	color: #FFF;
	font-size: 34px;
}

.main-title-h img {
	display: inline;
	max-width: none;
}

.inner-menu-c ul.inner-nav-c {
	list-style: none;
	margin: 34px 0 0 20px;
	padding: 0;
}

.inner-menu-c ul.inner-nav-c li {
	margin: 0 0 0 0;
	padding: 0;
	display: inline-block;
}

.inner-menu-c ul.inner-nav-c li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: solid #000 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 10px;
}

.inner-menu-c ul.inner-nav-c li a:hover,
.inner-menu-c ul.inner-nav-c li a:focus {
	color: #dcaf27;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: solid #dcaf27 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.inner-sub-menu {
	float: right;
}

.inner-sub-menu ul.inner-sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inner-sub-menu ul.inner-sub-nav li {
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline-block;
}

.inner-sub-menu ul.inner-sub-nav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.inner-sub-menu ul.inner-sub-nav li a:hover {
	color: #dcaf27;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


/*events page starts from here*/

.events-main-c {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.events-heading {
	width: 100%;
	display: table;
	background: url(../images/event-head-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	height: 53px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.events-heading .fa-calendar {
	font-size: 30px;
	padding-right: 6px;
}

.events-blocks-c {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.events-blocks {
	width: 100%;
	display: table;
	margin: 10px 0;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.events-blocks:nth-child(odd) {
	background: #f5f5f5;
}

.events-blocks:nth-child(even) {
	background: #fffdee;
}

.events-blocks h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
}

.events-blocks h2 a {
	color: #dcb03f;
}

.events-desc p {
	font-size: 16px;
	color: #333;
}

.events-t-d-c {
	width: 100%;
	margin: 0;
	padding: 8px 0 0;
	display: table;
	border-top: solid #dddddd 1px;
	text-transform: capitalize;
	font-size: 15px;
}

.events-time-c {
	float: left;
	margin: 0;
	padding: 0;
}

.events-date-c {
	float: right;
	margin: 0;
	padding: 0;
}

.events-t-d-c .fa {
	color: #dcb03f;
	font-size: 20px;
	margin-right: 4px;
}

.events-time-c .event-start-time,
.events-time-c .event-end-time {
	display: inline-block;
	margin-right: 8px;
}

.events-date-c .event-start-date,
.events-date-c .event-end-date {
	display: inline-block;
	margin-right: 8px;
}

.events-date-c .fa {
	font-size: 18px;
}

.events-inner-main {
	width: 96%;
	display: table;
	margin: 0 auto;
	padding: 0;
}

h2.events-inner-title {
	color: #dcb03f;
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: solid #dddddd 1px;
}

.events-inner-t-d {
	width: 100%;
	display: table;
	margin: 10px 0;
	padding: 0;
	font-size: 15px;
}

.events-inner-t-d .fa {
	color: #dcb03f;
	margin-right: 4px;
	font-size: 18px;
}

.events-inner-t-d .events-inner-time-c,
.events-inner-t-d .events-inner-date-c {
	float: left;
	margin-right: 20px;
}

.events-inner-t-d .events-inner-time-c .events-inner-start-time,
.events-inner-t-d .events-inner-time-c .events-inner-end-time,
.events-inner-t-d .events-inner-date-c .events-inner-start-date,
.events-inner-t-d .events-inner-date-c .events-inner-end-date {
	float: left;
	display: block;
	margin-right: 12px;
}

.events-inner-desc {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

a.back-to-events {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: solid 1px #dcb03f;
	color: #dcb03f;
	padding: 8px 20px;
	margin: 10px auto;
	display: table;
	line-height: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a.back-to-events:hover,
a.back-to-events:focus {
	color: #333;
	border: solid 1px #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.edaily-form {
	background: #fafafa;
	margin: 50px auto 0;
	padding: 40px;
	width: 36%;
	font-size: 16px;
	border: solid 1px #bababa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.edaily-form label,
.edaily-form input {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

.edaily-form label {
	width: 100%;
	font-weight: normal !important;
}

.reason-text label {
	width: 100%;
}

.reason-text textarea {
	resize: none;
	min-height: 150px;
	width: 100%;
	border: solid 1px #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
}

.edaily-form input {
	width: 100%;
	border: solid 1px #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
}

.edaily-form input[type="submit"] {
	width: inherit;
}

.edaily-form button {
	background: #dcaf27;
	padding: 10px 20px;
	text-align: center;
	border: 0;
	margin: 0 auto;
	display: table;
	color: #FFF;
}

.edaily-form button:hover {
	opacity: 0.8;
	background: #dcaf27;
	color: #FFF;
}

.events-readmore-b {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.events-readmore-b a {
	color: #d14c4d;
	border: solid 1px #d14c4d;
	background: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: table;
	line-height: normal;
	padding: 8px 20px;
	margin: 10px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.events-readmore-b a:hover,
.events-readmore-b a:focus {
	text-decoration: none;
	border: solid 1px #d14c4d;
	color: #FFF;
	background: #d14c4d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#member-register button.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	opacity: 0.4;
	line-height: 24px;
	z-index: 1;
}

#msform .form-control {
	padding: 3px 8px;
	font-size: 18px;
}

#msform .checkbox,
#msform .radio {
	font-size: 18px;
	text-align: left;
}

#msform .input-group-addon {
	font-size: 18px;
}

#msform input[type="file"] {
	font-size: 14px;
	padding: 5px 8px;
}

#msform {
	text-align: center;
	position: relative;
	color: #333;
}

#msform section {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	/*stacking sections above each other
	position: absolute;*/
}


/*Hide all except first section*/

#msform section:not(:first-of-type) {
	display: none;
}

#msform .action-button {
	width: 100px;
	background: #f1ce55;
	font-weight: bold;
	color: #333;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #f1ce55;
}

#msform textarea {
	resize: none;
}

#msform .checkbox,
#msform .radio {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

#msform .checkbox label,
#msform .radio label {
	float: left;
	margin: 0;
}

#msform .checkbox label input {
	width: 18px;
	height: 18px;
	margin-left: 0;
	position: inherit;
}

#msform .radio label input {
	width: 16px;
	height: 16px;
	margin-left: 0;
	position: inherit;
	margin-right: 5px;
}

#msform .input-buyer,
#msform .input-seller,
#msform .company-next {
	display: none;
}

#msform .buyer-seller {
	margin-bottom: 15px;
}

#msform .buyer-seller > div {
	background: #f5f5f5;
	padding: 8px 12px;
}


/*headings*/

.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
	/*CSS counters to number the steps*/
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	width: 33.33%;
	float: left;
	font-size: 18px;
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	position: relative;
	z-index: 2;
}


/*progressbar connectors*/

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: 1;
	/*put it behind the numbers*/
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

#progressbar li.active {
	font-weight: 600;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #f1ce55;
	color: #333;
}

.inner-banner-c {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 10px;
}

.inner-banner-c img {
	width: 100%;
}

.profile-form-c {
	display: table;
	width: 50%;
	margin: 0;
	padding: 25px 0 30px;
	float: left;
}

.profile-form-c form ul li a {
	text-align: center;
}

.profile-form-c form ul li.current a {
	background: #dcaf27 !important;
}

.profile-form-c form ul li.done a {
	background: #f2dc99 !important;
}

.profile-form-c form ul li a span.number {
	font-size: 14px !important;
	background: #FFF;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #000;
	padding: 0;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
}

.profile-form-c form ul li.first.current a:hover {
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.profile-form-c input[type="submit"],
.profile-form-c button {
	border: 0 !important;
	padding: 10px 15px !important;
	background: #dcaf27 !important;
	font-size: 16px;
}

.profile-form-c .wizard > .actions a,
.profile-form-c .wizard > .actions a:hover,
.profile-form-c .wizard > .actions a:active {
	background: #dcaf27;
}

.profile-form-c .wizard > .actions {
	position: static;
}

.details-page-c section.content .box .box-body em,
.details-page-c section.content .box .box-body span {
	display: block;
	padding: 5px 0;
}

.details-page-c section.content .box .box-body p em,
.details-page-c section.content .box .box-body p em span {
	padding: 0;
}

.details-page-c section.content .box .box-body caption {
	display: none;
}

.inner-map-c img {
	display: block;
	width: 100%;
	padding-top: 21%;
}

.inner-page-header {
	display: table;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	background: url(../img/members-border-bg.png) repeat-x 0 bottom;
}

.inner-page-title-name span.title-name {
	background: #000;
	padding: 9px;
	color: #FFF;
	text-align: center;
	display: block;
	position: relative;
	width: 98%;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.inner-page-title-name span.title-name:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #000;
	border-width: 20px;
	margin-top: -20px;
}

.inner-page-header ol {
	background: none;
	line-height: 30px;
	margin-top:0px !important;
	margin-bottom:20px !important;
	padding:8px 15px !important;
}
.inner-page-header ol li, .inner-page-header ol li a{font-size:14px !important;}


.about-inner-links {
	margin: 0 auto;
	width: auto;
	display: table;
}

.about-inner-links a {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #dcaf27;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding: 28px 0 0 0;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: solid 3px #dcaf27;
}

.about-inner-links a:hover,
.about-inner-links a:focus {
	background: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #dcaf27;
	transform: scale(1.5);
	border: solid 3px #FFF;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.about-inner-links a span.animation-img {
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 30px;
}

.about-inner-links a:hover span.animated {
	animation-duration: 2s;
	animation-fill-mode: both;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.about-inner-links a:hover span.bounce {
	animation-name: bounce;
}

span.who-we-are-img {
	background: url(../images/who-we-are.png) no-repeat;
	width: 32px;
	height: 29px;
	display: block;
}

span.vision-img {
	background: url(../../../assets/home/img/vision-mission.png) no-repeat;
	width: 43px;
	height: 28px;
	display: block;
}

span.team-img {
	background: url(../../../assets/home/img/team-icon.png) no-repeat;
	width: 46px;
	height: 22px;
	display: block;
}

.download-btns {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.download-btns span.download-btn {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	width: 205px;
	height: 79px;
	display: block;
	float: left;
}

.download-btns span.download-btn:hover,
.download-btns span.download-btn:focus {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

span.download-windows-btn {
	background: url(../images/download-windows.png) no-repeat;
	margin-right: 10px;
}

span.download-windows-btn:hover,
span.download-windows-btn:focus {
	background: url(../images/download-windows-h.png) no-repeat;
}

span.download-ios-btn {
	background: url(../images/download-ios.png) no-repeat;
}

span.download-ios-btn:hover,
span.download-ios-btn:focus {
	background: url(../images/download-ios-h.png) no-repeat;
}

.openings-data button {
	display: table;
	margin: 0 auto;
	width: auto;
}

.openings-data .panel-default .panel-title a:hover,
.openings-data .panel-default .panel-title a:focus,
.openings-data .panel-default .panel-title a[aria-expanded="true"] {
	text-decoration: none;
	color: #dcaf27;
}

.contact-main-c {
	display: table;
	width: 100%;
	margin: 10px 0;
}

.contact-list {
	display: block;
	float: left;
	overflow: hidden;
	min-height:188px !important	;
}

.contact-list p{font-size:13px; line-height:1.6em;}
.contact-list p a{color:#ab830a;}
.for-quiries{background: #f6f6f6; padding: 15px; border-radius: 5px; border: 1px solid #e8e8e8; margin-top:	0px;}
.location {font-size: 24px; color: #e94234 !important; display: inline-block !important; width: auto;}
.pn a, .pn a:hover, .pn a:active, .pn a:focus, .pn a:active:hover{color:#222;}

.contact-form{background:#f1f1f1; border:1px solid #ddd; padding:15px;}
.contact-form .form-control:focus{border-color:#dcaf26;}

.contact-subscribe {
	width: 100%;
	display: table;
}

.contact-us-main {position:relative;}
.contact-us-main h2{font-size:26px; border-bottom:1px solid #ddd; padding-bottom:7px;}

.contact-us-main .contact-form .help-block{display:none !important;}


.contact-us-main h3{margin-top: 15px; color: #b78d0d; font-weight: bold; font-size: 18px; }

.contact-us-main .pn8{background: #f6f6f6; padding: 5px 0px; border-radius: 4px; margin-top: 10px;}
.contact-us-main .contact-form label {
	display: block;
	width: 20%;
	float: left;
}

.contact-us-main .contact-form input[type="text"],
.contact-us-main .contact-form textarea {
	float: left;
	display: block;
	box-shadow: none;
    height: 45px;
}
.contact-us-main .contact-form textarea{height:auto; resize:none;}

.contact-us-main .contact-form .comment-form {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.contact-us-main .contact-form .comment-form input[type="submit"] {
	margin: 0 auto;
	display: table;
}

.contact-main-c .contact-list a {
	display: block;
}

.second-colume::-webkit-scrollbar,
.first-colume::-webkit-scrollbar {
	width: 5px;
}

.second-colume::-webkit-scrollbar-track,
.first-colume::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.second-colume::-webkit-scrollbar-thumb,
.first-colume::-webkit-scrollbar-thumb {
	background-color: #dcb03f;
	outline: 1px solid slategrey;
}

#navbar {
	display: table;
	font-size: 14px;
}

#navbar ul.navbar-c {
	list-style: none;
	margin: 0px 0 0;
	padding: 20px 10px 10px 10px;
}

#navbar ul.navbar-c li {
	margin: 0 0px 10px 0;
	display: block;
	float: left;
	background: #FFF;
	padding: 4px 5px;
	text-align: center;
	border-right: solid 1px #000;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#navbar ul.navbar-c li:hover,
#navbar ul.navbar-c li:focus {
	background: #dcb03f;
}

#navbar ul.navbar-c li a {
	color: #000;
}

#navbar ul.navbar-c li a:hover,
#navbar ul.navbar-c li a:focus {
	color: #FFF;
	text-decoration: none !important;
}

#navbar ul.navbar-c li.active {
	background: #dcb03f !important;
}

#cnt {
	font-size: 14px;
}

#cnt ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

#cnt ul li {
	margin: 0;
	padding: 5px 0;
	display: block;
}

#cnt ul li a {
	color: #FFF !important;
}

#cnt ul li a:hover,
#cnt ul li a:focus {
	color: #dcb03f !important;
}

.tags-lists {
	background: #fff none repeat scroll 0 0;
	display: table;
	margin: 0;
	padding: 0 0 7px;
	width: 100%;
}

.right-auhtor-date {
	font-size: 14px;
	color: #999;
	font-style: italic;
}

#socialShare a btn {
	-webkit-border-top-left-radius: 8px !important;
	-webkit-border-top-right-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	-moz-border-radius-topright: 8px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

#social_icons {
	background: #5bc0de;
	min-height: 60px;
	padding: 20px;
	position: absolute;
	right: 69px;
	top: 32px;
	width: 169px;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
}

#social_icons a {
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	margin-right: 14px;
}

.tags-lists h2 {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	display: block;
}

.tags-lists b {
	color: #999;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 32px;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.tags-lists ul {
	margin: 6px !important;
	padding: 0 10px !important;
	list-style: none;
	float: left;
}

.tags-lists ul li {
	margin: 6px 6px 0px 0 !important;
	padding: 0;
	display: block !important;
	float: left;
	width: auto !important;
}

.tags-lists ul li a {
	background: #FFF;
	color: #6f6f6f;
	font-size: 12px;
	display: block;
	padding: 3px 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ececec;
}

.tags-lists ul li a:hover,
.tags-lists ul li a:focus {
	background: #e8ae00;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #FFF;
	border: solid 1px #e8ae00;
}

.dash-board-news h1 {
	color: #333;
	border-bottom: solid 1px #CCC;
}

.dash-board-headr {
	display: table;
	width: 100%;
	margin: 30px 0;
	padding: 0;
}

.dash-board-image {
	text-align: right;
	display: block;
}

.dash-board-image img {
	display: inline;
}

.dash-board-image-name {
	margin: 0;
	padding: 0 !important;
	width: 100%;
	display: table;
}

.dashboard-heading a {
	font-weight: normal;
	color: #000;
	font-size: 18px;
}

.dashboard-heading a:hover {
	text-decoration: none;
	color: #dcb03f;
}

.dash-board-image-name h2 {
	color: #333;
	font-weight: 500;
	padding: 0 !important;
}

.dash-board-cnt {
	width: 84%;
	margin: 0 auto;
	padding: 10px;
	display: table;
}

#canvas {
	float: right;
}

.ih-item.circle h2 {
	text-align: center;
	display: block;
	margin: 13px 0 !important;
	padding: 0 !important;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.retrive-items {
	background: #dcb03f;
	color: #fff;
	display: table;
	width: 100%;
	padding: 30px;
	text-align: center;
	margin-bottom: 15px;
}

.retrive-items .fa {
	vertical-align: middle;
	padding: 0 3px;
	/* Just making it pretty */
	color: #000000;
	font-family: Helvetica, Arial Black, sans;
	font-size: 48px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.retrive-items .fa:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	transition: all 0.3s ease 0s;
}

.retrive-items a {
	color: #FFF;
}

.retrive-items a:hover,
.retrive-items a:focus {
	text-decoration: none !important;
	color: #FFF;
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

#career-form .box-body .form-group {
	display: table;
	width: 100%;
}

#career-form button#sub {
	background: #dcaf27;
	border: none;
	display: table;
	float: none !important;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 120px;
}

#apply .career-bg {
	background: #e2a44a;
}

#career-form label {
	font-weight: normal;
	white-space: nowrap;
}

#contact .form-group {
	width: 100%;
	display: table;
}

.strategic-allnces-c {
	margin-bottom: 0px !important;
}

.ges_ads_wrapper{position:relative; margin: 5px 0px 15px 0px; background: #fff; padding: 10px; border: 1px solid #ddd;}
.ges_ads_wrapper img{width:100%;}

.ads-container {
	display: table;
	width: 100%;
	padding: 0;
}

.ads-container.second-r {
	margin-top: 0;
}

.ads-container.maruthiadd-c .tdi-content {
	width: 102.4%;
}

.maruthiadd img,
.thegreatindia img {
	width: 100% !important;
}

.tdi-content,
.maruti-add-content {
	padding-left: 0 !important;
}

.marquee {
	width: 375px;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.marquee div {
	display: block;
	width: 200%;
	position: absolute;
	animation: marquee 3s linear infinite;
}

.marquee a {
	float: left;
	width: 50%;
}

@keyframes marquee {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}

.strategic-allnces {
	padding-left: 0px !important;
}


/*_::-moz-range-track,
body:last-child .widget-2 img {
	margin-top: 18px;
}*/

.widget-2 .carousel-inner {
	height: auto !important;
}

.widget-3 .textwidget,
.widget-3 .textwidget img {
	width: 100%;
}

.widget-6 {
	margin-top: 0px;
}

.widget-6 p {
	font-weight: bold;
}

.widget-6 .textwidget {
	background: #f6f6f6;
	width: 98%;
	margin-left: 20px;
}

.widget-6 .marquee1 {
	padding: 0 16px;
}

.widget-6 .marquee1 div {
	height: 138px !important;
	width: auto !important;
}

.widget-6 .marquee1 div img {
	vertical-align: middle !important;
	display: block;
	padding: 18px 5px 0 0;
}

.widget-12 {
	width: 102.4%;
}

.details-page-c section.content .box-body blockquote {
	padding: 10px 0;
	margin: 0;
	background: url(../images/quote-1.png) no-repeat left;
	border: 0;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #999;
	font-style: italic;
}

.details-page-c section.content .box-body blockquote p {
	padding: 0;
	margin: 0;
	background: url(../images/quote-1-2.png) no-repeat right;
}

p.advertise-title {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 14px;
}

.main-nosplit_html p,
.widget-12 p {
	margin-top: 0px;
}

.main-menu-trigger {
	width: 38px;
	height: 28px;
	padding: 5px;
	border: 1px solid transparent;
	position: fixed;
	top: 30px;
    right: 25px;	
	z-index: 2;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-trigger:hover {
	border: 1px solid #dcaf27;
	background: #fff;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-trigger img {
	display: block;
}

.main-menu-wrap .close-bt {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.main-menu-wrap {
	width: 100%;
	max-width: 350px;
	height: 100%;
	position: fixed;
	padding: 15px 20px;
	top: 0;
	right: -350px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.85);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.main-menu-wrap.open {
	right: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.main-menu-wrap ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.main-menu-wrap ul li {
	width: 100%;
	float: left;
	padding: 8px 0;
	line-height: 34px;
}

.main-menu-wrap ul li a .fa {
	font-size: 22px;
	margin-right: 6px;
}

.main-menu-wrap ul li:hover a .fa {
	transform: scale(1);
}

.main-menu-wrap ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.main-menu-wrap ul li a:hover,
.main-menu-wrap ul li a:focus {
	color: #dcaf27;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 5px;
}

.main-container .logo {
	position: fixed;
	top: 0;
	left: 15px;
	z-index: 1;
}

div.logo {
	display: none !important;
}


/* Magazine Detail page css*/

.magazine-detail-page .detail-banner {
	margin-bottom: 15px;
	margin-top: 15px;
}

.magazine-detail-page .category {
	text-transform: uppercase;
	color: #DCAF27;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.magazine-detail-page .category-description {
	margin-bottom: 15px;
}

.magazine-detail-page .category-description p {
	margin-bottom: 10px;
}

.magazine-detail-page .you-may-also {
	margin-bottom: 15px;
}

.magazine-detail-page .you-may-also h4 {
	padding: 10px 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #DCAF27;
	font-weight: 600;
	letter-spacing: 1.5px;
	border-top: 2px solid #DCAF27;
	border-bottom: 2px solid #DCAF27;
}

.magazine-detail-page .you-may-also a {
	color: #333;
}

.magazine-detail-page .you-may-also a:hover {
	color: #DCAF27;
}

#tdbcal .form-group input[type="submit"],
#askaquest input[type="submit"] {
	background: #dcaf27;
	border: 0 none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
	padding: 0 20px;
	text-shadow: none;
	transition: all 0.3s ease 0s;
}

.has-feedback label ~ .form-control-feedback {
	top: 30px !important;
}

.foreign-trade-c ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foreign-trade-c ul li {
	padding: 18px 0;
	margin: 2px 0;
}

.foreign-trade-c ul li:nth-child(odd) {
	background: #f8f8f8;
}

.foreign-trade-c ul li:nth-child(even) {
	background: #fffcf2;
}

.foreign-trade-c ul li a {
	color: #333;
	padding: 0 0 0 20px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.foreign-trade-c ul li a:hover,
.foreign-trade-c ul li a:focus {
	text-decoration: none;
	color: #dcaf27;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding-left: 30px;
}

.foreign-trade-c ul li a .fa {
	font-size: 25px;
	padding-right: 10px;
	vertical-align: middle;
	color: #dcaf27;
}

.inner-content-c-i {
	display: table;
	margin: 0 auto !important;
	width: 100%;
}

a.more-circlulars {
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #dcaf27;
}

a.more-circlulars:hover,
a.more-circlulars:focus {
	color: #dcaf27;
}

.content_img_caption {
	text-align: center;
	font-style: italic;
	color: #666;
	font-size: 15px;
}

#subscription_form .inr-group-table h3 {
	margin-bottom: 25px !important;
}

#subscription_form small[data-fv-for="subscribe"] {
	color: #F00;
	position: absolute;
	top: 23px;
	text-align: center;
	display: block;
	width: 100%;
}


/* Ask Questions Css */

.ask-question-wrap {
	display: table;
}

.ask-question-wrap .faq {
	background: #f9f9f9;
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	word-break: break-word;
}

.ask-question-wrap .faq p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: #fff;
	padding: 6px 10px;
	border: 1px solid #ddd;
}

.ask-question-wrap .faq p span.qtn {
	color: #333;
	font-weight: 600;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.ask-question-wrap .faq p span strong {
	color: #D8AE29;
}

.ask-question-wrap .faq + a.continue {
	margin-bottom: 15px;
	display: inline-block;
}

.ask-question-wrap .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: -15px;
	opacity: 1;
	margin: 0;
}

.ask-question-wrap .form-group {
	margin-right: 0;
	margin-left: 0;
}

#multiphase .form-group {
	display: table;
	width: 100%;
	margin: 15px auto;
	font-size: 14px;
}

#multiphase .form-group.border {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 15px;
}

#multiphase .buyer-seller {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 15px;
}

#multiphase .buyer-seller:first-child {
	margin-bottom: 15px;
}

#multiphase section {
	padding-top: 0;
}

img.world-map-img {
	display: none;
}

.pls-suggest-form {
	margin: 0 auto;
	float: none !important;
}

#search_form button {
	background: #dcaf26;
	border: none;
	outline:none;
}

.articles-advertise-section {
	width: 97.3%;
}

.articles-advertise-section .search-result-box a.readmore {
	display: table;
	margin: 10px 0;
	padding: 2px 8px;
	font-size: 12px;
}

.article-search-heading {
	display: table;
	width: 100%;
	padding: 5px 0;
}

.article-search-heading h1,
.exim-startup-right h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	width: 100%;
	margin: 20px 0 5px 0;
	padding: 0;
	text-align: center;
}

.exim-startup-right h1 {
	margin: 0 0 10px 10px;
	text-align: center;
}

.article-search-results-wraper.articles-advertise-section {
	margin: 0;
	width: 100%;
}

.articles-advertise-section .search-result-box {
	margin-bottom: 13px;
	margin-left: 0;
	min-height: 282px;
	max-height: 282px;
}

.intro-section {
	color: #000;
	display: block;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 15px;
}

.details-page-c .content p {
	margin: 0 0 16px;
}

.ads-container.maruthiadd-c {
	padding: 0px 0 15px;
}

.ads-container.maruthiadd-c .tdi-content .tdi-ad {
	margin-bottom: 12px;
	margin-top: 12px;
}

.main-nosplit_html {
	margin: 0px 0;
}

.maruthiadd {
	margin-bottom: 2px;
}

.box-inner-content {
	display: table;
	margin: 0 auto;
	width: 94%;
	padding: 0;
}

.box-inner-content em {
	display: inline-block;
}

.exim-startup {
	height: 650px;
	overflow: auto;
}

.exim-startup::-webkit-scrollbar {
	width: 5px;
}

.exim-startup::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exim-startup::-webkit-scrollbar-thumb {
	background-color: #dcb03f;
	outline: 1px solid slategrey;
}

.exim-startup ul {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: justify;
}

.exim-startup ul li {
	margin: 0px 0;
	border-bottom: solid 1px #DDD;
	padding: 10px;
}

.exim-startup-right #eximstart {
	width: 94%;
	margin: 0 auto;
}

.exim-startup-right #eximstart .checkbox {
	display: table;
}

.exim-startup-right #eximstart .checkbox label {
	margin: 5px 0;
}

.eximstart-text-c label {
	padding: 0;
	font-size: 15px;
	margin: 5px 0;
}

.exim-startup-right .proj-div {
	display: table;
	margin: 8px 0;
	cursor: pointer;
	color: #dcb03f;
}

.exim-startup-right #exim_info_submit {
	margin: 0 auto;
	display: table;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #FFF;
	padding: 10px 35px !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.exim-startup-right #exim_info_submit:hover {
	background: #000 !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.red-color {
	color: #f00;
}

.tdb-color {
	color: #dcb03f;
}

.terms-box {
	padding: 10px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	display: none;
	margin-bottom: 20px;
}

.terms-box.open {
	display: block;
}

.terms-box > div {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

.multiple-c,
.dont-have {
	padding: 10px 0;
	display: block;
	font-size: 15px;
	font-style: italic;
}

.news-section-c .panel-default > .panel-heading {
	padding: 10px;
	font-family: 'Oswald', sans-serif;
}

.main-slider-news {
	width: 99% !important;
}

.ads-container .widget-2,
.ads-container .widget-3,
.ads-container .widget-13 {
	float: left;
	width: 32.5%;
	display: block;
	margin-right: 1.2%;
	margin-bottom: 12px;
	max-height: 386px;
	overflow: hidden;
}

.ads-container .widget-2 img,
.widget-7 img.iceburg {
	width: 100%;
}

.ads-container .widget-13 {
	margin-right: 0;
}

.article-search-results-wraper.articles-advertise-section .search-image {
	height: 74px;
	min-height: 74px;
}

a.automodal-close {
	display: table;
	float: right;
	position: relative;
	left: -28px;
	z-index: 9;
	margin-top: 5px;
}

#auto_modal {
	top: 30%;
}

span.da-slide-point {
	display: table;
	background: url(../images/da-slider-list-img.png) no-repeat left 7px;
	padding-left: 18px;
	line-height: normal;
	padding-bottom: 10px;
	line-height: 22px;
}

.article-search-results-wraper.articles-advertise-section .search-description {
	font-size: 15px;
}

.first-colume nav {
	padding-top: 0;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.form-group i.fa-spin {
	top: 10px;
	right: 20px;
}

.comments-wrapper {
	width: 50%;
	border-top: solid 1px #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.comments-wrapper h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	color: #000;
}

.comment-item {
	display: table;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.comment-img {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
}

.comment-img .fa {
	font-size: 33px;
	color: #383836;
	text-align: center;
	display: block;
}

.comment-desc {
	float: right;
	margin: 0 0 0 10px;
	padding: 6px;
	border: solid 1px #CCC;
	width: 90%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-form {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	display: table;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
	padding: 10px;
	resize: none;
	height: 80px;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-form input[type="text"] {
	width: 100%;
	margin: 11px 0;
	padding: 8px 10px;
	background: #FFF;
	border: solid 1px #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-form input[type="submit"] {
	float: right;
	color: #FFF;
	background: #dcb03f;
	border: 0;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	height: 40px;
	cursor: pointer;
}

.comment-heading strong {
	color: #dcb03f;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 6px;
	display: inline-block;
}

.comment-time {
	color: #cccccc;
	font-style: italic;
	font-size: 15px;
	height:45px;
}

.comment-reply a {
	color: #5bc0de;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
}

.comment-reply a:hover {
	text-decoration: underline;
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #d9d9d9;
}

.arrow_box:after,
.arrow_box:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 8px;
	margin-top: -8px;
}

.arrow_box:before {
	border-color: rgba(217, 217, 217, 0);
	border-right-color: #d9d9d9;
	border-width: 9px;
	margin-top: -9px;
}
.article-popupscroll {
	width:95%;
	max-width:350px;
	position:fixed;
	text-align:left;
	right:-100%;
	bottom:40px;
	z-index:1;
	padding:10px;
	font-size:14px;
	background:#000;
	color:#fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.5);
}
.article-popupscroll.show {
	right:0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;	
}
.article-popupscroll .close {
	position:absolute;
	top: -10px;
    right: 8px;
	padding:0 !important;
	opacity:1;	
	color:#d2af24;
	background:#fff;
	border-radius:25px;
}
.article-popupscroll .close:hover, .article-popupscroll .close:focus {
	color:#d2af24;
	opacity:1;
}
.article-popupscroll p {
	margin:0 0 5px !important;
	font-size:12px;
}
.article-popupscroll a {
	color:#dcb03f;
}
.article-popupscroll a:hover, .article-popupscroll a:focus {
	color:#fff;
}
.article-popupscroll img {
	float:left;
	margin-right:10px;
	width:80px !important;
	max-height:90px;
	border:1px solid #fff;	
}
#social_icons1 {
	position: fixed;
	right: 1px;
	z-index: 9;
	top: 55%;
	background: #fff;
	width: 40px;
}

#social_icons1 {
	display: block;
	float: none;
}

#social_icons1 a {
	text-decoration: none;
}

#social_icons1 a .fa {
	font-size: 18px;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 10px;
	background: #CCC;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#social_icons1 a .fa:hover {
	background: #d2af24;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#social_icons1 a .fa-twitter {
	background: #35ccff;
}

#social_icons1 a .fa-facebook {
	background: #3d6299;
}

#social_icons1 a .fa-google-plus {
	background: #dd4c3b;
}

#social_icons1 a .fa-linkedin {
	background: #3272bd;
}

#social_icons1 a .fa-whatsapp {
	background: #1ebea5;
}

.exim-feature-table table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.exim-feature-table table tr {
	background: inherit;
	color: inherit;
}

.exim-feature-table table tr td {
	padding: 10px 25px 10px 8px !important;
	position: relative;
	border: 1px solid #ddd !important;
}

.exim-feature-table table tr td .qt-mark {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	margin-top: -12.5px;
	top: 50%;
	right: 0;
	cursor: pointer;
	background: url("../images/question.png") right center no-repeat;
}

.exim-feature-table table tr td .qt-desc {width: 100%;height: auto;display: none;	white-space: initial;position: absolute;left: 0;bottom: 95%;padding: 12px 15px;	font-size: 14px;background: #000;color: #fff;border-radius: 10px;}
.exim-feature-table table tr td .qt-desc:after {content: "";position: absolute;	right: 15px;bottom: -8px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #000;}
#subscribe_modal  .modal-footer{display: table;width: 100%;}
.success {padding: 0 300px 10px 29px; text-align: center; color: #093;}
.error {padding: 0 300px 10px 29px; text-align: center; color: #ff0000;}
.no_result{text-align: center; padding: 50px; color: #ff0000;}

/*Added Global Menu on Top Right Side in NEWS Page*/
.onclick-menu-background {opacity:0.3; background:#161616 !important; padding:3px 5px 1px !important; border-radius:3px; color:#fff !important; }
.onclick-menu-background:hover {opacity:1; background:#161616 !important; padding:3px 5px 1px; border-radius:3px; color:#dcaf27 !important; }
.onclick-menu {position: fixed;display: inline-block; color:#dcaf27; top:35px; right:23px; cursor:pointer; z-index:2; }
.onclick-menu-content {position: fixed;background:#fff;width:300px; height:71%; max-height:660px; top:66px; right:19px; display:none; padding:2px; z-index:4;
	  -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc;  border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.onclick-menu-content a { width:90px; height:100px; display: inline-block; vertical-align:top; padding: 15px 10px; clear: both; font-weight: normal; line-height: 15px; color: #333; text-align:center; font-family:"Trebuchet MS"; font-size:12px; text-decoration:none;}
.onclick-menu-content a img{ width:auto; height:45px;}
.onclick-menu-content a span {display:block;}
.onclick-menu-content a:hover{background-color: #f5f5f5;}	
a.menu-contact{ width:100%; height:auto; background:#f5f5f5; color:#333; float:left; padding:5px;  text-align:center; font-family:"Trebuchet MS"; font-size:12px; display:block; margin-top:5px;}
.newloginbtn{ background:#b39005; color:#fff; padding:7px; border-radius:3px; width:auto; text-transform:uppercase; font-size:11px; text-align:center; text-decoration:none !important; font-weight:bold; position: fixed; right: 63px;top: 34px;z-index: 4;width: 121px; line-height:normal;}
.newloginbtn:hover{ color:#fff;}
.testimonial-seller-info {padding:15px;margin-bottom:15px;border:1px solid #b39005;
border-radius:4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);background:#fcf8e3;	word-wrap: break-word;}
.testimonial-seller-info h4 {margin:0 0 10px 0;padding:5px;color:#fff;background:#b39005;}
.testimonial-seller-info strong {font-weight:600;}
.testimonial-seller-info img{max-width:150px;display:inline-block;margin-bottom:0;}

.arabic .inner-page-title-name span.title-name:after{transform: rotate(180deg); right:100%; left:auto;}


@media (max-width:1366px){
	.for-quiries p{font-size:13px;}
}

@media (max-width:1279px){
	.contact-ban-no{width:auto; max-width:100%; left:30px;}
	.contact-ban-no .c-box{width:auto; margin-right:10px; float:left; }
	.contact-ban-no span:first-child{width:auto; font-size:18px;}
	.contact-ban-no span ul li{font-size:18px;}
	.c-banner-bg {position: relative;height: 283px;	width: 100%; background-size: cover;}
	
}


@-moz-document url-prefix(){
	.search-result-box, .search-blocks {
		display:inline-block;
		float:inherit;	
	}
}
.ie10 .article-search-results-wraper{column-count: auto;}

.gap_cntrl{margin-bottom:5px;}
/*Career page*/
.career-box-section{height:450px}
.career-bg{position:relative; background:url(../../careers_icons/careers-slider.jpg) no-repeat center center; height:387px; background-size:cover;}
.certified-img{position:absolute; right:50px; top:0px;}
.certified-img img{max-width:227px;}
.talent-banner{position: relative;    background: url(../../../../assets/frontend/home1/img/talent-banner.jpg) no-repeat center center;  height: 387px; background-size: cover;}
.talent-form{padding:30px;margin: 20px auto;border-radius: 16px;max-width: 600px;}
.talent-form h2{margin-top:0px; margin-bottom: 15px;font-size: 22px;}
.talent-form label{color:#333;}
background-size: cover;}
.talent-form .tdb-btn{height:40px !important;}
.career-para-heading{font-family: 'Open Sans', sans-serif; font-size:28px; line-height:30px; text-align:center; color:#606060; font-weight:lighter; margin-top:35px;}
.career-paratext{font-family: 'Open Sans', sans-serif; font-size:22px; text-align:center; color:#606060; font-weight:lighter; margin-top:15px;}
.career-paratext span{font-family: 'Open Sans', sans-serif; font-size:22px; text-align:center; color:#606060; font-weight:900; font-style:italic;}
.career-uploadresume{ background:#d2af24 !important; height:auto;}
.career-box-section{ border:1px solid #e7e7e7; padding:20px; margin-bottom:20px;}
.postion-heading{font-family: 'Open Sans', sans-serif; font-size:18px; text-align:center; color:#606060; font-weight:600;}
.career-box-section p{font-family: 'Open Sans', sans-serif; font-size:14px; text-align:center; color:#606060; height:150px; line-height: 24px;}

.applynow-btn{ padding:10px 20px; background:#363636; color:#fff; font-family: 'Open Sans', sans-serif; font-size:10px; font-weight:bold; border:none; border-radius:4px; display: inline-block;}
.applynow-btn:hover{ padding:10px 20px; background:#434343; color:#fff; font-family: 'Open Sans', sans-serif; font-size:10px; font-weight:bold; border:none; border-radius:4px;  display: inline-block;}
.view-btn{ padding:10px 20px; background:#363636; color:#fff; font-family: 'Open Sans', sans-serif; font-size:10px; font-weight:bold; border:none; border-radius:4px; display: inline-block;}
.view-btn:hover{ padding:10px 20px; background:#434343; color:#fff; font-family: 'Open Sans', sans-serif; font-size:10px; font-weight:bold; border:none; border-radius:4px;  display: inline-block;}

.uploadresume{font-family: 'Open Sans', sans-serif; color:#fff; font-weight:bolder;}
.uploadresume h1{font-family: 'Open Sans', sans-serif; font-size:50px; color:#fff; font-weight:bolder;text-transform:uppercase; margin:30px 0 0 30px;}
.uploadresume h3{font-family: 'Open Sans', sans-serif; font-size:26px; color:#fff; font-weight:lighter;margin:10px 0 0 30px;}
.uploadresume p{font-family: 'Open Sans', sans-serif; font-size:18px; color:#fff; font-weight:100;margin:10px 0 0 30px; line-height:25px;}
.uploadresume-btn{font-family: 'Open Sans', sans-serif; font-size:18px; color:#252525; font-weight:bold;text-transform:uppercase; background:#fff; padding:20px; width:280px; height:66px; border-radius:4px; margin:90px 0 0 0;}

.career-modal-body {padding: 15px; position: relative; background:#d2af24 url(../../careers_icons/modal-bg.png) no-repeat; height:auto; overflow:hidden;}
.career-category-model button.close {border-radius: 0;background:none; color: #4B4B4B; float: none; font-size: 25px; font-weight: normal; height: 40px; line-height: 31px; opacity: 1; position: absolute; right: 2px; top: 9px; width: 50px;}
.career-form-control{background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; display: block; font-size: 14px;  height: 34px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 50%;}

.career-modal-empty{ height:190px;}
.lable-form-text{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#fff; font-weight:bold;}
.submit-btn{ background:#333 !important; font-family: 'Open Sans', sans-serif; font-size:14px; color:#fff; font-weight:bold; width:100% !important; text-transform:uppercase;}
.submit-btn:hover{ background:#434343 !important; color:#fff !important; }
.browse-btn{ background:#fff; color:#000 !important; padding:5px; font-size:14px; }
.career-dropdown{ width:100% !important; font-family: 'Open Sans', sans-serif; font-size:14px; padding:6px; }
.job-desp{ background:#dcaf27; color:#fff !important; padding:10px; text-transform:uppercase; font-weight:bold; font-family: 'Open Sans', sans-serif; }
.modal-header-jobdesp { border-bottom: 1px solid #e5e5e5; min-height: 16.4286px; padding: 5px !important;}

.sucess-alert{ background:#dcaf27 !important; text-align:center; font-family: 'Open Sans', sans-serif; font-size:14px; border-radius:none; color:#fff !important; font-weight:bold; border:none; margin-top:10px; }

@media (max-width:767px){
.career-bg{ background:url(../../careers_icons/careers-slider.jpg) no-repeat center center; height:150px; background-size:cover;}
.career-para-heading{font-family: 'Open Sans', sans-serif; font-size:22px; text-align:center; color:#606060; font-weight:lighter;}
.career-paratext{font-family: 'Open Sans', sans-serif; font-size:16px; text-align:center; color:#606060; font-weight:lighter;}
.career-box-section{ border:1px solid #e7e7e7;}
.uploadresume-btn{margin:14px 10px; height:auto; padding:10px;}
.uploadresume-btn{margin:20px 10px;}
.career-modal-body {padding: 15px; position: relative; background:#d2af24 ; height:auto; margin:0px;}
.career-modal-empty{ height:auto;}
.news-logo img{max-width:77px;}
.inner-page-header ol{margin-bottom:0px !important}
.contact-us-main h2{font-size:18px}
.onclick-menu-content{height:85%; right:10px; }
.c-banner-bg{height:240px;}
.contact-ban-no span ul li{font-size:18px;}
.about-inner-links a{line-height:16px}
.career-box-section, .career-box-section p{height:auto}
.uploadresume h1{font-size:28px}
.contact-ban-no{top:15px; left:15px}
.contact-ban-no span:first-child{padding:4px 10px; font-size:14px}
.contact-ban-no span ul li{font-size:14px}
.contact-ban-no span:last-child{padding:10px !important}
.for-quiries{margin-top:0px; margin-bottom:20px;}
.contact-list{min-height:auto !important}
}	

@media(min-width:767px) {
.blog-img{  position: absolute !important;top: 50% !important;transform: translateY(-50%)!important;}
.blog-bar{	position: relative !important; height:135px;}
}

@media(max-width:991px) {
	.talent-banner{display:none;}
	.talent-form h2{margin-top:0px; margin-bottom: 15px;font-size: 22px;}
}

@media (max-width:479px){
	.c-banner-bg{background-position: -351px 0px;}
}
/* Date picker css for inner pages*/
.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu1.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu1 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu1>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu1>li>a:hover,
.dropdown-menu1>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu1>.active>a,
.dropdown-menu1>.active>a:hover,
.dropdown-menu1>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu1>.disabled>a,
.dropdown-menu1>.disabled>a:hover,
.dropdown-menu1>.disabled>a:focus {
    color: #777;
}

.dropdown-menu1>.disabled>a:hover,
.dropdown-menu1>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu1 {
    display: block;
}
