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: 18px;
	line-height: 25px;
}
#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;
}
h1.intro__title.5r {
	font-size: 5rem;
}
.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;
}
.products_details .blog--style-3 .blog__item {
	border: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog--style-3 .blog__item figure img {
    height: 250px;
}
.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: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: #4a8b71;
    margin-top: 75px;
}
.products_items .blog__entry__title {
    padding: 12px 0;
    text-align: center;
    font-size: 22px;
}

.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;
}
.product-tag {
    top: 7px;
    right: 3px;
    position: absolute;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #4a8b71c4;
    color: #FFFFFF;
    padding: 5px 10px;
    font-weight: 700;
    z-index: 999;
}
.career-section .sendCv {
    background-color: #303030;
    padding: 50px;
}
h2.cusTitle, .bottom-footer p b, #footer.footer--dark .footer__title {
    color: #4a8b71;
}


@media only screen and (min-width: 1200px){
	.start-screen__content .title.f35 {
		font-size: 35px;
		letter-spacing: 6px;
		-webkit-text-stroke: 1px #000000;
	}
	.start-screen__content .title.f25 {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 40px;
		-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: 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;
	}
}


@media only screen and (min-width: 768px) {
    #top-bar__navigation li {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) {
    #top-bar__navigation {
        padding-top: 5px;
    }
}
/* Hover animation */
.nawabi-btn:hover {
    transform: scale(1.1);          /* Grow slightly */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); /* Add shadow */
}

/* Click effect */
.nawabi-btn:active {
    transform: scale(0.95);         /* Slight shrink on click */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 768px) {
    #top-bar.fixed #top-bar__navigation {
        padding-top: 5px;
    }
}