 @font-face {
     font-family: regular;
     src: url(../fonts/Montserrat-Regular.ttf);
 }

 @font-face {
     font-family: Medium;
     src: url(../fonts/Montserrat-Medium.ttf);
 }

 @font-face {
     font-family: SemiBold;
     src: url(../fonts/Montserrat-SemiBold.ttf);
 }

 @font-face {
     font-family: Bold;
     src: url(../fonts/Montserrat-Bold.ttf);
 }
 @font-face {
     font-family: BoldItalic;
     src: url(../fonts/Montserrat-BoldItalic.ttf);
 }
 body {
     overflow-x: hidden;
     font-feature-settings: 'lnum';
     color: #333;
 }

 h1 {
     font-family: Bold;
 }

 p {
     font-family: regular;
     font-size: 15px;
     margin-bottom: 15px;
     line-height: 24px;
 }
#sidebarWrap {
    position: relative;
}

#footer {
    clear: both;
}
#sidebar {
    position: absolute;width: 300px;
	top:-200px;
	left: 0px;
}
.section a{color:#8347ad;font-family: SemiBold;}
#sidebar.fixed {
    position: fixed;
    top: 100px;
	left:88px;
}
.main-content {
  background-color: #f2f2f2;
  padding: 10px 20px 10px;
}#sidebarWrap.col-md-4 {
  padding-left: 40px;
}.main-content h3 {
  font-size: 16px;color: #85499b;
margin-bottom: 20px;
}
hr{  margin: 0px;
  border-top: 1px solid #cacaca;
}
#sidebar .navbar-inverse {
  float: none;
  width: 100% !important;background-color: transparent;
border-color: transparent;
margin-bottom: 0px;margin-top: 8px;border: 0 solid #fff;min-height: 40px;
}.main-content ul {
  padding-left: 5px !important;
}#sidebar .navbar-nav {
  margin: 7.5px -5px;
}#sidebar .navbar-nav > li {
  margin-bottom: 10px;color: #333 !important;
