/********************************Typography********************************/
@font-face {
	font-family: 'RubrikRegular';
	src: url('../fonts/rubrik_regular-webfont.woff2'); /* IE9 Compat Modes */
	src: url('../fonts/rubrik_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/rubrik_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/rubrik_regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/rubrik_regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
	font-family: 'RubrikLight';
	src: url('../fonts/rubrik_light-webfont.woff2'); /* IE9 Compat Modes */
	src: url('../fonts/rubrik_light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/rubrik_light-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/rubrik_light-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/rubrik_light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
}
 @keyframes swing {
 0% {
 transform: rotate(0deg);
}
 10% {
 transform: rotate(10deg);
}
 30% {
 transform: rotate(0deg);
}
 40% {
 transform: rotate(-10deg);
}
 50% {
 transform: rotate(0deg);
}
 60% {
 transform: rotate(5deg);
}
 70% {
 transform: rotate(0deg);
}
 80% {
 transform: rotate(-5deg);
}
 100% {
 transform: rotate(0deg);
}
}
 @keyframes sonar {
 0% {
 transform: scale(.9);
 opacity: 1;
}
 100% {
 transform: scale(2);
 opacity: 0;
}
}
body {
	font-size: 14px;
	font-family: 'RubrikLight', Arial, sans-serif;
}
.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand>a, .sidebar-wrapper .sidebar-dropdown>a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .page-wrapper .page-content, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, .sidebar-b .sidebar-wrapper::before, #show-sidebar, #close-sidebar {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.logo {
	max-width: 250px;
	z-index: 1001;
	position: absolute;
	left: 32px;
	top: 50px;
}
.red{
	color: #96262c !important;
}
.font22{
	font-size: 22px !important;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-hover{
	cursor: pointer;
}
.img-hover:hover{
	opacity: 0.6;
	transition: ease 0.2s;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-50 {
	padding: 50px;
}
.padding-top-50 {
	padding-top: 50px;
}


/*----------------header-banner----------------*/

.header-page-padding{
	padding: 100px 0px;
}
.grey-background{
	background: #f7fafc;
}
.header-page-title{
	font-size: 40px;
	color: #5d6670;
}
.header-page-text{
	font-size: 16px;
	line-height: 40px;
}
.header-banner{
	background-image: url("../img/header_banner.jpg");
	min-height: 500px;
	background-size: cover;
	width: 120%;
	margin-left: -10%; 
	margin-top: -10%; 
}
.header-banner-home{
	background-image: url("../img/background.jpg");
	min-height: 650px;
}
#column-content {
	display: table;
	min-height: 500px;
	width: 100%;
	padding-top: 10%;
}
.header-title-span{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.header-title{
	font-size: 60px !important;
}
.header-sub-title{
	text-align: center;
	font-size: 18px !important;
}
.arrow-button {
  transition: all .3s;
	font-size: 20px;
	color: white;
	border: 2px solid white;
	background: #96262c;
}
.arrow-button:hover{
	color: #96262c;
	border: 2px solid #96262c;
	background: white;
}
.button2 span {
  cursor: pointer;
  position: relative;
  transition: .3s;
}
.button2 span:after {
  content: '\003e';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: .3s;
}
.button2:hover span {
  padding-right: 25px;
	color: #96262c;
}
.button2:hover span:after {
  opacity: 1;
  right: 0;
	color: #96262c;
}
.img-home{
	background: white;
	border-radius: 40px;
	display: block;
	height: 80px;
	margin: 0 auto;
	padding: 4px;
	right: -10%;
	top: 30vh;
	width: 50vw;
	position: absolute;
}
@media (max-width: 1200px) {
    .img-home{
		top: 30vh;
		width: 70vw;
		position: absolute;
	}
}
@media (max-width: 767px) {
    .img-home{
		top: 30vh;
		width: 120vw;
		position: absolute;
		border-radius: 0px;
	}
	.img-logo{
		width: 300px;
		margin: 0 auto;
		padding-top: 14px;
	}
}
.img-logo{
	min-width: 300px;
}
.header-icon-container{
	color: white;
	background: #96262c;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.header-icon{
	font-size: 60px;
	width: 50px;
}

/*----------------breadcrumb----------------*/

.bread-crumb {
  list-style-type: none;
}

.v1 .bread-crumb-level::before, .v1 .bread-crumb-level::after {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 95%;
  background: #f7fafc;
  z-index: -1;
}
.v1 .bread-crumb-level:hover::before, .v1 .bread-crumb-level:hover::after {
	background: #96262c;
}
.v1 .bread-crumb-level::before {
  top: 0;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
}
.v1 .bread-crumb-level::after {
  bottom: 0;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
}
.bread-crumb-level {
  display: inline-block;
  position: relative;
}
.bread-crumb-level a {
  display: inline-block;
  position: relative;
  line-height: 2.5;
  padding: 5px 30px;
  color: #444;
  text-decoration: none;
	font-size: 16px;
}
.bread-crumb-level a:hover {
  color: #fff;
}

/*----------------lightbox----------------*/

.search-icon{
	position: absolute;
	font-size: 20px;
	border-radius: 50%;
	padding: 5px 10px;
	z-index: 10001;
	right: 10px;
	top: 10px;
	background-color: white;
}
.gallery-item{
/*	cursor: pointer;*/
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
	z-index: 10001;
}
.lightbox-content {
    position: relative;
    width: 100%;
    height: 80%;
    margin: 5% auto;
	align-content: center;
}
.lightbox-content img {
    margin: 5% auto;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    color: #fff;
    padding: 7px;
    top: 50%;
    cursor: pointer;
	font-size: 40px;
}
.lightbox-cross {
    position: absolute;
    color: #fff;
    padding: 20px;
    top: 0;
    cursor: pointer;
	right: 0;
	font-size: 20px;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}
@media (max-width: 767px) {
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

/*----------------carousel----------------*/

.carousel-height{
	min-height: 400px;
}
@media (max-width: 767px) {
    .carousel{
		min-height: 50px !important;
	}
	.carousel-height{
		min-height: 50px !important;
	}
}
.product-slider {
	padding: 5px;
}
.product-slider #carousel {
	margin: 0;
}
.product-slider #thumbcarousel {
	margin: 12px 0 0;
	padding: 0 45px;
}
.product-slider #thumbcarousel .item {
	text-align: center;
}
.product-slider #thumbcarousel .item .thumb {
	width: 20%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	max-width: 98px;
	opacity: 0.7;
	padding: 0px;
	margin: 10px;
}
.product-slider #thumbcarousel .item .thumb:hover {
	opacity: 1;
	transition: 0.2s;
}
.product-slider .item img {
	width: 100%;
	height: auto;
}
.carousel-control {
	color: #0284b8;
	text-align: center;
	text-shadow: none;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	top: 23%;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
	color: #333;
}
.carousel-caption, .carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: auto;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 30%;
	width: auto;
}
.carousel-control.right, .carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}

