@import url('https://fonts.googleapis.com/css?family=Gugi|Roboto+Condensed');
/*font-family: 'Gugi', cursive;*/
/*font-family: 'Roboto Condensed', sans-serif;*/

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/droid-serif/DroidSerif-Regular-webfont.eot') format('embedded-opentype'), url('../fonts/droid-serif/DroidSerif-Regular-webfont.woff') format('woff'), url('../fonts/droid-serif/DroidSerif-Regular-webfont.ttf') format('truetype'), url('../fonts/droid-serif/DroidSerif-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/helvetica/Helvetica.woff') format('woff');
}

body{
    font-size: 14px;
    font-family: 'Droid Serif',sans-serif;
    font-weight: normal;
    font-style: normal;
}

.bg-theme{
    background-color: #2731a1 !important;
}
.cl-theme{
    color: #2731a1 !important;
}
.cl-green{
    color: #006038 !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: Helvetica, Arial, sans-serif;
}
ul li{
    font-size: 14px;
}
p{
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    letter-spacing: 0;
    font-size: 14px;
}
.p1{

    font-family: 'Droid Serif',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}
.p2{
    font-family: 'Droid Serif',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
	text-align: justify;
}

header{
    background-image: url('../img/bg/713675.png');
    background-repeat:no-repeat;
    background-size:cover;
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 18px;
    color: #ffffff !important;
}
.navbar-nav li{
    font-size: 14px;
    padding: 0 3em;
}
.navbar-nav .nav-link{
    padding: 4px;
}
.navbar-nav li.active{
    padding: 0 3em;
    background-color: #ffffff;
}
.navbar-nav li.active .nav-link,.navbar-nav li:hover .nav-link{
    color: #1180bc !important;
}
.navbar-nav li:hover{
    padding: 0 3em;
    background-color: #dfdfdf;
}
.mara-logo{
    padding: 20px 15px;
}
.logo-text{
    margin-top: 20px;
    font-family: arial,helvetica,sans-serif;
}
.logo-subtext{
    color: #131e29;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 800;
}
.horizontalLine {
    border-bottom: 1px solid #b7b7b7;
}
.dividerline:after{
    content: "";
    display: block;
    width: 18%;
    height: 4px;
    background-color: #2731a1;
    margin: 12px auto;
}
.button button{
    background-color: #2731a1;
    background-image: linear-gradient(top, #030e8e 0%, #4f5eff 100%);
    background-image: -webkit-linear-gradient(top, #030e8e 0%,#4f5eff 100%);
    background-image: -moz-linear-gradient(top, #030e8e 0%, #4f5eff 100%);
    background-image: -ms-linear-gradient(top, #030e8e 0%, #4f5eff 100%);
    -pie-background: linear-gradient(top, #030e8e 0%, #4f5eff 100%);
    border: 2px solid #2f3ccf;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px 1px transparent;
}

.button a{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1em;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.button button{
    left: 91px;
    top: 794px;
    z-index: 1026;
}

form .button button{
    width: auto;
    height: 33px;
    padding: 0 18px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.button .learnmrbtn{
    width: auto;
    height: 33px;
    padding: 0 18px;
}
.button button:hover{
    color: #e4e4e4;
    background-color: #8a8a8a;
    background-image: linear-gradient(top, #5d5d5d 0%,#8a8a8a 100%);
    background-image: -webkit-linear-gradient(top, #5d5d5d 0%,#8a8a8a 100%);
    background-image: -moz-linear-gradient(top, #5d5d5d 0%,#8a8a8a 100%);
    background-image: -ms-linear-gradient(top, #5d5d5d 0%,#8a8a8a 100%);
    -pie-background: linear-gradient(top, #5d5d5d 0%,#8a8a8a 100%);
    border: 2px solid #5d5d5d;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px 1px transparent;
}
.content-wrapper{
    min-height: 720px;
}
.title{
    color: #5d5d5d;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Gugi', cursive, sans-serif;
    /*font-family: Helvetica, Arial, sans-serif;*/
}
.form-control:focus{
    border-color: #3d4be4;
    box-shadow: 0 0 0 0.2rem rgba(67, 82, 238, 0.25);
}
.news-list{
    list-style: none;
}
.news-list li{
    padding-top: 15px;
}
.news-list>li:not(:last-child){
   border-bottom: 1px solid #b7b7b7;
    padding-bottom: 1em;
}
.slider-blck{
    box-shadow: 3px 3px 10px 1px rgb(153, 153, 153);
}
.sb-right div{
    text-align: center;
}
.sb-right div button{
    width: 80%;
    max-width: 100%;
    color: #f8feff;
    background: #0781ec;
    border: 1px solid #2731a1;
    padding: 10px;
}

.sb-button button{
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255,255,255,0.5);
    font-weight: 600;
    overflow: hidden;
}
.sb-button button:hover{
    color: #fffcfc;
    background: #0072CE;
    border: 1px solid #000000;
}
.sb-button a{
    color: rgba(51,51,51,1);
    text-decoration: none;
    display: block;
}
.sb-button button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0.25);
}
.sb-button button:hover::before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}



ul.sjl li.s_title,ul.sjl li.s_issn
{
line-height: 2em;
font-size: 16px;
font-weight:bold;
margin: 0px 0px 0px 0px;	
list-style-type: none;
position: relative;
padding-left: 15px;
}

ul.sjl li.s_title:before {
  content: "\25BA \0020";
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: -10px;
  color:#FFAC33;
}

ul.sjl li.s_issn{
	margin: 0px 0px 14px 0px;	
}
	    
        
       


span.isnn
{
margin:0px 0px 0px 43px;
}

table.research
{
 margin: 20px 0px 0px 0px;		
 border-collapse: collapse;
 width: 100%;	
}

table.research th,table.research td {
    text-align:left;
    padding: 8px;
}

table.research tr:nth-child(even){background-color: #f2f2f2}

table.research th {
    background-color:#145CA4;
    color: white;
}
table.research,table.research th,table.research td {
    border: 2px solid #145CA4;
    }

ul.for_list li
{
list-style: none;	
position: relative;
margin:0px 0px 12px 0px;
}	

ul.for_list li:before {
  content: "\25BA \0020";
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: -30px;
  color:#FFAC33;
}


ul.for_list li a:link,ul.for_list li a:visited
{
font-size:20px;
color:#000000;
}


ul.for_list li a:hover
{
text-decoration:none;	
color:#1180bc;
}


div.pub_articles
{
 margin: 20px 0px 0px 0px;		
}


.pub-art-tbl tr td:first-child{
    font-weight: bold;
    text-transform: capitalize;
}
.pub-art-tbl tr + tr> td:first-child{
    text-indent: 0em;
}
.pub-art-tbl{
    margin-top: 32px;
}

.pub-art-tbl .conf-title td{
    font-weight: bold;
}

.pub-art-tbl .jrnl-title td,
.pub-art-tbl .jrnl-title td a {
    color: #8700ff;
}




.sp-art-tbl tr td:first-child{
    font-weight: bold;
    text-transform: capitalize;
}
.sp-art-tbl tr:not(.jrnl-title) td:first-child {
    text-indent: 0em;
}
.pub-art-tbl,.sp-art-tbl{
    margin-top: 32px;
}

.sp-art-tbl .jrnl-title td{
    font-weight: bold;
}

.sp-art-tbl .jrnl-title td,
.sp-art-tbl .jrnl-title td a {
    color: #8700ff;
}

.tp_mnu span a{
    white-space: nowrap;
}

span.for_arrow
{
color:#FFAC33;
font-size:14px;
font-weight:bold;	
}

span.for_yellow_arrow
{
color:#FFAC33;	
}
	

footer{
    background-color: #5d5d5d;
}
.footer p{
    color: #ffffff;
    font-size: 12px;
    font-family: 'Droid Serif',sans-serif;
}

.contact-form input,.contact-form select,.contact-form textarea{
    border-color: #2731a1;
}

.contact-form .form-control{
    /*padding: 0;*/
    text-indent: 10px;
    border-radius: 0;
}

/* me worked css */

.blck-1 .home_page p {
    min-height:166px !important;
}

i.icon_fbook{
color: white;
}

p.txt_choose{
	text-align:center;
	max-width: 72%;
}

p.page_desc{
	text-align:center;
	max-width: 90%;
}

ul.marc_list li {
    font-size: 16px;
	margin:0px 0px 4px 0px;
}

div.for_services p{
	font-size: 16px;
	text-align: justify;
}
ul.journal_list li a:link,ul.journal_list li a:visited{
	list-style-type:circle;
	font-size:16px;
}

ul.journal_list li a:hover{
	font-size:16px;
}

/* table */
 table.pub-art-tbl tr td,table.sp-art-tbl tr td{
    word-break:break-all;
}

div.conf_table
{
padding:0px 40px; 
}



table.pub-art-tbl tbody>tr>:nth-child(1),table.sp-art-tbl tbody>tr>:nth-child(1){

 width:15%;
 text-align:left;
}

table.pub-art-tbl tbody>tr>:nth-child(2),table.sp-art-tbl tbody>tr>:nth-child(2){

 width:85%;
 text-align:left;
}

table.pub-art-tbl tr.conf-title td,table.sp-art-tbl tr.jrnl-title td{
	font-size:17px;
}

table.pub-art-tbl tr td,table.sp-art-tbl tr td{
	font-size:16px;
}

div.f_marque{
	padding:5px 0px;
	color:#000;
	background-color:#F9841A;
	font-weight:bold;
	font-size:17px;
}

div.f_marque a{
		color:#000;
}

@media (max-width: 768px) {
    .blck-1 .blck-item p{min-height: auto;}
}

@media (min-width: 576px) and (max-width: 768px) {
    .pt-sml{padding-top: 15px !important;}
	
	ul.sjl 
	{
	padding-inline-start:0px;	
	}
	
}

/* webresponsive media queries  */

@media (min-width: 1200px) {
	
}

@media (max-width: 1199px) {
	
	p.txt_choose,p.page_desc{
	text-align:justify;
   }
   
    .blck-1 .home_page p {
    min-height: 60px !important;
    }
	
	div.btn_space{
		margin:0px 0px 20px 0px;
	}
	
	div.conf_table {
    padding: 0px 25px;
    }
	
	table.pub-art-tbl tbody>tr>:nth-child(1),table.sp-art-tbl tbody>tr>:nth-child(1) {
    width: 25%;
     }
	
	table.pub-art-tbl tbody>tr>:nth-child(2),table.sp-art-tbl tbody>tr>:nth-child(2) {
    width: 75%;
      }
   
	
}
@media (max-width: 991px) {
	
	p.txt_choose{
     max-width: 92%;
  }
  
    .blck-1 .home_page p {
    min-height: 70px !important;
    }
	
	div.btn_space{
		margin:0px 0px 20px 0px;
	}
	
	div.question_space{
		padding:0px 0px 20px 0px;
	}
	
	
	
	table.pub-art-tbl tbody>tr>:nth-child(1),table.sp-art-tbl tbody>tr>:nth-child(1) {
    width: 30%;
     }
	
	table.pub-art-tbl tbody>tr>:nth-child(2),table.sp-art-tbl tbody>tr>:nth-child(2) {
    width: 70%;
      }
	
	
	
}
@media (max-width: 767px) {
	
	.blck-1 .home_page p {
    min-height: 80px !important;
    }
	
	div.btn_space{
		margin:0px 0px 16px 0px;
	}
	
	
	
	
	
}
@media (max-width: 600px) {
	
	 ul.marc_list {
    padding-inline-start: 20px;
     }
	 	
	
     table.pub-art-tbl tbody>tr>:nth-child(1),table.sp-art-tbl tbody>tr>:nth-child(1) {
    width: 35%;
     }
	
	table.pub-art-tbl tbody>tr>:nth-child(2),table.sp-art-tbl tbody>tr>:nth-child(2) {
    width: 65%;
      }	
	  
	 
		
		
}	
@media (max-width: 480px) {
	
	.mara-logo {
       padding: 20px 0px;
     }
	
	.logo-subtext{
	   font-size: 13px;
	}
	
	p.txt_choose,p.page_desc, .p2, ul.marc_list li,div.for_services p, ul.journal_list li a:link, ul.journal_list li a:hover, ul.journal_list li a:visited {
      font-size: 15px;
   }
	
    .email_links a:link, .email_links a:hover, .email_links a:visited, ul.sjl li.s_title, ul.sjl li.s_issn, ul.sjl li.s_title:before{
		font-size: 14px;
	}
	
	div.remove_padding{
		padding-right: 2px;
        padding-left: 2px;
	   }
	   
	 ul.sjl,ul.for_list,ul.news-list{
	padding-inline-start:0px;
      }
	  
     ul.for_list li a:link, ul.for_list li a:visited , ul.for_list li a:hover{
		  font-size: 17px;
	 }

     ul.for_list li::before {
		  font-size: 17px;
           top: 0px;
           left: -30px;
   }
	  
	  
	 .sp-art-tbl tr:not(.jrnl-title) td:first-child {
    text-indent: 0em;
      } 
	  
	  div.conf_table {
       padding: 0px 15px;
     }
	  
	  table.pub-art-tbl tr td{
		  padding: .75rem .5rem;
	  }
	  
	  
	 
	   table.pub-art-tbl tbody>tr>:nth-child(1),table.sp-art-tbl tbody>tr>:nth-child(1) {
    width: 40%;
	font-size:13px;
     }
	
	table.pub-art-tbl tbody>tr>:nth-child(2),table.sp-art-tbl tbody>tr>:nth-child(2) {
    width: 60%;
	font-size:14px;
      }	
	  
	  
	
	
}	
@media (max-width: 384px) {
    
}
