@charset "utf-8";

/* CSS Document */

body {

	font-family: Georgia, sans-serif;

	font-size: 0.9rem;

}
.cu-a-color {

	color: blue;
}
a {

	color: #ed1c24;

	outline: none;

}

a:focus, a:hover {

	color: #ed1c24;

}

/*== Customized ==*/

header {

	background-color: #e0e0e0;

	border-bottom: 1px solid #bbb;

}



.h2, h2 {

  font-size: 2rem;

}

.h3, h3 {

  font-size: 1.50rem;

}

.h4, h4 {

  font-size: 1.25rem;

}

.h5, h5 {

  font-size: 1rem;

}

.h6, h6 {

  font-size: .9rem;

}



@media (min-width: 768px) {

.main-nav .navbar-nav {

	width: 100%;

	text-align: center;

}

.main-nav .navbar-nav > li {

	float: none;

	display: inline-block;

	margin: 0 3rem;

}

.main-nav .navbar-nav > li.navbar-right {

	float: right !important;

}

.main-nav .navbar-nav > li > .dropdown-menu {

	width: 220px;

}

.main-nav.my_profile .navbar-nav > li {

	float: none;

	display: inline-block;

	margin: 0 26px;

}

}



.navbar-expand-lg.main-nav .navbar-nav .nav-link {

/*    padding-right: .7rem;

    padding-left: .7rem;*/

}



#main-menu .nav-link {

	border: 1px solid transparent;

	color: #555;

	font-weight: bold;
	font-size: 13px;

}

.navbar-light #main-menu .navbar-nav .nav-link:focus, .navbar-light #main-menu .navbar-nav .nav-link:hover {

	color: rgba(0, 0, 0, 1);

}

#main-menu .dropdown.show .dropdown-toggle.nav-link:focus, #main-menu .dropdown.show .dropdown-toggle.nav-link:hover {

	background-color: #fff;

	border-color: #ed1c24;

	border-bottom: none;

	color: #ed1c24;

	position: relative;

	z-index: 1001;

}

#main-menu .dropdown-menu {

	background-color: #fff;

	border-radius: 0;

	border-color: #ed1c24;

	margin-top: -2px;

}

#main-menu .dropdown-item:focus, .dropdown-item:hover {

	background-color: #ee1a24;

	color: #fff;

}

.caret-up {

	width: 0;

	height: 0;

	border-left: 4px solid rgba(0, 0, 0, 0);

	border-right: 4px solid rgba(0, 0, 0, 0);

	border-bottom: 4px solid;

	display: inline-block;

	margin-left: 2px;

	vertical-align: middle;

}

/*=== MetisMenu Demo CSS ===*/

.sidebar {

	display: block;

}

.sidebar-nav {

	border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.sidebar-nav ul {

	padding: 0;

	margin: 0;

	list-style: none;

}

.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {

	outline: none;

}

.sidebar-nav ul li, .sidebar-nav ul a {

	display: block;

}

.sidebar-nav ul li {

	border-top: 1px solid rgba(0, 0, 0, 0.3);

	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;

	font-weight: bold;

}

.sidebar-nav ul a {

	color: #333;

	padding: 0.5rem;

}

.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {

	background-color: red;

	color: #fff;

	text-decoration: none;

}

.stacked-nav .list-group-item-action:focus, .stacked-nav .list-group-item-action:hover {

	background-color: red;

	color: #fff;

	text-decoration: none;

}

.sidebar-nav ul ul a {

	padding: 10px 14px;

	background-color: white;

	border-top: none;

}

.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {

	background-color: red;

	color: #fff;

}

.sidebar-nav-item {

/*padding-left: 5px;*/

}

.sidebar-nav-item-icon {

	padding-right: 5px;

}

/*=== End MetisMenu Demo CSS ===*/



.container-border {

	border-left: #e0e0e0 solid 1px;

	border-right: #e0e0e0 solid 1px;

	padding-top: 10px;

}

.content-grid, .subject-icons {

	overflow: hidden;

}

.content-grid .content-grid-item::before {

	border-left: 1px solid #dadada;

	height: 100%;

	left: -1px;

	top: 0;

}

.content-grid .content-grid-item::after {

	border-bottom: 1px solid #dadada;

	bottom: -1px;

	height: 0;

	left: 0;

	top: auto;

	width: 100%;

}

.content-grid .content-grid-item::before, .content-grid .content-grid-item::after {

	content: "";

	position: absolute;

}

.content-grid .content-grid-item {

	margin: 0;

	padding: 1.5rem 1.5rem 1rem 1.5rem;

	position: relative;

}

.content-grid .content-grid-item img {

	border: 1px solid #e0e0e0;
	display:block;

}
.content-grid .content-grid-item a h6{
	text-align:center;
	
}

/*== Subject Icons ==*/

.nav.subject-icons {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-ms-flex-pack: center !important;

	justify-content: center !important;

	padding-left: 0;

	margin-bottom: 0;

	list-style: none;

}

.subject-icons .nav-link {

	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

	-webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

	transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

	transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

	transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

	display: block;

	padding: 2rem 1rem;

	color: #000;

	position: relative;

	outline: none;

	margin: 1rem 0;

	border-radius: 1rem;

	border: rgba(0,0,0,0.1) solid 1px;

}

.subject-icons .nav-link:focus, .subject-icons .nav-link:hover {

	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);

	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);

	text-decoration: none;

}