/*----------------tab-pane----------------*/

.tab-toggle{
	border: none !important;
	color: black !important;
	padding: 0px 10px !important;
	font-weight: 700;
	font-size: 16px;
}
.tab-pane{
	min-height: 450px;
}
.padding-tab {
	padding: 30px 0px 5px 30px;
}

/*----------------page-elements----------------*/

.title-color {
	color: #832930;
	font-size: 48px;
	margin-bottom: 25px;
}
.body-text {
	color: #76777a;
	font-size: 16px;
}
.body-italics {
	font-style: italic;
}
.body-text-header {
	color: #2b5280;
	font-size: 1.2rem;
}
.nav-tabs {
	background: #f4f4f4;
	border-bottom: 0px solid black;
	margin-bottom: -20px;
	outline: 1px solid #d9d9d9;
    outline-offset: -1px;
}
.nav-tabs > li {
	background: rgb(244, 244, 244);
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding: 10px;
}
.nav-tabs > li.active {
	background: rgb(255, 255, 255);
	padding: 10px;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 0px solid white;
	border-radius: 2px;
}
.nav-tabs > li > a {
	text-decoration: none;
	color: #666;
}
.tab-content {
	border-top: 0px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.related-products-header {
	margin-top: 50px;
	font-size: 32px;
}
.related-products-images {
	max-width: 250px;
	margin: 0 auto;
	cursor: pointer;
}
.related-products-images:hover {
	opacity: 0.6;
	transition: ease 0.2s;
}
.related-products-text {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
.card-block {
	background: #832930;
	color: white;
}
.card-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*----------------mobile-menu----------------*/

.menu {
	background:#fff;
	display:none;
	width:100%;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.menu ul li {
	color:#333;
	font-size:14px;
	padding:10px 0;
}
.menu ul li a:hover {
	color: #96262c;
}
.menu a {
  	text-decoration:none;
	color: #5d6670;
}
.menu-toggle {
	background: #fff;
  	color: #333;
	width:100%;
	text-align:center;
	padding:10px 0;
	font-size:25px;
	border-bottom: 1px solid #d9d9d9;
}
.menu-toggle a {
	text-decoration:none;
	color: #333;
}
.menu-toggle a i:hover {
	color: #5d6670;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
	height: 100vh;
}
.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
	background-size: cover;
}
/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
	background: white;
}

@media screen and (min-width: 768px) {
.page-wrapper.toggled .page-content {
	padding-left: 300px;
}
}

@media screen and (max-width: 767px) {
#sidebar {
	display: none;
}
}
@media screen and (min-width: 768px) {
#mobile-menu {
	display: none;
}
}
@media screen and (max-width: 767px) {
#mobile-menu {
	display: block;
}
}
/*----------------show sidebar button----------------*/

