@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7CPoppins:400%7CTeko:300,400);
* {
    margin: 0px;
    padding: 0px;
}
:root {
    --primary-color: #682861;
}
body {
    font-family: "Montserrat", sans-serif, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: normal;
    color: #151515;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #636c77;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif, Arial, sans-serif;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
:root {
    --journalbg: url('https://medvixpublications.org/uploads/editions/16905386453.webp'); /* Replace with your actual image URL */
    --siteblue: #682861; /* Example blue color, change it to your preferred blue shade */
}
#mv-footer {
    background-color: #68286121; /* Footer background color */
    color: #000; /* Default text color for the footer */
}

.custom-button1 {
    background-color: #682861; /* Purple color */
    color: white; /* Text color */
    border: none;
    padding: 10px 20px;
    border-radius: 8px; /* Rounded corners */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.custom-button1:hover {
    background-color: #4d1e49; /* Slightly darker purple for hover effect */
    transform: scale(1.05); /* Slight zoom-in effect on hover */
}

.custom-button1:active {
    transform: scale(0.95); /* Slight zoom-out effect on click */
}




#mv-footer .mv-copyrights {
    text-align: center; /* Optional: Center-align the copyright text */
    margin-top: 10px; /* Optional: Add some spacing */
    font-size: 14px; /* Optional: Adjust font size */
}

.custom-image {
    width: 100%;           /* Ensures image scales to fit the container width */
    height: auto;          /* Maintains the original aspect ratio */
    display: block;        /* Removes inline gaps around images */
    max-height: 200px;     /* Optional: Limit the max height to avoid overflow */
}

.mv-logo-box {
    height: auto;          /* Container height adjusts dynamically based on image */
    padding: 10px;         /* Add spacing around the image */
    background: #f9f9f9;   /* Optional: Add a light background for consistency */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



#journal-banner {
    /*background: var(--journalbg) no-repeat var(--siteblue);*/
    background-size: 40%;
    background-position: right center;
    padding: 40px 0;
}

#journal-banner .container {
    max-width: 1200px;
}

#journal-banner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#journal-banner .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
}

#journal-banner .col-md-8 {
    text-align: left;
}

#journal-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#journal-banner .btn {
    margin-top: 20px;
}

#journal-banner h1 {
    font-size: 1.5rem;
    color: #fff; /* White text for contrast */
    font-weight: 700;
}

#journal-banner p {
    font-size: 1rem;
    color: #f0f0f0; /* Light grey text for better visibility */
    margin-bottom: 15px;
}

#journal-banner .btn-group .btn {
    margin-right: 10px;
}


