* {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
    -webkit-padding-start: 0;
}
b{
    font-weight: 600;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}
a, a:hover {
color: inherit !important;
text-decoration: none !important;
}
a:hover{
    color: #8a0f29 !important;
    text-decoration: underline !important; 
}

.container {
    padding-right: 25px;
    padding-left: 25px;
}

.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}

.admin-save-btn {
    POSITION: ABSOLUTE;
    RIGHT: 30px;
    BOTTOM: 0;
    Z-INDEX: 9;
    BACKGROUND: NONE;
}

.admin-save-btn > div {
    WIDTH: 100%;
}
.fixed {
    //overflow: hidden;
}

@media (min-width: 1600px) {
.container {
    width: 1550px;
}
}
.pd-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pd-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
body p {
    /*font-family: 'Merriweather', serif;*/
    line-height: 25px;
}
.button {
    padding: 10px;
    display: inline-block;
}
h2.title {
    font-size: 30px;
    font-weight: 600;
}
.title.colored {
    color: #8a0f29;
}
.gray-bg {
    background: #f5f5f5;
}
.white-bg {
    background: #fff;
}
::placeholder, 
.placeholder-text {
    color: #c2c2c2;
}
:focus {
    outline: none;
}
.button {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid;
    background: initial;
    border-radius: 4px;
}
.button.blue, .button.blue a {
    background: #0971b2;
    color: #fff !important;
}
.button.grey, .button.grey a {
    background: #4a4a4a;
    color: #fff;
}

/* Header section starts */
header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #e4e4e4;
    height: auto !important;
}
header .logo a span {
    display: inline-block;
    color: #252525;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding-left: 5px;
    vertical-align: middle;
}
header .menu {
    margin-top: 15px;
}
header .menu .level1 {
    margin: 2px 0px;
}
header .menu .level1 li {
    display: inline-block;
    padding-left: 30px; 
    font-size: 16px;
}
header .menu .level1 li.button {
    padding-left: 20px;
}
header .button {
    margin-left: 25px;
}
header .menu .level1 li a {
    color: #000;
    text-decoration: none;
}
header .menu .level1 li a.menu-active {
    color: #0971b2;
}
header .menu-icon {
    font-size: 30px;
    display: none;
    position: absolute;
    right: 30px;
    top: -70px;
}
    
@media (max-width: 1100px) {
    header .menu .level1 li.button {
        margin-top: 20px;
        margin-bottom: -10px;
    }
}

@media (max-width: 992px) {
    header {
        padding: 10px 0 0 0px;
        height: auto;
    }
    header .menu-icon {
        display: block;
    }
    header .menu .level1 li a.menu-active {
        border: none;
        padding-bottom: 0;
    }
    header .menu-open .menu-icon i:before {
        content: '\f136';
    }
    header .menu ul.level1 li {
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border-bottom: 1px solid #e8e8e8;
    }
    header .menu .level1 li.button {
        margin: 0;
    }
    header .menu ul.level1 {
        position: absolute;
        background: #fff;
        right: -100%;
        width: 100%;
        overflow: hidden;   
        transition: 0.5s all ease;
        height: 100vh;
        z-index: 1;
        box-shadow: 1px 1px 1px;
    }
    header .menu-open ul.level1 {
        right: -100px;
    }
    #home-banner input, 
    #home-banner select {
        max-width: 100%;
        margin-bottom: 10px;
        width: 48%;
        display: inline-block;
    }

    .container-fluid-full .container{
        padding-right: 0;
        padding-left: 0;
    }

    .container-fluid-full .container .about-content, .container-fluid-full .container .editor-content{
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

}

@media (max-width: 650px) {
    #home-banner input, 
    #home-banner select {
        width: 100%;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .logo img {
        max-width: 280px;
    }
}

