/* Common Styles */

body {
	font-family: 'Roboto';
}

a {
	color: #064a25;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.hide {
	display: none;
}

.text-green {
	color: #064a25;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-12 {
	margin-right: 12px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-0 {
	padding-bottom: 0;
}

.btn-primary {
	min-width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary:hover {
	border: 2px solid #064a25;
	color: #064a25;
	background-color: transparent;
}

.btn-small {
	min-width: 120px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #064a25;
	border: 2px solid #064a25;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.btn-small:hover {
	background: #064a25;
	color: #fff;
}


/* Section common styles */

.fw {
	width: 100%;
}

.section-bg-left {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/section-bg-left.png");
}

.section-style {
	padding: 100px 0px;
}

.section-bg {
	background: rgba(241, 248, 233, 0.4);
}

.shadow-img {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	border-radius: 5px;
}

.section-title {
	font-size: 22px;
	margin-bottom: -5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.services-title {
	font-size: 32px;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.side-description-right {
	padding-left: 100px;
	font-size: 18px;
}

.side-description-left {
	padding-right: 100px;
	font-size: 18px;
}

.section-title-secondry {
	font-size: 52px;
	font-weight: 900;
}

.special-text {
	color: #064a25;
}

.services-text {
	font-size: 20px;
	margin: 25px 0 40px 0;
}

.services-content h5 {
	color: #064a25;
	font-size: 28px;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-align: left;
	padding-top: 3px;
}


/*Top Bar */

.bg-primary {
	background: #064a25;
}

.tc-primary {
	color: #064a25;
}

.top-bar {
	background: #064a25;
}

.tbc-1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: inline-flex;
}

.tbc-1 span {
	padding-right: 8px;
	font-size: 25px;
}

.tbc-social {
	color: #064a25;
	list-style-type: none;
	margin-bottom: 0;
}

.tbc-social li {
	display: inline-block;
	background-color: #fff;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 13px;
	margin: 0 4px;
}

.tbc-social li:hover {
	opacity: 0.8;
}


/* Navigation */

.navbar {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.navbar-nav {
	width: 100%;
}

.nav-item {
	padding: 0px 30px;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.dropdown-toggle::after {
	content: none;
}

.bi-chevron-down {
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color: #064a25;
}

.dropdown-menu .dropdown-item {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
	color: #909078;
}

.row-content-center {
	align-items: center;
}


/* Homepage Hero Section */

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/shangbor-background2.jpg");
	min-height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px;
}

.hero-text {
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	padding-right: 50%;
}

.hero-title {
	font-size: 64px;
	font-weight: 900;
}

.hero-description {
	font-size: 22px;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-buttons .btn {
	min-width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hero-buttons .btn-primary {
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	border: 2px solid #064a25;
	text-transform: uppercase;
}

.hero-buttons .btn-primary:hover {
	background: transparent;
	color: #fff;
	border: 2px solid #ffffff;
}

.hero-buttons .btn-secondary {
	background: transparent;
	color: #fff;
	border: 2px solid #ffffff;
	margin-left: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.hero-buttons .btn-secondary:hover {
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}


/* Service Carousel */

.service-carousel .card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 0px;
	margin: 10px 20px;
	padding: 40px 40px;
	min-height: 300px;
}

.service-carousel .card:hover {
	background-color: #064a25;
	color: #fff;
}

.service-carousel .card-img {
	background: #064a25;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}

.service-carousel .card:hover .card-img {
	background-color: #fff;
}

.service-carousel .card:hover .card-img i {
	color: #064a25;
}

.service-carousel .card-img i {
	color: #fff;
	font-size: 52px;
	text-align: center;
	line-height: 90px;
}

.service-carousel .card h5 {
	font-weight: bold;
	margin-top: 40px;
}

#services .owl-next {
	position: absolute;
	right: -60px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	opacity: 1;
	transition: .15s ease;
	top: 50%;
	transform: translateY(-50%);
	line-height: 50px;
}

#services .owl-prev {
	position: absolute;
	left: -60px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	opacity: 1;
	transition: .15s ease;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 50px;
}

#services .owl-next span {
	margin-top: -7px;
	display: block;
	font-size: 56px;
	margin-right: -3px;
}

#services .owl-prev span {
	margin-top: -7px;
	display: block;
	font-size: 56px;
	margin-left: -3px;
}

#services .owl-prev:hover,
#services .owl-next:hover {
	background: #064a25 !important;
}

#services .owl-prev:hover span,
#services .owl-next:hover span {
	color: #fff;
}


/* Product Gallery */

.product-gallery img {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 1);
	border-radius: 5px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
    }

