/*
@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.

*/
.services-list ul li.active {
    background: #b02091 !important;
    color:#fff !important;
}
.sidebar-left .services-list ul li.active a{
    color:#fff !important;
}
.sidebar-left .services-list ul li a {
    color: #000;
}
.text-theme-colored2 {
    color: #333a91 !important;
}
.services-list ul li{
   background: #ededed !important;
} 

.header_color{
  background: #313d8b !important;
} 

.text-justify{
	text-align: justify;
}

.slider-handle{
	background-color: #fff !important;
    border: 2px solid #6e2b86 !important;
}
.slider-handle {
    opacity: 1 !important;
}

.service-box:after {
    background: #ff3fa8 !important;
}

.slider-selection {
    background: #6e2b86 !important;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    background-color:#323d8a !important;
	color:#fff !important;
}

.btn-dark.btn-theme-colored {
    color: #fff !important;
    background-color:#b02091 !important;
    border-color: #b02091 !important;
}

.btn-dark.btn-theme-colored:hover {
    color: #b02091 !important;
    background-color: #fff !important;
    border-color: #b02091 !important;
}

.btn-primary {
    color: #fff !important;
    background-color:#b02091 !important;
    border-color: #b02091 !important;
}

.btn-primary:hover {
    color: #b02091 !important;
    background-color: #fff !important;
    border-color: #b02091 !important;
}

.text-theme-colored{
   color:#b02091 !important;

}
.text-theme-colored2{
   color:#2f3c91 !important;
}
.bg-deep {
    background-color:#f0f1fc !important
}

/* Your custom css codes start here: */