a {
    text-decoration: none;
    color: var(--primary-color);
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
.fvh-center {
    align-items: center;
    justify-content: center;
}
.mv-verticalmiddle {
    align-items: center;
}
.mv-sectionspace {
    padding: 40px 0;
}
.mv-sectioninnerspace {
    padding: 20px 0;
}
.mv-sliderdots {
    text-align: center;
    display: block;
    margin: 20px auto;
}
.mv-sliderdots .owl-dot span {
    background: transparent;
    border: 2px solid var(--primary-color);
}
.mv-sliderdots .owl-dot:hover span,
.mv-sliderdots .owl-dot.active span {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}
textarea,
select,
.mv-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #636c77;
    outline: none;
    height: 42px;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus,
.select select:focus,
.form-control:focus,
.mv-prev:hover,
.mv-next:hover,
.mv-btnreply:hover,
.mv-btnrecord:hover,
.mv-tagnew:before {
    border-color: var(--primary-color);
}
.mv-select {
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.mv-select select {
    cursor: pointer;
    z-index: 2;
    background: transparent;
    height: 40px;
    width: 100%;
    position: relative;
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
.mv-select:after {
    top: 0;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: "\e874";
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 40px;
    font-family: "Linearicons-Free";
    z-index: 1;
}
.form-group {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
label {
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
form p {
    float: left;
    position: relative;
    width: 100%;
}
form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}
option {
    padding: 5px 15px;
}
.mv-btn:hover,
.mv-dropdowarrow,
.navbar-toggle,
.mv-btn:hover:before,
.mv-btn.mv-btnactive:before,
.mv-bannercontent h1:before,
.mv-btnvideo,
.mv-editorchoice:hover .mv-postcontent .mv-btn:before,
.mv-prev:hover,
.mv-next:hover,
.mv-widgetcontent .mv-formsearch button,
.mv-widgetquestions .mv-widgetheading,
.mv-btnreply:hover,
.mv-btnrecord:hover,
.mv-tagnew,
.navbar-toggler,
.mv-dashboardnav > ul > li > a:before,
.mv-formsearchvtwo button,
.mv-articledetails li:before,
.mv-formaddnewfield .form-group .mv-radio input[type="radio"] + label:after,
.mv-formaddnewfield
    .form-group
    .mv-checkbox
    input[type="checkbox"]
    + label:after,
.chosen-container .chosen-results li.highlighted {
    background: var(--primary-color);
}
.v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mv-wrapper {
    overflow: hidden;
}
.mv-content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0 0;
    max-width: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
/*.mv-content-wrapper:before {*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 4px;*/
/*    background: url(../images/top-strip.jpg) repeat-x;*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*}*/
.mv-header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
}
.mv-topbar {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    float: left;
}
.mv-topbar .mv-socialicons {
    width: auto;
    padding-left: 0;
}
.mv-socialiconssimple {
    list-style: none;
    float: left;
    line-height: 20px;
    margin-bottom: 0;
}
.mv-header-middle .mv-socialiconssimple {
    float: none;
}
.mv-socialiconssimple li {
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}
.mv-header-middle .mv-socialiconssimple li {
    float: none;
    padding: 11px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv-header-middle .mv-socialiconssimple li:last-child {
    margin-right: 0;
}
.mv-socialiconssimple li:first-child {
    padding-left: 0px;
}
.mv-socialicons li a {
    text-decoration: none;
}
.mv-socialicons li a i {
    color: #fff;
    display: block;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
}
.mv-socialiconssimple li.mv-facebook a i {
    color: #3b5999;
}
.mv-socialiconssimple li.mv-twitter a i {
    color: #55acee;
}
.mv-socialiconssimple li.mv-linkedin a i {
    color: #0077b5;
}
.mv-socialiconssimple li.mv-youtube a i {
    color: #c4302b;
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.mv-header-middle {
    display: block;
    width: 102%;
    position: relative;
    padding: 20px 132px;
    background-color: #ffffff;
}
.mv-header-middle .mv-logo {
    width: 46%;
}
.mv-header-middle .mv-right {
    width: 70%;
}
.mv-header-middle .searchbox {
    /*background: var(--primary-color);*/
    background: #682861;
    height: 60px;
    border-radius: 40px;
    padding: 10px;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.mv-header-middle .searchbox ::placeholder {
    color: #ffffff;
}
.mv-header-middle .searchbox :-ms-input-placeholder {
    color: #ffffff;
}

.mv-header-middle .searchbox ::-ms-input-placeholder {
    color: #ffffff;
}
.mv-header-middle .searchbox .searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 80%;
    padding: 0 6px;
}
.mv-header-middle .searchbox .searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border-color: #2f3640;
}
.mv-header-middle .searchbox:hover .searchButton {
    background: #ffffff;
    color: #2f3640;
    border-color: #ffffff;
    cursor: pointer;
}
.mv-loginregister {
    float: right;
}
.mv-userloginarea,
.mv-userlogedinarea {
    display: block;
}
.mv-loginarea {
    display: block;
    float: left;
}
.mv-loging {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    line-height: 17px;
    margin-bottom: 0;
    padding-left: 0;
}
.mv-loging li {
    float: left;
    padding: 0 12px;
    line-height: inherit;
    list-style-type: none;
}
.mv-loging li a {
    color: #666;
    display: block;
    text-decoration: none;
}
.mv-userlogedinarea {
    position: relative;
    float: left;
}
.mv-userlogedinarea a {
    width: 100%;
    float: left;
    display: block;
    color: #636c77;
    position: relative;
    padding: 0 30px 0 0;
}
.mv-userlogedinarea > a > i {
    top: 50%;
    right: 0;
    font-size: 16px;
    margin: -8px 0 0;
    line-height: 16px;
    position: absolute;
    font-family: "FontAwesome";
}
.mv-userlogedinarea img {
    width: 48px;
    float: left;
    height: 48px;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
}
.mv-loginusername {
    padding: 8px 0;
    position: relative;
    float: right;
}
.mv-loginusername h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 14px;
}
.mv-loginusername span {
    display: block;
    font-size: 13px;
    line-height: 13px;
}
.mv-usernav {
    right: 0;
    opacity: 0;
    top: 140px;
    z-index: 9;
    width: 220px;
    visibility: hidden;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: block;
}
.mv-userlogedinarea:hover .mv-usernav {
    top: 60px;
    opacity: 1;
    visibility: visible;
}
.mv-usernav:before {
    width: 0;
    top: -5px;
    height: 0;
    right: 30px;
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #fff;
}
.mv-usernav ul {
    width: 100%;
    float: left;
    font-size: 12px;
    list-style: none;
    line-height: 13px;
    border-radius: 5px;
    background: #fff;
}
.mv-usernav ul li {
    width: 100%;
    float: left;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.mv-usernav > ul > li + li {
    border-top: 1px solid #ddd;
}
.mv-usernav ul li a {
    color: #919191;
    display: block;
    padding: 13px 20px;
    line-height: inherit;
    position: relative;
}
.mv-usernav ul li:nth-child(even) a {
    background: #fcfcfc;
}
.mv-usernav ul li a:before {
    top: 0;
    left: 0;
    height: 0;
    content: "";
    width: 2px;
    position: absolute;
}
.mv-usernav ul li a i {
    float: left;
    width: 30px;
    color: #919191;
    font-size: 15px;
    line-height: 15px;
}
.mv-usernav ul li a span {
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}
.mv-navigationarea {
    display: block;
    width: 100%;
    position: relative;
    /*background: var(--primary-color);*/
    background: #682861;
    padding: 10px 0;
    animation: slideDown 0.35s ease-out;
    transition: all 0.4s ease;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.mv-logo img {
    max-width: 250px;
    margin-left:-30px;
}
.mv-rightarea {
    float: right;
}
.mv-navigation > ul > li {
    display: inline-block;
    position: relative;
    list-style: none;
}
.mv-navigation > ul > li > a {
    color: #ffffff;
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.mv-navigation > ul > li > a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.11);
    border-top: 3px solid #ffffff;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.35s cubic-bezier(0.05, 0.29, 0.11, 1.54), height 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.mv-navigation > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.11);
    transition: all ease 0.35s;
}
.mv-navigation > ul > li > a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.mv-navigation > ul > li.menu-item-has-children > a,
.mv-navigation > ul > li.page_item_has_children > a {
    position: relative;
    /*padding: 11px 30px 11px 16px;*/
    padding-right: 30px;
}
/*.mv-navigation > ul > li.current-menu-item > a{
    color: var(--primary-color);
}*/
.mv-navigation > ul > li.current-menu-item > a::before {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s, 0.2s;
}
.mv-dropdowarrow {
    top: 9px;
    right: 15px;
    color: #fff;
    width: 20px;
    z-index: 5;
    height: 20px;
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    text-align: center;
}
.mv-dropdowarrow i {
    display: block;
    font-size: inherit;
    line-height: inherit;
}
.mv-navigation > ul > li.menu-item-has-children:before,
.mv-navigation > ul > li.page_item_has_children:before {
    font-family: "FontAwesome";
    top: 50%;
    right: 5px;
    font-size: 16px;
    margin: -5px 0 0;
    content: "\f107";
    line-height: 10px;
    position: absolute;
    transform: translateX(-50%);
    color: #ffffff;
}
.sub-menu,
.children {
    margin: 0;
    width: 230px;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sub-menu,
.mega-menu,
.children {
    left: 0;
    top: 150px;
    opacity: 0;
    text-align: left;
    /*background: var(--primary-color);*/
    background: #682861;
    visibility: hidden;
    position: absolute;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.mv-navigation > ul > li.menu-item-has-children:last-child .sub-menu,
.mv-navigation > ul > li.page_item_has_children:last-child .sub-menu {
    right: 0;
    left: auto;
}
.sub-menu li,
.children li {
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
}
.sub-menu li:hover,
.children li:hover {
    background: #ffffff8a;
}
.sub-menu li a,
.children li a {
    color: #ffffff;
    display: block;
    padding: 13px 30px;
}
.mv-navigation > ul > li:hover > .sub-menu {
    top: 150%;
    opacity: 1;
    visibility: visible;
}
.mv-btntopsearch {
    margin: 0 25px 0 20px;
    color: #636c77;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.mv-btn {
    float: none;
    vertical-align: middle;
    z-index: 3;
    color: #fff;
    padding: 0 25px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font: 500 14px/44px "Quicksand", Arial, Helvetica, sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: none;
    text-decoration: none !important;
}
.mv-btn:hover {
    color: #ffffff;
}
.mv-btn:hover:before {
    background: var(--primary-color) !important;
}
.mv-btn:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #636c77;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.mv-btnactive:before {
    background: var(--primary-color);
}
.mv-content {
    width: 100%;
    float: left;
    position: relative;
}
.mv-content ul {
    margin-left: 20px;
}
.mv-content ul li {
    list-style: disc outside;
    margin-bottom: 10px;
}
.mv-content ul li strong {
    color: var(--primary-color);
}
.mv-table tr th,
.mv-table tr td {
    padding: 5px;
    text-align: center;
    font-size: 15px;
}
.mv-table tr th {
    color: #ffffff;
    background-color: var(--primary-color);
    font-weight: 500;
}
.mv-table tr th:not(:last-child) {
    border-right: 1px solid #ddd;
}
.mv-table tbody tr td:not(:last-child) {
    border-right: 1px solid #ddd;
}
.mv-table tbody tr:nth-child(even) {
    background-color: #f8f6ff;
}
.mv-table tbody tr td:first-child {
    text-align: left;
}
/*===========================================
 Breadcrumb Style
 ============================================*/
.mv-breadcrumb-section {
    width: 100%;
    display: block;
    padding: 14px 0;
    background: #636c77;
}
.mv-breadcrumbcontent {
    width: 100%;
    float: left;
}
.mv-breadcrumbcontent h1 {
    margin: 0;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.mv-breadcrumb {
    margin: 0;
    padding: 0;
    color: #fff;
    float: right;
    text-align: left;
    list-style: none;
    text-transform: capitalize;
    font: 400 14px/14px "Quicksand", Arial, Helvetica, sans-serif;
}
.mv-breadcrumb li {
    width: auto;
    padding: 0 10px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
.mv-breadcrumb li:first-child:after {
    display: none;
}
.mv-breadcrumb li:after {
    top: 50%;
    left: -4px;
    width: 4px;
    height: 4px;
    content: "";
    margin: -2px 0 0;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}
.mv-breadcrumb li:last-child {
    padding: 0 0 0 10px;
}
.mv-breadcrumb li a {
    color: #fff;
    display: block;
}
/*===========================================
 Hero Slider
 ============================================*/
.mvHeroSlider .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 10;
    background-color: #000000;
}
.mvHeroSlider .carousel-item .carousel-caption {
    z-index: 12;
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
}
.mvHeroSlider .carousel-item .carousel-caption h5 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
}
.mvHeroSlider .carousel-item .carousel-caption p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
/*===========================================
 Spacing
 ============================================*/
.mv-b-spacing-30 {
    padding-bottom: 30px;
}
.mv-b-spacing-50 {
    padding-bottom: 50px;
}
.pt-30 {
    padding-top: 30px;
}
.mv-haslayout {
    width: 100%;
    float: left;
}
/*===========================================
 Icon Box Style
 ============================================*/
.mv-iconbox {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid;
    height: 100%;
    margin-bottom: 20px;
}
.mv-iconbox.shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.border-primary{
    border-color:var(--primary-color) !important;
}
.border-0 {
    border: 0 !important;
}
.mv-iconbox i {
    margin-bottom: 20px;
    font-size: 30px;
    color: var(--primary-color);
}
.mv-iconbox p {
    margin-bottom: 5px;
}
.mv-iconbox a strong {
    color: #636c77;
}
.mv-iconbox a:hover strong {
    color: #007bff;
}
.mv-bg-light {
    background-color: #fcfcfc;
}
/*===========================================
 Main Section
 ============================================*/
.mv-main {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.mv-logo-box {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    transition: all 1s;
}
.mv-logo-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin:0 auto;
}
.mv-logo-box:hover {
    /*transition: all 1s;
    transform: scale(1.1);*/
    transform: translateY(-20px);
}
.mv-logo-box:hover img {
    animation: bouncing 0.5s 0.3s;
}
@keyframes bouncing {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
.mv-indexing-logo-list .owl-stage {
    padding-top: 30px;
}
/*===========================================
 Button Style
 ============================================*/
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    padding: 17px 33px 15px;
    font-size: 16px;
    line-height: 1.34;
    border: 2px solid;
    font-family: "Montserrat", sans-serif, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}
.button-md {
    min-width: 140px;
    padding: 10px 23px;
    font-size: 16px;
    line-height: 1.5;
}
.button-ujarak,
.button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background 0.4s, border-color 0.4s, color 0.4s;
}
.button-default-outline-2,
.button-default-outline-2:focus {
    color: #000;
    background-color: #682861;
    border-color: #fff;
   padding:; 15px 18px 15px 18px;
   border-radius:6px;
}
.button-default-outline-2.button-ujarak::before {
    background: #162e44;
}
.button-ujarak,
.button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background: #162e44;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
}
.button-ujarak:hover {
    transition: background 0.4s 0.4s, border-color 0.4s 0s, color 0.2s 0s;
}
.button-default-outline-2:hover,
.button-default-outline-2:active {
    color: #ffffff;
    background-color: #162e44;
    border-color: #162e44;
}
.button-pipaluk {
    position: relative;
    overflow: visible;
    padding: 14px 35px 15px;
    border: none;
    z-index: 1;
}
.button-secondary.button-pipaluk,
.button-secondary.button-pipaluk:focus {
    background: transparent;
}
.button-pipaluk::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.button-secondary.button-pipaluk::before,
.button-secondary.button-pipaluk:focus::before {
    background: #01b3a7;
    border-color: #151515;
}
.button-secondary.button-pipaluk::after,
.button-secondary.button-pipaluk:focus::after {
    border-color: #151515;
}
.button-pipaluk::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    transform: scale(1.05);
    will-change: transform;
    z-index: -1;
}
.button-pipaluk:hover::before,
.button-pipaluk:active::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition-duration: 0.2s;
}
.button-pipaluk:hover::after,
.button-pipaluk:active::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}
/*===========================================
 Welcome Greeting Section
 ============================================*/