.btn-secondary {
	border-color: 064a25;
	color: #064a25;
	text-align: center;
	text-transform: uppercase;
}

#who-we-are .btn-secondary,
#products .btn-secondary,
#services .btn-secondary,
#why-choose-us .btn-secondary,
#contact .btn-secondary
#news-events .btn-secondary {
	background: transparent;
	color: #064a25;
	border: 2px solid #064a25;
	min-width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#who-we-are .btn-secondary:hover,
#products .btn-secondary:hover,
#services .btn-secondary,
#why-choose-us .btn-secondary:hover,
#contact .btn-secondary:hover,
#news-events .btn-secondary:hover {
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
}


/* Why choose us */

.stripe {
	padding: 20px 10px;
	background-color: #064a25;
	border-radius: 0.25rem;
	margin-left: 0px;
}

.stripe-icon {
	background-color: #fff;
	color: #064a25;
	border-radius: 50%;
	padding: 15px;
}

.stripe-icon i {
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
}

.stripe-label-1 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}

.stripe-label-2 {
	color: #fff;
	font-weight: 300;
}

#why-choose-us .btn-secondary-theme,
#services .btn-secondary-theme,
#vision-mission .btn-secondary-theme {
	background: transparent;
	color: #fff;
	border: 2px solid #064a25;
	min-width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #064a25;
}

#why-choose-us .btn-secondary-theme:hover,
#services .btn-secondary-theme:hover,
#vision-mission .btn-secondary-theme:hover {
	color: #064a25;
	background: transparent;
}


/*-------------fun facts-------*/

.sec-padding {
	padding: 100px 0;
}

.ff-box {
	background: #064a25;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	padding: 40px 20px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
}

.digits {
	font-size: 50px;
	font-weight: 900;
}

.ff-text {
	font-size: 18px;
}


/*------news & Events -----*/

#news-events .card {
	text-align: left;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 0.1);
	box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 0.1);
	border-radius: 5px;
	border: 0;
}

#news-events .card-head {
	padding: 25px 25px 0 25px;
	font-size: 18px;
	font-weight: 500;
	color: #9E9E9E;
}

#news-events .card-body {
	padding: 20px 25px 40px 25px;
}

#news-events .card-title {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.2px;
}

#news-events .card-button {
	color: #064a25;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.bi-chevron-right {
	font-size: 16px;
}


/*----testimonial----*/

#testimonial .carousel-caption {
	color: #000;
}

.testimonial-carousel .owl-dots {
	text-align: left;
}

.review-text {
	color: #909078;
	padding: 25px 0 50px 0;
	font-size: 18px;
	line-height: 2rem;
}

.md-text {
	color: #909078;
	font-size: 18px;
	line-height: 2rem;
}

/*--call to action---*/

#call-to-action {
	background: #064a25;
	color: #fff;
	background-image: url('../images/cta-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

#call-to-action p {
	font-size: 20px;
}

.btn-white {
	background: #fff;
	color: #064a25;
	border: 2px solid #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-white:hover {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}


/*----partners----*/

.p-partners {
	padding-top: 50px;
	padding-bottom: 50px;
}

#partners .owl-carousel img {
	width: 250px;
	margin: 0 auto;
}


/* Logo Carousel */