@media (max-width: 1510px) {
    header .menu .level1 li {
        padding-left: 8px;
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    header .menu .level1 li {
        padding-left: 10px;
        font-size: 12px;
    }
}

@media (max-width: 1042px) {
    header .menu .level1 li {
        padding-left: 8px;
        font-size: 12px;
    }
}

@media (min-width: 1100px) and (max-width: 1250px) {
    header .menu .level1 li.button {
        padding: 6px 10px;
        margin-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1190px) {
    .logo img {
        max-width: 65px;
    }
    header .logo a span{
        font-size: 14px;
    }
}

/* Home banner section */
#home-banner {
    padding-top: 110px;
}
.banner-home img {
    width: 100%;
}

#home-banner .gray-bg {
    padding-top: 25px;
    padding-bottom: 25px;
}
#home-banner .forum-link img {
    display: inline-block;
    width: 50px;
}
#home-banner .search-sec {
    margin-top: 5px;
}
input, select {
    padding: 13px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 10px;
    max-width: 200px;
}

input {
    color: #333;
}

select {
    color: #c2c2c2;
    width: 150px;
    background-image: url("../images/down-arrow.png");
    -webkit-appearance: none;
    background-position: 90% 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#home-banner .search-form .button {
    width: 130px;
    padding: 12px;
}


#search-client {
    padding: 25px 40px;
    background: #f5f5f5;
}
#search-client section {
    float: left;
    width: 50%;
}
#search-client:after {
    content: "";
    clear: both;
    display: table;
}
#client-logo {
    float: right !important;
}
#client-logo img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

@media (max-width: 992px) {
    #home-banner {
        padding-top: 96px;
    }
}

@media (max-width: 650px) {
    #home-banner .banner {
        height: 180px;
    }
}

@media (max-width: 450px) {
    #home-banner .banner {
        height: 140px;
    }
}
/* All Articles section */
#articles .cat-filter {
    float: right;
}
#articles .cat-filter select {
    width: 300px;
    color: #000;
}

#articles .filter-section:after {
    clear: both;
    display: table;
    content: "";
}

#articles .filter-types {
    float: left;
}

#articles .filter-section {
    margin-bottom: 50px;
}

#articles .filter-types span a {
    display: inline-block;
    font-size: 22px;
    color: #000;
    margin-right: 20px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}
#articles .filter-types span.active a, 
#articles .filter-types span a:hover {
    border-bottom: 3px solid;
    color: #0971b2;
    font-weight: 600;
}

.rows.all-articles:after {
    content: "";
    display: table;
    clear: both;
}

.art-content {
    padding: 20px;
    line-height: 25px;
    /*max-height: 310px;*/
}

.art-col:nth-of-type(1):nth-last-of-type(3) .art-content {
        max-height: -webkit-fill-available;
}



.art-wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.art-wrapper {
    border: 1px solid #d9d9d9;
    width: 100%;
    position: relative;
    min-height: 382px;
}
.all-articles .art-col {
    float: left;
}
.all-articles .art-date i {
    display: inline-block;
    color: #8a0f29;
    margin-right: 4px;
    font-size: 15px;
    vertical-align: middle;
}

.all-articles .art-image {
    float: left;
    max-height: 400px;
    overflow: hidden;
}

.all-articles .art-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 10px;
    font-style: italic;
}
.all-articles .art-category {
    font-weight: 500;
    /*background: #8a0f29;    */
    display: inline-block;    
    /*padding: 10px 20px;    */
    color: #8a0f29;
    text-transform: uppercase;
}
.art-cont-box {
    max-height: 210px;
    min-height: 210px;
    overflow: hidden;
}
.all-articles .author {
    font-size: 14px;
    max-height: 74px;
}
.all-articles .art-desc {
    font-size: 14px;
    max-height: 74px;
    color: #333;
    overflow: hidden;
}
.all-articles .art-date {
    font-size: 14px;
}

