@font-face {
font-family: "CanelaWeb-Bold";
src: url("/fonts/CanelaWeb-Bold.otf");
src: 
url("/fonts/CanelaWeb-Bold.woff") format("woff"),
url("/fonts/CanelaWeb-Bold.ttf") format("textype"),
}
@font-face {
font-family: "NotoSans-Bold";
src: url("/fonts/NotoSans-Bold.otf");
src: 
url("/fonts/NotoSans-Bold.woff") format("woff"),
url("/fonts/NotoSans-Bold.ttf") format("textype"),
}
@font-face {
font-family: "NotoSans-Regular";
src: 
url("/fonts/NotoSans-Regular.otf");
src:
url("/fonts/NotoSans-Regular.woff") format("woff"),
url("/fonts/NotoSans-Regular.ttf") format("textype"),
}
.regular{
    font-family: 'NotoSans-Regular', sans-serif !important;
}
.canela, .title{
   /* font-family: 'CanelaWeb-Bold', sans-serif !important;*/
    font-family: 'NotoSans-Bold', sans-serif !important;
}
.bold{
    font-family: 'NotoSans-Bold', sans-serif !important;
}
.navbar {
    /*padding: .5rem 6rem;*/
   /* z-index: 9;*/
    background: #fff !important;
    z-index: 99999;
    padding:0px 10px !important;
    /*box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);*/
    border-bottom: .5px solid #eee;
    /*margin-bottom:180px;*/
}
.editor-content p{
    text-align:initial !important;
}
.mr5{
    margin-right: 5px;
}
.pr5{
    padding-right: 5px;
}
.navbar-brand-r {
    height: 63px;
    padding-left:15px;
}
.shrink {
    background-color: white !important;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
/* .shrink .nav-item a {
    color: black !important;
} */
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
/* .mainnav {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
} */
.mainnav .nav-item a {
    color: white;
    font-size: 14px;
    font-family: 'NotoSans-Bold', sans-serif !important;
}

/* .journals_nav {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
} */
.journals_nav .nav-item a {
    color: black ;
    font-size: 14px;
    font-family: 'NotoSans-Bold', sans-serif !important;
}
.mainnav ul .dropdown-menu {
    background: #ffffff!important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #2d5082 !important;
}
.dropdown-item {
    color: #2d5082 !important;
}
.navbar-toggler {
    background-color: #338cc8;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -208px;
    top: 244px;
    width: 210px;
    z-index: 1000;
}
.sticky li {
    list-style-type: none;
    /* background-color: #cbeffb; */
    color: #efefef;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    display: block;
    width: 330px;
}
.sticky li i {
    float: right;
    margin: 6px 15px;
    transform: rotate(90deg);
    background: #338cc8;
    padding: 14px 16px;
    position: relative;
    top: 39px;
    left: -59px;
    z-index: 0;
    width: 133px;
}
.mod_login_wrapper {
    background: none;
}
.mod_login_wrapper {

    max-height: 100%;
    padding: 0;
    background: #033958;
    transition: width 0s linear .2s, padding 0s linear .2s, right 0s linear .2s;
    float: right;
    display: inline-block;
}

#nav {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
    box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
    margin-left: -100px;
}
#nav li {
    width: 100%;
    margin: 0;
}
#nav > li > a {
    display: block;
    padding: 12px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #212121;
    background-color: #338cc8;
    background: -webkit-linear-gradient(top, #4ea2eb, #338cc8);
    background: -moz-linear-gradient(top, #4ea2eb, #338cc8);
    background: -ms-linear-gradient(top, #4ea2eb, #338cc8);
    background: -o-linear-gradient(top, #4ea2eb, #338cc8);
    background: linear-gradient(top, #4ea2eb, #338cc8);
    text-align: center;
    width: 100%;
}
.sticky .hover-li:hover {
    margin-left: 130px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (min-width: 426px) and (max-width: 991px)
{
    .mainnav .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 30px;
        color: black !important;
    }
    .navbar {
        padding: .5rem 2rem;
    }
}
@media (max-width: 425px)
{
    .mainnav .navbar-nav .nav-link { 
        font-size: 14px;
    }
    .mainnav .nav-item a {
        color: black !important;
    }
    .navbar {
        padding: .5rem 2rem;
        z-index: 9;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)
{
    .journals_nav .nav-item a , .mainnav .nav-item a {
        font-size: 14px;
    }
}
@media (min-width: 1318px)
{
    .journals_nav .nav-item a , .mainnav .nav-item a {
        font-size: 16px;
    }
}
@media (min-width: 1400px)
{
    .journals_nav .nav-item a , .mainnav .nav-item a {
        font-size: 16px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px)
{
    .main-banner {
    margin-top: -17%;
}
}
.navbar-brand img {
    width: 150px;
    height: 63px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 40%;
    height: auto;
}
#social-fb {
    color: #3B5998;
}
.fa-3x {
    font-size: 2.5em;
    margin-top: 5px;
}
#social-tw {
    color: #4099FF;
}

#social-gp {
    color: #d34836;
}
#social-em {
    color: #f39c12;
}
.main-banner-text .input-group-append button {
    height: auto !important;
    background-color: #338cc8;
    border-color: #338cc8;
    padding: .375rem 3.75rem;
}
.main-banner-text .input-group .form-control{
    height: calc(3.25rem + 2px);
}


.dataTables_length label {
    display: flex;
    font-family: 'NotoSans-Regular', sans-serif !important;
}
.dataTables_length label .custom-select {
    width: 20%;
}
.dataTables_filter label {
    display: flex;
    font-family: 'NotoSans-Regular', sans-serif !important;
}
.col-form-label{
    font-family: 'NotoSans-Bold', sans-serif !important;
}
.form-control{
    font-family: 'NotoSans-Regular', sans-serif !important;
    background-color: #f2f4f7;
    border: none;
    border-radius: 0rem !important;
}
input, button {
    height: auto !important;
}
/*.social {*/
/*    padding: 2%;*/
/*}*/
.footer-ul {
    list-style-type: none;
    padding-left:0px;
    font-size: 14px;
    line-height: 23px;
}

.footer-ul li a {
    color: white;
}
.nav-register {
    background: #338CC8;
}
.nav-register .nav-link {
    color: white !important;
}


.nav-login {
    border: 1px solid #338CC8;
    margin-left: 10px;
}
.nav-login .nav-link {
    color: #338CC8 !important;
}

.nav-contact {
    border: 2px solid #000000;
    padding: 0 66px;
    border-radius: 3px;
    display: block;

    background: linear-gradient(to right, #338cc8 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.nav-contact:hover {
  background-position: left bottom;
  color: white !important;
  border: 2px solid #338cc8;;
}
.nav-contact .nav-link {
    color: #000000 !important;
    text-align: center;
    font-size: 16px;
    line-height: 30px; 
    transition: all .3s ease-out;
    display: block;
}
.nav-contact:hover .nav-link {
  color: white !important;  
}
.nav-hr {
    width: 85%;
    border: 1px solid #000000;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.slick-slide{
    height:auto !important;
}

body p {
    text-align:justify !important;
}
.indexing .draggable {
    height:auto !important;
}
.card-head {
    font-weight:bolder;
}