.subject-icons .nav-link.disabled {

	color: #868e96;

}

.subject-icons a img {

	max-width: 50px;

	margin-bottom: 1rem;

}

.subject-icons li:hover {

	background-color: #eeeeee;

}

.form-control {

	border-radius: 0px;

}

.btn {

	border-radius: 0px;

}

.btn-danger {

	background-color: #ee1a24;

}

.page-header {

	border-bottom-color: #ee1a24;

}

/*== Journal Home ==*/

.journal-text p {

	color: #3a4b56;

	text-align: justify;

}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {

	background-color: #ed1c24;

	color: #fff;

	text-align: center;

}

.glyph-arrow-right li::before {

	color: #000000;

	font-family: "Font Awesome 5 Free";

	content: "\f0a9";

	font-weight: 900;

	left: 0;

	padding-right: 0.5rem;

	position: relative;

}

.arrow-circle-right a::before {

	color: #ee1a24;

	font-family: "Font Awesome 5 Free";

	font-weight: 900;

	content: "\f0a9";

	left: 10px;

	position: absolute;

}

.arrow-circle-right a {

	margin-left: 20px;

}

.arrow-circle-right a {

	color: #333;

}

.arrow-circle-right a:hover {

	color: #ed1c24;

	text-decoration: underline;

}

.hand-o-right li::before {

	color: #ee1a24;

	content: "\f0a4";

	font-family: Font Awesome\ 5 Free;

	left: 10px;

	position: absolute;

}

.hand-o-right li {

	margin-left: 20px;

}



.caret-right a::before {

	margin-right: 0.5em;

	display: inline-block;

	font-style: normal;

	font-variant: normal;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	color: #ee1a24;

	font-family: "Font Awesome 5 Solid";

	font-weight: 400;

	content: "\f105";

	

}



/*== Journal Home ==*/

.divider li {

	display: inline-block;

	line-height: 16px;

	padding: 0 8px 0 3px;

}

.divider li:not(:last-child) {

	border-right: 1px solid #000;

}

/*== Social Icons ==*/

@font-face {

	font-family: 'si';

	src: url('../fonts/socicon.eot');

	src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),  url('../fonts/socicon.woff') format('woff'),  url('../fonts/socicon.ttf') format('truetype'),  url('../fonts/socicon.svg#icomoonregular') format('svg');

	font-weight: normal;

	font-style: normal;

}



@media screen and (-webkit-min-device-pixel-ratio:0) {

@font-face {

	font-family: si;

	src: url(../fonts/socicon.svg) format(svg);

}

}

.soc, .sidebar-soc {

	overflow: hidden;

	margin: 0;

	padding: 0;

	list-style: none;

}

.soc li, .sidebar-soc li {

	display: inline-block;

 *display:inline;

	zoom: 1;

}

