@charset "UTF-8";

html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Open Sans', sans-serif;
    outline: none !important;
	color: #333;
}
*,
a:hover,
a:active,
a:focus {
    outline: 0;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}
a{
	color: #a0233d;
}
p {
    margin: 0 0 10px 0;
	font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.relative {
    position: relative;
}
.form-control {
    outline: none;
    box-shadow: none !important;
    border-color: #b3b3b3;
}
.form-control:focus {
    border-color: #777;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
::-moz-selection { 
    background: #323334; 
    color: #fff;
}
::selection {
    background: #323334; 
    color: #fff;
}
/*nabar-reset*/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}
.navbar-brand {
    padding: 0 15px;
    height: 90px;
}
.navbar-brand > img {
    display: inline-block;
	line-height: 90px;
}
.btn-grey{
	background: #1d1d1d;
	color: #fff;
	font-weight: 600;
}

.btn-wine{
	background: #a0233d;
	color: #fff;
	font-weight: 600;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-wine:hover,
.btn-wine:focus{
	color: #fff;
	opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282828;
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 2.813rem;
	line-height: 3.75rem;
	font-weight: 500;
	margin-bottom: 5px;
}

h2 {
	font-size: 2.188rem;
	line-height: 3.125rem;
	font-weight: 500;
}

h3 {
	font-size: 1.7rem;
	line-height: 2.375rem;
	font-weight: 600;
}

h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

.margin-t-20{
	margin-top: 20px;
}
.margin-b-20{
	margin-bottom: 20px;
}
.margin-tb-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-tb-10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-b-10{
	margin-bottom: 10px;
}
.margin-b-5{
	margin-bottom: 5px;
}
.margin-t-15{
	margin-top: 15px;
}

.padding-l-0{
	padding-left: 0;
}
.nav > li {
	padding: 0;
}
.nav.nav-tabs a{
	font-weight: 700;
font-size: 15px;
padding: 14px 22px;
border-radius: 0;
}
.nav.nav-tabs {
	background: #f5f5f5;
}
ul li,ol li{
	padding: 2px 0;
}
ul ,ol {
	padding-left: 25px;
}
.btn-full{
	width: 100%;
}
.vertical-middle th,
.vertical-middle td {
	vertical-align: middle !important;
}
.header-dark th {
	background: #777;
	color: #fff;
}
.color-wine {
	color: #a0233d;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
/*********************************/
/*********** Home Page ***********/
/*********************************/


.top-header {
	background: #eeeeee;
	padding: 6px 0;
}

.top-header p{
	font-size: 13px;
	font-weight: 700;
	color: #282828;
	margin-bottom: 0;
}
.top-header p i{
	font-size: 13px;
	font-weight: 700;
	color: #282828;
	margin-right: 3px;
}

.top-header p span{
	font-size: 12px;
	font-weight: 400;
	color: #6e6e6e;
}
.main-header {
    padding: 10px 0 14px;
}
.header-buttons {
	margin-top: 24px;
}
.header-buttons .btn{
height: 39px;
padding: 0 16px;
line-height: 37px;
}
.logo-tagline {
	color: #282828;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 0 20px;
	margin: 24px 0 0 20px;
	border-left: 1px solid #cccccc;
	line-height: 40px;
	height: 40px;
}
.navbar-inverse {
    background-color: #a0233d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #1d1d1d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1d1d1d;
} 

.navbar-inverse .navbar-nav > li > a {
    font-weight: 600;
	padding:15px 15px;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover,
 .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1d1d1d;
}

.main-banner .owl-theme .owl-dots .owl-dot  span {
    width: 18px;
    height: 18px;
    margin: 0px 4px;
    background: #fff;
	filter: Alpha(Opacity=70);
	opacity: 0.7;

}
.main-banner .owl-theme .owl-dots .owl-dot.active span {
    background: #a0233d;
}
.main-banner .owl-theme .owl-dots{
	text-align: right;
	margin-top: 0;
}
.main-banner .owl-dots {
width: 1170px;
margin: 0 auto;
z-index: 999;
position: absolute;
bottom: 25px;
text-align: right;
left: 0;
right: 0;
}

.banner-wrapper {
padding: 26px 34px 20px;
position: absolute;
left: 15px;
background: rgba(29,29,29,0.9);
top: 130px;
max-width: 745px;
}

.banner-header {
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 18px;
}
.banner-header h3{
color: #fff;
font-size: 18px;
font-weight: 600;
margin: 0 0 7px 0;
}
.banner-header p{
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 400;
}
.banner-content {
	padding: 20px 0 0;
}
.banner-content ol {
    margin: 0;
    color: #fff;
    padding: 0 0 0 17px;
}

.banner-content ol li{
	margin-bottom: 10px;
	line-height: 1.5;
}
.text-slider-wrapper {
padding: 50px 0 0 0;
/*background: url('../images/dust_@2X.png');*/
}

.counter_BOX {
    background: #f1f1f1;
    border: 1px solid #d2d2d2;
    padding: 19px;
    border-radius: 4px;
    margin: 5px;
        min-height: 113px;
}
.counter_BOX h2 {
    color: #a0233d;
    font-weight: bolder;
    font-size: 33px;
}

.counter_BOX p {
    margin: 0;
    line-height: 17px;
    margin-top: 8px;
    font-size: 13px;
}
.counter_BOX:hover {
    background: #dedede;
}
.text-slider-wrapper .col-sm-3 {
    padding: 0;
}
.slider-text {
	padding: 0 20px;
	text-align: center;
}
.slider-text .counter-label{
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	text-align: center;
	line-height: 1.5;
}
.slider-text .counter-text{
font-size: 25px;
font-weight: 600;
display: inline-block;
margin-bottom: 16px;
height: 90px;
width: 90px;
border-radius: 100px;
line-height: 90px;
color: #fff;
text-align: center;
background: #a0233d;


}

.complaint_data {
    padding: 50px 0;
    background: #f3f3f3;
    margin-top: 50px;
}

.complaint_data h1 {
    margin-bottom: 20px;
}

.text-slider-wrapper h1 {
    margin-bottom: 20px;
}
.custom_table {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.custom_table tr:hover {
    background: #e4e4e4!important;
}

.custom_table .thead-dark th {
    background: #a0233d;
    color: #fff;
    border: 0;
    padding: 15px 20px;
    font-size: 16px;
}
.custom_table tbody tr td, .custom_table tbody tr th {
    padding: 10px 20px;
}

.industry-report-wrapper {
	padding: 50px 0;
}
.grey-box {
	padding: 40px 65px;
	background: #eeeeee;
	text-align: center;
	border-radius: 4px;
	min-height: 210px;
}
.grey-box h2{
	color: #282828;
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 16px 0;
}
.grey-box p{
	color: #626262;
	font-size: 14px;
	line-height: 1.5;
}
.grey-box .btn{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	width: 153px;
	height: 45px;
	margin-top: 24px;
	border-radius: 4px;
}
.grey-box .btn i{
	margin-right: 5px;
}
.grey-box .form-control{
	font-size: 16px;
	height: 46px;
	border-radius: 4px;
}
.grey-box .form-group{
	margin-bottom: 0;
}
.system-description {
	padding: 0 0 50px 0;
}
.system-description p{
	font-size: 14px;
	line-height: 1.5;
	color: #686868;
}
footer  {
	padding: 30px 0;
	text-align: center;
	background-color: #1d1d1d;
}
footer p {
	color: #b6b6b6;
	font-size: 14px;
	margin: 0;
}
.main-content-wrapper {
    padding-bottom: 50px;
}

.breadcrumb {
	margin: 20px 0;
    font-size: 13px;
    font-weight: 600;
	border-radius: 0;
}
.breadcrumb a {
    color: #282828;
}
.filter-col{
    padding-left:10px;
    padding-right:10px;
}
.table-filters {
	margin-top: 15px;
}
.table-filters .form-control {
	width: 137px;
	height: 40px;
}
.table-filters .btn {
	padding: 8px 12px;
}
.table-filters .panel-default {
    border-radius: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.table-filters .panel-default .panel-body {
    padding: 25px 15px;
    background: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > a:hover {
	background-color: #a0233d;
	border-color: #a0233d;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #333;
}
.pagination > li > a, 
.pagination > li > span, 
.pagination > li > a, 
.pagination > li > span {
    color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.table-pagination .pagination {
	margin:0;
}
.table-results {
    margin-top: 8px;
}
.vertical-top{
vertical-align: top !important;
}
.form-group.last {
 margin-bottom:0px;
}
.login-form .panel-body {
    padding: 30px 25px;
}
.login-form {
    margin-top: 30px;
}
.login-form .form-control{
    height: 40px;
}
.login-form .btn{
    padding: 9px 22px;
}
.login-form .panel-footer{
    padding: 20px 15px;
}
.login-form .form-horizontal .checkbox {
	padding-top: 2px;
}
.login-form .otp-btn {
    padding: 9px 10px;
	width: 100%;
}
#generatePassword .modal-body {
    padding: 40px 50px;
}
#generatePassword .modal-header .close {
    margin-top: 4px;
}
.panel-default {
    border-radius: 0;
}
.form-control.width-115{
	width: 110px;
}
.dropdown.export-dropdown {
    float: left;
    margin-left: 15px;
}
.schedule-list-filter .form-control{
	width: 100%;
}
.schedule-list-filter .form-horizontal .control-label {
    padding-top: 9px;
}
.calendar-holder {
    margin-top: 20px;
}
.fc-event, .fc-event-dot {
    background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bottom-banner {
	padding-bottom: 50px; 
}
.bottom-banner .owl-theme .owl-nav [class*="owl-"] {
    font-size: 21px;
    margin: 3px;
    padding: 0;
    background: #1d1d1d;
	color: #fff;
    height: 30px;
    width: 30px;
    line-height: 1.3;
}
.bottom-banner .item {
	border: 1px solid #dedede;
}
#feedback .item::before{
	content: "";
}
.start-rating {
text-align: center;
color: #a0233d;
font-size: 20px;
padding-bottom: 14px;
}
#feedback h6{
	font-size: 14px;
}
.feedback-container h3{margin-bottom: 4px;font-size: 16px;text-transform: uppercase;}.feedback-container p{ color: #777; font-size: 13px; font-weight: 400;}.feedback-container .start-rating i {    color: #a0233d;    font-size: 18px;}.feedback-container .start-rating { float: left; margin-left: 10px; margin-top: 3px;}.date-time { margin: 0 0 10px; color: #777; font-size: 12px;}.date-time i{ margin-right: 4px;}.date-time .time{ margin-left: 15px;}.feedback-content { padding: 22px 0 12px; border-bottom: 1px solid #e6e6e6;}.heading-rating {    margin-bottom: 2px;}