.brand-carousel {
	background: #fff;
}

.owl-dots {
	text-align: center;
}

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #222222 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #064a25 !important;
}


/* Footer */

.col_white_amrc {
	color: #FFF;
	font-size: 24px;
}

footer {
	width: 100%;
	background-color: #064a25;
	min-height: 250px;
	padding: 10px 0px 20px 0px;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

.pt2 {
	padding-top: 40px;
	margin-bottom: 20px;
}

footer p {
	font-size: 16px;
	color: #CCC;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.mb10 {
	padding-bottom: 15px;
}

.footer_ul_amrc {
	margin: 0px;
	list-style-type: none;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	letter-spacing: 0.5px;
}

.footer_ul_amrc li {
	padding: 10px 0px 5px 0px;
}

.footer_ul_amrc li a {
	color: #CCC;
}

.footer_ul_amrc li a:hover {
	color: #fff;
	text-decoration: none;
}

.fleft {
	float: left;
}

.padding-right {
	padding-right: 10px;
}

.footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	color: #ccc;
}

.footer_ul2_amrc li p {
	display: table;
}

.footer_ul2_amrc li a:hover {
	text-decoration: none;
}

.footer_ul2_amrc li i {
	margin-top: 5px;
}

.footer_ul2_amrc li:hover {
	color: #fff;
}

.bottom_border {
	border-bottom: 1px solid #ffffff4d;
	padding-bottom: 20px;
}

.social_footer_ul {
	display: table;
	margin: 15px auto 0 auto;
	list-style-type: none;
}

.social_footer_ul li {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

.social_footer_ul li a {
	color: #CCC;
	border: 1px solid #CCC;
	padding: 8px;
	border-radius: 50%;
}

.social_footer_ul li i {
	width: 20px;
	height: 20px;
	text-align: center;
}

.footer-text {
	font-size: 16px;
}

.footer i {
	color: #fff;
	font-size: 20px;
	padding-right: 7px;
}


/*----Facilities------*/

#facilities .card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 0px;
	padding: 40px 20px;
	height: 95%;
	background-color: rgba(255, 255, 255, 0.2);
}

#facilities .card:hover {
	background-color: #064a25;
	color: #fff;
}

#facilities .card:hover .card-img {
	background-color: #fff;
}

#facilities .card:hover .card-img i {
	background-color: #fff;
	color: #064a25;
}

#facilities .card:hover .card-description {
	color: #ffffff;
}

#facilities .card-img {
	background: #064a25;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}

#facilities .card-img i {
	color: #fff;
	font-size: 52px;
	text-align: center;
	line-height: 90px;
}

#facilities .card h5 {
	font-weight: bold;
	margin-top: 30px;
}

#facilities .card-description {
	font-size: 18px;
	color: #9e9e9e;
}

.facilities-text {
	font-size: 20px;
	margin: 25px 0 40px 0;
}


/*-----------vision and mission-------*/

.vm-content h5 {
	color: #064a25;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: 800;
	margin-bottom: 2px;
}

.vm-content p {
	color: #9e9e9e;
	font-size: 18px;
}


/*----Market ----*/

.mrk-col-card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 0px;
	padding: 60px;
	border-radius: 10px;
}

.bi-check-circle-fill {
	color: #064a25;
	font-size: 30px;
}


/* Management Carousel */

#management .management-carousel {
	padding-bottom: 20px;
}

#management .owl-stage-outer {
	padding-bottom: 20px;
}

#management .owl-stage {
	display: flex;
}

#management .owl-item {
	display: flex;
	flex: 1 0 auto;
}

#management .management-carousel .card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 0px;
	margin: 5px;
	padding-bottom: 20px;
	text-align: left;
	height: 100%;
}

#management .management-carousel .card:hover {
	background-color: #064a25;
	color: #fff;
}

#management .management-carousel .card .card-body {
	padding: 30px;
}

#management .management-carousel .card-img {
	background: #064a25;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}

