main .no-gutters .product__item.product__item--text p {
	text-align: justify;
}
a{
	text-decoration: none;
}
img.brand-logo {
	max-width: 250px;
	margin-top: 10px;
}
#top-bar {
    background-color: #ffffff9c;
}
#top-bar__navigation a:not(.custom-btn) {
	color: #333;
}
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;
}
#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;
}
.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;
}
h1.intro__title.5r {
	font-size: 5rem;
}
.lists {
	padding-left: 20px;
}
.lists li {
    list-style: square;
    padding-top: 5px;
}
.blog--style-3 .blog__item {
    overflow: hidden;
	cursor: pointer;
}
.ourProducts-home .blog--style-3 .blog__item {
    overflow: hidden;
	cursor: pointer;
	background: #FFF;
	padding: 15px;
	height: auto;
}
.ourProducts-home .blog--style-3 .blog__item figure img {
    height: 260px;
}
.ourProducts-home .blog--style-3 .blog__item:hover img  {
	opacity: 0.6;
}
.ourProducts-home .blog--style-3 .blog__entry {
    position: sticky;
    background-color: #5b8c51;
	margin-top: 30px;
}

.ourProducts-home .products_items .blog__entry__title {
    padding: 12px 0;
    text-align: center;
    font-size: 1.7rem;
}
.sec-title h2 {
    color: #FFF;
}
.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);
}
.ourProducts-home .blog__item:hover figure img, .ourProducts-home .blog__item figure:hover img{
    -webkit-transform: none;
    transform: none;
}
.ourProducts-home .blog--style-3 .blog__item:hover .blog__entry {
	background: #5b8c51;
	color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ourProducts-home .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__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:hover {
	background: #5b8c51;
	color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blog--style-3 .blog__entry:hover h3 {
    color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products_items .blog__entry__title {
	padding: 12px 0 0;
}
.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;
}
.career-section .sendCv {
    background-color: #303030;
	padding: 50px;
}
.career-section select option {
    background: #FFF;
    color: #333;
	padding: 3px 5px;
}
.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;
}
.start-screen__content .custom-btn.primary {
    background-color: #5b8c51;
    color: #ffffff;
    margin-top: 20px;
}
.start-screen__content .custom-btn.primary {
    border-color: #5b8c51;
    color: #504935;
}
h4.comming_soon {
    font-size: 2.5rem;
    padding: 20px;
    text-align: center;
    border-top: 5px solid #f6f6f6;
    color: #ffb300;
    font-weight: 700;
}
.section.profile-section {
	padding: 35px;
}
.profile-section h3 {
	font-size: 3rem;
	color: #FFF;
	font-family: 'Poppins';
	margin: 0px;
}

.profile-section a.custom-btn.primary {
	color: #FFF;
	margin-top: 10px;
}
.our_products_heading {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.our_products_item{
	margin-bottom: 15px;
}
.our_products_item .card {
    border: 0;
    padding: 0;
    background: #FFF;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(34 39 46 / 15%);
}
.our_products_item .card-body {
    padding: 15px;
}
.our_products_item .card.yellow {
	border: 0;
}
.our_products_item img.card-img-top {
	max-width: 100%;
	width: 100%;
	height: 240px;
}
.our_products_item .card-title {
	font-family: 'Poppins';
    color: #4a8b71;
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0 3px 0;
}
.our_products_item .card-category {
    font-size: 16px;
    margin-bottom: 10px;
    color: #828da3;
}
.our_products_item .card-text {
	min-height: 220px;
    font-size: 14px;
    text-align: justify;
}
.our_products_item .card-text.w170 {
	min-height: 170px!important;
}
.our_products_item .card-text.h280 {
	min-height: 280px!important;
}
.our_products_item .product-avail-chart {
	height: 130px;
	overflow:hidden;
}
.our_products_item img.card-graph-image {
	width: 100%;
	height: auto;
}
h2.cusTitle.border-bt {
	margin: 20px 0;
}
.custom-btn.success-bg {
    border-color: #4a8b71;
    background: #5b8c51;
    color: #ffffff;
    border-radius: 0;
}

.custom-btn.success-bg:hover {
    border-color: #5b8c51;
    background: #4a8b71;
    color: #ffffff;
    border-radius: 0;
}

@media only screen and (min-width: 1200px){
	.start-screen__content .title.f35 {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: 6px;
		-webkit-text-stroke: 1px #000000;
	}
	.start-screen__content .title.f50 {
		font-size: 50px;
		letter-spacing: 10px;
		-webkit-text-stroke: 1px #000000;
	}
	.start-screen__content .title.f70 {
		font-size: 70px;
		letter-spacing: 15px;
		-webkit-text-stroke: 1px #000000;
	}
	.start-screen__content .title.f90 {
		font-size: 90px;
		letter-spacing: 20px;
		-webkit-text-stroke: 1px #000000;
	}
	header.intro.align-items-center.jarallax {
		height: 70vh;
		min-height: 70vh;
		max-height: 70vh;
	}
	.intro__title{
		font-size: 5rem;
	}
	.intro__title.5r {
		font-size: 5rem;
	}
	.intro__subtitle, .intro__title {
		letter-spacing: 2px;
	}
}
@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;
	}
}