@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');
div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-show-get-button a.wh-widget-send-button-get-button {
	display: none !important;
}

body {
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%;
  z-index:100;
  }
.equal-height-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.brill_p_img {
	background-size: contain;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	min-width: 180px;
}

.equal-height-content {
	height: 100%;
}

.mob-logo {
	display: none;
}

.section-heading {
	overflow: hidden;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: #ed3237;
}

.company-content p {
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	padding-right: 3rem;
	padding-top: 0.3rem;
	font-size: 14px;
	text-align: justify;
}

.company-frame {
	height: 14rem !important;
	width: 100%;
}

.company-img {
	height: 235px !important;
	width: 100%;
	margin-top: 2rem;
}

.company-video-div {
	height: 15rem !important;
	box-shadow: 0 0 16px #ddd !important;
	padding: 0.5rem !important;
	background: transparent;
	/*background: -webkit-linear-gradient(left, #ed3237, #fac21f);*/
	width: 85%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -4rem;
}

.grayscale-effect img {
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}

.grayscale-effect img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.grayscale-effect:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.section-heading:before,
.section-heading:after {
	background-color: #fac21f;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 15%;
}

.section-heading:before {
	right: 1.5em;
	margin-left: -50%;
}

.section-heading:after {
	left: 1.5em;
	margin-right: -50%;
}

.section-white-heading {
	overflow: hidden;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: #FFFFFF;
}

.section-white-heading:before,
.section-white-heading:after {
	background-color: #FFFFFF;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 15%;
}

.section-white-heading:before {
	right: 1.5em;
	margin-left: -50%;
}

.section-white-heading:after {
	left: 1.5em;
	margin-right: -50%;
}

#mob-product {
	display: none;
}

#web-product {
	display: block;
}

.navbar-brand {
	display: none;
}


/*Carousel Styling Starts*/

.carousel-inner {
	height: 490px;
}

.carousel-item {
	height: 490px;
}

