@charset "utf-8";
/* CSS Document */
body, html {
  overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', sans-serif;
}

a {
    color: #3F51B5;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.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;
}

.play-icon-list a {
    color: #495057;
    position: relative;
    padding: .3rem 1rem;
    padding-left: 1.3rem;
}

.play-icon-list a:hover {
    color: #000;
}

.play-icon-list a::before {
    color: #e53935;
    content: "\e6ad";
    font-family: 'themify';
    position: absolute;
    left: 0;
    transition: transform 0.5s;
}
.lang_journal_list {
	list-style: none;
}
.play-icon-list a:hover::before {
    transform: rotate(360deg);
}


.search-dark.form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-dark.form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-dark.form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-dark.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.alpha-title .page-link {
    border-top: none;
    border-bottom: none;
}

/**********************
  Animation
***********************/
#mainNav .animated.fadeInUp,
#journalNav .animated.fadeInUp {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

/**********************
  Navbar
***********************/

.navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: 400;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-light #journalNav .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

#mainNav .navbar-nav .nav-link {
    /*  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;*/
    color: #000;
}

#journalNav .navbar-nav .active.nav-item::before {
    content: "\f0d8";
    color: #616161;
    font-family: FontAwesome;
    bottom: -1rem;
    font-size: 28px;
    margin-left: -33.5%;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 20px;
}

#pill-menu .navbar-nav .nav-link {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem;
}

#pill-menu .navbar-nav .nav-link:not(:last-child) {
    margin-right: 1rem;
}

#pill-menu .navbar-nav .active>.nav-link,
#pill-menu .navbar-nav .nav-link.active,
#pill-menu .navbar-nav .nav-link.show,
#pill-menu .navbar-nav .show>.nav-link {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
}

.shadow {
    box-shadow: 0 1px 2px #d9dadb;
    transition: all 0.3s ease 0s;
}

.card-buttons .btn:not(:first-child) {
    margin-left: .5rem !important;
}

.card-columns-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

/*--------------------------------------------------
    [DZSParallaxer]
----------------------------------------------------*/
/* Settings */
.divimage {
    background-size: cover !important;
}


/*------------------------------------------------------------------
    [Theme Icons Sizes]
------------------------------------------------------------------*/
/* Extra Small Size */
.theme-icons-xs {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px !important;
}

/* Small Size */
.theme-icons-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 1.4;
    padding: 6px !important;
}

/* Medium Size */
.theme-icons-md {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 1.5;
    padding: 8px !important;
}

/* Large Size */
.theme-icons-lg {
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 1.15;
    padding: 14px !important;
}

.slick-dots li button:before {
    font-size: 10px;
}

/************************************
  Lates Volumes
***********************************/

/******************************************
* Widgets
*******************************************/

.widget {
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
    box-shadow: 0 1px 2px #d9dadb;
}

.widget .widget-heading {
    padding: 11px 20px 8px;
    color: #fff;
    border-bottom: 1px solid #eee;
}

.widget .widget-heading .sort {
    margin-bottom: 0;
}

.widget .widget-heading .sort .form-control {
    margin-bottom: 0;
    padding: 3px 10px;
}

.widget .widget-heading .widget-widgets {
    font-size: 13px;
    line-height: 29px;
    position: relative;
    display: inline-block;
    float: right;
    padding-left: 15px;
    text-align: right;
}

.widget .widget-heading .widget-widgets .divider {
    margin: 0 5px;
}

.widget .widget-heading a {
    display: inline-block;
    color: #f30;
}

.widget .widget-heading a span {
    font-size: 10px;
}

