/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

:root {
	--nvb-green: #58c639;
	--nvb-blue: #396bc6;
	--nvb-gray: #f7f7f7;
	--blue-dark: #034a8a;
	--blue-light: #03c9e6;
	--light: #ead6cb;
	--green-light: #3e9254;
	--green-dark: #056c68;
}

html {
	font-size: 16px;
}

body {

	/* font-family: 'Inter', sans-serif; */
	font-family: 'PT Sans', sans-serif;
	/* font-family: 'Ubuntu', sans-serif; */
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}

ul.left-info {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 46px;
}

ol,
ul {
	color: #666666;
	line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: var(--nvb-green);
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: .7rem 1.5rem .5rem;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: var(--nvb-green);
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: .7rem 1.5rem .5rem;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: var(--nvb-green);
}

a.border-button-blue {
	background-color: var(--blue-dark);
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: .7rem 1.5rem .5rem;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button-blue:hover {
	background-color: #fff;
	color: var(--blue-dark);
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: var(--nvb-green);
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: var(--nvb-green);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: white;
	height: 85px;
	line-height: 1.5rem;
	color: black;
	/*
	background-color: var(--nvb-green);
	height: 46px;
	line-height: 46px;
	*/
}

.sub-header .nav-item {
	text-align: center;
	font-size: 80%;
    font-family: monospace;
}

.sub-header .nav-link {
	line-height: 1rem;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
	line-height: 46px;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}

.bg-info1 {
	background-color: var(--light);
}

/* Header Style */
header {
	position: relative;
    z-index: 15;
    width: 100%;
    background-color: white!important;
    height: 80px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: black;
	/*
	position: absolute;
	z-index: 2;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	*/
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

.background-header .navbar-nav a.nav-link {
    /* nvb
	color: #1e1e1e!important;
	*/
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: var(--nvb-green) !important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	/*
	color: #fff;
	*/
	color: inherit;

	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	font-size: .8rem;
	margin: 0px 10px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	
	letter-spacing: 0.5px;
	transition: all 0.5s;
	margin-top: 0px;
	border-bottom: 3px solid transparent;
	/*
	margin-top: 5px;
	NVB
	color: #fff;
	font-weight: 300;
	color: black;
	*/
	color: var(--blue-dark);
	text-transform: uppercase;
	font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: var(--nvb-green);
	border-bottom: 3px solid var(--nvb-green);
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: var(--nvb-green);
	font-size: 18px;
	line-height: 26px;
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
}

.navbar .navbar-brand h2 {
	color: inherit;
}

.nav-link {
	color: var(--blue-dark);
}

.nav-link:hover {
	color: var(--blue-light);
}

.nav-link:active {
	color: var(--green-dark);
}

/**/

.section-heading h2 {
    color: var(--blue-dark);
}
.section-heading em {
    font-style: normal;
    color: var(--green-light);
}

.more-info .right-content h2 {
	color: var(--blue-dark);
}

/* Слайдер */

.slide-h-300 {
	height: 300px;
}

.slide-h-400 {
	height: 400px;
}

.slide-h-500 {
	max-height: 500px;
}

/* carousel */
.carousel-inner {
	background-color: #1e1e1e;
}
.carousel-item img {
	opacity: .6;
}

.carousel-item h6 {
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	/* color: var(--nvb-green); */
	/* 37fb00 */	
	color: #37fb00;
	animation:fadeInRight 1s both;
	text-align: left;
	/* text-shadow: 1px 1px #000; */
}

.carousel-item h4 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 2.5px;
	/* color:#FFF; */
	/* color: var(--nvb-blue); */
	color:#0452ff;
	
	overflow:hidden;
	animation:fadeInLeft 1s both;
	text-align: left;
	/* text-shadow: 1px 1px #fff; */
}

.carousel-item p {
	max-width: 570px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3rem;
	margin-bottom: 40px;
	text-align: left;
	color: #fff; 
}

.carousel-item .active h6{
	animation:fadeInDown 1s both 1s;
}

.carousel-item .active h4{
	animation:fadeInLeft 1s both 1.5s;
}

/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(/storage/app/media/background/new-lg-bg.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-4 .img-fill {
	background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-5 .img-fill {
	background-image: url(../images/slide_02.jpg);
}


.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f054';
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f053';
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--nvb-green);
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Request Form */

.request-form {
	background-color: var(--nvb-green);
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}

/* Services */

.services {
	margin-top: 4rem;
}

.service-item img {
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	 object-position: 0 0;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 1rem;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 5rem;
	background-image: url(../images/fun-facts-bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	padding: 5rem 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: var(--nvb-green);
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	/* background-color: rgba(250,250,250,0.1); */
	background-color: rgba(57, 107, 198, .3);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: var(--nvb-green);
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}


/* More Info */

.more-info {
	margin-top: 7rem;
	margin-bottom: 3rem;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-family: 'Oswald';
	margin-bottom: 1rem;
}

.more-info .right-content em {
	font-style: normal;
	color: var(--nvb-green);
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	/* margin-top: 140px; */
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: var(--nvb-green);
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: var(--nvb-green);
	padding: 2rem;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 10px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: var(--nvb-green);
}

.contact-us .contact-form button.filled-button {
	background-color: var(--nvb-green);
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: var(--nvb-green);
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 1rem;
	background-color: #f7f7f7;
	padding: 1rem 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding-top: 3rem;
	padding-bottom: 1rem;
	margin-top: 0rem;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 1rem;
}
footer p {
	color: #fff;
	margin-bottom: 1rem;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: var(--nvb-green);
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: var(--nvb-green);
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: var(--nvb-green);
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: var(--nvb-green);
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	color: #fff;
	height: 500px;
}

.page-heading-dark {
	position: relative	;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	height: 500px;
	padding: 230px 0px 150px 0px;
}

.page-heading-dark-none {
	position: relative	;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	height: 500px;
	padding: 230px 0px 150px 0px;
}

.page-heading h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
	font-family: 'PT Sans';
	text-transform: uppercase;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: var(--nvb-green);
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
	line-height: 1.5rem;
}

.team-item .img {
	height: 11rem;
	background-color: white;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: var(--nvb-green);
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 4rem;
}

.contact-information .contact-item {
	padding: 2rem 1rem .5rem;
	background-color: #f7f7f7;
	text-align: center;
	min-height: 20rem;
}

.contact-information .contact-item i {
	color: var(--nvb-green);
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: var(--nvb-green);
	font-size: 15px;
}

.contact-information .contact-item a:hover {
	color: var(--nvb-blue);
}




/* Responsive Style */
@media (max-width: 768px) {
    /*
	.sub-header {
		display: none;
	}
	*/
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
    .sub-header {
		display: none;
	}
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: var(--nvb-green)!important;
		border-bottom: none!important;
	}
}

/* NVB */

.fist_litter {
	color: var(--nvb-green);
}
.text-green { color: var(--nvb-green) !important; }
.text-blue { color: var(--nvb-blue) !important; }

.bg-gray {
	background-color: var(--nvb-gray);
}

.fw-300 {
	font-weight: 400;
}

.h-200 {
	height: 200px !important;
}

.profil-list dd {
	margin-left: 2rem;
}

.pointer {
	cursor: pointer
}

.accent {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.accordion .collapsed h6::before {
	content:'\f105';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
}

.accordion  h6::before {
	content:'\f107';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
}

#modalRight {
	position: fixed;
    padding: 0px !important;
    margin: 0px !important;
    height: 100vh;
	top: 0px;
	left: 70%;
	width: 30%;
	z-index: 50000;
}

@media (max-width: 1524px) {
    #modalRight {
	    left: 50%;
	    width: 50%;
    }
}