.carousel-indicators {
	bottom: 0rem;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.carousel-item img {
	height: 100%;
	width: 100%;
}


/*Carousel Styling Ends*/


/*Top bar styling starts*/

.top_section {
	background-color: #ed3237;
	padding-bottom: 0px;
	padding-top: 10px;
}

.top_content h6 {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}


/*Top bar styling ends*/


/*Navigation Menu styling starts*/

.set-nav-center {
	margin: auto;
}

.set-pd {
	padding-top: 0.5rem;
	padding-bottom: 1.3rem;
}

.set-pd-top {
	padding-top: 1rem;
}

.contact-text h6 {
	margin-bottom: unset;
	color: #FAC21F;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 50px;
	text-align: left;
}

.para-head {
	margin-bottom: unset;
	color: #000 !important;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}

.para-head:hover {
	text-decoration: none;
}

.contact-text p {
	margin-bottom: unset;
	color: #3C5758;
	font-weight: 400;
	margin-left: 50px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}

.logo {
	width: 41%;
	float: left;
	position: absolute;
	left: 5rem;
	z-index: 99;
	top: -2.1rem;
}

.nav-bg {
	background-color: #ed3237;
	z-index: 1;
	border-radius: 0px;
	position: relative;
	padding: unset;
}

.nav-item {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

.nav-item:hover {
	background-color: #FAC21F;
	color: #fff;
}

.dropdown-toggle::after {
	content: url(../../assets/img/dropdown.png);
	display: inline-block;
	margin-left: 10px;
	vertical-align: -2px;
	border: unset;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.dropdown-menu {
	background-color: #FAC21F;
	border: unset;
	border-radius: 0rem;
}

.dropdown-item {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 2rem;
}


/*Navigation Menu styling ends*/


/*Banner Image Styling starts*/

.pd-unset {
	padding: unset;
}

.banner-section-home {
	height: 100%;
}

.banner {
	width: 100%;
	position: absolute;
	top: -2.6rem;
	z-index: 0;
	max-height: 515px;
}

.banner-text {
	background-color: #FAC21F;
	opacity: 0.81;
	top: -24rem;
	border-radius: 8px;
	position: absolute;
	text-align: left !important;
	padding: 1.5rem 1rem 1.5rem 3rem;
}

.banner-text h4 {
	margin-bottom: unset;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 500;
}

.banner-text h1 {
	margin-bottom: unset;
	font-size: 47px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 55px;
}


/*Banner Image Styling ends*/


/*About Section Styling Starts*/

.abt {
	background-image: linear-gradient(rgba(237, 50, 55, 0.88), rgba(237, 50, 55, 0.88)), url(../../assets/img/about-bg.png);
}

.abt-content {
	text-align: justify;
	padding: 3rem;
}

.abt-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #fff;
}

.abt-content p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

.abt-img {
	width: 100%;
	padding: 4rem 0rem 2rem 4rem;
}


/*About Section Styling ends*/


/*Brand Box Styling Starts*/

.brand-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.brand-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 0px !important;
	border: unset !important;
}


/*Brand Box Styling Ends*/


/*Certification Section Styling Starts*/


/*.certfication-box {
	border: 2px dashed #82BF42;
	border-radius: 6px;
	margin-top: 3rem;
	padding-bottom: 2rem;
}
.certfication-box-img {
	position: relative;
	top: -3.5rem;
	width: 8%;
	margin-bottom: -35px;
}
.certificates {
	width: 60%;
}
.certificates-title {
	font-size: 17px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	margin-bottom: 0.2rem;
}
.certificates-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}*/


/*Certification Section Styling ends*/


/*Product Range Section Styling starts*/

.product-bg {
	padding: 4rem 1rem 3rem 1rem;
	background-image: linear-gradient(rgba(60, 87, 88, 0.57), rgba(60, 87, 88, 0.57)), url(../../assets/img/product-bg.png);
}

.product-img {
	width: 100%;
}

.product-box {
	border-radius: 0px !important;
	border: unset !important;
	box-shadow: 0px 0px 6px #00000029 !important;
}


/*.product-range h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 1rem;
	font-family: 'Montserrat', sans-serif;
}
.btn-view-all {
	background-color: #FAC21F;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-top: 2rem;
	padding: 0.5rem 2.5rem;
	border-radius: 10px;
}*/


/*Product Range Section Styling ends*/


/*Vision & Mission Section Styling Starts*/

.mission-bg {
	background-color: #ed3237;
	padding: 6.5rem 4.5rem 4rem 4.5rem !important;
}

.vision-bg {
	background-color: #fac21f;
	padding: 3rem !important;
}

.mission-bg h5,
.vision-bg h5 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-align: center;
}

.mission-bg p,
.vision-bg p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	text-align: justify;
}

.vision-bg ul li {
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}


/*Vision & Mission Section Styling ends*/


/*Brill Banner Section Styling Starts*/