.soc li a {

	font-family: si!important;

	font-style: normal;

	font-weight: 400;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

	overflow: hidden;

	text-decoration: none;

	text-align: center;

	display: block;

	position: relative;

	z-index: 1;

	width: 34px;

	height: 34px;

	line-height: 34px;

	font-size: 18px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	margin-right: 6px;

	color: #ffffff;

	background-color: none;

}

.soc-icon-last {

	margin: 0 !important;

}

.soc-rss {

	background-color: #f26109;

}

.soc-rss:before {

	content: '\e00b';

}

/*== Social Icons ==*/



.sidebar-soc li a {

	font-family: si!important;

	font-style: normal;

	font-weight: 400;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

	-o-transition: .1s;

	-ms-transition: .1s;

	-moz-transition: .1s;

	-webkit-transition: .1s;

	transition: .1s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	overflow: hidden;

	text-decoration: none;

	text-align: center;

	display: block;

	position: relative;

	z-index: 1;

	width: 28px;

	height: 28px;

	line-height: 28px;

	font-size: 16px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	margin-right: 0px;

	color: #ffffff;

	background-color: #ee1a24;

}

.soc-twitter:before {

	content: '\e040';

}

.soc-facebook:before {

	content: '\e041';

}

.soc-googleplus:before {

	content: '\e042';

}

.soc-linkedin:before {

	content: '\e049';

}

.soc-google:before {

	content: '\e067';

}

.footer-soc li a {

	font-family: si!important;

	font-style: normal;

	font-weight: 400;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

	-o-transition: .1s;

	-ms-transition: .1s;

	-moz-transition: .1s;

	-webkit-transition: .1s;

	transition: .1s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	overflow: hidden;

	text-decoration: none;

	text-align: center;

	display: block;

	position: relative;

	z-index: 1;

	width: 30px;

	height: 30px;

	line-height: 30px;

	font-size: 16px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	margin-right: 0px;

	color: #ee1a24;

	background-color: #ffffff;

}

/*== Footer ==*/

footer {

	background-color: #ee1a24;

	color: #fff;

}

.footer-links li {

	display: inline-block;

	line-height: 12px;

	padding: 0 8px;

}

.footer-links li:not(:last-child) {

	border-right: 1px solid #fff;

}

footer a {

	color: #fff;

}

footer a:hover {

	color: #ffffb6;

}

/*== Footer ==*/



/*=== Full Text ===*/

.full-text .dl-horizontal dt {

	width: 24%;

}

.full-text .dl-horizontal dd {

	margin-left: 25%;

}

.full-text .table {

	margin-bottom: 1rem;

}

.full-text ol li {

	margin-bottom: 1rem;

}

.full-text audio, .full-text canvas, .full-text progress, .full-text video {

	width: 100%;

}

.well {

	min-height: 20px;

	padding: 19px;

	margin-bottom: 20px;

	background-color: #f5f5f5;

	border: 1px solid #e3e3e3;

	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);

}

.well blockquote {

	border-color: #ddd;

	border-color: rgba(0, 0, 0, .15);

}

.well-lg {

	padding: 24px;

	border-radius: 6px;

}

.well-sm {

	padding: 9px;

	border-radius: 3px;

}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

	display: block;

	max-width: 100%;

	height: auto;

}



/*======= Content =======*/

.content-block .h1,.content-block h1 {

    font-size: 2rem;

}

.content-block .h2,.content-block h2 {

    font-size: 1.75rem;

}

.content-block .h3,.content-block h3 {

    font-size: 1.5rem;

}

.content-block .h4,.content-block h4 {

    font-size: 1rem;

}

.content-block .h5,.content-block h5 {

    font-size: .75rem;

}

.content-block .h6,.content-block h6 {

    font-size: .5rem;

}

.content-block .h7,.content-block h7 {

    font-size: .25rem;

}

/*****************

	Widget

****************/

.widget{

    outline: 1px solid #fbdada;

    outline-offset: -10px;

}