#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: .3s;
}
.page-wrapper.toggled #show-sidebar {
	left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-color {
	width: 50px;
	position: absolute;
	height: 110%;
	z-index: 100;
	top: -10px;
	left: 0;
	background: #96262c;
}
.sidebar-wrapper {
	width: 300px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 1 100%;
	padding-left: 40px;
	padding-top: 100px;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper a {
	text-decoration: none;
	color: #5d6670;
}
.sidebar-wrapper a:hover {
	color: #96262c;
}
/*----------------sidebar background style-------------*/

.sidebar-bg .sidebar-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sidebar-bg .sidebar-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: scroll;
	position: relative;
}
.sidebar-content.desktop {
	overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.sidebar-wrapper .sidebar-brand>a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}
.sidebar-wrapper .sidebar-header .user-info>span {
	display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}
/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px;
}
.sidebar-wrapper .sidebar-search .input-group-append .input-group-text {
	border-left: 0;
}
/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out .5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 8px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px;
}
/*--------------------------side-footer------------------------------*/

.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}
.sidebar-footer>div {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: static;
	display: flex;
}
.sidebar-footer .dropdown-menu {
	bottom: 31px;
	left: 0 !important;
	top: initial !important;
	right: 0;
	transform: none!important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: .9rem;
}
.sidebar-footer>div>a {
	flex-grow: 1;
}
.sidebar-footer>div a .notification {
	position: absolute;
	top: 0;
}
.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}
.badge-sonar:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}
.sidebar-footer .messages .dropdown-item, .sidebar-footer .notifications .dropdown-item {
	padding: .25rem 1rem;
}
.sidebar-footer .messages .messages-header, .sidebar-footer .notifications .notifications-header {
	padding: 0 1rem;
}
.sidebar-footer .messages .message-content, .sidebar-footer .notifications .notification-content {
	display: flex;
}
.sidebar-footer .messages .message-content .pic {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
}
.sidebar-footer .notifications .notification-content .icon {
	width: 40px;
	height: 40px;
}
.sidebar-footer .notifications .notification-content .icon i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
}
.sidebar-footer .messages .message-content .pic img {
	object-fit: cover;
	height: 100%;
}
.sidebar-footer .notifications .notification-content .content, .sidebar-footer .messages .message-content .content {
	line-height: 1.6;
	padding-left: 5px;
	width: calc(100% - 40px);
}
.sidebar-footer .messages .message-content .content .message-title {
	font-size: 13px;
}
.sidebar-footer .notifications .notification-content .content .notification-time {
	font-size: .7rem;
	color: #828282;
}
.sidebar-footer .notifications .notification-content .content .notification-detail, .sidebar-footer .messages .message-content .content .message-detail {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}
.page-wrapper .page-content>div {
	padding: 20px 40px;
}
.page-wrapper .page-content {
	overflow-x: hidden;
}
/*----------------  Scroll bar style   --------------- */


.mCSB_scrollTools {
	width: 6px;
}
.mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

/*----------------  Scroll bar style   --------------- */

.page-footer{
	margin-top: 50px;
	background-color: #f7fafc;
	padding: 20px 0px 35px 0px;
	bottom: 0;
}
.btn-dark {
	color: #96262c !important;
}