.widget:hover {
    box-shadow: 0 2px 5px #d9dadb;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a,
.tag {
    color: #25282b;
}

.widget .widget-body {
    padding: 20px;
    border-radius: 2px;
}

.card-columns.subject-cards {
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

    .tooltip_j{
        position: relative;
    }
    .tooltip_j:hover .tooltiptext {
        visibility: visible;
    }
    .tooltip_j .tooltiptext {
        width:230px;
        visibility: hidden;
        background-color: #f5f2c4;
        color: #555;
        border-radius: 6px;
        padding: 5px 11px;
        border: 1px solid rgba(0,0,0,.125);
        position: absolute;
        z-index: 100;
        top:100%;
    }

/*******************************
  Sidebar Nav
*****************************
.sidebar-nav {
    margin: 0;
    padding: 0;
    background: #fff;
  overflow: hidden;
}

.sidebar-nav li {
    position: relative;
    list-style-type: none;
    border-bottom: 0;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e6e7eb;
    -o-text-overflow: ellipsis;
}

.sidebar-nav li i {
    font-size: 18px;
    margin-right: 20px;
    padding-right: 10px;
    color: #25282b;
    border-right: 1px solid #e6e7eb;
}

.sidebar-nav li a {
    font-weight: 400;
    line-height: 48px;
    position: relative;
    clear: both;
    overflow: hidden;
    height: 48px;
    padding: 0 56px 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.sidebar-nav li:last-of-type a {
    border-bottom: 0;
}

.sidebar-nav li a:focus,
.sidebar-nav li a:hover {
    outline: 0;
    background-color: #f7f8fa;
    box-shadow: none;
}

.sidebar-nav li a .caret {
    position: absolute;
    top: 23px;
    right: 37px;
}

.sidebar-nav li a .sidebar-badge {
    position: absolute;
    top: 0;
    right: 16px;
}

.sidebar-nav li a:hover {
    background: 0 0;
}


.sidebar-nav .nav-second-level{
  background: #EEEEEE;
  -moz-box-shadow: inset 0 0px 2px #757575;
  -webkit-box-shadow: inset 0 0px 2px #757575;
  box-shadow: inset 0 0px 2px #757575;

}

.sps {
  position: fixed;
  transition: all 0.25s ease;
}
.sps-abv{
  position: fixed;
  top: 16rem;
  transition: all 0.25s ease;
}
.sps-blw{
  position: fixed;
  bottom: 8rem;
  transition: all 0.25s ease;
}
*/

.sidebar-nav .nav-link {
    background-color: #EEEEEE;
    border-radius: .25rem;
    color: #3f51b5 !important;
    font-size: 0.96rem;
    font-weight: 600;
    padding: .6rem 1rem;
}

.sidebar-nav .nav-link:focus,
.sidebar-nav .nav-link:hover {
    background-color: #BDBDBD;
}

.sidebar-nav .nav-link.active {
    background-color: #007bff;
    color: #fff !important;
}

.sidebar-nav .nav-link.active i,
.sidebar-nav.nav-pills .show>.nav-link i {
    color: #fff;
}

.sidebar-nav .nav-link:not(:first-child) {
    margin-top: 0.5rem;
}

.sidebar-nav .nav-link i {
    border-right: rgba(0, 0, 0, .5) solid 1px;
    color: #25282b;
    font-size: 1rem;
    margin-right: .5rem;
    padding-right: .5rem;
}

.sps {
    position: fixed;
    transition: all 0.25s ease;
}

.sps-abv {
    position: fixed;
    top: 16rem;
    transition: all 0.25s ease;
}

.sps-blw {
    position: fixed;
    bottom: 8rem;
    transition: all 0.25s ease;
}

/*****************************
  Subjects Images
*****************************/
.sub-img {
    margin: auto;
    background-color: #000;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sub-img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -o-transform: translate(-50%, -50%);
    /* Opera */
}

/*****************************
  Full Text
*****************************/
.full-text h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

/******************************************
* Info- Icon box
*******************************************/

.item {
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb;
}

.item .box-icon {
    float: left;
    width: 50px;
    height: 50px;
}

.item .box-icon i {
    font-size: 18px;
    float: left;
    margin-right: 15px;
    padding: 16px;
    color: #fff;
    border-radius: 100%;
}

.item .box-info {
    margin-left: 65px;
    color: #333;
}

.item .box-info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.item .box-info h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0;
    color: #a1a3a7;
}

.item .box-info .point {
    font-size: 13px;
    line-height: 26px;
}

.item .box-info .point i {
    padding-right: 5px;
    color: #7ab55c;
}

.item {
    display: block;
    cursor: pointer;
    text-decoration: none !important;
}

/* Icon Featured */
.icon-featured {
    display: inline-block;
    font-size: 0px;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 40px;
    line-height: 110px;
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Featured Box */
.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    position: relative;
    top: -1px;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}

/* Featured Boxes - Flat */
.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    margin: -100px 0 -15px;
    position: relative;
    top: -25px;
}

/* Featured Boxes - Style 3 */
.featured-boxes-style-3 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    padding: 0;
    width: 75px;
    margin-top: -35px;
    background: #FFF;
    border: 3px solid #CCC;
    color: #CCC;
    line-height: 68px;
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
}

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #FFF;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.9);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.9);
    opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
    color: #FFF !important;
}

.featured-box-effect-3:hover .icon-featured:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #0088cc;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #0088cc !important;
}

.featured-box-primary a {
    color: #0088cc;
}

.featured-box-primary .icon-featured {
    background-color: #0088cc;
}

.featured-box-primary .icon-featured:after {
    border-color: #0088cc;
}

.featured-box-primary h4 {
    color: #0088cc;
}

.featured-box-primary .box-content {
    border-top-color: #0088cc;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #0088cc;
    color: #0088cc;
}

/*******************
  Material Forms
*******************/
.bmd-form-group .form-control,
.custom-file-control {
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9rem;
}

