:root{
    --bg1: #01317d;
    --bg2: #def0ed;
    --bg3: #ffffff;
    --bg4: #eaeaea;
    --font1: #000;
    --font2: #4a4a4a;
    --font3: #ffffff;
    --font4: #01317d;
    --font5: #848484;
    --btn1: #02327d;
    --btn2: #eb9d36;
    --btn3: #000000;
}

body 
{
   font-family: 'IBM Plex Sans', sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   color: var(--font1);
}

/* Header Start */
.header-sec .main-nav{
    background-color: var(--bg3);
}
.header-sec .main-nav .navbar{
    padding: 10px 0px;
}
.header-sec .main-nav .navbar-brand{
    width: 50%;
}
.header-sec .main-nav .navbar-brand .logo{
    width: 50%;
}
.header-sec .main-nav .nav-item {
    padding: 0px 10px;
}
.header-sec .main-nav .nav-item .nav-link{
    font-size: 16px;
    color: var(--font1);
    font-weight: 400;
}
.header-sec .main-nav .nav-item .btn{
    background-color: var(--btn1);
    color: var(--font3);
    padding: 7px 20px;
}
.header-sec .main-nav .nav-item .btn:hover{
    background-color: var(--btn2);
}
.header-sec .title-sec{
    background-color: var(--bg2);
    padding: 50px 0px;
}
.header-sec .title-sec h1{
    color: var(--font1);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1.2;
}
.header-sec .sub-nav{
    background-color: var(--bg1);
}
.header-sec .sub-nav .nav-item {
    padding: 0px 0px 0px 0px;
}
.header-sec .sub-nav .nav-item .nav-link{
    font-size: 18px;
    color: var(--font3);
    padding: 7px 20px;
    border-radius: 25px;
}
.header-sec .sub-nav .nav-item .nav-link:hover{
    background-color: var(--bg3);
    color: var(--font1);
}
.header-sec .sub-nav .navbar-brand{
    display: none;
}
.header-sec .sub-nav .fixed-top {
    background-color: inherit;
}
@media(max-width: 768px){
    .header-sec .main-nav .navbar-brand {
        width: 75%;
    }
    .header-sec .main-nav .navbar-brand .logo {
        width: 60%;
    }
    .header-sec .main-nav .nav-item .btn {
        width: fit-content;
        margin-bottom: 10px;
    }
    .header-sec .sub-nav .title-sec h1 {
        font-size: 30px;
    }
    .header-sec .sub-nav .navbar-brand {
        display: block;
        color: #fff;
        font-weight: 600;
    }
    .header-sec .sub-nav .navbar-toggler {
        background: #fff;
    }
}
/* Header Ends */