.all-articles .art-col {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.art-col {
    /*width: 33%;*/
}
.art-col .art-image {
    width: 100%;
    height: 120px;
}
.art-col .art-image img {
    width: -webkit-fill-available;
    height: auto;
}

.art-col:nth-of-type(1):nth-last-of-type(1) {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 1200px;
}
.art-col:nth-of-type(1):nth-last-of-type(1) .art-image {
    width: 310px;
    height: 310px;
    margin-right: 30px;
}
.art-col:nth-of-type(1):nth-last-of-type(1) .art-image img {
    height: -webkit-fill-available;
}

/*
.art-col:nth-of-type(1):nth-last-of-type(2),
.art-col:nth-of-type(2):nth-last-of-type(1),
.art-col:nth-of-type(1):nth-last-of-type(4),
.art-col:nth-of-type(2):nth-last-of-type(3),
.art-col:nth-of-type(3):nth-last-of-type(2),
.art-col:nth-of-type(4):nth-last-of-type(1),
.art-col:nth-of-type(1):nth-last-of-type(5),
.art-col:nth-of-type(2):nth-last-of-type(4),
.art-col:nth-of-type(1):nth-last-of-type(7),
.art-col:nth-of-type(2):nth-last-of-type(6),
.art-col:nth-of-type(3):nth-last-of-type(5),
.art-col:nth-of-type(4):nth-last-of-type(4),
.art-col:nth-of-type(1):nth-last-of-type(8),
.art-col:nth-of-type(2):nth-last-of-type(7) {
    width: 50%;
}


.art-col:nth-of-type(1):nth-last-of-type(2) .art-image,
.art-col:nth-of-type(2):nth-last-of-type(1) .art-image,
.art-col:nth-of-type(1):nth-last-of-type(4) .art-image,
.art-col:nth-of-type(2):nth-last-of-type(3) .art-image,
.art-col:nth-of-type(3):nth-last-of-type(2) .art-image,
.art-col:nth-of-type(4):nth-last-of-type(1) .art-image,
.art-col:nth-of-type(1):nth-last-of-type(5) .art-image,
.art-col:nth-of-type(2):nth-last-of-type(4) .art-image,
.art-col:nth-of-type(1):nth-last-of-type(7) .art-image,
.art-col:nth-of-type(2):nth-last-of-type(6) .art-image,
.art-col:nth-of-type(3):nth-last-of-type(5) .art-image,
.art-col:nth-of-type(4):nth-last-of-type(4) .art-image,
.art-col:nth-of-type(1):nth-last-of-type(8) .art-image,
.art-col:nth-of-type(2):nth-last-of-type(7) .art-image {
    width: 310px;
    height: 310px;
    margin-right: 30px;
}

.art-col:nth-of-type(1):nth-last-of-type(2) .art-image img,
.art-col:nth-of-type(2):nth-last-of-type(1) .art-image img,
.art-col:nth-of-type(1):nth-last-of-type(4) .art-image img,
.art-col:nth-of-type(2):nth-last-of-type(3) .art-image img,
.art-col:nth-of-type(3):nth-last-of-type(2) .art-image img,
.art-col:nth-of-type(4):nth-last-of-type(1) .art-image img,
.art-col:nth-of-type(1):nth-last-of-type(5) .art-image img,
.art-col:nth-of-type(2):nth-last-of-type(4) .art-image img,
.art-col:nth-of-type(1):nth-last-of-type(7) .art-image img,
.art-col:nth-of-type(2):nth-last-of-type(6) .art-image img,
.art-col:nth-of-type(3):nth-last-of-type(5) .art-image img,
.art-col:nth-of-type(4):nth-last-of-type(4) .art-image img,
.art-col:nth-of-type(1):nth-last-of-type(8) .art-image img,
.art-col:nth-of-type(2):nth-last-of-type(7) .art-image img {
    height: -webkit-fill-available;
}

.art-col:nth-of-type(1):nth-last-of-type(3),
.art-col:nth-of-type(2):nth-last-of-type(2),
.art-col:nth-of-type(3):nth-last-of-type(1),
.art-col:nth-of-type(3):nth-last-of-type(3),
.art-col:nth-of-type(4):nth-last-of-type(2),
.art-col:nth-of-type(5):nth-last-of-type(1),
.art-col:nth-of-type(1):nth-last-of-type(6),
.art-col:nth-of-type(2):nth-last-of-type(5),
.art-col:nth-of-type(3):nth-last-of-type(4),
.art-col:nth-of-type(4):nth-last-of-type(3),
.art-col:nth-of-type(5):nth-last-of-type(2),
.art-col:nth-of-type(6):nth-last-of-type(1),
.art-col:nth-of-type(5):nth-last-of-type(3),
.art-col:nth-of-type(6):nth-last-of-type(2),
.art-col:nth-of-type(7):nth-last-of-type(1),
.art-col:nth-of-type(3):nth-last-of-type(6),
.art-col:nth-of-type(4):nth-last-of-type(5),
.art-col:nth-of-type(5):nth-last-of-type(4),
.art-col:nth-of-type(6):nth-last-of-type(3),
.art-col:nth-of-type(7):nth-last-of-type(2),
.art-col:nth-of-type(8):nth-last-of-type(1),
.art-col:nth-of-type(1):nth-last-of-type(9),
.art-col:nth-of-type(2):nth-last-of-type(8),
.art-col:nth-of-type(3):nth-last-of-type(7),
.art-col:nth-of-type(4):nth-last-of-type(6),
.art-col:nth-of-type(5):nth-last-of-type(5),
.art-col:nth-of-type(6):nth-last-of-type(4),
.art-col:nth-of-type(7):nth-last-of-type(3),
.art-col:nth-of-type(8):nth-last-of-type(2),
.art-col:nth-of-type(9):nth-last-of-type(1) {
    width: 33.33%;
}



.art-col:nth-of-type(1):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(2):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(3):nth-last-of-type(1) .art-content,
.art-col:nth-of-type(3):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(4):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(5):nth-last-of-type(1) .art-content,
.art-col:nth-of-type(1):nth-last-of-type(6) .art-content,
.art-col:nth-of-type(2):nth-last-of-type(5) .art-content,
.art-col:nth-of-type(3):nth-last-of-type(4) .art-content,
.art-col:nth-of-type(4):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(5):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(6):nth-last-of-type(1) .art-content,
.art-col:nth-of-type(5):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(6):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(7):nth-last-of-type(1) .art-content,
.art-col:nth-of-type(3):nth-last-of-type(6) .art-content,
.art-col:nth-of-type(4):nth-last-of-type(5) .art-content,
.art-col:nth-of-type(5):nth-last-of-type(4) .art-content,
.art-col:nth-of-type(6):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(7):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(8):nth-last-of-type(1) .art-content,
.art-col:nth-of-type(1):nth-last-of-type(9) .art-content,
.art-col:nth-of-type(2):nth-last-of-type(8) .art-content,
.art-col:nth-of-type(3):nth-last-of-type(7) .art-content, 
.art-col:nth-of-type(4):nth-last-of-type(6) .art-content,
.art-col:nth-of-type(5):nth-last-of-type(5) .art-content,
.art-col:nth-of-type(6):nth-last-of-type(4) .art-content,
.art-col:nth-of-type(7):nth-last-of-type(3) .art-content,
.art-col:nth-of-type(8):nth-last-of-type(2) .art-content,
.art-col:nth-of-type(9):nth-last-of-type(1) .art-content {
    max-height: 500px;
    max-height: -webkit-fill-available;
}

*/

@media (min-width: 1023px) and (max-width: 1300px) {
    .col-1-of-2 .art-image {
        width: 40%;
        height: 270px;
        overflow: hidden;
    }
    .col-1-of-2 .art-content {
        padding: 20px 0;
        height: 270px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .col-1-of-2 .art-image {
        margin-right: 15px;
    }
    
    .col-2-of-3 .art-image {
        width: 40%;
        margin-right: 15px;
        height: 340px;
    }
    .col-2-of-3 .art-content {
        height: 340px;
        min-height: 0;
        overflow: hidden;
        overflow-y: scroll;
        padding: 15px 2px;
    }
    
    .col-1-of-3 .art-content {
        padding: 0 15px;
        height: 190px;
        overflow-y: scroll;
        min-height: 0;
    }
    .col-1-of-3 .art-image {
        margin-bottom: 0;
    }
    
}


@media (max-width: 1024px) {
    .all-articles .art-col.col-1-of-2,
    .all-articles .art-col.col-2-of-3 {
        width: 100%;
    }
    .all-articles .art-col {
        width: 50%;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    
}
@media (max-width: 650px) {
    #articles .filter-types span a {
        font-size: 18px;
    }
    .all-articles .art-title {
        font-size: 17px;
       line-height: 22px;
    }
    .all-articles .art-col {
        width: 100%;
    }
    .all-articles .art-col.col-1-of-2 .art-image,
    .all-articles .art-col.col-2-of-3 .art-image {
        height: 250px;
        width: 250px;
    } 
    .col-2-of-3 .art-content, .col-1-of-2 .art-content {
        min-height: 0;
        height: 250px;
        overflow-y: scroll;
        padding: 0;
    }
    .col-2-of-3 .art-image, .col-1-of-2 .art-image {
        margin-right: 15px;
    }
    .search-form select {
            background-position: 96% 18px;
    }
    #articles .cat-filter,
    #articles .filter-types {
        float: initial;
    }
    #articles .filter-types, #articles .filter-section {
        margin-bottom: 20px;
    }
   
    #vision .container {
        padding: 0 25px;
    }
    section#news-events .row {
        background: #fff;
    }
    

}

