/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

ol.a {
  list-style-type: lower-alpha;
}


ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}


ul.d {
  list-style-type: circle;
}


.logo {height:45px;}
p {text-align: justify;}
 .sidebar {margin-top: 30px;}
.sidebar h4 {color:#004791; font-size:18px;font-weight:600;margin-bottom: 2px;}
.sidebar h5 {font-size:16px;font-weight:500;margin-bottom: 2px;margin-top:0px;}
.sidebar p {font-size:14px;}

.List_s {list-style-type: disc;margin-left: 20px;}