/* Home page Start */
.home-p{
    padding: 60px 0px 40px 0px;
}
.home-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.home-p .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.home-p .ls{}
.home-p .ls .heading{
    color: var(--font1);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.home-p .rs{
    padding-left: 4%;
}
.home-p .rs .outer-cover{
    background: var(--bg4);
    padding: 30px 30px 30px 30px;
}
.home-p .rs .outer-cover .first-sec{
    margin-bottom: 40px;
}
.home-p .rs .outer-cover .first-sec .search{

}
.home-p .rs .outer-cover .first-sec .search input{
    border-radius: 5px;
}
.home-p .rs .outer-cover .first-sec .btn {
    background: var(--bg3);
    left: -100%;
    z-index: 9;
    position: relative;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 5px;
}
@media(max-width: 768px){
    .home-p{
        padding: 40px 0px 40px 0px;
    }
    .home-p .main-heading
    {
        font-size: 26px;
    }
    .home-p .rs{
        padding-left: 12px;
    }
}
/* Home page ends */


/* Article list Start */
.article-cover{
    padding: 10px 0px 30px 0px;
    border-bottom: 1px dashed #111111;
    margin-bottom: 30px;
}
.article-cover:last-child{
    border-bottom: none;
}
.article-cover .tags-list{
    padding-left: 0px;
    margin-bottom: 5px;
}
.article-cover .tags-list li{
    list-style: none;
    display: inline-block;
    font-size: 16px;
    background: var(--btn2);
    color: var(--font3);
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.article-cover .tags-list .tag1{
    background: var(--btn1);
}
.article-cover .title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 10px;
}
.article-cover .authors{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--font2);
    margin-bottom: 5px;
}
.article-cover .authors p{
    margin-bottom: 0px;
}
.article-cover .authors a{
    display: none;
}
.article-cover .others{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}
.article-cover .abstract{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.article-cover .abstract p{
    margin-bottom: 0px;
}
.article-cover .cta{
    background-color: var(--btn1);
    color: var(--font3);
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
}
.article-cover .cta:hover{
    background-color: var(--btn2);
}
.article-cover .warning{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
/* Article list ends */


/* Article detail page Start */
.article-detail-p{
    padding: 40px 0px 40px 0px;
}
.article-detail-p .LS{}
.article-detail-p .LS .outer-cover{}
.article-detail-p .LS .outer-cover .volume{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.article-detail-p .LS .outer-cover .volume span{
    font-weight: 600;
}
.article-detail-p .LS .outer-cover .tags-list{
    padding-left: 0px;
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .tags-list li{
    list-style: none;
    display: inline-block;
    font-size: 16px;
    background: var(--btn2);
    color: var(--font3);
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .tags-list .tag1{
    background: var(--btn1);
}
.article-detail-p .LS .outer-cover .title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .authors{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
    color: var(--font2);
}
.article-detail-p .LS .outer-cover .authors p{
    margin-bottom: 0px;
    color: inherit;
}
.article-detail-p .LS .outer-cover .authors a{
    text-decoration: none;
    color: inherit;
}
.article-detail-p .LS .outer-cover .authors-affiliations{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .authors-affiliations p{
    margin-bottom: 0px;
}
.article-detail-p .LS .outer-cover .others{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .others span{
    font-weight: 600;
}
.article-detail-p .LS .outer-cover .others a{
    color: var(--font4);
    text-decoration: none;
}
.article-detail-p .LS .outer-cover .dates{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.article-detail-p .LS .outer-cover .dates span{
    font-weight: 600;
}
.article-detail-p .LS .outer-cover .files-list{
    padding-left: 0px;
    margin-bottom: 30px;
}
.article-detail-p .LS .outer-cover .files-list li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.article-detail-p .LS .outer-cover .files-list li a{
    font-size: 16px;
    background: var(--btn1);
    color: var(--font3);
    border-radius: 5px;
    padding: 6px 14px;
    text-decoration: none;
}
.article-detail-p .LS .outer-cover .files-list li a:hover{
    background: var(--btn2);
}
.article-detail-p .LS .outer-cover .abstract{
    padding: 20px 30px 20px 30px;
    background: var(--bg2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.article-detail-p .LS .outer-cover .abstract .heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .abstract p{
    margin-bottom: 0px;
}
.article-detail-p .LS .outer-cover .keywords{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.article-detail-p .LS .outer-cover .keywords span{
    font-weight: 600;
}
.article-detail-p .LS .outer-cover .full_text_article{
    margin-top: 40px;
}
.article-detail-p .LS .outer-cover .full_text_article p, .article-detail-p .LS .outer-cover .full_text_article p span{
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: inherit !important;
	margin: 0px 0px 20px 0px !important;
}
.article-detail-p .LS .outer-cover .full_text_article h1, .article-detail-p .LS .outer-cover .full_text_article h2, .article-detail-p .LS .outer-cover .full_text_article h3, .article-detail-p .LS .outer-cover .full_text_article h4, .article-detail-p .LS .outer-cover .full_text_article h5, .article-detail-p .LS .outer-cover .full_text_article h6{
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-family: inherit !important;
	margin: 0px 0px 10px 0px !important;
	border-bottom: 1px dotted #cccccc !important;
	padding-bottom: 10px;
}
.article-detail-p .LS .outer-cover .full_text_article ol, .article-detail-p .LS .outer-cover .full_text_article li, .article-detail-p .LS .outer-cover .full_text_article ul{
	padding-left: 20px !important;
}
.article-detail-p .LS .outer-cover .full_text_article li{
	font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    margin: 0px 0px 5px 0px !important;
}
.article-detail-p .LS .outer-cover .full_text_article img{
    max-width: 300px;
    max-height: 300px;
    cursor: pointer;
}
.article-detail-p .LS .outer-cover .references
{
    margin-top: 40px;
}
.article-detail-p .LS .outer-cover .references .heading
{
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-family: inherit !important;
	margin: 0px 0px 10px 0px !important;
	border-bottom: 1px dotted #cccccc !important;
	padding-bottom: 10px;
}
.article-detail-p .LS .outer-cover .references ol, .article-detail-p .LS .outer-cover .references li, .article-detail-p .LS .outer-cover .references ul {
    padding-left: 20px !important;
}
.article-detail-p .LS .outer-cover .references li{
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    margin: 0px 0px 5px 0px !important;
}
.article-detail-p .LS .outer-cover .references li p{
    margin-bottom: 0px;
}
.article-detail-p .LS .outer-cover .copyright
{
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    margin: 40px 0px 5px 0px !important;
}
.article-detail-p .LS .outer-cover .copyright .heading
{
	font-weight: 600 !important;
	line-height: 1.2 !important;
	font-family: inherit !important;
	margin: 0px 0px 10px 0px !important;
	border-bottom: 1px dotted #cccccc !important;
	padding-bottom: 10px;
}
.article-detail-p .LS .outer-cover .copyright p{
    margin-bottom: 0px;
}
.article-detail-p .LS .outer-cover .citation{
    padding: 20px 30px 20px 30px;
    background: var(--bg4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 40px;
}
.article-detail-p .LS .outer-cover .citation .heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 10px;
}
.article-detail-p .LS .outer-cover .citation p{
    margin-bottom: 0px;
}
.article-detail-p .LS .outer-cover .citation .types-list{
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.article-detail-p .LS .outer-cover .citation .types-list li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.article-detail-p .LS .outer-cover .citation .types-list li a{
    font-size: 16px;
    background: var(--btn1);
    color: var(--font3);
    border-radius: 5px;
    padding: 6px 14px;
    text-decoration: none;
}
.article-detail-p .LS .outer-cover .citation .types-list li a:hover{
    background: var(--btn2);
}
.article-detail-p .RS{
    padding-left: 4%;
}
.article-detail-p .RS .outer-cover{
    background: var(--bg4);
    padding: 30px 30px 30px 30px;
    position: sticky;
    top: 10%;
}
.article-detail-p .RS .outer-cover .first-sec{
    margin-bottom: 40px;
}
.article-detail-p .RS .outer-cover .first-sec .counts{
    width: 100%;
}
.article-detail-p .RS .outer-cover .first-sec .counts .each_count{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.article-detail-p .RS .outer-cover .first-sec .counts .each_count .title{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
}
.article-detail-p .RS .outer-cover .first-sec .counts .each_count .count{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 5px;
}
.article-detail-p .RS .outer-cover .citation-counts{
    
}
.article-detail-p .RS .outer-cover .citation-counts .title{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px;
}
.article-detail-p .RS .outer-cover .share{
    margin-top: 30px;
}
.article-detail-p .RS .outer-cover .share .icon-bar{
    text-align: center;
}
.article-detail-p .RS .outer-cover .share .icon-bar a {
    text-align: center;
    padding: 3px 5px;
    margin: 20px 8px 10px 8px;
    transition: all 0.3s ease;
    color: var(--font1);
    font-size: 24px;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa {
 font-size: 26px;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-whatsapp {
 color: #25D366;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-facebook {
 color: #3b5998 ;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-twitter {
 color: #38A1F3;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-instagram {
 color: #3f729b ;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-linkedin {
 color: #0077B5;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa-envelope {
    color: #0499d5;
}
.article-detail-p .RS .outer-cover .share .icon-bar .fa:hover {
 color: #494949;
}
.article-detail-p .RS .outer-cover .share .icon-bar a:hover {
}

@media(max-width: 768px){
    .article-detail-p .LS .outer-cover .full_text_article img{
        height: auto !important;
    }
    .article-detail-p .RS {
        padding-left: 12px;
    }
}
/* Article detail page ends */


/* Related articles Start */
.related_articles{}
.related_articles .heading{
    color: var(--font1);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 10px;
}
.related_articles .related_article_cover{
    padding-bottom: 25px;
    border-bottom: 1px dashed #111111;
    margin-bottom: 30px;
}
.related_articles .related_article_cover:last-child{
    border-bottom: none;
}
.related_articles .related_article_cover .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--font1);
    margin-bottom: 5px;
}
.related_articles .related_article_cover .authors {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--font2);
    margin-bottom: 5px;
}
.related_articles .related_article_cover .authors p{
    margin-bottom: 0px;
}
.related_articles .related_article_cover .authors p a{
    display: none;
}
.related_articles .related_article_cover .views {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 14px;
}
.related_articles .related_article_cover .cta {
    background-color: var(--btn1);
    color: var(--font3);
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
}
.related_articles .related_article_cover .cta:hover{
    background-color: var(--btn2);
}

@media(max-width: 768px){
    .related_articles .heading {
        font-size: 24px;
    }
}
/* Related article ends */



/* About page Start */
.about-p
{
    padding: 40px 0px 20px 0px;
}
.about-p .section-div{
    margin-bottom: 30px;
}
.about-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.about-p .sub-heading
{
    color: var(--font1);
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}
.about-p .LS{
    padding-right: 40px;
}
.about-p .LS .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.about-p .LS ul
{
	padding-left: 20px;
}
.about-p .LS ul li
{
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.about-p .RS .cover-photo{
    margin-bottom: 10px;
}
.about-p .RS .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.about-p .RS .text span
{
	font-weight: 500;
}

@media(max-width: 768px)
{
	.about-p .main-heading 
	{
        font-size: 26px;
        text-align: left;
	}
	.about-p .sub-heading 
	{
        font-size: 22px;
        text-align: left;
	}
    .about-p .LS{
        padding-right: 12px;
    }
    .about-p .RS{
        margin-top: 30px;
    }
}
/* About page Ends */


/* Aims & scope page Start */
.aims-p
{
    padding: 40px 0px 20px 0px;
}
.aims-p .section-div{
    margin-bottom: 30px;
}
.aims-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.aims-p .sub-heading
{
    color: var(--font1);
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}
.aims-p .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.aims-p ul
{
	padding-left: 20px;
}
.aims-p ul li
{
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media(max-width: 768px)
{
	.aims-p .main-heading 
	{
        font-size: 26px;
        text-align: left;
	}
	.aims-p .sub-heading 
	{
		font-size: 22px;
        text-align: left;
	}
}
/* Aims & Scope Ends */



/* Author guidelines page Start */
.author-guide-p
{
    padding: 40px 0px 20px 0px;
}
.author-guide-p .section-div{
    margin-bottom: 30px;
}
.author-guide-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.author-guide-p .sub-heading
{
    color: var(--font1);
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}
.author-guide-p .sub-heading2
{
    color: var(--font1);
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}
.author-guide-p ol
{
    
}
.author-guide-p ol li
{
    font-size: 18px;
    margin-bottom: 10px;
}
.author-guide-p .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}

@media(max-width: 768px)
{
	.author-guide-p .main-heading 
	{
        font-size: 26px;
        text-align: left;
	}
	.author-guide-p .sub-heading 
	{
		font-size: 22px;
        text-align: left;
	}
}
/* Author guidelines Ends */



/* Editorial board page Start */
.e-board-p
{
    padding: 45px 0px 40px 0px;
}
.e-board-p .section-div
{
    margin-bottom: 60px;
}

.e-board-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 34px;
}
.e-board-p .section-div .heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 28px;
}
.e-board-p .outer-box
{
    margin-bottom: 30px;
}
.e-board-p .outer-box .name
{
    color: var(--font1);
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
}
.e-board-p .outer-box .designation
{
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.e-board-p .outer-box .email
{
	color: var(--font1);
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
    display: block;
    text-decoration: none;
}

@media(max-width: 768px)
{
	.e-board-p .main-heading 
	{
        font-size: 26px;
	}
	.e-board-p .section-div {
        margin-bottom: 40px;
    }
    .e-board-p .section-div .heading {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .e-board-p .outer-box {
        margin-bottom: 20px;
    }
}
/* Editorial board page Ends */



/* policy page Start */
.policy-p
{
    padding: 40px 0px 20px 0px;
}
.policy-p .section-div{
    margin-bottom: 30px;
}
.policy-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.policy-p .sub-heading
{
    color: var(--font1);
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
}
.policy-p .text
{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}

@media(max-width: 768px)
{
	.policy-p .main-heading 
	{
        font-size: 26px;
        text-align: left;
	}
	.policy-p .sub-heading 
	{
		font-size: 26px;
	}
}
/* policy Ends */



/* Indexing page Start */
.indexing-p
{
    padding: 40px 0px 20px 0px;
}
.indexing-p .section-div{
    margin-bottom: 30px;
}
.indexing-p .main-heading
{
    color: var(--font1);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}
.indexing-p .indexing-list .index-box 
{
    text-align: center;
    margin-bottom: 40px;
}
.indexing-p .indexing-list .index-box  a 
{
	    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: var(--font1);
}
.indexing-p .indexing-list .index-box .index-logo
{
	margin-bottom: -2px;
}

@media(max-width: 768px)
{
	.indexing-p .main-heading 
	{
        font-size: 26px;
	}
    .indexing-p .indexing-list .index-box {
        margin-bottom: 20px;
    }
}
/* Indexing Ends */



/* Archives Start */
.archives-page{
    padding: 40px 0px 20px 0px;
}
.archives-page .list-artcle-sec{
    padding: 10px 0px 30px 0px;
}
.archives-page .list-artcle-sec .box-sec 
{

}
.archives-page .list-artcle-sec .box-sec .main-heading
{
    color: var(--font1);
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
}
.archives-page .list-artcle-sec .box-sec label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    padding-left: 3px;
}
#Article_filter .btn
{
    background: #fff;
    left: -100%;
    z-index: 9;
    position: relative;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: inherit;
}
.archives-page #Filter_results {
    margin-top: 20px;
}
.archives-page .extra-heading
{
    color: var(--font1);
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
}

@media(max-width: 768px)
{
    .archives-page .list-artcle-sec .box-sec .main-heading 
    {
        font-size: 26px;
    }
    .archives-page .list-artcle-sec .box-sec select{
        margin-bottom: 10px;
    }
    
}
/* Archives Ends */


/* Footer Start */
footer
{
    padding: 10px 0px 0px 0px;
    background: var(--bg4);
}
footer .footer-logo{
    width: auto;
    margin-bottom: 10px;
}
footer .footer-main-heading
{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: var(--font1);
}
footer .footer-heading
{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: var(--font1);
}
footer a
{
	color: var(--font1);
	text-decoration: none;
}
footer .social{
    padding-left: 0px;
    margin-top: 0px;
}
footer .social li{
    list-style-type: none;
    display: inline-block;
    margin: 20px 15px 0px 0px;
}
footer .social li a{
    font-size: 22px;
}
footer .social li a .fa{}
.footer-copyright
{
    border-top: .5px solid #ffffffeb;
}
footer .footer-copyright a
{
	color: #ec9c35;
    font-weight: 600;
	text-decoration: none;
}
footer .footer-copyright a:hover
{
	color: #fff;
}

@media(max-width: 768px){
    footer .footer-logo {
        width: 60%;
    }
    footer .footer-main-heading {
        margin-bottom: 10px;
    }
    footer .footer-heading {
        margin-bottom: 10px;
    }
    footer .social {
        margin-top: 20px;
    }
}
/* Footer ends */