main .no-gutters .product__item.product__item--text p {
	text-align: justify;
}
img.brand-logo {
    max-width: 250px;
    margin-top: 10px;
    height: auto;
    margin-bottom: 10px;
}
#top-bar {
    background-color: #ffffff9c;
}
#top-bar__navigation a:not(.custom-btn) {
	color: #333;
}
#top-bar__navigation .submenu ul li a {
	color: #FFF;
}
.column p {
	text-align: justify;
	margin-bottom: 10px;
}
header.intro.align-items-center.jarallax {
	height: 70vh;
	min-height: 70vh;
	max-height: 70vh;
}
.padding-50 {
	padding: 50px 0;
}
.intro {
	height: 70vh;
	min-height: 70vh;
	max-height: 70vh;
}
.img-fluid.w75, .w75 {
    max-width: 75%;
    height: auto;
}
.m-15, p.m-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-75 {
	margin-top: 75px;
}
.start-screen__content p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    -webkit-text-stroke: 0.1rem #000000;
}
#footer .bottom-footer p {
    margin: 0;
    font-size: 13px;
    border-top: 1px solid #5f5f5f;
    padding: 0;
    padding-top: 25px;
    color: #ddd;
}
.footer__text p strong {
    font-size: 26px;
    font-weight: 700;
}
.footer__text p {
    text-align: justify;
}
ul.cusList {
	margin-left: 50px;
}
.cusList li {
    list-style: square;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
h2.title {
	width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.colorTitle {
    color: #4a8b71;
    font-size: 20px;
    font-weight: 700;
}
p.onSellText {
    font-size: 16px;
    font-weight: 700;
}
.ourProducts {
    background-image: url(../img/banner/slider_bg_008.jpg);
	background-size: cover;
	padding: 0px;
}
.section-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 90px 0 120px;
}
.feature--style-2 i.feature__item__ico {
    width: 95px;
    height: 95px;
    border: 3px dotted #ebebeb;
    padding: 21px;
    border-radius: 50%;
    background: transparent;
	transition: 0.3s;
}
.feature--style-2 h3.feature__item__title.h4 {
    margin-top: 25px;
	margin-left: 20px;
}
.feature--style-2 i.feature__item__ico:hover {
    background: #5B8C51;
    border: 3px dotted #FFF;
}
.section--feature  {
    background: url(../img/banner/h_product_bg.jpg) center top -50px no-repeat;
	background-size: cover;
}
.ourProducts-home {
    background: url(../img/banner/product_bg.jpg) center top -50px no-repeat;
	background-size: cover;
}
.service_details {
	background: #FFF;
	padding: 50px;
    background: url(../img/banner/faq_bg.jpg) center top -50px no-repeat;
	background-size: cover;
}
.service_details.padding120 {
	padding: 75px 40px 120px 40px;
}
.service_details_desc h2 {
	color: #4a8b71
}
.service_details_desc p {
	margin-bottom: 15px;
}

.lists {
	padding-left: 20px;
}
.lists li {
    list-style: square;
    padding-top: 5px;
}
.sec-title h2 {
	color: #FFF;
}
.blog--style-3 .blog__item {
    overflow: hidden;
	cursor: pointer;
	background: #FFF;
	padding: 15px;
	height: auto;
}
.blog--style-3 .blog__item figure img {
    height: 100% !important;
	width: auto !important;
}
.blog__item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/*.blog__item figure:hover img, .blog__item:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/
.blog--style-3 .blog__entry a.blog__entry__title {
    color: #5b8c51;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	padding-top: -10px;
}
.blog--style-3 .blog__entry{
	height: 250px;
}
.blog--style-3 .blog__entry:hover, .blog--style-3 .blog__item:hover .blog__entry {
	background: #5b8c51;
	color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blog--style-3 .blog__entry:hover a, .blog--style-3 .blog__item .blog__entry a {
    color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blog--style-3 .blog__item:hover img  {
	opacity: 0.6;
}
.blog--style-3 .blog__entry {
    position: sticky;
    background-color: #5b8c51;
	/* margin-top: 35px; */
	height: 80px;
}
.products_items .blog__entry__title {
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
}

.blog__entry a.read_more_btn {
	text-decoration: none;
	padding: 7.5px 12px;
	color: #5b8c51;
	font-weight: 700;
    background: #eddd5e;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 18px;
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
	display: none;
}
.blog__entry a.read_more_btn {
	color: #5b8c51;
}
.blog--style-3 .blog__entry:hover a.read_more_btn {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
h3.h4.blog__entry__title {
	color: #5b8c51;
}
.section-contact .bg-2a {
    background-color: #303030;
}
.company-contacts address, #footer .footer__menu a {
	font-size: 1.2rem;
	font-weight: 400;
	color: #F6F6F6;
}
h2.cusTitle, .bottom-footer p b, #footer.footer--dark .footer__title {
	color: #4a8b71;
}
#gallery-set a.selected {
    border-color: #4a8b71;
    background: #4a8b71;
    padding: 8px 16px;
	color: #FFF;
	font-weight: 700;
}
#gallery-set a{
    border-color: #f1cf69;
    background: transparent;
    padding: 8px 16px;
	font-weight: 700;
}
#gallery-set a:hover {
    border-color: #f1cf69;
    background: #f1cf69;
}
/*
|--------------------------------------------------------------------------|
|    Certificaion Slider  													   |
|--------------------------------------------------------------------------|
*/
#product_slider {
	margin-top: 6vh;
}
#product_slider .item {	
	background: #FFF;
    height: 165px;
    max-height: 165px;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
