body, html {
  overflow-x: hidden;
}
body {
    line-height: 23px !important;
    font-family: spectral, serif;
    color: #555 !important;
    font-size: 13px;
}

/*header navpart css*/
.header-view {
    border-bottom: 2px solid rgba(34, 36, 38, .15) !important;
    padding: 8px 0 4px 0;
}

.header-links li {
    padding: 0 10px 0 10px;
}

.header-links li a {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #7b7979 !important;
    border-bottom: 4px solid transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2px;
}

.header-links li a:hover {
    color: rgb(65, 117, 5);
    padding-bottom: 2px;
    border-bottom: 4px solid;
    border-color: rgb(65, 117, 5);
    text-decoration: none !important;
}

.own-journal:hover {
    border: none !important;
    padding-bottom: 2px !important;
    border-bottom: 4px solid transparent !important;
}
.cu_roundchip{
    bottom: 30%;
    left: 0px;
    background: #8deaea;
    color: #001834;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    /* right: 8px; */
    padding: 0 15px 0 10px;
    width: 100%;
}
.reader_link{
	width:100%;
	border-left: 4px solid #bdbdbd !important;
	border-color: #00b1e4 !important;
	color: #fff !important;
	background-color: #f66a29;
	border-color: #f66a29;
}
.reader_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}

.custom-dropdown {
    top: 47px;
}

.custom-dropdown li:hover {
    background-color: rgb(242, 242, 242);
}

.custom-dropdown li:hover a {
    color: rgb(65, 117, 5);
}

.custom-dropdown li a {
    padding-bottom: 2px !important;
    border: none !important;
}

.custom-dropdown li a:hover {
    background-color: transparent;
}

.manuscript {
    padding: 0 0 0 30px;
}