@media (max-width: 500px) {
    .all-articles .art-col.col-1-of-2 .art-image,
    .all-articles .art-col.col-2-of-3 .art-image {
        height: 200px;
        width: 150px;
    } 
    .col-2-of-3 .art-content, .col-1-of-2 .art-content {
        min-height: 0;
        height: 200px;
        overflow-y: scroll;
        padding: 0;
    }
    .col-2-of-3 .art-image, .col-1-of-2 .art-image {
        margin-right: 15px;
    }
    .all-articles .art-title {
        margin-top: 10px;
    }
}


/* About / Editors sectoin starts */
#about-editors .container-fluid-full {
    background: #000;
    color: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

#about-editors .container-fluid-full > .row {
    margin: 0;
}
#about-editors .editor-content {
    color: #000;
    padding: 100px 0px 100px 70px;
    max-width: 760px;
}

#about-editors .about-content {
    max-width: 760px;
    text-align: justify;
    padding: 100px 120px 200px 0px;
    float: right;
}


#about-editors .about-content p {
    line-height: 30px;
}

#about-editors h2.title {
    margin-bottom: 30px;
}

#about-editors .editor-content h4 {
    font-weight: 600;
}

#about-editors .editor-content p {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    
    #about-editors .editor-content,
    #about-editors .about-content {
        padding: 20px;
        float: initial;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #about-editors .editor-content, #about-editors .about-content {
        padding: 20px 0;
    }
}



