
/* ======================
   Index
   ====================== */

/* ======================
   Default css
   ====================== */
body {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	color: #222;
	font-size: 14px;
}
.img, img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover {
	text-decoration: none;
}
a, button {
	outline: medium none;
}
.relative {
	position: relative;
}
.dnone {
	display: none;
}
table{
    width:100% !important;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Fredoka One', cursive; */
	font-family: 'Inter', sans-serif;
	color: #444444;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #941d1a; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #941d1a;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #941d1a;
}
p {
	color: #222;
    font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 15px;
}
label {
	color: #222;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}
.red {
	color: #f25961;
}
input:hover, 
input:active, 
input:focus,
textarea:hover, 
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.form-group input, input,
input.form-control,
.form-group textarea, textarea {
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-color: #dddddd;
	height: auto;
	color: #222;
	font-size: 14px;
}
input.form-control:focus,
.form-group input:focus,
.form-group textarea:focus,
input:focus,
textarea:focus,
.form-control:focus {
	box-shadow: none;
	color: #222;
}
.form-control:-moz-focusring {
	color: #222;
	text-shadow: none;
}
.form-group .file-title {
	color: #686868;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.form-group .file-upload {
	opacity: 0;
	display: none;
}
.form-group label.file-uploader {
	width: 150px;
	height: 150px;
}
.form-group label.file-uploader img {
	width: 100%;
	height: 100%;
	border: 3px dashed #ddd;
}
.relative .field-icon {
	position: absolute;
	right: 6px;
	top: 40px;
	font-size: 20px;
	cursor: pointer;
	z-index: 880;
}
.relative input[type="password"],
.relative input[type="text"] {
	padding-right: 35px;
}
.chosen-container-single .chosen-single span {
	font-size: 14px;
}

a.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}


.inner-overlay {
	position: relative;
}
.inner-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0.0) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.0)), color-stop(50%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0.0) 50%);
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0.0) 50%);
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0.0) 50%);
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0.0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 );
}
.plr-0 {padding-left:0;padding-right:0;}
.pt-100 {padding-top:100px;}
.pt-80 {padding-top:80px;}
.pt-50 {padding-top:50px;}
.pb-100{padding-bottom: 100px;}
.pb-80{padding-bottom: 80px;}
.pb-50{padding-bottom: 50px;}

.mb-30 {margin-bottom: 30px;}
.mb-15 {margin-bottom: 15px;}
.ml-15 {margin-left: 15px;}
.mt5 {margin-top: 5px;}
.mt-15 {margin-top: 15px;}

/* ======================
   Preloader css
   ====================== */
.tw-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.tw-ellipsis {
	position: relative;
	width: 80px;
	height: 15px;
	top: 50%;
	margin: auto;
}
.tw-ellipsis div {
	position: absolute;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
	background: #f62459;
}
.tw-ellipsis div:nth-child(1) {
	left: 8px;
	animation: tw-ellipsis1 0.6s infinite;
}
.tw-ellipsis div:nth-child(2) {
	left: 8px;
	animation: tw-ellipsis2 0.6s infinite;
}
.tw-ellipsis div:nth-child(3) {
	left: 32px;
	animation: tw-ellipsis2 0.6s infinite;
}
.tw-ellipsis div:nth-child(4) {
	left: 56px;
	animation: tw-ellipsis3 0.6s infinite;
}

@keyframes tw-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tw-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes tw-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* header section start */
.header-top {
	background: #941d1a;
	padding: 8px 0;
}
.h-t-left,.h-t-middle strong {
	color: #fff;
}
ul.social-list {}
ul.social-list li {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	margin-left: 5px;
}
ul.social-list li a i {
	color: #941d1a;
	transition: .4s;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	line-height: 20px;
}
ul.social-list li:hover a i {
	color: #fff;
	background:#941d1a;
}
a.top-submit-journal {
	float: right;
	background: #fff;
	padding: 2px 10px;
	color: #bb2424;
	font-weight: 700;
	border-radius: 3px;
}
a.top-submit-journal:hover {
	background: #fbe7e7;
	color: #111;
}

.main-header {
	padding: 10px 0;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.logo a strong {
	color: #941d1a;
	font-size: 15px;
}
.main-menu ul {
	float: right;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 10px;
	position:relative;
}
.main-menu ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	transition:.4s;
}
.main-menu ul li:hover a {
	color: #941d1a;
}
.main-menu ul li .submenu {
	position: absolute;
	min-width: 200px;
	transition: .3s;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	border-top: 5px solid #941d1a;
	background: #fff;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #941d1a;
	border-left: 1px solid #941d1a;
	border-right: 1px solid #941d1a;
}
.main-menu ul li .submenu.top-journals {
	width: 300px;
}
.main-menu ul li .submenu li:before{
	display:none;
}