#management .management-carousel .card-img i {
	color: #fff;
	font-size: 52px;
	text-align: center;
	line-height: 90px;
}

#management .management-carousel .card h5 {
	font-weight: bold;
	font-size: 26px;
}

#management .owl-next {
	position: absolute;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	opacity: 1;
	transition: .15s ease;
	top: -80px;
	text-align: center;
	line-height: 50px;
}

#management .owl-prev {
	position: absolute;
	left: auto;
	right: 90px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
	opacity: 1;
	transition: .15s ease;
	top: -80px;
	text-align: center;
	line-height: 50px;
}

#management .owl-next span {
	margin-top: -7px;
	display: block;
	font-size: 56px;
	margin-right: -3px;
}

#management .owl-prev span {
	margin-top: -7px;
	display: block;
	font-size: 56px;
	margin-left: -3px;
}

#management .owl-prev:hover,
#management .owl-next:hover {
	background: #064a25 !important;
}

#management .owl-prev:hover span,
#management .owl-next:hover span {
	color: #fff;
}


/*-------team----------*/

.team-col-img {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	border: 0px;
	padding: 60px;
	border-radius: 10px;
}

.team-col-malaysia {
	background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/sbm-employees-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team-col-china {
	background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/sbwj-employees.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team-col-malaysia h2,
.team-col-china h2 {
	font-size: 40px;
}

.team-col-malaysia p,
.team-col-china p {
	font-size: 18px;
}

.team-buttons .btn {
	min-width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.team-buttons .btn-primary {
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	border: 2px solid #064a25;
	text-transform: uppercase;
}

.team-buttons .btn-primary:hover {
	background: transparent;
	color: #064a25;
	border: 2px solid #064a25;
}

.team-buttons .btn-secondary {
	background: transparent;
	color: #064a25;
	border: 2px solid #064a25;
	margin-left: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.team-buttons .btn-secondary:hover {
	background: #064a25;
	color: #fff;
	border: 2px solid #064a25;
}

.contact-info-box i {
	font-size: 32px;
	color: #064a25;
}

.contact-info-box p {
	font-size: 18px;
	font-weight: 500;
}

.contact-link {
	color: #000;
}

.contact-link:hover {
	color: #064a25;
}

.contact-social {
	list-style-type: none;
}

.contact-social {
	padding-left: 0
}

.contact-social li {
	display: inline-block;
	background-color: #064a25;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 4px;
	color: #fff;
}

.contact-social li:hover {
	opacity: 0.8;
}

.contact-social li i {
	font-size: 26px;
}


/*---Contact Form----*/

.form-control {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	padding: 1rem;
}

.form-control:focus {
	box-shadow: none;
	border: 2px solid #064a25;
}

#contact_success_message {
	margin-top: 20px;
	display: none;
}

#contact_success_message .alert-success {
	justify-content: center;
	border: 0;
}

#contact-form .error {
	color: red;
}


/* Small Screen Issue Fix */

@media only screen and (max-width: 1024px) {
	.hide {
		display: block;
	}
	.mpx {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #004b24;
		left: 0px;
		color: #fff;
		z-index: 9999;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.nav-item a {
		color: #fff !important;
		text-align: left;
	}
}


/* large Screen Style */

@media only screen and (min-width: 1024px) {
	.wp-4 {
		width: 4%;
	}
}


/*Ipad Landscape */


/* Ipad style*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #004b24;
		left: 0px;
		color: #fff;
		z-index: 9999;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.nav-item a {
		color: #fff !important;
		text-align: left;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		color: #000;
	}
	.nav-item {
		padding: 0px 20px;
	}
}

/* Large Tablet */
@media (min-width: 1024px) and (max-width: 1366px) {
	.navbar-collapse {
		position: relative;
		background: transparent;
		margin-top: 0px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		color: #000 !important;
	}
	.nav-item {
		padding: 0px 20px;
	}
}


/* Ipad Pro */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#services .owl-next {
		right: -35px;
	}
	#services .owl-prev {
		left: -35px;
	}
}