.widget h4 {

    margin-top: .5rem;

    font-family: 'Lato', sans-serif;

    text-transform: uppercase;

    display: inline-block;

    line-height: 1.5rem;

    border-right: 4px solid #cd2122;

    padding-right: 1rem;

}



/********************

 Sidebar Heading

*******************/

h4.widget-title {

	position: relative;

}

h4.widget-title::before {

    content: '';

    background: #555;

    display: inline-block;

    position: absolute;

    left: 0;

    bottom: 50%;

    width: 100%;

    height: 1px;

    z-index: 0;

}

span.widget-title {

	background: #ec1e27;

	color: #fff;

	display: inline-block;

	font-size: 1.1rem;

	font-weight: 700;

	line-height: 1;

	padding: 5px 13px;

	position: relative;

	text-transform: uppercase;

	transform: skewX(-15deg);

	z-index: 1;

}

/**====================

      Reachus

===================**/

#feedback {

  background: #ed1c24 !important;

  color: #fff;

  position: fixed;

  top: 4.5rem;

  right: 0rem;

  z-index: 1;

  border-top-left-radius: 5rem!important;

  border-bottom-left-radius: 5rem!important;

}



#feedback div {

  background: #ed1c24;

}



.phonering-alo-ph-circle, .reach-us {

  width: 120%;

  height: 120%;

  top: -.5rem;

  left: -2rem;

  position: absolute;

  -webkit-animation: reach-us-anim 1.2s infinite ease-in-out;

  animation: reach-us-anim 1.2s infinite ease-in-out;

  transition: all .5s;

  -webkit-transform-origin: 50% 50%;

  transform-origin: 50% 50%;

  z-index: -1

}



.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {

  -webkit-animation: reach-us-anim 2.2s infinite ease-in-out !important;

  animation: reach-us-anim 2.2s infinite ease-in-out !important

}



@-webkit-keyframes reach-us-anim {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    -webkit-opacity: .1

  }



  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    -webkit-opacity: .5

  }



  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    -webkit-opacity: .1

  }

}



@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0)

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none

  }

}



@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0)

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

    transform: none

  }

}



@-webkit-keyframes fadeOutRight {

  0% {

    opacity: 1

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0)

  }

}



@keyframes fadeOutRight {

  0% {

    opacity: 1

  }



  100% {

    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0)

  }

}



@-webkit-keyframes reach-us-anim {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    transform: rotate(0) scale(.5) skew(1deg);

    opacity: .1

  }



  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    transform: rotate(0) scale(.7) skew(1deg);

    opacity: .5

  }



  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    transform: rotate(0) scale(1) skew(1deg);

    opacity: .1

  }

}



@keyframes  {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    transform: rotate(0) scale(.5) skew(1deg);

    opacity: .1

  }



  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    transform: rotate(0) scale(.7) skew(1deg);

    opacity: .5

  }



  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    transform: rotate(0) scale(1) skew(1deg);

    opacity: .1

  }

}

/**========================

  Career Nav Social Icons

===========================**/

.nav.social-icons{

	font-size: .7rem;

}

.nav.social-icons .fab{

	color: #fff;

}

@media (min-width: 576px){

	.card-columns.reviews {

		-webkit-column-count: 2;

		-moz-column-count: 2;

		column-count: 2;

		-webkit-column-gap: 1.25rem;

		-moz-column-gap: 1.25rem;

		column-gap: 1.25rem;

		orphans: 1;

		widows: 1;

	}

}

/**==================

  open-access-date

====================**/

.open-access-date{

  bottom:.5rem;

  font-weight: 600;

  position: absolute;

  right: 1rem;

}



small.help-block {

   color: #F44336 !important;

}



.confernce-list {

  margin-bottom: 1rem

}

.confernce-list address {

  margin-bottom: 0;

  margin-left: 1rem

}

.confernce-list div {

  display: -ms-flexbox !important;

  display: flex !important

}









/*custom*/



.p_rel{

position:relative;

} 



.p_abo {

    position: absolute;

}
.heading-bullet{position:relative; font-size: 1.2rem;}
.heading-bullet:before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    height: .9em;
    margin-right: 10px;
    border-left: 5px solid #e5e5e5;
}


