@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', sans-serif; font-weight: bold;}


.menu-col {
    background: #0075be;
    font-family: 'Roboto', sans-serif;
}
.menu-col ul li {
    padding: 0 8px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    
}

.menu-col ul li a {
    color: #fff;
    
}
.menu-col ul li a:hover {
    color: #ffd201;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffd201;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: #0075be;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu:hover a {
        
        background: #0075be;
    color: #ffd201;
    }

.banner-slider img {
    width: 100%;
}

#element-with-background-image {

   position: relative;

    background-size: cover;

    margin: 0;

   text-align: center;
    padding-top: 170px;
    padding-bottom: 170px;

    position: relative;
    margin-bottom: 50px;

 }



#element-with-background-image h1 {

    font-size: 55px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 70px;

    color: #fff;
	text-shadow:0 -6px 24px rgba(31, 30, 32,0.59);
    padding:0px 25px; 
       margin: 0 0 5px 0;
  

}

#color-overlay {

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   background-color: black;

   opacity: 0.6;

}
.breadcrumbs {
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	position:relative;
	text-shadow:0 -6px 24px rgba(31, 30, 32,0.59);
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs span {
    position: relative;
    color: #fff;
    margin: 0 5px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.mangt-sty h3 {
    margin-bottom: 5px;
    color: #da3738;
}
.mangt-sty img {
    margin-bottom: 20px;
}
.issue-head h4 {
    margin-bottom: 20px;
}
.issue-head h4 a {
    color: #F95230 !important;
    text-decoration: none;
}
.download-butt h6 {
    margin-top: 30px;
}
.download-butt a {
    background-color: #61ce70;
    padding: 8px 20px;
    color: #fff !important;
    text-decoration: none;
}


.editorial-sty {
    border: 1px solid rgba(133, 133, 133, .15);
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 9%);
    text-align: center;
    padding: 25px 0;
    margin-bottom: 30px;
}
.editorial-sty ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.editorial-sty h2 {
    color: #ec1d25;
    font-size: 28px;
    padding: 0;
}
.person-page-sty {
    margin: 30px 0;
    
}
.person-page-sty ul li {
    display: inline-block;
    padding: 4px 25px;
}
.person-page-sty ul li a {
    padding: 16px 16px;
    background: #ec1d25;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}
.person-page-sty h3 {
    color: #0075be;
    margin-bottom: 25px;
}
.space {
    margin: 30px 0;
}
.person-list-next h3 {
    color: #0075be;
    margin-bottom: 25px;
}
.manuscript-form h3 {
    color: #ec1d25;
    font-size: 25px;
    text-align: center;
    padding-bottom: 30px;
}
.manuscript-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100% !important;
    font-size: 17px;
}
.manuscript-form input, textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}












.footer-links {
    background: #0868a4;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.footer-links ul {
    list-style: none;
    margin: 0;
}
.footer-links ul li {
    display: inline-block;
    padding: 20px 15px;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}
#sidebar-colophon {
    background-color: #0868a4;
    color: #727272;
    text-align: center;
}
.site-footer hr {
    border-color: #fff !important;
    border-width: 1px;
    /* color: #fff; */
    margin: 0;
    height: 1px;
    background-color: #fff;
    opacity: unset;
}
.site-info {
    color: #fff !important;
    padding: 15px 0;
}
#sidebar-colophon a, #sidebar-colophon a:visited {
    color: #fff;
    text-decoration: none !important;
}