.mv-welcomegreeting {
    width: 100%;
    float: left;
    padding: 30px 10px;
    background: #fcfcfc;
}
.mv-welcomeslider {
    width: 100%;
    float: left;
}
.mv-welcomeimg {
    margin: 0;
    width: 100%;
    float: left;
    border-radius: 6px;
}
.mv-welcomeimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.mv-welcomeslider .mv-slidernav {
    display: none;
}
.mv-welcomehead,
.mv-welcomecontent {
    width: 100%;
    float: left;
}
.mv-welcomehead {
    padding: 0 0 22px;
}
.mv-welcomehead span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.mv-welcomehead h2 {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    color: var(--primary-color);
}
.mv-welcomecontent .mv-description p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.mv-btnarea {
    width: 100%;
    float: left;
    padding: 23px 0 0;
}
.mv-btnarea .mv-btn {
    padding: 0 50px;
}
.mv-btnarea .mv-btn + .mv-btn {
    margin: 0 0 0 26px;
}
.mv-btnvideo {
    color: #fff;
    left: -121px;
    display: block;
    bottom: 250px;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 20px 80px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mv-btnvideo,
.mv-btnvideo span {
    color: #fff;
}
.mv-btnvideo span {
    display: block;
    line-height: inherit;
}
.mv-btnvideo i {
    top: 0;
    left: 20px;
    width: 50px;
    height: 100%;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    background: #eb5463;
}
.mv-btnvideo i:after {
    width: 0;
    height: 0;
    top: -36px;
    left: 12px;
    z-index: 1;
    content: "";
    position: absolute;
    border-bottom: 25px solid #eb5463;
    border-left: 26px solid transparent;
    border-top: 25px solid #eb5463;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mv-btnvideo:hover i {
    color: #fff;
}
.mv-btn-1 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 500;
}
.mv-btn-1 i {
    padding-right: 5px;
}
.mv-btn-green {
    background-color: #198754;
    color: #fff;
}
.mv-btn-green:hover {
    color: #636c77;
    background-color: transparent;
    border: 1px solid #198754;
}
.mv-btn-red {
    background-color: #b40404;
    color: #fff;
}
.mv-btn-red:hover {
    color: #636c77;
    background-color: transparent;
    border: 1px solid #b40404;
}
.mv-btn-2 {
    padding: 3px 10px;
    border: 1px solid #e0e0e0;
    font-weight: 500;
    cursor: pointer;
}
.mv-btn-2 i {
    padding-right: 8px;
}
.mv-btn-2:hover {
    background-color: #efefef;
}
.mv-badge {
    padding: 5px 5px;
    background-color: var(--primary-color);
    color: #ffffff;
}
.mv-journalcodebox {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 10px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}
/* .mv-journalcodebox::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 70%;
    height: 5px;
    background-color: #01b3a7;
    z-index: 2;
    transform: translateX(-50%);
} */
.mv-journalcodebox i {
    padding-right: 7px;
}
/* =============================================
	Page Banner		
============================================= */
.mv-page-banner {
    width: 100%;
    /*height: 300px;
    max-height: 300px;*/
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv-page-banner img{
    display:block;
    width:100%;
    min-width:100vw;
    height:auto;
    max-width:100vw;
    
}
/* =============================================
	Icon Box Style		
============================================= */
.icon-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}
.icon-box i {
    font-size: 30px;
}
.icon-box p {
    margin-bottom: 5px;
}
.icon-box p:last-child {
    margin-bottom: 0;
}
.icon-box.left i {
    padding-right: 10px;
}
.icon-box.left {
    display: flex;
}
/* =============================================
	Bootstrap Scrolling Tabs Style		
============================================= */
.scrtabs-tab-container * {
    box-sizing: border-box;
}
.scrtabs-tab-container {
    height: 42px;
}
.scrtabs-tab-container .tab-content {
    clear: left;
}
.scrtabs-tab-container .scrtabs-tabs-movable-container > .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}
.scrtabs-tabs-movable-container {
    position: relative;
    transition: transform 2s;
}
.scrtabs-tabs-movable-container .tab-content {
    display: none;
}
.scrtabs-tab-container.scrtabs-rtl
    .scrtabs-tabs-movable-container
    > ul.nav-tabs {
    padding-right: 0;
}
.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 12px;
    height: 100%;
    padding-left: 0.5em;
    padding-top: 1.3em;
    width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee;
}
.scrtabs-tab-scroll-arrow > span {
    border-right: 3px solid #007bff;
    border-bottom: 3px solid #007bff;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}
.scrtabs-tab-scroll-arrow > span:hover {
    border-right-color: #0056b3;
    border-bottom-color: #0056b3;
}
.scrtabs-tab-scroll-arrow-left > span {
    transform: rotate(135deg);
}
.scrtabs-tab-scroll-arrow-right {
    padding-left: 0.4em;
}
.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer;
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
    cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable > span,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target > span {
    border-color: #ddd;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
    background-color: initial;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: nowrap;
    list-style: none;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li a {
    border: 1px solid #e1e0df;
    border-radius: 0;
    border-right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #636c77;
}
.scrtabs-tabs-fixed-container ul.nav-tabs li:last-child a {
    border: 1px solid #e1e0df;
}

.scrtabs-tabs-fixed-container ul.nav-tabs li a.active {
    border-top-color: var(--primary-color);
    color: #fff;
    background:#682861;
}
/* =============================================
	Tabs Style		
============================================= */
.mv-tabs {
    display: block;
    width: 100%;
    position: relative;
}
/* =============================================
	Journal Filter Style		
============================================= */
.mv-filters {
    display: none;
    width: 100%;
    position: relative;
}
.mv-filters ul {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-left: 0;
}
.mv-filters ul li {
    display: inline-block;
    position: relative;
    width: 35px;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 10px 15px 0;
    cursor: pointer;
    transition: all 0.4s ease;
}
.mv-filters ul li.active,
.mv-filters ul li:hover {
    transform: scale(1.2);
    transition-delay: 0.1s;
    background-color: var(--primary-color);
    color: #efefef;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 0;
    font-weight: 400;
}
.mv-filters ul li:last-child {
    margin-right: 0;
}
/* =============================================
			Journal Subject List Style		
============================================= */
.mv-journal-subject {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .mv-journal-subject ul {
        columns: 2;
    }
}
/* =============================================
			Journal Article Style		
============================================= */
.mv-journalarticles {
    position: relative;
    display: block;
    width: 100%;
}
.mv-journalarticle {
    width: 100%;
    display: flex;
    position: relative;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.mv-journalarticle .mv-journalarticleimg {
    width: 40%;
    position: relative;
}
.mv-journalarticle .mv-journalarticleimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.mv-journalarticle .mv-journalarticlecontent {
    width: 60%;
    position: relative;
    padding-left: 10px;
}
.mv-journalarticle .mv-journalarticlecontent p {
    margin-bottom: 6px;
    font-weight: 500;
}
.mv-journalarticle .mv-journalarticlecontent .mv-articletype strong {
    padding: 5px;
    background-color: #636c77;
    color: #fff;
}
.mv-journalarticle .mv-journalarticlecontent .mv-articlename {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.mv-journalarticle .mv-journalarticlecontent .mv-articlename a {
    color: #636c77;
}
.mv-journalarticle .mv-journalarticlecontent .mv-articlename a:hover {
    color: #007bff;
}
.mv-journalarticle .mv-journalarticlecontent .mv-journalaticleissue {
    font-weight: 600;
    margin-bottom: 0;
}
.mv-journalarticle .mv-journalarticlecontent .mv-journalarticleauthor {
    color: var(--primary-color);
    font-weight: 500;
}
.mv-journalarticle .mv-journalarticlecontent .mv-btngroup {
    text-align: right;
}
/* =============================================
	Article Full Text Style		
============================================= */
.mv-articlefulltext {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.mv-articlefulltext .mv-articleshort {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.mv-articlefulltext .mv-articleshort .mv-editor-list {
    margin-bottom: 15px;
}
.mv-articlefulltext .mv-articleshort .mv-editor-list li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}
.mv-articlefulltext .mv-articleshort .mv-editor-list li i {
    padding-right: 8px;
}
.mv-articlefulltext .mv-articleshort .mv-editor-list li:last-child {
    margin-right: 0;
}
.mv-articlefulltext .mv-articleshort p {
    margin-bottom: 5px;
    font-weight: 500;
}
.mv-articlefulltext .mv-articleshort .article-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.mv-tabs .tab-content {
    border: 2px solid #682861;
    border-top: 0;
    padding: 30px 25px 15px 35px;
   
}
/* =============================================
	Archive Page Style		
============================================= */
.mv-archiveaccordion {
    display: block;
    width: 100%;
    position: relative;
}
.mv-archiveaccordion .mv-accordioncontent .owl-carousel .mv-prev,
.mv-archiveaccordion .mv-accordioncontent .owl-carousel .mv-next {
    top: -40px;
}
.mv-accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
}
.mv-accordion-list .mv-accordion-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
}
.mv-accordion-list .mv-accordion-item.active .mv-accordiontilte:after {
    transform: rotate(45deg);
}
.mv-accordion-list .mv-accordion-item .mv-accordiontilte {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.mv-accordion-list .mv-accordion-item .mv-accordiontilte:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    color: #fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    transform: translateY(-50%);
}
.mv-accordion-list .mv-accordion-item div.mv-accordioncontent {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
}
.mv-archiveaccordion .mv-accordioncontent{
    padding:0 !important;
}
/* =============================================
			Border Heading Style		
============================================= */
.mv-borderheading {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.mv-borderheading h3 {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-color);
}
.mv-borderheading a {
    display: block;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* =============================================
			Journal Style		
============================================= */
.mv-journal,
.mv-journals {
    width: 100%;
    float: left;
}
.mv-journals .item {
    margin: 0 10px;
}
.mv-journal {
    padding: 15px;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    z-index: 1;
}
.mv-journal::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 8px solid #f4f4f4;
    transition: all 0.2s ease;
    z-index: -1;
}
.mv-journal:hover {
    transition-delay: 0.1s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
}
.mv-journal:hover::before {
    border-width: 0;
}
.mv-journalimg {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 6px;
    position: relative;
}
.mv-journalimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.mv-journalimg:before {
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: 6px;
    position: absolute;
    background: -moz-linear-gradient(
        -45deg,
        rgba(99, 108, 119, 0.5) 0%,
        rgba(99, 108, 119, 0.5) 100%
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(99, 108, 119, 0.5) 0%,
        rgba(99, 108, 119, 0.5) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(99, 108, 119, 0.5) 0%,
        rgba(99, 108, 119, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80636c77', endColorstr='#80636c77',GradientType=1 );
}
.mv-journalcontent {
    padding: 0;
    overflow: hidden;
}
.mv-journal:hover .mv-journalimg:before {
    opacity: 1;
    visibility: visible;
}
.mv-journalcontent.mv-head {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.mv-journalcontent .mv-username {
    color: #636c77;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.mv-journalcontent .mv-username:after {
    top: 0;
    left: 0;
    font-size: 13px;
    content: "\f007";
    line-height: 13px;
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
}
.mv-journalcontent .mv-username a {
    color: #636c77;
    display: block;
}
.mv-journalcontent .mv-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--primary-color);
}
.mv-journalcontent .mv-head h3 a {
    color: var(--primary-color);
    display: block;
}
.mv-journalcontent .mv-description {
    padding: 0 0 15px;
}
.mv-journalcontent .mv-description p {
    margin: 0;
}
.mv-prev,
.mv-next {
    right: 0;
    top: -55px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    border: 1px solid #dedede;
}
.mv-prev {
    right: 105px;
}
.mv-prev span,
.mv-next span {
    display: block;
    line-height: 24px;
}
.mv-prev:hover span,
.mv-next:hover span {
    color: #fff;
}
.mv-journal .mv-journalcontent .mv-btn {
    padding: 0 20px;
    line-height: 30px;
}

/* =============================================
			Sidebar Style						
============================================= */
.mv-sidebar {
    width: 100%;
    float: left;
}
.mv-journal-sidebar .mv-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mv-journal-sidebar .mv-heading span {
    display: block;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px solid #e1e0df;
}
.mv-journal-sidebar .mv-heading span:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: var(--primary-color);
}
.mv-journal-sidebar .journal-menu ul li {
    list-style-type: none;
    margin-bottom: 5px;
}
.mv-journal-sidebar .journal-menu ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 8px 15px;
    text-decoration: none;
    border-bottom: 1px solid #e1e0df;
    color: #636c77;
}
.mv-journal-sidebar .journal-menu ul li a.active {
    color: var(--primary-color);
    font-weight: 500;
    border-color: var(--primary-color);
}
.mv-journal-sidebar .journal-menu ul li:hover {
    background-color: #fcfcfc;
}
.mv-journal-sidebar .journal-menu ul li a:hover {
    color: var(--primary-color);
}
.mv-widget {
    width: 100%;
    float: left;
    position: relative;
}
.mv-widget + .mv-widget {
    margin: 40px 0 0;
}

aside .mv-widgetheading {
    width: 100%;
    padding: 10px 20px;
    margin: 0 !important;
    border-radius: 0;
    background: var(--primary-color);
    position: relative;
    border-bottom: 5px solid #162e44;
    cursor: pointer;
}
aside .mv-widgetheading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}
aside .mv-widgetcontent {
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #fcfcfc;
}
aside .mv-widget.mv-widgetquicklinks .mv-widgetcontent {
    padding: 0;
}
aside .mv-widget.mv-widgetquicklinks .mv-widgetcontent ul li {
    padding: 0;
}
aside .mv-widget.mv-widgetquicklinks .mv-widgetcontent ul li a {
    padding: 10px;

    border-bottom: 1px solid #ccc;
}
aside .mv-widget.mv-widgetquicklinks .mv-widgetcontent ul li:last-child a {
    border-bottom: 0;
}
aside .mv-widget.mv-widgetquicklinks .mv-widgetcontent ul li a:hover {
    border: 0;
    background-color: var(--primary-color);
    color: #ffffff;
}
aside .recent-article-list ul li {
    padding: 0;
    margin-bottom: 10px !important;
}
aside .mv-widgetcontent.collapse {
    transition: height 1000ms !important;
}
.mv-widgetheading {
    width: 100%;
    float: left;
    padding: 5px 20px;
    margin: 0 0 10px;
    /*border-radius: 6px;*/
    background: #682861;
}
.mv-widgetheading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}
.mv-widgetcontent {
    width: 100%;
    float: left;
}
.mv-widgetcontent .indexed-list-gallery {
    line-height: 0;
    -webkit-column-count: 2; /* split it into 5 columns */
    -webkit-column-gap: 20px; /* give it a 5px gap between columns */
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.mv-widgetcontent .indexed-list-gallery img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 30px; /* to match column gap */
}
.mv-widgetcontent ul {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    line-height: 14px;
    text-transform: capitalize;
}
.mv-widgetcontent ul li {
    width: 100%;
    float: left;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    padding: 6px 0 6px 15px;
}
.mv-widgetcontent ul li a {
    color: #162e44;
    display: block;
    line-height:22px;
}
aside .mv-widgetrecentarticle li a {
    line-height: 20px;
    color: var(--primary-color);
}
.mv-widgetcontent ul li:hover a {
    color: var(--primary-color);
}
.mv-widgetcontent ul li.mv-more {
    padding-left: 0;
}
.mv-widgetcontent .mv-formsearch .form-control {
    z-index: 1;
    position: relative;
    padding: 10px 45px 10px 15px;
}
.mv-widgetcontent .mv-formsearch button {
    top: 1px;
    color: #fff;
    right: 1px;
    z-index: 2;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
    position: absolute;
    border-radius: 0 6px 6px 0;
}
.mv-widgetimpactfector .mv-widgetcontent {
    padding: 7px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.mv-widgetimpactfector .mv-widgetcontent ul {
    padding: 0 10px;
    background: #fcfcfc;
}
.mv-widgetimpactfector .mv-widgetcontent ul li {
    padding: 20px 0;
}
.mv-widgetimpactfector .mv-widgetcontent ul li + li {
    border-top: 1px solid #ddd;
}
.mv-widgetimpactfector .mv-widgetcontent ul li:first-child {
    text-align: center;
}
.mv-widgetimpactfector .mv-widgetcontent ul li h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.mv-widgetimpactfector .mv-widgetcontent ul li h3 span {
    display: block;
}
.mv-widgetimpactfector .mv-widgetcontent ul li .mv-description p {
    margin: 0;
}
.mv-widgetimpactfector .mv-widgetcontent ul li .mv-description p a {
    color: var(--primary-color);
    display: block;
    margin: 10px 0 0;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
}
.mv-widgetnoticeboard .mv-widgetcontent ul {
    line-height: 22px;
}
.mv-widgetnoticeboard .mv-widgetcontent ul li:before {
    left: 0;
    top: 17px;
    width: 4px;
    height: 4px;
    content: "";
    margin: -2px 0 0;
    border-radius: 50%;
    position: absolute;
    background: #636c77;
}
.mv-headtitle {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
}
.mv-addimage {
    margin: 0;
    width: 100%;
    float: left;
    padding: 7px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.mv-addimage a {
    display: block;
}
.mv-addimage img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.mv-widgetquestions .mv-widgetheading h3 {
    color: #fff;
}
.mv-widgetquestions .mv-widgetcontent {
    padding: 10px 10px 0;
}
.mv-questions,
.mv-selectgroup {
    width: 100%;
    float: left;
}
.mv-selectgroup {
    padding: 0 0 24px;
}
.mv-questions .mv-btn {
    padding: 0 25px;
    line-height: 30px;
}
/* =============================================
			Article Style						
============================================= */
.mv-article-card {
    position: relative;
    border:1px dotted #00000070;
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom:15px;
    border-radius:10px;
    padding: 15px;
    min-height:350px;
}
.mv-article-card-header {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
.mv-article-card-header .mv-articleimg img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: 300ms ease-in-out;
}
.mv-article-card-header .card-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.9);
    transition: 300ms ease-in-out;
}
.mv-article-card-header .mv-articlecategory {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    padding: 5px;
    color: #ccc;
    border: 3px solid #ccc;
    opacity: 0;
    z-index: 1;
    transition: 300ms ease-in-out;
}
.mv-article-card:hover .mv-article-card-header .mv-articlecategory {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.mv-article-card-header .mv-articlelinks {
    position: absolute;
    display: flex;
    bottom: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}
.mv-article-card-header .mv-articlelinks a {
    position: relative;
    padding: 5px;
    color: #ccc;
    font-weight: 500;
    font-size: 15px;
    transition: 300ms ease-in-out;
    opacity: 0;
    transform: scale(0.5);
}
.mv-article-card-header .mv-articlelinks a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--primary-color);
    background: transparent;
}
.mv-article-card-header .mv-articlelinks a::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    transform: scale(1.05);
    will-change: transform;
    z-index: -1;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.mv-article-card-header .mv-articlelinks a:hover::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}