.cu_roundchip1 {

    bottom: -6px;

    color: #001834;

    text-align: center;

    padding: 12px 0;

    width: 300px;

    right:0px;

}

.cu_roundchip {

    bottom: 9%;

    left: 0;

    color: #001834;

    width: 100%;

    text-align: center;

    padding: 12px 0;

}

.cu_roundchip h5{ font-size: 0.9rem;}

@media only screen and (max-width: 768px) {

.cu_roundchip1 {

    bottom: -5px;

    padding: 0px;

    right: -77px;

   

}

.cu_roundchip1 h5 {

    font-size: 0.6rem;

}

.mediaimg{

	width: 100%;

}

}


.whatup ul{
  list-style: none;
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.whatup ul li{
  display: block;
  margin: 5px;
  background: #1fa67a;
  width: 306px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.whatup ul li:hover{
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: #1fa67a;
}

.whatup ul li a{
  color: #fff;
}
.whatup ul li i {
  margin-left: 10px;
  color: #1fa67a;
  background: #fff;
  /*padding: 10px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  padding: 3px 3px 0px 0;
}
.whatup{
   position: fixed;
 top: 40%;
 z-index: 9;
 width: 0px;
}
.conf-heading {
	margin: 20px;
	background-color: #bdbdbd ;
	padding: 5px 10px;
	color: #fff;
	box-shadow: 0 15px 15px -12px rgba(0,0,0,.3);
	border-left: 5px solid tomato;
}
.conference-info {
	position: relative;
	padding-right: 25px;
	margin-bottom: 20px;
	padding-bottom: 4px;
	background: #e0e0e0;
	box-shadow: 0 0 0 0 transparent,0 0 0 0 transparent,0 1px 0 0 rgba(0,0,0,.12);
	transition: all .3s ease-in-out;
}
.conference-info .infoColumn {
	padding: 8px 10px;
	min-height: 145px;
}
.conference-info:hover {
	background-color: #f2f2f2;
	box-shadow: 0 8px 10px -5px rgba(0,0,0,.3);
}
.conference-info .cityCountry,.conference-info .dates {
	color: #07233B;
}

/****/
.bell_icon {
                position: fixed;
                border-radius: 3px;
                right: 0px;
                bottom: 63px;
                color: #fff;
                z-index: 99999;
				margin-bottom:2%;
}
.bell_icon img {
                width: 100%;
                max-width: 160px;
                border-radius: 8px;
}
#file_name1, #file_name2 {
	visibility:hidden !important;
	max-height: 0 !important;
	width: 10rem !important;
	max-height: 125px;
	margin-right:5px;
}
 
.awards_link{
	width:100%;	
	/*border-color: #00b1e4 !important;*/
	color: #fff !important;
	background-color: #e0a800;
	border-color: #e0a800;
}
.awards_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}
.mobile_files label {
	display: inline-flex;
}
.mobile_files .form-control{
padding-left: 10px;
}
.multi_lang a {
	background: #fff;
	padding: 15px;
}.multi_lang .dropdown-toggle{
	background: #fba405;
	color: #fff !important;
	font-weight: 600;
	padding: 12px 15px;
}
.multi_lang .dropdown-item {
	color: #000;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	font-size:12px;
}
.multi_lang  .dropdown-menu{
	border-radius: 0px;
	margin-top: -1px;
	margin-left: -1px;
	padding-top: 0px;
}
.multi_lang .dropdown-item img {
	width: 20px;
	margin-right: 4px;
}
.multi_lang .dropdown-item:hover {
	color: #fff !important;
}
.multi_lang .dropdown-item:last-child {
	border-bottom: 0px;
	margin-bottom: -8px;
}
.j_multi_lang .dropdown-toggle {
	background: #fba405;
	padding: 8px 14px;
	color: #fff !important;
}
.j_multi_lang {
	padding-left: 8px;
}
.j_multi_lang .dropdown-menu{
	margin-left: 8px;
}
@media only screen and (max-width: 575px) {
	.multi_lang a {
		margin-top: 15px;
		margin-right: 15px;
	}
  }