@charset "utf-8";
/* CSS Document */

a {
	color: #003366;
	font-weight: bold;
}

body {
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	font-size: .8rem;
}

#mainNavbar .navbar-nav .nav-link {
    color: #003366;
}

.text-primary{
	color: #106996 !important;
}

.sidebar-nav .nav-link{
	border-bottom: 1px solid #d9d9d9;
}
.whatup {
	position: fixed;
	top: 40%;
	z-index: 9;
	width: 0;
        left:12px;
}
.whatup ul {
	list-style: none;
	padding: 0;
	-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 i {
	margin-left: 10px;
	color: #1fa67a;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/* border-radius: 50%; */
	width: 25px;
	height: 25px;
	font-size: 20px;
	background: #fff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 3px 3px 0 0;
}
.whatup ul li a {
	color: #fff;
}
.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;
}
.sidebar-nav .nav-link:hover{
	background-color: #e1fff0;
}

.main-content h1{
	font-size: 1.8rem;
}

.main-content h2, .main-content h3{
	font-size: 1.3vw;
	color: #106996 !important;
}

.main-content h4{
	font-size: .9vw;
}

.main-content h5{
	font-size: .6vw;
}

.main-content h6{
	font-size: .3vw;
}
.bell_icon {
                position: fixed;
                border-radius: 3px;
                right: 0px;
                bottom: 63px;
                color: #fff;
                z-index: 99999;
}
.bell_icon img {
                width: 100%;
                max-width: 160px;
                border-radius: 8px;
}

/**custom**/
.cu_fontmenu{
	font-size: .9rem;
}
.cu_fontmenu a{
	color:#007bff!important;
}


/**Get The App css start here**/

    #target .txtspan{color: rgb(14 175 226); }
            #target {
  color: rgb(2 50 86);
  font: 15px arial;
  padding: 10px 5px;
  margin: 10px;
  width: 100px;
  background: #fff;
  z-index:101;
  border-radius:6px;
  right: 0px;
  border: 1px solid #fff; 
  text-align: center;
  box-shadow: 0px 0px 3px #000;
  z-index: 2000;
  top: 440px;
}

#target a{text-decoration:none; margin:0 3px;}
#target p{font-size: 13px; color: rgb(2 50 86); font-weight: 600; }
.a_icon{
        background:rgb(2 50 86);
    text-align: center;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
}
.a_icon_1{background: #f16725;}
.a_icon span .fa{font-size:30px; color:#fff;}
.a_icon p{ color:#fff; padding:6px 0px;}
 
/**====================
      Reachus
===================**/
#feedback {
  color: #fff;
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 2;
  border-top-left-radius: 5rem!important;
  border-bottom-left-radius: 5rem!important;
  padding: .5rem 1rem;
}

.bg-white #feedback {
  top: 7.16rem;
  right: 7.2rem;
}

#feedback div {
  background: #2158b3;
}

.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
  }
}

	.breadcrumbs-v5 {

	  position: relative;

	  z-index: 1;

	  background: url(/assets/img/<?php echo $journal_info_rows->bannerimg; ?>) no-repeat;

	  background-size: cover;

	  background-position: 50% 20%;

	  padding: 80px 0 80px;

	  text-align:center;

	}

	.breadcrumbs-v5 .breadcrumbs-v5-title {

		font-size: 60px;

	}

 

    /**Get The App css end here**/


#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: #106996;
	border-color: #106996;
}
.awards_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}
.mobile_files label {
	display: inline-flex;
}