#vision .title {
    margin-bottom: 50px;
}
#vision h3,
#for-authors h3,
#policy h3 {
    font-weight: 600;
    font-size: 22px;
}
#vision p, 
#for-authors p,
#policy p {
    line-height: 28px;
    font-size: 14px;
}


/* News and Events section  */

#news-events .news-content .title {
    font-size: 23px;
    margin-bottom: 20px;
}

#news-events .news-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

#news-events .news-content p {
    font-size: 15px;
    line-height: 28px;
}

#news-events .news-content {
    background: #fff;
    padding: 20px 40px;
    text-align: justify;
    margin-bottom: 5px;
}

#news-events h2.title, 
#articles h2.title, 
#for-authors h2.title,
#contact h2.title,
#policy h2.title {
    margin-bottom: 50px;
}


@media (max-width: 650px) {
    #news-events .news-content {
        padding: 0 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
     #news-events h2.title, #articles h2.title, #for-authors h2.title, #contact h2.title, #policy h2.title {
        margin-bottom: 20px;
    }
    .pd-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Social feeds section */

#socials .image-cont {
    float: left;
    margin-right: 20px;
}


#socials .single-anmt .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

#socials .single-anmt:after {
    content: "";
    clear: both;
    display: table;
}

#socials .single-anmt {
    border-bottom: 1px solid #ccc;
    padding: 20px 30px 20px 0px;
    margin-right: 50px;
     display:none;
}

#socials .active-current{
        display:block;
}

#socials .single-anmt a {
    font-size: 18px;
    color: #0971b2;
    font-weight: 600;
}
.pagination ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
}

.pagination ul li.active {
    background: #0971b9;
    color: #fff;
}

.pagination .pages {
    float: left;
}
.pagination .total-pages span {
    font-weight: 600;
}
.pagination .total-pages {
    float: right;
    margin-top: 8px;
    margin-right: 50px;
}

.pagination {
    display: block;
}

.pagination:after {
    content: "";
    clear: both;
    display: table;
}

.pagination ul li.next {
    color: #0971b2;
    font-size: 28px;
    float: right;
    padding: 0;
}
#socials .social-div h3.title {
    font-size: 22px;
    font-weight: 600;
}

#socials .social-div h3.title span {
    font-size: 14px;
    color: #5ac7de;
}

#socials .all-fb-posts, .all-tw-posts {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 630px;
    overflow-y: auto;
}