.manuscript li a {
    font-size: 13px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    /* padding: 0; */
    background-color: rgb(0, 123, 139);
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

.manuscript li a:hover {
    color: #fff;
    background-color: #ff8080;
    transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    `
}

.manuscript li a:focus {
    color: #fff;
}

.header-links li a:focus {
    color: #1b5781;
}

.toggle-view:focus {
    box-shadow: none;
}

.custom-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #585f69;
    text-shadow: none;
    font-weight: 400;
}

h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 16px;
    line-height: 33px;
}

/*p{
    font-size: 13px;
    text-align: justify;
    line-height: 21px;
}
*/
h3 a {
    color: #585f69;
}

/*header navpart css*/

/*home banner section*/
/*.carousel-section {
    position: relative;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.carousel-section h1 {
    font-size: 45px;
    color: #fff;
}*/

.section-color {
    background: rgb(245, 245, 245);
}

.fa-pencil:before {
    content: "\f044" !important;
    color: #00CCCC;

}

.editor {
    color: #00CCCC;
}

.fa-circle:before {
    content: "\f040" !important;
    color: #FF8080;
}

.reviwer {
    color: #FF8080;
}
.ads_banner img:hover {
	transition: all .3s ease-in-out;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 16px 0px !important;
	cursor:pointer;
}

.fa-font {
    font-size: 40px;
}

.fa-user.fa-font {
    color: #FF9900;
}

.authros {
    color: #FF9900;
}

.caption-flex {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.caption-flex h1 {
    color: #fff !important;
    font-size: 30px;
}

.caption-flex h1,.caption-flex h2 {
    color: #fff !important;
}
.carousel-image .carousel-item img {
    height: 320px;
    object-fit: none;
}

.text-shadow1 {
    text-shadow: 2px 4px 2px #000000;
}

.text-shadow2 {
    text-shadow: 2px 4px 2px #ffffff42;
}

.home-links {
    display: flex;
    justify-content: center;
}

.home-links a {
    color: #fff !important;
    background-color: #FF9900;
    min-width: 20%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 0 12px 0 0;
    border-radius: 4px;
    text-transform: capitalize;
    transition: 1s ease-in-out;
}

.home-links a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff8080;
    transition: 1s ease-in-out;
}

/*home banner section*/

/*home journal part css*/
.journal-nav-list li a {
    color: rgb(65, 117, 5);
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(224, 224, 224) !important;
    border-radius: 3px !important;
    padding: 14px 0 14px 14px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.journal-nav-list li {
    padding: 3px 0 3px 0px;
    position: relative;
    transition: all .3s ease-in-out;
}

.journal-nav-list li .active {
    background-color: #e0e0e0 !important;
    color: #585f69 !important;
    font-size: 15px;
    transition: all .3s ease-in-out;
    font-weight: 600;
}

.journal-nav-list li a:hover {
    text-decoration: none !important;
}

.journal-nav-list li .active:before {
    content: '';
    right: -20px;
    position: absolute;
    height: 0;
    width: 0;
    top: 6px;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #e0e0e0;
    transition: all .3s ease-in-out;
}

.content-tab {
    padding: 0 0 0 30px;
}

.explore-journal-nav a {
    padding: 4px 9px 0 0;
    font-size: 12px;
    color: rgb(65, 117, 5);
}

.explore-journal-paragraph p {
    padding: 1px 0 2px 0;
    font-size: 14px;
    text-decoration: none;
}

.explore-journal-paragraph p a {
    text-decoration: none;
    color: rgb(65, 117, 5);
}

.journal-nav-list-readmore {
    background-color: #6ba439;
    padding: 14px 14px;
    border-radius: 2px;
    transition: 1s ease-in-out;
}

.journal-nav-list-readmore:hover {
    background-color: rgb(0, 123, 139);
    transition: 1s ease-in-out;
}

.journal-nav-list-readmore a {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.journal-nav-list-readmore a:hover {
    text-decoration: none !important;
    color: #fff !important
}

.explore-journal-paragraph p a:hover {
    text-decoration: underline;
}

.fa-file-archive-o:before {
    content: '\f1c6'
}

.discipline a {
    font-size: 16px;
    color: #585f69;
    text-decoration: none;
}

.discipline a i {
    padding: 0 0 0 10px;
}

.volume-flex {
    display: flex;
}

.card-volume-flex {
    flex-direction: inherit;
    width: 100%;
    transition: box-shadow 0.25s ease-in-out 0s;
    cursor: pointer;
    border: 1px solid rgb(227, 227, 227) !important;
    transition: all .3s ease-in-out;

}

.card-volume-flex:hover {
    transition: all .3s ease-in-out;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 16px 0px !important;
}

/*home journal part css*/

/*author publisher section */
.home-public-button {
    background-color: #6ba439;
    border-radius: 2px;
    transition: 1s ease-in-out;
}

.home-public-button:hover {
    background-color: rgb(0, 123, 139);
    transition: 1s ease-in-out;
}

.home-public-button a {
    color: #fff !important;
    padding: 9px;
    border-radius: 0px;
    border-top: 1px solid rgb(227, 227, 227);
    display: flex;
    justify-content: space-between;
    line-height: 22px !important;
    align-items: center;
    text-decoration: none !important;
}

.home-public-button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.border-line {
    border-left: 1px solid #e3e3e3;
}

/*author publisher section */

/*home-journal section*/
.home-journal {
    /*background-color: rgb(235 240 246);*/
    padding: 10px;
    border-radius: 5px;
    margin: 12px 0 0 0;
    background-color: rgb(240, 246, 235);
    /*border: thin solid rgb(255, 255, 255);*/
    border: 2px solid rgba(0, 0, 0, .125);
    width: 100%;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.home-journal:hover {
    transition: all .3s ease-in-out;
    box-shadow: rgb(0 0 0 / 20%) 0px 0 10px 0px;
    cursor: pointer;
    border: 2px solid rgb(107 164 57);
}

.home-journal h5 {
    font-size: 16px;
}

.home-journal h6 a {
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: rgb(65, 117, 5);
}

.home-card-journal {
    padding: 10px 0 0 0;
}

.journla-column-flex {
    display: flex;
}

.abtract-view {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    /*justify-content: space-evenly;*/
}

.abtract-view li {
    padding: 10px 6px 10px 0px;
}

.abtract-view li a {
    text-decoration: none;
    border: 1px solid #6ba439;
    color: #6ba439;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: 1s ease-in-out;
}

.abtract-view li a:hover {
    background-color: #6ba439;
    color: #fff !important;
    border: 1px solid #6ba439;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

.index-card {
    padding: 0;
    background: transparent;
    border: none;
}

/*home-journal section*/

/*journal-page part css*/

.border-bottom-1 {
    border-bottom: 1px solid rgba(34, 36, 38, .15) !important;
}

.journal-view {
    border-top: solid 2px #71747d;
    overflow: hidden;
    padding: 14px 0 0 2px;
    margin-bottom: 25px;
    background: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.journal-view .h-color a {
    text-decoration: none;
}

.journal-view .h-color a:hover {
    text-decoration: underline;
}

.journal-list li a {
    text-decoration: none;
}

.journal-list li a:hover {
    text-decoration: underline;
}

.h-color a,
.journal-list li a {
    color: #71747d;
}

.column-flex {
    display: flex;
}

.column-flex img {
    width: 100%;
}

.sec-pad {
    padding: 25px 0 25px 0;
    background: rgb(245, 245, 245);
}

.journal-heading {
    background-color: rgb(0, 123, 139);
    padding: 25px 0;
}

.journal-heading h1 {
    color: #fff;
}

.journal-heading-issn {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

/*.articles-list {
    list-style: none;
    padding: 0;
}

.articles-list li {
    padding: 12px 0 8px 0;
    border-top: 1px solid rgba(34, 36, 38, .15) !important;
    line-height: 30px;
    clear: both;
}*/
/*.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    float: right;
    margin: 0 0 6px 0;
}*/
/*.journals {
    margin: 1rem 0;
    color: #132347;
    background-color: #132347;
    border: 1px solid #132347;
    opacity: 1;
}*/
/*journal-page part css*/

/*footer css*/
.custom-footer {
    padding: 20px 0;
    background: rgb(13, 41, 52);
}

.custom-footer p {
    color: #eee;
    text-align: justify;
    line-height: 18px;
}

.headline {
    display: block;
    margin: 10px 0 25px;
    border-bottom: 1px dotted #e4e9f0;
}

.custom-footer h1 {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}

.custom-footer address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.link-list a {
    color: #eee !important;
    font-size: 12px;
    padding: 6px 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}
.link-list1 a {
    color: #eee !important;
    font-size: 15px;
    padding: 6px 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
}

.link-list1 li i {
    color: #bbb;
    margin-top: 10px;
        font-size: 18px;
    margin-right: 10px;
}

.custom-footer .link-list li {
    border-bottom: solid 1px #353535;
}

.copyright {
    background: rgb(13, 41, 52);
    border-top: none;
    padding: 10px 0 5px;
}

.copyright p {
    color: #eee;
    margin-top: 14px;
    text-align: center;
}

.map-img {
    background-image: url("../images/map-img.png");
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 60px;
}

/*footer css*/

/*top-to-bottom*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 102;
    background-color: #222;
    border-color: #222;
}

.back-to-top:hover {

    background-color: #006c9e;
    border-color: #006c9e;
    box-shadow: none;
    outline: none;
    color: #fff !important;
}

.back-to-top:active {

    background-color: #f8c300 !important;
    border-color: #f8c300 !important;
    box-shadow: none;
    outline: none;
}

/*top-to-bott
om*/

/*A-Z journal css*/

.journal-az-list li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin: 6px 4px 6px 0px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(65, 117, 5);
    text-decoration: none;
    color: rgb(65, 117, 5);
    /*transition: all 0.3s;*/
    transition: 1s ease-in-out;
}

.journal-az-list li a:hover {
    background-color: rgb(65, 117, 5);
    border: 1px solid rgb(65, 117, 5);
    cursor: pointer;
    color: #fff !important;
    /*transition: all 0.3s;*/
    transition: 1s ease-in-out;
    text-decoration: none !important;
}

.journal-az-list li a.disabled:hover {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

#saerchIcon {
    padding: 10px;
}

#saerchIcon:hover {
    background-color: rgb(65, 117, 5);
    color: #fff;
    cursor: pointer;
}

#jkeyword:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(65, 117, 5);
}

.table-strip-header {
    background-color: rgb(0, 123, 139) !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.journal-az-table tr td {
    padding: 8px 0 8px 12px;
    vertical-align: middle;
}

.az-list-color a {
    text-decoration: none;
    color: rgb(65, 117, 5);
}

.az-more-info li {
    padding: 0 0px 0 8px;
}

.az-more-info li:nth-child(1) a {
    text-decoration: none;
    border: 1px solid #FF9900;
    color: #FF9900;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    transition: 1s ease-in-out;
}

.az-more-info li:hover:nth-child(1) a {
    background-color: #FF9900;
    color: #fff !important;
    border: 1px solid #FF9900;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

.az-more-info li:nth-child(2) a {
    text-decoration: none;
    border: 1px solid #00CCCC;
    color: #00CCCC;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    transition: 1s ease-in-out;
}

.az-more-info li:hover:nth-child(2) a {
    background-color: #00CCCC;
    color: #fff !important;
    border: 1px solid #00CCCC;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

.az-more-info li:nth-child(3) a {
    text-decoration: none;
    border: 1px solid #FF8080;
    color: #FF8080;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    transition: 1s ease-in-out;
}

.az-more-info li:hover:nth-child(3) a {
    background-color: #FF8080;
    color: #fff !important;
    border: 1px solid #FF8080;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

/*A-Z journal css*/

/*fund journal css*/
.fund-list li a {
    text-decoration: none;
    color: rgb(65, 117, 5);
}

.fund-pagination nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fund-pagination nav .pagination .page-link {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*background-color: rgb(65, 117, 5);*/
    border: 1px solid rgb(65, 117, 5);
    color: rgb(65, 117, 5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    align-content: center;
    align-items: center;
}

.fund-pagination nav .pagination .page-link:hover {
    background-color: rgb(65, 117, 5);
    border: 1px solid rgb(65, 117, 5);
    color: #fff;
    color: #fff !important;
    text-decoration: none !important;
}

.fund-pagination nav .pagination li:nth-child(1) a {
    border-radius: 50px 0 0 50px;
    width: 100px;
}

.fund-pagination nav .pagination li:last-child a {
    border-radius: 0 50px 50px 0;
    width: 100px;
}

/*.fund-pagination nav .pagination li:last-child a:after{
    content: '>';
}*/
/*fund journal css*/
.card-scroll {
    height: 180px;
    overflow-y: scroll;
}


/*Editorial Board css*/
.eb-photo {
    background-size: cover;
    background-position: top center;
    height: 15vh;
    width: 15vh;
}

.editorial-board-column {
    display: flex;
}

.submit-manuscript {
    border-left: 5px solid rgb(65, 117, 5);
    background-color: rgb(240, 246, 235);
    padding: 5px 8px 5px 8px !important;
}

a {
    color: rgb(65, 117, 5) !important;
    text-decoration: none !important;
    ;
}

a:hover {
    color: rgb(0, 123, 139) !important;
    ;
    text-decoration: underline !important;
    ;
}

.a-py-1 {
    line-height: 11px;
}

.a-py-1 a {
    padding: 7px 14px 7px 0;
}

.journal-highlight-list li a {
    padding: 4px 0 4px 0;
    color: #585f69;
}

.journal-highlight-list li a i {
    color: rgb(0, 123, 139);
}

/*.fa:before{
    content: "\f105";
}*/
/*Editorial Board css*/


.advertising .btn {
    color: #fff !important;
    background-color: rgb(0, 123, 139) !important;
    padding: 2px 9px 2px 9px;
    font-size: 0.9em;
    margin: 0 0 0 6px;
}


/*archive*/
.custom-archor a {
    border: 1px solid #6ba439;
    color: #6ba439;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    margin: 0 6px 0 0;
    text-decoration: none !important;
    transition: 1s ease-in-out;
}

.custom-archor a:hover {
    background-color: #6ba439;
    color: #fff !important;
    transition: 1s ease-in-out;
}

/*archive*/

/*******************************/

.tooltip1 {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f0f6eb;
    color: #555;
    border-radius: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(0, 0, 0, .125);

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
}
#google_translate_element{padding-left: 19px;}

#loading_jdesc{text-align:center;}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}
.specialissue-hover:hover{
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}
.latest_link_author{
color:#555; 
border-bottom:1px dashed #CCC; 
text-decoration: none;
}

.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;
}


/*Whatsapp style here*/
.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(-345px,0)}.whatup ul li{display:block;margin:100px;
background:rgb(0, 123, 139)!important;width:290px;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:rgb!important}.whatup ul li a{color:#fff !important;text-decoration: none!important;}.whatup ul li i{margin-left:10px;
color:#04a8b2!important;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{position:fixed;top:60%; max-width: 50px;}.custom-iframe iframe{min-width:100%!important}.flyer_img img{width:100%!important}.flyer_img iframe{min-width:100%!important}
#file_name1 , #file_name2 {
	visibility:hidden !important;
	max-height: 0 !important;
	width: 10rem !important;
	max-height: 125px;
}
.awards_link{
	width:100%;	
	border-color: #00b1e4 !important;
	color: #fff !important;
	background-color: #007b8b;
	border-color: #007b8b;
}
.awards_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}
@-webkit-keyframes change-color {
  0%   { background-color: #007b8b; }
  100% { background-color: #ef530a; }
}
@-moz-keyframes change-color {
  0%   { background-color: #007b8b; }
  100% { background-color: #ef530a; }
}
@-o-keyframes change-color {
  0%   { background-color: #007b8b; }
  100% { background-color: #ef530a; }
}
@keyframes change-color {
  0%   { background-color: #007b8b; }
  100% { background-color: #ef530a; }
}

.awards_link {
  -webkit-animation: change-color 2s infinite; /* Safari 4+ */
  -moz-animation:    change-color 2s infinite; /* Fx 5+ */
  -o-animation:      change-color 2s infinite; /* Opera 12+ */
  animation:         change-color 2s infinite; /* IE 10+ */
}
.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: #000 !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;
	}
  }