.brill-banner-bg {
	background-image: linear-gradient(270deg, #FFF0 0%, #000 100%), url(../../assets/img/brill-bg.png);
	background-size: cover;
	padding: 1rem 3rem 4rem 3rem;
}

.brill-banner-logo {
	width: 8%;
}


/*Brill Banner Section Styling ends*/


/*Youtube Section Styling starts*/

.youtube-bg {
	height: 340px;
	width: 100%;
	background-size: cover;
	background-image: linear-gradient( rgba(237, 50, 55, 0.83), rgba(237, 50, 55, 0.83)), url(../../assets/img/youtube-bg.png);
}

.youtube {
	width: 100%;
	margin-top: 5rem;
}

.youtube-content {
	margin-top: 6.5rem;
}

.youtube-content h4 {
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.youtube-content p {
	margin-bottom: unset;
	text-align: left;
	font-size: 13px;
	color: #FFF;
}


/*Youtube Section Styling ends*/


/*News Section Styling Satrts*/

.news img {
	width: 100%;
	height: 190px;
}

.news h5 {
	font-size: 17px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 1rem;
}

.news p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	margin-top: 1.5rem;
}


/*News Section Styling ends*/


/*Footer Section Styling Starts*/

.footer-link-bg {
	background-color: #ed3237;
	padding: 2rem;
}

.footer-section1 img {
	width: 35%;
}

.footer-section1 p {
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-top: 1rem;
	text-align: center;
}

.footer-section2 h5,
.footer-section3 h5,
.footer-section4 h5 {
	padding-left: 3rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.footer-section2 ul,
.footer-section3 ul {
	list-style-type: none;
	padding-left: 3rem;
	margin-bottom: unset;
}

.footer-section2 ul li,
.footer-section3 ul li {
	line-height: 2.2rem;
}

.footer-section2 ul li a,
.footer-section3 ul li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.footer-section2 ul li a:hover,
.footer-section3 ul li a:hover {
	text-decoration: none;
}

.footer-section4 ul {
	display: inline-flex;
	list-style-type: none;
	margin-top: 15px;
	padding-left: 3rem;
}

.footer-section4 ul li {
	height: 50px;
	width: 50px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}

.fa-icon {
	padding: 14px 16px;
	font-size: 22px !important;
	color: #ed3237;
}

.fa-icon:hover {
	text-decoration: none;
	color: #fac21f;
}

.footer-copyright-bg {
	background-color: #fac21f;
	height: 40px;
	width: 100%;
}

.copyright h6 {
	margin-bottom: unset;
	padding: 12px;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

.copyright h6 a {
	color: #fff;
}

.copyright h6 a:hover {
	text-decoration: none;
}


/*Footer Section Styling Ends*/


/*Company Profile Styling Ends*/

.company-profile-bg {
	height: 50px;
	background-color: #eeeeeec9;
}

.company-profile-bg h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #ed3237;
	position: relative;
	font-weight: bold;
	top: 4.5rem;
}

.fleft {
	float: left;
}

.fleft-company img {
	width: 100%;
	height: 270px;
}

.fleft img {
	width: 100%;
	height: 270px;
}

.timeline {
	position: relative;
	margin-top: 2rem;
}

.timeline::before {
	content: '';
	background: #ed323787;
	width: 5px;
	height: 95%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-item {
	width: 100%;
	margin-bottom: 70px;
}

.timeline-item:nth-child(even) .timeline-content {
	float: right;
	padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 18px;
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fac21f transparent transparent;
}

.timeline-item::after {
	content: '';
	display: block;
	clear: both;
}

.timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 18px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fac21f;
}

.timeline-img {
	width: 30px;
	height: 30px;
	background: #fac21f;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}

.timeline-card {
	padding: 0 !important;
}

.timeline-card p {
	padding: 0 20px;
}

.timeline-card a {
	margin-left: 20px;
}

.timeline-item .timeline-img-header {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
	background-size: cover;
}

.timeline-img-header {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}

.timeline-img-header h2 {
	color: #FFFFFF;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

blockquote {
	margin-top: 30px;
	color: #757575;
	border-left-color: #3F51B5;
	padding: 0 20px;
}

.date {
	background: #fac21f;
	display: inline-block;
	color: #FFFFFF;
	padding: 5px 40px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.timeline-content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-top: 2rem;
	color: #ed3237;
}

.timeline-content p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
}

#web-subscribe {
	background: #FFC300;
	position: relative;
	padding: 2.5rem;
}

#web-subscribe h2 {
	font-size: 30px;
	margin-top: 10px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#web-subscribe h2 i {
	padding-right: 20px;
}

.qbstp-header-subscribe .form-group {
	position: relative;
	width: 100%;
}

.qbstp-header-subscribe #email {
	font-size: 18px;
	width: 100%;
	padding-right: 3em;
	border: none;
	border: 2px solid #fff;
	background: #fff;
	color: #333333 !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.qbstp-header-subscribe button {
	position: absolute;
	top: 0;
	right: -4px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	background: #ed3237;
	color: #fff;
	border: none;
	padding: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 768px) {
	.timeline::before {
		left: 50px;
	}
	.timeline .timeline-img {
		left: 50px;
	}
	.timeline .timeline-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}
	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}
	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #fac21f transparent transparent;
	}
	.register-btn {
    margin-top: 1rem !important;
    background-color: #208f6e;
    border-radius: 0px;
    padding: 8px 20px !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
}
}