.main-menu ul li:hover > .submenu {
	top: 193%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li .submenu li .submenu{
	left:100%;
	top:0;
}

.main-menu ul li .submenu li{
	display:block;
	margin:0;
}
.main-menu ul li .submenu li a {
	color: #333;
	padding: 10px;
	display: block;
}
.main-menu ul li .submenu li a:hover {
	background: #fff;
}
.main-menu ul li .submenu li:hover > a {
	color: #f8a683;
}

.main-menu ul li .submenu li:hover > a {
	color: #941d1a;
	background: #931c191a;
}
.main-header .container .row .col-md-10 {
	align-self: center;
}
/* header section end */
/* news page section start */
.main-news {
	text-align: center;
}
.news-page-area {
	padding: 30px 0;
}
.heading {
	text-align: center;
}
.post-meta img {
	width: 5%;
}
.post-meta {
	text-align: center;
}
.auther-info a,.meta_categories a {
	color: #333;
	font-weight: 600;
	transition:.4s;
}
.post-meta span {
	margin: 0 5px;
}

.auther-info a:hover,.meta_categories a:hover{
	color:#941d1a;
}
.single-news {
	padding-bottom: 15px;
	border-bottom: 1px solid #941d1a;
	margin-bottom: 15px;
}
.access {
	font-weight: 600;
	margin: 0;
}
.access a {
	color: #333;
	transition: .4s;
}
.access a:hover {
	color: #941d1a;
}
.main-news-title {
	margin-bottom: 15px;
	font-size: 30px;
}
.news-details {
	text-align: justify;
}
.get-started {
	margin-top: 15px;
	text-align: justify;
	width: 100%;
}
.get-started .start-title {
	text-align: center;
	margin-bottom: 20px;
}

.get-col-1 {
	border-bottom: 1px solid #941d1a;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.get-col-2 {
	border-bottom: 1px solid #941d1a;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.auther-col {
	margin-bottom: 15px;
}
.get-started p a {
	color: #921c19;
}
.mt-30 {
	margin-top: 30px;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #931c191a;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #921c19;
}
.left-col {
	font-size: 16px;
	font-weight: 700;
	height: auto;
	padding: 5px;
	width: 100%;
	background: #941d1a;
	color: #fff;
	text-align: center;
}
.panel-box {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border-color: #941d1a;
}
.panel-body {
	padding: 15px;
	margin-top: -28px;
}
.panel-heading {
	padding: 0 6px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	top: -26px;
}
.panel-body {
	height: 500px;
	overflow: auto;
	margin-top: 0 !Important;
}
.news-item {
	padding: 4px 4px;
	margin: 0;
	border-bottom: 1px dotted #941d1a;
	transition:.4s;
}
.news-item:hover {
	background: #941d1a1a;
}
.news-item a {
	color: #333;
	transition:.4s;
}
.news-item:hover a {
	color: #941d1a;
}
.right-col {
	font-size: 16px;
	font-weight: 700;
	height: auto;
	padding: 5px;
	width: 100%;
	background: #941d1a;
	color: #fff;
	text-align: center;
}
.btn.btn-link.btn-block.text-left {
	font-size: 14px;
	padding: 0;
	color: #333;
	text-decoration: none;
	transition: .4s;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}
.card-header:hover .btn.btn-link.btn-block.text-left{
	color:#941d1a;
}
.card-header {
	padding: 0.40rem 0.50rem;
	transition:.4s;
}
.card-header:hover{
	background:#931c191a;
}
.card-body {
	padding: 0.50rem;
}
.card {
	border-color: #941d1a;
	border-radius: 0px;
}

/* Top 10 Social Science and Education Journals */
.category-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 7px 7px 7px;
	margin: 15px 0;
	border-bottom: 1px solid #941d1a1f;
	background: #941d1a1f;
	margin-top: 15px !important;
}
.category-title:first-child {
	margin: 0;
}
.section-title {
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height:18px;
}
.view-all .btn {
	padding: 0.18rem 0.50rem;
	font-size: 14px;
	border: 1px solid #941d1a;
	border-radius: 0;
	font-weight: 600;
	position: relative;
	transition: .4s;
	color: #fff;
}
.view-all .btn:hover {
	color: #941d1a;
	background: #931c191a;
}
.view-all .btn::before, .view-all .btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #941d1a;
	z-index: -1;
	transition: all 0.4s ease-in-out;
	width: 51%;
}
.view-all .btn::after {
	right: 0;
	left: auto;
}
.view-all .btn:hover::before, .view-all .btn:hover::after {
	width: 0;
}

