/*
  Theme Name: Name - 
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. 
3. 
4. 
5. 
6. 
7. 
8. 
9. 
10. 
11. 
12. 
13. 
14. 

*/


/*===========================
    1. Theme default css 
===========================*/

/* font-family: 'Roboto Slab', serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #e7e7e7;
	
}

.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #1d2025;
	margin-top: 0px;
}

h1 {
	font-weight: 500;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #909291;
	margin-bottom: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.header-bottom {
	background: #f0e9e1;
}
.service-area {
	background: #f0e9e1;
}
/* Scroll to top btn css start */
.back-to-top {
	position: fixed !important;
	right: 30px;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	height: 35px;
	/* filter: alpha(opacity=0); */
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/* transition: all 0.5s; */
	background: var(--redColor);
	/* line-height: 35px; */
	-webkit-transition: .3s;
	transition: .3s;
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}

.back-to-top i {
	vertical-align: middle;
}
.nt-found-ms {
	display: block;
	font-size: 18px;
	color: #b2032d;
	font-weight: 600;
	margin-bottom: 8px;
	display: none;
}

.single-clps a {
  color: #b7082e;
}
.single-clps {
  margin-bottom: 10px;
}
.card.card-body {
  color: #b7082e;
}

/* Scroll to top btn css start */

/* common css start */
:root {
	--primary-color: #b7082e;
	--primary-colorTwo: #ba002a;
}

/* common css end */

/* mobile menu css start */
.mobile-menu.mean-container {
	width: 100%;
}

.mean-container .mean-bar {
	background: transparent;
	padding: 0;
	min-height: 0;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: auto;
	position: absolute;
	top: -38px;
	color: var(--primary-color);
	/* line-height: 22px; */
	border: 2px solid var(--primary-color);
	border-radius: 4px;
	padding: 6px;
	font-size: 16px !important;
	line-height: 1.2;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--primary-color);
	margin-top: 10px;
	overflow: hidden;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: var(--primary-color);
	height: 3px;
	margin-top: 5px;
}

.mean-container a.meanmenu-reveal span:first-child {
	margin: 0;
}

.mean-container .mean-nav ul li a {
	width: 100%;
	padding: 10px 15px;
}

/* mobile menu css end */

/* sidebar css start */
.sidebar {
	position: fixed;
	width: 300px;
	height: 100%;
	background: #fff;
	right: 0;
	top: 0;
	z-index: 700;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 9999999;
	background: #F0E9E1;
}

.sidebar.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.close-icon {
	position: absolute;
	top: 9px;
	left: 20px;
	color: var(--primary-colorTwo);
	font-size: 18px;
	cursor: pointer;
}

.side-menu {
	padding-left: 20px;
	padding-top: 40px;
}

.mobile-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none;
}

.mobile-btn {
	color: #fff;
	cursor: pointer;
}

.header-ct.side-bb {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 20px;
	margin-top: 45px;
}

.header-ct.side-bb a {
	color: var(--primary-colorTwo);
	margin-bottom: 5px;
}

.header-ct.side-bb a i {
	opacity: 1;
	color: var(--primary-colorTwo);
}

.off-canvas-overlay.active {
	opacity: .5;
	visibility: visible;
}

.off-canvas-overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}

/* sidebar css end */




/* header area css start */

.header-top {
	background:#b7082e;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-ct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-ct li {
	margin-right: 24px;
}

.header-ct li a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.header-ct li a i {
	font-size: 14px;
	opacity: .9;
	margin-right: 5px;
	color: #db8497;
}
.tableauPlaceholder {
	width: 100% !important;
}
.tableauPlaceholder iframe {
	width: 100% !important;
}
.main-menu ul li a {
	font-size: 18px;
	color: #424242;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu ul li a span {
	text-transform: lowercase;
}

.main-menu ul li a:hover {
	color: var(--primary-colorTwo);
}

.main-menu li {
	margin-left: 30px;
}

.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-menu ul li.active a {
	color: var(--primary-color);
}
.content-wrp {
	width: 1200px;
	margin: 0 auto;
}
.main-menu ul li:first-child {
	margin-left: 0;
}

.extra-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.extra-list-item ul.mail-ul {
	margin-right: 10px;
}

.logo img.main-logo {
	max-width: 60px;
}

.header-bottom {
	padding: 18px 0;
}

.search-box-outer {
	position: absolute;
	width: 515px;
	right: 0;
	top: 130%;
	background: #fff;
	padding: 10px;
	display: none;
	z-index: 99;
	border-radius: 5px;
}

.search_box {
	position: relative;
	margin: 0 auto;
	border: 1px solid #F0E9E1;
	border-radius: 4px;
}