/*Company Profile Styling Ends*/


/*Founder Section Styling Starts*/

.name-founder {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin-top: 2rem;
	font-weight: 600;
	color: #ed3237;
	margin-bottom: unset;
}

.designation {
	text-align: left;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.founder-desc {
	text-align: justify;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	margin-top: 1.5rem;
}


/*Founder Section Styling Ends*/


/*Product Section Styling Starts*/

.product-body {
	padding: 0rem;
}

.know-btn {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #208f6e;
	position: fixed;
	bottom: 0px;
	left: 25%;
}

.product-desc {
	font-size: 13px;
	text-align: center;
	padding: 1rem;
	margin-bottom: 0rem;
	font-family: 'Montserrat', sans-serif;
}

.product-img {
	width: 100%;
	height: 190px;
	border-radius: 0px;
}

.product-card {
	border-radius: 0px;
	margin-bottom: 2rem;
	border: unset;
	box-shadow: 1px 1px 7px 0px lightgray;
	height: 100%;
}

.arrow {
	position: relative;
	top: -2px;
}


/*Product Section Styling Ends*/


/*Career Section Styling Starts*/

.career-desc {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
}

.career-form-row {
	margin-bottom: 1rem;
}

.career-form-control {
	height: calc(1.5em + .75rem + 13px);
	border-radius: 0px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.upload-btn {
	border: 1px solid #ed3237;
	color: #fff;
	background-color: #ed3237;
	padding: 11px 50px;
	float: left;
	border-radius: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.apply-btn {
	margin-top: 2rem;
	background-color: #ed3237;
	border-radius: 0px;
	padding: 10px 50px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
}

.register-btn {
	margin-top: 2rem;
	background-color: #208f6e;
	border-radius: 0px;
	padding: 10px 50px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
}

.apply-btn:hover {
	color: #fff;
}

.register-btn:hover {
	margin-top: 2rem;
	background-color: #208f6e;
	border-radius: 0px;
	padding: 10px 50px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}


/*Career Section Styling Ends*/


/*Health Benefits Styling Starts*/

.ovrly10 {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.ovrly10 img {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}

.buttons h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 1rem;
	color: #208f6e;
}

.ovrly10 .ovrly {
	background: rgba(0, 0, 0, 0.85);
	height: 100%;
	left: -195%;
	width: 170%;
	top: 0;
	position: absolute;
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ovrly10 .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ovrly10 .buttons {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin: 0px;
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s 0.3s;
	-moz-transition: all 0.2s 0.3s;
	-o-transition: all 0.2s 0.3s;
	transition: all 0.2s 0.3s;
	opacity: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 2rem;
}

.ovrly10:hover .ovrly {
	left: -35%;
}

.ovrly10:hover .buttons {
	opacity: 1;
}


/*Health Benefits Styling Ends*/


/*Certificate Styling Starts*/

#portfolio {
	padding: 30px 0;
}

#portfolio #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}

#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	border-radius: 4px;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
	background: #18d26e;
	color: #fff;
}

#portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

#portfolio .portfolio-wrap {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.portfolio-container {
	margin-bottom: 1rem;
}

#portfolio .portfolio-wrap:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
	position: relative;
	height: 240px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

#portfolio .portfolio-item figure {
	background: transparent;
	overflow: hidden;
	height: 240px;
	position: relative;
	border-radius: 4px 4px 0 0;
	margin: 0;
}

