label {
  font-size: 16px;
  font-weight: 400 !important;
  color: var(--dark);
  padding-bottom: 5px;
}
.ligh-bg-1 {
	background: #ecf9ff !important;
}

/*Page Header*/
.page-header {
    background-color: rgba(12, 64, 95, 0.1);
    margin: 0 0 60px 0;
    padding: 15px 0;
    position: relative;
    text-align: left;
}
.breadcrumb > li {
    font-size: 14px;
    text-transform: none;
	color: #000;
}
.breadcrumb > li + li:before {
    content: "/";
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	color: #000;
}

/*Feature Box*/
.feature-box .feature-box-icon {
    width: 64px !important;
    height: 64px !important;
}
.feature-box .feature-box-info {
    padding-left: 30px;
}


/*Banner*/
.banner-hd {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 1.5;
	color: #fff;
}
.banner-shd {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #fff;
}

@media (max-width: 991px) {
	.banner-hd {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.7px;
		line-height: 1.5;
		color: #fff;
	}
	.banner-shd {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 1.5;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.slider-img {
		object-fit: cover;
		height: 200px;
	}
	.banner-hd {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.7px;
		line-height: 1.5;
		color: #fff;
	}
	.banner-shd {
		font-size: 7px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 1.5;
		color: #fff;
	}
}

/*Backgrounds*/
.custom-bg-color-light-2 {
    background-color: #fcf1f7 !important;
}
.bg-light-cyan {
	background: #f3c0d5;
}
.product-card {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1) !important;
	border-radius: 10px !important;
}

.product-card img {
	border-radius: 10px 10px 0 0 !important;
}

/*Typography*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Krub", sans-serif;
	letter-spacing: 0;
}
.btn.btn-lg {
    font-size: 16px !important;
    letter-spacing: 1px;
}
p {
    color: var(--dark);
    line-height: 1.7;
    font-size: 16px;
}
.lead {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7 !important;
}
.lead-2 {
    font-size: 24px;
    font-weight: 500;
	line-height: 1.6;
}
.main-title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}
.my-title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.main-title {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.my-title {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.btn.btn-lg {
		font-size: 8px !important;
		letter-spacing: 0;
	}
}

/*Header*/

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 1px;
		font-family: "Krub", sans-serif;
		color: var(--secondary);
    }
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a{
		color: var(--secondary);
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		min-width: 300px;
		padding: 5px 0;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        padding: 15px 20px 15px 20px;
        letter-spacing: 1px;
        font-size: 15px;
		color: var(--dark);
    }
}

/*Custom navigation slider*/
.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: var(--primary) !important;
    font-size: 40px;
}
.owl-carousel.nav-inside .owl-nav button.owl-prev {
    left: 50px;
}
.owl-carousel.nav-inside .owl-nav button.owl-next {
    right: 50px;
}
@media (max-width: 991px) {
	.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
		color: var(--primary) !important;
		font-size: 15px;
	}
	.owl-carousel.nav-inside .owl-nav button.owl-prev {
		left: 5px;
	}
	.owl-carousel.nav-inside .owl-nav button.owl-next {
		right: 5px;
	}
}

#footer {
    background: #0c405f;
    border-top: 4px solid var(--dark);
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer .footer-copyright {
    background: #0c405f;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
    font-size: 16px;
}
#footer .list li {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
}
#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

/*Demo SEO 2*/