.search_field {
	font-size: 15px;
	width: 100%;
	color: #202020;
	padding: 15px;
	outline: 0;
	border: 0;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sc-btn {
	background: var(--primary-color);
	border: 0;
	color: #fff;
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	display: inline-block;
	font-size: 17px;
	outline: 0;
	border-radius: 4px;
	width: 40px;
	padding: 0;
	cursor: pointer;
}

/* header area css end */

/* banner area css start */
.banner-area {
	min-height: 250px;
	background-size: cover;
	background-position: center;
}

.banner-cotent {
	height: 250px;
}

.banner-cotent h2 {
	color: #ba002a;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0;
	font-size: 42px;
}

/* banner area css end */

/* service area css start */
.service-wrapper h4 {
	color: #533b3b;
	font-size: 29px;
	margin: 0;
	margin-top: 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.service-area {
	padding-top: 40px;
}

.service-wrapper {
	text-align: center;
}

/* service area css end */

/* footer area css start */

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-widget li {
	display: inline-block;
	font-size: 17px;
	color: #cccccc;
}

.footer-top {
	background:#b7082e;
	padding: 15px 0;
}

.footer-btm {
	background: #fff;
	padding: 35px 0;
}

.phone-ft-extra {
	margin-right: 18px;
}

.footer-widget li a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
}

.ft-title {
	font-size: 24px;
	color: #fefefe;
	margin-bottom: 4px;
	line-height: 1;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.footer-btm-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ft-left p {
	font-size: 17px;
	color: var(--primary-colorTwo);
	font-weight: 300;
	margin: 0;
}

.ft-right a {
	font-size: 17px;
	color: #b7082e;
	font-weight: 300;
	-webkit-transition: .3s;
	transition: .3s;
}

.ft-right a:hover {
	text-decoration: underline;
}

.ft-right a:first-child {
	margin-right: 15px;
}

/* footer area css end */

/* analytics page css start */

.analytics-area {
	background: #fff;
	padding: 35px 0;
}

.analytics-wrapper li a {
	color: #de2442;
	font-size: 18px;
	display: inline-block;
}

.analytics-wrapper li {
	float: left;
	width: 50%;
}

.banner-img h2 span {
	color: #424242;
}

.second-logo-small {
	max-width: 70px;
	padding-left: 10px;
}

.second-logo {
	max-width: 110px;
	padding-left: 10px;
}

.second-logo-big {
	max-width: 170px;
	padding-left: 10px;
}

/* analytics page css end */

/* analytics-2 page css start */
.slider-item {
	background: #ededed;
	padding: 10px;
	margin: 0 5px;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-item:hover {
	background: #dbdbdb;
}

.slider-item:hover p {
	color: #000;
}

.slider-title h2 {
	color: #b2022d;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.slider-area {
	background: #fff;
	padding: 40px 0;
}

.chart-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

.chart-area {
	background: #fff;
	padding-bottom: 40px;
}

.extra-padding {
	padding: 0 35px;
}

.chart-wrapper img {
	max-width: 100%;
	width: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 22px;
	color: #e4e4e4;
	z-index: 99;
	cursor: pointer;
}

.slick-next.slick-arrow {
	right: -22px;
	left: auto;
}

/* analytics-2 page css end */


/* login page css start */
.modal-header {
	background: #b7082e;
	padding: 12px 12px;
	border-radius: 0;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.modal-header .close {
	padding: 0;
	margin: -1rem -1rem -1rem auto;
	padding-right: 13px;
	padding-top: 10px;
	color: #fff;
	opacity: 1;
	font-weight: 100;
}

.input-design {
	border: 0;
	background: #fafec0;
	border-bottom: 2px solid #000;
	width: 100%;
	margin-bottom: 15px;
	height: 45px;
	padding: 3px 15px;
	color: #000;
}

.login-wrapper {
	text-align: center;
}

.login-form button {
	border: 0;
	background: #fff;
	color: #b2032d;
	font-size: 14px;
	text-transform: uppercase;
	background: #fff;
	height: 40px;
	line-height: 40px;
	width: 100px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 19px -14px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 19px -14px rgba(0, 0, 0, 0.75);
}

.login-img img {
	margin-bottom: 15px;
}

.modal-body {
	background: #f0e9e1;
}

.forget {
	font-size: 12px;
	color: #b2032d;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 12px;
}

.forget:hover {
	color: #b2032d;
}

.modal {
	z-index: 999999;
	top: 4%;
}

/* login page css end */

/* user-settings page css start */

.user-settings-area {
	background: #fff;
	padding: 35px 0;
}

.settings-title h2 {
	color: #b2022d;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom:3px solid #B9002A;
}

.setting-input {
	padding-bottom: 13px;
}

.setting-clps p {
  color: #b7082e;
}

.setting-clps {
  margin-bottom: 4px;
}

.btn-danger {
	background: #B9002A;
}

.modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
}

/* user-settings page css end */