#portfolio .portfolio-item figure:hover img {
	opacity: 0.4;
	transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
	position: absolute;
	display: inline-block;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
	background: #193273;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
	color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
	left: calc(50% - 38px);
	top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
	right: calc(50% - 38px);
	top: calc(50% - 18px);
	display: none;
}

#portfolio .portfolio-item figure:hover .link-preview {
	opacity: 1;
	left: calc(50% - 0px);
}

#portfolio .portfolio-item figure:hover .link-details {
	opacity: 1;
	right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
	background: #fff;
	text-align: center;
	padding: 30px;
	height: 90px;
	border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
	color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
	color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #b8b8b8;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}


/*Certificate Styling Ends*/


/*Single Product Page Stling Start*/

.wrapper {
	height: 100%;
	width: 100%;
	border-radius: 7px 7px 7px 7px;
}

.product-image {
	float: left;
	height: 100%;
	width: 35%;
}

.product-image img {
	border-radius: 7px 0 0 7px;
	width: 100%;
	height: 100%;
}

.product-info {
	float: left;
	height: 100%;
	width: 65%;
	border-radius: 0 7px 10px 7px;
	background-color: #ffffff;
}

.product-text {
	height: 100%;
	width: 100%;
	box-shadow: 1px 1px 8px -1px lightgray;
}

.product-text h1 {
	margin: 0 0 0 38px;
	padding-top: 52px;
	font-size: 32px;
	color: #208f6e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.product-text h2 {
	margin: 0 0 47px 38px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #d2d2d2;
	letter-spacing: 0.2em;
}

.product-text p {
	height: auto;
	margin: 15px 0 0 38px;
	font-family: 'Montserrat', sans-serif;
	color: #8d8d8d;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: lighter;
	overflow: hidden;
}

.product-text ul {
	list-style-type: none;
	margin-top: 1rem;
}

.product-text ul li {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 500;
	line-height: 25px;
}

.product-text ul li span {
	color: #208f6e;
}


/*Single Product Page Styling Ends*/


/*Contact Form Styling Starts*/

.contactForm {
	padding: 3rem;
}


/*Contact Form styling Ends*/


/*product design*/

.single_category_product {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 0.7rem;
	text-align: center;
}

.single_category_product img {
	width: 75%;
	height: 280px;
}

.single_category_product .category_social_icon {
	position: absolute;
	right: -30px;
	bottom: 100px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.single_category_product .category_social_icon ul {
	list-style-type: none;
}

.single_category_product .category_social_icon ul {
	list-style-type: none;
}

.single_category_product .category_social_icon a {
	width: 50px;
	height: 50px;
	display: inherit;
	background-color: #208f6e;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	margin-top: 5px;
}

.single_category_product .category_social_icon {
	visibility: hidden;
}

.single_category_product:hover .category_social_icon {
	position: absolute;
	right: 11px;
	bottom: 100px;
	visibility: visible;
	opacity: 1;
}

.single_category_product .category_product_text {
	text-align: center;
	margin-top: 8px;
}

.single_category_product .category_product_text h5 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: unset;
	font-size: 16px;
}

.single_category_product .category_product_text .btn-read-more {
	background-color: #fff;
	border: 1px solid #208f6e;
	margin-right: 0.5rem;
	font-size: 14px;
}

.single_category_product .category_product_text .add-cart-btn {
	background: #208f6e;
	color: #fff;
	font-size: 14px;
	padding: 0.3rem 0.8rem;
}

.single_category_product .category_product_text a {
	color: #208f6e;
}

.single_category_product .category_product_text p {
	font-size: 18px;
	font-weight: 600;
	color: #606060;
	margin-bottom: 0.5rem;
	font-family: 'Montserrat', sans-serif;
}

.sidebar_box_shadow {
	box-shadow: 0 10px 10px 0 rgba(153, 153, 153, 0.22);
}


/*product design closed*/


/*pop up modal*/

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	background: #ed3237;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.btn-green-web {
	background-color: #208f6e;
	color: #fff;
}

.btn-orange {
	background-color: #fac21f;
	color: #fff;
}