#contact .contact-add h3 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

#contact .contact-add p {
    font-size: 15px;
    line-height: 29px;
}

#contact .contact-add p.mobile {
    margin-bottom: 0;
}

#contact .contact-add p {
    margin-bottom: 50px;
}

#contact .contact-add p a {
    color: initial;
}

#contact .contact-add p i {
    color: #8a0f29;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
}

body.no-results footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

footer .copyright-text {
    margin-top: 15px;
    color: #eeeeee;
}

footer .social-links a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    padding: 0 0px 0 20px;
}

@media (max-width: 768px) {
    footer, footer .social-links {
        text-align: center;
    }
    #socials .single-anmt {
        border-bottom: 1px solid #ccc;
        padding: 20px 0px 20px 0px;
        margin-right: 0;
       
    }
   
    
}


/* Archives page starts */
.inner-page .forum-link {
    display: none;
}
#archives .page-arrows li {
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 18px;
    text-shadow: 0px 0px #ccc;
    color: #313131;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
}
#archives .page-arrows li i {
    font-size: 26px;
    display: inline-block;
    color: #0971b2;
    vertical-align: sub;
}
#archives .page-arrows li.disabled {
    opacity: 0.6;
}
#archives .page-arrows li:hover, 
#archives .page-arrows li.current {
    color: #0971b2;
    border-color: #0971b2;
}

#archives .issues {
    float: left;
}

#archives .categories {
    float: right;
}

#archives .categories select {
    color: #000;
}

#archives .issues li {
    display: inline-block;
    background: #e2e2e2;
    width: 80px;
    margin-right: 15px;
    text-align: center;
    border-radius: 4px;
    color: #6a6a6a;
    padding: 5px 0;
}

#archives .issues li span {
    display: block;
    font-size: 22px;
}

#archives .issues li.current, 
#archives .issues li:hover {
    background: #0971b2;
    cursor: pointer;
    color: #fff;
}

#archives .archive-content {
    padding: 20px 30px;
    background: #f7f7f8;
}

#archives .issues-categories:after, 
#archives .archive-content:after {
    clear: both;
    content: "";
    display: table;
}

#archives .archive-content.alt {
    background: #fff;
}

#archives .archive-content .ar-title-desc {
    float: left;
}

#archives .archive-content .ar-date-status {
    float: right;
}

#archives .ar-date-status .published {
    display: block;
    color: #616161;
}

#archives .ar-date-status .cat-btn {
    background: #8a0f29;
    float: right;
    padding: 5px 10px;
    color: #fff;
    margin-top: 30px;
}

#archives .ar-title-desc h3 {
    font-size: 20px;
    font-weight: 600;
}

#archives .ar-title-desc {
    color: #333333;
}

#archives .ar-title-desc p {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 16px;
    font-style: italic;
}
#archives .page-arrows {
    margin: 30px;
}

@media (max-width: 768px) {
    
}
/* Archives page ends */


/* Search results page */

.all-results .search-keyword {
    margin: 0 0 50px 0;
    font-weight: 700;
}


#submit-article .input-group label {
    font-weight: 100;
    display: block;
    /*float: left;*/
    flex: 0 0 13%;
    width: auto;
    border-bottom: 2px solid #636363;
    padding: 15px 0px;
    font-size: 16px;
    margin-right: 4px;
    margin-bottom: 0;
}

#submit-article .all-results .input-group {
    display: block;
    margin-bottom: 40px;
}
#submit-article .input-group {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
}
#submit-article .input-group input {
    border: none;
    border-bottom: 2px solid #dcdcdc;
    display: inline-block;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 0;
    max-width: 650px;
    width: 75%;
    color: #8a0f29
}

@media (min-width: 1200px) {
    #submit-article .input-group input {
        width: 83%;
    }
}

@media (min-width: 1500px) {
    #submit-article .input-group input {
        width: 100%;
    }
}

@media (max-width: 650px) {
    #submit-article .input-group label {
        flex: 0 0 23%;
    }
}

#submit-article .input-group.select-group {
    display: block;
}

#submit-article .input-group.select-group label {
    border: none;
    position: relative;
    padding: 0 10px;
    float: initial;
    cursor: pointer;
    display: inline-block;
}

#submit-article .input-group.select-group input {
    display: none;
}