.mv-article-card-header .mv-articlelinks a:hover {
    color: #ffffff;
}
.mv-article-card-header .mv-articlelinks a:hover i {
    color: #ffffff;
}
.mv-article-card:hover .mv-articlelinks a {
    opacity: 1;
    transform: scale(1);
}
.mv-article-card-header .mv-articlelinks a i {
    padding-right: 5px;
    color: var(--primary-color);
}
.mv-article-card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.mv-article-card:hover .card-background-layer {
    z-index: 1;
    opacity: 1;
}
.mv-article-card:hover .mv-articleimg img {
    transform: scale(0.9) rotate3d(1, 1, 1, 6deg);
    z-index: -1;
}
.mv-article-card .mv-articlename {
    font-size: 20px;
    line-height: 30px;
    padding-top:3px;
}
.mv-article-card .mv-articlename a {
    color: #636c77;
    transition: 300ms ease-in-out;
}
.mv-article-card:hover .mv-articlename a {
    color: var(--primary-color);
}
.mv-article-card .mv-ediotorslist {
    display: block;
    position: relative;
}
.mv-article-card .mv-ediotorslist .mv-articleauthor {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.mv-article-card .mv-ediotorslist .mv-articleauthor i {
    color: var(--primary-color);
    padding-right: 5px;
}
.mv-article-card-footer {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    display: block;
    position: relative;
    width: 100%;
}
.mv-article-card-footer span {
    padding: 5px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.mv-article-card-footer span.mv-articledate {
    float: right;
    padding: 0 5px;
}
/* =============================================
			ABOUT PAGE Style		
============================================= */
.mv-aboutus {
    display: block;
    width: 100%;
}
.mv-aboutusimg {
    margin: 0;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 6px;
}
.mv-aboutusimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.mv-introduction span {
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.mv-introduction h4 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 33px;
}
.mv-placeholder {
    position: relative;
}
.mv-alignleft {
    float: left;
    margin: 0 30px 30px 0;
}
.mv-placeholder iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.mv-placeholder img {
    opacity: 1;
    width: 100%;
    max-width: 400px;
    visibility: visible;
}
.mv-firstletter {
    margin: 0;
    float: left;
    font-size: 70px;
    line-height: 65px;
    padding: 0 15px 0 15px;
}

/* =============================================
			UPLOAD ARTCLE Style		
============================================= */
.mv-uploadarticle {
    width: 100%;
    max-width: 562px;
    display: block;
    margin: 0 auto;
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #ddd;
    position: relative;
}
.mv-uploadarticleimg {
    margin: 0;
    width: 100%;
}
.mv-uploadarticleimg img {
    width: 100%;
    height: auto;
    display: block;
}
.mv-uploadarticleimg figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mv-uploadcontent {
    width: 100%;
    float: left;
    padding: 0 20px;
}
.mv-uploadcontent span {
    display: block;
    font-size: 18px;
    margin: 0 0 6px;
    line-height: 20px;
}
.mv-uploadcontent h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 24px;
}
.mv-uploadcontent .mv-btn {
    padding: 0 30px;
    line-height: 30px;
}
/* =============================================
			Team Style						
============================================= */
.mv-team {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.mv-team .mv-team-wrapper {
    min-height:250px;
    display: flex;
    padding:10px 0px 10px 20px;
    border: 1px dotted #ddd;
    box-shadow:rgb(149 157 165 / 15%) 0px 8px 24px;
}
.card.mv-team-single {
    padding: 15px;
}
.mv-team-single.mv-team .mv-team-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    border-bottom: 0;
    text-align: center;
}
.mv-team .mv-team-img img {
    max-width: 150px;
}
.mv-team.mv-team-single .mv-team-img img {
    max-width: 200px;
    border-radius: 50%;
}
.mv-team.mv-team-single .mv-team-info {
    padding: 0;
    margin-top: 10px;
}
.mv-team .mv-team-info {
    padding: 0 0 0 15px;
}
.mv-team .mv-team-info h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.mv-team.mv-team-single .mv-team-info h3 {
    margin-bottom: 0px;
}
.mv-team.mv-team-single .mv-team-info .designation {
    font-weight: 600;
}
.mv-team .mv-team-info p {
    margin-bottom: 5px;
    font-weight: 500;
}
.mv-team .mv-team-info a {
    text-decoration: underline;
}
.mv-editor-details {
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    border: 1px solid #eff2f5;
    padding: 15px;
}
.mv-editordetailstabs .scrtabs-tabs-fixed-container ul.nav-tabs li a.active {
    border-top-color: #198754;
    color: #ffff;
    background: var(--primary-color);
}
.mv-editordetailstabs.mv-tabs .tab-content {
    border-top: 1px solid #e1e0df;
    
}
/* =============================================
			Issues Years Style					
============================================= */
.mv-accordion {
    width: 100%;
    float: left;
}
.mv-panel {
    width: 100%;
    float: left;
}
.mv-panel + .mv-panel {
    margin: 10px 0 0;
}
.mv-panel h4 {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    line-height: 44px;
    border-radius: 6px;
    background: #fcfcfc;
    border: 1px solid transparent;
}
.mv-panel h4.active,
.mv-panel h4:hover {
    border-color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.mv-panel h4 i {
    float: right;
    font-weight: 400;
    line-height: 44px;
    font-family: "FontAwesome";
}
.mv-panel h4.active i:before,
.mv-panel h4:hover i:before {
    content: "\f106";
}
.mv-panelcontent {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f7f7f7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/* =============================================
			Add Article Style					
============================================= */
.mv-addarticlehold {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #eff2f5;
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    /*-webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);*/
}
.mv-formarticle fieldset .form-group {
    margin-bottom: 5px;
    padding: 5px;
}
.mv-formarticle .form-group .field-label {
    margin-bottom: 0;
    
}
.mv-formarticle textarea,
.mv-formarticle select,
.mv-formarticle .mv-select select,
.mv-formarticle .form-control,
.mv-formarticle .mv-adddelbtns {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 0;
    border-radius: 0;
    max-width: 500px;
    /*-webkit-box-shadow: 0 5px 20px 0 rgb(61 82 96 / 15%);
    box-shadow: 0 5px 20px 0 rgb(61 82 96 / 15%);*/
}
.mv-formarticle .mv-select {
    background-color: #ffffff;
    max-width: 500px;
}
.mv-formarticle .form-control:focus {
    -webkit-box-shadow: 0 23px 49px 0 rgb(61 82 96 / 15%);
    box-shadow: 0 23px 49px 0 rgb(61 82 96 / 15%);
    border: 0;
}
.mv-adddelbtns .mv-addbtn {
    float: right;
}

.mv-addbtn,
.mv-delbtn {
    width: 40px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
}
.mv-addbtn i {
    color: #26de81;
}
.mv-delbtn i {
    color: #e84c3d;
}
.mv-addarticlehold .mv-authorholdvtwo .mv-adddelbtns {
    top: 50%;
    right: 0;
    margin-top: -10px;
    position: absolute;
    transform: translateY(-50%);
}
.mv-formarticle fieldset .form-group textarea {
    width: 100%;
    float: left;
    resize: none;
    height: 250px;
}
/* =============================================
			Journal Indexing Style					
============================================= */
.mv-indexingonsites div[class^="col-"] {
    margin-bottom: 20px;
    text-align: center;
}
/* =============================================
			FAQ Accordion Style					
============================================= */
.mv-faq .mv-panel {
    margin-bottom: 10px;
}
.mv-faq .mv-panel h4 {
    border-radius: 0;
    background: #fff;
    border: 1px solid #e1e0df;
}
.mv-faq .mv-panel h4.active {
    color: #fff;
    background: var(--primary-color);
}
.mv-faq .mv-panelcontent {
    border: solid;
    border-width: 0 1px 1px 1px;
    border-color: #e1e0df;
    background: #fff;
    border-radius: 0;
}
/* =============================================
			Testimonial Style		
============================================= */
.mv-testimonial {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
}
.mv-testimonial .pic {
    margin-bottom: 15px;
}
.mv-testimonial .pic img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.mv-testimonial .description {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.mv-testimonial .description:before {
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.mv-testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.mv-testimonial .name {
    font-size: 22px;
    font-weight: 500;
}
.mv-testimonial .sub-title {
    font-weight: 500;
}
/* =============================================
			Footer Style						
============================================= */
.mv-footer {
    background: #fcfcfc;
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    position: relative;
    margin-top: 30px;
}
.mv-footercolumns {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.mv-fcol {
    width: 100%;
    float: left;
}
.mv-footeraboutus {
    text-align: center;
     color: #ffffff;
    
}

.mv-fcol .mv-logo {
    float: none;
    width: 234px;
    margin: 0 auto;
    display: block;
    padding: 0 0 25px;
}
.mv-footeraboutus .mv-description p {
    margin: 0;
    color: #000;
    font-weight:500;
}
.mv-footeraboutus .mv-description p a {
    text-decoration: none;
}
.mv-footeraboutus .mv-socialiconssimple {
    padding: 15px 0 0;
    text-align: center;
    float: unset;
}
.mv-footeraboutus .mv-socialiconssimple li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.mv-fcol .mv-widgetheading {
    margin: 0;
    border-radius: 0;
    background: none;
    padding: 0 0 20px;
}
.mv-fcol .mv-widgetheading h3 {
    font-size: 18px;
    line-height: 18px;
    color: var(--primary-color);
}
.mv-fcol .mv-widgetcontent ul li:before {
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    content: "";
    margin: -2px 0 0;
    border-radius: 50%;
    position: absolute;
    background: #636c77;
}
.mv-fcol .mv-widgetcontent ul.mv-usefull-link {
    column-count: 1;
}
.mv-fcol .mv-widgetcontent ul a{
    color:#000000;
}
.mv-fcol .mv-widgetcontent ul li i{
    color:var(--primary-color);
    font-size:20px;
}
.mv-fcol .mv-widgetcontent  a, .mv-fcol .mv-widgetcontent address{
    font-weight:500;
}
.mv-fcol .mv-widgetcontent ul li.mv-more:before {
    display: none;
}
.mv-widgetresources,
.mv-widgetusefullinks {
    padding: 0 0 0 30px;
}
.mv-widgetcontactus .mv-widgetcontent ul li {
    padding-left: 0;
}
.mv-widgetcontactus .mv-widgetcontent ul li:before {
    display: none;
}
.mv-widgetcontactus .mv-widgetcontent ul li address {
    margin: 0;
    font-style: normal;
}
.mv-widgetcontactus .mv-widgetcontent ul li i,
.mv-widgetcontactus .mv-widgetcontent ul li a i,
.mv-widgetcontactus .mv-widgetcontent ul li a span,
.mv-widgetcontactus .mv-widgetcontent ul li address {
    display: inline-block;
    vertical-align: top;
}
.mv-widgetcontactus .mv-widgetcontent ul li i,
.mv-widgetcontactus .mv-widgetcontent ul li a i {
    width: 30px;
}
.mv-widgetcontactus .mv-widgetcontent ul li address {
    width: 85%;
    line-height: 20px;
}
.mv-widgetcontactus .mv-widgetcontent ul li:first-child i {
    line-height: 18px;
}
.mv-btnscrolltotop {
    top: -23px;
    right: 80px;
    width: 90px;
    color: #fff;
    height: 22px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    background: url(../images/btnscroll-bg-blue.png) center center;
}
.mv-btnscrolltotop i,
.mv-btnscrolltotop:hover {
    color: #fff;
}
.mv-footerbottom {
    width: 100%;
    float: left;
    padding: 7px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    background:#682861;
}
.mv-copyrights {
    margin: 0;
    width: 100%;
    float: left;
    line-height: 17px;
    text-align: center;
    color:#fff;
    font-weight:500;
    padding-bottom:14px;
}
.mv-copyrights span {
    color: var(--primary-color);
    font-weight: 500;
}
/*===========================================
 Search Modal Popup
 ============================================*/
.mv-searcharea {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.mv-searcharea.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.mv-searcharea .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.mv-formtheme {
    width: 100%;
    float: left;
}
.mv-searcharea input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.mv-searcharea .mv-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

.mv-mainnav{
    justify-content:space-around !important;
}
#mvHeroSlider{
    height:475px;
}
/*header button css*/
.img-list{
        border: 1px dotted #00000082;
    border-radius: 5px;
    margin-bottom: 15px;
    padding:8px;

}

/*bread cumb journal css*/
#journal-banner {
    position: relative;
    background-color: #682861; /* Dark blue background for left side */
    padding: 40px 0;
    color: white;
    overflow: hidden;
}


#journal-banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px; /* Should match the ::before right value */
    width: 55%; /* Should match the ::before width */
    height: 100%;
    background: linear-gradient(to right, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.1));
    transform: skewX(-15deg); /* Should match the ::before transform */
    z-index: 2;
}

#journal-banner .container {
    position: relative;
    z-index: 3; /* Ensure content stays on top */
}

/* Mobile styles */
@media (max-width: 768px) {
    #journal-banner {
        background: #682861; /* Purple background for mobile */
    }
    
    #journal-banner::before,
    #journal-banner::after {
        display: none; /* Hide the diagonal image and overlay on mobile */
    }
}


/*scroll efect*/
.recent-article-list{
    height:400px !important;
}
.image-scroll{
    border:1px dotted #000 !important;
    margin-bottom:10px !important;
    border-radius:5px !important;
}

/*banner style*/
 #journal-banner {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 40px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    #journal-banner .title-small {
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 25px;
        border-bottom: 2px dotted #682861;
        display: inline-block;
        padding-bottom: 10px;
    }

    #journal-banner p {
        color: #505962;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    #journal-banner p:hover {
        transform: translateX(10px);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    #journal-banner strong {
        color: #682861;
        margin-right: 10px;
        font-size:14px;
    }
#navbarNav{
    margin-left:98px;
}
 

.mv-articlelinks {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.btn-article {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #212529;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.btn-article:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #0056b3;
    transform: translateY(-1px);
}

.btn-article i {
    font-size: 1.1rem;
}
.nav-tabs{
    border-bottom:2px solid #682861 !important;
}