#product_slider .item:hover {	
	box-shadow: inset 1px -3px 18px 0px rgba(218,165,32,1);
}
#product_slider .item img {	
    max-width: 100%;
    width: auto;
    height: 150px;
    max-height: 150px;
    padding: 10px 15px;
    vertical-align: middle;
    display: inline-block;
}
#product_slider .item:hover {
	border: 1px solid #bfa16b;
}
#product_slider .item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#product_slider.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
#product_slider .owl-nav {
	float: right;
	display: inline-flex;
}
#product_slider .owl-nav .owl-prev, 
#product_slider .owl-nav .owl-next {
    padding: 5px 15px;
    margin: 10px 5px;
    border: 1px solid #f6f6f6;
	background: #272727;
}
#product_slider .owl-nav .owl-prev, #product_slider .owl-nav .owl-next {
	border: 0px;
	background: transparent;
} 
#product_slider .owl-carousel .owl-nav button.owl-prev, #product_slider .owl-carousel .owl-nav button.owl-next{
	color: #fff;
    padding: 5px 10px!important;
    font-size: 11px;
    font-weight: 700;
    background: #5b8c51;
    border: 1px solid #5b8c51;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#product_slider .owl-carousel .owl-nav button.owl-prev:hover, #product_slider .owl-carousel .owl-nav button.owl-next:hover {
	color: #FFF;
	background: #333;
    border: 1px solid #5b8c51;
}
h2.cusTitle, .bottom-footer p b, #footer.footer--dark .footer__title {
	color: #4a8b71;
}
.career-section .sendCv {
    background-color: #303030;
    padding: 50px;
}
@media only screen and (min-width: 1200px){
	.start-screen__content .title.f35 {
		font-size: 35px;
		letter-spacing: 6px;
	}
	.start-screen__content .title.f25 {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 40px;
	}
	.start-screen__content .title.f50 {
		font-size: 50px;
		letter-spacing: 10px;
	}
	.start-screen__content .title.f70 {
		font-size: 70px;
		letter-spacing: 15px;
	}
	.start-screen__content .title.f90 {
		font-size: 90px;
		letter-spacing: 20px;
	}
	header.intro.align-items-center.jarallax {
		height: 70vh;
		min-height: 70vh;
		max-height: 70vh;
	}
	.intro__title{
		font-size: 5rem;
	}
	
	.intro__subtitle, .intro__title {
		letter-spacing: 1px;
	}
}
@media only screen and (min-width: 992px){
	.intro {
		height: 70vh;
		min-height: 70vh;
		max-height: 70vh;
	}
}
@media only screen and (min-width: 768px) {
	.top-bar--style-1:not(.fixed) #top-bar__logo {
		background-image: url(../img/aasl_logo.png);
	}
	.top-bar--style-1:not(.fixed) {
		top: 20px!important;
		background-color: #ffffff9c!important;
	}
	.top-bar--style-1:not(.fixed) #top-bar__navigation>ul>li>a:not(:hover):not(:focus) {
		color: #333;
	}
	header.intro.align-items-center.jarallax {
		height: 70vh;
		min-height: 70vh;
		max-height: 70vh;
	}
}
@media only screen and (min-width: 576px){
	.intro {
		height: 70vh;
		min-height: 70vh;
		max-height: 70vh;
	}
}

.gallery__inner .product_info .product_name{
	background-color: #5b8c51;
	padding: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	min-height: 80px !important;
	max-height: 80px !important;
}
.gallery__inner .product_info img {
	display: flex;
    height: 200px;
    width: auto;
	margin: 0 auto;
	padding: 16px;
	-webkit-transition: transform 400ms ease, filter 300ms ease;
	transition: transform 400ms ease, filter 300ms ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	will-change: transform;
	backface-visibility: hidden;
}
.gallery__inner .js-isotope__item{
	margin: 16px 0;
}
.gallery__inner .bio_products{
	background-color: #e7ece7;
	overflow: hidden;
}

/* Hover (and focus) zoom */
.gallery__inner .bio_products .product_info:hover img,
.gallery__inner .bio_products .product_info:focus img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  filter: contrast(1.03) saturate(1.02);
}

/* For quick touch feedback on mobile */
.gallery__inner .bio_products .product_info:active img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* ------ */
/* .product_slider .bio_products .product_info .product_name{
	background-color: #5b8c51;
	padding: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	min-height: 80px !important;
	max-height: 80px !important;
}
.product_slider .bio_products .product_info img {
	display: flex;
    height: 200px !important;
    width: auto;
	margin: 0 auto;
	padding: 16px;
	-webkit-transition: transform 400ms ease, filter 300ms ease;
	transition: transform 400ms ease, filter 300ms ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	will-change: transform;
	backface-visibility: hidden;
}
.product_slider .js-isotope__item{
	margin: 16px 0;
}
.product_slider .bio_products{
	background-color: #e7ece7;
	overflow: hidden;
}

.product_slider .bio_products .product_info:hover img,
.product_slider .bio_products .product_info:focus img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  filter: contrast(1.03) saturate(1.02);
}


.product_slider .bio_products .product_info:active img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
} */