#submit-article .input-group.select-group .radio-btn {
    display: inline-block;
    margin-left: 50px;
}
 
#submit-article .input-group.select-group label:before {
    content: "";
    width: 17px;
    height: 17px;
    background: white;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #707070;
    left: 5px;
    top: 5px;
}

#submit-article .input-group.select-group input:checked + label:before {
    background: #ffffff;
}

#submit-article .input-group.select-group input:checked + label:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    background: #0971b2;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
#submit-article .input-group.file-group {
    display: block;
}
#submit-article .input-group.file-group input {
    display: none;
}

#submit-article .input-group.file-group label {
    border: none;
    border: 2px solid #707070;
    padding: 20px;
    max-width: 280px;
    cursor: pointer;
    width: 100%;
    position: relative;
    float: left;
}

#submit-article .input-group.file-group label:after {
content: '\f10d';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 20px;
    font-size: 35px;
    top: 10px;
}


#submit-article .upload-info {
    display: inline-block;
    color: #707070;
    margin: 10px 0 0 11px;
}
#submit-article .upload-info span {
    color: #000;
}
#submit-article .upload-info a {
    display: block;
    margin-top: 4px;
    color: inherit;
    text-decoration: underline;
}

#submit-article .dec-content input[type="checkbox"] {
    display: none;
}
#submit-article .dec-content label:before {
    content: "";
    background: url(../images/check.png) no-repeat;
    padding: 10px;
    width: 20px;
    display: table-cell;
    background-size: 40px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

#submit-article .dec-content input:checked + label:before {
    background-position: -21px 0;
}
#submit-article .dec-content label {
    font-weight: 100;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    line-height: 24px;
    color: #707070;
    cursor: pointer;
}
#submit-article .dec-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

#submit-article .input-group.captcha-section {
    display: flex;
    margin-bottom: 60px;
}

#submit-article .input-group.captcha-section label {
    flex: 0 0 32%;
    margin-bottom: 0;
}

#submit-article .input-group.captcha-section label .cap-text {
    float: right;
    font-weight: 700;
}
#submit-article .input-group.captcha-section label .cap-text i {
    margin-left: 10px;
}
#submit-article .input-group.buttons input {
    width: 130px;
    border-bottom: none;
    border-radius: 4px;
}
#submit-article .dec-content {
    margin-bottom: 50px;
}
#submit-article h2.title {
    margin-bottom: 70px;
}

@media (max-width: 650px) {
    #submit-article .input-group.select-group .radio-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}


/* News slide scroll starts */
.news-slide {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;

}
.news-slide .news-content {
    background: #f5f5f5 !important;
    min-height: 265px;
}
.gray-bg .news-slide .news-content {
    background: #fff !important;
}
.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 35px;
    background: white;
    color: #0971b2;
    border: 1px solid rgba(9, 113, 178, 0.329);
    border-radius: 50%;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-prev {
    left: 0;
}
.news-slide-wrapper {
    position: relative;
    overflow: hidden;
}
.slick-arrow:before {
    font-family:Material-Design-Iconic-Font;
    font-size: 25px;
}
.slick-arrow.slick-prev:before {
    content:'\f2fa'
}
.slick-arrow.slick-next:before {
    content:'\f2fb'
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}

/* News slide scroll ends */

/* changes on 22-3-2018 for multiple banner images for journal*/

#home-banner .first-image {
    width: auto;
    max-width: 150px;
    max-height: 200px;
    display: inline-block;
}

#home-banner .second-image {
    width: auto;
    display: inline-block;
    padding-left: 40px;
}

#home-banner .inner-cont {
    position: absolute;
    top: 0;
    left: 40px;
    background: #fff;
    bottom: 0;
    padding: 50px;
}

#home-banner .main-image {
    position: relative;
    height: 274px;
    overflow: hidden;
}

#home-banner .main-image .bn-img {
    height: 100%;
}
     
@media (min-width: 991px) and (max-width: 1600px) {
    #search-client #search {
        width: 75%;
    }
    #search-client #client-logo {
        width: 25%;
    }
    #search-client input, 
    #search-client select {
        max-width: 150px;
        margin-right: 7px;
        padding: 10px;
    }
    #about-editors .about-content {
        padding: 100px 20px 200px 50px;
    }

    #about-editors .editor-content {
        padding: 100px 50px 100px 40px;
    }

}   