font-size: 15px !important;
}	#sidebar .navbar-nav > li > a {color: #333 !important;
padding: 0px;
font-family: Medium;
font-size: 14px;
line-height: 1.5;
}#sidebar .navbar-inverse .navbar-nav > .active > a {
  background-color: #f2f2f2 !important;
  color: #8347ad !important;
}
.col-md-9.scrollspy-example {
  padding: 0px;
}
.purple-table.table-responsive td {
  border: 1px solid #8347ad;
  padding: 15px 20px;font-family: regular;
font-size: 15px;
}
.purple-table.table-responsive td:first-child{font-family: SemiBold;}
.navbar-inverse{background-color: transparent;
border-color: transparent;border-radius: 0px;}
.navbar.navbar-inverse.nav-effect.animated{background-color: #333;
border-color: #333;}
.nav > li > a{padding: 20px 30px;}

.banner{
     background: url(../img/banner.png)no-repeat center;
     background-size: cover;
     padding: 50px 0px;
     height: 370px;
}
.banner h1{
     color:#fff;
     margin-top:80px;
     font-size:45px;
}
.content_section{
     padding: 60px 0;
}

.content_section .section h2{
     color: #8347ad;
     font-size: 22px;
     font-family: BoldItalic;
     margin-bottom: 18px;
}
.content_section .section{
     margin-bottom: 40px;
}
.right_section h1 {
    font-size: 22px;
    margin: 22px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.side_card .col-md-8{
padding-left: 2px;
}
.side_card p{
     font-size: 10px;
     margin-bottom: 0;
}
.side_card{
     background:#fff;
     box-shadow: 0px 3px 9px #00000030;
     /*border-radius: 4px;*/
     margin-bottom: 20px;
}

.side_card h1{
     font-size: 12px;
    color: #5d5c5c;
    padding: 13px 0;
    border-bottom: 0;
    margin: 0 0 0 0px;
    line-height: 16px;
}
.card{
     width: 100%;
     box-shadow: 0px 4px 10px #00000030;
     padding: 20px 40px;
     border-top: 10px solid #9167ae;
     display: inline-flex;
}
.card .content{
     margin-left: 10px;
     text-align: right;
     width: 100%;
     position: relative;
}
.card span{
  color: #9167ae;
  font-size: 18px;
  font-family: BoldItalic;
  position: absolute;
    bottom: 0px;
    right: 0px;
}
.card .content h4,.card .content p{
     color: #727274;
     font-size: 18px;
      font-family: SemiBold;
      margin-bottom: 0px;
}

.card .content p{
     color: #99999b;
     font-size: 13px;
}
/*----------------------------------footer---------------------------------*/
.footer {
background: #1e1e1e;
 min-height: 63px; 
font-family: regular!important;
color: #fff !important;
padding: 21px 0px 0px;
}
.footer a,
.footer p {
color: #fff;
font-size: 14px;
    font-family: regular!important;
}
.footer .credits {
float: right;
}
.footer .credits a {
border-right: 1px solid #444;
padding: 25px 15px 19px 15px;
cursor: pointer;
}
.footer .credits a:hover {
background-color: #333;
text-decoration: none!important;
}
.footer .twitter 
{
border-left: 1px solid #444;
}
@-moz-document url-prefix()
{
.footer .credits a {
border-right: 1px solid #444;
padding: 25px 15px 20px 15px;
} 
}
.btn-warning {
    color: #fff;
    background-color: #ffb200;
    border-color: #ffb200;
    margin-top: 16px;
    padding: 9px 26px;
}

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .footer p {
         font-size: 13px;
     }

     .footer .col-lo-2 {
         width: 15.666667%;
     }
     .card{
        padding: 20px 15px 20px 15px;
     }
	 #sidebar.fixed{width: 230px;
left: 15px !important;}
	 #sidebar{width: 230px!important;}

}
@media only screen and (max-width: 991px){
    .credits {
        display: none;
    }
    footer,footer p,footer a,.footer a, .footer p,.footer-content-inline {
        text-align: center;
    }
    .footer p,.footer a{
        margin-bottom: 2px;
    }
    .right_section h1{
        font-size: 20px;
    }
    .banner h1 {
    color: #fff;
    margin-top: 60px;
    font-size: 40px;
}
.banner {
    padding: 40px 0px;
    height: 330px;
}
.side_card h1{
    font-size: 14px;
    margin: 0px 4px 0px -6px;
}
.side_card p {
    font-size: 8px;
    margin: 0px 0px 0px -6px;
}
.card .content h4, .card .content p {
    color: #727274;
    font-size: 13px;
    font-family: SemiBold;
    margin-bottom: 0px;
    margin-top: 0px;
}
.card span {
    color: #9167ae;
    font-size: 13px;
    font-family: BoldItalic;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.card .content p {
    color: #99999b;
    font-size: 11px;
    margin: 0;
    line-height: 18px;
}
.card {
    padding: 15px 8px;
    border-top: 7px solid #9167ae;
}
.card .content{
    margin-left: 0px;
}
.card img{
    width:70px;
    height:65px;
}
}

@media only screen and (max-width: 768px){
.banner {
    padding: 30px 0px;
    height: 290px;
}
.banner h1 {
    color: #fff;
    margin-top: 80px;
    font-size: 28px;
}
p {
    font-size: 14px;
}
.content_section {
    padding: 30px 15px;
}
.card{
    /*width: 290px;*/
    margin: 0 auto 20px;padding: 15px;}
.card span{
    font-size: 16px;
}
.card .content p {
    color: #99999b;
    font-size: 13px;
    margin: 2px 0 0 0;
    line-height: 20px;
}
.img-responsive{
    margin: auto;
}
.section.right_section{
max-width: 290px;
margin: auto;
}
}
@media screen and (max-width: 514px) {
    .card_g .col-xs-6{
      width:100%;
    }
}
@media(min-width: 320px) and (max-width: 767px)
{  
	.navbar-nav{background-color: #333;margin-top: 0px;}
	.nav > li > a {padding: 10px 30px;}
	.navbar-nav .open .dropdown-menu{background-color: #fff;}
	#sidebarWrap{display: none;}
	
}

.dropdown.mega-dropdown .btn{text-align: left;}
 .nav.navbar-nav.navbar-right .dropdown.mega-dropdown li a{color:#333!important;}
 .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{border:0px!important;}
 .nav.navbar-nav.navbar-right li a:hover,.nav.navbar-nav.navbar-right li a{color:#fff!important;}
@media(min-width: 767px) and (max-width: 991px)
{
    .logo img{width:90px;}
    .nav > li > a{padding:10px 5px;}
    .dropdown.mega-dropdown .btn,.nav > li > a{font-size: 14px;}
	#sidebarWrap{display: none;}
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .nav > li > a{padding:15px 10px;}.side_card img{height: 90px !important;}
}