.close {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.modal-body label {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.modal-dialog {
	margin-top: 6rem;
}

.modal-dialog .close {
	opacity: 1 !important;
}

.modal-body input {
	font-size: 14px;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px;
}


/*pop up modal closed*/


/*breadcrum*/

.top-hamburg a {
	color: #ed3237;
}

.top-hamburg {
	list-style-type: none;
	line-height: 2;
}

.top-hamburg li {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 18px;
	margin: 4px;
	font-weight: bold;
	color: #ed3237;
}

.top-hamburg>li+li::before {
	content: "\f105";
	padding-right: 4px;
	color: #a6a6a6;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*new css*/

.breadcrumb {
	margin-bottom: 0 !important;
}

.breadcrumb {
	position: relative;
	z-index: 1;
	background-color: #e8f0f2;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb {
	list-style: none;
}

.breadcrumb .breadcrumb_iner p {
	font-size: 15px;
	color: #777;
}

.border_top {
	border-top: 1px solid #c6c6c6;
	max-width: 1110px;
	margin: 0 auto;
}

.section_padding1 {
	padding: 30px 50px;
}

.section_padding {
	padding: 80px 0;
}


/*breadcrum closed*/


/*-------------------------------------------------Responsive CSS----------------------------------------*/

@media(max-width:468px) {
	.width-50 {
		width: 50%;
	}
	.width-33 {
		width: 33%;
	}
	.mob-imp-link {
		display: none;
	}
	.mob-link-imp {
		margin-top: 3.6rem;
	}
	.carousel-inner {
		height: 100%;
	}
	.carousel {
		position: relative;
		height: 30vh;
	}
	.carousel-item {
		height: 100%;
	}
	.carousel-item img {
		width: 100%;
		height: 100%;
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: -1rem;
	}
	.carousel-indicators {
		bottom: 0rem;
	}
	.top_content h6 {
		font-size: 11px;
	}
	.nav-bg {
		background-color: #3c5758;
		position: unset;
		top: unset;
	}
	.nav-item {
		padding: unset;
	}
	.logo {
		margin-left: unset;
		position: unset;
		width: 17%;
		float: left;
	}
	.mob-logo {
		width: 30%;
		float: center;
		position: relative;
		z-index: 9;
	}
	.navbar-light .navbar-toggler {
		position: absolute;
		right: 2rem;
		top: -4rem;
	}
	.set-pd-top {
		display: none;
	}
	.navbar {
		padding: 0.2rem 0rem;
	}
	.navbar-toggler {
		padding: unset;
		margin-top: 0.5rem;
	}
	.banner {
		max-height: 240;
		height: 235px;
		top: 0rem;
	}
	.banner-section-home {
		position: relative;
		display: block;
	}
	.banner-text {
		top: 2.5rem;
	}
	.banner-text h4 {
		font-size: 20px;
	}
	.banner-text h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		color: #fff;
		font-weight: 600;
		text-align: left;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		text-align: left;
	}
	.abt {
		background-image: linear-gradient(rgba(237, 50, 55, 0.88), rgba(237, 50, 55, 0.88)), url(../../assets/img/about-bg.png);
		margin-top: unset;
	}
	.abt-img {
		display: none;
	}
	.abt-content h1 {
		font-size: 20px;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.dropdown-item:hover {
		color: #fff;
		text-decoration: none;
		background-color: #208f6e;
	}
	.mt-5 {
		margin-top: 1rem !important;
	}
	.abt-content {
		padding: 2rem 0.5rem 0.5rem 0.5rem;
	}
	.abt-content p {
		font-size: 12px;
		line-height: 24px;
		text-align: justify;
		font-weight: 500;
	}
	.section-heading::before {
		right: 0.8em;
	}
	.section-heading::after {
		left: 0.8em;
	}
	.set-mb {
		margin-bottom: 1rem;
	}
	.brand-img {
		width: 90%;
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
		height: 110px;
	}
	.product-bg {
		padding: 2rem 1rem 1rem 1rem;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.section-white-heading {
		font-size: 17px;
		margin-bottom: unset;
	}
	.section-white-heading::before {
		right: 0.8em;
	}
	.section-white-heading::after {
		left: 0.8em;
	}
	.mission-bg,
	.vision-bg {
		padding: 2rem 2rem 0rem 2rem !important;
	}
	.mission-bg h5,
	.vision-bg h5 {
		margin-bottom: 0.5rem;
	}
	.mission-bg p,
	.vision-bg p {
		font-size: 13px;
	}
	.vision-bg ul li {
		font-size: 13px;
	}
	.brill-banner-logo {
		width: 30%;
	}
	.brill-banner-bg {
		padding: 1rem;
	}
	.brill-banner-img {
		width: 100%;
		margin-bottom: 2rem;
	}
	.certfication-box {
		padding-bottom: 0rem;
	}
	.certfication-box-img {
		top: -2.5rem;
		width: 16%;
	}
	.section-heading {
		font-size: 17px;
		margin-bottom: 0.5rem;
		margin-top: 1rem;
	}
	.news h5 {
		font-size: 14px;
		margin-top: 0.5rem;
	}
	.news p {
		margin-top: 0.5rem;
		margin-bottom: 2rem;
		font-size: 11px;
		text-align: justify;
	}
	.certificates {
		width: 85%;
	}
	.certificates-title {
		font-size: 14px;
		margin-bottom: 0.2rem;
	}
	.certificates-desc {
		line-height: 15px;
		font-size: 12px;
		margin-bottom: 2rem;
	}
	.product-range {
		width: 50%;
	}
	.product-range h5 {
		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 1rem;
		margin-top: 0rem;
	}
	.btn-view-all {
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		font-size: 15px;
	}
	.youtube-bg {
		height: auto;
	}
	.youtube-content {
		margin-top: 1.5rem;
	}
	.youtube-content h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.youtube-content p {
		margin-bottom: 1rem;
	}
	.youtube {
		margin-top: 1rem;
	}
	.footer-section1 img {
		width: 35%;
	}
	.footer-section1 p {
		font-size: 13px;
	}
	.footer-section2 h5,
	.footer-section3 h5,
	.footer-section4 h5 {
		padding-left: 0rem;
	}
	.footer-section2 ul,
	.footer-section3 ul {
		margin-left: -2.8rem;
	}
	.footer-section2 h5,
	.footer-section3 h5,
	.footer-section4 h5 {
		font-size: 16px;
		margin-top: 2rem;
	}
	.footer-section2 ul li,
	.footer-section3 ul li {
		line-height: 2rem;
	}
	.footer-section4 ul {
		padding-left: 0rem;
		margin-top: 0rem;
	}
	.footer-section4 ul li {
		height: 35px;
		width: 35px;
		margin-right: 10px;
	}
	.fa-icon {
		padding: 10px 12px;
		font-size: 15px !important;
		color: #ed3237;
	}
	.copyright h6 {
		padding: 15px 12px;
		font-size: 11px;
	}
	.navbar-brand {
		display: block;
	}
	#mob-product {
		display: block;
	}
	#web-product {
		display: none;
	}
	.fleft {
		float: none;
		padding: unset !important;
		margin-top: 3rem;
	}
	.name-founder {
		font-size: 22px;
		text-align: center;
		margin-top: 1rem;
	}
	.founder-desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 1rem;
	}
	.career-desc {
		font-size: 13px;
		line-height: 23px;
	}
	.career-form-control {
		font-size: 12px;
	}
	.upload-btn {
		padding: 11px 27px;
		font-size: 12px;
	}
	.set-mt {
		margin-top: 4rem !important;
	}
	#portfolio .portfolio-item {
		height: 150px;
	}
	#portfolio .portfolio-item figure {
		height: 150px;
	}
	#portfolio .portfolio-item .img-gallery {
		height: 100%;
	}
	.apply-btn {
		margin-top: 1rem;
		padding: 10px 20px;
		font-size: 14px;
	}
	.company-content p {
		font-size: 13px;
		line-height: 24px;
		text-align: justify;
	}
	.timeline .timeline-img {
		left: 55px;
	}
	.timeline-img {
		width: 20px;
		height: 20px;
	}
	.date {
		font-size: 18px;
		padding: 5px 20px;
	}
	.timeline-content h2 {
		font-size: 18px;
	}
	.timeline-content p {
		line-height: 22px;
		font-size: 13px;
	}
	.contactForm {
		padding: 0rem 0rem 1rem 0rem;
		margin-top: 4rem;
	}
	.fleft-company {
		margin-top: 0rem !important;
	}
	.fleft-company img {
		width: 50%;
		height: unset;
	}
	.fleft img {
		width: 50%;
		height: unset;
	}
	.designation {
		text-align: center;
		font-size: 15px;
		line-height: 24px;
	}
	.ovrly10 {
		margin-bottom: 1.5rem;
	}
	.know-btn {
		font-size: 15px;
		position: unset;
	}
	.product-card {
		height: unset;
	}
	.product-image {
		height: 200px;
	}
	.product-image img {
		height: 200px;
		border-radius: 0px;
	}
	.product-img {
		height: 120px;
	}
	.news img {
		height: 110px;
	}
	.product-info {
		width: 100%;
		height: auto;
	}
	.product-text h1 {
		margin: 0 0 0 20px;
		padding-top: 20px;
		font-size: 22px;
	}
	.product-text p {
		height: auto;
		margin: 15px 0 0 20px;
		font-family: 'Montserrat', sans-serif;
		color: #8d8d8d;
		line-height: 1.5em;
		font-size: 14px;
		font-weight: lighter;
		overflow: hidden;
	}
	.product-text ul li {
		font-size: 14px;
	}
	/*products*/
	.single_category_product img {
		width: 100%;
		height: 110px !important;
	}
	.single_category_product {
		margin-bottom: 25px;
	}
	.single_category_product .category_product_text h5 {
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
	}
	.single_category_product .category_product_text p {
		font-size: 11px;
		font-weight: 600;
		color: #606060;
	}
	.single_category_product .category_product_text .btn-read-more {
		background-color: #fff;
		border: 1px solid #208f6e;
		margin-right: 0.1rem;
		font-size: 10px;
		padding: 4px 4px;
	}
	.single_category_product .category_product_text .add-cart-btn {
		background: #208f6e;
		color: #fff;
		padding: 4px 5px;
		font-size: 9px;
	}
	/*closed*/
	.section_padding1 {
		padding: unset;
	}
	.top-hamburg {
		list-style-type: none;
		line-height: 2;
		margin-left: -2rem
	}
	.top-hamburg li {
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		font-size: 11px;
		margin: 4px;
		font-weight: bold;
		color: #ed3237;
	}
	.company-profile-bg {
		height: 38px;
		background-color: #eeeeeec9;
	}
	.qbstp-header-subscribe #email {
		font-size: 14px;
		width: 100%;
		padding-right: 3em;
		border: none;
		border: 2px solid #fff;
		background: #fff;
		color: #333333 !important;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		font-family: 'Montserrat', sans-serif;
	}
	.qbstp-header-subscribe button {
		position: absolute;
		top: 0;
		right: -4px;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		background: #208f6e;
		color: #fff;
		border: none;
		padding: 9px;
		margin-right: 4px;
		margin-bottom: 4px;
		font-size: 13px;
		font-weight: 400;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		font-family: 'Montserrat', sans-serif;
	}
	#web-subscribe h2 {
		font-size: 18px;
		margin-top: 10px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}
	#web-subscribe {
		background: #FFC300;
		position: relative;
		padding: 1.8em;
	}
	.footer-section2 ul li a,
	.footer-section3 ul li a {
		font-size: 13px;
	}
}