.bmd-form-group .form-control:focus,
.custom-file-control:focus,
.bmd-form-group.is-focused .form-control,
.bmd-form-group.is-focused .custom-file-control {
    background-size: 100% 100%, 100% 100%;
    transition-duration: 0.3s;
    box-shadow: none;
}

.bmd-form-group .form-control,
.custom-file-control,
.is-focused .form-control,
.is-focused .custom-file-control {
    background-image: linear-gradient(to top, #009688 2px, rgba(0, 150, 136, 0) 2px), linear-gradient(to top, rgba(183, 28, 28, 1) 1px, transparent 1px);
}

.bmd-form-group select,
.bmd-form-group select.form-control,
.bmd-form-group select.custom-file-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.bmd-form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
}

.bmd-form-group label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0 !important;
}

/**====================
      Reachus
===================**/
#feedback {
    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: #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
    }
}

/**==================
  open-access-date
====================**/
.open-access-date {
    bottom: 8px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: absolute;
    margin-left: 9%;
}

/*==================
  Scroll to Top
====================*/
.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 3rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    white-space: nowrap;
    background: #1c1a17;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    color: #fff;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #fe003c;
    opacity: 1;
}

/*****************************/
/* Shape */
/*****************************/
.back-to-top {
    overflow: visible;
    display: block;
    line-height: 2.5;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 10rem;
}

.back-to-top .back-to-top-svg,
.cd-top .back-to-top-svg {
    fill: #1c1a17;
    transition: none 0s ease 0s;
    height: 100%;
    left: 100%;
    margin: 0;
    position: absolute;
    width: 3em;
    transform: scale3d(1, 1, 1);
}

.cd-top span {
    background-color: #1c1a17;
    display: block;
    overflow: hidden;
    padding: 0.65em 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75em;
    vertical-align: middle;
}

.back-to-top .back-to-top-svg:nth-child(2),
.cd-top .back-to-top-svg:nth-child(2) {
    left: auto;
    right: 100%;
    transform: scale3d(-1, 1, 1);
}

.cd-top:hover .back-to-top-svg {
    fill: #fe003c;
}

.cd-top:hover span {
    background-color: #fe003c;
}

.confernce-list address {
    margin-bottom: 0;
    margin-left: 1rem
}

.confernce-list div {
    display: -ms-flexbox !important;
    display: flex !important
}

/** custom css **/
.p_rel {
    position: relative;
}

.p_abo {
    position: absolute;
}

.cu_roundchip {
    bottom: 22%;
    left: 0;
    color: #001834;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

.cu_roundchip1 {
    bottom: 24%;
    right: 76px;
    color: #001834;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    width: 230px;
}

.cu_roundchip1 h5 {
    font-size: 1.2rem;
}

.cu_left_but {
    width: 89%;
    margin: 0px 0 0 14px;
}

@media only screen and (max-width: 768px) {
    .p_rel {
        width: 100%;
    }

    .cu_roundchip1 {
        bottom: -20px;
        right: -62px;
        width: 100%;
    }

    .cu_roundchip1 h5 {
        font-size: 0.8rem;
    }
}

.alliedacademies_page .cu_bu:before {
    background-image: url(https://www.alliedacademies.org/images/j_li_img1.png);
    width: 12px;
    height: 12px;
    content: "";
    margin-right: 5px;
    display: inline-block;

}

.app-view {
    color: #1d87f4 !important;
    font: 15px arial;
    padding: 10px 5px;
    margin: 10px;
    width: 100px;
    background: #fff;
    border-radius: 6px;
    right: 0;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 3px #000;
    z-index: 2000;
    position: fixed;
    top: 66%;
    height: 100px;
    font-size: 14px;
    font-weight: 500;
}

.app-view i {
    background: #1d87f4 !important;
    text-align: center;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 36px;
    color: #fff;
    margin: 7px 0 0 0;
}
.index-view{
  height: 250px;
  overflow-y:scroll;
}
.index-read-more:hover{
  text-decoration: none !important;
}
#file_name1 , #file_name2 {
	visibility:hidden !important;
	max-height: 0 !important;
	width: 10rem !important;
	max-height: 125px;
	margin-right: 10px;
}
.awards_link{
	width:100%;	
	border-color: #00b1e4 !important;
	color: #fff !important;
	background-color: #dc3545;
	border-color: #dc3545;
}
.awards_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}

.multi_lang a{background:#fff;padding:15px}
.multi_lang .dropdown-toggle{background:#023256;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:0;margin-top:-1px;margin-left:-1px;padding-top:0}
.multi_lang .dropdown-item img{width:20px;margin-right:4px}
.multi_lang .dropdown-item:hover{color:#000!important}
.multi_lang .dropdown-item:last-child{border-bottom:0;margin-bottom:-8px}
.j_multi_lang .dropdown-toggle{background:#023256;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
 }
}