@media (max-width: 800px) {
    #modalRight {
	    left: 5%;
	    width: 95%;
    }
}

#modalRight .modal-dialog {
	margin: 0px;
	max-width: 100%;
	height: 100vh;
}

#modalRight .modal-content {
	border: 0px;
	border-radius: 0px;
	height: 100%;
}

.modal-open .apps-modal .modal-dialog .modal-content {
	background-color: #F6F7FB;
}

.line-height-1,
.line-height-1 p {
	line-height: 1rem;
}
  
  legend {
	  font-size: 1rem;
	  font-weight: bolder;
	  color: steelblue;
	  width: auto;
	  margin: 0 1rem;
	  padding: 0 .5rem;
  }
  
  fieldset {
	  border-top: steelblue 1px solid !important;
	  padding-top: 1rem;
  }

.swal2-container {
	z-index: 999999 !important;
}

.stripe-loading-indicator {
	z-index: 80000 !important;
}

footer .table {
	color: #fff;
}

h1 {
	font-size: 2rem;
	font-family: 'Oswald';
	padding: 1rem 0px;
}

.sub-title { 
	font-size: 1rem; 
	border-bottom: 1px solid rgba(204, 204, 204, 0.35); 
	padding-bottom: 10px; 
	color: #2c3e50; 
	margin-bottom: .5rem;
}

.sub-header .dropdown-menu {
	margin: 0px;
	padding: 0px;
}

.sub-header .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.sub-header .dropdown-divider {
	margin: 0px;
}

.auth-wrapper .lavalite-bg { height: 100vh; position: relative; width: 100%; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; }
.auth-wrapper .lavalite-bg .lavalite-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(135deg, rgba(46, 52, 81, 0.4) 0%, rgba(77, 78, 77, 0.95) 100%); }
.auth-wrapper .authentication-form { font-size: .9rem; width: 70%; display: block; padding: 100px 0; }
.auth-wrapper .authentication-form .logo-centered { width: 60px; margin: 0 auto; margin-bottom: 40px; }
.auth-wrapper .authentication-form h3 { font-size: 20px; color: #272d36; margin-bottom: 20px; }
.auth-wrapper .authentication-form .form-group { position: relative; }

.auth-wrapper .authentication-form .form-group .form-control ~ i { position: absolute; top: 10px; left: 15px; }
.auth-wrapper .authentication-form .sign-btn { margin-top: 30px; }
.auth-wrapper .authentication-form .register { margin-top: 30px; text-align: center; }

.list-group-item.active {
	color: #fff;
	background-color: var(--nvb-green);
	border-color: var(--nvb-green);
  }
  
  .list-group-item:hover {
	color: #495057;
	background-color: #aaf8cb;
	border-color: #78f1aa;
  }

  a.edit:hover:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400; 
	content: " \f044";
  }
  
  a[href$=".pdf"]:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f56d \00A0";
  }

  a:hover {
	  color: var(--nvb-green);
  }
  .claimRow {
	padding: .5rem !important;
	background-color: white;
  }
  
  .claimRow:hover {
	background-color: #12e98f;
  }

  .custom-file-input2 {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 2rem;
	height: 2rem;
  }
  
  #photoLists a,
  #photoLists a:hover {
	  border-bottom: 0px !important;
  }
  
  #photoLists .deletePhoto:hover::after {
	  content: ' Удалить';
  }

 #btnTopScroll {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	color: #afa8a8; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	border-radius: 10px; /* Rounded corners */
	font-size: 3rem; /* Increase font size */
	background-color: transparent;
}

#btnTopScroll:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35b";
}
#btnTopScroll:hover {
	color: var(--nvb-green); /* Add a dark-grey background on hover */
  }