.resource-indiv {
	padding: 10px;
	float: left;
	background: #fbf5f5;
	margin: 10px 0;
	height: 90px;
	overflow: hidden;
	width: 100%;
}
.resource-indiv .logo-box {
	width: 100px;
	border: solid 1px #941d1a1f;
	float: left;
	height: 55px;
	overflow: hidden;
	margin-top: 5px;
}
.logo-box img {
	width: 100%;
	height: 100%;
}
.resource-indiv .res-content {
	float: left;
	width: calc(100% - 100px);
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	height: 65px;
	text-align: left;
}
.res-content p {
	margin-bottom: 0;
	line-height: 20px;
}
.res-content .head-title {
	margin-bottom: 5px;
}
.res-content .head-title a {
	color: #941d1a;
}

/* Top 10 Social Science and Education Journals */
/* news page section end */
/* search */
.search-area {
	padding: 30px 0px 5px 0px;
}

.search-title-top {
	text-align: center;
	color: #941d1a;
	font-size: 22px;
	margin: 15px 0;
}
.discipline-chart-search select {
	color: #333;
	background: #ecf1fb;
	background: -moz-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf1fb),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -o-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -ms-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: #fff;
	border: 2px solid #941d1a;
	font-weight: 400;
	height: 35px;
	width: 250px;
}
.discipline-chart-search .form-input input {
	height: 35px;
	width: 88%;
	padding: 15px;
	border: 2px solid #921c19;
}
.search-button {
	height: 35px;
	width: 80px;
	color: #fff;
	border: 2px solid #941d1a;
	transition: .4s;
	font-weight: 700;
	border-radius: 0;
	position: relative;
	background: #941d1a;
}

.search-button:hover {
	color: #941d1a;
	background: #931c191a;
}
.search-button::before, .search-button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #941d1a;
	z-index: -1;
	transition: all 0.4s ease-in-out;
	width: 51%;
}
.search-button::after {
	right: 0;
	left: auto;
}
.search-button:hover::before, .search-button:hover::after {
	width: 0;
}
.discipline-select-form .form-input input {
	height: 35px;
	width: 200px;
	padding: 15px;
	border: 2px solid #941d1a;
}
.discipline-chart-search {
	text-align: center;
}
.discipline-select-form {
	margin-right: 20px;
}

/* search */

/* resources start */




/* resources-form */
.resources-form-bg {
	background-color: #f4e7e7;
	float: left;
	margin-top: 30px;
	padding: 15px;
	width: 100%;
}
.resources-form-bg p {
	text-align: justify;
	line-height: 20px;
}
.search-title {
	font-weight: 700;
	height: auto;
	padding: 5px;
	width: 100%;
	background-color: #931c191a;
	border-bottom: dotted 1px #941d1a;
	position: relative;
	float: left;
}
.search-title .view-all {
	margin: 2px 0;
	text-align: center;
	padding: 0;
	border: 0;
}