.filter-types > span:last-child {
    display: none;
}

.cat-filter {
    display: none;
}
#about-editors .container-fluid-full > .row {
    display: flex;
}

.menu .level1 li:nth-child(4) {
}
.col-lg-6.search-sec {
    width: 100% !important;
}

.submit-art-btn {
    color: #21bfda !important;
    border: 1px solid #21bfda !important;
    padding: 10px 10px;
    margin: 0 0 0 20px;
}

.submit-art-btn:hover,
.submit-art-btn:focus {
    color: #21bfda;
}

select option {
    color: #333;
}

html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -90px;
    padding-bottom: 90px;
}

@media (max-width: 1248px) {
    .submit-art-btn {
        padding: 8px 10px;
    }
}

/*.art-col:nth-child(odd) .pin {
    background-color: #fdf9d9;
    border-color: #f5eca9;
}
.art-col:nth-child(even) .pin {
    background-color: #e1ecff;
    border: 1px solid #cbddfb;
}*/

.art-col .pin {
    background-color: #fdf9d9;
    border-color: #f5eca9;
}

#about-editors .container-fluid-full:after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 40%;
background: #fff;
height: 100%;
z-index: 0;
}



/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #about-editors .container-fluid-full:after{
        display: none;    
    }
    .container-fluid-full .container{
        width: 100%;
    }
    #home-banner .second-image{
        width: 70%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    #about-editors .container-fluid-full:after{
        display: none;    
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #about-editors .container-fluid-full:after{
        display: none;    
    }
    #home-banner .second-image{
        width: 70%;
    }
    header, .top-ttl {
        text-align: left;
    }
    header .logo a span{
        font-size: 12px;
    }
    .container-fluid-full .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .about-content,.editor-content{
        padding-right: 20px !important;
        padding-left: 20px !important;   
    }
}

@media (max-width: 470px) {
   #home-banner .second-image{
        margin-top: 15px;
        padding-left: 0;
    }

    #home-banner .first-image {
        width: auto;
        max-width: 134px;
        max-height: 182px;
        display: inline-block;
    }

    #home-banner .inner-cont {
        position: absolute;
        top: 0;
        left: 40px;
        bottom: 0;
        padding: 20px;
    }
    header, .top-ttl{
        text-align: left !important;
    }

}


@media (max-width: 768px) {
   #home-banner .second-image{
        margin-top: 15px;
        width: 70%;
    }

    #home-banner .first-image {
        width: auto;
        max-width: 134px;
        max-height: 182px;
        display: inline-block;
    }

    #home-banner .inner-cont {
        position: absolute;
        top: 0;
        left: 40px;
        bottom: 0;
        padding: 40px;
    }
    header, .top-ttl{
        text-align: left !important;
    }
}


@media (max-width: 560px) {
   #home-banner .second-image{
        margin-top: 15px;
        width: 60%;
    }

}



/* Portrait phones and smaller */
@media (max-width: 768px) {
    header, .top-ttl {
        text-align: left;
    }    
}


@media (max-width: 650px) {
   .art-content {
        max-height: none;
   }
   .art-cont-box {
        max-height: none; 
        min-height: auto;
   }
   .all-articles .art-desc{
        max-height: 74px;
   }
}

@media (max-width: 1050px) {
   #client-logo{
    width:  100% !important;
    margin-bottom: 15px;
   }

   #client-logo .text-right{
    text-align: center;
   }

   #search{
    width:  100% !important;
   }
   #search-client input, #search-client select {
    max-width: 150px;
    margin-right: 7px;
    padding: 10px;
    margin-bottom: 10px;
   }



}

.white-bg {
    background: #fff;
    position: relative;
    z-index: 1;
}

.art-doi-date{
    margin-top: 10px;
}

.visionContainer a {
    text-decoration: underline !important;
}

.ac-powered-by {
    padding: 5px;
    vertical-align: middle;
    display: inline-block;
}

.ac-powered-by span{
    font-size: 13px;
}

.ac-powered-by a{
   margin-left: 3px;
}

.ac-powered-by a img{
   height: 26px;
   margin-top: -15px;
   margin-left: 1px;
}