.modal-open .apps-modal { overflow: auto; padding-right: 0 !important;}
.modal-open .apps-modal .close { position: fixed; top: 20px; right: 20px; text-shadow: none; z-index: 9; }
.modal-open .apps-modal .modal-dialog { width: 100%; max-width: 100%; border-radius: 0; margin: 0; }
.modal-open .apps-modal .modal-dialog .modal-content { border: none; border-radius: 0; min-height: 100vh; background-color: #ffffff; }
.modal-open .apps-modal .modal-dialog .modal-content .quick-search { position: absolute; width: 100%; top: 17px; padding: 0 50px; z-index: 9; }
.modal-open .apps-modal .modal-dialog .modal-content .quick-search .input-wrap { position: relative; }
.modal-open .apps-modal .modal-dialog .modal-content .quick-search .input-wrap i { position: absolute; right: 5px; top: 0; width: 30px; height: 35px; border-radius: 50%; line-height: 35px; text-align: center; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; width: 100%; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item { width: 130px; height: 100px; margin: 10px; color: #ccc; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a { display: inline-block; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a i { font-size: 40px; color: #3e5569; display: inline-block; margin-bottom: 10px; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item a span { display: block; font-size: 14px; color: #3e5569; }
.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item:hover i { color: #ef4153; }
.modal-open .apps-modal.fade .modal-dialog { overflow: hidden; -moz-transform: translate(0, 0) scale(1.2); -o-transform: translate(0, 0) scale(1.2); -ms-transform: translate(0, 0) scale(1.2); -webkit-transform: translate(0, 0) scale(1.2); transform: translate(0, 0) scale(1.2); }
.modal-open .apps-modal.fade.show .modal-dialog { -moz-transform: translate(0, 0) scale(1); -o-transform: translate(0, 0) scale(1); -ms-transform: translate(0, 0) scale(1); -webkit-transform: translate(0, 0) scale(1); transform: translate(0, 0) scale(1); }

.widget { border-color: #ffff; position: relative; width: 100%; border: none; margin-bottom: 30px; background-color: #fff; overflow: hidden; -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.widget .widget-header { padding: 10px 20px; border-bottom: 1px solid var(--nvb-gray); position: relative; }
.widget .widget-header .widget-title { font-size: 18px; margin: 0; }
.widget .widget-header .widget-tools { position: absolute; right: 10px; top: 5px; }
.widget .widget-header .widget-tools .btn-widget-tool { padding: 5px; font-size: 16px; background: transparent; color: #97a0b3; }
.widget .widget-header .widget-tools .btn-widget-tool i { margin: 0; }
.widget .widget-header .widget-tools .btn-widget-tool:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.widget .widget-body { padding: 20px 20px; }
.widget .widget-body h6 { margin-bottom: 0; font-weight: 400; }
.widget .widget-body h2 { margin-bottom: 0px; font-weight: 600; }
.widget .widget-body .icon { font-size: 37px; color: #9aa0ac; }
.widget .widget-body .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.22); text-align: center; z-index: 3; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.widget .widget-body .overlay i { font-size: 32px; color: #ef4153; margin-bottom: 5px; }
.widget .progress { border-radius: 0; }
.widget[class*=bg-] .widget-header { background-color: rgba(255, 255, 255, 0.2); border-bottom-color: transparent; }
.widget[class*=bg-] .widget-header .widget-title { color: #fff; }
.widget[class*=bg-] .widget-header .widget-tools .btn-widget-tool { color: rgba(255, 255, 255, 0.6); }
.widget[class*=bg-] .widget-body { color: #ffffff; }
.widget[class*=bg-] .widget-body .icon { color: #ffffff; }
.widget.social-widget .widget-body { text-align: center; }

.card-group .card:not(:last-child) { border-right: 1px solid var(--nvb-gray); }


.card { border-color: #ffff; position: relative; width: 100%; border: none; margin-bottom: 30px; -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.card .card-header { border: 0; border-bottom: 1px solid var(--nvb-gray); background: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; 
	display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; }
.card .card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
.card .card-header h3 { margin: 0; font-size: 18px; font-weight: normal; color: #212121; }
.card .card-header .card-options a:not(.dropdown-item) { width: 30px; height: 30px; padding: 0; border-radius: 50%; text-align: center; line-height: 33px; color: #212121; display: inline-block; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.card .card-header .card-options span { color: #444; font-size: 12px; }
.card .card-header .card-search { position: relative; }
.card .card-header .card-search .form-control { padding-right: 60px; font-size: 14px; max-height: 30px; min-height: 30px; }
.card .card-header .card-search .form-control ~ .btn { position: absolute; right: 0; top: 0; padding: 0; width: 30px; height: 30px; line-height: 30px; border-radius: 4px; background-color: #eceff1; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.card .card-header .card-search.with-adv-search .adv-btn { background-color: transparent; border: 0; position: absolute; right: 30px; top: 0; width: 30px; height: 30px; line-height: 30px; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.card .card-header .card-search.with-adv-search .adv-search-wrap { padding: 20px; display: none; position: absolute; left: 30px !important; width: 100%; top: 30px; background-color: #ffffff; z-index: 4; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.card .card-header .card-search.with-adv-search .adv-search-wrap .form-control { padding-right: 15px; }
.card .card-header .card-search.with-adv-search .adv-search-wrap .btn { padding: 0 15px; font-size: 14px; height: 30px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.card .card-header .card-search.with-adv-search .adv-search-wrap.show { display: block; }
.card .card-header.note-toolbar { padding: 0 0 5px 5px; }
.card .card-header .dropdown .checkbox-dropdown { padding: 0px; width: 16px; height: 16px; background-color: #dee2e6; border-radius: .25rem; margin-right: 15px; }
.card .card-body { padding: 20px 20px; flex: 1 1 auto; position: relative; }
.card .card-footer { background-color: transparent; padding: 20px 20px; border-top: 1px solid #f1f1f1; }
.card .card-img { height: 100%; object-fit: cover; max-height: 200px; width: unset; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.card .card-img-overlay { background: rgba(0, 0, 0, 0.5); padding: 1.75rem; border-radius: 4px; }
.card.icon-card .card-body i { font-size: 46px; line-height: 66px; color: #212121; }
.card.icon-card .card-body .card-text { color: #8f8f8f; height: 30px; line-height: 26px; }
.card.icon-card .card-body .lead { color: #212121; margin-bottom: 0; }
.card .nav-pills.custom-pills { border-bottom: 1px solid #f1f1f1; }
.card .nav-pills.custom-pills .nav-link { border-radius: 0; opacity: .7; font-size: 14px; padding: 12px 15px; }
.card .nav-pills.custom-pills .nav-link.active { color: #ef4153; opacity: 1; background-color: transparent; border-bottom: 2px solid #ef4153; }

.card .chat-box .chat-list { margin: 0; padding: 0; list-style: none; }
.card .chat-box .chat-list .chat-item { list-style: none; margin-top: 30px; }
.card .chat-box .chat-list .chat-item .chat-img { display: inline-block; width: 45px; vertical-align: top; }
.card .chat-box .chat-list .chat-item .chat-img img { width: 45px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; }

.card .chat-box .chat-list .chat-item .chat-content { width: calc(100% - 50px); display: inline-block; padding-left: 15px; }
.card .chat-box .chat-list .chat-item .chat-content .box { display: inline-block; padding: 10px; margin-bottom: 3px; color: #343a40; background: #f6f8f9; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.card .chat-box .chat-list .chat-item .chat-time { display: block; font-size: 10px; color: #4F5467; margin: -5px 0 15px 65px; }

.card .chat-box .chat-list .chat-item.odd .chat-content { text-align: right; width: calc(100% - 0px); }
.card .chat-box .chat-list .chat-item.odd .chat-content .box { clear: both; color: #fff; background: #137eff;}
.card .chat-box .chat-list .chat-item.odd .chat-time { text-align: right; }
.card .chat-box .chat-list .chat-item.odd + .odd { margin-top: 0; }

.card .chat-box .chat-list .chat-item:first-child { margin-top: 0; }

.card .chat-footer { position: relative; background-color: #ffffff; }
.card .chat-footer .input-wrap { padding-right: 50px; }
.card .chat-footer .btn { position: absolute; top: 10px; right: 20px; width: 35px; height: 35px; }

.card .card-title { font-size: 18px; }
.card .card-subtitle { font-weight: 300; margin-bottom: 10px; color: #afb5c1; }

.bg-default { background-color: #d6d6d6 !important; }
.bg-theme { background-color: #ef4153 !important; }
.bg-aqua { background-color: #3ec5d6 !important; }
.bg-blue { background-color: #19B5FE !important; }
.bg-light-blue { background-color: #89CFF0 !important; }
.bg-teal { background-color: #008081 !important; }
.bg-yellow { background-color: #F7CA18 !important; }
.bg-orange { background-color: #FF8000 !important; }
.bg-green { background-color: #26C281 !important; }
.bg-lime { background-color: #cad900 !important; }
.bg-red { background-color: #F22613 !important; }
.bg-fuchsia { background-color: #df2de3 !important; }
.bg-navy { background-color: #000080 !important; }
.bg-empty { background: transparent !important; }
.bg-primary { background-color: #007bff !important; }
.bg-success { background-color: #2dce89 !important; }
.bg-info { background-color: #11cdef !important; }
.bg-warning { background-color: #fb6340 !important; }
.bg-danger { background-color: #f5365c !important; }
.bg-muted { background-color: #6c757d !important; }
.bg-inverse { background-color: #4c5667 !important; }
.bg-purple { background-color: #BF55EC !important; }
.bg-pink { background-color: #f76397 !important; }
.bg-white { background-color: #ffffff !important; }
.bg-facebook { background-color: #3b579d !important; }
.bg-twitter { background-color: #1da1f2 !important; }
.bg-google { background-color: #dc4a38 !important; }
.bg-linkedin { background-color: #0177b4 !important; }

.chat-box {
	font-size: .8rem;
}

.chat-box .box {
	line-height: 1rem;
}

.form-group { margin-bottom: 1.25em; }
.form-group .form-control-lg { font-size: 1.25em; }
.form-group .form-control-round { border-radius: 50px; }
.form-group .form-control-static:focus { outline: none; }

.form-control { height: auto; min-height: 35px; border: 1px solid #eaeaea; padding: 0 10px; background-color: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.form-control.placeholder { color: #999999; }
.form-control:-moz-placeholder { color: #999999; }
.form-control::-moz-placeholder { color: #999999; }
.form-control:-ms-input-placeholder { color: #999999; }
.form-control::-webkit-input-placeholder { color: #999999; }
.form-control:focus { border-color: #e2dfdf; -webkit-box-shadow: none; box-shadow: none; }
.form-control.form-control-normal { font-weight: 400; }
.form-control.form-control-bold { font-weight: 700; }
.form-control.form-control-capitalize { text-transform: capitalize; }
.form-control.form-control-uppercase { text-transform: uppercase; }
.form-control.form-control-lowercase { text-transform: lowercase; }
.form-control.form-control-variant { font-variant: small-caps; }
.form-control.form-control-left { text-align: left; }
.form-control.form-control-center { text-align: center; }
.form-control.form-control-right { text-align: right; }
.form-control.form-control-rtl { direction: rtl; }
.form-control:disabled { cursor: not-allowed; opacity: 0.5; }

select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 20px; background-image: url("../images/down-arrow.svg"); background-position: center right 15px; background-repeat: no-repeat; -webkit-background-size: 10px; background-size: 10px; height: 35px !important; }

textarea.form-control { padding: 10px 15px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

.custom-radio .custom-control-label { line-height: 24px; }

.custom-checkbox .custom-control-label { line-height: 24px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { 
    background-image: none; 
    content: "\f00c"; 
    line-height: 16px; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: .7em;
    color: #fff; 
  }

.custom-control-label { text-align: center; }

.input-group .input-group-prepend .input-group-text { border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #eaeaea; border-color: #eaeaea; padding-left: 15px; height: 35px; font-size: 14px; }
.input-group .input-group-prepend .btn { height: 35px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.input-group .input-group-append .input-group-text { border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-color: #eaeaea; border-color: #eaeaea; padding-right: 15px; height: 35px; font-size: 14px; }
.input-group .input-group-append .btn { height: 35px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.form-group .file-upload-default { visibility: hidden; position: absolute; }
.form-group .file-upload-info { background: transparent; }

.select2.select2-container--default .select2-selection--single { border-color: #eaeaea; height: 35px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.select2.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 35px; padding-left: 15px; padding-right: 30px; }
.select2.select2-container--default .select2-selection--single .select2-selection__arrow { height: 33px; right: 8px; }
.select2.select2-container--default .select2-selection--multiple { border-color: #eaeaea; }
.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered { margin-top: 1px; }
.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { border: none; padding: 1px 5px; }
.select2.select2-container--default.select2-container--focus .select2-selection--multiple { border-color: #8e8e8e; }
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.select2.select2-container .select2-selection--multiple { min-height: 35px; }

.select2-container--default .select2-dropdown { background-color: #ffffff; border: none; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08); }
.select2-container--default .select2-dropdown .select2-search--dropdown { padding: 5px; }
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field { height: 30px; border: none; background-color: #eaeaea; padding: 5px 10px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.select2-container--default .select2-dropdown .select2-results .select2-results__options { padding: 5px; }

.select2-results__option { background-color: #fff; padding: 8px 15px; border-radius: 4px; line-height: 14px; }

.bootstrap-datetimepicker-widget .table thead { background-color: transparent; }
.bootstrap-datetimepicker-widget .table thead tr th { color: #212121; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.bootstrap-datetimepicker-widget .table tr td, .bootstrap-datetimepicker-widget .table tr th { text-align: center; width: 35px; height: 35px; border-radius: 50%; border: none; line-height: 35px; position: relative; z-index: 1; }
.bootstrap-datetimepicker-widget .table tr td.today, .bootstrap-datetimepicker-widget .table tr td.active { color: #ffffff; position: relative; z-index: 1; background-color: transparent; text-shadow: none; }
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before, .bootstrap-datetimepicker-widget .table tr td.active:before, .bootstrap-datetimepicker-widget .table tr td.active::before { width: 30px; height: 30px; border-radius: 50%; border: none; background-color: #4a5361; position: absolute; z-index: -1; display: block; margin: auto; content: ''; top: 6px; left: 0px; right: 0px; bottom: auto; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.bootstrap-datetimepicker-widget .table tr td.active:hover:before, .bootstrap-datetimepicker-widget .table tr td.active:hover::before { background-color: #4a5361 !important; }
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before { background-color: #ef4153; }
.bootstrap-datetimepicker-widget .table tr td.day:hover, .bootstrap-datetimepicker-widget .table tr td.hour:hover, .bootstrap-datetimepicker-widget .table tr td.minute:hover, .bootstrap-datetimepicker-widget .table tr td.second:hover { background-color: transparent; }
.bootstrap-datetimepicker-widget .table tr td:before, .bootstrap-datetimepicker-widget .table tr td::before { width: 30px; height: 30px; border-radius: 50%; border: none; background-color: transparent; position: absolute; z-index: -1; display: block; margin: auto; content: ''; top: 6px; left: 0px; right: 0px; bottom: auto; -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.bootstrap-datetimepicker-widget .table tr td:hover:before, .bootstrap-datetimepicker-widget .table tr td:hover::before { background-color: #f4f4f4; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.bootstrap-datetimepicker-widget .timepicker table td { position: relative; z-index: 1; width: 35px; height: 35px; line-height: 35px; }
.bootstrap-datetimepicker-widget .timepicker table td .btn { height: auto; }
.bootstrap-datetimepicker-widget .timepicker table td span { width: 35px; height: 35px; line-height: 35px; }
.bootstrap-datetimepicker-widget.dropdown-menu { min-width: 280px; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before { border-bottom-color: #fff; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top::before { border-top-color: #fff; }
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td { width: 30px; height: 30px; line-height: 30px; }
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before { top: 4px; left: 0px; }
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today::before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active::before { top: 4px; left: 0px; }

.bootstrap-tagsinput { display: block; border: 1px solid #eaeaea; min-height: 35px; padding: 0px 10px; padding-top: 4px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.bootstrap-tagsinput .tag { padding: 1px 5px; margin-right: 2px; margin-bottom: 4px; display: inline-block; text-transform: capitalize; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; background-color: #4c5667; }

.note-editor.note-frame.card { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.input-group { margin-bottom: 1.25em; }

.form-control-primary { border-color: #007bff; color: #007bff; }
.form-control-primary:focus { border-color: #007bff; }

.input-group-primary .input-group-append .input-group-text, .input-group-primary .input-group-prepend .input-group-text { background-color: #007bff; border-color: #007bff; color: #ffffff; }
.input-group-primary .form-control { border-color: #007bff; }

.form-control-warning { border-color: #fb6340; color: #fb6340; }
.form-control-warning:focus { border-color: #fb6340; }

.input-group-warning .input-group-append .input-group-text, .input-group-warning .input-group-prepend .input-group-text { background-color: #fb6340; border-color: #fb6340; color: #ffffff; }
.input-group-warning .form-control { border-color: #fb6340; }

.form-control-default { border-color: #d6d6d6; color: #d6d6d6; }
.form-control-default:focus { border-color: #d6d6d6; }

.input-group-default .input-group-append .input-group-text, .input-group-default .input-group-prepend .input-group-text { background-color: #d6d6d6; border-color: #d6d6d6; color: #ffffff; }
.input-group-default .form-control { border-color: #d6d6d6; }

.form-control-danger { border-color: #f5365c; color: #f5365c; }
.form-control-danger:focus { border-color: #f5365c; }

.input-group-danger .input-group-append .input-group-text, .input-group-danger .input-group-prepend .input-group-text { background-color: #f5365c; border-color: #f5365c; color: #ffffff; }
.input-group-danger .form-control { border-color: #f5365c; }

.form-control-success { border-color: #2dce89; color: #2dce89; }
.form-control-success:focus { border-color: #2dce89; }

.input-group-success .input-group-append .input-group-text, .input-group-success .input-group-prepend .input-group-text { background-color: #2dce89; border-color: #2dce89; color: #ffffff; }
.input-group-success .form-control { border-color: #2dce89; }

.form-control-inverse { border-color: #4c5667; color: #4c5667; }
.form-control-inverse:focus { border-color: #4c5667; }

.input-group-inverse .input-group-append .input-group-text, .input-group-inverse .input-group-prepend .input-group-text { background-color: #4c5667; border-color: #4c5667; color: #ffffff; }
.input-group-inverse .form-control { border-color: #4c5667; }

.form-control-info { border-color: #11cdef; color: #11cdef; }
.form-control-info:focus { border-color: #11cdef; }

.input-group-info .input-group-append .input-group-text, .input-group-info .input-group-prepend .input-group-text { background-color: #11cdef; border-color: #11cdef; color: #ffffff; }
.input-group-info .form-control { border-color: #11cdef; }

.form-txt-primary { color: #007bff; }
.form-txt-primary:focus { color: #007bff; }
.form-txt-primary::-moz-placeholder { color: #007bff; opacity: 1; }
.form-txt-primary:-ms-input-placeholder { color: #007bff; }
.form-txt-primary::-webkit-input-placeholder { color: #007bff; }

.form-txt-warning { color: #fb6340; }
.form-txt-warning:focus { color: #fb6340; }
.form-txt-warning::-moz-placeholder { color: #fb6340; opacity: 1; }
.form-txt-warning:-ms-input-placeholder { color: #fb6340; }
.form-txt-warning::-webkit-input-placeholder { color: #fb6340; }

.form-txt-default { color: #d6d6d6; }
.form-txt-default:focus { color: #d6d6d6; }
.form-txt-default::-moz-placeholder { color: #d6d6d6; opacity: 1; }
.form-txt-default:-ms-input-placeholder { color: #d6d6d6; }
.form-txt-default::-webkit-input-placeholder { color: #d6d6d6; }

.form-txt-danger { color: #f5365c; }
.form-txt-danger:focus { color: #f5365c; }
.form-txt-danger::-moz-placeholder { color: #f5365c; opacity: 1; }
.form-txt-danger:-ms-input-placeholder { color: #f5365c; }
.form-txt-danger::-webkit-input-placeholder { color: #f5365c; }

.form-txt-success { color: #2dce89; }
.form-txt-success:focus { color: #2dce89; }
.form-txt-success::-moz-placeholder { color: #2dce89; opacity: 1; }
.form-txt-success:-ms-input-placeholder { color: #2dce89; }
.form-txt-success::-webkit-input-placeholder { color: #2dce89; }

.form-txt-inverse { color: #4c5667; }
.form-txt-inverse:focus { color: #4c5667; }
.form-txt-inverse::-moz-placeholder { color: #4c5667; opacity: 1; }
.form-txt-inverse:-ms-input-placeholder { color: #4c5667; }
.form-txt-inverse::-webkit-input-placeholder { color: #4c5667; }

.form-txt-info { color: #11cdef; }
.form-txt-info:focus { color: #11cdef; }
.form-txt-info::-moz-placeholder { color: #11cdef; opacity: 1; }
.form-txt-info:-ms-input-placeholder { color: #11cdef; }
.form-txt-info::-webkit-input-placeholder { color: #11cdef; }

.form-bg-primary { background-color: #007bff; border-color: #007bff; color: #fff; }
.form-bg-primary:focus { background-color: #007bff; border-color: #007bff; color: #fff; }
.form-bg-primary::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-primary:-ms-input-placeholder { color: #fff; }
.form-bg-primary::-webkit-input-placeholder { color: #fff; }

.form-bg-warning { background-color: #fb6340; border-color: #fb6340; color: #fff; }
.form-bg-warning:focus { background-color: #fb6340; border-color: #fb6340; color: #fff; }
.form-bg-warning::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-warning:-ms-input-placeholder { color: #fff; }
.form-bg-warning::-webkit-input-placeholder { color: #fff; }

.form-bg-default { background-color: #d6d6d6; border-color: #d6d6d6; color: #fff; }
.form-bg-default:focus { background-color: #d6d6d6; border-color: #d6d6d6; color: #fff; }
.form-bg-default::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-default:-ms-input-placeholder { color: #fff; }
.form-bg-default::-webkit-input-placeholder { color: #fff; }

.form-bg-danger { background-color: #f5365c; border-color: #f5365c; color: #fff; }
.form-bg-danger:focus { background-color: #f5365c; border-color: #f5365c; color: #fff; }
.form-bg-danger::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-danger:-ms-input-placeholder { color: #fff; }
.form-bg-danger::-webkit-input-placeholder { color: #fff; }

.form-bg-success { background-color: #2dce89; border-color: #2dce89; color: #fff; }
.form-bg-success:focus { background-color: #2dce89; border-color: #2dce89; color: #fff; }
.form-bg-success::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-success:-ms-input-placeholder { color: #fff; }
.form-bg-success::-webkit-input-placeholder { color: #fff; }

.form-bg-inverse { background-color: #4c5667; border-color: #4c5667; color: #fff; }
.form-bg-inverse:focus { background-color: #4c5667; border-color: #4c5667; color: #fff; }
.form-bg-inverse::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-inverse:-ms-input-placeholder { color: #fff; }
.form-bg-inverse::-webkit-input-placeholder { color: #fff; }

.form-bg-info { background-color: #11cdef; border-color: #11cdef; color: #fff; }
.form-bg-info:focus { background-color: #11cdef; border-color: #11cdef; color: #fff; }
.form-bg-info::-moz-placeholder { color: #fff; opacity: 1; }
.form-bg-info:-ms-input-placeholder { color: #fff; }
.form-bg-info::-webkit-input-placeholder { color: #fff; }

.form-radio { position: relative; }
.form-radio .form-help { position: absolute; width: 100%; }
.form-radio label { position: relative; padding-left: 1.5rem; text-align: left; color: #333; display: block; line-height: 1.8; }
.form-radio input { width: auto; opacity: 0.00000001; position: absolute; left: 0; }

.radio .helper { position: absolute; top: -0.25rem; left: -0.25rem; cursor: pointer; display: block; font-size: 1rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #999; }
.radio .helper::after { transform: scale(0); background-color: #007bff; border-color: #007bff; }
.radio .helper::after, .radio .helper::before { content: ''; position: absolute; left: 0; top: 3px; margin: 0.25rem; width: 1rem; height: 1rem; -webkit-transition: -webkit-transform 0.28s ease; transition: -webkit-transform 0.28s ease; transition: transform 0.28s ease, -webkit-transform 0.28s ease; border-radius: 50%; border: 0.125rem solid #007bff; }
.radio label:hover .helper { color: #007bff; }
.radio input:checked ~ .helper::after { transform: scale(0.5); }
.radio input:checked ~ .helper::before { color: #007bff; animation: ripple 0.3s linear forwards; }
.radio.radiofill input:checked ~ .helper::after { transform: scale(1); }
.radio.radiofill .helper::after { background-color: #007bff; }
.radio.radio-outline input:checked ~ .helper::after { transform: scale(0.6); }
.radio.radio-outline .helper::after { background-color: #fff; border: 0.225rem solid #007bff; }
.radio.radio-matrial input ~ .helper::after { background-color: #fff; }
.radio.radio-matrial input:checked ~ .helper::after { transform: scale(0.5); box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72); }
.radio.radio-matrial input:checked ~ .helper::before { background-color: #007bff; }
.radio.radio-disable { opacity: 0.7; }
.radio.radio-disable label { cursor: not-allowed; }

.radio-inline { display: inline-block; margin-right: 20px; }

.radio.radio-primary .helper::after { background-color: #007bff; border-color: #007bff; }
.radio.radio-primary .helper::before { border-color: #007bff; }
.radio.radio-outline.radio-primary .helper::after { background-color: #fff; border: 0.225rem solid #007bff; }
.radio.radio-outline.radio-primary .helper::before { border-color: #007bff; }
.radio.radio-matrial.radio-primary input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-primary input ~ .helper::before { background-color: #007bff; border-color: #007bff; }

.radio.radio-warning .helper::after { background-color: #fb6340; border-color: #fb6340; }
.radio.radio-warning .helper::before { border-color: #fb6340; }
.radio.radio-outline.radio-warning .helper::after { background-color: #fff; border: 0.225rem solid #fb6340; }
.radio.radio-outline.radio-warning .helper::before { border-color: #fb6340; }
.radio.radio-matrial.radio-warning input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-warning input ~ .helper::before { background-color: #fb6340; border-color: #fb6340; }

.radio.radio-default .helper::after { background-color: #d6d6d6; border-color: #d6d6d6; }
.radio.radio-default .helper::before { border-color: #d6d6d6; }
.radio.radio-outline.radio-default .helper::after { background-color: #fff; border: 0.225rem solid #d6d6d6; }
.radio.radio-outline.radio-default .helper::before { border-color: #d6d6d6; }
.radio.radio-matrial.radio-default input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-default input ~ .helper::before { background-color: #d6d6d6; border-color: #d6d6d6; }

.radio.radio-danger .helper::after { background-color: #f5365c; border-color: #f5365c; }
.radio.radio-danger .helper::before { border-color: #f5365c; }
.radio.radio-outline.radio-danger .helper::after { background-color: #fff; border: 0.225rem solid #f5365c; }
.radio.radio-outline.radio-danger .helper::before { border-color: #f5365c; }
.radio.radio-matrial.radio-danger input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-danger input ~ .helper::before { background-color: #f5365c; border-color: #f5365c; }

.radio.radio-success .helper::after { background-color: #2dce89; border-color: #2dce89; }
.radio.radio-success .helper::before { border-color: #2dce89; }
.radio.radio-outline.radio-success .helper::after { background-color: #fff; border: 0.225rem solid #2dce89; }
.radio.radio-outline.radio-success .helper::before { border-color: #2dce89; }
.radio.radio-matrial.radio-success input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-success input ~ .helper::before { background-color: #2dce89; border-color: #2dce89; }

.radio.radio-inverse .helper::after { background-color: #4c5667; border-color: #4c5667; }
.radio.radio-inverse .helper::before { border-color: #4c5667; }
.radio.radio-outline.radio-inverse .helper::after { background-color: #fff; border: 0.225rem solid #4c5667; }
.radio.radio-outline.radio-inverse .helper::before { border-color: #4c5667; }
.radio.radio-matrial.radio-inverse input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-inverse input ~ .helper::before { background-color: #4c5667; border-color: #4c5667; }

.radio.radio-info .helper::after { background-color: #11cdef; border-color: #11cdef; }
.radio.radio-info .helper::before { border-color: #11cdef; }
.radio.radio-outline.radio-info .helper::after { background-color: #fff; border: 0.225rem solid #11cdef; }
.radio.radio-outline.radio-info .helper::before { border-color: #11cdef; }
.radio.radio-matrial.radio-info input ~ .helper::after { background-color: #fff; border-color: #fff; }
.radio.radio-matrial.radio-info input ~ .helper::before { background-color: #11cdef; border-color: #11cdef; }

@keyframes ripple { 0% { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0); }
  50% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05); }
  100% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } }
.border-checkbox-section .border-checkbox-group { display: inline-block; }
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:before { animation: ripple 0.3s linear forwards; }
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after { -webkit-animation: check linear 0.5s; animation: check linear 0.5s; opacity: 1; border-color: #007bff; }
.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before { border-color: #eee; }
.border-checkbox-section .border-checkbox-group .border-checkbox-label { position: relative; display: inline-block; cursor: pointer; height: 20px; line-height: 20px; padding-left: 30px; margin-right: 15px; }
.border-checkbox-section .border-checkbox-group .border-checkbox-label:after { content: ""; display: block; width: 6px; height: 12px; opacity: 0.9; border-right: 2px solid #eee; border-top: 2px solid #eee; position: absolute; left: 4px; top: 11px; -webkit-transform: scaleX(-1) rotate(135deg); transform: scaleX(-1) rotate(135deg); -webkit-transform-origin: left top; transform-origin: left top; }
.border-checkbox-section .border-checkbox-group .border-checkbox-label:before { content: ""; display: block; border: 2px solid #007bff; width: 20px; height: 20px; position: absolute; left: 0; }
.border-checkbox-section .border-checkbox { display: none; }
.border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label { cursor: no-drop; color: #ccc; }

@-webkit-keyframes check { 0% { height: 0; width: 0; }
  25% { height: 0; width: 6px; }
  50% { height: 12px; width: 6px; } }
@keyframes check { 0% { height: 0; width: 0; }
  25% { height: 0; width: 6px; }
  50% { height: 12px; width: 6px; } }
.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before { border: 2px solid #007bff; }
.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after { border-color: #007bff; }

.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before { border: 2px solid #fb6340; }
.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after { border-color: #fb6340; }

.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before { border: 2px solid #d6d6d6; }
.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after { border-color: #d6d6d6; }

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before { border: 2px solid #f5365c; }
.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after { border-color: #f5365c; }

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before { border: 2px solid #2dce89; }
.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after { border-color: #2dce89; }

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before { border: 2px solid #4c5667; }
.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after { border-color: #4c5667; }

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before { border: 2px solid #11cdef; }
.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after { border-color: #11cdef; }

.checkbox-fade, .checkbox-zoom { display: inline-block; margin-right: 15px; }
.checkbox-fade label, .checkbox-zoom label { line-height: 20px; }
.checkbox-fade label input[type="checkbox"], .checkbox-fade label input[type="radio"], .checkbox-zoom label input[type="checkbox"], .checkbox-zoom label input[type="radio"] { display: none; }
.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon, .checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon, .checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon, .checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; }
.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon, .checkbox-fade label input[type="radio"] + .cr > .cr-icon, .checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon, .checkbox-zoom label input[type="radio"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all 0.3s ease-in; }
.checkbox-fade label:after, .checkbox-zoom label:after { content: ''; display: table; clear: both; }
.checkbox-fade.fade-in-disable .cr, .checkbox-fade.fade-in-disable label, .checkbox-zoom.fade-in-disable .cr, .checkbox-zoom.fade-in-disable label { color: #ccc; cursor: no-drop; }
.checkbox-fade .cr, .checkbox-zoom .cr { border-radius: 0; border: 2px solid #007bff; cursor: pointer; display: inline-block; float: left; height: 20px; margin-right: 1rem; position: relative; width: 20px; }
.checkbox-fade .cr .cr-icon, .checkbox-zoom .cr .cr-icon { color: #007bff; font-size: 1em; left: 0; line-height: 0; position: absolute; right: 0; text-align: center; top: 50%; }
.checkbox-fade input[type="checkbox"]:checked + .cr, .checkbox-zoom input[type="checkbox"]:checked + .cr { animation: ripple 0.3s linear forwards; }

.checkbox-fade label { line-height: 20px; }
.checkbox-fade label input[type="checkbox"], .checkbox-fade label input[type="radio"] { display: none; }
.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon, .checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; }
.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon, .checkbox-fade label input[type="radio"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all 0.3s ease-in; }

.checkbox-zoom label { line-height: 20px; }
.checkbox-zoom label input[type="checkbox"], .checkbox-zoom label input[type="radio"] { display: none; }
.checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon, .checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
.checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon, .checkbox-zoom label input[type="radio"] + .cr > .cr-icon { transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0); opacity: 0; transition: all 0.3s ease-in; }

.checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr, .checkbox-zoom.fade-in-primary .cr, .checkbox-zoom.zoom-primary .cr { border: 2px solid #007bff; }
.checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon, .checkbox-zoom.fade-in-primary .cr .cr-icon, .checkbox-zoom.zoom-primary .cr .cr-icon { color: #007bff; }

.checkbox-fade.fade-in-warning .cr, .checkbox-fade.zoom-warning .cr, .checkbox-zoom.fade-in-warning .cr, .checkbox-zoom.zoom-warning .cr { border: 2px solid #fb6340; }
.checkbox-fade.fade-in-warning .cr .cr-icon, .checkbox-fade.zoom-warning .cr .cr-icon, .checkbox-zoom.fade-in-warning .cr .cr-icon, .checkbox-zoom.zoom-warning .cr .cr-icon { color: #fb6340; }

.checkbox-fade.fade-in-default .cr, .checkbox-fade.zoom-default .cr, .checkbox-zoom.fade-in-default .cr, .checkbox-zoom.zoom-default .cr { border: 2px solid #d6d6d6; }
.checkbox-fade.fade-in-default .cr .cr-icon, .checkbox-fade.zoom-default .cr .cr-icon, .checkbox-zoom.fade-in-default .cr .cr-icon, .checkbox-zoom.zoom-default .cr .cr-icon { color: #d6d6d6; }

.checkbox-fade.fade-in-danger .cr, .checkbox-fade.zoom-danger .cr, .checkbox-zoom.fade-in-danger .cr, .checkbox-zoom.zoom-danger .cr { border: 2px solid #f5365c; }
.checkbox-fade.fade-in-danger .cr .cr-icon, .checkbox-fade.zoom-danger .cr .cr-icon, .checkbox-zoom.fade-in-danger .cr .cr-icon, .checkbox-zoom.zoom-danger .cr .cr-icon { color: #f5365c; }

.checkbox-fade.fade-in-success .cr, .checkbox-fade.zoom-success .cr, .checkbox-zoom.fade-in-success .cr, .checkbox-zoom.zoom-success .cr { border: 2px solid #2dce89; }
.checkbox-fade.fade-in-success .cr .cr-icon, .checkbox-fade.zoom-success .cr .cr-icon, .checkbox-zoom.fade-in-success .cr .cr-icon, .checkbox-zoom.zoom-success .cr .cr-icon { color: #2dce89; }

.checkbox-fade.fade-in-inverse .cr, .checkbox-fade.zoom-inverse .cr, .checkbox-zoom.fade-in-inverse .cr, .checkbox-zoom.zoom-inverse .cr { border: 2px solid #4c5667; }
.checkbox-fade.fade-in-inverse .cr .cr-icon, .checkbox-fade.zoom-inverse .cr .cr-icon, .checkbox-zoom.fade-in-inverse .cr .cr-icon, .checkbox-zoom.zoom-inverse .cr .cr-icon { color: #4c5667; }

.checkbox-fade.fade-in-info .cr, .checkbox-fade.zoom-info .cr, .checkbox-zoom.fade-in-info .cr, .checkbox-zoom.zoom-info .cr { border: 2px solid #11cdef; }
.checkbox-fade.fade-in-info .cr .cr-icon, .checkbox-fade.zoom-info .cr .cr-icon, .checkbox-zoom.fade-in-info .cr .cr-icon, .checkbox-zoom.zoom-info .cr .cr-icon { color: #11cdef; }

.checkbox-color { display: inline-block; margin-right: 20px; cursor: pointer; }
.checkbox-color label { display: inline-block; position: relative; padding-left: 10px; line-height: 20px; }
.checkbox-color label::before { content: ""; display: inline-block; position: absolute; top: 0; width: 20px; height: 20px; left: 0; right: 0; text-align: center; margin-left: -20px; border: 1px solid #ccc; border-radius: 0; background-color: #fff; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-color label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: -1px; top: 0; margin-left: -17px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #fff; }
.checkbox-color input[type="checkbox"] { opacity: 0; }
.checkbox-color input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.checkbox-color input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; }
.checkbox-color input[type="checkbox"]:checked + label::before { animation: ripple 0.3s linear forwards; }
.checkbox-color input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox-color input[type="checkbox"]:disabled + label::before { background-color: #eee; cursor: not-allowed; }
.checkbox-color.checkbox-circle label::before { border-radius: 50%; }
.checkbox-color.checkbox-inline { margin-top: 0; }

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="checkbox"]:checked + label::after { color: #fff; }
.checkbox-primary input[type="checkbox"]:checked + label::before { background-color: #2196f3; border-color: #2196f3; }
.checkbox-primary input[type="checkbox"]:checked + label::before { background-color: #007bff; }
.checkbox-warning input[type="checkbox"]:checked + label::before { background-color: #fb6340; }
.checkbox-default input[type="checkbox"]:checked + label::before { background-color: #d6d6d6; }
.checkbox-danger input[type="checkbox"]:checked + label::before { background-color: #f5365c; }
.checkbox-success input[type="checkbox"]:checked + label::before { background-color: #2dce89; }
.checkbox-inverse input[type="checkbox"]:checked + label::before { background-color: #4c5667; }
.checkbox-info input[type="checkbox"]:checked + label::before { background-color: #11cdef; }

.layout-wrap { font-size: .9rem;}
.layout-wrap .list-item .card-img { display: none !important; }
.layout-wrap .list-item .card-img .badge { display: none; }
.layout-wrap .list-item .list-actions { align-self: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin-right: 30px; opacity: 0; visibility: hidden; }
.layout-wrap .list-item .list-actions a { width: 30px; height: 30px; padding: 0; border-radius: 50%; text-align: center; line-height: 32px; color: #999; display: inline-block; font-size: 16px; }
.layout-wrap .list-item .list-actions a:hover, .layout-wrap .list-item .list-actions a:focus { background-color: #dee2e6; color: #333; }
.layout-wrap .list-item.list-item-thumb .card-img { display: flex !important; }
.layout-wrap .list-item.list-item-grid .card { display: block !important; }
.layout-wrap .list-item.list-item-grid .card .card-img { display: block !important; position: relative; max-height: 100%; border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px); }
.layout-wrap .list-item.list-item-grid .card .card-img img { height: auto; width: 100% !important; }
.layout-wrap .list-item.list-item-grid .card .card-img .badge { display: inline-block; }
.layout-wrap .list-item.list-item-grid .card .card-content { display: block !important; position: relative; }
.layout-wrap .list-item.list-item-grid .card .card-content .card-body { display: block !important; }
.layout-wrap .list-item.list-item-grid .card .card-content .card-body .list-item-heading { width: 100% !important; text-overflow: inherit !important; white-space: inherit !important; display: block; margin-bottom: 20px !important; }
.layout-wrap .list-item.list-item-grid .card .card-content .card-body p { width: 100% !important; }
.layout-wrap .list-item.list-item-grid .card .card-content .card-body p.category { display: none; }
.layout-wrap .list-item.list-item-grid .card .card-content .card-body .badge { display: none !important; }
.layout-wrap .list-item.list-item-grid .card .card-content .custom-checkbox { display: none; }
.layout-wrap .list-item.list-item-grid .card .card-content .list-actions { display: block; opacity: 1; margin: 0; position: absolute; right: 20px; bottom: 20px; }
.layout-wrap .list-item:hover .list-actions { opacity: 1; visibility: visible; }

.w-10 { width: 10% !important; }
.w-90 { width: 90% !important; }
.w-12 { width: 12% !important; }
.w-88 { width: 88% !important; }
.w-15 { width: 15% !important; }
.w-85 { width: 85% !important; }
.w-20 { width: 20% !important; }
.w-80 { width: 80% !important; }
.w-30 { width: 30% !important; }
.w-70 { width: 70% !important; }
.w-40 { width: 40% !important; }
.w-60 { width: 60% !important; }

@media only screen and (max-width: 1023px) { .w-sm-100 { width: 100% !important; } }
@media only screen and (max-width: 767px) { .w-xs-100 { width: 100% !important; } }

/* ol Нумерованный список */
.rectangle {
	padding:0;
	list-style: none;
	counter-reset: li;
}
.rectangle li {
	position: relative;
	border-left: 4px solid var(--nvb-green);
	padding:16px 20px 16px 28px;
	margin:12px 0 12px 80px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	line-height: 1.3rem;
}
.rectangle li:before {
	line-height: 32px;
	position: absolute;
	top: 10px;
	left:-80px;
	width:80px;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	color: var(--nvb-green);
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rectangle li:hover:before {
	color: #337AB7;
}
.rectangle li:after {
	position: absolute;
	top: 26px;
	left: -40px;
	width: 60px;
	height: 60px;
	border: 8px solid #3399FF;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rectangle li:hover {
	color: var(--nvb-blue);
}

.rectangle li:hover:after {
	opacity: 0.2;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* ul Маркированный список */
.check-list {
	padding:0;
	list-style: none;
	counter-reset: li;
}
.check-list li {
	position: relative;
	border-left: 4px solid var(--nvb-green);
	padding:16px 20px 16px 28px;
	margin:12px 0 12px 80px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	line-height: 1.3rem;
}
.check-list li:before {
	line-height: 32px;
	position: absolute;
	top: 10px;
	left:-80px;
	width:80px;
	text-align:center;
	font-size: 2rem;
	font-weight: bold;
	color: var(--nvb-green);
	content: '\f00c';
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.check-list li:hover:before {
	color: #337AB7;
}
.check-list li:after {
	position: absolute;
	top: 26px;
	left: -40px;
	width: 60px;
	height: 60px;
	border: 8px solid #3399FF;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.check-list li:hover {
	color: var(--nvb-blue);
}

.check-list li:hover:after {
	opacity: 0.2;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.hover:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline h4 {
	font-size: 1rem;
	font-weight: bolder;
}
ul.timeline h4 .small {
	font-size: .8rem;
}
ul.timeline .memo p {
	font-size: .9rem;
	line-height: 1.3rem;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
	z-index: 400;
}
ul.timeline > li {
    margin: 30px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--blue-light);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	background-color: var(--green-light);
}

.article p {
	margin-bottom: 1rem;
}


/******************/
/******  NVB  *****/
/******************/

.navbar .navbar-nav .nav-item {
    font-size: 1rem;
}

}
.navbar .navbar-nav a.nav-link {
    color: var(--blue-dark);
}

.dropping-texts {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: var(--blue-dark);
}

a.link-suppliers {
    color: var(--blue-dark) !important;
    padding: 0px !important;
    background-color: transparent !important;
	font-size: 1rem !important;
	padding-left: 1rem !important;
}

a.link-suppliers:hover {
	color: var(--nvb-green) !important;
	letter-spacing: 0.8px !important;
}

.footer-item {
    line-height: 1rem;
}
.footer-item p{
    line-height: 1.5rem;
}

.pinterval p 
{
    margin-bottom: .8rem;
    line-height: 1.5rem;
}

.navbar .navbar-brand {
    margin-top: 0px;
    padding-top: 0px;
}

.card.card-body > p {
	color: inherit !important;
}

legend.required:after,
label.required:after
{
    color: red;
    content: " *";
}