.search-title input[type="text"] {
	background: #ecf1fb;
	background: -moz-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf1fb),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -o-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: -ms-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: #fff;
	border: solid 1px #941d1a;
	font-size: 12px;
	font-weight: 400;
	height: 30px;
	padding: 0 7px;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
}
.search-title select {
	color: #931c1982;
	/* height: 30px !important; */
	/* background: #ecf1fb; */
	/* background: -moz-linear-gradient(top,#ecf1fb 0,#fff 100%); */
	/* background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf1fb),color-stop(100%,#fff)); */
	/* background: -webkit-linear-gradient(top,#ecf1fb 0,#fff 100%); */
	/* background: -o-linear-gradient(top,#ecf1fb 0,#fff 100%); */
	background: -ms-linear-gradient(top,#ecf1fb 0,#fff 100%);
	background: #fff;
	border: solid 1px #941d1a;
	font-weight: 400;
	height: 30px;
	padding: 0 3px;
	width: 100%;
	font-size: 12px;
}
.search-title input[type="checkbox"] {
	width: 15px !important;
	height: 15px !important;
	margin: 0;
}
.search-title tr {
	line-height: 24px;
}
/* resources-form */

/* resources end */


/* mobile-menu */
.mobile-menu-area {
	display: none;
}
/* mobile-menu */

/* impact-factor */
.impact-factor li {
	list-style: disclosure-closed;
	margin-left: 15px;
	color: #941d1a;
	transition:.4s;
}
.impact-factor li a {
	color: #333;
	transition:.4s;
}
.impact-factor li a:hover {
	color: #941d1a;
}
/* impact-factor */


/* contact us section start */
.contact-area {
	padding-bottom: 50px;
}
.contact-us {
	padding: 30px 0;
	background: #fbf5f5;
	text-align: center;
	margin-bottom: 80px;
}
.contact-us .contact-heading {
	margin: 0;
	font-size: 22px;
}
.contact-box-heading {
	border-bottom: 1px solid #941d1a1f;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.single-contact-box {
	padding: 20px;
	background: #fbf5f5;
	margin-bottom: 30px;
}
.single-contact-box-title {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #941d1a1f;
	margin-bottom: 15px;
}
.single-contact-box-title .section-title {
	font-size: 25px;
	line-height: 25px;
}
.contact-icon a {
	color: #fff;
}

.contact-icon {
	height: 35px;
	width: 35px;
	text-align: center;
	font-size: 14px;
	border-radius: 100%;
	background: #941d1a;
	line-height: 35px;
	margin-right: 15px;
	float: left;
}
.contact-address {
	display: grid;
}
.contact-address a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	transition: .4s;
	line-height: 20px;
}
.contact-address a:hover{
	color:#941d1a;
}
.list-item {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 30px;
	line-height: 1;
	color: #37368e;
	text-align: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: left;
}
.single-contact-box-info {
	margin-bottom: 30px;
}
.single-contact-box-info:last-child{
	margin:0;
}
.elementor-icon .list-item {
	display: grid;
	text-align: center;
	padding: 28px 0;
}
.elementor-icon .list-item .contact-icon {
	text-align: center;
	margin: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: relative;
	margin-bottom: 15px;
}
.elementor-icon .address {
	margin-bottom: 30px;
}
/* contact us section end */
/* scrollup */
.scroll-to-top {
	background: #941d1a;
	height: 40px;
	width: 40px;
	right: 40px;
	bottom: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	position: fixed;
	font-weight: 600;
	transition:.4s;
}
.scroll-to-top:hover {
	color: #333;
}
/* scrollup */

/* main-page-area */
.main {
	min-height: 700px;
	padding-bottom: 30px;
}

.mpt-heading {
	padding: 30px 0;
	background: #fbf5f5;
	text-align: center;
	margin-bottom: 30px;
}
.mpt-heading .mph-title {
	margin: 0;
	font-size: 22px;
}
/* main-page-area */

/* details section start */

.res-content p a {
	color: #333;
	transition:.4s;
}
.res-content p a:hover{
	text-decoration:underline;
}
/* details section end */

.details-info {}
.details-info .site_logo {
	width: 124px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
.details-info .site_logo img {
	width: 100%;
	height: auto;
}

.all-journal-list .section-title {
	margin: 30px 0;
	padding: 10px 10px;
	background: #fbf5f5;
}
.all-journal-list ul li {
	display: inline-block;
	position:relative;
	transition:.4s;
}
.all-journal-list ul li a {
	padding: 7px 20px;
	margin-right: 5px;
	border: 1px solid #fbf5f5;
	background: #941d1a;
	color: #fff;
	transition: .4s;
	float: left;
	margin-bottom: 10px;
}
.all-journal-list ul li a:hover {
	color: #111;
	background: #fbf5f5;
}

/* ======================
   entry css
   ====================== */
.entry {}
.entry p {
	margin: 0 0 10px;
}
.entry ol {
	list-style: decimal;
}
.entry ul {
	list-style: disc;
}
.entry ol, 
.entry ul {
	margin: 0px 0px 15px 30px;
}
.entry ol li, .entry ol li a, 
.entry ul li, .entry ul li a {
	letter-spacing: 0.05em;
	line-height: 2;
}
.entry h1 {
	font-size: 40px;	
}
.entry h2 {
	font-size: 33px;
}
.entry h3 {
	font-size: 27px;
}
.entry h4 {
	font-size: 23px; 
}
.entry h5 {
	font-size: 20px; 
}
.entry h6 {
	font-size: 17px; 
}
.entry .blockquote {
	padding: 10px 20px;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	letter-spacing: 0.05em;
}
.entry .blockquote p {
	margin: 0;
}
.entry pre {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5px;
	border-style: solid;
	padding: 20px;
	margin: 10px 0px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.entry b {
	font-weight: bold;
}
.entry u {
	text-decoration: underline;
}

/* footer section start */
.footer-area {
	padding: 20px 0;
	background: #941d1a;
	color: #fff;
	text-align: center;
}
/* footer section end */