/* Tablet Style */

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	
	.navbar-collapse .dropdown-menu{
		display:block !important;
	}
	
	.section-style {
		padding: 50px 50px;
	}
	.dropdown-menu {
		border: 0;
	}
	.hero-text {
		padding-right: 50px;
	}
	.side-description-left {
		padding-right: 0;
		padding-top: 50px;
	}
	.side-description-right {
		padding-left: 0px;
		padding-top: 50;
	}
	.hero-image {
		padding: 100px 50px;
	}
	.section-title-secondry {
		text-align: center;
	}
	.mi-carousel {
		margin: 20px !important;
	}
	.services-content h5 {
		margin-left: 10px;
		font-size: 24px;
		padding-top: 7px;
	}
	#services .owl-next {
		right: -45px;
	}
	#services .owl-prev {
		left: -45px;
	}
	.ip-text-center {
		text-align: center !important;
	}
	.ip-mt-50 {
		margin-top: 50px;
	}
	.ip-mb-50 {
		margin-bottom: 50px;
	}
	.sec-padding {
		padding: 50px 0;
	}
}

/* Mobile Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.nav-item a {
		color: #fff !important;
		text-align: left;
	}
}


/* Mobile style */

@media only screen and (max-width: 767px) {
	.top-bar {
		display: none;
	}
	.fw {
		width: auto;
	}
	
	.navbar-collapse .dropdown-menu{
		display:block !important;
	}
	
	.mobile-full {
		width: 100% !important;
		margin: 0 auto;
	}
	.mb-text-right {
		text-align: right !important;
	}
	.mb-text-left {
		text-align: left !important;
	}
	.mb-text-center {
		text-align: center !important;
	}
	.mpx-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.dropdown-menu {
		border: 0;
	}
	.header-btn {
		width: 100%;
		margin-top: 20px;
	}
	.hero-image {
		padding-left: 25px;
		padding-right: 25px;
		height: 100vh;
	}
	.section-style {
		padding: 50px 25px;
	}
	.hero-text {
		padding-right: 10px;
	}
	.hero-title {
		font-size: 36px;
	}
	.hero-description {
		font-size: 18px;
	}
	.hero-buttons button {
		margin: 0;
		min-width: auto !important;
		padding: 15px 10px !important;
	}
	.side-description-left {
		padding-right: 0;
		padding-top: 50px;
	}
	.side-description-right {
		padding-top: 50px;
		padding-left: 0;
	}
	.section-title {
		text-align: center;
		font-size: 18px;
	}
	.section-title-secondry {
		text-align: center;
		font-size: 36px;
	}
	#services .owl-next {
		right: -40px;
	}
	#services .owl-prev {
		left: -40px;
	}
	#management .owl-next {
		left: 50%;
		transform: translateX(-50%);
		margin-left: 30px;
		top: -40px;
	}
	#management .owl-prev {
		left: 50%;
		transform: translateX(-50%);
		margin-left: -30px;
		top: -40px;
	}
	#management .owl-stage-outer {
		padding-top: 30px;
	}
	#management .card {
		height: 100%;
	}
	.mmb-25 {
		margin-bottom: 25px;
	}
	.mmt-10 {
		margin-top: 10px;
	}
	.sec-padding {
		padding: 50px 0;
	}
	.client-img .w-100 {
		width: 50% !important;
		margin: 0 auto;
	}
	.testimonial-carousel .owl-dots {
		text-align: center;
	}
	#news-events .owl-carousel .card {
		padding: 10px;
	}
	.team-col-img,
	.mrk-col-card {
		padding: 40px 20px;
	}
	.team-buttons .btn-secondary {
		margin-left: 0;
	}
	.services-content h5 {
		font-size: 22px;
	}
	.contact-info-box p {
		margin-bottom: 0;
	}
}