@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Thin.ttf) format('truetype');
    font-style:normal;
    font-weight:100;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
    font-style:normal;
    font-weight:300;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-style:normal;
    font-weight:400;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    font-style:normal;
    font-weight:500;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-style:normal;
    font-weight:700;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Black.ttf) format('truetype');
    font-style:normal;
    font-weight:900;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-ThinItalic.ttf) format('truetype');
    font-style:italic;
    font-weight:100;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
    font-style:italic;
    font-weight:300;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype');
    font-style:italic;
    font-weight:400;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-Italic.ttf) format('truetype');
    font-style:italic;
    font-weight:500;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-style:italic;
    font-weight:700;
}
@font-face{
    font-family:'Font1';
    src:url(../fonts/Roboto/Roboto-BlackItalic.ttf) format('truetype');
    font-style:italic;
    font-weight:900;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Font1;
  font-size:12px;
}
.header-main{
    position:relative;
    z-index:9;
}
.header-main .site-branding{
        text-align:left;
        padding-bottom:100px;
    }
.header-main .site-branding-logo{
    display:block;
    text-align:center;
}
.header-main .site-branding-logo img{
width:100%;
}
.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #830000;
  color:#fff;
}
.pt-50 {
    padding-top: 50px !important;
}
.pb-40{
  padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pl-10{
  padding-left: 10px !important;
}

/** Faculty Profile Header**/
.fp-header .faculty-photo img{
  border: 5px solid #ddd;
  padding: 5px;
  align-items: center;
  max-width:100%;
}

.fp-header .container{
  width:100% !important;
}
.fp-header .fp-header-menu {
    text-align: center;
}
.fp-header-menu-white a
{
color: #fff !important;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
text-align: center !important;
text-decoration: none;
line-height: 0px;
}
.fp-header-menu .card{
  margin-right:10px !important;
}
.fp-header-menu .card .card-body{
  padding:0px !important;
  margin:10px;
}
.fp-header-menu .card:hover{
  border:2px solid #dddddd;
}

.fp-header-menu-bgblue{
background:#00a3ef;
}
.fp-header-menu-bgorange{
background:#f14f21;
}
.fp-header-menu-bgpurple
{
background:#480e49;
}
.fp-header-menu-bgyellow
{
background:#ffb900;
}
.fp-header-menu-bglightgreen
{
background:#2ab87e;
}
.fp-header-menu-bggreen
{
background:#7eb900;
}
.fp-header-menu-bggrey
{
background:#737373;
}
.fp-header-menu-bgpink
{
background:#e11859;
}
.fp-header-menu-bgbrown
{
background:#eebb92;
}
.fp-header-menu-bgmaroon
{
background:#fd636b;
}
.fp-header-menu-bgdblue
{
background:#4086f4;
}
.fp-header-menu-bglred
{
background:#e8a0a0;
}
.fp-header .fp-header-menu .card
{
  bgcolor:red !important;
}

/**Faculty Profile Sub Title**/
.fp-sub-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.fp-sub-title h4 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fp-sub-title h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fp-sub-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #830000;
}

/*
ul {
  list-style-type: none;
  padding-left: 10px;
  text-align:justify;
}

li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px

}

li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: green;
}
*/
.profile-counter .rs-counter-list {
    border: 1px solid rgba(5, 5, 5, 0.1);
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
    transition: .3s all ease;
}
.profile-counter .rs-counter-list .counter-number {
    font-size: 30px;
    color: #454545;
    margin-bottom: 6px;
}
.profile-counter .rs-counter-list .counter-desc {
    color: #787878;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.sidebar-area .cate-box {
    margin-bottom: 45px;
}
.sidebar-area .cate-box ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
        padding-top: 10px;
    cursor: pointer;
}
.sidebar-area .cate-box ul li a {
    color: #505050;
    padding: 0 0 0 5px;
}
a {

    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.sec-title h4 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}
.profile-testimonial .testimonial-item {
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin: 0 3px;
}
.rs-team-single .team-name {
    font-size: 30px;
    margin-bottom: 10px;
}
.sec-color {
    background-color: #f9f9f9;
}
.list-group-item{
  padding: 5px 5px;
  margin-bottom: 15px;
  border:0px solid;
  border-left: 3px solid;

}
.bordergreen{
  border-left-color: #28a745;
}
.borderblue{
  border-left-color: #0195e1;
}
.borderorange{
  border-left-color: #f36510;
}
.borderyellow{
  border-left-color: #f8ba01;
}
.borderpurple{
  border-left-color: #6a3da3;
}
.borderpink{
  border-left-color: #b31390;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#830000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
